@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #000;
	background-color: #004098;
	font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section, article {
	display: block;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a, a img { -webkit-transition: 0.1s ease all; -moz-transition: 0.1s ease all; -ms-transition: 0.1s ease all; transition: 0.1s ease all; }

li {
	list-style-type: none;
}

a {
	color: #0099CC;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	transition: 0.1s linear;
	text-decoration: none;
}

a:hover{opacity: 0.7;filter: alpha(opacity=70);backface-visibility: hidden; text-decoration: none;}

table {
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
}

.pc {
	display: block;
}

.sp {
	display: none!important;
}

/* clearfix
----------------------------------*/
.cfix::after {
		clear: both;
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		visibility: hidden;
}
.cfix {
		min-height: 1px;
}
.clear {
	clear: both;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: relative;
	z-index: 5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	height: auto;
	background: #004098;
	overflow: hidden;
	background-image: url(../img/head_bg.svg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 121px;
}

header h1 {
	width: 190px;
	float: left;
	margin: 15px 34px;
}

header nav {
	width: 800px;
	background: #eb6100;
	border-radius: 100px;
	margin: 25px 42px;
	float: right;
}

.nav-pc {
	display: block;
}
.nav-sp {
	display: none;
}

header nav ul {
	display: flex;
	width: 770px;
	margin: 0 auto;
	padding-left: 3px;
}

header .nav-sp nav {
	border-radius: 0;
	margin: 0;
}

header .nav-sp nav ul {
	display: block;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}

header nav ul li {
	width: auto;
	text-align: center;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	margin: 18px 0;
	padding: 0 37px;
}

header .nav-sp nav ul li {
	border-right: none;
	border-left: none;
}

header nav ul li:first-child {
	border-left: none;
}

header nav ul li:last-child {
	border-right: none;
}

header nav ul li a {
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.title {
	width: 100%;
	position: relative;
	height: auto;
}

.title img {
	width: 100%;
}

.title h2 {
	font-size: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.title h2 span {
	display: block;
	width: 128px;
	height: 6px;
	border-radius: 3px;
	background: #df6328;
	margin: 28px auto 0;

}

.slide {
	width: 100%;
	display: block;
	overflow-x: hidden;
	position: relative;
	z-index: 2;
}


main {
	width: 100%;
	padding: 80px;
}

main.form{
	background-image: url(../img/form_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.content {
	width: 1240px;
	margin: 0 auto;
	background: #fff;
	border-radius: 25px;
	padding: 100px;
	background-image: url(../img/trust_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.inner {
	width: 950px;
	margin: 0 auto;
}

/*
top
-------------------------------------------*/
main.main-top {
	width: 100%;
	background-color: #004098;
	padding: 0;
	background-image: url(../img/top_bg1.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.content-top {
	width: 100%;
}

.car-class {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 30px;
	position: relative;
}

.content-top h3 {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	display: flex;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.content-top h3 span {
	display: flex;
	width: 120px;
	height: 8px;
	padding-top: 22px;
	margin-right: 30px;
}
.content-top h3 span i {
	width: 50%;
}
.content-top h3 span i:first-child {
	background: #eb6100;
	width: 60px;
	height: 8px;
}
.content-top h3 span i:last-child {
	background: #fff;
	width: 60px;
	height: 8px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.car-class .inner {
	width: 1720px;
	height: 372px;
	background-color: #fff;
	margin: 0 0 0 -60px;
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
	padding: 42px 42px 42px 72px;
	background-image: url(../img/trust_logo_bg.png);
	background-repeat: no-repeat;
	box-shadow: 28px 28px rgba(255,255,255,.1);
	position: relative;
	z-index: 1;
}

.car-class .inner2 {
	width: 1720px;
	/*height: 372px;*/
	height: 432px;
	background-color: #fff;
	margin: 0 0 0 -60px;
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
	padding: 42px 42px 42px 72px;
	background-image: url(../img/trust_logo_bg.png);
	background-repeat: no-repeat;
	box-shadow: 28px 28px rgba(255,255,255,.1);
	position: relative;
	z-index: 1;
}

.car-image {
	width: 680px;
	float: left;
	padding: 30px 40px 0 170px;
}

.car-image img {
	width: 460px;
}

.car-image.hiace {
	width: 700px;
	padding: 30px 20px 0 130px;
}

.car-image.hiace img {
	width: 500px;
}

.car-info {
	width: 890px;
	float: right;
}

.option {
	position: relative;
}

.option table tr {
	display: block;
	margin: 5px 0 8px;
}
.option table tr td {
	background-color: #fdefe5;
	border-radius: 8px;
	min-width: 166px;
	display: inline-block;
	color: #eb6100;
	margin-right: 6px;
	font-size: 18px;
}

.option table tr td span  {
	width: 24px;
	display: inline-block;
	margin: 7px 10px 7px 16px;
}

.fee {
	width: 100%;
	border: solid 1px #eb6100;
	border-radius: 12px;
	margin-top: 10px;
	text-align: center;
}

.fee table {
	display: block;
	padding: 25px 3% 0;
}

.fee table tr {
	width: 100%;
	display: flex;
	margin-bottom: 2px;
}

.fee table th {
	background-color: #a1a1a1;
	border-radius: 8px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	padding: 5px .5% 6px;
	margin: 0 .2%;
	display: block;
	width: 16.4%;
}
.fee table td {
	background-color: #fff;
	border-bottom:solid 2px #a1a1a1;
	border-radius:0;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	padding: 5px .5% 4px;
	margin: 0 .2%;
	display: block;
	width: 16.4%;

}

.fee table th:last-child {
	margin-right: 0;
}

.fee table tbody {
	width: 100%;
	display: block;
}

.fee table th.blank {
	background-color: inherit;
	width: 6.1vw;
	max-width: 104px;
}

.fee table th,.fee table td {
	text-align: center;
}

.fee table td.t-fee {
	background: #004098;
	border-radius: 30px;
	color: #fff;
	padding: 2px 0;
	font-size: 15px;
	width: 6.1vw;
	max-width: 104px;
}

.fee table td small {
	font-size: 15px;
}

.option .submit_btn {
	margin-bottom: 0;
	position: absolute;
	top: -3px;
	right: -90px;
}

.option .link_btn a {
	background: #eb6100;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 286px;
	border-radius: 60px;
	cursor: pointer;
	padding: 16px 0 18px;
	border: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin: 0 auto;
	display: block;
	text-align: center;
	box-shadow: 2px 2px rgba(255,255,255,1);
}

.fee p {
	font-size: 16px;
	margin: 12px 3% 22px;
	text-align: left;
}

.square-bg {
	position: absolute;
	left: 0;
	top: -18px;
	width: 864px;
	display: block;
	z-index: 0;
}

.easy-reservation {
	width: 100%;
	padding: 60px 0 80px 150px;
	display: block;
	color: #fff;
	overflow: hidden;
}

.easy-reservation h3 {
	width: 374px;
	font-size: 30px;
	font-weight: bold;
	border: solid 2px #fff;
	border-radius: 50px;
	background-color: #3366ad;
	text-align: center;
	padding: 12px 0;
	display: block;
	margin-top: 20px;
}

.easy-reservation h4 {
	width: auto;
	font-size: 23px;
	padding: 14px 0 6px;
	display: block;
}

.easy-reservation .ttl {
	width: 280px;
	margin-right: 10px;
}

.easy-reservation .info {
	border: solid 1px #b9b9b9;
	background-color: rgba(255,255,255,0.1);
	display: inline-block;
	width: auto;
	padding: 46px 5vw 20px;
	border-radius: 22px;
	margin-top: -54px;
	margin-left: 42px;
	margin-bottom: 30px;
}

.easy-reservation .info p {
	margin-bottom: 8px;
	font-size: 25px;
	font-weight: bold;
}

.easy-reservation .info p.sub {
	margin: 5px 0 22px 0;
	font-size: 16px;
	font-weight: normal;
}

.easy-reservation .info span {
	display: inline-block;
	color: #fff100;
}

.easy-reservation span.line {
	display: inline-block;
	width: 320px;
}

/*
store
-------------------------------------------*/
main.store {
	background-image: url(../img/store_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.store .content {
	padding: 80px 0;
}

.detail {
	padding: 30px 122px;
	margin-bottom: 40px;
}

.store h2 {
	font-size: 35px;
	font-weight: bold;
	color: #000;
	display: flex;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.store h2 span {
	display: flex;
	width: 102px;
	height: 8px;
	padding-top: 22px;
	margin-right: 22px;
}

.store h2 span i {
	width: 50%;
}

.store h2 span i:first-child {
	background: #eb6100;
	width: 50px;
	height: 8px;
}

.store span i:last-child {
	background: #004098;
	width: 50px;
	height: 8px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.store .table li {
	display: flex;
}

.store .table li {
	margin-bottom: 3px;
}

.store .table li .th {
	background: #eb6100;
	color: #fff;
}

.store .table li .th {
	width: 18%;
	margin-right: 3px;
	border-radius: 4px;
}

.store .table li span {
	display: block;
	padding: 10px .7vw;
	box-sizing: border-box;
	border-bottom: solid 2px #eb6100;
}

.store .table li .td {
	background: #fff;
}

.store .table li .td {
	width: 81%;
}

#shopinfo .gmap {
	width: 980px;
	margin: 0 auto 14px;
	background: #e5e5e5;
}

#shopinfo .gmap > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#shopinfo .gmap > div iframe,
#shopinfo .gmap > div object,
#shopinfo .gmap > div embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*
guide
-------------------------------------------*/
main.guide {
	background-image: url(../img/guide_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.guide h2 small {
	font-size: 20px;
	line-height: 2;
	display: inline-block;
	padding-top: 8px;
	margin-left: 20px;

}
.box-list {
	width: 100%;
	display: flex;
	padding: 10px 100px;
	margin-bottom: 60px;
}
.box {
	background: #fff;
	width: 32.33%;
	margin: .5%;
	border-radius: 8px;
	border: solid 3px #eb6100;
	box-shadow: 15px 15px rgba(255, 115, 25, .2);
	position: relative;
}
.box-head {
	background: #eb6100;
	position: relative;
}
.box-head p {
	font-size: 20px;
}
.box-head h3 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 20px 32px;
}
.box-head h3 span {
	display: inline-block;
	color: #fff100;
}
.box .number {
	width: 100%;
	display: flex;
	color: #fff;
	padding: 20px 0 0 0;
}
.box .number span {
	display: flex;
	width: 30px;
	height: 3px;
	padding-top: 14px;
	margin-right: 8px;
	margin-left: -4px;
}
.box .number span i {
	width: 50%;
}
.box .number span i:first-child {
	background: #fff;
	width: 15px;
	height: 3px;
}
.box .number span i:last-child {
	background: #fff;
	width: 15px;
	height: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.text {
	font-size: 16px;
	padding: 25px 15px;
}
.text strong {
	font-size: 18px;
}
.arrow-left {
	position: absolute;
	right: -13px;
	bottom: 20px;
	width: 30px;
}
.arrow-pc {
	display: block;
}
.arrow-sp {
	display: none;
}
.guide-icon {
	width: 84px;
	position: absolute;
	top: 14px;
	right: 15px;
}

/*
guarantee
-------------------------------------------*/
main.guarantee {
	background-image: url(../img/guarantee_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.store .content {
	padding: 80px 0;
}

.store .content .detail {
	padding: 20px 122px;
	margin-bottom: 40px;
}

.store.guarantee .table li .td {
/*    width: 41%; */
    width: 81%;
    margin-right: 3px;
}

.store .content .table li .th {
	text-align: center;
	font-weight: bold;
}
.detail P {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 1.8;
}
.detail P span {
	display: inline-block;
	color: #eb6100;
}

.transition {
	width: 950px;
	border-radius: 1px;
	overflow: hidden;
	height: 72px;
	margin: 30px 0 50px;
}

.transition ul {
	display: flex;
}

.transition ul li {
	/*width: 33.33%;*/
	font-size: 22px;
	padding:18px 20px;
}

.bar_input {
	width: 338px;
	/*padding-left: 124px;
	padding-right: 124px;*/
	background-image: url(../img/input_trg.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 124px;
}

.form_confirm .bar_input {
	background-image: url(../img/input_trg2.png);
}

.form_complete .bar_input {
	background-image: url(../img/input_trg3.png);
}

.bar_confirm {
	width: 320px;
	background-image: url(../img/confirm_trg.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 124px;
}

.form_confirm .bar_confirm {
	background-image: url(../img/confirm_trg2.png);
}

.form_complete .bar_confirm {
	background-image: url(../img/confirm_trg3.png);
}

.bar_comp {
	width: 320px;
}

.active {
	background-color: #004098;
	color: #fff;
}

.hamburger.active {
	background-color: inherit;
}

.passive {
	background-color: #efefef;
	color: #000;
}

.transition ul li span {
	display: block;
	padding-left: 110px;
}

footer {
	width: 100%;
	background: #000;
	display: block;
	overflow: hidden;
	border-bottom: solid 12px #df6328;
}

footer .inner {
	width: 1240px;
	margin: 60px auto;
	overflow: hidden;
	display: block;
}

.footer-logo {
	display: block;
	width: 197px;
	float: left;
	padding: 2px 0;
}

.footer-info {
	display: block;
	float: right;
	width: 970px;
}

.footer-info p {
	color: #fff;
}

.footer-info p.name {
	font-size: 15px;
	display: block;
}

.footer-info address.address {
	font-size: 15px;
	display: inline-block;
	margin-right: 40px;
	color: #fff;
	font-style: normal;
}

.footer-info address.address a {
	color: #fff;
}

.footer-info small.copy {
	font-size: 15px;
	display: inline-block;
	color: #fff;
}

.footer-info small.copy i {
	font-size: 15px;
	font-style: normal;
}

.footer-info ul {
	display: flex;
	margin-bottom: 20px;
}

.footer-info ul li {
	display: block;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0 30px;
	line-height: 1;
}

.footer-info ul li:first-child {
	border-left: none;
	padding-left: 0;
}

.footer-info ul li:last-child {
	border-right: none;
}

.footer-info ul li a {
	color: #fff;
	font-size: 19px;
}

/*
form
-------------------------------------------*/

.registration-form {
  font-size: 12px;
  /*width: fit-content;
  padding: 20px;
  background: #dadada;
  border-radius: 15px;*/
  width: 950px;
  margin: 0 auto;
}

h2 {
  grid-column: span 2;
}

form {
  display: block;
  /*
  grid-template-columns: 150px 300px;
  grid-gap: 15px;*/
  overflow: hidden;
}

label {
	background: #df6328;
	color: #fff;
	font-size: 18px;
	padding: 8px 8px 12px 12px;
	width: 190px;
	height: 48px;
	margin-top: 0;
	margin-bottom: 18px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: top;
}

.form_confirm label {
	background: #fff;
	color: #df6328;
	font-size: 18px;
	padding: 8px 8px 12px 12px;
	width: 190px;
	height: 48px;
	margin-top: 0;
	margin-bottom: 18px;
	display: inline-block;
	border-radius: 4px;
}

label.mobile {
	font-size: 10px;
	padding: 3px 8px 3px 12px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

label.mobile span {
	position: absolute;
	top: 13px;
	left: 51px;
}

label small {
	display: block;
	font-size: 10px;
	margin-top: 5px
}

input:not([type='checkbox']) {
	width: 752px;
	height: 48px;
	font-size: 18px;
	padding: 11px;
	display: inline-block;
	margin-left: 4px;
	margin-top: 0;
	border: solid 1px #000;
	border-radius: 4px;
}

.form_confirm form p {
	width: auto;
	height: 48px;
	font-size: 18px;
	padding: 8px;
	display: inline-block;
	margin-left: 4px;
	margin-top: 0;
	border: none;
	border-radius: 4px;
}

input.text-year {
	width: 164px;
	height: 37px;
	margin: 6px 0 0 3px;
}

form select.select-model {
	width: 752px;
	height: 48px;
	margin-left: 3px;
}

form select.select-year {
	width: 160px;
	margin-left: 3px;
}

form select.select-time {
	width: 100px;
	margin-left: 3px;
}

textarea {
	width: 750px;
	display: inline-block;
	margin-top: 0;
	padding: 11px;
	display: inline-block;
	margin-left: 4px;
	margin-top: 0;
	border: solid 1px #000;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.2em;
}


.hobby-selection {
  display: flex;
}

.hobby-selection label {
  padding-top: 2px;
  margin-right: 10px;
}

button {
  grid-column: span 2;
  justify-self: end;
}

form span {
	display: inline-block;
	font-size: 15px;
	padding: 0 4px 0 12px;
}

form select {
	font-size: 18px;
	padding: 8px 11px 8px 6px;
	border-radius: 3px;
}

.submit_btn {
	margin-bottom: 80px;
}

.submit_btn button {
	background: #1e4a92;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 384px;
	border-radius: 60px;
	cursor: pointer;
	padding: 16px 0 18px;
	border: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin: 0 auto;
	display: block;
}

.link_btn a {
	background: #1e4a92;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 384px;
	border-radius: 60px;
	cursor: pointer;
	padding: 16px 0 18px;
	border: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.form_complete .link_btn a {
	background: #1e4a92;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 344px;
	border-radius: 60px;
	cursor: pointer;
	padding: 16px 0 18px;
	border: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.form_complete h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px;
}

.form_complete p {
	font-size: 19px;
	text-align: center;
	margin: 0 auto 110px;
}

.form_complete .submit_btn p {
	margin: 0 auto 80px;
}

.submit_btn button:hover {
	opacity: 0.7;filter: alpha(opacity=70);backface-visibility: hidden;
}

.link_btn a:hover {
	opacity: 0.7;filter: alpha(opacity=70);backface-visibility: hidden;
}

.submit_btn button span {
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	margin-left: 12px;
}

.submit_btn a span {
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	margin-left: 12px;
}

.submit_btn button span i {
	width: 32px;
	height: 32px;
	color: #1e4a92;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: "Sura", serif;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	line-height: .9;
}

.submit_btn a span i {
	width: 32px;
	height: 32px;
	color: #eb6100;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: "Sura", serif;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	line-height: .9;
}

.privacy_link {
	font-size: 19px;
	margin: 0 auto 62px;
	text-align: center;
}

.privacy_link a {
	color: #df6328;
	text-decoration: underline;
}

.form_confirm .submit_btn {
	width: 600px;
	display: flex;
	margin: 80px auto 80px;
}

.form_confirm .submit_btn button {
	width: 280px;
}

.form_confirm .submit_btn button:first-child {
	background: #dcdddd;
	color: #000;
	outline: solid 1px #000;
}

.form_confirm .submit_btn button:first-child span i {
	color: #000;
}

.error {
	width: 950px;
	text-align: center;
	border: solid 1px #df6328;
	padding: 16px 0;
	margin: 0 auto 20px;
	border-radius: 3px;
}

.error p {
	font-size: 22px;
	font-weight: bold;
	color: #df6328;
}

label span {
	color: #fff;
	display: inline-block;
}

p.required {
	font-size: 17px;
	font-weight: bold;
	margin: 20px auto 8px;
	text-align: center;
	color: red;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 2.5vw;
  top   : 2vw;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 71,70,73,0.6 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}

nav.globalMenuSp ul li:first-child {
	margin-top: 80px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}/*
nav.globalMenuSp ul li:hover{
  background :#ddd;
}*/

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  background: #df6328;
  width: 290px;
  border-radius: 100px;
  text-align: center;margin: 0 auto;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	transform: translateX(0%);
}

@media screen and (max-width:1740px) {

	main.main-top {
		width: 100%;
		background-color: #004098;
		padding: 0;
		background-image: url(../img/top_bg1.jpg);
		background-size: 72%;
		background-repeat: no-repeat;
	}

	.square-bg {
		position: absolute;
		left: -6vw;
		top: -2vw;
		width: 55vw;
		display: block;
		z-index: 0;
	}

	.car-class {
		margin-bottom: 1vw;
		padding-top: 2vw;
	}

	.content-top h3 span {
		display: flex;
		width: 5vw;
		height: 5px;
		padding-top: 14px;
		margin-right: 2vw;
	}

	.content-top h3 span i:first-child {
		background: #eb6100;
		width: 4vw;
		height: 5px;
	}

	.content-top h3 span i:last-child {
		background: #fff;
		width: 4vw;
		height: 5px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.content-top h3 {
		font-size: 30px;
		margin-bottom: 13px;
	}

	.car-class .inner {
		width: 94%;
		height: auto;
		background-color: #fff;
		background-size: 36%;
		margin: 0 0 0 -60px;
		border-top-right-radius: 38px;
		border-bottom-right-radius: 38px;
		padding: 2vw 2vw 2vw 5vw;
		box-shadow: 2vw 2vw rgba(255, 255, 255, .1);
	}

	.car-class .inner2 {
		width: 94%;
		height: auto;
		background-color: #fff;
		background-size: 36%;
		margin: 0 0 0 -60px;
		border-top-right-radius: 38px;
		border-bottom-right-radius: 38px;
		padding: 2vw 2vw 2vw 5vw;
		box-shadow: 2vw 2vw rgba(255, 255, 255, .1);
	}

	.car-image {
		width: 35%;
		padding: 2.5% 0 0 2vw;
	}

	.car-image img {
		width: 30vw;
	}

	.car-image.hiace {
		width: 35%;
		padding: 50px 0 0 2vw;
	}

	.car-image.hiace img {
		width: 30vw;
	}

	.car-info {
		width: 63%;
		float: right;
	}

	.option .submit_btn {
		top: 0;
		right: -5vw;
	}

	.fee {
		margin-top: 1%;
	}

	.fee p {
		font-size: 16px;
		margin: 2px 3% 18px;
		text-align: left;
	}

	.fee table th {
		border-radius: 8px;
		font-size: 15px;/*
		font-weight: normal;
		padding: 4px 0 5px;
		margin: 0 .2% 0 0;
		display: inline-block;
		width: 6.8vw;*/
	}

	.fee table {
		padding: 3% 2% 1%;
	}

	.fee table td {
		font-size: 19px;/*
		font-weight: normal;
		padding: 4px 0 7px;
		margin: 0 .2% 0 0;
		display: inline-block;
		width: 6.8vw;*/
	}

	.fee table th.blank {
		width: 6.5vw;
	}

	.fee table td.t-fee {
		background: #004098;
		border-radius: 30px;
		color: #fff;
		padding: 2px 0;
		font-size: 15px;
		width: 6.5vw;
	}

	.option table tr td {
		background-color: #fdefe5;
		border-radius: 8px;
		width: 11vw;
		min-width: 11vw;
		display: inline-block;
		color: #eb6100;
		margin-right: 6px;
		font-size: 18px;
	}

	.easy-reservation {
		width: 100%;
		padding: 3vw 0 4vw 5vw;
		display: block;
		color: #fff;
		overflow: hidden;
	}
/*
	.easy-reservation h3 {
		width: 19vw;
		font-size: 21px;
		border: solid 2px #fff;
		border-radius: 50px;
		background-color: rgba(255, 255, 255, 0.2);
		text-align: center;
		padding: 8px 0;
		display: block;
	}
*/
	.easy-reservation h4 {
		width: auto;
		font-size: 21px;
		padding: 12px 0;
		display: block;
	}

	.easy-reservation .ttl {
		width: 20vw;
		margin-right: 10px;
	}

	.content-top h3 {
		font-size: 25px;
		margin-bottom: 13px;
	}

	.easy-reservation .info p {
		margin-bottom: 5px;
	}

	.easy-reservation .info {
	    padding: 46px 4vw 20px;
	}

	.easy-reservation .info p {
	    font-size: 21px;
	}

	.easy-reservation .info p.sub {
	    font-size: 14px;
	}
}

@media screen and (max-width:1500px) {

	header h1 {
	    width: 140px;
	    margin: 12px 26px;
	}
	header nav {
	    width: 626px;
	    margin: 16px 30px;
	}
	header nav ul {
	    display: flex;
	    width: max-content;
	    margin: 0 auto;
	    text-align: center;
	}
	header nav ul li {
	    margin: 12px 0;
	    padding: 0 28px;
	}
	header nav ul li a {
	    font-size: 18px;
	}
	.option table tr td span {
	    width: 20px;
	    margin: 7px 6px 7px 12px;
	}
	.option table tr td {
        font-size: 15px;
    }
}

@media screen and (max-width:1200px) {

	.nav-pc {
		display: none;
	}

	.nav-sp {
		display: block;
	}

	header h1 {
		width: 130px;
		float: left;
		margin: 18px 32px;
	}

	main {
		width: 100%;
		padding: 30px;
	}

	.inner {
		width: 100%;
		margin: 0 auto;
	}

	.title h2 {
		font-size: 36px;
	}

	.title h2 span {
		display: block;
		width: 98px;
		height: 4px;
		border-radius: 2px;
		background: #df6328;
		margin: 18px auto 0;
	}

	.car-class .inner {
		width: 94%;
		height: auto;
		background-color: #fff;
		background-size: 56%;
		margin: 0 auto;
		border-top-right-radius: 18px;
		border-bottom-right-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-top-left-radius: 18px;
		border-bottom-right-radius: 18px;
		padding: 3vw 3vw 3vw 3vw;
		box-shadow: 1.5vw 1.5vw rgba(255, 255, 255, .1);
		position: relative;
		background-image: url(../img/trust_logo_bg_sp.png);
		background-repeat: no-repeat;
	}

	.car-class .inner2 {
		width: 94%;
		height: auto;
		background-color: #fff;
		background-size: 56%;
		margin: 0 auto;
		border-top-right-radius: 18px;
		border-bottom-right-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-top-left-radius: 18px;
		border-bottom-right-radius: 18px;
		padding: 3vw 3vw 3vw 3vw;
		box-shadow: 1.5vw 1.5vw rgba(255, 255, 255, .1);
		position: relative;
		background-image: url(../img/trust_logo_bg_sp.png);
		background-repeat: no-repeat;
	}

	.car-image {
		width: 100%;
		float: none;
	}

	.car-image.hiace {
		width: 100%;
		float: none;
	}

	.option {
		position: relative;
		width: 100%;
		display: block;
		margin: 20px 0;
	}

	.option table tr td span {
		width: 21px;
		display: inline-block;
		margin: 7px 10px 7px 16px;
	}

	.option table tr td {
		background-color: #fdefe5;
		border-radius: 8px;
		width: 17vw;
		min-width: 17vw;
		display: inline-block;
		color: #eb6100;
		margin-right: 4px;
		font-size: 15px;
	}

	.option .submit_btn {
		top: 0;
		right: 10px;
	}

	.car-info {
		width: 100%;
		float: none;
	}

	.car-image img {
		width: 70%;
		margin: 0 auto;
	}

	.car-image.hiace img {
		width: 70%;
		margin: 0 auto;
	}

	.option .link_btn a {
		background: #eb6100;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		width: 226px;
		border-radius: 60px;
		cursor: pointer;
		padding: 16px 0 18px;
		border: none;
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		transition: 0.2s linear;
		margin: 0 auto;
		display: block;
		text-align: center;
		box-shadow: 2px 2px rgba(255, 255, 255, 1);
	}

	.fee table th {
		font-size: 15px;
		padding: 5px 1px;/*
		margin: 0 .2% 0 0;
		display: inline-block;
		width: 88px;*/
	}

	.fee table td {
		font-size: 15px;
		padding: 5px 1px;
		margin: 0 .2% 0 0;/*
		display: inline-block;
		width: 88px;*/
	}

	.registration-form {
		width: 100%;
		margin: 0 auto;
	}

	.transition ul li span {
		display: block;
		padding-left: 33%;
	}

	.fee table td.t-fee {
		background: #004098;
		border-radius: 30px;
		color: #fff;
		padding: 2px 0;
		font-size: 11px;
	}

	.fee table th {
		font-size: 14px;
		padding: 5px 1px 4px;/*
		margin: 0 3px 0 0;
		width: 10.5vw;*/
	}

	.fee table td {
		font-size: 18px;
		padding: 10px 1px 6px;
		margin: 0 3px 0 0;/*
		display: inline-block;
		width: 10.5vw;*/
	}

	.content {
		width: 100%;
		border-radius: 20px;
		padding: 60px 7vw;
		background-image: url(../img/trust_bg.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	main.form {
		 background-image: url(../img/form_bg_sp.jpg);
	}

	.transition {
		width: 100%;
		border-radius: 1px;
		overflow: hidden;
		height: 72px;
		margin: 30px 0 50px;
	}

	.bar_input {
		width: 36%;
		background-image: url(../img/input_trg.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 124px;
	}

	.form_confirm .bar_input {
		background-image: url(../img/input_trg2.png);
	}

	.form_complete .bar_input {
		background-image: url(../img/input_trg3.png);
	}

	.bar_confirm {
		width: 33%;
		background-image: url(../img/confirm_trg.png);
		background-position: right;
		background-repeat: no-repeat;
		padding-left: 124px;
	}

	.form_confirm .bar_confirm {
		background-image: url(../img/confirm_trg2.png);
	}

	.form_complete .bar_confirm {
		background-image: url(../img/confirm_trg3.png);
	}

	.bar_comp {
		width: 31%;
	}

	footer {
		width: 100%;
		border-bottom: solid 8px #df6328;
		padding: 10px 2vw;
	}

	footer .inner {
		width: 100%;
		margin: 40px auto;
	}

	.footer-logo {
		display: block;
		width: 100%;
		float: none;
		padding: 2px 0;
		margin-bottom: 20px;
	}

	.footer-info {
		display: block;
		float: none;
		width: 100%;
	}

	.hamburger {
	  display : block;
	  position: fixed;
	  z-index : 3;
	  right : 30px;
	  top   : 20px;
	  width : 42px;
	  height: 42px;
	  cursor: pointer;
	  text-align: center;
	}

	form span {
		padding: 0 4px 0 0;
		margin-bottom: 2px;
	}

	form label span {
		padding: 0 4px 0 12px;
		font-size: 18px;
	}

	label {
		background: #df6328;
		color: #fff;
		font-size: 18px;
		padding: 8px 8px 12px 12px;
		width: 100%;
		height: 48px;
		margin-top: 15px;
		margin-bottom: 12px;
		display: block;
		border-radius: 4px;
	}

	input:not([type='checkbox']) {
		width: 100%;
		height: 48px;
		font-size: 18px;
		padding: 11px;
		display: inline-block;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 20px;
		border: solid 1px #000;
		border-radius: 4px;
	}

	input.text-year {
		width: 100%;
		height: 48px;
		margin: 0 0 5px 0;
	}

	label small {
		font-size: 18px;
		display: inline-block;
		margin-top: 5px;
	}

	form small br {
		display: none;
	}

	textarea {
		width: 100%;
		margin: 0;
	}

	.error {
		width: 100%;
		margin: 0 auto 12px;
	}

	.error p {
		font-size: 18px;
	}

	label.mobile span {
		position: relative;
		top: auto;
		left: auto;
	}

	main.store {
		background-image: url(../img/store_bg_sp.jpg);
	}

	main.guarantee {
		background-image: url(../img/guarantee_bg_sp.jpg);
	}

	main.guide {
		background-image: url(../img/guide_bg_sp.jpg);
	}
	.fee p {
		margin: 8px 0 24px;
		text-align: left;
		padding: 0 2%;
	}
	.easy-reservation .info p {
	    font-size: 19px;
	}
	.easy-reservation .info p.sub {
	    font-size: 12px;
	}

	#shopinfo .gmap {
		width: 100%;
		margin: 0 auto 14px;
		background: #e5e5e5;
	}
}

@media screen and (max-width:1080px) {

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}

	.slick-slide img {
		min-width: 100%;
	}

	.title h2 {
		font-size: 32px;
		line-height: 1.3;
	}

	.title h2 span {
		display: block;
		width: 88px;
		height: 4px;
		border-radius: 2px;
		background: #df6328;
		margin: 14px auto 0;
	}

	.content {
		width: 100%;
		border-radius: 15px;
		padding: 30px 4vw;
	}

	.content-top h3 span i:first-child {
		background: #eb6100;
		width: 4vw;
		height: 5px;
	}

	.content-top h3 span {
		display: flex;
		width: 5vw;
		height: 8px;
		padding-top: 1.6vw;
		margin-right: 2vw;
	}

	.content-top h3 span i:last-child {
		background: #fff;
		width: 4vw;
		height: 5px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 30px;
		top   : 20px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}

	form select {
		margin-bottom: 6px;
	}

	.detail {
		padding: 14px 7vw;
		margin-bottom: 40px;
	}

	.store .content {
		width: 100%;
		border-radius: 8px;
		padding: 50px 0;
		background-image: url(../img/trust_bg.png);
		background-size: 70%;
	}

	.store h2 {
		font-size: 26px;
		font-weight: bold;
		color: #000;
		display: flex;
		margin-bottom: 15px;
		position: relative;
		z-index: 1;
	}

	.store h2 span {
		display: flex;
		width: 5.5vw;
		height: 4px;
		padding-top: 18px;
		margin-right: 1.7vw;
	}

	.store h2 span i {
		width: 50%;
	}

	.store h2 span i:first-child {
		background: #eb6100;
		width: 3vw;
		height: 4px;
	}

	.store span i:last-child {
		background: #004098;
		width: 3vw;
		height: 4px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}

	.store .table li .th {
		width: 29%;
		font-size: 12px;
	}

	.store .table li .td {
		width: 70%;
		font-size: 12px;
	}

	.store .table li span {
		padding: 5px .7vw;
	}

	.box-list {
		width: 100%;
		display: flex;
		padding: 10px 4vw;
		margin-bottom: 50px;
	}

	.store .content .detail {
		padding: 20px 6vw;
		margin-bottom: 30px;
	}

	form select.select-model {
		width: 100%;
		height: 48px;
		margin-left: 0;
	}

	form select.select-year {
		width: 100%;
		margin-left: 0;
	}

	form select.select-time {
		width: 100%;
		height: 48px;
		margin-left: 0;
	}

	textarea {
		width: 100%;
		margin: 0;
	}

	.footer-info small.copy {
		display: block;
	}

	.easy-reservation h3 {
	    width: 320px;
	    font-size: 26px;
	}

    .content-top h3 {
        font-size: 22px;
        margin-bottom: 13px;
    }

	.fee p {
		margin: 5px 0 18px;
	}

	    .easy-reservation .info p {
        font-size: 17px;
    }
}

@media screen and (max-width:800px) {

	header {
		background-image: url(../img/head_bg_sp.svg);
		background-size: auto 100px;
	}

	header h1 {
		width: 110px;
		float: left;
		margin: 15px 12px;
	}

	main {
		width: 100%;
		padding: 0;
	}

	.inner {
		width: 100%;
		margin: 0 auto;
	}

	.title h2 {
		font-size: 22px;
	}

	.title h2 span {
		display: block;
		width: 78px;
		height: 3px;
		border-radius: 2px;
		background: #df6328;
		margin: 8px auto 0;
	}

	.content-top h3 span {
		display: flex;
		width: 10vw;
		height: 8px;
		padding-top: 12px;
		margin-right: 3vw;
	}

	.square-bg {
		position: absolute;
		left: -6vw;
		top: -5px;
		width: 75vw;
		display: block;
		z-index: 0;
	}

	.easy-reservation {
		width: 100%;
		padding: 3vw 2vw 4vw 2vw;
		display: flex;
		color: #fff;
		overflow: hidden;
	}

	.content-top h3 {
		font-size: 20px;
	}

	.content-top .ttl h3 {
		font-size: 21px;
		margin-top: 15px;
		margin-bottom: 10px;
		border: solid 1px #fff;
		width: auto;
		padding: 10px 10px;
	}

	.easy-reservation .info {
		display: inline-block;
		width: 100%;
		padding: 20px 5vw;
		border-radius: 22px;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.content-top .ttl h3 span {
		display: flex;
		width: 12vw;
		height: 8px;
		padding-top: 17px;
		margin-right: 4vw;
	}

	.content-top h3 span i:first-child {
		width: 10vw;
		height: 5px;
	}

	.content-top h3 span i:last-child {
		width: 10vw;
		height: 5px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	.car-class {
		overflow-x: hidden;
	}
	.car-class .inner {
		width: 100%;
		background-size: 66%;
		border-radius: 0;
		padding: 2vw 2vw 3vw 2vw;
	}

	.car-class .inner2 {
		width: 100%;
		background-size: 66%;
		border-radius: 0;
		padding: 2vw 2vw 3vw 2vw;
	}

	.car-image.hiace {
		padding: 4% 0 0 2vw;
	}

	.car-image img {
		width: 100%;
		margin: 0 auto;
		padding: 4%;
	}

	.car-image.hiace img {
		width: 100%;
		margin: 0 auto;
		padding: 3%;
	}

	.option {
		margin: 0;
	}

	.option .submit_btn {
		top: 20px;
		right: 0;
	}

	.option .link_btn a {
		width: 26vw;
		font-size: 12px;
		padding: 10px 0 11px;
	}

	.submit_btn a span {
		width: 18px;
		height: 18px;
		background: #fff;
		border-radius: 100px;
		display: inline-block;
		vertical-align: bottom;
		text-align: center;
		position: relative;
		margin-left: 12px;
	}

	.submit_btn a span i {
		width: 15px;
		height: 15px;
		font-size: 16px;
		line-height: .8;
	}

	.option table tr td {
		border-radius: 4px;
		width: 21vw;
		min-width: 21vw;
		margin-right: 2px;
		font-size: 10px;
	}

	.option table tr td span {
		width: 13px;
		display: inline-block;
		margin: 6px 4px 5px 5px;
	}

	.option table tr {
		margin: 4px 0 4px;
	}

	.fee {
		border-radius: 6px;
		margin-top: 4px;
		text-align: center;
	}

	.fee table td.t-fee {

		font-size: 10px;
		padding: 3px 0;
	}

	.fee table {
		padding: 2% 1% 0;
	}

	.fee table th.blank {
		width: 8vw;
	}

	.fee table td.t-fee {
		padding: 2px 4px 0;
		font-size: 8px;
		width: 8vw;
	}

	.fee table tr {
		width: 100%;
	}

	.fee table th {
		font-size: 11px;
		font-weight: bold;
		padding: 5px 1px 4px;
		border-radius: 4px; /*
		margin: 0 1px 0 0;
		width: 13.4%;*/
	}

	.fee table td {
		font-size: 14px;
		padding: 10px 1px 6px;
		margin: 0 1px 0 0;/*
		display: inline-block;
		width: 13.4%;*/
	}

	.fee table td small {
		font-size: 11px;
	}

	.fee p {
		font-size: 11px;
		margin: 6px 0 10px;
		width: 100%;
		text-align: left;
	}

	.easy-reservation {
		width: 100%;
		padding: 3vw 2vw 4vw 2vw;
		display: block;
	}

	.easy-reservation h4 {
		width: auto;
		font-size: 17px;
		padding: 2px 0 10px;
		display: block;
	}

	.easy-reservation .info p {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 1.7;
	}

	.easy-reservation .info p.sub {
		margin: 5px 0 12px 0;
		font-size: 11px;
		font-weight: normal;
	}

	.easy-reservation .ttl {
		width: 100%;
		margin-right: 0;
	}

	.easy-reservation span.line {
	    width: 70%;
	}

	.registration-form {
		width: 100%;
		margin: 0 auto;
	}

	.transition ul li span {
		display: block;
		padding-left: 24%;
		font-size: 14px;
	}

	.content {
		width: 100%;
		border-radius: 0;
		padding: 15px;
		background-image: none;
	}

	.detail P {
		font-size: 16px;
	}

	.transition {
		width: 100%;
		border-radius: 1px;
		overflow: hidden;
		height: 72px;
		margin: 10px 0 20px;
	}

	.transition ul li {
		/* width: 33.33%; */
		font-size: 19px;
		padding: 20px;
	}

	.form_confirm label {
		background: #fff;
		color: #df6328;
		font-size: 18px;
		padding: 0 8px 2px 12px;
		width: 100%;
		height: auto;
		margin-top: 4px;
		margin-bottom: 8px;
		display: block;
		border-radius: 0;
		border-left: solid 3px #df6328;
	}

	label small {
		display: inline-block;
		font-size: 18px;
		margin-top: 5px;
	}

	.form_confirm form p {
		width: auto;
		height: auto;
		font-size: 18px;
		padding: 8px;
		display: inline-block;
		margin-left: 4px;
		margin-top: 0;
		margin-bottom: 10px;
		border: none;
		border-radius: 4px;
	}

	.bar_input {
		width: 36%;
		background-image: url(../img/input_trg.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 124px;
	}

	.form_confirm .bar_input {
		background-image: url(../img/input_trg2.png);
	}

	.form_complete .bar_input {
		background-image: url(../img/input_trg3.png);
	}

	.bar_confirm {
		width: 33%;
		background-image: url(../img/confirm_trg.png);
		background-position: right;
		background-repeat: no-repeat;
		padding-left: 124px;
	}

	.form_confirm .bar_confirm {
		background-image: url(../img/confirm_trg2.png);
	}

	.form_complete .bar_confirm {
		background-image: url(../img/confirm_trg3.png);
	}

	.bar_comp {
		width: 31%;
	}

	.form_confirm .submit_btn {
		width: 100%;
		display: block;
		margin: 40px auto 50px;
	}

	.footer-info address.address {
		font-size: 14px;
		display: block;
		margin-right: 0;
	}

	.footer-info ul li {
		padding: 0 15px;
		line-height: 1;
	}

	.footer-info ul li a {
		font-size: 12px;
	}

	.footer-info small.copy {
		font-size: 13px;
		display: inline-block;
	}

	.footer-info small.copy i {
		font-size: 15px;
	}

	.form_confirm .submit_btn button:first-child {
		margin-bottom: 12px;
	}

	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 20px;
		top   : 15px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}

	.submit_btn button {
		width: 300px;
	}

	.form_complete h3 {
		font-size: 23px;
		margin: 40px auto 30px;
	}

	.form_complete p {
		font-size: 17px;
		margin: 0 auto 80px;
		width: 90%;
	}

	.store .content {
		border-radius: 0;
		padding: 50px 0;
		background-image: url(../img/trust_bg.png);
		background-size: 70%;
	}

		.store h2 {
		font-size: 22px;
		font-weight: bold;
		color: #000;
		display: flex;
		margin-bottom: 15px;
		position: relative;
		z-index: 1;
	}

	.store h2 span {
		width: 5.5vw;
		height: 4px;
		padding-top: 14px;
	}

	.detail {
		padding: 2px 7vw;
		margin-bottom: 40px;
	}

	.box-list {
		width: 100%;
		display: block;
		padding: 10px 6vw;
		margin-bottom: 50px;
	}

	.box {
		width: 100%;
		margin-bottom: 15px;
	}

	.guide h2 small {
		font-size: 12px;
		line-height: 2;
		display: inline-block;
		padding-top: 6px;
		margin-left: 10px;
	}

	.box-head h3 {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		padding: 0 0 20px 32px;
	}

	.box-list.chart {
		padding: 10px 2px 0 0;
	}

	.store .content .detail {
		padding: 20px 5vw;
		margin-bottom: 30px;
	}

	.arrow-pc {
		display: none;
	}

	.arrow-sp {
		display: block;
	}

	.arrow-bottom {
		position: absolute;
		right: 8px;
		bottom: -13px;
		width: 50px;
	}
}

@media screen and (max-width:420px) {

	.fee table th {
		border-radius: 5px;
		font-size: 8px;
		padding: 4px 0 4px;/*
		margin: 0;
		width: 13.4%;*/
	}

	.fee table td {
		font-size: 12px;
		padding: 10px 0 6px;
		margin: 0 1px;

		/*

		margin: 0;
		width: 13.4%;*/
	}

	 .content-top h3 {
		font-size: 18px;
	}
}

@media screen and (max-width:380px) {

	.content-top h3 span {
		padding-top: 12px;
	}

	.fee {
		border-radius: 8px;
	}

	.fee table {
		padding: 6px 2px 0 2px;
	}

	.fee table th {
		border-radius: 5px;
		font-size: 8px;
		padding: 4px 0 4px;/*
		margin: 0 0 0 0;
		width: 13.4%;*/
	}

	.fee table td {
		background-color: #fff;
		border-radius: 0;
		color: #000;
		font-size: 10px;
		padding: 8px 0 6px;/*
		margin: 0 0 0 0;
		display: inline-block;
		width: 13.4%;
		border-bottom: solid 2px #eb6100;*/
	}

	.fee p {
		font-size: 9px;
		margin: 5px 0 4px;
	}

	.fee table td small {
		font-size: 8px;
	}

	.guide h2 small {
		font-size: 9px;
		padding-top: 9px;
		margin-left: 10px;
	}

	.form_complete .link_btn a {
		width: 296px;
	}

	.transition ul li span {
		display: block;
		padding-left: 18%;
	}

	footer .inner {
		margin: 20px auto;
	}
	.footer-info ul li {
		padding: 0 10px 4px 10px;
	}

	.footer-info ul li a {
		font-size: 11px;
	}
}


