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

body{
	background:#CBE6FA;
}
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 */  


.home .site-body {
  padding: 3.5rem 0 4rem;
  max-width: 100%;
  margin: auto;
}
.site-body {
  padding: 3.5rem 0 4rem;
  max-width: 1200px;
  margin: auto;
}

/*header*/
#site-header-container{
  max-width: 100%;
}
.site-header-logo {
  padding-top: 0.5rem;
}
.site-header-logo img{
	min-width:160px;
}

.site-header{
	position:relative;
	padding:15px 0 0;
	background-color: #CBE6FA;
}

.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: -webkit-linear-gradient(180deg, #DA2894 10%, #8D39CE 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(180deg, #DA2894 10%, #8D39CE 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(180deg, #DA2894 10%, #8D39CE 90%); /* IE10 */
  background:      -o-linear-gradient(180deg, #DA2894 10%, #8D39CE 90%); /* Opera 11.10+ */
  background:         linear-gradient(180deg, #DA2894 10%, #8D39CE 90%);
}

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

.device-pc .global-nav-list > li > a {
  padding: 8px 1.5em;
}

.pc_only{
	display:block;
}
.smp_only{
	display:none;
}

/*mainphoto*/
.mainphoto_txt{
	width: 26vw;
	max-width:520px;
	margin: 1.0vw auto 0;
}
.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:#2D3C7C;
	text-align:center;
	margin:0 auto 100px;
}
a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.global-nav-list > li::before{
	border:none;
}
/*
.global-nav-list > li a{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.global-nav-list > li a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
*/

.top_today_kaitori {
  margin-bottom: 80px;
}

.top_today_kaitori h2{
  border:none;
  position:relative;
  margin-bottom: 60px;
}
.top_today_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_today_kaitori .top_today_kaitori_inner {
  display: flex;
  justify-content: center;
}

.top_today_kaitori .top_today_kaitori_inner .box {
  width: 46%;
  margin: 0 2%;
}

.top_today_kaitori .top_today_kaitori_inner .box h3 {
  margin-bottom: 10px;
  padding: 10px 0;
  border: none;
  background: #f4009c;
  color: #fff;
  text-align: center;
}

.top_today_kaitori .top_today_kaitori_inner .box h3::after {
  content: none;
}

.top_today_kaitori .top_today_kaitori_inner .box:nth-child(2) h3 {
    background: #2693cc;
}

.top_today_kaitori .top_today_kaitori_inner .box p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #2D3C7C;
}

.top_about_service{
	margin:0 auto 100px;
}
.top_about_service h2{
	border:none;
	position:relative;
}
.top_about_service 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_about {
  background: url(https://neoclutch.com/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;
}
.top_about p{
	position: absolute;
  top: 6.5vw;
  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;
padding:0;
}
.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;
}




.flow{
	margin:0 auto 100px;
	max-width:1200px;
}
.flow h2{
	border:none;
	position:relative;
}
.flow 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);
}

.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 {
  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 h3{
	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 h3 img , .flow_area h3 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 #CCCCCC solid;
	border-top:1px #CCCCCC 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;
	max-width:1750px;
}
.top_reason h2{
	border:none;
	position:relative;
}
.top_reason 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_reason_inner{
	max-width:1750px;
	margin:auto;
	width:96%;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding:0;
}
.top_reason_inner li{
	width:31%;
	text-align:center;
}

.top_reason_inner li img{
	padding:0 0 15px;
}
.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;
}
.u-fade-type-marker {
    background:url(https://neoclutch.com/wp-content/themes/lightning-child/img/bg_jisseki_txt.jpg) center 60% repeat-x;
    padding-bottom: 0;
	text-align:center;
	margin:40px auto 0;
	font-size:1.2em;
	display: table;
	background-size: 40px;
}

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

.top_faq{
	margin:0 auto 100px;
	max-width:1200px;
}
.top_faq h2{
	border:none;
	position:relative;
}
.top_faq 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);
}

