/*
Theme Name: lightning-child
Version: 15.12.1
Template: lightning
*/

body{
	background:#D90000;
}
li{
	list-style-type:none;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

a:hover , a:hover img{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home .site-body {
    padding: 3.5rem 2rem 4rem;
    max-width: 100%;
    background:inherit;
    margin: 0 auto 100px;
    min-height: 350px;
  }

/*header*/
#site-header-container{
  max-width: 100%;
}
.site-header-logo {
  padding-top: 0.5rem;
}
.site-header-logo img{
	min-width:160px;
}
 .site-header--layout--nav-float .site-header-logo {
    width: auto;
  }
.site-header{
	position:relative;
	padding:15px 0 0;
	background-color: #302C3D;
}

.header_contact{
	position:absolute;
	right:0;
	top:0;
	
}
.header_scrolled .header_contact{
	display:none;
}
.header_scrolled .site-header-container{
	padding:0 0 15px;
}
.header_contact p{
	float:left;
	margin:0 0 0 10px;
}
.header_contact p:first-of-type{
	margin:8px 0 0 0;
}
.purchase_application{
	padding:5px 30px;
	background:#FFC13A;
}

.purchase_application a{
	color:#302C3D;
	font-size:1.2em;
	font-weight:600;
	text-decoration: none;
}
.purchase_application a::after{
content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(https://www.speedclutch.biz/wp-content/themes/lightning-child/img/ico_kaitori.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 5px 1vw;
}

.global-nav-list > li {
  margin: 0 10px;
}
.device-pc .global-nav-list > li > a {
  padding: 8px 0.5em;
  color:#fff;
}
.header_scrolled .global-nav-list > li > a {
  padding: 8px 1.5em;
  color:#000;
}
.global-nav-list > li::before{
	border-bottom:1px #FFC13A solid;
}
#site-header-container #menu-item-93{
	display:none;
}

.global-nav-list li::last-child {
	display:none;
}
.pc_only{
	display:block;
}
.smp_only{
	display:none;
}

/*mainphoto*/
.mainphoto_txt{
	width: 26vw;
	max-width:520px;
	margin: 1.5vw auto 0;
}

.ltg-slide-text-set {
  position: absolute;
  bottom: 0.2vw;
  right: 50%;
  width: 28vw;
  right: calc((100% - 45vw)/2);
  top: auto;
  left: auto;
  transform: inherit;
}

.btn_slider a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.btn_slider a:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
.pc_main{
	display:block;
}
.smp_main{
	display:none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1200px;
}
.container{
	max-width:100%;
	padding:0;
}


h2{
	color:#fff;
	text-align:center;
	margin:0 auto 100px;
	font-size:2.2rem;
	
}


.top_about_service{
	margin:0 auto;
}
.top_about_service h2 {
	border:none;
	position:relative;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin:0 auto 50px;
}
.top_about_service h2::before {
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% + 250px);
}
.top_about_service h2::after {
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 250px);
}

