@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    list-style:none;
    vertical-align: baseline;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    background-color: #000;
}

body {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    width: 100%;
    color: #000;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    counter-reset: number 0;
    background-color: #fff;
}

section{ margin: 0 auto;}

img {
    border: 0px;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {

body {
    font-size: 14px;
}
}

ul{
    list-style: none;
    padding-left: 0;
}

a{
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover{
    opacity: 0.7;
    cursor: pointer;
}

input,button,textarea { outline: none;}

input:focus,textarea:focus {
  background: #f7f7f7;
}

/*--------------------------------------------------common*/

.mgr0{margin-right: 0px!important;}
.mgr10{margin-right: 10px!important;}
.mgr20{margin-right: 20px!important;}
.mgr30{margin-right: 30px!important;}
.mgr40{margin-right: 40px!important;}
.mgr50{margin-right: 50px!important;}

.mgl0{margin-left: 0px!important;}
.mgl10{margin-left: 10px!important;}
.mgl20{margin-left: 20px!important;}
.mgl30{margin-left: 30px!important;}
.mgl40{margin-left: 40px!important;}
.mgl50{margin-left: 50px!important;}

.mgb0{margin-bottom: 0px!important;}
.mgb10{margin-bottom: 10px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb50{margin-bottom: 50px!important;}

.mgt0{margin-top: 0px!important;}
.mgt10{margin-top: 10px!important;}
.mgt20{margin-top: 20px!important;}
.mgt30{margin-top: 30px!important;}
.mgt40{margin-top: 40px!important;}
.mgt50{margin-top: 50px!important;}

.pdb0{padding-bottom: 0px!important;}
.pdb10{padding-bottom: 10px!important;}
.pdb20{padding-bottom: 20px!important;}
.pdb30{padding-bottom: 30px!important;}
.pdb40{padding-bottom: 40px!important;}
.pdb50{padding-bottom: 50px!important;}

.pdt0{padding-top: 0px!important;}
.pdt10{padding-top: 10px!important;}
.pdt20{padding-top: 20px!important;}
.pdt30{padding-top: 30px!important;}
.pdt40{padding-top: 40px!important;}
.pdt50{padding-top: 50px!important;}

.cf{clear: both;}

.sp{display: none;}

@media screen and (max-width: 480px) {
    .pc{
        display: none!important;
    }
    .sp{
        display: block;
    }
}


a.disabled{
    pointer-events: none;
    text-decoration: none;
    color: #444;
}


.c_wrap{
    width: 100%;
    max-width: 1100px;
    padding: 80px 30px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:768px) {
    .c_wrap{
        padding: 60px 30px;
    }
}

@media screen and (max-width:480px) {
    .c_wrap{
        padding: 35px 20px;
    }
}

h1{}

h2{}

h3{
    font-size: 2em;
    font-family: 'Poppins', 'M PLUS 1p', sans-serif;
    font-weight: 800;
}

h4{
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
}

.cont_ttl{
    font-size: 2em;
    color: #ff7046;
    margin-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: max-content;
}

.cont_ttl:before{
    counter-increment: number 1;
    content: counter(number,decimal-leading-zero);
    font-weight: 300;
    background-color: #FAFAFA;
    font-size: .5em;
    padding: 35px;
    height: 90px;
    width: 90px;
    line-height: 20px;
    border-radius: 100%;
    vertical-align: middle;
}

.bg_gray .cont_ttl:before{
    background-color: #fff;
}

.cont_ttl > span{
    left: -25px;
    position: relative;
    width: calc(100% - 90px);
    line-height: 1.1;
}

.cont_ttl span.ja_ttl{
    font-size: .5em;
    margin-left: 1em;
    vertical-align: middle;
}

.under_ttl{
    font-family: 'Poppins', 'M PLUS 1p', sans-serif;
    font-weight: 800;
    color: #ff7046;
    padding-top: 50px;
    width: 100%;
    background: #fff4e2;
    background: -moz-linear-gradient(145deg, #fff4e2 0%, #d9ffff 100%);
    background: -webkit-linear-gradient(145deg, #fff4e2 0%, #d9ffff 100%);
    background: linear-gradient(145deg, #fff4e2 0%, #d9ffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff4e2",endColorstr="#d9ffff",GradientType=1);
}

.under_ttl .c_wrap{
    padding: 60px 30px;
}

.under_ttl h2{
    font-size: 2.3em;
}

.border_ttl{
    color: #ff7046;
    border-left: 7px solid;
    padding-left: 1em;
}

.col,.col2,.col3,.col4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 768px){
    .under_ttl .c_wrap {
        padding: 40px 30px;
    }
    .under_ttl h2{
	    font-size: 2.2em;
	}
}

@media screen and (max-width: 480px){
    .under_ttl .c_wrap {
        padding: 40px 20px;
    }
    .cont_ttl{
        margin-bottom: 30px;
    }
    h3,.cont_ttl{
        font-size: 1.5em;
    }
    h4{
        font-size: 1.1em;
    }
	.under_ttl h2{
	    font-size: 1.8em;
	}
}

/*ボタン*/

.btn_cont{
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.btn_center{
    margin-right: auto;
    margin-left: auto;
}

.btn{
    font-weight: 800;
    display: block;
    padding: .8em 2.5em;
    text-align: center;
    width: 100%;
    width: max-content;
    min-width: 200px;
    position: relative;
    margin: auto;
}

.btn:hover{
    opacity: 1;
}

.btn_50{
    width: 50%;
}

.btn_100{
    width: 100%;
}

.btn_wh{
    background-color: #fff!important;
    color: #ff7046;
    border: 1px solid;
}

.btn_wh:hover{
    background-color: #ff7046!important;
    color: #fff!important;
}

.btn_bl{
    background: #23afd5;
    color: #fff;
    border: 1px solid;
}

.btn_bl:hover{
    background: #fff!important;
    color: #23afd5!important;
}

.btn_blwh{
    color: #23afd5;
    background: #fff;
    border: 1px solid;
}

.btn_blwh:hover{
    background: #23afd5!important;
    color: #fff!important;
}

.btn.ico_arrow_r:before{ /*アイコン右側配置*/
    position: absolute;
    right: .5em;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
}


.btn.ico_close:before,
.btn.ico_l:before{ /*アイコン左側配置*/
    position: absolute;
    left: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
}

.btn_disabled{
    pointer-events: none!important;
    text-decoration: none!important;
    background: #a7a7a7!important;
    color: #444!important;
}

@media screen and (max-width: 768px){
    .btn_50{
        width: 100%;
    }
}

@media screen and (max-width: 480px){
    .btn{
        width: 100%;
        min-width: unset;
    }
}


/*背景*/


.bg_connect{ /*左右*/
    background-image: url(/images/common/bg_img_l.png),url(/images/common/bg_img_r.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;
    background-size: 400px,700px;
}

.bg_connect_l{ /*左だけ*/
    background-image: url(/images/common/bg_img_l.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 400px;
}

.bg_connect_r{ /*右だけ*/
    background-image: url(/images/common/bg_img_r.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 700px;
}

.bg_grad{
    background: #fff4e2;
    background: -moz-linear-gradient(145deg, #fff4e2 0%, #d9ffff 100%);
    background: -webkit-linear-gradient(145deg, #fff4e2 0%, #d9ffff 100%);
    background: linear-gradient(145deg, #fff4e2 0%, #d9ffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff4e2",endColorstr="#d9ffff",GradientType=1);
}

.bg_gray{
    background-color: #FAFAFA;
}


@media screen and (max-width: 480px){
    .bg_connect{
        background-size: 200px,350px;
    }
}


.link_text{
    color: #ff7046;
    font-weight: 800;
}

/*動画埋め込み*/
.movie_cont{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65%;
}
.movie_cont iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dod_text{
    text-indent: -1em;
    padding-left: 1em;
}

.dod_text:before{
    content: "・";
    display: inline;
    width: 1em;
    height: 1em;
}

.att_text{
    text-indent: -1em;
    padding-left: 1em;
}

.att_text:before{
    content: "※";
    display: inline;
    width: 1em;
    height: 1em;
}

.center_txt{
    text-align: center;
}

/*--------------------------------------------------header*/

header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0);
    transition: all .3s ease;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header.fixed,
.under header{
    background: rgba(0,0,0,0.5);
}

header .c_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.top header .c_wrap{
    justify-content: flex-end;
}

header h1{
    z-index: 140;
}

header h1 a{
    width: 220px;
    height: 60px;
    background-color: #2f1800bf;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

header.fixed h1 a{
    width: 160px;
    padding-top: 13px;
}

header h1 img{
    width: 160px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

header.fixed h1 img{
    width: 120px;
}

header a{
    display: block;
}

.hamburger_menu{
    width: calc(100% - 220px);
}

.nav_content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-right: 20px;
}

.main_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - 240px);
}

.main_nav li{
    /*margin-right: 1em;*/
    height: 60px;
    line-height: 60px;
}


.main_nav li:last-child{
    margin-right: 0;
}

.main_nav li a{
    font-family: 'Poppins', 'M PLUS 1p', sans-serif;
    display: block;
    color: #000;
    font-weight: 800;
    padding: 0 1em;
    font-size: .9em;
}

.main_nav li:not(.form_contact):not(.form_application) a:hover{
    background: #ffffffbf;
    opacity: 1;
}

.fixed .main_nav li a,
.under header li a{
    color: #fff;
}

.fixed .main_nav li:not(.form_contact):not(.form_application) a:hover{
    background: #000000bf;
}

.nav_btn_cont{
    width: 240px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.nav_btn_cont li{
    width: 120px;
}

.nav_btn_cont li a{
    text-align: center;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
    height: 60px;
}

header .sp_btn{
    display: none;
}

#menu_btn_check {
    display: none;
}

/* ハンバーガーナビ　*/

@media screen and (max-width: 1220px){
    header:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
    }
    header.active{
        background: rgba(0,0,0,1);
    }
    header h1{
        top: 0;
        left: 0;
        position: absolute;
    }
    header .c_wrap{
        display: block;
        padding: 0;
    }
    .nav_content {
        width: 100%;
        margin-right: 0;
        height: auto;
        position: fixed;
        top: -120%;/*topの値を変更してメニューを画面外へ*/
        z-index: 130;
        background: rgba(0,0,0,0.8);
        transition: all 1s;/*アニメーション設定*/
        padding-top: 60px;
        align-items: flex-start;
    }
    header .sp_btn{
        display: block;
    }
    .main_nav{
        width: 100%;
    }
    .main_nav li {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .main_nav li a {
        font-size: 1em;
        padding: 0;
        text-align: center;
        color: #fff;
        /*line-height: 50px;*/
    }
    .main_nav li:not(.form_contact):not(.form_application) a:hover {
        background: #000000bf;
    }
    header .nav_btn_cont{
        position: absolute;
        right: 60px;
        top: 0;
        z-index: 160;
    }
    header .sp_btn{
    }

    .menu_btn {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 500;
        background-color: #000;
    }
    .menu_btn span,
    .menu_btn span:before,
    .menu_btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
        transition: all .5s;/*アニメーション設定*/
    }
    .menu_btn span:before {
        bottom: 8px;
    }
    .menu_btn span:after {
        top: 8px;
    }
    #menu_btn_check:checked ~ .menu_btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu_btn_check:checked ~ .menu_btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu_btn_check:checked ~ .menu_btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu_btn_check:checked ~ .nav_content {
        top: 0;/*メニューを画面内へ*/
        transition: all .5s;/*アニメーション設定*/
    }

}

@media screen and (max-width: 600px){
    .nav_btn_cont{
        display: none;
    }
}


/*--------------------------------------------------top*/


/*------------------mainv*/

#mainv{
    background-image: url(/images/top/mv_orange.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    justify-content: flex-start;
    align-items: center;
}

.mainv_l{
    /*width: 45%;*/
    width: 40%;
    background-color: #ffffffbf;
}

.mainv_l_cont{
    width: 100%;
    max-width: calc(1040px * 0.45);
    margin: auto;
    margin-right: 0;
    padding: 70px 50px;
}

.mainv_logo{
    width: 100%;
}

.mainv_date{
    width: 100%;
    margin-top: 30px;
}

.mainv_r{
    /*width: 55%;*/
    width: 50%;
    margin-left: 5%;
    /*padding-right: 30px;*/
    /*padding-bottom: 2%;*/
}

.mainv_r h2{
    /*max-width: 1000px;*/
    max-width: 700px;
    padding: 0 5% 2% 2%;
}

/*thanx_txt*/

#mainv.thanx_txt{
    position: relative;
}

/*#mainv.thanx_txt:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffffbf;
    background: -moz-linear-gradient(90deg, #ffffff00 0%, #ffffffbf 100%);
    background: -webkit-linear-gradient(90deg, #ffffff00 0%, #ffffffbf 100%);
    background: linear-gradient(90deg, #ffffff00 0%, #ffffffbf 100%);
}*/

.thanx_txt .mainv_l{
    z-index: 5;
    text-align: center;
}

.thanx_txt .mainv_r{
    z-index: 5;
    text-align: center;
    border: 1px solid #fff;
    padding: 50px 20px;
}

.thanx_txt .mainv_r p{
    font-weight: 700;
    font-size: 1.3em;
}

.thanx_txt .mainv_r a{
    font-size: 1.3em;
    width: auto;
    /*max-width: max-content;*/
    max-width: 80%;
}

.thanx_txt .mainv_r a br{
    display: none;
}

@media screen and (max-width: 1040px){
    .mainv_l_cont{
        padding: 10%;
    }
    .mainv_date{
        margin-top: 8%;
    }
    #mainv{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px){
    #mainv{
        padding: 100px 0;
        padding-bottom: 60px;
    }
    .mainv_l {
        /*width: calc(100% - 30px);*/
        order: 2;
        /*margin-top: 40px;*/
        width: 80%;
        margin: auto;
        margin-top: 5%;
    }
    .mainv_l_cont {
        /*width: calc(100% - 30px);*/
        width: 100%;
        max-width: none;
        margin-right: 0;
        text-align: center;
        padding: 3% 5%;
    }
    .mainv_logo {
        display: none;
        /*width: 75%;*/
        /*margin: auto;*/
    }
    .mainv_date{
        /*width: 75%;*/
        width: 80%;
        vertical-align: middle;
        margin-top: 0;
    }
    .mainv_r{
        width: 100%;
        order: 1;
        margin-left: 0;
    }
    .mainv_r h2 {
        margin: auto;
        padding: 0 10%;
        /*padding-left: 50px;*/
    }
    .thanx_txt .mainv_l_cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .thanx_txt .mainv_logo {
        /*display: block;*/
        /*vertical-align: middle;*/
        /*width: 30%;*/
    }
    .thanx_txt .mainv_date {
        /*width: 65%;*/
    }
    .thanx_txt .mainv_r {
        width: 80%;
        padding: 40px 30px;
        margin: auto;
    }
    .thanx_txt .mainv_r p{
        font-size: 1.2em;
    }
    .thanx_txt .mainv_r a{
        font-size: 1em;
        max-width: 100%;
    }
    .thanx_txt .mainv_r a br{
        display: block;
    }
}

@media screen and (max-width: 480px){
    #mainv {
        padding: 80px 0;
        /*padding-bottom: 50px;*/
        padding-bottom: 40px;
    }
    .mainv_logo {
        /*width: 80%;*/
    }
    .mainv_date{
        width: 80%;
    }
    .mainv_r h2 {
        /*padding: 0 50px;*/
        padding: 0 20%;
    }
    .thanx_txt .mainv_r {
        padding: 20px;
    }
    .thanx_txt .mainv_r p {
        font-size: 1em;
    }
    .thanx_txt .mainv_l_cont {
        flex-direction: column;
    }
    .thanx_txt .mainv_date {
        /*width: 80%;*/
        /*margin-top: 2%;*/
    }
}



/*------------------concept*/

#concept{
    /*padding-bottom: 40px;*/
}

#concept h3{
    margin-bottom: 60px;
    align-items: center;
}

#concept .cont_ttl{
    font-size: 1em;
    width: 300px;
}

#concept .concept_copy{
    width: calc(98% - 300px);
    font-size: .8em;
    font-family: 'Poppins', 'M PLUS 1p', sans-serif;
}

#concept .col2 p span{
    display: block;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: .7em;
}

