@charset "UTF-8";

/*----------------------------------------------------*/ 
/* margin padding
------------------------------------------------------*/ 

.mb0 {	margin-bottom: 0 !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mt0 {	margin-top: 0 !important;}
.mt10 {	margin-top: 10px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}
.mt40 {	margin-top: 40px !important;}
.pb0 {	padding-bottom: 0 !important;}
.pt0 {	padding-top: 0 !important;}

/*----------------------------------------------------*/ 
/* text
------------------------------------------------------*/ 

.posC {	text-align: center;}
.posR {	text-align: right;}

/* color */

.red {	color: #FF0000;}
.redBold {	color: #FF0000; font-weight: bold;}

.textBold {
	font-weight: bold;
}
.textSizeMedium{
	font-size: 16px;
}
.textSizeSmall{
	font-size: 14px;
}
.textSizeAnnotation{
	font-size: 14px;
	color: #333;
}

/*----------------------------------------------------*/ 
/* heading
-----------------------------------------------------*/ 

.htype01 {
	border-bottom: solid 1px #BCBCBC;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.htype01 > span {
	display: inline-block;
	border-left: solid 7px #20AEE1;
	font-size: 18px;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 2px 0 0 15px;
}

.htype01 > span > span {
	display: block;
}

@media only screen and (max-width: 767px) {

.htype01 {
	margin-bottom: 15px;
}

.htype01 > span > span {
	display: inline;
}

}

.htype02 {
	border-bottom: solid 1px #BCBCBC;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.htype02 > span {
	display: inline-block;
	border-left: solid 7px #ed7d31;
	font-size: 18px;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 2px 0 0 15px;
}

.htype02 > span > span {
	display: block;
}

@media only screen and (max-width: 767px) {

.htype02 {
	margin-bottom: 15px;
}

.htype02 > span > span {
	display: inline;
}

}

/*----------------------------------------------------*/ 
/* lead
-----------------------------------------------------*/ 

.lead {	margin-bottom: 40px;}
.lead p {	margin-bottom: 20px;}

.telbox {
	background: #F6F6F6;
	display: inline-block;
	padding: 10px 20px;
}

/* noticebox */

.noticebox {
	border: solid 11px #F6F6F6;
	padding: 15px 25px;
	margin-bottom: 20px;
}

.noticebox dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.noticebox_02 {
	background: #F6F6F6;
	padding: 15px 20px;
	margin-bottom: 20px;
}


a.btn01 {
	display: inline-block;
	border: solid 1px #2693FF;
	border-radius: 3px;
	background: #5BC1E3;
	background: linear-gradient(to bottom,  #5BC1E3 0%,#08ADE3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5BC1E3', endColorstr='#08ADE3',GradientType=0 );
	color: #fff;
	font-weight: bold;
	padding: 7px 30px 5px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 5px;
}

.tbl01 {
	width: 100%;
}

.tbl01 th,
.tbl01 td {
	border: solid 1px #BBBBBB;
	padding: 10px;
	text-align: left;
}

.tbl01 td {
	padding-left: 20px;
}

.tbl01 th {
	background: #F6F6F6;
}

@media only screen and (max-width: 767px) {

.telbox {
	display: block;
}

.telbox span {
	display: block;
}

.noticebox {
	padding: 15px;
}

a.btn01 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.tbl01 {
	border-top: solid 1px #BBBBBB;
}

.tbl01 th,
.tbl01 td {
	display: block;
	border-top: none;
}

.tbl01 td {
	padding-left: 10px;
}




}

/*----------------------------------------------------*/ 
/* list
-----------------------------------------------------*/ 

.list_notice01 {
	margin-top: 10px;
}

.list_notice01 li,
p.list_notice01 {
	padding-left: 1em;
	position: relative;
}

.list_notice01 li:before,
p.list_notice01:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}


/*----------------------------------------------------*/ 
/* topicpath
-----------------------------------------------------*/ 

.topicpath {
	border-bottom: solid 1px #BBBBBB;
	padding: 10px 5px;
	font-size: 12px;
	font-size: 0.8rem;
}

@media only screen and (max-width: 767px) {
.topicpath {
	padding: 8px 10px;
	font-size: 10px;
	margin: 0 -10px 15px;
}
}
/*----------------------------------------------------*/ 
/* pagetitle
-----------------------------------------------------*/ 
#pagetitle h1 {
    float: left;
    font-weight: normal;
}
#pagetitle {
	overflow: hidden;
	margin: 40px 0 30px;
}
#pagetitle .flow {
	float: right;
	border: solid 1px #DDDDDD;
	background: #fff;
	box-sizing: border-box;
	height: 40px;
	overflow: hidden;
	position: relative;
	width: 293px;
}

#pagetitle .flow li {
	float: left;
	width: 33.3%;
	height: 38px;
	padding: 10px 0 0 20px;
	box-sizing: border-box;
}

#pagetitle .flow li:first-child {
	padding-left: 10px;
}

#pagetitle .flow li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	background-image: url(/form/lib/img/icon_flow_off.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

#pagetitle .flow:before,
#pagetitle .flow:after {
	content: "";
	width: 11px;
	height: 40px;
	position: absolute;
	top: -1px;
	background-repeat: no-repeat;
}

#pagetitle .flow:before {
	left: 33%;
}

#pagetitle .flow:after {
	left: 66%;
}

#pagetitle .flow.no1:before {
	background-image: url(/form/lib/img/bg_flow_01.png);
}
#pagetitle .flow.no1:after {
	background-image: url(/form/lib/img/bg_flow_02.png);
}
#pagetitle .flow.no1 li:first-child {
	background: #F6F6F6;
	color: #16538E;
	font-weight: bold;
}
#pagetitle .flow.no1 li:first-child:before {
	background-image: url(/form/lib/img/icon_flow_on.png);
}
#pagetitle .flow.no2:before {
	background-image: url(/form/lib/img/bg_flow_03.png);
}
#pagetitle .flow.no2:after {
	background-image: url(/form/lib/img/bg_flow_01.png);
}
#pagetitle .flow.no2 li:nth-child(2) {
	background: #F6F6F6;
	color: #16538E;
	font-weight: bold;
}
#pagetitle .flow.no2 li:nth-child(2):before {
	background-image: url(/form/lib/img/icon_flow_on.png);
}
#pagetitle .flow.no3:before {
	background-image: url(/form/lib/img/bg_flow_02.png);
}
#pagetitle .flow.no3:after {
	background-image: url(/form/lib/img/bg_flow_03.png);
}
#pagetitle .flow.no3 li:last-child {
	background: #F6F6F6;
	color: #16538E;
	font-weight: bold;
}
#pagetitle .flow.no3 li:last-child:before {
	background-image: url(/form/lib/img/icon_flow_on.png);
}

