@charset "utf-8";
/*
 Theme Name:   autoboy_child
 Description:  autoboy_child
 Author:       オートボーイRC
 Template:     autoboy
*/

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
	margin: 0;padding: 0;
}

p {
	margin:0 0 20px 0;
	font-weight:400;
	line-height:1.6em;
	font-size:16px;
}

ul,li {
	list-style: none;
}

button,input,select,textarea {
	margin: 0;
}

*, *:before, *:after {
	box-sizing: inherit;
}

img,embed,object,audio,video {
	height: auto;
}
a{
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}
html {
	box-sizing: border-box;
	overflow: auto;
}

body {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color:#000;
	padding:0;
	margin:0;
	overflow: hidden;
}

img.site_logo{
	width: 304px;
	transition: all 0.5s ease;
	height: auto;
}

body.low_page img.site_logo{
	max-width:417px;
}

img {
	width:auto;
	max-width:100%;
	vertical-align: bottom;
}

.disp_sp {
	display:block;
}

.disp_pc {
	display:none;
}

.txt-center {
	text-align:center;
}

p.center{
	text-align:center;
}

.font-din{
	font-family: "din-2014", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.impact{
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2rem;
}

/***************/
/* header */
/***************/
#header {
	width:100%;
	top: 0;
	left: 0;
	text-align:center;
	z-index:999;
/*	position:fixed; */
	background: #fff;
}

#header .header-inn {
}

#header .h-left a{
	display:block;
}

.head_sns{
	display:flex;
	margin-left: 60px;
}

.head_sns > div{
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}

.head_sns > div:nth-child(4){
	margin:0 5px 0 4px;
}

.head_sns a{
	display:block;
}

.head_sns img{
	width:36px;
}

@media screen and (min-width:1001px) {
	#header {
		height: 80px;
	}

	#header .header-inn {
		width:100%;
		display:flex;
		margin:0 auto;
		padding:0;
		height:80px;
		max-width:1080px;
	}

	#header .h-left{
		width:304px;
		-webkit-align-items: center;
		align-items: center;
		display: flex;
		padding: 0;
		box-sizing: border-box;
		margin: 0 0;
	}

	#header .h-right{
		width:calc(100% - 304px);
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: right;
		justify-content: right;
		/*-webkit-align-items: center;*/
		box-sizing: border-box;
	}

}

@media screen and (max-width:1000px) {
	#header{
		height:60px;
		z-index: 2;
	}

	#header.active{
		position: fixed;
	}

	#header .header-inn{
		width: 100%;
		height: 60px;
		display: flex;
		margin: 0 auto;
		padding: 0;
	}

	#header .h-left{
		text-align:center;
		display: flex;
		margin: 0 auto;
		max-width: 200px;
		padding:0;
	}

	#header .h-left a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		height: 60px;
	}

	#header .h-right{
		display:none;
	}

	#header .h-left img{
		width:200px;
		height:auto;
	}
	
}

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