.concept_list{
    counter-reset: number 0;
}

.concept_list li:nth-child(n+2){
    margin-top: 50px;
}

.concept_list li h4{
    color: #ff7046;
    align-items: center;
}

.concept_list li h4:before{
    counter-increment: number 1;
    content: "POINT " counter(number);
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: .6em;
    padding: .2em 2.5em;
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
}

.concept_list li span{
    width: calc(100% - 125px);
}

.concept_list li p{}


@media screen and (max-width: 768px){
    #concept .cont_ttl,
    #concept .concept_copy{
        width: 100%;
    }
    #concept .concept_copy{
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px){
    #concept .concept_copy{
        margin-top: 30px;
    }
    .concept_list li span {
        width: 100%;
        margin-top: 1em;
    }
    #concept h3{
        margin-bottom: 30px;
    }
    .concept_list li:nth-child(n+2) {
        margin-top: 30px;
    }
}


/*------------------news*/

#news{
    position: relative;
    padding-top: 40px;
}

#news:before{
    content: "";
    background-image: url(/images/top/ill_img01.png);
    background-position: right 5% bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -100px;
    display: block;
    width: 100%;
    height: 200px;
}

#news .cont_ttl{
    width: 300px;
}

#news .news_list{
    width: calc(98% - 300px)
}

