@charset "utf-8";
/* ------------------------------------------------------
    ページ共通
------------------------------------------------------- */
/* Color and Font Settings */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    color: #333333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}
button {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
a {
    color: #1A5FFF;
//    -webkit-tap-highlight-color: rgba(204,0,0,0.25);
}
a:hover {
    color: #7FA6FF;
}
/* 背景 */
#page-body {
	position: relative;
	min-height: 100vh;
	width: 100%;
	padding-bottom: 85px;
}
/*
#page-body:before {
	content: '';
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
#page-body.bg-image01:before {
	background-image: url('http://contora.local/4asp/bgimage01.webp');
	background-position: bottom 25% center;
	background-color: rgba(0,0,0,0.33);
	background-blend-mode: darken;
}
#page-body.bg-image02:before {
	background-image: url('http://contora.local/4asp/bgimage02.webp');
	background-position: center center;
	background-color: rgba(0,0,0,0.4);
	background-blend-mode: darken;
}
#page-body.bg-image03:before {
	background-image: url('http://contora.local/4asp/bgimage03.webp');
	background-position: bottom 25% center;
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: darken;
}
#page-body.bg-image04:before {
	background-image: url('http://contora.local/4asp/bgimage04.webp');
	background-position: center center;
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: darken;
}
#page-body.bg-image05:before {
	background-image: url('http://contora.local/4asp/bgimage05.webp');
	background-position: center center;
	background-color: rgba(0,0,0,0.33);
	background-blend-mode: darken;
}
*/
#page-body>header>.wrapper,
#page-body>main>.wrapper,
#page-body>footer .wrapper {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
/* ヘッダー */
#page-body>header {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255,0.95);
}
#page-body>header>.wrapper h2 {
	margin: 0;
}
#page-body>header>.wrapper {
	display: flex;
	justify-content: space-between;
}
#header-logo {
	width: 420px;
	height: 70px;
	padding-top: 5px;
}
#header-logo a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
}
#header-logo img {
	width: auto;
	height: 70px;
}
#header-logo a>span {
	font-size: 34px;
	color: #333333;
	font-weight: 700;
}
#gnavi {
	padding-top: 5px;
}
#gnavi>ul {
	display: flex;
	margin: 0;
}
#gnavi>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
}
#gnavi>ul>li a:hover>img {
	opacity: 0.75;
}
#drawer-btn {
	display: none;
}
#drawer-area {
	display: none;
}
/* フッター */
#page-body>footer {
	background-color: rgba(25,25,25,0.85);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85px;
	font-size: 14px;
	color: #CCCCCC;
}
#page-body>footer a {
	color: #CCCCCC;
}
#page-body>footer a:hover {
	color: #EEEEEE;
}
#footer-navi {
	max-width: 1040px;
	padding: 10px 20px 7px;
	margin: 0 auto 10px;
}
#footer-navi>ul {
	display: flex;
	margin: 0;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 0;
}
#footer-navi>ul>li {
	line-height: 1.5em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#footer-navi>ul>li:not(:first-child):before {
	display: block;
	content: '';
	margin: 0 1em;
	height: 1.5em;
	width: 1px;
	background-color: #999999;
}
#footer-copyright {
	text-align: right;
}
#footer-copyright .cmark {
	margin: 0 0.2em;
}
#gototop {
	display: none;
}
/* Main部分 */
.content-inner-box {
	background-color: rgba(255,255,255,0.85);
	box-sizing: border-box;
	width: 100%;
	margin: 2rem 0;
	padding: 1.5rem;
	border-radius: 1rem;
	text-shadow: #FFFFFF 0 0 5px;
}
#banner-area {
	padding: 1.5rem 1rem 1.5rem 0;
	margin: 6rem 0 2em;
}
#banner-area>a>img {
	display: block;
	width: 100%;
	height:auto;
}
/* ページタイトル */
#content-area h1 {
	font-size: 32px;
	letter-spacing: 0.05em;
	font-weight: 900;
	margin: 0 0 0.5em;
}
/* フォーム部品 */
#form-title-area ul {
	list-style-type: none;
	width: 95%;
	margin: 0 auto 2rem;
	text-shadow: none;
	display: flex;
	justify-content: space-between;
	transform: translateX(-10px);
}
#form-title-area ul>li {
	position: relative;
	text-align: center;
	width: 33.33333%;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#form-title-area ul>li:nth-child(n+2) {
	margin-left: 25px;
}
#form-title-area ul>li:nth-child(n+2):before {
	content: "";
	position: absolute;
	top: 50%;
	border: 0 solid #AAAAAA;
	border-width: 24.95px 15px;
	border-left-color: transparent;
	width: 0;
	height: 0;
	left: -20px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#form-title-area ul>li>div:after {
	content: "";
	position: absolute;
	top: 50%;
	border: 0 solid #AAAAAA;
	border-width: 24.95px 15px;
	border-color: transparent;
	border-left-color: #AAAAAA;
	width: 0;
	height: 0;
	left: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#form-title-area ul>li>div {
	position: relative;
	height: 50px;
	background-color: #AAAAAA;
	display: flex;
	justify-content: center;
	align-items: center;
}
#form-title-area ul>li>div>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#form-title-area ul.es-container>li.active,
#form-title-area ul.es-truck>li.active {
	color: #FFFFFF;
}
#form-title-area ul.es-container>li.complete,
#form-title-area ul.es-truck>li.complete {
	color: #666666;
}
#form-title-area ul.es-container>li.active>div {
	background-color: #399EE6;
}
#form-title-area ul.es-container>li.complete>div {
	background-color: #98BED9;
}
#form-title-area ul.es-truck>li.active>div {
	background-color: #69BF30;
}
#form-title-area ul.es-truck>li.complete>div {
	background-color: #97BF7C;
}
#form-title-area ul.es-container>li.active:nth-child(n+2):before {
	border: 0 solid #399EE6;
	border-width: 24.95px 15px;
	border-left-color: transparent;
}
#form-title-area ul.es-container>li.active>div:after {
	border: 0 solid #399EE6;
	border-width: 24.95px 15px;
	border-color: transparent;
	border-left-color: #399EE6;
}
#form-title-area ul.es-container>li.complete:nth-child(n+2):before {
	border: 0 solid #98BED9;
	border-width: 24.95px 15px;
	border-left-color: transparent;
}
#form-title-area ul.es-container>li.complete>div:after {
	border: 0 solid #98BED9;
	border-width: 24.95px 15px;
	border-color: transparent;
	border-left-color: #98BED9;
}
#form-title-area ul.es-truck>li.active:nth-child(n+2):before {
	border: 0 solid #69BF30;
	border-width: 24.95px 15px;
	border-left-color: transparent;
}
#form-title-area ul.es-truck>li.active>div:after {
	border: 0 solid #69BF30;
	border-width: 24.95px 15px;
	border-color: transparent;
	border-left-color: #69BF30;
}
#form-title-area ul.es-truck>li.complete:nth-child(n+2):before {
	border: 0 solid #97BF7C;
	border-width: 24.95px 15px;
	border-left-color: transparent;
}
#form-title-area ul.es-truck>li.complete>div:after {
	border: 0 solid #97BF7C;
	border-width: 24.95px 15px;
	border-color: transparent;
	border-left-color: #97BF7C;
}
#form-area section {
	margin: 2rem 0 0;
}
#form-area section>h3 {
	font-size: 18px;
	margin: 0 0 0.5rem 0.5rem;
	font-weight: 700;
}
#form-area section>h3>.fa {
	margin-right: 0.25em;
}
#form-area ul.form-table {
	width: 100%;
	list-style-type: none;
	margin: 0;
}
#form-area ul.form-table>li:last-of-type {
	border-bottom: 1px solid #cccccc;
}
#form-area ul.form-table>li>dl {
	display: flex;
	margin: 0;
	font-size: 16px;
	box-sizing: border-box;
	align-items: stretch;
}
#form-area ul.form-table>li>dl>dt {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-weight: 400;
	width: 25%;
	min-width: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#form-area ul.form-table.es-container>li>dl>dt {
	background-color: rgba(223,239,255,0.75);
}
#form-area ul.form-table.es-truck>li>dl>dt {
	background-color: rgba(233,255,217,0.75);
}
#form-area ul.form-table>li>dl>dd {
	background-color: rgba(255,255,255,0.75);
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 75%;
	max-width: calc(100% - 10em);
	padding: 0.5rem;
}
#form-area ul.form-table>li>dl>dd .form-group {
	margin: 0;
}
#form-area textarea.form-control, input[type="text"].form-control, select.form-control{
    color: #333333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0;
    font-size: 16px;
    border: 1px solid #CCCCCC;
}
#form-area input[type="text"].form-control, select.form-control{
    height: 2.4em;
    line-height: 1.0em;
}
#form-area textarea.form-control{
    height: 7.5em;
    line-height: 1.4em;
}
#form-area textarea.form-control:focus, input[type="text"].form-control:focus, select.form-control:focus {
    background-color: #FFFFE6;
    border-color: #F2B63D;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* 選択項目 */
