@charset "UTF-8";




html.pc     .sp:not(.pc){ display: none !important; }
html.pc     .tablet:not(.pc){ display: none !important; }
html.sp     .pc:not(.sp){ display: none !important; }
html.sp     .tablet:not(.sp){ display: none !important; }
html.tablet .pc:not(.tablet){ display: none !important; }
html.tablet .sp:not(.tablet){ display: none !important; }

html.pc     .pc_hide{ display: none !important; }
html.sp     .sp_hide{ display: none !important; }
html.tablet .tablet_hide{ display: none !important; }

body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	overflow-x: hidden;
	/*letter-spacing: 1.5px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
}
html.sp body{
	font-size: 25px;
}

#wpadminbar{
	opacity: 0.5;
}

h1.red{
	/*text-align: center;*/
	font-size: 48px;
	color: #fff;
	background-color: #be0811;
	padding: 30px 0;
	margin: 0 0 0px;
}
h1.red .page_width{
	box-sizing: border-box;
	padding: 0 0 0 50px;
}
html.sp h1.red{
	text-align: center;
}
html.sp h1.red .page_width {
    padding: 0;
}
h1.red img{
	vertical-align: middle;
	margin: 0 15px;
}

h1.seo{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}

p{
	text-align: justify;
}

.red{
	color: #be0811;
}

h2{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	line-height: 1.3;
	color: #2c77b0;
	background-image: url(img/common/h2_bg.png);
	box-sizing: border-box;
	height: 263px;
	padding: 30px;
	margin: 60px 0 30px;
	border-radius: 20px;
}
h2.ultra{
	background-image: url(img/ultra_syaken/h2_bg.png);
}
html.sp h2{
	font-size: 36px;
	height: 140px;
	background-size: cover;
}
h1.seo + h2,
h1.seo + div h2{
	margin-top: 0 !important;
}

select {
	font-size: 14px;
	line-height: 2;
	color: #000;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 3px;
	padding: 0 24px 0 8px;
	min-height: 30px;
	-webkit-appearance: none;
	background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
	background-size: auto;
	background-size: 16px 16px;
	vertical-align: middle;
	outline: 0;
}

input[type="text"],
input[type="email"],
textarea{
	font-size: 14px;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	padding: 0 8px 0 8px;
	min-height: 30px;
	-webkit-appearance: none;
	outline: 0;
}

button{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }


img{
	max-width: 100%;
	height: auto;
}
img.double{
	visibility: hidden;
}
img.double.show{
	visibility: visible;
}

.page_width{
	max-width: 1000px;
	width: 90vw;
	margin: 0 auto;
}

.site-header #nav_open{
	display: none;
}
.site-header label[for="nav_open"]{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1100;
}
.site-header label[for="nav_open"] img{
	width: 80px;
	height: 80px;
}

.site-header nav.global3{
	display: flex;
	position: fixed;
	font-size: 20px;
	font-weight: bold;
	top: 0;
	left: 5px;
	z-index: 2000;
}
@media (max-width: 1330px) {
	.site-header nav.global3{
		font-size: 16px;
	}
}
html.sp .site-header nav.global3{
	flex-direction: column;
}
.site-header a.karisinsa{
	display: block;
	text-decoration: none;
	margin: 0 0 2px 7px;
	padding: 4px 15px 5px 15px;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	color: #fff;
	background-color: #DE020A;
	/* background-image: url(img/common/gnav1/arrow.svg); */
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: calc(100% - 12px) center;
	filter: brightness(1);
	transition: filter 0.2s linear;
}
.site-header a.karisinsa:hover{
	filter: brightness(1.15);
}
.site-header a.karisinsa.jisyaloan{
	background-color: #7dc900;
}

.site-header nav.global1{
	text-align: right;
	margin: 0 0 15px;
	padding: 0 5px;
}
html.sp .site-header nav.global1{
	position: fixed;
	text-align: center;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s linear;
	z-index: 1000;
}
html.sp .site-header #nav_open:checked ~ nav.global1{
	pointer-events: all;
	opacity: 1;
}
html.sp .site-header nav.global1 .global1_1,
html.sp .site-header nav.global1 .global1_2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	border-top: 1px solid #be0811;
}
html.sp .site-header nav.global1 .global1_2{
	margin-top: 0;
	border-top: 0;
}
.site-header nav.global1 a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #be0811;
	/*background-image: url(img/common/gnav1/arrow.svg);*/
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) 30px;
	border-radius: 3px;
	padding: 20px 40px 5px 8px;
	margin-top: -15px;
	transition: filter 0.2s;
	filter: brightness(1);
}
.site-header nav.global1 a.お問い合わせ{
	display: none;
}
.page-template-flat7_lp .site-header nav.global1 a.お問い合わせ{
	display: inline-block;
}
html.sp .site-header nav.global1 a{
	flex-basis: calc(50% - 1px);
	font-size: 27px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #be0811;
	border-top: 0;
	border-left: 0;
	padding: 11px 0;
	margin-top: 0;
}
html.sp .site-header nav.global1 .global1_1 a{
	color: #be0811;
}
html.sp .site-header nav.global1 .global1_1 a:nth-of-type(1),
html.sp .site-header nav.global1 .global1_1 a:nth-of-type(2),
html.sp .site-header nav.global1 .global1_1 a:nth-of-type(5){
	flex-basis: 100%;
}
html.sp .site-header nav.global1 .global1_2 a.車検のご予約,
html.sp .site-header nav.global1 .global1_2 a.ご来店予約,
html.sp .site-header nav.global1 .global1_2 a.会社案内{
	flex-basis: 100%;
}
.site-header nav.global1 a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(img/common/gnav1/arrow.svg);
	background-repeat: no-repeat;
	/*background-size: 30px;*/
	background-position: calc(100% - 10px) 20px;
}
.site-header nav.global1 a:hover{
	filter: brightness(1.3);
}
html.sp .site-header nav.global1 a:after{
	display: none;
}
.site-header .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px auto 0;
}
.site-header .top .title{
	/* flex-shrink: 1; */
}
.site-header .top .title img{
	width: 265px;
	height: auto;
	margin: 0 0 0 25px;
}
.site-header .top .center{
	flex-shrink: 1000;
}
@media (max-width: 1100px) {
	.site-header .top .center{
		display: none;
	}
}
.site-header .top .center img{
	width: 380px;
}
.site-header .top .right{
	flex-basis: 535px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header .top .right a{
	display: inline-block;
	margin: 0 30px;
}
.site-header .top .arrow1_1{
	position: absolute;
	margin: 6px 0 0 5px;
}
.site-header .top .arrow1_2{
	position: absolute;
	margin: 6px 0 0 -45px;
}
html.sp .site-header .top{
	justify-content: center;
	margin: 80px 0 10px;
}
html.sp .site-header .top .center,
html.sp .site-header .top .right{
	display: none;
}
html.sp .site-header .top a.title img{
	margin: 30px 0;
	width: 400px;
}


.site-header nav.global2{
	text-align: center;
	border: 5px solid #be0811;
	border-left: 0;
	border-right: 0;
	margin: 15px 0 0px;
}
html.sp .site-header nav.global2{
	display: none;

	position: fixed;
	text-align: center;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	background-color: #fff;
	opacity: 0;
}
html.sp .site-header #nav_open:checked ~ nav.global2{
	/* opacity: 1; */
}
.site-header nav.global2 .inner{
	display: flex;
	justify-content: center;
	gap: 10px 10px;
}
@media (max-width: 990px) {
	.site-header nav.global2 .inner{
		flex-wrap: wrap;
	}
}
.site-header nav.global2 a{
	display: inline-flex;
	align-items: flex-end;
	height: 75px;
	padding: 0 11px 15px;
	margin: 0 0;
	left: 0;
	transition: 0.3s;
}
.site-header nav.global2 a img{
	vertical-align: bottom;
	filter: invert(0) brightness(1);
}
.site-header nav.global2 a:hover{
	background-color: #be0811;
}
.site-header nav.global2 a:hover img{
	filter: invert(1) brightness(7);
}

footer{
	text-align: center;
	margin: 80px auto 0;
}
footer img[src*="/1."]{
	width: 248px;
}
html.sp footer img[src*="/1."]{
	width: 400px;
}
footer img[src*="/2."]{
	width: 550px;
}
footer img[src*="/3."]{
	width: 284px;
}
html.sp footer img[src*="/3."]{
	width: 460px;
}
footer .map_row{
	display: flex;
	width: 100%;
	margin: 60px 0 0;
}
footer .map_row div{
	flex-basis: 50%;
	padding: 0 0 0 10px;
}
footer .map_row div:first-child{
	border-right: 1px solid #000;
	padding: 0 10px 0 0;
}
footer .map_row iframe{
	width: 100%;
	margin-top: 30px;
}
footer .red{
	color: #fff;
	background-color: #be0811;
}
footer nav{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 30px 10px;
}
footer nav .box{
	flex-basis: 33%;
	text-align: left;
	margin: 0 0 50px;
}
footer nav .box h4{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 7px;
}
footer nav .box a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 0;
}
footer nav .box h4 a{
	padding: 0;
}
footer nav .box a:hover{
	text-decoration: underline;
}
footer .copyright{
	letter-spacing: 2px;
	padding-bottom: 30px;
}
html.sp footer img[src*="/2."]{
	width: 450px;
}
html.sp footer .map_row{
	flex-wrap: wrap;
	margin-top: 10px;
}
html.sp footer .map_row div{
	flex-basis: 100%;
	padding: 0;
	margin-top: 60px;
}
html.sp footer .map_row div:first-child{
	padding: 0;
}
html.sp footer .red .page_width{
	width: 95%;
}
html.sp footer nav .box{
	flex-basis: 50%;
	line-height: 1.4;
}
html.sp footer nav .box h4,
html.sp footer nav .box h4 a{
	font-size: 21px;
}
html.sp footer nav .box a{
	font-size: 17px;
	line-height: 1.3;
}
html.sp footer .copyright{
	font-size: 12px;
}

h3,
#top_page h1{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
#top_page h1{
	margin: 50px 0 0;
}
html.sp h3,
html.sp #top_page h1{
	font-size: 30px;
}
h3:before,
#top_page h1:before{

	content: url(img/common/h3_1.svg);
	vertical-align: -3px;
	margin: 0 25px 0 0;
}
html.sp h3:before,
html.sp #top_page h1:before{
	margin: 0 10px 0 0;
}
h3:after,
#top_page h1:after{
	content: url(img/common/h3_2.svg);
	vertical-align: -5px;
	margin: 0 0 0 25px;
}
html.sp h3:after,
html.sp #top_page h1:after{
	margin: 0 0 0 10px;
}

img{
	vertical-align: middle;
}

nav.page{
	display: flex;
	justify-content: center;
	margin: 0px 0;
}
html.sp nav.page{
	flex-wrap: wrap;
	margin: 40px 0;
}
nav.page a{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 15px;
	color: #fff;
	background-color: #be0811;
	border-radius: 5px;
	width: 235px;
	height: 95px;
	margin: 0 5px;
	outline: 0;
	transition: 0.2s;
	filter: brightness(1);
}
nav.page a:after{
	content: "";
	display: inline-block;
	background-image: url(img/common/arrow_r.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	transition: 0.2s;
	filter: brightness(1);
}
nav.page a:hover:after{
	filter: brightness(1.3);
}
html.sp nav.page a{
	flex-basis: 100%;
	font-size: 27px;
	height: 60px;
	padding: 0 20px;
	margin: 5px 0;
}

#goto_top{
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	opacity: 0;
	transition: 0.1s linear;
	filter: brightness(1);
}
#goto_top:hover{
	filter: brightness(1.2);
}
#goto_top.show{
	opacity: 1;
}

.bright2,
.bright3{
	transition: filter 0.2s;
	filter: brightness(1);
}
.bright2:hover{
	filter: brightness(1.2);
}
.bright3:hover{
	filter: brightness(1.3);
}

