﻿@charset "utf-8";
/* ============================================================
	Last Up Date	2018.11.26
============================================================ */
body {
	background-color: #1f2555;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
.sp {
	display: inherit;
}
.pc {
	display: none;
}
/* #wrapper
------------------------------------------------------------ */
#wrapper {
	position: relative;
	width: 100%;
	background-color: #f9f9f9;
}
.inner {
	margin: 0 auto;
	padding-bottom: 3em;
	max-width: 890px;
}
/* #header
------------------------------------------------------------ */
#header {
	margin: 0 auto 1em;
	padding: 0;
	width: 100%;
	border-top: 3px solid #1f2555;
}
#header #logo {
	padding: 0.8em 0;
	background-color: #ffffff;
	text-align: center;
}
#header #logo img {
	width: 90px;
}
#header #title {
	padding: 0.8em 3%;
	background-color: #1f2555;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
/* #footer
------------------------------------------------------------ */
#footer {
	position: absolute;
	left: 0;
	bottom: -1px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 3em;
	background-color: #1f2555;
}
/* #step
------------------------------------------------------------ */
#step {
	margin-bottom: 1em;
}
#step ul {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
#step li {
	float: left;
	position: relative;
	padding: 0.7em 0 0.7em 2%;
	width: 36%;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#step li:first-child {
	padding-left: 0;
	width: 32%;
}
#step li:last-child {
	width: 28%;
}
#step li.active {
	background-color: #000000;
	color: #ffffff;
}
#step li:last-child:before, #step li:last-child:after {
	display: none;
}
#step li:before, #step li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
#step li:before {
	top: 50%;
	right: -6px;
	margin-top: -25px;
	border-style: solid;
	border-color: transparent transparent transparent #000000;
	border-width: 25px 0 25px 12px;
	z-index: 10;
}
#step li:after {
	top: 50%;
	right: -5px;
	margin-top: -25px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 25px 0 25px 12px;
	z-index: 10;
}
#step li.active:after {
	border-color: transparent transparent transparent #000000;
}
#confirm #step li.active:before, #finish #step li.active:before {
	right: -7px;
	border-color: transparent transparent transparent #ffffff;
}
/* #content
------------------------------------------------------------ */
#content {
	margin: 0 3% 1em 3%;
	padding: 1em 3%;
	width: 88%;
	background-color: #ffffff;
}
#content .ttl {
	margin-bottom: 1.5em;
	padding: 0 0 0.6em 0;
	border-bottom: 2px solid #1f2555;
	font-weight: bold;
	line-height: 1.3em;
}
#content .txt {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
#content dl {
	margin-bottom: 1.5em;
}
#content dt {
	position: relative;
	margin-bottom: 0.8em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #1f2555;
	font-weight: bold;
	line-height: 1.5em;
}
#confirm #content dt {
	margin-bottom: 0.5em;
}
#content dt span {
	position: absolute;
	right: 0;
	padding: 5px 3%;
	background-color: #9a3334;
	color: #ffffff;
	font-size: 12px;
	line-height: 1em;
}
#content .last dt span,
#content .any dt span {
	background-color: #cbcbcb;
}
#content dd {
	line-height: 1.5em;
}
#content .privacy .interest {
	margin-bottom: 1.5em;
}
#content dd ul {
	display: table;
	width: 100%;
}
#content dd li {
	padding-bottom: 0.5em;
	vertical-align: middle;
}
/* 個人情報の取り扱いについて */
#content .privacy {
	margin-top: 3em;
}
#content .privacy .sttl {
	position: relative;
	margin-bottom: 0.5em;
	padding: 0.3em 3em 0.3em 0.6em;
	border-left: 2px solid #1f2555;
	font-weight: bold;
	line-height: 1.3em;
}
#content .privacy .sttl span {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	padding: 3px 2%;
	background-color: #cbcbcb;
	color: #ffffff;
	font-size: 12px;
	line-height: 1em;
	vertical-align: middle;
}
#content .privacy .txt {
	font-size: 12px;
}
#content .privacy .txtbox {
	margin-bottom: 2em;
	padding: 1em 5% 0 5%;
	height: 9em;
	border: 1px solid #cbcbcb;
	overflow: auto;
}
#content .privacy .txtbox .bttl {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.3em;
}
#content .privacy .txtbox p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content .privacy .agree {
	margin: 0 auto;
	text-align: center;
}
/* フォームパーツ
------------------------------------------------------------ */
.radio {
	display: none;
}
.radio + span {
	display: block;
	position: relative;
	padding: 5px 5px 5px 33px;
	line-height: 1.5em;
}
.radio + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 100%;
}
.radio:checked + span {
	background-color: #f3e8e6;
}
.radio:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	background-color: #9a3334;
	border-radius: 100%;
}
.check {
	display: none;
}
.check + span {
	display: block;
	position: relative;
	padding: 5px 5px 5px 35px;
	line-height: 1.5em;
	vertical-align: middle;
}
#content .other .check + span {
	display: inline-block;
}
#content .privacy .check + span {
	display: inline-block;
	padding: 0 0 0 30px;
}
#content .privacy li .check + span {
	padding: 5px 5px 5px 35px;
}
.check:checked + span {
	background-color: #f3e8e6;
}
#content .privacy .check:checked + span {
	background-color: transparent;
}
.check + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	vertical-align: middle;
}
#content .privacy .check + span::before {
	top: 0;
	left: 0;
}
#content .privacy li .check + span::before {
	top: 5px;
	left: 5px;
}
.check:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 11px;
	width: 5px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 2px solid #9a3334;
	border-right: 2px solid #9a3334;
}
#content .privacy .agree .check:checked + span::after {
	top: 2px;
	left: 6px;
}
input[type="text"],
select {
	padding: 8px 0.6em;
	width: 80%;
	max-width: 100%;
	background-color: #f3e8e6;
	border: 1px solid #cb96a0;
	border-radius: 0;
	box-sizing: border-box;
	color: #9d0102;
	font-size: 16px;
	font-weight: bold;
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.any input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	color: #333333;
}
.other input[type="text"] {
	margin: 5px 0 0 5px;
	width: 98%;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	color: #333333;
}
input::-webkit-input-placeholder {
 color: #d7afb0;
}
input:-moz-placeholder {
 color: #d7afb0;
}
input::-moz-placeholder {
 color: #d7afb0;
}
input:-ms-input-placeholder {
 color: #d7afb0;
}
.any input::-ms-input-placeholder {
 color: #cccccc;
}
.any input::-webkit-input-placeholder {
 color: #cccccc;
}
.any input:-moz-placeholder {
 color: #cccccc;
}
.any input::-moz-placeholder {
 color: #cccccc;
}
.any input:-ms-input-placeholder {
 color: #cccccc;
}
.any input::-ms-input-placeholder {
 color: #cccccc;
}
input:focus::-webkit-input-placeholder {
 color: transparent;
}
input:focus:-moz-placeholder {
 color: transparent;
}
input:focus::-moz-placeholder {
 color: transparent;
}
input:focus:-ms-input-placeholder {
 color: transparent;
}
input:focus::-ms-input-placeholder {
 color: transparent;
}
input[type="text"].post1 {
	width: 18%;
}
input[type="text"].post2 {
	margin-right: 5px;
	width: 22%;
}
input.postbtn {
	padding: 7px 34px 7px 10px;
	background-color: #000000;
	background-image: url(arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px 12px;
	border: 1px solid #000000;
	border-radius: 0;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
}
input[type="text"].address {
	width: 100%;
}
input[type="text"]#datepicker {
	width: 55%;
}
select {
	padding-right: 30px;
	padding-right: 0.6em\9;
	background-image: url(arrow_down_red.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px 12px;
	background: none transparent\9;
	cursor: pointer;
	text-indent: .01px; /* firefox */
	text-overflow: ""; /* firefox */
}
.any select {
	background-color: #ffffff;
	background-image: url(arrow_down_black.png);
	border: 1px solid #cbcbcb;
	color: #333333;
}
select::-ms-expand {
 display: none;
}
textarea {
	padding: 0.6em;
	width: 100%;
	max-width: 100%;
	height: 10em;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
	word-break: break-all;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea::-webkit-input-placeholder {
 color: #999999;
}
textarea:-moz-placeholder {
 color: #999999;
}
textarea::-moz-placeholder {
 color: #999999;
}
textarea:-ms-input-placeholder {
 color: #999999;
}
textarea::-ms-input-placeholder {
 color: #999999;
}
textarea:focus::-webkit-input-placeholder {
 color: transparent;
}
textarea:focus:-moz-placeholder {
 color: transparent;
}
textarea:focus::-moz-placeholder {
 color: transparent;
}
textarea:focus:-ms-input-placeholder {
 color: transparent;
}
textarea:focus::-ms-input-placeholder {
 color: transparent;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="text"],
select,
textarea {
	font-size: 14px;
}
}
/* .btnarea
------------------------------------------------------------ */
.btnarea {
	margin-top: 2em;
	text-align: center;
}
.btnarea .prev, .btnarea .next {
	position: relative;
	margin-bottom: 1em;
	transition: opacity .2s ease;
}
.btnarea .prev:hover, .btnarea .next:hover {
	opacity: .7;
}
.btnarea input {
	display: block;
	margin: 0;
	padding: 1em 4%;
	width: 100%;
	border: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	cursor: pointer;
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btnarea .prev input {
	background-color: #bbbbbb;
}
.btnarea .next input {
	background-color: #9a3334;
}
.btnarea img {
	position: absolute;
	top: 50%;
	left: 8%;
	margin-top: -9px;
	width: 12px;
}
/* カレンダー
------------------------------------------------------------ */
.ui-datepicker-trigger {
	margin-left: 10px;
	padding: 0;
	width: 30px;
	height: 33px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ui-datepicker {
	min-width: 270px;
	width: 80%;
}
.ui-widget.ui-widget-content {
	padding: 5px;
	border: 1px solid #cbcbcb;
	border-radius: 0;
}
.ui-widget-header {
	background-color: #ebebeb;
	border: 1px solid #cbcbcb;
}
.ui-datepicker .ui-datepicker-next {
	right: 3px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 3px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 3px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
	opacity: .7 !important;
}
.ui-datepicker table {
	margin: 5px 0 0 0;
	width: 100%;
	font-size: 100%;
}
.ui-datepicker-calendar tr th {
	padding: 7px 0;
}
.ui-datepicker-calendar tr th:first-child {
	color: #ed6862;
}
.ui-datepicker-calendar tr th:last-child {
	color: #4297ff;
}
.ui-datepicker-calendar tr td {
	padding: 0 1px 1px 0;
}
.ui-datepicker-calendar tr td span {
	padding: 10px 0;
}
.ui-datepicker-calendar tr td a {
	padding: 10px 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
}
.ui-datepicker-calendar tr td a.ui-state-default {
	background-color: #f3f3f3;
	color: #333333;
}
.ui-datepicker-calendar tr td:first-child a.ui-state-default {
	background-color: #ffdbd9;
	color: #ed6862;
}
.ui-datepicker-calendar tr td:last-child a.ui-state-default {
	background-color: #e5f4fe;
	color: #4297ff;
}
.ui-datepicker-calendar tr td a.ui-state-highlight {
	background-color: #fffa90;
	color: #666100;
}
.ui-state-hover {
	opacity: .5;
}
/* エラー
------------------------------------------------------------ */
.box {
	display: none;
}
.box_err {
	margin-top: -1em;
	margin-bottom: 1.5em;
	color: #cc0000;
	line-height: 1.5em;
	text-align: left;
}
#err {
	clear: left;
	padding-top: 5px;
	color: #cc0000;
	text-align: left;
}
.first #err {
	padding-top: 0;
}
.privacy #err,
.agree #err {
	text-align: center;
}
/* 確認画面
------------------------------------------------------------ */
pre {
	white-space: pre-wrap;
	word-break: break-all;
}
/* 汎用
------------------------------------------------------------ */
.bold {
	font-weight: bold;
}
.sml {
	font-size: 12px;
}

