@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body{
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	background:#fff;
    line-height: 1.8;
    color:#000;
    font-size:16px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
	overflow-x: hidden;
}

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

body{
    font-size:16px;
	overflow-x: hidden;
}

}

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

body{
    font-size:16px;
	overflow-x: hidden;
}

}

.min{
    font-family: UD Reimin Regular;
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en{
    font-family: Helvetica, Arial, "sans-serif";
}

@media only screen and (max-width: 599px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 15px;
	max-width: 100%;
}


}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

/*a{
    transition: all 0.3s ease;
}*/

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#000; text-decoration: underline;}
a:hover{color:#fa8902; text-decoration:underline;}

a.a-white:link, a.a-white:visited{color: #fff; text-decoration: none;}
a.a-white:hover{color: #fff; text-decoration: underline;}

a.pe-n{
    pointer-events: none;
}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px; }

.cb{clear:both;}

#page-top{position:fixed; bottom: 5%; right:0; z-index: 50;}


#page-top a{
    display: inline-block;
    width:210px;
    height: auto;
}

#page-top a:hover{
    opacity: 0.9;
}




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

}


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

#page-top a{
    width:170px;
}

}


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

#page-top a{
    width:205px;
}

}


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

#page-top a{
    width:175px;
}

}






img{
border:0;
outline:none;
}

.img-hover-big{
	display: block;
    overflow: hidden;
}

.img-hover-big img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover-big:hover img{
    transform: scale(1.2);
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 599px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 599px){
  .br-tab { display:none; }
  .br-sp { display:block; }
}

/*==================================================
btn-basic
================================================== */

.btn-area{
    text-align: center;
	padding: 25px 0 30px;
}


.btn-basic{
    display: block;
    color: #fff !important;
    border-bottom: 8px solid ;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none !important;
}

.btn-basic p{
    margin: 0;
    background-color: #fff;
    padding: 3px 0;
    border-radius: 4px;
}

.btn-basic strong{
    display: block;
    font-size: 28px;
    padding: 15px 0;
}


.btn-basic.btn-orange{
  background-image: -moz-linear-gradient( 90deg, rgba(250,136,2,0.99608) 0%, rgb(254,185,34) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(250,136,2,0.99608) 0%, rgb(254,185,34) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(250,136,2,0.99608) 0%, rgb(254,185,34) 100%);
    border-color: #a05701;
}

.btn-basic.btn-orange p{
    color: #a05701;
}

.btn-basic.btn-orange:hover{
    background-image: none;
    background-color: #fa8902 !important;
}

.btn-basic.btn-green{
  background-image: -moz-linear-gradient( 90deg, rgba(173,188,3,0.99608) 0%, rgb(191,220,35) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(173,188,3,0.99608) 0%, rgb(191,220,35) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(173,188,3,0.99608) 0%, rgb(191,220,35) 100%);
    border-color: #6d7601;
}

.btn-basic.btn-green p{
    color: #6d7601;
}

.btn-basic.btn-green:hover{
    background-image: none;
    background-color: #adbc03 !important;
}


.btn-grey,
.btn-grey-grad{
    background-image: -moz-linear-gradient( 90deg, rgba(197,197,197,0.99608) 0%, rgb(252,254,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(197,197,197,0.99608) 0%, rgb(252,254,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(197,197,197,0.99608) 0%, rgb(252,254,254) 100%);
    border: 1px solid #16447c !important;
    color: #000 !important;
}

.btn-grey:hover,
.btn-grey-grad:hover{
    color: #fff !important;
    background-image: none;
    background-color: #16447c;
    border-color: #fff !important;
}

.btn-mymenu{
  background-image: -moz-linear-gradient( 90deg, rgba(254,248,235,0.99608) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(254,248,235,0.99608) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(254,248,235,0.99608) 0%, rgb(255,255,255) 100%);
  border: 1px solid #fa8902 ;
    border-bottom: 8px solid #fa8902 ;
    color: #000 !important;
}

.btn-mymenu i{
    display: block;
    text-align: center;
    font-style: normal;
    padding: 15px 0 0;
}

.btn-mymenu i img{
    height: 42px;
    vertical-align: middle;
}

.btn-mymenu strong{
    font-size: 18px;
}

.btn-mymenu:hover{
    color: #fff !important;
    background-image: none;
    background-color: #fa8902;
}

.btn-mymenu:hover i img{
    filter: brightness(0) invert(1);
}



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



}



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


.btn-mymenu{
    padding: 10px 8px;
}

.btn-mymenu i{
    padding: 10px 0 0;
}

.btn-basic strong{
    font-size: 4.5vw;
    padding: 10px 0 0;
}

.btn-mymenu strong{
    font-size: 3vw !important;
    padding: 8px 0;
}

}


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

