html{
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-family: sans-serif;
}
body{
	counter-reset: reason_number flow_number question_number;
}
#wrapper{
	width: 100%;
	height: 100%;
	/* min-width: 760px; */
	overflow: hidden;
}
.container{
	width: 1200px;
	/* min-width: 760px; */
	margin: 0 auto;
	position: relative;
}
:root{
	--red:#ff0026;
	--yellow:#FFD800;
	--line: #00ba01;
	--blue: #00A6FF;
}
@font-face {
	font-family: Archivo Black;
	src: url('../fonts/ArchivoBlack-Regular.ttf') format("truetype");
}
/* -------------------------------------------------------- 共通クラス -------------------------------------------------------- */
.sp_only{display: none;}
.vertical_name{
	position: absolute;
	top: 0;
	left: 100%;
	white-space: nowrap;
	font-size: 86px;
	text-shadow: 2px 2px #efefef,-2px 2px #efefef,2px -2px #efefef,-2px -2px #efefef;
	color: #efefef;
	transform: rotate(90deg);
	transform-origin: left bottom;
	padding-bottom: 10px;
}
.vertical_name .bigtxt{
	text-shadow: 2px 2px #efefef,-2px 2px #efefef,2px -2px #efefef,-2px -2px #efefef;
}
section.section_top{
	padding-top: 100px;
}
.section{
	padding: 90px 0;
}
.section_plus{
	padding: 120px 0 90px;
}
h1.pagetitle,
h2,
.other_case h3{
	font-size: 42px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
}
h1.pagetitle{
	margin-bottom: 50px;
}
.title{
	font-size: 46px;
	text-shadow: 1px 1px #333,-1px 1px #333,1px -1px #333,-1px -1px #333;
}
.titleback{
	position: absolute;
	color: #f4f4f4;
	font-family: 'Archivo Black', sans-serif;
	z-index: -1;
	font-size: 90px;
	top: -50px;
	left: 60%;
}
.font1{
	font-family: 'Archivo Black', sans-serif;
}
.font2{
	font-family:'arial', sans-serif; 
}
.flex{
	display: flex;
}
.flex_between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_around{
	display: flex;
	justify-content: space-around;
}
.flex_column{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.flex_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_align{
	display: flex;
	align-items: center;
}
.arrow{
	transform: rotate(-45deg);
	transition: .3s all;
}
a.hover .arrow{
	transform: rotate(0) scale(1.3, 1.2);
}
.before,
.after{
	position: relative;
}
.before::before,
.after::after{
	position: absolute;
	content: '';
	display: block;
}
.bigtxt{font-size: 1.6em;text-shadow: none;}
.btn a{
	display: block;
	padding: 15px 30px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
}
.btn i{
	margin-left: 10px;
}
.btn i.fa-envelope{
	margin-right: 10px;
}
.content{
	padding-top: 10px;
}
/* -------------------------------------------------------- 共通クラス -------------------------------------------------------- */

/* -------------------------------------------------------- header -------------------------------------------------------- */
.header_top{
	height: 110px;
}
.header_top h1{
	position: relative;
	width: 680px;
}
.header_top h1 > div{
	display: flex;
	align-items: center;
	height: 87px;
}
.header_top h1 span{
	vertical-align: middle;
}
.header_top h1 .title{
	font-size: 50px;
	letter-spacing: 1px;
	color: #ff0026;
	text-shadow: 1px 1px #ff0026,-1px 1px #ff0026,1px -1px #ff0026,-1px -1px #ff0026;
}
.header_top h1 .title .bigtxt{
	vertical-align: -2px;
}
.header_top h1 .small{
	font-size: 14px;
	position: absolute;
	left: 400px;
}
.header_top h1 .small.one{top:30px;}
.header_top h1 .small.two{top:50px;}
.header_cta{
	align-items: flex-end;
}
.header_cta.tel{
	width: 280px;
	margin-left: auto;
}
.header_cta.tel i{
	font-size: 52px;
	margin-right: 8px;
}
.header_cta .tel_inner{
	font-size: 12px;
}
.header_cta .tel_inner p:first-of-type{
	padding-left: 15px;
}
.header_cta .tel_inner strong{
	font-size: 30px;
	color: #ff0026;
	white-space: nowrap;
}
.header_cta.line{
	margin-top: 5px;
	height: 40px;
	background: #00ba01;
}
.header_cta.line a{
	height: 40px;
	padding: 0 20px 0 10px;
	display: block;
}
.header_cta.line a .inner{
	vertical-align: 7px;
}
.header_cta.line img{
	width: 40px;
}
.header_cta.line .inner *{
	color: #fff;
	font-weight: bold;
}
.header_cta.line .inner span{
	margin: 0 10px;
	letter-spacing: 0.3px;
}
nav{
	background: #FFD800;
}
nav ul{
	height: 50px;
}
nav ul li{
	text-align: center;
	width: calc(100% / 7);
	height: 100%;
	border-right: 2px solid #ff0026;
	border-left: 2px solid #ff0026;
}
nav ul li + li{
	border-right: 2px solid #ff0026;
	border-left: none;

}
nav ul li a{
	display: block;
	line-height: 50px;
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	background: transparent;
	z-index: 1;
	transition: .3s all;
}
nav ul li a.before::before,
nav ul li a.after::after{
	width: 0;
	height: 100%;
	background: #ff0026;
	top: 0;
	transform: skewX(-30deg);
	z-index: -1;
	transition: .3s all;
	border-top: 2px solid #ff0026;
	border-bottom: 2px solid #ff0026;
}
nav ul li a.before::before{
	left: 49%;
}
nav ul li a.after::after{
	right: 49%;
}
nav ul li a.hover{
	color: #fff;
}
nav ul li a.hover::before,
nav ul li a.hover::after{
	width: 60%;
}
#slider{
	width: 100%;
	height: 500px;
	position: relative;
}
.slider_bg{
	animation: bganim 13.5s ease infinite;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 400px; 
}
@keyframes bganim{
	0%{background: #00A6FF;}
	5.925%{background: #ff0026;}
	33.3333%{background: #ff0026;}
	35.2592%{background: green;}
	66.6666%{background: green;}
	72.592%{background: #00A6FF;}
	100%{background: #00A6FF;}
}
#slider .container > img{
	width: auto;
	height: 500px;
	position: absolute;
	top: 0;
	left: -112px;
	z-index: 100;
}
#slider ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 3600px;
	height: 500px;
}
#slider ul li{
	position: relative;
	z-index: 1;
	float: left;
}
#slider ul li img{
	width: 1200px;
	height: 500px;
}
.center{
	text-align: center;
}
/* -------------------------------------------------------- header -------------------------------------------------------- */

/* -------------------------------------------------------- topmain -------------------------------------------------------- */
h2 span::before,
h2 span::after{
	width: 2px;
	height: 90%;
	background: #333;
	top: 5%;
	z-index: 10;
}
h2 span::before{
	left: -50px;
	transform: rotate(-30deg);
	box-shadow: 1px 1px #ff0026,-1px 1px #ff0026,1px -1px #FFD800,-1px -1px #FFD800;
}
h2 span::after{
	right: -50px;
	transform: rotate(30deg);
	box-shadow: 1px 1px #ff0026,-1px 1px #ff0026,1px -1px #FFD800,-1px -1px #FFD800;
}
#top1 .content .topimg_box{
	width: 350px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 30px;
	height: auto;
	padding: 30px 50px 0 60px;
	background: #6eabe1;
	
}
#top1 .content .topimg_box img{
	width: 100%;
	height: auto;
}
.reason li{
	padding-left: 70px;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
}
.reason li + li{
	margin-top: 25px;
}
.reason li::before{
	counter-increment: reason_number;
	content: counter(reason_number);
	top: 50%;
	left: 0;
	transform: translateY(-50%) skew(-20deg);
	font-family: 'Archivo Black', sans-serif;
	color: #FFD800;
	font-size: 40px;
	text-shadow: 2px 2px 2px #ff0026,-2px 2px 2px #ff0026,2px -2px 2px #ff0026,-2px -2px 2px #ff0026;
}
.reason li span.inner{
	font-size: 1.3em;
	color: #ff0026;
}
section.archive .flex_between{
	align-items: stretch;
	flex-wrap: wrap;
}
.archive article{
	width: 31%;
	height: 100%;
	transition: .5s all;
}
.archive article a{
	color: #333;
}
.archive article figure img{
	width: 100%;
	height: auto;
}
#top2.archive article figure figcaption h3{
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
#top2.archive article figure figcaption h3.buy{
	color: #fff;
	background: #ff0026;
}
#top2.archive article figure figcaption h3.sell{
	background: #FFD800;
}
.voice_info{
	padding: 20px 15px 0;
	height: 338px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.archive .voice_info p + p{
	margin-top: 10px;
	font-size: 14px;
	align-items: flex-end;
	padding-right: 100px;
}
.archive .voice_info p + p + p{
	padding-right: 93px;
}
.voice_info p .inner{
	margin-right: 20px;
	margin-left: 0;
}
.voice_info p .bigtxt{
	font-size: 1.8em;
	font-weight: bold;
	color: #ff0026;
	margin-right: 5px;
	margin-left: auto;
}
.voice{
	background: #eee;
	padding: 20px;
	margin: 20px -15px 0;
	height: 200px;
	border-left: 10px solid #ccc;
}
.voice::after{
	color: #fff;
	font-size: 26px;
	font-family:"FontAwesome";
}
.voice::after{
	content: '\f10e';
	right: 10px;
	top: 5px;
}
#top3{
	background: #fff7cc;
}
#top3 .titleback{
	color:#fff099;
}
#top3 h3{
	text-align: center;
	font-size: 26px;
}
#top3 .content{
	padding-top: 20px;
}
.section_price .common {
	background: #fff099;
	width: 900px;
	margin: 0 auto;
	padding: 30px;
	z-index: 10;
	position: relative;
	box-shadow: -3px 3px 3px #eee;
}
.section_price .common table{
	margin: 10px auto 0;
}
.section_price .common table th{
	padding: 0 15px;
	text-align: left;
}
.section_price .common table td{
	padding: 5px 10px;
	line-height: 30px;
}
.section_price .common table td + td{
	text-align: right;
}
.section_price .flex_center > p{
	margin-top: 50px;
	font-weight: bold;
}
.box{
	margin: 30px 40px 0;
	background: #fff099;
	padding: 30px;
	box-shadow: -3px 3px 3px #eee;
}
.box p{
	margin-top: 20px;
	text-align: center;
}
.common + p{
	text-align: right;
	font-size: 14px;
	padding-right: 150px;
	padding-top: 5px;
}
.option.common{
	margin-top: 20px;
	width: 900px;
}
.mark{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	margin-top: 15px;
}
#top4{background: #f0f0f0;}
#top4 .titleback{color: #e0e0e0;}
.topflow.width1{width: 23%;}
.topflow.width2{width: 31.5%;margin-top: 30px;}
.topflow.width3{width: 48.5%;margin-top: 30px;}
.topflow.width1 img{width: 256px; height:170.656px;}
.topflow.width2 img{width: 358px; height:238.656px;}
.topflow.width3 img{width: 562px; height:374.656px;}
.topflow{
	background: #fff;
	padding: 20px 10px;
	transition: .3s all;
}
.topflow.hover{
	box-shadow: 3px 3px 3px #ccc,-3px 3px 3px #ccc,3px -3px 3px #ccc, -3px -3px 3px #ccc;
}
.topflow::before{
	counter-increment: flow_number;
	content: counter(flow_number);
	z-index: 2;
	top: 5px;
	left:10px;
	font-size: 16px;
	font-weight: bold;
}
.topflow::after{
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 25px solid #FFD800;
	border-left: 25px solid #FFD800;
	top: 0;
	left: 0;
	z-index: 1;
}
.topflow h3{
	text-align: center;
	font-size: 18px;
}
.topflow img{width: 100%; height: auto; margin: 5px 0 10px;}
.topflow .inner{
	margin-top: auto;
	margin-bottom: auto;
}
.topqa{
	width: 600px;
	margin: 0 auto;
}
.question{
	padding-left: 80px;
	height: 51px;
	line-height: 50px;
	border-bottom: 1px solid #333;
	cursor: pointer;
	position: relative;
}
.question::before{
	top: 0;
	left: 0;
	counter-increment: question_number;
	content: 'Q'counter(question_number);
	width: 50px;
	height: 50px;
	background: #eee;
	display: block;
	text-align: center;
}
.question span{
	display: block;
	width: 50px;
	height: 50px;
	background: #eee;
	position: absolute;
	top: 0;
	right: 0;
}
.question span::before,
.question span::after{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .6s all;
	transform-origin: top left;
}
.question span::before{
	width: 2px;
	height: 40%;
	background: #fff;
}
.question span::after{
	width: 40%;
	height: 2px;
	background: #fff;
}
.question.hover span::before,
.question.hover span::after{
	background: #999;
}
.question.open span::before,
.question.open span::after{
	transform: rotate(-45deg) translate(-50%,-50%);
	background: #999;
}
.answer{
	display: none;
	padding: 10px 50px 20px 80px;
	border-bottom: 1px solid #ff0026;
}
.answer::before{
	top: 0;
	left: 0;
	color: #ff0026;
	content: 'A';
	width: 50px;
	height: 100%;
	background: #eee;
	display: block;
	text-align: center;
	line-height: 50px;
}
.answer a{
	color: #333;
	text-decoration: underline;
}
.btn1 a{
	width: 300px;
	margin-top: 40px;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
}
#sale1 .content{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#sale1 .content > p{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.sale_inner{
	align-items: flex-start;
	margin-top: 60px;
}
.sale_inner .item{
	width: 23.5%;
	border: 3px solid #FFD800;
}
.sale_inner .item h2{
	font-size: 26px;
	margin-bottom: 0;
	padding: 10px 0;
	background: #eee;
}
.sale_inner .item .item_inner{
	padding: 10px;
	height: 170px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.item_inner p:first-of-type{
	margin-bottom: 20px;
}
.item_inner strong{
	font-size: 26px;
	color: #FFD800;
	text-shadow: 2px 2px 2px #ff0026,-2px 2px 2px #ff0026,2px -2px 2px #ff0026,-2px -2px 2px #ff0026;
}
/* -------------------------------------------------------- topmain -------------------------------------------------------- */

/* -------------------------------------------------------- pagemain -------------------------------------------------------- */
.breadclumb{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 12px;
	width: 100%;
}
.breadclumb span + span{
	margin-left: 10px;
} 
.breadclumb span a{
	color: #333;
}
.breadclumb span a:active{
	color: #333;
}
.breadclumb span::before,
.breadclumb span::after{
	bottom: -10px;
	width: 0;
	height: 1px;
	background: #333;
	transition: .3s all;
}
.breadclumb span::before{left: 50%;}
.breadclumb span::after{right: 50%;}
.breadclumb span.hover::before,
.breadclumb span.hover::after{
	width: 50%;
}
h1.pagetitle span::before,
h1.pagetitle span::after{
	width: 2px;
	height: 90%;
	background: #333;
	top: 5%;
	z-index: 10;
}
h1.pagetitle span::before{
	left: -50px;
	transform: rotate(-30deg);
	box-shadow: 1px 1px #ff0026,-1px 1px #ff0026,1px -1px #FFD800,-1px -1px #FFD800;
}
h1.pagetitle span::after{
	right: -50px;
	transform: rotate(30deg);
	box-shadow: 1px 1px #ff0026,-1px 1px #ff0026,1px -1px #FFD800,-1px -1px #FFD800;
}
.archive .flex_wrap{
	align-items: stretch;
	justify-content: flex-start;
}
#archive1.archive article{
	position: relative;
	transition: .5s all;
}
#archive1.archive .label{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
#archive1.archive .label.buy{
	background: #ff0026;
	color: #fff;
}
#archive1.archive .label.sell{
	background: #FFD800;
	color: #333;
}
#archive1.archive article{
	margin-left: 3.5%;
}
#archive1.archive article:nth-of-type(3n + 1){
	margin-left: 0;
}
#archive1.archive article figure figcaption h2{
	text-align: center;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 0;
}
#archive1.archive article figure figcaption h2.buy{
	background: #ff0026;
	color: #fff;
}
#archive1.archive article figure figcaption h2.sell{
	background: rgba(255,216,0,.7);
	color: #333;
}
.archive article + article + article + article{
	margin-top: 50px;
}
.archive article.hover{
	box-shadow: 3px 3px 3px #ddd,-3px 3px 3px #ddd,3px -3px 3px #ddd, -3px -3px 3px #ddd;
}
.pagenation{
	margin-top: 50px;
}
.pagenation .page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagenation .page-numbers span,
.pagenation li a{
	display: block;
	padding: 5px 15px;
	background: #FFD800;
	color: #333;
	transition: .3s all;
}
.pagenation li.hover a{
	background: #ff0026;
	color: #fff;
}
.pagenation li + li{
	border-left: 2px solid #fff;
}
#price1 h2{
	text-align: center;
	font-size: 26px;
	margin-bottom: 0;
}
#price1 h3 {
	text-align: center;
	font-size: 26px;
}
#price1 .common{
	width: 900px;
}
#price1 .mark{
	margin-top: 0;
}
#flow1 .content{
	width: 600px;
	margin: 0 auto;
}
.flownumber{
	margin-left: 50px;
	width: 550px;
	padding: 10px 0 10px 20px;
	border-left: 2px solid #ddd;
}
.flownumber + .flownumber{
	margin-top: 40px;
}
.flownumber::before{
	counter-increment: flow_number;
	content: counter(flow_number);
	display: block;
	top: 10px;
	left: -60px;
	font-family: 'Archivo Black', sans-serif;
	font-size: 56px;
	text-shadow: 2px 2px 2px #ff0026,-2px 2px 2px #ff0026,2px -2px 2px #ff0026,-2px -2px 2px #ff0026;
	transform: skew(-20deg);
	color: #FFD800;
}
.flownumber dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.flownumber img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.pageqa{
	width: 800px;
	margin: 0 auto;
}
#price1 .box{
	margin-bottom: 20px;
}
#price1 .flex_center > p{
	margin-bottom: 30px;
}
#price1 .option.common{
	margin-top: 30px;
}
#contact1 .container > .content{
	width: 800px;
	margin: 0 auto;
}
#contact1 .container form{
	position: relative;
}
#contact1 .content table{
	width: 800px;
}
#contact1 .content table th{
	width: 180px;
	text-align: left;
	border-right: 1px solid #eee;
}
#contact1 .content table th,
#contact1 .content table td{
	padding: 15px 0;
	position: relative;
}
#contact1 .content table td:first-of-type{
	width: 100px;
	text-align: center;
	border-right: 1px solid #eee;
}
#contact1 .content table td span.red{
	color: #ff0026;
	font-size: 14px;
}
#contact1 .content table td:last-of-type{
	width: calc(100% - 280px);
	padding-left: 40px;
}
#contact1 .content table input,
#contact1 .content table textarea{
	width: 100%;
	font-size: 16px;
	padding: 5px;
	line-height: 24px;
}
#contact1 .content table input[type=radio]{
	width: 20px;
}
.submit_wrap{
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.submit_wrap input{
	width: 150px;
	height: 50px;
	border: 1px solid #ff0026;
	background: #ff0026;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0;
	cursor: pointer;
	transition: .3s all;
	color: #fff;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 14px !important;
}
div.wpcf7-validation-errors.wpcf7-response-output{
	position: absolute;
	bottom: -55px;
	left:0;
	font-size: 14px;
	border: none;
	color: #ff0026;
	width: 100%;
	text-align: center;
}
.ajax-loader{
	position: absolute;
	top: 50%;
	left: 62%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
}
#nothing p{
	text-align: center;
	font-size: 20px;
}
/* -------------------------------------------------------- pagemain -------------------------------------------------------- */