.faq_area{
	margin:27px auto 0;
	padding:0 0 27px;
	max-width:1200px;
	border-bottom:1px #fff 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://neoclutch.com/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://neoclutch.com/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;
}
/*プライバシーポリシー*/
.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;
}
.info_com td {
  padding: 15px 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--vk-color-border-hr);
}

.breadcrumb .container {
  max-width: 1200px;
}


.wp-block-group{
	max-width:1200px;
	margin:auto;
}
.site-body-bottom{
	display:none; /*ウィジェットフッター上部 */
}

.widget_nav_menu > div > ul li.current_page_item > a{
	background-color:inherit;
}
.widget_nav_menu > div > ul li a:hover{
	background-color:inherit;
}

.footer-nav{
	margin:0 0 20px;
}
.site-footer .container{
	max-width:1200px;
	margin:auto;
}
.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;
}
.home .sub-section{
	display:none;/*top検索窓が出てる */
}
@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;
}

.top_about p{
    font-size: 1.2vw;
	top: 8vw;
}



.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;
}
	.header_contact{
		display:none;
	}
	
.top_about p {
  font-size: 1.5vw;
  top: 9.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;
}



}


@media only screen and ( max-width : 768px ) {
	
.vk-mobile-nav-open .wp-block-heading{
	margin:0 auto 20px !important;
}
.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;
}
	
.top_about_service , .flow , .top_reason , .top_kaitori , .top_faq , .home .wp-block-latest-posts{
  max-width: 96%;
  margin:0 auto 50px;
}

.site-header {
  padding: 5px 0;
}
.site-header-logo img {
width: 200px;
}

.vk-mobile-nav .home h2 , .vk-mobile-nav h2{
  margin: 0 auto 20px;
}
.pc_main{
	display:none;
}
.smp_main{
	display:block;
}

.home h2 {
  font-size: 1.5rem;
  margin: 0 auto 50px;
}
.top_blog_news {
  margin: 0 auto 40px;
}
.site-header{
	box-shadow: none;
}
.ltg-slide-text-set {
  position: relative;
  top: initial;
  left: initial;
  transform: inherit;
  width: 100%;
}
.ltg-slide-item-img , .ltg-slide picture img{
	display:none;
}

.mainphoto_txt {
  width: 100%;
  max-width: 520px;
}
.swiper, swiper-container{
	overflow:initial;
}
.top_about {
  background: url(https://neoclutch.com/wp-content/themes/lightning-child/img/bg_top_service.jpg) no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: inherit;
  position: relative;
  min-height: 50vw;
  max-width: 1200px;
  margin: 0 auto 50px;
  position: relative;
  height: auto;
  width: 100%;
}
.top_about p img {
  width: 25vw;
}
.top_about p {
  font-size: 4.5vw;
  top: 0;
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
.service_detail{
	display:block;
}
.service_detail_left , .service_detail_right{
	width:100%;
	padding:20px 0;
	height: auto;
}
.service_detail_paidy, .service_detail_neo{
	width:96%;
	margin:auto;
}
.top_reason_inner{
	display:block;
	width:100%;
}
.top_reason_inner li{
	width:100%;
	margin:0 0 30px;
}
.flow_area{
	padding:20px;
	display: block;
}
.flow_right, .flow_left {
  width: 100%;
}
.flow_left {
  margin: 10px 0 0;
}
.top_kaitori_inner {
  margin: 0 auto 20px;
}
.u-fade-type-marker.is-active {
  transition: all 1.0s ease;
  background-position: bottom;
}
.u-fade-type-marker{
	background: linear-gradient(transparent 70%, #FFD5F0 0%);
display: inline;
padding: 10px 2px 0px;
}
.textwidget{
	padding:0 10px;
}
.site-footer{
	margin: 0 0 15vw;
}
/* =追跡ボタン
----------------------------------------------- */
.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%;
}
}