@charset "UTF-8";
/* CSS Document */

body {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.6;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

a:hover {
	opacity: .7;
}

a img:hover {
	opacity: .7;
}

br.pc_none {
	display: none;
}

@media screen and (max-width: 600px) {
	br.sp_none {
		display: none;
	}

	br.pc_none {
		display: block;
	}
}

/* ===================================
header
=================================== */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	height: 90px;
	border-bottom: solid 1px #666;
}

.header img {
	display: block;
}

.logo {
	display: flex;
	align-items: center;
}

.kumiai {
	font-size: 16px;
	text-align: left;
	padding-left: 17px;
	color: #003459;
}

.kumiai .sp {
	display: none;
}

.header_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
	height: 100%;
	box-sizing: border-box;
}

.tel img {
	width: 208px;
}

.tel_jikan_sp {
	display: none;
}

a.cv_btn_sp {
	display: none;
}

.uketsukejikan {
	padding-top: 4px;
}

.uketsukejikan img {
	width: 208px;
}

.sanka {
	padding-left: 6px;
}

.infomation {
	display: flex;
	align-items: center;
}


@media screen and (max-width: 1024px) {
	.logo {
		flex-direction: column;
	}

	.logo img {
		width: 200px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	.header {
		height: 70px;
	}

	.header img {
		width: 100%;
	}

	.header_in {
		padding: 10px;
	}

	.tel_jikan {
		display: none;
	}

	.tel_jikan_sp {
		border-radius: 4px;
		display: block;
		background: #003459;
		position: relative;
		padding: 5px;
		margin-left: 6px;
	}

	.tel_jikan_sp a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.tel_jikan_sp i {
		color: #fff;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: solid 1px #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
	}

	.logo {
		width: 150px;
	}

	.kumiai {
		font-size: 10px;
		padding: 0;
		line-height: 1.2;
		text-align: center;
	}

	.kumiai .sp {
		display: block;
	}

	a.cv_btn_pc {
		display: none;
	}

	a.cv_btn_sp {
		display: block;
		color: #fff;
		background: #ff0000;
		height: 52px;
		width: 120px;
		font-weight: bold;
		line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
	}
}

/* ===================================
common
=================================== */
section {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
	padding-top: 30px;
	padding-bottom: 150px;
}

.page_name {
	text-align: center;
	padding-top: 70px;
}

.page_name img {
	width: 70px;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #003459;
	margin-top: 16px;
}

h2 span {
	font-weight: 100;
	font-size: 36px;
	line-height: 1px;
}

h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #003459;
	text-decoration: underline;
	text-decoration-color: #003459;
	text-underline-offset: 6px;
}

@media screen and (max-width: 1024px) {
	section {
		padding-top: 30px;
		padding-bottom: 110px;
	}

	h2 {
		font-size: 24px;
	}

	h2 span {
		font-size: 24px;
	}

	h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 600px) {
	section {
		padding-top: 30px;
		padding-bottom: 90px;
	}

	.page_name {
		padding-top: 40px;
	}

	.page_name img {
		width: 60px;
		height: auto;
	}

	h2 {
		font-size: 20px;
		margin-top: 20px;
	}

	h2 span {
		font-size: 20px;
	}

	h3 {
		font-size: 20px;
	}
}


/* ===================================
mainvisual
=================================== */
.mainvisual {
	background: linear-gradient(to right, rgba(255, 255, 255, 1)40%, rgba(255, 255, 255, .9)45%, rgba(255, 255, 255, 0)70%), url(../img/main.jpg) no-repeat 100% 0%;
	background-size: contain;
	height: 725px;
	position: relative;
	margin: 90px auto 0;
	padding: 0 20px;
	max-width: 1400px;
}