.news_list_item{
    width: 100%;
}

.news_list_item a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
    padding-top: 30px;
    position: relative;
}

.news_list_item a:before{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7046;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-left: 3px;
}

.news_list .news_list_item:first-child > a{
    padding-top: 0;
}

.news_list_thumb{
    width: 80px;
}

.news_list_thumb img{
    border: 1px solid #f4f4f4;
}

.news_list_cont{
    width: calc(97% - 80px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col1 .news_list_cont{
    width: 100%;
}

.news_date{
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-right: .5em;
}

.news_label{
    background-color: #F8B29E;
    color: #fff;
    display: inline-block;
    font-size: .8em;
    padding: .1em 1.6em;
    border-radius: 50px;
}

.news_ttl{
    width: 100%;
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: 0;
}


#news_detail{}

#news_detail a{
    color: #ff7046;
    font-weight: 800;
}

#news_detail img{
    width: auto;
}

#news_detail .news_cont{
    width: 100%;
}

#news_detail .news_ttl{
    font-weight: 800;
}

#news_detail .news_txt{
    margin-top: 1em;
    border-top: 1px solid #D9D9D9;
    padding-top: 1em;
    word-wrap: break-word;
}


@media screen and (max-width: 768px){
    #news {
        padding-top: 0;
    }
    #news .cont_ttl,
    #news .news_list{
        width: 100%;
    }
    #news:before{
        top: -70px;
        height: 150px;
    }
}

