/*********************************
	common
**********************************/
.pc {display: inherit;}
.sp {display: none;}
body #contents {width:910px;font-size: 18px;}
body #contents img{max-width: 100%;}
body #responsive_wrap {width:100%;}
img {vertical-align: bottom;}
#cnt .main {
	width: 100%;
	padding: 0;
	text-align: center;
}
#cnt ul:after,#cnt div:after {
	content: ""!important;
	display: none;
}
#cnt .main img {width:100%;margin: 0 auto;}
#cnt p {line-height: 1.6;}
#cnt .bd {font-weight: bold;}
#cnt .mar {
	background: linear-gradient(transparent 60%, #FFF28C 60%);
	font-weight: bold; 
}
#cnt .big {font-size: 1.25rem;}
#cnt .border {
	border: 2px solid #000;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
}
#cnt .b18 {font-weight: bold;font-size: 16px;}
#cnt .b20 {font-weight: bold;font-size: 20px;}

/*************************************/
@media(max-width: 720px){
#cnt .main {padding:0 0;}
#cnt .border {
	padding: 0 5px;
	font-weight: bold;
	line-height: 40px;
}
#cnt .tc {text-align: center;}
#cnt .ups {
	position: static;
}
}


/*********************************
	body
**********************************/
#cnt .bg {
	text-align: center;
	background: url(../img/bg.jpg) no-repeat, ;
	padding-bottom: 20px;
	overflow: hidden;
}
#cnt .btn {
	margin:60px auto;
}
#cnt .btn p{
	margin: 60px auto;
}
#cnt .bBoxs {
	border: 6px solid #004098;
}
#cnt .bBoxs .inA{
	position: relative;
	background: #E5ECF5;
}
#cnt .bBoxs .inA .title{
	padding:25px 0;
}
#cnt .bBoxs .inA .labels{
	position: absolute;
	top:-20px;
	left: 10%;
}
#cnt .bBoxs .inB{
	width: 80%;
	margin: 30px 10%;
	text-align: center;
}
#cnt .bBoxs .inB .flex_c{
	display: flex;
	justify-content: center;
	align-items: center;
}
#cnt .bBoxs .inB .flex_c p:first-child{
	padding:5px 10px;
	border: 1px solid #000;
}
#cnt .bBoxs .inB .flex_c p:nth-child(2){
	padding:5px 10px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #004098;
}
#cnt .bBoxs .inB .flex_c p:nth-child(3){
	padding:5px 15px;
	background: #004098;
	color: #FFF;
	border-radius: 30px;
}
#cnt .bBoxs .inB .box01{
	background: #E5ECF5;
	border-radius: 15px;
	color: #004098;
	font-size: 20px;
	padding:20px;
	margin: 30px auto 15px;
}
#cnt .bBoxs .inB ul {
	display: inline-block;
	text-align: left;
}
/* sp **************************************/
@media(max-width: 720px){
#cnt .bBoxs {
	margin: 10px 15px;
}
#cnt .bBoxs .inA .title{
	width: 50%;
	margin:auto;
}
#cnt .bBoxs .inA .labels{
	left: 3%;
	width: 20%;
}
#cnt .btn {
	margin:20px auto;
}
#cnt .btn p{
	margin: 20px auto;
}
#cnt .btn p img{
	width: 100%;
}
}
/*************************************
	grayBox_acordion;
**************************************/
#cnt .grayBox {
	padding: 30px 10px;
	background: #F1F1F1;
}
#cnt .acd-check{
    display: none;
}
#cnt .acd-label{
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px 10px 0;
    position: relative;
}
#cnt .grayBox .abso{
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	margin: auto;
}
#cnt .acd-content{
    height: 0;
    opacity: 0;
    padding: 20px 10px;
    transition: .5s;
    visibility: hidden;
	border-left: 4px solid #004098;
	border-right: 4px solid #004098;
	border-bottom: 4px solid #004098;
	max-width: 810px;
	margin:auto;
}
#cnt .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px 10px;
    visibility: visible;
}
#cnt .acd-content .flex_c{
	display: flex;
	justify-content: center;
	align-items: center;
}
#cnt .acd-content .lists {
	width:50%;
	padding:20px;
	text-align: left;
}
#cnt .acd-content .lists ul{
	width: 100%;
	margin:3px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cnt .acd-content .lists .left {
	width:30%;
	border:1px solid ;
	text-align: center;
}
#cnt .acd-content .lists .right{
	width: 70%;
	padding: 5px;
	font-weight: bold;
}
#cnt .acd-content .lists p{
	margin: 1rem auto;
}
#cnt .acd-content .links {
	display: flex;
	justify-content: center;
	padding: 0 0 15px;
}
#cnt .acd-content .links a{
	color: #0000FF;
}
#cnt .acd-content .links p{
	margin: 10px;
}
#cnt .acd-content .links p img{
	position: relative;
	bottom: -1px;
	vertical-align: text-top;
}
/* sp **************************************/
@media(max-width: 720px){
#cnt .grayBox .abso{
	bottom:-20px;
	width: 50%;
}
#cnt .acd-label {
	width: 98%;
	padding:0px;
	margin:auto;
}
#cnt .acd-label .sp img{
	width: 100%!important;
}
#cnt .acd-content {
	width: 90%;
	padding:10px;
	margin:auto;
}
#cnt .acd-content .flex_c{
	flex-wrap: wrap;
}
#cnt .acd-content .lists {
	width: 100%;
	padding: 5px;
}
}
/*************************************
	flag
**************************************/
#cnt .flag {
	margin: 60px auto 0;
	text-align: center;
}
/*************************************
	zone02
**************************************/
#cnt .zone02 {
	margin: 30px auto;
}
/* sp **************************************/
@media(max-width: 720px){
#cnt .zone02 p img{
	width: 100%;
}
}
/*************************************
	zone03
**************************************/
#cnt .zone03 {
	border: 6px solid #009944;
}
#cnt .zone03 .box01{
	position: relative;
	background: #E5F5EC;
	text-align: center;
}
#cnt .zone03 .box01 .title{
	padding:25px 0;
}
#cnt .zone03 .box01 .labels{
	position: absolute;
	top:-20px;
	left: 10%;
}
#cnt .zone03 .box02 {
	margin: 30px auto;
	padding: 10px 0;
	text-align: center;
	background: url(../img/bg01.png)no-repeat;
}
/* sp **************************************/
@media(max-width: 720px){
#cnt .zone02 {
	text-align: center;
}
#cnt .zone03 {
	margin: 10px 15px;
}
#cnt .zone03 .box01 .labels{
	left:3%;
	width: 20%;
}
#cnt .zone03 .box01 .title{
	width: 50%;
	margin: auto;
}
}

