@charset "UTF-8";

/*
 * 全体設定
 */
/*
 * 青ベース：008CD6
 * 緑ベース：00A040
 */
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Arial, sans-serif;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	/*background-color: #E5F6FF; 薄い青色*/
}

p, li, td, th, div, main, article, section {
	font-size: 1.4rem;
}

input {
	border: 1px solid #3f3f3f;
	background-color: #ffffff;
	color: #333;
}

input:focus {
	outline: 1px solid #7f7f7f;
}

select {
	border: 1px solid #3f3f3f;
	background-color: #ffffff;
	color: #333;
}

select:focus {
	outline: 1px solid #7f7f7f;
}

main {
	display: block;
	margin-bottom: 2.0em;
}

main.inner {
	max-width: 768px;
	width: 95vw;
	position: relative;
	margin: 0 auto;
}

h1 {
	font-size: 2.5rem;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.0rem;
	margin: 5px;
}

h3 {
	font-size: 2.0rem;
	margin: 7px;
}

h4 {
	font-size: 2.0rem;
	margin: 9px;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

/*
 * ヘッダー・フッター
 */
#header {
	display: block;
	width: 100%;
	height: 65px;
	background-size: 1px 16px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #00ab4e; /*c02;*/
}

#header:after {
	position: absolute;
	bottom: -1px;
	right: 0;
	content: " ";
	display: block;
	width: 33%;
	/* 非サポートブラウザ用のフォールバック */
	width: -moz-calc(( 100% - 960px)/2);
	width: -webkit-calc(( 100% - 960px)/2);
	width: calc(( 100% - 960px)/2);
	height: 16px;
	z-index: 1;
	/* ヘッダー下部のライン
	background: url(../../images/common/header_arc_bg_right.png) repeat-x
		center bottom;
	*/
	background-size: 1px 16px;
}

#header #headerArea {
	width: 100%;
	height: inherit;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#header #headerArea:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	content: " ";
	display: block;
	width: 100%;
	height: 16px;
	/* ヘッダー下部のライン
	background: url(../../images/common/header_arc_bg_center.png) no-repeat
		center bottom;
	*/
	background-size: 100% 16px;
}

#header #headerArea>.inner {
	position: relative;
	z-index: 1;
	padding: 15px 0;
}

#header #headerArea>.inner {
	font-size: 0;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#header #headerArea>.inner .logo {
	line-height: 1;
	vertical-align: middle;
	text-align: left;
	display: inline-block;
	width: 50%;
}

#header #headerArea>.inner .logo img {
	vertical-align: bottom;
	width: 220px;
	height: auto;
}

#header #headerArea>.inner .caution img {
	vertical-align: bottom;
	width: 152px;
	height: auto;
}

#header #headerArea>.inner .caution {
	vertical-align: middle;
	font-size: 1.0rem;
	text-align: right;
	display: inline-block;
	width: 45%;
}

#footer {
	width: 100%;
	margin-top: auto;
}

#footer #footerMenu {
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	background-color: #fff;
	padding: 0.5em 0;
}

#footer #footerMenu>.inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#footer #footerMenu>.inner ul {
	font-size: 1.4rem;
	text-align: center;
}

#footer #footerMenu>.inner ul li {
	display: inline-block;
	margin-right: 20px;
}

#footer #footerMenu>.inner ul li a {
	color: #000;
	font-size: 1.2rem;
}

#footer #copyArea {
	padding: 12px 0;
}

#footer #copyArea>.inner {
	font-size: 0;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#footer #copyArea>.inner .logo {
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	width: 100%;
}

#footer #copyArea>.inner .logo img {
	vertical-align: bottom;
	max-width: 100%;
	width: 220px;
	height: auto;
}

#footer #copyArea>.inner .copyright {
	vertical-align: middle;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
	/* ヘッダー（注意書きあり） */
	#header #headerArea:after {
		background-size: 100% 8px;
	}
	#header #headerArea>.inner {
		padding: 8px 10px;
	}
	#header #headerArea>.inner .logo img {
		width: 180px;
	}
	#header #headerArea>.inner .caution img {
		width: 110px;
	}

	/* ヘッダー */
	#header {
		height: 50px;
	}
	#header>.inner:after {
		background-size: 100% 8px;
	}
	#header>.inner .logo {
		padding: 5px 10px;
	}

	/* フッター */
	#footer #footerMenu {
		padding: 0.5em 10px;
	}
	#footer #copyArea {
		padding: 10px;
	}
	/*
	#footer #copyArea>.inner .logo {
		display: none;
	}
	*/
	#footer #copyArea>.inner .copyright {
		font-size: 1.2rem;
		text-align: center;
		width: 100%;
	}
}

/*
 * ステップナビゲーション
 */
.step-navigation {
	padding-top: 35px;
	padding-bottom: 40px;
	border-bottom: 2px solid #00ab4e;
}

