@charset "utf-8";

.font-marugo{
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

.font-mincho{
	font-family:"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.clear:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

.breadcrumb ul{

}

.breadcrumb .link{
	color:inherit;
	text-decoration:underline;
}

.breadcrumb ul li{
	margin-left:5px;
	margin-right:5px;
	float:left;
	font-size:14px;
	color:#1e1914;
}

.breadcrumb ul li:before{
	content:' > ';
	/* content: ' › ';*/
}

.breadcrumb ul li:first-child:before{
	content:none;
}


.page .form-wrap .form-list .label, .page .form-wrap .form-list .value{
	border:1px solid #a0a0a0;
	padding:15px;
	vertical-align:top;
	line-height:1.6;
}

.page .form-wrap .form-list .label{
	color:#fff;
	font-weight:bold;
	font-size:1.4rem;
	background:#313131;
	width:30%;
}

.page .form-wrap .form-list .label .require{
	color:red;
}

.page .form-wrap .form-list .description{
	font-size:1.1rem;
	line-height:1.8;
}

.page .form-wrap .form-list .value{
	width:70%;
	background:#fff;
}

.page .form-wrap input[type="text"], .page .form-wrap input[type="number"], .page .form-wrap input[type="email"]{
	width:100%;
	min-height:3.6rem;
	padding:5px;
	font-size:1.4rem;
	border:1px solid #a0a0a0;
}

.page .form-wrap input[type="number"]{
	width:100px;
}

.page .form-wrap textarea{
	width:100%;
	min-height:160px;
	padding:5px;
	font-size:1.6rem;
	border:1px solid #a0a0a0;
}

.page .form-wrap select{
	width:200px;
	min-height:3rem;
	padding:5px;
	font-size:1.4rem;
	border:1px solid #a0a0a0;
}

.page .form-wrap .button{
	border:none;
	background:none;
	cursor:pointer;
	max-width:450px;
	width:80%;
	padding:20px 15px 15px;
	color:#fff;
	background:#fff;
	font-weight:bold;
	font-size:20px;
}

.page .text-box{
	font-size:1.4rem;
	padding:0 15px;
	line-height:1.8;
	margin:20px 0;
	word-break:break-all;
}

.page .text-box div, .page .text-box p, .page .text-box span, .page .text-box font, .page .text-box u, .page .text-box strong{
	line-height:1.8;
}

.page .text-box strong, .page .text-box b{
	font-weight:bold;
}
