@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

article, aside, blockquote, body, cite, dd, dialog, div, dl, dt, em, figure, footer, form, h1, h2, h3, h4, h5, h6, html, img, label, li, nav, ol, p, pre, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-break: strict;
  color: #333;
  page-break-inside: avoid;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1;
}

img {
  width: 100%;
  border-style: none;
}

li {
  list-style-type: none;
}

.verticalM {
  vertical-align: middle !important;
}

.verticalT {
  vertical-align: top !important;
}

.verticalB {
  vertical-align: bottom !important;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

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

.link {
  color: #00a99d;
  text-decoration: underline;
}

body, #wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/**
 * PC専用改行
 */
.pc_br {
  display: initial;
}

/**
 * スマホ専用改行
 */
.sp_br {
  display: none;
}

/**
 * Header
 */
.top_frame {
  width: 100%;
  z-index: 100;
  background-color: #fff;
  transition: all 0.5s;
}

.top_bar {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 2.375rem 4.625rem 0.248rem 2.75rem;
  width: 100%;
  max-width: 960px;
}
.top_bar #top_logo {
  margin: 0;
  width: 8.125rem;
}

#back_top {
  cursor: pointer;
  display: none;
  z-index: 103;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 2rem;
  right: 10rem;
  width: 4rem;
  height: 3rem;
  border: 1px solid #666;
  border-radius: 0.3125rem;
}
#back_top > div {
  position: relative;
  padding-top: 2rem;
}
#back_top > div::after {
  position: absolute;
  top: 1.6rem;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 0.15rem solid #666;
  border-right: 0.15rem solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home p {
  text-align: left;
  margin: 1.25rem auto 0;
  width: 38.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25;
}

/**
 * Contents
 */
.contents .header {
  padding-top: 9.125rem;
}
.contents h1 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 2.25rem 0 2.125rem;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  background-color: #93cb63;
}
.contents h1 > span {
  color: #fff;
}
.contents h2.heading {
  text-align: center;
  margin: 4.25rem auto 0;
  padding: 0 1.5rem 0.875rem 1.5rem;
  border: 0;
  display: inline-block;
  width: initial;
  color: #333;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  background: linear-gradient(transparent 54.545%, #e6e6b4 0%);
}
.contents p {
  width: 46.25rem;
  margin: 1.5rem auto 0;
  line-height: 2;
}
.contents p.caution {
  text-decoration: underline;
}
.contents p.meeting-guide-link {
  font-size: 1.25rem;
}

.main_tel_area {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.main_tel_area h5 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.main_tel_area .tel_area {
  background: url("../img/tel_01.svg") no-repeat;
  background-size: 2.75rem;
  margin: 1rem auto 0;
  width: 16.25rem;
  padding: 0 0 0.1rem 3.25rem;
}
.main_tel_area .tel_area .tel a {
  color: #00a99d;
  font-size: 1.875rem;
  letter-spacing: 0.1rem;
}
.main_tel_area .tel_area .time_zone {
  text-align: left;
  margin: 0.25rem 0 0 0.5rem;
  color: #666;
  font-size: 0.75rem;
}

/**
 * for 個別ページ
 */
.tel_link {
  display: inline-block;
  font-weight: 900;
  color: red;
  border: solid 5px #ff9600;
  padding: 0 0.25rem;
}

.header {
  padding-top: 3.125rem !important;
}

.process_list {
  width: 44.125rem;
  margin: 0 auto;
  padding: 3.75rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 14rem);
  justify-content: space-between;
  grid-row-gap: 2.5rem;
}
.process_list li {
  border: 1px solid #93cb63;
  border-radius: 0.25rem;
  position: relative;
}
.process_list li div:nth-child(1) {
  margin: 0 auto;
  padding: 0.28125rem 0;
  color: #fff;
  background-color: #93cb63;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.1;
  position: absolute;
  top: -1.5rem;
  left: 0.5rem;
}
.process_list li div:nth-child(1) span {
  font-size: 1.7rem;
  font-weight: 500;
  color: #ffffff;
}
.process_list li div:nth-child(2) {
  margin-top: 2.25rem;
  height: 7rem;
}
.process_list li div:nth-child(2) img {
  height: inherit;
}
.process_list li div:nth-child(3) {
  margin: 1.5rem auto 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3125;
}

.description_link_list {
  width: 44.125rem;
  display: grid;
  grid-template-columns: repeat(3, 13.5rem);
  justify-content: space-between;
  margin: 5rem auto;
  align-items: initial;
}
.description_link_list li {
  display: grid;
  grid-template-columns: initial;
  border: 1px solid #999;
  border-radius: 0.15625rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.29);
}
.description_link_list li:hover {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.description_link_list li a {
  display: inline-grid;
  grid-template-columns: initial;
}
.description_link_list li a::after {
  right: initial;
  margin-left: 0.25rem;
}
.description_link_list li a div:nth-child(1) {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 1rem 0;
}
.description_link_list li a div:nth-child(2) {
  align-self: center;
  height: 6.875rem;
  margin-bottom: 1rem;
}
.description_link_list li a div:nth-child(2) img {
  height: inherit;
}
.description_link_list li a div:nth-child(2) img#fp {
  width: 75%;
}

