@charset "UTF-8";

/*-----------------------------------------------------
html
-------------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto; 
	font-size: 16px !important;
	font-family: "ゴシックMB101 B", "Gothic MB101 Bold", 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	color:#222;
	line-height: 1.0;
	text-align: center;
	min-width: 1100px;
	position: relative;
}

a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";}

.r_bana{
	width: 90px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../images/index/r_bana.jpg) repeat-y;
}
/*-----------------------------------------------------
header
-------------------------------------------------------*/

#header{
	width: auto;
}

#header nav{
    position: relative;
}

.header_box{
	background: #fff;
}

.hd_h{
	width: 100%;
	height: 24px;
	background: #f6f6f6;
}

h1{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	font-size: 11px;
}

.hd_line{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
	width: 1200px;
	height: 100px;
	margin:auto;
    padding: 10px 0px;
}

.hd_logo{
	width: 310px;
}

.hd_logo img{
	width: 100%;
}

.hd_tel{
	width: 470px;
    margin-left: auto;
}

.hd_tel img{
	width: 100%;
}


/*未使用*/
.hd_mail{
	padding: 43px 10px 0px 0px;
	float: right;
}

.navi{
	width: 100%;
    position: relative;
    padding: 20px 0px 26px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;    
}

.navi ul{
	width: 1100px;
	margin: 0 auto;
	display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.navi ul li{
	text-align: center;
	font-weight: bold;
    box-sizing: border-box;
}

.navi ul li a{
    width: 220px;
	display: block;
	padding: 12px 0px;
	border-left: 1px solid #dddddd;
}

.navi ul li:last-child a{
}

.navi ul li:first-child a{
    border-left: none;
}


.navi ul ul li{
	width: 180px;
	display: block;
}

.navi ul li a.fs{
	display: block;
	padding: 12px 0px;
	border-left: 1px solid #0074B3;
	border-right: 1px solid #0074B3;
}

.navi ul li a:hover{
	text-decoration: none;
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
}

#parent{
    position: relative;
    padding-right: 16px;
}

#parent::after{
    content: "";
    background: url(../../images/index/header_arrow_b.svg);
    background-repeat: no-repeat;
    background-size: 11px 7px;
    display: block;
    width: 11px;
    height: 7px;
    right: 10%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute;
}

/*sub_navi*/
.sub_navi{
    position: absolute;
    bottom: -208px;
    left: 0px;
    width: 100vw;
    min-height: 208px;
    background: #f0f7fd;
    z-index: 9999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
}

.sub_navi_wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    min-height: 208px;
}

.sub_navi_wrap span{
    font-weight: bold;
    color: #0085cc;
    white-space: nowrap;
    margin-right: 8%;
}


ul.navi_li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 26px;
    text-align: left;
}

ul.navi_li li{
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}

ul.navi_li li::after{
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../../images/index/submenu_arrow.svg") no-repeat;
    background-size: 11px 9px;
    width: 11px;
    height: 9px;
}

ul.navi_li li a{
    text-decoration: none;
    white-space: nowrap;
}

ul.navi_li li a:hover{
    text-decoration: none;
}

.sub_navi{
    display: none;
}

.sub_navi_wrap.service{
    display: none;
}

.sub_navi_wrap.useful{
    display: none;
}

.anker{
    width: 100%;
    height: auto;
    background: #f0f7fd;
    box-sizing: border-box;
    overflow: hidden;
}

.anker ul{
    width: 900px;
    margin: 0 auto;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.anker ul li{
    display: block;
    width: auto;
    height: 60px;
    line-height: 60px;
    color: #0085cc;
    text-decoration: underline;
    font-size: 14px;
}

.anker ul li span{
    position: relative;
}

.anker ul li span:hover{
    cursor: pointer;
}

.anker ul li span::after{
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: calc(50% - 5px);
    background: url(../../images/index/anker_arrow_sub.svg) no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
}

/*-----------------------------------------------------
main
-------------------------------------------------------*/
#main{
	width: auto;
	height: auto;
}

.main_box{
    display: flex;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 30px 0px 0px 0px;
}

.main_box2{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 0px 40px 0px;
}

#main_img{
	width: 100%;
	background: url(../../images/index/main_bg.jpg) repeat-x;
}

.mainimg{
	width: 100%;
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
    padding: 42px 0px 56px;
}

.mainimg_in{
	width: 1200px;
	margin: 0 auto;
    text-align: left;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;    
}

