@charset "UTF-8";
/* ------------------------------------------------
 fonts
------------------------------------------------ */
.ff_rounded {
  font-family: YakuHanRP, "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (min-width: 480px) {
  .ff_rounded {
    transform: rotateZ(0.03deg);
  }
}

/* -------------------------------------------------------
 base
---------------------------------------------------------- */
#contents {
  font-feature-settings: "palt";
}
#contents a {
  text-decoration: none;
}
#contents a:hover {
  text-decoration: underline;
}
#contents img {
  max-width: 100%;
  height: auto;
}
#contents sup {
  font-size: 0.5em;
}
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents b {
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  #contents .sp_show {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #contents .pc_show {
    display: none;
  }
  #contents sup {
    font-size: 8px;
  }
}

/* ------------------------------------------------
 utility
------------------------------------------------ */
#contents .note {
  font-size: 0.625em;
}
#contents .note > li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
#contents .note .important {
  color: #f00;
}
@media screen and (max-width: 479px) {
  #contents .note {
    font-size: 0.7142857143em;
  }
  #contents .note.sp_1line li {
    padding-left: 0;
    padding-right: 1em;
    display: inline;
  }
}

/* ------------------------------------------------
  contents
------------------------------------------------ */
.section p {
  font-weight: inherit;
  margin: 0;
}

/* ------------------------------------------------
 rayout / font-size
------------------------------------------------ */
#contents .section {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#contents .section > .inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  #contents .section > .inner {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  #contents .section {
    font-size: 3.7333333333vw;
    letter-spacing: normal;
    max-height: none;
    margin-left: -10px;
    margin-right: -10px;
  }
  #contents .section > .inner {
    width: 25.3571428571em;
  }
}

/* ------------------------------------------------
 intro
------------------------------------------------ */
#intro .sheader .copy {
  border-radius: 4px;
  background-color: #090;
  margin-bottom: 37px;
  padding: 20px 22px;
}
#intro .sheader .copy .txt {
  color: #090;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  border-radius: 1em;
  background-color: #fff;
  padding: 8px 0;
  display: block;
}
#intro .sheader .title {
  font-size: 1em;
  line-height: 1;
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#intro .sheader .title .logo {
  width: 156px;
}
#intro .sheader .title .txt {
  width: 480px;
}
#intro .sbody {
  margin-top: 40px;
}
#intro .sbody a {
  color: #fff;
  text-decoration: underline;
}
#intro .sbody a:hover {
  text-decoration: none;
}
#intro .sbody .message {
  position: relative;
}
#intro .sbody .message p {
  font-weight: 500;
  margin: 0;
}
#intro .sbody .message .top {
  color: #fff;
  text-align: center;
  border-radius: 12px 12px 0 0;
  background-color: #090;
  padding: 14px 30px 20px;
}
#intro .sbody .message .top .heading {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
}
#intro .sbody .message .top .l {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0.9em;
}
#intro .sbody .message .top .note {
  font-size: 13px;
  margin-top: 0.1em;
}
#intro .sbody .message .bottom {
  background: url(../images/hj_cs_yp_finish_partner/intro_bg_bottom.png) 0 100% no-repeat;
  background-size: 100% auto;
  padding: 30px 28px 35px;
}
#intro .sbody .message .bottom p {
  line-height: 1.9;
}
@media screen and (max-width: 479px) {
  #intro .sheader {
    padding-top: 0.7142857143em;
  }
  #intro .sheader .copy {
    border-radius: 0.1428571429em;
    margin-bottom: 1.25em;
    padding: 0.5357142857em 0.3571428571em;
  }
  #intro .sheader .copy .txt {
    font-size: 0.8571428571em;
    padding: 0.4285714286em 0 0.3571428571em;
  }
  #intro .sheader .title {
    margin-left: 0.7142857143em;
    margin-right: 0.5357142857em;
  }
  #intro .sheader .title .logo {
    width: 5.5714285714em;
  }
  #intro .sheader .title .txt {
    width: 17.1428571429em;
  }
  #intro .sbody {
    margin-top: 1.4285714286em;
  }
  #intro .sbody .message .top {
    border-radius: 0.4285714286em 0.4285714286em 0 0;
    padding: 1.0714285714em 0 1.0714285714em;
  }
  #intro .sbody .message .top .heading {
    font-size: 1.0714285714em;
    line-height: 1.6;
    margin: 0 2em;
    padding-bottom: 0.2em;
  }
  #intro .sbody .message .top .l {
    font-size: 1em;
    margin-top: 0.5714285714em;
    line-height: 1.6;
  }
  #intro .sbody .message .top .note {
    font-size: 0.8571428571em;
    font-weight: normal;
    margin-top: 0.2em;
  }
  #intro .sbody .message .bottom {
    background-image: url(../images/hj_cs_yp_finish_partner/intro_bg_bottom-sp.png);
    padding: 1em 0.6428571429em 1.3571428571em 0.6428571429em;
    position: relative;
  }
  #intro .sbody .message .bottom p {
    font-size: 1em;
    line-height: 1.6;
  }
}