.list_type3{
	background-color: #be0811;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}
.list_type3 th,
.list_type3 td{
	font-size: 13.5px;
	font-weight: normal;
	background-color: #fff;
	padding: 3px 10px;
}
html.sp .list_type3 th,
html.sp .list_type3 td{
	font-size: 20px;
	white-space: normal;
}
.list_type3 th{
	text-align: center;
	background-color: #fff3cc;
}
html.sp .list_type3 th{
	min-width: 100px;
}
.list_type3 td{
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/* トップページ ***************************************************************************** */

#top_page .metaslider{
	width: 1020px !important;
	margin: 5px auto 35px;
	overflow: visible;
}
#top_page .metaslider .flex-viewport{
	overflow: visible !important;
}
#top_page .metaslider li{
	/*text-align: center;*/
}
#top_page .metaslider .slides img{
	width: auto;
	margin: 0 auto;
	/*display: inline-block;*/
}
#top_page .metaslider .caption-wrap{
	display: none;
}
html.sp #top_page .metaslider{
	width: 100% !important;
	overflow: hidden;
}

#top_page .area1{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
html.sp #top_page .area1{
	flex-wrap: wrap;
}
#top_page img[src*="/flat7/13."]{
	transition: 0.2s linear;
}
#top_page img[src*="/flat7/13."]:hover{
	filter: brightness(1.1);
}
#top_page .area1 .left,
#top_page .area1 .right{
	flex-basis: 49%;
	box-sizing: border-box;
	/*text-align: center;*/
}
#top_page .area1 .left{
	border: 7px solid #be0811;
	height: 696px;
	overflow: hidden;
}
html.sp #top_page .area1 .left,
html.sp #top_page .area1 .right{
	flex-basis: 100%;
	/* height: 380px; */
}
html.sp #top_page .area1 .right img{
	width: 100%;
	margin: 20px 0 0;
}
#top_page .area1 .left h3{
	text-align: center;
	margin: 8px 0 5px;
}
#top_page .area1 .left h3:before,
#top_page .area1 .left h3:after{
	display: none;
}
#top_page .area1 .left h3 img{
	width: 350px;
}
html.sp #top_page .area1 .left h3 img{
	width: 200px;
}
#top_page .area1 .left .list{
	text-align: center;
	background-image: url(img/top/1_l_bg.jpg);
	background-size: cover;
	background-position: 50% 100%;
	padding-bottom: 65px;
}
#top_page .area1 .left span,
#top_page .area1 .left a{
	display: inline-block;
	vertical-align: top;
	margin: 8px 5px -70px;
	transition: filter 0.2s;
	filter: brightness(1);
}
#top_page .area1 .left a:hover{
	filter: brightness(1.1);
}
#top_page .area1 .left span{
	margin: -5px -10px -65px -10px;
}
html.sp #top_page .area1 .left span,
html.sp #top_page .area1 .left a{
	width: 200px;
	margin: 0 0 -40px;
}
#top_page .area1 .left a img{
	position: relative;
}
#top_page .area1 .left a .plan{
	width: 210px;
	top: 0px;
	transition: 0.2s ease-in-out;
}
#top_page .area1 .left a .komi{
	width: 100px;
	margin-top: -50px;
	top: -100px;
	left: 55px;
	transition: 0.2s ease-in-out;
}
html.sp #top_page .area1 .left a .komi{
	width: 100px;
	top: -100px;
	left: 60px;
}
#top_page .area1 .left a .picture{
	margin-top: -60px;
}

#top_page .area2{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
html.sp #top_page .area2{
	flex-wrap: wrap;
}
#top_page .area2 .box{
	text-align: center;
	flex-basis: 32%;
	border: 2px solid #be0811;
}
html.sp #top_page .area2 .box{
	flex-basis: 100%;
	margin: 10px 0;
}
#top_page .area2 .box h4{
	margin: 15px 0 5px;
}
html.sp #top_page .area2 .box h4{
	font-size: 30px;
}
#top_page .area2 .box .image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}
#top_page .area2 .box .list a{
	display: block;
	position: relative;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #be0811;
	/*background-image: url(img/common/gnav1/arrow.svg);*/
	/*background-repeat: no-repeat;*/
	/*background-size: 30px;*/
	/*background-position: calc(100% - 10px) 50%;*/
	border-radius: 6px;
	padding: 15px 10px;
	margin: 10px 10px;
}
html.sp #top_page .area2 .box .list a{
	font-size: 24px;
}
#top_page .area2 .box .list a:after{
	/*content: url(img/common/gnav1/arrow.svg);*/
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(img/common/gnav1/arrow.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: calc(100% - 10px) 50%;
	transition: filter 0.2s;
	filter: brightness(1);
}
#top_page .area2 .box .list a:hover:after{
	filter: brightness(1.3);
}

#top_page .area_news{
	width: 775px;
	margin: 60px auto;
}
html.sp #top_page .area_news{
	width: 500px;
}
#top_page .area_news a{
	display: block;
	color: #000;
	border-bottom: 1px solid #d9d9d9;
	padding: 3px 0;
}
html.sp #top_page .area_news a{
	line-height: 1.3;
	padding: 10px 0;
}
#top_page .area_news a:first-child{
	border-top: 1px solid #d9d9d9;
}
#top_page .area_news a:hover{
	background-color: #eee;
}
#top_page .area_news a time{
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	padding-left: 20px;
}
#top_page .area_news a span.title{
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 550px;
}
html.sp #top_page .area_news a time{
	width: 250px;
}
html.sp #top_page .area_news a span.title{
	width: 95%;
}

#top_page .movie{
	text-align: center;
	color: #fff;
	background-color: #c40208;
	padding: 10px 0;
	margin-bottom: 20px;
}
#top_page .movie h3{
	font-size: 24px;
	letter-spacing: 3px;
	margin: 0 0 5px;
}
html.sp #top_page .movie h3{
	font-size: 30px;
}
#top_page .movie h3:before,
#top_page .movie h3:after{
	content: none;
}
html.sp #top_page .movie iframe{
	width: 500px;
	height: 320px;
}

#top_page .karisinsa{
	text-align: center;
	margin: 20px 0;
}
#top_page .karisinsa h3{
	margin: 50px 0 30px;
}
#top_page .karisinsa h3:before,
#top_page .karisinsa h3:after{
	display: none;
}

#top_page .facebook{
	text-align: center;
	margin: 50px 0;
}
#top_page .facebook h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	background-image: none;
	height: auto;
	padding: 0;
}
html.sp #top_page .facebook h2{
	font-size: 30px;
}

#top_page .corona2019{
	text-align: center;
	background-color: #eaf4fb;
	padding: 40px 0;
}
html.sp #top_page .corona2019 img{
	width: 100%;
}

#top_page .miryoku h3:before,
#top_page .miryoku h3:after{
	display: none;
}



/* 投稿 ***************************************************************************** */

.news article{
	border-bottom: 1px solid #000;
	padding: 80px ;
}

.news article h3{
	margin: 20px 0 10px;
}
.news article time{
	display: block;
	text-align: center;
	margin: 0 0 30px;
}

.posts-navigation {
	margin: 30px 0;
}
.posts-navigation h2{
	display: none;
}
.posts-navigation a{
	color: #000;
}
.posts-navigation .nav-links{
	text-align: center;
}
.posts-navigation .nav-links div{
	display: inline-block;
}
.posts-navigation .nav-links .nav-previous ~ .nav-next{
	border-left: 1px solid #000;
	padding-left: 20px;
	margin-left: 20px;
}


/* 中古車情報（アーカイブ - ヘッド） ***************************************************************************** */

/*.car_ariticle .red{
	text-align: center;
	background-color: #be0811;
	padding: 50px 0;
}
.car_ariticle .red img{
	vertical-align: middle;
	margin: 0 15px;
}*/

.car_ariticle h1.red{
	margin: 0;
}

html.sp .car_ariticle h1.red {
    text-align: center;
}

.car_archive .search_setting{
	background-color: #fff3cc;
	padding: 10px 0 50px;
}
.car_archive .search_setting input[type="text"],
.car_archive .search_setting select{
	width: 100%;
}

.car_archive .search_setting .list{
	display: flex;
	flex-wrap: wrap;
}
.car_archive .search_setting .list .box{
	flex-basis: 33%;
	margin: 15px 0 0;
	box-sizing: border-box;
	width: 33%;
	padding: 0 50px;
}
html.sp .car_archive .search_setting .list .box {
    padding: 0 5px;
}
.car_archive .search_setting .list .box h4{
	color: #be0811;
	font-weight: bold;
	margin: 5px 0;
}
.car_archive .search_setting .list .box.syasyu select{
	display: none;
}
.car_archive .search_setting .list .box.年式{
	display: none;
}
.car_archive .search_setting .tilde{
	text-align: center;
	width: 100%;
	margin: 5px 0;
}
html.sp .car_archive .search_setting .list .box.joutai h4{
	display: none;
}
.car_archive .search_setting button{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 10px;
	left: -50px;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	border-style: none;
	padding: 17px 15px;
	color: #fff;
	background-color: #be0811;
	/*background-image: url(img/used_car/3.svg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 90% 50%;*/
	border-radius: 7px;
	width: calc(100% + 50px);
	outline: 0;
	transition: 0.2s;
	filter: brightness(1);
}