@media only screen and (max-width: 767px) {
#pagetitle {
	margin: 20px 0 15px;
}
#pagetitle h1 {
	font-size: 32px;
	float: none;
	margin-bottom: 10px;
}
#pagetitle .flow {
	float: none;
	width: auto;
}

#pagetitle .flow:before,
#pagetitle .flow:after {
	background-size: 11px 40px;
}
#pagetitle .flow li {
	padding: 8px 0 0 20px;
}

#pagetitle .flow li:before {
	width: 13px;
	height: 12px;
	background-size: 13px 12px;
	background-image: url(/form/lib/img/icon_flow_off-sp.png);
}

#pagetitle .flow.no1 li:first-child:before {
	background-image: url(/form/lib/img/icon_flow_on-sp.png);
}
#pagetitle .flow.no1:before {
	background-image: url(/form/lib/img/bg_flow_01-sp.png);
}
#pagetitle .flow.no1:after {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
}

#pagetitle .flow.no2 li:nth-child(2):before {
	background-image: url(/form/lib/img/icon_flow_on-sp.png);
}
#pagetitle .flow.no2:before {
	background-image: url(/form/lib/img/bg_flow_03-sp.png);
}
#pagetitle .flow.no2:after {
	background-image: url(/form/lib/img/bg_flow_01-sp.png);
}

#pagetitle .flow.no3 li:last-child:before {
	background-image: url(/form/lib/img/icon_flow_on-sp.png);
}
#pagetitle .flow.no3:before {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
}
#pagetitle .flow.no3:after {
	background-image: url(/form/lib/img/bg_flow_03-sp.png);
}
}

/*----------------------------------------------------*/ 
/* shinki_pagetitle
-----------------------------------------------------*/ 
#shinki_pagetitle {
	overflow: hidden;
	margin: 40px 0 30px;
}

#shinki_pagetitle h1 {
	font-size: 34px;
	font-size: 2.4rem;
	line-height: 1.3;
	float: left;
	font-weight: normal;
}

#shinki_pagetitle .flow {
	float: right;
	border: solid 1px #DDDDDD;
	background: #fff;
	box-sizing: border-box;
	height: 40px;
	overflow: hidden;
	position: relative;
	width: 470px;
}

#shinki_pagetitle .flow li {
	float: left;
	width: 25%;
	height: 38px;
	padding: 10px 0 0 20px;
	box-sizing: border-box;
	font-size: 0.9rem;
}

#shinki_pagetitle .flow li:first-child {
	padding-left: 10px;
}

#shinki_pagetitle .flow li.step-ninsho {
	line-height: 15px;
	text-align: center;
	padding-top: 6px;
	padding-left: 5px;
}
#shinki_pagetitle .flow li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	background-image: url(/form/lib/img/icon_flow_off.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

#shinki_pagetitle .flow:before,
#shinki_pagetitle .flow:after {
	content: "";
	width: 11px;
	height: 40px;
	position: absolute;
	top: -1px;
	background-repeat: no-repeat;
}

#shinki_pagetitle .flow:before {
	left: 25%;
}

#shinki_pagetitle .flow:after {
	left: 50%;
}
#shinki_pagetitle .flow.no1 {
	background-image: url(/form/lib/img/bg_flow_02.png);
	background-position: left 76% top -1px;
	background-repeat: no-repeat;
}
#shinki_pagetitle .flow.no1:before {
	background-image: url(/form/lib/img/bg_flow_01.png);
}
#shinki_pagetitle .flow.no1:after {
	background-image: url(/form/lib/img/bg_flow_02.png);
}
#shinki_pagetitle .flow.no1 li:first-child {
	background: #F6F6F6;
	color: #16538E;
	font-weight: bold;
}
#shinki_pagetitle .flow.no1 li:first-child:before {
	background-image: url(/form/lib/img/icon_flow_on.png);
}

#shinki_pagetitle .flow.no2 {
	background-image: url(/form/lib/img/bg_flow_02.png);
	background-position: left 76% top -1px;
	background-repeat: no-repeat;
}
#shinki_pagetitle .flow.no2:before {
	background-image: url(/form/lib/img/bg_flow_03.png);
}
#shinki_pagetitle .flow.no2:after {
	background-image: url(/form/lib/img/bg_flow_01.png);
}
#shinki_pagetitle .flow.no2 li:nth-child(2) {
	background: #F6F6F6;
	color: #16538E;
	font-weight: bold;
}
#shinki_pagetitle .flow.no2 li:nth-child(2):before {
	background-image: url(/form/lib/img/icon_flow_on.png);
}

#shinki_pagetitle .flow.no3 {
	background-image: url(/form/lib/img/bg_flow_02.png);
	background-position: left 25% top -1px;
	background-repeat: no-repeat;
}
#shinki_pagetitle .flow.no3:before {
	background-image: url(/form/lib/img/bg_flow_03.png);
	left: 50% !important;
}
#shinki_pagetitle .flow.no3:after {
	background-image: url(/form/lib/img/bg_flow_01.png);
	left: 74% !important;
}
#shinki_pagetitle .flow.no3 li:nth-child(3) {
	background: #F6F6F6;
	color: #16538E;
	font-weight: bold;
}
#shinki_pagetitle .flow.no3 li:nth-child(3):before {
	background-image: url(/form/lib/img/icon_flow_on.png);
}

#shinki_pagetitle .flow.no4 {
	background-image: url(/form/lib/img/bg_flow_02.png);
	background-position: left 25% top -1px;
	background-repeat: no-repeat;
}
#shinki_pagetitle .flow.no4:before {
	background-image: url(/form/lib/img/bg_flow_02.png);
	left: 50% !important;
}
#shinki_pagetitle .flow.no4:after {
	background-image: url(/form/lib/img/bg_flow_03.png);
	left: 74% !important;
}
#shinki_pagetitle .flow.no4 li:last-child {
	background: #F6F6F6;
	color: #16538E;
	font-weight: bold;
}
#shinki_pagetitle .flow.no4 li:last-child:before {
	background-image: url(/form/lib/img/icon_flow_on.png);
}