@media screen and (min-width:641px) {
}


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

}

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


}
/***************/
/*   pc-nav    */
/***************/
.pc_nav{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pc_nav ul{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pc_nav li{
}

.pc_nav a{
	font-size:16px;
	color:#707070;
	display:block;
	font-weight:400;
	padding: 30px 10px;
	font-size:14px;
	letter-spacing: 0.01rem;
}

.pc_nav a:hover{
	color:#FECD08;
}


@media screen and (max-width:1000px){
	.pc_nav{
		display:none;
	}
}

/***************/
/*   sp-nav    */
/***************/


/*header navi--------------------*/

.menu{
    height: 20px;
    position: absolute;
    left: 16px;
    top: 15px;
    bottom:50%;
    margin:0;
    width: 38px;
    z-index: 9999;
    display:initial;
}

header .menu:after{
	/*content: "menu";*/
	position: absolute;
	left: -2px;
	bottom: -20px;
	right: 0;
	margin: auto;
	font-size: 12px;
}

header.active .menu:after{
	/*content: "close";*/
	position: absolute;
	left: 0;
	bottom: -20px;
}

.menu__line{
	background: #e60012;
	display: block;
	height: 3px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
	border-radius: 3px;
}
.menu__line--center{
	top: 13px;
}
.menu__line--bottom{
	bottom: -10px;
}
.menu__line--top.active{
	top: 15px;
	transform: rotate(45deg);
}
.menu__line--center.active{
	transform:scaleX(0);
}
.menu__line--bottom.active{
	bottom: 2px;
	transform: rotate(135deg);
}
/*gnav*/
.sp_menu{
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: -1;
	background:#ededed;
}
.gnav__wrap{
	height: 100%;
	position: absolute;
	width: 100%;
}


.gnav__wrap ul.gnav__menu01{
	display: flex;
	flex-wrap: wrap;
	margin: 80px 30px;
}


.gnav__wrap ul.gnav__menu01 li {
	margin: 0 10px;
	width: calc(50% - 20px);
	text-align: left;
	position: relative;
}

.gnav__wrap ul.gnav__menu01 li:nth-child(-n+2):before {
	content: "";
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	background:#022222;
	display: block;
	background-repeat: repeat;
	height: 1px;
	top: 0;
}

.gnav__wrap ul.gnav__menu01 li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:#022222;
	display: block;
	background-repeat: repeat;
	height: 1px;
	top: auto;
}

.gnav__wrap ul.gnav__menu01 li a{
	padding: 30px 20px;
	color:#022222;
}

.gnav__wrap ul.gnav__menu01 li a{
	text-decoration: none;
	transition: .5s;
	display: block;
	font-size: 18px;
	font-weight: 500;
	transition: .5s;
}

.gnav__wrap ul li a:hover{
	opacity:0.5;
}

.gnav__wrap ul.gnav__menu01 li a:before{
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 15px;
	top: -2px;
	position: relative;
	color:#e60012;
}


@media screen and (min-width:1001px) {
	.menu,.sp_menu{
		display:none !important;
	}
}

@media screen and (max-width:480px) {
	.sp_menu{

	}

	.gnav__wrap ul.gnav__menu01{
		margin: 80px 10px;
	}

	.gnav__wrap ul.gnav__menu01 li {
		width: calc(100% - 20px);
	}


	.gnav__wrap ul.gnav__menu01 li a{
		padding: 15px 10px;
		font-size: 14px;
	}

	

	.gnav__wrap ul.gnav__menu01 li:nth-child(n+2):before {
		display:none;
	}

}

/***************/
/* footer */
/***************/
footer{

}

footer a{
	display:block;
}

footer .f_contact{
	background: url("img/footer/foot_bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	padding:55px 20px 62px;
	background-position:center;
}

.f_contact h2{
	text-align:center;
	color:#fff;
	font-size:36px;
	font-weight:900;
	margin-bottom:45px;
	letter-spacing: 0.3rem;
}

.f_contact .flex{
	display:flex;
	letter-spacing: 0.15rem;
}

.f_contact .flex > div{
	width:50%;
	color:#fff;
	text-align:center;
}

.f_contact .flex > div:nth-child(1){
	background:#1F9BED;

}

.f_contact .flex > div:nth-child(2){
	background:#F35757;
}

.f_contact a{
	color:#fff;
	padding:30px 20px;
	text-align:center;
}

.f_contact .flex > div:nth-child(1) a{
	margin-top:6px;
}

.f_contact .flex > div:nth-child(2) a{
	padding:15px 20px 20px;
	color:#F35757;
	border-radius:50px;
	background:#fff;
	max-width:420px;
	margin:20px auto 0;
}

.foot_btn{
	font-size:30px;
	padding:20px 20px;
	font-weight:900;
}

.f_contact .flex > div:nth-child(1) span{
	font-size:40px;
	letter-spacing: 0.2rem;
}

.f_contact .flex > div:nth-child(1) a:before{
	background:url("img/footer/foot_tel.png");
	background-size: 100%;
	width:42px;
	height:42px;
	content:"";
	display:inline-block;
	position: relative;
	top: 8px;
	margin-right: 17px;
}


.f_contact .flex > div:nth-child(2) a:before{
	background:url("img/footer/foot_mail.png");
	background-size: 100%;
	width:53.48px;
	height:40px;
	content:"";
	display:inline-block;
	position: relative;
	top: 8px;
	margin-right: 10px;
}


footer .bottom{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .bottom p{
	font-size:14px;
	font-weight:400;
	margin:2px 0 0;
	line-height:1.85rem;
}

footer .bottom p span{
	display:inline-block;
	margin-left:15px;
}

footer p.copy{
	font-size:12px;
	text-align:right;
}

.foot_sns{
	display:flex;
	margin-bottom:10px;
}

.foot_sns a{
	margin:0 0 0 8px;
}


.foot_sns img{
	max-width:31px;
	width:100%;
}

footer .inner{
	max-width:1080px;
	margin:0 auto;
}

footer .main{
	padding:50px 20px 43px;
}

footer .main h2{
	font-size:34px;
	font-weight:900;
}

.f_menu{
	display:flex;
	margin: 49px 0 90px;
}

.f_menu > div{
	margin-right:50px;
}


.f_menu a{
	color:#fff;
	font-size:22px;
	font-weight:900;
}

.f_menu li{
	padding:5px 0;
}

footer .detail{
	display:flex;
	margin-bottom:15px;
}

footer .detail > div{
	width:calc(100% - 304px);
}

footer .detail > div:nth-child(2){
	width:304px;
}

footer .icon{
	display:flex;
}


footer .detail img{
	max-width:304px;
	width:100%;
}

footer .detail a,
footer .detail span{
	color:#fff;
	font-size:34px;
	font-weight:900;
}

footer .detail a{
	margin-right:15px;
}

footer .detail a:before{
	background:url("img/footer/foot_icon01.png");
	background-size: 100%;
	width:36px;
	height:36px;
	content:"";
	display:inline-block;
	position: relative;
	top: 6px;
	margin-right: 8px;
}

footer .detail span:before{
	background:url("img/footer/foot_icon02.png");
	background-size: 100%;
	width:36px;
	height:36px;
	content:"";
	display:inline-block;
	position: relative;
	top: 6px;
	margin-right: 8px;
}

@media screen and (max-width:1100px) {
	footer .detail a,
	footer .detail span{
		font-size:24px;
	}

	footer .detail a:before{
		top: 10px;
	}

	footer .detail span:before{
		top: 10px;
	}
}

@media screen and (max-width:1000px) {
	.f_contact .flex{
		letter-spacing: 0;
	}

	.f_contact h2{
		font-size:30px;
		margin-bottom:25px;
	}


	.foot_btn{
		font-size:20px;
	}

	.f_contact .flex > div:nth-child(1) a{
		padding:30px 0;
	}

	.f_contact .flex > div:nth-child(1) a:before{
		width:30px;
		height:30px;
		top: 5px;
		margin-right: 10px;
	}

	.f_contact .flex > div:nth-child(1) span{
		font-size:30px;
	}

	.f_contact .flex > div:nth-child(2) a{
		font-size:24px;
	}

	.f_contact .flex > div:nth-child(2) a:before{
		width:30px;
		height:22.44px;
		top:2px;
	}

	footer .main h2{
		font-size:30px;
		text-align:center;
	}

	.f_menu{
		margin: 25px 0 30px;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.f_menu > div{
		margin: 0 10px;
	}

	footer .detail{
		flex-wrap:wrap;
	}

	footer .detail > div{
		width:100%;
	}

	footer .icon{
		-webkit-justify-content: center;
		justify-content: center;
	}

	footer .detail > div:nth-child(1){
		order:2;
	}
	
	footer .detail > div:nth-child(2){
		order:1;
		width:100%;
		text-align:center;
		margin:0 0 10px;
	}
}

@media screen and (max-width:780px) {
	.f_contact .flex{
		flex-wrap:wrap;
	}

	.f_contact .flex > div{
		width:100%;
	}

	.f_contact .flex > div:nth-child(1) a{
		padding:10px 0;
	}
}

@media screen and (max-width:640px) {
	footer .main{
		padding:30px 20px 20px;
	}

	footer .main h2{
		display:none;
	}

	.f_menu{
		display:none;
	}

	footer .icon{
		flex-wrap:wrap;
	}

	footer .icon > div{
		width:100%;
		text-align: center;
	}

	footer .bottom{
		display:block;
	}

	.foot_sns{
		-webkit-justify-content: center;
		justify-content: center;
		margin: 15px 0 0;
	}

	footer p.copy{
		text-align:center;
	}
}


@media screen and (max-width:480px) {
	footer .f_contact{
		padding:30px 20px 40px;
	}

	.f_contact h2{
		font-size:22px;
		margin-bottom: 15px;
	}

	.f_contact .flex > div:nth-child(2) a{
		font-size:20px;
		padding: 10px 20px 15px;
	}

	.f_contact .flex > div:nth-child(1) a{
		padding:5px 0;
	}

	footer .detail img{
		max-width:220px;
	}

	footer .bottom p span{
		display:block;
		margin:0;
	}

	.f_contact .flex > div:nth-child(1) a{
		padding:0;
	}

	.f_contact .flex > div:nth-child(2) a{
		margin-top:10px;
	}
}

/***************/
/* common */
/**************/

.check_bg{
	color:#fff;
	background-color: #3a3637;
	background-image: linear-gradient(45deg, #010101 25%, transparent 25%, transparent 75%, #010101 75%), linear-gradient(45deg, #010101 25%, transparent 25%, transparent 75%, #010101 75%);
	background-position: 3px -3px, 9px 3px;
	background-size: 12px 12px;
}

#content a{
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#content a:hover{
    opacity:0.75;
}

.side_link{
	position:relative;
	z-index:1;
}

.side_link .flex{
	position: absolute;
	right: 0;
	top: 30px;
}

.side_link .flex > div{
	background: #4f9cff;
	transform: skewY(-15deg); /* ← 左右で10°傾ける */
	transform-origin: top right; /* ← 傾きの支点を右上に */
}

.side_link a{
	display:block;
	padding:25px 16px 10px;
	height:150px;
	text-align:center;
	color:#fff;
	transform: skewY(15deg); /* ← 左右で10°傾ける */
	transform-origin: top right; /* ← 傾きの支点を右上に */
	writing-mode: vertical-rl; /* ← 右から左への縦書き（日本語標準） */
	text-orientation: mixed;   /* ← 英数字を立てる／横向きにする制御 */
	margin: 13px 0px;
	font-size:14px;
	letter-spacing: 0.1rem;
}

.side_link .flex > div.blue{
	background:#050090;
}

.side_link .flex > div.red{
	background:#E60012;
}

.side_link .flex > div.gray{
	background:#868686;
}

h1,
h2.sub{
	text-align:center;
	font-size:34px;
	font-weight:900;
	color:#222222;
	letter-spacing: 0.15rem;
}

h1 span,
h2.sub span{
	font-size:16px;
	font-weight:900;
	color:#FF0404;
	letter-spacing: 0.08rem;
}

h2.line{
	text-align:center;
	color:#022222;
	font-size:24px;
	font-weight:900;
	position:relative;
	margin-bottom:40px;
	letter-spacing: 0.15rem;
}

h2.line:after{
	position:absolute;
	content:"";
	display:inline-block;
	bottom:-40px;
	right:0;
	left:0;
	margin:0 auto;
	background:#E60012;
	width:100px;
	height:8px;
}

.link_btn a{
	display:block;
	max-width:330px;
	font-size:20px;
	font-weight:900;
	margin:0 auto;
	text-align:center;
	border-radius:5px;
	background:#E60012;
	color:#fff;
	padding:12px 20px;
	letter-spacing: 0.1rem;
}

.link_btn a:hover{
	opacity:0.75;
}

.link_btn a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 7px 12px;
	border-left-color: #fff;
	border-right: 0;
	margin-right:8px;
	position: relative;
	top: -2px;
}

.link_btn.radius a{
	padding:20px 20px;
	max-width:440px;
	border-radius:50px;
	letter-spacing: 0;

}

.link_btn.radius a:before{
	display:none;
}


.pagetop {
    display: none;
    position: fixed;
	bottom: 10px;
	right: 65px;
}
.pagetop a {
    display: block;
    background-color: #e60012;
    text-align: center;
    color: #fff;
    font-size: 65px;
    text-decoration: none;
    padding: 5px 17px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	line-height: 0;
	border-radius: 50px;
}
.pagetop a:hover {
    display: block;
    background-color: #D1151E;
    text-align: center;
    color: #fff;
    font-size: 65px;
    text-decoration: none;
    padding: 5px 17px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	line-height: 0;
	border-radius: 50px;
}

section.low_head{
	height:240px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

section.low_head p{
	color:#fff;
	font-size:40px;
	margin-bottom:0;
}

section.low_head.info{
	background: url("img/info/bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

section.low_head.search{
	background: url("img/search/bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

section.low_head.news{
	background: url("img/news/bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}


section.low_body{
	padding:70px 20px 113px;
}

section.low_body.gray{
	background:#EDEDED;
}

section.low_body .inner{
	max-width:1080px;
	margin:0 auto;
}


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

	h1,
	h2.sub{
		font-size:27px;
	}

	h1 span,
	h2.sub span{
		font-size:14px;
	}

	.link_btn a{
	}

	.side_link{
		display:none;
	}

}

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

	}

	section.low_head{
		height:160px;
	}

	section.low_head p{
		font-size:30px;
	}
}
@media screen and (max-width:480px) {

	h1,
	h2.sub{
		font-size:20px;
	}

	h1 span,
	h2.sub span{
		font-size:13px;
	}

	.link_btn a{
		font-size:18px;
	}

	h2{

	}

	h2.line{
		font-size:20px;
		margin-bottom:30px;
	}

	h2.line:after{
		bottom: -25px;
		height:5px;
	}

	.pagetop{
		bottom: 0px;
		right: 25px;
	}

	.pagetop a,.pagetop a:hover{
		font-size:35px;
		padding: 5px 12px;
	}

	section.low_head{
		height:100px;
	}

	section.low_head p{
		font-size:24px;
	}

	section.low_body{
		padding:40px 20px 60px;
	}

}


/***************/
/* top slider */
/**************/
.swiper {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.swiper img{
	width:100%;
	height:auto;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	width:10px;
	height:10px;
}

.swiper-pagination-bullet {
  /*ドットの間隔を変更*/
  margin: 0 10px !important;
}

.swiper-pagination-bullet {
  /*ドットの色を変更*/
  background-color: #fff ;
}

.swiper.pc{
	display:block;
}

.swiper.sp{
	display:none;
}

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


	.swiper.pc{
		display:none;
	}

	.swiper.sp{
		display:block;
	}
}

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


}

/*******************/
/* top_menu       */
/*******************/
.top_about{
	padding:40px 20px 90px;
}

.top_about .inner{
	max-width:1080px;
	margin:0 auto;
}

.top_about h2{
	text-align:center;
	font-size:40px;
}

.top_about .flex{
	display:flex;
	margin-top:35px;
}

.top_about .flex > div:nth-child(1){
	width:47.685%;
}

.top_about .flex > div:nth-child(2){
	width:calc(100% - 47.685%);
	padding-left:50px;
}

.top_about p{
	font-size:16px;
	line-height: 1.9rem;
}

@media screen and (max-width:1000px) {
	.top_about{
		
	}

	.top_about .flex{
		flex-wrap:wrap;
	}

	.top_about .flex > div:nth-child(1),
	.top_about .flex > div:nth-child(2){
		width:100%;
	}

	.top_about .flex > div:nth-child(1){
		order:2;
	}

	.top_about .flex > div:nth-child(2){
		order:1;
		padding-left:0px;
	}

	.top_about img{
		max-width:640px;
		width:80%;
		display:block;
		margin:20px auto 0;
	}

}

@media screen and (max-width:480px) {
	.top_about{
		padding:40px 20px 60px;
	}

	.top_about h2{
		font-size:30px;
	}

	.top_about .flex{
		margin-top:10px;
	}

	.top_about p {
		line-height: 1.6rem;
	}

}

/*******************/
/* top_how       */
/*******************/
.top_how{
	padding:50px 20px 53px;
	background:#EDEDED;
}

.top_how .flex{
	max-width:1080px;
	margin:0 auto;
	display:flex;
}

.top_how .flex > div{
	width:calc(33.333% - (90px / 3));
	background:#fff;
}

.top_how .flex > div:nth-child(2){
	margin:0 45px;
}

.top_how p{
	font-size:16px;
	line-height: 1.9rem;
	padding:20px 23px 30px;
	margin-bottom:0;

}

.top_how h2{
	font-weight: 900;
	font-size:20px;
	border-bottom:solid 3px #E60012;
	padding:25px 0 11px;
	margin:0 25px 5px;
	text-align:center;
	line-height: 1.85rem;
}

@media screen and (max-width:1000px) {
	.top_how .flex{
		flex-wrap:wrap;
	}

	.top_how .flex > div{
		display:flex;
		width:100%;
		margin-bottom:30px;
	}

	.top_how .flex > div:nth-child(2){
		margin:0 0 30px;
	}

	.top_how .flex .photo{
		padding:20px 0 20px 20px;
		width:35%;
	}

	.top_how .flex .text{
		width:65%;
	}

	.top_how h2 br{
		display:none;
	}
}

@media screen and (max-width:480px) {
	.top_how h2{
		font-size:18px;
		font-weight:700;
		padding: 15px 0 10px;
		margin-bottom:0;
	}

	.top_how .flex > div{
		display:block;
	}

	.top_how img{
		width:80%;
		display:block;
		margin:10px auto 0;
	}

	.top_how .flex .photo{
		padding:20px 20px 0 20px;
	}

	.top_how p{
		line-height: 1.6rem;
	}

	.top_how .flex > div:last-child{
		margin-bottom:10px;
	}

	.top_how .flex .photo{
		width:100%;
	}

	.top_how .flex .text{
		width:100%;
	}
}

/*******************/
/* top_pickup      */
/*******************/
.top_pickup{
	background: url("img/pickup_bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	padding:38px 20px 62px;
	background-position:center;
}

.top_pickup h2{
	color:#fff;
	font-size:40px;
	text-align:center;
}

.top_pickup .flex{
	display:flex;
	max-width:1080px;
	margin:20px  auto 0;
}

.top_pickup .flex > div{
	width:calc(33.333% - (90px / 3));
	background:#fff;
	border-radius:5px;
	padding: 20px 20px 28px;
}

.top_pickup .flex > div:nth-child(2){
	margin:0 45px;
}


.top_pickup a{
	text-align:center;
	color:#E60012;
	font-size:30px;
	font-weight:900;
	display:block;
	margin:13px auto 30px;
}

.top_pickup a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 15px;
	border-left-color: #E60012;
	border-right: 0;
	margin-right:15px;
}

.top_pickup p{
	margin-bottom:0;
	line-height:1.9rem;
}

@media screen and (max-width:1000px) {
	.top_pickup .flex{
		display:block;
	}

	.top_pickup .flex > div{
		width:100%;
		border-radius:5px;
		padding: 20px 20px 28px;
		margin-bottom:20px;
	}

	.top_pickup .flex > div:nth-child(2){
		margin:0 0 20px;
	}

	.top_pickup a{
		margin:10px auto 20px;
		font-size:24px;
	}

}

@media screen and (max-width:480px) {
	.top_pickup{
		padding-bottom:40px;
	}

	.top_pickup h2{
		font-size:30px;
	}

	.top_pickup a{
		margin:10px auto 10px;
		font-size:20px;
	}

	.top_pickup p{
		line-height: 1.5rem;
	}

	.top_pickup a:before{
		border-width: 8px 12px;
		margin-right:8px;
	}


}



/*******************/
/* top_news       */
/*******************/
.top_news{
	padding:62px 20px 63px;
	background:#EDEDED;
}

.top_news .inner{
	max-width:1080px;
	margin:0 auto;
}

.top_news .flex{
	margin:0 -20px 50px;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.top_news .flex > div{
	width:calc(25% - (120px / 3));
	margin:0 20px;
}

.top_news p{
	font-size:16px;
	line-height: 1.9rem;
	padding:0;
	margin-bottom:0;

}

.top_news h2{
	font-weight: 900;
	font-size:22px;
	margin:0 0 28px;
	text-align:center;
	line-height: 1.85rem;
}

.top_news span{
	color:#868686;
	display:block;
	margin:13px 0 5px;
}

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

	.top_news .flex{
		flex-wrap:wrap;
	}

	.top_news .flex > div{
		width:calc(50% - (120px / 3));
		margin:0 20px 30px;
	}

	.top_news img{
		display:block;
		margin:0 auto;
		width:80%;
	}


}

@media screen and (max-width:480px) {
	.top_news{
		padding:40px 20px 50px;
	}

	.top_news .flex{
		margin:0 -20px 10px;
	}

	.top_news .flex > div{
		width: calc(50% - (80px / 3));
		margin: 0 10px 30px;
	}

	.top_news p{
		line-height:1.6rem;
	}

}




/*******************/
/* top_video       */
/*******************/
.top_video{
	padding:66px 20px 109px;
}

.top_video .inner{
	max-width:1000px;
	margin:0 auto;
}

.top_video .flex{
	display:flex;
}

.top_video .flex > div{
	width:50%;
}

.top_video .flex > div:nth-child(1){
	padding-right:23px;
}

.top_video .flex > div:nth-child(2){
	padding-left:23px;
}

.top_video iframe{
	border-radius:10px;
}

.top_video h2{
	text-align:center;
	color:#E60012;
	font-size:40px;
	margin-bottom:17px;
}

.top_video h3{
	font-size:22px;
	font-weight:900;
	text-align:center;
	margin:28px 0 3px;
}

.top_video p{
	text-align:center;
	margin-bottom: 20px;
	line-height: 1.9rem;
}



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

	.top_video .flex{
		display:block;
	}

	.top_video .flex > div{
		width:100%;
	}

	.top_video .flex > div:nth-child(1){
		padding-right:0;
		padding-bottom:50px;
		margin-bottom:60px;
		border-bottom:solid 1px #ccc;
	}

	.top_video .flex > div:nth-child(2){
		padding-left:0;
	}

	.top_video h3{
		font-size:20px;
	}

}

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

	.top_video{
		padding:40px 20px 60px;
	}

	.top_video h2{
		font-size:30px;
	}

	.top_video .flex > div:nth-child(1){
		margin-bottom:30px;
	}

	.top_video p{
		line-height:1.6rem;
	}


}
/*******************/
/* top_map         */
/*******************/
section.top_map iframe{
	display:block;
}



/*******************/
/* low_info         */
/*******************/
.info_box{
	background:#fff;
	padding:80px 20px 85px;
	margin-top:18px;
}

.info_box .inn{
	max-width:840px;
	margin:0 auto;
}

.info_box ul{
	display:flex;
	flex-wrap:wrap;
	max-width:756px;
	margin:32px auto 55px;
}

.info_box ul li{
	padding:23px 25px;
	letter-spacing: 0.1rem;
}

.info_box ul li:nth-child(odd){
	border-bottom:solid 1px #E60012;
	width:27.38%;
	color:#022222;
	font-weight:900;
}

.info_box ul li:nth-child(even){
	border-bottom:solid 1px #868686;
	width:calc(100% - 27.38%);
}

.info_box ul li:nth-last-child(-n+2){
	border-bottom:none;

}

.info_bottom{
	background:#E60012;
	padding:43px 20px 95px;
}

.info_bottom .inner{
	max-width:1080px;
	margin:0 auto;
}

.info_bottom p{
	color:#fff;
	font-size:30px;
	text-align:center;
	font-weight:900;
	letter-spacing: 0.1rem;
}

.info_bottom ul{
	margin:60px auto 0;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.info_bottom ul li{
	width:30.55%;
}

.info_bottom a{
	display:block;
	font-size:20px;
	font-weight:900;
	background:#fff;
	border-radius:5px;
	padding:21px 20px;
	text-align:center;
	letter-spacing: 0.1rem;
}

.info_bottom a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 7px 12px;
	border-left-color: #000;
	border-right: 0;
	margin-right:10px;
	position: relative;
	top: -2px;
}

section.history{
	padding:100px 20px 100px;
}

section.history .inner{
	max-width:1080px;
	margin:0 auto;
}

section.history .flex{
	display:flex;
	margin: 50px 0 50px;
	letter-spacing: 0.1rem;
	position:relative;
}

section.history .flex > div:nth-child(1){
	width:calc(100% - 248px);
}

section.history .flex > div:nth-child(1):before{
	position:absolute;
	content:"";
	display:inline-block;
	width:3px;
	height:100%;
	background:#E60012;
	left: 113.5px;
}



section.history .flex > div:nth-child(2){
	width:248px;
}

section.history .photo img{
	display:block;
	margin: 20px 0 50px;
}

section.history .date{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:205px;
}
section.history .date span{
	font-family: "malgun-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:20px;
	color:#868686;
	display: inline-block;
}

section.history .year > div{
	display:flex;
	margin:50px 0;
}

section.history .year > div:nth-child(1){
	margin-top:20px;
}

section.history .year > div:last-child{
	margin-bottom:20px;
}

section.history .date > span:nth-child(1){
	width:115px;
	position:relative;
	/*padding:30px 0;*/
}

section.history .date > span:nth-child(1):after{
	content:"";
	display:inline-block;
	width:26px;
	height:26px;
	background:#E60012;
	border-radius:50%;
	position: absolute;
	right: -13px;
}

section.history .date > span:nth-child(2){
	padding-left:40px;
	width:90px;
	text-align:right;
}

section.history p{
	margin:0;
	padding: 0 30px 0 50px;
}

@media screen and (max-width:1000px) {
	.info_box iframe{
		height:320px;
	}

	.info_bottom{
		padding:30px 20px 60px;
	}

	.info_bottom ul{
		margin-top:30px;
	}
}

@media screen and (max-width:780px) {
	section.history .date{
		width: 165px;
	}

	section.history .flex > div:nth-child(1):before {
		left: 93.5px;
	}

	section.history .date > span:nth-child(1){
		width: 95px;
	}

	section.history .date > span:nth-child(1):after {
		width:20px;
		height:20px;
		right: -10px;
		top: 4px;
	}

	section.history .date > span:nth-child(2){
		padding-left:20px;
		width: 70px;
	}

	section.history p{
		padding:0 20px 0 30px;
	}

	section.history .flex > div:nth-child(1){
		width:calc(100% - 150px);
	}

	section.history .flex > div:nth-child(2){
		width:150px;
	}
}

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

	section.history .flex > div:nth-child(1):before {
		left: 8.5px;
	}
	
	section.history .date > span:nth-child(1):after{
		right:auto;
		left: -41.5px;
	}

	section.history .year{
		border-left:3px solid #E60012;
		margin-left: 10px;
	}

	section.history .year > div{
		display:block;
		margin: 30px 0;
	}

	section.history .flex{
		display:block;
	}

	section.history .flex > div:nth-child(1){
		width:100%;
		padding-left:30px;
	}

	section.history .flex > div:nth-child(2){
		width:100%;
	}

	section.history .flex > div:nth-child(1):before{
		display:none;
	}

	section.history p{
		padding:0 0 0 0;
	}

	section.history .date{
		width:auto;
		display:block;
	}

	section.history .date > span{
		color:#E60012;
	}

	section.history .date > span:nth-child(1){
		width: 90px;
	}

	section.history .date > span:nth-child(2){
		width: auto;
		padding:0;
	}

	section.history .flex > div:nth-child(2){
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	section.history .photo img{
		width:calc(50% - 10px);
	}

}

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

	.info_box{
		padding:30px 20px 40px;
	}

	.info_box ul{
		flex-wrap:wrap;
		margin: 15px auto 40px;
	}

	.info_box ul li{
		padding: 15px 10px;
	}

	.info_box ul li:nth-child(odd){
		width:100%;
		border-bottom:none;
		padding-bottom:10px;
	}

	.info_box ul li:nth-child(even){
		border-bottom:solid 1px #ccc;
		width:100%;
		padding-top:0;
	}

	.info_box ul li:nth-last-child(2){
	}

	.info_bottom{
		padding:30px 20px 40px;
	}

	.info_bottom p{
		font-size:22px;
	}

	.info_bottom ul{
		display:block;
		margin-top:0;
	}

	.info_bottom ul li{
		width:100%;
	}

	.info_bottom ul li:nth-child(2){
		margin:20px 0;
	}

	.info_bottom a{
		padding:13px 20px;
		font-weight:700;

	}

	section.history{
		padding: 50px 20px 0px;
	}

	section.history .flex{
		margin-top:30px;
	}

}

/*********************/
/* low_info  message */
/*********************/
div.message_box{
	display:flex;
	margin: 110px 0 17px;
}

div.message_box > div:nth-child(1){
	width:48.333%;
}

div.message_box > div:nth-child(2){
	width:calc(100% - 48.333%);
	padding-left:20px;
}

div.message_box h2{
	font-size:24px;
	font-weight:900;
	color:#222222;
	margin-bottom:13px;
	letter-spacing: 0.1rem;
}

div.message_box p{
	letter-spacing: 0.1rem;
	line-height: 2.0rem;
}

div.message_box p.name{
	font-size:24px;
	text-align:right;
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
	color:#022222;
	margin-top:45px;
}

.message_article{
	padding:95px 20px 74px;
	background: url("img/info/message_bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.message_article .inner{
	max-width:1080px;
	margin:0 auto;
}

.message_article h2.sub{
	color:#fff;
}

.message_article .link{
	display:flex;
	flex-wrap:wrap;
	margin-top:40px;
}

.message_article .link > div{
	width:calc(50% - 30px);
	margin-bottom:25px;
}

.message_article .link > div:nth-child(odd){
	margin-right:60px;
}

.message_article .link a{
	display:block;
	color:#fff;
	padding:14px 20px 14px 45px;
	font-size:18px;
	font-weight:900;
	background:#868686;
	text-align:center;
	position:relative;
	letter-spacing: 0.1rem;
}

.message_article .link a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 8px;
	border-left-color: #fff;
	border-right: 0;
	margin-right:10px;
	position: absolute;
	top: 0;
	bottom:0;
	margin:auto 0;
	left:25px;
}

.article_box{
}

.article_box section{
	padding:65px 20px 90px;
}

.article_box .inn{
	max-width:1080px;
	margin:0 auto;
}

.article_box > section:nth-child(even){
	background:#EDEDED;
}

.article_box .flex{
	display:flex;
	flex-wrap:wrap;
	margin-top:120px;
}

.article_box .flex > div{
	width:calc(50% - 20px);
	margin-bottom: 70px;
}

.article_box .flex > div:nth-child(odd){
	margin-right:40px;
}

.article_box .flex h3{
	font-size:24px;
	font-weight:900;
	color:#222222;
	margin-bottom:25px;
	letter-spacing: 0.1rem;
}

.article_box .flex h3:before{
	content:"●";
	display:inline-block;
	color:#E60012;
	margin-right:10px;
}

.article_box .flex p{
	letter-spacing: 0.08rem;
}

.article_box .flex img{
	width:100%;
}
.article_box .box{
	max-width:910px;
	margin:0 0 0 auto;
	position:relative;
}

.article_box .box:before{
	position:absolute;
	width:1px;
	height:100%;
	content:"";
	background:#E60012;
	left: -12%;
	top:0;
}

.article_box p.year{
	font-size:24px;
	font-weight:900;
	color:#E60012;
	margin:30px 0;
	letter-spacing: 0.1rem;
}

.article_box h2.line + p.year{
	margin-top:120px;
}


.article_box p.year:before{
	content:"●";
	display:inline-block;
	margin-right:10px;
}


.article_box .detail{
	display:flex;
	flex-wrap:wrap;
	letter-spacing: 0.1rem;
}

.article_box .detail + .detail{
	margin-top:70px;
}

.article_box .detail > div{
	margin-bottom:0;
}

.article_box .detail > div:las-thicld{
	margin-bottom:0;
}

.article_box .detail > div:nth-child(odd){
	width:calc(100% - 43.95%);
	padding-right:30px;
}

.article_box .detail > div:nth-child(even){
	width:43.95%;
}

.article_box .detail p{
	line-height:2.0rem;
	margin-bottom:0;
}

.article_box h3{
	font-size:28px;
	font-weight:900;
	color:#022222;
	margin-bottom:30px;
}

.article_box p.cap{
	text-align:center;
	font-size:15px;
	margin-top:15px;
}

.article_box .photo{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top:70px;
}

.article_box .photo > div{
	width:calc(33.333% - (60px / 3));
}

@media screen and (max-width:1100px) {
	.article_box .box:before{
		left:-50px;
	}
}

@media screen and (max-width:1000px) {
	div.message_box{
		margin:40px 0 0;
		display:block;
	}

	div.message_box img{
		display:block;
		margin:0 auto 30px;
		width:80%;
		max-width:540px;
	}

	div.message_box > div:nth-child(1){
		width:100%;
	}

	div.message_box > div:nth-child(2){
		width:100%;
		padding:0;
	}

	.article_box .box{
		max-width:none;
		margin-left: 45px;
	}
	.article_box .box:before{
		left:-33px;
	}

	.article_box h2.line + p.year{
		margin-top:80px;
	}

	.article_box .detail{
		display:block;
	}

	.article_box .detail > div:nth-child(odd){
		padding-right:0;
		width:100%;
	}

	.article_box .detail > div:nth-child(even){
		width:100%;
	}

	.article_box .detail > div:nth-child(even) img{
		max-width:400px;
		width:80%;
		margin:30px auto 20px;
		display:block;
	}

	.article_box h3{
		font-size:20px;
		margin-bottom: 10px;
	}

	.article_box .detail + .detail{
		margin-top:40px;
	}
}

@media screen and (max-width:480px) {
	.message_article{
		padding:40px 20px 50px;
	}

	div.message_box h2{
		font-size:20px;
	}

	div.message_box p.name{
		margin:30px 0 0;
		font-size:20px;
	}


	.message_article .link{
		margin-top:30px;
	}

	.message_article .link > div{
		width:100%;
		margin-bottom:25px;
	}

	.message_article .link > div:nth-child(odd){
		margin-right:0px;
	}

	.article_box .flex{
		display:block;
		margin-top: 70px;
	}

	.article_box .flex > div{
		width:100%;
		margin-bottom:40px;
	}

	.article_box .flex > div:nth-child(odd){
		margin:0 0 30px;
	}

	.article_box .flex > div:last-child{
		margin-bottom:0;
	}

	.article_box .flex img{
		display:block;
		margin:0 auto;
		width:80%;
	}

	.article_box .flex h3{
		font-size:20px;
		margin-bottom: 10px;
	}

	.article_box section{
		padding:50px 20px 60px;
	}

	.article_box .photo{
		flex-wrap:wrap;
		-webkit-justify-content: normal;
		justify-content: normal;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top:40px;
	}

	.article_box .photo > div{
		width:50%;
		padding: 0 10px;
		margin-bottom:20px;
	}

	.article_box .detail p{
		line-height:1.8rem;
	}

	.article_box h2.line + p.year{
		margin-top:60px;
	}
	
	.article_box p.year{
		font-size:20px;
		margin:20px 0;
	}
}


/*********************/
/* low_search        */
/*********************/
div.search_head{
	margin-top:95px;
}

div.search_head .flex{
	display:flex;
	max-width:960px;
	margin:90px auto 75px;
}

div.search_head .flex > div{
	
}

div.search_head .flex > div:nth-child(1){
	width:calc(100% - 330px);
	padding-right:40px;
}

div.search_head .flex > div:nth-child(2){
	width:330px;
}

div.search_head p{
	line-height: 2.0rem;
	letter-spacing: 0.075em;
}

section.select{
	background:#EDEDED;
	padding:120px 20px 120px;
}

section.select .inner{
	max-width:1080px;
	margin:0 auto;
}

section.select .flex{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section.select .flex > div{
	width:30.55%;
}

section.select .flex a{
	text-align:center;
	font-size:20px;
	font-weight:900;
	display:block;
	margin-top:30px;
	color:#022222;
}

section.select .flex a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 7px 12px;
	border-left-color: #E60012;
	border-right: 0;
	margin-right:8px;
	position: relative;
	top: -2px;
}

@media screen and (max-width:1000px) {
	div.search_head{
		margin-top:60px;
	}

	div.search_head .flex{
		display:block;
	}

	div.search_head .flex > div:nth-child(1){
		width:100%;
		padding-right:0;
	}

	div.search_head .flex > div:nth-child(2){
		width:100%;
	}

	div.search_head .flex > div:nth-child(2) img{
		max-width:640px;
		display:block;
		margin:40px auto 0;
		width:80%;
	}

	section.select{
		padding:70px 20px;
	}
}

@media screen and (max-width:480px) {
	div.search_head .flex{
		margin: 60px auto 45px;
	}

	div.search_head p{
		line-height:1.6rem;
	}

	section.select{
		padding:50px 20px 30px;
	}

	section.select .flex a{
		font-size:18px;
		margin-top:20px;
	}

	section.select .flex{
		display:block;
	}

	section.select .flex > div{
		width:100%;
		margin-bottom:30px;
	}

	section.select .flex img{
		width:60%;
		display:block;
		margin:0 auto;
	}
}

/*********************/
/* low_news          */
/*********************/
.low_news{
	margin:45px auto 97px;
	max-width:960px;
}

.low_news .flex{
	margin:0 -15px 50px;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap:wrap;

	max-width: 990px;
}

.low_news .flex > div{
	width:calc(33.333% - (60px / 2));
	margin:0 15px;
}

.low_news .flex > div:nth-of-type(n+4){
	margin-top:60px;
}

.low_news p{
	font-size:16px;
	line-height: 1.9rem;
	padding:0;
	margin-bottom:0;

}

.low_news span{
	color:#868686;
	display:block;
	margin:13px 0 5px;
}

.low_sns{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top:93px;
}

.low_sns > div{
	width:84px;
	margin:0 5px;
}

.low_video{
	padding:66px 20px 109px;
	background:#ededed;
}

.low_video .inner{
	max-width:1000px;
	margin:0 auto;
}

.low_video .flex{
	display:flex;
}

.low_video .flex > div{
	width:50%;
}

.low_video .flex > div:nth-child(1){
	padding-right:23px;
}

.low_video .flex > div:nth-child(2){
	padding-left:23px;
}

.low_video iframe{
	border-radius:10px;
}

.low_video h2{
	text-align:center;
	color:#E60012;
	font-size:40px;
	margin-bottom:17px;
}

.low_video h3{
	font-size:22px;
	font-weight:900;
	text-align:center;
	margin:28px 0 3px;
}

.low_video p{
	text-align:center;
	margin-bottom: 20px;
	line-height: 1.9rem;
}

.news_pager{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap:wrap;
}

.news_pager > div{
	height:40px;
	width:40px;
	margin:0 15px 15px;
}

.news_pager a{
	display:block;
	font-size:20px;
	border:solid 2px #E60012;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height:40px;
	width:40px;
}

.news_pager .active a{
	background:#E60012;
	color:#fff;
	font-weight:700;
}

.post_detail{
	max-width:960px;
	margin:0 auto;
}

.post_detail .thum{
	margin:88px 0 95px;
	text-align: center;
}

.post_detail .thum img{
	max-width:720px;
}

h2.post{
	font-size:20px;
	color:#022222;
	padding-bottom: 27px;
	margin-bottom: 21px;
	font-weight:900;
	border-bottom:solid 3px #E60012;
	letter-spacing: 0.1rem;
}

.post_detail p.date{
	text-align:right;
	font-size:18px;
	color:#222;
	margin-bottom: 47px;
	letter-spacing: 0.1rem;

}

.post_detail .text{
	margin-bottom:90px;
}

.post_detail .text p{
	color:#222222;
	line-height:2.1rem;
	letter-spacing: 0.07rem;
}

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

	.low_news{
		margin-bottom:0px;
	}

	.low_news .flex{
		flex-wrap:wrap;
	}

	.low_news .flex > div{
		width:calc(50% - (120px / 3));
		margin:0 20px 30px;
	}

	.low_news img{
		display:block;
		margin:0 auto;
		width:80%;
	}

	.low_video .flex{
		display:block;
	}

	.low_video .flex > div{
		width:100%;
	}

	.low_video .flex > div:nth-child(1){
		padding-right:0;
		padding-bottom:50px;
		margin-bottom:60px;
		border-bottom:solid 1px #ccc;
	}

	.low_video .flex > div:nth-child(2){
		padding-left:0;
	}

	.low_video h3{
		font-size:20px;
	}

	.low_news .flex > div:nth-of-type(n+3){
		margin-top:20px;
	}

	.post_detail .thum{
		margin:40px 0 60px;
	}

	.post_detail .thum img{
		max-width:80%;
	}

}

@media screen and (max-width:480px) {
	.low_news .flex{
		margin:0 0 10px;
	}

	.low_news .flex > div{
		width: 100%;
		margin: 0 0 30px;
	}

	.low_news p{
		line-height:1.6rem;
	}

	.low_video{
		padding:40px 20px 60px;
	}

	.low_video h2{
		font-size:30px;
	}

	.low_video .flex > div:nth-child(1){
		margin-bottom:30px;
	}

	.low_video p{
		line-height:1.6rem;
	}

	.low_news .flex > div:nth-of-type(n+2){
		margin-top:20px;
	}

	.news_pager > div{
		margin:0 10px 15px;
	}

	.post_detail .thum{
		margin:40px 0 40px;
	}

	h2.post{
		font-size:18px;
		font-weight:700;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}

	.post_detail p.date{
		margin-bottom:20px;
	}

	.post_detail .text{
		margin-bottom:40px;
	}

	.post_detail .text p{
		line-height:1.8rem;
	}

}

/*********************/
/* low_scrivener     */
/*********************/
div.scrivener_head{
	max-width:960px;
	margin: 40px auto -5px;
}

div.scrivener_head p{
	line-height: 1.9rem;
	letter-spacing: 0.075rem;
	margin-bottom:45px;
}

.strength{
	padding:85px 20px 90px;
	background:#EDEDED;
}

.strength .inner,
.enjoy .inner{
	max-width:1080px;
	margin:0 auto
}

.strength .photo{
	margin-top:100px;
}

.scrivener_flex{
	display:flex;
}

.scrivener_flex > div{
	width:calc(33.333% - (90px / 3));
}

.scrivener_flex > div:nth-child(2){
	margin:0 45px;
}

.scrivener_flex h3{
	border-bottom:solid 3px #E60012;
	font-size:20px;
	font-weight:900;
	padding-bottom: 6px;
	margin: 20px 0 25px;
	text-align:center;
	letter-spacing: 0.1rem;
}

.scrivener_flex p{
	margin:0;
	line-height:1.9rem;
	letter-spacing: 0.1rem;
}

section.enjoy{
	padding:60px 20px 80px;
}

h2.enjoy{
	color: #E60012;
	font-size: 32px;
	font-weight: 900;
	position: relative;
	margin: 32px 0 40px;
	padding-right: 85px;
	text-align: right;
	letter-spacing: 0.2rem;
}

h2.enjoy:before{
	background:url("img/flag.svg");
	background-size: 100%;
	width:73.15px;
	height:79.19px;
	content:"";
	display:inline-block;
	position: absolute;
	left:0;
	top: -1px;
}

h2.enjoy span{

}

h2.enjoy span:before{
	position:absolute;
	content:"";
	display:inline-block;
	width:283px;
	height:5px;
	background:#022222;
	left: 92px;
	top: 9px;
	bottom: 0;
	margin: auto 0;
}

.enjoy .number{
	display:flex;
	margin: 67px 0 48px;
}

.enjoy .number > div{
}

.enjoy .number > div:nth-child(1){
	width:calc(100% - 334.78px);
	padding:0 40px 0 60px;
}

.enjoy .number > div:nth-child(2){
	width:334.78px;
}


.enjoy .number img{
	width:334.78px;
	height:auto;
}

.enjoy .number p{
	font-weight:900;
	letter-spacing: 0.1rem;
	line-height:1.8rem;

}

.enjoy .number ul{
	margin:25px 0;
}

.enjoy .number ul li{
	font-weight:400;
	letter-spacing: 0.1rem;
	line-height:1.8rem;
}

.enjoy .tip{
	display: flex;
	padding: 60px 80px 73px;
	background: #F2F1F1;
	margin-bottom: 116px;
}

.enjoy .tip > div:nth-child(1){
	width:76.97px;
}

.enjoy .tip > div:nth-child(2){
	width:calc(100% - 76.97px);
	padding: 0 30px 0 90px;
}


.enjoy .tip img{
	width:76.97px;
	height:67.63px;
}

.enjoy .tip p{
	margin:0;
	font-size:20px;
	font-weight:900;
	line-height:2.0rem;
	letter-spacing: 0.1rem;
}

.enjoy .tip p span{
	color:#E60012;
}

@media screen and (max-width:1050px) {
	h2.enjoy{
		padding-right:0px;
	}
}

@media screen and (max-width:1000px) {
	.strength .photo{
		margin-top:80px;
	}

	.scrivener_flex{
		display:block;
	}

	.scrivener_flex > div{
		width:100%;
	}

	.scrivener_flex > div:nth-child(2){
		margin: 50px 0 50px;
	}

	.scrivener_flex > div img{
		width:70%;
		display:block;
		margin:0 auto 10px;
		max-width:420px;
	}

	h2.enjoy span:before{
		display:none;
	}

	h2.enjoy{
		text-align:left;
		padding-left:100px;
		margin: 0 0 40px;
	}

	.enjoy .number{
		display:block;	
	}

	.enjoy .number > div:nth-child(1){
		width:100%;
		padding:0;
	}

	.enjoy .number > div:nth-child(2){
		margin:0 auto;
	}

	.enjoy .tip{
		padding:40px 30px 40px;
	}

	.enjoy .tip > div:nth-child(2){
		padding:0 0 0 30px;
	}

	.enjoy .tip p{
		font-size:18px;
	}

}

@media screen and (max-width:480px) {
	.strength{
		padding:60px 20px 60px;
	}

	.strength .photo{
		margin-top:60px;
	}

	.scrivener_flex > div:nth-child(2){
		margin: 30px 0 30px;
	}

	.scrivener_flex h3{
		font-size:18px;
		margin-bottom:20px;
		padding-bottom:10px;
	}

	.scrivener_flex p{
		line-height:1.6rem;
	}

	h2.enjoy{
		font-size:20px;
		padding-left:90px
	}

	.enjoy .number{
		margin:40px 0 40px;
	}

	.enjoy .number p{
		line-height:1.6rem;
	}

	.enjoy .number ul{
		margin:20px 0;
	}

	.enjoy .number ul li{
		line-height:1.6rem;
	}

	.enjoy .number img{
		max-width:240px;
		display: block;
		margin: 0 auto;
	}

	.enjoy .tip{
		display:block;
		padding:30px 20px;
		margin-bottom:50px;
	}

	.enjoy .tip > div:nth-child(1){
		width:100%;
	}

	.enjoy .tip > div:nth-child(2){
		width:100%;
		padding:0;
	}

	.enjoy .tip > div:nth-child(1) img{
		width:48px;
		height:auto;
		display:block;
		margin:0 auto 20px;
	}

	.enjoy .tip p{
		line-height:1.8rem;
	}

}

/*********************/
/* low_maintenance   */
/*********************/
.maintenance_head{
	max-width: 960px;
	margin: 45px auto -25px;
}
.maintenance_head h2{
	margin:0 0 46px;
	text-align:center;
	font-size:20px;
	color:#222222;
	font-weight:900;
	position:relative;
	letter-spacing: 0.1rem;
}

.maintenance_head h2:after{
	background:url("img/maintenance/img01.png");
	background-size: 100%;
	width:46.48px;
	height:47.4px;
	content:"";
	display:inline-block;
	margin-left:10px;
	top:11px;
	position:relative;
}

.maintenance_head p{
	line-height: 1.5rem;
	letter-spacing: 0.075rem;
	margin:0;
}

.flag_flex{
	background:#EDEDED;
	padding:103px 20px 68px;
}

.flag_flex .inner{
	max-width:1080px;
	margin:0 auto;
}

.flag_flex .flex{
	display:flex;
}

.flag_flex .flex > div{
	width:calc(33.333% - (90px / 3));
}

.flag_flex .flex > div:nth-child(2){
	margin:0 45px;
}

.flag_flex h2{
	background:#E60012;
	color:#fff;
	font-size:22px;
	font-weight:900;
	line-height:2.2rem;
	text-align:center;
	padding:30px 20px;
}

.flag_flex p{
	margin-top: 57px;
	line-height: 1.75rem;
	border-top: solid 3px #022222;
	padding-top: 60px;
	position: relative;
	letter-spacing: 0.1rem;
}

.flag_flex p:before{
	background:url("img/flag.svg") #EDEDED;
	background-size: 73px 79px;
	background-repeat:no-repeat;
	width:80px;
	height:79.19px;
	content:"";
	display:inline-block;
	position: absolute;
	top: -32px;
	left:0;
}

.strength.white{
	background:#fff;
}

.dealer{
	background:#EDEDED;
	padding:100px	20px 105px;
	margin-top:7px;
}

.dealer .inner{
	max-width:960px;
	margin:0 auto;
}

.dealer .photo{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 110px 0 65px;
}

.dealer .photo > div{
	width:calc(33.333% - (60px / 3));
}

.dealer h3{
	font-weight:900;
	font-size:22px;
	color:#022222;
	letter-spacing: 0.13rem;
	margin-bottom: 15px;
}

.dealer h3:before{
	content:"●";
	margin-right:10px;
	color:#E60012;
	display:inline-block;
}

.dealer p{
	letter-spacing: 0.08rem;
	line-height:1.85rem;
	margin-bottom: 45px;

}

.dealer span{
	font-weight:900;
	color:#E60012;
}

.maintenance{
	padding:80px 20px 100px;
}

.maintenance .inner{
	max-width:1080px;
	margin:0 auto;
}

.maintenance h2.top{
	text-align:center;
	color:#E60012;
	font-size:32px;
	font-weight:900;
	letter-spacing: 0.2rem;
	margin-bottom:30px;
}

.maintenance p.head{
	text-align:center;
	font-size:20px;
	font-weight:900;
	color:#022222;
	letter-spacing: 0.13rem;
	line-height:2.3rem;
	margin-bottom: 135px;
}


.maintenance h3{
	font-size:34px;
	color:#E60012;
	font-weight:900;
	position:relative;
	margin-bottom:70px;
}

.maintenance h3:before{
	background:url("img/flag.svg");
	background-size: 100%;
	width: 73.15px;
	height: 79.19px;
	content: "";
	position: absolute;
	top: -22px;
}

.maintenance h3:after{
	position:absolute;
	content:"";
	display:inline-block;
	background:#E60012;
	width:100%;
	height:10px;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
	z-index: -1;
}

.maintenance h3 span{
	padding-left: 93px;
	display: inline-block;
	background: #fff;
	padding-right: 65px;
	letter-spacing: 0.2rem;
}

.maintenance .set{
	margin-top:90px;
}

.maintenance ul{
	margin-bottom:120px;
}

.maintenance ul li{
	padding-bottom:20px;
	border-bottom:solid #707070 1px;
	margin-bottom:20px;
}

.maintenance ul li:last-child{
	border-bottom:none;
}

.maintenance ul p{
	letter-spacing: 0.1rem;
	color:#022222;
	margin-top: 15px;
	margin-bottom: 10px;
}

.maintenance ul p.name{
	font-size:22px;
	font-weight:900;
	display: inline-block;
	margin-top:0;
	margin-bottom: 0;
}

.maintenance ul p.name:before{
	content:"●";
	color:#E60012;
	margin-right:10px;
	display:inline-block;
}

.maintenance .cc_class{
	display:flex;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
}

.maintenance .cc_class > div{
	margin-right:20px;
	letter-spacing: 0.1rem;
	margin-top: 10px;
}

.maintenance .cc_class > div:nth-child(1){
	background:#868686;
	padding: 3px 28px;
	color: #fff;
}

.maintenance .cc_class > div:nth-child(n+2){
	border:solid 1px #707070;
	padding:1px 20px;
	border-radius:30px;
	font-size:14px;
}


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

	.flag_flex{
		padding:60px 20px 60px;
	}

	.flag_flex .flex{
		display:block;
	}

	.flag_flex .flex > div{
		width:100%;
	}

	.flag_flex .flex > div:nth-child(2){
		margin:50px 0;
	}

	.flag_flex h2{
		max-width: 480px;
		margin: 0 auto;
	}

	.maintenance{
		padding:60px 20px 60px;
	}

	.maintenance h2.top{
		font-size:26px;
	}

	.maintenance p.head{
		font-size:20px;
		font-weight:700;
		letter-spacing: 0rem;
		line-height:2.0rem;
		margin-bottom: 60px;
	}

	.maintenance h3{
		font-size:26px;
	}

	.maintenance h3 span{
		padding-right:30px;
	}

	.maintenance ul{
		margin-bottom:60px;
	}
}

@media screen and (max-width:480px) {
	.maintenance_head{
		margin: 30px auto 0px;
	}

	.maintenance_head h2{
		margin-bottom:30px;
	}

	.maintenance_head p{
		line-height:1.6rem;
		letter-spacing:0;
	}

	.flag_flex h2{
		font-size:20px;
		padding: 20px;
	}

	.flag_flex p{
		line-height:1.6rem;
	}

	.dealer{
		padding:60px 20px 40px;
		margin:0;
	}

	.dealer .photo{
		margin:70px 0 35px;
	}

	.dealer .photo > div{
		width:calc(33.333% - (40px / 3));
	}

	.dealer h3{
		font-size:18px;
		letter-spacing:0;
	}

	.dealer h3:before{
		margin-right:8px;
	}

	.dealer p{
		line-height:1.6rem;
		letter-spacing:0;
		margin-bottom:30px;
	}

	.dealer span{
		font-weight:700;
	}

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

	.maintenance p.head{
		font-size:18px;
		margin-bottom: 40px;
	}

	.maintenance .set{
		margin-top:50px;
	}

	.maintenance h3:before{
		width:38px;
		height:41.27px;
		background-repeat: no-repeat;
		top:0;
	}

	.maintenance h3 {
		font-size:20px;
		margin-bottom: 20px;
	}

	.maintenance h3 span{
		padding-left:50px;
		padding-right:0;
	}

	.maintenance h3:after{
		display:none;
	}

	.maintenance ul{
		margin-bottom: 20px;
	}

	.maintenance ul p.name{
		font-size:18px;
		font-weight:700;
	}

	.maintenance ul p{
		margin-top: 5px;
		letter-spacing: 0;
	}

	.maintenance .cc_class > div{
		margin-top:20px;
	}

	.maintenance .cc_class > div:nth-child(1){
		width:100%;
		text-align:center;
		margin-top: 0;
	}

	.maintenance ul p.name + div.cc_class{
		margin-top:10px;
	}
}

/*********************/
/* low_purchase      */
/*********************/
.purchase_head{
	max-width:960px;
	margin:45px auto -5px;
	display:flex;
}

.purchase_head > div:nth-child(1){
	width:calc(100% - 330px);
	padding-right:30px;
}

.purchase_head > div:nth-child(2){
	width:330px;
}

.purchase_head p{
	letter-spacing:0.075rem;
}

.buy_flow{
	background:#EDEDED;
	padding:70px 20px 150px;
}

.buy_flow .inner{
	max-width:1080px;
	margin:0 auto;
}

.buy_flow .flow{
}

.buy_flow .flow > div{
	position:relative;
	margin-bottom:180px;
	background:#fff;
	padding:57px 60px 56px;
}

.buy_flow .flow > div:nth-child(1){
	margin-top:103px;
}

.buy_flow .flow > div:after{
	background:url("img/purchase/arrow.png");
	background-size: 100%;
	width:120px;
	height:52px;
	content:"";
	display:inline-block;
	position: absolute;
	bottom: -112px;
	margin:0 auto;
	right:0;
	left:0;
}

.buy_flow .flow > div:last-child{
	margin-bottom:0;
}

.buy_flow .flow > div:last-child:after{
	display:none;
}

.buy_flow .flow .flex{
	display:flex;
}

.buy_flow .flow > div:nth-child(odd) .flex > div:nth-child(1){
	width:calc(100% - 34.375%);
	padding-right:30px;
}

.buy_flow .flow > div:nth-child(odd) .flex > div:nth-child(2){
	width:34.375%;
}

.buy_flow .flow > div:nth-child(even) .flex > div:nth-child(1){
	width:calc(100% - 34.375%);
	order:2;
	padding-left:65px;
}

.buy_flow .flow > div:nth-child(even) .flex > div:nth-child(2){
	width:34.375%;
	order:1;
	padding-bottom:70px;
}

.buy_flow p.no{
	margin-bottom:20px;
}

.buy_flow p.no span{
	color:#fff;
	border-radius: 50%;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size:30px;
	font-weight:900;
	width:48px;
	height:48px;
	background:#E60012;
	margin:0 auto;
}

.buy_flow .flow h2{
	text-align:center;
	color:#E60012;
	font-size:22px;
	font-weight:900;
	letter-spacing:0.1rem;
	margin-bottom:40px;
}

.buy_flow .flow h3{
	color:#022222;
	font-weight:900;
	margin-bottom:10px;
	letter-spacing:0.1rem;
	font-size: 16px;
}

.buy_flow .flow p{
	letter-spacing:0.1rem;
	line-height:1.95rem;
}

.buy_flow .flow ul{
	margin:30px 0 35px;
}

.buy_flow .flow ul li{
	line-height:2.0rem;
	letter-spacing:0.1rem;
	margin-left: 1.6em;
	text-indent: -0.8em;
}

.buy_flow .flow ul li:before{
	content:"●";
	display:inline-block;
	color:#E60012;
	margin-right:8px;
}

.buy_flow div.tip{
	margin-top:80px;
	border-radius:20px;
	border:solid #E60012 4px;
	padding:30px 30px 10px;
	margin-bottom:40px;
}

.buy_flow div.tip h4{
	text-align:center;
	color:#E60012;
	font-weight:900;
	font-size:16px;
	margin-bottom:20px;
}

.buy_flow div.tip p{
	line-height:1.8rem;

}

.buy_bottom{
	padding:120px 20px 120px;
}

.buy_bottom .inner{
	max-width:960px;
	margin:0 auto;
}

.buy_bottom .text{
	margin-top:120px;
}

.buy_bottom .flex{
	display:flex;
}

.buy_bottom .flex > div{
	
}

.buy_bottom .flex > div:nth-child(1){
	width:calc(100% - 330px);
	padding-right:30px;
}

.buy_bottom .flex > div:nth-child(2){
	width:330px;
}


.buy_bottom .flex h3{
	font-size:16px;
	color:#022222;
	font-weight:900;
	margin-bottom:20px;
}

.buy_bottom p{
	letter-spacing:0.1rem;
	line-height:1.95rem;
}

.buy_bottom .flex span{
	color:#E60012;
	font-weight:900;
}


.buy_bottom .text > div:nth-child(1){
	padding-bottom:30px;
	border-bottom:solid 1px #707070;
	margin-bottom:50px;
}

.buy_bottom p.end{
	text-align:center;
	font-size:18px;
	font-weight:900;
	color:#022222;
	background:#EDEDED;
	max-width:840px;
	margin:50px auto 0;
	padding:40px 20px;
	line-height:2.2rem;
}

@media screen and (max-width:1000px) {
	.purchase_head{
		margin:45px auto 0;
		display:block;
	}

	.purchase_head > div:nth-child(1){
		width:100%;
		padding-right:0;
	}

	.purchase_head > div:nth-child(2){
		width:100%;
		text-align:center;
	}

	.purchase_head img{
		max-width:420px;
		width:80%;
	}

	.purchase_head p{
		margin-bottom:30px;
	}

	.buy_flow{
		padding:70px 20px 120px;
	}

	.buy_flow .flow > div{
		padding:40px 30px;
	}

	.buy_flow .flow .flex{
		display:block;
	}

	.buy_flow .flow > div:nth-child(1){
		margin-top:70px;
	}

	.buy_flow .flow > div:nth-child(odd) .flex > div:nth-child(1){
		width:100%;
		padding-right:0;
	}

	.buy_flow .flow > div:nth-child(odd) .flex > div:nth-child(2){
		width:100%;
		text-align:center;
	}

	.buy_flow .flow > div:nth-child(even) .flex > div:nth-child(1){
		width:100%;
		padding-left:0;
	}

	.buy_flow .flow > div:nth-child(even) .flex > div:nth-child(2){
		width:100%;
		padding-bottom:0;
		text-align:center;
	}

	.buy_flow .flow img{
		display:block;
		margin:30px auto 0;
		max-width:480px;
		width:80%;
	}

	.buy_flow .flow h2{
		margin-bottom:20px;
	}

	.buy_flow div.tip{
		margin-top:40px;
	}

	.buy_bottom{
		padding:80px 20px 80px;
	}

	.buy_bottom .text{
		margin-top:80px;
	}


	.buy_bottom .flex{
		display:block;
	}

	.buy_bottom .flex > div{
		
	}

	.buy_bottom .flex > div:nth-child(1){
		width:100%;
		padding-right:0;
	}

	.buy_bottom .flex > div:nth-child(2){
		width:100%;
	}

	.buy_bottom .flex img{
		display:block;
		margin:30px auto 0;
		max-width:480px;
		width:80%;
	}

	.buy_bottom .text > div:nth-child(1){
		padding-bottom:50px;
	}

	.buy_bottom .text > div:nth-child(2){
		margin-bottom:40px;
	}

}

@media screen and (max-width:480px) {
	.purchase_head p{
		letter-spacing:0;
	}

	.buy_flow{
		padding:60px 20px 80px;
	}

	.buy_flow .flow > div{
		padding:30px 20px;
	}

	.buy_flow .flow p{
		letter-spacing: 0.0rem;
		line-height: 1.6rem;
	}

	.buy_flow .flow ul{
		margin:20px 0 20px;
	}


	.buy_flow .flow > div{
		margin-bottom:70px;
	}

	.buy_flow .flow > div:after{
		width:60px;
		height:26px;
		bottom: -50px;
	}

	.buy_flow p.no span{
		font-size:24px;
		width:40px;
		height:40px;
	}

	.buy_flow div.tip{
		padding:20px 20px 0px;
		margin-bottom:0;
	}

	.buy_bottom{
		padding:60px 20px;
	}

	.buy_bottom .flex h3{
	}

	.buy_bottom p{
		letter-spacing:0rem;
		line-height:1.6rem;
	}

	.buy_bottom .flex span{
		color:#E60012;
		font-weight:900;
	}

	.buy_bottom .text > div:nth-child(1){
		padding-bottom:30px;
		margin-bottom:30px;
	}

	.buy_bottom p.end{
		padding:20px;
		font-size:18px;
		font-weight:700;
		line-height:2.0rem;
	}

}

/*********************/
/* low_recruit      */
/*********************/
.recruit_head{
	text-align:center;
	margin:75px 0 0;
}

.recruit_head p{
	letter-spacing:0.1rem;
	line-height:1.95rem;
}

.recruit_head p.read{
	font-weight:900;
	font-size:24px;
	color:#E60012;
	letter-spacing: 0.15rem;
	line-height: 2.25rem;
	margin-bottom: 24px;
}

.recruit_point{
	padding:100px 20px 100px;
	margin-top:-60px;
}

.recruit_point .inner{
	max-width:1080px;
	margin:0 auto;
}

.recruit_point .flex{
	display:flex;
}

.recruit_point .flex > div{
	background:#fff;
	color:#000;
	width:calc(33.333% - (80px / 3));
	padding:45px 25px 55px;
}

.recruit_point .flex > div:nth-child(2){
	margin:0 40px;
}

.recruit_point h2{
	text-align:center;
	font-size:20px;
	font-weight:900;
	color:#E60012;
	letter-spacing: 0.1rem;
	margin-bottom: 13px;
}

.recruit_point p{
	letter-spacing: 0.08rem;
	line-height: 1.75rem;
	margin-bottom:0;
}

.recruit_job{
	background:#EDEDED;
	padding:80px 20px 40px;
}

.recruit_job .inner{
	max-width:960px;
	margin:0 auto;
}

.recruit_job .flex{
	display:flex;
	flex-wrap:wrap;
}

.recruit_job .flex > div{
	margin-bottom:50px;
}

.recruit_job .flex > div:nth-child(odd){
	width:34.375%;
}

.recruit_job .flex > div:nth-child(even){
	width:calc(100% - 34.375%);
	padding-left:65px;
}

.recruit_job h2{
	font-size:22px;
	font-weight:900;
	color:#E60012;
	letter-spacing: 0.1rem;
	margin-bottom: 5px;
}

.recruit_job p{
	letter-spacing: 0.08rem;
	line-height: 1.95rem;
	margin-bottom:0;
}

.recruit_job p.read{
	color:#022222;
	font-weight:900;
	margin-bottom:10px;
}

.recruit_message{
	padding:100px 20px 100px;
}

.recruit_message .inner{
	max-width:924px;
	margin:0 auto;
}

.recruit_message .box{
	margin-top:116px;
}

.recruit_message .box > div.flex:last-child{
	margin-bottom:40px;
	padding-bottom:0;
	border-bottom:0;
}

.recruit_message .flex{
	display:flex;
	padding-bottom:60px;
	margin-bottom:50px;
	border-bottom:solid 1px #707070;
}

.recruit_message .flex > div{

}

.recruit_message .flex > div:nth-child(1){
	width:35.598%;
}

.recruit_message .flex > div:nth-child(2){
	width:calc(100% - 35.598%);
	padding-left:62px;
	padding-right:0;
}


.recruit_message .box > div.flex:nth-child(odd) > div:nth-child(1){
	order:2;
}

.recruit_message .box > div.flex:nth-child(odd) > div:nth-child(2){
	order:1;
	padding-left:0;
	padding-right:62px;
}

.recruit_message .flex h2{
	font-size:20px;
	font-weight:900;
	color:#022222;
	letter-spacing: 0.1rem;
	margin-bottom:13px;
}

.recruit_message .flex h2:before{
	content:"●";
	display:inline-block;
	margin-right:10px;
	color:#E60012;
}

.recruit_message .flex p{
	letter-spacing: 0.08rem;
	line-height: 1.95rem;
	margin-bottom:20px;
}

.recruit_message .flex p:last-child{
	margin-bottom:0;
}

.recruit_detail{
	background:#EDEDED;
	padding:100px 20px 120px;
}

.recruit_detail .inner{
	background:#fff;
	max-width:1080px;
	margin:0 auto;
	padding:50px 20px 80px;
}

.recruit_detail .info_box{
	padding: 10px 20px 25px;
}

.recruit_detail .info_box ul li{
	line-height:1.95rem;
}

@media screen and (max-width:1000px) {
	.recruit_head{
		text-align:center;
		margin:40px 0 0;
	}

	.recruit_point .flex{
		display:block;
	}

	.recruit_point .flex > div{
		width:100%;
		padding:20px 20px 30px;
	}

	.recruit_point .flex > div:nth-child(2){
		margin:40px 0;
	}

	.recruit_job .flex > div:nth-child(even){
		padding-left:35px;
	}

	.recruit_message .flex{
		padding-bottom: 40px;
	}

	.recruit_message .flex > div:nth-child(2){
		padding-left:30px;
	}

	.recruit_message .box > div.flex:nth-child(odd) > div:nth-child(2){
		padding-right:30px;
	}
}

@media screen and (max-width:480px) {
	.recruit_point{
		margin-top:0;
	}

	.recruit_head p{
		line-height:1.6rem;
		letter-spacing: 0rem;
		margin-bottom:0;
	}

	.recruit_head p.read{
		font-size:18px;
		line-height: 1.95rem;
	}

	.recruit_point h2{
		font-size:18px;
	}

	.recruit_point{
		padding:50px 20px 50px;
	}

	.recruit_point p{
		line-height:1.6rem;
		letter-spacing: 0rem;
	}

	.recruit_job .flex > div:nth-child(odd){
		width:100%;
		margin-bottom:20px;

	}

	.recruit_job .flex > div:nth-child(even){
		width:100%;
		padding-left:0px;
		margin-bottom:50px;
	}

	.recruit_job .flex > div:last-child{
		margin-bottom:20px;
	}

	.recruit_job .flex img{
		width:80%;
		display:block;
		margin:0 auto;
	}

	.recruit_job h2{
		font-size:20px;
		font-weight:700;
	}

	.recruit_job p{
		line-height:1.6rem;
		letter-spacing: 0rem;
	}

	.recruit_job p.read{
		font-weight:700;
	}

	.recruit_message{
		padding: 60px 20px 40px;
	}

	.recruit_message .box{
		margin-top:70px;
	}

	.recruit_message .flex{
		display:block;
		margin-bottom:40px;
	}

	.recruit_message .flex > div:nth-child(2){
		padding-left:0;
	}

	.recruit_message .box > div.flex:nth-child(odd) > div:nth-child(2){
		padding-right:0;
	}

	.recruit_message .flex > div:nth-child(1){
		width:100%;
	}

	.recruit_message .flex > div:nth-child(2){
		width:100%;
	}

	.recruit_message .flex img{
		display:block;
		width:80%;
		margin:0 auto 20px;
	}

	.recruit_message .flex h2{
		font-size:18px;
		font-weight:700;
	}

	.recruit_message .flex h2:before{
		margin-right:5px;
	}

	.recruit_message .flex p{
		line-height: 1.6rem;
		letter-spacing: 0rem;
	}

	.recruit_detail{
		padding:60px 20px 60px;
	}

	.recruit_detail .inner{
		padding-bottom:40px;
	}

	.recruit_detail .info_box{
		padding:10px 0 30px;
	}

	.recruit_detail .info_box ul li{
		line-height: 1.6rem;
		letter-spacing: 0;
	}
}


/*********************/
/* low_privacy      */
/*********************/
.privacy_box{
	max-width:960px;
	margin:80px auto 60px;
}

.privacy_head{
	margin-bottom:40px;
}

.privacy_head p{
	line-height: 2.1rem;
	letter-spacing: 0.08rem;
}

.privacy_box li{
	padding-bottom:10px;
	margin-bottom:30px;

	border-bottom:solid 1px #b7b7b7;
}

.privacy_box li p{
	line-height: 2.1rem;
	letter-spacing: 0.08rem;
}

.privacy_box li > p:nth-child(1){
	font-weight:900;
	font-size:18px;
	color:#E60012;
	margin-bottom: 10px;
}

.privacy_box li > p:nth-child(1) span{
	color: #fff;
	display: inline-block;
	position: relative;
	left: -18px;
}

.privacy_box li > p:nth-child(1) span:before{
	content: "";
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #E60012;
	position: relative;
	top: 5px;
	left: 18px;
	z-index: -1;
}

.privacy_box li span.small{
	font-size:16px;
	font-weight:900;
	color:#E60012;
}

.privacy_box li > ul li{
	border-bottom:none;
	margin-bottom:0;
	padding:0;
	line-height: 2.1rem;
	letter-spacing: 0.08rem;
}

.privacy_box li > ul{
	margin-bottom:20px;
}

.privacy_box li > ul li:before{
	content: "";
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #E60012;
	position: relative;
	top: -4px;
	margin-right: 10px;
}

.privacy_bottom{
	border:solid 3px #E60012;
	padding:30px 20px;
	max-width:480px;
	text-align:center;
	margin:0 auto;
	line-height: 1.95rem;
	letter-spacing: 0.08rem;
}

.privacy_bottom span{
	font-size:18px;
	font-weight:900;
}

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

}

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

	.privacy_box{
		margin-top:40px;
	}

	.privacy_head p,
	.privacy_box li p,
	.privacy_box li > ul li,
	.privacy_bottom{
		line-height: 1.6rem;
		letter-spacing: 0rem;
	}

	.privacy_box li > p:nth-child(1) span{
		left: -14px;
	}

	.privacy_box li > p:nth-child(1) span:before{
		top:6px;
		left:18px;
	}

}



