/*********************************
	common
**********************************/
.pc {display: inherit;}
.sp {display: none;}
body #contents {font-size: 18px;}
body #contents img{max-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%;
  height: auto;
  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 .b18 {font-weight: bold;font-size: 16px;}
#cnt .b20 {font-weight: bold;font-size: 20px;}
#cnt .red{color: red;}
/*************************************/
@media(max-width: 720px){
#cnt .main {padding:0 0;}
}


/*********************************
	body
**********************************/
#cnt .btn {margin:60px auto;}
#cnt .btn p{margin: 60px auto;}

/** mainbox **********************************/
#cnt .mainbox {
	text-align: center;
}
#cnt .padd {
	background: url(../img/bgs.png)no-repeat;
	background-size: auto 100%;
	background-position: top center;
	padding: 20px 0;
	font-weight: bold;
	margin: 30px auto;
	text-align: center;
}
#cnt .padd .ent{
	display: inline-block;
	padding: 20px 0;
}
#cnt .padd .ent p{margin:10px;}
#cnt .flex {
	text-align: left;
	margin:10px;
}
#cnt .flex li{margin:10px;}
/* sp **********************************/
@media(max-width: 767px){
#cnt .flex_c {
	flex-wrap: wrap;
	justify-content: center;;
	}
#cnt .flex li{
	margin:5px;
	}
}
/** zone01 **********************************/
#zone01 {
	text-align: center;
	margin: 0 30px auto;
}
#zone01 .btns{
	display: flex;
	justify-content: center;
}
#zone01 .btns{
	display: flex;
	justify-content: center;
}
#zone01 .btns p{
	margin:10px;
}
/* sp **********************************/
@media(max-width: 720px){
#zone01 {margin: 0 auto 60px;}
#zone01 .btns{flex-wrap: wrap;}
}
/** zone02 **********************************/
#zone02 {
	max-width:910px;
	margin: auto;
        background: url(../img/bg.jpg)no-repeat;
        background-position:top center;
        padding:0 0 30px;
}

/* sp **************************************/
@media(max-width: 720px){
#zone02 {
        background: url(../img/bgsp.jpg)no-repeat;
        background-position:top center;
        background-size: 100%;
        padding:0 0 30px;
}

}
/** zone03 **********************************/
#zone03 {
	text-align: center;
	margin: 30px auto 0;
	padding: 80px 0 0;
	max-width: 800px;
}
#zone03 .box01{
	background: url(../img/img02.png)no-repeat;
	background-position: center top;
	background-size: 800px;
	height: 191px;
	position: relative;
	margin:20px auto;
}
#zone03 .box02{
	background: url(../img/img03.png)no-repeat;
	background-position: center top;
	background-size: 800px;
	height: 191px;
	position: relative;
	margin:20px auto;
}
#zone03 .box03{
	background: url(../img/img04.png)no-repeat;
	background-position: center top;
	background-size: 800px;
	height: 191px;
	position: relative;
	margin:30px auto;
}
#zone03 .fixbtn {
	position: absolute;
	top:35%;
	right:30px;
	margin:auto;
}
#zone03 .fixbtn p{
	margin: 10px;
}
/* sp **********************************/
@media(max-width: 720px){
#zone03 {padding: 0;}
#zone03 .box01,
#zone03 .box02,
#zone03 .box03{
	background: url(../img/border.png)no-repeat;
	background-position: center top;
	background-size: 100%;
        background-color:#FFF;
	padding-top:10%;
	border: 3px solid #FFABAB;
	border-radius: 0 0 30px 30px;
	width: 95%;
	height: auto;
	overflow:hidden;
	}
#zone03 .fixbtn {
	width: 66%;
	position: static;
	top: auto;
	bottom:0!important;
	right:0;
	left:0;
	margin:auto;
	}
  #zone03 .fixbtn p{
	  margin: 10px;
	}
  #zone03 .fixbtn p img{
	  width: 80%;
	}
}
/** zone04 **********************************/
#zone04 {
  text-align:center;
}
#zone04 .obi{
	margin:0 auto;
}
#zone04 .linkbox {
  width: 14rem;
  margin: 0 auto 5px;
  padding: 5px 12px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 7px;
}
#zone04 a {
  color: #BC8B00;
  font-weight: bold;
  text-decoration: underline;
}

/* sp **********************************/
@media(max-width: 720px){
  #zone04 .obi img{
    width: 80%;
  }
}
/** zone05 **********************************/
#zone05 {
	margin: 10px;
	text-align: center;
}
#zone05 ul{
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 10px;
	position: relative;
	left:-70px;
}
#zone05 ul li{
	margin: 10px;
}
/* sp **********************************/
@media(max-width: 767px){
#zone05 {
}
#zone05 ul{
	position: static;
	left:0;
}
#zone05 .btns img{
	width: 100%;
}
}

/* sp **************************************/
@media(max-width: 720px){
#cnt .btn {margin:20px auto;}
#cnt .btn p{margin: 20px auto;}
#cnt .btn p img{width: 100%;}
}
/*************************************
	acordion
**************************************/

#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 .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;
}
}

/*************************************
	footList 
**************************************/
.footlists {
	text-align: center;
	margin: 0 auto;
}
.footlists .lists{
	padding-left:.75rem;
	text-indent: -.75rem;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	font-size: .75rem;
	max-width: 80%;
}
.footlists h1 {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
        background:none;
        border:none;
}
/* sp **************************************/
@media (max-width: 720px) {
.footlists h1 {margin:1rem;}
.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%;}
}
@media (max-width: 736px) {
  #responsive_wrap .btn-unit-02 .btn {
    width: auto;
    margin: 0 8px 10px;
  }
  #responsive_wrap .btn-unit-02 .btn img {
    width: 60%;
  }
}
@media (max-width: 720px) {
  #responsive_wrap .btn-unit-02 .btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