@media only screen and (max-width: 767px) {
#shinki_pagetitle {
	margin: 20px 0 15px;
}
#shinki_pagetitle h1 {
	font-size: 32px;
	float: none;
	margin-bottom: 10px;
}
#shinki_pagetitle .flow {
	float: none;
	width: auto;
	height: 78px;
}

#shinki_pagetitle .flow:before,
#shinki_pagetitle .flow:after {
	background-size: 11px 80px;
	height: 78px;
	top: -2px;
}
#shinki_pagetitle .flow li {
	padding: 29px 0 0 20px;
	font-size: 0.9em;
	height: 78px;
}

#shinki_pagetitle .flow li.step-ninsho {
	line-height: 15px;
	text-align: center;
	padding-top: 25px;
	padding-left: 5px;
}

#shinki_pagetitle .flow li:before {
	width: 13px;
	height: 12px;
	background-size: 13px 12px;
	background-image: url(/form/lib/img/icon_flow_off-sp.png);
}

#shinki_pagetitle .flow.no1 {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
	background-position: left 76% top -2px;
	background-repeat: no-repeat;
	background-size: 11px 80px;
}
#shinki_pagetitle .flow.no1 li:first-child:before {
	background-image: url(/form/lib/img/icon_flow_on-sp.png);
}
#shinki_pagetitle .flow.no1:before {
	background-image: url(/form/lib/img/bg_flow_01-sp.png);
}
#shinki_pagetitle .flow.no1:after {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
}

#shinki_pagetitle .flow.no2 {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
	background-position: left 76% top -2px;
	background-repeat: no-repeat;
	background-size: 11px 80px;
}
#shinki_pagetitle .flow.no2 li:nth-child(2):before {
	background-image: url(/form/lib/img/icon_flow_on-sp.png);
}
#shinki_pagetitle .flow.no2:before {
	background-image: url(/form/lib/img/bg_flow_03-sp.png);
}
#shinki_pagetitle .flow.no2:after {
	background-image: url(/form/lib/img/bg_flow_01-sp.png);
}

#shinki_pagetitle .flow.no3 {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
	background-position: left 25% top -2px;
	background-repeat: no-repeat;
	background-size: 11px 80px;
}
#shinki_pagetitle .flow.no3 li:nth-child(3):before {
	background-image: url(/form/lib/img/icon_flow_on-sp.png);
}
#shinki_pagetitle .flow.no3:before {
	background-image: url(/form/lib/img/bg_flow_03-sp.png);
	left: 50% !important;
}
#shinki_pagetitle .flow.no3:after {
	background-image: url(/form/lib/img/bg_flow_01-sp.png);
	left: 74% !important;
}

#shinki_pagetitle .flow.no4 {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
	background-position: left 25% top -2px;
	background-repeat: no-repeat;
	background-size: 11px 80px;
}
#shinki_pagetitle .flow.no4 li:last-child:before {
	background-image: url(/form/lib/img/icon_flow_on-sp.png);
}
#shinki_pagetitle .flow.no4:before {
	background-image: url(/form/lib/img/bg_flow_02-sp.png);
	left: 50% !important;
}
#shinki_pagetitle .flow.no4:after {
	background-image: url(/form/lib/img/bg_flow_03-sp.png);
	left: 74% !important;
}

}



/*----------------------------------------------------*/ 
/* application
-----------------------------------------------------*/ 

#application {
	margin-bottom: 40px;
}
#application dt {
	padding-left: 20px;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
}

#application dt:before {
	content: "◆";
	color: #08ADE3;
	position: absolute;
	left: 0;
	top: 0;
}

#application dd {
	margin-left: 20px;
	background: #F6F6F6;
	padding: 20px 25px;
	margin-bottom: 20px;
}

#application dd li {
	padding-left: 1em;
	position: relative;
}

#application dd li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#application dd.flat {
	margin-left: 0;
	background: none;
	padding: 0;
}


@media only screen and (max-width: 767px) {
#application {
	margin-bottom: 30px;
}
#application dd {
	margin-left: 0;
	padding: 10px 15px;
	margin-bottom: 15px;
}
}


/*----------------------------------------------------*/ 
/* formbox
-----------------------------------------------------*/ 

.formbox section {
	margin-bottom: 40px;
}

.formbox h2 {
	font-size: 18px;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 12px;
}

.formbox h2 span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
.formbox section {
	margin-bottom: 30px;
}

.formbox h2 span {
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
}

}

/*----------------------------------------------------*/ 
/* formbox table
-----------------------------------------------------*/ 

.formbox table {
	width: 100%;
	border-top: solid 1px #BBBBBB;
}

.formbox #parents table,
.formbox #how_payment table,
.formbox #select_date table {
	border-top: none;
}

.formbox #parents + table {
	border-top: none;
}


.formbox th,
.formbox td {
	border-bottom: solid 1px #BBBBBB;
	padding: 10px 20px;
	vertical-align: middle;
}
.formbox .formInTbl th,
.formbox .formInTbl td {
	border-bottom: 0;
}


.formbox th {
	width: 30%;
	background: #F6F6F6;
	text-align: left;
	padding: 10px 20px 10px 15px;
}
.shiharaiTbl th:first-child {
	width: 25%;
}
.shiharaiTbl th:nth-child(2) {
	width: 40%;
}
.shiharaiTbl th:nth-child(3) {
	width: 20%;
}
.shiharaiTbl th:last-child {
	width: 15%;
}
.jukoRirekiTbl th:first-child {
	width: 15%;
}
.jukoRirekiTbl th:nth-child(2) {
	width: 30%;
}
.jukoRirekiTbl th:nth-child(3) {
	width: 40%;
}
.jukoRirekiTbl th:last-child {
	width: 15%;
}
.kyanMachiTbl th:first-child {
	width: 15%;
}
.kyanMachiTbl th:nth-child(2) {
	width: 30%;
}
.kyanMachiTbl th:last-child {
	width: 55%;
}
.formbox.formShiharai.fromShiharaiNyuryoku th {
	width: 40%;
}

.formbox th:before {
	content: "";
	width: 0;
	height: 39px;
	display: inline-block;
	vertical-align: middle;
}

.formbox th.heading {
	width: 100%;
	background: #EEEEEE;
}

.formbox th.heading span {
	margin-left: 20px;
	font-weight: normal;
}

.formbox th.lower {
	padding: 0;
}

.formbox th.lower:before {
	width: 15px;
	height: 64px;
	background: #EEEEEE;
	margin-top: -1px;
	border-right: solid 1px #BBBBBB;
}

