@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

#mv2{
	background: url(../images/member/mv.jpg) 50% 0 no-repeat #efefef;
}

/*-----------*/

#c1{
	background: #f7f7f7;
		padding: 80px 0 40px;
}
#c1 dl{
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}
#c1 dt{
	margin-bottom: 15px;
	display: block;
	font-size: 130%;
	background: url(../images/cmn/hr.gif) 0 100% no-repeat;
	background-size: 31% 1px;
}
#c1 dt span{
	padding: 0 10px 7px 0;
	border-bottom: 1px solid #efc337;
	display: inline-block;
}
#c1 dd{
	display: inline;
	float: right;
	width: 65%;
	font-size: 90%;
}
#c1 dd:nth-of-type(1){
	width: 31%;
	float: left;
}
#c1 dd img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
#c1 dd p{
	margin-bottom: 10px;
}
#c1 dd span{
	display: inline-block;
	font-weight: normal;
	background: #efc337;
	padding: 2px 10px;
}

.mb #c1 dd{
	margin-bottom: 10px;
	display: block;
	width: auto;
	float: none;
}

/*-----------*/

#c2{
	background: #fff;
	padding: 80px 0 60px;
}
#c2 img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
#c2 .l{
	width: 48%;
	float: left;
}
#c2 .r{
	width: 48%;
	float: right;
}
#c2 dl{
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
#c2 dt{
	width: 110px;
	padding-right: 15px;
	display: table-cell;
	vertical-align: top;
}
#c2 dd{
	padding-top: 1em;
	display: table-cell;
	vertical-align: top;
}
#c2 dt p{
	display: table;
	width: 100%;
}
#c2 dt p span{
	display: table-cell;
	background: #4f4f4f;
	border-radius: 1000px;
	text-align: center;
	color: #fff;
	width: 110px;
	height: 110px;
	vertical-align: middle;
}
#c2 div dl:nth-of-type(2) span,
#c2 .clear dl span{
	background: #efc337;
}
#c2 dd p{
	margin-bottom: 15px;
}
#c2 dd .btn a{
	font-size: 100% !important;
}

.mb #c2 .l,
.mb #c2 .r{
	float: none;
	width: auto;
}

/*-----------*/

#c3{
	background: #fff;	overflow: hidden;
	padding: 80px 0 40px;
}
#c3 h2{
	margin-bottom: 40px;
}
#c3 dl{
	width: 30%;
	float: left;
	margin-bottom: 40px;
}
#c3 dl:nth-of-type(3n-1){
	margin: 0 5%;
}
#c3 hr{
	display: none;
}
#c3 hr:nth-of-type(3n){
	display: block;
	clear: both;
	size: 0;
	border: none;
}
#c3 dt{
	margin-bottom: 15px;
	display: block;
	font-size: 130%;
	background: url(../images/cmn/hr.gif) 0 100% repeat-x;
}
#c3 dt span{
	padding: 0 10px 7px 0;
	border-bottom: 1px solid #efc337;
	display: inline-block;
}
#c3 dd{
	display: block;
	margin-bottom: 15px;
}
#c3 dd:nth-of-type(1){
	border: 1px solid #ccc;
	padding: 1px;
}
#c3 dd img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.mb #c3 dl{
	width: 98%;
	margin: 0 1% 20px !important;
}
.mb #c3 hr{
	display: none;
}
.mb #c3 hr:nth-of-type(2n){
	display: block;
	clear: both;
	size: 0;
	border: none;
}
.mb #c3 dt{
	font-size: 110%;
}

#c3 a:link,#c3 a:visited{
	color:#666;
}
/*-----------*/

