﻿@charset "UTF-8";

/* =============================================================

    GUIDE CSS (PC only: 10px to 1rem)

============================================================= */

/* ガイド系静的ページ
======================================================= */
.guide-page {
  padding: 2rem 0 10rem;
  font-size: 1.4rem;
}
.guide-page p, .guide-page dd {
    line-height: 1.7;
}
/*** タイトル要素 ***/
.guide-page .hdg-l1 {
  margin: 4rem 0;
  border-top: none;
  font-size: 2.5rem;
  line-height: 1.2;
  float: none;
  text-align: center;
  color: var(--color-basic);
}

.guide-page .hdg-l1-image {
  font-size: 1.3rem;
}

.guide-page .hdg-l2 {
  margin: 2rem 0 -2rem;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}

.guide-page .hdg-l3 {
  margin: 6rem 0 2rem;
  font-size: 1.6rem;
  background: #eee;
  text-align: center;
  padding: 0.8rem 0;
  font-weight: normal;
}

.guide-page .hdg-l4 {
  margin: 3rem 0 .5rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.guide-page .hdg-l5 {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

/*** テキストコンテンツエリア ***/
.guide-page .text-indent {
  margin: 2rem 0;
  line-height: 2;
  text-align: left;
}

.guide-page .text-indent>*:first-child {
}

.guide-page .text-indent a {
  text-decoration: underline;
}

.guide-page .text-indent a:hover {
  text-decoration: none;
}

.guide-page .list-ordered-02 li {
  line-height: 2;
}

.guide-page .tbl {
  margin: 1.5rem 0;
}

.guide-page .tbl th, .guide-page .tbl td {
  padding: 0.8rem 4rem !important;
}

.tbl thead th {
  text-align: center;
}

.guide-page .tbl tbody th {
  border-right: 0.1rem solid #ccc;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.guide-page .tbl tbody tr th:first-child {
  padding-left: 0 !important;
}

.guide-page .tbl-02 {
  margin: 0 0 3rem;
  width: 100%;
  border-bottom: 0.1rem solid #ccc;
  background-color: #fff;
}

.guide-page .tbl-02 th, .guide-page .tbl-02 td {
  padding: 1rem;
  border-top: 0.1rem solid #ccc;
}

.guide-page .tbl-02 th {
  font-weight: bold;
}

.guide-page tbl-02 td {
  text-align: center;
}

.guide-page .tbl-02 thead th, .guide-page .tbl-02 thead td {
  padding: 0.5rem 1rem;
  background-color: #e5e5e5;
  text-align: center;
}

.guide-page .tbl-02 tbody th {
  text-align: left;
}

.guide-page .tbl-03 {
  margin: 1rem 0;
  width: 100%;
  border: 0.1rem solid #ccc;
  border-right: none;
  background-color: transparent;
}

.guide-page .tbl-03 th, .guide-page .tbl-03 td {
  padding: 1rem;
  border-right: 0.1rem solid #ccc;
}

.guide-page .tbl-03 th {
  font-weight: bold;
}

.guide-page .tbl-03 td {
  text-align: center;
}

.guide-page .tbl-03 thead th, .guide-page .tbl-03 thead td {
  padding: 0.5rem 1rem;
  background-color: #e5e5e5;
  text-align: center;
}

.guide-page .tbl-03 tbody th {
  text-align: left;
}

.guide-page .guide .col {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem 2rem 7rem;
  border: 0.1rem solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}

.guide-page .guide .col .ta-center {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

.guide-page .ta-center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.guide-page .ta-center a {
  text-decoration: none;
}

.guide-page .guide-menu .col {
  position: relative;
  margin-bottom: 2rem;
  box-sizing: border-box;
}

.guide-page .guide-menu .col .ta-center {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

.guide-page .hdg-l3-guide {
  text-align: center;
  font-size: 1.6rem;
  padding: 0.4rem 0;
  font-weight: normal;
  background: #eee;
}

.guide-page .hdg-l3-guide img {
  margin: 0 auto 0.8rem;
}

.guide-page .box {
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  background-color: #fff;
}

.guide-page .box>*:first-child {
  margin-top: 0 !important;
}

.guide-page .box>.hdg-l2-top:first-child {
  margin-top: -1.5rem !important;
}

.guide-page .box-02 {
  margin-top: 2rem;
  padding: 1.5rem 3rem;
  border: 0.1rem solid #ccc;
  background-color: #fff;
}

[class*="lyt-column"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-right: auto;
  margin-left: auto;
}

[class*="lyt-column"]>* {
  margin: 0 0 1rem 2.7027%;
}

[class*="lyt-column"].branch {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.guide-page .lyt-column2>* {
  width: 48.64865%;
}

.guide-page .lyt-column2>*:nth-child(2n+1) {
  margin-left: 0;
}

.guide-page .lyt-column3>* {
  width: 31.53153%;
}

.guide-page .lyt-column3>*:nth-child(3n+1) {
  margin-left: 0;
}

.guide-page .lyt-column4>* {
  width: 22.97297%;
}

.guide-page .lyt-column4>*:nth-child(4n+1) {
  margin-left: 0;
}

.guide-page .lyt-column5>* {
  width: 17.83784%;
}

.guide-page .lyt-column5>*:nth-child(5n+1) {
  margin-left: 0;
}

.guide-page .lyt-column6>* {
  width: 14.41441%;
}

.guide-page .lyt-column6>*:nth-child(6n+1) {
  margin-left: 0;
}

.guide-page .box [class*="lyt-column"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-right: auto;
  margin-left: auto;
}

.guide-page .box [class*="lyt-column"]>* {
  margin: 0 0 1rem 1.38889%;
}

.guide-page .box .lyt-column2>* {
  width: 49.30556%;
}

.guide-page .box .lyt-column2>*:nth-child(2n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column3>* {
  width: 32.40741%;
}

.guide-page .box .lyt-column3>*:nth-child(3n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column4>* {
  width: 23.95833%;
}

.guide-page .box .lyt-column4>*:nth-child(4n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column5>* {
  width: 18.88889%;
}

.guide-page .box .lyt-column5>*:nth-child(5n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column6>* {
  width: 15.50926%;
}

.box .lyt-column6>*:nth-child(6n+1) {
  margin-left: 0;
}

.guide-page .link-list {
  margin: 1.5rem 0 0;
  padding: 0;
}

.guide-page .link-list[class*="lyt-column"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.guide-page .link-list[class*="lyt-column"]>* {
  margin-bottom: 0.5rem;
}

.guide-page .link-list>li {
  margin: 0 0 0.8rem;
  padding: 0 0 0 1rem;
  list-style: none;
}

.guide-page .link-list>li>a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.2rem;
  color: var(--color-basic);
  text-decoration: underline;
}

.guide-page .link-list>li>a:before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 0.3rem solid transparent;
  border-left: 0.6rem solid var(--color-basic);
  content: "";
}

.guide-page .link-list>li>a:hover, .guide-page .link-list>li>a:active, .guide-page .link-list>li>a:focus {
  color: var(--color-basic);
  text-decoration: none;
}

.guide-page .link-list .link-list {
  margin: 0.8rem 0 0 2rem;
}

.guide-page .notice-list {
  font-size: 1.3rem;
  margin-top: .5rem;
  display: inline-block;
}

.guide-page .notice-list b {
  color: #f77;
}

.guide-page .notice-list>li {
  display: table;
  margin: 0;
  list-style: none;
}

.guide-page .notice-list>li>* {
  display: table-cell;
  vertical-align: top;
}

.guide-page .notice-list .marker {
  padding: 0 0.4rem 0 0;
  white-space: nowrap;
}

.guide-page .list-def dt {
  font-weight: 600;
  margin: 2rem 0 .5rem;
}

.guide-page .text-alert {
  color: #f51d1d;
}


.guide-page .guide-shipping {
    text-align: center;
    background: #f8f8f8;
    padding: 3rem 0;
	margin-bottom: 4rem;
}

.guide-page .guide-shipping dt {
    font-size: 2rem;
    font-weight: 500;
}

.guide-page .guide-shipping dd {
    padding: 1rem 0;
}

.guide-page .anc04-delivery {
  margin: 1rem 0 1rem;
}

.guide-page .anc04-delivery p {
  margin-bottom: 0.8rem;
}

.guide-page .anc04-delivery dl {
  overflow: hidden;
}

.guide-page .anc04-delivery dt {
  text-align: left !important;
  width: 48%;
  float: left;
  padding: 1rem 1%;
}

.guide-page .anc04-delivery dd {
  text-align: left !important;
  width: 48%;
  float: right;
  padding: 1rem 1%;
}
.guide-page .delivery-info {
    /* margin-top: 2em; */
}

.guide-page .delivery-info dl {
    border: 0.1rem solid #ccc;
    border-bottom: none;
}

.guide-page .delivery-info dt {
    text-align: center;
    background: #eee;
    padding: 0.5rem;
}

.guide-page .delivery-info dd {
    text-align: center;
    padding: 0.5rem;
}

.guide-page .delivery-info p span {
  font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 1rem;
}
.guide-page .w-20 {
  width: 20% !important;
}
.guide-page .w-30 {
  width: 30% !important;
}

.guide-page .w-40 {
  width: 40% !important;
}

.guide-page .text-em {
  color: #F77;
}

.guide-page .text-em a {
  color: #F77;
}

.guide-page .large {
  font-size: 2.4rem;
}

.guide-page .x-large {
  font-size: 1.8rem;
}
.guide-page .text-indent .list, .guide-page .text-indent .list-line, .guide-page .list-def {
  margin-top: 1rem;
}

 .guide-page .text-indent .list li, .guide-page .text-indent .list-line li {
  position: relative;
  margin: .2em 0;
  padding: 0 0.5rem 0 1.2rem;
  list-style: none;
}

 .guide-page .text-indent .list li:before, .guide-page .text-indent .list-line li:before {
  position: absolute;
  top: .6em;
  left: 0;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background-color: var(--color-basic);
  content: "";
}

.guide-page .text-indent .list-line {
  border-top: 0.1rem solid #e5e5e5;
}

.guide-page .text-indent .list-line li {
  padding: .8rem 2rem 1rem;
  border-bottom: 0.1rem solid #e5e5e5;
}

.guide-page .text-indent .list-line li:before {
  top: 1.1em;
  left: .5rem;
}
.guide-page .link-faq {
    margin: 4rem auto 5rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5;
}

.guide-page .price-list {
  display: block !important;
  border-collapse: collapse;
  border: none;
}
.guide-page .price-list th, .guide-page .price-list td {
  width: 37rem;
  text-align: center !important;
  border: 0.1rem solid #ccc !important;
}
.btn-guidetop .btn {
    background: #fff;
    color: var(--color-basic);
    border: 1px solid;
    border-radius: 4px;
    display: block;
    width: 30rem;
    padding: 1.4rem 0;
    text-align: center;
    margin: 5rem auto 0;
    font-size: 1.4rem;
}

.guide-page section > .hdg-l4:first-of-type {
    margin-top: 0;
}

.guide-page .card-img {
    display: block;
    margin: 1rem 0 0;
}
.guide-page .egift-img {
    width: 30rem;
    margin: 1rem 0;
}

.legal-page .hdg-l2 {
    margin-bottom: 3rem;
}

.legal-page .tbl tbody th {
    width: 35rem;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    border-right: none;
    background: #fafafa;
    padding: 1.5rem 0 !important;
    border-left: 1px solid #e5e5e5;
    vertical-align: middle;
}

.legal-page .tbl tbody td {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 70rem;
    padding: 1.5rem 2rem !important;
    line-height: 1.6;
}

.legal-page .tbl tbody tr:last-child th, .legal-page .tbl tbody tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}
.guide-page .guide-menu a {
    text-decoration: none !important;
}

.guide-top .sub-ttl {
    text-align: center;
    font-weight: 500;
    font-size: 2.4rem;
}

.guide-top .intro-txt {
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem auto 3rem;
}

.guide-page .guide-menu .hdg-l3-guide {
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
}
.guide-page .contact-box {
    padding: 3rem;
    text-align: center;
}

.guide-page .contact-box .btn-main {
    margin: 2rem auto 1rem;
}

.guide-page .contact-box .p {
    font-size: 1.5rem;
}

.guide-page .contact-box p {
    font-size: 1.5rem;
}

.guide-page .contact-box .sub-txt {
    font-size: 1.3rem;
}

/* PC用*/
@media (min-width: 769px) {
.btn-main a {
  font-size: 1.4rem;
}
}


@media (max-width: 768px) {

.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}

.guide-page main.contents {
  padding: 0 15px;
}

.guide-page main.contents ul {
  padding: 0;
  margin: 0;
}

.guide-page .ta-center .btn, .guide-page .ta-center .btn-inverse {
  display: inline-block;
  padding: 10px 15px;
  border: none 0;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
  cursor: pointer;
  background-color: #e5e5e5;
  color: #454545;
}

.guide-page .ta-center .btn-inverse {
  background-color: var(--color-basic);
  color: #fff;
}

.guide-page .box-02 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  overflow-wrap: break-word;
}

.guide-page .tbl-03 {
  margin: 10px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff;
}

.guide-page .tbl-03 th, .guide-page .tbl-03 td {
  padding: 6px;
  border-right: 1px solid #ccc;
  font-size: 12px;
}

.guide-page .tbl-03 th {
  font-weight: bold;
}

.guide-page .tbl-03 td {
  text-align: center;
}

.guide-page .tbl-03 thead th, .guide-page .tbl-03 thead td {
  padding: 5px 10px;
  background-color: #e5e5e5;
  text-align: center;
}

.guide-page .tbl-03 tbody th {
  text-align: left;
}

.guide-page .tbl {
  margin: 15px 0;
}

.guide-page .tbl th {
  padding: 8px 5px !important;
}

.guide-page .tbl td {
  padding: 8px 20px !important;
}

.guide-page .tbl thead th {
  text-align: center;
}

.guide-page .tbl tbody th {
  border-right: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.guide-page .tbl tbody tr th:first-child {
  padding-left: 5px !important;
}

.guide-page .tbl tbody tr td:last-child {
  padding-right: 5px !important;
}


.guide-page .image-full {
  margin: 10px auto 0;
  text-align: center;
}

.guide-page .image-full img {
  max-width: 100%;
}

.guide-page .ta-center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.guide-page .text-alert {
  color: #f51d1d;
}

.guide-page .guide {
  margin-top: 15px;
}

.guide-page .guide .col {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.guide-page .guide-menu {
  margin-top: 10px;
  display: block;
}

.guide-page .guide-menu .col {
  width: 100%;
  margin: 0 0 calc(30 * (100vw / 375));
}

.guide-page .hdg-l3-guide {
  padding: calc(6 * (100vw / 375)) 0;
  font-size: 14px;
}

.guide-page .hdg-l3-guide img {
  margin: 0 auto 8px;
}

.guide-page .notice-list {
  font-size: calc(12 * (100vw / 390));
  margin-top: calc(5 * (100vw / 390));
}

.guide-page .notice-list>li {
  display: table;
  margin: 5px 0;
}

.guide-page .notice-list>li>* {
  display: table-cell;
  vertical-align: top;
}

.guide-page .notice-list .marker {
  padding: 0 5px 0 0;
  white-space: nowrap;
}

.guide-page .list-def dt {
    margin: calc(20 * (100vw /390)) 0 calc(2 * (100vw /390));
}

.guide-page .list-def dd {
  margin: 0;
  padding: 0;
}

.guide-page .hdg-l1 {
  margin: calc(20 * (100vw /390)) 0;
  font-size: calc(20 * (100vw /390));
}

.guide-page .hdg-l1-image {
  margin: 0 -15px;
  font-size: 12px;
}

.guide-page .hdg-l1-image img {
  width: 100%;
}

.guide-page .hdg-l2-product {
  margin: calc(30 * (100vw / 586)) 0 0;
  padding: calc(24 * (100vw / 586)) 15px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #ccc;
  font-size: calc(28 * (100vw / 586));
  line-height: 1.8;
}

.guide-page .hdg-l2 {
  margin: calc(20 * (100vw /390)) 0 calc(-10 * (100vw /390));
  font-size: calc(20 * (100vw /390));
  color: var(--color-basic);
}

.guide-page .hdg-l3 {
  margin: calc(40 * (100vw /390)) 0 calc(16 * (100vw /390));
  padding: calc(8 * (100vw /390)) 0;
  font-size: calc(15 * (100vw /390));
}

.guide-page .hdg-l4 {
    font-size: calc(14 * (100vw /390));
    margin: calc(30 * (100vw /390)) 0 calc(5 * (100vw /390));
}

.guide-page .text-indent .list, .guide-page .text-indent .list-line, .guide-page .list-def {
  margin-top: calc(10 * (100vw / 390));
}

.guide-page .list-news.branch a:after, .guide-page .list-bnr:after, .guide-page .list-category:after, .guide-page .nav-sort:after, .guide-page .image-left:after, .guide-page .image-right:after, .guide-page .list-blog>li:after {
  display: block;
  clear: both;
  content: "";
}

.guide-page .list>li, .guide-page .list-line>li {
  position: relative;
  margin: .2em 0;
  padding: 0 0 0 10px;
  list-style: none;
}

.guide-page .list>li:before, .guide-page .list-line>li:before {
  position: absolute;
  top: .55em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  content: "";
}

.guide-page .list-line {
  /* margin: 20px 0 !important; */
  /* border-top: 1px solid #e5e5e5; */
}

.guide-page .list-line li {
  padding: .8em .5em;
  border-bottom: 1px solid #e5e5e5;
}

.guide-page .list-line li:before {
  top: .9em;
}

.guide-page .link-list {
  margin: 15px 0 0;
  padding: 0;
  font-size: 13px;
}

.guide-page .link-list[class*="lyt-column"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.guide-page .link-list[class*="lyt-column"]>* {
  margin-bottom: 5px;
}

.guide-page .link-list>li {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  list-style: none;
}

.guide-page .link-list>li>a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: var(--color-basic);
  text-decoration: underline;
}

.guide-page .link-list>li>a:before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 6px solid var(--color-basic);
  content: "";
}

.guide-page .link-list>li>a:hover, .guide-page .link-list>li>a:active {
  color: var(--color-basic);
  text-decoration: none;
}

.guide-page .link-list .link-list {
  margin: 8px 0 0 20px;
}

.guide-page .cmmnt {
  font-size: 12px;
  margin-top: 0!important;
}
.guide-page {
  padding: 0 calc(15 * (100vw / 390)) calc(60 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.guide-page .guide .col .ta-center {
    position: relative;
    bottom: 0;
}
.guide-page .large {
    font-size: calc(20 * (100vw /390));
}

.guide-page .x-large {
    font-size: calc(15 * (100vw /390));
}

.guide-page .guide-shipping {
    padding: calc(20 * (100vw /390)) calc(10 * (100vw /390));
    margin-bottom: calc(30 * (100vw / 390));
}

.guide-page .guide-shipping dt {font-size: calc(16 * (100vw /390));}

.guide-page .guide-shipping dd {padding: calc(10 * (100vw /390)) 0;}
.guide-page .link-faq {
    margin: calc(25 * (100vw /390)) auto calc(30 * (100vw / 390));
    font-size: calc(13 * (100vw /390));
}
.guide-page .anc04-delivery {
  margin-bottom: calc(10 * (100vw / 390));
}

.guide-page .anc04-delivery p {
  margin-bottom: 0.4em;
  font-weight: bold;
}

.guide-page .anc04-delivery dl {
  border: none !important;
  border-top: 1px #ccc dotted !important;
  margin: 0;
}

.guide-page .anc04-delivery dt {
  text-align: left !important;
  font-size: calc(13 * (100vw / 390));
  background: #eee !important;
  padding: 0.3em;
  width: 100%;
  float: none;
  padding: calc(6 * (100vw / 390));
}

.guide-page .anc04-delivery dd {
  text-align: left !important;
  margin: 0;
  padding: calc(6 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
  width: 100%;
  float: none;
}

.guide-page .anc04-delivery dl:last-child {
  border-bottom: 1px #ccc dotted !important;
}
.subpage_title {
    margin-bottom: calc(20 * (100vw /390));
}

.guide-page .btn-main a {
    font-size: calc(13 * (100vw /390));
    width: calc(180 * (100vw /390));
    padding: calc(12 * (100vw /390)) 0;
}

.btn-guidetop .btn {
    width: calc(240 * (100vw /390));
    font-size: calc(13 * (100vw /390));
    padding: calc(10 * (100vw /390)) 0;
    margin-top: calc(40 * (100vw /390));
}

.guide-page .card-img {
    margin: calc(10 * (100vw /390)) auto 0;
    width: calc(300 * (100vw /390));
}
.guide-page .text-indent .list-line li {
    margin: 0;
    padding: calc(8 * (100vw / 390)) calc(15 * (100vw / 390));
}

.guide-page .text-indent .list-line li:before {
    width: calc(4 * (100vw / 390));
    height: calc(4 * (100vw / 390));
    top: calc(14 * (100vw / 390));
    left: calc(5 * (100vw / 390));
}
.guide-page .egift-img {
    width: calc(300 * (100vw /390));
    margin: calc(10 * (100vw /390)) auto;
    display: block;
}
.legal-page .tbl tbody th {
    width: calc(105 * (100vw /390));
    border-right: none;
    padding: calc(10 * (100vw /390)) !important;
    line-height: 1.6;
	vertical-align: middle;
}

.legal-page .hdg-l2 {
    margin-bottom: calc(20 * (100vw /390));
}

.legal-page .tbl tbody tr th:first-child {
    padding-left: calc(10 * (100vw /390)) !important;
}

.legal-page .tbl tbody td {
    padding: calc(10 * (100vw /390)) !important;
    width: calc(220 * (100vw /390));
}
.guide-top .sub-ttl {
    font-size: calc(18 * (100vw / 390));
}

.guide-top .intro-txt {
    font-size: calc(13 * (100vw / 390));
    margin: calc(8 * (100vw / 390)) auto calc(25 * (100vw / 390));
}

.guide-page .guide-menu .hdg-l3-guide {
    padding: calc(10 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
}

.guide-page .contact-box p {
    font-size: calc(13 * (100vw / 390));
}

.guide-page .contact-box .sub-txt {
    font-size: calc(12 * (100vw / 390));
}

.guide-page .contact-box .btn-main {
    margin: calc(12 * (100vw / 390)) auto calc(10 * (100vw / 390));
}

.guide-page .contact-box {
    padding: calc(20 * (100vw / 390));
}	
}