.top_about {
  background: url(https://www.speedclutch.biz/wp-content/themes/lightning-child/img/bg_top_service.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  position: relative;
  /*min-height: 22vw;*/
  max-width: 1200px;
  margin: 0 auto 50px;
  position: relative;
  height: 18vw;
  width: 70vw;
}
.top_about p{
	position: absolute;
  top: 6.8vw;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align:center;
  text-shadow: 0px 2px 2px white, 3px 3px 10em white, 2px 1px 0.1em white;
  font-size: 1.2em;
width: max-content;

}
.top_about p img{
	max-width:180px;
}

.service_detail{
	width:100%;
	margin:0 auto 100px;
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: stretch;
}
.service_detail_left{
	background:#F4009C;
	width:50%;
	color:#fff;
	position:relative;
	height: 28vw;
}
.service_detail_right{
	background:#2693FF;
	width:50%;
	color:#fff;
	position:relative;
	min-height: 22vw;
}
.service_detail_paidy , .service_detail_neo{
	width: 82%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.service_detail_paidy h3, .service_detail_neo h3{
	text-align:center;
	border:none;
}
.service_detail_paidy h3:after, .service_detail_neo h3:after{
	border: none;
}
.service_detail_paidy ul, .service_detail_neo ul{
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.service_detail_paidy ul li, .service_detail_neo ul li{
	list-style-type:none;
	margin:0 10px;
}
.service_detail_paidy ul li img, .service_detail_neo ul li img{
	max-width:280px;
}



.veu_socialSet{
	display:none;
}



.flow{
	margin:0 auto 100px;
	max-width:1200px;
}
.flow h2 {
	border:none;
	position:relative;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin:0 auto 50px;
}
.flow h2::before {
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% + 150px);
}
.flow h2::after {
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 150px);
}

.row-reverse {
  flex-flow: row-reverse;
}
.flow_area {
  margin: 0 auto 50px;
  max-width: 1200px;
  background: #fff;
  border: 1px #5778BB solid;
  box-sizing: border-box;
  padding: 50px 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.flow_right {
  width: 42.3%;
}
.flow_left {
  width: 49.5%;
}
.flow_left h3 , .step02{
	color:#F3009B;
}
.flow_left h3 img , .step02 img{
	padding: 0 5px 0 0;
  width: 100px;
  vertical-align: bottom;
}
.flow_left h4 {
  color: #2C3B7B;
  font-size: 1.3rem;
  border-bottom: 1px #2C3B7B solid;
  margin: 0 0 25px;
  padding: 0 0 5px;
  font-weight: 600;
  background-color: #fff;
  border-radius: inherit;
}
.flow_area h4{
	background-color:#fff;
	color: #2C3B7B;
  font-size: 1.3rem;
  border-bottom: 1px #2C3B7B solid;
  margin: 0 0 25px;
  padding: 0 0 5px;
  font-weight: 600;
  background-color: #fff;
  border-radius: inherit;
}
.flow_left h4 img , .flow_area h4 img{
  vertical-align: bottom;
  padding: 0 20px 0 0;
}
.flow_left h5 {
  font-size: 1.0rem;
}

.flow_area_txt01 {
	text-align:center;
	margin:35px auto;
	padding:5px 0;
	border-bottom:1px #DDDDDD solid;
	border-top:1px #DDDDDD solid;
}
.flow_area_txt02 {
  margin: 25px 0 0;
  font-weight: bold;
  color:#001A66;
}
.flow_area_txt03 {
	background:#FA45AE;
	color:#fff;
	font-weight:600;
	padding:10px;
}
.flow_area_txt04 {
	background:#02B1B3;
	color:#fff;
	font-weight:600;
	padding:10px;
}
.flow_area_txt05 {
	text-align:center;
}

.apple_exclusive{
	margin:0 0 50px;
}
.apple_exclusiveLeft{
	float:left;
	width:33.7%;
}
.apple_exclusiveRight{
	float:right;
	width:57.8%;
}


.top_reason{
	margin:0 auto 100px;
}
.top_reason h3{
	margin:0 0 40px;
	border:none;
	text-align:center;
	border: none;
}
.top_reason h3 img{
	margin:auto;
}
.top_reason h3::after{
	ontent: "";
	border: none;
}

.top_reason p{
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	margin:0 0 50px;
}



.top_reason_inner{
	max-width:2550px;
	margin:auto;
	width:100%;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding:0;
}
.top_reason_inner dl{
	width:25%;
	text-align:center;
	padding:20px;
}
.top_reason_inner dl:nth-of-type(1){
	background:#F4009C;
}
.top_reason_inner dl:nth-of-type(2){
	background:#2693FF;
}
.top_reason_inner dl:nth-of-type(3){
	background:#9326FF;
}
.top_reason_inner dl:nth-of-type(4){
	background:#2DB200;
}

.top_reason_inner dl dt{
	padding:0 0 15px;
	color:#fff;
}
.top_reason_inner dl dt h4{
	background-color: inherit;
	margin:0;
}
.top_reason_inner dl dt img{
	padding:15px 0 0;
}
.top_reason_inner dl dd{
	text-align:left;
	color:#fff;
}


.top_genkin{
	margin:0 auto 100px;
}
.top_genkin h2{
	border:none;
	position:relative;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.top_genkin h2::before{
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% + 320px);
}
.top_genkin h2::after{
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 320px);
}

.top_genkin_inner{
	max-width:920px;
	margin:0 auto 50px;
}
.top_genkin_inner p{
	color:#fff;
}
.top_genkin_commission{
	background:#8C0000;
	padding:120px 30px 30px;
	box-sizing:border-box;
	max-width: 920px;
  margin: auto;
  -moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
}
.top_genkin_commission h3{
	position:relative;
	margin:0 auto 20px;
	border:none;
	text-align:center;
	color:#fff;
}
.top_genkin_commission h3::before{
position: absolute;
  content: '';
  top: -60px;
  left:50%;
  display: block;
  width: 71px;/*幅*/
  height: 71px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(https://www.speedclutch.biz/wp-content/themes/lightning-child/img/img_top_genkin02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  border:none;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.top_genkin_commission h3::after{
	border:none;
}
.top_genkin_commission p{
	background: #fff;
  padding: 20px;
  margin: 0;
}
.top_genkin_innertxt01{
	text-align:center;
}
/* single marker */
.u-fade-type-marker {
    background: linear-gradient(to right, transparent 50%,  rgba(255, 170, 0, 0.9) 50%);
    background: linear-gradient(to right, transparent 50%, rgba(255, 170, 0, 0.9) 50%);
    background-repeat: repeat-x;
    background-size: 200% .6em;
    background-position: 0 .6em;
    padding-bottom: .6em;
}

.u-fade-type-marker.is-active{
    transition: all 1.2s ease;
    background-position: -100% .6em;
}

.top_kaitori{
	margin:0 auto 100px;
	max-width:1200px;
}
.top_kaitori h2{
	border:none;
	position:relative;
}
.top_kaitori h2::after {
content:"";
   display:block;
   width:140px;
   height:3px;
   background-color:#2D3C7C;
   position:absolute;
   bottom:-10px;
   transform: translateY(-50%) translateX(-50%);
   -webkit- transform: translateY(-50%) translateX(-50%);
left: calc((100% - 0px)/2);
}
.top_kaitori_inner{
	max-width:1200px;
	margin:auto;
	width:100%;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding:0;
}
.top_kaitori_inner li{
	width:31%;
	text-align:center;
}
.top_kaitori_inner li img{
	padding:0 0 15px;
}
.top_kaitori_inner li span{
	color:#D80000;
	font-size:1.2em;
	padding:5px 0 0;
}

.top_ato{
	margin:0 auto 100px;
}

.top_ato h2{
	border:none;
	position:relative;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 0 auto 50px;
}
.top_ato h2::before{
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% + 260px);
}
.top_ato h2::after{
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 260px);
}
.top_ato_inner{
	margin:0 auto 100px;
	max-width:1200px;
	background:#fff;
	padding:30px;
box-sizing:border-box;
}
.top_ato_inner h3{
	margin:0 auto 30px;
}
.top_ato_inner p{
	margin:0 auto 60px;
}
.top_ato_txt01{
	margin:0 auto 50px;
	max-width:1200px;
}


