@charset "UTF-8";

body#form #header {
	margin-bottom: 50px;
}

body#form #contents {
	max-width: 1100px;
}

body#form #main {
	float: none;
	padding: 55px 30px;
	width: auto;
	position: relative;
}

body#form #mainInr {
	padding: 0;
}

#contents {
	margin: 0 auto;
}

#contents section.formArea span.must {
	background-color: red;
	color: #FFF;
	font-size: 11px!important;
	line-height: 1;
	margin: 0 4px 0;
	padding: 2px 5px;
	border-radius: 3px;
	vertical-align: middle;
}

#contents section.formArea {
	margin-bottom: 30px;
}

#contents section.formArea div.formTbl table {
	border-bottom: 1px dotted #cfcfcf;
	border-top: 1px dotted #cfcfcf;
	margin: 0 auto 40px;
	width: 100%;
}

#contents section.formArea div.formTbl table th,
#contents section.formArea div.formTbl table td {
	border-bottom: 1px dotted #CCC;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 15px 25px 15px 25px;
	vertical-align: middle;
}

#contents section.formArea div.formTbl table tr.last th,
#contents section.formArea div.formTbl table tr.last td {
}

#contents section.formArea div.formTbl table th {
	background: url(../cmn_img/bg_texture_blue.png) left top repeat;
	color: #FFF;
	font-weight: 600;
	text-align: left;
	width: 28%;
}

#contents section.formArea div.formTbl table th p {
	position: relative;
}

#contents section.formArea div.formTbl table th span.ja {
	letter-spacing: 0.08em;
	padding-right: 25px;
}

#contents section.formArea div.formTbl table th span.en {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	padding-right: 25px;
}

body.en #contents section.formArea div.formTbl table th span.ja {
	display:none;
}

body.en #contents section.formArea div.formTbl table th span.en {
	font-size: 16px;
	font-size: 1.6rem;
}

#contents section.formArea div.formTbl table th span.must {
	position: absolute;
	top: 30%;
	right: -11px;
}

#contents span.redMust {
	font-size:22px;
	color:red;
}

#contents section.formArea div.formTbl table th span.en {
	display:inline;
	padding-right:0;
}

#contents section.formArea div.formTbl table th span.redMust {
}

#contents section.formArea div.formTbl table td .gray {
	color: #666;
	font-size: 85%!important;
}

#contents section.formArea div.inrTbl h4 {
	font-weight: 600;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 5px;
}

#contents section.formArea div.inrTbl table {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: none;
	margin: 0;
	width: 100%;
}

#contents section.formArea div.inrTbl table th,
#contents section.formArea div.inrTbl table td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 10px;
}

#contents section.formArea div.inrTbl table th {
	background: none;
	color: #333;
}

#contents section.formArea div.inrTbl table thead th {
	background: none;
	background-color: #FAFAFA;
	color: #333;
	text-align: center;
}

#contents section.formArea div.inrTbl table td {
	text-align: right;
}

#contents div.contactAtt {
	border: 8px solid #ea0000;
	margin-bottom: 50px;
	padding: 40px 30px 30px;
	text-align: center;
}

#contents div.contactAtt h3 {
	color: #ea0000;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
}

#contents div.contactAtt p.name {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 5px;
}

#contents div.contactAtt p.tel {
	color: #ea0000;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 20px;
}

#contents div.contactAtt p.tel a {
	color: #ea0000;
	text-decoration: none;
}

#contents div.contactAtt p.fax {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

#contents div.privacyRule {
	margin-bottom: 50px;
}

#contents div.privacyRule h3 {
	font-size: 108%!important;
	margin-bottom: 20px;
}

#contents div.privacyRule p a {
	color: #666;
	text-decoration: underline;
}

#contents div.privacyRule p a:hover {
	color: #000;
	text-decoration: none;
}

.cmnBtn span.input {
	background: #D8A44A;
	border: 1px solid #ea0000;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem!important;
	margin: 0 auto;
	text-decoration: none!important;
	transition: 0.2s;
}

.cmnBtn span.gray {
	border: 1px solid #666;
}

.cmnBtn span.input:hover {
	background: #666;
	border: 1px solid #666;
	color: #FFF;
}

.cmnBtn span.input input {
	background: #ea0000;
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	line-height: 1.4;
	min-width: 280px;
	padding: 13px 30px;
	transition: 0.2s;
}

.cmnBtn span.gray input {
	background: #666;
}