.mainimg_in{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.main_l{
    width: 762px;
    height: auto;
}

.main_l_st{
    margin-bottom: 18px;
}

.main_l_st span{
    display: inline-block;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #009245;
    border-radius: 6px;
}

.main_l_st span+span{
    margin-left: 16px;
}

.main_l_t{
    display: block;
    width: 762px;
    height: auto;
    margin-bottom: 23px;
}

.main_l_t img{
    width: 100%;
    height: auto;
}

.main_l_img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.main_l_img img+img{
    padding-left: 8px;
}

.img_l{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 75%;
    box-sizing: border-box;
}

.img_r{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 25%;
    margin-top: auto;
}

.img_l+.img_r{
    padding-left: 8px;
}

.img_l img{
    width: 49%; 
    height: auto;
}

.img_r img{
    width: 100%;
    height: auto;
    margin-top: auto;
}

.main_l .cmt img{
    display: block;
    width: auto;
    height: 11px;
}

.main_r{
    position: relative;
    width: 391px;
    height: 410px;
    z-index: 10;
}

.main_r_img{
    display: block;
    width: 170px;
    height: auto;
    position: absolute;
    left: -14px;
    bottom: 0px;
    z-index: 12;
}

.main_r_img img{
    width: 100%;
    height: auto;
}

.main_r_bg{
    display: block;
    width: 100%;
    height: 410px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 11;
}

.main_r_bg img{
    width: 100%;
    height: auto;
}

/*PR*/
.main_pr{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    box-sizing: border-box;
    background: #0085cc;
}

.main_pr_box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.main_pr_tx{
    width: 280px;
    padding-right: 20px;
}

.main_pr_tx img{
    width: 100%;
    height: auto;
}

.main_pr_box ul li+li{
    padding-left: 8px;    
}

.main_pr_box ul li img{
    width: 100%;
    height: auto;
}

.main_pr_box .main_pr_li01 ul{
    display: table;
    height: 100%;
    width: 100%;
}

.main_pr_box .main_pr_li01 ul li{
    display: table-cell;
    vertical-align: bottom;
}

.main_pr_box .main_pr_li01 img{
    height: 50px;
}

.main_pr_box .main_pr_li02{
    padding-left: 8px;
}

.main_pr_box .main_pr_li02 ul{
    display: table;
    height: 100%;
    width: 100%;
}

.main_pr_box .main_pr_li02 ul li{
    display: table-cell;
    vertical-align: bottom;
}

.main_pr_box .main_pr_li02 img{
    height: 42px;
}

/*-----------------------------------------------------
pr
-------------------------------------------------------*/
.pr_fl{
	width: 760px;
	margin: 0px auto 55px;
}

.pr_box{
    background: #f0f7fd;
    border: 1px solid #0085CC;
    box-sizing: border-box;
    border-radius: 4px;
}

.pr_box span.t{
	display: block;
    padding-bottom: 8px;
    color: #0085CC;
}

.pr_box span.tx{
    display: block;
    width: 100%;
    font-size: 16px;
	font-weight: bold;        
    text-align: center;
}

.pr_box a{
    display: block;
    width: 100%;
    padding: 12px 0px;
    line-height: 1;
    text-decoration: none;
}

.pr_box:hover{
    opacity: 0.5;
    cursor: pointer;
}

ul.pr_li{
    display: flex;
    flex-wrap: wrap;
}

ul.pr_li li{
    display: inline-block;
    width: 350px;
    margin-top: 20px;
    padding: 10px 10px 16px;
    box-sizing: border-box;
    background: #f0f7fd;
}

ul.pr_li li:nth-child(2n){
    margin-left: 20px;
}

ul.pr_li li span{
    display: inline-block;
    width: 100%;
    padding-top: 16px;
    text-align: center;
    font-size: 16px;
}

ul.pr_li li img{
    width: 100%
}

/*-----------------------------------------------------
banner
-------------------------------------------------------*/

.banner1{
	width: 900px;
	padding: 0px 0px 45px 0px;
	margin: 0 auto;
}

/*-----------------------------------------------------
box1
-------------------------------------------------------*/
.box1{
	padding: 55px 0px 55px 0px;
    background: #f0f7fd;
}

.box1_in{
    width: 980px;
    margin: 0 auto;
}

.box1_kp{
	margin: 0 0 26px;
	text-align: center;
}

.box1_kp ul{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box1_kp ul li{
	width: 49%;
}

.box1_kp img{
	width: 100%;
}

.box1_kp p{
	font-weight: bold;
	line-height: 1.5;
}


.box1 h2{
    color: #0085CC;
}

.box1 h2 span{
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
}

.box1_sv {
    width: 980px;
    background: #0085CC;
    padding: 28px 0 18px 0;
    margin: 32px auto 0;
}

.box1_sv span.t1{
    font-weight: 900;
    color: #fff;
    display: block;
    font-size: 26px;
    margin: 0 0 24px;
    font-family: source-han-sans-japanese, sans-serif;
}

.box1_sv ul{
    display: flex;
    padding: 0 41px 12px;
}

.box1_sv ul li{
    width: 137px;
    margin: 0 15px 0 0;
    background: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px 0;
    text-align: center;
    letter-spacing: -1px;
}

.box1_sv ul li:last-child{
    margin: 0 0 0 0;
}

.box1_sv span.tx{
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 0 41px;
    color: #fff;
}

.box1_li{
    width: 980px;
    margin: 0 auto;
}

.box1_li ul{
    display: flex;
    flex-wrap: wrap;
}

.box1_li ul li{
    display: block;
}
    
.box1_li ul li{
    width: 480px;
    background: #fff;
    border: 2px solid #0085CC;
    box-sizing: border-box;
    margin: 0 20px 16px 0;
    padding: 14px;
}

.box1_li ul li:nth-child(2n){
    margin: 0 0 16px 0;
}

.box1_li ul li span.t1{
    display: block;
    background: #0085CC;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 0;
    margin: 0 0 16px;
}

.box1_li span.t2 {
    display: inline-block;
    color: #DF311D;
    font-size: 26px;
    font-weight: bold;
}

.box1_li span.t3 {
    display: inline-block;
    background: #0085CC;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 10px 20px 10px;
    margin: 0 auto 16px;
}

.box1_li span.t4 {
    display: block;
    font-size: 13px;
    padding: 0 0 26px;
    text-align: right;
}


.box1_li ul li span.tx{
    display: block;
    padding: 0 0 8px;
    margin: 0 0 8px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.box1_li ul li span.pr{
    text-align: right;
    display: block;
    line-height: 1.5;
    font-size: 28px;
    font-weight: bold;
    color: #10882B;
    background: -webkit-linear-gradient(-45deg, #DF311D, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box1_li ul li span.bg {
    display: inline-block;
    line-height: 1.0;
    font-size: 46px;
    font-weight: 700;
    font-family: din-2014, sans-serif;
    letter-spacing: -1px;
    background: -webkit-linear-gradient(-45deg, #DF311D, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box1_li ul li span.tax{
    position: absolute;
    line-height: 1.0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    bottom: 65px;
    right: 3px;
    color: #ff0000;
}


.box1_li ul li dl{
    display: table;
}

.box1_li ul li dl dt{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.box1_li ul li dl dt img{
    width: 95%;
}

.box1_li ul li dl dd{
    width: 50%;
    display: table-cell;
    position: relative;
}

.box1_txt1{
    margin: 0 0 26px;
    color: #DF311D;
    font-weight: bold;
    font-size: 26px;
}



/*-----------------------------------------------------
box2
-------------------------------------------------------*/
.box2{
	width: 980px;
	margin: 0 auto;
	padding: 70px 0px 60px 0px;
}

.box2_t{
	text-align: center;
	margin: 0 0 36px;
}

.box2_t h2{
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #0085CC;
	padding: 0 0 16px;
}

.box2_t p{
	display: block;
    font-size: 18px;
    font-weight: bold;
}

.box2_li ul{
    display: flex;
    flex-wrap: wrap;
}

.box2_li ul li{
	width: 320px;
	margin: 0 10px 10px 0;
}

.box2_li ul li:nth-child(3n+3){
	width: 320px;
	margin: 0 0 10px 0;
}

.box2_li ul li a{
	display: block;
}

.box2_li ul li a:hover{
	text-decoration: none;
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
}

.box2_li ul li h3{
	padding: 10px 10px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
    -webkit-border-top-left-radius: 4px;  
    -webkit-border-top-right-radius: 4px;  
    -moz-border-radius-topleft: 4px;  
    -moz-border-radius-topright: 4px;  
}


.box2_li ul li h3.t1{
	background: #0085CC;
}

.box2_li ul li h3.t2{
	background: #339900;
}

.box2_li ul li h3.t3{
	background: #C11A1A;
}

.box2_li ul li h3.t4{
	background: #B860A9;
}

.box2_li ul li h3.t5{
	background: #F3547C;
}

.box2_li ul li h3.t6{
	background: #FF6600;
}


.box2_li ul li p{
	line-height: 1.5;
	text-align: left;
	padding: 16px 16px 16px 126px;
}

.box2_li ul li p.bg1{
	background: url(../../images/index/li_ic1.png) no-repeat left 16px top 16px, #F0F7FD;
	background-size: 91px , 100%;
}

.box2_li ul li p.bg2{
	background: url(../../images/index/li_ic2.png) no-repeat left 16px top 16px, #F6FEF1;
	background-size: 91px , 100%;
}

.box2_li ul li p.bg3{
	background: url(../../images/index/li_ic3.png) no-repeat left 16px top 16px, #FFF6F7;
	background-size: 91px , 100%;
}

.box2_li ul li p.bg4{
	background: url(../../images/index/li_ic4.png) no-repeat left 16px top 16px, #FBF4FA;
	background-size: 91px , 100%;
}

.box2_li ul li p.bg5{
	background: url(../../images/index/li_ic5.png) no-repeat left 16px top 16px, #FFF9FB;
	background-size: 91px , 100%;
}

.box2_li ul li p.bg6{
	background: url(../../images/index/li_ic6.png) no-repeat left 16px top 16px, #FAF4E8;
	background-size: 91px , 100%;
}

.box2_li ul.subcat {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-left: 1px solid #0085cc;
    border-right: 1px solid #0085cc;
    border-bottom: 1px solid #0085cc;
    background: #f0f7fd;
}

.box2_li ul.subcat li{
    max-width: 226px;
    width: 226px !important;
    margin: 0px 0px 0px 0px !important;
}

.box2_li ul.subcat li a{
    display: inline-block;
    position: relative;
    min-width: 227px;
    padding: 20px 0px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0px #cccccc;
}

.box2_li ul.subcat li a:after{
	content: "";
	position: absolute;
    width: 7px;
    height: 9px;
    top: 49%;
    right: 12px;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    background: url("../../images/index/sub_arrow.svg") no-repeat;
}

.subcat  li+li{
    padding-left: 10px;
}

.box2_li ul.subcat  li:nth-child(n+5){
    padding-top: 10px;
}

.box2_li ul.subcat li:nth-child(4n+1){
    padding-left: 0px;
}

#svMenu{
    margin: 30px 0px 0px 0px;
    padding: 20px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0085CC;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    background: #0085cc;
}

#svMenu > span:after{
    content: "";
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-left: 14px;
    background: url("../../images/index/svMenu_arrow.svg") no-repeat;
}

#svMenu.passive > span:after{
    content: "";
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-left: 14px;
    background: url("../../images/index/svMenu_arrow_passive.svg") no-repeat;
}

.box2_li ul.s_item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-left: 1px solid #0085cc;
    border-right: 1px solid #0085cc;
    border-bottom: 1px solid #0085cc;
    background: #f0f7fd;
}

.box2_li ul.s_item li{
    max-width: 226px;
    width: 226px !important;
    margin: 0px 0px 0px 0px !important;
}

.box2_li ul.s_item li a{
    display: inline-block;
    position: relative;
    min-width: 227px;
    padding: 20px 0px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0px #cccccc;
}

.box2_li ul.s_item li a:after{
	content: "";
	position: absolute;
    width: 7px;
    height: 9px;
    top: 49%;
    right: 12px;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    background: url("../../images/index/sub_arrow.svg") no-repeat;
}

.s_item li+li{
    padding-left: 10px;
}

.box2_li ul.s_item  li:nth-child(n+5){
    padding-top: 10px;
}

.box2_li ul.s_item  li:nth-child(4n+1){
    padding-left: 0px;
}

.box2_li .item_box{
    display: none;
}


#itemMenu{
    margin: 35px 0px 0px 0px;
    padding: 20px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0085CC;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    background: #0085cc;
}

#itemMenu > span:after{
    content: "";
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-left: 14px;
    background: url("../../images/index/itemMenu_arrow.svg") no-repeat;
}