/** time *********************/
#cnt .zone03 .time {
	display: inline-block;
	color: #fff;
	margin: 30px auto 10px;
	width: 100%;
	max-width: 460px;
}
#cnt .zone03 .time ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:10px auto;
}
#cnt .zone03 .time .left{
	border: 2px solid #FFF;
	width: 20%;
	padding:5px 0;
}
#cnt .zone03 .time .right{
	width: 80%;
	text-align: left;
	padding: 0 10px;
}
#cnt .zone03 .box02 .link{
	margin:10px auto 20px;
}
#cnt .zone03 .box02 .link a{
	color: #FFF100;
}
#cnt .zone03 .box02 .link img{
	position: relative;
	bottom: -1px;
	vertical-align: text-top;
}
#cnt .zone03 .box03,
#cnt .zone03 .box04{
	text-align: center;	
}
#cnt .zone03 .box03 .txt{
	padding: 20px;
	width:65%;
	margin:auto;
	text-align: left;
}
#cnt .zone03 .box04 .flex_c{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	max-width: 740px;
	margin:30px auto;
}
#cnt .zone03 .box04 .flex_c p{
	width: 48%;
	text-align: left;
	margin: 1%;
}
#cnt .zone03 .box04 .comment{
	font-size: .75rem;	
}
#cnt .zone03 .box05 {
	text-align: center;
}
#cnt .zone03 .box05 ul{
	display: inline-block;
	text-align: left;
	font-size: .75rem;
	margin: 30px auto;
}
/* sp **************************************/
@media(max-width: 720px){
#cnt .zone03 .box04 .flex_c{
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin:30px 15px;
}
#cnt .zone03 .box04 .flex_c p {
	width: 100%;
	
}
#cnt .zone03 .time {
	width: 88%;
}
#cnt .zone03 .time ul{
}
#cnt .zone03 .time .left{
	width: 33%;
}
#cnt .zone03 .time .right{
	width: 67%;
}
#cnt .zone03 .box05 {
	margin: 5px 15px;
}
}