html.sp .car_archive .search_setting button {
    left: 0;
    width: 100%;
    font-size: 22px;
}
.car_archive .search_setting input[type="submit"]:hover{
	/*filter: brightness(1.3);*/
}
.car_archive .search_setting button:after{
	content: "";
	display: inline-block;
	background-image: url(img/common/arrow_r.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 32px;
	height: 32px;
	transition: 0.2s;
	filter: brightness(1);
}
.car_archive .search_setting button:hover:after{
	filter: brightness(1.3);
}
.car_archive .search_setting label{
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 0 0;
}
html.sp .car_archive .search_setting label {
    width: 100%;
    margin: 0 0 5px 0;
}

.car_archive .lease_plan{
	text-align: center;
	width: 100%;
	padding: 20px 0;
}
.car_archive .lease_plan a{
	display: inline-block;
	margin: 0 10px;
	transition: 0.2s ease-in-out;
}
.car_archive .lease_plan a:hover{
	filter: brightness(1.1)
}
.car_archive .lease_plan a .plan{
	width: 200px;
}
.car_archive .lease_plan a .komi{
	position: relative;
	margin-top: -50px;
	top: -75px;
	left: 58px;
	width: 100px;
}

.car_archive .select_button{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	padding-top: 50px;
}
.car_archive .select_button input{
	display: none;
}
.car_archive .select_button .box_button{
	cursor: pointer;
	position: relative;
	border-radius: 6px;
	background-color: #bbb;
	top: 0;
	width: 150px;
	height: 115px;
	background-repeat: no-repeat;
	box-shadow: 0px -9px rgba(0, 0, 0, 0.25) inset;
	filter: brightness(1);
	transition: 0.2s;
}
.car_archive .select_button .box_button:hover{
	filter: brightness(1.1);
}
.car_archive .select_button input:checked + .box_button{
	box-shadow: 0px 0px rgba(0, 0, 0, 0.25) inset;
	height: 106px;
	/*top: 9px;*/
}
.car_archive .select_button input[name="期間限定-目玉車"] + .box_button{
	background-color: #be0811;
	background-image: url(img/used_car/b1.png);
	background-position: 50% 5px;
}
.car_archive .select_button input[name="SUV・スポーツ"] + .box_button{
	background-color: #d9b336;
	background-image: url(img/used_car/b2.png);
	background-position: 50% 0px;
}
.car_archive .select_button input[name="ワゴン・ミニバン"] + .box_button{
	background-color: #d48124;
	background-image: url(img/used_car/b3.png);
	background-position: 50% 5px;
}
.car_archive .select_button input[name="バン・トラック"] + .box_button{
	background-color: #67aab5;
	background-image: url(img/used_car/b4.png);
	background-position: 50% 10px;
}
.car_archive .select_button input[name="ハイブリッド・エコカー"] + .box_button{
	background-color: #6ca137;
	background-image: url(img/used_car/b5.png);
	background-position: 50% 16px;
}
.car_archive .select_button input[name="その他-特選車"] + .box_button{
	background-color: #b053aa;
	background-image: url(img/used_car/b6.png);
	background-position: 50% 4px;
}

.car_archive .search_setting .select_button label {
    margin: 0 5px 5px;
}
html.sp .car_archive .search_setting .select_button label {
    width: auto;
    margin: 0 5px 10px;
}

.car_archive .article_list_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.car_archive .article_list_head .count .num{
	font-size: 20px;
	color: #be0811;
}
.car_archive .article_list_head .order span{
	cursor: pointer;
	text-decoration: underline;
}
.car_archive .article_list_head .order span:hover,
.car_archive .article_list_head .order span.current{
	color: #be0811;
}

.car_archive h2.screen-reader-text{
	display: none;
}
.car_archive .pagination{
	text-align: center;
}
.car_archive .pagination .page-numbers{
	display: inline-block;
	text-decoration: none;
	color: #000;
	background-color: #ececed;
	width: 38px;
	padding: 5px 0;
	margin: 0 3px;
}
.car_archive .pagination .page-numbers.current{
	color: #fff;
	background-color: #be0811;
}
.car_archive .pagination .page-numbers.prev,
.car_archive .pagination .page-numbers.next{
	text-decoration: underline;
	color: #be0811;
	background-color: transparent;
}


/* 中古車情報（アーカイブ - 車両） ***************************************************************************** */

.car_archive article .entry-content{
	border: 1px solid #be0811;
}
.car_archive article .entry-content h4{
	font-size: 24px;
	background-color: #fff3cc;
	border-bottom: 1px solid #be0811;
	padding: 15px 30px;
	margin: 0 0 ;
}
.car_archive article .概要{
	display: flex;
	padding: 25px;
}
html.sp .car_archive article .概要 {
	display: block;
    flex-wrap: wrap;
}
.car_archive article .概要 .left{
	margin-right: 35px;
}

html.sp .car_archive article .概要 .left {
    margin-right: 20px;
    float: left;
    width: 47%;
}
.car_archive article .概要 .left img{
	width: 335px;
	height: 250px;
	object-fit: cover;
	object-position: 50%;
}
html.sp .car_archive article .概要 .left img{
	width: 235px;
	height: 188px;
}

.car_archive article .概要 .right{
	/* flex-grow: 1; */
	flex-basis: 570px;
	width: 570px;
}
html.sp .car_archive article .概要 .right{
	flex-basis: 100%;
	width: 100%;
}
.car_archive article .概要 .price{
	font-size: 36px;
	font-weight: bold;
	color: #be0811;
	margin: 0 0 10px;
}
html.sp .car_archive article .概要 .price {
    line-height: 1.3;
    margin-top: 0px;
}

.list_type1{
	display: flex;
	border: 1px solid #be0811;
	border-right: 0;
	border-bottom: 0;
	background-color: #be0811;
	max-width: 100%;
}
.list_type1 dl{
	margin: 0;
	flex-grow: 1;
}
.list_type1 dt,
.list_type1 dd{
	background-color: #fff;
	padding: 2px 10px;
	margin: 0 1px 1px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list_type1 dt{
	background-color: #fff3cc;
}

html.sp .car_archive article .概要 .right .list_type1{
	flex-wrap: wrap;
	/* width: 40vw; */
	margin-bottom: 20px;
}
html.sp .car_archive article .概要 .right .list_type1 dl{
	flex-basis: 50%;
}

.car_archive article{
	margin: 0 0 30px 0;
}
.car_archive article .list_type1 dl.color{
	min-width: 0;
}

.car_archive article .buttons{
	display: flex;
	margin-top: 30px;
}

html.sp .car_archive article .buttons {
    width: 100%;
    margin-top: 10px;
}
.car_archive article .buttons form{
	margin: 0px;
}
.car_archive article .buttons1{
	flex-basis: 390px;
	margin-right: 8px;
}

html.sp .car_archive article .buttons1 {
    flex-basis: 330px;
}
.car_archive article .buttons2{
	flex-grow: 1;
}
.mail_button,
.tel_button,
.syousai_button,
.jisyaloan_button{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #d9b336;
/*	background-image: url(img/used_car/3.svg);
	background-repeat: no-repeat;
	background-position: 90% 50%;
*/	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 9px 12px;
	width: 100%;
}
html.sp .mail_button,
html.sp .tel_button,
html.sp .syousai_button,
html.sp .jisyaloan_button{
	font-size: 23px;
}
.mail_button{
	margin-bottom: 9px;
}
.tel_button{
	background-color: #be0811;
}
.syousai_button{
	background-color: #67aab5;
	padding: 35px 10px 34px;
}
.jisyaloan_button{
	background-color: #7dc900;
}
.mail_button:after,
.tel_button:after,
.syousai_button:after,
.jisyaloan_button:after{
	content: "";
	display: inline-block;
	background-image: url(img/common/arrow_r.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 21px;
	height: 21px;
	transition: 0.2s;
	filter: brightness(1);
}
html.sp .mail_button:after,
html.sp .tel_button:after,
html.sp .syousai_button:after,
html.sp .jisyaloan_button:after{
	width: 35px;
	height: 35px;
}
.mail_button:hover:after,
.tel_button:hover:after,
.syousai_button:hover:after,
.jisyaloan_button:hover:after{
	filter: brightness(1.3);
}



/* 中古車情報（シングル） ***************************************************************************** */

.car_single .pankuzu a{
	color: #000;
}
.car_single main > h4{
	font-size: 24px;
	background-color: #fff3cc;
	border: 1px solid #be0811;
	padding: 12px 30px;
	margin: 20px 0;
}
.car_single h5{
	font-size: 24px;
	margin: 50px 0 0;
}
.car_single h6{
	font-size: 17px;
	margin: 0 0 ;
}

.car_single .area1{
	display: flex;
	justify-content: space-between;
}

html.sp .car_single .area1 {
    flex-wrap: wrap;
}
.car_single .area1 .slider{
	flex-basis: 630px;
}

html.sp .car_single .area1 .slider {
    flex-basis: 100%;
}
.car_single .area1 .wp-block-gallery{
	display: none;
}
.car_single .area1 .swiper-container{
	width: 630px;
}
html.sp .car_single .area1 .swiper-container{
	width: 90vw;
}
.car_single .area1 .swiper-container img{
	object-fit: contain;
	object-position: 50%;
	width: 630px;
	height: 470px;
}
html.sp .car_single .area1 .swiper-container img{
	width: 100%;
	height: 70vw;
}
.car_single .area1 .swiper-button-prev,
.car_single .area1 .swiper-button-next{
	background-image: url(img/common/arrow_l.svg);
	background-size: cover;
	background-position: 50%;
	width: 37px;
	height: 37px;
}
.car_single .area1 .swiper-button-next{
	background-image: url(img/common/arrow_r.svg);
}
.car_single .area1 .swiper-button-prev:after,
.car_single .area1 .swiper-button-next:after{
	display: none;
}
.car_single .area1 .swiper-button-disabled{
	display: none;
}
.car_single .area1 .slider .thumbs img{
	cursor: pointer;
	width: 57px;
	height: 44px;
}
.car_single .area1 .slider .thumbs .swiper-slide,
.car_single .area1 .slider .thumbs .swiper-slide div{
	display: inline-block;
	width: auto;
}
.car_single .area1 .slider .thumbs .swiper-slide{
	margin: 2px 2px 0 0;
	border: 2px solid #fff;
}
.car_single .area1 .slider .thumbs .swiper-slide.current{
	border: 2px solid #be0811;
}
.car_single .area1 .right{
	flex-basis: 340px;
	width: 340px;
}

html.sp .car_single .area1 .right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    flex-basis: 100%;
}
html.sp .car_single .area1 .list_area{
	display: flex;
}
.car_single .area1 .list_type1{
	margin: 0 0 10px 0;
}
html.sp .car_single .area1 .list_type1:nth-of-type(2){
	border-left: 0;
}

html.sp .car_single .area1 .list_type1 {
    width: 50%;
}
.car_single .area1 .list_type1 dl.color{
	min-width: 0;
}
html.sp .car_single .area1 .right h6{
	order: 1;
	width: 100%;
}
.car_single .area1 .right .price{
	font-size: 38px;
	font-weight: bold;
	color: #be0811;
}
html.sp .car_single .area1 .right .price{
	order: 1;
	width: 45%;
}
.car_single .area1 .right .price small.zei{
	font-size: 17px;
}
.car_single .area1 .right .buttons{
	font-size: 18px;
	font-weight: bold;
}

html.sp .car_single .area1 .right .buttons {
    display: flex;
    justify-content: space-between;
}
.car_single .area1 .right .mail{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #d9b336;
	border-radius: 7px;
	padding: 20px 0;
	margin: 15px 0 10px 0;
}
.car_single .area1 .right .mail img{
	margin: 0 0 15px 0;
	width: 58px;
	height: 42px;
}
.car_single .area1 .right .tel{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #be0811;
	border-radius: 7px;
	padding: 36px 0;
}
.car_single .area1 .right .tel img{
	vertical-align: middle;
	margin: 0 15px 0 0;
	width: 29px;
	height: 41px;
}
.car_single .area1 .right .tel span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 23px;
	letter-spacing: 2px;
	width: 220px;
}
.car_single .area1 .right .tel span::first-line{
	font-size: 18px;
	letter-spacing: 0;
}
html.sp .car_single .area1 .right .mail{
	flex-basis: 43%;
	margin: 0;
}
html.sp .car_single .area1 .right .tel{
	flex-basis: 55%;
	padding: 30px 0;
}

.car_single .area1 .right .id{
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 0 0;
}

html.sp .car_single .area1 .right div{
	order: 3;
	width: 100%;
}
html.sp .car_single .area1 .right .id{
	text-align: right;
	order: 2;
	width: 45%;
}

.car_single .基本情報 dl{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #be0811;
	border-right: 0;
	border-bottom: 0;
}
.car_single .基本情報 dt,
.car_single .基本情報 dd{
	font-size: 16px;
	flex-grow: 1;
	flex-basis: 24%;
	box-sizing: border-box;
	padding: 3px 7px;
	margin: 0;
	border: 1px solid #be0811;
	border-top: 0;
	border-left: 0;
}
.car_single .基本情報 dt{
	background-color: #fff3cc;
}
.car_single .装備・仕様 h6{
	margin: 15px 0 5px;
}
.car_single .装備・仕様 .info_list{
	display: flex;
	flex-wrap: wrap;
}
.car_single .装備・仕様 .info_list .item{
	font-size: 16px;
	/*flex-grow: 1;*/
	flex-basis: 25%;
	box-sizing: border-box;
	color: #c4c4c4;
	background-color: #f2f2f2;
	padding: 3px 7px;
	border: 1px solid #fff;
}
.car_single .装備・仕様 .info_list .item.on{
	color: #fff;
	background-color: #be0811;
}
html.sp .car_single .装備・仕様 .info_list .item{
	flex-basis: 33.33%;
	font-size: 13px;
}

.area_contact{
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #be0811;
	background-color: #fff3cc;
	margin: 20px 0;
}
.area_contact .contact_area{
	font-size: 18px;
}
.area_contact .contact_area .privacy_area{
	margin: 30px 0;
}


/* お問い合わせフォーム ***************************************************************************** */

.contact_area{
	font-size: 16px;
}
html.sp .contact_area{
	font-size: 25px;
}
.contact_area h3{
	margin: 70px 0 30px;
}
.contact_area select {
	font-size: 18px;
	padding: 0 24px 0 8px;
}
html.sp .contact_area select {
	font-size: 25px;
}
.contact_area input[type="text"],
.contact_area input[type="email"],
.contact_area textarea{
	font-size: 18px;
	padding: 10px 10px;
}
html.sp .contact_area input[type="text"],
html.sp .contact_area input[type="email"],
html.sp .contact_area textarea{
	font-size: 25px;
	width: 95%;
}
.contact_area textarea.sougaku{
	height: 80px;
}
.contact_area input:-webkit-autofill[readonly],
.contact_area .wpcf7c-conf,
.contact_area .read_only{
	border: 0;
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	mix-blend-mode: darken;
}
.contact_area input[type="radio"].wpcf7c-conf,
.contact_area input[type="radio"].wpcf7c-conf ~ span{
	display: none;
}
.contact_area input[type="radio"].wpcf7c-conf:checked ~ span{
	display: inline;
}
.contact_area input[type="checkbox"].wpcf7c-conf{
	-webkit-box-shadow: none !important;
}

.contact_area p.top{
	margin: 60px 100px 30px;
}
html.sp .contact_area p.top{
	margin: 60px 50px 30px;
}
.contact_area p.red{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.9;
	color: #be0811;
	background-color: transparent;
	padding: 0;
}
.contact_area .tel_area{
	text-align: center;
	margin: 20px 0 60px;
}
.contact_area .tel_area a.tel{
	font-size: 30px;
	font-weight: bold;
	color: #be0811;
}
.contact_area table.contact{
	border-collapse: collapse;
	width: 100%;
}
.contact_area table.contact th,
.contact_area table.contact td{
	vertical-align: middle;
	text-align: left;
	padding: 10px 30px;
	border-top: 1px solid #fff;
}
html.sp .contact_area table.contact th,
html.sp .contact_area table.contact td {
    padding-left: 80px;
}
#karisinsa_page .contact_area table.contact th{
	min-width: 200px;
}