@media screen and (min-width: 480px) {
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-width: 890px;
	height: 100%;
	font-size: 16px;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}
/* #wrapper
------------------------------------------------------------ */
#wrapper {
	margin: 0 auto;
	min-height: 100%;
}
.inner {
	padding-bottom: 58px;
}
/* #header
------------------------------------------------------------ */
#header {
	margin-bottom: 20px;
	border-top: 5px solid #1f2555;
}
#header #logo {
	padding: 20px 0;
}
#header #logo img {
	width: 120px;
}
#header #title {
	padding: 20px 0;
	padding: 23px 0 17px 0\9;
	font-size: 18px;
}
/* #footer
------------------------------------------------------------ */
#footer {
	bottom: 0px;
	height: 58px;
}
/* #step
------------------------------------------------------------ */
#step {
	margin-bottom: 20px;
}
#step ul {
	border: 1px solid #000000;
}
#step li {
	padding: 1em 0 1em 20px;
	padding: 1.1em 0 0.8em 20px\9;
	width: 276px;
	font-size: 16px;
}
#step li:first-child {
	padding-left: 10px;
	width: 286px;
}
#step li:last-child {
	padding-left: 10px;
	width: 286px;
}
#step li:before {
	top: 50%;
	right: -20px;
	margin-top: -50px;
	border-width: 50px 0 50px 40px;
}
#step li:after {
	top: 50%;
	right: -19px;
	margin-top: -50px;
	border-width: 50px 0 50px 40px;
}
#confirm #step li.active:before, #finish #step li.active:before {
	right: -21px;
}
/* #content
------------------------------------------------------------ */
#content {
	margin: 0 auto 58px;
	padding: 50px 30px;
	width: 830px;
}
#finish #content {
	padding: 80px 30px 50px 30px;
}
#content .txt {
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}
#confirm #content .txt {
	margin-bottom: 50px;
}
#content dl {
	display: table;
	margin-bottom: 15px;
	width: 100%;
}
#content dl.otherbox {
	margin-bottom: 50px;
}
#content dt {
	display: table-cell;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	width: 300px;
	border-bottom: 0;
}
#content .privacy dt {
	padding: 10px;
	width: 150px;
	background-color: #1f2555;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
