@charset "utf-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: left; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1.0; }

/*文字サイズの自動調整を無効化しています*/
body {
  line-height: 1.0;
  -webkit-text-size-adjust: none; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
section要素などをブロック要素へ変更しています*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*ホバー、アクティブ時のアウトラインを消しています*/
a:hover,
a:active {
  outline: 0; }

/*ol、ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*スタイリングを再指定しています*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

/*pre,code等のフォントを指定しています*/
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*pre-formatted textの読みやすさを改善しています*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を
親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*ins要素のデフォルトをセットし、
色を変える場合はここで変更できるようにしています*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/*mark要素のデフォルトをセットし、
色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、
目立たせる際に使用するようです*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、
下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

/*テーブルの中身を天地中央にします*/
th, td {
  vertical-align: middle; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 15px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*フォームの入力項目をいい感じに配置します*/
button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: sans-serif; }

button, input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder {
  color: #ccc; }


/*フォームの入力値が正常だった場合のスタイルです*/
:valid {
  background-color: #fff; }

/*フォームの入力値が異常だった場合のスタイルです*/
:invalid {
  background-color: #80beb9; }

/*フォームの入力値が範囲内だった場合のスタイルです*/
:in-range {
  background-color: lightgreen; }

/*フォームの入力値が範囲外だった場合のスタイルです*/
:out-of-range {
  background-color: red; }

/*フォームへの入力が必須の場合のスタイルです*/
:required {
  border-style: solid; }

/*フォームへの入力が必須でない場合のスタイルです*/
:optional {
  border-style: dashed; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

/*テキストエリアのスクロールバーを削除し、上寄せにしています*/
textarea {
  overflow: auto;
  vertical-align: top; }

/*画像を縦に並べたときに隙間が空かないようにしています*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* 汎用パーツ 書き出しあり
------------------------------------------------- */
.invisible {
  visibility: hidden; }

.displayNone {
  display: none; }

/* 案件別mixin
------------------------------------------------- */
/* 案件別共通パーツ
------------------------------------------------- */
/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* ページ基本設計
------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    font-size: 12px;
    color: #000;
    background-color: #F5F4F0;
}
body {
    width: 100%;
    height: auto;
}

a,
a:link {
  color: #0465dc;
  border-bottom: 1px dotted #999;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }


/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: red; }
  .red a {
    color: inherit;
    border-bottom-color: red; }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }
@media (min-width: 981px) {
  .large {
  font-size: 1.8rem;
  }
}


/* 	テキスト設定
-------------------------------------------------*/
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  font-size: 1.6rem;
  }
@media (max-width: 980px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0;
}
@media (min-width: 981px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 30px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
}
@media (max-width: 980px) {
  h4, .h4 {
    font-size: 4.5rem;
  }
}

h5 {
    font-size: 2rem;
}
@media (max-width: 980px){
  h5 {
    font-size: 3.5rem;
  }
}

h6, .h6 {
    font-size: 2rem;
}
@media (max-width: 980px) {
    h6 {
        font-size: 3.5rem;
    }
}

h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
}

/* 	メイン
-------------------------------------------------*/
#main {
    width: 100%;
}

.header {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
}
.header h1 {
    font-size: 3.0rem;
}

.faqWrap {
    width: 95%;
    max-width: 1100px;
    margin: 50px auto;
    border-radius: 25px;
    padding: 30px;
    background-color: #ffffff;
}
.index {
    width: 100%;
    border-radius: 10px;
    background-color: #455A64;
    padding: 40px 20px;
}
    .index .caption {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: nowrap;
    }
.caption li {
    border-bottom: 1px solid #ffffff;
    padding-right: 2.0rem;
    margin: 0 20px;
    line-height: 1.5;
}
    .caption li a {
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: none;
        position: relative;
    }
    .caption li a::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 15px;
        background: url(../img/triangle_bottom.png) no-repeat center right;
        background-size: 100%;
        position: absolute;
        right: -2rem;
        left: auto;
        bottom: 3px;
    }

.faqWrap h2 {
    font-size: 2.5rem;
    border-left: 5px;
    padding-left: 15px;
    border-left: 5px solid #000000;
}

.faqInnerwrap {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto;
}

/*アコーディオン全体*/
.accordion-area {
}

    .accordion-area li {
    }

    .accordion-area section {
    }