#c4{
		background: #fff;
	overflow: hidden;
	padding: 0 0 60px;
}
#c4 h2{
	margin-bottom: 40px;
}
#c4 dl{
	width: 30%;
	float: left;
	margin-bottom: 40px;
}
#c4 dl:nth-of-type(3n-1){
	margin: 0 5%;
}
#c4 hr{
	display: none;
}
#c4 hr:nth-of-type(3n){
	display: block;
	clear: both;
	size: 0;
	border: none;
}
#c4 dt{
	margin-bottom: 15px;
	display: block;
	font-size: 130%;
	background: url(../images/cmn/hr.gif) 0 100% repeat-x;
}
#c4 dt span{
	padding: 0 10px 7px 0;
	border-bottom: 1px solid #efc337;
	display: inline-block;
}
#c4 dd{
	display: block;
	margin-bottom: 15px;
}
#c4 dd:nth-of-type(1){
	border: 1px solid #ccc;
	padding: 1px;
}
#c4 dd img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.mb #c4 dl{
	width: 98%;
	margin: 0 1% 20px !important;
}
.mb #c4 hr{
	display: none;
}
.mb #c4 hr:nth-of-type(2n){
	display: block;
	clear: both;
	size: 0;
	border: none;
}
.mb #c4 dt{
	font-size: 110%;
}

/*-----------*/

#c5{
	background: #f7f7f7;
	padding: 80px 0 100px;
}
#c5 dl{
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#c5 dt{
	display: table-cell;
	width: 15%;
	min-width: 80px;
}
#c5 dt span{
	background: #333;
	color: #fff;
	padding: 2px 10px;
}
#c5 dd{
	display: table-cell;
}
#c5 dd div{
	margin-bottom: 30px;
}
#c5 dd div h4{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#c5 dd div p{
	margin-bottom: 10px;
}



/*フォーム*/
#memberform{
	background-color: #FFF;
	width: 96%;
	margin-top: 20px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
}
.mb #memberform{
	background-color: #FFF;

}  




.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}

#memberform form input, #memberform form textarea{
	display:;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 13px;
	color: #333;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
#memberform form textarea{
	width: 90%;
}
#memberform form select{
	background: #fff;
	padding: 0 5px;
	border: 1px solid #ccc;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
#memberform form select option{
	padding: 5px;
	border: none;
}
#memberform form input[type=radio], form input[type=checkbox]{
	display: inline-block;
}
#memberform form input[type=radio] + label, form input[type=checkbox] + label{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
#memberform form input[type=file]{
	border: none;
}

@media (min-width: 1px){
	#memberform form input[type=radio], #memberform form input[type=checkbox]{
		display: none;
		margin: 0;
	}
	#memberform form input[type=radio] + label, #memberform form input[type=checkbox] + label{
		padding: 0 0 0 24px;
	}
		#memberform form input[type=radio] + label::before, #memberform form input[type=checkbox] + label::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	#memberform form input[type=radio] + label::before{
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	#memberform form input[type=checkbox] + label::before{
		border: 2px solid #ccc;
	}
	#memberform form input[type=radio]:checked + label::after, #memberform form input[type=checkbox]:checked + label::after{
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	#memberform form input[type=radio]:checked + label::after{
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #d00;
		border-radius: 8px;
	}
	#memberform form input[type=checkbox]:checked + label::after{
		left: 3px;
		display: block;
		content: '';
		width: 12px;
		height: 8px;
		margin-top: -5px;
		border-top: 3px solid #d00;
		border-right: 3px solid #d00;
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
}
#memberform div.fr dl{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 7px;
}
#memberform div.fr dt{
	display: table-cell;
	width: 300px;
}
#memberform div.fr dd{
	display: table-cell;
}
#memberform div.fr .btn{
	text-align: center;
}
#memberform div.fr .btn a{
	font-size: 100% !important;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	padding: 7px 40px;
	margin: 0 auto;
	max-width: none !important;
	background: #333;
	color: #fff !important;
}

.mb #memberform div.fl ul,
.mb #memberform div.fl ul li{
	width: auto !important;
	float: none !important;
}
.mb #memberform div.fl ul *{
	letter-spacing: 0 !important;
}

.mb #memberform div.fr dl{
	display: block !important;
	margin-bottom: 0 !important;
}
.mb #memberform div.fr dt{
	padding: 5px !important;
	width: auto !important;
	display: block !important;
}
.mb #memberform div.fr dd{
	padding: 0 5px 5px 5px !important;
	display: block !important;
}
.mb #memberform div.fr .btn{
	margin-top: 10px;
}

/*----------*/

.mb .fl, .mb .fr{
	float: none !important;
	width: auto !important;
	clear: both;
}
