/*
Theme Name: Switch Master
Description:
Theme URI: 
Author: Switch Master
Author URI: Switch Master
Version: 1
License:
License URI: 
*/


html{
	marign: 0!important;
	padding: 0;
}


:root {
    --basic-blue: #09A9D2;
    --basic-red: #FF453A;
    --basic-lgrey: #707070;
	--basic-font-size: 16px;
	--basic-font-color: #434343;
	--font-family: "Noto Sans JP", serif;
	--font-family-en: "Poppins", sans-serif;
	--icon-marginright: .7em;
}

body{
	margin: 0;
	padding: 0;
	font-size: var(--basic-font-size);
	line-height: 1.7;
	color: var(--basic-font-color);
	font-family: var(--font-family);
}



*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;	
}

a{
	color: var(--basic-blue);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

[class^="flx-"], 
[class*=" flx-"] { 
  display: flex;
}

[class^="flx-"] a, 
[class*=" flx-"] a{ 
  text-decoration: none;
}

/*.bg-blue{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/sweep-master/images/bg-blue.jpg);
}*/

.bg-lgrey{
	background-color: #fafafa;
}

.ttl-1{
	font-size: clamp(25px, 3vw, 30px);
	border-bottom: solid 2px var(--basic-blue);
	margin: 0 0 40px 0;
	position: relative;
	padding: 0 0 10px 0;
	color: #000;
}


.ttl-1:before{
    content: "";
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/ttl-mark.svg);
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    margin-right: 15px;
} 


.ttl-1:after{
	content: "";
	background-color: var(--basic-red);
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	display: block;
	left: 0;

}

.ttl-2{
	font-size: clamp(21px, 2.5vw, 24px);
	margin: 0 0 20px 0;
}


.ttl-2:before{
    content: "";
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/sign-plus.svg);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    margin-right: 10px;
} 

.ttl-3{
	font-weight: bold;
	margin: 0 0 15px 0;
}

.ttl-3:before{
	content: "";
	background-color: #03C755;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.ttl-4{
	font-size: clamp(28px, 4vw, 32px);
	font-weight: bold;
	margin: 0 0 30px 0;
	line-height: 1.3;
}

.ttl-4 span{
	font-size: clamp(32px, 4.1vw, 40px);
	color: #FF453A;
}

.ttl-5{
	font-size: clamp(28px, 4vw, 32px);
	color: #000;
	margin: 0 0 30px 0;
	text-align: center;
	font-weight: bold;
}

.ttl-6{
	font-size: clamp(21px, 3vw, 26px);
	color: var(--basic-red);
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.cf:before,
.cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.row{
	padding: 70px 0;
}

.row-big{
	padding: 90px 0;
}

.row-btm{
	padding: 0 0 70px 0;
}

.row-fst{
	padding: 40px 0 70px 0;
}

.section-fst{
	margin: 40px 0 0 0;
}


.section{
	margin: 70px 0 0 0;
}

.section-sml{
	margin: 40px 0 0 0;
}

.wrap{
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1240px
}

.wrap-sml{
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1040px
}

.wrap-exsml{
	padding: 0 20px;
	margin: 0 auto;
	max-width: 840px
}

.linkbtn a {
    color: #fff;
    padding: 0 40px;
    display: block;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    line-height: 44px;
    font-size: 14px;
    background-color: var(--basic-blue);
}

.cta{
	width: 300px;
	margin: 30px auto 0 auto;
	text-align: center;
}

.cards .cta a,
.cta a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px;
	background-color: var(--basic-blue);
	border-radius: 35px;
	font-weight: bold;
}

.cta a span{
	display: inline-block;
}

.cta a:hover{
	background-color: var(--basic-red);
}

