@charset "utf-8";

@media screen and (max-width: 750px) {

/* section
---------------------------------------------*/

.container {
	padding: 10px;
	padding-top:30px;
	background-color: #f9f9f9;
}

.section {
	margin-bottom: 20px;
	padding: 30px 12px;
	background-color: #fff;
	border: 1px dashed #7ebc49;
	border-radius: 15px;
}

.character {
	text-align:center;
}

.character img {
	width:90%;
}

h3 img {
	width: auto;
	height: 23px;
	margin-bottom: 20px;
}

/* profile
---------------------------------------------*/

.profile {
	font-size: 125%;
}

.profile h3 {
	margin-top: 35px;
}

.section .details dl {
	overflow: hidden;
	display: block;
	margin-bottom: 14px;
}

.section .details dt {
	float: left;
	width: 60px;
	height: 14px;
	padding: 3px 0;
	color: #fff;
	text-align: center;
	background-color: #7ebc49;
	border-radius: 10px;
}

.section .details dd {
	padding-left: 70px;
	line-height: 1.5;
}

.profile .txt {
	line-height: 1.8;
	margin-bottom: 20px;
}

.profile .txt:last-child {
	margin-bottom: 0;
}

/* bnr
---------------------------------------------*/

.bnr_section {
	position: relative;
	margin-bottom: 20px;
}

.bnr_section .bnr_ttl {
	position: absolute;
	top: 28%;
	left: -2.4%;
	z-index: 2;
}

.bnr_section img {
	width: 99%;
}
.bnr_section img + img {
	position: relative;
	width: 98%;
	left: 1%;
}


/* nurie
---------------------------------------------*/

.nurie_list {
	margin-top: 20px;
}

.nurie_list ul li {
	float: left;
	width: 30.33333%;
	margin: 0 1.5% 10px;
	font-size: 90%;
}

.nurie_list ul li a {
	display: block;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 6px 0;
	background: url(../common/img/sp/arrow01.png) no-repeat 93% center;
	background-size: 10px;
	font-size: 110%;
}

.nurie .txt{
	font-size: 125%;
	line-height: 1.8;
}

.adobe {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}

.adobe dl dt {
	margin-bottom: 10px;
}

.adobe dl dt img {
	width: auto;
	height: 30px;
}

.adobe dl dd {
	font-size: 11px;
	line-height: 2;
}

}