@charset "utf-8";
/*-------------------------------------
　基本
---------------------------------------*/
#content,#container{
    width: 100%!important;
}
#content p,#content h2,#content li,#container p,#container h2,#container li{
    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;
}
.content_inner_UPServ{
    
}
.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_UPServ {
    width: 1140px;
    margin: 0 auto;
}
.areaCnt {
    text-align: center;
}
.areattl {
    font-size: 40px;
    font-weight: bold;
    color: #004da1;
    margin-bottom: 50px;
    letter-spacing: 0.3rem;
}
.txt_01 {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 0.1rem;
}
.txt_01 span {
    color: #004da1;
}
.description {
    font-size: 14px !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_area a,.accordion-box a,a.ulLink,p.description a {
    color: #00a2e6 !important ;
    text-decoration: underline ;
}
#content p.sub_p{
    width: 700px;
    margin: 0 auto 6px;
    color: #2a79e1;
    letter-spacing: 0;
    text-align: right;
    font-size: 0.9em;
    padding-right: 10px;
}
.pcon{
    display: block;
}
.spon{
    display: none;
}

/*５００円打消し*/
.txtLineth{
  text-decoration: line-through;    
    }
.txtred{
  color: #e43344 ;
    }

.mt-20{
    margin-top: -20px;/*パンくず２行目*/
}

/*-------------------------------------
パソコンをパーツ交換増設で性能アップ！
ドスパラ以外のパソコンもOK！
---------------------------------------*/
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;
    height: 100%;
    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(../../img/out-of-warranty/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;
}
div.service_mokuji_list ul li a:hover {
    transform: scale(0.98);
    transition: 0.3s;
    box-shadow: 0 0;
}
.box_t2{
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
    margin-bottom: 60px;
}
.box_t2 .txt_01{
    text-align: left;
}
.box_t1 img{
margin: 0 auto 40px;
}
.box_t1 .txt_01{
    text-align: center;
    margin: 0;
}
/*-------------------------------------
グローバルナビ
---------------------------------------*/
nav.section_nav {
    background: linear-gradient(90deg, #2a79de 0%, #2a79de 50%, #e68600 50%, #e68600 75% , #2a79de 75% ,#2a79de 100%);
	border-radius: 18px;
}
.inside ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
	padding: 20px 0;
}
.inside ul li {
    flex: 1;
}
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(../../img/out-of-warranty/angle-down-solid.png) no-repeat;
    background-size: 13px;
    position: absolute;
    bottom: 0;
    right: 45%;
}

/*-------------------------------------
不具合の内容と修理価格の例
---------------------------------------*/
.bg_blue {
    background: url(../../img/out-of-warranty/bg_pcimg.png)no-repeat top+1460px right+30%, -webkit-linear-gradient(90deg, #b5d8ff 0%, #e7f0fd 100%);
}
.diagList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.diagList>li {
    width: 31%;
    position: relative;
    margin: 10px 0 23px;
}
.repairDiagLink {
    position: relative;
    display: inline-block;
    background: #edf5ff;
    border: 3px solid #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 14px;
    transition: 0.2s;
}
.diagArrow {
    position: relative;
    width: 100%;
    padding-top: 60px;
    text-align: center;
    color: #161616;
    background: #fff url(../../img/out-of-warranty/icon-exclamation02.png)no-repeat top+20px center;
    background-position: top20px center;
    padding-bottom: 20px;
}
.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: 18px;
    border-bottom-width: 10px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -14px;
    border-top-color: #FFFFFF;
    top: 100%;
    left: 50%;
}
#content .repairDiagLink p.mainttl {
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: center;
    line-height: 126%;
    align-items: center;
}
#content .repairDiagLink p.icons{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}
.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%;
}
.diagListCaption ul li{
    border-top: #fff solid;
}
.diagListCaption ul li:nth-child(1){
    padding-top: 14px;
}
.diagListCaption ul li a{
    display: block;
    text-align: left;
    padding: 10px 30px;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 140%;
    display: block;
    position: relative;
}
.diagListCaption ul li a:hover {
    color: #2a79de;
    text-decoration: none;
}
.diagListCaption ul li a::after {
    content: "";
    position: absolute;
    right: 20px;
    background: url(../../img/pc_assembling/anc.png)center no-repeat;
    width: 14px;
    height: 21px;
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
table.dList_price {
	width: 100%;
    padding: 20px 0;
    font-size: 14px;
    color: #484848;
    margin: 0 auto;
}
table.dList_price td {
    text-align: left;
    padding: 3px 8px;
}
table.dList_price td:nth-child(even) {
    text-align: right;
	line-height: 1em;
}
.diag_total {
    font-size: 14px;
    text-align: right;
	color: #484848!important;
	position: absolute;
    bottom: 12px;
    right: 12px;
}
.diag_total strong {
    font-size: 20px;
    font-weight: bold;
}
table.charge-table a {
    color: #2a79de;
    text-decoration: underline;
}
table.charge-table a:hover {
    text-decoration: none;
}
/*-------------------------------------
修理作業料金表
---------------------------------------*/
.pl_ttl {
    color: #2a79de;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1em;
}
.pl_ttlcap {
    font-size: 18.5px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5em;
}
.txtL{
    font-size: 25px;
}
.pl_ttlcap span {
    display: block;
    font-size: 100%;
}
table.charge-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
	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;
}