.top_faq{
	margin:0 auto 100px;
}

.top_faq h2{
	border:none;
	position:relative;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 0 auto 50px;
}
.top_faq h2::before{
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% + 140px);
}
.top_faq h2::after{
content: '';
  width: 137px;
  height: 3px;
  display: inline-block;
  background-color: #FFC13A;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 140px);
}

.top_faq_inner{
	margin:0 auto 100px;
	max-width:1200px;
	background:#fff;
	padding:30px;
	 -moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
box-sizing:border-box;
}

.faq_area{
	margin:27px auto 0;
	padding:0 0 27px;
	max-width:90%;
	border-bottom:1px #ccc dotted;
}

.faq_area h3{
	color:#F3009B;
	font-size:1.2rem;
	margin:0 0 15px;
	position:relative;
	padding:0 0 0 55px;
	border:none;
}
.faq_area h3::after{
	display:none;
}
.faq_area h3::before {
content: "";
display: block;
width: 41px;
height: 41px;
position: absolute;
margin: auto;
left: 0;
top:-5px;
background:url(https://www.speedclutch.biz/wp-content/themes/lightning-child/img/ico_faq01.jpg) no-repeat;
}

.faq_area p{
	color:#006CD8;
	margin:0 0 0 50px;
	position:relative;
	padding:0 0 0 55px;
}
.faq_area p::before {
content: "";
display: block;
width: 41px;
height: 41px;
position: absolute;
margin: auto;
left: 0;
top:-5px;
background:url(https://www.speedclutch.biz/wp-content/themes/lightning-child/img/ico_faq02.jpg) no-repeat;
}

.top_blog_news{
	margin:0 auto 100px;
	max-width:1200px;
}
.top_blog_news h2{
	border:none;
	position:relative;
}
.top_blog_news h2::after {
content:"";
   display:block;
   width:140px;
   height:3px;
   background-color:#2D3C7C;
   position:absolute;
   bottom:-10px;
   transform: translateY(-50%) translateX(-50%);
   -webkit- transform: translateY(-50%) translateX(-50%);
left: calc((100% - 0px)/2);
}
.top_blog_news table{
	width:100%;
	margin:0 0 10px;
	padding:10px 0 0;
	border-bottom:1px #fff dotted;
}
.wp-block-group{
	max-width:1200px;
	margin:auto;
}
.site-body-bottom{
	display:none; /*ウィジェットフッター上部 */
}

.site-footer{
	background:#302C3D;
	color:#fff;
	border-top:#D9A300;
}

.site-footer .container{
	max-width:1200px;
	margin:auto;
}
.site-footer .container a{
	color:#fff;
}
.footer-nav-list li:first-child , .footer-nav-list li{
	border-left:1px #fff solid;
}
.footer-nav{
	border-bottom:1px #fff solid;
	margin:0 0 15px;
}
.site-footer-content{
}
.site-footer-title{
  position: relative;
  border-bottom: 1px solid #fff;
  background: 0 0;
  padding: 0 0 .5em;
  border-radius: 0;
  color:#FFBF00;
}
.site-footer-title::after{
  border-bottom: 1px solid #FFBF00;
}
.site-footer-content .textwidget{
	color:#fff;
}
.site-footer-content .menu li{
	border-bottom:1px #fff solid;
}
.site-footer-content .menu a{
	color:#fff;
}
.site-footer-copyright p:nth-of-type(2){
	display:none;
}
.wp-block-group .wp-block-spacer{
	height:auto;
}
.home .wp-block-latest-posts{
	max-width:1200px;
	margin:auto;
}
.home .wp-block-latest-posts__featured-image{
	max-width: 150px;
margin: 0 20px 0 0;
display:inline-block;
vertical-align: middle;
}
.home .wp-block-latest-posts li > a{
	display:inline-block;
}

/*下層*/
.page-header{
	background:none;
}
 .site-body {
    padding: 3.5rem 2rem 4rem;
    max-width: 1200px;
    background: #fff;
    margin: 0 auto 100px;
    min-height: 350px;
  }
.breadcrumb {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin:20px auto;
  color:#fff;
  max-width: 1200px;
}
.breadcrumb-list{
	max-width:1200px;
	margin:auto;
}
.breadcrumb-list li a{
	color:#fff;
}
.breadcrumb-list li::after {
  content: "/";
  margin-left: .5em;
  margin-right: .5em;
  color: #fff;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  color: #fff;
}

/*プライバシーポリシー*/
.kiyaku_info{
  max-width: 1200px;
  margin: auto;
}
.kiyaku_info h6 {
  margin: 0 0 30px 0;
}
.kiyaku_info .section_unit {
  margin: 30px 0;
}
.kiyaku_info .section_unit h3 {
  border-bottom: 1px dotted #aaa;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: .5em;
  margin-bottom: 20px;
}
.kiyaku_info .section_unit h3:after{
	border:none;
}
.kiyaku_info .section_unit ul, .kiyaku_info .section_unit ol {
  margin: 1em 1.5em;
  padding: 0;
}
.kiyaku_info .disc li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.orderList li{
	list-style-type:decimal;
}

/*会社概要*/
.info_com {
    max-width: 1200px;
    margin: auto;
    border: none;
}
.info_com th {
    padding: 15px 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--vk-color-border-hr);
    width: 14%;
    text-align: left;
    font-weight: inherit;
	text-align:left;
}
.info_com td {
    padding: 15px 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--vk-color-border-hr);
}
.sp_subtit{
	display:none;
}
@media only screen and ( max-width : 1430px ) {
.purchase_application {
padding: 2px 30px;
}
.purchase_application a{
font-size:1.2vw;
}
.header_contact p:first-of-type img{
width: 28vw;
}
.global-nav-list > li .global-nav-name {
font-size: 1vw;
}
.device-pc .global-nav-list > li > a {
padding: 14px 1.0em;
}




.service_detail_left{
	height: 45vw;
}
.service_detail_right{
	height: 45vw;
}
.service_detail_paidy ul li img, .service_detail_neo ul li img{
	max-width:16vw;
}
}
@media only screen and ( max-width : 990px ) {
	.pc_only{
	display:none;
}
.smp_only{
	display:block;
}
.site-body {
  padding: 2.5rem 1rem 2.5rem;
  width:92%;
}
	.header_contact{
		display:none;
	}
	
.top_about p {
  font-size: 1.5vw;
  top: 7.5vw;
}
	
.service_detail_left{

	position:relative;
	height: auto;
}
.service_detail_right{

	position:relative;
	min-height: auto;
}
.service_detail_paidy , .service_detail_neo{
	width: 90%;
position:inherit;
top:inherit;
left:inherit;
transform:;
-webkit-transform: inherit;
-ms-transform: inherit;
}
.service_detail_paidy ul, .service_detail_neo ul{
	display:block;
}
.service_detail_paidy ul li img, .service_detail_neo ul li img{
	max-width:100%;
	display: block;
margin: auto;
text-align: center;
}
.top_reason_inner{
	flex-wrap: wrap;
}
.top_reason_inner dl{
	width:50%;
}
.flow_area{
	display: block;
	width:100%;
}
.flow_left{
	width:100%;
}
.flow_right{
	width:100%;
	margin:0 0 20px;
}


}


