@charset "UTF-8";

/*全般ここから*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: auto;
}

.shoppingguide p {
    margin-bottom: 30px;
}

.shoppingguide a {
    color: #0000ff;
}

.shoppingguide .ttl {
    color: #fff;
    background-color: #002588;
    text-align: center;
    padding: 10px;

    margin-top: 60px;
    margin-bottom: 60px;
}

.shoppingguide .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-bottom: 30px;
}

.shoppingguide #gift_area .box {
    margin-bottom: 0;
}

.shoppingguide .icon,
.shoppingguide .icon_b {
    width: 30%;
    margin: 0;
}

.shoppingguide .icon img {
    width: 85%;
    margin-left: 20px;
}

.shoppingguide .icon_b img {
    width: 100%;
}

.shoppingguide .txt_ctr {
    width: 70%;
    letter-spacing: .01em;
    line-height: 1.4;
    color: #333e48;
    margin: 0;
}

.shoppingguide .txt_s {
    font-size: 15px;
/*    font-size: 16px;*/
}

.shoppingguide .txt_intl {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.shoppingguide .txt_m {
    font-size: 16px;
/*    font-size: 18px;*/
}

.shoppingguide .txt_l {
    font-size: 20px;
}

.shoppingguide .txt_xl {
    font-size: 24px;
}

.shoppingguide .txt_scrshot {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.shoppingguide .red {
    color: #cd0000;
}

.shoppingguide .bold {
    font-weight: bold;
}

.shoppingguide .amazon_img {
    width: 100%;
    margin-bottom: 40px;
}

.shoppingguide .txt_ctr .navy_square {
    color: #fff;
    background-color: #333e48;
    padding: 2% 10%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
}

.shoppingguide .white_square {
    border: 1px solid #333e48;
    padding: 5% 15%;
    text-align: center;
    width: fit-content;
}

.shoppingguide .white_field {
    border: 1px solid #333e48;
    border-radius: 10px;
    padding: 5%;
}

.shoppingguide .gray_field {
    background-color: #dee0e4;
    border-radius: 10px;
    padding: 5%;
}

.shoppingguide .image {
    text-align: center;
}

/*全般ここまで*/

/*soryo_areaテーブルここから*/
.shoppingguide #soryo_area .table-demo {
    border: 1px solid #333e48;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
}

.shoppingguide #soryo_area .table-demo th,
.shoppingguide #soryo_area .table-demo td {
    padding: 10px;
    border: 1px solid #333e48;
}

.shoppingguide #soryo_area .table-demo th {
    width: 60%;
    font-weight: normal;
}

.shoppingguide #soryo_area .table-demo td {
    width: 40%;
}

/*soryo_areaテーブルここまで*/

/*haiso_areaテーブルここから*/
.shoppingguide #haiso_area .table-demo {
    border: 1px solid #333e48;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
}

.shoppingguide #haiso_area .table-demo th,
.shoppingguide #haiso_area .table-demo td {
    padding: 10px;
    border: 1px solid #333e48;
}

.shoppingguide #haiso_area .table-demo th {
    width: 40%;
    font-weight: normal;
}

.shoppingguide #haiso_area .table-demo td {
    width: 60%;
}

/*haiso_areaテーブルここまで*/

.btn img {
    width: 100%;
    margin-bottom: 20px;
}

/*上部案内ここから*/
.topinfo {
    text-align: center;
    margin: 50px 0px 100px 0px;
}

a.btn-border {
    border: 1px solid #002588;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    /* padding: 15px 40px; */
    color: #002588;
    margin: 20px;
    width: 130px;
    height: 50px;
}

a.btn-border:hover {
    color: #fff;
    background: #002588;
}

/* 数字リスト */
.list-wrapper {
    display: flex;
    gap: 10px;
}

.list-text {
    font-size: 16px;
    color: #333;
}

.list_circle_num {
    padding: 7px 10px;
    border-radius: 50%;
    background-color: #eef1f2;
    color: #5f7276;
    font-weight: bold;
    font-size: 19px;
}

.list_square_num {
    padding: 1px 8px;
    background-color: #eef1f2;
    color: #5f7276;
    font-size: 16px;
    font-weight: bold;
}

/* よくある質問 */

.questionArea {
    margin: 20px 0 30px;
    list-style: none;
}

.questionArea li {
    margin: 0 0 10px;
}

.pushArea {
    padding: 10px 3%;
}

.anserArea {
    padding: 2%;
}

.btnOff {
    background: #f1f1f1 url(https://gigaplus.makeshop.jp/probousai/renewal/images/faq/plus.png) no-repeat;
    background-position: center right 20px;
    background-size: 13px;
}


.btnOn {
    background: #f1f1f1 url(https://gigaplus.makeshop.jp/probousai/renewal/images/faq/minus.png) no-repeat;
    background-position: center right 20px;
    background-size: 13px;
}

.quest_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 1.8;
    letter-spacing: .01em;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    width: 97%;
}

.quest_text img {
    width: 12px;
    margin-right: 3%;
}
.quest_text a {
    color: blue !important;
}

.txt_inner {
    display: block;
}

li a {
    color: blue;
    text-decoration: none;
}

.faq p {
    margin-bottom: 0px;
}

.faq .ttl {
    color: #fff;
    background-color: #002588;
    text-align: center;
    padding: 10px;

    margin-top: 60px;
    margin-bottom: 60px;
}

.faq .txt_xl {
    font-size: 24px;
}
