@charset "utf-8";

.web_hide{display: none !important;}

.topWrap{background: #F4F6F9;border-bottom: 1px solid #e8e7f3;padding: 0 60px;width: 100%;box-sizing: border-box;}
.topWrap .topLinksWrap .topLinks{display: flex;align-items: center;}
.topWrap .topLinksWrap .topLinks a{padding: 7px 20px;color: #666;font-size: 14px;line-height: 21px; border: 1px solid #e8e7f3; margin-left: -1px;margin-bottom: -1px; border-top-width: 0;border-bottom-color: transparent;position: relative;transition: background 0.23s ease;}
.topWrap .topLinksWrap .topLinks a:hover{background: #e7eaef;}
.topWrap .topLinksWrap .topLinks a.on{background: #fff;border-bottom: 1px solid #fff;z-index: 10;color: #4439b2;}
.topWrap .topLinksWrap .topLinks a.on::before{content: '';display: block;width: 100%;height: 3px;background: #4439b2;position: absolute;top: 0;left: 0;}

.header{max-width: 1180px;height: 100px; margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.logo_box{width: 273px;}
.logo_box a{display: block;}
.logo_box a img{width: 100%;height: auto;}

.bookmark_box{display: flex;align-items: center;}
.bookmark_box input + label{font-size: 14px;line-height: 24px;cursor: pointer;padding-left: 30px;background: url(../img/Star_Off.svg)no-repeat center left;}
.bookmark_box input:checked + label{background-image: url(../img/Star_On.svg);}

.visualWrap{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 480px; text-align: center;background: url(../img/img_vis.jpg)no-repeat center / cover;color: #fff;}
.visualWrap h2{font-size: 52px;line-height: 80px;font-weight: 250;margin-bottom: 50px;}
.visualWrap h2 br{display: none;}
.visualWrap h2 strong{font-weight: normal;}

.idCheck_box{width: 100%;}
.idCheck_box p{font-size: 22px;line-height: 33px;margin-bottom: 20px;font-weight: 300;word-break: keep-all;letter-spacing: -1px;}
.idCheck_box p strong{font-weight: 700;}
.idCheck_box p i{font-style: normal;position: relative;z-index: 1;}
.idCheck_box p i::before{content: '';display: block;width: 100%;height: 12px; background: #F89B96;opacity: 0.3;position: absolute;bottom: 3px;left: 0;z-index: -1;}
.idCheck_box .etc_txt{font-size: 15px;line-height: 22px;margin-bottom: 50px;opacity: .8;}
.idCheck_box .btn_link{background: #EE6E66;padding: 14px 30px;font-size: 16px;line-height: 22px;font-weight: 700;display: inline-flex;align-items: center;}
.idCheck_box .btn_link::after{content: '';display: block;width: 22px;height: 16px;background: url(../img/arr_link2.svg)no-repeat center;margin-left: 10px;}

.contentsWrap{max-width: 1180px; margin: 60px auto;}
.contentsWrap h3{font-size: 24px;line-height: 22px;text-align: center;margin-bottom: 30px;}

.plusLinks{display: flex;align-items: center;}
.plusLinks a{display: block;flex: 1 1 1;margin-right: 20px;position: relative;border-radius: 5px;overflow: hidden;}
.plusLinks a:last-child{margin-right: 0;}
.plusLinks a picture img{width: 100%;height: auto;}
.plusLinks a .hover_txt{width: 100%;height: 100%;position: absolute;top: 0;left: -100%;display: flex;align-items: center;justify-content: center;font-size: 18px;line-height: 27px;font-weight: 700;transition: left 0.4s ease;}
.plusLinks a:hover .hover_txt{left: 0;}
.plusLinks a .hover_txt svg{margin-left: 20px;}
.plusLinks a.item1 .hover_txt{background: #E9F1F0;color: #103D65;}
.plusLinks a.item2 .hover_txt{background: #FCFCDF;color: #2BCC9A;}
.plusLinks a.item3 .hover_txt{background: #FEEFF3;color: #FC4173;}
.plusLinks a.item1 .hover_txt svg path{fill: #103D65;}
.plusLinks a.item2 .hover_txt svg path{fill: #2BCC9A;}
.plusLinks a.item3 .hover_txt svg path{fill: #FC4173;}

#footer_top{border-top:1px solid #e6e6e6;}
#footer{border-top:1px solid #e6e6e6;}
.container{max-width: 1180px; margin: 0 auto}
/* footer_top */
.footer_top{position: relative; padding:14px 0;}
.footer_top .footer_top_listbox .footer_top_list{float:left; position: relative; padding:0 15px;}
.footer_top .footer_top_listbox .footer_top_list:first-child{padding-left: 0;}
.footer_top .footer_top_listbox .footer_top_list:after{display: block; content:''; position: absolute; top:calc(50% - 6px); left:0; width: 1px; height: 12px; background:#e6e6e6; }
.footer_top .footer_top_listbox .footer_top_list:first-child:after{width: 0;}
.footer_top .footer_top_listbox .footer_top_list a{display: block; font-size: 14px; color:#666; }
.footer_top .footer_top_listbox .footer_top_list:first-child a{color:#151515;}

.footer_top .footer_top_select select{display: none;}

/* footer */
.footer{padding:35px 0;}
.footer .btn_toppage{position: fixed; right: 30px; bottom: 30px; display: none; width: 60px; height: 60px; border-radius:50%; background:#151515 url(../images/ico_toppage.png) no-repeat 50% 50%; transition:background-position 0.1s; z-index: 999;}
.footer .btn_toppage .toppage_txt{display: none;}
.footer .btn_toppage:hover{background-position:50% 13px;}
.footer .btn_toppage:hover .toppage_txt{display: block;width: 25px; margin:0 auto; text-align: center; font-size: 13px; letter-spacing: 0; color:#fff; margin-top: 30px; padding-top: 4px; background:#151515;}
.footer .footer_wrap{position: relative;}
.footer .footer_wrap .footer_side_box{position: absolute; top:50%; right:0; transform:translateY(-50%);}
.footer .footer_wrap .footer_side_box .footer_callbox{text-align:right;}
.footer .footer_wrap .footer_side_box .footer_callbox .footer_call{display: inline-block; font-size: 24px; line-height: 26px; font-weight: bold; color:#4439b2; padding-left: 36px; margin-bottom: 10px; background:url(../img/icon_customer.svg) no-repeat 0 50%;}
.footer .footer_wrap .footer_side_box .footer_callbox .footer_txt{color: #666; line-height: 20px;}
.footer .footer_wrap .footer_side_box .footer_callbox .footer_txt>span{display: block;}
.footer .footer_wrap .footer_callbox .footer_tel{font-size: 16px; letter-spacing: 0; font-weight: bold; }
.footer .footer_wrap .footer_callbox .footer_mail{font-size: 14px; letter-spacing: 0; font-weight: 400; color:#666;}
.footer .footer_wrap .footer_callbox .footer_mail span{font-weight: bold;}
.footer .footer_wrap .footer_box{font-size: 0; margin-bottom: 15px;}
.footer .footer_wrap .footer_box .footer_name{font-size: 14px; padding-bottom: 15px;}
.footer .footer_wrap .footer_box .footer_item{display: inline-block; font-size: 13px; line-height: 20px; margin-right: 10px; color:#666;}
.footer .footer_wrap .footer_box .footer_item.footer_adress{display: block;}
.footer .footer_wrap .footer_box .footer_item.footer_adress span{margin-left: 10px;}
.footer .footer_wrap .footer_copy{font-size: 13px; line-height: 18px; color:#999; letter-spacing: 0;}
.footer .footer_wrap .footer_copy > span{color:#666;}

.popWrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;}
.popWrap .dim{display: block; width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}
.popWrap .pop_box{width: 400px; position: absolute;top: 50%;left: 50%; transform: translate(-50%, -50%);background: #fff;padding: 30px;box-sizing: border-box;}
.popWrap .pop_box .pop_head{display: flex;align-items: center;padding-bottom: 15px;border-bottom: 1px solid #E6E6E6;}
.popWrap .pop_box .pop_head .tit{display: flex;align-items: center;font-size: 18px;line-height: 27px;}
.popWrap .pop_box .pop_head .tit img{display: block; width: 32px;height: 32px;object-fit: contain;margin-right: 10px;}
.popWrap .pop_box .pop_head .pop_close{background: transparent;margin-left: auto;width: 24px;height: 24px;}
.popWrap .pop_box .pop_body{padding-top: 40px;text-align: center;}
.popWrap .pop_box .pop_body strong{font-size: 18px;line-height: 27px;font-weight: normal;}
.popWrap .pop_box .pop_body p{display: block; font-size: 14px;line-height: 21px;color: #666;margin-top: 5px;}
.popWrap .pop_box .pop_body button{font-size: 15px;line-height: 22px;padding: 9px 21.5px;background: #151515;color: #fff;margin-top: 25px;}

@media(max-width: 1300px){
    .header{padding: 0 60px;}
    .contentsWrap{padding: 0 60px;}
    .footer{padding: 0 60px;}
}

@media(max-width: 820px){
    .mob_hide{display: none !important;}
    .web_hide{display: block !important;}

    .topWrap{background: transparent;padding: 0;width: 40px;height: 60px;position: absolute;top: 0;left: 0;}
    .topWrap .mob_menu{width: 40px;height: 60px;position: absolute;top: 0;left: 0;background: url(../img/ico_m_menu.png)no-repeat center right / 20px auto;cursor: pointer;}
    .topWrap .dim{width: 100%; height: calc(100vh - 60px);top: 60px; z-index: 10;background: transparent;display: none !important;cursor: pointer;position: fixed;top: 0;left: 0;}
    .topWrap .topLinksWrap{display: none;width: 80px;position: absolute;top: 52px;left: 10px;background: #fff;filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.15));padding: 15px 0;box-sizing: border-box;z-index: 11;}
    .topWrap .topLinksWrap::before{content: '';display: block;width: 0;height: 0;border-top: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 17px solid #fff;position: absolute;top: -10px;left: calc(50% - 30px);}
    .topWrap .topLinksWrap .topLinks{flex-direction: column;}
    .topWrap .topLinksWrap .topLinks a{padding: 0;border-width: 0;font-size: 15px;line-height: 30px;margin: 0;color: #666;}
    .topWrap .topLinksWrap .topLinks a.on{color: #4439B2;}
    .topWrap .topLinksWrap .topLinks a.on::before{content: none;}

    .topWrap.on .dim{display: block !important;}
    .topWrap.on .topLinksWrap{display: block;}

    .phone_header{padding: 0 20px;height: 60px;}
    .contentsWrap{padding: 0 20px;}

    /* .logo_box{width: 194px;} */
    .logo_box{display: flex; width: 100%;justify-content: center;}
    .logo_box a{width: 194px;}
    .logo_box p{font-size: 17px;line-height: 23px;}

    header{position: relative;}
    .header{padding: 0 20px;height: 60px;}
    .contentsWrap{padding: 0 20px;}

    .bookmark_box{position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}
    .bookmark_box input + label{font-size: 0;padding-left: 24px;}

    .visualWrap{background-image: url(../img/img_vis_m.jpg);height: 430px;}
    .visualWrap h2{font-size: 36px;line-height: 46px;font-weight: 300;margin-bottom: 20px;}
    .visualWrap h2 br{display: inline-block;}
    .visualWrap h2 strong{font-weight: 700;}

    .idCheck_box{padding: 0 25px;box-sizing: border-box;}
    .idCheck_box p{font-size: 16px;line-height: 22px;}
    .idCheck_box .etc_txt{font-size: 13px;line-height: 22px;margin-bottom: 45px;}
    .idCheck_box .btn_link{padding: 13px 30px;font-size: 15px;}

    .contentsWrap{margin: 50px auto 60px;}
    .contentsWrap h3{font-size: 24px;line-height: 22px;}
    
    .plusLinks{flex-direction: column;}
    .plusLinks a{margin-right: 0;margin-bottom: 10px;}
    .plusLinks a:last-child{margin-bottom: 0;}
    .plusLinks a .hover_txt{display: none;}

    .footer_top{padding:13px 0;}
    .footer_top .footer_top_select select{display: none;}
    .footer_top .footer_top_listbox{text-align: center; font-size: 0;}
    .footer_top .footer_top_listbox .footer_top_list{float:none; display: inline-block;padding:0 11px;}
    .footer_top .footer_top_listbox .footer_top_list a{font-size: 13px;}
    .footer{padding: 30px 0;}
    .footer .btn_toppage{width: 40px; height: 40px; background-image:url(../images/ico_toppage_m.png); background-size:15px auto; right: 10px; bottom: 10px;}
    .footer .btn_toppage:hover{background-position:50% 50%;}
    .footer .btn_toppage:hover .toppage_txt{display: none;}
    .footer .footer_wrap .footer_side_box{position:static; transform: translateY(0); text-align: center; font-size: 0;}
    .footer .footer_wrap .footer_side_box .footer_snsbox{padding-bottom: 17px;}
    .footer .footer_wrap .footer_side_box .footer_snsbox .footer_sns_item{display: inline-block; float:none;}
    .footer .footer_wrap .footer_side_box .footer_callbox{text-align: center; margin-bottom: 30px;}
    .footer .footer_wrap .footer_side_box .footer_callbox .footer_call{font-size: 18px; line-height: 27px; background-size: 22px auto; padding-left: 32px; margin-right: 10px; margin-bottom: 0;}
    .footer .footer_wrap .footer_side_box .footer_callbox .footer_txt{margin-top: 10px; font-size: 13px; line-height: 16px;}
    .footer .footer_wrap .footer_callbox .footer_tel{display: inline-block; font-size: 14px; line-height: 17px;}
    .footer .footer_wrap .footer_box{text-align: center; margin-bottom: 15px;}
    .footer .footer_wrap .footer_box .footer_name{text-align: center; font-size: 14px; line-height: 21px; padding-bottom: 8px;}
    .footer .footer_wrap .footer_box .footer_item{font-size: 12px; line-height: 16px;}
    .footer .footer_wrap .footer_box .footer_item:nth-child(4){display: block;}
    .footer .footer_wrap .footer_box .footer_item.footer_adress span{margin-left: 0; display: block;}
    .footer .footer_wrap .footer_copy{text-align: center; font-size: 12px;}

    .popWrap .pop_box{width: calc(100% - 40px);}

}