.btn-area{
	padding: 35px 0 25px;
}

.btn-basic{
    border-bottom: 5px solid ;
    padding: 10px;
    font-size: 3.4vw;
}

.btn-basic strong{
    font-size: 5vw;
}

.btn-mymenu{
  background-image: -moz-linear-gradient( 90deg, rgba(254,248,235,0.99608) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(254,248,235,0.99608) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(254,248,235,0.99608) 0%, rgb(255,255,255) 100%);
  border: 1px solid #fa8902 ;
    border-bottom: 5px solid #fa8902 ;
    color: #000 !important;
}

.btn-mymenu i img{
    height: 32px;
}

.btn-mymenu strong{
    font-size: 4.0vw !important;
}

.btn-mymenu:hover{
    color: #fff !important;
    background-image: none;
    background-color: #fa8902;
}

.btn-mymenu:hover i img{
    filter: brightness(0) invert(1);
}
}


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

.btn-basic strong{
    font-size: 4.5vw;
}

}

/*==================================================
status
================================================== */

.status{
    display: inline-block;
    border-radius: 6px;
    padding: 6px 8px;
    line-height: 1;
    color: #fff;
    font-size: 90%;
    white-space: nowrap;
}


/*==================================================
btn
================================================== */

.btn{
    display: inline-block;
    border-radius: 6px;
    text-decoration: none !important;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 1em;
}

.btn:hover{
    background-color: #f4f4f4;
    color: #000;
}


.btn-big{
    padding: 15px 30px;
    border-radius: 8px !important;
    font-size: 1.1em;
}


.btn-small{
    padding: 6px 8px;
    border-radius: 4px !important;
    white-space: nowrap;
}

.btn.btn-lightgrey{
    background-image: none;
    background-color: #f4f4f4 !important;
    border-color: #ddd !important;
}
.btn.btn-lightgrey:hover{
    background-color: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
}

.btn.btn-grey{
    background-image: none;
    background-color: #ccc !important;
    border-color: #ccc !important;
}
.btn.btn-grey:hover{
    background-color: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
}

.btn.btn-orange{
    background-color: #fa8902 !important;
    border-color: #fa8902 !important;
    color: #fff !important;
}
.btn.btn-orange:hover{
    background-color: #fff !important;
    color: #fa8902 !important;
}

.btn.btn-lightblue{
    background-color: #0298e6 !important;
    border-color: #0298e6 !important;
    color: #fff !important;
}
.btn.btn-lightblue:hover{
    background-color: #fff !important;
    color: #0298e6 !important;
}

.btn.btn-blue{
    background-color: #006cd1 !important;
    border-color: #006cd1 !important;
    color: #fff !important;
}
.btn.btn-blue:hover{
    background-color: #fff !important;
    color: #006cd1 !important;
}

.btn.btn-navy{
    background-color: #16447c !important;
    border-color: #16447c !important;
    color: #fff !important;
}
.btn.btn-navy:hover{
    background-color: #fff !important;
    color: #16447c !important;
}

.btn.btn-red{
    background-color: #e41414 !important;
    border-color: #e41414 !important;
    color: #fff !important;
}
.btn.btn-red:hover{
    background-color: #fff !important;
    color: #e41414 !important;
}