.contact_area table.contact tr:nth-of-type(2n+1) th,
.contact_area table.contact tr:nth-of-type(2n+1) td{
	background-color: #f2e7c2;
}
.contact_area table.contact tr.alert th,
.contact_area table.contact tr.alert td{
	background-color: #F25555;
}
.contact_area .alert span[role='alert']{
	color: #fff;
}
.contact_area table.contact td{
	padding: 10px 0 10px 65px;
}
.contact_area table.contact td.hissu {
    background-image: url(img/flat7/contact/8.svg);
    background-repeat: no-repeat;
    background-position: 0 19px;
}
html.sp .contact_area table.contact td.hissu {
    background-position: 11px 13px;
    background-size: 60px 40px;
}

html.sp .contact_area table.contact,
html.sp .contact_area table.contact tbody,
html.sp .contact_area table.contact tr,
html.sp .contact_area table.contact th,
html.sp .contact_area table.contact td{
	display: block;
}

.contact_area span.wpcf7-list-item{
	margin: 0;
}
.contact_area .privacy_area{
	text-align: center;
	margin: 70px 0;
}
.contact_area .privacy_area.alert{
	background-color: #F25555;
}
.contact_area label{
	display: inline-block;
	/* margin-right: 30px; */
}
.contact_area span.privacy label{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 15px;
}
.contact_area span.privacy label input[type="checkbox"]{
	/* display: none; */
}
.contact_area span.privacy label input[type="checkbox"] ~ span:before {
	content: url(img/flat7/contact/check_off.svg);
	/* display: inline-block; */
	display: none;
	vertical-align: -2px;
	color: #be0811;
	width: 20px;
	height: 20px;
	/*background-color: #be0811;*/
	margin-right: 10px;
}
.contact_area span.privacy label input[type="checkbox"]:checked ~ span:before {
    content: url(img/flat7/contact/check_on.svg);
    /* color: #fff; */
}
.contact_area .wpcf7-list-item-label{
	display: inline-block;
	margin-right: 30px;
}

.contact_area .wpcf7-radio{
	display: block;
	padding: 8px 0;
}

.contact_area .privacy_area a{
	color: #be0811;
}

.contact_area .submit_area{
	text-align: center;
	margin: 30px 0;
}
.contact_area .submit_area input[type="submit"],
.contact_area .submit_area input[type="button"]{
	transition: filter 0.2s;
	filter: brightness(1);
}
.contact_area .submit_area input[type="submit"]:hover,
.contact_area .submit_area input[type="button"]:hover{
	filter: brightness(1.2);
}
.contact_area .submit_area input[type="submit"]{
	cursor: pointer;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #d9b336;
	background-image: url(img/common/mail.svg);
	background-repeat: no-repeat;
	background-position: 110px;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 15px 12px 15px 100px;
	width: 700px;
}
.contact_area .submit_area input[type="submit"].wpcf7-submit{
	background-position: 250px;
}
html.sp .contact_area .submit_area input[type="submit"]{
	font-size: 24px;
	width: 480px;
	padding-left: 80px;
	background-position: 40px;
}
html.sp .contact_area .submit_area input[type="submit"].wpcf7-submit{
	background-position: 150px;
}
.contact_area .submit_area input[type="button"]{
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
	border: 0;
	background-color: transparent;
	margin-top: 20px;
}
html.sp #goyoyaku_page .contact_area .submit_area input[type="submit"]{
	background-position: 13px;
}
html.sp #omitumori_page .contact_area .submit_area input[type="submit"]{
	background-position: 30px;
}

#karisinsa_page h1{
	margin: 0 0 1px 0;
}
#karisinsa_page .images{
	display: flex;
}
#karisinsa_page .images img{
	width: 50%;
	height: 25vw;
}
html.sp #karisinsa_page .images img{
}
#karisinsa_page .step{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	box-sizing: border-box;
	min-height: 200px;
	padding: 20px 0;
}
html.sp #karisinsa_page .step{
	height: 250px;
}
#karisinsa_page .step1{ background-color: #d9f090; }
#karisinsa_page .step2{ background-color: #b6d949; }
#karisinsa_page .step3{ background-color: #99c901; }

#karisinsa_page input[type="text"],
#karisinsa_page input[type="email"],
#karisinsa_page textarea{
	width: 90%;
}
#karisinsa_page .contact_area select[name="seinengappi_tsuki"]{
	margin: 0 10px;
}
html.sp #karisinsa_page .contact_area select[name="seinengappi_tsuki"]{
	margin: 0 10px 0 0;
}
html.sp #karisinsa_page .contact_area select[name="seinengappi_nen"]{
	margin: 0 0 10px;
}
#karisinsa_page .contact_area .submit_area input[type="submit"]{
	padding-left: 90px;
	background-position: 60px;
}
html.sp #karisinsa_page .contact_area .submit_area input[type="submit"]{
	padding-left: 80px;
	background-position: 15px;
	width: 520px;
}

.imanoritai_page span.untenmenkyoshoubangou{
	display: block;
	overflow: hidden;
	height: 0px;
	transition: height 0.3s ease-in-out;
}
.imanoritai_page span.untenmenkyoshoubangou.show{
	height: 45px;
}
.imanoritai_page .contact_area table.contact td.hissu{
	background-position: 0 center;
}

#goraiten_yoyaku_page input[type="text"],
#goraiten_yoyaku_page input[type="email"],
#goraiten_yoyaku_page textarea{
	width: 90%;
}
#goraiten_yoyaku_page input[type="text"].datepicker{
	width: 50%;
}

.thanks{
	text-align: center;
	font-weight: bold;
	margin: 80px 0 150px;
}


/* フラット7 ページ ***************************************************************************** */

#flat7_page .button1{
	cursor: pointer;
	display: block;
	text-align: center;
	background-image: url(img/flat7/btn1_bg.png);
	width: 720px;
	padding: 16px 0;
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.37);
	margin: 0 auto 25px;
	transition: 0.1s linear;
	filter: brightness(1);
}
#flat7_page .button1:hover{
	filter: brightness(1.2);
}
html.sp #flat7_page .button1{
	width: 450px;
}
html.sp #flat7_page .page_width{
	width: 100%;
}

#flat7_page form{
	width: 100%;
}
#flat7_page .button2{
	cursor: pointer;
	display: block;
	text-align: center;
	background-image: url(img/flat7/btn1_bg.png);
	background-size: 10px 8px;
	width: 260px;
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.37);
	margin: 0 auto;
	outline: 0;
	transition: 0.1s linear;
	filter: brightness(1);
}
#flat7_page .button2:hover{
	filter: brightness(1.2);
}
html.sp #flat7_page .button2{
	padding: 15px 0;
	width: 350px;
	margin: 10px auto;
}

#flat7_page img[src*="/t10."]{
	mix-blend-mode: screen;
	height: 43px;
}
#flat7_page img[src*="/t11."]{
	mix-blend-mode: screen;
	width: 210px;
}
html.sp #flat7_page img[src*="/t10."]{
	height: 33px;
}
html.sp #flat7_page img[src*="/t11."]{
	width: 280px;
}

#flat7_page img[src*="index/1."]{
	margin: 0 0 30px 0;
}
html.sp #flat7_page img[src*="index/1."]{
	margin: 0 0 0 0;
}

#flat7_page .area10 a{
	transition: 0.15s linear;
}
#flat7_page .area10 a:hover{
	filter: brightness(1.1);
}
#flat7_page .area10 > div > img,
#flat7_page .area10 > div > div,
#flat7_page .area10 > div > a{
	display: block;
	margin: 20px 0;
}
#flat7_page .area10 .box11{
	text-align: right;
	background-image: url(img/flat7/11_bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 360px;
	padding: 275px 15px 0 0;
}
html.sp #flat7_page .area10 .box11{
	background-size: contain;
	height: 220px;
	padding: 158px 15px 0 0;
}
#flat7_page .area10 .box11 a{
	transition: none;
}
#flat7_page .area10 .box11 a:hover{
	opacity: 0.8;
}
html.sp #flat7_page .area10 .box11 a img{
	width: 50vw;
}
#flat7_page .box12{
	text-align: center;
	background: rgb(255,113,105);
	background: linear-gradient(180deg, rgba(255,113,105,1) 0%, rgba(229,52,40,1) 100%);
	border-radius: 20px;
	box-sizing: border-box;
	/*height: 486px;*/
	padding: 10px 15px 30px;
}
#flat7_page .box12 a img{
	margin: 0 8px;
}
#flat7_page .box12 a.tel{
	display: block;
	color: #fff700;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin: 25px 0 16px;
}
#flat7_page .box12 a.tel:hover{
	text-decoration: none;
}
html.sp #flat7_page .box12 a img{
	width: 41vw;
	margin: 0 5px;
}
#flat7_page .area10 a.box12_a1:hover{
	filter: brightness(1.2);
}
#flat7_page .box12 p{
	text-align: center;
	line-height: 1.4;
	color: #fff;
	margin: 0px 0 30px;
}
html.sp #flat7_page .box12 p{
	/*margin: 0px 0 20px;*/
}

#flat7_page .area1_1{
	text-align: center;
	background-image: url(img/flat7/2_bg.jpg);
	background-size: cover;
	background-position: 50%;
	padding: 40px 0 0;
}
#flat7_page .area1_1 a{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
#flat7_page .area1_1 a img{
	position: relative;
}
#flat7_page .area1_1 a .plan{
	width: 254px;
	top: 0px;
	transition: 0.2s ease-in-out;
}
#flat7_page .area1_1 a .komi{
	margin-top: -50px;
	top: -160px;
	left: 70px;
	transition: 0.2s ease-in-out;
}
#flat7_page .area1_1 a .picture{
	margin-top: -60px;
}
#flat7_page .area1_1 a .picture[src*="/c1_p."] {margin: -80px 0 -6px 0;}
#flat7_page .area1_1 a .picture[src*="/c4_p."] { margin: -80px 0 0 0; }
#flat7_page .area1_1 a .picture[src*="/c5_p."] {margin: -73px 0 -7px 0;}
#flat7_page .area1_1 a .picture[src*="/c12_p."]{margin: -75px 0 0 0;}
#flat7_page .area1_1 a .picture[src*="/c15_p."]{ margin: -90px 0 0 0; }
#flat7_page .area1_1 a .maker{
	width: 70px;
}
#flat7_page .area1_1 a .name1{
	height: 28px;
	margin-bottom: -11px;
}
#flat7_page .area1_1 a .name2{
	height: 16px;
}
#flat7_page .area1_1 a:hover .plan{
	top: -10px;
}
#flat7_page .area1_1 a:hover .komi{
	top: -170px;
}
html.sp #flat7_page .area1_1{
	padding: 0 0 40px;
}
html.sp #flat7_page .area1_1 a{
	margin: 0 -30px -70px;
	transform: scale(0.8);
}

