@charset "utf-8";

/*
---------------------------------------------

    base settings

    */
html {
	font-size: 62.5%;
}

body {
	min-width: 1000px;
	background: #f7f9fd;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	line-height: 1.75;
	color: #333;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	clear: both;
}

ul,ol,dl,p,img,form,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

input,textarea {
	font-size: 1.2rem;
}

img {
	vertical-align: bottom;
}

a {
	color: #333;
}

a:active,a:hover {
	color: #333;
	transition: background 0.3s ease;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: normal;
}

/* microclearfix */
.cf:before,.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/** For IE 6/7 only */
.cf {
	*zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* microclearfix */
.cf:before,.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/** For IE 6/7 only */
.cf {
	*zoom: 1;
}

/*
---------------------------------------------


*/
.l-main-area .top_h2 {
	margin: 1rem 0 6rem 1rem;
	padding: 3rem 3rem;
	background-image: url(img/bg_taxi_wire.png), url(img/bg_grad_belt.jpg);
	background-repeat: no-repeat, repeat-y;
	background-size: auto, 100% auto;
	background-position: right bottom -14px, left top;
	font-size: 3.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	position: relative;
}

.l-main-area .top_h2:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: -1rem;
	left: -1rem;
	z-index: -1;
	border: 3px solid;
	border-image: linear-gradient(to right, #84ddb2 0%, #9dc4f2 100%);
	border-image-slice: 1;
}

.l-main-area .top_h2 a {
	padding: 0 4rem 0 0;
	display: block;
	color: #fff;
	text-decoration: underline;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 14px;
}

.l-main-area .top_h2 a:hover {
	color: #ffff00;
	background: url(img/arrow01_yellow.svg) no-repeat right center;
	background-size: 14px;
	text-decoration: none;
	opacity: 0.6;
}

.l-main-area .top_h3 {
	margin: 3rem 0;
	padding: 1.2rem 1.5rem 1.2rem 10rem;
	font-size: 3rem;
	font-weight: bold;
	color: #09bb66;
	line-height: 1.4;
	position: relative;
	z-index: 5;
	border-bottom: 3px solid #09bb66;
	box-shadow: 0 3px 0 #fff, 0 4px 0 #09bb66;
}

.l-main-area .top_h3::before {
	content: "";
	width: 50px;
	height: 50px;
	background: #ffffd6;
	border-radius: 50%;
	left: 0;
	top: 1rem;
	position: absolute;
}

.l-main-area .top_h3::after {
	content: "";
	position: absolute;
	background: url(img/icon_finger.png) no-repeat center center;
	left: 20px;
	top: 24px;
	width: 40px;
	height: 20px;
}

.l-main-area .top_h3 a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #09bb66;
	text-decoration: underline;
}

.l-main-area .top_h3 a:hover {
	color: #666;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	text-decoration: none;
	opacity: 0.6;
}

.l-main-area .top_h4 {
	margin: 3rem auto;
	padding: 1.5rem 1.5rem 1.5rem 5rem;
	background: #f3f6f9;
	background-size: auto 4px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	color: #3b8be5;
}

.l-main-area .top_h4:before {
	content: '●';
	color: #3b8be5;
	margin-right: 8px;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.l-main-area .top_h4 a {
	display: block;
	padding-right: 3rem;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	text-decoration: underline;
	color: #3b8be5;
}

.l-main-area .top_h4 a:hover {
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	color: #0096d2;
	text-decoration: none;
	opacity: 0.6;
}

.l-main-area .top_h5 {
	margin: 3rem 0;
	padding: 0.5rem 1.5rem;
	border-left: solid 8px #09bb66;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #09bb66;
	font-weight: bold;
	position: relative;
}

.l-main-area .top_h5 a {
	color: #09bb66;
	text-decoration: underline;
}

.l-main-area .top_h5 a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

.l-main-area p {
	margin: 0.5em 0 1em;
}

.l-main-area strong,
.l-main-area span {
	font-weight: bold;
	color: #dc7c00;
}


body .l-main-area .caption {
    color: #999;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .03em;
    margin: 1rem 0 3rem;
    line-height: 1em;
}

.l-main-area ul {
	margin: 2rem;
}

.l-main-area ul li {
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	font-size: 1.4rem;
	background-size: 15px 12px;
	list-style-position: outside;
	position: relative;
}

.l-main-area ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	background: #007dd1;
	border-radius: 50%;
}