.cmnBtn span.input input:hover {
	background: #000;
	color: #FFF;
}

#contents section.formArea div.formTbl p.err {
	color: red;
}

#contents section.formArea div.formTbl input.err,
#contents section.formArea div.formTbl select.err,
#contents section.formArea div.formTbl textarea.err {
	background-color: #FFF4EF;
}

#contents section.formArea div.formTbl select {
	vertical-align: middle;
}

#contents .anq li {
	margin-bottom: 5px;
}

/*confirm*/



#contents section.formArea div.confirmBox table td {
	font-weight: bold;
}

#contents section.formArea div.formTbl .formSend input,
#contents section.formArea div.formTbl .formSend a {
	min-width: 200px;
}

#contents section.formArea div.formTbl .formSend input.grayBtn {
	border: 2px solid #999;
	color: #999;
}

#contents section.formArea div.formTbl .bscBtn01 input.grayBtn:hover {
	background-color: #999;
	color: #FFF;
}

#contents section.formArea div.formTbl .planSelect {
}

#contents section.formArea div.formTbl .planSelect li {
	float: left;
	font-size: 12px!important;
	margin-right: 10px;
}

#contents section.formArea div.formTbl h3 {
	font-size: 13px!important;
	font-weight: normal;
	clear: both;
	padding-top: 10px;
}

#contents .cmnBtn.pattern02 a {
	border: 1px solid #666;
}





/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {

body {
    padding-bottom: 0;
}

body#form #header {
	margin-bottom: 0;
}

body#form #contents {
	padding: 0;
}

body#form #main {
	padding: 0;
	padding-top: 10px;
}

body#form #mainInr {
	padding: 0 0 80px;
}

#contents {
	width: auto;
}

#contents section.formArea {
	margin: 0;
}

#contents section.formArea .head01 {
	margin: 0 10px;
}

#contents section.formArea > div.btm20 {
	margin: 0 15px 30px!important;
}

#contents section.formArea div.formTbl table th,
#contents section.formArea div.formTbl table td {
	font-size: 15px;
	display: block;
	padding: 12px 15px;
	width: auto;
}

#contents section.formArea div.formTbl table td {
	font-size: 12px;
	padding: 15px 15px;
}

#contents section.formArea div.formTbl table td p,
#contents section.formArea div.formTbl table td li {
	font-size: 12px;
}

#contents section.formArea div.formTbl table th br {
	display: none;
}

#contents section.formArea ul.anq {
	margin-bottom: 25px;
}

.wSS {
	width: 60px;
}

.wS {
	width: 100px;
}

.wM {
	width: 120px;
}

.wL {
	width: 100%;
}

textarea.txtarea {
	height: 130px;
	width: 100%;
}

#contents div.contactAtt {
	/*
	background-color:#f3fbfe;
	*/
	border: 5px solid #ea0000;
	margin: 0 10px 30px;
	padding: 30px 10px 20px;
}

#contents div.contactAtt h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

#contents div.contactAtt p {
	font-size: 12px;
	font-size: 1.2rem;
}

#contents div.contactAtt p.name {
	font-size: 14px;
	font-size: 1.4rem;
}

#contents div.contactAtt p.tel {
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 20px;
}

#contents div.contactAtt p.tel a {
	color: #ea0000;
	text-decoration: none;
}

#contents div.contactAtt p.fax {
	font-size: 14px;
	font-size: 1.4rem;
}

#contents div.privacyRule {
	margin-bottom: 10px;
}

#contents span.nowrap {
	display: inline-block;
	padding-bottom: 10px;
	white-space: nowrap;
	margin-right: 10px;
}

#contents .spMargin {
	margin: 0 15px;
}

#ftMenu,#my-button {
    display: none;
}

#topcontrol {
    bottom: 20px !important;
    right: 10px !important;
}



#contents section.formArea div.inrTbl table th,
#contents section.formArea div.inrTbl table td {
	display:table-cell;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.4;
	padding: 5px;
}

/*


#contents section.formArea div.inrTbl table {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: none;
	margin: 0;
	width: 100%;
}

#contents section.formArea div.inrTbl table th,
#contents section.formArea div.inrTbl table td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 10px;
}

#contents section.formArea div.inrTbl table th {
	background: none;
	color: #333;
}

#contents section.formArea div.inrTbl table thead th {
	background: none;
	background-color: #FAFAFA;
	color: #333;
	text-align: center;
}

#contents section.formArea div.inrTbl table td {
	text-align: right;
}

*/
}