/*************************************
	humanBox
**************************************/
#cnt .humanbox {
	margin:0 auto;
	background: #EBF7F0;
	padding:40px;
}
#cnt .inbox {
	border: 4px solid #009944;
	background: #fff;
}
#cnt .inbox ul{
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#cnt .inbox ul li{
	width: 32%;
	margin: .5%;
}
#cnt .inbox .img img{
	width: 100%;
}
#cnt .inbox .name{
	font-weight: bold;
	margin:1rem auto;
	font-size: 1.15rem;
}
#cnt .inbox .text{	
}
/* sp **************************************/
@media(max-width: 720px){
#cnt .humanbox {
	margin:0 15px;
	padding:20px;
}
#cnt .inbox ul{
	padding: 30px 15px;
}
#cnt .inbox ul li{
	width: 98%;
	margin: 10px 1%;
}
}
/*************************************
	lasts
**************************************/
#cnt .lasts {
	margin: 30px auto;
	text-align: center;
	background: #FFFEEB;
	padding: 50px 0;
}
#cnt .lasts p{
}
#cnt .telsout {
	text-align: center;
}
#cnt .telsin {
	display: inline-block;
}
#cnt .telsin .tels{
	margin: 10px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#cnt .tels {
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cnt .tels .left{
	font-weight: bold;
	font-size: 2rem;
	color: #004098;
}
#cnt .comlist {
	display: inline-block;
	text-align: left;
	margin: 0 auto 30px;
}
#cnt .comlist li{
	font-size: .75rem;
	padding: 0 0 0 .75rem;
	text-indent: -.75rem;
}

/* SP ************************************/
@media(max-width: 720px) {
#cnt .telsin .tels{
	justify-content: center;
}
#cnt .lasts {
	margin: 30px 15px;
	padding: 30px 0;
}
.boxs .left,
.boxs2 .left {
	width:15%;
}
.boxs .right,
.boxs2 .right {
	width:85%;
	padding:0 10px;
}
#cnt .tels {
	margin: 10px auto 0;
	flex-wrap: wrap;
}
#cnt .comlist {
	margin: 5%;
}
}

/*************************************
	footBox 
**************************************/
.footlists {
	text-align: center;
}
.footlists .lists{
	padding-left:.75rem;
	text-indent: -.75rem;
	display: inline-block;
	text-align: left;
	margin: 30px auto;
	font-size: .75rem;
	max-width: 60%;
}
.footlists .caution {
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 720px) {
.footlists {margin: 0 15px;}
.footlists .lists{
	max-width: 100%;
}
img {max-width: 100%;height: auto;}
.pc {display: none;}
.sp {display: inherit;}
#cnt .main img {width: 100%;}
#cnt .bg {
	background-position: center top;
	background-size: 100% 40%;
}
.foots ul li{
	width: 30px;
}
.footBox2 .coin{margin-top: -10px;}
}




/*************************************
	2020.02.17 IS追加 
**************************************/
#cnt .bnr {
	padding: 0;
	text-align: center;
}

@media (max-width: 720px) {
.bnr{
	max-width: 100%;
}