.l-main-area table {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

.l-main-area table th {
	padding: 10px 15px;
	background: #eeeeee;
	border: 1px #ccc solid;
	font-size: 1.3rem;
}

.l-main-area table td {
	padding: 10px 15px;
	background: #fff;
	border: 1px #ccc solid;
	vertical-align: top;
	font-size: 1.4rem;
}

.l-main-area .btn-web {
	margin: 3rem auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
}

.l-main-area .btn-web a {
	width: 480px;
	margin: 0;
	padding: 2rem 5rem 2rem 3rem;
	display: inline-block;
	background: #f29400;
	box-shadow: 5px 5px 0 #ccc;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: .2s;
}

.l-main-area .btn-web a:after {
	content: '';
	width: 12px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.l-main-area .btn-web a:hover {
	background: #e38000;
}

.l-main-area .btn-internal {
	margin: 3rem auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
}

.l-main-area .btn-internal a {
	width: 480px;
	margin: 0;
	padding: 2rem 5rem 2rem 3rem;
	display: inline-block;
	background: #6dbe22;
	border-radius: 10px;
	box-shadow: 5px 5px 0 #ccc;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: .2s;
}

.l-main-area .btn-internal a:after {
	content: '';
	width: 12px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.l-main-area .btn-internal a:hover {
	background: #4e9d04;
	color: #fff;
}

.l-main-area .btn-accordion {
	margin: 3rem auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
}

.l-main-area .btn-accordion span {
	width: 470px;
	margin: 0 auto;
	padding: 2rem 5rem 2rem 3rem;
	display: inline-block;
	background: #ececec;
	border-radius: 10px;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: .2s;
	cursor: pointer;
}

.l-main-area .btn-accordion span:after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(img/icon_plus.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.l-main-area .btn-accordion.is-open span:after {
	background: url(img/icon_minus.svg) no-repeat center center;
}

.l-main-area .btn-tel {
	display: none;
}

.l-main-area .btn-link {
	margin: 20px 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
	line-height: 1.4;
}

.l-main-area .btn-link a {
	padding: 5px 0 5px 20px;
	background: url(img/arrow01_blue.svg) no-repeat left center;
	background-size: 9px 15px;
}

.l-main-area .float-wrap {
	margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
	max-width: 100%;
	height: auto;
}

.l-main-area .float-wrap .float-img.fr {
	width: 300px;
	margin: 0 0 10px 20px;
	float: right;
}

.l-main-area .float-wrap .float-img.fl {
	width: 300px;
	margin: 0 20px 10px 0;
	float: left;
}

.l-main-area .float-wrap .float-img.ct {
	width: 300px;
	margin: 0 auto;
}

.l-main-area .float-wrap .caption {
	padding: 8px 0 0 0;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #999999;
	word-break: break-all;
	line-height: 1.4;
	text-align: center;
}

.l-main-area .float-wrap .caption a {
	color: #999;
	text-decoration: none;
}

.l-main-area .l-icon-title {
	margin: 7rem 0 2rem;
	padding: 13px 13px 13px 80px;
	background: #d9e8ff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
	color: #333;
	position: relative;
}

.l-main-area .l-icon-title:before {
	width: 60px;
	height: 60px;
	background: #0174cd;
	box-shadow: 5px 5px 0px 0px #93b9f1, -5px -5px 0px 0px #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	position: absolute;
	top: -15px;
	left: 20px;
}

.l-main-area .l-icon-title.l-icon-title--recommend:before,
.l-main-area .l-icon-title.l-icon-title--check:before,
.l-main-area .l-icon-title.l-icon-title--point:before {
	content: "";
	width: 66px;
	height: 66px;
	position: absolute;
	top: -4px;
	left: 0px;
	box-shadow: none;
}

.l-main-area .l-icon-title.l-icon-title--recommend:before {
	background: url(img/icon_circle_feature.png)
}

.l-main-area .l-icon-title.l-icon-title--check:before {
	background: url(img/icon_circle_check.png)
}

.l-main-area .l-icon-title.l-icon-title--point:before {
	background: url(img/icon_circle_point.png)
}

.l-main-area .l-icon-title--check:before {
	content: 'CHECK';
}

.l-main-area .l-icon-title--recommend:before {
	content: 'おすすめ';
}

.l-main-area .l-icon-title--point:before {
	content: 'POINT';
}

.l-main-area .l-number-wrapper {
	counter-reset: number;
}

.l-main-area .l-number-wrapper .l-icon-title:before {
	content: counter(number);
	counter-increment: number;
	font-size: 3rem;
}

.l-main-area .box-wrap {
	width: 100%;
	margin: 8rem 0 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.l-main-area .box-wrap .box {
	margin: 0 0 3rem 2rem;
	padding: 2rem;
	border: 3px solid #8fb2e9;
}

.l-main-area .box-wrap .box:nth-child(2n) {
	margin: 0 0 30px 0;
}

.l-main-area .box-wrap .box:after {
	content: '';
	width: 100%;
	height: 100%;
}

.l-main-area .box-wrap p {
	margin: 0;
}

.l-main-area .box-wrap .box-head {
	margin: -5rem 0 0 -5rem;
	padding: 1.6rem 3.2rem;
	background: #4881d7;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.363636364;
	box-sizing: border-box;
}

.l-main-area .box-wrap .box-head a {
	display: block;
	padding: 0 3rem 0 0;
	background: url(img/arrow01_white.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	text-decoration: none;
	color: #fff;
}

.l-main-area .box-wrap .box-head a:hover {
	opacity: 0.5;
}

.l-main-area .box-wrap .box-head::before,
.l-main-area .box-wrap .box-head::after {
	display: none;
}

.l-main-area .box-wrap .box-body {
	padding: 2rem 0;
}

.l-main-area .box-wrap .btn-internal {
	margin: 2rem auto 0;
}

.l-main-area .box-wrap .btn-internal a {
	width: 70%;
	padding: 1rem 4rem;
}

.l-main-area .frame-wrap {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
}

.l-main-area .frame-wrap .frame {
	width: calc((100% - 41px) / 3);
	margin: 0 20px 30px 0;
	padding: 14px 10px 5px 15px;
	border: solid 3px #8fb2e9;
	position: relative;
}

.l-main-area .frame-wrap .frame::before {
	content: "";
	height: calc(100% + 0.5rem);
	width: calc(100% + 0.5rem);
	position: absolute;
	left: .5rem;
	top: .5rem;
	background: #d0e3ff;
	z-index: -1;
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
	margin: 0 0 30px 0;
}

.l-main-area .frame-wrap p {
	margin: 0;
}

.l-main-area .frame-wrap .frame-head {
	margin: 0;
	padding: 1.5rem 0;
	border: none;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.363636364;
	text-align: center;
	position: relative;
}

.l-main-area .frame-wrap .frame-head p,
.l-main-area .frame-wrap .frame-head a {
	width: 100%;
}

.l-main-area .frame-wrap .frame-head a {
	padding: 0 2.5rem;
	display: block;
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	text-decoration: none;
	position: relative;
}

.l-main-area .frame-wrap .frame-head a::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: #044bb6;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.l-main-area .frame-wrap .frame-head a:hover {
	opacity: 0.5;
}

.l-main-area .frame-wrap .frame-body {
	padding: 1.5rem;
	background: #fff;
}

.l-main-area .frame-wrap .btn-internal {
	margin: 2rem auto 0;
}

.l-main-area .frame-wrap .btn-internal a {
	width: 100%;
	padding: 1rem 4rem 1rem 1rem;
	min-width: inherit;
}

@media all and (-ms-high-contrast: none) {
	.l-main-area .top_h2 {
		padding: 1.7rem 3rem 0.7rem;
	}
}

/* low ----------------*/
.l-main-area--low h1 {
	margin: 1rem 0 3rem 1rem;
	padding: 3rem 3rem;
	background-color: #2c62ba;
	background-image: url(img/bg_taxi_wire.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 10px bottom 10px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	position: relative;
}

.l-main-area--low h1:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: -1rem;
	left: -1rem;
	z-index: -1;
	border: 3px solid #6b9be9;
}

.l-main-area--low h1 a {
	padding: 0 4rem 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 14px;
}

.l-main-area--low h1 a:hover {
	color: #ffff00;
	background: url(img/arrow01_yellow.svg) no-repeat right center;
	background-size: 14px;
}

.l-main-area--low h2 {
	margin: 6rem 0 2rem;
	padding: 1rem 1.5rem 1rem 6.5rem;
	font-size: 3.2rem;
	font-weight: bold;
	color: #0443a2;
	line-height: 1.2;
	position: relative;
	z-index: 5;
	border-bottom: 3px solid #044bb6;
}

.l-main-area--low h2::after {
	content: "";
	position: absolute;
	background: url(img/icon_finger.png) no-repeat center center;
	background-size: 80%;
	left: 16px;
	top: 8px;
	width: 36px;
	height: 38px;
}

.l-main-area--low h2 a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #0443a2;
	text-decoration: none;
}

.l-main-area--low h2 a:hover {
	color: #719ce4;
	background: url(img/arrow01_orange.svg) no-repeat right 0 center;
	background-size: 12px 20px;
}

.l-main-area--low h3 {
	margin: 6rem auto 2rem;
	padding: 1.5rem 1.5rem 1.5rem 5rem;
	background: #ececec;
	background-size: auto 4px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	color: #0443a2;
}

.l-main-area--low h3:before {
	content: '■';
	color: #0443a2;
	margin-right: 8px;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.l-main-area--low h3 a {
	display: block;
	padding-right: 3rem;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	text-decoration: none;
	color: #0443a2;
}

.l-main-area--low h3 a:hover {
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	color: #719ce4;
}

.l-main-area--low h4,
.l-main-area--low h5 {
	margin: 3rem 0;
	padding: 0 1.5rem;
	border-left: solid 8px #6dbe22;
	font-size: 1.8rem;
	line-height: 1.333333;
	color: #044bb6;
	font-weight: bold;
	position: relative;
}

.l-main-area--low h4 a,
.l-main-area--low h5 a {
	color: #044bb6;
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow01_blue.svg) no-repeat right 0 center;
    background-size: 10px auto;
    text-decoration: none;
}

.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
	text-decoration: none;
	opacity: 0.6;
}

@media all and (-ms-high-contrast: none) {
	.l-main-area--low h1 {
		padding: 1.7rem 3rem 0.7rem;
	}
}

/*---------------------------------------------
header area
*/
.l-header-area {
	width: 100%;
	margin: 0;
	padding: 0 0 0 100px;
}

.l-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1rem 0;
}

.l-header__link {
	display: inline-block;
	text-decoration: none;
}

.l-header__link:hover {
	opacity: 0.6;
}

.l-header-sitename {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
}

.l-header-sitename__link {
	text-decoration: none;
}

.l-header-sitename__link:hover {
	text-decoration: underline;
}

.l-header-logo {
	margin: 10px 0 0;
	text-align: center;
}

.l-header-logo__image {
	width: 40%;
	height: auto;
}

.l-header-logo a {
	/* display: block; */
	margin: 0 auto;
	width: auto;
	height: auto;
}

.l-header-logo a:hover {
	opacity: 0.7;
}

.l-gnavi-btn {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 44px 0 0;
	display: block;
	position: relative;
	line-height: 1;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	color: #305aa2;
	cursor: pointer;
}

.l-gnavi-btn:hover {
	opacity: .7;
}

.l-gnavi-btn span {
	width: 30px;
	height: 4px;
	display: inline-block;
	background: #305aa2;
	transition: all 0.4s;
	position: absolute;
	left: 15px;
}

.l-gnavi-btn span:nth-of-type(1) {
	top: 12px;
}

.l-gnavi-btn span:nth-of-type(2) {
	top: 22px;
}

.l-gnavi-btn span:nth-of-type(3) {
	top: 32px;
}

.l-gnavi-btn-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
	background: #fff;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
	background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
	opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}

.l-gnavi-area {
	width: 400px;
	height: 100vh;
	padding: 0;
	background: #FFF;
	position: fixed;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
	transition: all 0.8s ease;
	top: 0;
	left: 0;
	z-index: 300;
}

.l-gnavi-area-menu {
	display: table-cell;
	vertical-align: middle;
}

.l-gnavi-area-scroll {
	height: 100%;
	padding: 20px 100px 20px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
	height: 100%;
	display: table;
}

.l-gnavi-area-bar {
	width: 100px;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
}

.l-gnavi-area-bar .topicon {
	content: '';
	width: 70px;
	height: 76px;
	position: absolute;
	top: 35px;
	right: 15px;
}

.l-gnavi-area-bar .topicon a:hover {
	opacity: 0.7;
}

.l-gnavi-area--slide-right {
	transform: translateX(-300px);
	background: #fff;
}

.l-gnavi-area--slide-left {
	left: auto;
	right: 0;
	transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
	transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
	transform: translateY(100%);
}

.l-gnavi-list {
	position: relative;
	width: 300px;
}

.l-gnavi-list__link {
	width: 90%;
	margin: 0 auto;
	padding: 10px 45px 10px 20px;
	display: block;
	text-decoration: none;
}

.l-gnavi-list__link--menu {
	cursor: pointer;
}

.l-gnavi-list__sub {
	margin: 0 0 0 1.6rem;
	border-top: dashed 1px #305aa2;
	background: #eaf2ff;
	display: none;
}

.l-gnavi-list__sub .l-gnavi-list__item {
	background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
	background-size: 4px 8px;
}

.l-gnavi-btn-close__link {
	margin: 20px auto;
	padding: 10px 20px 10px 50px;
	display: inline-block;
	background: #ffffff;
	text-decoration: none;
	position: relative;
}

.l-gnavi-btn-close__link:hover {
	background: #ccc;
	color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
	background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
	background: #ffffff;
}

.l-gnavi-btn-close__link:before {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

.l-gnavi-btn-close__link:after {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

.is-gnavi-cover .l-gnavi-area {
	height: auto;
	top: auto;
	z-index: 1;
	overflow-y: hidden;
}

.is-navi-open .l-gnavi-area {
	opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
	transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
	transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
	transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
	height: 100vh;
	overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
	position: static;
}




/*
---------------------------------------------

	btn-accordion

	*/

.btn-accordion .btn-more .open_text {
    display: block;
    margin: 0 auto;
}

.btn-accordion .btn-more .close_text {
    display: none;
}


.btn-accordion.is-open .btn-more .open_text {
    display: none;
}

.btn-accordion.is-open .btn-more .close_text {
    display: block;
}

.accordion-item .l-parts03-column3 {
    margin-top: 0;
}





/*
---------------------------------------------

	footer area

	*/
.l-footer-area {
	width: 100%;
	margin: 100px 0 0;
	min-width: 1200px;
	padding: 0 0 0 100px;
	background: #ecedf1;
	position: relative;
}

.l-footer-area__inner {
	position: relative;
	border-top: 3px solid #044bb6;
}

.l-footer-disclaimer {
	width: 500px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	font-size: 1rem;
	color: #333;
	text-align: left;
}

.l-footer-disclaimer dt {
	float: left;
}

.l-footer-note {
	text-align: center;
	margin: 20px auto;
	font-size: 1.2rem;
}

.l-footer-bottom {
	margin: 0 auto;
	background: #2c62ba;
	color: #333;
	font-size: 1.2rem;
	text-align: center;
}

.l-footer-bottom__inner {
	width: 96%;
	max-width: 1000px;
	display: table;
	margin: 0 auto;
}

.l-footer-bottom__copy {
	padding: 10px 0;
	display: table-cell;
	text-align: left;
	color: #fff;
}

.l-footer-bottom__copy__link {
	text-decoration: none;
	color: #fff;
}

.l-footer-bottom__copy__link:hover {
	text-decoration: underline;
}

.l-footer-bottom__sitemap {
	padding: 10px 0;
	display: table-cell;
	text-align: right;
}

.l-footer-bottom__sitemap__link {
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 7px 12px;
	padding: 0 24px 0 0;
	text-decoration: none;
	color: #fff;
}

.l-footer-bottom__sitemap__link:hover {
	text-decoration: underline;
	color: #9dc4f2;
}

.l-footer-menu-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.l-footer-menu {
	margin: 0 0 40px;
}

.l-footer-menu__title {
	margin: 0 0 10px 0;
	padding: 0 0 5px;
	border-bottom: solid 1px #333;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
}

.l-footer-menu__title__link {
	display: block;
	padding: 0 0 0 30px;
	background: url(img/arrow01_blue.svg) no-repeat left 1rem center;
	background-size: 9px 15px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.l-footer-menu__title__link:hover {
	text-decoration: underline;
}

.l-footer-menu__list {
	display: inline;
}

.l-footer-menu__list__item {
	float: left;
	padding: 0 10px;
	display: inline-block;
}

.l-footer-menu__list__item:first-child {
	display: none;
}

.l-footer-menu__list__link {
	padding: 5px 0 5px 15px;
	background-size: 8px 8px;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
	position: relative;
}

.l-footer-menu__list__link::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #044bb6;
	border-radius: 50%;
	left: 0;
	top: 8px;
}

.l-footer-menu__list__link:hover {
	text-decoration: underline;
}

.l-footer-submenu__list {
	display: inline-block;
}

.l-footer-submenu__list__item {
	display: inline-block;
}

.l-footer-submenu__list__link {
	padding: 5px 15px;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
}

.l-footer-submenu__list__link:before {
	content: '- ';
}

.l-footer-submenu__list__link:hover {
	text-decoration: underline;
}

/*
---------------------------------------------

	common

	*/
.l-pagetop {
	position: absolute;
	top: -90px;
	right: 30px;
	z-index: 100;
}

.l-pagetop__link {
	width: 60px;
	height: 60px;
	background: #305aa2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.l-pagetop__link:hover {
	background: #76a0e4;
}

.l-pagetop__image {
	width: 30px;
	height: auto;
}

.l-pagetop.is-fixed {
	position: fixed;
	top: auto;
	bottom: 30px;
}

.l-sns-list {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
}

.l-sns-list__item {
	text-align: center;
}

.l-sns-list__link {
	width: 30px;
	height: 30px;
	margin: 0 auto 1rem;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #0096d2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-sns-list__link:hover {
	opacity: 0.6;
}

.l-sns-list__link--twitter .l-sns-list__image {
	width: 18px;
	height: 15px;
}

.l-sns-list__link--facebook .l-sns-list__image {
	width: 9px;
	height: 17px;
}

.l-sns-list__link--line .l-sns-list__image {
	width: 19px;
	height: 18px;
}

.l-sns-list__link--instagram .l-sns-list__image {
	width: 19px;
	height: 19px;
}

.l-sns-list__link--hatena .l-sns-list__image {
	width: 17px;
	height: 15px;
}

#pankuzu {
	max-width: 1000px;
	margin: 4rem auto 2rem auto;
	font-size: 1.2rem;
}

/*---------------------------------------------
contents area*/
.l-contents-area {
	width: 100%;
	margin: 0 auto;
	padding-left: 100px;
}

/*---------------------------------------------
main area / common	*/
.l-main-area {
	width: 100%;
	margin: 0 auto 7rem 0;
	padding: 0;
	text-align: left;
}

.l-main-area--low {
	width: 1000px;
	margin: 0 auto 7rem auto;
}

.l-section-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 5rem;
}

.l-common-title {
	padding: 3.5rem 0 3rem;
	margin: 0 0 3rem;
	font-size: 3.6rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	position: relative;
	color: #333;
}

.l-common-title::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background: #439c00;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.l-common-title.link::after {
	display: none;
}

