@charset "utf-8";
.date{ font-size:200%; }

#free-page .index-top-box {
    position: relative;
}

#free-page .index-top-box h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    font-size: 32px;
    color: white;
    letter-spacing: .1em;
}

/*----------------------------------------
#free-page
-----------------------------------------*/
.box-itemtitle{
	background: #1f1e33;
	color: white;
	text-align: center;
	height: 58px;
	line-height: 60px;
}
#free-page #header{
	position:relative;
}
#free-page .index-top-box{
	margin-top: 0;
	height: 150px;
	background: #1f1e33;
}
#free-page .index-top-box:before{
	background: #1f1e33;
}
#free-page .index-top-box{
	margin-bottom: 25px;
}
#free-page .two-box .inbox{
	width: 49.5%;
	display: table;
	table-layout: fixed;
	position: relative;
}

#free-page .two-box .itemtxt,
#free-page .two-box .inputtxt{
	display: table-cell;
	vertical-align: middle;
}
#free-page .two-box .itemtxt{
	padding-right: 5px;
	width: 15%;
}
#free-page .two-box{
	justify-content: space-between;
}
#free-page .two-box .inputtxt{
	width: 100%;
}
#free-page .inner .box{
	padding: 25px 0;
}
#free-page dd p:not(:last-of-type){
	margin-bottom: 18px;
}
#free-page dd p input{
	vertical-align: 2px;
}
#free-page .number-box .inputtxt{
	width: 45% !important;
}
#free-page .itemform-box{
	align-items: flex-start;
}
#free-page .itemform-box li{
	position: relative;
}


#free-page .itemform-box .parsley-errors-list{
	position: absolute;
	right: 0;
	bottom: -15px;
}

#free-page .itemform-box .parsley-errors-list li{
	border-bottom: none !important;
}

#free-page .itemform-box li:not(:last-child){
	margin-bottom: 15px;
}
#free-page .itemform-box li small{
	font-size: 12px;
	margin-left: 16px;
}
#free-page .itemform-box li input[type="radio"]{
	margin-right: 12px;
}

#free-page .inner .box .top-txt-box{
	margin-bottom: 50px;
	font-size: 12px;
}
#free-page .inner .box .top-txt-box li{
	line-height: 1.6;
}
::placeholder{
	color:#ddd;
}
.mb5{
	margin-bottom: 10px;
}
#free-page .inner .box .top-txt-box p{
	color: #f00;
}
.select-box{
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 260px;
	height: 40px;
	/*   overflow: hidden; */
	border:none;
	background: #FFF;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}
 
.select-box select{
	display: block;
	width: 130%;
	height: 100%;
	padding: 0 10px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	background: white;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-appearance: none;
}
.birthday-box select{
	width: 32%;
	border: 1px solid #ddd;
	border-radius: 0;
}
.birthday-box .select-box{
	border: none;
}
.select-box i{
	position: absolute;
	top: 33%;
	right: 13px;
	z-index: 1;
}
.end-box .select-box{
	margin-bottom: 0;
}

.mfp_col10{
	margin-bottom: 15px;
}
.form-block {
	position: relative;
	margin: 0 0 20px 0;
}

.form-block .close {
	background-color: #aaa;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #ddc inset;
	color: #666;
	display: inline-block;
	font-size: 24px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 4px;
	position: absolute;
	right: 4px;
	width: 25px;
	cursor: pointer;
}


.form-addbtn .ibox{

	background-color:#c84c4c;
	color: #fff;
	font-size: 32px;
	height: 40px;
	width: 220px;
	margin: auto;
	cursor: pointer;
position: relative;
margin-bottom: 50px;

}

.icon-close .itemtxt,
.form-addbtn .itemtxt{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);

}

.no-form{
display: none;
}
.form-box dl:last-of-type{
margin-bottom: 25px;
padding-bottom: 20px;
}
.no-form .form-addbtn{
margin-bottom: 0;
}

.icon-close{
position: absolute;
top: 0;
right: 0;
background: #ddd;
border-radius: 50%;
width: 40px;
height: 40px;
cursor: pointer;
	font-size: 32px;
color: #fff;
}

div.mfp_buttons{
justify-content: center;
flex-direction: row-reverse;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -ms-flexbox;
display: flex;


}

.radio-box li{
	border-bottom: 1px dotted #333;
	padding: 12px 10px 21px;
	box-sizing: border-box;
}
.radio-box li .radiobox{
	margin-right: 10px;
}
#free-page .radio-box li .radiobox label:first-of-type{
	margin-right: 6px;
}
#free-page .radio-box li .radiobox input[type="radio"]{
	margin-right: 5px;
	vertical-align: 2px;
}
  
/*****************************************************************************
 width 767px
 *****************************************************************************/
 @media screen and (max-width: 767px){

	#free-page .radio-box li .mintxt{
		font-size: 1.25rem;
		width: 19rem;
		line-height: 1.6;
	}
	.radio-box li .radiobox{
		margin-right:0;
		width: 9rem;
	}
	#free-page .radio-box li .radiobox input[type="radio"]{
		vertical-align: -3px;
	}
	#free-page .radio-box li .radiobox label{
	display: block;
	border: 1px solid #ccc;
	padding: 1vw;
	border-radius: 1vw;
	}
	#free-page .radio-box li .radiobox label:first-of-type{
		margin-right: 0;
		margin-bottom: 0.75rem;
		display: block;
	}
 }