table.normal {
  width: 46.25rem;
  margin: 1.625rem auto 0;
}
table.normal thead tr th {
  width: 5.25rem;
  text-align: center;
  line-height: 2;
  font-size: 1.75rem;
  font-weight: 500;
}
table.normal tbody tr th, table.normal tbody tr td {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border: solid 2px #ffffff;
}
table.normal tbody tr th {
  width: 25%;
  vertical-align: middle;
  background-color: #93cb63;
  color: #ffffff;
  font-weight: 500;
}
table.normal tbody tr td {
  width: 75%;
  background-color: rgba(147, 203, 99, 0.2509803922);
}

p.meeting-caution {
  font-size: 0.75rem;
}

.contact-caution {
  color: #D62246;
}

.unlock_fp {
  max-width: 35rem;
  margin: 0 auto;
}
.unlock_fp p {
  max-width: inherit;
}
.unlock_fp p:nth-child(2) {
  border-top: 5px dotted #93cb63;
  border-bottom: 5px dotted #93cb63;
}

/**
 * for online詳細説明ページ
 */
.online {
  margin-top: 1rem;
}
.online h1 {
  font-size: 2.9375rem;
  font-weight: bold;
  line-height: 4rem;
  background-color: #717071;
}
.online h3 span {
  font-size: 1.6875rem;
  font-weight: bold;
  color: #f7931e;
  background: linear-gradient(transparent 54.545%, #fcee52 0%);
}
.section-attention .online h3 {
  margin-bottom: 1.875rem;
}
.online p {
  font-size: 1.25rem;
}
.online a {
  display: inline;
  color: #0071bc;
  text-decoration: underline;
}
.online .pc {
  display: block !important;
}
.online .sp {
  display: none !important;
}

.section-attention {
  background-color: #e6e6e6;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.section-attention .section-inner {
  width: 54.75rem;
  margin: auto;
  padding: 2rem 3.375rem;
  background-color: white;
  border: 2px solid lightgray;
}
.section-attention .section-inner h3 {
  margin-bottom: 1.875rem;
}
.section-attention .section-inner p {
  width: 44.5rem;
  line-height: 1.75;
}
.section-attention .section-inner p span.title {
  font-size: 1.5rem;
  font-weight: bold;
}
.section-attention .section-inner p span.title-small {
  font-size: 1.25rem;
}
.section-attention .section-inner p span.under-line {
  background: linear-gradient(transparent 54.545%, #fcee52 0%);
}
.section-attention .section-inner p.access {
  font-size: 1rem;
}

.section-inner {
  width: 62.5rem;
  margin: 0 auto;
  background-color: white;
}

.section-information {
  background-color: rgba(255, 235, 31, 0.0980392157);
}
.section-information h2 {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.6875rem;
}
.section-information h3 {
  margin-left: 1.84rem;
}

.previous h2 {
  background-color: #004687;
}
.previous h3 span {
  color: #3fa9f5;
}

.today h2 {
  background-color: #f7931e;
}
.today h3 span {
  color: #f7931e;
}

.description {
  width: 88%;
  margin: auto;
}

.lead {
  min-width: 11.5rem;
  line-height: 3.375rem;
  padding: 0.9375rem 1.73rem;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  color: white;
}
.previous .lead {
  background-color: #3fa9f5;
}
.today .lead {
  background-color: #f7931e;
}

.lead-image {
  height: 3.75rem;
  margin-left: 1.45rem;
}
.lead-image img {
  width: auto;
  height: 100%;
}

.description-image {
  width: 28.875rem;
  margin: auto;
}

.detail {
  margin-top: 1.125rem;
  margin-bottom: 3.125rem;
  padding: 2rem 3.375rem;
  border: 1px solid;
  border-radius: 0.75rem;
}
.detail p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.detail h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0.25rem;
  font-size: 1.65rem;
  font-weight: bold;
  color: #f7931e;
}
.previous .detail {
  border-color: #3fa9f5;
}
.today .detail {
  border-color: #f7931e;
}

.today .detail.have-account {
  margin-top: 1.125rem;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.today .detail.no-account {
  margin-top: 0;
  margin-bottom: 3.125rem;
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.today #section02 .detail.no-account {
  margin-bottom: 0;
}

p.detail-text {
  width: 18.75rem;
  margin: 0;
}
.accordion-section p.detail-text {
  width: 26.75rem;
}

.detail-image {
  width: 17.5rem;
  margin-left: 7rem;
}
.detail-image img {
  margin: 0;
}
.accordion-section .detail-image {
  width: 12rem;
  margin-top: 1rem;
  margin-left: 5rem;
  margin-bottom: 1rem;
}

.section-image img {
  margin-top: 18px;
}
.section-image p {
  font-size: 1.5rem;
  line-height: 1.3;
}
.section-image .section-inner {
  line-height: 0;
}

.flex-container {
  display: flex;
  align-items: center;
}

.inline {
  display: inline-block;
}

.account-container {
  align-items: initial;
}

.accordion-menu input {
  display: none;
}
.accordion-menu label {
  margin-top: 1.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 20.8px;
  position: relative;
  display: block;
  border: 1px solid #f7931e;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 600;
  color: #f7931e;
}
.accordion-menu label:after {
  width: 0;
  height: 0;
  position: absolute;
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 1.3rem 0.75rem 0 0.75rem;
  border-color: #f7931e transparent transparent transparent;
  right: 19.875rem;
}
.accordion-menu .accordion-section {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

#menu-bar01:checked ~ #section01,
#menu-bar02:checked ~ #section02 {
  height: auto;
  opacity: 1;
}

#section01 .top-section,
#section02 .top-section {
  margin-top: 0;
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.triangle-area {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  justify-content: center;
}

.triangle {
  width: 0;
  height: 0;
  margin-top: 0.25rem;
  border-style: solid;
  border-width: 1.3rem 0.75rem 0 0.75rem;
  border-color: #f7931e transparent transparent transparent;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.incentive {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.incentive h2.heading {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2;
  color: #00a99d;
  background: none;
}
.incentive p.contents {
  width: 38rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.incentive a {
  text-decoration: underline;
  color: #49C2F7;
}
.incentive hr {
  margin: 3rem auto 1rem;
  max-width: 40.25rem;
}
.incentive .top_bar {
  max-width: 40.25rem;
  padding-left: 0;
  padding-right: 0;
}
.incentive .tel {
  margin-bottom: 5rem;
}
.incentive #footer a {
  text-decoration: none;
}

/**
 * for Error
 */
.error div.contents h2 {
  width: 46.25rem;
  margin: 1.5rem auto 0;
}

/**
 * Footer
 */
.footer {
  margin-top: auto;
  background-color: #86ce20;
}
.footer ul.footer_link_list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 8rem;
}
.footer ul.footer_link_list li a {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.footer ul.footer_link_list li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .copyright {
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1.125rem;
  padding-bottom: 1.75rem;
}

/**
 * for Responsive
 */
@media only screen and (max-width: 960px) and (min-width: 751px) {
  html {
    font-size: 1.667vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #back_top.phone {
    bottom: 2rem;
    right: 4rem;
  }
  .unlock_fp {
    max-width: inherit;
  }
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 2.133vw;
  }
  .top_bar.phone {
    padding: 2.3125rem 2.75rem 0.308rem 2.875rem;
    width: 100%;
  }
  .top_bar.phone #top_logo {
    margin: 0;
    width: 8.125rem;
  }
  .incentive .top_bar {
    max-width: unset;
  }
  #back_top.phone {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 3rem;
    right: 3rem;
    width: 8rem;
    height: 5rem;
  }
  #back_top.phone > div::after {
    top: 3rem;
    bottom: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-top: 0.2rem solid #666;
    border-right: 0.2rem solid #666;
  }
  .home.phone h2 {
    margin: 4.5rem auto 0;
    padding: 4.25rem 0 4.375rem;
    font-size: 2.625rem;
    letter-spacing: 0.25rem;
  }
  .home.phone h3 {
    text-align: center;
    margin: 3.375rem auto 0;
    padding: 0 0.75rem 1.125rem;
    width: initial;
    font-size: 2.625rem;
    display: inline-block;
    background: linear-gradient(transparent 58.333%, #e6e6b4 0%);
  }
  .contents.phone > div > h3 {
    text-align: center;
    margin: 3.375rem auto 0;
    padding: 0 0.75rem 1.125rem;
    width: initial;
    font-size: 2.625rem;
    display: inline-block;
    background: linear-gradient(transparent 58.333%, #e6e6b4 0%);
  }
  .home.phone p {
    margin: 1.75rem auto 0;
    font-size: 1.75rem;
    line-height: 1.714;
  }
  .contents.phone .header {
    padding-top: 9.0625rem;
  }
  .contents.phone h1 {
    margin: 0 auto 1.5rem;
    padding: 3.625rem 0 3.375rem;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.25rem;
  }
  .contents.phone h2.heading {
    margin: 3.75rem 1.5rem 0;
    padding: 0 1.5rem 1.125rem;
    font-size: 2.625rem;
    background: linear-gradient(transparent 58.333%, #e6e6b4 0%);
  }
  .contents.phone h2.heading > span {
    font-size: 1.5rem;
  }
  .contents.phone > h5 {
    width: 40rem;
    margin: 1.5rem auto 0;
    font-size: 1.875rem;
  }
  .contents.phone p {
    width: 40rem;
    margin: 1.25rem auto 0;
    font-size: 1.75rem;
    line-height: 3rem;
    margin-top: 2rem;
    letter-spacing: 0.08rem;
  }
  .contents.phone p.attention br {
    display: none;
  }
  .contents.phone p.meeting-guide-link {
    font-size: 2rem;
  }
  .contents.phone h2.heading span.text_wrap {
    display: inline-block;
    font-size: 2.625rem;
  }
  .main_tel_area.phone {
    margin-top: 5rem;
  }
  .main_tel_area.phone h5 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .main_tel_area.phone .tel_area {
    background-size: 4.45rem;
    background-position-y: 0.5rem;
    margin: 2.5rem 0 0 8.75rem;
    width: 32rem;
    padding: 0 0 0 4.45rem;
  }
  .main_tel_area.phone .tel_area .tel a {
    margin-left: 1rem;
    text-align: left;
    color: #00a99d;
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
  .main_tel_area.phone .tel_area .time_zone {
    text-align: left;
    margin: 0.75rem 0 0 1rem;
    color: #666;
    font-size: 1.3124rem;
  }
  .footer.phone ul.footer_link_list {
    padding: 2.375rem 5rem 0;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-row-gap: initial;
  }
  .footer.phone ul.footer_link_list li {
    margin-bottom: 2rem;
  }
  .footer.phone ul.footer_link_list li a {
    font-size: 1.625rem;
    font-weight: 400;
  }
  .footer.phone .copyright {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.625rem;
    padding-bottom: 3rem;
  }
  .error div.contents h2 {
    width: 40rem;
  }
  .pc_br {
    display: none;
  }
  /**
   * スマホ専用改行
   */
  .sp_br {
    display: initial;
  }
  /**
   * for 個別ページ
   */
  .process_list {
    grid-row-gap: 3.5rem;
  }
  .process_list li div:nth-child(1) {
    width: 4.75rem;
    height: 4.75rem;
    top: -2.5rem;
  }
  .process_list li div:nth-child(1) span {
    font-size: 2rem;
  }
  .process_list li div:nth-child(2) {
    margin-top: 3.25rem;
  }
  .description_link_list li {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.29);
  }
  .description_link_list li:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  .description_link_list li a div:nth-child(1) {
    line-height: 2.5rem;
  }
  .contents.phone table.normal {
    width: 40rem;
  }
  .unlock_fp {
    max-width: inherit;
  }
  table.normal thead tr th {
    font-size: 1.75rem;
  }
  table.normal tbody tr th {
    font-size: 1.25rem;
  }
  table.normal tbody tr td {
    font-size: 1.725rem;
  }
  .contents.phone p.meeting-caution {
    font-size: 1rem;
  }
  .tel_link {
    border: solid 3px #ff9600;
  }
  .contents.phone .online h3 span {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .contents.phone .online p {
    width: initial;
    line-height: 2.5rem;
    letter-spacing: initial;
  }
  .contents.phone .online .pc {
    display: none !important;
  }
  .contents.phone .online .sp {
    display: block !important;
  }
  .contents.phone .online .section-attention .section-inner p span.title {
    font-size: 2rem;
    font-weight: 500;
  }
  .contents.phone .online .section-attention .section-inner p span.title-small {
    font-size: 1.75rem;
  }
  .contents.phone .online .section-attention .section-inner p.access {
    font-size: 1.5rem;
  }
  .contents.phone .online .section-image p {
    width: 90%;
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: white;
  }
  .contents.phone .online .section-image img {
    margin-top: 0;
  }
  .contents.phone .online .section-image .section-inner {
    width: auto;
  }
  .contents.phone .online .section-information h2 {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: large;
  }
  .contents.phone .online .section-information h3 {
    margin-left: 0;
    text-align: center;
  }
  .contents.phone .online .section-information .section-inner {
    width: auto;
    background-color: rgba(255, 235, 31, 0.0980392157);
  }
  .contents.phone .online .section-inner {
    width: 88%;
  }
  .contents.phone .online .lead {
    min-width: 16rem;
    padding: 0.75rem 0;
    border-radius: 1rem;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.5;
  }
  .contents.phone .online .lead + .flex-item {
    width: 100%;
  }
  .contents.phone .online .flex-container.lead {
    justify-content: center;
  }
  .contents.phone .online .lead-image {
    height: 5rem;
  }
  .contents.phone .online .description {
    width: 90%;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    background-color: white;
  }
  .contents.phone .online .today .description {
    padding-bottom: 0;
  }
  .contents.phone .online .detail {
    border-radius: 1rem;
  }
  .contents.phone .online .detail h4 {
    margin-top: 0;
    font-size: 1.9rem;
  }
  .contents.phone .online .detail h4:before {
    border-top: 1.6rem solid;
  }
  .contents.phone .online .detail p {
    margin-top: 0;
    font-size: 1.9rem;
  }
  .contents.phone .online .today .detail.have-account {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .contents.phone .online .today .detail.no-account {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .contents.phone .online .description-image {
    width: auto;
  }
  .contents.phone .online .flex-container.account-container {
    display: initial;
  }
  .contents.phone .online .detail-image {
    width: auto;
    margin: 1rem 0;
  }
  .contents.phone .online .triangle {
    border-style: solid;
    border-width: 1.8rem 0.9rem 0 0.9rem;
    border-color: #f7931e transparent transparent transparent;
  }
  .contents.phone .online .inline {
    width: 100%;
  }
  .contents.phone .online .align-initial {
    align-items: initial;
  }
  .contents.phone .online .accordion-menu label {
    font-size: 2.5rem;
  }
  .contents.phone .online .accordion-menu label:after {
    border-style: solid;
    border-width: 1.8rem 0.9rem 0 0.9rem;
    border-color: #f7931e transparent transparent transparent;
    top: 1.75rem;
    right: 9.875rem;
  }
  .contents.phone .online .accordion-menu .accordion-section .detail-image {
    width: 70%;
    margin: 1rem auto;
  }
  .incentive .contents.phone h2.heading {
    line-height: 1.5;
    background: none;
  }
  .incentive .contents.phone p.tel {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 961px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/**
 * For Before meeting guide
 */
.before-meeting-guide-contents {
  /* タイトル行 */
  /* 目次行 */
  /* 青色背景h3のタイトル */
  /* ライファーのFP相談 3つの“安心” */
  /* FP相談の流れ */
}
.before-meeting-guide-contents .for-pc {
  display: initial;
}
.before-meeting-guide-contents .for-smp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .for-pc {
    display: none;
  }
  .before-meeting-guide-contents .for-smp {
    display: initial;
  }
}
.before-meeting-guide-contents div.title-area {
  background-color: #F9F1E1;
}
.before-meeting-guide-contents div.title-area h2.heading {
  text-align: center;
  margin: 0;
  padding: 0 1.5rem 0.875rem 1.5rem;
  padding-bottom: 0;
  border: 0;
  display: inline-block;
  width: initial;
  color: #333;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  background: none !important;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.title-area h2.heading {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .before-meeting-guide-contents div.title-area .title-image {
    width: 100%;
  }
}
.before-meeting-guide-contents .description.for-pc {
  display: block;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .description.for-pc {
    display: none;
  }
}
.before-meeting-guide-contents .description.for-smp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .description.for-smp {
    display: block;
  }
}
.before-meeting-guide-contents div.contents-table-area {
  margin: 1.5rem auto 0;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.contents-table-area {
    width: 90%;
  }
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.contents-table-area ul {
    width: 90%;
    margin: 0 auto;
  }
}
.before-meeting-guide-contents div.contents-table-area h3.contents-table-title {
  margin: 1rem auto 1rem;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.contents-table-area h3.contents-table-title {
    font-size: 18px;
  }
}
.before-meeting-guide-contents div.contents-table-area .contents-table-border {
  max-width: 560px;
  border: 3px solid #84C7DF;
  border-radius: 10px;
  margin: 0 auto;
}
.before-meeting-guide-contents div.contents-table-area .contents-table-links {
  max-width: 400px;
  margin: 0 auto;
  color: #29AAE1;
  padding-bottom: 0.4rem;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.contents-table-area .contents-table-links {
    max-width: initial;
  }
}
.before-meeting-guide-contents div.contents-table-area .contents-table-links a {
  color: #29AAE1;
  margin: 0.4rem auto 0.4rem;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #29AAE1;
  padding-bottom: 0px;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.contents-table-area .contents-table-links a {
    font-size: 1.9rem;
  }
}
.before-meeting-guide-contents div.contents-table-area .contents-table-links span {
  color: #22B473;
}
.before-meeting-guide-contents div.contents-table-area .contents-table-links li {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.before-meeting-guide-contents div.contents-table-area .contents-table-links li::before {
  color: #29aae1;
  content: "◎";
  margin-right: 0.2rem;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.contents-table-area .contents-table-links li::before {
    font-size: 18px;
  }
}
.before-meeting-guide-contents div.subject-area {
  margin: 2rem 0;
  padding: 2rem 0;
  background-color: #20B8C6;
  width: 100%;
}
.before-meeting-guide-contents div.subject-area h3 {
  color: white;
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.subject-area h3 {
    line-height: 1.4;
    font-size: 2.3rem;
    font-weight: 500;
  }
}
.before-meeting-guide-contents div.subject-area h3 .big {
  color: white;
  font-size: 36px;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.subject-area h3 .big {
    font-size: 3rem;
    font-weight: 500;
  }
}
.before-meeting-guide-contents div.subject-area h3 .striking {
  color: #FFFF6A;
}
.before-meeting-guide-contents .safe-area {
  max-width: 750px;
  margin: 0 auto;
}
.before-meeting-guide-contents .safe-area .safe-area-border {
  margin-top: 3rem;
}
.before-meeting-guide-contents .safe-area h4 {
  color: #29AAE1;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area h4 {
    line-height: 2rem;
    font-size: 2rem;
  }
}
.before-meeting-guide-contents .safe-area h4::before {
  content: "            ";
  white-space: pre;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area h4::before {
    content: "            ";
    background-position-x: 0.8rem;
    width: 35px;
    height: 35px;
    padding-top: 1rem;
    padding-left: 1rem;
  }
}
.before-meeting-guide-contents .safe-area h4.first::before {
  background-image: url("/my/img/before-meeting-guide/pc/safe-h4-icon1.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area h4.first::before {
    background-image: url("/my/img/before-meeting-guide/smp/safe-h4-icon1.svg");
  }
}
.before-meeting-guide-contents .safe-area h4.second::before {
  background-image: url("/my/img/before-meeting-guide/pc/safe-h4-icon2.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area h4.second::before {
    background-image: url("/my/img/before-meeting-guide/smp/safe-h4-icon2.svg");
  }
}
.before-meeting-guide-contents .safe-area h4.third::before {
  background-image: url("/my/img/before-meeting-guide/pc/safe-h4-icon3.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area h4.third::before {
    background-image: url("/my/img/before-meeting-guide/smp/safe-h4-icon3.svg");
  }
}
.before-meeting-guide-contents .safe-area .safe-content-wrapper {
  margin: 3rem;
}
.before-meeting-guide-contents .safe-area .safe-content-wrapper .safe-content-eyecatch {
  width: 350px;
  height: 268px;
  margin: 0 auto;
  display: table-cell;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area .safe-content-wrapper .safe-content-eyecatch {
    display: block;
    width: initial;
    height: auto;
  }
}
.before-meeting-guide-contents .safe-area .safe-content-wrapper .safe-content {
  display: table-cell;
  vertical-align: top;
  width: 309px;
  margin: 0 auto;
  margin-top: 3rem;
  text-align: left !important;
  padding-left: 2rem;
}
.before-meeting-guide-contents .safe-area .safe-content-wrapper .safe-content p {
  width: initial;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area .safe-content-wrapper .safe-content p {
    margin: 0.25rem auto 0;
  }
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents .safe-area .safe-content-wrapper .safe-content {
    padding-left: 0px;
    display: block;
    height: auto;
    width: initial;
    margin: 0;
    text-align: left !important;
  }
}
.before-meeting-guide-contents div.important-plan-area .plan-title1 {
  margin: 1.5rem auto 0;
  width: 46.25rem;
  height: 52px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/plan-title1.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.important-plan-area .plan-title1 {
    width: initial;
    margin-left: 3rem;
    background-size: contain;
    background-image: url("/my/img/before-meeting-guide/smp/plan-title1.svg");
  }
}
.before-meeting-guide-contents div.important-plan-area .plan-title2 {
  margin: 1.5rem auto 0;
  width: 46.25rem;
  height: 52px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/plan-title2.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.important-plan-area .plan-title2 {
    width: initial;
    margin-left: 3rem;
    background-size: contain;
    background-image: url("/my/img/before-meeting-guide/smp/plan-title2.svg");
  }
}
.before-meeting-guide-contents div.important-plan-area .plan-title3 {
  margin: 1.5rem auto 0;
  width: 46.25rem;
  height: 52px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/plan-title3.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.important-plan-area .plan-title3 {
    width: initial;
    margin-left: 3rem;
    background-size: contain;
    background-image: url("/my/img/before-meeting-guide/smp/plan-title3.svg");
  }
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.important-plan-area p {
    margin-bottom: 3rem;
  }
}
.before-meeting-guide-contents div.flow-area {
  margin-bottom: 3rem;
}
.before-meeting-guide-contents div.flow-area .flow-sample-image {
  margin: 1.5rem auto 1.5rem;
  max-width: 749px;
}
.before-meeting-guide-contents div.flow-area p {
  width: initial;
}
.before-meeting-guide-contents div.flow-area h4 {
  font-size: 21px;
  font-weight: 500;
  height: 50px;
}
.before-meeting-guide-contents div.flow-area .flow-border {
  width: 100%;
  margin: 0 auto;
}
.before-meeting-guide-contents div.flow-area .flow-h5-wrapper {
  max-width: 670px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area .flow-h5-wrapper {
    width: initial;
  }
}
.before-meeting-guide-contents div.flow-area h5.flow-today {
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/today.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area h5.flow-today {
    margin-left: 2rem;
  }
}
.before-meeting-guide-contents div.flow-area h5.flow-tomorrow {
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/tomorrow.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area h5.flow-tomorrow {
    margin-left: 2rem;
  }
}
.before-meeting-guide-contents div.flow-area .flow-table {
  max-width: 600px;
  margin: 2rem auto;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area .flow-table {
    margin-left: 3rem;
    margin-right: 1rem;
  }
}
.before-meeting-guide-contents div.flow-area .flow-table p {
  margin-left: 0;
  margin-top: 0;
}
.before-meeting-guide-contents div.flow-area .flow-table div:last-child {
  padding-left: 1rem;
}
.before-meeting-guide-contents div.flow-area hr {
  border-width: 0px;
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area hr {
    border-top: 1px dashed #8c8b8b;
    margin: 0;
  }
}
.before-meeting-guide-contents div.flow-area .flow-table-cell {
  display: table-cell;
}
.before-meeting-guide-contents div.flow-area .flow-table-cell p {
  margin-top: 1rem;
}
.before-meeting-guide-contents div.flow-area .flow-table-cell .flow-table-cell-inner {
  text-align: left;
  margin-top: 0.5rem;
}
.before-meeting-guide-contents div.flow-area #flow-step1 {
  background-position-y: top;
  width: 43px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/step1.svg");
}
.before-meeting-guide-contents div.flow-area #flow-step2 {
  background-position-y: top;
  width: 43px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/step2.svg");
}
.before-meeting-guide-contents div.flow-area #flow-step3 {
  background-position-y: top;
  width: 43px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/step3.svg");
}
.before-meeting-guide-contents div.flow-area .flow-time1 {
  display: inline-block;
  width: 88px;
  height: 20px;
  margin-left: 6px;
  position: absolute;
}
.before-meeting-guide-contents div.flow-area .flow-time1.for-pc {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area .flow-time1.for-pc {
    display: none;
  }
}
.before-meeting-guide-contents div.flow-area .flow-time1.for-smp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area .flow-time1.for-smp {
    display: inline-block;
  }
}
.before-meeting-guide-contents div.flow-area .flow-time2 {
  display: inline-block;
  width: 88px;
  height: 20px;
  margin-left: 6px;
  position: absolute;
}
.before-meeting-guide-contents div.flow-area .flow-time2.for-pc {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area .flow-time2.for-pc {
    display: none;
  }
}
.before-meeting-guide-contents div.flow-area .flow-time2.for-smp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area .flow-time2.for-smp {
    display: flex;
    margin-top: 6px;
    margin-left: 0;
    align-content: center;
  }
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area #flow-table-cell2 p {
    margin-top: 4rem;
  }
}
.before-meeting-guide-contents div.flow-area h6 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-block: auto;
  text-align: left;
  color: #FFA231;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area h6 {
    font-size: 2rem;
  }
}
.before-meeting-guide-contents div.flow-area h6#flow-step3-title {
  height: 25px;
  color: #85CD20;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.flow-area h6#flow-step3-title {
    width: initial;
  }
}
.before-meeting-guide-contents div.ready-area .ready-note-bk {
  position: relative;
  background-position: center;
  height: 920px;
  width: 730px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("/my/img/before-meeting-guide/pc/ready.svg");
}
.before-meeting-guide-contents div.ready-area .ready-information {
  position: absolute;
  width: 360px;
  left: 300px;
  bottom: 90px;
}
.before-meeting-guide-contents div.ready-area .ready-information p {
  font-size: 18px;
  font-weight: 500;
  margin: initial;
  width: initial;
}
.before-meeting-guide-contents div.ready-area .ready-notice {
  font-weight: 500;
  color: red;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.ready-area .ready-note-bk {
    background-image: initial;
  }
  .before-meeting-guide-contents div.ready-area .ready-note {
    position: relative;
    background-position: center;
    width: 80%;
    margin: 0 auto;
  }
  .before-meeting-guide-contents div.ready-area .ready-information {
    position: absolute;
    width: 100%;
    left: 4rem;
    bottom: 8vw;
  }
  .before-meeting-guide-contents div.ready-area .ready-information p {
    font-size: 1.5rem;
    font-weight: 500;
    margin: initial;
    width: initial;
  }
  .before-meeting-guide-contents div.ready-area .ready-notice {
    font-weight: 500;
    color: red;
  }
}
.before-meeting-guide-contents div.feedback-area .feedback-content {
  margin: 0 auto;
  width: 700px;
  height: 261px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.feedback-area .feedback-content {
    height: initial;
  }
}
.before-meeting-guide-contents div.feedback-area .feedback-content#feedback1 {
  background-image: url("/my/img/before-meeting-guide/pc/feedback1.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.feedback-area .feedback-content#feedback1 {
    background-image: initial;
    width: 80%;
  }
}
.before-meeting-guide-contents div.feedback-area .feedback-content#feedback2 {
  background-image: url("/my/img/before-meeting-guide/pc/feedback2.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.feedback-area .feedback-content#feedback2 {
    background-image: initial;
    width: 80%;
  }
}
.before-meeting-guide-contents div.feedback-area .feedback-content#feedback3 {
  background-image: url("/my/img/before-meeting-guide/pc/feedback3.svg");
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.feedback-area .feedback-content#feedback3 {
    background-image: initial;
    width: 80%;
  }
}
.before-meeting-guide-contents div.foot-area {
  background-color: #F9F1E1;
  height: 200px;
}
@media only screen and (max-width: 750px) {
  .before-meeting-guide-contents div.foot-area {
    margin-top: 3rem;
  }
}
.before-meeting-guide-contents div.foot-area p {
  width: initial;
  margin: initial;
  line-height: 1.7;
  padding-top: 70px;
}

