﻿@charset "UTF-8";
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*----------------------------------------------------
	ユーザーページ
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pane-user-contents {
    padding-top: 173px;
  }
}

/* お買い物ガイド index */
.block-userpage-index {
  margin-top: 24px;
}
.block-userpage-index-header {
  margin-bottom: 64px;
  text-align: center;
}
.block-userpage-index__title {
  font-size: 32px;
  font-size: 2rem;
  color: #222;
  font-weight: bold;
}
.block-userpage-index-section {
  width: calc(100% / 2 - 14px) !important;
  margin-bottom: 64px;
}
.block-userpage-index-section__title {
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #5CA31D;
}
.block-userpage-index-section__title a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #5CA31D;
  font-weight: bold;
}
.block-userpage-index-section__title a:before {
  position: absolute;
  z-index: 1;
  left: 5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.24%2010.49%22%20width%3D%226.24%22%20height%3D%2210.49%22%3E%3Cpath%20d%3D%22m1%2C9.49l4.24-4.24L1%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-userpage-index-section__title a:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #5CA31D;
  border-radius: 100%;
}
.block-userpage-index-section__title a:hover {
  text-decoration: none;
}
.block-userpage-index-section-list li {
  border-bottom: 1px solid #ccc;
}
.block-userpage-index-section-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1rem;
}
.block-userpage-index-section-list li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.24%2010.49%22%20width%3D%226.24%22%20height%3D%2210.49%22%3E%3Cpath%20d%3D%22m1%2C9.49l4.24-4.24L1%2C1%22%20fill%3D%22none%22%20stroke%3D%22%2378bd2f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-userpage-index-section-list li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .block-userpage-index {
    margin-top: 0;
    padding: 0 12px;
  }
  .block-userpage-index-header {
    margin-bottom: 42px;
    padding-top: 6px;
  }
  .block-userpage-index__title {
    margin: 0 0 16px;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .block-userpage-index-section {
    width: 100% !important;
    margin-bottom: 42px;
  }
  .block-userpage-index-section__title {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 2px solid #5CA31D;
  }
  .block-userpage-index-section__title a {
    font-size: 16px;
    font-size: 1rem;
  }
  .block-userpage-index-section-list li {
    border-bottom: 1px solid #ccc;
  }
  .block-userpage-index-section-list li a {
    padding: 10px;
    padding-right: 7px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .block-userpage-index-section-list li a:after {
    margin-left: 10px;
  }
}

.btn-guideNav {
  margin-bottom: 16px;
}
.btn-guideNav a {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn-guideNav a:before {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.24%2010.49%22%20width%3D%226.24%22%20height%3D%2210.49%22%3E%3Cpath%20d%3D%22m1%2C9.49l4.24-4.24L1%2C1%22%20fill%3D%22none%22%20stroke%3D%22%2378bd2f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-guideNav a:hover {
  text-decoration: none;
  opacity: .7;
}

/* お買い物ガイド 詳細 */
.block-userpage {
  margin-top: 24px;
  padding-bottom: 80px;
}
.block-userpage__title {
  margin: 0 0 40px;
  font-size: 32px;
  font-size: 2rem;
  color: #222;
  font-weight: bold;
}
.block-userpage-anchorlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 64px;
}
.block-userpage-anchorlink li {
  width: calc(100% / 2 - 20px);
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.block-userpage-anchorlink li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  padding-right: 6px;
  font-size: 16px;
  font-size: 1rem;
}
.block-userpage-anchorlink li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.24%2010.49%22%20width%3D%226.24%22%20height%3D%2210.49%22%3E%3Cpath%20d%3D%22m1%2C9.49l4.24-4.24L1%2C1%22%20fill%3D%22none%22%20stroke%3D%22%2378bd2f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.block-userpage-anchorlink li a:hover {
  text-decoration: none;
}
.block-userpage-section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ccc;
}
.block-userpage-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.block-userpage-section__title {
  margin-bottom: 16px;
  padding: 0;
  padding-left: 12px;
  border-left: 4px solid #78BD24;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 0;
  font-weight: 400;
}
.block-userpage .block-btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-userpage {
    margin-top: 0;
    padding: 0 12px 40px;
  }
  .block-userpage__title {
    margin: 0 0 12px;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .block-userpage-anchorlink {
    display: block;
    margin-bottom: 32px;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .block-userpage-anchorlink li {
    width: auto;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .block-userpage-anchorlink li a {
    padding: 10px;
    padding-right: 16px;
  }
  .block-userpage-section {
    margin: 32px 0 0;
    padding: 32px 0 0;
    border: 0;
    border-top: 1px solid #ccc;
  }
  .block-userpage-section:last-child {
    margin-bottom: 32px;
  }
  .block-userpage-section__title {
    margin-bottom: 12px;
    padding-left: 8px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* モジュール */
.m-headline--l {
  margin: 20px 0 20px;
  padding: 0 0 10px;
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
}
.m-headline--m {
  margin: 18px 0 18px;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.m-headline--s {
  margin: 16px 0 16px;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-headline--l {
    margin-bottom: 12px;
    padding: 0 0 6px;
    border: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .m-headline--m {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1rem;
  }
  .m-headline--s {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-text {
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
}
.m-text--small {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
.m-text--red {
  color: #c00;
}
@media screen and (max-width: 768px) {
  .m-text {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-btn {
  margin-bottom: 16px;
}
.m-btn a {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.m-btn a:before {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.24%2010.49%22%20width%3D%226.24%22%20height%3D%2210.49%22%3E%3Cpath%20d%3D%22m1%2C9.49l4.24-4.24L1%2C1%22%20fill%3D%22none%22%20stroke%3D%22%2378bd2f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-btn a:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .m-btn {
    margin-bottom: 12px;
  }
}

.m-list {
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
}
.m-list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.m-list > li:before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .m-list {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-list-att {
  font-size: 16px;
  font-size: 1rem;
}
.m-list-att > li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .m-list-att {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-orderList {
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
}
.m-orderList.-noNumber {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .m-orderList {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-dl {
  display: flex;
  margin-bottom: 16px;
  padding: 20px 0;
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1rem;
}
.m-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16%;
  border-right: 1px solid #ccc;
  text-align: center;
}
.m-dl dd {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .m-dl {
    display: block;
    margin-bottom: 12px;
    padding: 16px 20px;
  }
  .m-dl dt {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .m-dl dd {
    padding: 0;
  }
}

.m-img {
  margin: 16px 0;
}

.m-section {
  margin-bottom: 30px;
}
.m-section-label {
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
}
.m-section:last-child {
  margin-bottom: 0;
}

.m-box {
  margin-bottom: 16px;
  padding: 20px;
  background: #eee;
  font-size: 16px;
  font-size: 1rem;
}
.m-box-label {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.m-table {
  width: 100%;
  margin: 20px 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.m-table th, .m-table td {
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m-table thead th {
  background: #145D39;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.m-table tbody td {
  background: #F4F5F2;
}
@media screen and (max-width: 768px) {
  .m-table th, .m-table td {
    padding: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-table--price {
  width: 100%;
  margin: 20px 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.m-table--price th, .m-table--price td {
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m-table--price thead th {
  background: #145D39;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.m-table--price tbody td {
  text-align: center;
  background: #F4F5F2;
}
.m-table--price tbody td:first-child {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}
.m-table--price tbody td .-free {
  color: #c00;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.m-table--price tbody td .-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.m-table--price tbody td .-price span {
  font-size: 14px;
  font-size: 0.875rem;
}
.m-table--price tbody td .-price small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

.m-tab-nav {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 4px solid #78BD2F;
}
.m-tab-nav li {
  flex: 1;
}
.m-tab-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  color: #145D39;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.m-tab-nav li a:hover {
  text-decoration: none;
}
.m-tab-nav li a.active {
  border-color: #78BD24;
  background: #78BD24;
  color: #fff;
  font-weight: bold;
}
.m-tab-nav li + li a {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .m-tab-nav {
    margin-bottom: 12px;
  }
  .m-tab-nav li {
    flex: 1;
  }
  .m-tab-nav li a {
    padding: 6px 0;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .m-tab-nav li + li a {
    border-left: 0;
  }
}

.m-imgLayout {
  display: flex;
}
.m-imgLayout-img {
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .m-imgLayout {
    display: block;
  }
  .m-imgLayout-img {
    margin: 0;
    margin-bottom: 12px;
  }
}

.m-iconDetail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-iconDetail dt {
  width: 45px;
}
.m-iconDetail dd {
  width: calc(100% - 45px);
}
.m-iconDetail dd:before {
  content: "：";
}

.m-iconList {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.m-iconList li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% / 3);
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m-iconList li img {
  flex-shrink: 0;
  width: 45px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .m-iconList {
    display: block;
    border: 1px solid #ccc;
  }
  .m-iconList li {
    width: 100%;
    border-right: 0;
  }
  .m-iconList li:last-child {
    border-bottom: 0;
  }
  .m-iconList li.-empty {
    display: none;
  }
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

/* よくあるご質問 index */
.block-faq-index .block-userpage-anchorlink li {
  width: calc(100% / 3 - (40px / 3));
}
.block-faq-index .block-userpage-index-section {
  width: 100% !important;
}
.block-faq-index .block-userpage-index-section-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-faq-index .block-userpage-index-section-list li {
  display: flex;
  align-items: center;
  width: calc(100% / 2 - 14px);
}
.block-faq-index .block-userpage-index-section-list li a {
  width: 100%;
}
.block-faq-index .block-userpage-index-section-list li a:after {
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  .block-faq-index .block-userpage-anchorlink li {
    width: 100%;
  }
  .block-faq-index .block-userpage-index-section {
    width: 100% !important;
  }
  .block-faq-index .block-userpage-index-section-list {
    display: block;
  }
  .block-faq-index .block-userpage-index-section-list li {
    width: 100%;
  }
}

/* よくあるご質問 詳細 */
.block-faq-contents {
  margin-bottom: 70px;
  border-top: 1px solid #ccc;
}
.block-faq-section {
  border-bottom: 1px solid #ccc;
}
.block-faq-section__title {
  position: relative;
  margin: 0;
  padding: 16px 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border: 0;
}
.block-faq-section__title:before, .block-faq-section__title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: #78BD24;
}
.block-faq-section__title:before {
  right: 8px;
  width: 16px;
  height: 2px;
}
.block-faq-section__title:after {
  right: 15px;
  width: 2px;
  height: 16px;
}
.block-faq-section__title.active:after {
  opacity: 0;
}
.block-faq-section__title span {
  position: relative;
  display: block;
  padding-left: 42px;
}
.block-faq-section__title span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(../../img/guide/icon_faq_q.svg) no-repeat;
  background-size: contain;
  color: #fff;
}
.block-faq-section-text {
  position: relative;
  display: none;
  margin-top: 5px;
  margin-bottom: 24px;
  padding-left: 42px;
  font-size: 16px;
  font-size: 1rem;
}
.block-faq-section-text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(../../img/guide/icon_faq_a.svg) no-repeat;
  background-size: contain;
}
.block-faq-category {
  margin-bottom: 64px;
}
.block-faq-category__label {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  border: 0;
}
.block-faq-category-list {
  display: flex;
  flex-wrap: wrap;
}
.block-faq-category-list li {
  position: relative;
  width: calc(100% / 3);
}
.block-faq-category-list li.active {
  background: #F4F5F2;
  border: 0;
}
.block-faq-category-list li.active:before {
  border: 0;
}
.block-faq-category-list li.active a:after {
  opacity: 0;
}
.block-faq-category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 16px;
}
.block-faq-category-list li a:hover {
  text-decoration: none;
}
.block-faq-category-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid #ccc;
}
.block-faq-category-list li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.24%2010.49%22%20width%3D%226.24%22%20height%3D%2210.49%22%3E%3Cpath%20d%3D%22m1%2C9.49l4.24-4.24L1%2C1%22%20fill%3D%22none%22%20stroke%3D%22%2378bd2f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .block-faq-contents {
    margin-bottom: 32px;
  }
  .block-faq-section__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .block-faq-section__title span {
    padding: 0 28px;
  }
  .block-faq-section__title span:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .block-faq-section-text {
    margin-top: 0px;
    margin-bottom: 16px;
    padding-left: 28px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .block-faq-section-text:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .block-faq-category {
    margin-bottom: 24px;
  }
  .block-faq-category__label {
    margin: 0 0 16px;
    font-size: 16px;
    font-size: 1rem;
  }
  .block-faq-category-list {
    display: block;
  }
  .block-faq-category-list li {
    width: 100%;
  }
  .block-faq-category-list li a {
    padding: 14px 16px;
  }
}

/* リニューアル案内 */
.pane-renewal-info {
  width: 100%;
}

br[data-show="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  br[data-show="sp"] {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br[data-show="pc"] {
    display: none;
  }
}

.block-renewal-guide__title {
  margin-bottom: 48px;
  padding: 90px;
  background: url(../../img/guide/renewal/bg_title.png) center no-repeat;
  background-size: cover;
  text-align: center;
}
.block-renewal-guide__lead {
  margin-bottom: 48px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
.block-renewal-guide-section {
  margin-bottom: 80px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.block-renewal-guide-section__title {
  margin-bottom: 48px;
  padding: 30px 0;
  background: url(../../img/guide/renewal/bg_renewal_title.png) center no-repeat;
  background-size: cover;
  text-align: center;
  border: 0;
}
.block-renewal-guide-section .contents {
  max-width: 720px;
  margin: 0 auto;
}
.block-renewal-guide-section .contents > .img {
  margin-top: 48px;
}
.block-renewal-guide-point {
  position: relative;
  margin-top: 90px;
  padding: 40px;
  border: 4px solid #5CA31D;
  border-radius: 16px;
}
.block-renewal-guide-point__number {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  width: 80px;
  background: #fff;
  color: #5CA31D;
  text-align: center;
  font-family: 'Roboto';
  font-size: 16px;
  font-size: 1rem;
}
.block-renewal-guide-point__number span {
  font-size: 40px;
  font-size: 2.5rem;
}
.block-renewal-guide-point__title {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  color: #5CA31D;
  font-size: 24px;
  font-size: 1.5rem;
}
.block-renewal-guide-point__title + .note {
  margin-top: -12px;
  margin-bottom: 20px;
  text-align: center;
  color: #666;
}
.block-renewal-guide-point p {
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
.block-renewal-guide-point .img {
  margin-top: 16px;
}
.block-renewal-guide-point .list-att {
  margin-bottom: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
}
.block-renewal-guide-point .list-att li {
  text-indent: -1em;
  padding-left: 1em;
}
.block-renewal-guide-point .list-att li:before {
  content: "※";
}
.block-renewal-guide-point .detail {
  margin-top: 16px;
}
.block-renewal-guide-point .detail p {
  margin-bottom: 8px;
  text-align: center;
}
.block-renewal-guide-point .detail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid #5CA31D;
  border-radius: 8px;
  color: #5CA31D;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-renewal-guide-point .detail a:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin-left: 13px;
  background: url(../../img/share/arrow.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .block-renewal-guide__title {
    margin-bottom: 24px;
    padding: 43px;
    background-image: url(../../img/guide/renewal/bg_title_sp.png);
  }
  .block-renewal-guide__title img {
    max-width: 240px;
  }
  .block-renewal-guide__lead {
    margin-bottom: 24px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
  .block-renewal-guide-section {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
  .block-renewal-guide-section__title {
    margin-bottom: 24px;
    padding: 20px 0;
    background-image: url(../../img/guide/renewal/bg_renewal_title_sp.png);
  }
  .block-renewal-guide-section__title img {
    max-width: 320px;
    width: 100%;
  }
  .block-renewal-guide-section .contents {
    padding: 0 10px;
  }
  .block-renewal-guide-section .contents > .img {
    margin-top: 24px;
  }
  .block-renewal-guide-point {
    position: relative;
    margin-top: 62px;
    padding: 35px 15px 24px;
    border: 2px solid #5CA31D;
    border-radius: 12px;
  }
  .block-renewal-guide-point__number {
    top: -32px;
    width: 80px;
  }
  .block-renewal-guide-point__title {
    margin-bottom: 7px;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
  .block-renewal-guide-point__title + .note {
    margin-top: 0;
    margin-bottom: 7px;
  }
  .block-renewal-guide-point .detail {
    margin-top: 16px;
  }
  .block-renewal-guide-point .detail p {
    margin-bottom: 8px;
    text-align: center;
  }
  .block-renewal-guide-point .detail a {
    position: relative;
    display: flex;
    padding: 10px 16px;
    padding-right: 40px;
    text-align: center;
  }
  .block-renewal-guide-point .detail a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    flex-shrink: 0;
    margin-left: 0;
  }
}

/*# sourceMappingURL=guide.css.map */
