@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/* Normalization */
body {
  font-family: Noto Sans JP;
  color: #3B4043;
  background-color: #F5F6F7;
}
a {
  color: inherit;
  text-decoration: underline;
}

.privacy-mark {
  text-align: right;
}

.privacy-mark a img {
  max-width: 65px;
  float: left;
  margin: 8px;
}

@media screen and (max-width: 480px) {
  .privacy-mark a img {
    max-width: 65px;
    float: left;
  }
  .footer-text {
    padding-right: 8px;
  }
}

.subtitle {
  font-size: 21px;
  font-weight: bold;
  font-family: Noto Sans JP;
  color: #3B4043;
  text-align: center;
  margin: 20px 10px;
  line-height: 1.5;
}

.subtitle--red {
  color: #dc3545;
}

@media screen and (max-width: 770px) {
  .subtitle {
    font-size: 22px;
    margin: 40px 0 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 19px;
    margin: 30px 0 10px 0;
  }
}

.subtitle--green {
  color: #ff9933;
}

.subtitle--big {
  font-size: 130%;
}

.main-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.main-text--red {
  color: #dc3545;
}

.flow-img img {
  max-width: 650px;
  width: 100%;
}

.onayami-subtitle-top {
  background-color: #ff9933;
  color: #ffffff;
  font-weight: bold;
  font-family: Noto Sans JP;
  padding: 5px;
  font-size: 14px;
  margin: 0px 0 -50px 0;
}

.header-inner {
  width: 100%;
  min-width: 100%;
}

.inner--width630 {
  width: 100%;
  max-width: 630px;
}

.inner--width900 {
  width: 100%;
  max-width: 900px;
}

.inner--width1126 {
  max-width: 1126px;
  background-color: #f5f6f7;
}

.inner--width1100 {
  width: 100%;
  max-width: 1100px;
}

.inner--width1400 {
  width: 100%;
  max-width: 1400px;
}

.inner--no-padding {
  padding: 0px;
}

.inner--white {
  background-color: #ffffff;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.wrapper--arrow {
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 50%, #FFF7EF 50%, #FFF7EF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
}

.wrapper--white {
  background-color: #ffffff;
}

.wrapper--orange {
  background-color: #ff9933;
  margin-top: -660px;
  height: 270px;
}
@media screen and (max-width: 840px) {
  .wrapper--orange {
    height: 165px;
    margin-top: -60px;
  }
}


.wrapper--lightgrey {
  background-color: #f8f9fa;
}