@media only screen and ( max-width : 768px ) {
	
.home .site-body {
  padding: 1rem 0 0;
  width:92%;
  margin: 0 auto 50px;
}
.site-body {
    padding: 1rem;
    width: 92%;
	margin: 0 auto 50px;
  }
.site-header {
  padding: 5px 0;
}
.site-header-logo img {
width: 200px;
}

.pc_main{
	display:none;
}
.smp_main{
	display:block;
}
.btn_slider{
	width:90%;
	margin:auto;
}
#menu-item-93{
	display:block;
}

.ltg-slide-text-set {
  position: relative;
  top: initial;
  left: initial;
  right:auto;
  transform: inherit;
  width: 100%;
}
.ltg-slide-item-img , .ltg-slide picture img{
	display:none;
}

.mainphoto_txt {
  width: 100%;
  max-width: 520px;
  margin:0 auto;
}
.swiper, swiper-container{
	overflow:initial;
}
.top_about{
	height: 20vw;
  width: 100%;
}
.top_about p img {
  width: 18vw;
}
.top_about p {
  font-size: 2.5vw;
  top: 9.5vw;
}
.top_about_service h2 , .top_genkin h2 , .flow h2 , .top_faq h2{
	margin: 0 auto 20px;
	line-height:120%;
}

.top_about_service h2::before, .top_about_service h2::after , .top_genkin h2::before, .top_genkin h2::after , .flow h2::before, .flow h2::after , .top_faq h2::before, .top_faq h2::after{
	display:none;
}
.top_reason h3 , .top_reason p{
	margin: 0 auto 20px;
}
.top_faq , .top_faq_inner{
	margin: 0 auto 20px;
}

