html {
}
body {
	margin: 0;
	padding: 0;
	/*font-family: sans-serif;*/
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul li {list-style: none;}
.ma {margin: auto;}
.mw830 {max-width: 830px;}
.mw970 {max-width: 970px;}
.mb20{margin-bottom: 20px;}
.block {display: block; }
.bold {font-weight: 700; }
.tac {text-align: center; }
.tar {text-align: right; }
.pdt30 {padding-top: 30px;}
.pd10 {padding: 10px; }
.pd20 {padding: 20px; }
.pd30 {padding: 30px; }
.lino {list-style: none; }
.mt0 {margin-top: 0; }
.mt10 {margin-top: 10px; }
.wrap {flex-wrap: wrap;}
.bor3 {border-radius: 3px;}
.li_block {display: block; }
.dflx {display: flex; display: -webkit-flex;}
.wi30 {width: 30%;}
.fs16 {font-size: 16px; }
.fs12 {font-size: 12px;}
.fs25 {font-size: 25px;}
.col0 {color: #848282;}
nav {
    width: 100%;
}

.toggle__pc {
	padding-top: 5px;
}
@media (max-width:767px) {
	.toggle__pc {
    	display: none;
	}
	.container {
		font-size: 16px;
	}
}
@media (min-width:768px) {
	.container {
		font-size: 20px;
	}
    .toggle {
        display: none;
    }
    .toggle__wd {
    	display: none;
    }
}
.toggle__wd ul li {
	text-align: right;
	text-decoration-line: underline;
	padding-bottom: 10px;
	padding-right: 20px;
}
@media (max-width:768px) {
    .toggle__menu {
        display: block;
	}
    .toggle__close {
        display: none;
    }
}
@media (max-width: 768px){
	.toggle__menu {
	    display: none;
	}
}
@media (max-width: 768px) {
	.active {
		display: block;
	}
	.toggle__menu li {
		text-align: center;
		display: block;
	}
}
.toggle {
    width: 100%;
    padding: 10px 20px;
    text-align: right;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
}
.span_ok {
    background-color: #e60012;
    color: white;
    padding: 3px 15px 3px 10px;
    font-weight: 700;
    border-radius: 5px;
}
@media (min-width: 768px) {
	.span_ok {
	    font-size: 40px;
	}
}
@media (max-width:543px) {
	.cr {
		display: block;
	}
}
img {
	width: 100%;
}
/* Base (space)*/
#wrap {
	position: relative;
	padding: 0px;
	margin: 0px;

}
footer {
    width: 100%;
    background-color: #ffe1e3;
}
.footer__menu {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer__logo {
	text-align: center;
}
.footer__logo img {
	width: 100px;
}



header {
	width: 100%;
	background-color: #e60012;
	position: relative;
	color: white;
}
@media (max-width:767px) {
	header {
		height: 90px;
	}
}
@media (min-width:768px) {
	header {
		height: 100px;
	}
}


/* head logo */
.header__logo {
	position: relative;
	width: 250px;
	padding-left: 0px;
	padding-top: 5px;
}
.sub__tittle {
	position: absolute;
	font-size: 11px;
	right: 0;
	bottom: 0;
}
@media (max-width:767px) {
	.header__logo img {
	width: 100%;
	padding: 0px;
	}
}
.dlogo {
	color: white;
	width: 100%;
	margin: auto;
	max-width: 1280px;
	padding: 0px 30px;
}
.logo {
	max-width: 970px;
	/*max-width: 1130px;*/
	margin: auto;
	padding: 10px;

	animation-name: up-fade-animation;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	filter: opacity(0);
}
@keyframes up-fade-animation {
	0% {
	transform: translateY(10px);
	filter: opacity(0);
	}
	100% {
	transform: translateY(0px);
	filter: opacity(1);
	}
}
@media screen and (max-width: 767px){
	.member__m {
	margin: auto;
	}
	.member__m img {
	width: 100%;
	text-align: center;
	}
	.member img {
	display: none;
	}
	.member {
	background: url(img/top-m.png) no-repeat;
	height: 60vh;
	background-position: center;
	background-size:cover;
	}
	.member__catch {
	font-size: 40px;
	color: #e60012;
	font-weight: 600;
	text-align: center;
	height: 40vh;
	}
	.header_pc {
	display: none;
	}
	.member__cost {
	font-size: 20px;
	color: #e60012;
	font-weight: 600;
	}
	.member__level {
	font-size: 15px;
	color: #e60012;
	font-weight: 600;
	}
	.member__level span {
	font-size: 20px;
	}
}

.dflx_fs {
	display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/* Parts */
@media (min-width:767px) {
	.dflx_li {
		list-style: none;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		display: -webkit-flex;
		-webkit-justify-content: flex-end;
		-webkit-align-items: center;
		padding-top: 0px;
	}
}
@media (max-width:768px) {
	.sub__tittle {
		display: none;
	}
}
li.car1{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;

	line-height: 2em;
	padding-left:50px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top: 0px;
	/*margin-top: 10px;*/
	margin-left: 10px;

	position: relative;
}
li.car1 span{
	padding-top: 10px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
li.car1:before{
	content: "\f059";
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 30px;
}
li.car2{
	line-height: 2em;
	padding-left:50px;
	background-image:url("img/mail.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
}
li.car2 span{
	padding-top: 10px;
}
li.car3{
    line-height: 2em;
    background-image: url(img/tel.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
li.car3 span {
	padding-left: 50px;
}
@media screen and (min-width: 768px){
	li.car3 .lifs25 {
		font-size: 25px;
	}
}
.lisp {
	text-align: left;
	display: block;
	line-height: 1.5em;
}
li.car3 a {
}
@media screen and (max-width: 767px){
	.btn__contact__q ul {
		flex-wrap: wrap;
		padding-left: 25%;
	}
	.btn__contact__q ul li {
		width: 100%;
	}
}
.contact {
	padding-bottom: 50px;
	margin: 20px;
}

@media screen and (max-width: 767px){
	.btn__contact {
		font-size: 16px;
		width: 100%;
		margin: auto;
		padding: 10px 0;
	}
}
@media screen and (min-width: 768px){
	.btn__contact {
		font-size: 25px;
		margin: 50px auto;
		padding: 15px 40px;
		max-width: 400px;
	}
}
@media screen and (max-width: 767px){
	.btn__contact__q {
		max-width: 630px;
		margin: auto;
		height: 180px;
		background-color: #e60012;
		-ms-touch-action: manipulation;
		-moz-user-select: none;
		-ms-user-select: none;
		border: 1px solid transparent;
		border-radius: 20px;
		color: white;
		text-align: center;
		box-shadow: 5px 5px 5px -1px #ff9103;
	}
}
@media screen and (min-width: 480px) {
	.btn__contact__q ul {
	    justify-content: center;
	    -webkit-justify-content: center;
	}
}
@media screen and (min-width: 768px){
	.btn__contact__q {
		height: 130px;
	}
	.btn__contact__q {
		max-width: 630px;
		margin: auto;
		background-color: #e60012;
		-ms-touch-action: manipulation;
		-moz-user-select: none;
		-ms-user-select: none;
		border: 1px solid transparent;
		border-radius: 20px;
		color: white;
		text-align: center;
		box-shadow: 5px 5px 5px -1px #ff9103;
	}

}
.contact_1st {
	font-weight: 700;
	font-size: 25px;
	padding-top: 20px;
	display: block;
}

.btn__contact {
	text-align: center;
	background-color: #e60012;
	font-weight: 700;
	-ms-touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: white;
	display: block;
	text-align: center;
	box-shadow: -3px 3px 6px -1px #000000b8;
}
@media screen and (max-width: 767px){
	.circle__in__wt{
		font-size: 14px;
		height: 50px;
	}
	.circle {
		max-width: 150px;
		height: 150px;
	}
	.circle span {
		font-size: 20px;
	}
}
@media screen and (min-width: 768px){
	.circle__in__wt{
		font-size: 28px;
		height: 90px;
	}
	.circle {
		max-width: 200px;
		height: 200px;
	}
	.circle span {
		font-size: 40px;
	}
}
.circle {
	position: relative;
	width: 100%;
	background-color: #e60012;
	clip-path: circle(40%);
	-webkit-clip-path: circle(40%);
	text-align: center;
	margin: auto;
	color: white;
	font-weight: 600;
}
.circle span {
	display: block;
}
.circle__in__wt{
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
	right: 0;
	left: 0;
}
.car__merit {
	max-width: 776px;
	margin: auto;
}
.car__merit img {
	width: 100%;
}
.car__img {
	text-align: center;
	max-width: 200px;
}
.car__img img {
	overflow: hidden;
}
.new {
	padding: 3px 10px;
	background-color: #e60012;
	color: white;
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: 3px;
}
.catch {
	padding: 10px;
}
.p__catch {
	color: #e60012;
	text-align: center;
}
.p__catch span {
	display: block;
}
.member__how {
	font-size: 16px;
	margin: auto;
	max-width: 400px;
	font-weight: 700;
	color: #848282;
	padding: 10px;
}
@media screen and (min-width: 768px){
	.member__how {
	    font-size: 20px;
	    max-width: 670px;
	}
}
.last {
	max-width: 840px;
}

.insurance_diff {
	margin: 50px auto;
	max-width: 670px;
}
@media screen and (min-width: 768px){
	.top__day {
		max-width: 850px;
		margin: 10px auto;
		padding-top: 100px;
	}
}
@media screen and (max-width: 767px){
	.top__day {
		max-width: 470px;
		margin: auto;
	}
}
@media screen and (min-width: 768px){
	.girls_under {
		/*background-color: #ffe1e3;*/
		height: 60px;
		width: 100%;

		position: absolute;
		top: 650px;
		z-index: -1;
	}
}

@media screen and (max-width: 767px){
	.campaign__img__front {
		text-align: center;
	}
}
@media screen and (min-width: 768px){
	.campaign__img__front {
		max-width: 970px;
		margin: auto;
		text-align: center;
		/*padding-top: 60px;*/
	}
}




.top__girls {
	position: relative;
}
.top__insurance {
	position: absolute;
	top: 128px;
	left: 415px;
	max-width: 650px;
}

@media screen and (min-width: 768px){
	.top__girls {
		margin: 10px auto -63px auto;
		text-align: center;
	    /*max-width: 1280px;*/
	}
}
@media screen and (max-width: 767px){
	.top__girls img {
		display: none;
	}
}
.campaign__img {
	text-align: center;
	padding: 10px;
}
@media screen and (min-width: 768px){
	.campaign__img {
	max-width: 1280px;
	margin: auto;
	text-align: center;
	}
	.campaign__img img {
		width: 80%;
		margin: 20px auto;
	}
	.middle {
		max-width: 970px;
	}
}
@media screen and (max-width: 767px){
	.campaign__img img {
		width: 100%;
	}
}
.campaign__img__safe {
	margin: auto;
	padding: 10px;
	text-align: center;
	max-width: 1030px;
}
.campaign__img__k {
	margin: auto;
	padding: 10px;
	text-align: center;
	max-width: 970px;
}
.campaign__img__k img {
	width: 100%;
}
@media screen and (max-width: 767px){
	.campaign__img__k img {
	width: 100%;
	}
}




@media screen and (max-width: 767px){
	.price__cars {
		font-size: 20px;
	}
}
@media screen and (min-width: 768px){
	.price__cars {
		font-size: 28px;
	}
}
.price__cars {
	font-weight: 600;
	text-align: center;
	color: #ff0000;
}

@media screen and (min-width: 768px){
	.serch__table {
		margin: auto;
		max-width: 420px;
	}
}
@media screen and (max-width: 767px){
	.serch__table {
		margin: auto;
		max-width: 220px;
	}
}
th,td {
	border: solid 1px #dddddd;	/* 枠線指定 */
	padding: 5px;		/* 余白指定 */
}
th,td:nth-child(2)  {
	text-align: right;
}
th,td:nth-child(3)  {
	text-align: right;
}
th,td:nth-child(4)  {
	text-align: right;
}
@media screen and (min-width: 768px){
	table.table00	{
	}
}
table.table00	{
	border: none;
	margin: 5px auto;
	font-size: 20px;
	font-weight: 700;
    color: #848282;
}
table.table00 tbody th {
	border: none;
}
table.table00 tbody td {
	border: none;
}
table.table00 tbody td:nth-child(1) {
	width: 30%;
	border: none;
}
table.table00 tbody td:nth-child(2) {
	width: 20%;
	border: none;
}
table.table00 tbody td:nth-child(3) {
	width: 25%;
	border: none;
}
table.table00 tbody td:nth-child(4) {
	width: 25%;
	border: none;
}
table.table01 {
	width:100%;
	border: solid 1px #dddddd;
	border-collapse: collapse;
	margin: auto;
	width:80%;
}
table.table01 p {
	font-weight: 700;
	color: #848282;
}
table.table01 th {
	border: solid 1px #dddddd;
}
table.table01 td {
	border: solid 1px #dddddd;
}
@media (min-width:768px) {
	table.table01 {
		max-width:970px;
		font-size: 20px;
	}
}
@media (max-width:767px) {
	table.table01 {
		font-size: 12px;
	}
}
table.table01 thead th {
	background:#FFF;
	padding:10px 15px;
	width: 50%;
	font-weight: 100;
	text-align: center;
}
table.table01 thead th:last-child {
	font-weight: 100;
}
table.table01 tbody th {
	padding:10px 15px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
}
table.table01 tbody td {
	background:#FFF;
	padding:5px;
	vertical-align:top;
	text-align: center;
}
@media screen and (max-width: 640px) {
	table.table01 thead {
		/*display:none;*/
	}
	table.table01 tbody th {
	display:block;
	}
	table.table01 tbody td {
		/*display:block;*/
	}
	table.table01 tbody td::before {
		/*content: attr(data-label);*/
		font-weight:bold;
	}
	table.table01 tbody td p {
	/*padding-left:6em;*/
	}
}


@media (max-width: 767px){
	table.table03 {
	    font-size: 12px;
	}
}
table.table03 {
	width: 100%;
	font-weight: 700;
    color: #848282;
    border: none;
    padding: 10px;
}
table.table03 tbody th {
	text-align: left;
}
table.table03 tbody td {
	text-align: left;
}
table.table03 tbody th, td {
}

@media (max-width: 767px){
	.fa_cross {
		font-size: 20px;
		display: block;
	}
	.fa_circle {
		font-size: 20px;
		color: #fc0303;
	}
}
@media (min-width: 768px){
	.fa_cross {
		font-size: 28px;
	}
	.fa_circle {
		font-size: 28px;
		color: #fc0303;
	}
}

.merit3__insurance {
	margin: 50px auto 0px;
	max-width: 350px;
	font-size: 20px;
	color: #e60012;
	text-align: center;
	font-weight: 700;
}

.exam {
	margin: auto;
	max-width: 970px;
	position: relative;
	padding-left: 10px;
}
@media screen and (max-width: 767px){
	.exam {
		height: 150px;
	}
	.exam__head {
		top: 10px;
		right: 10px;
	}
}
@media screen and (min-width: 768px){
	.exam {
		height: 250px;
	}
	.exam__head {
		right: 40px;
		top: 50px;
		right: 30px;
	}
}
.exam__head {
	position: absolute;
	transform: rotate(20deg);
}
.exam__tag {
	padding: 3px 10px;
	background-color: #e60012;
	color: white;
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: 3px;
}
.exam__clg {
	color: #e60012;
	display: block;

}
@media screen and (max-width: 767px){
	.exam__clg {
		font-size: 11vw;
	}
	.exam__org{
		font-size: 13vw;
		display: block;
	}
}
@media screen and (min-width: 768px){
	.exam__clg {
		font-size: 60px;
	}
	.exam__myself {
		display: block;
		position: absolute;
		top: 100px;
	}
	.exam__org {
		font-size: 100px;
		margin: auto;
		max-width: 740px;
	}
	.heading__try {
		font-size: 25px;
	}
}
.exam__org {
	color: #e60012;
}
.heading__try {
	background-color: #e60012;
	color: white;
	padding: 5px 30px;
	font-weight: 700;
	border-radius: 5px;
}
.free__free {
	font-weight: 700;
	max-width: 760px;
}
@media screen and (max-width: 767px){
	.free__free {
		font-size: 8vw;
	}
}
@media screen and (min-width: 768px){
	.free__free {
		font-size: 80px;
	}
}
.heading__box {
	background-color: #ff0000;
	color: white;
	font-weight: 700;
}
.free__price {
	font-weight: 700;
}
.free__catch {
	margin: auto;
	/*max-width: 550px;*/
}
@media screen and (min-width: 768px){
	.free__date {
		font-size: 40px;
		width: 200px;
	}
}
@media screen and (max-width: 767px){
	.free__date {
		font-size: 20px;
		width: 90px;
	}
}
.free__date {
	font-weight: 600;
	display: block;
	line-height: 1.4em;
}
.real__box{
	width: 100%;
	margin: 30px auto;
	background-color: #e60012;
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
}
@media screen and (max-width: 767px){
	.real__box h1 {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px){
	.real__box h1 {
		margin: 0;
	}
}
.form_ans {
	padding: 5px 0px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #DFDFDF;
}
.btn_ans {
	border-radius: 3px;
    background-color: #e60012;
    width: 100%;
    color: #fff;
    border: 1px solid transparent;
    max-width: 350px;
    font-size: 120%;
    padding: 5px 10px;
    line-height: 1.2em;
    font-weight: 700;
    font-size: 20px;
}
.btn_ma {
    margin-top: 25px;
    text-align: center;
}
.inq_area {
	max-width: 1170px;
	margin: auto;
}

.container {
	margin: auto;
	max-width: 970px;
}
@media (max-width:767px) {
	.local_nav li {
		padding: 0px 10px;
	}
}
@media (min-width:768px) {
	.local_nav li {
		padding: 5px 10px;
	}
}

.local_nav li {
	background-color: #ffe1e3;
	list-style: none;
	border: solid 1px #e60012;
}
.local_nav li i {
	color: rgba(78, 77, 77,1);
	padding: 5px;
	vertical-align: middle;
	font-size: 5px;
}
@media (max-width:767px) {
	.local_nav li i {
		padding-top: 15px;
	}
}

.local_nav li a {
	text-decoration: none;
	color: rgba(78, 77, 77,1);
	font-weight: 600;
}
@media (max-width:767px) {
	.local_nav {
		flex-direction: column;
	    display: flex;
	    display: -webkit-flex;
	    padding: 20px;
	}
}
@media (min-width:768px) {
	.local_nav {
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		display: -webkit-flex;
		-webkit-justify-content: baseline;
		-webkit-align-items: center;
		padding: 20px;
	}
}
.faq__box {
    margin: 10px;
    background-color: #e60012;
    -ms-touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    border-radius: 20px;
    color: white;
    text-align: center;
    box-shadow: 5px 5px 5px -1px #ff9103;
}
@media (max-width:767px) {
	.faq_list {
	    padding: 10px;
	}
}
@media (min-width:768px) {
	.faq_list {
	}
}
.faq_list {
	margin: auto;
    font-weight: 700;
    color: #848282;
}
.faq_list a {
	color: #848282;
	text-decoration: none;
}
.faq_list li {
	list-style: none;
}
.question {
	-ms-touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	border-bottom: 3px solid #e60012;
	position: relative;
}
@media (max-width:767px) {
	.question:before {
		top: -5px;
	}
	.faq_ttl {
		font-size: 16px;
		margin: 7px;
	}
}
.question {
	padding-left: 35px;
}
@media (min-width:768px) {
	.faq_ttl {
		margin: 5px auto;
	}
}

.question p {
	font-weight: 600;
	color: rgba(78, 77, 77,1);
	margin-bottom: 0px;
}
.question p a {
	text-decoration: none;
	color: #848282;
}
.question:before {
	font-family: FontAwesome;
	content: "\f059";
	position: absolute;
	font-size: 30px;
	left: 3px;
	color: #e60012;
}
.answer p {
	color: #848282;
}
.answer p a {
	text-decoration: none;
	color: #848282;
}
.answer {
	padding: 0 35px;
	position: relative;
	font-weight: 900;
}
.answer:before {
    content: "\f4ad";
	font-family: 'Font Awesome 5 Free';

	position: absolute;
	font-size: 30px;
	top: 0px;
	left: 0px;
	color: #ff9103;
}
.answer span {
	font-family: FontAwesome;
	content: "\f4ad";
	position: absolute;
	font-size: 30px;
	top: 0px;
	left: 0px;
	color: #ff9103;
}



.tab_item {
	height: 40px;
	/* border-bottom: 1px solid #eee; */
	/* background-color: #fff; */
	line-height: 40px;
	/* font-size: 16px; */
	/* text-align: center; */
	color: #565656;
	/* text-align: center; */
	font-weight: bold;
	transition: all 0.2s ease;
	float: left;
}
.blk {
	  display: block;
}

.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}



#faq1:checked ~ #faq1_content {
  display: block;
}
#faq2:checked ~ #faq2_content {
  display: block;
}
#faq3:checked ~ #faq3_content {
  display: block;
}
#faq4:checked ~ #faq4_content {
  display: block;
}
#faq5:checked ~ #faq5_content {
  display: block;
}
#faq6:checked ~ #faq6_content {
  display: block;
}
#faq7:checked ~ #faq7_content {
  display: block;
}
#faq8:checked ~ #faq8_content {
  display: block;
}
#faq9:checked ~ #faq9_content {
  display: block;
}
.project_tabs input:checked + .tab_item {
  background-color: #4a71ba;
  color: #fff;
}