/*-------------------------------------
続きを見る
---------------------------------------*/
.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;
}
.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_area 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(../../img/out-of-warranty/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_area {
  display: none;/*はじめは非表示*/
  background: #fff;
}
.tab_area p,.tab_area li{
  text-align: left;
}

/*tab_areaにis-activeというクラスがついた時の形状*/
.tab_area.is-active {
    display: block;/*表示*/
}

p.stlong {
    font-size: 20px;
    padding: 50px;
    border-bottom: 1px solid #ececec;
}
.tab_area 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(../../img/cleaning/icon_01.png)center right+100px no-repeat;
}
.libk_b {
    background: url(../../img/cleaning/icon_02.png)center right+100px no-repeat;
}
.libk_c {
    background: url(../../img/cleaning/cleaningcard.png)center right+100px no-repeat;
}
.libk_qr {
    background: url(../../img/cleaning/qrcode.png)center right+100px no-repeat;
}
span.tab_area__number {
    padding-right: 1em;
}
.tab_area 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_area img.cambnr{
    text-align: center !important;
    margin-top: 50px ;
}

/*-------------------------------------
ご注意事項
---------------------------------------*/
.caution {
	font-size: 16px;
	text-align: left;
}

/*-------------------------------------
修理のお申込み方法
---------------------------------------*/
.useList {
    display: flex;
    justify-content: space-around;
}
a.flowWebLink, a.flowShopLink {
    font-size: 20px;
    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;
}
#content p.useFlowText_sub {
    padding-top: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}
#content p.useFlowText {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1rem!important;
    padding-bottom: 40px;
}
#content p.useFlowText_here {
    background-color: #fff;
    color: #014099!important;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    width: 320px;
    margin: 40px auto 0;
    font-size: 20px;
}
.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: 320px;
	/*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(../../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 auto ;
    padding: 0.8rem 15rem ;
    color: #ffffff !important;
    background-color: #e68600 ;
    border-radius: 12px;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
	position: relative;
}
.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 p.txt_03 {
    font-size: 16px;
    line-height: 200%;
    text-align: left;
    margin: 0 10px;
}

/*-------------------------------------
追加対応
---------------------------------------*/
.diagList2 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.diagList2 li {
    width: 23%;
    position: relative;
    margin: 10px 10px 20px;
}
.repairDiagLink2 {
    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;
}
.repairDiagLink2 p.mainttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}
.repairDiagLink2 p.subttl {
    font-size: 14px;
    color: #7f7f7f!important;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.repairDiagLink2 .diagArrow {
    position: relative;
    width: 100%;
    height: 170px;
    padding-top: 60px;
    text-align: center;
    color: #161616;
    background: #fff url(../../img/out-of-warranty/icon-exclamation02.png)no-repeat top20px center;
    background-position: top20px center;
}
.cy02{
    margin-bottom: 50px;
}
.cy02 a{
    color: #2a79de;
    text-decoration: underline;
}
.cy02 a:hover {
    color: #2a79de;
    text-decoration: none;
}

/*特急バナー表示*/
.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 ;
}
.topimage h2 {
    font-size: 30px !important;
    color: #245aa4;
    font-weight: 600;
	margin-top: 30px;
    margin-bottom: 0px !important;
}
.topimage h2 span {
    color: #00a2ed;
    font-size: 84px;
}    
.topimage h2 span.tokyuTxt {
    color: #245aa4 ;
    font-size: 18px;
    text-align: left ;
}
/*-------------------------------------
スマホ表示
---------------------------------------*/

@media screen and (max-width: 479px) {
body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
}
#content section {
    padding: 60px 0 30px;
    width: 100%;
    margin: 0 auto;
}
#content p {
    font-size: 14px;
}
.section_inner_UPServ {
    max-width: 96%;
}
.areattl {
    font-size: 5.5vw;
}
.description {
}
.desctokkyu {
    width: 96% !important;
    margin: 20px auto 30px auto;
}    
.pcon{
    display: none;
}
.spon{
    display: block;
}
.cy01{
    width: 90%;
    margin: auto;
    text-align: left; 
}
#content p.cy02{
    text-align: left;
    width: 90%;
    margin: 0 auto 40px;
}
#content p.sub_p {
    width: auto;
    margin: 6px auto;
    color: #2a79e1;
    letter-spacing: 0;
    text-align: right;
    font-size: 0.8em;
    padding-right: 0;
}
#content p.txt_03 {
    font-size: 0.9em;
    line-height: 180%;
    text-align: left;
    width: 90%;
    margin: auto;
}

