@charset "utf-8";
/* CSS Document */
/*トップ画像*/
.mainIMG-pagesize{
	width:100%;
	margin:auto;
	text-align:center;
	font-size:1rem;
}
.top_img_Wrap{
background-color:#d5e116;
}

.top_img_Wrap img{
width:100%;
max-width:1200px;
}
@media screen and (max-width: 760px){
	.top_img_Wrap{
		    margin-top: 10px;
	}
}




/*コンテンツ*/
.subpage_Content{
	margin:0 30px;
}

/*テキストのみレイアウト*/
.textOnly{
	margin-top:30px;
}
.textOnly p{
	padding: 0 20px;
	text-align:left;
}

.subpage_Content .textOnly dl{
	text-align:left;
	padding: 0 37px;
	margin-bottom:20px;
	}
.textOnly dt{
	margin-right:137px;
	}
.textOnly dd{
	margin-left:137px;
	margin-top:-32px;
	}
@media screen and (max-width: 760px){
.subpage_Content .textOnly dl{
	font-size: 90%;
	padding: 0 16px;
}
.textOnly dt{
	margin-right:0;
	}
.textOnly dd{
	margin-left:20px;
	margin-top:0;
	}
}


/*星イメージのリスト*/
.list_mark_star{
	margin:0 20px;
	}
.list_mark_star li{
	background:url(../img/common/footer_menu_space.png) no-repeat;
	background-position : 0 10px;
/*	padding-left:20px;*/
	text-align:left;
}

@media screen and (max-width: 760px){
.subpage_Content{
	margin:0 10px;
}
/*テキストのみレイアウト*/
.textOnly p{
	padding:0 10px;
}

/*星イメージのリスト*/
.list_mark_star{
	margin:0 10px;
	}
.list_mark_star li{
	background-position : 0 6px;

}
}

.rinen_Wrap{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 760px){
	.rinen_Wrap{
		display: block;
	}
}

/*アコーディオン*/
.actabWrap{
	margin:40px auto 20px auto;
}
.cp_actab {
position: relative;
overflow: hidden;
width: 97%;
margin: 0 auto;
color: #333;
text-align:left;
border-radius: 10px;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
background: #E6E970;
border-bottom: 1px solid #ffff;
}

.cp_actab label span{
font-size:14px;
color:#ED6C00;
}

.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.35s;
transition: max-height 0.35s;
color: #333333;
background: #fcffcc;
text-align:left;
border-radius: 0 0 20px 20px;
}

.color2 label{
	border-bottom:none;
}
.color2{
	border: 4px solid #9BE0AA;
	border-radius: 30px;
}
.color2 label{
	background:#EDA932;
	height: 57px;
}
.color2 label span{
	color:#FFFFFF;
	font-size: 18px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 3000px;
}
/* Icon */
.cp_actab label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.35s;
transition: all 0.35s;
text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
content: '▶';
color: #ffffff;
top:0/* 3px*/;
}
.cp_actab input[type=checkbox]:checked + label::after {
transform: rotate(90deg);
}
.future-ico {
	padding-right: 8px;
	vertical-align: bottom;
	display: table-cell;
}
.future-ico img {
	height: 32px;
	width: 50px;
	margin-top:10px;
}
.future-title {
	vertical-align: top;
	display: table-cell;
}

@media screen and (max-width: 760px){
	.cp_actab label {
	    font-weight: bold;
	    line-height: 2;
	    position: relative;
	    display: block;
	    padding: 10px 30px 10px 10px;
	    cursor: pointer;
	/*    margin: 0 0 1px 0;*/
	    background: #d5e106;
	    font-size: 0.8rem;
	}
	.cp_actab label span.feature-subtitle{
		display: block;
		line-height: 1.2;
	}
	.cp_actab input[type=checkbox] + label::after {
    top: 10px;
	}
	.color2{
		border: 4px solid #9BE0AA;
		border-radius: 40px;
	}
	.color2 label{
		background:#EDA932;
		height: 40px;
	}
	.color2 label span{
		color:#FFFFFF;
		line-height: 1;
	}
	.future-ico {
		padding-right: 0;
	}
	.future-ico img {
		height: auto;
		width: auto;
		margin-top:0px;
	}
}


.cp_actab .cp_actab-content p {
margin: 1em;
}
.cp_actab .cp_actab-content img {
margin: 1em 1em 0 0.5em;
}
.text_alignR{
	text-align:right;
	font-size:0.9rem;
}
.text_alignR a{
	color:#2a39d6;
}
.imgRight_purpose{
	display:flex;
	padding: 0 8px;
}
.imgRight_text_purpose{
	width:58%;
	text-align:left;
}

.imgRight_img_purpose{
	width:40%;
}


@media screen and (max-width: 760px){
	.cp_actab .cp_actab-content img {
		margin: 0.5em 0.5em 1em 0.25em;
		max-width: 100%;
	}
	.imgRight_purpose{
		display:block;
	}
	.imgRight_text_purpose{
		margin:auto;
		width:100%;
	}
	.imgRight_img_purpose{
		margin:auto;
		padding-right:0;
		width:80%;
	}
}
