@charset "utf-8";
/*-------------------------------------
　基本
---------------------------------------*/
#container {
  width: 100% !important;
  font-family: 'Roboto', "Noto Sans JP", sans-serif;
}
#content section {
  padding: 60px 0;
  width: 100%;
  margin: 0 auto 50px;
}
#content p {
  color: #161616;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
#content img {
  max-width: 100%;
  height: auto;
}
.serviceArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0062b0;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  padding: 30px 0;
  margin-bottom: 30px;
}
.section_inner {
  width: 1140px;
  margin: 0 auto;
}
.areaCnt {
  text-align: center;
}
#content .areaCnt h2.areattl,#content .section_inner .areaCnt h2.areattl {
  font-size: 40px;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 50px;
  letter-spacing: 0.3rem;
  background-color:transparent;/*shop.css重複部分*/
  padding: 0;/*shop.css重複部分*/
  border-top: 0px;/*shop.css重複部分*/
}
.txt_01 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.txt_01 span {
  color: #004da1;
}
.description {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
  text-align: left ;
  /*padding-left: 1em;*/
  /*text-indent: -1em;*/
}
.desctokkyu {
    width: 906px ;
    margin: 30px auto 50px auto;
}
.wages dt a,.tab_areaSVC a,.accordion-box a,a.ulLink,p.description a{
    text-decoration: underline;
    color: #00a2e6 !important ;
}

.tab_areaSVC_link a{
text-decoration: underline;
    color: #00a2e6;
}

.mt150{
    margin-top: 150px ;
}

/*５００円打消し*/
.txtLineth{
  text-decoration: line-through;    
    }
.txtred{
  color: #e43344;
    }

/*-------------------------------------
メインビジュアル
---------------------------------------*/
.mainVisual {
  background: url(/service/img/service_top/mv_pc.jpg)center no-repeat;
  background-size: cover;
  height: 580px;
}
.main_ttl {
  padding-top: 110px;
}
/*-------------------------------------
保証期間外の修理
---------------------------------------*/
div.service_mokuji_list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.service_mokuji_list ul li {
  list-style-type: none;
  margin: 0;
  line-height: 1.3;
  vertical-align: top;
  width: 49.2%;
}
div.service_mokuji_list ul li a {
  border-radius: 15px;
  background-color: #f5f5f5;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 5%;
  color: #004da1;
  text-align: left;
  transition: 0.2s;
  position: relative;
}
div.service_mokuji_list ul li a::after {
  content: "";
  width: 14px;
  height: 23px;
  background: url(/service/img/service_top/angle-right-solid.png) no-repeat;
  background-size: 14px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
div.service_mokuji_list ul li .midashi {
  font-size: 22px;
  color: #004da1;
  letter-spacing: 0.1rem;
}
#content div.service_mokuji_list p {
  color: #004da1;
  padding-top: 10px;
font-size: 16px;	
}
div.service_mokuji_list ul li a:hover {
  transform: scale(0.98);
  transition: 0.3s;
  box-shadow: 0 0;
}
/*-------------------------------------
グローバルナビ
---------------------------------------*/
nav.section_nav {
  background: linear-gradient(90deg, #2a79de 0%, #2a79de 78.5%, #e68600 78.5%, #e68600 100%);
  border-radius: 18px;
}
.inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 0;
  z-index: 999997;
}
nav.section_nav a {
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  text-align: center;
  position: relative;
}
nav.section_nav a::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(/service/img/service_top/angle-down-solid.png) no-repeat;
  background-size: 13px;
  position: absolute;
  bottom: 0;
  right: 45%;
}