.btn.btn-black{
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.btn.btn-black:hover{
    background-color: #fff !important;
    color: #000 !important;
}

.btn.btn-green{
    background-color: #2b800a !important;
    border-color: #2b800a !important;
    color: #fff !important;
}
.btn.btn-green:hover{
    background-color: #fff !important;
    color: #2b800a !important;
}

.btn.btn-yellow{
    background-color: #f8de01 !important;
    border-color: #f8de01 !important;
}
.btn.btn-yellow:hover{
    background-color: #fff !important;
    color: #f8de01 !important;
}

.btn.btn-border{
    background-color: #fff !important;
}

.btn.btn-border:hover{
    background-color: #f4f4f4 !important;
}

.btn.btn-grey.btn-border{
    border-color: #999 !important;
}
.btn.btn-grey.btn-border:hover{
    background-color: #999 !important;
    color: #fff !important;
}

.btn.btn-lightgrey.btn-border{
    border-color: #ddd !important;
}
.btn.btn-lightgrey.btn-border:hover{
    background-color: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
}

.btn.btn-orange.btn-border{
    border-color: #fa8902 !important;
    color: #fa8902 !important;
}
.btn.btn-orange.btn-border:hover{
    background-color: #fa8902 !important;
    color: #fff !important;
}

.btn.btn-lightblue.btn-border{
    border-color: #0298e6 !important;
    color: #0298e6 !important;
}
.btn.btn-lightblue.btn-border:hover{
    background-color: #0298e6 !important;
    color: #fff !important;
}

.btn.btn-blue.btn-border{
    border-color: #006cd1 !important;
    color: #006cd1 !important;
}
.btn.btn-blue.btn-border:hover{
    background-color: #006cd1 !important;
    color: #fff !important;
}

.btn.btn-navy.btn-border{
    border-color: #16447c !important;
    color: #16447c !important;
}
.btn.btn-navy.btn-border:hover{
    background-color: #16447c !important;
    color: #fff !important;
}

.btn.btn-red.btn-border{
    border-color: #e41414 !important;
    color: #e41414 !important;
}
.btn.btn-red.btn-border:hover{
    background-color: #e41414 !important;
    color: #fff !important;
}

.btn.btn-black.btn-border{
    border-color: #000 !important;
    color: #000 !important;
}
.btn.btn-black.btn-border:hover{
    background-color: #000 !important;
    color: #fff !important;
}

.btn.btn-green.btn-border{
    border-color: #2b800a !important;
    color: #2b800a !important;
}
.btn.btn-green.btn-border:hover{
    background-color: #2b800a !important;
    color: #fff !important;
}

.btn.btn-yellow.btn-border{
    border-color: #f8de01 !important;
    color: #f8de01 !important;
}
.btn.btn-yellow.btn-border:hover{
    background-color: #f8de01 !important;
    color: #000 !important;
}

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



}


/*==================================================
背景色 bg-
================================================== */


.bg-grey{
    background-color: #f4f4f4 !important;
}

.bg-orange{
    background-color: #fa8902 !important;
    color: #fff !important;
}

.bg-blue{
    background-color: #0298e6 !important;
    color: #fff !important;
}

.bg-navy{
    background-color: #16447c !important;
    color: #fff !important;
}

.bg-red{
    background-color: #e41414 !important;
    color: #fff !important;
}

.bg-black{
    background-color: #000 !important;
    color: #fff !important;
}

.bg-green{
    background-color: #2b800a !important;
    color: #fff !important;
}




/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contents-full{
    padding: 50px 30px;
    position: relative;
}

.sec{
	padding-top: 150px;
    position: relative;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #e9e9e9;
}

.sec-navy{
	background: #172244;
	color: #fff;
	padding-bottom: 150px;
}

.box-w-round{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px -5px #777777;
    padding: 15px 10px;

}

.page-contents{
    padding-top: 60px;
}



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

.contents-area{
    width: 90%;
}

.sec{
	padding-top: 120px;
}

.sec-navy{
	padding-bottom: 120px;
}

}


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

.sec{
	padding-top: 75px;
}

.sec-navy{
	padding-bottom: 80px;
}

.contents-full{
    padding: 35px 20px;
}



}

@media (max-width: 599px) {

.contents-area{
    width: 86%;
}

.sec-navy{
	padding-bottom: 60px;
}

.contents-full{
    padding: 30px 20px;
}


}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
	font-size: 24px;
	position: relative;
	margin-bottom: 50px;
    background-color: #fff;
    border: 3px solid #fa8902;
    color: #fa8902;
    border-radius: 60px;
    line-height: 50px;
    height: 54px;
}