.maincopy {
	padding-top: 50px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.maincopy img {
	max-width: 584px;
}

.icon {
	padding-top: 30px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.icon img {
	width: 218px;
	height: 218px;
}

.sideber_text {
	position: absolute;
	max-width: 1000px;
	width: 98%;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	bottom: 0;
	background: #fff;
	border-radius: 4px;
}

.sideber_text a {
	max-width: 1000px;
	background: #ff0000;
	margin: 0 auto;
	padding: 22px 0px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	display: block;
	border-radius: 4px;
	font-weight: bold;
	box-shadow: 4px 4px #707070;
}

.fa-chevron-right {
	margin-left: 20px;
}

.fa-chevron-right:before {
	content: "\f054";
}


@media screen and (max-width: 1024px) {

	.mainvisual {
		height: 596px;
	}

	.maincopy {
		padding-top: 42px;
	}

	.maincopy img {
		width: 62%;
	}

	.icon img {
		width: 20%;
		height: auto;
		padding-bottom: 24px;
	}
}


@media screen and (max-width: 768px) {

	.mainvisual {
		height: 500px;
		background-size: cover;
		margin: 70px auto 0;
	}

	.maincopy img {
		margin-bottom: 44px;
		width: 100%;
		margin-top: -141px;
	}

	.icon {
		padding-top: 0px;
	}

	.icon img {
		width: 36%;
	}

	.maincopy {
		padding-top: 178px;
	}

	.maincopy,
	.icon {
		width: 60%;
		margin: 0;
	}
}


@media screen and (max-width: 600px) {
	.mainvisual {
		margin-top: 70px;
	}

	.sideber_text a {
		font-size: 14px;
	}

	.fa-chevron-right {
		margin-left: 15px;
	}
}


@media screen and (max-width: 420px) {
	.mainvisual {
		height: 240px;
		margin: 260px auto 0;
		background: url(../img/main.jpg) no-repeat 100% 0;
		background-size: cover;
	}

	.maincopy,
	.icon {
		width: 100%;
		padding-top: 12px;
	}

	.maincopy img {
		margin-top: -190px;
	}

	.icon img {
		padding-top: 168px;
		width: 42%;
	}

	.icon {
		margin: 0 auto;
		padding-top: 8px;
		text-align: center;
	}

	.sideber_text {
		position: relative;
		transform: none;
		left: auto;
		width: 100%;
	}
}


@media screen and (max-width: 320px) {
	.mainvisual {
		margin: 218px auto 0;
	}
}

/* ===================================
content01
=================================== */
.content01 .page_name {
	padding-top: 114px;
}

.content01_gazou {
	max-width: 1000px;
	display: flex;
	padding-top: 48px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content01_gazou img {
	max-width: 287px;
}

.left,
.center,
.right {
	margin: 0 0px 20px;
	max-width: 287px;
}

.gazoutext {
	font-size: 14px;
	text-align: left;
	margin-top: 8px;
}

.content01_text {
	font-size: 18px;
	text-align: left;
	letter-spacing: 0.5px;
	padding-top: 50px;
}


@media screen and (max-width: 1024px) {
	.content01_gazou {
		justify-content: center;
	}

	.left,
	.center,
	.right {
		margin: 0 10px 20px;
	}

	.content01_text {
		padding-top: 36px;
	}
}

@media screen and (max-width: 600px) {
	.content01 .page_name {
		padding-top: 40px;
	}

	.content01_gazou {
		margin-bottom: 40px;
	}

	.content01_text {
		padding-top: 30px;
		font-size: 16px;
	}
}

@media screen and (max-width: 420px) {
	.content01 {
		margin-top: 200px;
	}
}

/* ===================================
content02
=================================== */
.content02Bg {
	background-color: #eeeeee;
	background-size: cover;
}

.content02wrap {
	padding-top: 46px;
}

.content02 .List {
	margin-top: 50px;
	background-color: #003459;
	padding: 52px 40px 40px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.content02 .List li {
	background-color: #fff;
	width: 100%;
	max-width: 280px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	color: #003459;
	position: relative;
}

.content02 .List li:nth-child(1)::before {
	content: "1";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	background-color: #8f8342;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 25px);
	top: -28px;
	z-index: 2;
}

.content02 .List li:nth-child(2)::before {
	content: "2";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	background-color: #8f8342;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 25px);
	top: -28px;
	z-index: 2;
}

.content02 .List li:nth-child(3)::before {
	content: "3";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	background-color: #8f8342;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 25px);
	top: -28px;
	z-index: 2;
}

.content02 .List li::after {
	content: "";
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #003459;
}

.extraText {
	font-size: 18px;
}

@media screen and (max-width: 1024px) {
	.content02 .List {
		justify-content: center;
		flex-wrap: wrap;
	}

	.content02 .List li {
		margin: 0 10px 34px;
	}
}


@media screen and (max-width: 1020px) {
	.content02 .List {
		padding: 52px 40px 0px;
	}
}

@media screen and (max-width: 600px) {
	.content02 .List {
		padding: 52px 20px 0px;
	}

	.content02 .List li {
		font-size: 16px;
	}



	.content02 .List li:nth-child(1)::before,
	.content02 .List li:nth-child(2)::before,
	.content02 .List li:nth-child(3)::before {
		width: 44px;
		height: 44px;
		font-size: 16px;
		left: calc(50% - 22px);
		top: -28px;
	}

	.extraText {
		font-size: 16px;
	}
}

/* ===================================
content03
=================================== */

.content03 .textArea.first {
	margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
	.content03 .textArea.first {
		margin-bottom: 50px;
	}
}

/* ===================================
model
=================================== */
.modelBg {
	background-color: #eeeeee;
	background-size: cover;
}

.modelcontents {
	padding-bottom: 36px;
	padding-top: 26px;
}

.modelwaku {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	padding-top: 13px;
}

.navyleft {
	width: 300px;
	position: relative;
	color: #fff;
	background-color: #003459;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navyleft::after {
	position: absolute;
	top: 50%;
	left: 2.2em;
	transform: translateY(-50%);
	content: '';
	width: 1px;
	height: 45px;
	background-color: white;
}

.whiteright {
	width: calc(100% - 320px);
	min-height: 104px;
	padding: 10px;
	background-color: #fff;
	font-size: 22px;
	color: #003459;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navycopy {
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.whitecopy {
	font-size: 22px;
	color: #003459;
}

.whitecopygyou {
	font-size: 22px;
	color: #003459;
	padding: 26px 0 16px;
	align-items: center;
}

.model .extraText {
	margin-bottom: 68px;
}

.model .content01_gazou {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.navycopy {
		text-align: center;
		font-size: 18px;
	}

	.whitecopy {
		font-size: 18px;
	}

	.whitecopygyou {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {

	.whitecopygyou {
		font-size: 16px;
	}

	.modelwaku {
		padding-top: 16px;
		display: block;
	}

	.navyleft {
		height: 40px;
		width: auto;
		padding: 15px;
	}

	.navyleft::after {
		transform: translateY(-50%);
		height: 36px;
	}

	.navycopy {
		padding-right: 14px;
		font-size: 16px;
	}

	.whitecopy {
		font-size: 16px;
	}

	.whitecopygyou {
		font-size: 16px;
	}

	.whiteright {
		height: 130px;
		width: auto;
		padding: 16px;
	}
}


@media screen and (max-width: 600px) {

	.modelcontents {
		padding-top: 40px;
	}

}


/* ===================================
.message
=================================== */

.message .text {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #003459;
	margin-top: 40px;
}

.messagecontents {
	margin: 0 auto;
	max-width: 1000px;
	height: auto;
	display: flex;
	padding-top: 48px;
	flex-wrap: wrap;
}

.messagewaku01 {
	background: url(../img/sono1.svg) no-repeat;
	background-size: contain;
	max-width: 324px;
	height: 357px;
	margin: 0 auto 20px;
}

.messagewaku02 {
	background: url(../img/sono2.svg) no-repeat;
	background-size: contain;
	max-width: 324px;
	height: 357px;
	margin: 0 auto 20px;
}

.messagewaku03 {
	background: url(../img/sono3.svg) no-repeat;
	background-size: contain;
	max-width: 324px;
	height: 357px;
	margin: 0 auto 20px;
}

.messagecopy {
	text-align: center;
	color: #003459;
	font-size: 24px;
	font-weight: bold;
	padding-top: 54px;
	line-height: 33px;
}

.messagetext01 {
	color: #003459;
	font-size: 16px;
	text-align: left;
	padding: 20px 30px 0;
}

.messagetext02 {
	color: #003459;
	font-size: 16px;
	text-align: left;
	padding: 20px 30px 0;
}

.messagetext03 {
	color: #003459;
	font-size: 16px;
	text-align: left;
	padding: 20px 30px 0;
}

@media screen and (max-width: 1024px) {
	.message .text {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.message .text {
		font-size: 16px;
		margin-top: 40px;
	}

	.messagecontents {
		display: block;
	}

	.messagecopy {
		font-size: 22px;
		padding-top: 40px;
		line-height: 1.6;
	}

	.messagetext01 {
		font-size: 16px;
		padding-left: 40px;
	}

	.messagetext02 {
		font-size: 16px;
		padding-left: 40px;
	}

	.messagetext03 {
		font-size: 16px;
		padding-left: 40px;
	}
}

@media screen and (max-width: 350px) {

	.messagetext01,
	.messagetext02,
	.messagetext03 {
		font-size: 14px;
		padding-left: 0;
		padding: 20px 20px 0;
	}

	.messagecopy {
		font-size: 20px;
		padding-top: 40px;
		line-height: 1.4;
	}
}

/* ===================================
schedule
=================================== */
.schedule {
	padding: 0 20px;
	margin: 0 auto;
	background-color: #eeeeee;
	background-size: cover;
}

.schedule .smallText {
	text-align: center;
	font-size: 17px;
}

.schedulecontents {
	padding-bottom: 134px;
	padding-top: 36px;
}

.schedulewaku {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	padding-top: 13px;
}

.schedulewaku01 {
	display: flex;
	width: 30%;
}

.scheduleleft {
	height: 109px;
	width: 50%;
	background-color: #a38430;
	border: solid 1px #fff;
	box-shadow: 0px 0px 0px 5px #a38430;
	margin-right: 5px;
	margin-top: 6px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.schedulecenter01 {
	width: 50%;
	height: 122px;
	background: #fff;
	border-right: solid 1px #003459;
	text-align: center;
	font-size: 22px;
	color: #003459;
	display: flex;
	align-items: center;
	justify-content: center;
}

.schedulecenter02 {
	width: 50%;
	height: 122px;
	border-right: solid 1px #003459;
	background: #fff;
	text-align: center;
	font-size: 22px;
	color: #003459;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scheduleright {
	width: 20%;
	height: 122px;
	background: url(../img/scheduleright.png);
	text-align: center;
	font-size: 22px;
	color: #003459;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
}

.scheduleright form {
	width: 70%;
}

.schedule select {
	display: none;
}

.schedulecopy {
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
}

.schedulecopy span {
	font-size: 16px;
}

.leftschedulecopy {
	text-align: center;
	font-size: 26px;
}

.leftschedulecopy span {
	font-size: 40px;
	font-weight: lighter;
}

.rightschedulecopy {
	text-align: center;
	padding-top: 10px;
	font-size: 22px;
	padding-top: 34px;
	margin: 0 auto;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

input.btn_submit {
	cursor: pointer;
	display: block;
	border: none;
	padding: 4px;
	color: #fff;
	font-size: 18px;
	background: #a38430;
	width: 100%;
	border-radius: 10px;
	line-height: 1.6;
}

input.btn_submit:hover {
	opacity: .7;
}

input.btn_submit:focus {
	outline: none;
}

.entry_form {
	padding-bottom: 100px;
}

.formTxt {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #003459;
}

.form_area {
	max-width: 1000px;
	margin: 50px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.form_area table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	text-align: left;
}

.form_area th {
	background: #eee;
	font-size: 20px;
	padding: 6px 14px;
	width: 25%;
	text-align: left;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
}

.form_area th span {
	color: #fff;
	background: #ff0000;
	font-size: 14px;
	padding: 0px 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.form_area th span.grey {
	background: #adadad;
}

.form_area td {
	background: #eee;
	padding: 6px 14px;
	box-sizing: border-box;
}

.form_area td span.small_font {
	font-size: 14px;
}

.form_area td input {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
}

.form_area td input[type="email" i] {
	width: 60%;
}

.form_area td input:focus {
	outline: none;
}

.form_area td input.middle {
	width: 60%;
}

.form_area td select {
	height: 38px;
	font-size: 16px;
	width: 100%;
}

.form_area td select.short {
	width: 40%;
}

.form_area textarea {
	width: 100%;
	font-family: inherit;
	font-size: 16px;
	box-sizing: border-box;
	height: 130px;
	padding: 10px 5px;
}

.form_area p {
	max-width: 400px;
	margin: 30px auto 0;
}

.form_area p input {
	width: 100%;
	background: #003459;
	color: #fff;
	border-radius: 6px;
	font-size: 26px;
	padding: 10px;
}

.form_area p input:hover {
	opacity: .7;
}

footer {
	padding: 50px 10px 30px;
	font-size: 14px;
	text-align: center;
	background: #003459;
	color: #fff;
}

footer p {
	margin-bottom: 20px;
}

.thanks {
	width: 100%;
	height: calc(100vh - 90px);
	margin-top: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thanks_text h1 {
	font-size: 28px;
	text-align: center;
}

.thanks_text p {
	padding: 20px;
	background: #eee;
	font-size: 16px;
	text-align: left;
	max-width: 400px;
	margin-bottom: 20px;
}

.thanks_text a {
	font-size: 14px;
	text-align: center;
	display: block;
}


@media screen and (max-width: 1024px) {
	.scheduleright {
		width: 232px;
	}
}


@media screen and (max-width: 768px) {

	.form_area th,
	.form_area td {
		display: block;
		width: 100%;
	}

	.form_area th {
		padding-bottom: 0;
	}

	.form_area td {
		padding-top: 0;
	}

	.form_area th span {
		font-size: 14px;
		position: relative;
		background: #eee;
		color: #ff0000;
	}

	.form_area th span.grey {
		color: #adadad;
		background: #eee;
	}

	.scheduleleft {
		padding: 6px 1em;
		height: auto;
		margin-bottom: 5px;
		width: 20%;
		margin-left: 5px;
	}

	.schedulecenter01 {
		height: auto;
		background: #fff;
		border-bottom: solid 1px #003459;
		border-right: none;
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.schedulecenter02 {
		height: auto;
		margin: 0 auto;
		background: #fff;
		border-bottom: solid 1px #003459;
		border-right: none;
		width: auto;
		padding: 10px;
	}

	.leftschedulecopy {
		font-size: 16px;
	}

	.scheduleright {
		margin: 0 auto;
		height: auto;
		width: auto;
		padding: 10px;
	}

	.schedulewaku {
		display: block;
		padding-top: 20px;
	}

	.schedulewaku01 {
		width: auto;
	}

	.rightschedulecopy {
		padding-top: 24px;
	}

	.schedulecopy {
		line-height: 1.6;
		font-size: 16px;
	}

	.schedulecopy span {
		font-size: 14px;
	}
}


@media screen and (max-width: 600px) {

	.schedule {
		padding-left: 20px;
		padding-right: 20px;
	}

	.schedulecontents {
		padding-top: 16px;
		padding-bottom: 80px;
	}

	.form_area {
		margin-top: 20px;
	}

	.form_area th {
		font-size: 16px;
		padding: 6px 14px 0;
	}

	.form_area td {
		padding: 0 14px 6px;
	}

	.form_area table {
		border-spacing: 0 6px;
	}

	.form_area td input {
		line-height: 1.6;
	}

	.form_area td span.small_font {
		display: block;
		font-size: 10px;
	}

	.form_area td input.middle {
		width: 100%;
	}

	.entry_form {
		padding-bottom: 40px;
	}

	.formTxt {
		font-size: 16px;
	}

	footer {
		padding: 16px 25px 14px;
		font-size: 12px;
	}

	footer img {
		padding-top: 2px;
	}

	footer p {
		margin-bottom: 6px;
	}
}


@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}


@media screen and (max-width: 320px) {}


/*============================================
*
*追加css
*
*============================================*/
.vehicle .page_name{
	padding-top: 0;
}
.vehicle .text{
	font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #003459;
    margin-top: 40px;
}
.vehicle .center_text{
	text-align: center;
    margin: 80px auto 40px;
    font-weight: bold;
    font-size: 30px;
}
.vehicle .vehicle_list{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.vehicle .vehicle_list:last-child{
    border-bottom: none;
}
.vehicle .vehicle_list .image{
    width: 45%;
    box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vehicle .vehicle_list .image img{
    width: 100%;
}
.vehicle .vehicle_list .text{
	width: 53%;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
	font-size: 16px;
	margin: 0;
}
.vehicle .vehicle_list .text .text_list{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding: 15px 20px;
    border-bottom: 1px solid #dddddd;
    line-height: 1;
}
.vehicle .vehicle_list .text .text_list:last-child{
	border-bottom: none;
}
.vehicle .vehicle_list .text .text_list span{
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
	width: 100px;
    text-align: left;
	color: #003459;
}
@media screen and (max-width: 768px){
	.vehicle .text {
		font-size: 16px;
		margin-top: 40px;
	}
	.vehicle .center_text{
		font-size: 22px;
	}
    .vehicle .vehicle_list{
        display: block;
		padding-bottom: 0;
		padding-top: 10px;
    }
    .vehicle .vehicle_list .image{
        width: 100%;
		margin: 40px auto;
    }
    .vehicle .vehicle_list .text{
        width: 100%;
		border-left: none;
		padding: 0 10px;
		display: block;
    }
	.vehicle .vehicle_list .text .text_list{
		padding: 13px;
	}
	.vehicle .vehicle_list .text .text_list span{
		width: 90px;
	}

.tel-number{
color:#fff !important;
}
}