@charset "UTF-8";

@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}


/********************/
/* pageTitle */
/********************/
.pageTitle {
	margin: 0 0 2em 0;
	position: relative;
}





/********************/
/* sectionTitle */
/********************/
.sectionTitle {
	position: relative;
}





/********************/
/* subtitle */
/********************/
.subtitle02 {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
.subtitle02 > br {
	display: none;
}

.subtitle03 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}




/********************/
/* フォーム状態共通スタイル */
/********************/

/* フォーカス */
input:focus {
	background-color: #fffbc9;
}

/* 入力不可 */
.changeDisabled {
	background-color: #eee;
	opacity: 0.2;
}





.Smoothing {
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
}





main {
	margin: 0 0 40px 0;
}




#formBtnArea {
	width: 810px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#formBtnArea .btn {
	width: 48%;
	width:400px;
}
body#top #formBtnArea {
	width:400px;
}


#formBtnArea .btn input {
	display: block;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
	background-color: #fff;
	border-radius: 0.2em;
	border: 2px solid #ccc;
	outline: none;
	cursor: pointer;
	padding: 1em 0;
	transition: all 0.4s;
}
#formBtnArea .btn.btnNotAgree input {
	color: #999;
}
#formBtnArea .btn.btnNotAgree input:hover {
	color: #333;
	border: 2px solid #333;
	transition: all 0.2s;
}
#formBtnArea .btn.btnAgree input {
	color: #102f7d;
	border: 2px solid #102f7d;
}
#formBtnArea .btn.btnAgree input:hover {
	color: #fff;
	background-color: #102f7d;
	border: 2px solid #102f7d;
	transition: all 0.2s;
}

#formBtnArea .btn.btnAgree,
#formBtnArea .btn.btnNotAgree {
	width:400px;
}
#formBtnArea .left {
	float:left;
}
#formBtnArea .right {
	float:right;
}
#formBtnArea .taC {
	text-align:center;
	margin:auto;
}

#formBtnArea:after{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #formBtnArea {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* #pageAgree */
/*------------------------------------------------------------------------------*/
#pageAgree .sectionTitle {
	margin: 0 0 1.5em 0;
}
#pageAgree .sectionTitle h3 {
	font-size: 1.8em;
	font-weight: bold;
}
#pageAgree #privacyMainArea {
	margin: 0 0 20px 0;
}
#pageAgree #privacyMainArea .inner {
	font-size:1.4em;
	height: 300px;
	height:500px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2em 1.5em;
}
#pageAgree #privacyMainArea ul li {
	display: table;
}
#pageAgree #privacyMainArea ul li+li {
	margin-top: 1.5em;
}
#pageAgree #privacyMainArea ul li span {
	display: table-cell;
}
#pageAgree #privacyMainArea ul li span.number {
	width: 1em;
}
#pageAgree #privacyMainArea .inner p {
	margin-bottom:2em;
}
#pageAgree #privacyMainArea .inner h4 {
	font-weight:bold;
	margin-bottom:1em;
}
#pageAgree #privacyMainArea .inner h5 {

}

#pageAgree #privacyMainArea .inner dl {
	display:table;
}
#pageAgree #privacyMainArea .inner dl dt,
#pageAgree #privacyMainArea .inner dl dd {
	display:table-cell;
	vertical-align:top;
}


/* #pageEntry */
/*------------------------------------------------------------------------------*/
#pageEntry .pageSubTitle {
	margin: 0 0 40px 0;
}
#pageEntry .pageSubTitle > p {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

#pageEntry #entryMain > p.guideText {
	font-size: 1.5em;
	text-align: center;
	margin: 0 0 1.5em 0;
}

#pageEntry #entryMain .formArea+.formArea {
	margin-top: 80px;
}
#pageEntry #entryMain .formArea > div.blockTitleBox {
	margin: 0 0 20px 0;
}
#pageEntry #entryMain .formArea > div.blockTitleBox > h3 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #102f7d;
	padding: 0.5em 0.3em;
}

#pageEntry #entryMain div.entryBox {
	display: table;
	width: 100%;
	padding: 0 10px 20px 10px;
	border-bottom: 1px solid #ccc;
}
#pageEntry #entryMain div.entryBox+div.entryBox {
	padding-top: 20px;
}
#pageEntry #entryMain div.entryBox > div {
	display: table-cell;
	vertical-align: middle;
}
#pageEntry #entryMain div.entryBox > div.inputTitle {
	width: 35%;
}
#pageEntry #entryMain div.entryBox > div.inputTitle > div {
	display: inline-block;
}
#pageEntry #entryMain div.entryBox > div.inputTitle > div.inner {
	display: table;
}
#pageEntry #entryMain div.entryBox > div.inputTitle > div.inner > div {
	display: table-cell;
	vertical-align: middle;
}
#pageEntry #entryMain div.entryBox > div.inputTitle > div.inner > div.must {
	padding: 0 0.5em 0 0;
}
#pageEntry #entryMain div.entryBox > div.inputTitle > div.inner > div.must > span {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	background-color: #f00;
	border-radius: 0.3em;
	padding: 0.4em;
}
#pageEntry #entryMain div.entryBox > div.inputTitle > div.inner > div.must.notMust > span {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	background-color: #ccc;
	border-radius: 0.3em;
	padding: 0.4em;
}
#pageEntry #entryMain div.entryBox > div.inputTitle > div.inner > div.text {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
#pageEntry #entryMain div.entryBox > div.inputBox {
	/* background-color: #ccf; */
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.sampleText {
	font-size: 1.5em;
	color: #666;
	line-height: 1;
	margin: 0 0 1em 0;
}