.wrapper--consul {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrapper--flow {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrapper--price {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrapper--grow {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 70% auto;
}

.wrapper--header-top {
  background-color: #ffffff;
  position: absolute;
}

.wrapper--pc-top {
  display: block;
}

@media screen and (max-width: 840px) {
  .wrapper--pc-top {
    display: none;
  }
}

.wrapper--sp-top {
  display: none;
}

@media screen and (max-width: 840px) {
  .wrapper--sp-top {
    display: block;
    margin-top: 0px;
  }
}

.fixheader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  -moz-box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
  -ms-box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
  box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
}

@media screen and (max-width: 840px) {
  .fixheader {
    position: absolute;
  }
}

.fv-box-cv-box {
  width: 100%;
  max-width: 1100px;
  height: auto;
  background-color: #ffffff;
  z-index: 100;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px -5px #d6d6d6;
  padding: 40px 15px;
}

@media screen and (max-width: 1280px) {
  .fv-box-cv-box {
    top: -110px;
  }
}

@media screen and (max-width: 1200px) {
  .fv-box-cv-box {
    top: -100px;
  }
}

@media screen and (max-width: 1150px) {
  .fv-box-cv-box {
    top: -100px;
  }
}

@media screen and (max-width: 1070px) {
  .fv-box-cv-box {
    top: -90px;
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .fv-box-cv-box {
    top: -80px;
  }
}

@media screen and (max-width: 840px) {
  .fv-box-cv-box {
    top: -150px;
  }
}

@media screen and (max-width: 800px) {
  .fv-box-cv-box {
    top: -145px;
  }
}

@media screen and (max-width: 730px) {
  .fv-box-cv-box {
    top: -130px;
  }
}

@media screen and (max-width: 650px) {
  .fv-box-cv-box {
    top: -120px;
  }
}

@media screen and (max-width: 510px) {
  .fv-box-cv-box {
    top: -100px;
  }
}

@media screen and (max-width: 480px) {
  .fv-box-cv-box {
    top: -105px;
    padding: 20px 10px;
    width: 95%;
  }
}

@media screen and (max-width: 430px) {
  .fv-box-cv-box {
    top: -80px;
  }
}

@media screen and (max-width: 390px) {
  .fv-box-cv-box {
    top: -70px;
  }
}

.shindan-pc-btn img {
  max-width: 228px;
  width: calc(21vw / 1);
}

@media screen and (max-width: 840px) {
  .shindan-pc-btn img {
    max-width: none;
    width: calc(42vw / 1);
  }
}

@media screen and (max-width: 750px) {
  .shindan-pc-btn img {
    max-width: none;
    width: calc(110vw / 2);
  }
}


.header__button_dl {
  border-radius: 5px;
  border: 2px solid #01178C;
  font-size: 16px;
  background-color: #01178C;
  color: #fff;
  padding: 10px 0px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.header__button_dr {
  border-radius: 5px;
  border: 2px solid #FA8816;
  font-size: 16px;
  background-color: #FA8816;
  color: #fff;
  padding: 10px 0px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 840px) {
  .header__button_dr {
    padding: 7px 0px;
  }
}

.header__tel {
  color: #333;
  font-size: 25px;
  padding: 18px 10px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  margin-top: -3px;
  position: relative;
  margin-bottom: -5px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
}

.header__button-wrap {
  margin: 15px 10px 0 0;
}

@media screen and (max-width: 1000px) {
  .header__button-wrap {
    margin: 8px;
  }
}

@media screen and (max-width: 840px) {
  .header__button-wrap {
    margin: 5px;
  }
}

.header__tel--small {
  color: #333;
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  padding: 10px 10px 0 0;
  text-align: right;
  font-weight: bold;
}

.header__tel img {
  width: 75%;
  margin-top: -5px;
}

.header__tel a {
  color: #333;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.header__logo img {
  width: 100%;
  max-width: 200px;
  margin: 0px 0 20px 0px;
}

@media screen and (max-width: 840px) {
  .header__logo img {
    max-width: 200px;
    margin-top: 10px;
  }
}

.header-top {
  position: fixed;
}

a.jump_point {
  height: 1px;
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

.contentover-box {
  padding: 10px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f7f7f7;
  display: block;
}

.contentover-box-inner {
  margin: 0 15px;
  padding: 25px;
}

.contentover-box-inner a {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.contentover-box-inner a:hover {
  color: #333;
}

.pc-top-menu {
  width: 12.5%;
  font-weight: bold;
}

.reason-text-box {
  background-color: #ffffff;
  padding: 40px;
  float: left;
}

.worrie-pc-box {
  background-color: #ffffff;
  padding: 10px 20px;
  font-family: Noto Sans JP;
}

@media screen and (max-width: 840px) {
  .worrie-pc-box {
    padding: 10px 15px 10px 5px;
  }
}

.worrie-pc-box-title {
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  font-family: Noto Sans JP;
  font-size: 24px;
  width: 100%;
  color: #3B4043;
}

@media screen and (max-width: 840px) {
  .worrie-pc-box-title {
    width: 33%;
    float: left;
    font-size: 19px;
    line-height: 1.4;
    margin: 10px;
  }
}

.worrie-pc-box-text {
  text-align: left;
  font-weight: 700;
  font-family: Noto Sans JP;
  font-size: 15px;
  color: #3B4043;
}

@media screen and (max-width: 840px) {
  .worrie-pc-box-text {
    width: 66%;
    float: left;
    margin: 8px 0;
  }
}

.worrie-pc-box-text--green {
  color: #ff9933;
}

.price-subtitle {
  margin-top: 10px;
}

.worrie-subtitle {
  color: #3B4043;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 30px 0;
}

@media screen and (max-width: 480px) {
  .worrie-subtitle {
    margin: 10px 0 5px 0;
    font-size: 22px;
  }
}

.price-subtitle-top {
  font-size: 18px;
  color: #3B4043;
  font-weight: bold;
  font-family: Noto Sans JP;
  margin: 20px 0 -20px 0;
}

.onayami-subtitle-top2 {
  font-size: 18px;
  color: #3B4043;
  font-weight: bold;
  font-family: Noto Sans JP;
  margin: 50px 0 -30px 0;
}

.reason-sp-box {
   border: none;
 }

 @media screen and (max-width: 480px) {
   .reason-sp-box {
     border-left: 10px solid #FFF7EF;
     border-right: 10px solid #FFF7EF;
   }
 }

#btn-prev {
    position: relative;
    left: 2.5%;
    top: -335px;
    width: 55px;
    height: 160px;
 }

 @media screen and (max-width: 1100px) {
   #btn-prev {
     top: -435px;
   }
 }

 #btn-next {
   position: relative;
   left: 93.7%;
   top: -495px;
   width: 55px;
   height: 160px;
 }

 @media screen and (max-width: 1100px) {
   #btn-next {
     top: -595px;
   }
 }


/* アコーディオン */

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 30px 50px 30px 40px;
  background: #f5f5f5;
  cursor: pointer;
  margin: 5px 0;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #ff9933;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  font-family: Noto Sans JP;
  font-size: 16px;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: '';
  height: 35px;
  width: 34px;
  background-image: url(/images/lp/kaigo/q-icon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -5px;
  left: -40px;
}

.accordion_qa .A::before {
  content: '';
  height: 33px;
  width: 32px;
  background-image: url(/images/lp/kaigo/a-icon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -5px;
  left: -40px;
}

.accordion_qa .accordion-open {
  padding-left: 56px;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 30px 10px 30px 56px;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}









/* slide */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+1) img{
    margin-left: 19%;
  }
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+2) img{
    margin-left: 19%;
  }
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+3) img{
    margin-left: 19%;
  }
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+4) img{
    margin-left: 19%;
  }
}