@media screen and (max-width: 480px){
    #news:before{
        /*top: -50px;*/
        /*height: 120px;*/
        top: -20px;
        height: 90px;
        width: 80%;
    }
    .news_ttl{
        font-size: 1em;
    }
}

/*------------------news リストページ*/

#news_all{}


/* 参加者リスト */

.att_list{
}

.att_list:before {
    content: "";
    display: block;
    width: 22%;
    height: 0;
    order: 1;
}

.att_list:after {
    content: "";
    display: block;
    width: 22%;
    height: 0;
}

.att_list_item{
    width: 22%;
}


.att_list_item:nth-child(n+5){
    margin-top: 4%;
}

.att_list_item a{
    display: block;
    background: #F7F7F7;
    height: 100%;
}

.att_img{
    width: 100%;
    position: relative;
}

.att_img:before{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7046;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-left: 3px;
}

.att_prof{
    width: 100%;
    /*background: #F7F7F7;*/
    padding: 1em;
}

.att_prof h4{
    margin-bottom: .5em;
    font-size: 1.1em;
}

.att_prof p{}

.att_com{}

.att_pos{}

.att_txt{}

@media screen and (max-width: 480px){
    .att_prof{
        padding: .8em;
    }
    .att_prof h4{
        font-size: 1em;
        margin-bottom: 0;
    }
    .att_prof p{
        font-size: .9em;
    }
}

/* modal */

.modal_content .att_txt:before,
.modal_content .att_txt:after {
  display: none;
}

.modal {
  box-sizing: border-box;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1040px;
    max-height: 80%;
}

.modal_sub_content {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-height: 80vh;
    overflow-y: scroll;
}

.modal .att_img {
    width: 45%;
    margin: auto;
}

.modal .att_img:after{
    content: none;
}

.modal .att_prof {
    background: none;
    padding: 0;
    margin-top: 30px;
}

.modal .att_prof h4 {
    font-size: 1.3em;
}

.modal .att_com,
.modal .att_pos {
    font-size: 1.1em;
    display: inline-block;
}

.modal .att_txt {
    margin-top: 1em;
    border-top: 1px solid #D9D9D9;
    padding-top: 1em;
}

.close_btn_1 a{
    background: #fff;
}

a.close_btn_2{
    position: absolute;
    right: 0;
    top: -2em;
    z-index: 999;
    color: #fff;
    background: #ff7046;
    width: 2em;
    height: 2em;
    text-align: center;
    padding-left: 2px;
}


/* 詳細 */

.par_detail{}

.par_detail .att_img{
    width: 35%;
}

.par_detail .att_prof{
    width: 60%;
    padding: 0;
}

.par_detail h3{
    font-size: 1.8em;
    font-family: 'M PLUS 1p', sans-serif;
}

.par_detail h3{
    font-size: 1.8em;
    font-family: 'M PLUS 1p', sans-serif;
}

