@import url(./common_import.css);

*{
    font-family: "Noto Sans JP", sans-serif;
}

.container_950{
    max-width: 950px;
    margin: auto;
}

/*************************************************************************/
/****************************  keyvisual  ********************************/
/*************************************************************************/

.lower_layer_keyvisual{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 70px 0;
    margin-bottom: 135px;
    background-image: url(/express_assets/asia/img/column/header_column.jpg);
}

.lower_layer_keyvisual .breadcrumbs *{
    color: #000;
}


.lower_layer_keyvisual .breadcrumbs{
    font-size: 16px;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 215%;
    gap: 25px;
    margin-bottom: 80px;
}

.lower_layer_keyvisual .breadcrumbs > span{
    position: relative;
}

.lower_layer_keyvisual .breadcrumbs > span:not(:last-child):before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.lower_layer_keyvisual h1{
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 400;
    color: var(--main-color);
}

.lower_layer_keyvisual h1 span{
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 2px;
    color: #AD7B00;
    display: block;
    margin-bottom: 27px;
}   

.country_list{
    display: flex;
    gap: calc((100% - (228px * 5)) / 4);
}

.country_box{
    width: 228px;
}

.country_box a{
    display: flex;
}

.country_box .country_box_image{
    width: 26.315%;
}

.country_box .country_box_text{
    width: 73.6%;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.country_box_text h5{
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: var(--main-color);
}

.country_box_text h5 span{
    color: #BB9C50;
    font-size: 13px;
    line-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display:block;
}

.country_box.select .country_box_text{
    background-color: var(--main-color);
}

.country_box.select .country_box_text h5{
    color: #fff;
}

@media screen and (max-width:1440px){
    .country_list{
        flex-wrap: wrap;
    }
    .country_list{
        gap: 20px;
    }
    .country_box{
        width: calc(100% / 3 - 15px);
    }
    .lower_layer_keyvisual{
        margin-bottom: 80px;
    }
}

/*スマホ*/
@media screen and (max-width:767px){
    .lower_layer_keyvisual{
        background-image: url(/express_assets/asia/img/column/sp_header_column.jpg);   
    }
    .country_box .country_box_image{
        width: 34px;
    }
    .country_list{
        gap: 10px;
    }
    .country_box{
        width: calc(100% / 2 - 5px);
    }
    .country_box .country_box_text{
        padding: 5px;
        padding-left: 5px;
        width: calc(100% - 34px);
    }
    .country_box_text h5 span{
        margin-bottom: 5px;
    }
    .country_box_text h5{
        font-size: 15px;
    }
    .country_box_text h5 span{
        font-size: 11px;
    }
    .lower_layer_keyvisual{
        margin-top: 60px;
        padding-bottom: 50px;
    }
    .lower_layer_keyvisual h1{
        font-size: 34px;
    }
    .lower_layer_keyvisual h1 span{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .lower_layer_keyvisual .breadcrumbs{
        margin-bottom: 50px;
        font-size: 13px;
    }
    .lower_layer_keyvisual .breadcrumbs > span:not(:last-child):before {
        width: 5px;
        height: 5px;
    }
}

@media screen and (max-width:365px){
    .country_box_text h5{
        font-size: 3.8vw;
    }
    .country_box_text h5 span{
        font-size: 2.933333333333333vw;
    }
}


/*************************************************************************/
/**************************  keyvisualここまで  **************************/
/*************************************************************************/


/*************************************************************************/
/********************************  目次  *********************************/
/*************************************************************************/

.title h1{
    font-size: 36px;
    padding-bottom: 25px;
    border-bottom: 1px solid #B8B8B8;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 170%;
}

.title p{
    font-size: 20px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 80px;
}

.title_country{
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

.table_of_contents{
    margin-bottom: 60px;
}

.table_of_contents .container_1440{
    background-color: #F1F1F1;
    padding: 40px 0;
}

.table_of_contents_inner {
    width: 65.7%;
    margin: auto;
}

.table_of_contents_title_sub{
    color: #BB9C50;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.table_of_contents_title h2{
    color: var(--main-color);
    font-size: 36px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 50px;
    border-bottom: solid 1px #B8B8B8;
}

.table_of_contents_box{
    padding-top: 20px;
}

.table_of_contents_box:not(:last-child){
    padding-bottom: 20px;
    border-bottom: solid 1px #B8B8B8;
}

.table_of_contents_box_title a{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    display: block;
    line-height: 170%;
}

.table_of_contents_box_sub_title_list{
    padding-left: 125px;
}

.table_of_contents_box_sub_title_list ul li:first-child{
        margin-top: 10px;
}

.table_of_contents_box_sub_title_list ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: block;
    line-height: 170%;
}

.table_of_contents_box_sub_title_list ul li:not(:last-child) a{
    margin-bottom: 10px;
}

@media screen and (max-width:1010px){
    .content .title img{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        height: auto;
    }
    .table_of_contents_inner{
        width: calc(100% - 164px);
    }
    .table_of_contents .container_1440{
        width: 100%;
    }
}

/*スマホ*/
@media screen and (max-width:767px){
    .title_country{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .title h1{
        font-size: 22px;
    }
    .title p{
        font-size: 18px;
        margin-bottom: 60px;
    }
    .content .title img{
        object-fit: cover;
        object-position: center;
        /* height: 480px; */
    }
    .table_of_contents_inner{
        width: calc(100% - 30px);
    }
    .table_of_contents_title h2{
        font-size: 28px;
    }
    .table_of_contents_box_sub_title_list{
        padding-left: 0;
    }
    .table_of_contents_box_title a{
        font-size: 20px;
    }
}

/*************************************************************************/
/****************************  目次ここまで  ******************************/
/*************************************************************************/


/*************************************************************************/
/**************************  メインコンテンツ  ****************************/
/*************************************************************************/

.content{
    margin-bottom: 140px;
}

.main_content{
    overflow: hidden;
}

.main_content h2{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    letter-spacing: 1.3px;
    font-weight: 500;
    padding-left: 30.5px;
    position: relative;
    margin-bottom: 30px;
    line-height: 170%;
}

.main_content h2::before{
    position: absolute;
    content: '';
    background: linear-gradient(217deg, #623EA7, #A64747 70.71%);
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.main_content h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 23px;
    letter-spacing: 1.15px;
    font-weight: 500;
    padding: 15px 10px;
    background-color: #F1F1F1;
    margin-bottom: 30px;
    line-height: 170%;
}

.main_content .text{
    margin-bottom: 50px;
}

.main_content div.lead{
    margin-bottom: 25px;
}

.main_content p{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 200%;
    font-weight: 400;
}

.main_content p:not(:last-of-type){
    margin-bottom: 25px;
}

.main_content img{
    width: 89vw;
    max-width: 1440px;
    margin: 0 calc(50% - 700px);
}

@media screen and (max-width: 1625px) {
    .main_content img{
        margin: 0 calc(50% - 44.5vw);
    }
}

@media screen and (max-width: 1200px) {
    .main_content img{
        width: 94.8vw;
        margin: 0 calc(50% - 47.4vw);

    }
}

.main_content table{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 1.5em;
}

.main_content table,.main_content td,.main_content th {
    border: 1px solid #ddd;
}

.main_content td, .main_content th {
    padding: 8px;
    border-width: 0 1px 1px 0;
}

/* @media screen and (min-width:1440px){
    .main_content img{
        margin: 0 calc(50% - 720px);
    }
} */


/*スマホ*/
@media screen and (max-width:767px){
    .main_content h2{
        font-size: 20px;
        padding-left: 22px;
    }
    .main_content h3{
        font-size: 20px;
    }
    .main_content img {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}

/*************************************************************************/
/***********************  メインコンテンツここまで  ************************/
/*************************************************************************/


/*************************************************************************/
/*****************************  お問い合わせ  *****************************/
/*************************************************************************/

.details_contact_inner{
    padding-bottom: 80px;
    border-bottom: solid 1px #B8B8B8;
    margin-bottom: 80px;
}

.details_contact h2{
    margin-bottom: 20px;
}

.details_contact .container_1440 > .read{
    margin-bottom: 80px;
    font-size: 18px;
}

/*************************************************************************/
/***************************  お問い合わせここまで  ***********************/
/*************************************************************************/


/*************************************************************************/
/********************************  コラム  ********************************/
/*************************************************************************/

.common_title2{
    margin-bottom: 80px;
}


/*blog card*/
.blog_card {
	position: relative;
	z-index: 90;
    margin-top: 50px;
}
.blog_card_contents {
	display: flex;
	padding: 30px 20px 15px;
	border-radius: 5px;
	border: 2px solid #091c54;
	margin-bottom: 15px;
}
.blog_card_contents img {
	width: 25%;
    margin: 0;
	margin-right: 30px;
}
.blog_card_contents a {
	width: 75%;
	font-size: 18px;
    color: #0170B9;
    line-height: 26px;
}
@media screen and (max-width:769px) {
	.blog_card_contents a {
	font-size: 16px;
}
}

/*************************************************************************/
/*****************************  コラムここまで  ***************************/
/*************************************************************************/