/*********************/
/* 404 Not Found     */
/*********************/
.not_found{
	margin:80px 0 60px;
	text-align:center;
}

/*****************/
/* contact       */
/*****************/
div.contact_head{
	text-align:center;
	margin:60px auto 90px;
	max-width: 900px;

}

div.contact_info{
	border:solid 2px #FF0404;
	padding:40px 30px;
	margin-bottom:40px;
}

div.contact_info p{
	letter-spacing:0.1rem;
	line-height:1.95rem;
	margin-bottom:0;
}

#content div.contact_info a.link{
	border-bottom: solid 2px #FF0404;
	display: inline-block;
	margin: 10px auto 20px;
}

#content div.contact_info p.tel a{
	font-size:36px;
	display:block;
	margin-top:20px;
}

@media screen and (max-width:480px) {
	div.contact_info{
		padding:30px 20px;
	}

	div.contact_info p{
		line-height: 1.6rem;
		letter-spacing: 0rem;
	}

	#content div.contact_info p.tel a{
		font-size: 28px;
	}

	div.contact_head{
		margin-top: 40px;
		margin-bottom:30px;
	}
}


/*form------------------------------------------------------------------------------------*/
div.form_box{
	max-width: 900px;
	margin: 0 auto;
}

div.form .p_link{
	margin-top: -35px;
}

