@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;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    opacity: .7;
}

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

#wrapper {
    min-width: unset;
}

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;
}

input[type=submit] {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

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

/*共通
----------------------------------------------------------------------------------------------------*/
.sst {
    margin: 50px 0 30px;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #1869c3;
}

.sub-st {
    width: 1000px;
    margin: 50px auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1869c3;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #1869c3;
}

.sub-sst {
    width: 1000px;
    margin: 16px auto;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #181818;
}

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

.sub-mainimg p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 1px solid #1869C3;
    padding-bottom: 10px;
    color: #ffffff;
    text-shadow: 2px 2px 1px #1869c3, -2px 2px 1px #1869c3, 2px -2px 1px #1869c3, -2px -2px 1px #1869c3;
}

.bread-box {
    background: #1869c3;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
}

.shop-bannerbox {
    width: fit-content;
    margin: 16px auto;
    position: relative;
}

.shop-banner-btn {
    position: absolute;
    bottom: 26px;
    left: 26%;
}

.shop-banner-btn img {}

.shop-bannerbox img {
    max-width: 1000px;
}

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


/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {
    font-size: 16px;
}

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

.main-image img {}

.main-image a {
    display: block;
    background: #4b4b4b;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    width: fit-content;
    padding: 1rem;
    position: absolute;
    top: 40%;
    left: 80px;
    border-radius: 4px;
}




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

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

.point-box .pb-point-text {
    margin: 0 auto;
    width: 1000px;
}

.point-box .pb-listbox ul li {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

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

    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(./../img/icon-check.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
    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 {
    float: left;
    width: calc(50% - 10px);
}

.twin-pointbox .tpbox-l img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: bottom;
}

.twin-pointbox .tpbox-r {
    float: right;
    width: calc(50% - 10px);
}

.twin-pointbox .tpbox-r dl {}

.twin-pointbox .tpbox-r dl dt {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.twin-pointbox .tpbox-r dl dd {
    line-height: 180%;
    font-size: 1rem;
}

/*flow*/
.sub-flow {}

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

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

    display: inline-block;
    width: 10px;
    height: 30px;
}

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

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

    display: inline-block;
    width: 70px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
}

.sub-flow dl dd {
    line-height: 150%;
    padding-left: 100px;
}


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

.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;
}

/*blog*/
.sub-blog {}

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


.sub-blog .blog-list {
    margin: 50px 0;
    display: block;
    overflow: hidden;
}

.sub-blog .blog-listbox {
    display: block;
    width: 100%;
    overflow: hidden;
}


.sub-blog .blog-listbox ul {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sub-blog .blog-listbox ul li {
    float: left;
    width: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}

.sub-blog .blog-listbox ul li:nth-of-type(3n) {
    margin-right: 0;
}

.sub-blog .blog-listbox ul li dl {
    max-height: 455px;
    position: relative;
}

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

.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 {
    line-height: 1.7;
    margin: 10px 0;
    font-size: 14px;
}

.sub-blog .blog-listbox2 ul li dl dd:last-child {
    min-height: 106px;
    padding: 10px;
    border: 1px solid #444;
    position: absolute;
    bottom: 0;
}

.sub-blog .blog-listbox ul li dl dd p {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 18px;
    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;
    min-height: 4rem;
}

.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%;
    font-size: 14px;
    padding: 5px 10px;
    padding-right: 35px;
    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;
}


/* shop-faq */

.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: 40px;
    background: #c8e2ff;
    cursor: pointer;
}

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

.acc-btn span {
    font-family: 'Noto sans japanese';
    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;
}

.faq-box li .accordion dd {
    background: #fff;
}

.accordion dd span {
    font-family: 'Noto sans japanese';
    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: 20px 4px;
}


/*shop-pricebox*/

.shop-pricebox .shop-pb-frame {
    margin: 10px 0;
    display: block;
    overflow: hidden;
}

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

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

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

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

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

.select-btn ul li .img-box {
    padding: 12px;
    text-align: center;
}

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

.select-btn ul li dl {}

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

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

/*hover
-----------------------------------------------------------------*/
.select-btn ul li:hover {
    background-color: #2e69c3;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.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 #fff;
    background-size: 24px;
    border: 1px solid #2e69c3;
    height: 40px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sel dl dt {
    color: #fff !important;
}

.sel dl dd.b-box {
    background: url(./../../img/svg/arrow-bottom-blue.svg)no-repeat center #fff !important;
    background-size: 24px !important;
    border: 1px solid #2e69c3 !important;
    height: 40px !important;
}

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


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

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

.result-box ul li {
    width: 49%;
    height: 180px;
    border: 2px solid #2e69c3;
    margin-bottom: 8px;
    cursor: default;
    overflow: hidden;
}

.result-box li>img {
    padding: 20px 0px 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.result-box ul li.bg-none {
    background: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.result-box ul li dl dd {
    font-size: 20px;
    margin: 0 8px;
    line-height: 200%;
}

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

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



-------------------------------------------------------------------------------------------------------------------------------------*/ .price-empty {
    background: #fff;
    border: 3px solid #2e69c3;
    padding: 8px 0;
    text-align: center;
    margin: 20px 0;
}

.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:first-child {}

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

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

.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: calc(100% - 92px);
}

.select-btn ul.other li dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 12px;
}

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


.select-btn ul.dyo {
    height: 120px !important;
}

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

.select-btn ul.tri {
    height: 120px !important;
}

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

.select-btn ul.tetra li {
    width: 24% !important;
}

.select-btn ul.penta li {
    width: 19.2% !important;
}

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

.select-btn ul.hepta li {
    width: 14.2% !important;
}

.select-btn ul.octa li {
    width: 12% !important;
}

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

.explan dt {
    font-weight: 500;
    font-family: 'Noto sans japanese';
    font-size: 20px;
}


/**/

.sub-example {}

.sub-example .sst {
    margin: 20px auto 12px;
    font-size: 32px;
}

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

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

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

.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 {
    width: 48%;
    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;
    width: 1000px;
    margin: auto;
}

#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;
    gap: 1em;
    padding: 0.2em;
    grid-template-columns: repeat(5, 1fr);
}

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

.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: 20px;
    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: 49%;
}

#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-left: 1.4%;
    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: 32px;
    left: 3%;
}

#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: 32px;
    left: 3%;
}

#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;
    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: 30px 0;
    text-align: center;
}

.g-map-btn a {
    display: inline-block;
    padding: 15px 50px;
    padding-right: 70px;
    width: 1000px;
    position: relative;
    background: #1870b6;
    color: #FFFFFF;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
}

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

    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 20px;
    height: 20px;
    background: url(../../img/common/right-circle-w.png) no-repeat center;
    background-size: contain;
}

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

    position: absolute;
    right: 20px;
    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%;
}

.con-yuusou {
    margin: 20px auto !important;
    width: fit-content;
    display: block;
    overflow: hidden;
    position: relative;
}

.con-yuusou img {
    width: fit-content !important
}

.con-yuusou p {
    position: absolute;
    left: 320px;
    top: 120px;

    width: 640px;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

/*  */


.result-listbox {}

.result-listbox__list {}

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

.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__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;
}

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

/*フッター
----------------------------------------------------------------------------------------------------*/
.pagetop {
    position: fixed;
    bottom: 20px;
    /*適宜変更*/
    right: calc(50% -
            /*コンテンツ幅の半分の値*/
        );
    /*適宜変更 これはコンテンツ幅の右に合わせる場合の指定です*/
    z-index: 99;
    /*適宜変更・削除*/

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

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