@charset "utf-8";

.wrapper,
.core{ max-width: 1020px; margin: 0 auto; padding: 0 10px;}
[class*="row-"]{ margin-bottom: 60px;}
span.red{ color: #fff; background: #cc0000; font-size: 10px; line-height: 1em; display: inline-block; padding: 3px 5px; vertical-align:text-top;}

header{ background: url(../img/bg_header.jpg); padding: 20px 0;}
header .logo,
header h1{ display: inline-block; vertical-align: middle;}
header .logo{ margin-right: 1em;}
header h1{ color: #fff; font-weight: normal; font-size: 26px; font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}

.main{ padding: 40px 0;}
.txt{ margin: 0 0 40px;}
h2{ border-bottom: 1px solid #000; margin-bottom: 40px;}

.row-intro{ background: #efefef; padding: 20px;}

table{ border-collapse: collapse; width: 100%; border: 1px solid #d2d2d2; border-bottom: none;}
th, td{ padding: 25px 15px; border-bottom: 1px solid #d2d2d2; font-size: 16px;}
th{ background: #515457; color: #fff; width: 240px; font-weight: normal; text-align: left; vertical-align: middle;}
th.bggy{background: #787e82;}
th.required{ position: relative;}
th.required:after{ content: '必須'; color: #fff; background: #cc0000; font-size: 10px; line-height: 1em; padding: 2px 5px; position: absolute; top: 9px; left: 15px;}
td{ padding-bottom: calc(25px - 0.5em);}
td .cap{ font-size: 12px;}
td a{ text-decoration: underline;}
td a:hover{ text-decoration: none;}
input,
textarea,
select{ border: 1px solid #ccc; padding: 5px 10px; height: 1.4em; height: 3em; font-size: 14px; background-color: transparent;}
select{ max-width: 250px; width: 100%; margin-right: 0.5em;}
input[type="text"],
input[type="tel"],
input[type="email"]{ border-radius: 5px; height: 3em; padding: 10px; max-width: 250px; width: 100%; font-size: 14px; margin-right: 0.5em;}
/*input[type="radio"]{ border-radius: 20px; padding: 10px;}*/
input[type="radio"],
input[type="checkbox"]{ display: none;}
.rdLabel{ border: 1px solid #ccc; padding: 10px 20px; border-radius: 5px; display: inline-block; line-height: 1em;}
input[type="radio"]:checked + .rdLabel,
input[type="checkbox"]:checked + .rdLabel{ background: #0a3258; border: 1px solid #0a3258; color: #fff;}
input[type="text"].shortwd{ width: 5em;}
td input,
td label,
td select{ margin-bottom: 0.5em;}

.formLabel{ font-size: 14px;}
.col1Wrap li{ display: flex; justify-content: space-between; align-items: baseline;}
.col1Wrap li .formLabel{ flex-basis: 100px;}
.col1Wrap li.w2em .formLabel{ flex-basis: 2em;}
.col1Wrap li>div{ flex-basis: calc(100% - 110px);}
.col1Wrap li.w2em>div{ flex-basis: calc(100% - 2em - 10px);}
.col1Wrap li:nth-child(n+2){ margin-top: 1em;}
.col1Wrap input[type="text"]{ max-width: 300px; width: 100%;}
.addressWrap{}
/*.addressWrap .zipcode input[type="text"]{ max-width: 5em;}*/
.triggerWrap{}
.triggerWrap li:nth-child(n+2){ margin-top: 10px;}
.triggerWrap li .formLabel{ line-height: 1em; margin-bottom: 0.5em;}
.rdWrap{ display: block;}
.livedWrap{ display: inline-block;}

.col2Wrap{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.col2Wrap li{ flex-basis: calc((100% - 20px)/2);}
.col2Wrap li:nth-child(n+3){ margin-top: 1em;}

.row-05{ border-top: 1px solid #ccc; padding-top: 60px; text-align: center;}
.row-btn{ text-align: center;}
.btnWrap { text-align: center; margin-top: 1em;}
.submitBtn,
.backBtn{padding: 10px 20px; width: 80%; max-width: 550px; font-size: 20px;}
.submitBtn{ background: #0a3258; color: #fff;}
.backBtn{ background: #ccc; margin-top: 15px;}

.capWrap{}
.capWrap li{ position: relative; padding-left: 1em; font-size: 12px;}
.capWrap li:before{ content: '※'; position: absolute; top: 0; left: 0;}
.capWrap li:first-child{ margin-bottom: 2em;}
.capWrap li a{ text-decoration: underline; color: #0033cc;}

.submitPage { text-align: center;}

@media only screen and (min-width: 768px){
	.spv{ display: none;}
}
@media only screen and (max-width: 767px){
	.pcv{ display: none;}
	header h1{ font-size: 4.7vw;}
	table{ border-collapse: separate; border-spacing: 0 20px; border: none; margin-top: -20px;}
	th, td{ display: block; width: 100%; padding: 15px 10px;}
	td{ padding-bottom: calc(15px - 0.5em);}
	th{ transform: translateY(1px); line-height: 1em;}
	td{ border: 1px solid #d2d2d2;}
/*	td .cap{ display: block; margin-top: 0.5em;}*/
	th.required{ position: static;}
	th.required:after{ padding: 3px 5px; display: inline-block; position: static; margin-left: 0.5em; vertical-align: text-top;}
	.col2Wrap{ display: block;}
	.col2Wrap li:nth-child(n+2){ margin-top: 1em;}
	
	.addressWrap li{ display: block;}
}