@charset "utf-8";
/* ▼システムで制御する部分
----------------------------------------------------------------------------- */
@charset "utf-8";
/* ▼システムで制御する部分
----------------------------------------------------------------------------- */

#titleimg{

	margin-left: auto;
	margin-right: auto;

	background-color: #ffffff;
}

.firstMsg{
	background-color: #f2f6fa;
	padding: 20px;
}

.noticeList li{padding-left: 1.75em;text-indent: -1.80em;font-size: 0.9em;}
.noticeNumList li{padding-left: 2.0em;text-indent: -1.75em;font-size: 0.9em;}
.bg_fff{background-color: #ffffff;}
.textF13px {font-size: 13px;}
.gray{color: #666666;}
a.arrow{
margin-right:7px;
padding-right:15px;
background:url(/common13/imgs/icon/icn_link_blue.png) right 5px no-repeat;
}

.arrow02{
margin-right:7px;
padding-right:15px;
background:url(/common13/imgs/icon/icn_anchor_blue.png) right 5px no-repeat;
}
h2.h2Title{
border-bottom: 4px solid #0076C7;
padding-bottom: 3px;
}

/* step nav */
.stepflow {
	font-size: 68%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 1em;
	padding: 0;
}
.stepflow > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-overflow: ellipsis;
	color: #b0bec5;
	 -ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	     flex: 1;
}
.stepflow > li .title {
	font-weight: bold;
}
.stepflow > li .text {
	display: block;
	padding-right: 2.5em;
}
.stepflow > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0.5em;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.stepflow > li .bubble::after,
.stepflow > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.stepflow > li.completed,
.stepflow > li.completed .bubble {
	color: #00acc1;
}
.stepflow > li.completed .bubble,
.stepflow > li.completed .bubble::after,
.stepflow > li.completed .bubble::before {
	background-color: #4dd0e1;
}
.stepflow > li:last-child .bubble::after,
.stepflow > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
.stepflow > li.active,
.stepflow > li.active .bubble {
	color: #2979AF;
}
.stepflow > li.active .bubble,
.stepflow > li.active .bubble::after,
.stepflow > li.active .bubble::before {
	background-color: #2979AF;
}

.caution02_from{
	margin-top:10px;
	padding:10px 10px 10px 40px;
	border: 3px solid #E9D3C8;
	background-color: #FEFFED;
	background-image:url(/common13/imgs/icon/icn_attention02.png);
	background-repeat:no-repeat;
	background-position:10px 10px ;
	font-size: 14px;
	

}
.numberList,
.numberList ol{
	list-style-type: decimal;
	margin-left: 1.5em;
	padding-left: 0;
	text-align: left;
	margin-bottom: 10px;
	
}
.caution02_from .numberList li{margin-bottom: 10px;}


.numberList,
.numberList ol li{
	margin-top: 5px;
	margin-bottom: 5px;
}
*+html .numberList{
	padding-left:0.5em;
}
td.q-txtTitle{
	border-left: 5px solid #0076C7;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.box900 {
	margin-left:auto;
	margin-right:auto;
}

.notes_box {
	padding: 10px;
	background-repeat:repeat-y;
	background-color:#fff;
	/* 900幅に合わせるため左右のborder分を引いた値 */

}
.bdr_grayCall {
	border:3px solid #dddddd;
	border-radius: 6px;

}
.addLineTop{border-top: 1px dashed #dddddd}
/* input type="submit" のみ */
/* ボタン */
#enqt td.a-txt input[type="submit"],
#enqt td.a-txt input[type="button"],
#submit input[type="submit"],
#submit input[type="button"],
button.pl-deleteButton,
#submit button.submit{
	overflow:visible;
	cursor: pointer;
	border-radius: 3px;
	padding:12px 10px;
	font-size:14px;
	line-height: 1;
	vertical-align:middle;
}
#enqt td.a-txt input[type="submit"],
#enqt td.a-txt input[type="button"],
#submit input[type="button"],
button.pl-deleteButton,
#submit button{
	background: #ddd;
}
#err + input[type="button"]{ /* 仮登録エラー画面用 */
	position:relative;
	left:50%;
	width:200px;
	margin:30px 0 30px -100px;
}
#enqt td.a-txt input[type="button"]{
	margin: 4px 6px;
}
#submit input[type="submit"],
#submit input[type="button"],
#submit button.submit{
	padding: 16px 20px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	margin:0 10px;
}
#submit input[type="submit"],
#submit button.submit{
	color:#ffffff;
}

/* input type="reset" のみ */
#submit input[type="reset"] {
	display:none;
}

/* URL */
#url{
	text-align:center;
	margin:30px 0;
}
.g-recaptcha{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 320px;

}
#msg02 .bdr_gray3px .tblcont{display: table;width: 100%;}
#msg02 .bdr_gray3px .tblcontL {
    display: table-cell;
    width: 85%;
    vertical-align: middle;
}
#msg02 .bdr_gray3px .tblcontR {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    padding-left: 5px;
}

