@charset "UTF-8";

#container {
  max-width: 100%;
}

.main_container {
    width: 100%;
}

.main_container img {
    margin-bottom: -5px;
}

.main_container * {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP','游ゴシック体','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif
}

.main_container section {
    padding: 100px 0;
}

.main_container section:first-child {
    padding-top: 80px;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.inner.-wide {
    width: 1200px;
}

.bg_dot {
    background-image: radial-gradient(#F3F3F3 3px, transparent 3px);
    background-size: 40px 40px;
}

.bg_blue {
    background: #00A0E9;
}

.main_container h2 {
    color: #01A0E9;
    text-align: center;
    font-size: 54px;
    margin-bottom: 64px;
}

.main_container .bg_blue h2 {
    color: #FFFFFF;
}

/* =============================================
mv
============================================= */
.mv {
    background: #26A6F2;
}

.mv_image {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* =============================================
pickup
============================================= */
.pickupList {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.pickupList > li {
    width: 580px;
}

.rentalBtn {
    display: block;
    width: fit-content;
    margin: 80px auto 0;
}

.rentalBtn:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

/* =============================================
サービス内容
============================================= */
/* レンタル料金表 */
.service_title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    margin-bottom: 32px;
}

.note {
    margin-top: 40px;
}

.note > li {
    color: #FFF;
    padding-left: 1.25em;
    text-indent: -1.25em;
}

.note > li::before {
    content: "※";
    margin-right: 0.25em;
}

.note > li.-large {
    font-size: 20px;
    margin-bottom: 0.5em;
}

.note > li.-large > span {
    color: #26A6F2;
    background: #FFF200;
    margin: 0 3px;
}

.note > li > a {
    color: #FFF;
}

/* 対象端末 */
.deviceList_wrap {
    margin-top: 80px;
}

.deviceList {
    display: flex;
    gap: 25px;
}

.deviceList > li {
    background: #FFF;
}

.device_body {
    padding: 12px;
}

.device_labels {
    display: flex;
}

.device_labels > li {
    padding: 3px;
    font-size: 12px;
    line-height: 1;
    background: #000;
    color: #FFF;
    border: 1px solid #000;
}

.device_labels > li.-blue {
    background: #26A6F2;
    border: 1px solid #26A6F2;
}

.device_labels > li.-white {
    background: #FFF;
    color: #000;
}

.device_head {
    width: 100%;
    height: auto;
}

.device_name {
    margin-top: 8px;
}

.arrowLink {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 16px;
    width: fit-content;
    text-decoration: underline;
}

.arrowLink_icon {
    margin-left: 8px;
}

/* =============================================
サービス利用手順
============================================= */
/* ステップリスト */
.step {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.step > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: #FFF;
    padding: 40px 5px 20px 30px;
    overflow: visible;
}

.step > li:last-child {
    padding-right: 30px;
}

.step > li:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: -41px;
    content: "";
    width: 41px;
    height: 100%;
    background-image: url(/pc/img/feature/sumahorental/step_bg_parts.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

.step_number {
    position: absolute;
    top: -20px;
    left: -10px;
}

.step_text {
    margin-bottom: 20px;
}

.note.step_note {
    margin-left: 510px;
    margin-top: 20px;
}

.step_image {
    width: 100%;
    height: auto;
}

/* 返却時 */
.return {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 700px;
    margin: 60px auto 0;
    background: #FFF;
    padding: 40px;
}

.return_title {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.returnBox_detail {
    width: 400px;
}

.returnBox_image {
    width: 220px;
}

.return_red {
    color: #E30000;
    margin-bottom: 8px;
}

.returnBox {
    background: #FCE5E5;
    border: 2px solid #E30000;
    padding: 10px 15px;
    width: fit-content;
    margin-top: 8px;
}

.returnBox_list > li {
    font-weight: normal;
    font-size: 14px;
}

/* =============================================
取り扱い店舗を探す
============================================= */
#shop {
    color: #FFF;
}

.shop_text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.shopList_text {
    margin-top: 60px;
    margin-bottom: 40px;
}

.shopList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.shopList a {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 40px;
    border: 2px solid #F8BF00;
    background-image: linear-gradient(180deg, #FFF000, #FFD800);
    text-decoration: none;
    color: #000;
    line-height: 1;
    padding: 15px 20px;
}

.shopList a::before {
    position: absolute;
    right: 20px;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    border: 1px solid #BE9200;
    transform: translateY(-50%);
}

.shopList a::after {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    rotate: -45deg;
}

.shopList a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

/* セレクトボックス */
.shopList_select_wrap {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.shopList_select_wrap::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    pointer-events: none;
}

.shopList_select_wrap select {
    appearance: none;
    min-width: 1000px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

/* =============================================
安心してご利用いただくために
============================================= */
.dataBox {
    border: 1px solid #DDDDDD;
    padding: 60px 100px;
    display: flex;
    justify-content: space-between;
    background: #FFF;
}

.dataBox_image {
    width: 480px;
}

.dataBox_image > img {
    width: 100%;
}

.dataBox_detail {
    width: 480px;
}

.dataBox_title {
    font-size: 32px;
    position: relative;
    display: inline-block;
    color: #26A6F2;
    text-decoration: underline;
    text-decoration-color:#FFD800;
}

.dataBox_text {
    margin-top: 32px;
}

/* =============================================
よくある質問
============================================= */
/* アコーディオン */
.qaList_accordion {
    padding: 0 40px;
    background: #FFF;
}

.qaList_accordion+.qaList_accordion {
    margin-top: 14px;
}

.qaList dt {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding: 24px 30px 24px 0;
    cursor: pointer;
    transition: 0.4s;
    letter-spacing: 0.28px;
}

.qaList dd {
    display: none;
    font-size: 14px;
    padding: 24px 30px 24px 0;
    border-top: 1px solid #DDDDDD;
}

.qaContent_inner {
    display: flex;
}

.qaContent_number {
    margin-right: 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.qaContent_question {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.qaContent_answer {
    font-size: 13px;
    margin-top: 10px;
    color: #000;
}

.qaContent_answer .text_bold {
    font-weight: bold;
    color: #000;
}

.qaContent_answer a {
    color: #000;
}

/* アコーディオン（アイコン） */
.qaList .qaList_icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 12px;
    transform: translate(-15px, -50%);
}

/* 横線 */
.qaList .qaList_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

/* 縦線 */
.qaList .qaList_icon::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 2px;
    height: 22px;
    background: #000;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
}

/* 開いた時（マイナスにする → 縦線を消す） */
.qaList dt.show .qaList_icon::after {
    opacity: 0;
}

/* =============================================
helper
============================================= */
.mt-0 {
    margin-top: 0 !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}