/* ------------------------------------------------
 page_index
------------------------------------------------ */
#page_index {
  margin-top: 60px;
}
#page_index .index {
  border-radius: 10px;
  background-color: #cfeac4;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 14px;
}
#page_index .index a {
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  border: 2px solid #090;
  border-radius: 14px;
  background-color: #fff;
  padding: 7px 0;
  height: 47.6px;
  display: flex;
  align-items: center;
}
#page_index .index a::after {
  content: "";
  background: url(../images/hj_cs_yp_finish_partner/nav_arrow.svg) no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: 12px;
  width: 23px;
  aspect-ratio: 23/11;
  display: block;
}
#page_index .index a .num {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid #090;
  margin-right: 0.4166666667em;
  width: 1.5833333333em;
  align-content: center;
  align-self: stretch;
}
#page_index .index a .title {
  font-size: 17px;
  font-weight: 800;
}
@media screen and (any-hover: hover) {
  #page_index .index a {
    transition: background-color 0.4s ease;
  }
  #page_index .index a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 479px) {
  #page_index {
    margin-top: 2.8571428571em;
  }
  #page_index .index {
    border-radius: 0.7142857143em;
    padding: 1.0714285714em;
    gap: 0.7142857143em 0.7857142857em;
  }
  #page_index .index a {
    border-width: 0.0714285714em;
    border-radius: 0.5em;
    padding: 0.4285714286em 0;
    height: 3.6214285714em;
  }
  #page_index .index a::after {
    margin-right: 0.5em;
    width: 1.0714285714em;
  }
  #page_index .index a .num {
    font-size: 1.2142857143em;
    margin-right: 0.4705882353em;
    padding-left: 1px;
    width: 1.3529411765em;
  }
  #page_index .index a .title {
    font-size: 0.9285714286em;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

/* ------------------------------------------------
 section.info
------------------------------------------------ */
#contents .section.info {
  margin-top: 80px;
}
#contents .section.info .sheader {
  border-left: 2px solid #090;
  border-bottom: 2px solid #090;
  border-bottom-left-radius: 8px;
  padding-left: 6px;
  padding-bottom: 6px;
  box-sizing: border-box;
}
#contents .section.info .sheader .title {
  font-size: 1em;
  line-height: 1;
  border-bottom: none;
  background-color: #f4fae1;
  margin: 0;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
#contents .section.info .sheader .title .num {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid #090;
  margin-right: 0.5714285714em;
  padding: 0.1428571429em 0;
  width: 1.5714285714em;
}
#contents .section.info .sheader .title .txt {
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width: 479px) {
  #contents .section.info {
    margin-top: 3.2142857143em;
    margin-top: 5.3571428571em;
  }
  #contents .section.info .sheader {
    border-left-width: 0.0714285714em;
    border-bottom-width: 0.0714285714em;
    border-bottom-left-radius: 0.2857142857em;
    padding-left: 0.2142857143em;
    padding-bottom: 0.2142857143em;
  }
  #contents .section.info .sheader .title {
    padding: 0.1428571429em 0;
  }
  #contents .section.info .sheader .title .num {
    font-size: 1.3571428571em;
    margin-right: 0.5263157895em;
    padding: 0.2105263158em 0;
    width: 1.6315789474em;
  }
  #contents .section.info .sheader .title .txt {
    font-size: 1.0714285714em;
  }
}

/* ----------------------------
 .info sbody
------------------------------*/
#contents .section.info .sbody {
  font-weight: 500;
  text-align: justify;
  margin: 20px 30px 0;
}
#contents .section.info .sbody p strong, #contents .section.info .sbody ul strong {
  color: #c00;
  font-weight: 500;
}
#contents .section.info .sbody .bulet_list {
  list-style-type: none;
}
#contents .section.info .sbody .bulet_list li {
  text-indent: -1em;
  line-height: 1.65;
  padding-left: 1em;
}
#contents .section.info .sbody .bulet_list li::before {
  content: "・";
  text-indent: 0;
  width: 1em;
  display: inline-block;
}
#contents .section.info .sbody .note_list {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1.5em;
}
#contents .section.info .sbody .note_list li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 479px) {
  #contents .section.info .sbody {
    margin: 1.0714285714em 0.7142857143em 0;
  }
}