.title-contents i{
    font-style: normal;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fa8902;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -10px;
    top: -15px;
}

.title-contents i img{
    width: 32px;
}

.title-contents strong{
    padding-left: 80px;
}


.title-y{
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
    font-size: 28px;
    padding: 18px 10px;
}

.title-y i{
    font-style: normal;
    margin-right: 6px;
}

.title-y i img{
    width: 24px;
}

.title-y span{
    width: 0;
height: 0;
border-style: solid;
border-color: #16447c transparent transparent transparent;
border-width: 30px 20px 0px 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}

.title-basic{
    display: block;
    font-size: 21px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.title-sub{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.title-left-border{
    display: block;
    border-left: 5px solid ;
    padding: 0 0 0 12px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 24px;
}

.border-orange{
    border-color: #fa8902 !important;
}

.border-grey{
    border-color: #ccc !important;
}

.border-lightgrey{
    border-color: #f4f4f4 !important;
}

.border-blue{
    border-color: #006cd1 !important;
}

.border-lightblue{
    border-color: #0298e6 !important;
}

.border-navy{
    border-color: #16447c !important;
}

.border-red{
    border-color: #e41414 !important;
}

.border-black{
    border-color: #000 !important;
}

.border-green{
    border-color: #2b800a !important;
}

.border-yellow{
    border-color: #f8de01 !important;
}



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



}

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

.title-contents{
	font-size: 21px;
	margin-bottom: 35px;
}


.title-y{
    font-size: 24px;
    padding: 13px 10px;
}

.title-basic{
    font-size: 18px;
}



}


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

.title-contents{
	font-size: 5.6vw;
    line-height: 40px;
    height: 45px;
}

.title-contents i{
    width: 60px;
    height: 60px;
    left: -10px;
    top: -10px;
}

.title-contents i img{
    width: 24px;
}

.title-contents strong{
    padding-left: 60px;
}


.title-y{
    font-size: 20px;
    padding: 13px 10px;
}

.title-y i img{
    width: 20px;
}

.title-basic{
    font-size: 16px;
}

.title-left-border{
    padding: 0 0 0 10px;
    font-size: 5.6vw;
    line-height: 1.4;
}


}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{padding: 9px 20px; background: #e7f0fa; font-size: 15px; line-height: 1;}
.breadcrumbs ul{list-style: none; margin: 0 !important; padding: 0 !important;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media only screen and (max-width: 1100px) {
.breadcrumbs{padding: 9px 14px; font-size: 14px; }
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
    color: #fff;
    background-color: #16447c;
}
header.header-black{
	color: #1b2a53;
}

.header-inner{
    padding: 0 30px;
    height: 60px;
    position: relative;
}

#site-title{
}

#site-title img{
    vertical-align: middle;
    height: 40px;
}


.header-contents{
    position: absolute;
    right: 30px;
    top: 8px;
}

.header-btn{
    width: 160px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 30px;
    font-size: 13px;
}

.header-btn p{
    margin: 0;
    text-align: center;
}

.header-btn a{
    width: 100%;
}

header.header-black .header-btn a{
	color: #1b2a53 !important;
	border-color: #1b2a53 !important;
}

#btn-header-sp-login{
    display: none;
}

@media (max-width: 1024px) {


}


@media (max-width: 768px) {

header{
	height: 60px;
}

#site-title{
	padding: 0;
}

#site-title img{
    margin-top: 9px;
}
.logo-k{margin-left:20px;}

#site-title p{
	font-size:1.3vw;
}

    .header-contents{
        display: none;
    }

#btn-header-sp-login{
    display: inline-block;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 120px;
    top: 10px;
    right: 80px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

    #btn-header-login{
        width: 100%;
    }


}


@media (max-width: 599px) {

.header-inner{
    padding: 0 10px;
}

.logo-e{width:54%; height:auto;}
.logo-k{width:25%; height:auto; vertical-align: middle; margin-left:10px;}

#site-title p{
	font-size:2vw;
	line-height:1;
}