/*-------------------------------------
不具合の内容と修理価格の例　リスト表示
---------------------------------------*/
.bg_blue {
  background: url(/service/img/service_top/bg_pcimg.png)no-repeat top+220px right+30%, -moz-linear-gradient(90deg, #b5d8ff 0%, #e7f0fd 100%);
  background: url(/service/img/service_top/bg_pcimg.png)no-repeat top+220px right+30%, -webkit-linear-gradient(90deg, #b5d8ff 0%, #e7f0fd 100%);
}
.list_overflow {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  margin: 0 auto;
}
.list_overflow::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
.list_overflow::-webkit-scrollbar-thumb {
  background: #004da1; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
.list_overflow::-webkit-scrollbar-track {
  background: #FFFFFF; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}
.defect_repair_pricelist {
  /*    width: 1200px;*/
  font-size: 14px;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 auto;
}
.defect_repair_pricelist tr {
  margin: 10px 0;
}
.defect_repair_pricelist th td {
  vertical-align: middle;
  text-align: center;
}
.defect_repair_pricelist th {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.defect_repair-ttl {
  background-color: #e5e5e5;
}
.defect_repair-case-ttl {
  padding: 20px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.15rem;
  vertical-align: middle;
  background-color: #2168C1;
  font-weight: 600;
  color: #fff;
}

.defect_repair-case-ttl a,.defect_repair-case-ttl a span{
  color: #fff;
}
.fontS{font-size: 80%}

.defect_repair-case {
  font-weight: 600;
  font-size: 15px;
}
.defect_repair-case-totalprice {
  background-color: #fff799 !important;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.defect_repair_pricelist td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  margin: 2px;
}
.defect_repair_pricelist tr:nth-child(2n+1) td {
  background-color: #F5FAFE;
}

/*-------------------------------------
不具合の内容と修理価格の例　カード型4列
---------------------------------------*/
.bg_blue {
  background: url(/service/img/service_top/bg_pcimg.png)no-repeat top+220px right+30%, -moz-linear-gradient(90deg, #b5d8ff 0%, #e7f0fd 100%);
  background: url(/service/img/service_top/bg_pcimg.png)no-repeat top+220px right+30%, -webkit-linear-gradient(90deg, #b5d8ff 0%, #e7f0fd 100%);
}
.diagList {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.diagList li {
  width: 22%;
  position: relative;
  margin: 10px 10px 20px;
}
.repairDiagLink {
  position: relative;
  display: inline-block;
  background: #edf5ff;
  border: 3px solid #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 7px;
  height: 360px;
  transition: 0.2s;
}
.diagArrow {
  position: relative;
  width: 100%;
  height: 100px;
  padding-top: 60px;
  text-align: center;
  color: #161616;
  background: #fff url(/service/img/service_top/icon-exclamation02.png)no-repeat top+20px center;
  background-position: top20px center;
}
.diagArrow::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
  top: 100%;
  left: 50%;
}
#content .repairDiagLink p.mainttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
#content .subttl {
  font-size: 14px;
  color: #7f7f7f !important;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.diagListCaption {
  background-color: #edf5ff;
  border-radius: 0 0 7px 7px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 100%;
}
table.dList_price {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  color: #484848;
  margin: 0 auto;
  border-collapse: separate;
}
table.dList_price td {
  text-align: left;
  padding: 3px 8px;
}
table.dList_price td:nth-child(even) {
  text-align: right;
  line-height: 1em;
}
#content .diag_total {
  font-size: 14px;
  text-align: right;
  color: #484848 !important;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
#content .diag_total strong {
  font-size: 20px;
  font-weight: bold;
}
/*-------------------------------------
修理作業料金表
---------------------------------------*/
h3.pl_ttl {
  color: #2a79de;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 1em;
  background-color:transparent;/*shop.css重複部分*/
  padding: 0;/*shop.css重複部分*/
  border-left:none;/*shop.css重複部分*/
}
table.charge-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #161616;
  border-style: hidden;
}
table.charge-table tr {
  background-color: #fafafa;
  border-bottom: 3px solid #fff;
}
table.charge-table tr:nth-child(odd) {
  background: #f1f1f1;
}
table.charge-table th, table.charge-table td {
  padding: 10px 35px;
}
table.charge-table td {
  font-size: 18px;
  font-weight: 500;
}
table.charge-table td {
  text-align: left;
}
table.charge-table td.pl_price {
  color: #2a79de;
  text-align: right;
}
#container .section_inner table.charge-table a {
  color: #2a79de;
  text-decoration: underline;
}
#container .section_inner table.charge-table a:hover {
  text-decoration: none;
}
/*-------------------------------------
続きを見る(表)
---------------------------------------*/
.pricelist_open{
    margin: 30px auto;
    max-width: 600px;
    border-radius: 5px;
    border: solid 1px #2168C1;
/*    background-color: #2168C1;*/
    padding: 20px;
    color: #2168C1;
    letter-spacing: 0.2;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.pricelist_open details[open] .open {
  display: none ;
}

.pricelist_open details:not([open]) .close {
  display: none ;
}
.pricelist_open details summary{
    background-color: #fff;
}
/*-------------------------------------
続きを見る
---------------------------------------*/
.grad-wrap {
  position: relative;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  color: #161616;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 255px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*-------------------------------------
店頭ワンコイン・アドバイス
---------------------------------------*/
.bg_gray {
  background: #f8f8f8;
}
h2.areattl span {
  color: #161616;
}
p.txt_02 {
  font-size: 18px;
}
.onecoin_link_wrap {
  background-color: #014099;
  color: #FFF !important;
  padding: 12px 30px;
  border-radius: 15px;
  width: 380px;
  margin: 40px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn55 {
  width: 100%;
  max-width: 600px;
}
.onecoin_link {
  display: block;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
/*(tab)areaBTNのみ*/
.wages dt a.onecoin_link,.tab_areaSVC a.onecoin_link,.accordion-box a.onecoin_link
{
    text-decoration: none;
    color: #fff !important;
}

.onecoin_link::after {
  top: 25%;
  right: 0;
  content: '';
  width: 11px;
  height: 17px;
  background: url(/service/img/service_top/angle-right-solid_w.png) no-repeat;
  background-size: 11px;
  position: absolute;
}
.onecoin_link_wrap:hover {
  background-color: #3573cc;
}

/*-------------------------------------
修理のお申込み方法(tab)
---------------------------------------*/

/*tabの形状*/
.apgd_tab{
  display: flex;
  justify-content: flex-start;
  width: 1140px;
}
.apgd_tab li {
    width: 100%;
}
.apgd_tab li a {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #004da1;
    margin: 0 2px;
    padding: 0 30px 0 0;
    letter-spacing: 0.4rem;
    width: 100%;
    height: 96px;
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
}
.apgd_tab li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #b2cae3;
    transform: scaleY(1.2) perspective(0.8em) rotateX(2deg);
    transform-origin: bottom left;
}
.apgd_tab li a span {
    font-size: 14px;
    color: #004da1;
}

/*liにactiveクラスがついた時の形状*/
.apgd_tab li.active a:before {
    background: #004da1;
}
.apgd_tab li.active a{
  color: #fff;
}
.apgd_tab li.active a span {
    color: #fff;
}

/*エリアの表示非表示と形状*/
.tab_areaSVC {
  display: none;/*はじめは非表示*/
  background: #fff;
}
.tab_areaSVC p,.tab_areaSVC li{
  text-align: left;
}

/*tab_areaSVCにis-activeというクラスがついた時の形状*/
.tab_areaSVC.is-active {
    display: block;/*表示*/
}

p.stlong {
    font-size: 20px;
    padding: 50px;
    border-bottom: 1px solid #ececec;
}
.tab_areaSVC ol li{
  font-size: 18px;
  padding: 50px;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.libk_a {
    background: url(/service/img/cleaning/icon_01.png)center right+100px no-repeat;
}
.libk_b {
    background: url(/service/img/cleaning/icon_02.png)center right+100px no-repeat;
}
.libk_c {
    background: url(/service/img/cleaning/cleaningcard.png)center right+100px no-repeat;
}
.libk_qr {
    background: url(/service/img/cleaning/qrcode.png)center right+100px no-repeat;
}
span.tab_areaSVC__number {
    padding-right: 1em;
}
.tab_areaSVC a:hover {
    text-decoration: none;
}

/*Web通常引き取りプラン(集荷サービスなし)*/
.areaCont__txt {
    font-size: 16px;
}
.useList {
    display: flex;
    justify-content: space-around;
}
a.flowWebLink, a.flowShopLink {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 0;
    width: 440px;
    height: 400px;
    background: -moz-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
    background: -webkit-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
    border-radius: 20px;
	text-decoration: none!important;
}
a.flowShopLink {
	background: -moz-linear-gradient(90deg, #002063 0%, #004da1 100%);
    background: -webkit-linear-gradient(90deg, #002063 0%, #004da1 100%);
}
.useFlowText, .useFlowText_sub {
    color: #fff!important;
}
.useFlowText_sub {
    padding-top: 40px;
}
.useFlowText {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 40px;
}
.useFlowText_here {
    background-color: #fff;
    color: #014099!important;
	font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    width: 320px;
    margin: 40px auto 0;
}
.useList a:hover {
    transform: scale(0.98);
    transition: 0.3s;
    box-shadow: 0 0;
}
.tab_areaSVC img.cambnr{
    text-align: center;
    margin-top: 50px ;
}

/*-------------------------------------
ご注意事項
---------------------------------------*/
.caution {
	font-size: 16px;
	text-align: left;
}

/*-------------------------------------
修理のお申込み方法
---------------------------------------*/
.useList {
  display: flex;
  justify-content: space-around;
}
a.flowWebLink, a.flowShopLink {
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 0;
  width: 440px;
  height: 400px;
  background: -moz-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
  background: -webkit-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
  border-radius: 20px;
}
a.flowShopLink {
  background: -moz-linear-gradient(90deg, #002063 0%, #004da1 100%);
  background: -webkit-linear-gradient(90deg, #002063 0%, #004da1 100%);
}
.useFlowText, .useFlowText_sub {
  color: #fff !important;
}
.useFlowText_sub {
  padding-top: 40px;
}
#content .useFlowText {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.3rem !important;
  padding-bottom: 40px;
}
#content .useFlowText_here {
  background-color: #fff;
  color: #014099 !important;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  border-radius: 10px;
  width: 320px;
  margin: 40px auto 0;
}
.useList a:hover {
  transform: scale(0.98);
  transition: 0.3s;
  box-shadow: 0 0;
}
/*今すぐ修理を申し込むボタン*/
.ima_btn {
  position: relative;
  width: 970px;
  margin: 0 auto;
}
.ima_link_wrap {
  position: absolute;
  right: 0px;
  top: -40px;
  background-color: #e68600;
  color: #FFF !important;
  padding: 6px 20px 3px;
  border-radius: 12px;
  width: 250px;
  /*margin: 40px auto;*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ima_link {
  display: block;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.ima_link::after {
  top: 10%;
  right: 0;
  content: '';
  width: 11px;
  height: 17px;
  background: url(/service/img/service_top/angle-right-solid_w.png) no-repeat;
  background-size: 11px;
  position: absolute;
}
.ima_link_wrap:hover {
  background-color: #e6a345;
}

/*-------------------------------------
今すぐに申し込むフローティングボタン
---------------------------------------*/
.floatBtn_bg{
    position: fixed ;
    bottom: 0 ;
    background-color: rgba(255,255,255,0.8); 
    z-index: 2147483647 ;
    width: 100% ;
    text-align: center ;
}
.floatBtn{
    display: inline-block ;
    margin: 25px 10px;
    padding: 0.8rem 2rem;
    width: 400px;
    color: #ffffff !important;
    background-color: #e68600 ;/*#fa8928*/
    border-radius: 12px;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
	position: relative;
}
.floatBtn.dosBle{
    background-color: #245aa4 ;
}
.floatBtn a{
    color: #ffffff !important;
}
p.floatBtn::after {
    top: 35%;
    right: 2rem ;
    content: "";
    width: 11px;
    height: 17px;
    background-size: 11px;
    background: url("/service/img/service_top/angle-right-solid_w.png") no-repeat;
    position: absolute;
}
.floatBtn:hover {
    background-color: #e6a345;
}


/*-------------------------------------
よくある質問
---------------------------------------*/
#content #faq dl.faq_area{
    font-size: 16px;
    margin-top: 30px;	
    text-align: left;	
    color: #333;
}

#content #faq dl.faq_area dt {
    margin-bottom: 10px;
    background-color: #f8f8f8;
padding: 10px;	
}

#content #faq dl.faq_area dd {
    margin-bottom: 30px;
line-height: 1.8;	
padding: 10px;	
}

/*特急バナー表示*/
.topimage {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 3px solid #2c82c9;
    padding: 20px;
    border-radius: 5px;
    width: 860px ;
	margin: 50px auto 0px ;
}
#tokkyu.topimage h2 {
    font-size: 30px;
    color: #245aa4;
    font-weight: 600;
	margin-top: 30px;
    background-color:transparent;/*shop.css重複部分*/
    padding: 0;/*shop.css重複部分*/
    border-top: 0px;/*shop.css重複部分*/
}
#tokkyu.topimage h2 span {
    color: #00a2ed;
    font-size: 84px;
}    
#tokkyu.topimage h2 span.tokyuTxt {
    color: #245aa4 ;
    font-size: 18px;
}

/*-------------------------------------
スマホ表示
---------------------------------------*/
@media screen and (max-width: 479px) {
  body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
  }
  #content p {
    font-size: 14px;
  }
  .section_inner {
    max-width: 96%;
  }
  h2.areattl {
    font-size: 5.5vw !important;
  }
  .description {
    font-size: 14px !important;
  }
.desctokkyu {
    width: 96% !important;
    margin: 20px auto 30px auto;
}

/*メインビジュアル*/
  .mainVisual {
    background: url(/service/img/service_top/mv_sp.jpg)bottom no-repeat;
    background-size: cover;
    height: 100vw;
  }
  .main_ttl {
    width: 80%;
    margin-left: 35px;
    padding-top: 65px;
  }
  /*保証期間外の修理*/
  div.service_mokuji_list ul {
    flex-direction: column;
    align-items: center;
  }
  div.service_mokuji_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  div.service_mokuji_list ul li .midashi {
    font-size: 4.5vw;
  }
  #content div.service_mokuji_list p {
    font-size: 12px;
    width: 93%;
  }
  .txt_01 {
    text-align: left;
    margin: 0 20px 50px;
  }
  /*グローバルナビ*/
  nav.section_nav {
    background: linear-gradient(90deg, #2a79de 0%, #2a79de 75%, #e68600 75%, #e68600 100%);
    border-radius: 0;
    margin: -2%;
  }
  nav.section_nav a::after {
    content: none;
  }
  nav.section_nav a {
    font-size: 12px;
  }
  .inside ul li {
    width: 24%;
  }
  .inside ul li:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
  /*不具合の内容と修理価格の例　リスト表示*/
  .list_overflow {
    text-align: left;
  }
  .defect_repair_pricelist {
    margin: 20px;
    font-size: 13px;
  }
  .defect_repair-case {
    font-size: 12px;
  }
.defect_repair_pricelist th {
  padding: 10px;
  font-size: 14px;
}
  /*不具合の内容と修理価格の例　カード型４列表示*/
  .bg_blue {
    background-size: 80%;
  }
  .diagList li {
    width: 44%;
    margin: 5px 5px 20px;
  }
  .diagArrow {
    background-size: 20px;
  }
  .repairDiagLink p.mainttl {
    font-size: 3.4vw !important;
  }
  .subttl {
    font-size: 12px !important;
  }
  table.dList_price {
    font-size: 12px;
  }
  #content .diag_total {
    font-size: 12px;
  }
  #content .diag_total strong {
    font-size: 14px;
  }
  /*店頭ワンコイン・アドバイス*/
  table.charge-table th, table.charge-table td {
    padding: 10px 15px;
  }
  table.charge-table td {
    font-size: 3.5vw;
    font-weight: 500;
  }
  .onecoin_link_wrap {
    width: auto;
  }
  .onecoin_link {
    font-size: 4.2vw;
  }
  /*修理のお申込み方法_SP*/
  .useList {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  a.flowWebLink, a.flowShopLink {
    width: 315px;
    height: 286px;
  }
  .useFlowText_sub {
    padding-top: 20px;
  }
  .useFlowText {
    font-size: 20px !important;
    padding-bottom: 25px;
  }
  #content .useFlowText_here {
    width: 230px;
    margin: 25px auto 0;
    font-size: 14px;
  }
  .useList li {
    margin-bottom: 50px;
  }
  /*よくある質問*/