.ft-nav-ttl:before,
.cta a span:after{
	content: "";
	display: inline-block;
	background-image: url(images/sign-plus.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.cta a span:after{
	width: 14px;
	height: 14px;
	vertical-align: baseline;
	margin-left: 15px;
}

.cta a span:after{
	content: "";
}

.cta a:hover span:after{
	filter: invert(30%) sepia(80%) saturate(2000%) hue-rotate(170deg) brightness(100%) contrast(100%);
}

.top-hero .cta {
	max-width: 400px;
	width: 100%;
	margin-top: 50px;
}


.top-hero .cta a{
	background-color: var(--basic-red);
}

.top-hero .cta a:hover{
	background-color: var(--basic-blue);
}

.top-hero .cta a span:after{
	filter: invert(30%) sepia(80%) saturate(2000%) hue-rotate(170deg) brightness(100%) contrast(100%);
}

.top-hero .cta a:hover span:after{
	filter: none;
}


header{
	padding: 15px 0;
}

.cmp-logo img,
.bp-img img,
.access-wrap img,
.howto img,
[class^="flx-"] img, 
[class*=" flx-"] img,
.cards img,
.post-type-archive img,
.logo img{
	width: 100%;
	height: auto;
	display: block;
}

.logo{
	max-width: 170px;
}

.hd-inner .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hd-menu ul{
	marign: 0;
	padding: 0;
	list-style: none;
}


.hd-menu ul{
	display: flex;
	gap: 22px;
	align-items: center;
}

.hd-menu ul li a{
	text-decoration: none;
	color: initial;
	font-size: 14px;
	position: relative;
	padding: 5px 0;
}

.hd-menu ul li.linkbtn a {
	background-color: var(--basic-red);
	color: #fff;
	padding: 0 30px;
}


.hd-menu ul li a:after{
	content: "";
	width: 0;
	background-color: var(--basic-blue);
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hd-menu ul li.linkbtn a:after{
	display: none;
}

.hd-menu ul li.current-menu-item a:after,
.hd-menu ul li.linkbtn a:hover{
	background-color: var(--basic-blue);
}

.hero{
	animation: .8s ease-in-out .1s fadein forwards;
	opacity: 0;
}

.hero img{
    width: 100%;
    height: auto;
    display: block;
}

.menu-trigger{
    display: none;
    z-index: 10;
    width: 44px;
}

.menu-trigger .menu-icon {
    width: 100%;
    display: block;
    height: 36px;
    position: relative;
}

.menu-trigger .menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--basic-blue);
    position: absolute;
    top: 10px;
    left: 0;
    right:  0;
    width: 70%;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.menu-trigger .menu-icon span.first {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}


.menu-trigger .menu-icon span.last {
    top: 21px;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.nav-open  .menu-trigger .menu-icon span.first {
    -moz-transform: translate3d(6px,0,0) rotate(45deg);
    -o-transform: translate3d(6px,0,0) rotate(45deg);
    -ms-transform: translate3d(6px,0,0) rotate(45deg);
    -webkit-transform: translate3d(6px,0,0) rotate(45deg);
    transform: translate3d(6px,0,0) rotate(45deg);
}


.nav-open  .menu-trigger .menu-icon span.last {
    top: 10px;
    left: 2px;
    -moz-transform: translate3d(-6px,0,0) rotate(-45deg);
    -o-transform: translate3d(-6px,0,0) rotate(-45deg);
    -ms-transform: translate3d(-6px,0,0) rotate(-45deg);
    -webkit-transform: translate3d(-6px,0,0) rotate(-45deg);
    transform: translate3d(-6px,0,0) rotate(-45deg);
}


.pgttl {
	background-color: var(--basic-blue);
	color: #fff;
	height: 350px;
	font-weight: bold;
	margin: 0;
	opacity: 0;
	animation: .8s ease-in-out pgttl forwards;
	background-image: url(images/bg-switch.png);
	background-position: right 30px bottom;
	background-size: 52% auto;
	background-repeat: no-repeat;
}

.pgttl .wrap{
	position: relative;
	height: 100%;
}

.pgttl-inner{
	padding-left: 90px;
	width: 100%;
	position:absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

.pgttl-inner:before{
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/sign-plus.svg);
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
} 

.pgttl h1{
	font-size: clamp(29px, 3vw, 38px);
	margin: 0;
}

.pgttl h1 span{
	display: block;
	font-size: clamp(16px, 1.5vw, 18px);
}


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

.flexbox{
    display: flex;
    gap: 40px 20px;
    flex-wrap: wrap;
}

.flx-3>div{
    width: calc((100% - 40px)/3);
}

.flx-4>div{
    width: calc((100% - 60px)/4);
}

.flx-5>div{
    width: calc((100% - 80px)/5);
}

.cards a{
    display: block;
    text-decoration: none;
    color: initial;
}

.cards .flexbox a:hover{
	opacity: .75;
}

.card-ttl{
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--basic-font-color);
}

.card-text-sml{
	font-size: 14px;
	color: #616161;
	line-height: 1.5;
}

.str-icon{
	width: 14px!important;
	height: auto;
	display: inline-block!important;
	vertical-align: middle;
	margin-right: 3px;
}

.ro-top img{
	width: 40%;
	margin: 0 40px 0 0;
}

.ro-top-text{
	flex:1;
}

.ro-top-text ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.ro-top-text ul li{
	padding-left: 30px;
	margin: 0 0 10px 0;
}

.ro-top-text ul li:before{
	content: "";
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/tick.png);
	background-size: 100% auto;
	vertical-align: middle;
	display: inline-block;
    margin: 0 10px 0 -30px;
}

.ro-tbl table{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #eee;
	table-layout: fixed;
}

.ro-tbl table thead{
	background-color: #F7F7F7;
}

.ro-tbl table td,
.ro-tbl table th{
	border: solid 1px #eee;
	padding: 10px;
	line-height: 1.3;
	text-align: center;
}

#shoplist h2{
	margin-top: 100px;
}

