@charset "utf-8";
/* ==========================================================================
   Forms
   ========================================================================== */
/* ----------------------------------
   レイアウト
   ---------------------------------- */
@media (min-width:40.0625em) {
	.content .wrapper--reset { padding: 0 20px;}
}
@media print, (min-width:60.0625em) {
	.content  { padding-top: 40px;}
}

/* フォーム独自ヘッダー */
.header {
	padding-top: 15px;
	border-bottom: none;
}
.header .wrapper {
	position: relative;
}
.header__title {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}
@media (min-width:40.0625em) {
	.header {
		height: 50px;
	}
	.header__logo,
	.header__title {
		display: inline-block;
		vertical-align: middle;
	}
	.header__logo {
		position: static;
		width: auto;
		margin-right: 10px;
	}
	.header__title {
		font-size: 2.2rem;
		font-weight: normal;
		text-align: left;
	}
}
@media print, (min-width:60.0625em) {
	.header {
		height: 60px;
	}
}
.footer__logo {
	margin-top: 15px;
}
.copyright {
	margin-top: 20px;
}
@media screen and (max-width:60em) {
	.footer__logo img {
		width: auto;
		height: 38px;
	}
	.copyright {
		margin-top: 10px;
	}
}

/* ステップ */
.form-step {
	margin-top: 10px;
}
.form-step ol,
ol.form-step {
	list-style: none;
	display: table;
	width: 100%;
	max-width: 840px;
	table-layout: fixed;
	margin: 0 auto 20px;
	padding: 0;
}
.form-step li {
	display: table-cell;
	position: relative;
	line-height: 1.4;
	padding: 6px 8px;
	box-shadow: inset 0 0 0 1px #ccc;
	background: #fff;
	border-left: 2px solid #fff;
	color: #aaa;
	letter-spacing: .01em;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.form-step li:first-child {
	border: none;
}
.form-step li:before {
	display: block;
	content: attr(data-step);
	color: #bbb;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}
.form-step li.cr {
	box-shadow: none;
	background: #666;
	color: #fff;
}
.form-step li.cr:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border: 5px solid rgba(0,0,0,0);
	border-top: 6px solid #666;
	border-bottom: 0;
}

@media (min-width:40.0625em) {
	.header .form-step {
		position: absolute;
		right: 20px;
		top: -10px;
		margin: 0;
	}
	.header .form-step ol {
		float: right;
		width: 300px;
	}
	.form-step li.cr:after {
		display: none;
	}
}
@media print, (min-width:60.0625em) {
	.header .form-step ol {
		width: 400px;
	}
	.form-step li {
		padding: 6px 10px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.form-step li:before {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* 2カラム */
@media print, (min-width:48em) {
	.form--contact .col-left {
		float: left;
	}
	.form--contact .col-right {
		float: right;
	}
}

/* ----------------------------------
   入力エリアレイアウト
   ---------------------------------- */
.fieldset {
	margin-bottom: 16px;
}
.form__heading {
	display: block;
	width: 100%;
	padding: 6px 10px;
	background: #999;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.mod-acc__title.form__heading {
	padding: 0;
}
.mod-acc__title.form__heading a {
	padding: 6px 10px;
	text-decoration: none;
}
.mod-acc__title.form__heading i {
	background: #fff;
}
.mod-acc__title.form__heading i:before,
.mod-acc__title.form__heading i:after {
	background: #808080;
}

/*.form-group,
.form-desc {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0;
}*/
.form-group {
	position: relative;
	padding: 10px;
	border-top: 1px solid #ddd;
}
.form-group__label {
	display: block;
	font-weight: bold;
}
.form-desc {
	padding: 8px 10px;
}
/*.form-group__label > .label {
	position: absolute;
	right: 0px;
	top: -2px;
}*/

/* 送信ボタン類 */
.form-buttons {
	margin: 30px 0;
	text-align: center;
}
#nosubmit {
	box-sizing: border-box;
	display: block;
	width: 100%;
	line-height: 1;
	margin: 0 auto;
	padding: 2em 1em;
	border: 1px solid #e33;
	border-radius: 4px;
	color: #e33;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

/* 注意事項ボックス */
.note-box {
	padding: 1em;
	background: #f4f6f7;
	font-size: .9em;
}

@media (min-width:40.0625em) {
	.form-group__label {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
	}
	#nosubmit {
		max-width: 60%;
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media print, (min-width:60.0625em) {
	.horizontal .form-group,
	.form-group.horizontal {
		display: table;
		width: 100%;
		min-height: 1em;
		padding: 0;
	}
	.horizontal .form-group__label,
	.horizontal .form-group__label + .form-group__control {
		display: table-cell;
		position: relative;
		padding: 12px 10px;
		text-align: left;
		vertical-align: middle;
	}
	.horizontal .form-group__label {
		position: relative;
		width: 30%;
		padding-right: 3em;
	}
	/*.horizontal .form-group__label > .label {
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -1em;
	}*/
	.horizontal .form-group__control .field { margin: 4px;}
}

/* helper text */
.form-help {
	margin: 5px 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #6e6f72;
}
span.form-help {
	display: inline-block;
}

/* プライバシーポリシー */
.scroll-box {
	overflow-y: scroll;
	width: 100%;
	height: 10em;
	border-radius: 4px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #bebebf;
	font-size: 12px;
	font-size: 1.2rem;
	/*-webkit-overflow-scrolling: touch;*/
}
@media (min-width:40.0625em) {
	.scroll-box {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
.scroll-box::-webkit-scrollbar {
	width: 5px;
}
.scroll-box::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #aaa;
}

/* フェア情報 */
.svg .icon-time {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45IDIyLjgiPjx0aXRsZT4xNDc5MjE0MjI3X3RpbWVyPC90aXRsZT48cGF0aCBkPSJNMTEuMSAzYTkuODkgOS44OSAwIDAgMSA0LjczIDEuODZsMS4zOS0xLjU1IDEuNiAxLjQzLTEuNCAxLjU2QTEwIDEwIDAgMSAxIDkgMi45NVYySDYuNDhWMGg3LjExdjJIMTEuMXYxem00LjMyIDQuNDFhNy43NCA3Ljc0IDAgMSAwIDIuMjcgNS40NyA3LjcyIDcuNzIgMCAwIDAtMi4yNy01LjV6bS4yMSA1LjQ3SDEwVjcuMTdhNS42OCA1LjY4IDAgMCAxIDUuNjMgNS42OHoiLz48L3N2Zz4=) no-repeat center center;
	vertical-align: middle;
}
.no-svg .icon-time:before {
	font-style: normal;
	content: attr(data-attr);
}



/* ----------------------------------
   入力フィールド
   ---------------------------------- */
/* base reset */
fieldset {
	padding: 0;
	border: 0;
}
button,
input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	resize: vertical;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* プレースホルダーのテキストカラー */
::-webkit-input-placeholder { padding-top: 4px; color: #7a7a7a; color: rgba(0,0,0,.4); font-size: 14px; font-size: 1.4rem;}
::-moz-placeholder { padding-top: 4px; color: #7a7a7a; color: rgba(0,0,0,.4); font-size: 14px; font-size: 1.4rem;}
::-ms-input-placeholder { padding-top: 4px; color: #7a7a7a; color: rgba(0,0,0,.4); font-size: 14px; font-size: 1.4rem;}
:-ms-input-placeholder { padding-top: 4px; color: #7a7a7a; color: rgba(0,0,0,.4); font-size: 14px; font-size: 1.4rem;}

/* 入力項目 */
.field {
	max-width: 100%;
	width: 100%;
	line-height: 1;
	margin: 4px 0;
	padding: 6px 8px;
	background: #fafafa;
	border: 1px solid #ccc;
	color: #4d4d4d;
	font-size: 16px;
	font-size: 1.6rem;
	outline: none;
	vertical-align: middle;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.field:focus {
	outline: none;
	border-color: #808080;
	color: #222;
}

/* 入力項目：バリエーション*/
.field.u-ib { width: auto;}
.field.u-width2em { width: 3em !important;}
.field.u-width3em { width: 4em !important;}
.field.u-width4em { width: 5em !important;}
.field.u-width5em { width: 6em !important;}
.field.u-width6em { width: 7em !important;}
.field.u-width8em { width: 9em !important;}
.field.u-width10em { width: 11em !important;}

textarea.field { width: 100%;}
select.field {
	max-width: 100%;
	line-height: normal;
	height: 2.1em;
	padding: 2px 2px 2px 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-overflow: ellipsis;
	appearance: none;
	outline: 0;
}
select.field option { display: block; white-space: pre;}
select.field optgroup { font-style: normal;}
select.field::-ms-expand {
	display: none;
}
select.field:not([multiple]) {
	padding-right: 24px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAQCAQAAADU4hWoAAAAaElEQVR4AdXMwQmCIQBA4YdCw7iDHgTXdLAmaAA9eDKC/xb4Crr0DfDxW4mACySOKpNO0KYzqRwUBvtVSbMZFPi6kkaqyLvojVfeeOXN55U3Xnlj8lXdriYjrLrjDV4tNssb13jQ+GtP9Tw7OHqjJq0AAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px 8px;
	line-height: normal;
	vertical-align: middle;
}

/* 入力項目：バリデーション用カラー */
.error .field,
.field.error { border-color: #E74C3C; }
.warning .field,
.field.warning { border-color: #F1C000; }
.success .field,
.field.success { border-color: #1BBC9B; }

.field--required,
.required .field { background-color: #fff5f6; border-color: #f9acb1;}
.field--required:focus,
.required .field:focus { background-color: #fff;}
.field--required:focus,
.required .field:focus { border-color: #f3655b;}


/* 入力項目：個別指定 */
.postal-set {
	display: inline-block;
	position: relative;
}
.postal-set__mark {
	position: absolute;
	left: 10px;
	top: 12px;
}
.postal-set input { padding-left: 24px;}


/* ----------------------------------
   labels
   ---------------------------------- */
.label {
	display: inline-block;
	position: relative;
	top: -1px;
	margin: 0 2px;
	padding: 3px 4px;
	border-radius: 2px;
	border: none;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
}
.label--important {
	background: #f3655b;
	color: #fff;
}
.label--optional {
	background: #999;
	color: #fff;
}
.mod-acc__title.form__heading .label--important {
	background: #fff;
	color: #f3655b;
}
.mod-acc__title.form__heading .label--optional {
	background: #fff;
	color: #707070;
}

/* ----------------------------------
   jQuery UI Datepicker
   ---------------------------------- */
/* 日曜日のカラー設定 */
.ui-datepicker-calendar tr td.ui-datepicker-week-end a { color: #5876c4;}
/* 土曜日のカラー設定 */
.ui-datepicker-calendar tr td.ui-datepicker-week-end:first-child a { color: #e56375;}

/* 取消ボタン */
.clearBtn {
	display: inline-block;
	line-height: 1;
	padding: 6px 8px;
	border-radius: 2px;
	border: 1px solid ;
	background: #fff;
	color: #808080;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	outline: 0 !important;
	-webkit-appearance: none;
	transition: all .2s;
	cursor: pointer;
}
