@charset "utf-8";
/* フリーページ共通 */
main.free-page {
    padding-top: 60px;
}

.page-title-container img {
    margin-bottom: 30px;
}

.qa-list {
    display: flex;
    justify-content: space-around;
    padding: 35px;
    border: 1px solid #707070;
    border-radius: 20px;
    margin: 50px 0;
}

.qa-list ul {
    list-style: none;
    width: 45%;
    padding: 0;
}

.qa-list li {
    margin-bottom: 10px;
}

.answer-feature {
    margin: 70px 0;
}

.free-page section h3,.fs-body-about-terms section h3,.fs-body-about-returnPolicy section h3,.fs-p-privacyPolicy h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.free-page section h2,.fs-body-about-terms section h2,.fs-body-about-returnPolicy section h2,.fs-p-privacyPolicy h2 {
    background: #F3EFE9;
    padding: 20px;
    margin: 50px 0;
}

/* ご利用ガイド */

.guide-item {
    margin-bottom: 60px;
}

.guide-menu-list {
    margin: 40px 0;
}

.guide-menu-list a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}

.guide-menu-list ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.guide-menu-list li {
    width: 23%;
    text-align: center;
    background: #7E7C7C;
    color: #fff;
    letter-spacing: 1px;
}

.guide-flow {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    align-items: center;
}

.guide-flow li {
    background: #FFE7C2;
    flex-direction: column;
    width: 30%;
    text-align: center;
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.guide-flow li:nth-child(2n) {
    background: none;
    width: 3%;
    font-size: 162%;
}

.guide-flow span {
    font-size: 85%;
}

.free-page section h5 {
    font-size: 100%;
    display: flex;
    align-items: center;
}

.free-page section h5::before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50%;
    margin-right: 15px;
}

.free-page section h4 {
    background: #585858;
    padding: 14px 20px;
    color: #fff;
    margin-bottom: 35px;
}

.guide-feature h2 {
    margin-top: 100px !important;
}

.guide-item h4 {
    display: flex;
    align-items: center;
}

.guide-item h4 img {
    margin-right: 20px;
    width: 40px !important;
}

.free-page section h6 {
    font-size:100%
}

.guide-item table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.guide-item td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.guide-item tr td:first-child {
    background: #F5F5F5;
    width: 15%;
}

.guide-item tr td:last-child {
    width: 20%;
    text-align: right;
}

.guide-item .payment-table th {
    padding: 14px 0px;
    text-align: left;
}

.guide-item table.payment-table tbody tr td {
    text-align: left;
}

.delivery-time {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.delivery-time li {
    background: #F6F0E8;
    padding: 15px 0;
    width: 13%;
    text-align: center;
}

#guide03 p span {
    color: #990100;
}

.gift-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:40px;
}

.gift-left {
    width: 60%;
}

.gift-right {
    width: 35%;
}

.gift-item p {
    margin-bottom: 25px;
}

.gift-item h5 {
    margin: 0;
    margin-bottom: 10px;
}

.gift-item h3 {
    width: 100%;
    margin-bottom: 50px !important;
}

/* 用途別 */
.purpose-item {
    width: 30%;
    margin-bottom: 40px;
}

.purpose-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.purpose-item p {
    font-size: 85% !important;
    margin: 0;
    margin-top: 5px;
}

.fs-c-documentColumn {
    margin-bottom: 50px;
}

/* 注文書ダウンロード */
table.fax-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.fax-table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.fax-table tr td:first-child {
    background: #F5F5F5;
    width: 15%;
}

.fax-table tr td:last-child {
    width: 20%;
    text-align: right;
}

.fax-table th {
    padding: 14px 0px;
    text-align: left;
}

.fax-table tbody tr td {
    text-align: left;
}

.fax-download {
    justify-content: space-between;
}

.fax-info {
    width: 70%;
}

.fax-img {
    width: 25%;
}

.fax-info a {
    width: 60%;
    display: block;
    background: #fb7324;
    border-radius: 3px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}