div.form .p_link a{
	text-align: center;
	display:block;
	text-decoration: underline;
	color: #055bff;
}

div.form_box p{
	font-weight: 700;
	font-size: 16px;
	color:#333333;
	margin-bottom:35px;
	letter-spacing:0.1rem;
	line-height:1.95rem;
}

div.form_box p span.text-red{
	color: #fff;
	background: #C20606;
	padding: 4px 13px;
	font-size:14px;
	font-weight:700;
	display: inline-block;
	margin-left: 20px;
	line-height: 1.4em;
	border-radius: 5px;
}

div.form_box input{
	margin: 15px 0 10px;
	padding: 10px 20px;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 10px;
	-moz-radius: 10px;
	-webkit-radius: 10px;
	-o-radius: 10px;
	-ms-radius: 10px;

	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	width: 100%;
	-webkit-appearance: none; 
}

div.form_box input::-webkit-input-placeholder {
	color:#8A8A8A;
}

div.form_box input:-moz-placeholder {
	color:#8A8A8A;
}

div.form_box input::-moz-placeholder {
	color:#8A8A8A;
}

div.form_box input:-ms-input-placeholder {
	color:#8A8A8A;
}

.mw_wp_form .error{
	margin-bottom:30px;
}

/*radio----------*/
div.radio_box{
	margin:20px 0 40px;
}