/* responsive PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 769px){
	#title,
	#titleimg,
	#msg,
	#msg02,
	#enqt,
	#submit,
	#err{
		width: 800px;
		padding-left:30px;
		padding-right:30px;
	}
	.notes_box{
		width: 700px;
		padding-left:20px;
		padding-right:20px;
	}
	.a_expansion span{
		display: none;
		text-align: right;
	}
	#cmnmsg,
	#footer{
		width: 800px;
	}

	#err #err{ /* 仮登録エラー画面用 */
		padding:30px 0;
		width:auto;
	}
	#enqt table #err{
		width:auto;
	}
	/* label のみ */
	#enqt td.a-txt label{
		padding:3px 0px ;
	}
	#enqt td.a-txt label:first-child{
		padding:0px 0px 3px 0;
	}
	#enqt td.a-txt td{
		padding-right:10px;
	}
	.tblcell{
		display: table;
		padding: 20px 10px;
		width: 96%;
	margin-left: auto;
	margin-right: auto;
	}
	.prztitle{
		display: table-cell;
		width: 220px;
		vertical-align: middle;
	}
	.callbox{
		display: table-cell;
		width: 480px;
		vertical-align: middle;
	}
	.bdr_grayCall h3{
		background-color: #0076C7;
		color: #ffffff;
		font-size: 18px;
		border-radius: 6px 6px 0 0 ;
		padding: 10px 5px;
	}
	.callbox .calltxt{
		font-size: 40px;
		color: #0072CC;
	}


}
/* responsive tablet
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px){
	#title,
	#msg,
	#msg02,
	#err,
	#footer,
	.firstMsg,
	.notes_box,
	.enqtmsg{
		padding-left:6%;
		padding-right:6%;
	}
	#err #err{ /* 仮登録エラー画面用 */
		padding:30px 0;
	}
	#enqt td.a-txt input[type="text"]:before {
      content: "<div>" ;
	}
	#enqt td.a-txt input[type="text"]:after{
				content: "</div>" ;
	}
	#enqt td.a-txt input[type="text"] div, 
	#enqt td.a-txt input[type="password"]
	#enqt td.a-txt select{
		width:auto;
		max-width:100%!important;
	}
	#enqt td.a-txt textarea{
		display:block;
		width:100%;
	}
	#enqt td.q-txt{
		padding: 0 6%;
	}
	#enqt td.a-txt{
		padding: 0 6% 30px 6%;
	}
	#enqt td.a-txt table td{
		display: block
	}
	#container img{
		max-width:100%;
	}
	.br:before {
	content: "\A" ;
	white-space: pre ;
	}

	.a_expansion span{
		display: block;
		text-align: right;
	}
	h2.h2Title{margin-left: 10px;margin-right: 10px;}
	.tblcell{
		padding:10px;
	}
	.prztitle{
		text-align: center;
	}
	.callbox{
		text-align: center;
	}
	.bdr_grayCall h3{
		background-color: #0076C7;
		color: #ffffff;
		font-size: 16px;
		border-radius: 6px 6px 0 0 ;
		padding: 10px 5px;
	}
	.callbox .calltxt{
		font-size:28px;
		text-align: center;
		color: #0072CC;
	}
	#msg02 .bdr_gray3px {font-size: 13px;}
	#msg02 .bdr_gray3px img {width: 33px;;}
}
/* responsive SP
----------------------------------------------------------------------------- */
@media only screen and (max-width : 640px) {
	#submit{
		padding-left:6%;
		padding-right:6%;
	}
	#submit input[type="submit"],
	#submit input[type="button"],
	#submit button{
		display:block;
		width:100%;
		margin:0 auto;
	}
	#submit input[type="submit"],
	#submit button{
		margin-bottom:20px;
	}
	
	/* label のみ */
	#enqt td.a-txt label{
		display: inline-block;
		padding:5px 0px ;
	}
	#container img{
		max-width:100%;
	}
.caution02_from{font-size: 12px;background-image: none;padding-left: 10px;}
}




#submit ul {
	margin: 20px auto 0;
	width: 56%;
}
#submit ul li {
	font-size: 13px;
	color: #666;
}
#submit input[type="submit"], #submit input[type="button"], #submit button.submit {
	width: 200px;
}

#msg02 table { 
	font-size: 13px !important;
	margin: 40px auto 20px;
	border-collapse: collapse;
}
#msg02 table thead { 

}
#msg02 table th,
#msg02 table td {
	border: 1px solid #ddd;
	border: 1px solid #ddd;
	padding: 7px 5px;
}
#msg02 table thead th,
#msg02 table thead td {
	    background-color: #2979AF;
	    color: #fff;
	    text-align: center;
}
#msg02 table thead th:nth-child(1) {
	width: 40%;
}