.par_detail .att_txt{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.att_ssn{
    padding: .7em 1em;
    margin-top: 30px;
}

.att_ssn p{
    font-weight: 800;
    margin-bottom: .5em;
}

/* 詳細ポップアップ */

html.popup_content{
    background: #fff!important;
}

.popup_content.par_detail .c_wrap {
    padding: 30px 30px;
}

.popup_content .att_img {
    width: 45%;
    margin: auto;
}

.popup_content .att_img:after{
    content: none;
}

.popup_content .att_prof{
    width: 100%;
    padding-top: 30px;
}

.popup_content .att_prof h3 {
    font-size: 1.5em;
}

.popup_content .att_com,
.popup_content .att_pos {
    font-size: 1.1em;
    display: inline-block;
}

.popup_content .att_txt {
    margin-top: 1em;
    border-top: 1px solid #D9D9D9;
    padding-top: 1em;
}

@media screen and (max-width: 768px){
    .att_list:before {
        content: none;
    }
    .att_list:after {
        width: 32%;
    }
    .att_list_item {
        width: 32%;
    }
    .att_list_item:nth-child(n+4) {
        margin-top: 2%;
    }
    .par_detail .att_img {
        width: 75%;
        max-width: 230px;
        margin: auto;
    }
    .par_detail .att_prof{
        width: 100%;
        margin-top: 25px;
    }
    .par_detail h3{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px){
    .att_list:after {
        content: none;
    }
    .att_list_item {
        width: 48%;
    }
    .att_list_item:nth-child(n+3) {
        margin-top: 3%;
    }
    .modal_content {
        width: 90%;
    }
    .close_btn_2{
        width: 90%;
    }
    .popup_content .att_prof h3 {
        font-size: 1.2em;
    }
}


/*------------------speaker*/

#speaker{}

#speaker .cont_ttl:before{
    /*background-color: #fff;*/
}

#speaker .att_list_item > a{
    background: #ececec;
}


/*------------------abm*/

#abm{}

#abm .cont_ttl:before {
    /*background-color: #fff;*/
}

#abm .att_list_item > a{
    background: #ececec;
}


/*------------------program*/

#program{
}

/*top*/

.prg_top_list{}

.prg_top_list li{
    width: 48.5%;
}

.prg_top_list li:nth-child(n+3){
    margin-top: 4%;
}

.prg_top_list li a{
    display: block;
    background: #f7f7f7;
    height: 100%;
}

.prg_top_list li figure{
    position: relative;
}

.prg_top_list li figure:before {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7046;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-left: 3px;
}

.prg_top_list li h4{
    padding: 20px;
    margin-bottom: 0;
}

.prg_top_list li h4 span{
    font-size: .8em;
    display: block;
}

@media screen and (max-width: 480px){
    .prg_top_list li{
        width: 100%;
    }
    .prg_top_list li:nth-child(n+2){
        margin-top: 30px;
    }
}

/*一覧*/

.scroll-hint-icon{
    /*top: 100px!important;*/
}

#day1{}

#day2{
    padding-top: 50px;
}

.day_btn{
    width: 100%;
    margin-bottom: 20px;
}

.day_btn li{
    width: 50%;
}

.day_btn li a{
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'd2c', 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    border: 1px solid #FF7046;
    color: #FF7046;
    padding: 5px;
    position: relative;
}

.day_btn li a:before{
    position: absolute;
    right: .8em;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
}

.day_btn li.current a{
    pointer-events: none;
    background-color: #FF7046;
    color: #fff;
}

.day_btn li a span{
    font-size: 0.8em;
}

.table_cont{
    width: 100%;
    padding-bottom: 50px;
}

.prg_table{
    border-collapse: separate;
    border-spacing: 0 20px;
    height: 1px;
}

.prg_table tr{
}

thead{}

.prg_table th{
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-size: 1.2em;
}

.prg_table th.place_l,
.prg_table th.place_r{
    width: 45%;
}

.prg_table th.place_l{
    color: #FF8663;
}

.prg_table th.place_r{
    color: #4082EC;
}

.prg_table th.place_l span,
.prg_table th.place_r span{
    font-size: .75em;
    display: block;
    line-height: 1;
}

.prg_table .ico_map {
    vertical-align: bottom;
}

.prg_table .ico_map:before {
    font-size: 1.2em;
    margin-right: .3em;
    vertical-align: middle;
}

tbody{}

.prg_table td{}

.prg_time{
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    width: 110px;
    min-width: 110px;
    padding-top: 20px;
}

[class^="place"]{}

.place{}

td[class^="place"]{
    height: 100%;
}

td.place_l{
    padding-right: 0.5%;
}

td.place_r{
    padding-left: 0.5%;
}

[class^="place"] .prg_cont{
    /*padding: 20px;*/
    height: 100%;
    /*margin-bottom: 40px;*/
}

[class^="place"] .prg_cont_inner{
    padding: 20px;
}