.mw_wp_form_confirm div.radio_box {
	margin:-30px 0 30px;
}

input[type=radio].radio_btn_item{
	display: none;
}

.mwform-checkbox-field label, .mwform-radio-field label {
	display: block;
	margin: 10px;
}

.radio_btn_item + span {
	padding-left: 40px;
	display: inline-block;
	position: relative;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin:0;
}

.radio_btn_item + span::after,
.radio_btn_item + span::before {
border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}

.radio_btn_item + span::before {
	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	left: 0;
	top: 0px;
	height: 25px;
	width: 25px;
	background: #fff;
}

.radio_btn_item + span::after{
	background: #EE1C23;
	height: 13px;
	left: 6px;
	opacity: 0;
	top: 6px;
	width: 13px;
}

.radio_btn_item:checked + span::after {
	opacity: 1;
}
/*textarea--------------*/
div.form_box textarea{
	padding:10px 15px;
	border: 2px #CBCBCB solid;
	-moz-border: 2px #CBCBCB solid;
	-webkit-border: 2px #CBCBCB solid;
	-o-border: 2px #CBCBCB solid;
	-ms-border: 2px #CBCBCB solid;
	width: 100%;
	border-radius: 10px;
	-moz-radius: 10px;
	-webkit-radius: 10px;
	-o-radius: 10px;
	-ms-radius: 10px;
	-webkit-appearance: none;
	margin: 15px 0 20px;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-family: inherit;
}