/* Thanks basic */
.step {
  width: 46.25rem;
  margin: 1.875rem auto;
}
.step > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 1.875rem;
  height: 7rem;
  padding: 0 0.5rem;
  margin-left: 8.75rem;
  border-bottom: 1px solid #C3C3C3;
}
.step > div img {
  width: 3.125rem;
}
.step > div p {
  margin: 0;
  font-weight: bold;
  width: calc(100% - 5rem);
}
.step > div::before {
  content: "";
  display: block;
  width: 4.125rem;
  height: 7.5rem;
  position: absolute;
  top: 50%;
  left: -7.875rem;
  transform: translateY(-50%);
}
.step > div:first-child::before {
  background: url("/my/img/step1.svg") no-repeat;
  background-size: contain;
}
.step > div:nth-child(2)::before {
  background: url("/my/img/step2.svg") no-repeat;
  background-size: contain;
}
.step > div:nth-child(3)::before {
  background: url("/my/img/step3.svg") no-repeat;
  background-size: contain;
}
.step > div:nth-child(3) p {
  font-size: 1.375rem;
  color: #CC0A0A;
}
.step > div:nth-child(4)::before {
  background: url("/my/img/step4.svg") no-repeat;
  background-size: contain;
}
.step > div:nth-child(5)::before {
  background: url("/my/img/step5.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 750px) {
  .contents.phone .step > div {
    height: 12rem;
  }
  .contents.phone .step > div img {
    width: 50px;
  }
  .contents.phone .step > div p {
    margin: 0;
  }
  .contents.phone .step > div::before {
    width: 7rem;
    height: 12.5rem;
  }
  .contents.phone .step > div:nth-child(3) p {
    font-size: 2.3rem;
  }
}
/******************************
crumble add 20240418
******************************/
@media only screen and (max-width: 750px) {
  .contents.phone h2.heading {
    padding: 0 1.5rem 1.75rem;
    background: linear-gradient(transparent 70%, #e6e6b4 0%);
  }
  .contents.phone h2.heading span:last-child {
    margin-top: 0.5em;
  }
}
/******************************
.voice add 20240409
******************************/
.voice {
  margin-top: 3rem;
}

.voice h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 2.25rem 0 2.125rem;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  background-color: #93cb63;
}

.voice .voice_title {
  background: url("/my/img/voice_title.svg") no-repeat;
  background-size: contain;
  width: 46.25rem;
  height: 20.446875rem;
  position: relative;
  margin: 1.875rem auto;
}

.voice .voice_title h3 {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.voice .voice_wrap {
  width: 46.25rem;
  margin: 1.5rem auto;
}

.voice .voice_cont {
  margin: 1.125rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
}

.voice .voice_cont img {
  width: 6.25rem;
}

.voice .voice_cont.reverse {
  flex-direction: row-reverse;
}

.voice .voice_text {
  width: calc(100% - 8.125rem);
  border: 1px solid #FABE41;
  border-radius: 10px;
  padding: 1.875rem;
}

.voice .voice_text p {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 750px) {
  .contents.phone .voice {
    margin-top: 4rem;
  }
  .contents.phone .voice .voice_cont {
    margin: 1.5rem 1rem;
  }
}
/******************************
other add 20240409
******************************/
p.contact-caution {
  font-size: 1.125rem;
}

span.caution a {
  font-size: 1.5rem;
  margin-top: 0.25em;
}

@media only screen and (max-width: 750px) {
  .contents.phone p.contact-caution {
    font-size: 2rem;
  }
  .contents.phone span.caution a {
    font-size: 2.5rem;
  }
}
/******************************
crumble add 20240418
******************************/
.contents table.normal {
  margin: 2.5rem auto 0;
}

.contents p.contact-caution,
.contents p.caution,
.contents p.meeting-guide-link {
  margin: 3rem auto;
}

@media only screen and (max-width: 750px) {
  .contents.phone h2.heading {
    padding: 0 1.5rem 1.75rem;
    background: linear-gradient(transparent 70%, #e6e6b4 0%);
  }
  .contents.phone h2.heading span:last-child {
    margin-top: 0.5em;
  }
  .contents.phone p.meeting-caution {
    line-height: 1.5;
  }
  .contents.phone p.meeting-guide-link span.caution a {
    margin-top: 1.5rem;
  }
}
/******************************
.comics add 20240409
******************************/
.comics {
  margin-top: 2rem;
}

.comics h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 2.25rem 0 2.125rem;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  background-color: #93cb63;
}

.comics > div {
  width: 46.25rem;
  margin: 1.875rem auto;
}

.comics > div img {
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 750px) {
  .contents.phone .comics > div {
    width: 40rem;
  }
}

/*# sourceMappingURL=my.css.map */