#content #faq dl.faq_area{
    font-size: 14px;
}

#content #faq dl.faq_area dt {
    margin-bottom: 5px;
	}

#content #faq dl.faq_area dd {
    margin-bottom: 15px;
}	
	
  /*今すぐ修理を申し込むボタン*/
  .ima_btn {
    width: 94%;
    position: static;
  }
  .ima_link_wrap {
    right: 0px;
    top: calc(100vh + 0px);
    width: auto;
    margin: 20px 0;
    padding: 12px 30px;
    position: static;
  }
    
/*今すぐに申し込むフローティングボタン*/
.floatBtn_bg{
    padding-bottom: 20px;        
}    
.floatBtn{
    width: 94% ; 
    margin: 20px 0 0;
    padding: 12px 0 ;
    font-size: 15px !important;
}
    
/*修理のお申込み方法(tab)*/
	
/*アコーディオン*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.accordion-area li{
    margin: 1px 0;
}
h4.accordion-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:18px !important;
    letter-spacing: 0.4rem !important;
    font-weight: bold;
	color: #ffffff !important;
	background-color: #004da1;
    transition: all .5s ease;
	height: 112px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.accordion-title span {
    font-size: 14px;
}

/*アイコンの＋と-*/
.accordion-title::before{
    z-index: auto;
    position: absolute;
    top: calc(50% - 5px);
    right: 29px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    content: ""; 
}
.accordion-title::after{    
    z-index: auto;
    position: absolute;
    top: calc(50% - 1px);
    right: 24px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    content: "";
}
.accordion-title.close::before {
    content: none;
}
	
