@charset "utf-8";

/* root/ikebukuro/join/
------------------------------------------ */

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

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

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


header dl.submenu dd ul li:nth-of-type(1){
	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: 28.8%;
}

article ul.anchor{
	width: 96%;
	margin: 2% 2% 0;
	overflow: hidden;
}

article > dl{
	width: 96%;
	margin: 2% 2% 5%;
}

article > dl dt{
	line-height: 1.4em;
}

article > dl dd{
	width: 90%;
	margin: 1% 5% 0;
}

article ul.anchor li{
	float: left;
	margin-right: 1em;
	background:url(/ikebukuro/img/icon_link.png) no-repeat left 0px;
	background-size: 12px;
	padding: 0 0 0 14px;
}

article ul.anchor li:nth-of-type(1){
	background:url(/ikebukuro/img/icon_anchor.png) no-repeat left 0px;
	background-size: 13px;
}

article ul.anchor a{
	color: #368138;
	text-decoration: none;
}

article ul.anchor a:hover{
	color: #ff8138;
}

article p.remarks{
	width: 96%;
	margin: 3% 2% 0;
	line-height: 1.4em;
}

.bold{
	font-weight: 700;
}


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

	article > dl{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	article > dl dt{
		width: 58%;
	}

	article > dl dd{
		width: 38%;
		margin: 0;
	}

	article p.remarks{
		width: 96%;
		max-width: 940px;
		margin: 3% auto 0;
		line-height: 1.4em;
		padding: 0;
	}
}



/* section
------------------------------------------ */
section {
	width: 96%;
	margin: 3% 2% 0;
}


/* #visit 来店でのお申込み
-------------------*/
#visit h2{
	font-size: 1.6em;
	color: #00828c;
	border-bottom: #40bfb6 solid 1px;
}

#visit p{
	margin-top: 1.5%;
}

#visit dl{
	margin-top: 3%;
}

#visit dl dt{
	font-size: 1.4em;
}

#visit dl dd{
	margin-top: 0.5%;
	padding: 0.5em;
	background-color: #dbf3f2;
	border-radius: 10px;
}

#visit dl dd ul:last-of-type{
	margin-top: 1em;
}

#visit dl dd li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4em;
}

#visit dl dd li span{
	font-weight: bold;
}

#visit dl dd a{
	display: block;
	width: 93.6%;
	margin: 10px auto 5px;
}

dl.below{
	position: relative;
}

dl.below:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -26px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #00a99e transparent transparent transparent;
	border-width: 16px 18px 0 16px;
}

#visit p:last-of-type{
	margin-top: 34px;
	background-color: #f9dad9;
	padding: 0.5em;
	border-radius: 5px;	
}


.margin_l{
	margin-left: 1em;
	font-weight: 400!important;
}

@media screen and (min-width:769px){
	#visit dl:nth-of-type(2) dd{
		position: relative;		
	}

	#visit dl dd a{
		position: absolute;
		width: 250px;
		height: auto;
		bottom: 0;
		right: 0.5em;
	}
}


/* #post 郵送でのお申込み
-------------------*/
#post{
	margin-top: 5%;
}


#post h2{
	font-size: 1.6em;
	color: #00828c;
	border-bottom: #40bfb6 solid 1px;
}

#post p{
	margin-top: 1.5%;
}

#post > dl{
	margin-top: 3%;
}

#post > dl > dt{
	font-size: 1.4em;
	line-height: 1.4em;
}

#post > dl > dd div{
	margin: 0.5em 0;
	padding: 0.5em 1em;
	background-color: #dbf3f2;
	border-radius: 10px;
}

#post > dl > dd div dl{
	display: table;
	margin: 1.5% 0;
}

#post > dl > dd div dl dt{
	display: table-cell;
	width: 6.5em;
	text-align: right;
	font-size: 1.2em;
	color: #00828c;
}

#post > dl > dd div dl dt span{
	display: inline-block;
	padding: 2px;
	color: #ffffff;
	background-color: #00828c;
	border-radius: 5px;
}

#post > dl > dd div dl dd{
	display: table-cell;
	padding-left: 1em;
	font-size: 1.2em;
	color: #00828c;
}

.rq div dl dd span{
	font-size: 115%;
}


#post > dl > dd div dl:nth-of-type(2) dd{
	color: #000000;
}

#post p.form{
	width: 80%;
	margin: 2% 10% 0;	
}

#post dl.std dd{
	margin-top: 0.5%;
	background-color: #dbf3f2;
	border-radius: 10px;
	padding: 0.5em;
}

#post dl.std dd ul{
	padding-top: 0.5%;
}

#post dl.std dd ul li{
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

#post dl.std dd ul li span{
	font-weight: bold;
}

#post p:last-of-type{
	margin-top: 34px;
	background-color: #f9dad9;
	padding: 0.5em;
	border-radius: 5px;	
}

#post dl.notice{
	box-sizing: border-box;
	width: 96%;
	margin: 2% 2% 0;
	border: #ff4628 solid 1px;
}

#post dl.notice dt{
	width: 4em;
	padding: 1%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4628;
	color: #ffffff;
}

#post dl.notice dd{
	padding: 1% 2% 2%;
}

#post dl.notice dd li{
	margin-top: 3%;
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

#post dl.notice dd li span{
	font-weight: bold;
}



@media screen and (min-width:769px) {
	#post > dl.rq > dd{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#post > dl > dd div{
		box-sizing: border-box;
		width: 48%;
	}

	#post p.form{
		/*width: 48%;*/
		width: 38%;
		margin:2% 0 0 0;
	}
	
	#post dl.notice dd li{
		margin-top: 1%;
	}
}


/*---ご注意ブロック---*/
.attention dl.notice{
	box-sizing: border-box;
	width: 96%;
	margin: 10% 2% 0;
	border: #ff4628 solid 1px;
}

.attention dl.notice dt{
	width: 4em;
	padding: 1%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4628;
	color: #ffffff;
}

.attention dl.notice dd{
	padding: 1% 2% 2%;
	text-align: justify;
}

.attention dl.notice dd li{
	margin-top: 3%;
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

.attention dl.notice dd li span{
	font-weight: bold;
}


@media screen and (min-width:769px) {
	.attention dl.notice{
		margin: 7% 2% 0;
	}
	
	.attention dl.notice dd li{
		margin-top: 1%;
	}
}



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