.header-btn{
    width: 120px;
    right: 85px;
    line-height: 1;
    font-size: 11px;
}

.header-btn a{
    font-size: 12px;
}

#btn-header-sp-login{
    width: auto;
    right: 60px;
    padding: 0 8px;
}

}

/*==================================================
footer
================================================== */

footer{
	clear: both;
    background-color: #16447c;
    font-size: 13px;
    color: #fff;
    padding: 50px 0 45px;
    text-align: center;
}

footer a{
    color: #fff !important;
}

footer .btn-sec{
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.ul-footer{
    float: right;
    text-align: right;
    width: 40%;
    margin: 0;
    padding: 0;
}

.ul-footer li{
    display: inline-block;
    color: #fff;
    text-align: left;
    width: 40%;
    margin-bottom: 10px;
}

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


#footer-info{
    float: left;
    width: 60%;
    text-align: left;
}

#footer-info h3{
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

#footer-info p strong{
    font-size: 16px;
}

#footer-info table{
    width: 100%;
    border-collapse: collapse;
}

#footer-info table th{
    width: 80px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 5px;
}

#footer-info table td{
    vertical-align: top;
    text-align: left;
    padding-bottom: 5px;
}

#footer-info a{
    color: #000 !important;
}


#footer-bottom{
    padding: 35px 0 0 ;
    text-align: center;
}


p.copyright{
    margin: 15px 0 0;
}


.footer-logo{
    width: 190px;
    vertical-align: bottom;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

footer{
    padding: 30px 0 25px;
}

footer .btn-sec{
    margin-bottom: 30px;
}

.ul-footer{
    width: 50%;
}


#footer-info{
    width: 50%;
}

#footer-info h3{
    margin-bottom: 10px;
    font-size: 16px;
}

#footer-info p strong{
    font-size: 14px;
}

#footer-info table th{
    width: 60px;
}


#footer-bottom{
    padding: 35px 0 0 ;
    text-align: center;
}

.footer-logo{
    width: 24%;
}



}

@media (max-width: 599px) {

footer{
    padding: 20px 0 20px;
}

footer .btn-sec{
    margin-bottom: 30px;
}

.ul-footer{
    width: 100%;
    float: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.ul-footer li{
    width: calc(100%/2 - 4px);
}

.ul-footer li:nth-of-type(2n){
    padding-left: 8px;
}


#footer-info{
    width: 100%;
    float: none;
}

    #footer-info article{
        background-color: #fff;
        padding: 20px;
        border-radius: 12px;
        color: #000;
    }

#footer-info h3{
    margin-bottom: 5px;
}

#footer-info table th{
    width: 60px;
}


#footer-bottom{
    padding: 35px 0 0 ;
    text-align: center;
}

.footer-logo{
    width: 40%;
}



}

/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;
    box-sizing:border-box;
    margin: 0 auto;
	width: 100%;
	background-color: #fff;
}

.table tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table th{
    width: 100px;
    padding: 30px 30px;
	vertical-align: middle;
    text-align: left;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table td{
    font-weight:normal;
    padding: 30px 40px;
    text-align: left;
    line-height: 2.0;
	vertical-align: top;
}

.table td div{
	/*margin-bottom: 20px;*/
}

.table td strong{
	display: block;
	font-weight: 500;
}

.table-line{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px dashed #999;
}

.table-line tr{
    position: relative;
    border-bottom: 1px dashed #999;
}

.table-line th,
.table-line td{
    padding: 15px 0;
    text-align: left;
}

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

.table-line th,
.table-line td{
    display: block;
    width: 100% !important;
    padding: 12px 0 5px;
}

    .table-line td{
        padding-top: 0;
        padding-bottom: 8px;
    }

    .contact-status{
        position: absolute;
        right: 0;
        top: 12px;
    }

}



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

.table{
	font-size: 14px;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: none;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 20px 35px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}

.table.no-border tr:first-child{
    border-top: none;
}

}


/*==================================================
list
================================================== */

.box-list{
    margin-bottom: 35px;
}

.yoko-scroll{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
}


/*横並びtable*/
.table-yoko{
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #dce3eb;
    background-color: #fff;
}