/* ----------------------------
 schedule
------------------------------*/
#schedule .sbody .fig {
  margin-top: 40px;
}
#schedule .sbody .note {
  font-size: 14px;
  line-height: 1.4;
}
#schedule .sbody .note li {
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 479px) {
  #schedule {
    margin-top: 3.2142857143em !important;
  }
  #schedule .sbody .fig {
    margin-top: 1.7857142857em;
  }
  #schedule .sbody .note {
    font-size: 0.7857142857em;
  }
}

/* ----------------------------
 決済の終了について
------------------------------*/
#about .sbody .heading {
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: none;
  border-left: 7px solid #090;
  line-height: 1.4;
  background-color: #e4f1db;
  margin-top: 50px;
  padding: 6px 0 6px 15px;
}
#about .sbody .heading:first-of-type {
  margin-top: 35px;
}
#about .sbody .heading strong {
  color: #090;
  font-weight: bold;
}
#about .sbody .detail {
  text-align: justify;
  border: 1px solid #333;
  padding: 14px 24px;
}
#about .sbody .detail p {
  margin: 0;
}
#about .sbody .fig {
  text-align: justify;
}
#about .sbody .fig p {
  margin: 0;
}
#about .sbody .fig .title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  margin: 0;
  padding: 0 0 0.1em;
}
#about .sbody .fig .summary {
  color: #c00;
  font-weight: 600;
  padding-top: 0.4em;
  line-height: 1.4;
}
#about .sbody .fig .img {
  margin-top: 0.6em;
}
#about .sbody .note {
  font-size: 1em;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  #about .sbody .fig_group {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
  }
  #about .sbody .fig_group.group1 .fig:first-child {
    width: 372px;
  }
  #about .sbody .fig_group.group1 .fig:last-child {
    width: 194px;
  }
  #about .sbody .fig_group.group1 .fig:last-child .img {
    width: 170px;
  }
  #about .sbody .fig_group.group2 .fig:first-child {
    width: 372px;
  }
  #about .sbody .fig_group.group2 .fig:first-child .img {
    margin-right: -26px;
    width: 398px;
  }
  #about .sbody .fig_group.group2 .fig:last-child {
    width: 194px;
  }
  #about .sbody .fig_group.group2 .fig:last-child .img {
    width: 170px;
  }
  #about .sbody .fig_group.group3 .fig:first-child {
    width: 194px;
  }
  #about .sbody .fig_group.group3 .fig:first-child .img {
    width: 167px;
  }
  #about .sbody .fig_group.group3 .fig.txt {
    background-color: #e6e6e6;
    padding: 14px 16px;
    width: 400px;
    box-sizing: border-box;
    align-self: flex-start;
  }
  #about .sbody .fig_group.group3 .fig.txt p, #about .sbody .fig_group.group3 .fig.txt .bulet_list {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }
  #about .sbody .fig_group.group3 .fig.txt .bulet_list li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #about .sbody .fig_group.group3 .fig.txt .bulet_list + p {
    margin-top: 1em;
  }
  #about .sbody .fig_group.group4 {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 479px) {
  #about .sbody .heading {
    font-size: 1em;
    border-radius: 0.1428571429em;
    border-left-width: 0.25em;
    margin: 2.8571428571em 0 0;
    padding: 0.5714285714em 0.3571428571em 0.5714285714em 0.7142857143em;
  }
  #about .sbody .heading:first-of-type {
    margin-top: 1.2857142857em;
  }
  #about .sbody .detail {
    font-size: 0.9285714286em;
    margin-top: 0.7692307692em;
    padding: 0.6923076923em 0.9230769231em;
  }
  #about .sbody .fig_group {
    margin-top: 1.7857142857em;
    margin-left: 1.4285714286em;
  }
  #about .sbody .fig_group.group1 .fig:first-child .img {
    width: 18.6785714286em;
  }
  #about .sbody .fig_group.group1 .fig:last-child .img {
    width: 8.3928571429em;
  }
  #about .sbody .fig_group.group2 .fig:first-child .img {
    width: 21.8571428571em;
  }
  #about .sbody .fig_group.group2 .fig:last-child .img {
    width: 8.3928571429em;
  }
  #about .sbody .fig_group.group3 {
    display: flex;
    justify-content: space-between;
  }
  #about .sbody .fig_group.group3 .fig:first-child {
    width: 8.3928571429em;
  }
  #about .sbody .fig_group.group3 .fig.txt {
    background-color: #e6e6e6;
    margin: 0;
    padding: 0.5714285714em 0.5714285714em;
    width: 12.8571428571em;
    box-sizing: border-box;
    align-self: flex-start;
  }
  #about .sbody .fig_group.group3 .fig.txt p, #about .sbody .fig_group.group3 .fig.txt .bulet_list {
    font-size: 0.8571428571em;
  }
  #about .sbody .fig_group.group3 .fig.txt .bulet_list + p {
    margin-top: 1em;
  }
  #about .sbody .fig_group.group4:first-child .img {
    width: 21.4285714286em;
  }
  #about .sbody .fig_group.group4:last-child .img {
    width: 21.9642857143em;
  }
  #about .sbody .fig + .fig {
    margin-top: 1.7857142857em;
  }
  #about .sbody .fig .title {
    font-size: 1em;
  }
  #about .sbody .note {
    font-size: 0.8571428571em;
    margin-top: 1.6666666667em;
    margin-left: 1.6666666667em;
  }
}

