@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	background-image: url(../img/bg_head_registration.png);
    background-position: center top;
    background-repeat: repeat-x;
}


/* ===================================
#contents
=================================== */
#contents {
	background: #FFF;
    margin-top: 30px;
    padding: 20px;
    font-size: 12px;
}
#cform_wrap input[type="text"], #cform_wrap input[type="number"], #cform_wrap input[type="email"], #cform_wrap input[type="tel"], #cform_wrap textarea, #cform_wrap select {
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cform_wrap h3 {
	color: #023199;
	font-size: 120%;
	padding: 10px 0 15px;
	position: relative;
}
#cform_wrap h3::before{
	position: absolute;
	top: 50%;
	margin-top: -8px;
    content: "";
    z-index: 99999;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: 4px solid #0030A0;
    border-right: 4px solid #0030A0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
#cform_wrap h3 span {
	display: inline-block;
	color: #023199;
	font-family: 'WebSymbolsRegular';
	background: transparent;
	height: 22px;
	width: 22px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 black;
}
#cform_wrap #login_wrap {
	padding: 5px 0 20px;
	text-align: center;
}
#cform_wrap #login_wrap a {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#cform_wrap select {
	height: 28px;
	line-height: 28px;
}
#cform_wrap input[type="checkbox"], #cform_wrap input[type="radio"] {
	margin: 0 0 0 5px;
}
#cform_wrap .ilong {
	width: 90%;
}
#cform_wrap .imidium {
	width: 50%;
}
#cform_wrap .num1 {
	width: 15%;
}
#cform_wrap textarea {
	width: 90%;
	height: 5em;
}
legend, .subTitle {
	font-size: 120%;
	padding-top: 10px;
}
p.break {
	font-size: 120%;
	padding: 20px 0;
}
span.title, span.td_txt {
	display: block;
	padding: 5px;
}
span.title span.must {
	color: #C30;
}
ul.flist li {
	padding: 5px;
}
p.remarksTitle, p.attentionAsk, p.straight_box, p.point_txt, p.same_address, .caution {
	padding-top: 10px;
}
.fwrap, .tInput, .rInput {
	color: #666;
	padding: 0 5px 10px;
	border-bottom: 1px solid #ddd;
}
.tButton {
	padding: 10px 5px;
}
#submitBox {
	padding: 10px 0;
}
.infoTable img {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	padding: 20px 0;
}
.submitBtn .form_submit, .tButton a {
	display: block;
	color: white;
	font-size: 16px;
	width: 240px;
	padding: 10px 14px;
	margin: 10px auto;
	background-color: #0074CC;
	background-image: -moz-linear-gradient(top, #08C, #05C);
	background-image: -ms-linear-gradient(top, #08C, #05C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#05C));
	background-image: -webkit-linear-gradient(top, #08C, #05C);
	background-image: -o-linear-gradient(top, #08C, #05C);
	background-image: linear-gradient(top, #08C, #05C);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	border: 1px solid #CCC;
	border-color: #05C #05C #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.tButton a {
	display: inline-block;
	font-size: 13px;
	padding: 4px 30px;
	line-height: 18px;
	vertical-align: middle;
}
.gbtn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -ms-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	cursor: pointer;
}
.gbtn a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;

}
   
#confirm_wrap {
	color: #454545;
	margin: 10px;
}
#confirm_wrap h1 {
	font-size: 130%;
	padding: 0 0 10px;
}
#confirm_wrap span {
	display: block;
}
#confirm_wrap span.title {
	font-size: 120%;
	padding: 10px 5px 0;
}
#confirm_wrap span.value {
	color: #023199;
	padding: 0 5px 5px;
	border-bottom: 1px solid #ddd;
	white-space: normal;
	word-break: break-all;
}
#confirm_wrap p.alert {
	color: #B94A48;
	font-size: 13px;
	line-height: 18px;
	padding: 8px 14px;
	margin: 10px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	background-color: #F2DEDE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#confirm_wrap .submit {
	display: block;
	font-size: 16px;
	width: 120px;
	padding: 6px 14px;
	margin: 20px auto 10px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5BB75B;
	background-image: -moz-linear-gradient(top, #62C462, #51A351);
	background-image: -ms-linear-gradient(top, #62C462, #51A351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
	background-image: -webkit-linear-gradient(top, #62C462, #51A351);
	background-image: -o-linear-gradient(top, #62C462, #51A351);
	background-image: linear-gradient(top, #62C462, #51A351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51A351 #51A351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#confirm_wrap footer {
	padding: 10px 0;
	text-align: center;
}
#confirm_wrap footer small {
	display: block;
}
#confirm_wrap p.finish {
	font-size: 130%;
	padding: 10px;
	line-height: 1.6;
	text-align: center;
}
#confirm_wrap a.fback {
	display: block;
	color: #333;
	width: 120px;
	margin: 15px auto;
}
#cform_wrap {
    background: #fff;
}
#cform_wrap h3 {
    font-size: 160%;
    padding: 10px 25px 15px;
}
#cform_wrap h3 span {
    height: 28px;
    width: 28px;
    line-height: 34px;
    font-size: 17px;
}
#cform_wrap #login_wrap {
    padding: 20px 10px 50px;
    text-align: left;
}
#cform_wrap #login_wrap a {
    color: white;
    font-size: 16px;
    padding: 10px 14px;
}
#cform_wrap #login_wrap a {
    opacity: 0.75;
}
fieldset {
    border-bottom: 1px solid #ddd;
}
fieldset:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.type2 {
    padding: 20px 0;
}
.inputTable, .infoTable {
    padding-top: 15px;
}
.subTitle, .tButton, .caution {
    clear: both;
}
.subTitle {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.caution {
    padding-bottom: 10px;
}
span.title {
    clear: both;
    float: left;
    display: block;
    width: 150px;
    padding: 5px;
}
span.title span.attentionAsk {
    display: block;
    color: #666;
    font-size: 90%;
}
span.title .must {
    color: #C30;
}
ul.flist li {
    padding: 5px;
}
span.box_space2, .sexArea {
    display: inline-block;
    padding: 5px;
}
.fwrap, .tInput, .rInput {
    float: left;
    width: 500px;
    color: #666;
    padding: 0 5px;
    margin-bottom: 20px;
    border-bottom: 0;
}
.hide {
    display: none;
}
#submitBox {
    padding: 10px 0;
}
#submitBox a {
    width: 300px;
    margin-left: 0;
}
/* confirmation */
#confirm_wrap {
    max-width: 750px;
    margin: 10px auto;
}
#confirm_wrap h1 {
    font-size: 140%;
    padding: 0 0 10px;
}
#confirm_wrap .greeting {
    font-size: 120%;
    line-height: 1.6;
}
#confirm_wrap li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
#confirm_wrap .value {
    font-size: 120%;
    border-bottom: none;
}
#confirm_wrap .title {
    padding: 15px 5px 5px;
}
#confirm_wrap .value {
    display: block;
    width: 550px;
    padding: 15px 5px 5px 180px;
}
#confirm_wrap .submit {
    clear: both;
    display: block;
    font-size: 16px;
    width: 120px;
    padding: 6px 14px;
    margin: 20px auto 10px;
}
#confirm_wrap .submit a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;

}
#confirm_wrap footer {
    margin-top: 15px;
    padding: 15px 0;
    text-align: right;
    border-top: 1px dotted #ddd;
}
#confirm_wrap footer small{
    color: #777;
}
#confirm_wrap .finish {
    padding: 50px 10px;
}
.infoTable img {
    width: auto;
}
.submitBtn .form_submit, .tButton a {
    margin: 10px auto 0 10px;
}
.submitBtn .form_submit:hover, .tButton a:hover {
    opacity: 0.75;
}

/* ===================================
IE11対応
=================================== */
@media all and (-ms-high-contrast:none) {
	#cform_wrap h3::before{
		margin-top: -10px;
	}
}