#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputName {
	display: -webkit-flex;
	display: flex;
	width: 80%;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputName > div {
	display: table;
	width: 50%;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputName > div+div {
	margin: 0 0 0 20px;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputName > div > span {
	display: table-cell;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputName > div > span.inputLabel {
	width: 16%;
	font-size: 1.5em;
}


#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputAddress > div.inputFrame:nth-of-type(2),
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputAddress > div.inputFrame:nth-of-type(3),
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputAddress > div.inputFrame:nth-of-type(4),
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputAddress > div.inputFrame:nth-of-type(5) {
	width: 100%;
	padding: 10px 0 0 0;
}



#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputText01 {
	width: 60%;
}


#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputTel {
	display: table;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputTel > div {
	display: table-cell;
	text-align: center;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputTel .hyphen {
	font-size: 1.6em;
	text-align: center;
	padding: 0 0.5em;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.inputTel input {
	text-align: center;
}


#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.selectCompanion {
	display: -webkit-flex;
	display: flex;
	width: 40%;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.selectCompanion > div {
	display: table;
	width: 50%;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.selectCompanion > div+div {
	margin: 0 0 0 20px;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.selectCompanion > div > span {
	display: table-cell;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain.selectCompanion > div > span.inputLabel {
	width: 16%;
	font-size: 1.5em;
}

.subttl {
	display:inline-block;
	width:6em;
	font-size:1.5em;
}
body#post .subttl {
	font-size:1em;
}

.input_text {
	width: 80%;
	font-size: 1.4em;
	line-height: 1.2;
	border: 1px solid #999;
	border-radius: 0.3em;
	outline: none;
	padding: 1em 0.5em;
}
.input_short {
	width: 15%;
	font-size: 1.4em;
	line-height: 1.2;
	border: 1px solid #999;
	border-radius: 0.3em;
	outline: none;
	padding: 1em 0.5em;
}
.input_text_max {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.2;
	border: 1px solid #999;
	border-radius: 0.3em;
	outline: none;
	padding: 1em 0.5em;
}

.input_textArea {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.2;
	border: 1px solid #999;
	border-radius: 0.3em;
	outline: none;
	padding: 1em 0.5em;
}

span.inputBody span.lever {
	display:inline-block;
	margin-top:1em;
	font-size:1.5em;
}

span.lever {
	padding:0.5em;
}
label {
	cursor:pointer;
}

.label-checkbox input[type="checkbox"] {
	display: none;
}
.label-checkbox {
	font-size: 1.5em;
	cursor: pointer;
	padding-right: 15px;
	font-weight: normal;
}
.label-checkbox .lever:before {
	content:"\f372";
	font-size: 1.2em!important;
	font-weight: bold;
	font-family: "IonIcons";
	margin-right: 7px;
	/*color: #ccc;*/
	font-size: 18px;
	position: relative;
	top: 2px;
}
.label-checkbox input[type="checkbox"]:checked + .lever {
	/*color: #4788bf;*/
}
.label-checkbox input[type="checkbox"]:checked + .lever:before {
	content:"\f373";
	font-family: "IonIcons";
	/*color: #4788bf;*/
}


.label-radio input[type="radio"]{
	display: none;
}
.label-radio {
	font-size: 2em;
	cursor: pointer;
	color: #828c9a;
	padding-right: 15px;
	font-weight: normal;
}
.label-radio .lever:before {
	content:"\f3a6";
	font-family: "IonIcons";
	margin-right: 7px;
	color: #ccc;
	position: relative;
	top: 2px;
}
.label-radio input[type="radio"]:checked + .lever {
	color: #4788bf;
}
.label-radio input[type="radio"]:checked + .lever:before {
	content:"\f3a7";
	font-family: "IonIcons";
	color: #4788bf;
}


.input_select {
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
	font-size: 1.4em;
	line-height: 1.2;
	/*background: url('../common/images/arr01.png') no-repeat 95% 50% #fff;*/
	background-size: 10px auto;
	border: 1px solid #999;
	border-radius: 0.3em;
	outline: none;
	padding: 1em 1em 1em 0.5em;
	position: relative;
}





/* 確認画面 */
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain > div.inputFrame span.confInputText {
	display: block;
	font-size: 1.7em;
	line-height: 1.6;
	background-color: #f4f4f4;
	padding: 0.5em 1em;
}
#pageEntry #entryMain div.entryBox > div.inputBox > div.inputMain > div.inputFrame span.confInputText li {
	list-style-type: disc;
	list-style-position: inside;
}


#pageAgree #onlineExp {
	font-size:1.4em;
	/*height:500px;*/
	background-color: #ffe;
	
	/*
	border: 1px solid #eee;
	overflow-x: hidden;
	overflow-y: scroll;
	*/
	padding: 2em 1.5em;
}
#pageAgree #onlineExp ul {
	list-style-type: disc;
	margin-left:1em;
	margin-bottom:1.5em;
}

/* #pageThanks */
/*------------------------------------------------------------------------------*/
#pageThanks .pageSubTitle {
	margin: 0 0 40px 0;
}
#pageThanks .pageSubTitle > p {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
#pageThanks .mainArea > p {
	font-size: 1.6em;
	line-height: 2;
	text-align: center;
}
#pageThanks .mainArea > p+p {
	margin-top: 1em;
}





.thanks_text {
	margin:5em auto 10em;
}





.enq01Ul li span.exp {
	font-size:1.3em;
}
.enq01Area p {
	font-size:1.5em;
	margin-bottom:0.7em;
}
.header_emesg {
	padding: 2em;
	border: 2px solid #FF0000;
	color: #f00;
	font-size: 1.6em;
	font-weight:normal;
	text-align:left;
	margin:1em 0;
}


.errMsg {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.2em;
	color:#f00;
}


.err-fld {
	background:#FCAEAE!important;
}