.place .prg_cont{
    background: #FFE1B9;
    background-image: linear-gradient(to right, #FFE1B9 0%, #F7F6D7 20%, #D0F4FF 60%, #B3D3FF 100%);
    background-size: 200% auto;
}

.place_l .prg_cont{
    background: #FFDCAD;
    background-image: linear-gradient(to right, #FFDCAD 0%, #FFBDA8 100%);
    background-size: 200% auto;
}

.place_r .prg_cont{
    background: #CCEDFF;
    background-image: linear-gradient(to right, #CCEDFF 0%, #B2D2FF 100%);
    background-size: 200% auto;
}

.prg_link{
    display: block;
    position: relative;
}

.prg_link:after{
    font-family: 'd2c', 'M PLUS 1p', sans-serif;
    content: "\f054";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    padding-left: 2px;
}

.place .prg_link:after{
    color: #58d2d2;
}

.place_l .prg_link:after{
    color: #FF6A3E;
}

.place_r .prg_link:after{
    color: #0059E6;
}

.prg_cont h3{
    font-size: 1em;
    padding-right: 40px;
}

.prg_cont h3 span{
    font-size: .9em;
    font-weight: 400;
    display: block;
}

.prg_cont p{
    margin-top: 10px;
}

.prg_cont h4 {
    font-size: .8em;
    font-weight: 800;
    font-family: 'Poppins', 'M PLUS 1p', sans-serif;
    margin-top: 15px;
}

.prg_cont h4:nth-of-type(1){
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.prg_att_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prg_att_list_item{
    width: 100%;
}

.place .prg_att_list_item{
    width: 48%;
}

.prg_att_list .prg_att_list_item:nth-child(n+2){
    margin-top: 20px;
}

.prg_att_list_item a{
    background: #fff;
}

.prg_att_list_item figure{
    width: 90px;
}

.prg_att_list_item dl{
    width: calc(100% - 90px);
    padding: 10px;
}

.prg_att_list_item dt{}

.prg_att_list_item dd{
    font-size: .8em;
}

.prg_spo_list{}

.prg_spo_list a{
    display: block;
    width: 50%;
    max-width: 210px;
    background: #fff;
}

.ssn_img{
    margin: auto;
    max-width: 420px;
    margin-top: 30px;
}

.archive_cont{
    padding: 30px 20px;
}

@media screen and (max-width: 800px){
    .table_cont{
        overflow-x: scroll;
    }
    .prg_table{
        width: 800px;
    }
}

@media screen and (max-width: 768px){
    .day_btn li a{
        font-size: 1em;
    }
}

@media screen and (max-width: 480px){
    .day_btn li {
        width: 100%;
    }
}

/*詳細*/

.program_detail{}

.program_detail > .c_wrap{
    padding-top: 60px;
}

.prg_ttl{}

.popup_content .prg_ttl{
    padding-top: 0;
}

.prg_date,
.prg_place{
    color: #fff;
    background: #FF8663;
    display: inline-block;
    border: 1px solid;
    padding: 3px 18px;
    font-size: .9em;
    border-radius: 50px;
    font-family: 'd2c', 'Poppins', 'M PLUS 1p', sans-serif!important;
}

.prg_date.ico:before,
.prg_place.ico:before{
    margin-right: .4em;
}

.prg_date{
    margin-right: .5em;
    margin-bottom: .5em;
}

.prg_date span{
    font-size: .8em;
}

.prg_place.place{
    background: #ffa33f;
}

.prg_place.place_l{
    background: #FF8663;
}

.prg_place.place_r{
    background: #4082EC;
}

.prg_ttl h2{
    margin-top: 20px;
    font-size: 2em;
    font-family: 'M PLUS 1p', sans-serif;
}

.prg_ttl h2 span{
    font-size: .6em;
    display: block;
    font-family: 'Poppins', 'M PLUS 1p', sans-serif;
}

.prg_sum{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d8d8d8;
}

.program_detail h3{
    color: #ff7046;
    font-size: 1.5em;
    margin-top: 30px;
}

.program_detail .prg_att_list{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program_detail .prg_att_list_item{
    width: 49%;
}

.program_detail .prg_att_list .prg_att_list_item:nth-child(2){
    margin-top: 0;
}

.program_detail .prg_att_list_item a{
    background: #FAFAFA;
}

.program_detail .prg_att_list .prg_att_list_item:nth-child(n+3){
    margin-top: 20px;
}

.program_detail .prg_spo_list{
    margin-top: 20px;
}

.program_detail .prg_spo_list a{
    width: 30%;
    max-width: none;
}

.program_detail .prg_spo_list a img{
    border: 1px solid #d8d8d8;
}

@media screen and (max-width: 768px){
    .prg_ttl h2{
        font-size: 1.5em;
    }
    .program_detail > .c_wrap{
        padding-top: 40px;
    }
}

@media screen and (max-width: 480px){
    .prg_ttl h2{
        font-size: 1.3em;
    }
    .program_detail .prg_att_list_item{
        width: 100%;
    }
    .program_detail .prg_att_list .prg_att_list_item:nth-child(n+2){
        margin-top: 20px;
    }
    .prg_date,
    .prg_place{
        font-size: .8em;
    }
    .program_detail h3{
        font-size: 1.2em;
    }
    .program_detail .prg_spo_list a{
        width: 50%;
    }
}


/*------------------team*/

#team{
    padding-bottom: 60px;
}

#team .att_list:nth-of-type(2){
    margin-top: 4%;
}


/*------------------menu*/

#menu{}

#menu h5{
    background-color: #ff7046;
    color: #fff;
    display: inline-block;
    padding: .1em 1.6em;
    border-radius: 50px;
    height: max-content;
    font-weight: 800;
}

#menu #partner_summit_pass h4,
#menu #partner_plan h4{
    color: #ff7046;
}

#menu #partner_summit_pass h5,
#menu #partner_plan h5{
    background-color: #4082EC;
}

#participation_pass{}

#partner_menu{}

.menu_list{}

.menu_list .menu_list_item:nth-child(n+2){
    margin-top: 30px;
}

.menu_list .menu_list_item .col2{
    align-items: center;
}

.menu_list .menu_list_item .col2 ul{
    width: calc(100% - 16em);
}


#partner_summit_pass{}

#brand_summit_pass{}

#partner_plan{}

#brand_plan{}

.menu_table_cont{
    width: 100%;
}

.menu_table{
    width: 100%;
    background-color: #fff;
}

.menu_table th,
.menu_table td{
    padding: .8em 1em;
}

.menu_table th{
    text-align: center;
}

.menu_table thead{
    color: #fff;
}

.menu_table.blue_table thead{
    background-color: #7ba8ef;
}

.menu_table.orange_table thead{
    background-color: #ff9779;
}

.menu_table tbody{}

.menu_table tbody tr{
    border-bottom: 1px solid #d3d3d3;
}

.menu_table tbody tr:last-child{
    border-bottom: none;
}

/*.menu_table tbody tr:nth-child(even){
    background-color: #f7f7f7;
}*/

.menu_table tbody th{}

.menu_table tbody td{}


#participation_pass .menu_table tbody th:nth-child(1){
}

#participation_pass .menu_table tbody td:nth-child(2){
    text-align: center;
}

#participation_pass .menu_table tbody td:nth-child(3){
    text-align: center;
}


#partner_menu .menu_table tbody th:nth-child(1){
}