.table-yoko thead th{
    /*text-align: center;*/
    padding: 12px 5px;
    background-color: #dce3eb;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #dce3eb;
}

.table-yoko thead th:last-child{
    border-right: none;
}


.table-yoko td{
    padding: 7px 5px;
    border-right: 1px solid #dce3eb;
    border-bottom: 1px solid #dce3eb;
    line-height: 1.4;
}

.table-yoko td span.koumoku{
    display: none;
}


/*ノーマルtable*/
.table-normal{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dce3eb;
}

.table-normal th{
    background-color: #dce3eb;
    /*text-align: center;*/
    vertical-align: middle;
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

.table-normal tr:last-child th{
    border-bottom: none;
}

.table-normal td{
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dce3eb;
}


/*縦並びtable*/

.table-tate th{
    display: block;
    width: 100%;
    border: none;
    text-align: left;
}

.table-tate td{
    display: block;
    width: 100%;
    border: none;
}

.yoko-sp-select-all{
    display: none;
}


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

.yoko-sp-select-all{
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.yoko-sp-select-all label{
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    cursor: pointer;
}

/*横並びtable*/
.yoko-responsive .table-yoko,
.yoko-sp-dot .table-yoko,
.yoko-sp .table-yoko{
    border-left: none;
}

.yoko-responsive .table-yoko thead,
.yoko-sp-dot .table-yoko thead,
.yoko-sp .table-yoko thead{
    display: none;
}

.yoko-responsive .table-yoko tbody tr,
.yoko-sp-dot .table-yoko tbody tr,
.yoko-sp .table-yoko tbody tr{
    border-top: 3px solid #16447c;
    padding: 15px 10px 15px 0;;
    margin-bottom: 15px;
    display: block;
}


.yoko-responsive .table-yoko td{
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0 0 8px;
}

.yoko-sp-dot .table-yoko td,
.yoko-sp .table-yoko td{
    display: block;
    width: 100%;
    border: none;
    text-align: left !important;
    padding: 0 0 8px;
    }

.yoko-responsive .table-yoko td span.koumoku,
.yoko-sp-dot .table-yoko td span.koumoku,
.yoko-sp .table-yoko td span.koumoku{
    display: inline-block;
    background-color:#dce3eb;
    padding: 2px 5px;
    /*text-align: center;*/
    width: 25%;
    margin-right: 10px;
}

.yoko-sp-dot .table-yoko td span.koumoku{
    width: auto;
    background-color: transparent;
    margin-right: 0;
    padding: 0;
}

.yoko-scroll .table-yoko{
    width: 1500px;
}

}


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

.yoko-scroll .table-yoko{
    width: 1200px;
}

}


@media only screen and (max-width: 599px) {
/*横並びtable*/

.yoko-responsive .table-yoko tbody tr{
    padding: 15px 0;;
}

.yoko-responsive .table-yoko td span.koumoku{
    display: block;
    padding: 3px 0;
    box-sizing: border-box;
    margin-bottom: 8px;
    min-width: 100%;
    margin-right: 0;
}

.yoko-scroll .table-yoko{
    width: 1024px;
}

/*ノーマルtable*/

.yoko-responsive .table-normal th{
    width: 100% !important;
    display: block;
    padding: 8px 10px;
    border-bottom: none;
    text-align: left;
}

.yoko-responsive .table-normal tr:last-child th{
    border-bottom: none;
}

.yoko-responsive .table-normal td{
    width: 100%;
    display: block;
    text-align: left;
    padding: 8px 10px;
    border-bottom: none;
}

}



/*==================================================
ul
================================================== */

.ul-3cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

.ul-3cols li{
	width: calc(100%/3);
}


.ul-check{
    list-style: none;
}

.ul-check li{
    background:url("../images/icn_check.svg") no-repeat center left;
    background-size: 28px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1;
}

.ol-basic, .ul-basic{
    margin-left: 20px;
}

.ol-basic li{
    margin-bottom: 12px;
}

.ul-basic{
    list-style: circle;
}


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

.ul-check li{
    background-size: 24px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 18px;
}

}



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

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}