.l-common-title a {
	display: block;
	position: relative;
	text-decoration: none;
	transition: ease 0.2s;
}

.l-common-title.blue a {
	color: #044bb6;
	font-size: 3.6rem;
}

.l-common-title a:hover {
	color: #a2a2a2;
}

.l-common-title a::after {
	content: "";
	position: absolute;
	background: url(img/icon_arrow_right.png) no-repeat center center;
	width: 100px;
	height: 28px;
	left: 50%;
	margin-left: -50px;
	bottom: -35px;
	z-index: 100;
	transition: ease 0.2s;
}

.l-common-title a:hover::after {
	background: url(img/icon_arrow_right.png) no-repeat center center;
}

.l-common-title span {
	color: #0443a2;
	font-size: 3.4rem;
}

p.l-common-lead {
	width: 80%;
	margin: 1.5rem auto;
}

p.l-common-lead span {
	font-size: 1.8rem;
}

/*
---------------------------------------------

	top

	*/
.l-mv {
	width: 100%;
	min-width: 1100px;
	background: url(img/bg_slash.png) left bottom repeat-x;
	background-size: auto 365px;
	position: relative;
	padding: 0 0 2.6rem;
	border-bottom: 9px solid #e3e9f3;
}

.l-mv-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.l-mv-wrapper img.eye_catch {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 50.833333333%;
}

.l-mv-box {
	width: 50%;
	margin: 0 auto 0 0;
	color: #333;
}

.l-mv-box p {
	padding: 1.5rem 2rem;
	margin: 2.5rem 0 0 2.7rem;
	background: #f8f9fd;
	width: 85%;
	font-size: 1.6rem;
}

.l-mv-logo {
	font-size: 33px;
	line-height: 2;
	position: relative;
	padding: 0 0 3rem 4rem;
	width: 100%;
}

.l-mv-title {
	width: 85%;
	margin: 2rem 0 0 2.7rem;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
}

.l-mv-title span {
	color: #fff;
	font-size: 3.8rem;
}

@media screen and (max-width: 1300px) {
	.l-mv {
		background-size: auto 350px;
	}

	.l-mv-title {
		font-size: 2rem;
	}

	.l-mv-title span {
		font-size: 3.4rem;
	}
}

.l-mv-check {
	position: absolute;
	right: 2rem;
	bottom: -100px;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 1.2;
}

.l-mv-check a {
	width: 205px;
	height: 195px;
	padding: 7rem 3.5rem 2.5rem;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(img/icon_check.svg) no-repeat center center;
	background-size: 100%;
}

.l-mv-check a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.l-mv-check p {
	padding-bottom: 2.3rem;
	background: url(img/arrow01_white.svg) no-repeat center bottom;
	background-size: 10px;
	margin: 0;
}

p.l-mv-title {
	margin: 2rem auto 2rem 0;
}

.l-parts01 {
	width: 100vw;
	padding-bottom: 6rem;
	margin: 0 calc(50% - 50vw);
	background: url(img/bg_green_belt.jpg) no-repeat left top 488px, url(img/l-parts01_bg.png) no-repeat right 200px top 90px;
	background-size: 100%, auto;
}

.l-parts01 .l-common-title {
    font-size: 3rem;
}

.l-parts01 .l-section-inner {}

.l-parts01-column3 {
	min-width: 1000px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	padding: 3.5rem 0 0;
}

.l-parts01-column3__box {
	width: calc((100% - 100px) / 3);
}

.l-parts01-column3__box .inner {
	border: #305aa2 2px solid;
	background: #fff;
	position: relative;
	text-align: center;
}

.l-parts01-column3__box .catch_box {
	background: #305aa2;
	padding: 1.8rem .5em 1.8rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -1px;
}