/* ----------------------------
 パートナー契約
------------------------------*/
#contract .sbody p {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  #contract .sbody {
    margin-top: 1.6071428571em !important;
  }
  #contract .sbody .heading {
    font-size: 1em;
    font-weight: 800;
    margin: 0 0 0.5em;
    padding: 0 0 0.25em 1em;
  }
  #contract .sbody .heading:not(:first-of-type) {
    margin-top: 2em;
  }
  #contract .sbody .notice {
    margin-top: 1em;
  }
}

/* ----------------------------
 ゆうちょPayロゴマーク等の掲示物
------------------------------*/
#resouces .sbody p {
  margin-bottom: 0;
}
#resouces .sbody .heading {
  margin-top: 20px;
  padding: 0;
}
#resouces .sbody .img {
  margin-left: 35px;
  width: 510px;
}
@media screen and (max-width: 479px) {
  #resouces .sbody {
    margin-top: 1.6071428571em !important;
  }
  #resouces .sbody .heading, #resouces .sbody .img {
    margin: 0 0 0 1.4285714286em;
  }
  #resouces .sbody .heading {
    font-size: 1em;
    margin-top: 1.4285714286em;
    padding: 0;
  }
  #resouces .sbody .img {
    margin-top: 0.7142857143em;
    width: 21.75em;
  }
  #resouces .sbody .img img {
    margin-left: -0.3571428571em;
  }
}

/* ----------------------------
 よくある質問
------------------------------*/
#faq .faq + .faq {
  margin-top: 1.8em;
}
#faq .faq .q, #faq .faq .a > .inner {
  line-height: 1.5;
  padding-left: 6px;
  display: flex;
  align-items: center;
}
#faq .faq .q::before, #faq .faq .a > .inner::before {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-top: 0.1em;
  width: 40px;
  align-self: start;
}
#faq .faq .q .txt, #faq .faq .a > .inner .txt {
  font-weight: 500;
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
}
#faq .faq .q .txt a, #faq .faq .a > .inner .txt a {
  color: #090;
  text-decoration: underline;
  font-weight: inherit;
}
#faq .faq .q .txt a:hover, #faq .faq .a > .inner .txt a:hover {
  text-decoration: none;
}
#faq .faq .q {
  font-weight: 800;
  border-bottom: 2px dashed #090;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
}
@media screen and (any-hover: hover) {
  #faq .faq .q:hover::before,
  #faq .faq .q:hover .txt {
    opacity: 0.8;
  }
}
#faq .faq .q::before {
  content: "Q";
  color: #090;
}
#faq .faq .q i {
  width: 20px;
  aspect-ratio: 1/1;
  margin-left: 1em;
  display: block;
  position: relative;
}
#faq .faq .q i:before, #faq .faq .q i::after {
  content: "";
  background-color: #090;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
