﻿
  .about_head{
	  background: url(/UserFile/config/AboutPage_Head_Banner.jpg) no-repeat left center;
	  background-size: cover;
	  height: 350px;
	  }
    .about_head .container{
        display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    height: 100%;
    }
    .about_head_main .ttl{
            font-size: 33px;
    font-weight: bold;
    margin-bottom: 0;font-family: 'UTMAvo';
	text-align:center;
    }
    .sub_ttl{font-size: 14px; text-align:center;}
    .sub_ttl i{font-size: 9px;margin:0 5px;}
    .sub_ttl a{text-decoration:none;color:#fff;}
.under #content {
    padding: 55px 0;
}
.under .mainvisual {
   /* background: url(/UserFile/config/Banner-Page-PC.jpg?v=1.0000) no-repeat center;
    background-size: cover;*/
    height: 210px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

.mainvs-ttl {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.topic-path {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .topic-path li {
        font-size: 20px;
    }
    .topic-path li a {
        text-decoration: none;
        color: #fff;
        padding-bottom: 7px;
    }
.topic-path li:not(:last-child) a {
    background: url(../W_images/topic_path_ico.png) no-repeat right center;
    padding-right: 30px;
    margin-right: 20px;
}
.pager {
    margin: 45px 0 0;
    text-align: center;
}

.pager a {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #000;
    transition: all 0.5s ease;
     background: #fff;
}

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: var(--mcolor);
        box-shadow: 0px 0px 0px 1px var(--mcolor);
    }

.pager strong {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight:normal;
    background: var(--mcolor);
    box-shadow: 0px 0px 0px 1px var(--mcolor);
}

.pager a:first-child {
    padding: 4px 11px;
    background: #fff;
}

    .pager a:first-child:hover {
        background:  var(--mcolor);
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px  var(--mcolor);
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: var(--mcolor);
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px var(--mcolor);
}

@media screen and (max-width: 768px) {
	  .about_head{height: 120px;}
    .about_head_main .ttl{font-size:16px;}
    .sub_ttl {font-size: 10px;}
    .under .mainvisual{height:80px;}
    .mainvs-ttl {
        font-size: 20px;
        margin: 0;
    }
    .topic-path li {
        font-size: 14px;
    }
    .under #content {
        padding: 40px 0;
    }
    .under-ttl{margin-bottom:5px;font-size: 21px;}
    .under.pages .container {
        padding: 0 3%;
    }
    .breadcrumb {
        padding: 10px 0
    }
}
@media screen and (max-width: 480px) {
   
    .breadcrumb .container{display:block;}
    .topic-path{}
}