.top_reason , .top_genkin , .flow , .top_faq{
	margin: 0 auto 50px;
}

.top_reason_inner dl{
	width:100%;
	margin:0;
}
.flow_area{
	padding:20px;
}
.site-footer{
	padding:10px;
}
.site-footer .container {
  margin: 0 auto 50px;
}
.footer-nav-list li:first-child , .footer-nav-list li{
	border:none;
}

.vk-mobile-nav-open .purchase_application {
  padding: 2px 0;
}
.vk-mobile-nav-open .purchase_application a {
  font-size: 15px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.sp_subtit{
	display:block;
}

.grecaptcha-badge{
	bottom:55px;
}
.page_top_btn{
	bottom:90px;
}

/* =追跡ボタン
----------------------------------------------- */
.footer_fixed_btn_sp {
    bottom: -1000px;
    position: absolute;
    width: 100%;
	text-align:center;
    margin: 0 auto 0;
    padding: 0;
    line-height: 1;
    z-index: 100;
	transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
	background: rgba(255, 255, 255, 0.7);
}
/* Fixed */
.footer_fixed_btn_sp.fixed {
    margin-top: 0;
    bottom: 0!important;
    position: fixed;
    padding: 0;
    height: auto;
	width:100%;
    transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
}
.footer_fixed_btn_sp .inner {
  width: 100%;
  padding: 5px;
}
.footer_fixed_btn_sp ul {
  font-size: 0;
  text-align: center;
  padding:0;
  margin:auto;
}
.footer_fixed_btn_sp ul li {
  font-size: 15px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
}