﻿.under {
  
}
    .under #content {
      
        padding: 30px 0;
    }
.under .mainvisual {
    display: flex;
    align-items: center;
    background: url(/userfile/config/BannerPage.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin-bottom: 40px;
    height: 200px;
}

.mainvisual_ttl {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.mainvisual_sub01 {
    font-size: 28px;
    color: #737373;
    font-weight: 700;
    margin: 0;
}
.mainvisual_sub02 {
    font-size: 20px;
}


    /*.under .mainvisual:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000054;
}*/



.breadcrumb {
}

.topic-path {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .topic-path li {
        font-size: 15px;
        color: #fff;
        text-transform: lowercase;
        font-weight: 500;
        font-style: italic;
    }

        .topic-path li::first-letter {
            text-transform: uppercase;
        }

    .topic-path a {
        text-decoration: none;
        color: #fff;
        transition: 0.5s;
    }

    .topic-path li:last-child a {
        color: #fff;
    }

    .topic-path li:not(:last-child):after {
        content: '/';
        display: inline-block;
        position: relative;
        margin: 0 10px;font-size: 13px;
    }

    .topic-path li a:hover {
       text-decoration:underline;
    }
.under-ttl {
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0 0 1px;
}
.pager {
    margin: 45px 0;
    text-align: center;
}

.pager a {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #1a6ad6;
    transition: all 0.5s ease;
     background: #fff;
}

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #1a6ad6;
        box-shadow: 0px 0px 0px 1px #a11b2a;
    }

.pager strong {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight:normal;
    background: #1a6ad6;
    box-shadow: 0px 0px 0px 1px #1a6ad6;
}

.pager a:first-child {
    padding: 4px 11px;
    background: #fff;
}

    .pager a:first-child:hover {
        background: #a11b2a;
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px #a11b2a;
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: #a11b2a;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #a11b2a;
}

/*--------------------PageCustom------------------------*/
.tour_main{display: flex;justify-content: space-between;margin-bottom:40px;}
.pull_left{width:70%;}
.pull_right{width:27%;}
.main_text, .box_main{border-radius: 5px;background: #fff;padding: 20px 30px;}
.box_main{box-shadow: 0px 0px 4px 0px #ccc;}
.box_main p{margin-bottom:10px;}
.box_main:not(:last-child){margin-bottom:20px;}
.box_title{font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px !important;
    background: var(--mcolor);
    color: #fff;
    border-radius: 5px;
padding: 10px 0;}
.top .title{font-size: 24px;font-weight: bold;}
.box_why_list .item{position:relative;padding-left:30px;margin-bottom: 20px;}
.box_why_list .icon{position: absolute;font-size: 18px;top: 2px;left: 0;color: var(--mcolor);}
.box_why_list .ttl{font-weight: 500;font-size: 18px;margin-bottom: 5px;}
.box_why_list .txt{color: #5e5e5e;font-size: 15px;margin: 0;}

.recommend_ttl{font-size: 30px;font-weight: bold;margin-bottom: 30px;}
.recommend_list{display:flex;flex-wrap:wrap;}
.rmd_item{width:calc(100%/4 - 20px);margin-right:25px;margin-bottom:30px;text-align:center;}
.rmd_item:nth-child(4n){margin-right:0;}
.rmd_item a{color:#000;text-decoration:none;}

.rmd_item .ttl{font-weight:500;line-height: 1.4;}
.rmd_item .img{margin-bottom: 10px;overflow: hidden;}
.rmd_item .img img, .rmd_item .ttl{transition:all 0.5s;}
.rmd_item a:hover .ttl{color:var(--mcolor);}
.rmd_item a:hover img{transform:scale(1.1,1.1);}

/*--------------------PageCustom------------------------*/

@media screen and (max-width: 768px){
	.under.page #content {
    padding: 10% 3%;
    width: 100%;
}
    .under .mainvisual {
        padding:0;height: 35vw;margin-bottom:0;
    }
    .gioithieu .container {
    width: 100%;
    margin: 0 auto;
}
    .topic-path {
        display: contents;
    }
        .topic-path li {
            font-size: 15px;
            display: contents;
        }
    .under-ttl {
        font-size: 24px;
    }

/*--------------------PageCustom------------------------*/
.tour_main{display: block;}
.pull_left, .pull_right{width:100%;}
.pull_left{margin-bottom:20px;}
.main_text{padding:0;}

/*--------------------PageCustom------------------------*/
}
@media screen and (max-width: 480px) {
.mainvisual_ttl{font-size:22px;}

/*--------------------PageCustom------------------------*/
.recommend_list{justify-content:space-between;}
.rmd_item{width:48%;margin-right:0;}
/*--------------------PageCustom------------------------*/
}