@charset "UTF-8";
/*********************

変数設定

************************/
/*********************

   下層(MV)

************************/
.cmn__mv {
  position: relative;
  text-align: center;
}
.cmn__mv_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.cmn__mv_block p {
  color: #fff;
  line-height: 1;
  font-family: "游明朝";
  margin-bottom: 10rem;
}
.cmn__mv_block span {
  color: #ffcc00;
}
.cmn__mv img {
  width: 100%;
}
@media (max-width: 750px) {
  .cmn__mv img {
    height: 400rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

/*********************

  パンくず

************************/
.breadcrumb {
  margin-bottom: 60rem;
}
.breadcrumb__inner {
  overflow-x: scroll;
}
@media (min-width: 751px) {
  .breadcrumb__inner {
    display: flex;
  }
}
@media (max-width: 750px) {
  .breadcrumb__inner {
    margin: 0 0 50rem;
  }
}
.breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.breadcrumb__inner ul {
  white-space: nowrap;
}
@media (min-width: 751px) {
  .breadcrumb__inner ul {
    margin-top: 10rem;
  }
}
.breadcrumb__inner ul li {
  display: inline-block;
}
.breadcrumb__inner ul li:not(:first-of-type):before {
  content: ">";
  color: #262626;
  display: inline-block;
  margin-right: 12rem;
  margin-left: 12rem;
}
.breadcrumb__inner ul li span:first-letter {
  text-transform: uppercase;
}
.breadcrumb__inner ul li a,
.breadcrumb__inner ul li span {
  text-transform: uppercase;
  color: #262626;
  display: inline-block;
}
@media (min-width: 751px) {
  .breadcrumb__inner ul li a,
  .breadcrumb__inner ul li span {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .breadcrumb__inner ul li a,
  .breadcrumb__inner ul li span {
    font-size: 22rem;
  }
}

/*********************

  下層ページテンプレ

************************/
@media (min-width: 751px) {
  .header__separate_left.change {
    left: calc((100% - 1920rem) / 2);
  }
}

@media (min-width: 751px) {
  .template__inner {
    width: 1300rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .template__inner {
    margin: 0 40rem;
  }
}

.cmn__page_head h2, .cmn__page_head h3, .cmn__page_head h4 {
  background: #22ba4f;
  position: relative;
  color: #fff;
  padding: 13rem 45rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 750px) {
  .cmn__page_head h2, .cmn__page_head h3, .cmn__page_head h4 {
    min-height: 134rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cmn__page_head h2:before, .cmn__page_head h3:before, .cmn__page_head h4:before {
  background-image: url(./images/common/cmn_page_head_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 202rem;
  height: 76rem;
  position: absolute;
  content: "";
  left: 0;
}
@media (min-width: 751px) {
  .cmn__page_head h2:before, .cmn__page_head h3:before, .cmn__page_head h4:before {
    top: 0;
  }
}
@media (max-width: 750px) {
  .cmn__page_head h2:before, .cmn__page_head h3:before, .cmn__page_head h4:before {
    bottom: 0;
  }
}
.cmn__page_head h2:after, .cmn__page_head h3:after, .cmn__page_head h4:after {
  background-image: url(./images/common/cmn_page_head_after.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 202rem;
  height: 76rem;
  position: absolute;
  content: "";
  right: 0;
}
@media (min-width: 751px) {
  .cmn__page_head h2:after, .cmn__page_head h3:after, .cmn__page_head h4:after {
    top: 0;
  }
}
@media (max-width: 750px) {
  .cmn__page_head h2:after, .cmn__page_head h3:after, .cmn__page_head h4:after {
    bottom: 0;
  }
}

.cmn__page_head1 h3, .cmn__page_head1 h4 {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
}
.cmn__page_head1 h3:before, .cmn__page_head1 h4:before {
  background: #fbb03b;
  width: 10rem;
  height: 80rem;
  content: "";
  margin-right: 20rem;
}
.cmn__page_head1 h3 span::first-letter, .cmn__page_head1 h4 span::first-letter {
  color: #0099cb;
}

.template__inner_img100 img {
  width: 100%;
}

.template__inner_separate {
  display: flex;
}
@media (min-width: 751px) {
  .template__inner_separate {
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .template__inner_separate {
    flex-wrap: wrap;
  }
}
@media (min-width: 751px) {
  .template__inner_separate.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 751px) {
  .template__inner_separate p {
    width: 637rem;
  }
}
@media (max-width: 750px) {
  .template__inner_separate p {
    margin-top: 30rem;
    order: 2;
  }
}
.template__inner_separate img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .template__inner_separate img {
    width: 600rem;
    height: 400rem;
  }
}
@media (max-width: 750px) {
  .template__inner_separate img {
    width: 100%;
    margin-bottom: 30rem;
    order: 1;
  }
}

.template__inner_btn.center a {
  margin: 0 auto;
}
.template__inner_btn.right a {
  margin-left: auto;
}
.template__inner_btn.long a {
  width: 513rem;
}
.template__inner_btn.normal a {
  width: 411rem;
}
.template__inner_btn a {
  background: #003366;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19rem;
}
.template__inner_btn a span {
  position: relative;
  z-index: 3;
}

.template__inner_haikei iframe {
  width: 100%;
}
@media (min-width: 751px) {
  .template__inner_haikei iframe {
    height: 345rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei iframe {
    height: 365rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei {
    display: flex;
    flex-wrap: wrap;
  }
}
.template__inner_haikei.width100 {
  width: 100%;
  display: block;
}
.template__inner_haikei.width100 .text2 {
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .template__inner_haikei.second .content:nth-of-type(odd) {
    margin: 0 0 40rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei.second .content:nth-of-type(even) {
    margin: 0 0 40rem 30rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei.second .content {
    width: 635rem;
  }
}
.template__inner_haikei.second .content a {
  width: 411rem;
}
@media (max-width: 750px) {
  .template__inner_haikei.third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei.third .content {
    width: 50%;
    margin-bottom: 30rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei.third .content:nth-of-type(3n+2) {
    margin: 0 30rem 40rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei.third .content {
    width: 410rem;
    margin: 0 0 40rem;
  }
}
.template__inner_haikei.third .content a {
  width: 351rem;
}
@media (max-width: 750px) {
  .template__inner_haikei.fourth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei.fourth .content {
    width: 48%;
    margin-bottom: 30rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei.fourth .content:nth-of-type(4n+2) {
    margin: 0 16rem 40rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei.fourth .content:nth-of-type(4n+3) {
    margin: 0 16rem 40rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei.fourth .content {
    width: 300rem;
    margin: 0 0 40rem;
  }
}
.template__inner_haikei.fourth .content a {
  width: 300rem;
}
.template__inner_haikei .content {
  padding: 20rem;
}
@media (max-width: 750px) {
  .template__inner_haikei .content {
    margin-bottom: 45rem;
  }
}
.template__inner_haikei .content.underline h2, .template__inner_haikei .content.underline h3, .template__inner_haikei .content.underline h4 {
  color: #666666;
  border-bottom: 5rem solid #c7b395;
}
.template__inner_haikei .content.no__padding {
  padding: 0;
}
@media (min-width: 751px) {
  .template__inner_haikei .content.no__padding img {
    padding: 0 30rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei .content.no__padding img {
    padding: 0 15rem;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei .content.no__padding p {
    padding: 0 30rem 40rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei .content.no__padding p {
    padding: 0 15rem 40rem;
  }
}
.template__inner_haikei .content.no__padding1 {
  padding: 0;
}
.template__inner_haikei .content.divine .divine__block {
  display: flex;
  justify-content: space-between;
}
.template__inner_haikei .content.divine .divine__block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 225rem;
  height: 225rem;
}
@media (min-width: 751px) {
  .template__inner_haikei .content.divine .divine__block_right {
    width: 340rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei .content.divine .divine__block_right {
    width: 380rem;
  }
}
.template__inner_haikei .content h2, .template__inner_haikei .content h3, .template__inner_haikei .content h4 {
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 25rem;
}
.template__inner_haikei .content h2.icon:before, .template__inner_haikei .content h3.icon:before, .template__inner_haikei .content h4.icon:before {
  background-image: url(./images/common/orignal__icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23rem;
  height: 50rem;
}
.template__inner_haikei .content h2.position__center, .template__inner_haikei .content h3.position__center, .template__inner_haikei .content h4.position__center {
  justify-content: center;
}
.template__inner_haikei .content h2.position__right, .template__inner_haikei .content h3.position__right, .template__inner_haikei .content h4.position__right {
  justify-content: flex-end;
}
.template__inner_haikei .content h2.no__before span, .template__inner_haikei .content h3.no__before span, .template__inner_haikei .content h4.no__before span {
  width: 7rem;
  height: 51rem;
  display: inline-block;
  margin-right: 20rem;
}
.template__inner_haikei .content h2.no__before:before, .template__inner_haikei .content h3.no__before:before, .template__inner_haikei .content h4.no__before:before {
  content: none;
}
.template__inner_haikei .content h2:before, .template__inner_haikei .content h3:before, .template__inner_haikei .content h4:before {
  width: 10rem;
  height: 50rem;
  content: "";
  margin-right: 10rem;
}
.template__inner_haikei .content img {
  width: 100%;
}
.template__inner_haikei .btn {
  margin-top: 25rem;
}
@media (max-width: 750px) {
  .template__inner_haikei .btn {
    display: flex;
    justify-content: center;
  }
}
.template__inner_haikei .btn.center a {
  margin: 0 auto;
}
@media (min-width: 751px) {
  .template__inner_haikei .btn.right a {
    margin-left: auto;
  }
}
.template__inner_haikei .btn.small a {
  padding: 5rem;
  border-radius: 5rem;
}
@media (min-width: 751px) {
  .template__inner_haikei .btn.small a {
    font-size: 18rem;
    width: 179rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei .btn.small a {
    font-size: 24rem;
    width: 260rem;
  }
}
.template__inner_haikei .btn.small a:after {
  content: "";
}
.template__inner_haikei .btn a {
  background: #003366;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19rem;
}
.template__inner_haikei .btn a span {
  position: relative;
  z-index: 3;
}

.template__inner_haikei2 {
  background: #fdfbee;
  padding: 45rem;
  width: 100%;
}
.template__inner_haikei2 h2, .template__inner_haikei2 h3, .template__inner_haikei2 h4 {
  color: #143166;
  margin-bottom: 30rem;
}
.template__inner_haikei2 iframe {
  width: 100%;
}
@media (min-width: 751px) {
  .template__inner_haikei2 iframe {
    height: 345rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei2 iframe {
    height: 365rem;
  }
}
.template__inner_haikei2 .separate {
  position: relative;
}
.template__inner_haikei2 .separate img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 751px) {
  .template__inner_haikei2 .separate img {
    position: absolute;
    right: 0;
    top: -110rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei2 .separate img {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .template__inner_haikei2 .separate p {
    width: 730rem;
  }
}
@media (max-width: 750px) {
  .template__inner_haikei2 .separate p {
    margin-bottom: 40rem;
  }
}

.template__inner_block {
  padding: 20rem;
  margin-bottom: 45rem;
}
.template__inner_block h2, .template__inner_block h3, .template__inner_block h4 {
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 25rem;
}
.template__inner_block h2.gold:before, .template__inner_block h3.gold:before, .template__inner_block h4.gold:before {
  background: #b29351;
}
.template__inner_block h2.orange:before, .template__inner_block h3.orange:before, .template__inner_block h4.orange:before {
  background: #b29351;
}
.template__inner_block h2.purple:before, .template__inner_block h3.purple:before, .template__inner_block h4.purple:before {
  background: #996699;
}
.template__inner_block h2.underline, .template__inner_block h3.underline, .template__inner_block h4.underline {
  border-bottom: 5rem solid #c7b395;
}
.template__inner_block h2:before, .template__inner_block h3:before, .template__inner_block h4:before {
  width: 10rem;
  height: 50rem;
  content: "";
  margin-right: 10rem;
}
.template__inner_block .separate {
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .template__inner_block .separate {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .template__inner_block .separate.divine {
    flex-direction: row-reverse;
  }
}
@media (min-width: 751px) {
  .template__inner_block .separate img {
    width: 570rem;
    height: 380rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 750px) {
  .template__inner_block .separate img {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .template__inner_block .separate p {
    width: 622rem;
  }
}

.template__inner_customer dl {
  display: flex;
  width: 100%;
}
.template__inner_customer dl dt {
  background: #666666;
  color: #fff;
  padding: 24rem;
}
@media (min-width: 751px) {
  .template__inner_customer dl dt {
    width: 270rem;
  }
}
@media (max-width: 750px) {
  .template__inner_customer dl dt {
    width: 30%;
  }
}
.template__inner_customer dl dd {
  padding: 24rem;
  background: #f7f7f7;
}
@media (min-width: 751px) {
  .template__inner_customer dl dd {
    width: calc(100% - 270rem);
  }
}
@media (max-width: 750px) {
  .template__inner_customer dl dd {
    width: 70%;
  }
}

@media (max-width: 750px) {
  .template__inner_menu {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.template__inner_menu dl {
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .template__inner_menu dl {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .template__inner_menu dl {
    width: 1372rem;
  }
}
.template__inner_menu dl dt {
  padding: 22rem;
}
@media (min-width: 751px) {
  .template__inner_menu dl dt {
    width: 195rem;
  }
}
@media (max-width: 750px) {
  .template__inner_menu dl dt {
    width: 265rem;
    white-space: break-spaces;
  }
}
.template__inner_menu dl dd {
  padding: 22rem;
}
@media (max-width: 750px) {
  .template__inner_menu dl dd {
    white-space: break-spaces;
  }
}
.template__inner_menu dl dd:nth-of-type(1) {
  width: 234rem;
}
.template__inner_menu dl dd:nth-of-type(2) {
  width: 585rem;
}
.template__inner_menu dl dd:nth-of-type(3) {
  width: 288rem;
}
.template__inner_menu dl:first-of-type {
  text-align: center;
}
.template__inner_menu dl:first-of-type dt {
  background: #e0e0e0;
  color: #000;
  font-weight: 700;
}
.template__inner_menu dl:first-of-type dd {
  background: #e0e0e0;
  color: #000;
  font-weight: 700;
}
.template__inner_menu dl:not(:first-of-type) dd:last-of-type {
  text-align: right;
}

@media (max-width: 750px) {
  .template__inner_table {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.template__inner_table table tbody tr:first-of-type th {
  background: #95c6ce;
  color: #fff;
}
.template__inner_table table tbody tr:first-of-type td {
  background: #95c6ce;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.template__inner_table table tbody tr:not(:first-of-type) th {
  background: #f8f7f2;
  color: #262626;
}
.template__inner_table table tbody tr:not(:first-of-type) td {
  color: #262626;
}
.template__inner_table table tbody tr th {
  width: 200rem;
  padding: 20rem;
  font-family: "游ゴシック";
  vertical-align: middle;
  text-align: center;
}
.template__inner_table table tbody tr td {
  width: 550rem;
  padding: 20rem;
  font-family: "游ゴシック";
}
.template__inner_table table tbody tr td img {
  width: 100%;
}

.template__inner_menu1 dl {
  display: table;
  width: 100%;
}
.template__inner_menu1 dl dt {
  display: table-cell;
  padding: 19rem;
  background: #e9c0cc;
}
@media (min-width: 751px) {
  .template__inner_menu1 dl dt {
    width: 560rem;
  }
}
@media (max-width: 750px) {
  .template__inner_menu1 dl dt {
    width: 40%;
  }
}
.template__inner_menu1 dl dd {
  padding: 19rem;
  display: table-cell;
  line-height: 2;
  vertical-align: middle;
}
@media (min-width: 751px) {
  .template__inner_menu1 dl dd {
    width: calc(100% - 520rem);
  }
}
@media (max-width: 750px) {
  .template__inner_menu1 dl dd {
    width: 60%;
  }
}

.template__inner_table3 dl {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
}
.template__inner_table3 dl:first-of-type dt {
  background: #666;
  color: #fff;
}
.template__inner_table3 dl:first-of-type dd {
  background: #666;
  color: #fff;
}
.template__inner_table3 dl dt {
  padding: 19rem;
  background: #f7f7f7;
  color: #5a5a5a;
}
@media (min-width: 751px) {
  .template__inner_table3 dl dt {
    width: 33.3333333333%;
  }
}
@media (max-width: 750px) {
  .template__inner_table3 dl dt {
    width: 33.3333333333%;
  }
}
.template__inner_table3 dl dd {
  padding: 19rem;
  background: #f7f7f7;
  color: #5a5a5a;
}
@media (min-width: 751px) {
  .template__inner_table3 dl dd {
    width: 33.3333333333%;
  }
}
@media (max-width: 750px) {
  .template__inner_table3 dl dd {
    width: 33.3333333333%;
  }
}

.template__inner_table2 dl {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
}
.template__inner_table2 dl:first-of-type dt {
  background: #e9c0cc;
  color: #fff;
}
.template__inner_table2 dl:first-of-type dd {
  background: #e9c0cc;
  color: #fff;
}
.template__inner_table2 dl dt {
  padding: 19rem;
  background: #f8f7f2;
  color: #000000;
  width: 30%;
}
.template__inner_table2 dl dd {
  padding: 19rem;
  width: 70%;
}

/**************************************************************************************

ブログ(blog)

*****************************************************************************************/
.page__blog {
  padding-bottom: 70rem;
}
.page__blog_title {
  text-align: center;
  color: #000;
  font-size: 50rem;
  border-bottom: 2rem solid #cdcdcd;
  margin-bottom: 30rem;
  padding-bottom: 10rem;
}
.page__blog.single__blog .left__time {
  display: block;
  text-align: right;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__time {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__time {
    font-size: 24rem;
  }
}
.page__blog.single__blog .left h1 {
  background: #22ba4f;
  position: relative;
  color: #fff;
  padding: 18rem 45rem;
  font-weight: 500;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left h1 {
    font-size: 30rem;
    margin-bottom: 25rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left h1 {
    font-size: 30rem;
    margin-bottom: 25rem;
    min-height: 134rem;
    display: flex;
    align-items: center;
  }
}
.page__blog.single__blog .left h1:before {
  position: absolute;
  content: "";
  background-image: url(./images/common/bar_line_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 206rem;
  height: 81rem;
  left: 0;
  top: 0;
}
.page__blog.single__blog .left h1:after {
  position: absolute;
  content: "";
  background-image: url(./images/common/bar_line_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 206rem;
  height: 81rem;
  right: 0;
  top: 0;
}
.page__blog.single__blog .left h1 span {
  z-index: 2;
  position: relative;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__relation {
    margin-bottom: 160rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__relation {
    margin-bottom: 80rem;
  }
}
.page__blog.single__blog .left__relation h2 {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 30rem;
  margin-bottom: 30rem;
}
.page__blog.single__blog .left__relation h2:before {
  background: #fbb03b;
  width: 10rem;
  height: 80rem;
  content: "";
  margin-right: 20rem;
}
.page__blog.single__blog .left__relation_block {
  display: flex;
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__relation_block {
    flex-wrap: wrap;
  }
}
.page__blog.single__blog .left__relation_block a {
  display: block;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__relation_block a {
    width: 230rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__relation_block a {
    width: 48%;
  }
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__relation_block a:not(:first-of-type) {
    margin-left: 15rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__relation_block a:nth-of-type(odd) {
    margin: 0 0 30rem 0;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__relation_block a:nth-of-type(even) {
    margin: 0 0 30rem 20rem;
  }
}
.page__blog.single__blog .left__relation_block a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 230rem;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__relation_block a img {
    width: 230rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__relation_block a img {
    width: 100%;
  }
}
.page__blog.single__blog .left__relation_block a h3 {
  color: #4694d4;
  text-decoration: underline;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__relation_block a h3 {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__relation_block a h3 {
    font-size: 25rem;
  }
}
.page__blog.single__blog .left__content * {
  margin-bottom: 15rem;
}
.page__blog.single__blog .left__content h2 {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 30rem;
}
.page__blog.single__blog .left__content h2:before {
  background: #fbb03b;
  width: 10rem;
  height: 80rem;
  content: "";
  margin-right: 20rem;
}
.page__blog.single__blog .left__content h3 {
  padding-left: 20rem;
  font-weight: 700;
  border-left: 5rem solid #cc9999;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__content h3 {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__content h3 {
    font-size: 28rem;
  }
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__content p {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__content p {
    font-size: 26rem;
  }
}
.page__blog.single__blog .left__content p strong {
  font-weight: 700;
}
.page__blog.single__blog .left__content p span strong {
  font-weight: 700;
}
.page__blog.single__blog .left__content p a {
  font-weight: 700;
  text-decoration: underline;
  color: blue;
}
.page__blog.single__blog .left__content ul li {
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__content ul li {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__content ul li {
    font-size: 26rem;
  }
}
.page__blog.single__blog .left__content ul li:before {
  content: "●";
  display: inline-block;
  margin-right: 10rem;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__content ul li:before {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__content ul li:before {
    font-size: 12px;
  }
}
.page__blog.single__blog .left__content ul li span {
  margin-bottom: 0;
  display: inline-block;
}
.page__blog.single__blog .left__content ol {
  counter-reset: item;
}
.page__blog.single__blog .left__content ol li {
  display: flex;
  align-items: center;
  counter-increment: item;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__content ol li {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__content ol li {
    font-size: 26rem;
  }
}
.page__blog.single__blog .left__content ol li:before {
  content: counter(item) ". ";
  display: inline-block;
  margin-right: 10rem;
}
.page__blog.single__blog .left__content ol li span {
  margin-bottom: 0;
  display: inline-block;
}
.page__blog.single__blog .left__content table {
  margin: 30rem 0;
}
.page__blog.single__blog .left__content table tr {
  margin-bottom: 0;
}
.page__blog.single__blog .left__content table tr:not(:last-of-type) {
  border: 1px solid;
}
.page__blog.single__blog .left__content table tr:last-of-type {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}
.page__blog.single__blog .left__content table tr td {
  padding: 10rem;
}
@media (min-width: 751px) {
  .page__blog.single__blog .left__content table tr td {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog.single__blog .left__content table tr td {
    font-size: 26rem;
  }
}
.page__blog.single__blog .left__content table tr td:nth-of-type(1) {
  border-right: 1px solid;
}
.page__blog.single__blog .left__content img.alignright {
  display: block;
  margin-left: auto;
  margin-bottom: 15rem;
}
.page__blog.single__blog .left__content img.aligncenter {
  display: block;
  margin: 0 auto 15rem;
}
.page__blog.single__blog .left__content img.alignleft {
  display: block;
  margin-right: auto;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .page__blog-separate {
    width: 1300rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .page__blog-separate .left {
    width: 960rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left {
    margin-bottom: 50rem;
  }
}
.page__blog-separate .left__head {
  margin-bottom: 60rem;
}
@media (min-width: 751px) {
  .page__blog-separate .left__head {
    display: flex;
    justify-content: space-between;
  }
}
.page__blog-separate .left__head time {
  color: #262626;
}
@media (min-width: 751px) {
  .page__blog-separate .left__head time {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__head time {
    font-size: 25rem;
  }
}
.page__blog-separate .left__head a {
  color: #262626;
}
@media (min-width: 751px) {
  .page__blog-separate .left__head a {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__head a {
    font-size: 25rem;
  }
}
.page__blog-separate .left__head a span {
  color: #0555ae;
  text-decoration: underline;
}
.page__blog-separate .left__nopost {
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .page__blog-separate .left__nopost {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__nopost {
    font-size: 26rem;
  }
}
.page__blog-separate .left__detail {
  display: block;
}
@media (min-width: 751px) {
  .page__blog-separate .left__detail {
    margin-bottom: 35rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__detail {
    margin-bottom: 70rem;
  }
}
.page__blog-separate .left__detail_separate {
  display: flex;
}
@media (min-width: 751px) {
  .page__blog-separate .left__detail_separate {
    justify-content: space-between;
  }
}
.page__blog-separate .left__detail h2 {
  background: #22ba4f;
  position: relative;
  color: #fff;
  padding: 18rem 45rem;
  font-weight: 500;
}
@media (min-width: 751px) {
  .page__blog-separate .left__detail h2 {
    font-size: 30rem;
    margin-bottom: 25rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__detail h2 {
    font-size: 30rem;
    margin-bottom: 25rem;
    min-height: 134rem;
    display: flex;
    align-items: center;
  }
}
.page__blog-separate .left__detail h2:before {
  position: absolute;
  content: "";
  background-image: url(./images/common/bar_line_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 206rem;
  height: 81rem;
  left: 0;
  top: 0;
}
.page__blog-separate .left__detail h2:after {
  position: absolute;
  content: "";
  background-image: url(./images/common/bar_line_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 206rem;
  height: 81rem;
  right: 0;
  top: 0;
}
.page__blog-separate .left__detail h2 span {
  z-index: 2;
  position: relative;
}
.page__blog-separate .left__detail img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 751px) {
  .page__blog-separate .left__detail img {
    width: 282rem;
    height: 273rem;
    margin-right: 15rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__detail img {
    width: 180rem;
    height: 180rem;
    margin-right: 15rem;
  }
}
@media (min-width: 751px) {
  .page__blog-separate .left__detail .content {
    width: calc(100% - 250rem - 15rem);
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__detail .content {
    width: calc(100% - 150rem - 15rem);
  }
}
.page__blog-separate .left__detail .content__head {
  margin-bottom: 20rem;
}
.page__blog-separate .left__detail .content__head time {
  color: #262626;
  display: inline-block;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .page__blog-separate .left__detail .content__head time {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__detail .content__head time {
    font-size: 25rem;
  }
}
.page__blog-separate .left__detail .content__head p {
  color: #262626;
}
@media (min-width: 751px) {
  .page__blog-separate .left__detail .content__head p {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .left__detail .content__head p {
    font-size: 25rem;
  }
}
.page__blog-separate .left__detail .content__head p span {
  color: #0555ae;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5rem;
}
.page__blog-separate .left__detail .content small {
  color: #fff;
  background: #4d4d4c;
  display: block;
  width: 255rem;
  padding: 7rem;
  text-align: center;
  margin-top: 20rem;
}
@media (min-width: 751px) {
  .page__blog-separate .right {
    width: 300rem;
  }
}
.page__blog-separate .right__title {
  text-align: center;
  background: #fbb03b;
  color: #fff;
}
@media (min-width: 751px) {
  .page__blog-separate .right__title {
    font-size: 20rem;
    margin-bottom: 15rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .right__title {
    font-size: 26rem;
    margin-bottom: 15rem;
    padding: 5rem;
  }
}
.page__blog-separate .right .widget_calendar {
  margin-bottom: 40rem;
}
@media (min-width: 751px) {
  .page__blog-separate .right .widget_calendar caption {
    font-size: 24rem;
    margin-bottom: 7rem;
  }
}
.page__blog-separate .right .widget_calendar table thead th {
  text-align: center;
  background: #0c0f50;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 751px) {
  .page__blog-separate .right .widget_calendar table thead th {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .right .widget_calendar table thead th {
    font-size: 24rem;
  }
}
.page__blog-separate .right .widget_calendar table tbody td {
  border: none;
  text-align: center;
  color: #461e13;
}
@media (min-width: 751px) {
  .page__blog-separate .right .widget_calendar table tbody td {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .right .widget_calendar table tbody td {
    font-size: 26rem;
  }
}
.page__blog-separate .right .widget_calendar .wp-block-calendar nav {
  display: flex;
  justify-content: space-between;
}
.page__blog-separate .right .widget_calendar .wp-block-calendar nav a {
  text-decoration: none;
}
@media (min-width: 751px) {
  .page__blog-separate .right .widget_calendar .wp-block-calendar nav a {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .right .widget_calendar .wp-block-calendar nav a {
    font-size: 24rem;
  }
}
@media (min-width: 751px) {
  .page__blog-separate .right .widget_categories {
    margin-bottom: 80rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .right .widget_categories {
    margin-bottom: 40rem;
  }
}
.page__blog-separate .right .widget_categories .cat-item a {
  text-decoration: underline;
  display: inline-block;
  color: #000;
}
@media (min-width: 751px) {
  .page__blog-separate .right .widget_categories .cat-item a {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .right .widget_categories .cat-item a {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
.page__blog-separate .right__blog a {
  text-decoration: underline;
  display: flex;
}
@media (min-width: 751px) {
  .page__blog-separate .right__blog a {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .page__blog-separate .right__blog a {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}

/**************************************************************************************

ページネーション

*****************************************************************************************/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__prev a, .pagination__next a {
  margin: 0 3rem;
  padding: 7rem 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cccccc;
  color: #fff;
}
@media (min-width: 751px) {
  .pagination__prev a, .pagination__next a {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .pagination__prev a, .pagination__next a {
    font-size: 24rem;
  }
}
.pagination__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__content li {
  margin: 0 3rem;
}
.pagination__content li.is__active {
  color: #fff;
  background: #22ba4f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7rem 11rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .pagination__content li.is__active {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .pagination__content li.is__active {
    font-size: 24rem;
  }
}
.pagination__content li a {
  padding: 7rem 11rem;
  display: flex;
  background: #cccccc;
  color: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
@media (min-width: 751px) {
  .pagination__content li a {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .pagination__content li a {
    font-size: 24rem;
  }
}
.pagination__content li a:hover {
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}

/*********************

formブロック

************************/
@media (min-width: 751px) {
  .form {
    padding: 0 0 145rem 0;
  }
}
@media (max-width: 750px) {
  .form {
    padding: 0 0 70rem 0;
  }
}
@media (min-width: 751px) {
  .form.check {
    padding: 220rem 0 145rem;
  }
}
@media (max-width: 750px) {
  .form.check {
    padding: 140rem 0 70rem;
  }
}
.form.check .midashi_shita {
  text-align: center;
}
.form__head {
  text-align: center;
}
@media (min-width: 751px) {
  .form__head {
    margin-bottom: 75rem;
  }
}
@media (max-width: 750px) {
  .form__head {
    margin-bottom: 50rem;
  }
}
.form__head span {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20rem;
  line-height: 1;
  color: #272b4e;
}
@media (min-width: 751px) {
  .form__head span {
    font-size: 100rem;
  }
}
@media (max-width: 750px) {
  .form__head span {
    font-size: 80rem;
  }
}
.form__head h2 {
  color: #ec9f39;
  font-weight: 500;
}
@media (min-width: 751px) {
  .form__head h2 {
    font-size: 50rem;
  }
}
@media (max-width: 750px) {
  .form__head h2 {
    font-size: 40rem;
  }
}
@media (min-width: 751px) {
  .form-inner {
    width: 1225rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .form-inner {
    margin: 0 40rem;
  }
}
.form-inner .mw_wp_form {
  position: relative;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form {
    padding: 45rem 0 0 0;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form {
    padding: 20rem 0 0 0;
  }
}
.form-inner .mw_wp_form .error {
  font-size: 80%;
  margin: 10px 0 0 0;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25rem;
    margin: 0 0 60rem;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form dl {
    font-size: 26rem;
    margin: 0 0 30rem;
  }
}
.form-inner .mw_wp_form dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form dl dt {
    width: 400rem;
    padding: 17rem 0;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form dl dt {
    padding: 17rem 0;
  }
}
.form-inner .mw_wp_form dl dt .required {
  background: #cc0000;
  font-size: 25rem;
  padding: 0 32rem;
  font-size: 25rem;
}
.form-inner .mw_wp_form dl dt .not__required {
  background: #999999;
  font-size: 25rem;
  padding: 0 32rem;
  font-size: 25rem;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form dl dd {
    width: 750rem;
  }
}
.form-inner .mw_wp_form dl dd input[type=text], .form-inner .mw_wp_form dl dd input[type=email],
.form-inner .mw_wp_form dl dd textarea {
  border: 1.5px solid #333;
  background: #fff;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form dl dd input[type=text], .form-inner .mw_wp_form dl dd input[type=email],
  .form-inner .mw_wp_form dl dd textarea {
    width: 94%;
    padding: 17rem;
    font-size: 25rem;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form dl dd input[type=text], .form-inner .mw_wp_form dl dd input[type=email],
  .form-inner .mw_wp_form dl dd textarea {
    padding: 17rem;
    width: 100%;
    font-size: 26rem;
  }
}
.form-inner .mw_wp_form .comment {
  color: #333;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form .comment {
    font-size: 28rem;
    margin: 0 0 40rem;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form .comment {
    font-size: 28rem;
    margin: 0 0 20rem;
  }
}
.form-inner .mw_wp_form .btn {
  display: flex;
  justify-content: center;
}
.form-inner .mw_wp_form .btn .back {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  text-decoration: underline;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form .btn .back {
    height: 100rem;
    margin: 0 20rem 0 0;
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form .btn .back {
    margin: 0 20rem 0 0;
    height: 100rem;
    font-size: 24rem;
  }
}
.form-inner .mw_wp_form .btn div {
  position: relative;
}
.form-inner .mw_wp_form .btn .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #cc0000;
  cursor: pointer;
  border-radius: 5px;
  border: none;
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form .btn .submit {
    width: 600rem;
    height: 90rem;
    font-size: 25rem;
    margin: 0 0 80rem;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form .btn .submit {
    width: 600rem;
    height: 90rem;
    font-size: 25rem;
    margin: 0 0 40rem;
  }
}
@media (min-width: 751px) {
  .form-inner .mw_wp_form .fin {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .form-inner .mw_wp_form .fin {
    font-size: 28rem;
  }
}
.form-inner .law {
  color: #bf0116;
  line-height: 1.5;
  background: #fff9f1;
  margin-bottom: 70rem;
}
@media (min-width: 751px) {
  .form-inner .law {
    font-size: 23rem;
    padding: 30erm 40rem;
  }
}
@media (max-width: 750px) {
  .form-inner .law {
    font-size: 23rem;
    padding: 20rem 30rem;
  }
}

.form__check_head {
  margin: 100rem 40rem;
}

.no__page {
  margin-bottom: 100rem;
}

.no__page-inner p {
  margin: 40rem;
}

.template__inner_h1 {
  color: #000;
  font-size: 50rem;
  border-bottom: 2rem solid #cdcdcd;
  margin-bottom: 30rem;
  font-weight: 700;
  padding-bottom: 10rem;
}

.template__inner_text100.padding p {
  padding: 20rem;
}
.template__inner_text100 iframe {
  width: 100%;
}
@media (min-width: 751px) {
  .template__inner_text100 iframe {
    height: 720rem;
  }
}
@media (max-width: 750px) {
  .template__inner_text100 iframe {
    height: 375rem;
  }
}

.template__inner_mokuji {
  background: #f9f9f9;
  padding: 25rem;
  margin-bottom: 45rem;
  width: 345rem;
}
.template__inner_mokuji.js__wide {
  width: 100%;
}
.template__inner_mokuji .head {
  text-align: center;
  cursor: pointer;
}
.template__inner_mokuji .head span {
  color: #4090d2;
}
.template__inner_mokuji ul {
  margin-top: 40rem;
  display: none;
}
@media (max-width: 750px) {
  .template__inner_mokuji ul li {
    position: relative;
  }
}
.template__inner_mokuji ul li a {
  color: #4090d2;
  font-size: 25rem;
  margin-bottom: 5rem;
  display: inline-block;
}
.template__inner_mokuji ul li:before {
  font-size: 25rem;
  color: #4090d2;
}
@media (min-width: 751px) {
  .template__inner_mokuji ul li.mokuji__h3 {
    padding-left: 10rem;
  }
}
@media (max-width: 750px) {
  .template__inner_mokuji ul li.mokuji__h3 {
    padding-left: 40rem;
  }
}
.template__inner_mokuji ul li.mokuji__h3:before {
  content: "┗	";
}
@media (min-width: 751px) {
  .template__inner_mokuji ul li.mokuji__h3:before {
    display: inline-block;
    margin-right: 5rem;
  }
}
@media (max-width: 750px) {
  .template__inner_mokuji ul li.mokuji__h3:before {
    position: absolute;
    left: 0;
    top: 5rem;
  }
}
@media (min-width: 751px) {
  .template__inner_mokuji ul li.mokuji__h4 {
    padding-left: 40rem;
  }
}
@media (max-width: 750px) {
  .template__inner_mokuji ul li.mokuji__h4 {
    padding-left: 60rem;
  }
}
.template__inner_mokuji ul li.mokuji__h4:before {
  content: " ┗";
}
@media (min-width: 751px) {
  .template__inner_mokuji ul li.mokuji__h4:before {
    display: inline-block;
    margin-right: 5rem;
  }
}
@media (max-width: 750px) {
  .template__inner_mokuji ul li.mokuji__h4:before {
    position: absolute;
    left: 20rem;
    top: 5rem;
  }
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(1 of .mokuji__h2):before {
  content: "1";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(2 of .mokuji__h2):before {
  content: "2";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(3 of .mokuji__h2):before {
  content: "3";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(4 of .mokuji__h2):before {
  content: "4";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(5 of .mokuji__h2):before {
  content: "5";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(6 of .mokuji__h2):before {
  content: "6";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(7 of .mokuji__h2):before {
  content: "7";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(8 of .mokuji__h2):before {
  content: "8";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(9 of .mokuji__h2):before {
  content: "9";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(10 of .mokuji__h2):before {
  content: "10";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(11 of .mokuji__h2):before {
  content: "11";
  display: inline-block;
  margin-right: 5rem;
}
.template__inner_mokuji ul li.mokuji__h2:nth-child(12 of .mokuji__h2):before {
  content: "12";
  display: inline-block;
  margin-right: 5rem;
}

/*********************

下層フッターブロック(cmn__bottom)

************************/
.cmn__bottom {
  margin-bottom: 110rem;
}
.cmn__bottom_separate {
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .cmn__bottom_separate {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_separate {
    padding: 0 40rem;
  }
}
@media (min-width: 751px) {
  .cmn__bottom_separate .left {
    width: 50%;
  }
}
.cmn__bottom_separate .left__head {
  margin-bottom: 10rem;
}
@media (min-width: 751px) {
  .cmn__bottom_separate .left__head {
    width: 440rem;
  }
}
.cmn__bottom_separate .left__cv {
  margin-bottom: 60rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .cmn__bottom_separate .left__cv {
    flex-wrap: wrap;
  }
}
.cmn__bottom_separate .left__cv a {
  display: block;
}
@media (max-width: 750px) {
  .cmn__bottom_separate .left__cv a:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .cmn__bottom_separate .left__cv a:nth-of-type(1) img {
    width: 293rem;
  }
}
@media (min-width: 751px) {
  .cmn__bottom_separate .left__cv a:nth-of-type(2) {
    margin: 0 20rem;
  }
}
.cmn__bottom_separate .left__cv a:nth-of-type(2) img {
  width: 230rem;
}
@media (max-width: 750px) {
  .cmn__bottom_separate .left__cv a:nth-of-type(3) {
    margin-left: 20rem;
  }
}
.cmn__bottom_separate .left__cv a:nth-of-type(3) img {
  width: 230rem;
}
.cmn__bottom_separate .right {
  background: #f7f7f7;
  text-align: center;
}
@media (min-width: 751px) {
  .cmn__bottom_separate .right {
    width: 50%;
    padding: 50rem 0;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_separate .right {
    padding: 50rem 20rem;
  }
}
@media (min-width: 751px) {
  .cmn__bottom_separate .right__table {
    width: 656rem;
    padding: 25rem;
    margin: 0 auto;
  }
}
.cmn__bottom_separate .right__table table {
  margin-bottom: 15rem;
}
.cmn__bottom_separate .right__table table tr th {
  text-align: center;
  color: #352818;
}
@media (min-width: 751px) {
  .cmn__bottom_separate .right__table table tr th {
    font-size: 25rem;
    width: 200rem;
    padding: 10rem 0;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_separate .right__table table tr th {
    width: 200rem;
    font-size: 24rem;
    padding: 10rem 0;
  }
}
.cmn__bottom_separate .right__table table tr td {
  text-align: center;
  width: calc(14.2857142857% - 200rem);
  color: #352818;
}
@media (min-width: 751px) {
  .cmn__bottom_separate .right__table table tr td {
    font-size: 25rem;
    padding: 10rem 5rem;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_separate .right__table table tr td {
    padding: 10rem 0;
    font-size: 24rem;
    vertical-align: middle;
    text-align: center;
  }
}
.cmn__bottom_separate .right__table table tr td.color {
  color: #ac9a81;
}
.cmn__bottom_separate .right__table p {
  color: #342718;
  line-height: 1.5;
  text-align: right;
}
@media (min-width: 751px) {
  .cmn__bottom_separate .right__table p {
    font-size: 19rem;
  }
}
.cmn__bottom_separate .right__table p::first-letter {
  color: #ac9a81;
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap {
    width: 1350rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_sitemap {
    margin: 0 40rem;
  }
}
.cmn__bottom_sitemap .separate {
  display: flex;
}
@media (max-width: 750px) {
  .cmn__bottom_sitemap .separate {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40rem;
  }
}
.cmn__bottom_sitemap .separate span {
  color: #fff;
  display: inline-block;
  background: #d5b98b;
  width: 100rem;
  padding: 7rem;
  margin-bottom: 30rem;
  text-align: center;
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .separate span {
    font-size: 13rem;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_sitemap .separate span {
    font-size: 25rem;
  }
}
.cmn__bottom_sitemap .right {
  width: 500rem;
}
@media (max-width: 750px) {
  .cmn__bottom_sitemap .right {
    margin: 0 auto;
  }
}
.cmn__bottom_sitemap .right a {
  display: block;
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .right a img {
    width: 100%;
  }
}
.cmn__bottom_sitemap .right a:nth-of-type(2) {
  margin: 25rem 0;
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .left {
    width: 780rem;
  }
}
.cmn__bottom_sitemap .left strong {
  font-weight: 400;
  color: #3e3939;
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
}
.cmn__bottom_sitemap .left strong:after {
  content: "";
  background: #26293a;
  display: inline-block;
  margin-left: 5rem;
  height: 2rem;
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .left strong:after {
    width: 550rem;
  }
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .left__one {
    margin-right: 40rem;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_sitemap .left__one {
    width: 48%;
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .left__second {
    margin-right: 40rem;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_sitemap .left__second {
    width: 48%;
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .left__third {
    margin-top: 60rem;
  }
}
.cmn__bottom_sitemap .left ul li a {
  color: #342718;
  font-family: "游ゴシック";
  display: inline-block;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .cmn__bottom_sitemap .left ul li a {
    font-size: 19rem;
  }
}
@media (max-width: 750px) {
  .cmn__bottom_sitemap .left ul li a {
    font-size: 26rem;
  }
}
.cmn__bottom_sitemap .left ul li a.sageru {
  padding-left: 25rem;
}

.template__inner_daytime table {
  margin-bottom: 15rem;
}
.template__inner_daytime table tr th {
  text-align: center;
  color: #fff;
  background: #666666;
  font-weight: 400;
}
@media (min-width: 751px) {
  .template__inner_daytime table tr th {
    font-size: 23rem;
    width: 200rem;
    padding: 10rem 0;
  }
}
@media (max-width: 750px) {
  .template__inner_daytime table tr th {
    width: 20%;
    font-size: 26rem;
    padding: 10rem 0;
  }
}
.template__inner_daytime table tr td {
  text-align: center;
  width: calc(14.2857142857% - 200rem);
  color: #272727;
  background: #f7f7f7;
}
@media (min-width: 751px) {
  .template__inner_daytime table tr td {
    font-size: 23rem;
    padding: 10rem 5rem;
  }
}
@media (max-width: 750px) {
  .template__inner_daytime table tr td {
    padding: 10rem 0;
    font-size: 26rem;
    vertical-align: middle;
    text-align: center;
  }
}
.template__inner_daytime table tr td.color {
  color: #fff;
}
.template__inner_daytime p {
  color: #342718;
  line-height: 1.5;
  text-align: right;
}
@media (min-width: 751px) {
  .template__inner_daytime p {
    font-size: 19rem;
  }
}

/*********************

20240226_料金表新設

************************/
.template__inner_price {
  margin-bottom: 200rem;
}
.template__inner_price .head {
  margin-bottom: 60rem;
}
.template__inner_price .head h2 {
  margin-bottom: 50rem;
}
.template__inner_price .head p {
  margin-bottom: 45rem;
}
@media (min-width: 751px) {
  .template__inner_price .head p {
    font-size: 20rem;
  }
}
.template__inner_price .head ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .template__inner_price .head ul {
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .template__inner_price .head ul li {
    width: 23%;
  }
}
@media (max-width: 750px) {
  .template__inner_price .head ul li {
    width: 48%;
  }
}
.template__inner_price .head ul li a {
  display: block;
  background: #d5b98b;
  color: #fff;
  padding: 15rem;
  text-align: center;
}
@media (min-width: 751px) {
  .template__inner_price .head ul li a {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .template__inner_price .head ul li a {
    margin-bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .template__inner_price .head ul li:nth-of-type(4n+1) {
    margin-right: 10rem;
    margin-bottom: 20rem;
  }
}
@media (min-width: 751px) {
  .template__inner_price .head ul li:nth-of-type(4n+2), .template__inner_price .head ul li:nth-of-type(4n+3) {
    margin: 0 10rem 20rem;
  }
}
@media (min-width: 751px) {
  .template__inner_price .head ul li:nth-of-type(4n+4) {
    margin-left: 10rem;
    margin-bottom: 20rem;
  }
}
.template__inner_price .content {
  margin-bottom: 60rem;
}
.template__inner_price .content h3 {
  margin-bottom: 50rem;
}
.template__inner_price .content h4 {
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 751px) {
  .template__inner_price .content h4 {
    margin-bottom: 25rem;
    font-size: 34rem;
  }
}
@media (max-width: 750px) {
  .template__inner_price .content h4 {
    margin-bottom: 50rem;
    font-size: 34rem;
  }
}
.template__inner_price .content h4:before {
  background: #b29351;
  width: 10rem;
  height: 50rem;
  content: "";
  margin-right: 10rem;
}
.template__inner_price .content__block_detail {
  border-bottom: 1px solid #333;
}
@media (min-width: 751px) {
  .template__inner_price .content__block_detail {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media (max-width: 750px) {
  .template__inner_price .content__block_detail {
    display: flex;
    flex-wrap: wrap;
    padding: 20rem 0 0;
  }
}
.template__inner_price .content__block_detail:first-of-type {
  border-top: 1px solid #333;
}
@media (min-width: 751px) {
  .template__inner_price .content__block_detail .left {
    display: table-cell;
    vertical-align: middle;
    width: 270rem;
    padding: 20rem 0;
  }
}
@media (max-width: 750px) {
  .template__inner_price .content__block_detail .left {
    order: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 30rem;
  }
}
@media (min-width: 751px) {
  .template__inner_price .content__block_detail .left img {
    width: 100%;
    height: 200rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 751px) {
  .template__inner_price .content__block_detail .middle {
    width: 700rem;
    display: table-cell;
    vertical-align: middle;
    padding: 20rem 40rem;
  }
}
@media (max-width: 750px) {
  .template__inner_price .content__block_detail .middle {
    order: 1;
    width: 100%;
    margin-bottom: 30rem;
  }
}
.template__inner_price .content__block_detail .middle h5 {
  color: #b29351;
  margin-bottom: 10rem;
}
@media (min-width: 751px) {
  .template__inner_price .content__block_detail .middle h5 {
    font-size: 32rem;
  }
}
@media (max-width: 750px) {
  .template__inner_price .content__block_detail .middle h5 {
    font-size: 32rem;
  }
}
@media (min-width: 751px) {
  .template__inner_price .content__block_detail .middle p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .template__inner_price .content__block_detail .middle p {
    font-size: 26rem;
  }
}
.template__inner_price .content__block_detail .right {
  background: #f7f7f7;
}
@media (min-width: 751px) {
  .template__inner_price .content__block_detail .right {
    width: 250rem;
    display: table-cell;
    vertical-align: middle;
    padding: 30rem;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .template__inner_price .content__block_detail .right {
    order: 3;
    width: 100%;
    padding: 20rem;
    text-align: center;
  }
}

/*********************

  下層ページ(医者紹介)

************************/
.template__inner_doctor .content {
  padding: 40rem 0;
  border-bottom: 1px solid #cdcdcd;
}
@media (min-width: 751px) {
  .template__inner_doctor .content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .template__inner_doctor .content__left {
    width: 300rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__left {
    display: flex;
    justify-content: space-between;
  }
}
.template__inner_doctor .content__left img {
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .template__inner_doctor .content__left img {
    height: 300rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__left img {
    width: 350rem;
    height: 350rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 751px) {
  .template__inner_doctor .content__left_block {
    padding-left: 30rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__left_block {
    width: 250rem;
  }
}
.template__inner_doctor .content__left_block span {
  color: #000000;
}
@media (min-width: 751px) {
  .template__inner_doctor .content__left_block span {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__left_block span {
    font-size: 26rem;
  }
}
.template__inner_doctor .content__left_block p {
  color: #000000;
}
@media (min-width: 751px) {
  .template__inner_doctor .content__left_block p {
    font-size: 32rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__left_block p {
    font-size: 36rem;
  }
}
.template__inner_doctor .content__left_block small {
  color: #000000;
}
@media (min-width: 751px) {
  .template__inner_doctor .content__left_block small {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__left_block small {
    font-size: 24rem;
  }
}
@media (min-width: 751px) {
  .template__inner_doctor .content__right {
    width: 805rem;
  }
}
.template__inner_doctor .content__right_head {
  color: #262626;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .template__inner_doctor .content__right_head {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__right_head {
    font-size: 32rem;
  }
}
.template__inner_doctor .content__right_text {
  color: #262626;
}
@media (min-width: 751px) {
  .template__inner_doctor .content__right_text {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__right_text {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .template__inner_doctor .content__right_separate {
    display: flex;
    justify-content: space-between;
    margin-top: 75rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__right_separate {
    margin-top: 40rem;
  }
}
@media (min-width: 751px) {
  .template__inner_doctor .content__right_separate ul {
    width: 390rem;
  }
}
@media (max-width: 750px) {
  .template__inner_doctor .content__right_separate ul {
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .template__inner_doctor .content__right_separate ul li {
    white-space: nowrap;
    font-size: 20rem;
  }
}
.template__inner_doctor .content__right_separate ul li:first-of-type {
  color: #56a39d;
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
}
.template__inner_doctor .content__right_separate ul li:first-of-type:after {
  width: 300rem;
  height: 2rem;
  content: "";
  display: inline-block;
  background: #56a39d;
  margin-left: 10rem;
}
.template__inner_doctor .content__right_separate ul li:not(:first-of-type) {
  color: #262626;
  margin-bottom: 10rem;
}

@media (min-width: 751px) {
  .page__template-block22 {
    margin-bottom: 130rem;
  }
}
@media (max-width: 750px) {
  .page__template-block22 {
    margin-bottom: 65rem;
  }
}
.page__template-block22 .googlemap {
  margin-top: 30rem;
}
.page__template-block22 .googlemap iframe {
  width: 100%;
  height: 384rem;
}
@media (min-width: 751px) {
  .page__template-block22 .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .page__template-block22 .inner {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .page__template-block22 .inner__left {
    width: 600rem;
  }
}
@media (max-width: 750px) {
  .page__template-block22 .inner__left {
    margin-bottom: 40rem;
  }
}
.page__template-block22 .inner__left dl {
  display: flex;
}
.page__template-block22 .inner__left dl dt {
  color: #b98835;
}
@media (min-width: 751px) {
  .page__template-block22 .inner__left dl dt {
    font-size: 23rem;
    width: 130rem;
  }
}
@media (max-width: 750px) {
  .page__template-block22 .inner__left dl dt {
    margin-right: 15rem;
    font-size: 26rem;
    width: 20%;
  }
}
.page__template-block22 .inner__left dl dd {
  color: #4a4543;
}
@media (min-width: 751px) {
  .page__template-block22 .inner__left dl dd {
    font-size: 23rem;
    width: 470rem;
  }
}
@media (max-width: 750px) {
  .page__template-block22 .inner__left dl dd {
    width: 80%;
  }
}
.page__template-block22 .inner__left dl:not(:last-of-type) {
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .page__template-block22 .inner__right {
    width: 650rem;
  }
}
.page__template-block22 .inner__right p {
  color: #4a4543;
}
@media (min-width: 751px) {
  .page__template-block22 .inner__right p {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .page__template-block22 .inner__right p {
    font-size: 24rem;
  }
}
.page__template-block22 .inner__right table {
  margin-bottom: 15rem;
}
.page__template-block22 .inner__right table tr:first-of-type th,
.page__template-block22 .inner__right table tr:first-of-type td {
  background: #f2e9d0;
}
.page__template-block22 .inner__right table tr:not(:first-of-type) th,
.page__template-block22 .inner__right table tr:not(:first-of-type) td {
  color: #4a4543;
}
.page__template-block22 .inner__right table tr th {
  text-align: center;
}
@media (min-width: 751px) {
  .page__template-block22 .inner__right table tr th {
    font-size: 23rem;
    width: 150rem;
    padding: 10rem 0;
  }
}
@media (max-width: 750px) {
  .page__template-block22 .inner__right table tr th {
    width: 20%;
    font-size: 24rem;
    padding: 10rem 0;
  }
}
.page__template-block22 .inner__right table tr td {
  text-align: center;
  width: calc(14.2857142857% - 150rem);
}
@media (min-width: 751px) {
  .page__template-block22 .inner__right table tr td {
    font-size: 23rem;
    padding: 10rem 5rem;
  }
}
@media (max-width: 750px) {
  .page__template-block22 .inner__right table tr td {
    padding: 10rem 0;
    font-size: 24rem;
    vertical-align: middle;
    text-align: center;
  }
}

/*********************

  共通ブロック(ナビゲーション)

************************/
.cmn__navigation {
  display: flex;
  justify-content: space-between;
}
.cmn__navigation a {
  text-decoration: underline;
}
@media (min-width: 751px) {
  .cmn__navigation a {
    font-size: 25rem;
  }
}

/*********************

 お電話でのご予約

************************/
.form__reserve {
  margin-bottom: 60rem;
}
.form__reserve h2 {
  margin-bottom: 45rem;
}
.form__reserve_content {
  text-align: center;
}
.form__reserve_content .img {
  width: 511rem;
  margin-bottom: 25rem;
}
.form__reserve_content p {
  color: #000;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .form__reserve_content p {
    font-size: 23rem;
  }
}
@media (max-width: 750px) {
  .form__reserve_content p span {
    display: block;
  }
}
.form__reserve_content a img {
  width: 476rem;
}

/*********************

フォーム

************************/
.form__content {
  margin-bottom: 160rem;
}
.form__content dl:last-of-type {
  margin-bottom: 70rem;
}
@media (min-width: 751px) {
  .form__content dl:not(:last-of-type) {
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .form__content dl:not(:last-of-type) {
    margin-bottom: 45rem;
  }
}
@media (min-width: 751px) {
  .form__content dl {
    display: flex;
    justify-content: space-between;
  }
}
.form__content dl dt {
  display: flex;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 751px) {
  .form__content dl dt {
    width: 30%;
    justify-content: space-between;
    font-size: 25rem;
  }
}
@media (max-width: 750px) {
  .form__content dl dt {
    margin-bottom: 15rem;
    font-size: 28rem;
  }
}
.form__content dl dt span {
  background: #cab584;
  display: inline-block;
  padding: 0rem 33rem;
}
@media (max-width: 750px) {
  .form__content dl dt span {
    margin-left: 15rem;
  }
}
.form__content dl dd {
  font-size: 25rem;
}
@media (min-width: 751px) {
  .form__content dl dd {
    width: 60%;
  }
}
.form__content dl dd input[type=text], .form__content dl dd input[type=email], .form__content dl dd textarea {
  width: 100%;
  padding: 15rem;
  border: 1px solid #333;
}
@media (min-width: 751px) {
  .form__content dl dd input[type=text], .form__content dl dd input[type=email], .form__content dl dd textarea {
    font-size: 25rem;
  }
}
@media (max-width: 750px) {
  .form__content dl dd input[type=text], .form__content dl dd input[type=email], .form__content dl dd textarea {
    font-size: 28rem;
  }
}
@media (min-width: 751px) {
  .form__content dl dd input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 750px) {
  .form__content dl dd input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 750px) {
  .form__content dl dd .mwform-radio-field {
    display: block;
  }
}
@media (max-width: 750px) {
  .form__content dl dd .mwform-radio-field + .horizontal-item {
    margin-left: 0;
  }
}
.form__content dl dd.separate input[type=text] {
  width: 20%;
  margin-right: 15rem;
}
.form__content dl dd.separate input[type=text]:nth-of-type(2) {
  margin-left: 15rem;
}
.form__content dl dd.separate input[type=text]:nth-of-type(3) {
  margin-left: 15rem;
}
.form__content dl dd.tel p {
  color: #ff0000;
}
@media (min-width: 751px) {
  .form__content dl dd.tel p {
    font-size: 25rem;
  }
}
@media (max-width: 750px) {
  .form__content dl dd.tel p {
    font-size: 28rem;
  }
}
.form__content .caution {
  font-size: 23rem;
  margin-bottom: 40rem;
}
.form__content .btn {
  display: flex;
  justify-content: center;
}
.form__content .btn .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #006699;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}
@media (min-width: 751px) {
  .form__content .btn .submit {
    width: 600rem;
    height: 92rem;
    font-size: 25rem;
    margin: 0 0 80rem;
  }
}
@media (max-width: 750px) {
  .form__content .btn .submit {
    width: 600rem;
    height: 92rem;
    font-size: 28rem;
    margin: 0 0 40rem;
  }
}

.form__comp {
  padding: 200rem 0;
}

.no__page {
  padding: 150rem 40rem;
}/*# sourceMappingURL=page.css.map */