#flat7_page img[src*="index/3."]{
	position: relative;
	margin: -22px 0 30px 0;
}
html.sp #flat7_page img[src*="index/3."]{
	position: relative;
	margin: 10px 0 30px 0;
}

#flat7_page .area2{
	margin: 70px 0 50px;
}
#flat7_page .area2_1{
	display: flex;
	justify-content: space-around;
}
html.sp #flat7_page .area2_1{
	flex-wrap: wrap;
}
#flat7_page .area2_1 img{
	transition: 0.1s linear;
	/*filter: brightness(1);*/
}
#flat7_page .area2_1 img:hover{
	opacity: 0.8;
	/*filter: brightness(1.2);*/
}
html.sp #flat7_page .area2{
	margin: 20px 5px;
}
html.sp #flat7_page .area2_1 a{
	margin: 0 5px;
}
html.sp #flat7_page .area2_1 img[src*="/flat7/4_3."]{
	width: 130px;
	margin: 0 100px;
}

#flat7_page #area3 a img{
	max-width: 49%;
	transition: 0.1s linear;
}
#flat7_page #area3 a img:hover{
	opacity: 0.8;
}
html.sp #flat7_page #area3 a img{
	max-width: none;
}

#flat7_page nav.top_page{
	background-color: #dbdbdb;
	padding: 15px 0;
}
#flat7_page nav.top_page .page_width{
	display: flex;
	justify-content: space-around;
}
#flat7_page nav.top_page a{
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #be0811;
	background-color: #fff;
	padding: 10px 20px 3px;
	border-radius: 5px;
}
#flat7_page nav.top_page a:after{
	content: url(img/flat7/5.svg);
	position: relative;
	top: 0;
	transition: 0.2s ease-in-out;
}
#flat7_page nav.top_page a:hover{
	text-decoration: none;
}
#flat7_page nav.top_page a:hover:after{
	top: 3px;
}
html.sp #flat7_page nav.top_page .page_width{
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 10px;
}
html.sp #flat7_page nav.top_page a{
	flex-basis: 40%;
	font-size: 22px;
	margin: 10px 0;
}

#flat7_page h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #be0811;
	background-image: url(img/flat7/6.svg);
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 13px 0 28px;
	margin: 80px 0 25px;
}
#flat7_page h3:before,
#flat7_page h3:after{
	display: none;
}
html.sp #flat7_page h3{
	font-size: 28px;
	background-size: 410px;
	padding: 13px 0 20px;
	margin: 30px 0 10px;
}

html.sp #flat7_page #area3 img{
	width: 100%;
	margin: 0 0 10px;
}

#flat7_page nav.tokusen{
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
#flat7_page nav.tokusen a{
	text-align: center;
	transition: 0.1s linear;
	filter: brightness(1);
}
#flat7_page nav.tokusen a img:first-child{
	margin-bottom: -35px;
}
#flat7_page nav.tokusen a:hover{
	/*opacity: 0.8;*/
	filter: brightness(1.1);
}
html.sp #flat7_page nav.tokusen{
	flex-wrap: wrap;
}
html.sp #flat7_page nav.tokusen a{
	flex-basis: 155px;
}

#flat7_page .plan{
	padding: 1px 20px 30px;
	/*margin-top: 50px;*/
}
#flat7_page .plan .head{
	margin: -30px 0 20px;
}
#flat7_page .plan .head img:first-child{
	/*vertical-align: middle;*/
	filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.5));
	z-index: 100;
}
#flat7_page .plan .head img:nth-of-type(2),
#flat7_page .plan .head img:nth-of-type(3){
	position: relative;
	vertical-align: -70px;
	/*width: 470px;*/
	height: 108px;
	margin-left: -25px;
	z-index: 105;
}
#flat7_page .plan .head img:nth-of-type(3){
	margin-left: -5px;
}
html.sp #flat7_page .plan .head{
	text-align: center;
}
html.sp #flat7_page .plan .head img:first-child{
	width: 230px
}
html.sp #flat7_page .plan .head img:nth-of-type(2){
	height: 130px;
}
html.sp #flat7_page .plan .head img:nth-of-type(3){
	height: 130px;
	margin-top: 10px;
}

#flat7_page .plan .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
}
html.sp #flat7_page .plan .list{
	justify-content: center;
}

#flat7_page .plan .list .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 290px;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 0;
	margin-bottom: 20px;
}
#flat7_page .plan .list .box .name{
	height: 75px;
	margin: 0 -30px 0 15px;
}
#flat7_page .plan .list .box .name1{
	margin: 0 0 -10px -5px;
}
#flat7_page .plan .list .box .name2{
	margin: 0 0 0 -5px;
}
#flat7_page .plan .list .box .wd{
	margin-right: 15px;
}
#flat7_page .plan .list .box .picture{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 170px;
	margin: 0px auto 10px;
}
#flat7_page .plan .list .box .red{
	text-align: center;
	background-color: #de020a;
	padding: 5px 0 10px;
	margin-bottom: 10px;
	flex-basis: 100%;
}
#flat7_page .plan .list .box .red .bonus{
	width: 220px;
}

html.sp #flat7_page .plan .list .box{
	width: 410px;
	border-radius: 15px;
	padding: 15px 0;
}
html.sp #flat7_page .plan .list .box .name{
	height: 75px;
	margin: 0 -30px 0 15px;
}
html.sp #flat7_page .plan .list .box .maker{
	width: 130px;
}
html.sp #flat7_page .plan .list .box .name1{
	height: 55px;
	margin: 0 0 -10px -5px;
}
html.sp #flat7_page .plan .list .box .name2{
	height: 33px;
	margin: 0 0 0 -5px;
}
html.sp #flat7_page .plan .list .box .wd img{
	width: 70px;
}
html.sp #flat7_page .plan .list .box .picture{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
	width: 100%;
}
html.sp #flat7_page .plan .list .box .picture img{
	width: 90%;
}
html.sp #flat7_page .plan .list .box .red img:first-child{
	width: 350px;
}
html.sp #flat7_page .plan .list .box .red .bonus{
	width: 300px;
}

#flat7_page .car_article{
	border: 1px solid #be0811;
	width: 100%;
	margin: 20px 0;
}
#flat7_page .car_article h4{
	display: flex;
	justify-content: space-between;
	align-content: center;
	font-size: 24px;
	margin: 0;
	padding: 10px 20px;
	background-color: #fff3cc;
	border-bottom: 1px solid #be0811;
}
#flat7_page :is(.car_article, .car_article2) h4 .sokunou{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background-color: #be0811;
	border-radius: 6px;
	padding: 5px 20px;
}
#flat7_page .car_article .概要{
	display: flex;
	justify-content: space-between;
	/* align-content: center; */
	/* font-size: 24px; */
	margin: 0;
	padding: 10px 10px;
}
html.sp #flat7_page .car_article .概要{
	justify-content: center;
	flex-wrap: wrap;
}
#flat7_page .car_article .left{
	flex-basis: 360px;
	width: 360px;
}
html.sp #flat7_page .car_article .left{
	margin: 0 0 10px 0;
}
#flat7_page :is(.car_article, .car_article2) .slider{
	background-color: #fff;
	width: 100%;
}
#flat7_page :is(.car_article, .car_article2) .slider .swiper-container{
	/*height: 230px;*/
}
#flat7_page :is(.car_article, .car_article2) .slider .swiper-wrapper{
	text-align: center;
	align-items: center;
}
#flat7_page :is(.car_article, .car_article2) .slider .swiper-slide ,
#flat7_page :is(.car_article, .car_article2) .slider .swiper-slide div{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#flat7_page :is(.car_article, .car_article2) .slider .swiper-slide{
	min-height: 230px;
}
#flat7_page :is(.car_article, .car_article2) .swiper-button-prev,
#flat7_page :is(.car_article, .car_article2) .swiper-button-next {
    background-image: url(img/common/arrow_l.svg);
    background-size: cover;
    background-position: 50%;
    width: 20px;
    height: 20px;
	margin-top: -10px;
	outline: 0;
}
html.sp #flat7_page :is(.car_article, .car_article2) .swiper-button-prev,
html.sp #flat7_page :is(.car_article, .car_article2) .swiper-button-next {
    width: 40px;
    height: 40px;
	margin-top: -20px;
}
#flat7_page :is(.car_article, .car_article2) .swiper-button-prev{
	left: 0;
}
#flat7_page :is(.car_article, .car_article2) .swiper-button-next {
	right: 0;
    background-image: url(img/common/arrow_r.svg);
}
#flat7_page :is(.car_article, .car_article2) .swiper-button-prev:after,
#flat7_page :is(.car_article, .car_article2) .swiper-button-next:after {
	display: none;
}
#flat7_page .car_article .left img{
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	height: 100%;
	width: 100%;
}
#flat7_page .car_article .概要 .right{
	flex-basis: 530px;
}
#flat7_page :is(.car_article, .car_article2) .概要 .price{
	vertical-align: middle;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #be0811;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #be0811;
	border-bottom: 0;
	white-space: nowrap;
}
html.sp #flat7_page :is(.car_article, .car_article2) .概要 .price{
	display: flex;
	align-items: center;
	padding-right: 0;
}
#flat7_page :is(.car_article, .car_article2) .概要 .price .komikomi{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	background-color: #be0811;
	border-radius: 6px;
	padding: 12px 8px;
}
html.sp #flat7_page .car_article .概要 .price .komikomi{
	font-size: 16px;
	margin-right: 10px;
}
#flat7_page :is(.car_article, .car_article2) .概要 .price .tukiduki{
	vertical-align: middle;
	font-size: 14px;
}
#flat7_page :is(.car_article, .car_article2) .概要 .price .zei{
	vertical-align: middle;
	font-size: 14px;
}
#flat7_page :is(.car_article, .car_article2) .概要 .price .tukiduki,
#flat7_page :is(.car_article, .car_article2) .概要 .price .zei{
	font-size: 18px;
}
#flat7_page .car_article .概要 .buttons{
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 0;
}
#flat7_page .car_article .概要 .buttons .tel_button{
	flex-basis: 320px;
	padding: 5px ;
}
html.sp #flat7_page .car_article .概要 .buttons .tel_button{
	padding: 5px 20px;
}
#flat7_page .car_article .概要 .buttons form{
	flex-basis: 200px;
}
#flat7_page .car_article .概要 .buttons .mail_button{
	width: 200px;
	margin: 0 0 0 10px;
}

#flat7_page .plan .list2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px;
	padding: 0 10px;
}
html.sp #flat7_page .plan .list2{
	justify-content: center;
	gap: 20px;
}
#flat7_page .car_article2{
	background-color: #fff;
	border-radius: 10px;
	flex-basis: 32.5%;
	width: 32.5%;
	margin: 3px 0;
}
@media (max-width: 1050px) {
	#flat7_page .car_article2{
		flex-basis: 49%;
		width: 49%;
	}
}
@media (max-width: 720px) {
	#flat7_page .car_article2{
		flex-basis: 100%;
		width: 100%;
	}
}
html.sp #flat7_page .car_article2{
	flex-basis: 100%;
	width: 100%;
}
#flat7_page .car_article2.dummy{
	background-color: transparent;
	margin: 0;
}
#flat7_page .car_article2 h4{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	margin: 0;
	padding: 10px 20px;
	background-color: #fff3cc;
}
html.sp #flat7_page .car_article2 h4{
	font-size: 35px;
	padding: 15px 25px;
}
#flat7_page .car_article2 h4 .title{
	white-space: nowrap;
}
#flat7_page .car_article2 h4 .sokunou{
	position: absolute;
	padding: 5px;
	font-size: 15px;
	white-space: nowrap;
	margin: -80px 0 0;
}
html.sp #flat7_page .car_article2 h4 .sokunou{
	font-size: 22px;
	padding: 0 5px;
	margin: -100px 0 0;
}
#flat7_page .car_article2 .slider{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

