@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
    box-sizing: border-box;
}

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

body {
    font-size: 14px;
    background: #FFFFFF;
    font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
}

img {
    vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    border: 1px solid #999999;
}

.for-pc {
    display: none !important;
}

.sp-br {
    display: block;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.sub-mainimg {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 150px;
    background: url('./../img/index/mainimg_sp.png') no-repeat center;
    background-size: cover;
}

.sub-mainimg p {
    position: absolute;
    top: 45%;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 7vw;
    font-weight: 700;
    border-bottom: 1px solid #1869C3;
    padding-bottom: 10px;
    color: #ffffff;
    line-height: 130%;
    text-align: center;
    text-shadow: 2px 2px 1px #1869c3, -2px 2px 1px #1869c3, 2px -2px 1px #1869c3, -2px -2px 1px #1869c3;
}

.bread-box {
    background: #1869c3;
    color: #FFFFFF;
    padding: 5px 0;
}

.sst {
    margin: 30px 0 10px;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 6.5vw;
    color: #1869c3;
}

.sub-st {
    width: 95%;
    margin: 30px auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1869c3;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 6.5vw;
    color: #1869c3;
}

.sub-sst {
    width: 95%;
    margin: 10px;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 6.5vw;
    color: #222222;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/


/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {
    margin-top: 52px !important;
}

.content {
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}



/**/
.main-image {
    margin: 32px auto 16px;
    position: relative;
}

.main-image img {
    width: 100%;
}

.main-image a {
    display: block;
    background: #4b4b4b;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    width: fit-content;
    padding: 12px;
    position: absolute;
    top: 45vw;
    left: 6vw;
    border-radius: 4px;
}


/**/
.point-box {
    margin: 30px 0;
}

.point-box .pb-listbox {
    display: block;
    background: #FFFFFF;
    box-shadow: 3px 3px 10px 3px #CCCCCC;
    padding: 10px;
    margin: 20px 0;
}


.point-box .pb-listbox ul li {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.point-box .pb-listbox ul li:last-of-type {
    margin-bottom: 0;
}

.point-box .pb-listbox ul li:before {
    content: "";

    position: absolute;
    left: 0;
    top: 2px;

    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/icon-check.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.point-box .textbox {
    line-height: 150%;
}

/**/
.twin-pointbox {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #999999;
    display: block;
    overflow: hidden;
}

.twin-pointbox:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
}

.twin-pointbox .tpbox-l {
    margin-bottom: 10px;
}

.twin-pointbox .tpbox-l img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.twin-pointbox .tpbox-r {}

.twin-pointbox .tpbox-r dl {}

.twin-pointbox .tpbox-r dl dt {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.twin-pointbox .tpbox-r dl dd {
    line-height: 150%;
}

/*flow*/
.sub-flow {}

.sub-flow dl {
    margin-bottom: 20px;
    padding: 10px;
    background: #EFEFEF;
    position: relative;
}

.sub-flow dl:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -20px;

    display: inline-block;
    width: 8px;
    height: 20px;
}

.sub-flow dl dt {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
    padding-left: 40px;
    min-height: 45px;
    margin-bottom: 10px;
}

.sub-flow dl dt span {
    position: absolute;
    left: 0;
    top: 0;

    display: inline-block;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

.sub-flow dl dd {
    line-height: 150%;
}

.sub-flow dl dd p {
    margin-top: 5px;
}

.sub-flow dl dd p img {
    max-width: 100%;
}

.sub-flow dl:first-of-type dt span {
    background: url("../img/flow-icon01.png") no-repeat center;
    background-size: contain;
}

.sub-flow dl:first-of-type:after {
    background: #28b2d6;
}

.sub-flow dl:nth-of-type(2) dt span {
    background: url("../img/flow-icon02.png") no-repeat center;
    background-size: contain;
}

.sub-flow dl:nth-of-type(2):after {
    background: #1895bd;
}

.sub-flow dl:nth-of-type(3) dt span {
    background: url("../img/flow-icon03.png") no-repeat center;
    background-size: contain;
}

.sub-flow dl:nth-of-type(3):after {
    background: #117ebc;
}

.sub-flow dl:nth-of-type(4) dt span {
    background: url("../img/flow-icon04.png") no-repeat center;
    background-size: contain;
}

.sub-flow dl:nth-of-type(4):after {
    background: #1669b4;
}

.sub-flow dl:nth-of-type(5) dt span {
    background: url("../img/flow-icon05.png") no-repeat center;
    background-size: contain;
}

.sub-flow dl:nth-of-type(5):after {
    background: #1c50a2;
}

.sub-flow dl:last-of-type dt span {
    background: url("../img/flow-icon06.png") no-repeat center;
    background-size: contain;
}

/*sub-blog*/

.sub-blog {}

.sub-blog .sub-innerbox .content {
    display: block;
    overflow: hidden;
    background: #EFEFEF;
    padding: 20px;
    padding-top: 40px;
}

.sub-blog .blog-listbox {}

.sub-blog .blog-listbox ul {}

.sub-blog .blog-listbox ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1869c3;
}

.sub-blog .blog-listbox ul li dl {
    width: 100%;
    overflow: hidden;
}

.sub-blog .blog-listbox ul li dl dt {
    vertical-align: middle;
}

.sub-blog .blog-listbox ul li dl dt a {
}

.sub-blog .blog-listbox ul li dl dt img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.sub-blog .blog-listbox ul li dl dd {
    padding-left: 5px;
    line-height: 170%;
    margin: 10px 0;
    vertical-align: top;
}

.sub-blog .blog-listbox2 ul li dl dd:last-child {
    padding: 6px;
    border: 1px solid #444;
}

.sub-blog .blog-listbox ul li dl dd p {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    color: #1869C3;
    margin-bottom: 0.5rem;
}

.sub-blog .blog-listbox ul li dl dd p.blog-listbox__text-box {
    color: unset;
    font-weight: unset;
    font-size: 1rem;
}

.sub-blog .blog-listbox ul li dl dd a {}

.sub-blog .blog-listbox ul li dl dd button {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    padding-right: 35px;
    background: #1869c3;
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 1em;
}

.morebtn-bl {
    display: inline-block;
    width: 100%;
    padding: 5px;
    padding-right: 25px;
    border: 1px solid #1869c3;
    text-align: center;

    position: relative;
}

.morebtn-bl:after {
    content: " ";

    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../../img/shop/icon-right-blue.png) no-repeat center;
    background-size: contain;
}

.view-btn_large, .morebtn-bl_large {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    height: 3rem;
}

.select-btn {
    margin: 20px 0;
}

.select-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-btn ul li {
    width: 33%;
    border: 2px solid #2e69c3;
    cursor: pointer;
    margin-bottom: 4px;
}

.select-btn ul li:first-child {}

.select-btn ul li:last-child {}

.select-btn ul li .img-box {
    padding: 4px 0;
    height: 44px;
    text-align: center;
}

.select-btn ul li .img-box img {
    width: 36px;
}

.select-btn ul li dl {}

.select-btn ul li dl dt {
    color: #1869c3;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
}

.select-btn ul li dl dd.b-box {
    background: url('./../../img/svg/arrow-bottom-white.svg')no-repeat center #2e69c3;
    background-size: 20px;
    height: 20px;
}

/*繝懊ち繝ｳ驕ｸ謚樊凾�喇over
-----------------------------------------------------------------*/
.select-btn ul li:hover {
    background-color: #2e69c3;
    color: #fff;
}

.select-btn ul li:hover .img-box {
    height: 44px;
}

.select-btn ul li:hover .img-box img {
    display: none;
}

.select-btn ul li#btn-outlens:hover .img-box {
    background: url("./../../img/index/repair-icon/outlens-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-glass:hover .img-box {
    background: url("./../../img/index/repair-icon/glass-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-display:hover .img-box {
    background: url("./../../img/index/repair-icon/glass-change-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-battery:hover .img-box {
    background: url("./../../img/index/repair-icon/battery-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-water:hover .img-box {
    background: url("./../../img/index/repair-icon/wet-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-wet:hover .img-box {
    background: url("./../../img/index/repair-icon/wet-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-incamera:hover .img-box {
    background: url("./../../img/index/repair-icon/incamera_white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-outcamera:hover .img-box {
    background: url("./../../img/index/repair-icon/outcamera_white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-homebutton:hover .img-box {
    background: url("./../../img/index/repair-icon/button-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-button:hover .img-box {
    background: url("./../../img/index/repair-icon/button-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-connector:hover .img-box {
    background: url("./../../img/index/repair-icon/conect-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-connectors:hover .img-box {
    background: url("./../../img/index/repair-icon/conect-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li:hover dl dt {
    color: #fff;
}

.select-btn ul li:hover dl dd.b-box {
    background: url('./../../img/svg/arrow-bottom-blue.svg')no-repeat center;
    background-size: 20px;
    background-color: #fff;
    border: 1px solid #2e69c3;
    height: 20px;
    z-index: 999;
}


.select-btn ul li.sel {
    background-color: #2e69c3 !important;
    color: #fff !important;
}

.select-btn ul li.sel .img-box {
    height: 44px !important;
}

.select-btn ul li.sel .img-box img {
    display: none !important;
}

.select-btn ul li#btn-outlens.sel .img-box {
    background: url("./../../img/index/repair-icon/outlens-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-glass.sel .img-box {
    background: url("./../../img/index/repair-icon/glass-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-display.sel .img-box {
    background: url("./../../img/index/repair-icon/glass-change-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-battery.sel .img-box {
    background: url("./../../img/index/repair-icon/battery-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-water.sel .img-box {
    background: url("./../../img/index/repair-icon/wet-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-wet.sel .img-box {
    background: url("./../../img/index/repair-icon/wet-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-incamera.sel .img-box {
    background: url("./../../img/index/repair-icon/incamera_white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-outcamera.sel .img-box {
    background: url("./../../img/index/repair-icon/outcamera_white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-homebutton.sel .img-box {
    background: url("./../../img/index/repair-icon/button-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-button.sel .img-box {
    background: url("./../../img/index/repair-icon/button-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-connector.sel .img-box {
    background: url("./../../img/index/repair-icon/conect-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li#btn-connectors.sel .img-box {
    background: url("./../../img/index/repair-icon/conect-white.png")no-repeat center;
    background-size: 36px;
}

.select-btn ul li.sel dl dt {
    color: #fff !important;
}

.select-btn ul li.sel dl dd.b-box {
    background: url('./../../img/svg/arrow-bottom-blue.svg')no-repeat center !important;
    background-size: 20px !important;
    background-color: #fff !important;
    border: 1px solid #2e69c3 !important;
    height: 20px !important;
    z-index: 999 !important;
}


/*---------------------------------------------------------------------------------*/




.result-box {
    margin: 20px 0;
}

.result-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.result-box ul li {
    width: 49%;
    border: 2px solid #2e69c3;
    margin-bottom: 8px;
}

.result-box ul li.bg-none {
    min-height: 61px;
    max-height: 80px;
    overflow: hidden;
    background: none !important;
}

.result-box ul li.bg-none dl {
    width: 70%;
}

.result-box li>img {
    padding: 12px 6px;
    width: 30%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: -3;
}

.result-box ul li#i12pm {
    background: url(./../../img/phone-img/12pm.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i12m {
    background: url(./../../img/phone-img/12m.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i12p {
    background: url(./../../img/phone-img/12p.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i12 {
    background: url(./../../img/phone-img/12.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#ise2 {
    background: url(./../../img/phone-img/se2.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i11pm {
    background: url(./../../img/phone-img/11promax.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i11p {
    background: url(./../../img/phone-img/11pro.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i11 {
    background: url(./../../img/phone-img/11.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#ixsm {
    background: url(./../../img/phone-img/xsmax.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#ixr {
    background: url(./../../img/phone-img/xr.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#ixs {
    background: url(./../../img/phone-img/xs.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#ix {
    background: url(./../../img/phone-img/x.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i8p {
    background: url(./../../img/phone-img/8plus.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i8 {
    background: url(./../../img/phone-img/8.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i7p {
    background: url(./../../img/phone-img/7plus.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i7 {
    background: url(./../../img/phone-img/7.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i6sp {
    background: url(./../../img/phone-img/6splus.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i6s {
    background: url(./../../img/phone-img/6s.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i6p {
    background: url(./../../img/phone-img/6plus.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i6 {
    background: url(./../../img/phone-img/6.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#ise {
    background: url(./../../img/phone-img/se.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i5 {
    background: url(./../../img/phone-img/5.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i5c {
    background: url(./../../img/phone-img/5c.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li#i5s {
    background: url(./../../img/phone-img/5s.png) no-repeat left;
    background-size: 24%;
    background-position-y: 12px;
    background-position-x: 4px;
}

.result-box ul li:first-child {}

.result-box ul li:last-child {}

.result-box ul li dl {
    width: 76%;
    float: right;
}

.result-box ul li dl dt {
    border-bottom: 2px solid #2e69c3;
    color: #2e69c3;
    margin: 4px 8px;
    padding-bottom: 4px;
}

.result-box ul li dl dd {
    font-size: 12px;
    margin: 4px;
    text-align: right;
}

.result-box ul li dl dd span {
    font-size: 13px;
}

.result-box ul li dl dd small {
    font-size: 10px !important;
}


/*
-------------------------------------------------------------------------------------------------------------------------------------*/

.price-empty {
    background: #fff;
    border: 2px solid #2e69c3;
    padding: 4px 0;
    text-align: center;
    margin-top: 4px;
}

.price-empty p {
    display: block;
    width: 100%;
    color: #2e69c3;
    font-weight: bolder;
}

/*#price-display{
    display: none;
}
#price-battery{
    display: none;
}
#price-warter{
    display: none;
}
#price-incamera{
    display: none;
}
#price-outcamera{
    display: none;
}
#price-homebutton{
    display: none;
}
#price-connectors{
    display: none;
}*/


.select-btn ul.other li {
    height: 100px;
}

.select-btn ul.other li:first-child {}

.select-btn ul.other li:last-child {}

.select-btn ul.other li .img-box {
    position: relative;
    height: 100% !important;
    width: 24%;
}

.select-btn ul.other li .img-box img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.select-btn ul.other li dl {
    display: table;
    height: 100%;
    width: 76%;
}

.select-btn ul.other li dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 80%;
}

.select-btn ul.other li dl dd.b-box {
    height: 100%;
    width: 20%;
    display: table-cell;
}


.select-btn ul.dyo li {
    width: 49.8% !important;
    display: flex;
}

/*菫ｮ逅���岼��3遞ｮ*/
.select-btn ul.tri li {
    width: 33% !important;
    display: block !important;
}

.select-btn ul.tri li .img-box {
    position: unset;
    height: 41px !important;
    width: unset;
}

.select-btn ul.tri li .img-box img {
    position: unset;
    transform: unset;
}

.select-btn ul.tri li dl {
    display: block;
    width: 100%;
}

.select-btn ul.tri li dl dt {
    display: block;
    vertical-align: unset;
    text-align: center;
    width: 100% !important;
}

.select-btn ul.tri li dl dd.b-box {
    height: 20px !important;
    width: 100%;
    display: block;
}


.select-btn ul.penta {
    justify-content: start;
}

.select-btn ul.penta li {
    width: 33% !important;
    margin-left: 1px;
}

.select-btn ul.hexa li {
    width: 33% !important;
}

.select-btn ul.hepta {
    justify-content: start !important;
}

.select-btn ul.hepta li {
    width: 24% !important;
    margin-right: 1%;
}

.select-btn ul.octa {
    justify-content: start !important;
}

.select-btn ul.octa li {
    width: 24% !important;
    margin-right: 1%;
}


.explan {
    padding: 12px;
    margin-bottom: 20px;
    background: #00a372;
    color: #fff;
}

.explan dt {
    font-weight: 500;
    font-size: 16px;
}

/* shop-faqbox　*/

.shop-faqbox {}

.shop-faqbox .pagelink {}

.shop-faqbox .faq-box {}

.shop-faqbox .faq-box li {}

.shop-faqbox .faq-box li:first-child {}

.shop-faqbox .faq-box li:last-child {}

.faq-box li .accordion {
    margin-bottom: 20px;
}

.faq-box li .accordion .acc-btn {
    display: table;
    width: 100%;
    height: 36px;
    background: #c8e2ff;
}

.faq-box li .accordion .acc-btn p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
    font-weight: 600;
}

.acc-btn span {
    display: table-cell;
    vertical-align: middle;
    background: #1869c3;
    height: 100%;
    width: 72px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.acc-btn::after {
    content: "";
    display: table-cell;
    height: 100%;
    width: 32px;
    background: url('./../../img/svg/arrow-bottom-blue.svg')no-repeat center;
    background-size: 12px;
    transition: 0.5ms;
}

.active dt::after {
    transform: rotateZ(180deg);
    transition: 0.5ms;
}

.active dd {
    display: table;
}

.faq-box li .accordion .acc-inner {
    display: none;
}

.accordion dd span {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    height: 100%;
    width: 72px;
    text-align: center;
    font-weight: 600;
    color: #1869c3;
}

.faq-box li .accordion dd p {
    display: table-cell;
    padding: 12px 4px;
    background: #fff;
}

.shop-bannerbox {
    width: 100%;
    position: relative;
    margin: 16px auto;
}

.shop-bannerbox img {
    width: 100%;
}

.shop-banner-btn {
    position: absolute;
    bottom: 4vw;
    left: 34vw;
}

.shop-banner-btn img {
    width: 60vw;
}

/**/

.sub-example {}

.sub-example .sst {
    margin: 8px auto 8px;
    font-size: 19px;
}

.sub-example .text-box {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}

.sub-example .point-box {
    margin: 10px 0 20px;
}

.sub-example .pb-listbox {
    padding: 10px 12px;
    margin: 20px 12px;
}

.sub-example .pb-listbox p {
    font-weight: bold;
    line-height: 1.7em;
}

.sub-example .flex-box {
    width: 84%;
    margin: auto;
}

.sub-example .flex-box ul {
    display: flex;
    gap: 1em 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-example .flex-box ul li {
    overflow: hidden;
}

.sub-example .flex-box li p {}

.sub-example .flex-box li video {
    width: 100%;
    aspect-ratio: 16/9;
}

.sub-example .flex-box li source {}

.sub-example .flex-box li img {
    width: 100%;
    aspect-ratio: 16/9;
}

/*#shop_r2_fee|新料金表*/

#shop_r2_fee {
    margin: 2em 0;
}

#shop_r2_fee .t-red {
    font-weight: normal;
}

#shop_r2_fee .scroll-able {
    margin: 1em;
    text-align: center;
}

#shop_r2_fee .scroll-able::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('./../img/svg/arrow-l.svg')no-repeat center;
    background-size: contain;
}

#shop_r2_fee .scroll-able::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('./../img/svg/arrow-r.svg')no-repeat center;
    background-size: contain;
}

.shop-r2-fee-inner {}

.phone-select-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.phone-grid-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    padding: 0.2em;
}

.phone-grid-box figure {
    display: block;
    width: 30%;
    margin: auto;
}

.phone-grid-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.phone-grid-box figcaption {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: bold;
}

.selected {
    background: #1869c3;
    color: #fff;
    cursor: unset;
}

.scroll-x-phone-box {
    overflow-x: scroll;
}

.scroll-x-phone-box>ul {
    display: flex;
    gap: 1em;
}

.phone-box {
    padding: 1em;
    background: #8fbbe5;
    color: #0e1213;
}

.scroll-x-phone-box>ul li:nth-child(2n) {
    background: #c6ddef;
}

.scroll-x-phone-box>ul li:nth-child(3n) {
    background: #c7d5e0;
}

.phone-box dl {}

.phone-title {
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.2em;
}

.phone-image {
    width: 300px;
    text-align: center;
    aspect-ratio: 16/9;
    overflow: hidden;
    padding: 1em;
    background: #fff;
}

.phone-image img {}

.repair-price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4em;
    padding: 1em 0;
}

.repair-price-box {}

.repair-price-box dt {
    font-family: 'Noto sans japanese', sans-serif;
    background: #6b838f;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    padding: 0.6em 0;
}

.repair-price-box dd {
    background: #fff;
    text-align: center;
    font-size: 2em;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: bold;
}

.contactus {
    font-size: 0.4em;
    display: block;
}

/* 20210318｜ボタン調整　*/

#newbuttonbox {
    margin: 20px 0;
}

#newbuttonbox .btn,
#newbuttonbox a.btn,
#newbuttonbox button.btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    width: 100%;
}

#newbuttonbox .btn-wrap-pc-sp {
    max-width: 435px;
    margin: 0 auto 20px;
}

#newbuttonbox a.btn-pc-sp {
    line-height: 1.4;
    width: 49.5%;
    padding: 1.25rem 0;
    color: #ffff;
}

#newbuttonbox a.btn--contact {
    padding: 1.22rem 0;
    margin-top: 10px;
    color: #fff;
    background: #00a372;
    -webkit-box-shadow: 0 5px 0 #007a55;
    box-shadow: 0 5px 0 #007a55;
}

#newbuttonbox a.btn--contact i {
    font-size: 2rem;
}

#newbuttonbox a.btn--contact i.fa-position-left {
    font-size: 2rem;
    left: 1rem;
}

#newbuttonbox a.btn--contact :hover {
    color: #fff;
}

#newbuttonbox a.btn--tel {
    padding: 1rem 0;
    color: #fff;
    background: #1869c3;
    -webkit-box-shadow: 0 5px 0 #12438c;
    box-shadow: 0 5px 0 #12438c;
}

#newbuttonbox a.btn--tel i {
    font-size: 2rem;
}

#newbuttonbox a.btn--tel i.fa-position-left {
    font-size: 2rem;
    left: 1rem;
}

#newbuttonbox a.btn--tel .number {
    line-height: 1;
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 2rem;
    letter-spacing: 0;
    color: #1869c3;
    border-radius: 0.5rem;
    background: #fff;
}

#newbuttonbox a.btn--tel:hover {
    color: #fff;
}

#newbuttonbox a>img {
    height: 1em;
}


#newbuttonbox .fa-position-left {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 1rem;
}

#newbuttonbox .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}

.models {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.models-box {
    width: 100%;
    border: 1px solid;
}

.models-box dl {}

.models-box dt {
    text-align: center;
    padding: 1em;
    background: #efefef;
}

.models-box dd {
    padding: 1em;
}

.models-box ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.models-box li {
    line-height: 1.7;
}

.models-box li::before {
    content: "■";
    color: #1870b6;
    display: inline;
}

.g-map-btn {
	margin: 20px 0;
	text-align: center;
}

.g-map-btn a {
	display: inline-block;
	padding: 10px;
	padding-right: 70px;
	width: 100%;
	position: relative;
	background: #1870b6;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

.g-map-btn a:after {
	content: "";

	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	width: 50px;
	height: 50px;
	background: url(../img/common/search.png) no-repeat center;
	background-size: 90%;
}

.youtubebox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtubebox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*  */


.result-listbox {}

.result-listbox__list {}

.result-listbox__box {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbebff;
}

.result-listbox__box:last-child{
    margin-bottom: none;
}

.result-listbox__item {
    flex: 1 1 100%;
}

.result-listbox__shop-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.result-listbox__detail {
    margin-bottom: 1rem;
}

.result-listbox__item {
    margin-bottom: 1rem;
}

.result-listbox__table {
    width: 100%;
    border: 1px solid #357dd1;
}

.result-listbox__tbody {}

.result-listbox__tr {}

.result-listbox__th {
    width: 30%;
    padding: 1rem;
    background: #357dd1;
    color: #fff;
    border-bottom: 1px solid;
}

.result-listbox__td {
    padding: 1rem;
    border-bottom: 1px solid #357dd1;
}

.result-listbox__tr:last-child .result-listbox__th,
.result-listbox__tr:last-child .result-listbox__td {
    border-bottom: none;
}

.result-listbox__text {
}

.result-listbox__paragraph {
    line-height: 1.7;
}

.result-listbox__image {
    flex: 1 1 100%;
}

.image-box {
    aspect-ratio: 3/2;
    margin: 0;
}

.image-box__inner-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/*フッター
----------------------------------------------------------------------------------------------------*/
footer {
    padding-bottom: constant(safe-area-inset-bottom);
}

.pagetop {
    position: fixed;
    bottom: 20px;
    /*適宜変更*/
    right: 20px;
    /*適宜変更*/
    z-index: 99;
    /*適宜変更・削除*/

    display: inline-block;
    /*必要があれば適宜変更*/
}

.pagetop img {
    /*アイコンを置く場合などは適宜サイズ指定など追加。*/
}