.formbox th.lower > div {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-left: 10px;
}


.formbox .narrow th {
	width: 21%;
	padding-right: 0;
}

.formbox .narrow th:before {
	display: none;
}

.formbox .narrow th span,
.formbox th span.br {
	display: block;
}

.formbox th > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 96%;
}

.formbox th.hissu > div {
	padding-right: 45px;
}
.formbox.formShiharai th.hissu > div {
	padding-right: 0px;
}

.formbox th.hissu > div > span {
	display: inline-block;
	color: #fff;
	background: #FF0000;
	line-height: 1;
	padding: 5px 7px;
	position: absolute;
	right: 0;
	top: 0;
}

.formbox th.hissu > div > span.br {
	display: block;
	color: #333;
	background: none;
	line-height: inherit;
	padding: 0;
	position: static;
}

.formbox th > p {
	font-size: 12px;
	font-size: 0.9rem;
	font-weight: normal;
	margin-left: 5px;
}

.formbox td p {
	margin-top: 10px;
	font-size: 0.9rem;
}

.formbox td > p:first-child {
	margin: 0 0 10px;
}

.formbox td > p:first-child {
	margin: 0 0 10px;
}

/* address */

.formbox td.innertbl {
	padding: 0;
}

.formbox td.innertbl table {
	border-top: none;
}

.formbox td.innertbl table th,
.formbox td.innertbl table td {
	border-top: dotted 1px #CCCCCC;
	border-bottom: none;
	padding: 10px;
	vertical-align: middle;
}

.formbox td.innertbl table tr:first-child th,
.formbox td.innertbl table tr:first-child td {
	border-top: none;
}

.formbox td.innertbl table th {
	width: 20%;
	background: url(/form/lib/img/bg_th.png);
	padding: 10px;
}

.formbox td.innertbl table th:before {
	display: none;
}

.formbox td.innertbl table th.narrow:before {
	display: inline-block;
}

.formbox td.innertbl table th span {
	display: block;
}


.formbox td.innertbl .zip input {
	width: 180px;
}

.formbox.formShiharai .kakuninBox {
	padding: 10px;
	background: #F6F6F6;
}

@media only screen and (max-width: 767px) {
.formbox table {
	border-top: none;
	border-bottom: solid 1px #BBBBBB;
}
.formbox table.formInTbl {
	border-top: 0;
	border-bottom: 0;
}

.formbox #parents table,
.formbox #how_payment table,
.formbox #select_date table,
.formbox #parents + table{
	margin-top: -1px;
}

.formbox th,
.formbox td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
	border-bottom: none;
	float: left\9;
}

.formbox th,
.formbox th.lower {
	border-top: solid 1px #BBBBBB;
	padding: 10px;
}

.formbox th.lower > div {
	margin: 0;
}

.formbox th.heading span {
	margin-left: 0;
	display: block;
}


.formbox th:before,
.formbox td.innertbl table th.narrow:before {
	display: none;
}

.formbox .narrow th span,
.formbox th span.br{
	display: inline;
}

.formbox td {
	padding: 10px 0;
}

.formbox.confirm td {
	padding: 10px;
}

.formbox th.hissu > div > span {
	position: relative;
	vertical-align: middle;
	margin-left: 10px;
	padding: 3px 7px;
	top: -1px;
}

.formbox th.hissu > div > span.br {
	display: inline;
}


.formbox th > p {
	margin: 5px 0 0;
}

/* address */

.formbox td.innertbl {
	padding-bottom: 10px;
}

.formbox td.innertbl table {
	border: none;
}
.formbox td.innertbl table th,
.formbox td.innertbl table td {
	border-top: none;
	padding: 10px 0 0;
}

.formbox td.innertbl table th {
	background: none;
}

.formbox td.innertbl table th span {
	display: inline;
}

.formbox td.innertbl table td {
	padding: 5px 0 0;
}

.formbox td.innertbl table td select {
	width: 100%;
}

.formbox td.innertbl .zip input {
	width: 100%;
}

}

/*----------------------------------------------------*/ 
/* formbox_inline table
-----------------------------------------------------*/ 

.formbox_inline table {
	width: 100%;
	border-top: solid 1px #BBBBBB;
}

.formbox_inline #parents table,
.formbox_inline #how_payment table,
.formbox_inline #select_date table {
	border-top: none;
}

.formbox_inline #parents + table {
	border-top: none;
}


.formbox_inline th,
.formbox_inline td {
	border-bottom: solid 1px #BBBBBB;
	padding: 10px 20px;
	vertical-align: middle;
}

.formbox_inline th {
	width: 20%;
	background: #F6F6F6;
	text-align: left;
	padding: 10px 20px 10px 15px;
}
.formbox_inline .yoyakuTbl th:first-child {
	width: 10%;
}
.formbox_inline .yoyakuTbl th:nth-child(2) {
	width: 20%;
}
.formbox_inline .yoyakuTbl th:nth-child(3) {
	width: 30%;
}
.formbox_inline .yoyakuTbl th:nth-child(4) {
	width: 15%;
}
.formbox_inline .yoyakuTbl th:nth-child(5) {
	width: 15%;
}
.formbox_inline .yoyakuTbl th:last-child {
	width: 10%;
}

.formbox_inline th:before {
	content: "";
	width: 0;
	height: 39px;
	display: inline-block;
	vertical-align: middle;
}

.formbox_inline th.heading {
	width: 100%;
	background: #EEEEEE;
}

.formbox_inline th.heading span {
	margin-left: 20px;
	font-weight: normal;
}

.formbox_inline th.lower {
	padding: 0;
}

.formbox_inline th.lower:before {
	width: 15px;
	height: 64px;
	background: #EEEEEE;
	margin-top: -1px;
	border-right: solid 1px #BBBBBB;
}

.formbox_inline th.lower > div {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-left: 10px;
}


.formbox_inline .narrow th {
	width: 21%;
	padding-right: 0;
}

.formbox_inline .narrow th:before {
	display: none;
}

.formbox_inline .narrow th span,
.formbox_inline th span.br {
	display: block;
}

.formbox_inline th > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 96%;
}

.formbox_inline th.hissu > div {
	padding-right: 45px;
}

.formbox_inline th.hissu > div > span {
	display: inline-block;
	color: #fff;
	background: #FF0000;
	line-height: 1;
	padding: 5px 7px;
	position: absolute;
	right: 0;
	top: 0;
}