.swiper-slide:nth-child(4n+1) {
  height: 250px;
  line-height: 250px;
}

.swiper-slide:nth-child(4n+2) {
  height: 100px;
  line-height: 100px;
}

.swiper-slide:nth-child(4n+3) {
  line-height: 200px;
  height: auto;
}

.swiper-slide:nth-child(4n+4) {
  height: 150px;
  line-height: 150px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  position: initial;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background: #666;
}

.swiper-container {
  height: fit-content;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .swiper-container {
    width: 220%;
  }
}

.swiper-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
}

.slide-box {
  overflow: hidden;
}

.toggle {
  display: none;
}
.label {
  padding: 30px 50px 30px 20px;
  display: block;
  color: #222;
  background:#ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 770px) {
  .label {

    background:#ffffff;

  }
}

.label::before{
  content:"+";
  font-size: 30px;
  color: #FA8816;
  position: absolute;
  font-weight: bold;
  top:calc( 50% - 25px );
  right: 20px;
}

.label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {
  height: 0;
  margin-bottom:10px;
  padding:0 20px;
  overflow: hidden;
}
.content p{
  font-size: 16px;
  margin-top: 5px;
  margin-left: 45px;
  margin-right: 10px;
}

.toggle:checked + .label + .content {
  height: auto;
  padding:20px ;
  transition: all .3s;
}
.toggle:checked + .label::before {
  content:"−";
  font-size: 30px;
  color: #FA8816;
  position: absolute;
  font-weight: bold;
  top:calc( 50% - 25px );
  right: 20px;
  background-color: #f5f5f5;
  border: none;
}

#container {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #container {
    width: 100%;
  }
}

#container2 {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  #container2 {
    width: 100%;
    height: auto;
  }
}

#banner {
  border: none;
  margin-top: 110px;
  margin-bottom: 5px;
}

#banner2 {
  border: none;
  margin-top: 110px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  #banner2 {
    margin-top: 100px;
  }
}

#banner ul li {
  float: left;
  width: 1400px;
  position: absolute;
}

#banner ul {
  list-style: none;
  position: relative;
  margin-left: 0px;
  overflow: hidden;
  width: 1400px;
  height: 500px;
}

@media screen and (max-width: 1400px) {
  #banner ul {
    width: 100%;
  }
}

#banner2 ul li {
  float: left;
  width: 1400px;
  position: absolute;
}

@media screen and (max-width: 1400px) {
  #banner2 ul li {
    width: 100%;
  }
}

#banner2 ul {
  list-style: none;
  position: relative;
  margin-left: 0px;
  top: -50px;
  overflow: hidden;
  width: 100%;
  height: calc(100vw / 1);
}

.cv-button-blue--hero {
  font-size: 20px;
  padding: 0 10px;
  font-family: Noto Sans JP;
}

.cv-button-blue {
  padding: 15px;
  text-align: center;
  color: #ffffff;
  width: 97%;
  max-width: 355px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  background-color: #01178C;
  border: 1px solid #01178C;
  font-family: Noto Sans JP;
}