div.form_box textarea::-webkit-input-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

div.form_box textarea:-moz-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

div.form_box textarea::-moz-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

div.form_box textarea:-ms-input-placeholder {
	color:#8A8A8A;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-size: 18px;
}
/*checkbox-----------------------*/
.form_box input[type=checkbox].check_btn_item{
display: none;
}

.form_box .mwform-checkbox-field{
	display: block;
	text-align: center;
}

.form_box .mwform-checkbox-field label {
display: inline-block;
}

.form_box .check_btn_item + span {
padding-left: 38px;
display: inline-block;
position: relative;
}

.form_box .check_btn_item + span::after,
.form_box .check_btn_item + span::before {
content: '';
display: block;
position: absolute;
top: 0;
}
.form_box .check_btn_item + span::before {
left: 0;
height: 25px;
width: 25px;
background: #fff;
border: 1px #CBCBCB solid;
}
.form_box .check_btn_item + span::after{
border: none;
border-right: 5px solid #EE1C23;
border-bottom: 5px solid #EE1C23;
height: 17px;
left: 6px;
opacity: 0;
top: 2px;
transform: rotate(45deg);
width: 11px;
}
.form_box .check_btn_item:checked + span::after {
opacity: 1;
}

/*submit-----------------------*/
div.form_box input[type="submit"],
div.form_box button[type="submit"]{
	border: 0;
	-moz-border: 0;
	-webkit-border: 0;
	-o-border: 0;
	-ms-border: 0;
	width: 100%;
	border-radius: 0px;
	-moz-radius: 0px;
	-webkit-radius: 0px;
	-o-radius: 0px;
	-ms-radius: 0px;
	padding:30px;
	background:#040404;
	color:#fff;
	max-width:640px;
	margin:50px auto 20px;
	display:block;
	font-size:20px;
}