.formbox_inline th.hissu > div > span.br {
	display: block;
	color: #333;
	background: none;
	line-height: inherit;
	padding: 0;
	position: static;
}

.formbox_inline th > p {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin-left: 5px;
}

.formbox_inline td p {
	margin-top: 10px;
}

.formbox_inline td > p:first-child {
	margin: 0 0 10px;
}

.formbox_inline td > p:first-child {
	margin: 0 0 10px;
}

/* address */

.formbox_inline td.innertbl {
	padding: 0;
}

.formbox_inline td.innertbl table {
	border-top: none;
}

.formbox_inline td.innertbl table th,
.formbox_inline td.innertbl table td {
	border-top: dotted 1px #CCCCCC;
	border-bottom: none;
	padding: 10px;
	vertical-align: middle;
}

.formbox_inline td.innertbl table tr:first-child th,
.formbox_inline td.innertbl table tr:first-child td {
	border-top: none;
}

.formbox_inline td.innertbl table th {
	width: 18%;
	background: url(/form/lib/img/bg_th.png);
	padding: 10px;
}

.formbox_inline td.innertbl table th:before {
	display: none;
}

.formbox_inline td.innertbl table th.narrow:before {
	display: inline-block;
}

.formbox_inline td.innertbl table th span {
	display: block;
}


.formbox_inline td.innertbl .zip input {
	width: 180px;
}

.formbox_inline span.total-label-sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.formbox_inline table {
		border-top: none;
		border-bottom: solid 1px #BBBBBB;
	}
	
	.formbox_inline #parents table,
	.formbox_inline #how_payment table,
	.formbox_inline #select_date table,
	.formbox_inline #parents + table{
		margin-top: -1px;
	}
	
	.formbox_inline th {
		display: none;
	}
	.formbox_inline td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		border-bottom: none;
		float: left\9;
	}
	.formbox_inline td.td_prm {
		position: relative;
		padding: 0.5em 1em 0.5em 8em;
	}
	.formbox_inline td.td_prm:before {
	    content: attr(data-th);
	    display: inline-block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    padding: 0.5em 1em 0.5em 0.5em;
	    color: #808080;
	}
	.formbox_inline tr.tr_record td:first-child {
		border-top: 1px solid #ccc;
	}
	.formbox_inline th,
	.formbox_inline th.lower {
		border-top: solid 1px #BBBBBB;
		padding: 10px;
	}
	
	.formbox_inline th.lower > div {
		margin: 0;
	}
	
	.formbox_inline th.heading span {
		margin-left: 0;
		display: block;
	}
	
	
	.formbox_inline th:before,
	.formbox_inline td.innertbl table th.narrow:before {
		display: none;
	}
	
	.formbox_inline .narrow th span,
	.formbox_inline th span.br{
		display: inline;
	}
	
	.formbox_inline td {
		padding: 10px 0;
	}
	
	.formbox_inline.confirm td {
		padding: 10px;
	}
	
	.formbox_inline th.hissu > div > span {
		position: relative;
		vertical-align: middle;
		margin-left: 10px;
		padding: 3px 7px;
		top: -1px;
	}
	
	.formbox_inline th.hissu > div > span.br {
		display: inline;
	}
	
	
	.formbox_inline th > p {
		margin: 5px 0 0;
	}
	
	/* address */
	
	.formbox_inline td.innertbl {
		padding-bottom: 10px;
	}
	
	.formbox_inline td.innertbl table {
		border: none;
	}
	.formbox_inline td.innertbl table th,
	.formbox_inline td.innertbl table td {
		border-top: none;
		padding: 10px 0 0;
	}
	
	.formbox_inline td.innertbl table th {
		background: none;
	}
	
	.formbox_inline td.innertbl table th span {
		display: inline;
	}
	
	.formbox_inline td.innertbl table td {
		padding: 5px 0 0;
	}
	
	.formbox_inline td.innertbl table td select {
		width: 100%;
	}
	
	.formbox_inline td.innertbl .zip input {
		width: 100%;
	}
	
	.formbox_inline td.total-label {
		text-align: left;
		font-weight: bold;
		font-size: large;
		color: #808080;
		padding: 10px 0 5px 0;
	}
	.formbox_inline td.total {
		padding: 0 0 10px 0;
	}
	.formbox_inline span.total-label-sp {
		display: inline;
	}
}

/*----------------------------------------------------*/ 
/* formbox elements
-----------------------------------------------------*/

.formbox input[type='text'],
.formbox input[type='number'],
.formbox input[type='tel'],
.formbox input[type='email'],
.formbox input[type='password'],
.formbox textarea {
	border: solid 1px #C2C2C2;
	border-radius: 5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 12px 15px;
	width: 400px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.2rem;
}
.formbox.formShiharai input[type='text'].formNen{
	width: 100px;
}
.formbox.formShiharai input[type='text'].formSecurityCode{
	width: 140px;
}

.formbox input[type='text'].full {
	width: 100%;
}