/*アコーディオンタイトル*/
.faqtitle {
    cursor: pointer;
    transition: all .5s ease;
    text-align: left;
    position: relative;
}

    .faqtitle::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        border-top: 1px solid #000000; /*上の線*/
        border-bottom: 2px solid #000000; /*下の線*/
        width: 100%;
        height: 3px; /*空けたい隙間＋上の線＋下の線*/
    }

    .faqtitle h3 {
        font-size: 2.0rem;
        line-height: 1.5;
        text-align: left;
        position: relative;
        margin: 30px 0 10px;
        text-indent: -3rem;
        padding-left: 3rem;
    }
        .faqtitle h3::before {
            content: '';
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url(../img/question.png) no-repeat center left;
            padding-right: 10px;
        }

        .faqtitle h3:after {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(../img/arrow.png) no-repeat center right;
            background-size: 100%;
            position: absolute;
            right: 0;
            left: auto;
            transition: transform 0.6s;
        }

    .faqtitle.close h3:after {
        transform: rotate(180deg);
        transform-origin: 50% 50%;
    }


/*アコーディオンで現れるエリア*/
.faqbox {
    display: none; /*はじめは非表示*/
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}

.faqbox ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}

    .faqbox ul li::before {
        content: '・';
    }

.faqbox p {
    font-size: 1.5rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}
.faqbox .mgTop {
    margin-top: 15px;
}

.shop {
    display: flex;
    flex-direction: column;
    margin-left: 1.2em;
    margin-top: 5px;
}
.shop div {
    display: flex;
    flex-direction: row;
}
    .shop div p {
        font-size: 1.5rem;
        line-height: 1.5;
        text-indent: 0;
        padding-left: 1em;
    }
.shop div p:first-child {
    width:10rem;
}
.shop div p:nth-child(2) {
    flex: 1;
}
.p_bold {
    font-weight: bold;
}
.spbr {
    display: none;
}


/* フッター
------------------------------------------------- */
#globalfooter {
    background-color: #455a64;
    padding: 40px 0;
    width: 100%;
    font-size: 1.2rem;
}
.gf_wrap {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.gf_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gf_r {
}
.bland {
    font-size: 1.2rem;
    color: #ffffff;
}
.bland li {
    padding-left: 15px;
}
.gf_wrap ul li {
    margin: 5px 0;
}

#globalfooter a {
    color: #ffffff;
    border-bottom: none;
    text-decoration: none;
}

#globalfooter .copyright {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 80px;
    color: #ffffff;
}
  .spbr {
      display: none;
  }


/* ScrollTop button
------------------------------------------------- */
#page_topWrap {
    position: fixed;
    margin: 0 0 0 auto;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 30px;
    opacity: 1.0;
    z-index: 100;
}

#page_top {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #455A64;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    text-decoration: none;
    border-bottom: none;
}

    #page_top::before {
        content: '';
        position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-family: 'Material Symbols Rounded';
        font-weight: 900;
        content: '\eacf';
        font-size: 6rem;
        color: #455a64;
    }



/* 1280px以下
------------------------------------------------- */
@media (max-width: 1280px) {
    #page_top {
        right: 15px;
        bottom: 100px;
    }
}


/* 1200px以下
------------------------------------------------- */
@media (max-width: 1200px) {
}

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
}
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
}


/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .header {
        margin: 25px auto;
    }
    .header h1 {
        font-size: 2.5rem;
    }
    .faqWrap {
        margin: 30px auto;
        border-radius: 15px;
        padding: 15px;
    }
    .index {
        padding: 20px 20px;
    }
    .index .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .caption li {
        line-height: 2.0;
        margin: 5px;
    }
        .caption li a {
            font-size: 1.6rem;
        }
            .caption li a::after {
                right: -3rem;
                bottom: 2px;
            }
    .faqWrap h2 {
        font-size: 2.0rem;
    }
    .faqtitle h3 {
        font-size: 1.8rem;
        margin: 20px 0 20px;
        padding-right: 22px;
        line-height: 1.5;
        padding-bottom: 5px;
    }
    .faqbox {
        width: 95%;
    }
    .spbr {
        display: block;
    }
    .shop {
        margin-left: 0;
    }
        .shop div p:first-child {
            width: 9rem;
        }


    .gf_top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .bland {
        font-size: 1.5rem;
        text-align: center;
    }
    #globalfooter ul {
        margin: 20px 0;
    }
    #globalfooter ul li {
        padding: 20px 0 0;
        text-align: center;
    }
    #globalfooter li a {
        font-size: 1.3rem;
        display: block;
    }
    #globalfooter .copyright {
        font-size: 1.3rem;
        position: relative;
    }
    #page_top {
        right: 3%;
        bottom: 15%;
    }
    #page_top a::before {
        font-size: 5rem;
    }
    #right_tower {
        right: 0px;
    }
    .cartbuttonwrap {
        width: 85%;
        height: 85%;
    }
    .p_top {
        margin-top: 10px;
    }
}

/* SP(SE)
------------------------------------------------- */
@media (max-width: 375px) {
}

/* コピーガード
------------------------------------------------- */
/*.img-guard {
    position: relative;
    width: 100%;
    height: calc(1120 / 2000 * 100%);
    z-index: 100;
}

.guard-nopic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.guard-nopic img {
    width: 100%;
}
*/