#flat7_page .car_article2 .right{
	padding: 5px 10px 00px;
}
#flat7_page .car_article2 .概要 .price{
	text-align: center;
	border: 0;
}
html.sp #flat7_page .car_article2 .概要 .price{
	display: block;
	font-size: 55px;
}
#flat7_page .car_article2 .概要 .price .row2{
	margin: 10px 0;
}
html.sp #flat7_page .car_article2 .概要 .price .row2{
	margin: 20px 0;
}
#flat7_page .car_article2 .list_type3 th{
	text-align: left;
}
#flat7_page .car_article2 .list_type3 td{
	white-space: normal;
}
html.sp #flat7_page .car_article2 .list_type3 :is(th, td){
	font-size: 22px;
}
#flat7_page .car_article2 .概要 .buttons{
	margin: 10px 0 0 0;
}
#flat7_page .car_article2 .概要 .buttons .tel_button{
	margin: 3px 0;
}
#flat7_page .car_article2 .概要 .buttons form{
/*	flex-basis: 200px;*/
}
html.sp #flat7_page .car_article2 .概要 .buttons :is(.tel_button, .mail_button){
	font-size: 27px;
	padding: 13px 16px;
}
html.sp #flat7_page .car_article2 .概要 .price .komikomi{
	font-size: 30px;
	margin-right: 10px;
}
html.sp #flat7_page .car_article2 .概要 .price .tukiduki{
	font-size: 30px;
}
html.sp #flat7_page .car_article2 .概要 .price .zei{
	font-size: 30px;
}

#flat7_page #plan6000{
	background-color: #ffe138;
}
#flat7_page #plan10000{
	background-color: #418ce8;
}
#flat7_page #plan20000{
	background-color: #ff2930;
}
#flat7_page #plan30000{
	background-color: #77ba00;
}
#flat7_page #plan40000{
	background-color: #d6c77b;
}

#flat7_page #plan20000 .list .box .picture{
	height: 150px;
}
#flat7_page #plan30000 .list .box .picture{
	height: 160px;
}
#flat7_page #plan40000 .list .box .picture{
	height: 160px;
}
#flat7_page #plan40000 .list .box .red{
	background-color: #000;
}
html.sp #flat7_page #plan10000 .list .box .picture{
	height: 270px;
}
html.sp #flat7_page #plan20000 .list .box .picture{
	height: 250px;
}
html.sp #flat7_page #plan30000 .list .box .picture{
	height: 250px;
}
html.sp #flat7_page #plan40000 .list .box .picture{
	height: 250px;
}

#flat7_page img[src*="/tokusen/c12_p."]{
	width: 95%;
}
#flat7_page img[src*="/tokusen/c15_p."]{
	width: 95%;
}

#flat7_page #area5{
	width: 920px;
	max-width: 100%;
	margin: 0 auto;
}

#flat7_page #area5 .orange{ background-color: #e87827; }
#flat7_page #area5 .blue  { background-color: #5297d7; }
#flat7_page #area5 .green { background-color: #7fbd41; }
#flat7_page #area5 .yellow{ background-color: #e0b219; }

#flat7_page nav.tokuchou {
	display: flex;
	justify-content: space-around;
}
#flat7_page nav.tokuchou a{
	text-align: center;
	width: 205px;
	padding: 5px;
	background-image: url(img/flat7/tokuchou/ar.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border-radius: 8px;
	transition: 0.1s ease-in-out;
	filter: brightness(1);
}
#flat7_page nav.tokuchou a:hover{
	filter: brightness(1.1);
}
#flat7_page nav.tokuchou .image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-bottom: 8px;
}
html.sp #flat7_page nav.tokuchou {
	flex-wrap: wrap;
	justify-content: center;
}
html.sp #flat7_page nav.tokuchou a{
	margin: 8px 5px;
}

html.sp #flat7_page #area5{
	width: 90vw;
	margin: 0 auto;
}
#flat7_page #area5 h4{
	display: flex;
}
#flat7_page #area5 h4 .image{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 7px;
	margin-right: 30px;
}
#flat7_page #area5 h4 .image img{
	width: 90%;
}
#flat7_page img[src*="/tokuchou/1_6."]{
	width: 175px;
	margin: 11px 0 0 20px;
}
#flat7_page #area5 h4 .text{
	display: inline-flex;
	align-items: center;
	height: 90px;
}
#flat7_page hr.dash{
	border: 0;
	border-top: 1px dashed #000;
	margin: 30px 0;
}
#flat7_page #area5 p{
	font-size: 20px;
}
html.sp #flat7_page #area5 p{
	font-size: 24px;
}
#flat7_page #area5 .image_area{
	text-align: center;
}
html.sp #flat7_page #area5 h4 .image{
	width: 55px;
	height: 55px;
	margin-right: 20px;
}
html.sp #flat7_page #area5 h4 .text{
	height: 55px;
}
html.sp #flat7_page #area5 h4 .text img:first-child{
	height: 30px;
}
html.sp #flat7_page #area5 h4 .text img:nth-of-type(2){
	width: 170px;
	margin: 5px 0 0 5px;
}
html.sp #flat7_page #area5_1 .image_area img:first-child{
	margin: 10px 0 20px;
}
#flat7_page #area5_4 .image_area img{
	margin: 12px 9px;
}

#flat7_page #area6 .top{
	text-align: center;
}
#flat7_page #area6 .list{
	padding: 0 25px;
}
#flat7_page #area6 h4{
	font-size: 37px;
	font-weight: bold;
	color: #de020a;
	margin: 20px 0 5px;
}
#flat7_page #area6 h4 img{
	vertical-align: -9px;
}
#flat7_page #area6 p{
	font-size: 20px;
	margin: 0;
}
html.sp #flat7_page #area6 p{
	font-size: 24px;
}
html.sp #flat7_page #area6 .top img{
	width: 80%;
}
html.sp #flat7_page #area6 h4{
	font-size: 30px;
}
html.sp #flat7_page #area6 h4 span{
	display: inline-block;
	vertical-align: top;
	width: 490px;
}

#flat7_page #area7 .list{
	background-color: #fcf7ea;
	padding: 50px 30px;
}
#flat7_page #area7 .q_a{
	padding: 0 30px;
}
#flat7_page #area7 .q img{
	height: 45px;
	mix-blend-mode: darken;
}
#flat7_page #area7 .a .left img{
	height: 45px;
	mix-blend-mode: darken;
}
#flat7_page #area7 .a{
	display: flex;
	margin: 10px 0 0;

}
#flat7_page #area7 .a .right{
	margin: 10px 0 0;
}
html.sp #flat7_page #area7 .q_a{
	padding: 0 0px;
}
html.sp #flat7_page #area7 .q img{
	height: 38px;
}
html.sp #flat7_page #area7 .a .left img{
	height: 38px;
}
html.sp #flat7_page #area7 .a .right{
	flex-basis: 510px;
}
html.sp #flat7_page #area7 .a .right img{
	width: 100%;
}
html.sp #flat7_page #area7 .q_a img[src*="/q5_2."]{
	margin-left: 38px;
}

#flat7_page #area8 .list{
	background-color: #fcf7ea;
	padding: 50px 30px;
}
#flat7_page #area8 .row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}
#flat7_page #area8 .left img{
	width: 166px;
}
html.sp #flat7_page #area8 .row{
	padding: 0 0px;
}
html.sp #flat7_page #area8 .left{
	flex-basis: 110px;
}
html.sp #flat7_page #area8 .right{
	flex-basis: 400px;
}
html.sp #flat7_page #area8 .right .pc + img{
	height: 70px;
}
html.sp #flat7_page #area8 .right br + img{
	width: 100%;
	margin-top: 20px;
}

#flat7_page #area9 .list .row{
	display: flex;
	padding: 17px 30px;
}
#flat7_page #area9 .list .row:nth-of-type(2n+1){
	background-color: #fcf7ea;
}
#flat7_page #area9 .list .left{
	flex-basis: 300px;
	padding-top: 12px;
}
#flat7_page #area9 .list .right{
	flex-basis: 600px;
	padding-left: 65px;
}
#flat7_page #area9 .list .right.hissu{
	background-image: url(img/flat7/contact/8.svg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#flat7_page #area9 .submit_area{
	text-align: center;
	padding: 50px 0;
}
#flat7_page #area9 #privacy_policy{
	display: none;
}
#flat7_page #area9 label[for="privacy_policy"]:before{
	content: url(img/flat7/contact/check_off.svg);
	display: inline-block;
	vertical-align: -4px;
	color: #be0811;
	width: 20px;
	height: 20px;
	background-color: #be0811;
}
#flat7_page #area9 #privacy_policy:checked ~ label[for="privacy_policy"]:before{
	content: url(img/flat7/contact/check_on.svg);
	/*color: #fff;*/
}
#flat7_page #area9 #submit_button{
	display: inline-block;
	margin: 70px 0 0;
}
html.sp #flat7_page #area9 .list .row{
	flex-wrap: wrap;
}
html.sp #flat7_page #area9 .list .left{
	margin-bottom: 15px;
}

#flat7_page ::-webkit-input-placeholder{ color: #bbb; }
#flat7_page :-moz-placeholder          { color: #bbb; }
#flat7_page :-ms-input-placeholder     { color: #bbb; }

#flat7_page #area9 #mailformpro input[type="text"],
#flat7_page #area9 #mailformpro input[type="email"],
#flat7_page #area9 #mailformpro textarea{
	text-align: left;
	font-size: 17px;
	box-sizing: border-box;
	width: 85%;
	padding: 10px;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	outline: none;
}

#flat7_page #area9 #mailformpro textarea{
	height: 200px;
}

#flat7_page #area9 input[type="text"].wpcf7c-conf,
#flat7_page #area9 input[type="email"].wpcf7c-conf,
#flat7_page #area9 textarea.wpcf7c-conf{
	background-color: #c3c3c3 !important;
}
#flat7_page #area9 input[type="text"][readonly],
#flat7_page #area9 input[type="email"][readonly],
#flat7_page #area9 textarea[readonly]{
	background-color: transparent !important;
	border: 0;
}

#flat7_page .mfp_ok{
	display: none !important;
}

#flat7_page div#mfp_overlay_inner{
	box-sizing: border-box;
	max-width: 100%;
}

#flat7_page #mfp_overlay h4{
	font-size: 20px;
}
#flat7_page table#mfp_confirm_table tr th,
#flat7_page table#mfp_confirm_table tr td{
	font-size: 16px;
}

#flat7_page div.mfp_buttons button,
#flat7_page button.mfp_element_button{
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-image: url(img/flat7/btn1_bg.png);
	background-size: 10px 8px;
	width: 150px;
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.37);
	margin: 0 auto;
	transition: 0.1s linear;
	filter: brightness(1);
	outline: 0;
}
#flat7_page div.mfp_buttons button:hover,
#flat7_page button.mfp_element_button:hover{
	filter: brightness(1.2);
}


#flat7_page img[src*="/contact/9."]{
	mix-blend-mode: screen;
	height: 43px;
}
html.sp #flat7_page img[src*="/contact/9."]{
	height: 33px;
}