.formbox input[type='radio'],
.formbox input[type='checkbox']{
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.formbox select {
	margin-right: 5px;
	border: solid 1px #C2C2C2;
	border-radius: 5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	box-sizing: border-box;
	height: 40px;
	padding-left: 15px;
	min-width: 130px;
	background: #fff;
	font-size: 1.2rem;
}

.formbox select.full {
	width: 100%;
}


.formbox label {
	cursor: pointer;
}

/* radio_h */

.formbox ul.radio_h {
	overflow: hidden;
	margin-right: -35px;
}

.formbox ul.radio_h li {
	float: left;
	margin: 0 35px 0 0;
}

.formbox ul.radio_h.age li {
	margin: 0 0 5px 0;
	width: 16%;
}

.formbox ul.radio_h li.tb {
	clear: both;
	float: none;
	padding: 10px 0 10px 25px;
}

/* radio_v */

.formbox ul.radio_v {
	margin: 0 -20px;
}

.formbox ul.radio_v li {
	border-top: dotted 1px #CCCCCC;
	padding: 10px 20px;
}

.formbox ul.radio_v.noline {
	margin: 0;
}

.formbox ul.radio_v.noline li {
	border-top: none;
	padding: 0;
	margin: 10px 0;
}


/* select_h */

.formbox ul.select_h {
	overflow: hidden;
}

.formbox ul.select_h li {
	float: left;
	margin-left: 25px;
}

.formbox ul.select_h li:first-child {
	margin-left: 0;
}

/* select_v */

.formbox ul.select_v {
	overflow: hidden;
}

.formbox ul.select_v li {
	margin-bottom: 10px;
}

.formbox ul.select_v li select {
	min-width: 350px;
}

/* name */

.formbox ul.name {
	overflow: hidden;
}

.formbox ul.name li {
	float: left;
	margin-left: 20px;
}

.formbox ul.name li:first-child {
	margin-left: 0;
}

.formbox ul.name li span {
	vertical-align: middle;
	display: inline-block;
	width: 2em;
	margin-right: 10px;
	text-align: right;
}

.formbox ul.name li input {
	width: 180px;
}

.formbox .narrow ul.name li {
	width: 50%;
	margin-left: 0;
}

.formbox .narrow ul.name li span {
	text-align: left;
	margin-right: 5px;
}

.formbox .narrow ul.name li input {
	width: 75%;
}


/* birth */

.formbox ul.birth {
	overflow: hidden;
}

.formbox ul.birth li {
	float: left;
	margin-left: 20px;
}

.formbox ul.birth li:first-child {
	margin-left: 0;
}

.formbox ul.birth li input,
.formbox ul.birth li select {
	width: 120px;
	margin-right: 10px;
}

.formbox ul.birth li:first-child input {
	margin-left: 10px;
}



/* tel */

.formbox ul.tel {
	overflow: hidden;
}

.formbox ul.tel li {
	float: left;
	margin-left: 10px;
}

.formbox ul.tel li:before {
	content: "-";
	margin-right: 10px;
}

.formbox ul.tel li:first-child {
	margin-left: 0;
}

.formbox ul.tel li:first-child:before {
	display: none;
}

.formbox ul.tel li input {
	width: 120px;
}

.formbox .narrow ul.tel li {
	margin-left: 0;
	width: 37%;
	text-align: right;
}

.formbox .narrow ul.tel li:first-child {
	width: 26%;
	text-align: left;
}

.formbox .narrow ul.tel li:first-child:before {
	display: none;
}
.formbox .narrow ul.tel li input {
	width: 85%;
}

.formbox .narrow ul.tel li:first-child input {
	width: 100%;
}

.formbox .narrow ul.tel li:before {
	width: 15%;
	display: inline-block;
	text-align: center;
	margin-right: 0;
}

/* email */

.formbox ul.email li {
	margin-top: 10px;
}

.formbox ul.email li:first-child {
	margin-top: 0;
}

.formbox ul.email li p {
	margin: 0 0 10px 0;
}

/* memo */

.formbox .memo textarea {
	width: 100%;
	height: 160px;
	vertical-align: top;
	margin: 5px 0;
}

@media only screen and (max-width: 767px) {

.formbox input[type='text'],
.formbox input[type='number'],
.formbox input[type='tel'],
.formbox input[type='email'],
.formbox input[type='password'],
.formbox textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px 12px;
	font-size: 16px;
}

.formbox select {
	font-size: 16px;
	padding-left: 5px;
}

.formbox td > select {
	width: 100%;
}
.formbox.formShiharai td > select {
	width: 40%;
}

.formbox .image img {
	width: 100%;
	height: auto;
}

/* radio_h */

.formbox ul.radio_h {
	margin: 0;
}

.formbox ul.radio_h li {
	margin: 0 !important;
	width: 50% !important;
	box-sizing: border-box;
	padding: 0 10px 0 25px;
	position: relative;
}

.formbox ul.radio_h li:nth-child(n+3) {
	margin: 10px 0 0 0 !important;
}

.formbox ul.radio_h li input[type="radio"],
.formbox ul.radio_h li input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 0;
}

.formbox ul.radio_h li.culture,
.formbox ul.radio_h li.tb {
	width: 100% !important;
}

.formbox ul.radio_h li.tb {
	padding: 10px 0 0 25px;
}

/* radio_v */

.formbox ul.radio_v {
	margin: 0;
}

.formbox ul.radio_v li {
	padding: 10px 10px 10px 40px;
	position: relative;
}

.formbox ul.radio_v li input {
	position: absolute;
	left: 10px;
	top: 10px;
}

.formbox ul.radio_v.noline li {
	padding: 0 10px 0 25px;
	position: relative;
}

.formbox ul.radio_v.noline li input {
	position: absolute;
	left: 0;
	top: 0;
}


.formbox ul.radio_v li span {
	display: block;
	font-size: 12px;
}

/* select_h */

.formbox ul.select_h li {
	margin-left: 0;
	width: 50%;
}

.formbox ul.select_h li:nth-child(n+3) {
	margin-top: 10px;
}

.formbox ul.select_h li select,
.formbox td.innertbl ul.select_h li select{
	min-width: 0;
	width: 80%;
}

/* select_v */

.formbox ul.select_v li select {
	min-width: 0;
	width: 100%;
}

/* name */

.formbox ul.name li {
	width: 50%;
	margin-left: 0;
}

.formbox ul.name li span {
	text-align: left;
	margin-right: 5px;
}

.formbox ul.name li input {
	width: 75%;
}

/* birth */

.formbox ul.birth li {
	margin-left: 0;
	width: 25%;
	box-sizing: border-box;
}

.formbox ul.birth li select {
	min-width: 0;
	width: 74%;
	margin-right: 0;
	padding-left: 0;
}

.formbox ul.birth li:first-child {
	width: 50%;
}

.formbox ul.birth li:first-child input {
	width: 60%;
	margin-left: 5px;
}

.formbox ul.birth li:last-child {
	padding-left: 2px;
}

/* tel */

.formbox ul.tel li {
	margin-left: 0;
	width: 37%;
	text-align: right;
}

.formbox ul.tel li:first-child {
	width: 26%;
	text-align: left;
}

.formbox ul.tel li input {
	width: 85%;
}

.formbox ul.tel li:first-child input {
	width: 100%;
}

.formbox ul.tel li:before {
	width: 15%;
	display: inline-block;
	text-align: center;
	margin-right: 0;
}

/* memo */

.formbox .memo textarea {
	height: 120px;
}

}

/*----------------------------------------------------*/ 
/* formbox accordion
-----------------------------------------------------*/

/* infant */

.formbox .infant {
	display: none;
}

.formbox .infant p {
	margin-bottom: 10px;
	font-weight: bold;
}

/* level */

.formbox td.level {
	padding-bottom: 0;
}

.formbox td.level > ul.radio_h {
	padding: 5px 0;
}