@media screen and (max-width: 480px) {
  .cv-button-blue {
    font-size: 18px;
  }
}



/* flex box */

.flex {
  display: flex;
}
.flex--row {
  flex-direction: row;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  align-items: center;
  justify-content: center;
}

.flex--row-right {
  flex-direction: row;
  justify-content: flex-end;
}

.flex--row-center {
  align-items: center;
  flex-direction: row;
}

.flex--row-left {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.flex--row-top {
  align-items: flex-start;
  flex-direction: row;
}

.flex--row-bottom {
  align-items: flex-end;
  flex-direction: row;
}

.flex--column-center {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flex--column-left {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.flex--column-right {
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.flex--space-between {
  justify-content: space-between;
}

.flex--space-around {
  justify-content: space-around;
}

.flex--vertical-center {
  align-items: center;
}

.flex--side-left {
  flex-flow: wrap;
  justify-content: flex-end;
}

.flex--side-center {
  justify-content: center;
}

.flex--no-wrap-phone {
  flex-wrap: nowrap;
}

.flex--top {
  align-items: flex-start;
  flex-direction: column;
}

.float-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

@media screen and (max-width: 480px) {
  .float-wrap {
      display: block;
  }
}

.floating {
  display: none;
}

.float-menu {
  position: fixed;
  height: auto;
  width: 100%;
  bottom: 0;
  z-index: 10000;
  padding: 0 10px;
}

.float-btn {
  float: left;
  width: 50%;
}



.contentover-box-close {
  display: block;
}

@media screen and (max-width: 840px) {
  .contentover-box-close {
    display: none;
  }
}

.title-text {
  font-family: "Noto Serif JP", serif;
  color: #022443;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
}

@media screen and (max-width: 480px) {
  .title-text {
    font-size: 28px;
  }
}

.footer-wrap--onlysp {
  display: block;
  max-width: 510px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .footer-wrap--onlysp {
    display: block;
  }
}

.flex-start {
  align-items: flex-start;
}

.phone-box {
  border: 1px solid #022443;
  background-color: #fff;
  max-width: 480px;
  width: 480px;
  height: 150px;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-table;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  padding: 20px 10px;
}



@media screen and (max-width: 480px) {
  .phone-box {
    width: 96%;
    margin-bottom: 20px;
  }
}

.main-tel-top {
  font-family: "Noto Serif JP", serif;
  color: #022443;
  font-size: 16px;
  margin: 8px 0 16px 0;
  font-weight: 700;
}

.privacy-text {
  display: block;
  padding-right: 22px;
}
.consultant-image-box {
  margin-bottom: 30px;
}
.consultant-image-box img {
  width: 100%;
  max-width: 480px;
}

@media screen and (max-width: 480px) {
  .consultant-image-box img {
    padding: 0 8px;
  }
}


.main-tel-middle {
  font-family: "Noto Serif JP", serif;
  color: #022443;
  font-size: 30px;
  font-weight: 700;
  margin: 8px;
}

.main-tel-middle img {
  height: 32px;
  width: 28px;
  margin-top: -5px;
  margin-right: 10px;
}

.main-tel a {
  text-decoration: none;
}
.consultant-image-box img {
  margin-bottom: 30px;
}

.pc {
  display: contents;
}

@media screen and (max-width: 840px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 840px) {
  .sp {
    display: contents;
  }
}

.text-text {
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #022443;
  margin-top: 20px;
  max-width: 489px;
}

.form-title {
  background-color: #fff;
  z-index: 100;
  border-radius: 5px;
}
.form-title-wrap {
  margin: 25px 0 -11px 0;
}

.ex-title {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 900;
  color: #333333;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #8C790E;
}
.ex-text {
  font-family: "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
.ex-title-box {
  background-color: #fff;
  max-width: 488px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}

@media screen and (max-width: 840px) {
  .ex-title-box {
    display: none;
  }
}

.ex-text-box {
  background-color: #fff;
  max-width: 488px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 20px 20px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 840px) {
  .ex-text-box {
    display: none;
  }
}
.title-under-text {
  font-family: "Yu Gothic", sans-serif;
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-top: 25px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .title-under-text {
    font-size: 16px;
  }
}
.btn {
  background-color: #8C790E;
  max-width: 328px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  min-height: 64px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .btn {
    min-height: 60px;
  }
}
.btn:hover {
  background-color: #78680D;
}