.l-parts01-column3__box .catch_box .title {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.l-parts01-column3__box .body {
	padding: 0 1.5rem;
}

.l-parts01-column3__box .body img{
	width:100%;
	height:auto;
}

.l-parts01-column3__box .money {
	font-size: 2.3rem;
	font-weight: bold;
	background: #fff;
	margin: 0;
	padding: 3rem 0 2rem;
	line-height: 1.4;
}

.l-parts01-column3__box .money span {
	font-size: 4rem;
	margin: 0 0.5rem 0 0;
}

.l-parts01-column3__box .caption {
	color: #999;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .03em;
	margin: 1rem 0 3rem;
}

.l-parts01-column3__box .caption a {
	color: #999;
	text-decoration: none;
}

.l-parts01-column3__box .main-features {
	background: #F1F4F9;
	min-height: 232px;
	padding: 2rem;
}

.l-parts01-column3__box .main-features__ttl {
	display: table;
	background: #6492db;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: .2rem 3rem;
	margin: -3.5rem auto 2rem;
}

.l-parts01-column3__box .main-features ul {
	margin: 0;
}

.l-parts01-column3__box .main-features ul li {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0 0 .5em;
}

.l-parts01-column3__box table {
	margin-bottom: 8rem;
}

.l-parts01-column3__box table th {
	width: 40%;
	height: 60px;
	text-align: center;
	padding: 5px;
}

.l-parts01-column3__box table td {
	width: 60%;
	height: 60px;
	line-height: 1.4;
	padding: 5px;
	vertical-align: middle;
}

.l-parts01-column3__box table td span.strong {
	font-size: 1.6rem;
}

.l-parts01-column3__box table td span.small {
	color: #333;
	font-size: 1.2rem;
	font-weight: normal;
}

.l-parts01-column3__box .btn-web,
.l-main-area .l-parts01-column3__box .btn-web {
	margin: 3rem auto 2rem;
}

.l-parts01-column3__box .btn-web a,
.l-main-area .l-parts01-column3__box .btn-web a {
	width: calc(100% - 30px);
	border-radius: 10px;
	padding: 15px 10px;
	display: block;
	margin: -80px auto 0;
	font-size: 1.8rem;
	line-height: 1.555555556;
}

.l-parts01-column3__box .btn-web a:after,
.l-main-area .l-parts01-column3__box .btn-web a:after {
	content: '';
	width: 9px;
	height: 18px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}

.l-parts01-column3 .link_txt {
	text-align: center;
}

.l-parts01-column3 .link_txt a {
	color: #439c00;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	display: block;
	font-size: 1.8rem;
	line-height: 1.555555556;
}

.l-parts01-column3 .link_txt a:hover {
	color: #2e6a00;
}

.l-parts01-column3 .link_txt a::after {
	content: "";
	position: absolute;
	background: url(img/icon_dotarrow_down.png) center center no-repeat;
	width: 23px;
	height: 36px;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.l-parts01-column3 .link_txt a:hover::after {
	background: url(img/icon_dotarrow_down_hover.png) center center no-repeat;
}

.common .l-parts01-column3 .link_txt a::after {
	background: url(img/icon_dotarrow_right.png) center center no-repeat;
	width: 36px;
	height: 23px;
	bottom: inherit;
	top: 50%;
	transform: translateY(-50%);
	left: inherit;
	right: 10px;
	margin-left: -12px;
}

.common .l-parts01-column3 .link_txt a:hover::after {
	background: url(img/icon_dotarrow_right_hover.png) center center no-repeat;
}

.l-parts01__note {
	max-width: 900px;
	font-size: 1.2rem;
	margin: 8rem auto 0;
	font-weight: 500;
    color: #8d8d8d;
}

ul.tag {
	margin: 0;
}

li.tag-list {
	background: none;
}

.l-parts02 {
	margin: 4rem 0 0;
	padding: 0 0 1rem;
	min-width: 1100px;
	position: relative;
	background: #75a4ec url(img/bg_slash2.png) no-repeat top center;
	background-size: 100%;
}

.l-parts02 .l-section-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 4rem 0 0;
}

.l-parts02 .l-common-title {
	padding: 3.5rem 0 3rem;
	margin: 0 0 4rem;
	font-size: 3.2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	position: relative;
	color: #fff;
}

.l-parts02 .l-common-title::before {
	content: "";
	position: absolute;
	background: url(img/icon_check.png) no-repeat center center;
	background-size: 100% auto;
	width: 104px;
	height: 42px;
	top: -16px;
	left: 50%;
	margin-left: -54px;
}

.l-parts02 .l-common-title::after {
	background: #fff;
}

.l-parts02 .l-common-title span {
	color: #fff;
	font-size: 3.4rem;
	display: block;
}

.l-parts02 p.l-common-lead {
	color: #fff;
}

.l-parts02-white {
	width: 990px;
	padding-bottom: 4rem;
	margin: 3.4rem auto 10rem;
	background: #fff;
}

.l-parts02-white__title {
	padding: 6px 9px;
	background: #144ca2;
	color: #fff;
	position: relative;
}

.l-parts02-white__title .catch-title {
	margin: 0 auto;
	padding: 2rem 2rem 1rem;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-parts02-white__title .catch-title span {
	display: table;
	background: #fff;
	color: #0443a2;
	font-size: 2.6rem;
	padding: .4rem 2.5rem .2rem;
	margin: 0 auto 1.5rem
}

.l-parts02-white-inner {
	width: 900px;
	margin: 4.6rem auto;
}

.l-parts02-white-inner .company {
	position: relative;
	padding: 0 0 16px;
}

.l-parts02-white-inner .company::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #333;
	position: absolute;
	bottom: 0;
	background: #6bc518;
}

.l-parts02-white-inner .company::after {
	content: "";
	clear: both;
	display: block;

}

.l-parts02-white-inner .company .sttl {
	float: left;
	font-size: 3.2rem;
	font-weight: bold;
	padding: 12px 10px 0 90px;
	background: url(img/icon_heading_taxi.png) no-repeat left top 10px;
	    background-size: auto 80%;
	line-height: 1.4;
	letter-spacing: .12em;
	margin: 0;
}

.l-parts02-white-inner p.money {
	float: right;
	width: 42%;
	background: #ffffe1;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.l-parts02-white-inner p.money span {
	font-size: 4rem;
	font-weight: bold;
	color: #ff6600;
	margin: 0 1.2rem;
}

.l-parts02-white-inner ol.feature,
.l-main-area .l-parts02-white-inner ol.feature {
	padding: 0 0 0 17.8rem;
	margin: 50px 0;
}

.l-parts02-white-inner ol.feature li,
.l-main-area .l-parts02-white-inner ol.feature li {
	position: relative;
	padding: 0;
	margin: 0 0 40px;
	min-height: 135px;
}

.l-parts02-white-inner ol.feature li p,
.l-main-area .l-parts02-white-inner ol.feature li p {
	font-size: 1.4rem;
}

.l-parts02-white-inner ol.feature li::before,
.l-main-area .l-parts02-white-inner ol.feature li::before {
	position: absolute;
	content: "";
	border-radius: 50%;
	top: 4px;
	left: -178px;
	width: 104px;
	height: 115px;
	text-align: center;
	display: block;
	align-items: center;
	justify-content: center;
	margin: 10px 34px;
	padding: 17px 0 0;
}

.l-parts02-white-inner ol.feature li:nth-child(1)::before,
.l-main-area .l-parts02-white-inner ol.feature li:nth-child(1)::before {
	background: url(img/icon_feature1.png) no-repeat center top;
}

.l-parts02-white-inner ol.feature li:nth-child(2)::before,
.l-main-area .l-parts02-white-inner ol.feature li:nth-child(2)::before {
	background: url(img/icon_feature2.png) no-repeat center top;
}

.l-parts02-white-inner ol.feature li:nth-child(3)::before,
.l-main-area .l-parts02-white-inner ol.feature li:nth-child(3)::before {
	background: url(img/icon_feature3.png) no-repeat center top;
}

.l-parts02-white-inner ol.feature li p.catch_thumbsup,
.l-main-area .l-parts02-white-inner ol.feature li p.catch_thumbsup {
	color: #439c00;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0 0 0 55px;
	background: url(img/icon_thumbsup.png) no-repeat left top 2px;
	margin-bottom: .5em;
	background-size: 4rem;
}

.l-parts02 .float-wrap {
	margin: 5rem 0 0;
	padding: 0 3rem;
}

.l-parts02 .float-wrap .float-img.fl .caption {
    margin-bottom: 0;
}

.l-parts02-white__column2 {
	display: flex;
	flex-wrap: wrap;
}

.l-parts02-white__column2__box {
	width: calc((100% - 6rem) / 2);
	margin: 0 3rem 3rem 0;
	padding: 2rem;
	background: #f3f6f9;
}

.l-parts02-white__column2__box:nth-child(2n) {
	margin: 0 0 3rem 0;
}

.l-parts02-white__column2__box .voice-catch {
	margin: 0 0 2rem;
	padding: 2rem 0 2rem 5rem;
	border-bottom: solid 1px #08ad5f;
	background: url(img/icon_voice.svg) no-repeat left center;
	background-size: 30px auto;
	color: #08ad5f;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-parts02-white__column3 {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
}

.l-parts02-white__column3__box {
	width: calc((100% - 4rem) / 3);
	margin: 0 2rem 2rem 0;
	padding: 0 2rem;
	background: #f3f3f3;
	border-radius: 20px;
}

.l-parts02-white__column3__box:nth-child(3n) {
	margin: 0 0 2rem 0;
}

.l-parts02-white__column3__box .voice-catch {
	margin: 0;
	padding: 2rem 0 2rem 5rem;
	border-bottom: solid 1px #0096d2;
	background: url(img/icon_voice.svg) no-repeat left center;
	background-size: 30px auto;
	color: #0096d2;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-parts02-white__column2__box p {
	font-size: 1.4rem;
}

.l-parts02-white .btn-web {
	margin-top: 1rem;
	min-width: 470px;
}

.l-parts02-white .title-voice {
	margin: 5rem 0 4rem;
	background: url(img/deco_wave_s_long.png) repeat-x left center;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #333;
	position: relative;
}

.l-parts02-white .title-voice span {
	color: #333;
	padding: 0 5rem;
	background: #fff;
}

.l-parts02-white table.infomation {
	margin: 30px 0 15px;
}

.l-parts02-white table.infomation th {
	background: #919191;
	color: #fff;
	font-size: 1.6rem;
	width: auto;
}

.l-parts02-white table.infomation td {
	background: #fff;
	/* width: 33.33%; */
	font-size: 1.4rem;
	padding: 20px 15px 10px;
}

.l-parts02-white table.infomation td span {
	font-size: 1.5rem;
}

.l-parts02-white table.infomation td ul {
	margin: 0;
}

.l-parts02-white table.infomation td ul li {
	margin: 0 0 .5em 0;
}

.l-parts02 .infomation-caption {
	color: #999;
	font-size: 1rem;
	line-height: 1.4;
	padding-left: 2rem;
	word-break: break-all;
}

.l-parts02 .infomation-caption a {
	color: #999;
	text-decoration: none;
}



.l-parts02-white table.table-info {
	margin: 30px 0 15px;
}

.l-parts02-white table.table-info th {
	background: #919191;
	color: #fff;
	font-size: 1.6rem;
}

.l-parts02-white table.infomation td {
	background: #fff;
	/* width: 33.33%; */
	font-size: 1.4rem;
	padding: 20px 15px 10px;
}

.l-parts02-white table.table-info td span {
	font-size: 1.5rem;
}

.l-parts02-white table.table-info td ul {
	margin: 0;
}

.l-parts02-white table.table-info td ul li {
	margin: 0 0 .5em 0;
}

.l-parts02-white table.basic {
	margin-bottom: 4rem;
}

.l-parts02-white table.basic th {
	width: 30%;
	/* text-align: center; */
}

.l-parts02-white table.basic th,
.l-parts02-white table.basic td {
	padding: 15px 30px;
}



.l-main-area .pr .float-wrap .float-img.fl {
    width: 360px;
    margin: 0 60px 10px 0;
}


.l-main-area .pr .float-wrap .flame img {
    box-shadow: 10px 10px 0 #75a4eb;
}

.l-main-area .pr .l-common-title.link {
    font-size: 3rem;
}


.l-parts03 {
	margin-bottom: 5rem;
}

.l-parts03-column3 {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem 0 0;
}

.l-parts03-column3__box {
	width: calc((100% - 4rem) / 3);
	margin: 0 2rem 2rem 0;
	padding: 25px 22px;
	position: relative;
}

.l-parts03-column3__box::before {
	content: "";
	width: calc(100% + 0px);
	height: calc(100% + 0px);
	background: #fff;
	left: 8px;
	top: 8px;
	position: absolute;
	z-index: -1;
}

.l-parts03-column3__box::after {
	content: "";
	width: 98%;
	height: 98%;
	border: #8fb2e9 3px solid;
	background: none;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
	opacity: 0.8;
}

.l-parts03-column3__box:nth-child(3n) {
	margin: 0 0 2rem;
}

.l-parts03-column3__line p {
	margin: 0 0 1rem;
	font-size: 1.4rem;
}

.l-parts03-column3__title {
	margin: 0 0 1em;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.4;
	text-align: center;
	z-index: 1;
	background: #4f88de;
}

.l-parts03-column3__title a {
	font-size: 2rem;
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	display: block;
	background: url(img/arrow01_white.svg) no-repeat right 10px center;
	background-size: 10px;
	color: #fff;
	text-decoration: none;
	border: #4f88de 2px solid;
	box-sizing: border-box;
}

.l-parts03-column3__title a:hover {
	color: #4f88de;
	background: #fff url(img/arrow01_lightblue.svg) no-repeat right 10px center;
	background-size: 10px;
}

.l-parts03-column3__image {
	padding: 0 2rem;
	text-align: center;
	font-size: 1rem;
	color: #999;
	line-height: 1.2;
}

.l-parts03-column3__image img {
	width: 100%;
	box-shadow: 5px 5px 0 #ffff00;
}

.l-parts03-column3__image span {
	display: block;
	padding-top: 1rem;
	color: #999;
}

.l-parts03-column3__tag {
	margin: 0;
}

.l-parts03-column3__tag .tag-list {
	margin: 0 1rem 1rem 0;
	padding: 0.2rem 1rem;
	display: inline-block;
	background: #fff;
	border: solid 1px #0096d2;
	font-size: 1.2rem;
	color: #0096d2;
	text-align: center;
	position: relative;
}

.l-parts03-column3__tag .tag-list:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #0097d2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.l-parts03-column3__info,
.l-parts03-column3__address {
	padding: 0 1rem;
	background: #fff;
	margin: 0 0 1.6rem;
}

.l-parts03-column3__info dl,
.l-parts03-column3__address dl {
	border-bottom: dashed 1px #ccc;
	font-size: 1.4rem;
	display: flex;
}

.l-parts03-column3__info dl:last-child,
.l-parts03-column3__address dl:last-child {
	border: none;
}

.l-parts03-column3__info dl dt,
.l-parts03-column3__address dl dt {
	font-size: 1.4rem;
	padding: 1rem;
	width: 30%;
	color: #08ad5f;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.l-parts03-column3__info dl dd,
.l-parts03-column3__address dl dd {
	font-size: 1.3rem;
	padding: 1rem;
	width: 70%;
	word-break: break-all;
}

p.l-parts03-column3__title {
	margin: 0 0 2rem;
}

ul.l-parts03-column3__tag {
	margin: 2rem 0 0;
}

.l-parts04 {
	margin: 0 calc(50% - 50vw) 5rem;
	padding: 0 0 5rem;
	width: 100vw;
	min-width: 1100px;
	background: url(img/bg_green_belt2.png) no-repeat left top 355px;
	background-size: 100% 400px;
	position: relative;
}

.l-parts04 .l-section-inner {
	position: relative;
	z-index: 0;
}

.l-parts04 .l-common-title {
	font-size: 3rem;
}

.l-parts04 .l-common-title span {
	display: block;
	font-size: 3.6rem;
	color: #333;
	transition: 0.2s ease;
}

.l-parts04 .l-common-title a:hover span {
	color: #ff6600;
}

.l-parts04-column2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3rem 0 0;
}

.l-parts04-list {
	width: 48.5%;
	height: auto;
	display: block;
	margin: 0 0 3rem;
	position: relative;
	padding: 3rem 1.5rem 1rem 3rem;
	border: 3px solid #aec4e8;
}

.l-parts04-list::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: -1;
	right: -1rem;
	bottom: -1rem;
}

