@charset "utf-8";

/* root/ikebukuro/about/
------------------------------------------ */

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

header dl.submenu dt{
	display: table-cell;
	width: 13em;
	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;
}

section{
	margin-top: 5%;
}

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

#about{
	margin-top: 0;
}

#about h1 img{
	width: 50%;
}

#about h2{
	margin-top: 2%;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.1em;
}

#about h2 strong{
	font-size: 1.2em;
}

#about h2 strong:nth-of-type(2),#about h2 strong:nth-of-type(3){
	font-size: 1.4em;
	color: #e60012;
}

#about h2 span{
	font-size: 1.2em;
}

#about h2 span:last-of-type{
	font-size: 0.9em;
	letter-spacing: -1px;
}

#about table{
	width: 96%;
	margin: 2% 2% 0;
	border-collapse: collapse;
}

#about table th{
	width: 48%;
	padding: 1%;
	border: #231815 solid 1px;
	background-color: #b5d681;
	vertical-align: middle;
	line-height: 1.4em;
}

#about table td{
	width: 48%;
	padding: 1%;
	border: #231815 solid 1px;
	background-color: #fffbed;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
}

#about table td img{
	width: 50%;
}

#about table td a{
	color: #000000;
}

#about table td a:hover{
	color: #666666;
	text-decoration: none;
}




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

	#about h1 img{
		width: 37.5%;
	}
	
	#about h2 span:last-of-type{
		letter-spacing: 0;
	}
	
	#about h2 .non{
		display: none;
	}

	#about table td br{
		display: none;
	}

	#about table td img{
		width: 25%;
		margin: 0 0 0 10%;
	}
	
	#about table td span{
		display: inline-block;
		width: 50%;
		text-align: center;
	}
	
	#about table tr td:last-of-type{
		text-align: left;
	}
}



#what h1 img{
	width: 54.7%;
}

#what ul.anchor{
	width: 80%;
	margin: 2% auto 0;
	overflow: hidden;
}

#what ul.anchor li{
	float: left;
	margin: 7px 10px 0 0;
}

#what ul.anchor span{
	color: #ff4628;
}

#what ul.anchor a{
	color: #368d38;
	text-decoration: none;
}

#what ul.anchor a:hover{
	color: #ff4628;
}

#what dl{
	width: 96%;
	margin: 2%;
}

#what dl dt{
	font-size: 4vw;
/*	line-height: 1.1em;*/
	color: #38953a;
	padding-left: 1em;
	text-indent: -1em;
}

#what dl dt span{
	font-size: 2.2vw;
	color: #000000;
}

#what dl dd{
	margin-top: 1%;
	line-height: 1.4em;
/*	font-size: 3vw;*/
}

#what dl dd div{
	padding: 0 0 0 1em;
	text-indent: -1em;
}


@media screen and (min-width:769px) {
	#what h1 img{
		width: 40.9%;
	}
	
	#what dl dt{
		font-size: 24px;
	}
	
	#what dl dt span{
		font-size: 14px;
	}
	
	#what dl dd{
		font-size: 20px;
	}
}


p.totop{
	text-align: right;
	color: #ff4628;
	margin-top: 25px;
	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;
	}
}



/* section (#twelve)
------------------------------------------ */

/*
section section p{
	margin-top: 2%;
	padding: 0 2%;
	line-height: 1.5em;
	overflow: hidden;
}

section section p img{
	width: 76%;
	margin: 4% 10% 0;
}
*/
#twelve p:first-of-type{
	margin-top: 2%;
	padding: 0 2%;
	line-height: 1.5em;
	overflow: hidden;
}

#twelve p:first-of-type img{
	width: 76%;
	margin: 4% 10% 0;
}

#twelve h3{
	box-sizing: border-box;
	width: 100%;
	margin: 3% 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #f046a0;
	padding-left: 1em;
	text-indent: -1em;
}

#twelve h4{
	margin-top: 1%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8em;
}

#twelve h4 div{
	font-size: 95% !important;
	letter-spacing: -2px;
	color: #0053D0;
}

#twelve h4 div > span:first-of-type{
	font-size: 1.4em;
	color: #0053d0;
}

#twelve h4 div > span:last-of-type{
	color: #e60012;
}

#twelve h4 div > span span{
	font-size: 1.4em;
}

#twelve p:nth-of-type(2){
	margin-top: 1%;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right !important;
	margin-right: 2%;
	letter-spacing: -1px;
}

#twelve p:nth-of-type(2) span{
	color: #e60012;
}


#twelve dl.example{
	width: 100%;
	margin-top: 2%;
}

#twelve dl.example dt{
/*	padding: 0.8% 0;
	background-color: #e46c8e;
	color: #ffffff;
	text-align: center;*/
}

#twelve dl.example dd{
	width: 96%;
	padding: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fadbda;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}