#shoplist .flexbox img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.ro-btns{
	max-width: 800px;
	margin: auto;
	display: flex;
	gap: 40px 40px;
	flex-wrap: wrap;
}

.ro-btns>div{
	width: calc((100% - 40px)/2);
}

.ro-btns a{
	border-radius: 20px;
	display: block;
	background-color: #F7F7F7;
	border: solid 1px #E2E2E2;
	padding: 30px 50px 30px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	position: relative;
}

.ro-btns a:hover{
	background-color: var(--basic-blue);
    color: #fff;
}


.ro-btns a:after{
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/sign-plus.svg);
    width: 20px;
    height: 20px;
}

.faq-wrap>div{
	border-bottom: dashed 2px #dcdcdc;
}

.faq-wrap>div p{
	margin: 0;
	padding: 0;
}

.faq-q,
.faq-a{
	padding: 0 0 0 40px;
	position: relative;
}

.faq-q{
	font-weight: bold;
	font-size: 19px;
	position: relative;
	cursor: pointer;
	padding: 30px;
}

.faq-wrap>div:first-child .faq-q{
	padding-top: 0;
}

.faq-a{
	display: none;
	margin-bottom: 30px;

}

.faq-arw{
	position: absolute;
	width: 25px;
	height: 25px;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

}

.faq-arw:before,
.faq-arw:after{
	content: "";
	position: absolute;
	background-color: var(--basic-blue);
	display: block;
}