.l-parts04-list p {
	font-size: 1.4rem;
}

.l-parts04-list .image-box {
	float: left;
	display: inline-block;
	margin: 0 2% 2% 0;
	width: 30%;
}

.l-parts04-list .image-box img {
	max-width: 100%;
	height: auto;
}

.l-parts04-list .catch {
	color: #0443a2;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.476190476;
	margin: 0;
	display: inline-block;
	width: 68%;
}

.l-parts04-list .catch a,
.l-parts04-list .catch {
	color: #0443a2;
	transition: ease 0.2s;
	position: relative;
	text-decoration: none;
}

.l-parts04-list .catch a {
	display: block;
	background: url(img/icon_finger.png) no-repeat left 5px center, url(img/arrow01_blue.svg) no-repeat right center;
	background-size: 24px auto, 12px auto;
	padding: 0 2rem 0 4rem;
}

.l-parts04-list .catch a:hover {
	color: #adc3e6;
	background: url(img/icon_finger_or.png) no-repeat left 5px center, url(img/arrow01_orange.svg) no-repeat right center;
	background-size: 24px auto, 12px auto;
}

.l-parts05 {
	margin: 0 0 10rem;
}

.l-parts05 .l-common-title {
	font-size: 3rem;
}

.l-parts05 .l-common-title span {
	display: block;
	font-size: 3.6rem;
	color: #333;
	transition: ease 0.2s;
}

.l-parts05 .l-common-title a:hover span {
	color: #ff6600;
}

.l-parts05-column3 {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem 0 0;
}

.l-parts05-box .catch {
	margin: 0;
	font-size: 2rem;
}

.l-parts05-box .catch a {
	padding: 0 2rem 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
	line-height: 1.4;
	min-height: 80px;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: url(img/arrow01_blue.svg) no-repeat right center;
}

.l-parts05-box .catch a:hover {
	opacity: 1;
	color: #a2a2a2;
	background-image: url(img/arrow01_orange.svg);
	background-size: 12px 20px;
}

.l-parts05-box {
	width: calc((100% - 4rem) / 3);
	margin: 0 2rem 4rem 0;
	padding: 1.5rem;
	border: solid 2px #c4dcf7;
	position: relative;
}

.l-parts05-box:before {
	content: '';
	width: calc(100% + 0.3rem);
	height: calc(100% + 0.3rem);
	display: block;
	background: #d0e3ff;
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	z-index: -1;
}

.l-parts05-box:nth-child(3n) {
	margin: 0 0 4rem 0;
}

.l-parts05-box .txt-box {
	background: #fff;
	padding: 1rem 1.6rem;
}

.l-parts05-box .txt-box p {
	font-size: 1.5rem;
}


@media screen and (min-width: 600px) {
	.forSP {
		display: none !important;
	}

	.sp_br {
		display: none;
	}
}


/*
---------------------------------------------

	smartphone settings

	*/