.ul-check li{
    background-size: 20px;
    padding: 5px 0 5px 28px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.5;
}


}

/*==================================================
text-align
================================================== */

.ta-c{text-align: center !important;}
.ta-l{text-align: left !important;}
.ta-r{text-align: right !important;}
.ta-j{text-align: justify !important;}

/*==================================================
fc
================================================== */


.fc-grey{
    color: #999 !important;
}

.fc-orange{
    color: #fa8902 !important;
}

.fc-lightblue{
    color: #0298e6 !important;
}

.fc-blue{
    color: #006cd1 !important;
}

.fc-navy{
    color: #16447c !important;
}

.fc-red{
    color: #e41414 !important;
}

.fc-black{
    color: #000 !important;
}

.fc-green{
    color: #2b800a !important;
}

.fc-yellow{
    color: #f8de01 !important;
}

.fc-w{
    color: #fff !important;
}


/*==================================================
bgc
================================================== */

.bgc-grey{
    background-color: #ccc !important;
    color: #000 !important;
}

.bgc-lightgrey{
    background-color: #f4f4f4 !important;
    color: #000 !important;
}

.bgc-orange{
    background-color: #fa8902 !important;
}

.bgc-lightblue{
    background-color: #0298e6 !important;
}

.bgc-blue{
    background-color: #006cd1 !important;
}

.bgc-navy{
    background-color: #16447c !important;
}

.bgc-red{
    background-color: #e41414 !important;
}

.bgc-black{
    background-color: #000 !important;
}

.bgc-green{
    background-color: #2b800a !important;
}

.bgc-yellow{
    background-color: #f8de01 !important;
    color: #000 !important;
}






/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}


/*==================================================
Padding Valiation
================================================== */

.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}

.p1per{padding:1% !important;}
.p2per{padding:2% !important;}
.p3per{padding:3% !important;}
.p4per{padding:4% !important;}
.p5per{padding:5% !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}