#partner_menu .menu_table tbody td:nth-child(2){
    width: 10%;
    text-align: center;
}

#partner_menu .menu_table tbody td:nth-child(3){
    width: 7%;
    text-align: center;
}

#partner_menu .menu_table tbody td:nth-child(4){
    width: 7%;
    text-align: center;
}

#partner_menu .menu_table tbody td:nth-child(5){
}

.att_cont{
    padding: 1em;
    border: 1px solid;
}

@media screen and (max-width: 900px){
    .menu_table_cont{
        overflow-x: scroll;
        padding-bottom: 30px;
    }
    .menu_table{
        width: 900px;
    }
}

@media screen and (max-width: 900px){
    .menu_list .menu_list_item .col2 ul{
        width: 100%;
        margin-top: 20px;
    }
}

/*------------------participating_companies*/

#participating_companies{}

/*#participating_companies .bg_gray{
    padding: 1em;
}*/

.parcom_list{}

.parcom_list li{
    width: 32%;
    font-size: .9em;
}

.parcom_list li:nth-child(n+4){
    margin-top: 1%;
}

@media screen and (max-width: 768px){
    .parcom_list li{
        width: 48%;
    }
    .parcom_list li:nth-child(n+3){
        margin-top: 1%;
    }
}

@media screen and (max-width: 480px){
    .parcom_list li{
        width: 100%;
    }
    .parcom_list li:nth-child(n+2){
        margin-top: 1%;
    }
}

/*------------------brand_park*/

#brand_park{
}

.bp_list{}

.bp_list:after{
    content: '';
    width: 32%;
    display: block;
}

.bp_list_item{
    width: 32%;
}

.bp_list .bp_list_item:nth-child(n+4){
    margin-top: 25px;
}

.bp_list_item a{
    background: #f7f7f7;
    display: block;
    height: 100%;
}

.bp_list_item figure{
    border: 1px solid #f7f7f7;
    position: relative;
}

.bp_list_item figure:before {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7046;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-left: 3px;
}

.bp_list_item dl{
    padding: 20px;
}

.bp_list_item dt{
}

.bp_list_item dd{
    font-size: .9em;
    margin-top: 5px;
}

.bp_list_item dd.brand_label{
    background-color: #F8B29E;
    color: #fff;
    display: inline-block;
    font-size: .8em;
    padding: .1em 1.6em;
    border-radius: 50px;
    font-weight: 800;
}

.bp_list_item dd.brand_txt{
}

@media screen and (max-width: 768px){
    .bp_list:after{
        content: none;
    }
    .bp_list_item{
        width: 48%;
    }
    .bp_list .bp_list_item:nth-child(n+3){
        margin-top: 25px;
    }
}

@media screen and (max-width: 480px){
    .bp_list_item{
        width: 100%;
    }
    .bp_list .bp_list_item:nth-child(n+2){
        margin-top: 25px;
    }
    .bp_list_item dl{
        padding: 1em;
    }
}


/*------------------company*/

/*#partner{}*/

#sponsor{}

.partner_list{}

.partner_list li{
    width: 32%;
}

.partner_list li:nth-child(n+4){
    margin-top: 25px;
}

.partner_list:after{
    content: '';
    width: 32%;
    display: block;
}

#sponsor .border_ttl{
    font-family: 'Poppins', 'M PLUS 1p', sans-serif;
}

@media screen and (max-width: 768px){
    .partner_list:after{
        content: none;
    }
    .partner_list li{
        width: 48%;
    }
    .partner_list li:nth-child(n+3){
        margin-top: 25px;
    }
}

/*@media screen and (max-width: 480px){
    .partner_list li{
        width: 100%;
    }
    .partner_list li:nth-child(n+2){
        margin-top: 25px;
    }
}*/


/*------------------company_detail*/

.com_detail .att_img {
    width: 45%;
}

.com_detail .att_prof {
    width: 52%;
}

.com_detail h3 {
    font-size: 1.8em;
    font-family: 'M PLUS 1p', sans-serif;
}

.com_detail .att_txt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.att_link {
    padding: .7em 1em;
    margin-top: 30px;
}

.att_link p{
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .com_detail .att_img {
        width: 60%;
        margin: auto;
    }

    .com_detail .att_prof {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .com_detail h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px){
    .com_detail .att_img {
        width: 100%;
        max-width: 300px;
    }
    .com_detail h3 {
        font-size: 1.3em;
    }
}

/* 詳細ポップアップ */

.popup_content .com_detail .att_img{
    margin: auto;
}

.popup_content.com_detail .att_prof {
    width: 100%;
}


/*------------------about_access*/

#about_access{
    position: relative;
}

#about_access:before{
    content: "";
    background-image: url(/images/top/ill_img02.png);
    background-position: right 5% bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    /*top: -80px;*/
    top: -60px;
    display: block;
    width: 100%;
    /*height: 120px;*/
    height: 100px;
}

#about_access .cont_ttl{
    /*width: 300px;*/
}

.overview_list{
    /*width: calc(98% - 300px)*/
}

.overview_list dt{
    padding: 0 1em;
}

.overview_list dt:nth-of-type(n+2){
    border-top: 1px solid #D9D9D9;
    padding-top: 2em;
    margin-top: 2em;
}

.overview_list dd{
    padding: 0 1em;
    margin-top: .2em;
}

#about_access .overview_map{
}

#about_access .overview_map .col_l{
    width: 37%;
}

#about_access .overview_map .col_r{
    width: 60%;
}

#about_access .overview_map .col_r iframe{
    width: 100%;
}


@media screen and (max-width: 768px){
    #about_access .cont_ttl,
    .overview_list{
        /*width: 100%;*/
    }
    #about_access:before{
        top: -60px;
        height: 100px;
    }
    #about_access .overview_map .col_l,
    #about_access .overview_map .col_r{
        width: 100%;
    }
    #about_access .overview_map .col_r{
        margin-top: 1em;
    }
}

