@charset "UTF-8";
/* -------------------------------
	header
---------------------------------- */
#header {
	margin-bottom: 32px;
	padding-top: 1px;/*firefoxバグ修正*/
	margin-top: -1px;/*firefoxバグ修正*/
}

/* contact */

.contact {
	 margin-top: 18px;
	float: left;
}

.contact-sp {
	display: none;
}

.small {
	font-size: 11px;
	text-align: center;
	margin-bottom: 0;
}

.small>span:first-child {
	margin-right: 8px;
}

.contactNum {
	margin-top: 0;
	font-size: 17px;
	font-weight: bold;
}

.phone {
	margin-right: 18px;
}

.phone::before {
	content: url(../../images/phon_icon.png);
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.skype::before {
	content: url(../../images/skype_icon.png);
	position: relative;
	top: 4px;
	margin-right: 5px;
}

/* logo */
#logo {
	margin-left: 104px;
	margin-top: 18px;
	float: left;
}

/* apply-ribbon */
.apply-ribbon ul {
	float: right;
	margin-top: 0;
}
.apply-ribbon ul>li {
	display: inline-block;
	margin-right: 8px;
}

/*--headerここまで--*/
.mainArea {
	float: none;
	width: auto;
}
.child-wrap {
	padding: 50px 60px;
}
.apply-cap {
	margin-bottom: 60px;
}
.apply-cap li {
	margin-bottom: 10px;
}

.tab-h3 {
	background: transparent;
	padding: 0;
	border-bottom: dotted 1px #ddd;
	margin: 60px 0 25px;
}

.tab-h3 h3 {
	font-size: 20px;
	border-left: solid 5px #FF7F74;
	margin-bottom: 10px;
	padding: 6px 16px;
}

.tab-h3 .attention {
	margin-top: 5px;
}

.thwh {
	width: 188px !important;
}

/* フロー */
.form-flow {
	text-align: center;
	margin-bottom: 60px;
}
.form-flow li {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 6px;
	width: 200px;
	padding: 10px 15px;
	position: relative;
	margin-right: 40px;
}
.form-flow li:last-child {
	margin-right: 0;
}
.form-flow li:last-child::after {
	content: "";
}

.form-flow li::after {
	content: url(/images/form_arrow.png);
	position: absolute;
	right: -30px;
	bottom: 17px;
}

.form-flow p {
	text-align: center;
	margin: 0;
	font-weight: bold;
	color: #ccc;
}

.form-flow .step-cap {
	font-size: 16px;
}

.form-flow li.current {
	background: #FF7F74;
	border: 1px solid #FF7F74;
}

.form-flow .current p {
	color: #fff;
}

/* ------------------------------------------------------
form style
-------------------------------------------------------- */
form .basic-table th {
	white-space: normal;
	text-align: left;
	font-weight: bold;
	padding: 15px;
	background: #f3f3f3;
	border: solid 1px #f3f3f3;
	border-bottom: solid 2px #fff;
}
form .basic-table .head2 {
	background: #f9f9f9;
}

form .attention {
	color: #FF561C;
	font-size: 12px;
	margin-bottom: 0;
}

/* フォームサイズ調整 */
.select-date {
	width: 90px;
}

.basic-table {
	border: solid 1px #f3f3f3;
}

.basic-table td {
	border-bottom: solid 1px #f3f3f3;
	border-right: solid 1px #f3f3f3;
	padding-left: 25px;
}

.ds160 .basic-table th {
	white-space: normal;
	width: 40%;
	padding: 8px 12px;
}

.wh-50 th {
	width: 50% !important;
}

table td {vertical-align: middle;}
table input {
	border:0;
	padding:10px;
	border:solid 1px #ccc;
	font-size: 100%; 
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
}

table textarea{
	border:0;
	border:solid 1px #ccc;
	padding: 10px;
	font-size: 100%;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
}