.formbox ul.level {
	margin: 10px -20px 0;
	border-top: solid 1px #BBBBBB;
}

.formbox td.innertbl ul.level {
	margin: 0;
}

.formbox ul.level > li {
	border-top: dotted 1px #CCCCCC;
	padding: 15px 20px;
	background: url(/form/lib/img/bg_th.png);
}

.formbox ul.level > li:first-child {
	border-top: none;
}

.formbox ul.level > li > label > span {
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 20px;
}

.formbox ul.level > li > .detail {
	background: #fff;
	padding-left: 40px;
	margin: 15px -20px -15px;
	display: none;
}

.formbox ul.level > li > .detail > ul {
	border-top: dotted 1px #cccccc;
	padding: 15px 0;
	margin: 0;
}

.formbox ul.level > li > .detail > ul:first-child {
	border-top: none;
}

.formbox ul.level > li > .detail > ul > li.level_other {
	margin-top: 10px;
}

.formbox ul.level > li > .detail > ul > li.level_other input[type="text"] {
	margin-left: 10px;
}

.formbox ul.level > li > .detail > ul.level_blank {
	padding: 10px 0;
}

.formbox ul.level > li > .detail > ul.level_blank > li {
	display: inline-block;
	vertical-align: middle;
}

.formbox ul.level > li > .detail > ul.level_blank > li:first-child {
	margin-right: 35px;
}

.formbox ul.level > li > .detail > ul.level_blank > li input[type="text"] {
	width: 80px;
	margin: 0 10px;
}

@media only screen and (max-width: 767px) {

/* infant */

.formbox .infant select {
	width: 100%;
}

/* level */

.formbox ul.level,
.formbox td.innertbl ul.level {
	margin: 10px 0 0;
}

.formbox ul.level > li {
	box-sizing: border-box;
	padding: 15px 20px 15px 25px;
	position: relative;
}

.formbox ul.level > li > label input[type="radio"]  {
	position: absolute;
	top: 15px;
	left: 0;
}

.formbox ul.level > li > label > span {
	margin-left: 0;
	display: block;
}

.formbox ul.level > li > .detail {
	background: #fff;
	padding-left: 25px;
	margin: 15px -20px -15px -30px;
}

.formbox ul.level > li > .detail > ul > li.level_other {
	width: 100% !important;
	clear: both;
	padding-right: 0;
}

.formbox ul.level > li > .detail > ul > li.level_other input[type="text"] {
	margin-left: 0;
}


}

/*----------------------------------------------------*/ 
/* formbox transition
-----------------------------------------------------*/