/* -------------------------------------------------------- singlemain -------------------------------------------------------- */
.single_intro{
	width: 1000px;
	margin: 0 auto;
	align-items: flex-start;
}
.eyecatch{
	width: 60%;
	padding-right: 20px;
}
.eyecatch img{
	width: 100%;
}
.title_box{
	width: 40%;
	padding-left: 20px;
}
.title_box .single_cat{
	width: 100px;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.title_box .single_cat.buy{
	background: #ff0026;
	color: #fff;
}
.title_box .single_cat.sell{
	background: #FFD800;
}
.title_box h1{
	font-size: 26px;
	line-height: 35px;
	margin-top: 30px;
}
.title_box p.name span.inner{
	width: calc(100% - 75px);
	font-size: 16px;
	font-weight: bold;
}
.title_box h2{
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}
.title_box .time{
	margin-top: 40px;
	font-size: 14px;
}
.title_box .time time{
	margin-left: 20px;
}
.title_box .voice_info{
	padding: 0;
	height: auto;
}
.title_box .voice_info p{
	margin-top: 20px;
	font-size: 16px;
	align-items: flex-end;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 50px 10px 10px;

}
.title_box .voice_info p + p{
	margin-top: 0;
	border-top: none;
	padding-right: 43px;
}
.title_box .voice_info p .bigtxt {
	margin-right: 15px;
}
.voice h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.section_single .voice{
	margin: 70px auto 40px;
	height: auto;
	width: 1000px;
	padding: 20px 30px;
}
.car_img{
	margin-top: 40px;
	justify-content: flex-start;
}
.img_inner{
	width: 23%;
	height: auto;
	margin-top: 30px;
	margin-left: calc(7.999% / 3);
}
.img_inner:nth-of-type(4n + 1){
	margin-left: 0;
}
.img_inner img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.other_case h3{
	font-size: 36px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
}
.other_case h3 span::before,
.other_case h3 span::after{
	width: 2px;
	height: 90%;
	background: #333;
	top: 5%;
	z-index: 10;
}
.other_case h3 span::before{
	left: -50px;
	transform: rotate(-30deg);
	box-shadow: 1px 1px #ff0026,-1px 1px #ff0026,1px -1px #FFD800,-1px -1px #FFD800;
}
.other_case h3 span::after{
	right: -50px;
	transform: rotate(30deg);
	box-shadow: 1px 1px #ff0026,-1px 1px #ff0026,1px -1px #FFD800,-1px -1px #FFD800;
}
.other_case article{
	width: 24%;
	height: auto;
	position: relative;
	transition: .5s all;
}
.other_case article + article{
	margin-left: 1%;
}
.other_case article figure img{
	width: 100%;
	height: auto;
}
.other_case .label{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.other_case .label.buy{
	background: #ff0026;
	color: #fff;
}
.other_case .label.sell{
	background: #FFD800;
	color: #333;
}
.other_case article figure figcaption h4{
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	margin-bottom: 0;
}
.other_case article figure figcaption h4.buy{
	background: #ff0026;
	color: #fff;
}
.other_case article figure figcaption h4.sell{
	background: rgba(255,216,0,.7);
	color: #333;
}
.other_case article.hover{
	box-shadow: 3px 3px 3px #ccc,-3px 3px 3px #ccc,3px -3px 3px #ccc, -3px -3px 3px #ccc;
}
/* -------------------------------------------------------- singlemain -------------------------------------------------------- */

/* -------------------------------------------------------- footer -------------------------------------------------------- */
#contact{
	background: url('../img/contact_bg2.jpg') center;
	background-size: cover;
	color: #fff;
}
#contact::before{
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: .5;
}
#contact .titleback{
	z-index: 0;
	color: #fff;
	opacity: .2;
	left: 54%;
}
#contact p.center{
	font-size: 14px;
}
#contact .flex_center{
	margin: 10px 0 40px;
}
#contact .flex_center i{
	margin-right: 20px;
	font-size: 42px;
}
#contact .flex_center strong{
	font-size: 42px;
	letter-spacing: .3px;
}
.btn2{margin-left:auto;margin-right: 30px;}
.btn3{margin-right: auto;margin-left:30px;}
.btn2 a{
	background: #FFD800;
	color: #333;
	width: 300px;
}
.btn3 a{
	background: #00ba01;
	width: 300px;
	color: #fff;
}
.btn3 img{
	height: 24px;
	margin-right: 10px;
}
#guide{
	padding: 0;
	background: #fff7cc;
}
.map{
	width: 35%;
	height: 430px;
}
.map iframe{
	width: 100%;
	height: 100%;
}
.about{
	width: 65%;
	padding-top: 40px;
}
.about h2{
	margin-bottom: 10px;
}
.about h2 .titleback{
	left: 54%;
	color: #fff099;
}
.about .flex_center{
	align-items: stretch;
}
.about table:last-of-type{
	margin-top: 110px;
	margin-left: -60px;
}
.about table th{
	text-align: right;
	padding: 3px 10px 0;
}
.about table td{
	text-align: left;
	padding: 5px 10px 0;
}
.copyright{
	padding: 40px 0 20px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
/* -------------------------------------------------------- footer -------------------------------------------------------- */