/* 表示・非表示 */
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

.faqlink{
	cursor:pointer;
}

@media (max-width:767px) {
	.footer_nav {
		flex-direction: column;
	    display: flex;
	    display: -webkit-flex;
	    padding: 10px;
		font-size: 16px;
		margin-left: 10px;
	}
	.footer_logo {
		max-width: 200px;
	}
}
@media (min-width:768px) {
	.footer_nav {
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		display: -webkit-flex;
		-webkit-justify-content: center;
		-webkit-align-items: center;
		padding: 20px;
		font-size: 20px;
	}
	.footer_logo {
		max-width: 250px;
	}
}
.gmaps-iframe iframe {
	width: 100%;
}
@media (min-width:768px) {
	.map_l {
		padding-right: 30px;
	}
}
@media (min-width:768px) {
	.map_r {
		width: 53%;
	}
}

@media (max-width:767px) {
	.dflx_clm {
		flex-direction: column;
	    display: flex;
	    display: -webkit-flex;
	    padding: 10px;
	}
}
.gmap_chk {
	display: inline-block;
    font-size: 16px;
    max-width: 120px;
    padding: 10px 20px;
    margin: auto;
    background-color: #e60012;
    border: 1px solid transparent;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-weight: 700;
}
.text_dn {
	text-decoration: none;
}
footer .inner ul li {
    margin: 0 10px;
}
footer .inner ul li a {
	text-decoration: none;
    color: #e60012;
    font-weight: 700;
}
footer .inner {
	display: flex;
	display: -webkit-flex;
    width: 100%;
    background: #ffe1e3;
    padding: 20px 0;
    max-width: 970px;
    margin: auto;
}

.footer_logo {
    padding: 10px 10px 5px;
    margin: auto;
}