#form-area .form-item>label {
	align-items: center;
	margin: 0;
}
#form-area .form-item>label>input[type="radio"],
#form-area .form-item>label>input[type="checkbox"] {
	margin: 0 0.5em 0 0;
}
.form-control::-webkit-input-placeholder { color: #D9D9D9; }
.form-control:-moz-placeholder { color: #D9D9D9; }
.form-control::-moz-placeholder { color: #D9D9D9; }
.form-control:-ms-input-placeholder { color: #D9D9D9; }
/* 数字・金額入力欄 */
#form-area input[type="text"].number,
#form-area input[type="text"].number1d,
#form-area input[type="text"].number2d,
#form-area input[type="text"].number3d,
#form-area input[type="text"].money {
  width: 5em;
  text-align: right;
}
/* 入力必須 */
.require:after {
    color: #ff0000;
    font-weight: 400;
    font-size: 10px;
    margin-left: 5px;
    content:"[※]";
    display: inline-block;
}
/* タイプ / 単位 */
div[data-select-type="type"],
div[data-select-type="tani"] {
    display: flex;
    justify-content: space-between;
}
div[data-select-type="type"]>.dropdown-toggle,
div[data-select-type="tani"]>.dropdown-toggle {
    width: 2.8em;
}
div[data-select-type="type"]>input.form-control,
div[data-select-type="tani"]>input.form-control {
    width : -webkit-calc(100% - 2.8em);
    width : calc(100% - 2.8em);
}
/* ドロップダウンリストレイアウト */
div[data-select-type="type"]>.dropdown-menu,
div[data-select-type="tani"]>.dropdown-menu {
    padding: 0.5rem;
    width: 100%;
}
/* リスト最大行表示 */
div[data-select-type="type"] .table-list,
div[data-select-type="tani"] .table-list {
    max-height: 350px;
    overflow-y: auto;
}
/* フォントサイズ統一 */
div[data-select-type="type"]>.dropdown-menu table th,
div[data-select-type="type"]>.dropdown-menu table td,
div[data-select-type="tani"]>.dropdown-menu table th,
div[data-select-type="tani"]>.dropdown-menu table td {
    font-size: 16px;
    padding: 0.5em;
    width: auto;
}
/* ドロップダウンヘッダーカラー */
div[data-select-type="type"]>.dropdown-menu table th {
	background-color: rgba(223,239,255,0.75);
}
div[data-select-type="tani"]>.dropdown-menu table th {
	background-color: rgba(233,255,217,0.75);
}
/* 行縦センタリング */
div[data-select-type="type"]>.dropdown-menu table td,
div[data-select-type="tani"]>.dropdown-menu table td {
    vertical-align: middle;
}
/* 地名・住所入力欄 */
#form-area .addr2_input {
	max-width: 30em;
}
div[data-select-type="address"] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div[data-select-type="address"]>.form-item {
    margin-top: 0.5rem;
}
div[data-select-type="address"]>.clear-btn {
    margin-top: 0.5rem;
    width: 2.8em;
}
div[data-select-type="address"]>div.zip {
    width: 100%;
}
div[data-select-type="address"]>.pref_input {
    width: auto;
}
div[data-select-type="address"]>div.zip>input.zipcode,
div[data-select-type="address"]>.pref_input>.pref {
    width: 7em;
}
div[data-select-type="address"]>.addr1_input {
	width : -webkit-calc(100% - 10em);
	width: calc(100% - 10em);
}
/* サイズ・実空・経路・オプション選択 */
#form-area .size-group,
#form-area .jituf-group,
#form-area .keiro-group,
#form-area .option-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	line-height: 2.25em;
}
#form-area .size-group>label,
#form-area .jituf-group>label,
#form-area .keiro-group>label,
#form-area .option-group>label {
	font-weight: 400;
}
#form-area .size-group>label:not(:last-of-type),
#form-area .jituf-group>label:not(:last-of-type),
#form-area .keiro-group>label:not(:last-of-type),
#form-area .option-group>label:not(:last-of-type) {
	margin-right: 1.5em;
}
/* トラックのサイズ入力欄 */
#form-area .size-input-group {
	display: flex;
	flex-wrap: wrap;
}
#form-area .size-input-group>.form-item {
	display: flex;
	align-items: center;
}
#form-area .size-input-group>.form-item>input {
	margin: 0 0.25em;
}
#form-area .size-input-group>.form-item:not(:last-of-type) {
	margin-right: 2em;
}
/* 注釈欄 */
#form-area .memo {
	font-size: 14px;
	color: #999999;
	margin-top: 0.5rem;
}
/* プライバシーポリシー */
.privacy-policy-box {
	background-color: rgba(255,255,255,0.66);
	border: 1px solid #cccccc;
	border-radius: 0.5rem;
	padding: 1.5rem;
}
.privacy-policy-box>.inner-box {
	max-height: 200px;
	font-size: 14px;
	line-height: 1.8;
	overflow-y: auto;
	-ms-overflow-style: none;
}
.privacy-policy-box>.inner-box::-webkit-scrollbar{
  display: none;
}
#agree_policy {
	margin: 2rem auto 0;
	max-width: 16em;
}
/* ボタン */
#form-area section.btn-area {
	display: flex;
	justify-content: space-evenly;
}
#form-area section.btn-area>.btn {
	width: 35%;
	min-width: 10em;
	position: relative;
	font-size: 24px;
}
#form-area section.btn-area>.btn>.fa {
	position: absolute;
	top: 0.65em;
}
#form-area section.btn-area>.btn.ico-left {
	padding: 0.6em 1em 0.4em 2em;
}
#form-area section.btn-area>.btn.ico-left>.fa {
	left: 0.25em;
}
#form-area section.btn-area>.btn.ico-right {
	padding: 0.6em 2em 0.4em 1em;
}
#form-area section.btn-area>.btn.ico-right>.fa {
	right: 0.25em;
}
/* 確認画面 */
#form-area .confirm-item {
	display: flex;
	min-height: 2.4em;
	align-items: center;
}
#form-area ul.size-confirm-group {
	list-style-type: none;
	flex-wrap: wrap;
	display: flex;
}
#form-area ul.size-confirm-group>li:not(:last-of-type) {
	margin-right: 1.5em;
}
/* Thanks画面 */
#form-area .thanks-area {
	margin-top: 5rem;
}
#form-area .thanks-area>h2,
#form-area .freemeial>h2 {
	font-weight: 400;
	font-size: 28px;
	margin: 0 0 0.5em;
}
#form-area .thanks-area li.message>p,
#form-area .freemeial>p {
	margin: 0;
	line-height: 2.0;
}
#form-area .thanks-area li.message>p:not(:last-of-type),
#form-area .freemeial>p:not(:last-of-type) {
	margin-bottom: 1em;
}
#form-area .thanks-area>h2 {
	margin-left: 0.5em;
}
#form-area .thanks-area>ul {
	list-style-type: none;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	align-items: center;
	margin: 5rem 0 2rem;
}
#form-area .thanks-area>ul>li.image {
	width: 40%;
}
#form-area .thanks-area>ul>li.image>img {
	display: block;
	width: 80%;
	object-fit: contain;
	margin: 0 auto;
	transform:scale(1.2);
}
#form-area .freemeial {
	margin-top: 4rem;
}
#form-area .freemeial>h2 {
	font-size: 24px;
	font-weight: 700;
}
#form-area .freemeial>.phone-area {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 1rem;
	background-color: rgba(255,255,255, 0.5);
	margin-top: 2rem;
	padding: 1.5rem;
}
#form-area .freemeial>.phone-area>h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
#form-area .freemeial>.phone-area>.contact-phone {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#form-area .freemeial>.phone-area>.contact-phone>.phone {
	margin-top: 0.5rem;
	margin-right: 1em;
}
#form-area .freemeial>.phone-area>.contact-phone>.phone>.fa {
	font-size: 1.2em;
}
#form-area .freemeial>.phone-area>.contact-phone>.contact-notice {
	font-size: 14px;
	margin-top: 0.5rem;
}
/* エラー表示 */
#error-message {
    background-color: #fff0f0;
    border: 1px solid #cc9999;
    border-radius: 0.5rem;
    padding: 1rem;
    color: #cc0000;
    display: none;
}
#form-area .has-error textarea.form-control,
#form-area .has-error input[type="text"].form-control, 
#form-area .has-error select.form-control {
    background-color: #fff0f0;
    border-color: #cc9999;
    color: #cc0000;
}
#form-area .form-group>.item-error {
	font-size: 12px;
	font-weight: 400;
	color: #cc0000;
	margin-top: 0.5rem;
	width: 100%;
}
#form-area .form-group>.item-error:not(:first-of-type) {
	margin-top: 0.25rem;
}
a.deco-underline {
	text-decoration: underline;
	margin: 0 0.25em;
	letter-spacing: 0.01em;
}