/* フラット７ LP ページ */
.page-template-flat7_lp .site-header .top{
	padding: 0 0 10px;
	border-bottom: 5px solid #be0811;
}
.page-template-flat7_lp .site-header a.title{
	pointer-events: none;
}
.page-template-flat7_lp .site-header label[for="nav_open"],
.page-template-flat7_lp .site-header .global1_1,
.page-template-flat7_lp .site-header a.imanoritai,
.page-template-flat7_lp .site-header a.car_match,
.page-template-flat7_lp .site-header a.jisyaloan,
.page-template-flat7_lp .site-header a.車検のお見積り,
.page-template-flat7_lp .site-header a.車検のご予約,
.page-template-flat7_lp nav.global2,
.page-template-flat7_lp .site-footer .red{
	display: none !important;
}
html.sp .page-template-flat7_lp .site-header nav.global1 {
	position: static;
	text-align: right;
	pointer-events: all;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	margin: 0 0 15px;
	padding: 0 5px;
	background-color: transparent;
	opacity: 1;
	transition: none;
	z-index: auto;
}
html.sp .page-template-flat7_lp .site-header nav.global1 .global1_1,
html.sp .page-template-flat7_lp .site-header nav.global1 .global1_2 {
    display: block;
    flex-wrap: wrap;
    margin-top: 0;
    border-top: 0;
}
html.sp .page-template-flat7_lp .site-header nav.global1 .global1_2{
	position: fixed;
	top: -10px;
	right: 8px;
	z-index: 1000;
}
html.sp .page-template-flat7_lp .site-header nav.global1 a {
	flex-basis: calc(50% - 1px);
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #be0811;
	border-radius: 5px;
	border: 0;
	border-top: 0;
	border-left: 0;
	padding: 17px 40px 5px 8px;
	margin-top: 0px;
}
html.sp .page-template-flat7_lp .site-header nav.global1 a:after{
	display: block;
}


/* プライバシーポリシー ページ ***************************************************************************** */

#privacy_policy_page h2{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 70px 0 50px;
}

#privacy_policy_page h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0 0;
}
#privacy_policy_page h3:before,
#privacy_policy_page h3:after{
	display: none;
}

#privacy_policy_page p{
	font-size: 18px;
	margin: 10px 70px 0;
}

#privacy_policy_page html.sp p{
	font-size: 18px;
	margin: 10px 30px 0;
}

#privacy_policy_page .contents{
	margin: 0 0 200px 0;
}


/* ウルトラ車検 ページ ***************************************************************************** */

#ultra_syaken_page{
	font-size: 16px;
}
html.sp #ultra_syaken_page{
	font-size: 24px;
}
#ultra_syaken_page h3{
	margin: 60px 0 20px;
}
#ultra_syaken_page h1.red{
	color: #fff;
	margin-bottom: 10px;
}

html.sp #ultra_syaken_page nav.page{
	justify-content: space-between;
}
html.sp #ultra_syaken_page nav.page a{
	flex-basis: 41.5%;
}

#ultra_syaken_page nav + h2{
	margin-top: 10px;
}

#ultra_syaken_page .area_type1{
	text-align: center;
}
#ultra_syaken_page .area_type1 img{
	margin: 0 10px;
}

html.sp #ultra_syaken_page .area_type1 img {
    margin-bottom: 20px;
}

#ultra_syaken_page .area3{
	background-image: url(img/ultra_syaken/3_b.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	width: 900px;
	padding: 35px 70px;
	margin: 0 auto;
}
html.sp #ultra_syaken_page .area3 {
	background-image: url(img/ultra_syaken/3_b_sp.png);
	background-size: 465px 520px;
	width: 465px;
	padding: 40px;
}
#ultra_syaken_page .area3 .images{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
html.sp #ultra_syaken_page .area3 .images img{
	margin-bottom: 25px;
}
#ultra_syaken_page .area3 p{
	width: 100%;
	margin: 15px auto 0;
}

html.sp #ultra_syaken_page .area3 p {
    font-size: 23px;
    line-height: 1.5;
    margin-top: 0;
}

.list_type2 .box{
	display: flex;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #be0811;
	background-color: #fff3cc;
	width: 830px;
	margin: 0 auto;
}
html.sp .list_type2 .box {
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 25px 10px;
}
.list_type2 .box .text{
	flex-basis: 480px;
	padding: 10px 30px 0;
}
.list_type2 .box .text h4{
	font-size: 26px;
	margin: 0 0 5px;
}
.list_type2 .box .text p{
	line-height: 1.8;
	margin: 0 0;
}
html.sp .list_type2 .box .text{
	flex-basis: 100%;
	padding: 0 20px;
}
html.sp .list_type2 .box .text h4{
	font-size: 28px;
	text-align: center;
}
html.sp .list_type2 .box .image{
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.list_type2 .arrow{
	background-image: url(img/ultra_syaken/arrow_d.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 50px;
}


#ultra_syaken_page .area6 > p{
	margin: 50px 80px 30px;
}
html.sp #ultra_syaken_page .area6 > p{
	margin: 20px 30px 30px;
}
#ultra_syaken_page .area6 > small{
	display: block;
	line-height: 1.5;
	margin: 5px 0 0;
}
table.type1{
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #be0811;
	width: 100%;
}
table.type1 .red{
	font-weight: bold;
}
table.type1 th{
	font-weight: normal;
	background-color: #fff3cc;
	padding: 3px 30px;
}
table.type1 td{
	text-align: center;
	background-color: #fff;
}
table.type1 td p{
	text-align: left;
	padding: 0 10px;
	margin: 5px 0 15px 0;
}
html.sp table.type1{
	width: 1000px;
}
html.sp table.type1 th{
	padding: 3px 3px;
}
html.sp .table_outer{
	position: relative;
	width: 100%;
	overflow: hidden;
}
html.sp .table_outer:after{
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.56);
}
html.sp .table_outer2{
	position: relative;
	width: 100%;
	overflow: scroll;
}

.row_type1{
	display: flex;
	margin: 0 80px 30px;
}
.row_type1 .image{
	flex-basis: 300px;
	width: 300px;
}
.row_type1 .text{
	flex-basis: 500px;
	text-align: justify;
	margin: 0 0 0 60px;
}
html.sp .row_type1{
	display: block;
	margin: 0 30px 30px;
}
html.sp .row_type1 .text{
	margin: 0 0 0 30px;
}
html.sp .row_type1 .image{
	float: left;
	width: 40%;
	margin: 0 20px 10px 0;
	/* flex-basis: 40%; */
}
html.sp .row_type1 .text{
	/* flex-basis: 60%; */
	/* font-size: 24px; */
	margin: 0;
}

/* コスモローン ページ ***************************************************************************** */

#cosmo_loan_page h1.red .page_width{
	padding-left: 0px;
	white-space: nowrap;
}
html.sp #cosmo_loan_page h1.red .page_width{
	padding-left: 0px;
	white-space: normal;
}
html.sp #cosmo_loan_page h1.red img{
	margin: 0;
}

#cosmo_loan_page h2{
	margin-top: 30px;
}
html.sp #cosmo_loan_page h2{
	padding: 0px 30px 30px;
}

#cosmo_loan_page .row_type1{
	margin: 0 30px 30px;
}
#cosmo_loan_page .row_type1 .text{
	margin: 0 0 0 40px;
}
html.sp #cosmo_loan_page .row_type1{
	/* display: block; */
}
html.sp #cosmo_loan_page .row_type1 .image{
	/* float: left; */
	/* width: 40%; */
	/* margin: 0 10px 10px 0; */
}
html.sp #cosmo_loan_page .row_type1 .text{
	margin: 0;
}
html.sp #cosmo_loan_page .row_type1 .text strong{
	font-size: 25px;
	margin: 30px 0 0 0px;
}

#cosmo_loan_page .buttons{
	text-align: center;
	margin: 30px 300px 30px;
}
#cosmo_loan_page .buttons a{
	margin: 0 0 9px 0;
}
html.sp #cosmo_loan_page .buttons{
	margin: 30px 40px 30px;
}

#cosmo_loan_page .area1 strong{
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0;
}

#cosmo_loan_page .area3 .image{
	text-align: center;
}
#cosmo_loan_page .area3 small{
	display: block;
	font-size: 14px;
	margin: 30px 50px;
}
html.sp #cosmo_loan_page .area3 small{
	font-size: 20px;
}


/* 選ばれる理由 ページ ***************************************************************************** */

#riyuu_page h1.red{
	margin-bottom: 15px;
}
#riyuu_page h3{
	margin-top: 70px;
}

#riyuu_page nav.page a{
	width: 260px;
}

#riyuu_page nav.page + h2{
	margin-top: 15px;
}

.flat7_frame{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	color: #be0811;
	background-image: url(img/riyuu/flat7_frame_bg.jpg);
	box-sizing: border-box;
	width: 477px;
	height: 411px;
	margin: 30px auto;
	padding: 40px 0 0;
}

#riyuu_page .onestop{
	text-align: center;
	margin-top: 40px;
}
#riyuu_page .onestop p{
	margin-top: 35px;
}

#riyuu_page p{
	width: 850px;
	margin: 10px auto;
}
html.sp #riyuu_page p{
	width: 100%;
}

#riyuu_page .list_type2 .box .text p{
	width: auto;

}
#riyuu_page .list_type1 dl{
	text-align: center;
}
#riyuu_page .images{
	text-align: center;
	margin: 30px 0;
}

#riyuu_page .area3 .images img{
	margin: 0 9px;
}
html.sp #riyuu_page .area3 .images img{
	margin: 13px 9px;
}
#riyuu_page .area3 small{
	display: block;
	margin: 15px 0;
}
html.sp #riyuu_page .list_type1{
	flex-wrap: wrap;
}
html.sp #riyuu_page .list_type1 dl{
	flex-basis: 50%;
}

#riyuu_page .area5 .images img{
	margin: 0 3px;
}
html.sp #riyuu_page .area5 .images img{
	margin: 6px 3px;
}

h4.type2{
	font-size: 21px;
	color: #fff;
	background-color: #be0811;
	background-image: url(img/riyuu/h4_b2.svg);
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: 5px 50%;
	border-radius: 10px;
	padding: 1px 0 1px 40px;
	margin: 30px 0 15px;
}
html.sp h4.type2{
	font-size: 26px;
}

#riyuu_page .staff_box{
	width: 808px;
	margin: 40px auto;
}
html.sp #riyuu_page .staff_box{
	width: 100%;
}
#riyuu_page .staff_box .bg_top{
	background-image: url(img/riyuu/9_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 37px;
}
html.sp #riyuu_page .staff_box .bg_top{
	height: 24px;
}
#riyuu_page .staff_box .content{
	display: flex;
	background-image: url(img/riyuu/9_2.png);
	background-size: contain;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 60px;
}
html.sp #riyuu_page .staff_box .content{
	flex-wrap: wrap;
}
#riyuu_page .staff_box .bg_bottom{
	background-image: url(img/riyuu/9_3.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 25px;
}
html.sp #riyuu_page .staff_box .bg_bottom{
	height: 16px;
}
#riyuu_page .staff_box h4{
	font-weight: bold;
	margin-top: 0;
	color: #be0811;
}
#riyuu_page .staff_box .left h4{
	font-size: 21px;
	margin: 0 0 0;
}
html.sp #riyuu_page .staff_box .left h4{
	font-size: 30px;
}
#riyuu_page .staff_box .left .name{
	font-size: 24px;
	margin: 0 0 15px 0;
}
html.sp #riyuu_page .staff_box .left .name{
	font-size: 35px;
}
#riyuu_page .staff_box .right h4{
	font-size: 14px;
	margin: 5px 0 0;
}
html.sp #riyuu_page .staff_box .right h4{
	font-size: 23px;
}
#riyuu_page .staff_box .right p{
	width: auto;
	margin: 0 0 5px 0;
}
#riyuu_page .staff_box hr{
	border: 0;
	border-top: 1px solid #c4c4c4;
	margin-bottom: 0;
}
#riyuu_page .staff_box .right{
	flex-basis: 390px;
	margin-left: 70px;
}
html.sp #riyuu_page .staff_box .right{
	flex-basis: 100%;
	margin: 20px 0 0 0;
}



