body {
    text-rendering: optimizeLegibility;
    font-kerning: normal;               
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'),
        url(../iconfont/MaterialIcons-Regular.woff) format('woff'),
        url(../iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    font-size: 70px;
    font-size: 64px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    width:100%;
    text-align: center;
    margin: 15px 0 13px;
    margin: 25px 0 20px;
}
h2.tit08 {
    position: relative;
    z-index: auto;
}
h2.tit08 span{
    position: relative;
    z-index: 1;
}
h2.tit08:after{
    content: "";
    display: block;
    width: 92%;
    height: 12px;
    background-color: #ffe183;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    bottom: 30px;
    left: 3%;
}
_:-ms-lang(x)::-ms-backdrop, h2.tit08:after {
    bottom: 35px;
    
}

.mt100 {
     margin-top: 100px!important;   
}
.page-title {
    border-bottom: solid 5px #034098;
    color: #034098;
}
.tit08{
    color: #0060BC;
    font-size: 2.6rem;
    margin-top: -25px;
}
.tit08 + p{
    margin: 0 auto;
    width: 84.5%;
    width: 89%;
    /*padding-bottom: 20px;*/
    color: #606060;
    color: #000;
    line-height: 1.7;
}
.mv-image {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.background-color-box{
    background: #EFF1F0;
    background: #f7f8fa;
    background: url(../../common/images/bg_dot.gif);
    padding: 70px 30px 20px;
    padding: 80px 30px 20px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border-radius: 0px;
}

.background-color-box ul {
    padding: 0 10px;
    margin-top: 70px;
}
.background-color-box li {
    position: relative;
    line-height: 1.68;
    color: #606060;
    color: #333;
    font-weight: bold;
    width: 100%;
    background: rgba(255,255,255,.7);
    background: #fff;
    padding: 14px;
    padding-left: 30px;
    margin-bottom: 16px;
    /* font-size: 1.7rem; */
    border-radius: 4px;
    font-size: 1.6rem;
    
}
.background-color-box li:before {
    content: "・";
    position: absolute;
    left: 4px;
    font-weight: bold;
    font-size: 160%;
    line-height: 33px;
}
.background-color-box li:nth-of-type(n+2) {
    margin-top: 14px;    
}
.background-color-box .tit08:before {
    content: "";
    width: 90px;
    height: 90px;
    width: 78px;
    height: 78px;
    display: block;
    position: absolute;
    background-size: contain!important;
    margin: 0 auto;
    background-repeat: no-repeat!important;
    left: 0;
    right: 0;
    top: -15px!important;
    top:38px!important;
    background-position: center!important;
    z-index: 1;
}


.background-color-box:nth-of-type(1) .tit08:before {
    background: url(../img/icon-01.png?1);
    /*top: -12px!important;
    top: 38px!important;*/
    top: 48px!important;
}
/*
.background-color-box:nth-of-type(1){
    background: rgba(3,64,152,.88);
}
*/
.background-color-box:nth-of-type(1){
    background: linear-gradient(0deg, #4889C8 0%, #0060bc 100%);
    background: -moz-linear-gradient(0deg, #4889C8 0%, #0060bc 100%));
    background: -webkit-linear-gradient(0deg, #4889C8 0%, #0060bc 100%));
    background: linear-gradient(0deg, #4889C8 0%, #0060bc 100%);
    background: -moz-linear-gradient(0deg, #4889C8 0%, #0060bc 100%));
    background: -webkit-linear-gradient(0deg, #4889C8 0%, #0060bc 100%));
}
.background-color-box:nth-of-type(1) li{ 
    /*color: #0060bc;*/
    }

.background-color-box:nth-of-type(1) .material-icons{
    color: #0060bc;
}
.background-color-box:nth-of-type(2) .tit08:before {
    background: url(../img/icon-02.png?1);
    
    top: 48px!important;
    width: 70px;
    
}
.background-color-box:nth-of-type(2){
    background: rgba(41,171,238,.88);
    background: linear-gradient(0deg, #c2dfef 0%, #43B5F0 100%);
    background: -moz-linear-gradient(0deg, #c2dfef 0%, #43B5F0 100%));
    background: -webkit-linear-gradient(0deg, #c2dfef 0%, #43B5F0 100%));
    background: linear-gradient(0deg, #c2dfef 0%, #309fd8 100%);
    background: -moz-linear-gradient(0deg, #c2dfef 0%, #309fd8 100%));
    background: -webkit-linear-gradient(0deg, #c2dfef 0%, #309fd8 100%));
}
.background-color-box:nth-of-type(2) .material-icons{
    color: #43B5F0;
}
.background-color-box:nth-of-type(2) li{ 
    /*color: #43B5F0;*/
}
.background-color-box:nth-of-type(3) .tit08:before {
    background: url(../img/icon-03.png?1);
    width: 68px;
    left: 7px;
    top: 40px!important;
    
    width: 56px;
    left: 7px;
    top: 50px!important;
    
}
.background-color-box:nth-of-type(3){
    background: rgba(250,175,59,.88);
    background: linear-gradient(0deg, #ffe5ad 0%, #ffad00 100%);
    background: -moz-linear-gradient(0deg, #ffe5ad 0%, #ffad00 100%));
    background: -webkit-linear-gradient(0deg, #ffe5ad 0%, #ffad00 100%));
}
.background-color-box:nth-of-type(3) .material-icons{
    color: #ffad00;
}
.background-color-box:nth-of-type(3) li{ 
    /*color: #ffad00;*/
}
.background-color-box:nth-of-type(4) .tit08:before {
    background: url(../img/icon-04.png?1);
    width: 74px;
    left: 2px;
    top: 40px!important;
    
    width: 60px;
    left: 2px;
    top: 50px!important;
    
}
.background-color-box:nth-of-type(4){
    background: rgba(140,198,63,.88);
    background: linear-gradient(0deg, #b6d88f 0%, #8ad03d 100%);
    background: -moz-linear-gradient(0deg, #b6d88f 0%, #8ad03d 100%));
    background: -webkit-linear-gradient(0deg, #b6d88f 0%, #8ad03d 100%));
}
.background-color-box:nth-of-type(4) li{ 
    /*color: #8ad03d;*/
}
.background-color-box:nth-of-type(4) .material-icons{
    color: #8ad03d;
}
.background-color-box .tit08,
.background-color-box h4.mt100.font-weight-bold.pl30{
    position: relative;
    color: #0060BC;
    color: #fff;
}
.background-color-box h4.mt100.font-weight-bold.pl30 {
    margin-top: 65px !important;
    text-align: center;
    padding-left: 0 !important;   
}
/*
.background-color-box .tit08{
    text-shadow: 1px 1px 3px #eded
}
*/
.background-color-box .tit08 span {
    position: relative;
    z-index: 1;
    top: 68px;
    top:-18px;
    font-size: 2.8rem;
    letter-spacing: .05rem;
    display: flex;
    justify-content: center;
    padding-left: 1px;
    padding-top: 5px;
    padding-bottom: 3px;
    
}

.background-color-box .tit08 span:before {
    position: absolute;
    width: 84px;
    width: 54px;
    width: 42px;
    content: "";
    display: block;
    height: 2px;
    height: 3px;
    background: #0060BC;
    background: #fff!important;
    /*top: 5px;*/
    bottom: -2px;
    bottom: -8px;
}
.background-color-box .tit08:after{
    content: "";
    border-radius: 50%;
    /*background: #fff;*/
    width: 180px;
    height: 180px;
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.background-color-box:nth-of-type(2) .tit08{
    color: #29abee!important;
    color: #fff!important;
}
.background-color-box:nth-of-type(3) .tit08{
    color: #fbb03b!important;
    color: #fff!important;
}
.background-color-box:nth-of-type(4) .tit08{
    color: #8cc63f!important;
    color: #fff!important;
}

.background-color-box:nth-of-type(2) .tit08 span:before {
    background: #29abee!important;
    background: #fff!important;
}
.background-color-box:nth-of-type(3) .tit08 span:before {
    background: #fbb03b!important;
    background: #fff!important;
}
.background-color-box:nth-of-type(4) .tit08 span:before {
    background: #8cc63f!important;
    background: #fff!important;
}



.background-color-box ul {
    padding: 0 10px;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.background-color-box li {
    position: relative;
    line-height: 1.68;
    color: #606060;
    color: #333;
    font-weight: bold;
    width: 49%;
    width: 48.6%;
    background: rgba(255,255,255,.7);
    background: #fff;
    /*
    padding: 14px 25px 18px;
    padding: 14px 55px 40px;
    padding: 14px 60px 45px;
    */
    padding: 14px 46px 55px;
    margin-bottom: 16px;
    margin-bottom: 26px;
    border-radius: 0px;
    font-size: 1.6rem;
    font-size: 1.7rem;
    height: auto;
    line-height: 1.7;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: -.07rem;
    height: 255px;
}
.background-color-box li:nth-of-type(n+2) {
    margin-top: 0;
}
.background-color-box li::before {
display: none;
}
.icon {
    display: block;
    text-align: center;
}
.icon img {
    width: 42px;
    padding: 13px 0 10px
}

.bdrNone:before {
    display: none!important;
}
/*
.background-color-box:nth-of-type(2) .bdrNone {
    width: 100%;
    top:0;
}
.background-color-box:nth-of-type(2) .tit08:before {
    top: 90px!important;
}
.background-color-box:nth-of-type(2) .tit08 span {
    flex-wrap: wrap;
}
.background-color-box:nth-of-type(2) .tit08 span:before {
    bottom: -12px;
}
.background-color-box:nth-of-type(2) h4.mt100.font-weight-bold.pl30 {
    margin-top: 95px !important;
}
*/
.background-color-box:nth-of-type(1) li:nth-of-type(1) .material-icons{
    position: relative;
    top: 8px;
}


h2.tit08:after {
    content: "";
    display: block;
    width: 86%;
    height: 12px;
    background-color: #ffe183;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    bottom: 30px;
    left: 6%;
}
.bottomBtn.addArea{
    padding: 9px 0 40px;
}
.bottomBtn ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;

    padding-right: 40px;
    padding-left: 40px;
}
.bottomBtn ul li {
    width: 418px;
    height: 102px;
}
.bottomBtn ul a {
    font-size: 2.4rem;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 3.5px 0px #bababa;
    font-weight: bold;
    transition: .4s;
}
.bottomBtn ul a:hover {
    top:3.5px;
    background: #fff;
    box-shadow: none;
    transition: .4s;
    text-decoration: none;
}
.bottomBtn ul a i {
    position: absolute;
    right: 10px;
}
.bottomBtn ul li:nth-of-type(1) a {
    background: #BE9306;
    border: 2px solid #BE9306;  
}
.bottomBtn ul li:nth-of-type(1) a:hover {
    color: #BE9306;
    border: 2px solid #BE9306;   
    background: #fff;
}
.bottomBtn ul li:nth-of-type(2) a {
    background: #5FA0C7;
    border: 2px solid #5FA0C7;   
}
.bottomBtn ul li:nth-of-type(2) a:hover {
    color: #5FA0C7;
    border: 2px solid #5FA0C7;   
    background: #fff;
}

.bottomBtn.addArea ul li:nth-of-type(1) a {
    background: #EF8912;
    border: 2px solid #EF8912;  
}
.bottomBtn.addArea ul li:nth-of-type(1) a:hover {
    color: #EF8912;
    border: 2px solid #EF8912;   
    background: #fff;
}
.bottomBtn.addArea ul li:nth-of-type(2) a {
    background: #5FA0C7;
    border: 2px solid #5FA0C7;   
}
.bottomBtn.addArea ul li:nth-of-type(2) a:hover {
    color: #5FA0C7;
    border: 2px solid #5FA0C7;   
    background: #fff;
}



@media only screen and (max-width: 640px) {
    #page-title{
        padding-bottom: 0;
        margin-bottom: 0px;
    }
    .container-fluid.pb0 {
        padding-top: 15px;
    }
    .tit08 + p {
        padding-bottom: 0px;
    }
    .background-color-box .tit08 span {
        font-size: 2rem;
        padding-bottom: 0;
    }
    .background-color-box .tit08:after {
        width: 164px;
        height: 164px;
    }
    .background-color-box .tit08 span:before {
        width: 30px;
    }
    .background-color-box:nth-of-type(1) .tit08:before {
        top: 23px!important;
        top: 30px!important;
        width: 58px;
        height: 58px;
    }
    .background-color-box:nth-of-type(2) .tit08:before,
    .background-color-box:nth-of-type(3) .tit08:before,
    .background-color-box:nth-of-type(4) .tit08:before { 
        top: 28px!important;   
        width: 58px;
        height: 58px;     
    }
    .background-color-box:nth-of-type(3) .tit08:before,
    .background-color-box:nth-of-type(4) .tit08:before {
        top: 35px!important;
        width: 48px;
    }
    .background-color-box ul {
        padding: 0;
        /*
        margin-top: 90px;
        */
        margin-top: 40px;
    }
    .background-color-box:nth-of-type(3) ul,
    .background-color-box:nth-of-type(4) ul {
        margin-top: 55px;
    }
    .background-color-box{
        /*
        padding: 70px 1.5rem 2px;
        */
        padding: 55px 1.5rem 2px;
        max-width: 90%;
    }
    .background-color-box li:before {
        content: "・";
        position: absolute;
        left: 5px;
        font-weight: bold;
        font-size: 190%;
        line-height: 22px;
    }
    .background-color-box li {
        padding-left: 13px;
        padding-left: 28px;
        height: auto;
        padding: 8px 5% 13px;
    }
    .background-color-box li svg{
        width: 50px;
        height: 50px;
    }
    .background-color-box h4.mt100.font-weight-bold.pl30 {
        padding-left: 0!important;
        text-align: center;
        margin-top: 75px!important;　
    }
    .background-color-box li {
        font-size: 1.4rem;
        width: 100%;
        margin-bottom: 15px;
    }
    .material-icons {
        margin: 5px 0 3px;
        font-size: 50px;
    }
    h2.tit08 {
        margin-bottom: 10px;
    }
    h2.tit08:after{
        display: none;
    }
    
    
    h2.tit08 .border:after{
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        background-color: #ffe183;
        position: absolute;
        z-index: -1;
        margin: 0 auto;
        bottom: -.3rem;
        left: -5px;
    }
    .bottomBtn ul a {
        font-size: 1.8rem;
    }
    .bottomBtn ul li {
        width: 90%;
        height: 62px;
        margin: 0 auto 20px;
    }
    .bottomBtn ul {
        margin-top: 40px;
        width: 93%;

        padding-left: 0;
        padding-right: 0;
    }
    .bottomBtn ul a i {
        top: calc(50% - 8px);
    }
    
}


@media all and (-ms-high-contrast: none) {
    .background-color-box .tit08 span:before {
        left:calc(50% - 21px);
    }
    .bottomBtn ul a {
        padding-top: 10px;
    }
    .bottomBtn ul a i{
        top: calc(50% - 10px);

    }
}