#twelve dl.example dd div:nth-of-type(1){
	width: 31%;
	min-height: 3em;
	padding: 0.8% 0 0.5%;
	text-align: center;
	background-color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	border-radius: 5px;
	white-space: nowrap;
}

#twelve dl.example dd div:nth-of-type(1) span{
	display: inline-block;
	line-height: 1.1em;
	font-size: 0.8em;
	font-weight: normal;
	white-space: normal;
}

#twelve dl.example dd div:nth-of-type(2){
	color: #E46C8E;
	font-weight: bold;
}

#twelve dl.example dd div:nth-of-type(3){
	width: 30%;
	min-height: 3em;
	padding: 0.8% 0 0.5%;
	text-align: center;
	background-color: #ffffff;
	color: #e60012;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	border-radius: 5px;
}

#twelve dl.example dd div:nth-of-type(3) span{
	display: inline-block;
	line-height: 1.1em;
	font-size: 0.8em;
	font-weight: normal;
}

#twelve dl.example dd div:nth-of-type(3) span span{
	color: #000000;
}


#twelve dl.example dd div:nth-of-type(4) svg{
	width: 80%;
}

#twelve dl.example dd div:nth-of-type(5){
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #0053D0 !important;
	line-height: 1.3em;
}

#twelve dl.example dd div:nth-of-type(5) span{
	display: inline-block;
	line-height: 1.1em;
	font-weight: normal;
	font-size: 0.8em;
	color: #0053D0 !important;
}

#twelve dl.example dd div:nth-of-type(6){
	width: 15%;
}



#twelve dl.course{
	width: 100%;
	margin: 3% 0 0;
}

#twelve dl.course dt{
	font-size: 1.1em;
	font-weight: bold;
	color: #f046a0;
}

#twelve dl.course dd{
	margin-top: 1%;
}

#twelve dl.course table{
	width: 100%;
	font-weight: normal;
	color: #231815;
}

#twelve dl.course table tbody tr th{
	font-weight: normal !important;
	color: #ffffff !important;
}

#twelve dl.course table th, section dl table td{
	width: 25%;
	border: #808080 solid 1px;
	padding: 6px 1% 6px 0;
	text-align: right;
}

#twelve dl.course table th{
	text-align: center;
	color: #ffffff;
	background-color: #f046a0;
	font-weight: normal;
}

#twelve dl.course table tr td:nth-of-type(3){
	color: #d70c18;
}

#twelve dl.course table tr td:nth-of-type(4){
	color: #d70c18;
	font-weight: bold;
}

.ind{
	padding-left: 1em !important;
	text-indent: -1em !important;
}


@media screen and (min-width:769px) {
	#twelve h4{
		font-size: 1.4em;
	}

	#twelve p:first-of-type{
		box-sizing: border-box;
		width: 100%;
		overflow: hidden;
	}
	
	#twelve p:first-of-type span{
		float: left;
		display: block;
		width: 45%;
		margin: 0 5% 0 0;
		font-size: 1.1em;
		line-height: 1.6em;
	}
	
	#twelve p:first-of-type img{
		float: right;
		width: 50%;
		margin: 0 0 0 0;
	}
	
	#twelve p:nth-of-type(2){
		letter-spacing: 0;
	}
	
	#twelve p:nth-of-type(2) br{
		display: none;
	}



	#twelve dl.example dd div:nth-of-type(1){
		width: 25%;
		font-size: 1.8em;
	}

	#twelve dl.example dd div:nth-of-type(3){
		width: 25%;
		font-size: 1.8em;
	}

	#twelve dl.example dd div:nth-of-type(5){
		width: 30%;
		font-size: 1.8em;
	}
}



#receipt div.wrap div{
	margin-top: 3%;
}

#receipt p{
	font-size: 1.2em;
	color: #146e50;
	line-height: 1.6em;
}

#receipt strong{
	display: block;
	font-size: 1.38em;
	font-weight: bold;	
}

#receipt ul{
	margin-top: 5%;
	padding: 0 2%;
}

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

/*#receipt ul li:last-of-type{
	margin-top: 5%;
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}*/

#receipt div.wrap p img{
	width: 60%;
	margin: 0% 20% 0%;
}

#receipt dl.notice{
	box-sizing: border-box;
	width: 100%;
	margin-top: 5%;
	/*border: #ff4628 solid 1px;*/
	border: #cc0000 solid 1px;
}

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

#receipt dl.notice dd{
	padding: 0% 2% 5%;
}

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


@media screen and (min-width:769px) {
	#receipt div.wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#receipt div.wrap div{
		margin-top: 2%;
		width: 100%;
	}
	
	#receipt ul{
		margin-top: 2%;
	}
	
	#receipt div.wrap p img{
		width: 80%;
		margin: 5% auto 0;
	}
	
	#receipt dl.notice{
		width: 80%;
		margin: 2% auto 0;
	}
	
	#receipt dl.notice dd{
		padding: 0% 2% 2%;
	}
}


.mgt5{
	margin-top: 5px;
}