/* 店舗案内 ページ ***************************************************************************** */

#tenpo_page h1.red{
	margin-bottom: 15px;
}

#tenpo_page h3{
	font-size: 30px;
	margin-bottom: 15px;
}

#tenpo_page nav.page a{
	width: 260px;
}

#tenpo_page .area1{
	margin: 0px 0;
}
#tenpo_page .images{
	display: flex;
	justify-content: space-between;
}
html.sp #tenpo_page .images .image{
	width: 48%;
}
#tenpo_page .row1{
	display: flex;
	margin: 20px 0;
}
html.sp #tenpo_page .row1{
	flex-wrap: wrap;
}
html.sp #tenpo_page .row1 .left{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#tenpo_page .row1 h4{
	font-size: 34px;
	line-height: 1.5;
	margin: 0;
}
html.sp #tenpo_page .row1 h4{
	font-size: 40px;
}
#tenpo_page .row1 .tel{
	font-size: 25px;
	font-weight: bold;
	color: #be0811;
}
html.sp #tenpo_page .row1 .tel{
	font-size: 25px;
	margin: 0 0 0 20px;
}
#tenpo_page .row1 .tel:before{
	content: "TEL.";
	font-size: 16px;
}
#tenpo_page .row1 p{
	line-height: 1.5;
	margin: 5px 0 15px;
}
#tenpo_page .row1 .mail_button{
	padding: 15px 12px;
}
html.sp #tenpo_page .row1 .mail_button{
	font-size: 25px;
	width: 330px;
	padding: 15px 25px;
	margin: 0 0 20px 105px;
}
html.sp #tenpo_page .row1 .mail_button:after{
	width: 35px;
	height: 35px;
}
#tenpo_page .row1 .right{
	margin-left: 50px;
}
html.sp #tenpo_page .row1 .right{
	margin-left: 0;
}
#tenpo_page hr{
	border: 0;
	border-top: 1px solid #000;
	margin: 20px 0;
}

#tenpo_page .area3 h4{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 20px;
}
html.sp #tenpo_page .area3 h4{
	font-size: 28px;
}

table.type2{
	border-collapse: collapse;
	border: 1px solid #be0811;
	width: 100%;
}
table.type2 th{
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #fff;
	color: #fff;
	background-color: #be0811;
	box-sizing: border-box;
	width: 180px;
	padding: 3px 0 3px 30px;
}
html.sp table.type2 th{
	width: 190px;
	padding: 3px 0 3px 10px;
}
table.type2 td{
	border-top: 1px solid #be0811;
	padding: 3px 0 3px 30px;
}
table.type2 tr:first-child th,
table.type2 tr:first-child td{
	border-top: 0;
}


/* よくある質問 ページ ***************************************************************************** */

#q_a_page h3{
	margin-top: 40px;
}
html.sp #q_a_page h3{
	margin-top: 100px;
}

#q_a_page .list{
	border-top: 1px solid #a8a8a8;
}
#q_a_page .list article{
	border-bottom: 1px solid #a8a8a8;
	padding: 20px 0;
}
#q_a_page .list article .q,
#q_a_page .list article .a{
	background-image: url(img/q_a/q.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 0 0;
	padding: 10px 0 10px 70px;
}
#q_a_page .list article .q{
	font-size: 20px;
	margin-bottom: 8px;
}
html.sp #q_a_page .list article .q{
	font-size: 28px;
	padding: 0 0 10px 70px;
}
#q_a_page .list article .a{
	color: #0092ce;
	background-image: url(img/q_a/a.png);
}
html.sp #q_a_page .list article .a{
	padding: 0 0 10px 70px;
}
#q_a_page .list article .a p{
	margin: 0;
}

input[name="dai1kibou"],
input[name="dai2kibou"],
input[name="dai3kibou"]{
	margin-left: 10px;
}
input[name="dai2kibou"]{
	margin: 5px 10px;
}

.not-found h1{
	text-align: center;
	margin: 200px 0;
}


/* よくある質問 ページ ***************************************************************************** */


#imanoritai_page{
	--color1: #fff396;
	--color2: #e50013;

	text-align: center;
}

#imanoritai_page section{
	padding: 50px 0;
}

#imanoritai_page h2{
	background-image: none;
	height: auto;
	padding: 0;
	margin: 0 0 50px 0;
}
#imanoritai_page h3{
	font-size: 28px;
	letter-spacing: 0.1em;
	margin: 15px 0;
}
html.sp #imanoritai_page h3{
	font-size: 35px;
}
#imanoritai_page h3:before,
#imanoritai_page h3:after{
	display: none;
}

#imanoritai_page p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
html.sp #imanoritai_page p{
	font-size: 20px;
}

#imanoritai_page .main{
	position: relative;
	padding: 0;
}
html.sp #imanoritai_page .main{
	margin: 0 -5vw;
}
#imanoritai_page img[src*="/imanoritai/1_2."]{
	background-image: url(img/imanoritai/1_1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
#imanoritai_page .chirasi{
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100px;
	transition: transform 0.2s linear;
	transform: scale(1);
}
html.sp #imanoritai_page .chirasi{
	width: 110px;
}
#imanoritai_page .chirasi:hover{
	transform: scale(1.1);
	/*background-color: rgba(255,255,255,0.3);*/
}

#imanoritai_page .ima{
}
#imanoritai_page .ima img[src*="/imanoritai/2_2."]{
	margin-top: 50px;
}
html.sp #imanoritai_page .ima img[src*="/imanoritai/2_1."]{
	width: 85%;
}

#imanoritai_page .kawaru{
	background-color: var(--color1);
}
html.sp #imanoritai_page .kawaru{
	margin: 0 -5vw;
	padding: 50px 5vw;
}
#imanoritai_page .kawaru .row3{
	display: flex;
	justify-content: space-between;
	max-width: 870px;
	margin: 30px auto 20px;
}
html.sp #imanoritai_page .kawaru .row3{
	max-width: 75%;
	flex-direction: column;
	margin-bottom: 60px;
}
html.sp #imanoritai_page .kawaru .row3 img{
	margin: 3px 0;
}

#imanoritai_page .otoku{
	color: #fff;
	background-color: #e50013;
	padding: 50px 30px;
}
html.sp #imanoritai_page .otoku{
	margin: 0 -5vw;
}
#imanoritai_page .otoku .row3{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
}
html.sp #imanoritai_page .otoku .row3{
	flex-direction: column;
	align-items: center;
}
#imanoritai_page .otoku .row3 .box{
	flex-basis: 31%;
}
html.sp #imanoritai_page .otoku .row3 .box{
	width: 70%;
	margin: 25px 0;
}
html.sp #imanoritai_page .otoku .row3 .box img{
	width: 100%;
}
#imanoritai_page .otoku .row3 .box p{
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 1.6;
}
html.sp #imanoritai_page .otoku .row3 .box p{
	font-size: 20px;
}

#imanoritai_page .jitugen{
	max-width: 781px;
	margin: 0 auto;
}
html.sp #imanoritai_page .jitugen{
	margin: 0 -5vw;
}
#imanoritai_page .jitugen .area1{
	border-radius: 5px;
	background-color: #e3e3e3;
	padding: 30px;
	margin: 0 0 20px;
}
#imanoritai_page .jitugen .area2{
	border-radius: 5px;
}

#imanoritai_page .donna .list{
	background-color: var(--color2);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 10px;
	max-width: 870px;
	padding: 50px 0;
	margin: 50px auto;
}
#imanoritai_page .donna .list img{
	margin: 6px;
}
html.sp #imanoritai_page .donna .list img{
	min-width: 90%;
}

#imanoritai_page .box.type1{
	border-radius: 10px;
	border: 1px solid var(--color2);
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
}
#imanoritai_page .box.type1 h3{
	margin: 0 0 ;
}

#imanoritai_page ul.type1{
	padding-left: 39px;
}
#imanoritai_page ul.type1 li{
	text-indent: -39px;
	text-align: justify;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	list-style: none;
	margin: 13px 0;
}
#imanoritai_page ul.type1 li:before{
	content: url(img/imanoritai/7_2.svg);
	vertical-align: -4px;
	margin-right: 15px;
}

#imanoritai_page .osusume{
	background-color: var(--color1);
}
html.sp #imanoritai_page .osusume{
	padding: 50px 5vw;
	margin: 0 -5vw;
}
#imanoritai_page .osusume .row2{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
html.sp #imanoritai_page .osusume .row2{
	flex-direction: column;
	align-items: center;
}
#imanoritai_page .osusume .row2 .box{
	margin: 0 20px;
	width: 350px;
}
html.sp #imanoritai_page .osusume .row2 .box{
	margin: 10px 0;
}
#imanoritai_page .osusume .row2 .box.osusume_na_kata h3{
	color: var(--color2);
}
#imanoritai_page .osusume .row2 .box.humuki{
	background-color: #c4c4c4;
}
#imanoritai_page .osusume .row2 .box.humuki li:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background-color: #fff;
}

#imanoritai_page .omousikomi_houhou .row2{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
html.sp #imanoritai_page .omousikomi_houhou .row2{
	flex-direction: column;
	align-items: center;
}
#imanoritai_page .omousikomi_houhou .row2 .box{
	margin: 0 20px;
	width: 350px;
}
html.sp #imanoritai_page .omousikomi_houhou .row2 .box{
	width: 400px;
	margin: 10px 0;
}
#imanoritai_page .omousikomi_houhou .box h3{
	margin: 20px 0 10px;
}
#imanoritai_page .omousikomi_houhou .box p{
	font-size: 14px;
	margin: 10px 0 10px;
}
#imanoritai_page figure{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 170px;
	margin: 0;
}

#imanoritai_page a.karisinsa{
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	color: #fff;
	background-color: var(--color2);
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	margin-top: 10px;
	/* transition: filter 0.1s linear; */
	filter: brightness(1);
}
#imanoritai_page a.karisinsa:hover{
	filter: brightness(1.4);
}

#imanoritai_page .nagare {
}
#imanoritai_page .nagare .row4{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
html.sp #imanoritai_page .nagare .row4{
	flex-direction: column;
	align-items: center;
}
#imanoritai_page .nagare .row4 .box{
	width: 24%;
}
html.sp #imanoritai_page .nagare .row4 .box{
	width: 80%;
	margin: 10px 0;
	padding: 30px;
}
#imanoritai_page .nagare .row4 figure{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	margin: 0;
}
html.sp #imanoritai_page .nagare .row4 figure{
	height: 200px;
}
html.sp #imanoritai_page .nagare .row4 figure img{
	transform: scale(1.5);
}
#imanoritai_page .nagare .row4 h3{
	font-size: 23px;
	margin: 30px 0 10px;
}
html.sp #imanoritai_page .nagare .row4 h3{
	font-size: 40px;
	margin: 30px 0 20px;
}
#imanoritai_page .nagare .row4 p{
	text-align: justify;
	font-size: 14px;
	margin: 10px 0 0;
}
html.sp #imanoritai_page .nagare .row4 p{
	font-size: 24px;
	line-height: 1.5;
}

#imanoritai_page .omousikomi{
	background-color: var(--color1);
}
html.sp #imanoritai_page .omousikomi{
	padding: 50px 5vw;
	margin: 0 -5vw;
}
html.sp #imanoritai_page .omousikomi p{
	white-space: nowrap;
	margin-left: -10px;
	margin-right: -10px
}
#imanoritai_page .omousikomi a.karisinsa{
	font-size: 33px;
	border-radius: 18px;
	padding: 13px 70px;
	width: auto;
	margin-top: 30px;
}

#content input[name="your-yubinbango"],
#content input[name="kinmusaki_yubinbango"]{
	width: 200px;
}