@media screen and (max-width: 480px){
    #about_access:before{
        /*top: -70px;*/
        /*width: 80%;*/
        width: 80%;
        height: 60px;
    }
}


/*------------------form_area*/

#form_area{
    background-image: url(/images/common/form_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form_list li{
    width: 48%;
}

.form_contact{}

.form_application{}

.form_list li a{
    font-size: 1.2em;
    color: #fff;
    padding: 1.5em 2em;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_contact a{
    background: #FFB24A;
    background-image: linear-gradient(to right, #FFB24A 0%, #FF6A3E 100%);
    background-size: 200% auto;
}

.form_application a{
    background: #22B2D5;
    background-image: linear-gradient(to right, #22B2D5 0%, #0059E6 100%);
    background-size: 200% auto;
}

.form_contact a:hover,
.form_application a:hover{
    background-position: right center;
    opacity: 1;
}

@media screen and (max-width: 768px){
    .form_list li{
        width: 100%;
    }
    .form_list li:nth-child(n+2){
        margin-top: 3%;
    }
}

@media screen and (max-width: 480px){
    .form_list li a{
        font-size: 1em;
        padding: 1em 2em;
    }
}

/*------------------afterreport*/

/*#afterreport{}

#afterreport h3{
    font-size: inherit;
}

#afterreport a{
    color: #ff7046;
    margin: auto;
    display: block;
    text-align: center;
    padding: 1.2em 1em;
    font-size: 1.5em;
}

#afterreport a:before {
    content: "\e901";
    font-size: 1.5em;
    vertical-align: middle;
    margin-left: 1em;
}

#afterreport a:after {
    content: "\f054";
    vertical-align: middle;
    margin-left: 0;
    padding-right: 1em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#afterreport a:hover:after {
    margin-left: 1em;
    padding-right: 0;
}

@media screen and (max-width: 768px){
    #afterreport a{
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px){
    #afterreport a{
        font-size: 1em;
    }
}*/

/*------------------page_top*/

#page_top{
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    display: block;
    z-index: 995;
    overflow: hidden;
}

#page_top a {
    background-color: #ff7046;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
}

#page_top a:before {
    line-height: 45px;
    font-size: 20px;
}


/*------------------fix_share*/

#fix_share{
    position: fixed;
    top: 75px;
    right: 0;
    display: block;
    z-index: 995;
    overflow: hidden;
    background: rgb(220 220 220 / 50%);
    padding: 15px;
    border-radius: 20px 0 0 20px;
}

.popup_content #fix_share{
    top: 20px;
}

#fix_share ul {
    display: flex;
    flex-wrap: wrap;
    width: 30px;
}

#fix_share li{
    width: 100%;
}

#fix_share li:nth-child(2){
    margin-top: 12px;
}


#fix_share li a{
    display: block;
}


@media screen and (max-width: 480px){
    #fix_share {
        padding: 12px 8px;
        padding-left: 10px;
    }
    #fix_share li:nth-child(2){
        margin-top: 10px;
    }
}

/*--------------------------------------------------footer*/

footer{
    background-color: #000;
    color: #fff;
}


footer .col2_l{
    width: 38%;
}

footer h1{
    max-width: 150px;
    width: 60%;
}

footer small{
    font-family: 'Poppins' , sans-serif;
    font-weight: 800;
    margin-top: 30px;
    display: block;
}


footer .col2_r{
    width: 60%;
}

.sitemap_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sitemap_nav li{
    width: 32%;
    font-weight: 800;
}

.sitemap_nav li:nth-child(n+4){
    margin-top: 2%;
}

.sitemap_nav li a{
    font-size: .9em;
    justify-content: flex-start;
}

.sitemap_nav li a:before{
    width: 1.5em;
}

.sitemap_nav li span{
    width: calc(100% - 1.5em);
}


.sitemap_nav:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media screen and (max-width: 768px){
    footer .col2_l,
    footer .col2_r{
        width: 100%;
    }
    footer .col2_l{
        order: 2;
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid;
    }
    footer .col2_r{
        order: 1;
    }
}

@media screen and (max-width: 480px){
    .sitemap_nav li {
        width: 48%;
    }
    .sitemap_nav li:nth-child(n+3){
        margin-top: 2%;
    }
    .sitemap_nav:after {
        content: none;
    }
}

/*--------------------------------------------------icon*/

@font-face {
  font-family: 'd2c';
  src:  url('/fonts/d2c.eot?b7avt4');
  src:  url('/fonts/d2c.eot?b7avt4#iefix') format('embedded-opentype'),
    url('/fonts/d2c.ttf?b7avt4') format('truetype'),
    url('/fonts/d2c.woff?b7avt4') format('woff'),
    url('/fonts/d2c.svg?b7avt4#d2c') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'd2c', 'M PLUS 1p', sans-serif;
  speak: never;
  /*font-style: normal;*/
  /*font-weight: normal;*/
  /*font-variant: normal;*/
  /*text-transform: none;*/
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
}

.ico_note:before {
  content: "\e901";
}
.ico_play:before {
  content: "\e902";
}
.ico_blank:before {
  content: "\e900";
}
.ico_close:before {
  content: "\f00d";
}
.ico_map:before {
  content: "\f041";
}
.ico_arrow_l:before {
  content: "\f053";
}
.ico_arrow_r:before {
  content: "\f054";
}
.ico_arrow_u:before {
  content: "\f077";
}
.ico_arrow_d:before {
  content: "\f078";
}
.ico_calendar:before {
  content: "\f133";
}


.ico_blank_text:after {
  content: "\e900";
  margin-left: .5em;
}