.step-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.step-navigation li {
	position: relative;
	-ms-flex-preferred-size: calc(300/ 1200 * 100%);
	flex-basis: calc(300/ 1200 * 100%);
	color: #96deb7;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.step-navigation li::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 50%;
	left: -50%;
	z-index: -1;
	border-top: 6px solid #96deb7;
}

.step-navigation li:first-child::before {
	left: 0;
}

.step-navigation li:first-child>span::before {
	left: 20%;
}

.step-navigation li:last-child::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	left: 50%;
	z-index: -1;
	border-top: 6px solid #e6e6e6;
}

.step-navigation li>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 40px;
	background-color: #96deb7;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}

.step-navigation li>span::before {
	content: "";
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 44px;
	/*
	height: 30px;
	background: url(../../resources/img/common/ic_car.svg?Ver=20191121001)
		no-repeat;
	background-size: 100% auto;
	*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.step-navigation li.current-step {
	color: #00ab4e;
}

.step-navigation li.current-step::before {
	border-top-color: #00ab4e;
}

.step-navigation li.current-step>span {
	background-color: #00ab4e;
}

.step-navigation li.current-step>span::before {
	visibility: visible;
	opacity: 1;
}

.step-navigation li.current-step ~ li {
	color: #e6e6e6;
}

.step-navigation li.current-step ~ li::before {
	border-top-color: #e6e6e6;
}

.step-navigation li.current-step ~ li>span {
	background-color: #e6e6e6;
}

.step-navigation li.is-confirm::after {
	border-top-color: #00ab4e;
}

.step-navigation li.is-confirm>span::before {
	visibility: visible;
	opacity: 1;
	right: -10px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

@media screen and (max-width: 768px) {
	.step-navigation {
		position: relative;
		z-index: 3;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding-top: calc(35/ 750 * 100vw);
		padding-bottom: calc(60/ 750 * 100vw);
		background-color: #f5f5f5;
	}
	.step-navigation li {
		-ms-flex-preferred-size: calc(230/ 750 * 100vw);
		flex-basis: calc(230/ 750 * 100vw);
		font-size: calc(32/ 750 * 100vw);
	}
	.step-navigation li::before {
		top: calc(28/ 750 * 100vw);
		border-top-width: calc(12/ 750 * 100vw);
	}
	.step-navigation li:first-child>span::before {
		left: calc(10/ 750 * 100vw);
		-webkit-transform: none;
		transform: none;
	}
	.step-navigation li:last-child::after {
		top: calc(28/ 750 * 100vw);
		border-top-width: calc(12/ 750 * 100vw);
	}
	.step-navigation li>span {
		width: calc(60/ 750 * 100vw);
		height: calc(60/ 750 * 100vw);
		font-size: calc(32/ 750 * 100vw);
	}
	.step-navigation li>span::before {
		top: auto;
		bottom: calc(-62/ 750 * 100vw);
		left: 50%;
		width: calc(74/ 750 * 100vw);
		height: calc(33/ 750 * 100vw);
	}
	.step-navigation li.is-confirm>span::before {
		right: calc(20/ 750 * 100vw);
		left: auto;
	}
}

.colBox {
	display: inline-block;
}

.input-field {
	display: inline-flex;
	margin-left: 2em;
	margin-right: 2em;
	height: 3em;
}

.input-text {
	font-size: 1.8rem;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}

.label-rbt {
	font-size: 1.8rem;
	text-align: left;
	/*
    border: 1px solid black;
    border-radius: 10px;
    */
	height: 100%;
	display: flex;
	align-items: center;
}

.input-rbt {
	font-size: 1.8rem;
}

.input-select {
	font-size: 1.8rem;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}

.input-btn, .input-btn-discon {
	font-size: 1.8rem;
	font-weight: bold;
	height: 100%;
	color: #ffffff;
	background-color: #008CD6;
	box-sizing: border-box;
	border: 1px solid #7f7f7f;
	border-radius: 10px;
}

.input-btn-discon:disabled {
	background-color: #bfbfbf;
}