#content dt span {
	padding: 5px 16px;
	padding: 6px 16px 4px 16px\9;
	font-size: 14px;
}
#content dd {
	display: table-cell;
	padding: 0 0 0 30px;
	vertical-align: middle;
}
#content .privacy dd {
	padding: 10px 0 5px 20px;
	background-color: #f9fbff;
}
#content .privacy .otherbox dd {
	padding: 10px 0 0 20px;
}
#confirm #content dd {
	padding-top: 5px;
}
#content .privacy .interest {
	margin-bottom: 50px;
}
#content .privacy li {
	display: inline-block;
	width: 36%;
}
#content .privacy li:nth-child(3n-1),
#content .privacy li:nth-child(3n) {
	width: 31%;
}
#content .privacy li.other {
	width: 100%;
}
/* 個人情報の取り扱いについて */
#content .privacy {
	margin-top: 50px;
}
#content .privacy .sttl {
	font-size: 18px;
}
#content .privacy .sttl span {
	position: relative;
	top: auto;
	right: auto;
	padding: 3px 16px;
	font-size: 14px;
}
#content .privacy .txt {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
}
#content .privacy .txtbox {
	margin-bottom: 40px;
	padding: 30px 20px 0 20px;
	height: 215px;
}
#content .privacy .txtbox .bttl {
	margin-bottom: 1.5em;
}
#content .privacy .txtbox p {
	margin-bottom: 1.5em;
}
/* フォームパーツ
------------------------------------------------------------ */
.radio + span {
	padding: 7px 5px 3px 33px\9;
	line-height: 1.5em;
}
.radio + span::before {
	top: 7px;
}
.radio:checked + span::after {
	top: 12px;
}
.check + span {
	padding-left: 40px;
	line-height: 1.5em;
	line-height: 1.7em\9;
}
#content .privacy .check + span {
	padding: 0 0 0 35px;
}
#content .privacy li .check + span {
	padding-left: 40px;
}
.check + span::before {
	width: 20px;
	height: 20px;
}
.check:checked + span::after {
	top: 7px;
	left: 12px;
	width: 7px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #9a3334;
	border-right: 3px solid #9a3334;
}
#content .privacy .check:checked + span::after {
	left: 7px;
}
#content .privacy li .check:checked + span::after {
	top: 7px;
	left: 12px;
}
input[type="text"], select {
	min-width: 50px;
	width: 250px;
	font-size: 14px;
}
input[type="text"].post1 {
	width: 60px;
}
input[type="text"].post2 {
	width: 80px;
}
input[type="text"].address {
	width: 360px;
}
input[type="text"]#datepicker {
	width: 175px;
}
input.postbtn {
	padding: 6px 24px 5px 10px;
	padding: 7px 24px 9px 10px\9;
	width: 125px;
}
textarea {
	height: 200px;
	font-size: 14px;
}
/* .btnarea
------------------------------------------------------------ */
.btnarea {
	margin: 40px auto 0;
	overflow: hidden;
}
.btnarea .next {
	margin: 0 auto;
	width: 830px;
	text-align: center;
}
#confirm .btnarea .next {
	float: right;
	margin-left: 30px;
	width: 400px;
}
.btnarea .prev {
	float: right;
	margin: 0;
	width: 400px;
	text-align: center;
}
.btnarea input {
	margin: 0 auto;
	padding: 25px 10px;
	padding: 22px 10px 28px 10px\9;
	font-size: 24px;
}
/* カレンダー
------------------------------------------------------------ */
.ui-datepicker {
	width: 544px !important;
	font-size: 14px;
}
.ui-datepicker-multi .ui-datepicker-group table {
	margin: 5px;
	width: 262px;
}
.ui-datepicker-calendar tr td span {
	padding: 7px 0;
}
.ui-datepicker-calendar tr td a {
	padding: 7px 0;
}
/* エラー
------------------------------------------------------------ */
.box_err {
	margin-top: -20px;
	margin-bottom: 30px;
	text-align: center;
}
/* 汎用
------------------------------------------------------------ */
.sml {
	font-size: 14px;
}
}

/* IE11
------------------------------------------------------------ */
@media all and (-ms-high-contrast: none) {
#header #title {
	padding: 23px 0 17px 0;
}
#step li {
	padding: 1.1em 0 0.8em 20px;
}
#content dt span {
	padding: 6px 20px 4px 20px;
}
/* フォームパーツ
------------------------------------------------------------ */
.radio + span {
	padding: 7px 5px 3px 33px;
}
.check + span {
	line-height: 1.7em;
}
input.postbtn {
	padding: 7px 34px 9px 10px;
}
/* .btnarea
------------------------------------------------------------ */
.btnarea input {
	padding: 22px 10px 28px 10px;
}
}