.faq-arw:before{
	height: 5px;
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.faq-arw:after{
	width: 5px;
	height: 100%;
	right: 10px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faqopen .faq-arw:after{
	opacity: 0;
}

.faq-q:before,
.faq-a:before{
	content: "";
	margin-right: 10px;
	position: absolute;
	left: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}



.faq-q:before{
	content: "Q";
	color: var(--basic-blue);
}

.faq-a:before{
	content: "A";
	color: var(--basic-red);
}


.contact-form{
	max-width: 700px;
	margin: 0 auto;
}

.contact-form>div{
	width: 100%;
	margin-top: 30px;
}

.contact-form>div label:not(.contact-form>div .wpcf7-form-control.wpcf7-acceptance label){
	width: 150px;
	font-family: var(--font-family);
	display: inline-block;
}

.contact-form>.cf-field{
	display: flex;
}

.contact-form .cf-input{
	flex: 1;
}


.contact-form .cf-input input[type="text"],
.contact-form .cf-input input[type="tel"],
.contact-form .cf-input input[type="email"],
.contact-form .cf-input textarea{
	width: 100%;
	border: solid 1px #dcdcdc;
	padding: 10px;
}

.contact-form .cf-input select{
	width: 100%;
    padding: 10px;
    border: solid 1px #dcdcdc;
}

.cf-rq label:after{
	color: red;
	content: "*";
	display: inline-block;
	vertical-align: top;
}

.cf-acpt{
	background-color: #eee;
	padding: 30px 20px;
	text-align: center;
}

.contact-form input[type="submit"]{
	max-width: 320px;
    margin: 60px auto 0 auto;
    text-align: center;
    background-color: var(--basic-blue);
    border-radius: 35px;
    font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	display: block;
	width: 80%;
    letter-spacing: 2px;
    border: none;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form input[type="submit"]:not(.contact-form input[type="submit"]:disabled):hover{
	opacity: .7;
}

.contact-form input[type="submit"]:disabled{
	background-color: #dcdcdc;
	color: #fff;
}

.price-table{
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    display: block;
}

.price-table thead,
.price-table tbody{
    display: block;
    width: 100%;
}

.price-table tr{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.price-table th,
.price-table td{
    padding: 10px;
    border: 1px solid #eee;
    display: block;
    text-align: center;
    flex: 1;
}

.price-table th{
    background-color: #f7f7f7;
    text-align: left;
}

.price-table thead tr th:first-child,
.price-table tbody th{
    width: 150px;
    flex: 0 0 150px;
    text-align: left;
}

.price-table.price-table-ci thead tr th:first-child{
	text-align: center;
}

.price-table thead th{
    text-align: center;
}


.cil-price>div{
	margin: 30px 0 0 0;
}

.cil-price-ttl{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.cil-price-ttl:before{
	content: "";
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	background-color: #000;
	display: inline-block;
	vertical-align: middle;
}

.str-contact {
    gap: 10px;
    margin-top: 30px;
}


.line-btn a, .email-btn a, .tel-btn a {
    background-color: var(--basic-red);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    border-radius: 20px;
}

.email-btn a {
    background-color: var(--basic-blue);
}

.line-btn a {
    background-color: #06c755;
}

.line-btn, .email-btn, .tel-btn {
    width: 170px;
}

.str-dtl{
	margin-top: 100px;
	background-color: #F7F7F7;
	padding: 30px;
	border-radius: 30px;
	position: relative;
}


.str-dtl:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -39px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 30px 40px 30px;
    border-color: transparent transparent #F7F7F7 transparent;
    transform: rotate(0deg);
}

.str-dtl h3:before{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(images/tick.png);
	background-size: 100% auto;
	background-position: center center;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.ro-top-text table{
	width: 100%;
	border: none;
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
}

.ro-top-text table th,
.ro-top-text table td{
	padding: 5px 0;
}

.ro-top-text table th{
	font-weight: bold;
	word-break: keep-all;
	padding-right: 10px;
	vertical-align: top;
}

.ro-top-text table td{
	word-break: break-all;
}

.top-blogs>div{
	padding: 30px 0;
	line-height: 1.2;
	border-bottom: solid 1px #E0E0E0;
}

.blog-wrap a,
.top-blogs a{
	text-decoration: none;
	color: inherit;
}

.top-blogs a:hover{
	opacity: .8;
}

.tb-date{
	color: var(--basic-blue);
}

.tb-ttl{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px 0;
}

.howto-tab{
  display: flex;
  justify-content: space-between;
}

.howto-tab>a{
  width: 50%;
  padding: 15px 5px;
  background-color: #B9B9B9;
  color: #7E7E7E;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.howto-tab>a[href="howto-tel"]:before{}

.howto-tab>a.tab-active{
	background-color: #F7F7F7;
	color: #000;
}

.howto-content{
	background-color: #F7F7F7;
	padding: 30px 50px;
}

.howto-content a:hover{
	opacity: .7;
}

.howto-content .howto-step{
  padding: 30px 0;
  border-bottom: dashed 2px;
}

.howto-content .howto-step:last-child{
	border-bottom: none;
}

.howto-content-step{
  margin-bottom: 20px;
}

.howto-content-step span{
  background-color: var(--basic-blue);
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase;
}

.howto-content-step p{
  display: inline;
  font-weight: bold;
  font-size: 19px;
  marign: 0;
  line-height: 1.4;
}

.howto-tel-no{
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}

.howto-tel-no span{
  display: block;
  font-weight: normal;
  font-size: initial;
}

.howto-tab>a[href="howto-tel"]:before,
.howto-tab>a[href="howto-line"]:before,
.howto-tab>a[href="howto-web"]:before,
.howto-tel-no:before{
  content: "";
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  vertical-align: middle;
  margin-right: 10px;
}

.howto-tel-no:before{
	background-image: url(images/icon-phone.svg);
	width: 20px;
	height: 20px;
}

.howto-tbl{
	display: flex;
	gap: 30px;
}

.howto-tbl img{
	width: 40%!important;
}

.howto-tbl table{
	flex: 1;
}

.howto-tbl table tr{
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}

.howto-tbl th span{
	background-color: #000;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	padding: 3px 10px;
	display: inline-block;
    width: 80px;
}

#howto-tel.howto-content .howto-step{
  border-color: var(--basic-blue);
}

#howto-tel .howto-content-step span{
  background-color: var(--basic-blue);
}

#howto-line.howto-content .howto-step{
  border-color: #03C755;
}

#howto-line .howto-content-step span{
  background-color: #03C755;
}

#howto-web.howto-content .howto-step{
  border-color: #FF453A;
}

#howto-web .ttl-3:before{
	content: "";
	background-color: #FF453A;
}