/* Media Query */
@media screen and (max-width: 834px) {
	#page-body>main>.wrapper,
	#page-body>footer .wrapper {
		padding: 0 20px;
	}
	#page-body {
		padding-bottom: 360px;
	}
	/* ヘッダー */
	#page-body>header>.wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 20px 0;
	}
	#page-body>header {
		position: fixed;
		top: 0;
		height: 70px;
		z-index: 1210;
	}
	#header-logo {
		width: auto;
		max-height: 60px;
		padding-top: 0;
	}
	#header-logo a {
		height: 60px;
	}
	#header-logo img {
		width: calc(100vw - 95px);
		max-width: 360px;
		height: auto;
	}
	#gnavi {
		display: none;
	}
	#drawer-btn {
		display: block;
		height: 40px;
	}
	#drawer-btn>button {
		position: relative;
		width: 44px;
		height: 40px;
		background: 0 0;
		border: none;
		appearance: none;
		cursor: pointer;
	}
	#drawer-btn>button>span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #666666;
		border-radius: 2px;
		transition: all .4s;
	}
	#drawer-btn>button>span:nth-of-type(1) {
		top: 2px;
	}
	#drawer-btn>button>span:nth-of-type(2) {
		top: 19px;
	}
	#drawer-btn>button>span:nth-of-type(3) {
		bottom: 2px;
	}
	#drawer-btn>button.open>span:nth-of-type(1) {
		transform: translateY(17px) rotate(-315deg);
	}
	#drawer-btn>button.open>span:nth-of-type(2) {
		opacity: 0;
	}
	#drawer-btn>button.open>span:nth-of-type(3) {
		transform: translateY(-17px) rotate(315deg);
	}
	#drawer-area {
		display: block;
		position: fixed;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1200;
		padding-top: 70px;
		background-color: rgba(204,204,204,1.0);
		transform: translateX(120%);
		transition: transform 0.5s;
	}
	#drawer-area.open {
		display: block;
		transform: translateX(0%);
	}
	#drawer-gnavi>ul>li {
		height:60px;
		border-bottom: 1px solid #BBBBBB;
	}
	#drawer-gnavi>ul>li>a {
		display: block;
		width: 100%;
		line-height: 60px;
		color: #333333;
		font-size: 18px;
		font-weight: 900;
		padding: 0 20px;
	}
	main {
		padding-top: 70px;
	}
	/* フッター */
	#page-body>footer {
		height: auto;
		max-height: 340px;
		font-size: 12px;
	}
	#footer-navi {
		padding: 0;
		margin: 0 0 10px;
	}
	#footer-navi>ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		font-size: 16px;
		margin: 0;
		padding: 0;
	}
	#footer-navi>ul>li {
		height: 60px;
		display: block;
		border-bottom: 1px solid #666666;
	}
	#footer-navi>ul>li:not(:first-child):before {
		display: none;
	}
	#footer-navi>ul>li>a {
		display: block;
		width: 100%;
		line-height: 60px;
		padding: 0 20px;
	}
	#footer-copyright {
		max-height: 30px;
		text-align: center;
		padding-bottom: 10px;
	}
	/* フォーム部品 */
	#form-title-area ul {
		transform: translateX(-5px);
	}
	#form-title-area ul>li:nth-child(n+2) {
		margin-left: 20px;
	}
	#form-title-area ul>li:nth-child(n+2):before {
		border-width: 24.95px 10px;
		left: -15px;
	}
	#form-title-area ul>li>div:after {
		border-width: 24.95px 10px;
	}
	#form-title-area ul.es-container>li.active:nth-child(n+2):before {
		border: 0 solid #399EE6;
		border-width: 24.95px 10px;
		border-left-color: transparent;
	}
	#form-title-area ul.es-container>li.active>div:after {
		border: 0 solid #399EE6;
		border-width: 24.95px 10px;
		border-color: transparent;
		border-left-color: #399EE6;
	}
	#form-title-area ul.es-container>li.complete:nth-child(n+2):before {
		border: 0 solid #98BED9;
		border-width: 24.95px 10px;
		border-left-color: transparent;
	}
	#form-title-area ul.es-container>li.complete>div:after {
		border: 0 solid #98BED9;
		border-width: 24.95px 10px;
		border-color: transparent;
		border-left-color: #98BED9;
	}
	#form-title-area ul.es-truck>li.active:nth-child(n+2):before {
		border: 0 solid #69BF30;
		border-width: 24.95px 10px;
		border-left-color: transparent;
	}
	#form-title-area ul.es-truck>li.active>div:after {
		border: 0 solid #69BF30;
		border-width: 24.95px 10px;
		border-color: transparent;
		border-left-color: #69BF30;
	}
	#form-title-area ul.es-truck>li.complete:nth-child(n+2):before {
		border: 0 solid #97BF7C;
		border-width: 24.95px 10px;
		border-left-color: transparent;
	}
	#form-title-area ul.es-truck>li.complete>div:after {
		border: 0 solid #97BF7C;
		border-width: 24.95px 10px;
		border-color: transparent;
		border-left-color: #97BF7C;
	}
	/* トラックのサイズ入力欄 */
	#form-area .size-input-group>.form-item {
		display: flex;
		align-items: center;
	}
	#form-area .size-input-group>.size_input {
		width: 100%;
	}
	#form-area .size-input-group>.form-item:not(:first-of-type) {
		margin-top: 0.5rem;
	}
	/* ボタン */
	#form-area section.btn-area {
		justify-content: space-around;
	}
	#form-area section.btn-area>.btn {
		width: 35%;
		min-width: 10em;
		position: relative;
		font-size: 24px;
	}
	/* Thanks画面 */
	#form-area .thanks-area li.message>p,
	#form-area .freemeial>p {
		margin: 0;
		line-height: 1.8;
	}
	#form-area .thanks-area li.message>p:not(:last-of-type),
	#form-area .freemeial>p:not(:last-of-type) {
		margin-bottom: 0.5em;
	}
	#form-area .thanks-area>ul>li.image {
		width: 45%;
	}
}
@media screen and (max-width: 670px) {
	/* ヘッダー */
	#header-logo a>span {
		font-size: 30px;
	}
	/* Main 部分 */
	#content-area h1 {
		font-size: 28px;
	}
	/* フォーム部品 */
	#form-title-area ul>li {
		font-size: 15px;
	}
	#form-area ul.form-table>li>dl>dt {
		width: 35%;
		min-width: auto;
	}
	#form-area ul.form-table>li>dl>dd {
		width: 65%;
		max-width: none;
	}
	/* 地名・住所入力欄 */
	div[data-select-type="address"]>.pref_input {
	    width: 100%;
	}
	div[data-select-type="address"]>.addr1_input {
		width : -webkit-calc(100% - 2.8em);
		width: calc(100% - 2.8em);
	}
	/* ボタン */
	#form-area section.btn-area {
		flex-direction: column;
		justify-content: start;
		align-items: center;
	}
	#form-area section.btn-area>.btn {
		width: 75%;
	}
	#form-area section.btn-area>.btn:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	/* 確認画面 */
	#form-area ul.size-confirm-group>li:first-of-type {
		width: 100%;
		margin-right: 0;
	}
	/* Thanks画面 */
	#form-area .thanks-area {
		margin-top: 3rem;
	}
	#form-area .thanks-area li.message>p:not(:last-of-type),
	#form-area .freemeial>p:not(:last-of-type) {
		margin-bottom: 0.5em;
	}
	#form-area .thanks-area>h2 {
		font-size: 22px;
		margin: 0 0 0.5em;
	}
	#form-area .thanks-area>ul {
		flex-direction: column-reverse;
		margin: 2rem 0 1rem;
	}
	#form-area .thanks-area>ul>li.image {
		margin-bottom: 1.5rem;
		width: 60%;
	}
	#form-area .thanks-area>ul>li.image>img {
		width: 90%;
	}
	#form-area .freemeial {
	    margin-top: 2rem;
	}
	#form-area .freemeial>h2 {
		font-size: 18px;
		line-height: 1.4;
		margin: 0 0 0.5em;
	}
}
@media screen and (max-width: 480px) {
	#page-body>main>.wrapper {
		padding: 0 15px;
	}
	/* ヘッダー */
	#page-body>header>.wrapper {
		padding: 10px 10px 0 5px;
	}
	#header-logo {
		max-height: 50px;
	}
	#header-logo a {
		height: 50px;
	}
	#header-logo img {
		width: calc(100vw - 65px);
		max-width: 300px;
		height: auto;
	}
	#header-logo a>span {
		font-size: 24px;
	}
	/* フッター */
	#page-body>footer .wrapper {
		padding: 0 5px;
	}
	#page-body>footer {
		height: auto;
		max-height: 335px;
		font-size: 10px;
	}
	/* Main 部分 */
    #banner-area {
    	padding: 1rem 0.5rem 1rem 0;
    }
	#content-area h1 {
		font-size: 24px;
		letter-spacing: 0;
	}
	/* フォーム部品 */
	#form-title-area ul>li {
		font-size: 14px;
		letter-spacing: 0;
	}
	/* トラックのサイズ入力欄 */
	#form-area .size-input-group>.form-item:not(:last-of-type) {
		margin-right: 0;
	}
	/* ボタン */
	#form-area section.btn-area>.btn {
		width: 100%;
	}
	/* Thanks画面 */
	#form-area .thanks-area>h2 {
		font-size: 20px;
		line-height: 1.4;
		margin: 0 0 0.5em;
	}
	#form-area .freemeial>.phone-area>.contact-phone>.phone {
		margin-right: 0;
	}
	#form-area .thanks-area>ul>li.image>img {
		width: 100%;
	}
}
