@charset "utf-8";

/* root/ikebukuro/maturity/card/
------------------------------------------ */

/* ヘッダー内 サブメニュー　PC only
------------------------------------------ */
header dl.submenu{
	width: 100%;
	max-width: 960px;
	margin: 2% auto 0;
	display: table;
}

header dl.submenu dt{
	display: table-cell;
	width: 14em;
	background-color: #368b38;
	color: #ffffff;
	padding: 2px 2px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

header dl.submenu dd{
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
}

header dl.submenu dd ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: 1em;
	padding-top: 1px;
}

header dl.submenu dd ul li{
	margin-right: 1em;
	background:url(/ikebukuro/img/icon_link.png) no-repeat left 0px;
	background-size: 12px;
	padding: 0 0 0 14px;
	margin-bottom: 2px;
}


header dl.submenu dd ul li:nth-of-type(2){
	background:url(/ikebukuro/img/icon_anchor.png) no-repeat left 0px;
	background-size: 13px;
}


header dl.submenu a{
	color: #368138;
	text-decoration: none;
}

header dl.submenu a:hover{
	color: #ff8138;
}

@media screen and (max-width:768px) {
	header dl.submenu{
		display: none;
	}
}


/* メインコンテンツ article
------------------------------------------ */
article{
	width: 93.48%;
	max-width: 718px;
	padding:2% 3.26% 0;
}

article h1{
	box-sizing: border-box;
	width: 100%;
	border: #368d38 solid 1px;
	padding:1% 2%;
}

article h1 img{
	width: 64.7%;
}


@media screen and (min-width:769px) {
	article{
		max-width: 960px;
		margin: 0 auto;
	}
	
	article h1 img{
		width: 48.4%;
	}
}


/* section
------------------------------------------ */
div.wrap{
	width: 92%;
	margin: 2% 4%; 
}

div.wrap > div{
	width: 100%;
	margin-top: 3%;
}

div.box1 p:first-of-type{
	line-height: 1.6em;
	font-size: 1.2em;
}

div.box1 p:first-of-type span{
	color: #368d38;
}

div.box1 p:last-of-type{
	width: 28.78%;
	margin-top: 3%;
}

div.box2{
	background-color: #dcf0b4;
}

div.box2 p{
	width: 69%;
	padding: 5% 15.5%;
}

ul.box3{ 
    width: 92%;
	margin: 2% 4%; 
} 

ul.box3 li{
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

ul.box3 li span{
	color: #d80e19;
}

ul.box3 li:last-of-type{
	text-indent: 0;
}

div.box4 dl dt{
	background-color: #368d38;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 2.5% 0;
}

div.box4 dl dd{
	background-color: #dcf0b4;
	line-height: 1.6em;
	padding: 1em 1em 0;
	font-size: 1.1em;
}

div.box4 dl dd:last-of-type{
	padding: 0 1em 1em;
	color: #d80e19;	
}

dl.attn{
	box-sizing: border-box;
	width: 92%;
	margin: 2% 4%; 
	padding: 1em;
	background-color: #dbf3f2;
	border-radius: 5px;
}

dl.attn dt{
	font-size: 1.2em;
	font-weight: bold;
	color: #00828c;
	line-height: 1.4em;
}

dl.attn dd{
	margin-top: 1.5%;
	line-height: 1.4em;
}

dl.attn.mag dd img{
	width: 100%;
/*	margin: 0;*/
}


@media screen and (min-width:769px) {
	div.wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	div.wrap > div{
		width: 48%;		
	}
	
	dl.attn dd{
	margin-top: 1%;
	}

	dl.attn dd img{
		width: 70%;
		margin: 0 15%;
	}

/*
	dl.attn.mag{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	dl.attn.mag dt{
		width: 100%;
	}
	
	dl.attn.mag dd:first-of-type{
		width: 40%;
	}
	
	dl.attn.mag dd:last-of-type{
		width: 59%;
	}	
*/

}


#use{
	width: 92%;
	margin: 5% 4% 0;
}

#use h2{
	padding-bottom: 1px;
	font-size: 1.4em;
	font-weight: bold;
	color: #00828c;
	border-bottom: #40bfb6 1px solid;
}

#use p{
	margin-top: 1%;
	line-height: 1.5em;
	font-size: 1.1em;
}

#use p a{
	display: inline-block;
	margin-top: 2%;
	padding:0 15px 0 1em;
	text-indent: -1em;
	line-height: 1.4em;
	text-decoration: none;
/*	background:url(/ikebukuro/img/icon_link.png) no-repeat right middle;
	background-size: 13px;*/
	color: #000000;
}

#use p a:hover{
	color: #ff8138;
}

#use div.image{
	margin-top: 4%;
}

#use .btn_card img{
	width: 100%;
}

@media screen and (min-width:769px) {
	#use > div{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#use > div > p {
		width: 48%;
	}
	
	#use div div{
		width: 48%;
	}
	
	#use .btn_card img{
	width: 48%;
	
}


/* 
------------------------------------------ */
p.totop{
	text-align: right;
	color: #ff4628;
	margin-top: 1.5%;
	padding-right: 2.5%;
	font-size: 0.9em;
}

p.totop a{
	color: #368d38;
	text-decoration: none;
}

p.totop a:hover{
	color: #ff4628;
}


@media screen and (min-width:769px) {
	p.totop{
		max-width: 960px;
		margin: 22px auto 0;
	}
}

/*----202108追加----*/
.backRED_white{
	background-color: #cc0000;
	color: #ffffff !important;
}

/*test中*/
.btn_card{
	margin: 15px 0px 15px 0;
}

/*
@media screen and (min-width:769px) {
	.btn_card{
		margin: 10px 50px 10px 0;
	}
}


.btn_RED{
	line-height: 1.4em;
	margin: 10px 0 10px 0;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
}

.btn_RED a{
	color: #ffffff;
	text-decoration: none;
}

@media screen and (min-width:769px) {
	.btn_RED{
		font-size: 14px;
	}
}*/