.main_ttl {
    width: 80%;
    height: auto;
    margin-left: 0;
    /*margin-top: -60px;*//*CP外し*/
    margin-top: 0px;/*CP*/
}
.box_t2 {
    display: block;
    margin-bottom: 60px;
}
/*保証期間外の修理*/
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%;
}
.box_t1 .txt_01{
    text-align: left;
    margin: 0 20px;
}
.box_t2 .txt_01{
    text-align: left;
    margin: 0 20px 50px;
}
.box_t1 img {
    margin: auto;
    margin-bottom: 30px;
}
.box_t2 img {
    margin: auto;
    margin-bottom: 30px;
}
.areattl2 {
    font-size: 150% ;
    font-weight: bold;
    color: #161616;
    margin-bottom: 40px;
    letter-spacing: 6px;
}
.areattl2 span {
    display: block;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
/*グローバルナビ*/
nav.section_nav {
    border-radius: 0;
    margin: -2%;
}
nav.section_nav a::after {
    content: none;
}
nav.section_nav a {
    font-size: 12px;
}
.inside ul li {
	width: 25%;
}
.inside ul li:nth-child(n+2) {
    border-left: 1px solid #fff;
}
	
/*不具合の内容と修理価格の例*/
.bg_blue.spz {
    background:unset;
    background: url(../../img/out-of-warranty/bg_pcimg.png)no-repeat top+2570px right+30%, -webkit-linear-gradient(90deg, #b5d8ff 0%, #e7f0fd 100%);
}


#content section.bg_blue {
    background-size: 80%;
    padding: 0 0 1px;
}
.diagList>li {
    width: 84%;
    margin: 5px auto 20px;
}
.diagArrow {
    background-size: 20px;
}
#content .repairDiagLink p.mainttl {
    font-size: 5vw!important;
    height: auto;
    padding-bottom: 10px;
}
.subttl {
    font-size: 12px!important;
}
table.dList_price {
    font-size: 12px;
}
.diag_total {
    font-size: 12px!important;
}
.diag_total strong {
    font-size: 14px;
}
#content .repairDiagLink p.icons {
    height: auto;
}
#content .repairDiagLink p.icons img {
    width: 100px;
}
.diagListCaption {
    background-color: #edf5ff;
    border-radius: 0 0 7px 7px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 4px;
    width: 100%;
}
.diagListCaption ul li a {
    padding: 10px 30px;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 140%;
}
.diagListCaption ul li a::after {
    content: "";
    position: absolute;
    right: 15px;
    background: url(../../img/pc_assembling/anc_sp.png)center no-repeat;
    width: 14px;
    height: 21px;
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
    
/*修理作業料金表*/
.txtL{
    font-size: 20px;
}    
    
/*店頭ワンコイン・アドバイス*/
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;
    padding: 12px 10px;
}
    
.tab_area figure.txtCenter{
    text-align: center !important;
    }
    
/*修理のお申込み方法_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 p.useFlowText_here {
    width: 230px;
    margin: 25px auto 0;
    font-size: 14px;
}
.useList li {
    margin-bottom: 50px;
}
    
/*今すぐ修理を申し込むボタン*/
.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{
    width: 94% ; 
    margin: 20px 0;
    padding: 12px 0 ;
    font-size: 15px !important;
}

/*特急バナー表示*/
.topimage {
		display: flex;
		flex-direction: column;
	    margin-bottom: 0px;
        margin-top: 20px;
        width: 96% !important;
	}
.topimage img {
		width: 70%;
        margin-bottom: 15px ;
	}
.topimage h2 {
		font-size: 4.5vw;
		margin-top: 0 ;
		text-align: center;
	}
.topimage h2 span {
		font-size: 8.1vw;
	} 

/*-------------------------------------
追加対応
---------------------------------------*/
.diagList2 li {
    width: 45%;
    margin: 5px 5px 20px;
}
.repairDiagLink2 .diagArrow {
    background-size: 20px;
}
.areattl.cy03{
  letter-spacing: .6vw;  
}
#content p.useFlowText_sub {
    padding-top: 20px;
    letter-spacing: 0;
    font-size: 0.7em;
}

/*修理のお申込み方法(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;
}

}/*スマホ表示ここまで*/


/*-------------------------------------
汎用
---------------------------------------*/
.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;
  }
}