#itemMenu.passive > span:after{
    content: "";
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-left: 14px;
    background: url("../../images/index/itemMenu_arrow_passive.svg") no-repeat;
}



/*-----------------------------------------------------
box3
-------------------------------------------------------*/
.box3{
	width: 100%;
	background: #f9f9f9;
}

.box3_in{
	width: 980px;
	padding: 55px 0px 55px 0px;
	margin: 0 auto;
}

.box3_t{
	text-align: center;
	margin: 0 0 36px;
}

.box3_t h2{
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #0085CC;
	padding: 0 0 14px;
}

.box3_t h2 span{
	font-size: 36px;
	color: #F90;
}

.box3_t p{
	display: block;
    font-weight: bold;
    font-size: 18px;
}

.box3_li{
	border: 4px solid #0085CC;
	padding: 16px 16px 16px 16px;
	background: #FFF;
}

.box3_li ul{
    display: flex;
    flex-wrap: wrap;
}

.box3_li ul li{
	width: 214px;
	height: 260px;
	padding: 10px;
	border-right: 1px solid #CCC;
	text-align: left;
	margin: 0 0 16px;
}

.box3_li ul li:nth-child(4n+4){
	width: 214px;
	padding: 10px;
	border-right: none;
	margin: 0 0 16px;
}

.box3_li ul li h5{
	display: block;
	line-height: 36px;
	background: #0085CC;
	margin: 0 auto 6px;
	color: #FFF;
	text-align: center;
}

.box3_li ul li p{
	line-height: 1.5;
	padding: 6px;
}

.box3_item{
    display: flex;
    flex-wrap: wrap;
}