table input:focus{outline: 0; border:solid 1px #FF7F74;}
table tr {border-bottom: solid 1px #FCD7D7;}
.gray {
	background-color: #FFF5EF;
	padding: 30px;
}

.no-border{border-bottom: none;}

.formborder {border-bottom: dotted 2px #FFF5EF;}

#apply-content table tr>td {
	padding: 10px;
	padding-left: 20px;
}

span.kome{
	color: red;
	font-size: 17px;
	padding-left: 3px;
}

form .basic-table .hissu {
	background: url(/images/hissu.png) no-repeat right;
	display: block;
	background-size: 35px 21px;
}

.attention{color: #FF6187; margin-bottom: 10px;}
.inlattention{color: #FF6187; margin-top: 10px;}

input,select,textarea {
	margin: 5px;
}

input,textarea {ime-mode: active;}
input.ime {ime-mode: inactive;}

/*セレクト装飾*/
table select {
background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 130px;
}
table select:focus,
table textarea:focus{
	outline: 0; 
	border:solid 1px #FF7F74;
}

.date-select{
	width: 70px;
}

.slide:hover {
	cursor: pointer;
}

.slide {
	margin: 16px 0 !important;
}

.slide .small {
	margin: 0 8px;
	font-weight: normal;
}
/* ------------------------------------------------------
attention-wrap
-------------------------------------------------------- */
.form-attention{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #FF6187;
}

.attention-wrap{
	margin-top: 65px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------
form style(submit)
-------------------------------------------------------- */

.submit input {
	padding: 10px 40px;
	font-size: 18px;
    background-color: #FF7F74;
    color: #fff;
    border-style: none;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.submit>input:hover {
	background-color: #EF6A5F;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.submit{
	text-align: center;
}

.submit li {
	display: inline-block;
	margin-right: 15px;
}
.submit .prev {
	background: #ccc;
}
.submit .prev:hover {
	background: #a2a2a2;
}

.submit-button[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
}

.contract_online .attention {
	margin: 30px 0 10px;
	font-size: 16px;
	text-align: center !important;
}
/* 契約事項読んでからチェック */
.contract-check {text-align: center !important;}
#checkBtn[type="checkbox"][disabled] + label {
 color: #ccc;
}
/* ------------------------------------------------------
contract
-------------------------------------------------------- */
.contract{
	width: 570px;
	margin: 24px auto;
	margin-bottom: 40px;
	background-color: #FFF8F4;
	padding: 20px 60px; 
}

.contract>.title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.contract>.contra-title{
	margin-top: 25px;
	margin-bottom: 10px;
	color: #FF6187;
}

.contract>.attention{
	text-align: center;
	margin-bottom: 5px;
}

.contract>.consent{
	margin: 0 auto;
	display: table;
}

.label-chosei{
	margin-right: 40px !important;
}

/* ------------------------------------------------------
contract_online
-------------------------------------------------------- */
.contract_online {
	text-align: center;
	margin-bottom: 40px;
}

.contract_online>.attention {
	margin-top: 20px;
	text-align: center;
}

.contract_online>iframe {
	border: solid 1px #ccc;
	width: 100%;
	height: 300px;
}

.catalog-cap{
	margin-bottom: 30px;
}


/* ------------------------------------------------------
catalog-attention
-------------------------------------------------------- */
.catalog-attention>div{
	margin-bottom: 35px;
}

.ichido {
	margin-top: 50px;
}


/* ------------------------------------------------------
#repply
-------------------------------------------------------- */
#repply>.center {
	text-align: center;
	font-size: 17px;
	margin-bottom: 60px;
}

#repply .t-head {
	background-color: #FFF5EF;
	vertical-align: middle;
}


/* ------------------------------------------------------
確認画面
-------------------------------------------------------- */
.form-print-wrap table {
	width: 100%;
	margin: 20px 0;
	border: solid 2px #ccc;
}

.form-print-wrap table th{
	background: #f3f3f3;
	padding: 10px;
	border: solid 1px #ccc;
	vertical-align: middle;
}

.form-print-wrap table td {
	padding: 10px;
	border: solid 1px #ccc;
}

.form-print-wrap table tr {
	border-bottom: solid 1px #ccc;
}

.form-print-wrap .col2-left {
	float: left;
	width: 68%;
	margin-right: 20px;
}

.form-print-wrap .col2-right {
	width: 28%;
	margin-left: 0;
}

.print-button {
	text-align: center;
	margin-top: 40px;
}

.txt-center {
	text-align: center;
}

.syomei {
	margin-top: 40px;
	display: none;
}
.kinyu {
	margin-top: 35px;
}
.small {
	font-size: .75rem;
}
.print-title {
	display: none;
	font-size: 30px;
	text-align: center;
	margin-bottom: 35px;
}

@media print {
	#header, .pageHead, .pankuzuWrap, .subtitle, .form-flow, .print-non,
	.submit, #footer {
		display: none;
	}
	.form-print-wrap, .child-wrap {
		padding: 0;
	}
	.program-top-wrap {
		margin: 0;
	}
	body {
		background: #fff;
		color: #000000;
	}
	.print-break {
		page-break-after: always;
	}
	.print-button {
		display: none;
		margin: 0;
	}

	.syomei,.print-title {
		display: block;
	}

	.tab-h3 {
		margin: 25px 0 0;
	}
	.tab-h3 h3 {
		font-size: 15px;
		padding: 0;
		margin-bottom: 5px;
		border-left: none;
	}

}

/* ------------------------------------------------------
送信完了
-------------------------------------------------------- */
.mail-attention {
	background: #f9f9f9;
	padding: 20px 30px;
	margin-top: 30px;
}

.bord-btm {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px !important;
}










@media screen and (max-width: 900px) {
	.contact {
		display: block;
	}
	.center {
		width: 1000px;
		margin: 0 auto;
	}
	.program-top-wrap {
	    margin-top: 46px;
	    margin-bottom: 32px;
	    padding: 0;
	}
	.child-wrap {
	    padding: 24px 16px;
	}
}

@media screen and (max-width: 640px) {
	.center {
		width: 1000px;
		margin: 0 auto;
	}
	.basic-table th, .basic-table td {
	    display: table-cell;
	}
}