/*アコーディオンで現れるエリア*/
.accordion-box {
   display: none;
   margin: 3%;
   padding: 0 3%;
}
.accordion-box ul.stlong {
    font-size: 16px;
}
.accordion-box ol li {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
    text-align: left;
}
p.stlong {
    font-size: 15px;
    text-align: left;
    padding: 0;
    border-bottom: none;
}
	
/*Web通常引き取りプラン(集荷サービスなし)*/
.areaCont__txt {
    font-size: 14px;
}
.useList {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.flowWebLink, a.flowShopLink {
    width: 315px;
    height: 286px;
}
.useFlowText_sub {
	font-size: 14px;
    padding-top: 20px;
}
.useFlowText {
    font-size: 20px;
    padding-bottom: 25px;
}
.useFlowText_here {
    width: 230px;
    margin: 25px auto 0;
	font-size: 14px;
}
.useList li {
    margin-bottom: 50px;
}
	
/*ご注意事項*/
.caution {
	font-size: 12px;
}
    
/*特急バナー表示*/
.topimage {
		display: flex;
		flex-direction: column;
	    margin-bottom: 0px;
        margin-top: 20px;
        width: 96% !important;
	}
.topimage img {
		width: 70%;
        margin-bottom: 15px ;
	}
#tokkyu.topimage h2 {
		font-size: 4.5vw;
		margin-top: 0;
		text-align: center;
	}