.box3_item dl{
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.box3_item dl+dl{
    border-left:1px solid #CCC;
}

.box3_item dl:nth-child(-n+5){
    margin-bottom:16px; 
}

.box3_item dl:nth-child(5){
    border-left:none;
}

.box3_item img{
    height: auto;
    width: 100%;
}

.box3_item dt{
    display: block;
    line-height: 36px;
    background: #0085CC;
    margin: 0 auto 6px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.box3_item dd p{
    text-align: left;
    padding: 6px;
    line-height: 1.5;
}

/*-----------------------------------------------------
box4
-------------------------------------------------------*/
.box4{
	width: 980px;
	padding: 80px 0px 40px 0px;
	margin: 0 auto;
}

.box4_t{
	text-align: left;
	margin: 0 0 26px;
	border-left: 6px solid #0085CC;
}

.box4_t h2{
    color: #0085CC;
    display: block;
	padding: 0 0 10px 16px;
    font-size: 36px;
}

.box4_t p{
	padding: 0 0 0 16px;
    font-size: 18px;
    font-weight: bold;
}

.box4_li ul{
    display: flex;
    flex-wrap: wrap;
}

.box4_li ul li{
    width: 480px;
    min-height: 170px;
    height: 100%;
    text-align: left;
    margin-bottom: 16px;
    background: #f0f7fd;
	border-radius: 8px;
}

.box4_li ul li a{
    display: flex;
}

.box4_li ul li a:hover{
    text-decoration: none;
    opacity: 0.8;
}
    
.box4_li ul li:nth-child(2n){
    margin-left: 16px;
}

.box4_thumb{
    min-width: 190px;
    height: 170px;
    position: relative;
    overflow: hidden;
    z-index: 9999;
	border-radius: 8px 0 0 8px; 
}

.box4_thumb img{
    width: 100%;    
    height: auto;
    min-height: 170px;
    position: absolute;
    z-index: -9999;
    margin: -15% 0;
}

.box4_txt{
    padding: 16px;
}

.box4_txt span:nth-child(1){
    display: inline-block;
    min-width: 192px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    background: #0084cc;
    color: #ffffff;
    font-size: 14px;
}

.box4_txt span:nth-child(2){
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.box4_txt span:nth-child(3){
    display: block;
    padding-top: 12px;
    color: #0084cc;
    font-size: 14px;
}

.box4_txt p{
    display: inline-block;
    padding-top: 12px;
    line-height: 1.5;
}


.box4_bt{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
	justify-content: center;
	padding: 10px 0 20px;
}

.box4_bt a.newsbt{
	background: url(../../images/index/link_ic.png) no-repeat right 14px center, #0085CC;
	background-size: 12px, 100%;
	display: inline-block;
	font-weight: bold;
	padding: 18px 56px;
	color: #FFF;
	line-height: 1.0;
    border-radius: 6px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
	font-size: 13px;
	margin: 0 10px 0 0;
}

.box4_bt a:hover{
	text-decoration: none;
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
}

.box4_bt a.isbt{
	background: url(../../images/index/inst_ic.svg) no-repeat left 14px center, #fff;
	background-size: 28px, 100%;
	display: inline-block;
	font-weight: bold;
	padding: 18px 36px 18px 56px;
	line-height: 1.0;
    border-radius: 6px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
	font-size: 13px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}





/*-----------------------------------------------------
box5
-------------------------------------------------------*/
.box5{
	width: 100%;
	background: #fcfbf4;
}

.box5_in{
	width: 980px;
	padding: 40px 0px 20px 0px;
	margin: 0 auto;
}

.box5_movie{
	width: 728px;
	height: 421px;
}


/*-----------------------------------------------------
box7
-------------------------------------------------------*/

.box7{
    width: 100%;
    background: #0085CC;
}

.box7 ul{
    width: 900px;
    margin: 0 auto;
    display: table;
    padding: 16px 0 16px 0;
    box-sizing: border-box;
}

.box7 ul li:first-child{
    border-left: 1px solid #0074B3;
}

.box7 ul li{
    width: 20%;
    display: table-cell;
    box-sizing: border-box;
    border-right: 1px solid #0074B3;
    color: #fff;
    padding: 20px 0px;
}

.box7 ul li span.t1{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 8px;
    display: block;
}

.box7 ul li span.t2{
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 10px;
    display: block;
    color: #ffff00;
}

.box7 ul li span.tx{
    line-height: 1.6;
    display: block;
    padding: 0px 20px;
    font-size: 15px;
}

/*-----------------------------------------------------
box8
-------------------------------------------------------*/

.box8{
    width: 100%;
    background: #F0F7FD;
    padding: 60px 0 0px;
}

.box8_in{
    width: 720px;
    margin: 0 auto;
}

.box8 h2{
    margin: 0 0 26px;
    color: #0085CC;
    font-size: 36px;
}

.box8_box{
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}


.box8_img{
    text-align: center;
}

/*-----------------------------------------------------
box9
-------------------------------------------------------*/

.box9{
    width: 100%;
    padding: 60px 0 55px; 
    box-sizing: border-box;
}

.box9_in{
    width: 980px;
    margin: 0 auto;
}

.box9_t span{
    display: inline-block;
    margin: 0 0 14px;
    font-size: 23px;
    font-weight: bold;
}

.box9_t h2{
    font-size: 36px;
    font-weight: bold;
    color: #0085CC;
    margin: 0 0 31px;
}

.box9_img{
}

.box9_img img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}



/*-----------------------------------------------------
box10
-------------------------------------------------------*/

.box10{
    width: 100%;
    padding: 35px 0 80px;
    background: #f0f7fd
}

.box10_in{
    margin: 0 auto;
}

.box10_t{
    width: 980px;
    padding-top: 70px;
    background-image: url(../../images/index/mascot.png);
    background-repeat: no-repeat;
    background-size: 130px auto;
    background-position: top 20px left 65px;
    margin: 0 auto;
}

.box10_t span{
    display: inline-block;
    margin: 0 0 14px;
    font-size: 23px;
    font-weight: bold;
}

.box10_t h2{
    font-size: 36px;
    font-weight: bold;
    color: #0085CC;
    padding: 0 0 35px;
} 

.box10_li ul.slider li {
    display: flex;
    flex-direction: column;
    width: 320px;
    min-height: 590px;
    margin: 0px 10px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}

.box10_li li span.ct{
    display: block; 
    margin-bottom: 15px;
    padding: 8px 16px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.box10_li li span.ct.blue{
    background-color: #0085cc;
}

.box10_li li span.ct.green{
    background-color: #339900;
}

.box10_li li span.ct.red{
    background-color: #c11a1a;
}

.box10_li li span.ct.purple{
    background-color: #b860a9;
}

.box10_li li span.ct.pink{
    background-color: #f3547c;
}

.box10_li li span.ct.orange{
    background-color: #ff6600;
}

.box10_li li img{
    width: 100%;
    max-height: 180px;
}

.box10_li ul li .txt{
    padding: 20px 26px;
}

.box10_li ul li .txt span{
    display: block;
    padding: 0px 0px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #c11a1a;
    text-align: left;
    line-height: 1.5;
}

.box10_li ul li .txt p{
    text-align: left;
    line-height: 1.75;
}

.box10_li ul li .txt p span{
    display: inline;
    color: #222222;
    font-size: 16px;
    padding: 0px;
}

.line_y{
    background: linear-gradient(transparent 50%, #fff399 50%);
}

.box10_li .item{
    width: 100%;
    text-align: left;
    padding: 0px 15px 15px;
    box-sizing: border-box;
    margin-top: auto;
}

.box10_li .item span:nth-child(odd){
    display: inline-block;
    max-width: 72px;
    margin-bottom: 6px;
    padding: 6px 12px;
    box-sizing: border-box;
    background: #0085cc;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    white-space: pre;
}

.box10_li .item span:nth-child(even){
    padding: 0px 20px 0px 10px;
    box-sizing: border-box;
    line-height: 24px;
    font-weight: bold;
    white-space: pre;
}



.box10_review{
	max-width: 900px;
    margin: 45px auto 30px;
	padding: 36px 0px;
    font-weight: bold;
	border: 12px solid #E0311E;
	border-radius: 10px;
	box-sizing: border-box;
}

.box10_reviewt{
    height: 66px;
    width: auto;
	margin-bottom: 26px;
}

.box10_reviewt img{
	width: 100%!important;
    height: 100%!important;
}


.box10_txt span:nth-child(1){
	display: block;
	font-size: 22px;
	color: #E0311E;
	margin-bottom: 14px;
}

.box10_review span:nth-child(2){
	display: block;
	font-size: 26px;
	color: #0085CC;
	margin-bottom: 10px;
}

.box10_review img{
    height: 46px;
    width: auto;
}

.box10_reviewlink{
	padding: 16px 0 0 0;
}

.box10_reviewlink a{
	font-weight: bold;
	font-size: 20px;
}

/*-----------------------------------------------------
box11
-------------------------------------------------------*/
.box11{
    padding: 55px 0px 0px;
}

.box11_in{
    width: 980px;
    margin: 0px auto;
}

.box11_in h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.box11_in h2 span{
    color: #0085cc;
}

.box11li{
    display: flex;
}

.box11li_c{
    width: 233px;
    padding: 25px 16px;
    border:2px solid #0085cc;
    border-radius: 4px;
    box-sizing: border-box;
}

.box11li_c+.box11li_c{
    margin-left: 16px;
}

.box11li_t p{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.box11li_t p span{
    padding-right: 11px;
    font-size: 14px;
    color: #0085cc;
    letter-spacing: 1px;
}

.box11li_t p span strong{
    font-size: 18px;
}

.box11li_img{
    display: flex;
    height: 90px;
    padding: 20px 0px;
    align-items: center;
}

.box11li_img img{
    display: block;
    height: 90px;
    margin: 0px auto;
    max-width: 100%;
}

.box11li_tx{
    text-align: left;
    line-height: 1.5;
}

.box11li_tx span{
    display: block;
    font-weight: bold;
    color: #ff9900;
    padding-bottom: 5px;
}


/*-----------------------------------------------------
box12
-------------------------------------------------------*/
.box12{
    padding: 55px 0px 65px;
    margin-top: 0px;
    background: #f0f7fd;
}

.box12_in{
    width: 900px;
    margin: 0px auto;
}

.box12_in h2{
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #0085cc;
}

.box12li{
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 4px;
    text-align: left;
}

.faq_btn:hover{
    cursor: pointer;
}

.box12li+.box12li{
    margin-top: 16px;
}

.box12li .faq_q::before{
    content: "Q.";
    font-weight: bold;
    color: #0085cc;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1.5em;
}

.box12li .faq_q{
    position: relative;
}

.box12li .faq_q p{
    font-weight: bold;
    padding-left: 30px;
    line-height: 1.5em;
}

.box12li .faq_arrow{
    width: 15px;
    height: auto;
    position: absolute;
    top: 5px;
    right: 0px;
}

.box12li .faq_arrow.opened,.box12li .faq_arrow.passive{
    transform: rotateX( 180deg );
}

.box12li .faq_arrow.opened.passive{
    transform: rotateX( 0deg );
}


.box12li .faq_a{
    display: none;
    position: relative;
}

.box12li .faq_a.opened{
    display: block;
}

.box12li .faq_a p{
    position: relative;
    padding: 25px 45px 0px 30px;
    line-height: 1.5em;
}

.box12li .faq_a::before{
    content: "A.";
    font-weight: bold;
    color: #ff9900;
    position: absolute;
    left: 0px;
    top: 25px;
    line-height: 1.5em;
}

.box12_btn a{
    display: inline-block;
    padding: 20px;
    margin-top: 40px;
    background:#0085cc;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
}

.box12_btn a:hover{
    text-decoration: none;
    opacity: 0.8;
}

/*-----------------------------------------------------
box13
-------------------------------------------------------*/
.box13{
    box-sizing: border-box;
    background: #f9f9f9;
    padding: 30px 0px;
}

.box13_in{
    width: 900px;
    padding: 20px 0px;
    box-sizing: border-box;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 4px;
    align-items: center;
    justify-content:center;
    background: #ffffff;
}

.box13_t{
    text-align: left;
    margin-right: 30px;
}

.box13_t h2{
    font-size: 24px;
    font-weight: bold;
    color: #0085cc;
    line-height: 1.5;
}

.box13_t h2 span{
    display: block;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.box13_t h2 span strong{
    color: #ff9900;
}

.box13_img{
    width: 400px;
}

.box13_img img{
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------
box14
-------------------------------------------------------*/
.box14{
}

.box14_in {
    width: 980px;
    padding: 55px 0px 60px;
    margin: 0px auto 0px;
}

.box14_t p{
    padding-bottom: 16px;
    font-size: 23px;
    font-weight: bold;
}

.box14_t p span{
    color: #ff9900;
}

.box14_t h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.box14_t h2 span{
    color: #0085cc;
}

.box14_content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    align-items:center;
    width: 100%;
    box-sizing: border-box;    
}

.box14_content ul li a:hover{
    opacity: 1 !important;
}

.box14_li{
    width: 530px;
    height: auto;
    text-align: left;
}

.box14_li ul li{
    display: inline-block;
    padding-bottom: 18px;
}

.box14_li ul li::after{
    content: " | ";
}

.box14_li ul li a:hover{
    text-decoration: none;
    opacity: 0.5;
}

.box14_li_t{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 22px !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #0085cc;
    position: relative;
}

.box14_li_t::after{
    width: 460px;
    height: 1px;
    display: block;
    position: absolute;
    top: 6px;
    left: 70px;
    background: #dddddd;
    content: "" !important;   
}

.box14_annotation p{
    padding-top: 4px;
    font-size: 12px;
    color: #777777;
}

.box14_img{
    width: 410px;
    height: auto;
}

.box14_img img{
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------
box15
-------------------------------------------------------*/
.box15{
    padding: 0 0px 60px;
}

.box15_in{
    max-width: 900px;
    margin: 0px auto;
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #f7f7f7;
	border-radius: 4px;
	padding: 26px;
	box-sizing: border-box;
}

.box15_text{
	width: 22%;
	font-weight: bold;
}

.box15_list ul{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap: 20px 46px;
}

.box15_list ul li{
	position: relative;
}

.box15_list ul li::before{
	position: absolute;
	content: "";
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background-image: url("../../images/index/link_ic.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

/*-----------------------------------------------------
box16　
-------------------------------------------------------*/
.box16{
	width: 980px;
	padding: 65px 0px 60px;
	margin: 0 auto;
}

.box16_row{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: flex-start;
	gap: 16px 3%;
	margin-bottom: 26px;
}

.box16row_t{
	width: 50%;
	text-align: left;
}

.box16row_t h2{
    color: #0085CC;
    display: block;
	padding: 0 0 0 16px;
    font-size: 26px;
	border-left: 6px solid #0085CC;
	margin-bottom: 26px;
}

.box16row_t p{
	line-height: 1.5;
}

.box16row_img{
	width: 47%;
}

.box16row_img img{
	display: block;
	width: 100%;
	border: solid 1px #dddddd;
}

.box16_li{
	padding-bottom: 14px;
}

.box16_li ul{
	background: #f0f7fd;
	padding: 26px;
}

.box16_li ul li{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap:16px 3% ;
	padding-bottom: 20px;
	text-align: left;
	align-items: center;
}

.box16_li ul li:last-child{
	padding-bottom: 0;
}

.box16_li ul li .box16li_img{
	width: 25%;
}

.box16_li ul li .box16li_img img{
	width: 100%;
}

.box16_li ul li .box16li_tx{
	width: 72%;
}

.box16_li ul li .box16li_tx h3{
	font-size: 18px;
    color: #0085CC;
	font-weight: bold;
	padding-bottom: 14px;
}

.box16_li ul li .box16li_tx p{
	line-height: 1.5;
}

.box16_note{
	background: #f7f7f7;
	border-radius: 4px;
	padding: 14px 20px;
}

.box16_note p{
	font-size: 14px;
	line-height: 1.5;
}

.box16_caution{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
	align-items: center;
	margin-top:26px;
	border: solid 1px #dddddd;
}

.box16_caution .box16c_tx{
	width: 68%;
	height: auto;
	padding: 26px 30px;
}

.box16_caution .box16c_tx h3{
	font-size: 23px;
    color: #0085CC;
	font-weight: bold;
	padding-bottom: 14px;	
}

.box16_caution .box16c_tx p{
	line-height: 1.5;
	text-align: left;
}

.box16_caution .box16c_img{
	width: 32%;
}

.box16_caution .box16c_img img{
	width: 100%;
}


/*-----------------------------------------------------
hdcontact
-------------------------------------------------------*/
.hdcontact{
	width: 1080px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.hdcontact_ct a {
    display: block;
    height: 100%;
}

.hdcontact_box{
    width: 920px;
    margin: 0 auto 0px;
}

.hdcontact_t{
    text-align: left;
    margin: 0 0 8px;
    font-weight: bold;
}

.hdcontact_t span.t1{
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    margin: 0 5px 0 0;
}

.hdcontact_t span.t1:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
    background: #0085CC;
    transform: skewX(-10deg);
}

.hdcontact_t span.t2{
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px +0px 0 6px;
}

.hdcontact_tx{
    margin: 0 0 14px;
    text-align: left;
    font-size: 14px;
}

.hdcontact_ct ul{
    width: 920px;
    margin: 0 auto 16px;
    display: table;
}

.hdcontact_ct ul li{
    display: table-cell;
}

.hdcontact_ct ul li.li1 {
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.hdcontact_ct ul li.li1 span{
	display: block;
	padding: 0px 0 10px 0;
	font-size: 14px;
}


.hdcontact_ct ul li.li2{
    width: 25%;
    vertical-align: bottom;
}

.hdcontact_ct ul li.li3{
    width: 25%;
    vertical-align: bottom;
}


.hdcontact_ct ul li.li1 img{
    width: 100%;
}

.hdcontact_ct ul li.li2 a{
    width: 96%;
    height: 72px;
    margin: 0 0 0 4%;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 19px !important;
    background: #E0311E;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    padding: 12px 0px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: left;
    gap: 0px 10px;
}

.hdcontact_ct ul li.li2 a span{
    font-size: 14px;
    display: block;
    margin: 0 0 6px;
}

.hdcontact_ct ul li.li2 a:hover{
	text-decoration: none;
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
}


.hdcontact_cd ul li.l3{
    vertical-align: bottom;
    padding: 0 0 0 16px;
}

.hdcontact_ct ul li.li3 a {
    width: 96%;
    margin: 0 0 0 4%;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    background: #00b900;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    height: 72px;
    font-size: 20px !important;
    padding: 12px 0px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: left;
    gap: 0px 10px;
}

.hdcontact_ct ul li.li3 a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.hdcontact_ct ul li.li3 a span{
    font-size: 14px;
    display: block;
    margin: 0 0 6px;
}

.hdcontact_cd ul li.l3 img{
    height: 42px;
}

.cta-icon.mail{
    width: 24px;
    height: auto;
}

.cta-icon.line{
    width: 30px;
    height: auto;
}

.cta-icon img{
    width: 100%;
    height: auto;
}

/*.hdcontact_ct ul li.li2 a:before { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 30px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #fff;
}

.hdcontact_ct ul li.li2 a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 34px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #2F8E00;
}*/


.hdcontact_cd{
    display: table;
}

.hdcontact_cd ul li{
    display: table-cell;
}

.hdcontact_cd ul li.l1{
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    padding:  0 10px 0 10px;
    line-height: 1.3;
    background: #0085CC;

}

.hdcontact_cd ul li.l2{
    vertical-align: middle;
    padding: 0 16px 0 16px;
}

.hdcontact_cd ul li.l2 img{
    height: 42px;

}

.contact_bg {
    background: #f0f7fd;
}

/*-----------------------------------------------------
contact
-------------------------------------------------------*/
.contact{
	width: 100%;
	height: 242px;
	background: url(../../images/index/ct_bg.jpg) no-repeat center, url(../../images/index/ct_rp.jpg) repeat-x;
	text-align: left;
}

.contact_box{
	width: 980px;
	margin: 0 auto;
    display: flex;
}

.contact_flow{
	width: 454px;
	padding: 162px 0 0 0;
}

.contact_flow ul{
    display: flex;
}

.contact_flow ul li{
	width: 130px;
	padding: 6px 0 0 0;
	margin: 0 19px 0 0;
	text-align: left;
	line-height: 1.5;
	font-size: 13px;
}

.contact_flow ul li:last-child{
	width: 130px;
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	line-height: 1.5;
	font-size: 13px;
}

.contact_flow ul li span{
	font-weight: bold;
	font-size: 14px;
	color: #FF6600;
}


.contact_bt{
	padding: 166px 0 0 0px;
}
/*-----------------------------------------------------
left
-------------------------------------------------------*/
#left{
	width: 720px;
}

.left_t{
    text-align: left;
    height: 80px;
    background: #FFCC0F;
}

.left_titlebox{
    position: relative;
    margin-bottom: 20px;
}

.left_titleimg{
    position: absolute;
    left: 20px;
    bottom: 0;
}

.left_titleimg img{
    height: auto;
}

.left_titlein{
    padding: 25px 0 0 0;
}

.left_t h2{
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0 0 146px;
    line-height: 85px;
}

.left_t h3{
	font-size: 25px;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #0075C2;
}

.left_t span{
	display: block;
	padding: 10px 0 0;
	font-size: 14px;
}

.left_t2{
	margin-bottom: 16px;
	background: #FFF;
	padding: 8px 0px;
	border: 1px solid #CCC;
}

.left_t2 p{
	font-size: 18px;
	letter-spacing: -0.03em;
	border-left: 3px solid #0075C2;
	font-weight: bold;
	color: #0075C2;
	padding: 5px 16px;
}

.left_t2 h2{
	font-size: 18px;
	letter-spacing: -0.03em;
	border-left: 3px solid #0075C2;
	font-weight: bold;
	color: #0075C2;
	padding: 5px 16px;
}

.left_t3{
	margin-bottom: 16px;
	background: #FFF;
	padding: 8px 0px;
	border-top: 3px solid #0075C2;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.left_t3 p{
	font-size: 18px;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #0075C2;
	padding: 5px 16px;
}


.left_t p{
	font-size: 124%;
	line-height: 50px;
	font-weight: bold;
	padding-left: 48px;
}


.left_cnbox{
	padding: 16px 15px 0px 15px;
	background: #E9F5FE;
	margin-bottom: 16px;
}

.left_cnli{
	padding: 0px 0px 16px 0px;
}

.left_cnli a{
	display: block;
}

.left_cnli a:hover{
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}


.left_cnlil{
	width: 222px;
	margin-right: 12px;
	float: left;
	background: #FFF;
}

.left_cnli dt{
	line-height: 1.5;
	width: 222px;
	border-top: 2px solid #0075C2;
}

.left_cnlir{
	width: 222px;
	float: left;
	background: #FFF;
}

.left_cnlit1{
	background: url(../../images/index/li_bg1.png) no-repeat left 10px center , #F6F6F6;
}

.left_cnlit2{
	background: url(../../images/index/li_bg2.png) no-repeat left 10px center , #F6F6F6;
}

.left_cnlit3{
	background: url(../../images/index/li_bg3.png) no-repeat left 10px center , #F6F6F6;
}

.left_cnlit4{
	background: url(../../images/index/li_bg4.png) no-repeat left 10px center , #F6F6F6;
}

.left_cnlit5{
	background: url(../../images/index/li_bg5.png) no-repeat left 10px center , #F6F6F6;
}

.left_cnlit6{
	background: url(../../images/index/li_bg6.png) no-repeat left 10px center , #F6F6F6;
}


.left_cnli dt span{
	font-weight: bold;
	padding: 20px 0px 20px 106px;
	font-size: 108%;
	display: block;
	color: #0075C2;
}

.left_cnli dd{
	padding: 16px;
}

.left_cnddl p{
	line-height: 1.5;
	padding-bottom: 6px;
}

.left_cnkm{
	text-align: right;
}

.left_hm{
	text-align: left;
	padding: 6px 0 0 0;
	margin-bottom: 20px;
}

.left_hm ul li{
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0 10px 0;
    line-height: 1.5;
}

.left_hm ul li span{
	display: inline-block;
	margin-right: 6px;
	padding: 6px;
	background: #0085CC;
	color: #FFF;
	width: 70px;
	text-align: center;
	clear: both;
	font-size: 12px;
}

.left_hmlink{
	text-align: right;
	padding-top: 10px;
	margin-bottom: 16px;
}


.left_st{
	display: inline-block;
	background: #0075C2;
}

.left_st p{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	letter-spacing: 0.03em;
}

.left_st p span{
	font-size: 22px;
	color: #FF0;
}

.left_st2{
}

.left_st2 p{
	font-size: 28px;
	font-weight: bold;
	color: #F9341E;
	padding: 16px 0px 16px;
}

.left_stbox{
	margin-bottom: 16px;
}

.left_sttx{
	width: 528px;
	float: left;
}

.left_stimg{
	float: left;
}

.left_sttx p{
	padding-right: 20px;
	line-height: 1.5;
}





/*-----------------------------------------------------
right
-------------------------------------------------------*/
#right{
	width: 260px;
	background: #FFF;
}

.right_box{
	margin-left: 20px;
}

.right_ml{
	width: 240px;
	height: 328px;
	background: url(../../images/index/right_mbg.jpg);
	margin-bottom: 16px;
}

.right_mlbt{
	width: 204px;
	margin: 0 auto;
}

.right_img{

}

.right_img2{
	margin-bottom: 16px;
}

.right_t{
	border-top: 3px solid #0085CC;
	border-bottom: 1px dotted #CCC;
	background: #F0F7FD;
	text-align: center;
}

.right_t p{
	font-weight: bold;
	padding: 12px;
}

.right_t2{
	background: #0085CC;
	text-align: center;
}

.right_t2 p{
	font-weight: bold;
	padding: 12px;
	color: #FFF;
}

.right_t3{
	background: #009900;
	text-align: center;
}

.right_t3 p{
	font-weight: bold;
	padding: 12px;
	color: #FFF;
}

.right_navbox{
	background: #FFDE24;
	margin-bottom: 10px;
}

.right_navbox ul{
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #eaeaea;
}

.right_navbox ul li{
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: #FFF;
}

.right_navbox ul li a{
	display: block;
	padding: 16px;
	font-weight: bold;
	font-family: "ゴシックMB101 B", "Gothic MB101 Bold", 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	background: url(../../images/index/ic.png) no-repeat right 16px center;
}

.right_navbox ul li a:hover{
	text-decoration: none;
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";	
}

.right_menu{
	margin-bottom: 16px;
}

.right_menu ul li{
	margin: 0 auto;
	border-bottom: 1px dotted #CCC;
	background: url(../../images/index/ic.png) no-repeat left 16px center;
}


.right_menu ul li:hover{
	background: url(../../images/index/ic.png) no-repeat left 16px center, #F0F7FD;
}


.right_menu ul li a{
	line-height: 1.5;
	font-size: 14px;
	padding: 14px 10px 14px 36px;
	display: block;
	font-weight: bold;
}

.right_menu ul li a:hover{
	text-decoration: none;
}

.right_menu+.right_t{
	border-bottom: 1px dotted #CCC;
}

.right_menu+.right_t,.right_menu+.right_t2{
    margin-top: 16px;
}

.right_menu ul li:last-child{
	border-bottom: none;
}

.right_area{
	border: 1px solid #ccc;
	text-align: left;
}

.right_area p{
	padding: 16px 10px;
	line-height: 1.5;
	font-size: 12px;
}

.right_area a:hover{
    text-decoration: none;    
}

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

#footer{
	width: 100%;
	height: auto;
	font-size: 13px;
    background: #f7f7f7;
}


.ft_sc{
	width: 980px;
	text-align: right;
	margin: 0 auto;
}


.ft_box{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0px 40px 0px;
	text-align: left;
}

.ft_boxl{
	width: 630px;
	float: left;
}

.ft_boxr{
	width: 350px;
	float: left;
}


.ft_line{
	width: 980px;
}

.ft_list{

}

.ft_list ul{
	width: 100%;
	text-align: left;
	display: flex;
}

.ft_list ul li{
	margin: 0 10px 0 0;
}

.ft_list ul li.t{
	font-weight: bold;
	width: 120px;
	line-height: 30px;
	
}

.ft_list ul li.st{
	line-height: 26px;
}


.ft_list ul li.b{
	background: url(../../images/index/ic.png) no-repeat left center;
}

.ft_list ul li.b a{
	line-height: 30px;
	padding-left: 10px;
}

.ft_list ul.ft_area{
    padding-bottom: 8px;
}

.ft_list ul.ft_area li img{
    width: 97px;
    height: auto;
}

.ft_list ul.ft_area li.b{
    background: none;
}

.ft_list ul.ft_area li.b a{
	padding-left: 0px;
}

.ft_cp{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #0086CD;
}

.ft_cp p{
	padding: 16px;
	font-size: 12px;
	color: #FFF;
}

.ft_cp p a{
	color: #FFF;
}

.ft_list ul li.t {
    font-weight: bold;
    min-width: 120px;
    line-height: 30px;
}

.ft_list ul li ul {
    flex-wrap: wrap;
}

.footer_cta{
    position: fixed;
    bottom: -90px;
    right: 15px;
    width: 400px;
    height: 82px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    z-index: 99999;
    transition: all 0.5s;
}

.footer_cta.active{
    bottom: 15px;
    transition: all 0.5s;
}

.footer_cta a{
    display: block;
    height: 100%;
    width: 100%;
  }

.footer_cta img{
    width: 100%;
    height: 100%;
}

.footer_cta .line{
    width: 22%;
    height: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.footer_cta .mail{
    width: 22%;
    height: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: solid 1px #cccccc;
}

.footer_cta .tel{
    position: relative;
    width: 76%;
    height: 100%;
    background: #0085CC;
    box-sizing: border-box;
    padding: 5px 10px;
}

.footer_cta .tel img{
}

.ft_bn_scl{
    transform: translateY(20vw);
    transition: 0.5s;
}

/*-----------------------------------------------------
page-top
-------------------------------------------------------*/
#page-top {
	position: fixed;
	right: 15px;
}
#page-top a {
    display: block;
	width: 50px;
	height: 50px;
}

#page-top a img{
    width: 100%;
    height: auto;
}

.playerout{
	width: 100%;
	text-align: center;
	background: #fcfbf4;
}



.box2 {
    width: 980px;
    margin: 0 auto 44px;
    padding: 30px 0px 60px 0px;
}

.box3 {
    width: 100%;
    background: none;
    margin-bottom: 44px;
}

.box9 {
    background: #f0f7fd;
    margin-bottom: 44px;
}

.box9_img {
    padding: 12px 20px 15px;
    background: #ffffff;
    border-radius: 4px;
}

.box11 {
    padding: 55px 0px 55px;
    margin-bottom: 44px;
}

.box4 {
    background: none;
}

.box4_in {
    width: 980px;
    padding: 55px 0px 55px 0px;
    margin: 0px auto;
}

.index_covid19 .pr_fl {
    margin: 55px auto 55px;
}

.index_contact .hdcontact {
    padding: 0px;
}



/*-----------------------------------------------------
hiroshima only
-------------------------------------------------------*/
/*.mainimg {
    width: 100%;
    background: url(../../images/index/season1.png) repeat;
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
}

.mainimg_in {
    width: 1040px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
*/

.mainimg_mc {
    display: block;
    content: "";
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 10px;
    margin: 0 0 0px 0;
    bottom: 0;
}

.mainimg_ic ul li.pr {
    font-weight: 700;
    color: #fff;
    background: #80BD22;
    padding: 10px 10px;
    line-height: 1.0;
    font-size: 21px;
    float: left;
    margin: 0 6px 6px 0;
}

.mainimg ul li.r p.txt {
    font-size: 38px;
    font-weight: 900;
    margin: 0 0 0 24px;
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.2;
    transform: rotate(3deg);
    color: #ff0000;
}

.mainimg ul li.r p.txt span{
    display: block;
}

.mainimg_mc img {
    width: 300px;
    position: relative;
    right: 10px;
}




.hdcontact_txt {
    text-align: left;
    padding: 14px 0 0 0;
    display: block;
    font-size: 14px;
}

.hdcontact_tx {
    margin: 12px 0 10px;
    text-align: left;
    font-size: 14px;
}

.hdcontact_tx.reserve span{
    font-size: 16px;
    font-weight: bold;
    color: #fe1500;
}


.ud{
    background: linear-gradient(transparent 60%, #ffff00 60%) !important;
    line-height: 1.5;
}

.line_li dl {
    margin: 0 0 26px;
    background: #e5f8e5;
}

.line_li dl dt {
    font-weight: bold;
    padding: 16px;
    font-size: 16px;
    background: #00B900;
    color: #fff;
}

.line_li dl dd {
    padding: 26px;
    text-align: center;
}

.line_li dl dd span.txt {
    display: block;
    margin: 0 0 26px 0;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.line_li dl dd span.img1 img {
    width: 200px;
}


.line_li dl dd span.id {
    display: inline-block;
    padding: 16px 106px;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #009145;
}

.line_li {
    width: 100%;
}

.line_li dl dd a.bt {
    display: inline-block;
    background: #00B900;
    color: #fff;
    padding: 16px 46px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
    filter: drop-shadow(0px 4px 0px #009145);
}

.mb26 {
    margin-bottom: 16px !important;
}