#faq .faq .q i::after {
  transition: transform 0.4s ease;
  transform: rotate(90deg);
}
#faq .faq .q .txt {
  font-weight: 800;
}
#faq .faq .q.open i:after {
  transform: rotate(0deg);
}
#faq .faq .a {
  padding-top: 1em;
  position: relative;
}
#faq .faq .a > .inner::before {
  content: "A";
  color: #f17b24;
}
#faq .faq .a .txt {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  #faq .faq + .faq {
    margin-top: 1.2857142857em;
  }
  #faq .faq .q, #faq .faq .a > .inner {
    line-height: 1.6;
    padding-left: 0.4285714286em;
  }
  #faq .faq .q::before, #faq .faq .a > .inner::before {
    font-size: 1.2142857143em;
    width: 1.5294117647em;
  }
  #faq .faq .q {
    border-bottom-width: 1px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  #faq .faq .q i {
    margin-left: 0.5em;
    width: 0.7142857143em;
  }
  #faq .faq .q i:before, #faq .faq .q i::after {
    height: 1px;
  }
  #faq .faq .a .txt {
    font-size: 1em;
    line-height: 1.75;
  }
}

/* ----------------------------
 更新情報
------------------------------*/
#news .sbody .list {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px 30px;
}
#news .sbody .list li {
  list-style-type: none;
}
#news .sbody .list li p {
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 479px) {
  #news .sbody .list {
    border-radius: 0.3571428571em;
    padding: 0.7142857143em;
  }
  #news .sbody .list li {
    list-style-type: none;
  }
  #news .sbody .list li p {
    line-height: 1.75;
    margin: 0;
  }
}

/* ------------------------------------------------
 notice
------------------------------------------------ */
#notice {
  margin-top: 150px;
}
#notice > .inner {
  padding: 0 30px;
}
#notice .sheader .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #090;
  border-bottom: 1px solid #090;
  background-color: transparent;
  margin: 0;
  padding: 0.4em 0;
}
#notice .sbody {
  margin-top: 20px;
}
#notice .sbody .list {
  margin-left: 55px;
  margin-right: 35px;
}
#notice .sbody .list li {
  line-height: 1.75;
}
@media screen and (max-width: 479px) {
  #notice {
    margin-top: 5.3571428571em;
  }
  #notice > .inner {
    padding: 0 0.7142857143em;
  }
  #notice .sheader .title {
    font-size: 1em;
  }
  #notice .sbody {
    margin-top: 0.7142857143em;
  }
  #notice .sbody .list {
    margin-left: 1.5em;
    margin-right: 0;
  }
}

/* ------------------------------------------------
 contact
------------------------------------------------ */
#contact {
  margin-top: 130px;
  margin-bottom: 100px;
}
#contact .sheader .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  border-bottom: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
#contact .sbody {
  margin-top: 20px;
}
#contact .sbody > p {
  font-weight: 500;
  text-align: center;
}
#contact .sbody .box {
  border: 1px solid #090;
  border-radius: 20px;
  background-color: #f4fae1;
  margin: 0 auto;
  padding: 26px 0;
  width: 570px;
}
#contact .sbody .box p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .sbody .box .name {
  color: #090;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
#contact .sbody .box .free {
  color: #090;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid #090;
  border-radius: 30px;
  margin-top: 8px;
  padding: 0.5em 1em;
}
#contact .sbody .box .tel {
  color: #090;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-top: 1px solid #090;
  border-bottom: 1px solid #090;
  margin-top: 8px;
  padding: 8px 0 6px;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
#contact .sbody .box .tel .num {
  font-size: 29px;
  font-weight: 800;
}
#contact .sbody .box .tel a {
  color: #090;
  font-weight: 800;
}
#contact .sbody .box .date {
  font-size: 14px;
  text-align: center;
  margin-top: 0.5em;
}
#contact .sbody .box .note {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  #contact {
    margin-top: 4.2857142857em;
    margin-bottom: 4.2857142857em;
  }
  #contact > .inner {
    padding: 0 0.7142857143em;
  }
  #contact .sheader .title {
    font-size: 1.1071428571em;
  }
  #contact .sbody {
    margin-top: 0.7142857143em;
  }
  #contact .sbody > p {
    text-align: center;
  }
  #contact .sbody .box {
    border-radius: 0.7142857143em;
    margin-top: 1.0714285714em;
    padding: 1.25em 0;
    width: auto;
  }
  #contact .sbody .box .name {
    font-size: 1.1428571429em;
    line-height: 1.4;
    text-align: center;
  }
  #contact .sbody .box .free {
    font-size: 1em;
    border-radius: 30px;
    margin-top: 0.5em;
    padding: 0.3em 1em;
  }
  #contact .sbody .box .tel {
    font-size: 1.1428571429em;
    margin-top: 0.5em;
    padding: 0.4em 0;
  }
  #contact .sbody .box .tel .num {
    font-size: 1.4375em;
  }
  #contact .sbody .box .date {
    margin-top: 0.5em;
  }
  #contact .sbody .box .note {
    font-size: 0.8571428571em;
  }
}