#tokkyu.topimage h2 span {
		font-size: 8.1vw;
	} 
    
} /*スマホ表示ここまで*/

/*-------------------------------------
汎用
---------------------------------------*/
.mt00 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
br.brPc {
  display: inline-block;
}
br.brsp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media only screen and (max-width: 479px) {
  br.brpc {
    display: none;
  }
  br.brsp {
    display: inline-block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .indent-2 {
    padding-left: 2em;
    text-indent: -2em;
  }
}

/*-------------------------------------
特典バナー表示
---------------------------------------*/
section.tokutenBNRPC{
    text-align: center !important;
    margin: 0px auto 0px !important;
}
section.tokutenBNRPC img{
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
    width: 500px;
}

/*-------------------------------------
実際の修理事例
---------------------------------------*/
    #repair_sample .repairTag{
        text-align: center;
    }
    #repair_sample .repairTag p{
        border: 1px solid #0078c4;
        border-radius: 30px;
        padding: 1rem;
        margin: 1rem;
        font-size: 14px;
        color: #0078c4;
        width: 330px;
        display: inline-block;
    }
    #repair_sample .repairTag p.repair-subttl{
        border: none;
        color: #161616;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        font-weight: bold;
    }
    .wdh_auto{
        width: auto !important;
        max-width: 1700px;
}
@media only screen and (max-width: 479px) {
    #repair_sample .repairTag {
        width: auto;
    }
    #repair_sample .repairTag p {
        margin: 1rem 0rem;
        width: 96%;
    }
    .wdh_auto{
    width: 100%;
}
}