@charset "utf-8";

p.fzSmall {
  margin-top:  0;
  font-size:  12px;
}


.is-hide {
	display: none;
}

.is-hide.is-active {
	display: block;
	margin-top: 40px;
}

.p-h1-sub{
	margin-top: 0;
}
.p-h1-sub .tag-require{
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;
	margin-top: 0;
	margin-right: 5px;
	font-size: 0;
	color: transparent;
	vertical-align: middle;
}
.contents_section {
	margin-bottom: 65px;
}
.contents_header {
	padding-bottom: 30px;
}
.contents_heading-02 {
	margin-bottom: 20px;
}
.p-mt0{
	margin-top: 0;
}
.p-mt8{
	margin-top: 8px;
}
.p-mtl{
	margin-top: 30px;
}
.p-formwrapper{
	width: 940px;
	margin: 40px auto 0;
}
.p-errormsg{
	margin-bottom: 40px;
}
.row dt span{
	color: #888888;
	font-weight: normal;
	font-size: 12px;
}
.row dt .tag-require{
	font-size: 0;
	color: transparent;
}
.row dd input[type="text"]{
	width: 300px;
}
.box-brown{
	border: 2px solid #b69b9f;
	border-radius: 10px;
	margin-top: 10px;
	padding: 12px;
}
.p-notes{
	list-style-type: none;
	padding: 0 1em;
	margin: 5px 0;
}
.p-notes > li{
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.p-btnesc{
	margin-top: 50px;
}

.btn-servicetop-center {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 40px;
	padding: 0 10px;
	margin: 30px auto 60px;
	width: 210px;
	min-width: 210px;
}
.btn-servicetop-center .ico {
	display: inline-block;
	width: 6px;
	height: 11px;
	background-size: 100%;
	margin-right: 10px;
}

.contents_heading-05-2 {
    font-size: 16px;
}
.a-link-ochre{
	color: #988632;
	font-weight: bold;
	margin-left: 12px;
}
@media screen and (min-width:897px) {
	.row-yymmdd .select-box:nth-of-type(1) select {
		width: 220px;
	}
	.row-yymmdd .select-box:nth-of-type(2) select,
	.row-yymmdd .select-box:nth-of-type(3) select {
		width: 110px;
	}
}
@media screen and (max-width:897px){

	.contents_heading-05-2 {
      font-size: 14px;
  }

	/* 生年月日 */
	.row-yymmdd {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.row-yymmdd .select-box:nth-of-type(1) {
		width: 50%;
	}
	.row-yymmdd .select-box:nth-of-type(2),
	.row-yymmdd .select-box:nth-of-type(3) {
		width: 20%;
	}
	.row-yymmdd .select-box select {
		width: 100%;
	}
	.contents_heading-01{
		margin-bottom: 0;
	}
	.p-h1-sub{
		padding: 0 20px;
	}
	.p-formwrapper{
		width: 100%;
	}
	.p-errormsg{
		margin-bottom: 25px;
	}
	.row dt.require{
		padding: 0px 20px 0px 39px;
	}
	.row dd input[type="text"]{
		width: 100%;
	}
	.p-submit{
		margin: 40px auto 25px;
	}
	.p-btnesc{
		margin-top: 40px;
	}
	.btn-servicetop-center {
    		font-size: 14px;
    		line-height: 40px;
    		width: 210px;
    		min-width: 210px;
    }
    .btn-servicetop-center .ico {
    		display: inline-block;
    		width: 6px;
    		height: 11px;
    		background-size: 100%;
    		margin: 0 10px 0 0;
    }

}