.pr1per{padding-right:1% !important;}
.pr2per{padding-right:2% !important;}
.pr3per{padding-right:3% !important;}
.pr4per{padding-right:4% !important;}
.pr5per{padding-right:5% !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

.pl1per{padding-left:1% !important;}
.pl2per{padding-left:2% !important;}
.pl3per{padding-left:3% !important;}
.pl4per{padding-left:4% !important;}
.pl5per{padding-left:5% !important;}

.p0a{padding-right:auto; padding-left:auto !important;}
.plr10{padding-left:10px; padding-right:10px !important;}
.plr15{padding-left:15px; padding-right:15px !important;}
.plr20{padding-left:20px; padding-right:20px !important;}
.plr25{padding-left:25px; padding-right:25px !important;}
.plr30{padding-left:30px; padding-right:30px !important;}
.plr40{padding-left:40px; padding-right:40px !important;}
.plr50{padding-left:50px; padding-right:50px !important;}

.plr1per{padding-left:1%; padding-right:1% !important;}
.plr2per{padding-left:2%; padding-right:2% !important;}
.plr3per{padding-left:3%; padding-right:3% !important;}
.plr4per{padding-left:4%; padding-right:4% !important;}
.plr5per{padding-left:5%; padding-right:5% !important;}



/*==================================================
Margin Valiation
================================================== */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m25{margin:25px !important;}
.m30{margin:30px !important;}
.m40{margin:40px !important;}
.m50{margin:50px !important;}

.m1per{margin:1% !important;}
.m2per{margin:2% !important;}
.m3per{margin:3% !important;}
.m4per{margin:4% !important;}
.m5per{margin:5% !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.mr1per{margin-right:1% !important;}
.mr2per{margin-right:2% !important;}
.mr3per{margin-right:3% !important;}
.mr4per{margin-right:4% !important;}
.mr5per{margin-right:5% !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.ml1per{margin-left:1% !important;}
.ml2per{margin-left:2% !important;}
.ml3per{margin-left:3% !important;}
.ml4per{margin-left:4% !important;}
.ml5per{margin-left:5% !important;}

.m0a{margin-right:auto; margin-left:auto !important;}
.mlr10{margin-left:10px; margin-right:10px !important;}
.mlr15{margin-left:15px; margin-right:15px !important;}
.mlr20{margin-left:20px; margin-right:20px !important;}
.mlr25{margin-left:25px; margin-right:25px !important;}
.mlr30{margin-left:30px; margin-right:30px !important;}
.mlr40{margin-left:40px; margin-right:40px !important;}
.mlr50{margin-left:50px; margin-right:50px !important;}

.mlr1per{margin-left:1%; margin-right:1% !important;}
.mlr2per{margin-left:2%; margin-right:2% !important;}
.mlr3per{margin-left:3%; margin-right:3% !important;}
.mlr4per{margin-left:4%; margin-right:4% !important;}
.mlr5per{margin-left:5%; margin-right:5% !important;}

/*==================================================
Width Valiation
================================================== */

.w1per{width:1% !important;}
.w5per{width:5% !important;}
.w10per{width:10% !important;}
.w15per{width:15% !important;}
.w20per{width:20% !important;}
.w25per{width:25% !important;}
.w30per{width:30% !important;}
.w35per{width:35% !important;}
.w40per{width:40% !important;}
.w45per{width:45% !important;}
.w50per{width:50% !important;}
.w55per{width:55% !important;}
.w60per{width:60% !important;}
.w65per{width:65% !important;}
.w70per{width:70% !important;}
.w75per{width:75% !important;}
.w80per{width:80% !important;}
.w85per{width:85% !important;}
.w90per{width:90% !important;}
.w95per{width:95% !important;}
.w100per{width:100% !important;}
.w110per{width:110% !important;}
.w120per{width:120% !important;}
.w130per{width:130% !important;}
.w140per{width:140% !important;}
.w150per{width:150% !important;}
.w160per{width:160% !important;}
.w170per{width:170% !important;}
.w180per{width:180% !important;}
.w190per{width:190% !important;}
.w200per{width:200% !important;}



/*==================================================
material-icons-outlined
================================================== */

.material-icons-outlined{
    vertical-align: middle;
}

.icn-16{
    font-size: 16px !important;
}

.icn-18{
    font-size: 18px !important;
}

.icn-20{
    font-size: 20px !important;
}


/*==================================================
contents-search
================================================== */

.box-simple-search{
    display: flex;
    padding: 10px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}

.box-simple-search .btn{
    width: 120px;
    margin-left: 10px;
    padding: 0;
}

.box-simple-search a.btn{
    width: 140px;
    margin-left: 0;
    /*margin-right: 30px;*/
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.box-more-search{
    margin-bottom: 15px;
}

.box-more-search .btn span{
    font-size: 18px;
}

.box-detail-search{
    margin-bottom: 25px;
}

.box-detail-search .btn-area{
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.input-group-text{
    background-color: #f4f4f4 !important;
    border-color: #ddd !important;
}

.collapse:not(.show){
    display: none;
    transition: all .3s;
}



/*ベース*/
.toggle {
	display: none !important;
}

.Label.btn{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none !important;
    padding: 8px 15px;
}

.Label:hover{
    cursor: pointer;
}
/*.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}*/
.Label,
.open-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .3s;
}
.open-content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 ;
	overflow: hidden;
    border-top: 1px solid #ddd;
}
.toggle:checked + .Label + .open-content {	/*開閉時*/
	height: auto;
	padding:10px 0 ;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.open-content .btn-area{
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}


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

.box-simple-search a.btn{
    width: 120px;
    margin-right: 20px;
}

}


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

.box-simple-search .btn{
    width: 90px;
    margin-left: 6px;
    font-size: 14px;
}

.box-simple-search a.btn{
    width: 120px;
    margin-right: 15px;
}

}

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

    .box-simple-search{
        padding: 5px;
        margin-bottom: 12px;
    }

.box-simple-search a.btn{
    margin-right: 10px;
}

.box-detail-search .btn-area{
    text-align: center;
    padding: 10px 0 ;
}

    .td-search-day span.input-group-text{
        width: 100%;
        border-radius: 0;
        border: none !important;
        background: none !important;
        padding: 0;
        margin-top: 5px;
    }

}



/*==================================================
row
================================================== */

.row > div{
    word-break: break-all;
    line-height: 1.4;
}