.transition {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn-next {
	max-width: 500px;
	width: 80%;
	height: 3em;
	margin: 1em auto;
	border-radius: 10px;
}

.btn-next-2line {
	font-size: 1.8rem;
	max-width: 500px;
	width: 80%;
	height: 4em;
	margin: 1em auto;
	border-radius: 10px;
}

.font-middle {
	font-size: 1.4rem;
}

.btn-back {
	font-size: 1.5rem;
	font-weight: bold;
	height: 100%;
	color: #008CD6;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #7f7f7f;
	border-radius: 10px;
	max-width: 200px;
	width: 30%;
	height: 3em;
	margin: 1em auto;
}

.btn-top {
	font-size: 1.5rem;
	font-weight: bold;
	height: 100%;
	color: #008CD6;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #7f7f7f;
	border-radius: 10px;
	max-width: 200px;
	width: 50%;
	height: 3em;
	margin: 1em auto;
}

.font-large {
	font-size: 1.8rem;
}

.ul-globalerror {
	list-style: none;
	font-size: 1.0rem;
	color: red;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-left: 5px;
}

.no-disp {
	display: none;
}

input::placeholder {
	color: #afafaf;
}

input[type='text'].field-error, input[type='tel'].field-error, input[type='email'].field-error, select.field-error
	{
	background-color: #ffd0d0;
}

.title {
	border-bottom: 1px solid #38BCFF;
	margin-bottom: 10px;
}

.item-area {
	padding-bottom: 2em;
	align-items: center;
	display: block;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.li-space {
	padding-top: 1em;
}

@media screen and (min-width: 768px) {
	br.br-sp {
		display: none;
	}
}

.group-title {
	border-left: 4px solid #00A040;
	margin-bottom: 1.0em;
	padding: 0.5em 0 0.5em 0.5em;
	background-color: #E5F6FF;
}

.mark-required {
	font-size: 1.4rem;
	font-style: normal;
	color: #FFFFFF;
	background-color: #008CD6;
	padding: 0.2em 0.3em;
	vertical-align: middle;
	margin-left: 1em;
}

.reserve {
	height: 10em;
	margin: 0px 2em;
}

.reserve-mini {
	height: 4em;
	margin: 0px 2em;
}

.item-caption {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 1.5em;
	height: 2em;
}

.ui-datepicker-trigger {
	margin-left: 1em;
}

.ul-guide {
	font-size: 1.5rem;
	font-weight: bold;
	list-style: none;
	margin-left: 5px;
}

.ul-guide  li {
	font-size: 1.5rem;
	font-weight: bold;
}

.ul-guide  li.red {
	color: red;
}

.list-none {
	font-size: 0.9rem;
	list-style-type: none;
	padding-inline-start: 0px;
	padding-left: 2em;
}

.step-navi {
	padding-top: 10px;
	border-bottom: 2px solid #00ab4e;
}

.step-guide {
	font-size: 1.5rem;
	font-weight: bold;
	color: #00A040;
}

/* 円の基本形 */
.ul-navi {
	list-style-type: none;
	display: flex;
}

.maru {
	display: inline-flex;
	flex-flow: column;
	vertical-align: top;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-basis: calc(100vw/ 6);
}

.maru::before {
	content: "";
	border-top: 5px solid #C5D6DF;
	position: absolute;
	left: 40px;
	right: 40px;
	z-index: -1;
	right: 40px;
}

/* 円の大きさ */
.size_normal {
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
/* 文字の大きさ */
.letter1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
}

.letter2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 0px;
	color: #FFFFFF;
}

/* 円と文字の色 */
.pink1 {
	border: 5px solid #C5D6DF;
	background-color: #C5D6DF;
}

.active-step .pink1 {
	border: 5px solid #008CD6;
	background-color: #008CD6;
}

@media screen and (max-width: 768px) {
	maru::before {
		content: "";
		border-top: 5px solid #C5D6DF;
		position: absolute;
		left: 40px;
		right: 40px;
		z-index: -1;
	}

	/* 円の大きさ */
	.size_normal {
		width: 30px;
		height: 30px;
	}
	/* 文字の大きさ */
	.letter1 {
		font-size: 10px;
		font-weight: bold;
		line-height: 18px;
	}
	.letter2 {
		font-size: 20px;
		font-weight: bold;
	}
}

.capy-message {
	font-size: 1.2rem;
	line-height: 18px;
}

.capy-icon {
	width: 1em;
	height: 1em;
}

.div-group-title {
	margin-bottom: 1.0em;
	padding: 0.5em 0 0.5em 0.5em;
	background-color: #00AE35 /*#E5F6FF;*/
}

.group-title-line {
	border-left: 6px solid white;
	padding-left: 6px;
}

.group-title-main {
	font-size: 2.2rem;
	font-weight: bold;
	color: white; /*#00AE35;*/
}

.group-title-sub {
	font-size: 2.2rem;
	font-weight: bold;
	color: #333;
}

.div-subgroup-title {
	border-top: 6px solid #00AE35;
	background-color: #B0B0B0;
	padding: 0.5em 0 0.5em 0.5em;
}

.div-subgroup-main {
	font-size: 2.2rem;
	font-weight: bold;
	color: white;
}

/*
 * ダイアログ
 */
.type1 .modaal-container {
	border: 2px solid #00a8cc;
	border-radius: 6px;
}

.type1 .modaal-content-container {
	padding: 15px;
}

.type1 .modaal-close {
	display: none;
}

.dlg-title {
	position: relative;
	height: 3em;
	background-color: #E5F6FF;
	border-left: 4px solid #00A040;
	padding: 0 0 0 0.5em;
	margin-bottom: 0.5em;
}

.dlg-title-text {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: left;
	padding-top: 0.6em;
}

.dlg-close {
	background: url(../../images/common/dlg-close.png) no-repeat center
		right;
	background-size: 100% auto;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 13px;
	right: 0px;
	border: none;
}

.opt-hidden {
	display: none;
}

.close-page {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.close-page {
		font-size: 1.2rem;
	}
}