@charset "utf-8";

#container {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#container .yumi {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.l_zh-cn #container {
	font-family: "Simhei","Song","Arial",sans-serif;
}
.l_zh-cn #container .yumi {
	font-family: "STSong", "STKaiti", "STFangsong", "SimSun","Song","Times New Roman", serif;
}
.error {
	color: #e10000;
	font-weight: 700;
}
input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
	border-radius: 0;
}
#main input[type="text"],
#main input[type="email"],
#main input[type="tel"] {
	padding: 4px 10px;
	font-size: 14px;
	border: 1px solid #999;
}
#main textarea {
	padding: 4px 10px;
	font-size: 14px;
	border: 1px solid #999;
}
#main .size1 {
	width: 478px;
}
#main .size2 {
	width: 698px;
}
#main .sizeFull {
	width: 738px;
}
@media screen and (max-width: 737px) {
	#main input[type="text"],
	#main input[type="email"],
	#main input[type="tel"] {
		font-size: 16px;
	}
	#main textarea {
		font-size: 16px;
		height: 100px;
	}
	#main .size1,
	#main .size2,
	#main .sizeFull {
		width: 100%;
		-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	}
}
#main .imgCheck {
	display: block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	min-height: 20px;
}
#main .imgCheck input {
	position: absolute;
	left: -9999px;
	top: 0;
}
#main .imgCheck span {
	padding-left: 33px;
	font-size: 16px;
	background-image: url("../img/icon/icon_check_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 20px;
	background-size: 20px;	
	display: inline-block;
	min-height: 20px;
}
#main .imgCheck input[type="checkbox"]:checked + span {
	background-image: url("../img/icon/icon_check_01_on.png");
}
#main .imgRadio {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	min-height: 20px;
}
#main .imgRadio input {
	position: absolute;
	left: -9999px;
	top: 0;
}
#main .imgRadio span {
	padding-left: 30px;
	font-size: 16px;
	background-image: url("../img/icon/icon_radio_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 20px;
	background-size: 20px;
	display: inline-block;
	min-height: 20px;
}
#main .imgRadio input[type="radio"]:checked + span {
	background-image: url("../img/icon/icon_radio_01_on.png");
}
@media screen and (max-width: 737px) {
	#main .imgCheck span {
		padding-left: 60px;
		text-indent: -1em;
		font-size: 14px;
		-webkit-background-size: 32px;
		background-size: 32px;
		display: inline-block;
		min-height: 32px;
	}
	#main .imgCheck input[type="checkbox"]:checked + span {
		background-image: url("../img/icon/icon_check_01_on.png");
	}
	#main .imgRadio {
		display: table;
		height: 40px;
	}
	#main .imgRadio span {
		display: table-cell;
		vertical-align: middle;
		padding-left: 44px;
		font-size: 14px;
		-webkit-background-size: 32px;
		background-size: 32px;
	}
	#main .imgRadio input[type="radio"]:checked + span {
		background-image: url("../img/icon/icon_radio_01_on.png");
	}
}
#main section.block {
	padding: 40px;
}
#main section.block + section.block {
	margin-top: 0;
	border: none;
}
@media screen and (max-width: 737px) {
	#main section.block {
		padding: 20px;
	}
}
#main .block01 .fUl {
	display: flex;
}
#main .block01 .fUl li {
	width: 500px;
	padding: 20px;
	border-bottom: 1px solid #cccccc;
}
#main .block01 .fUl li + li {
	margin-left: 40px;
}
#main .block01 .fUl li h3 {
	font-size: 18px;
	margin-bottom: 6px;
}
#main .block01 .fUl li p {
	line-height: 1.4;
	font-size: 14px;
}
#main .block01 .fUl li p span {
	color: #b19343;
}
@media screen and (max-width: 737px) {
	#main .block01 .fUl {
		display: block;
		margin: 0 -20px;
	}
	#main .block01 .fUl li {
		width: auto;
	}
	#main .block01 .fUl li + li {
		margin-left: 0px;
	}
	#main .block01 .fUl li h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	#main .block01 .fUl li p {
		line-height: 1.6;
		font-size: 12px;
	}
	#main .block01 .fUl li p span {
		padding-left: 1em;
		text-indent: -1em;
		display: inline-block;
	}
}
#main .formBlock .desc {
	padding: 20px;
}
#main .formBlock th .note {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.5;
}
#main .formBlock .flow {
	width: 657px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #b19343;
	font-size: 0;
	overflow: hidden;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#end #main .formBlock .flow {
	background-color: #b19343;
}
#main .formBlock .flow li {
	font-size: 16px;
	display: inline-block;
	padding: 7px 0;
	text-align: center;
	width: 33%;
	position: relative;
	color: #937421;
	background-color: #f5f3ea;
}
#main .formBlock .flow li:first-child {
	width: 34%;
}
#main .formBlock .flow li.cr,
#main .formBlock .flow li.done {
	color: #fff;
	background-color: #b19343;
}
#main .formBlock .flow li span {
	margin-right: 10px;
}
#main .formBlock .flow li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-left: 12px solid #b19343;
	position: absolute;
	top: -1px;
	left: 0;
}
#main .formBlock .flow li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 12px solid #f5f3ea;
	position: absolute;
	top: 0px;
	left: -1px;
}
#main .formBlock .flow li:first-child:after,
#main .formBlock .flow li:first-child:before {
	display: none;
}
#main .formBlock .flow li.cr + li:after {
	border-left: 12px solid #b19343;
}
#main .formBlock .flow li.done + li:before {
	border-left: 12px solid #f5f3ea;
}
#main .formBlock .flow li.done + li:after {
	border-left: 12px solid #b19343;
}
@media screen and (max-width: 737px) {
	#main .formBlock .desc {
		padding: 20px 0px 10px;
		font-size: 12px;
	}
	#main .formBlock th .note {
		font-size: 12px;
		margin-top: 0px;
	}
	#main .formBlock .flow {
		width: auto;
		margin: 0 10px 20px;
	}
	#main .formBlock .flow li {
		font-size: 12px;
		padding: 6px 0;
	}
	#main .formBlock .flow li span {
		margin-right: 6px;
	}
	#main .formBlock .flow li + li span {
		margin-left: 8px;
	}
	#main .formBlock .flow li:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 16px solid transparent;
		border-left: 8px solid #b19343;
		position: absolute;
		top: -1px;
		left: 0;
	}
	#main .formBlock .flow li:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 15px solid transparent;
		border-left: 8px solid #f5f3ea;
		position: absolute;
		top: 0px;
		left: -1px;
	}
	#main .formBlock .flow li:first-child:after,
	#main .formBlock .flow li:first-child:before {
		display: none;
	}
	#main .formBlock .flow li.cr + li:after {
		border-left: 8px solid #b19343;
	}
	#main .formBlock .flow li.done + li:before {
		border-left: 8px solid #f5f3ea;
	}
	#main .formBlock .flow li.done + li:after {
		border-left: 8px solid #b19343;
	}
}
#main .formBlock table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #cccccc;
}
#main .formBlock table th {
	width: 280px;
	padding: 20px;
	font-size: 16px;
	color: #937421;
	background-color: #f5f3ea;
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
}
#main .formBlock table th.bgGray {
	background-color: #eeeeee;
	color: #333;
}
#main .formBlock table td {
	padding: 20px;
	border-bottom: 1px solid #cccccc;
}
#main .formBlock table th b {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	line-height: 1;
	text-align: center;
	border-radius: 6px;
	padding: 9px 0 7px;
	width: 60px;
	display: block;
	float: right;
	background-color: #b19343;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@media screen and (max-width: 737px) {
	#main .formBlock .inner {
		margin: 0 -20px;
	}
	#main .formBlock table th {
		width: auto;
		display: block;
		padding: 8px 20px;
		font-size: 16px;
		line-height: 23px;
		border-bottom: none;
	}
	#main .formBlock table td {
		display: block;
		width: auto;
		padding: 10px 20px;
	}
	#main .formBlock table th b {
		font-size: 12px;
		padding: 6px 0 5px;
		width: 50px;
		border-radius: 4px;
	}
}
#main .checkWrap .pTitle {
	font-size: 16px;
}
#main .checkWrap dl {
	position: relative;
	margin-left: 36px;
	margin-top: 10px;
}
#confirm #main .checkWrap dl {
	margin-left: 0;
}
#main .checkWrap dl dt {
	position: absolute;
	left: 0px;
	top: 0;
}
#main .checkWrap dl dd {
	padding-left: 105px;
}
#main .checkWrap dl dd + dd {
	margin-top: 5px;
}
#main .checkWrap dl dd label {
	margin-top: 3px;
	display: block;
}
#main .checkWrap dl dd p {
	text-indent: 1em;
}
#main .checkWrap .child {
	margin-top: 10px;
	margin-left: 37px;
}
#confirm #main .checkWrap .child {
	margin-left: 0px;
}
@media screen and (max-width: 737px) {
	#main .checkWrap .pTitle {
		font-size: 16px;
	}
	#main .checkWrap dl {
		margin-left: 0;
	}
	#main .checkWrap dl dt {
		position: static;
	}
	#main .checkWrap dl dd {
		padding-left: 0;
	}
	#main .checkWrap dl dd + dd {
		margin-top: 5px;
	}
	#main .checkWrap dl dd label {
		margin-top: 3px;
		display: block;
	}
	#main .checkWrap dl dd p {
		text-indent: 1em;
	}
	#main .checkWrap .child {
		margin-top: 10px;
		margin-left: 37px;
	}
	#main .checkWrap + .checkWrap {
		margin-top: 10px;
	}
	#main .checkWrap .child {
		margin-left: 0;
	}
	#confirm #main .checkWrap .child {
		margin-left: 0px;
	}
}
#main .radioList01 {
	margin-top: -5px;
}
#main .radioList01 li {
	display: inline-block;
	padding-right: 28px;
	margin-top: 5px;
	vertical-align: middle;
}
#main .radioList01 .otherLi .imgCheck {
	display: inline-block;
}
@media screen and (max-width: 737px) {
	#main .radioList01 {
		margin-top: -5px;
	}
	#main .radioList01 li {
		display: inline-block;
		padding-right: 0;
		width: 50%;
		margin-top: 5px;
		float: left;
	}
	#main .radioList01 li:nth-child(odd) {
		clear: both;
	}
	#main .radioList01 li.otherLi {
		width: 100%;
	}
	#main .radioList01 li.otherLi .otherRequired {
		margin-top: 5px;
		width: 92%;
	}
	#main .radioList02 li + li {
		margin-top: 10px;
	}
	#main .radioList01 .imgCheck span {
		padding-left: 44px;
		text-indent: 0;
		background-position: top left;
		line-height: 1.2;
	}
	
}
#main .formBlock .button {
	margin-top: 20px;
	position: relative;
}
#main .formBlock .submitBtn {
	width: 400px;
	display: block;
	border: none;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 30px 0;
	border-radius: 8px;
	background-color: #bc9f53;
	background-image: -webkit-linear-gradient(top, #bc9f53, #bc9f53 50%, #b19343 50%, #b19343);
	background-image: -moz-linear-gradient(top, #bc9f53, #bc9f53 50%, #b19343 50%, #b19343);
	background-image: linear-gradient(to bottom, #bc9f53, #bc9f53 50%, #b19343 50%, #b19343);
	position: relative;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#main .formBlock .submitBtn:hover {
	background-image: -webkit-linear-gradient(top, #b19343, #b19343 50%, #bc9f53 50%, #bc9f53);
	background-image: -moz-linear-gradient(top, #b19343, #b19343 50%, #bc9f53 50%, #bc9f53);
	background-image: linear-gradient(to bottom, #b19343, #b19343 50%, #bc9f53 50%, #bc9f53);	
}
.l_zh-cn #main .formBlock .submitBtn {
	font-family: "STSong", "STKaiti", "STFangsong", "SimSun","Song","Times New Roman", serif;
}
#main .formBlock .submitBtn:after {
	content: "";
	display: block;
	width: 14px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	background-image: url("../img/icon/arrow_right_01.png");
	background-repeat: no-repeat;
	-webkit-background-size: 14px 22px;
	background-size: 14px 22px;
}
#main .formBlock .returnBtn {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	display: block;
	border: none;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	border-radius: 8px;
	background-color: #aaaaaa;
	background-image: -webkit-linear-gradient(top, #aaaaaa, #aaaaaa 50%, #999999 50%, #999999);
	background-image: -moz-linear-gradient(top, #aaaaaa, #aaaaaa 50%, #999999 50%, #999999);
	background-image: linear-gradient(to bottom, #aaaaaa, #aaaaaa 50%, #999999 50%, #999999);
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#main .formBlock .returnBtn:hover {
	background-image: -webkit-linear-gradient(top, #999, #999 50%, #aaa 50%, #aaa);
	background-image: -moz-linear-gradient(top, #999, #999 50%, #aaa 50%, #aaa);
	background-image: linear-gradient(to bottom, #999, #999 50%, #aaa 50%, #aaa);
}
#main .formBlock .returnBtn:after {
	content: "";
	display: block;
	width: 14px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -9px;
	background-image: url("../img/icon/arrow_left_01.png");
	background-repeat: no-repeat;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}

@media screen and (max-width: 737px) {
	#main .formBlock .button {
		margin: 20px 40px 30px;
	}
	#main .formBlock .submitBtn {
		width: auto;
		font-size: 18px;
		padding: 16px 0;
		border-radius: 4px;
	}
	#main .formBlock .submitBtn:after {
		width: 7px;
		height: 11px;
		margin-top: -6px;
		-webkit-background-size: 7px 11px;
		background-size: 7px 11px;
	}
	#main .formBlock .returnBtn {
		margin: 10px auto;
		position: relative;
		width: 150px;
		font-size: 14px;
		padding: 8px 0;
		border-radius: 4px;
	}
	#main .formBlock .returnBtn:after {
		content: "";
		display: block;
		width: 7px;
		height: 11px;
		position: absolute;
		margin-top: -6px;
		background-image: url("../img/icon/arrow_left_01.png");
		background-repeat: no-repeat;
		-webkit-background-size: 7px 11px;
		background-size: 7px 11px;
	}
}
/* end
============================================== */
#end #main .thankTitle {
	font-size: 24px;
	text-align: center;
	margin: 55px 0 20px;
}
#end #main .txt {
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 40px;
}
#end #main .txt a {
	color: #937421;
	text-decoration: underline;
}
#end #main .txt a:hover {
	text-decoration: none;
}
@media screen and (max-width: 737px) {
	#end #main .thankTitle {
		font-size: 18px;
		margin: 25px 0 10px;
	}
	#end #main .txt {
		text-align: center;
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 40px;
	}
	#end #main .txt a {
		color: #937421;
		text-decoration: underline;
	}
	#end #main .txt a:hover {
		text-decoration: none;
	}
}
/* en ------------------------------------------------------------------- */
.l_en #main .formBlock {
	margin-top: 40px;
}
.l_en #main .formBlock p {
	text-align: center;
}
/* zh-cn ------------------------------------------------------------------- */
.l_zh-cn #main .formBlock {
	margin-top: 40px;
}
.l_zh-cn #main .formBlock p {
	text-align: center;
}
.logos {
	font-size: 0;
	margin-left: -40px;
	padding-top: 30px;
}
.logos li {
	display: inline-block;
	margin-left: 40px;
	border-bottom: 1px solid #cccccc;
}
.logos li:nth-child(4),
.logos li:nth-child(1),
.logos li:nth-child(2),
.logos li:nth-child(3) {
	padding-bottom: 40px;
}
.logos li span {
	display: table-cell;
	height: 154px;
	vertical-align: middle;
	width: 250px;
	text-align: center;
}
@media screen and (max-width: 737px) {
	.l_zh-cn #main section.block.block02 {
		padding-left: 0;
		padding-right: 0;
	}
	.l_zh-cn #main section.block.block02 h2 {
		margin-left: 0;
		margin-right: 0;
	}
	.logos {
		font-size: 0;
		margin-left: -10px;
		
		padding-top: 15px;
		text-align: center;
	}
	.logos li {
		width: 140px;
		display: inline-block;
		margin-left: 10px;
		border-bottom: 1px solid #cccccc;
	}
	.logos li:nth-child(4),
	.logos li:nth-child(1),
	.logos li:nth-child(2),
	.logos li:nth-child(3) {
		padding-bottom: 0px;
	}
	.logos li span {
		display: table-cell;
		height: 77px;
		vertical-align: middle;
		width: 140px;
		text-align: center;
	}
	.logos li span img {
		max-width: 100%;
		height: auto;
	}
	.logos li:nth-child(1) img { height: 70px; width: auto; }
	.logos li:nth-child(2) img { height: 57px; width: auto; }
	.logos li:nth-child(3) img { height: 47px; width: auto; }
	.logos li:nth-child(4) img { height: 73px; width: auto; }
	.logos li:nth-child(5) img { height: 36px; width: auto; }
	.logos li:nth-child(6) img { height: 32px; width: auto; }
	.logos li:nth-child(7) img { height: 28px; width: auto; }
	.logos li:nth-child(8) img { height: 15px; width: auto; }
	.logos li:nth-child(9) img { height: 40px; width: auto; }
	.logos li:nth-child(10) img { height: 49px; width: auto; }
}