div.form_box input[type="submit"]:hover,
div.form_box button[type="submit"]:hover{
	opacity:0.75;
}

div.form_box input[type="submit"] + button[type="submit"]{
	margin-top:50px;
}


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

	div.low_head.contact{
		background: url("img/contact/sp_head.jpg");
	}

	div.form p.p_link{
		margin-top: -20px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:780px) {
	div.form_box{
		margin: 0px -20px;
		padding:30px 25px;
		border-radius:0
	}

	div.form_box p{
		font-size:16px;
		font-weight:500;
		margin-bottom:20px;
	}

	div.form_box input[type="submit"],
	div.form_box button[type="submit"]{
		padding:10px;
	}

	.mwform-checkbox-field label, .mwform-radio-field label{
		margin:8px 0;
	}

	div.radio_box{
		margin:20px 0;
	}

	div.form_box textarea{
		line-height:1.5em;
	}

	.mw_wp_form_confirm div.radio_box{
		margin:-20px 0 30px;
	}
}

/*select-----------------------*/
div.form_box select{
	color:#000;
	margin: 10px 0 30px;
	padding: 10px 20px;
	font-size: 18px;
	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	width: 100%;
	-webkit-appearance: none; 
	border-radius: 5px;
	background:#fff;
	appearance: none; /* デフォルトの矢印を消す */
	max-width: 400px;
	display: block;
}
select:focus {
  outline: none; /* focus 時のデフォルトの枠線を消す */
}
::-ms-expand {
  display: none;  /* IE 対応( select のデフォルト矢印を消す) */
}

div.radio_area .error{
	margin-top:0 !important;
}


/*form------------------------------------------------------------------------------------*/