#howto-web .howto-content-step span{
  background-color: #FF453A;
}

.howto-tab>a[href="howto-tel"]:before,
.howto-tab>a[href="howto-line"]:before,
.howto-tab>a[href="howto-web"]:before{
	width: 16px;
	height: 16px;
}

.howto-tab>a[href="howto-tel"]:before{
	background-image: url(images/icon-phone.svg);
}

.howto-tab>a[href="howto-line"]:before{
	background-image: url(images/icon-line.png);
}

.howto-tab>a[href="howto-web"]:before{
	background-image: url(images/icon-web.svg);
}

.howto-img{
	margin: 30px auto 0 auto;
}


.max-sml{
	max-width: 300px;
}

.max-big{
	max-width: 800px;
}

.howto-step-sep{
	display: flex;
}

.howto-step-sep>div{
	width: 50%;
	padding: 0 0 0 30px;
}

.howto-step-sep>div:first-child{
	border-right:  solid 1px #818181;
	padding: 0 30px 0 0;
}

.howto-btn{
	text-align: center;
	margin: 0 auto;
}

.howto-btn a{
	padding: 15px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#howto-web .howto-btn a{
	background-color: #FF453A;
	font-weight: bold;
}

.access-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 30px;
}

.access-wrap>div{
	width: calc((100% - 40px)/2);
	background-color: #F7F7F7;
	padding: 30px 20px;
	position: relative;
}

.access-wrap img{
	margin-bottom: 10px;
}

.access-step{
	position: absolute;
	background-color: var(--basic-blue);
	padding: 0 10px;
	line-height: 24px;
	width: 100px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 12px;
	top: -14px;
	left: 0;
}

.blog-post{
	position: relative;
	padding-bottom: 40px;
}

.blog-img{
	aspect-ratio:3/2;
	overflow:hidden;
	margin-bottom: 10px;
}

.blog-img img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.blog-cat a{
	color: var(--basic-blue);
	font-size: 14px;
	font-weight: bold;
}

.blog-ttl{
	font-weight: bold;
	font-size: 18px;
}