@media screen and (max-width: 599px) {
	body {
		min-width: 100%;
		min-width: inherit;
	}

	.forPC {
		display: none !important;
	}

	.pc_br {
		display: none;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	/*
---------------------------------------------


*/
	.l-main-area .top_h2 {
		margin: 0 0 3rem;
		padding: 1.5rem;
		font-size: 2.2rem;
		width: calc(100% + 0.5rem);
		background-size: 120px auto, auto;
		background-position: right bottom, left top;
	}

	.l-main-area .top_h2:before {
		content: '';
		width: calc(100% - 0.5rem);
		height: calc(100% - 0.5rem);
		background: #fff;
		position: absolute;
		top: -.5rem;
		left: -.5rem;
		z-index: -1;
		border: 3px solid;
		border-image: linear-gradient(to right, #84ddb2 0%, #9dc4f2 100%);
		border-image-slice: 1;
	}

	.l-main-area .top_h2 a {
		background-size: 8px 16px;
	}

	.l-main-area .top_h2:after {
		height: 30px;
	}

	.l-main-area .top_h3 {
		font-size: 2rem;
		padding: 1.2rem 1.5rem 1.2rem 5rem;
	}

	.l-main-area .top_h3::before {
		width: 40px;
		height: 40px;
	}

	.l-main-area .top_h3::after {
		width: 30px;
		height: 16px;
		background-size: contain;
		left: 16px;
	}

	.l-main-area .top_h3 a {
		background-size: 8px 16px;
	}

	.l-main-area .top_h4 {
		font-size: 1.8rem;
	}

	.l-main-area .top_h4 a {
		background-size: 7px 15px;
	}

	.l-main-area h2,.l-main-area .pr .l-common-title.link {
		font-size: 2.4rem;
	}
		.l-common-title.blue a {
	color: #044bb6;
	font-size: 2.4rem;
}

	.l-main-area h3 {
		font-size: 2rem;
		font-weight: bold;
		margin: 3rem 0 1rem;
	}

	.l-main-area ul {
		margin: 3rem 0;
		font-size: 1.4rem;
	}

	.l-main-area ol {
		margin: 3rem 0;
		font-size: 1.4rem;
	}

	.l-main-area table {
		width: 100%;
		margin: 30px auto 20px;
		display: block;
		border-top: 1px #d3d3d3 solid;
		font-size: 1.4rem;
	}

	.l-main-area table tr {
		width: 100%;
		display: block;
	}

	.l-main-area table th {
		width: 100%;
		display: block;
		border-top: none;
	}

	.l-main-area table td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.l-main-area table thead {
		width: 100%;
		display: block;
	}

	.l-main-area table thead th {
		width: 100%;
		display: block;
	}

	.l-main-area table thead td {
		width: 100%;
		display: block;
	}

	.l-main-area table tbody {
		width: 100%;
		display: block;
	}

	.l-main-area table tbody th {
		width: 100%;
		display: block;
	}

	.l-main-area table tbody td {
		width: 100%;
		display: block;
	}

	.l-main-area .btn-web {
		width: 90%;
		min-width: inherit;
		margin: 3rem auto;
	}

	.l-main-area .btn-web a {
		width: 100%;
		min-width: inherit;
		padding: 1.5rem 3rem 1.5rem 2rem;
		font-size: 1.6rem;
	}

	.l-main-area .btn-web a:after {
		background-size: 60%;
	}

	.l-main-area .btn-internal {
		width: 90%;
		margin: 3rem auto;
	}

	.l-main-area .btn-internal a {
		width: 100%;
		min-width: inherit;
		padding: 2.2rem 5rem 2rem 2rem;
		font-size: 1.6rem;
	}

	.l-main-area .btn-internal a:after {
		background-size: 60%;
	}

	.l-main-area .btn-accordion span {
		width: 90%;
		font-size: 1.6rem;
	}

	.l-main-area .btn-accordion span:after {
    width: 17px;
    height: 17px;
		background-size: 17px auto;
		right: 15px;
	}

	.l-main-area .btn-tel {
		width: 90%;
		margin: 3rem auto;
		padding: 0;
		display: block;
		text-align: center;
	}

	.l-main-area .btn-tel a {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 1.5rem 5rem;
		background: #333 url(img/icon_tel.svg) no-repeat left 20px center;
		background-size: auto 20px;
		border-radius: 10px;
		box-shadow: 5px 5px 0 #ccc;
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.4;
		text-decoration: none;
		text-align: center;
		z-index: 10;
		color: #fff;
		font-weight: bold;
	}

	.l-main-area .btn-link {
		margin: 3rem auto;
		padding: 0;
		display: block;
		text-align: left;
		width: 90%;
	}

	.l-main-area .btn-link a {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 2.2rem 5rem 2rem 2rem;
		text-align: left;
		display: inline-block;
		background: #fff url(img/arrow01_blue.svg) no-repeat right 20px center;
		background-size: 8px auto;
		box-shadow: 5px 5px 0 #ccc;
		border: #044bb6 solid 2px;
		border-radius: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-decoration: none;
	}

	.l-main-area .float-wrap {
		width: 100%;
		margin: 10px auto 30px;
		padding: 0 1rem;
		font-size: 1.4rem;
	}
.l-parts02-white-inner .company {
    padding: 1rem 0 16px;
}
	
	
	.l-main-area .float-wrap .float-img img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.l-main-area .float-wrap .float-img.fr {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	.l-main-area .float-wrap .float-img.fl {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	.l-main-area .float-wrap .float-img.ct {
		width: 100%;
	}

	.l-main-area .float-wrap .float-img.t_small {
		width: 40%;
	}

	.l-main-area .float-wrap .float-img.fr.t_small {
		margin: 0 0 20px 10px;
		float: right;
	}

	.l-main-area .float-wrap .float-img.fl.t_small {
		margin: 0 20px 10px 0;
		float: left;
	}

	.l-main-area .box-wrap {
		width: 94%;
		margin: 8rem 0 4rem auto;
		display: block;
		font-size: 1.4rem;
	}

	.l-main-area .box-wrap .box {
		width: 100%;
		background: #fff;
		margin: 0 0 5rem;
		padding: 1.5rem;
	}

	.l-main-area .box-wrap .box:nth-child(2n) {
		margin: 0 auto 2rem;
	}

	.l-main-area .box-wrap .box-head {
		margin: -4rem 0 0 -4rem;
		padding: 1.5rem;
		font-size: 2rem;
	}

	.l-main-area .box-wrap .box-head a {
		padding: 2rem 3rem 2rem 2rem;
		background-size: 8px;
		background-position: right 1rem center;
	}

	.l-main-area .box-wrap .box-body {
		padding: 1rem 0;
	}

	.l-main-area .box-wrap .box-body .btn-internal a {
		width: 90%;
	}

	.l-main-area .frame-wrap {
		margin: 0 auto 4rem;
		display: block;
		font-size: 1.4rem;
	}

	.l-main-area .frame-wrap .frame {
		width: 100%;
		margin: 0 auto 2rem;
	}

	.l-main-area .frame-wrap .frame:nth-child(3n) {
		margin: 0 auto 2rem;
	}

	.l-main-area .frame-wrap .frame::before {}

	.l-main-area .frame-wrap .frame-head {
		font-size: 2rem;
		text-align: left;
	}

	.l-main-area .frame-wrap .frame-head a {
		background-size: 8px;
	}

	.l-main-area .l-icon-title {
		width: 100%;
		margin: 5rem 0 1rem;
		padding: 1rem 1rem 1rem 6rem;
		font-size: 2rem;
		line-height: 1.4;
	}

	.l-main-area .l-icon-title.l-icon-title--recommend,
	.l-main-area .l-icon-title.l-icon-title--check,
	.l-main-area .l-icon-title.l-icon-title--point {
		padding: 1rem 1rem 1rem 5.5rem;
	}

	.l-main-area .l-icon-title.l-icon-title--recommend:before,
	.l-main-area .l-icon-title.l-icon-title--check:before,
	.l-main-area .l-icon-title.l-icon-title--point:before {
		content: "";
		width: 50px;
		height: 50px;
		position: absolute;
		top: -4px;
		left: 7%;
		margin-left: -25px;
		box-shadow: none;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.l-main-area .l-icon-title:before {
		width: 46px;
		height: 46px;
		font-size: 0.8rem;
		left: 0;
		top: -4px;
	}

	.l-main-area .l-number-wrapper .l-icon-title:before {
		padding: 0;
		font-size: 2.8rem;
	}

	/* low ----------------*/
	.l-main-area--low h1 {
		margin: 0 0 3rem;
		padding: 1.5rem;
		font-size: 2.2rem;
		width: calc(100% + 0.5rem);
		background-size: 120px auto, auto;
		background-position: right bottom, left top;
	}

	.l-main-area--low h1:before {
		content: '';
		width: calc(100% - 0.5rem);
		height: calc(100% - 0.5rem);
		background: #fff;
		position: absolute;
		top: -.5rem;
		left: -.5rem;
		z-index: -1;
	}

	.l-main-area--low h2 {
		font-size: 2rem;
		padding: 1.2rem 1.5rem 1.2rem 4.5rem;
		margin: 3rem 0 2rem;
	}

	.l-main-area--low h2::before {
		width: 40px;
		height: 40px;
	}

	.l-main-area--low h2::after {
		width: 60px;
		height: 28px;
		background-size: 40%;
		top: 9px;
		left: -8px;
	}

	.l-main-area--low h2 a {
		background-size: 8px 16px;
	}

	.l-main-area--low h3 {
		font-size: 1.8rem;
	}

	.l-main-area h3 a {
		background-size: 7px 15px;
	}

	.l-main-area--low h4 {
		font-size: 1.8rem;
	}

	/*
---------------------------------------------

	header area

	*/
	.l-header {
		width: 96%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: left;
	}

	.l-header-area {
		padding: 0;
	}

	.l-header-left {
		display: none;
	}

	.l-header-sitename {
		font-size: 1rem;
	}

	.l-header-logo {
    width: 100%;
    margin: 15px auto 0;
 }
	.l-header-logo__image {
    width: 70%;
    height: auto;
}

	.l-header-logo a {
		width: auto;
		height: auto;
	}

	.l-gnavi-area {
		display: none;
	}

	/*
---------------------------------------------

	footer area

	*/
	.l-footer-area {
		padding: 0 0 5rem 0;
		margin: 0;
		min-width: inherit;
	}

	.l-footer-area__inner::before {
		width: 40%;
		background-size: 100% auto;
	}

	.footMenu {
		width: 100%;
		height: 5rem;
		margin: 0;
		position: fixed;
		bottom: 0;
		z-index: 300;
	}

	.footMenu .menuLeft {
		width: 100%;
		height: 100%;
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #ccc;
	}

	.footMenu .menuLeft .l-gnavi-btn {
		margin: 0;
	}

	.footMenu .menuRight {
		width: 50%;
		height: 100%;
		float: right;
		background: #ff6600;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.2;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.footMenu .menuRight:after {
		content: "";
		width: 65px;
		height: 13px;
		background: url(img/icon_text_check.svg) no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 1rem;
		transform: rotate(-8deg);
	}

	.footMenu .menuRight a {
		padding: 0.9rem 2rem 0 2.5rem;
		background: url(img/arrow01_white.svg) no-repeat right 1rem center;
		background-size: 6px;
		color: #fff;
		display: block;
		text-decoration: none;
	}

	.footMenu .l-gnavi-btn {
		width: 100%;
		height: 100%;
	}

	.footMenu .l-gnavi-btn span {
		left: 50%;
		transform: translateX(-50%);
	}

	.footMenu .l-gnavi-btn span:nth-child(1) {
		top: 15px;
	}

	.footMenu .l-gnavi-btn span:nth-child(2) {
		top: 25px;
	}

	.footMenu .l-gnavi-btn span:nth-child(3) {
		top: 35px;
	}

	.footMenu .l-gnavi-btn.active span:nth-of-type(1) {
		transform: translate(-50%, 10px) rotate(-45deg);
	}

	.footMenu .l-gnavi-btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.footMenu .l-gnavi-btn.active span:nth-of-type(3) {
		transform: translate(-50%, -10px) rotate(45deg);
	}

	.l-footer-logo {
		width: 70%;
		margin: 2rem auto;
	}

	.l-footer-logo__image {
		width: 100%;
	}

	.l-footer-logo__link {
		display: block;
	}

	.l-footer-disclaimer {
		width: 90%;
		margin: 0 auto 1rem;
		padding: 2rem 5%;
	}

	.l-footer-bottom {
		padding: 0 5%;
	}

	.l-footer-bottom__inner {
		width: 90%;
		display: block;
	}

	.l-footer-bottom__copy {
		display: block;
		text-align: center;
	}

	.l-footer-bottom__sitemap {
		display: none;
	}

	.l-footer-note {
		margin: 0 0 1rem;
		font-size: 1rem;
	}

	.l-footer-menu-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
		width: 100%;
		height: 100%;
		background: #eaf2ff;
		margin: 0;
		padding: 0 0 60px 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		opacity: 0;
		transition: transform 0.3s ease-in-out, opacity 1s;
	}

	.l-footer-menu-wrapper.active {
		transform: translate3d(0, 0, 0);
		transition: transform 0.3s ease-in-out, opacity 0.3s;
		opacity: 1;
	}

	.l-footer-menu {
		width: 90%;
		margin: 0 auto 2rem;
	}

	.l-footer-menu__title {
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #305aa2;
	}

	.l-footer-menu__title__link {
		display: block;
		font-size: 1.6rem;
		position: relative;
		padding: 1rem 2.5rem 1rem 0;
		background: none;
	}

	.l-footer-menu__title__link:after {
		content: '';
		width: 8px;
		height: 15px;
		background: url(img/arrow01_blue.svg) no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) rotate(90deg);
	}

	.l-footer-menu__title__link:hover {
		text-decoration: none;
	}

	.l-footer-menu__list {
		display: none;
	}

	.l-footer-menu__list__item {
		width: 100%;
		padding: 0.8rem 1rem;
	}

	.l-footer-menu__list__item:first-child {
		display: block;
	}

	.l-footer-menu__list__link {
		margin: 1rem 0 0 0;
	}

	.l-footer-submenu__list {
		display: block;
	}

	.l-footer-submenu__list__item {
		display: block;
	}

	/*
---------------------------------------------

	common

	*/
	.l-pagetop {
		top: -5.5rem;
		right: 0.5rem;
	}

	.l-pagetop__link {
		width: 50px;
		height: 50px;
	}

	.l-pagetop__link:hover {
	}

	.l-pagetop__image {
		width: 14px;
	}

	.l-pagetop.is-fixed {
		bottom: 5.5rem;
	}

	#pankuzu {
		margin: 0 auto;
		padding: 1rem;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.l-sns-list {
		display: none;
	}

	/*
---------------------------------------------

	contents area

	*/
	.l-contents-area {
		padding: 0;
	}

	.l-contents-area--low {
		width: 100%;
	}

	/*
---------------------------------------------

	main area

	*/
	.l-main-area--low {
		width: 94%;
		margin: 0 auto 7rem;
		float: none;
		overflow: visible;
	}

	.l-section-inner {
		width: 94%;
		margin: 0 auto;
		padding-top: 2rem;
		background-size: 20%;
	}

	p.l-common-lead {
		width: 100%;
		margin: 2rem 0 3rem;
	}

	/*
---------------------------------------------

	top

	*/
	.l-mv {
		min-height: inherit;
		min-width: inherit;
		margin: 0;
		padding: 0 0 2rem;
		position: relative;
		background-size: auto 308px;
		  background-color: #dfedfa;
	}

	.l-mv-wrapper {
		width: 100%;
	}

	.l-mv-wrapper img.eye_catch {
		z-index: 100;
		width: 66%;
		position: relative;
		float: right;
		margin: 0.5rem 0 0;
	}

	.l-mv-logo {
		font-weight: bold;
		width: 66%;
		line-height: 1em;
		text-align: left;
		position: absolute;
		left: 0;
		top: 40px;
		z-index: 100;
		padding: 1rem 1rem 1rem 2rem;
		background: #f3f9ffc4;
	}

	.l-mv-logo::after {
		height: 4px;
	}

	.l-mv-logo span.line_1 {
		line-height: 1.2;
		font-size: 3.5vw;
		margin: 0 0 0.3rem;
	}

	.l-mv-logo span.grad1 {
		font-size: 7vw;
		padding: 0 8px;
	}

	.l-mv-logo span.grad2 {
		margin: 0;
		font-size: 7vw;
		padding: 0 8px;
	}

	.l-mv-logo img {
		width: 100%;
		height: auto;
	}

	.l-mv-box {
		width: 100%;
		margin: 0;
	}

	.l-mv-box p {
		margin: 0;
	}

	.l-mv-title {
		width: 100%;
		min-height: 13rem;
		margin: 2rem 0 0;
		padding: 0 48% 1rem 1rem;
		font-size: 1.8rem;
		display: flex;
		align-items: center;
	}

	.l-mv p {
		width: auto;
		max-width: 95%;
		padding: 1rem;
		color: #333;
		margin: 0 auto;
	}

	.l-mv-check {
		display: none;
	}

	h2.l-mv-title {
		display: block;
		font-size: 2.4rem;
		padding: 1rem;
		margin: 0;
		min-height: 0;
		line-height: 1.4;
        background: #2c5ba1;
	}

	h2.l-mv-title span {
    font-size: 2.4rem;
	}

	.l-common-title {
		font-size: 2.4rem;
	}

	.l-parts01 .l-common-title{
		font-size: 2.4rem;		
	}

	.l-parts01 {
		padding-bottom: 0;
		background: none;
	}

	.l-common-title span {
    font-size: 2.6rem;
	}

	.l-parts01 .l-section-inner {
		background-size: 20%;
		background-position: left top, right top 300px;
	}

	.l-parts01-column3 {
		min-width: inherit;
		padding: 0;
	}

	.l-parts01-column3:after {
		content: none;
	}

	.l-parts01-column3__box {
		width: 96%;
		margin: 2rem auto 0;
		padding: 0 0 5rem;
		position: relative;
	}

	.common .l-parts01-column3__box {
		padding: 0 0 3rem;
	}

	.l-parts01-column3__box .inner::before {
		width: 50px;
		height: 46px;
		background: url(img/icon_pickup_taxi.png) left top no-repeat;
		top: -30px;
		margin-left: -25px;
		background-size: contain;
	}

	.l-parts01-column3__box .catch_box {
		padding: 2rem 1rem 1rem;
	}

	.l-parts01-column3__box .catch_box .title {
		font-size: 2.4rem;
	}

	.l-parts01-column3__box p.money {
		font-size: 2.2rem;
		font-weight: bold;
		background: #fff;
		margin: 0;
		padding: 2rem 0;
		line-height: 1.5;
	}

	.l-parts01-column3__box p.money span {
		font-size: 3.6rem;
	}

	.l-parts01-column3__box .catch-image {
		width: 80%;
		margin: 0 auto;
	}

	.l-parts01-column3__box .catch-text,
	.l-parts01-column3__box .catch-body {
		padding: 0;
	}

	.l-parts01-column3__box .btn-web a,
	.l-main-area .l-parts01-column3__box .btn-web a {
		width: 100%;
		border-radius: 10px;
		padding: 10px;
		display: block;
		margin: -80px auto 0;
		font-size: 1.6rem;
	}

	.l-parts01-column3 .link_txt a {
		font-size: 1.6rem;
	}

	.l-parts01-column3__box .main-features {
    min-height: inherit;
	}

	.l-parts01-column3__box table {
    margin-bottom: 8rem;
	}

	.l-parts01-column3__box table th,
	.l-parts01-column3__box table td {
    height: inherit;
    text-align: center;
 }

	.l-parts01__note {
    margin: 2rem auto 0;
    font-size: 1.2rem;
    color: #8d8d8d;
 }

	.l-parts02 {
		padding: 0 0 0.1rem;
		min-width: inherit;
	}

	.l-parts02:before {
		background: #75a4ec url(img/bg_slash2.png) no-repeat top center;
		background-size: 100% auto;
		background-position: left top;
		width: 100%;
		top: 0;
		height: 60px;
	}

	.l-parts02:after {
		bottom: -2px;
		height: 3rem;
		background-position: -5rem 0;
		background-size: 120% auto;
	}

	.l-parts02 .l-common-title {
		font-size: 2.2rem;
	}

	.l-parts02 .l-common-title span {
    font-size: 2.6rem;
	}

	.l-parts02-white {
		width: 100%;
		margin: 3.4rem auto 5rem;
	}

	.l-parts02-white-inner {
		width: 94%;
		margin: 0 auto;
	}


	.l-parts02-white-inner .company .sttl{
		font-size: 2.6rem;
		padding: 12px 10px 0 70px;
		background-size: 52px;
	}	

.l-parts02-white__title .catch-title span {
    padding: 0.4rem 1rem 0.2rem;
}
	.l-parts02-white-inner .company h4 {
		float: none;
		width: auto;
		padding: 20px 10px 4px 60px;
		font-size: 2.4rem;
		background-size: 46px auto;
	}

	.l-parts02-white-inner .company h4.sttl {
    float: left;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 12px 10px 0 70px;
    background: url(img/icon_heading_taxi.png) no-repeat left top 10px;
    line-height: 1.4;
    letter-spacing: .12em;
	}

	.l-parts02-white-inner p.money {
		float: none;
		width: auto;
		background: #ffffe1;
		padding: 0;
		margin: 10px auto 0;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
	}

	.l-parts02-white-inner p.money span {
		font-size: 3.6rem;
	}

	.l-parts02-white table.infomation th,
	.l-parts02-white table.infomation td {
		width: auto;
		padding: 0.8rem;
	}

	.l-parts02-white-inner ol.feature, .l-main-area .l-parts02-white-inner ol.feature {
		padding: 0 1rem;
		margin: 1rem 0 0;
	}

	.l-parts02-white-inner ol.feature li, .l-main-area .l-parts02-white-inner ol.feature li {
		padding: 10rem 0 0;
		margin: 0 0 2rem;
		min-height: 0;
	}

	.l-parts02-white-inner ol.feature li::before, .l-main-area .l-parts02-white-inner ol.feature li::before {
		left: 50%;
		margin-left: -35px;
		top: 0rem;
		width: 70px;
		height: 75px;
		background-size: 70px auto;
		font-size: 4rem;
		padding: 0.8rem 0 0;
	}

	.l-parts02-white-inner ol.feature li:nth-child(1)::before, .l-main-area .l-parts02-white-inner ol.feature li:nth-child(1)::before,
	.l-parts02-white-inner ol.feature li:nth-child(2)::before, .l-main-area .l-parts02-white-inner ol.feature li:nth-child(2)::before,
	.l-parts02-white-inner ol.feature li:nth-child(3)::before, .l-main-area .l-parts02-white-inner ol.feature li:nth-child(3)::before {
		background-size: 70px auto;
	}

	.l-parts02-white-inner ol.feature li p.catch_thumbsup, .l-main-area .l-parts02-white-inner ol.feature li p.catch_thumbsup {
		margin: 1rem 0 0.5rem;
		line-height: 1.4;
		font-size: 1.6rem;
		background-size: 22px;
		padding: 0 0 1rem 30px;
	}

	.l-parts02-white__column2__box {
		width: auto;
		margin: 0 0 1rem;
		padding: 1rem 2rem;
	}

	.l-parts02-white__title {
		padding: .5rem;
	}

	.l-parts02-white__title:after {
		height: 25px;
		top: 99%;
		background: url(img/bg_waveblue2_l_top.svg) no-repeat left top -5px;
	}

	.l-parts02-white__title .catch-title {
		padding: 1rem;
		font-size: 1.8rem;
	}

	.l-parts02-white__column2 {
		width: 100%;
		margin-top: 3rem;
		display: block;
		position: relative;
	}

	.l-parts02-white__column2__left {
		width: 30%;
		position: absolute;
		top: 6rem;
		font-size: 1.2rem;
	}

	.l-parts02-white__column2__right {
		width: 100%;
	}

	.l-parts02-white__column2__right .clinic {
		margin: 0 0 2rem auto;
		padding: 0 0 0.5rem 3rem;
		background-size: 2rem;
		background-position: left bottom 1rem;
		font-size: 1.8rem;
	}

	.l-parts02-white__column2__right .price {
		width: 60%;
		margin: 0 0 3.5rem auto;
	}

	.l-parts02-white__column2__right .price-list {
		padding: 0.5rem;
		font-size: 1.4rem;
	}

	.l-parts02-white__column2__right .price-list .data span {
		font-size: 1.8rem;
	}

	.l-parts02-white .title-voice {
		font-size: 1.8rem;
		margin: 4rem 0 2rem;
	}

	.l-parts02-white .title-voice span {
		padding: 0 1rem;
	}

	.l-parts02-white__column3__box {
		width: 100%;
		margin: 0 0 2rem;
	}

	.l-parts02 table.infomation {
		margin: 0;
	}

	.l-parts02 table.infomation th {
		width: 100%;
	}

	.l-parts02-white table.infomation {
		display: block;
		margin: 0 0 20px;
	}

	.l-parts02-white table.infomation::after {
		content: "";
		clear: both;
		display: block;
	}

	.l-parts02-white table.infomation thead {
		float: left;
		width: 38%;
		display: block;
	}

	.l-parts02-white table.infomation tbody {
		display: block;
		float: left;
		width: 62%;
	}

	.l-parts02-white table.infomation thead th,
	.l-parts02-white table.infomation tbody td,
	.l-parts02-white table.infomation thead th,
	.l-parts02-white table.infomation tbody td {
		padding: 1rem;
		font-size: 1.4rem;
		min-height: 78px;
		display: flex;
		align-items: center;
		justify-content: left;
	}

	.l-parts02-white table.infomation tbody td {
		/* width: 50%; */
		/* float: left; */
		height: auto;
	}

	.l-parts02-white table.infomation td ul li {
    padding: 0 0 0 20px;
	}

	.l-parts02 .infomation-caption {
    padding-left: 0;
	}

	.l-parts02-white table.basic th {
		display: block;
    width: 100%;
	}

	.l-parts02-white table.basic th, .l-parts02-white table.basic td {
    padding: 10px;
	}


	.l-main-area .pr .float-wrap .float-img.fl{
		width:100%;
		margin-bottom:2rem;
	}

	.l-parts03 {
		margin-bottom: 1rem;
	}

	.l-parts03-column3__box {
		width: 100%;
		margin: 0 0 2rem;
		position: relative;
		padding: 0px 22px 2rem;
	}

	.l-parts03-column3__title {
		text-align: left;
		padding: 0;
	}

	.l-parts03-column3__title a {
		font-size: 1.8rem;
	}

	.l-parts03-column3__info dl,
	.l-parts03-column3__address dl {
		font-size: 1.5rem;
	}

	.l-parts03-column3__info dl dt,
	.l-parts03-column3__address dl dt {
		font-size: 1.3rem;
		padding: 0.5rem;
	}

	.l-parts03-column3__info dl dd,
	.l-parts03-column3__address dl dd {
		padding: 1rem 0 1rem 0;
	}

	p.l-parts03-column3__image {
		margin: 0;
	}

	ul.l-parts03-column3__tag {
		margin: 1rem 0 0;
	}

	.l-parts04 {
		min-width: inherit;
		padding: 2rem 0;
		background: none;
	}

	.l-parts04-list::before {
		right: -.6rem;
		bottom: -.6rem;
	}

	.l-parts04 .l-common-title {
		font-size: 2.2rem;
	}

	.l-parts04 .l-common-title span {
		font-size: 3rem;
	}

	.l-parts04 .l-section-inner:after,
	.l-parts04 .l-section-inner:before {
		content: none;
	}

	.l-parts04-list {
		width: 100%;
		margin: 2rem 0 0;
		padding: 2rem 2rem 1rem;
		position: relative;
	}

	.l-parts04-list .image-box {
		width: 30%;
		margin: 0 4% 2% 0;
		display: block;
	}

	.l-parts04-list .catch {
		font-size: 1.9rem;
		margin: 0;
		display: inline-block;
		width: 65%;
	}

	.l-parts04-list .catch a {
		background: url(img/icon_finger.png) no-repeat left 5px center, url(img/arrow01_blue.svg) no-repeat right center;
    background-size: 18px auto, 7px auto;
    padding: 0 1.5rem 0 3rem;
	}

	.l-parts04-list .catch a::before {
		display: none;
	}

	.l-parts04-image {
		width: 10rem;
		position: absolute;
	}

	.l-parts04-image .label {
		top: 1rem;
		font-size: 1.2rem;
	}

	.l-parts04-image .image-box {
		margin: 0 0 0 1rem;
		width: 10rem;
		height: 10rem;
	}

	.l-parts04-body {
		width: 100%;
	}

	.l-parts04-body .catch {
		margin: 0 0 2rem 12rem;
		min-height: 11rem;
		display: flex;
		align-items: center;
		font-size: 2rem;
	}

	.l-parts05 {
		margin: 0 0 5rem;
	}

	.l-parts05 .l-common-title {
		font-size: 2.2rem;
	}

	.l-parts05 .l-common-title span {
		font-size: 2.7rem;
	}

	.l-parts05-column2 {
		margin: 0 0 0 1rem;
	}

	.l-parts05-box {
		width: 100%;
		margin: 0 0 2rem;
		padding: 1rem;
	}

	.l-parts05-box:nth-child(2n) {
		margin: 0 0 2rem;
	}

	.l-parts05-catch {
		font-size: 1.8rem;
	}

	.l-parts05-box .catch a {
		min-height: 60px;
		font-size: 1.8rem;
		background-size: 2.3%;
	}

	.l-parts05 .btn-internal {
		width: 80%;
		margin: 1rem auto 3rem;
		min-width: inherit;
		font-size: 1.6rem;
	}

    .l-parts02-white .table-scroll {
        overflow-x: auto;
        width: 100%;
    }

    .l-parts02-white .table-scroll table {
        width: 800px;display: block;
    }
    .l-parts02-white .table-scroll table thead{
        width: 100%;
    }

    .l-parts02-white .table-scroll table tr {
    display: flex;
    }
        
}
.table-scroll::before {
    content: '▼左右にスクロールできます。';
}