/* transition */
.formbox_inline .transition,
.formbox .transition {
	position: relative;
	text-align: center;
}
.formbox_inline .transition .submit,
.formbox .transition .submit {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	border: solid 1px #D53500;
	border-radius: 3px;
	background: #f58323;
	background: linear-gradient(to bottom,  #f58323 0%,#ff5c26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58323', endColorstr='#ff5c26',GradientType=0 );
	color: #fff;
	font-size: 28px;
	font-size: 2.0rem;
	padding: 13px 0 15px;
	box-sizing: border-box;
	width: 300px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0,0,0,.4);
	letter-spacing: .1em;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.formbox .transition .answer {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	border: solid 1px #7b7b7b;
	border-radius: 3px;
	background: #9a9a9a;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 13px 0 15px;
	box-sizing: border-box;
	width: 300px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	letter-spacing: .1em;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.formbox_inline .transition .backpage,
.formbox .transition .backpage {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1em;
}

.formbox_inline .transition .backpage a:before,
.formbox .transition .backpage a:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(/form/lib/img/icon_arrow_01.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

/* transition.send */
.formbox_inline .transition.send,
.formbox .transition.send {
	letter-spacing: -.4em;
}

.formbox_inline .transition.send > *,
.formbox .transition.send > * {
	vertical-align: top;
	display: inline-block;
	margin: 0 15px;
	width: 260px;	
	letter-spacing: normal;
}

.formbox_inline .transition.send .backform a,
.formbox .transition.send .backform a {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	border: solid 1px #555555;
	border-radius: 3px;
	background: #aaaaaa;
	background: linear-gradient(to bottom,  #aaaaaa 0%,#555555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#555555',GradientType=0 );
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 12px 0 15px;
	box-sizing: border-box;
	width: 260px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0,0,0,.4);
	letter-spacing: .1em;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

/* regist transition*/
.formbox_inline .transition.regist,
.formbox .transition.regist {
	margin-top: 30px;
}
.formbox_inline .transition.regist .submit.exp,
.formbox .transition.regist .submit.exp {
	border: solid 1px #2693FF;
	background: #5BC1E3;
	background: linear-gradient(to bottom,  #5BC1E3 0%,#08ADE3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5BC1E3', endColorstr='#08ADE3',GradientType=0 );
}




@media only screen and (max-width: 767px) {

/* transition */
.formbox_inline .transition .submit,
.formbox .transition .submit {
	padding: 8px 0;
	font-size: 20px;
	border-radius: 5px;
	width: 100%;
}
.formbox .transition .answer {
	padding: 8px 0;
	font-size: 20px;
	border-radius: 5px;
	width: 100%;
}
.formbox_inline .transition .backpage,
.formbox .transition .backpage {
	position: static;
	margin-top: 30px;
}
.formbox_inline .transition .backpage a ,
.formbox .transition .backpage a {
	display: block;
	border: solid 1px #B3B3B3;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 15px 0;
	background: linear-gradient(to bottom,  #f6f6f8 0%,#dddddd 100%);
	line-height: 1;
	border-radius: 5px;
	position: relative;
}
.formbox_inline .transition .backpage a:before,
.formbox .transition .backpage a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(/form/lib/img/icon_arrow_01-sp.png) no-repeat;
	background-size: 20px 20px;
	position: absolute;
	left: 12px;
	top: 50%;
	margin: -10px 0 0;
}

/* transition.send */
.formbox_inline .transition.send,
.formbox .transition.send {
	overflow: hidden;
}
.formbox_inline .transition.send > * ,
.formbox .transition.send > * {
	display: block;
	margin: 0;
	width: 48%;
	float: right;
}
.formbox_inline .transition.send .submit,
.formbox .transition.send .submit {
	font-size: 20px;
	height: 45px;
	padding-top: 6px;
}
.formbox_inline .transition.send .backform a ,
.formbox .transition.send .backform a {
	width: 100%;
	font-size: 20px;
	padding-top: 6px;
	height: 45px;
	border-radius: 5px;
}
.formbox_inline .transition.send > *:first-child,
.formbox .transition.send > *:first-child {
	float: left;
}

/* transition.regist */
.formbox_inline .transition.regist ,
.formbox .transition.regist {
	margin-top: 20px;
}
.formbox_inline .transition.regist .submit ,
.formbox .transition.regist .submit {
	font-size: 20px;
	height: 45px;
	padding-top: 6px;
}


}

/*----------------------------------------------------*/ 
/* gotop
-----------------------------------------------------*/

.gotop {
	text-align: center;
	margin-top: 40px;
}

.gotop a {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	border: solid 1px #2693FF;
	border-radius: 3px;
	background: #aaaaaa;
	background: linear-gradient(to bottom,  #5BC1E3 0%,#08ADE3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5BC1E3', endColorstr='#08ADE3',GradientType=0 );
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 12px 0 15px;
	box-sizing: border-box;
	width: 300px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0,0,0,.4);
	letter-spacing: .1em;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {

.gotop {
	margin-top: 20px;
}

.gotop a {
	display: block;
	width: auto;
	height: 45px;
	font-size: 20px;
	padding-top: 6px;
}

}


/*----------------------------------------------------*/ 
/* agreebox
-----------------------------------------------------*/ 

.agreebox {
	text-align: center;
	margin-bottom: 20px;
}

.agreebox p {
	display: inline-block;
	background: #F6F6F6;
	width: 340px;
	box-sizing: border-box;
	font-weight: bold;
}

.agreebox p label {
	display: block;
	padding: 15px 0;
	cursor: pointer;
}

.agreebox p input {
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.agreebox a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
.agreebox p {
	display: block;
	width: auto;
}

}

/*----------------------------------------------------*/ 
/* column2
-----------------------------------------------------*/ 

.column2 {
	overflow: hidden;
}

.column2 > section {
	float: right;
	width: 475px;
}

.column2 > section:first-child {
	float: left;
}

@media only screen and (max-width: 767px) {

.column2 {
	margin-top: 30px;
}

.column2 > section,
.column2 > section:first-child {
	float: none;
	width: auto;
}

.column2 > section:last-child {
	margin-top: 80px;
}
}

/*----------------------------------------------------*/ 
/* Step 
-----------------------------------------------------*/ 
.step{
  list-style-type: none;
  display:table;
  padding:0;
  margin:0;
  overflow:hidden;
  float: right;
  border: 1px solid #dddddd;
}
.step li{
  display:table-cell;
  position:relative;
  background: #FFFFFF;
  padding: 1em 0.5em 1em 1.5em;
  color: #333333;
  width: 20%;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #DDDDDD;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.9em;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #F6F6F6;
  font-weight: bold;
}
.step .step_on{
  background-image: url(/form/lib/img/icon_flow_on.png);
  background-repeat: no-repeat;
  padding: 0px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
}
.step .step_off{
  background-image: url(/form/lib/img/icon_flow_off.png);
  background-repeat: no-repeat;
  padding: 0px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #F6F6F6;
}

@media only screen and (max-width: 767px) {
	.step li:before{
		border-width: 50px 0 40px 1em;
	}
	.step li:after{
		border-width: 50px 0 40px 1em;
	}
}


/*----------------------------------------------------*/ 
/* Utility
-----------------------------------------------------*/ 

.txt_attention_01 {
	color: #0f4e8c;
}

.txt_example_01 {
	color: #ccc;
}

.txt_attention {
	color: red;
}

.cl_01 {
	color: #0f4e8c;
}

.txt_size_15 {
	font-size: 1.5em;
}
.txt_wt_bold {
	font-weight: bold;
}

img.mark_regist {
	vertical-align: baseline;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

.alert_box {
	background: #fffdec;
    padding: 10px 10px;
    margin-top: 20px;
    color: red;
}

.block_sp {
	display: none;
}
.inline_contents_pc {
	display: inline;
}

.widthSmall {
	width: 150px;
}

.float_left_pc {
	float: left;
}
.float-left {
	float: left;
}

@media only screen and (max-width: 767px) {
	.block_sp {
		display: block;
	}
	.inline_sp {
		display: inline;
	}
	.inline_contents_pc {
		display: block;
	}
	.float_left_pc {
		float: none;
		clear: both;
	}
}

.subLead {
	margin-bottom: 20px;
}
.subLeadTxtB {
	color: #1e90ff;
	font-weight: bold;
}

.subLead button.submit {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	border: solid 1px #D53500;
	border-radius: 15px;
	background: #f58323;
	background: linear-gradient(to bottom,  #f58323 0%,#ff5c26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58323', endColorstr='#ff5c26',GradientType=0 );
	color: #fff;
	font-size: 28px;
	font-size: 2.4rem;
	padding: 13px 0 15px;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	text-align: center;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0,0,0,.4);
	letter-spacing: .1em;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.subLead button.topprev {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	border: solid 1px #bbbbbb;
	border-radius: 15px;
	background: #d8d8d8;
	background: linear-gradient(to bottom,  #d8d8d8 0%,#bbbbbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58323', endColorstr='#ff5c26',GradientType=0 );
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 13px 0 15px;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	text-align: center;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0,0,0,.4);
	letter-spacing: .1em;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}


.cpn-err-msg-box {
	padding: 0 10px;
}
.cpn-err-msg-title {
	font-size: 42px;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.cpn-err-msg-title {
		font-size: 2.0rem;
	}
}
.cpn-btn-box {
	margin-top: 20px;
	text-align: center;
}
.cpn-err-msg-txt > input {
	margin-top: 40px;
}
.cpn-prev-btn {
    padding: 10px 60px;
    line-height: 53px;
	border-radius: 10px;
    background: #f8f8f8;
    color: #333;
    border: 1px solid #e5e5e5;
    font-size: 1.5rem;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}
@media only screen and (max-width: 767px) {
	.cpn-prev-btn {
		width: 100%;
	}
}
.cpn-prev-btn:hover {
	color: #333;
    border-color: #b2b2b2;
    text-decoration: none;
}
.cpn-close-btn{
	border-radius: 10px;
    background: #f8f8f8;
    color: #333;
    border: 1px solid #e5e5e5;
    font-size: 1.2rem;
    margin: 0;
    overflow: visible;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}
.cpn-close-btn:hover {
	color: #333;
    border-color: #b2b2b2;
    text-decoration: none;
}