.blog-date{
	color: #7E7E7E;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pagination{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.pagination>span,
.pagination>a.page-numbers{
	display: inline-block;
    width: 30px;
    line-height: 30px;
}

.pagination>a.page-numbers:hover,
.pagination>span{
	display: inline-block;
    background-color: #333;
    color: #fff;
}


.pagination>a.prev.page-numbers,
.pagination>a.next.page-numbers{
	background-color: transparent;
	color: #000;
	font-size: 22px;
}


.bp-img{
	margin: 0 0 20px 0;
}

.bp-post .alignright,
.bp-post .alignleft{
	width: 50%;
}

.bp-top-plus{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto 40px auto;
}

.bp-top-plus:before,
.bp-top-plus:after{
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    background-color: red;
    position: absolute;
}  

.bp-top-plus:before{
    width: 12px;
    height: 50px;
    left: 0;
}

.bp-top-plus:after{
    height: 12px;
    width: 50px;
    top: 20px;
}

.post-nav{
	border-top: dashed 2px #DDDDDD;
	border-bottom: dashed 2px #DDDDDD;
	padding: 10px 0;
	overflow: hidden;
	margin: 50px 0 0 0;
	align-items: center;
}

.post-nav a{
	text-decoration: none;
	color: inherit;
}

.post-nav-prev{
	float: left;
}

.post-nav-next{
	float: right;
}

.post-nav-prev:before,
.post-nav-next:after{
	content: "";
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: inline-block;
	vertical-align: sub;
}

.post-nav-prev:before{
	margin-right: 7px;
	background-image: url(images/arrow-blue-left.svg);
}

.post-nav-next:after{
	margin-left: 7px;
	background-image: url(images/arrow-blue-right.svg);
}

.post-nav-next.nopost-pn,
.post-nav-prev.nopost-pn{
	display: none;
}

.cmp-logo{
	margin: 0 auto 40px auto;
	max-width: 220px;
}

.cmp-tbl table{
	width: 100%;
}

.cmp-tbl table th,
.cmp-tbl table td{
	border-bottom: dashed 2px #BEBBBB;
	padding: 15px 0;
	vertical-align: top;
}

.cmp-tbl table th{
	font-weight: bold;
	text-align: left;
	padding-right: 30px;
	width: 160px;
}

.cmp-tbl .iframe-wrap{
	margin: 20px 0 0 0
}

.iframe-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.home main img{
	width: 100%;
	height: auto;
}

.top-hero{
	color: #000;
	text-align: center;
	padding: 40px 0 70px 0;
}

.top-hero-ttl{
	font-weight: bolder;
	font-size: clamp(37px,7vw,50px);
	margin: 0 0 30px 0;
	line-height: 1.3;
	overflow: hidden;
}

.top-hero-ttl span {
  display: inline-block;
  visibility: hidden;
}

.top-hero-subttl{
	font-weight: bold;
	font-size: clamp(20px,4vw,24px);
	margin: 0 0 40px 0;
	line-height: 1.4;
}

.top-hero-subttl br,
.top-hero-ttl br{
	display: none;
}

.hero-img img{
  max-width: 800px;
}

.hero-texts{
  margin: 20px 0 0 0;
  font-size: 26px;
  font-weight: bold;
}

.home main .hero-texts img{
  width: 14px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

footer{
	background-color: #000;
	color: #fff;
	margin-top: 80px;
	font-size: 15px;
	padding-bottom: 80px;
}

footer img{
  display: block;
  height: auto;
  width: 100%;
}

.ft-top-right,
footer .wrap{
  display: flex;
  justify-content: space-between;
}

footer a{
	color: inherit;
	text-decoration: none;
}

footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.ft-top,
.ft-btm{
	padding: 40px 0;
}

.ft-top-right{
	gap: 0 35px;
	font-size: 14px;
}


.ft-top-right ul li a{
	padding: 1px 0;
	display: block;
}

.ft-top-right ul li a:hover{
	color: var(--basic-blue);
	cursor: pointer;
}

.ft-nav-ttl{
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.ft-nav-ttl:before{
	width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
	filter: invert(30%) sepia(80%) saturate(2000%) hue-rotate(170deg) brightness(100%) contrast(100%);
}

.ft-logo{
  width: 200px;
}

.ft-tel{
  font-size: 30px;
  font-weight: 900;
}

.ft-tel img{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}

.ft-tel span{
  font-size: initial;
  font-weight: 400;
  display: block;
  margin-left: 30px;
}

.ft-cta{
	margin-top: 30px;
	max-width: 200px;
}

.ft-cta a{
	cursor: pointer;
	text-align: center;
	background-color: var(--basic-red);
}

.ft-cta a:hover{
	background-color: var(--basic-blue);
}

.bl-link{
	color: var(--basic-blue);
	margin-top: 20px;
}

.bl-link:after{
	content: "\25B6";
	display: inline-block;
	margin-le:10px;
	color: var(--basic-blue);
	font-size: 14px;
}

.ft-btm{
	font-size: 13px;
	border-top: solid 1px #707070;
}

.ft-btm-left ul{
	display: flex;
	margin-left: -20px;
}

.ft-btm-left ul li:not(.ft-btm-left ul li:last-child){
	border-right: solid 1px #fff;
}

.ft-btm-left ul li a{
	padding: 0 20px;
}

.rpr-posts-row{
	margin: 70px 0 0 0;
}

/*.rpr-posts .rpr-posts-row:first-child{
	margin: 0;
}*/

.rpr-category ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.rpr-category ul li a{
	text-decoration: none;
	color: initial;
	background-color: var(--basic-blue);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 15px;
	display: block;
}

.rpr-category ul li a:hover{
	background-color: var(--basic-red);
}

.mb-show{
	display: none!important;
}

.stk-footer{
	border-top: solid 1px #707070;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .75);
	padding: 15px 0;
	color: #fff;
}

.stk-footer a{
  text-decoration: none;
  color: inherit;
}

.stk-footer .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stk-left-dtl,
.stk-right>div,
.stk-left{
  display: flex;
  gap: 15px;
  align-items: center;
}

.stk-left-dtl{
	gap: 7px;
}


.stk-left-dtl img{
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	filter: brightness(0) invert(1);
}

.stk-left-dtl{
  font-size: 13px;
  line-height: 1.3;
}

.stk-left-tel{
  font-size: clamp(22px,6vw,30px);
  font-weight: bold;
}

.stk-footer .line-btn,
.stk-footer .email-btn{
  width: 140px;
}

.stk-right a{
  font-size: 13px;
}

.stk-right .pctb-show img{
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}



@keyframes expandWidth {
    0% {
        width: 0%;
    }
    100% {
        width: 50%;
    }
}

@keyframes pgttl {
  0% {
     opacity: 0;
     transform: translateY(-10px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}



@media all and (min-width: 768px) {
.hd-menu ul li.current-menu-item a:after,
.hd-menu ul li a:hover:after{
	width: 100%;
}
}



@media all and (max-width: 1300px) {
/*.top-hero-main{
	width: 65%;
}

.hero-texts>div {
    width: 32%;
}
*/
}

@media all and (max-width: 1200px) {
.ft-top-right>div{
	max-width: 200px;
}

.hd-menu ul li a{
	font-size: 13px;
}

}

@media all and (max-width: 1100px) {
.nav-open header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.menu-trigger{
    display: block;
}

.logo{
	max-width: 180px;
}

.hd-menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, .95);
	padding: 0;
	z-index: 3;
}

.hd-menu ul{
	display: block;
	text-align: center;
}

.hd-menu ul li a{
	padding: 15px 0;
	display: block;
	border-bottom: solid 1px #dcdcdc;
}

.price-table-wrap{
	overflow-x: scroll;
}

table.price-table{
	width: 1100px;
}

.ft-top .wrap{
	display: block;
}

.ft-top-right{
	margin-top: 40px;
	justify-content: center;
	gap: 0 30px;
}

.ft-top-right>div{
	max-width: 100%;
}

.ft-top-left{
	text-align: center;
	border-bottom: solid 1px #333;
	padding-bottom: 40px
}

.ft-logo,
.ft-cta{
	margin-left: auto;
	margin-right: auto;
}




}

@media all and (max-width: 767px) {

.flex{
	display: block;
}

.flexbox.flx-3>div,
.flexbox.flx-4>div,
.flexbox.flx-5>div{
	width: calc((100% - 20px)/2);
}

.rpr-category ul li{
	width: 100%;
}

.mb-show{
	display: block!important;
}

.pctb-show{
	display: none!important
}

.pgttl-inner:before{
    width: 30px;
    height: 30px;
}

.pgttl-inner {
    padding-left: 70px;
}

.pgttl {
	background-position: right 10px bottom;
	background-size: 75% auto;
	background-repeat: no-repeat;
	height: 180px;
}

.ro-top img{
	width: 100%;
	margin: 0 0 10px 0;
}

.line-btn, .email-btn, .tel-btn{
	text-align: center;
	width: 280px;
	margin: 15px auto 0 auto;
}

.str-dtl {
    margin-top: 65px;
}

.str-dtl:before {
    top: -28px;
    border-width: 0 20px 30px 20px;
}

.ro-tbl{
	overflow: scroll;
}


table.price-table,
.ro-tbl table{
	width: 700px;
}

.single-repair-options .ro-tbl table{
	width: 100%;
}

.price-table thead tr th:not(.price-table thead tr th:first-child), 
.price-table td {
    flex: none;
    width: 20%;
}

.card-ttl{
	font-size: 16px;

}

.ro-btns{
	gap: 20px;
}

.ro-btns>div{
	width: 100%;
}


.howto-tbl{
	display: block;
}

.howto-tbl img{
	width: 100%!important;
	margin-bottom: 20px;
}

.howto-step-sep{
	display: block;
}

.howto-step-sep>div {
    width: 100%;
    padding: 30px 0 0 0;
}

.howto-step-sep>div:first-child {
    border-bottom: solid 1px #818181;
    border-right: none;
    padding: 0 0 30px 0;
}

#howto-line .howto-content-step span{
	display: block;
	margin-bottom: 5px;
}


.access-wrap{
	display: block;
}

.access-wrap>div{
	width: 100%;
	margin-bottom: 50px;
}

.access-wrap>div:last-child{
	margin-bottom: 0;
}

.howto-content{
	padding: 30px;
}

.howto-content-step span{
	display: block;
    margin-bottom: 10px;
}

.howto-content-step p{
	font-size: 17px;
}

.bp-post .alignright,
.bp-post .alignleft{
	width: 100%;
	float: none;
}

.cmp-tbl table th,
.cmp-tbl table td{
	display: block;
	width: 100%;
}

.cmp-tbl table th{
	border-bottom: none;
	padding-bottom: 0;
}

.cmp-tbl table td{
	padding-top: 0;
}

.cmp-tbl table th:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	background-color: #000;
}

/*.top-hero-main {
	width: 95%;
	margin: 12vw auto 0 auto
}

.tx-change-button {
        top: -13%;
        left: 12px;
    }

.tx-change-screen {
    bottom: -21%;
    left: 11%;
}

.tx-change-battery {
    right: 4%;
    top: 76%;
}*/

.ft-top-right{
	display: block;
}

.ft-top-right>div:not(.ft-top-right>div:last-child){
	margin-bottom: 40px;
}

.ft-nav-ttl{
	margin: 0 0 10px 0;
}


.ft-btm{
	text-align: center;
}

.ft-btm-left ul{
	margin-left: 0;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 11px;
}

.ft-btm-left ul li a {
    padding: 3px 7px;
    display: block;
}

.ft-btm .wrap{
	display: block;
}

.ft-btm-right{
	margin-top: 15px;
}

.stk-left{
	display: block;
}


.stk-right .mb-show img{
	width: 17vw;
}

.stk-right .mb-show{
	gap: 10px;
	display: flex!important
}

.top-hero-subttl br,
.top-hero-ttl br{
  display: block;
}

.hero-texts {
    font-size: 22px;
}
}



