@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark A
*/

/*-------------------------------------------------
	Reset
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}
ins {
    background-color:#fff;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
	font-size:inherit;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
   vertical-align:top;
   font-size:0;
   line-height:0;
}

/*-------------------------------------------------
	Clearfix
-------------------------------------------------*/
.clearfix:after {
	content    : ".";
	display    : block;
	height     : 0;
	clear      : both;
	visibility : hidden;
	line-height: 0;
	}
.clearfix { display : inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height : 1%; }
.clearfix { display : block; }
/* End hide from IE-mac */

/*-------------------------------------------------
	Base
-------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Gothic Medium BBB", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}

/* loading */
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.bg-bk {
	background: #000;
}
.bg-wt {
	background: #fff;
}
.loading-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	margin: 0;
	padding: 0;
	width: auto;
	line-height: 0;
	text-align: center;
	z-index: 9999;
}
.loading-icon {
	display: block;
	animation: rotation 1s infinite linear;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin: auto;
}
.bg-bk .loading-icon {
	border: 2px solid rgba(255, 255, 255, .2);
	border-top-color: rgba(255, 255, 255, .6);
}
.bg-wt .loading-icon {
	border: 2px solid rgba(0, 0, 0, .2);
	border-top-color: rgba(0, 0, 0, .6);
}
@keyframes rotation {
	to {
		transform: rotate(360deg);
	}
}

.pc-dn, .pc-dn-ib {
	display: none;
}
.sp-dn {
	display: block;
}
.sp-dn-ib {
	display: inline-block;
}

input, textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

@media screen and (max-width: 719px) {
	.pc-dn {
		display: block;
	}
	.pc-dn-ib {
		display: inline-block;
	}
	.sp-dn, .sp-dn-ib {
		display: none;
	}
}
@media screen and (max-width: 320px) {
  html {
    font-size: 50.5%;
  }
}

/*-------------------------------------------------
	Form
-------------------------------------------------*/
#formWrap {
	position: relative;
	width: 720px;
	margin: 0 auto;
	padding: 30px;
	color: #646464;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: .09em;
}
#formWrap h1 {
	height: 42px;
}
#formWrap h1 img {
	width: 80px;
	height: auto;
}
#formWrap h2 {
	position: absolute;
	top: 35px;
	right: 30px;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: right;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td,table.formTable th {
	padding: 10px 0;
	border-top: 1px solid #898989;
	box-sizing: content-box;
	vertical-align: middle;
}
table.formTable td.hurigana {
	padding-top: 0;
	border: none;
}
table.formTable td.text-area {
	padding: 0;
	border: none;
}
table.formTable th {
	width: 160px;
	font-weight: normal;
	text-align: left;
}
table.formTable th.sub {
	width: 100px;
}
table.formTable input, table.formTable td textarea {
	padding: 4px;
	height: 26px;
	font-size: 1.3rem;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.formTable td textarea {
	margin-bottom: 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #ccc;
	border-radius: 0;
}
table.formTable td textarea.memo {
	margin-bottom: 0;
}
table.formTable input.w40, table.formTable input.w50 {
	text-align: center;
}
table.formTable input.w40 {
	width: 40px;
}
table.formTable input.w50 {
	width: 50px;
}
table.formTable input.w200 {
	width: 200px;
}
table.formTable input.w100 {
	width: 100%;
}
table.formTable td span.unit {
	margin-left: .5em;
	vertical-align: middle;
}
table.formTable td p {
	margin: 10px 0;
}
span.ind {
	margin-left: .2em;
	color: red;
}
.submit-btn {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	border-top: 1px solid #898989;
}
.submit-btn input {
	padding: 0 14px;
	font-family: "中ゴシックBBB", "Gothic Medium BBB", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	font-size: 1.3rem;
	line-height: 26px;
	color: #646464;
	border: 1px solid #898989;
	background: rgba(137,137,137,0);
	transition: all 360ms;
	-webkit-transition: all 360ms;
	-ms-transition: all 360ms;
	-moz-transition: all 360ms;
	cursor: pointer;
}
.submit-btn input:hover {
	color: #fff;
	background: rgba(137,137,137,1);
}
span.ind-txt {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	font-size: 1.3rem;
}

/* 確認画面／エラー画面 */
#formWrap h3, #formWrap h4 {
	padding: 1em 0;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #898989;
}
body.complete #formWrap h3 {
	padding: 2em 0;
}
#formWrap h4 {
	margin-bottom: 10px;
    border-bottom: 1px solid #898989;
}
body.confirm table.formTable th {
	width: 30%;
}
p.error_messe {
	margin-bottom: 1em;
}

table.formTable input[type="radio"],
table.formTable input[type="checkbox"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    vertical-align: middle;
    cursor: pointer;
	margin-top: -3px;
}
table.formTable input[type="radio"]:checked:after,
table.formTable input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    content: "";
    width: 8px;
    height: 8px;
    background: #3c3c3c;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media screen and (max-width: 719px) {
	#formWrap {
		margin: 0 auto;
		width: 100%;
		font-size: 1.2rem;
	}
	table.formTable th, table.formTable td {
		width: auto;
		display: block;
	}
	table.formTable th:before {
		content: '■';
		display: inline-block;
		margin-right: .125em;
	}
	table.formTable th.sub {
		margin-bottom: -5px;
		padding-top: 5px;
		padding-bottom: 0;
		width: 100%;
	}
	table.formTable th.sub:before {
		display: none;
	}
	table.formTable td.sp {
		border: none;
	}
	table.formTable td.sp-radio span {
		display: inline-block;
	}
	.submit-btn {
		padding-top: 45px;
	}
	/* confirm + complete */
	body.confirm .submit-btn, body.complete .submit-btn {
		padding-top: 30px;
	}
	body.confirm table.formTable th {
		width: 100%;
	}
	body.confirm table.formTable td {
		min-height: 19px;
	}
}
