@charset "UTF-8";
/* CSS Document */
/*- File name [  ] -*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* all

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
.br--sp {
  display: block;
}

.br--pc {
  display: none;
}

/* header
------------------------------*/
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 48px;
}

#hd-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

#logo {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
  background: #fff;
}
/* Table Set
------------------------------*/
/* table set */
table.cemetery th:nth-of-type(1) {
  /*width:34%;*/
}

.tb_style_std {
  /*overflow: hidden;*/
  margin: 0;
  padding: 0;
}

table.cemetery {
  border: 1px solid #ccc;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  width: 100%;
  font-size: 120%;
  margin: 0 0 10px 0;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

table.cemetery thead tr {
  background-color: #efefef;
}
table.cemetery th {
  font-weight: normal;
  border: 0px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #efefef 15%, #CCC 15%);
     border-image: linear-gradient(180deg, #efefef 15%, #CCC 15%);
  border-image-slice: 1;
  line-height: 1.3;
}
table.cemetery thead tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
table.cemetery thead tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
table.cemetery th,
table.cemetery td {
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center;
}
table.cemetery th:last-child {
  border-right: solid 0px #ccc;
  -o-border-image: none;
     border-image: none;
}
table.cemetery td {
  vertical-align: middle;
  border: 0px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #CCC 85%, #FFF 15%);
     border-image: linear-gradient(180deg, #CCC 85%, #FFF 15%);
  border-image-slice: 1;
  padding: 10px 0;
  line-height: 1.1;
}
table.cemetery td:last-child {
  border-right: solid 0px #ccc;
  -o-border-image: none;
     border-image: none;
}
table.cemetery th:last-child,
table.cemetery td:last-child {
  border-right: solid 0px #ccc;
  -o-border-image: none;
     border-image: none;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

table.cemetery small {
  display: inline;
}
table.cemetery td .large {
  font-size: 180% !important;
}
table.cemetery td img {
  width: 30px;
  display: inline;
}
table.tb_pink {
  border: 1px solid #4d4d4d !important;
}
table.tb_pink th {
  border: 0px solid;
  border-right: 1px solid;
  background: #ff7ba5 !important;
  color: #fff !important;
  -o-border-image: linear-gradient(180deg, #ff7ba5 15%, #4d4d4d 15%);
     border-image: linear-gradient(180deg, #ff7ba5 15%, #4d4d4d 15%);
  border-image-slice: 1;
}
table.tb_pink thead tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
table.tb_pink thead tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
table.tb_pink td {
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
     border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
  border-image-slice: 1;
}
table.tb_yellow {
  border: 1px solid #4d4d4d !important;
}
table.tb_yellow th {
  border: 0px solid;
  border-right: 1px solid;
  background: #fffa3e !important;
  -o-border-image: linear-gradient(180deg, #fffa3e 15%, #4d4d4d 15%);
     border-image: linear-gradient(180deg, #fffa3e 15%, #4d4d4d 15%);
  border-image-slice: 1;
}
table.tb_yellow thead tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
table.tb_yellow thead tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
table.tb_yellow td {
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
     border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
  border-image-slice: 1;
}
table.tb_green {
  border: 1px solid #4d4d4d !important;
}
table.tb_green th {
  border: 0px solid;
  border-right: 1px solid;
  background: #b0d35a !important;
  -o-border-image: linear-gradient(180deg, #b0d35a 15%, #4d4d4d 15%);
     border-image: linear-gradient(180deg, #b0d35a 15%, #4d4d4d 15%);
  border-image-slice: 1;
}
table.tb_green thead tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
table.tb_green thead tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
table.tb_green td {
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
     border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
  border-image-slice: 1;
}
table.tb_orange {
  border: 1px solid #4d4d4d !important;
}
table.tb_orange th {
  border: 0px solid;
  border-right: 1px solid;
  color: #fff;
  background: #f08c1e !important;
  -o-border-image: linear-gradient(180deg, #f08c1e 15%, #4d4d4d 15%);
     border-image: linear-gradient(180deg, #f08c1e 15%, #4d4d4d 15%);
  border-image-slice: 1;
}
table.tb_orange thead tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
table.tb_orange thead tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
table.tb_orange td {
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
     border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
  border-image-slice: 1;
}
table.tb_red {
  border: 1px solid #4d4d4d !important;
}
table.tb_red th {
  border: 0px solid;
  border-right: 1px solid;
  color: #fff;
  background: #a81818 !important;
  -o-border-image: linear-gradient(180deg, #a81818 15%, #4d4d4d 15%);
     border-image: linear-gradient(180deg, #a81818 15%, #4d4d4d 15%);
  border-image-slice: 1;
}
table.tb_red thead tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
table.tb_red thead tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
table.tb_red td {
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
     border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
  border-image-slice: 1;
}
table.tb_blue {
  border: 1px solid #4d4d4d !important;
}
table.tb_blue th {
  border: 0px solid;
  border-right: 1px solid;
  color: #fff;
  background: #0068b6 !important;
  -o-border-image: linear-gradient(180deg, #0068b6 15%, #4d4d4d 15%);
     border-image: linear-gradient(180deg, #0068b6 15%, #4d4d4d 15%);
  border-image-slice: 1;
}
table.tb_blue thead tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
table.tb_blue thead tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
table.tb_blue td {
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
     border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
  border-image-slice: 1;
}
table.tb_row th:nth-of-type(1) {
  width: inherit;
}
table.tb_row tr {
  border: none !important;
  border: none;
}
table.tb_row td {
  border-right: 1px solid #4d4d4d;
  -o-border-image: none;
     border-image: none;
  border-bottom: 1px solid #4d4d4d;
}
table.tb_row tr td:first-of-type {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(-90deg, #4d4d4d 87%, #fff 13%);
     border-image: linear-gradient(-90deg, #4d4d4d 87%, #fff 13%);
  border-image-slice: 1;
}
table.tb_row tr td:last-of-type {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #4d4d4d 93%, #fff 7%);
     border-image: linear-gradient(90deg, #4d4d4d 93%, #fff 7%);
  border-image-slice: 1;
}
table.tb_row tr:last-of-type td {
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
     border-image: linear-gradient(180deg, #4d4d4d 85%, #fff 15%);
  border-image-slice: 1;
  border-bottom: 0;
}
table.tb_row tr:last-of-type td:last-of-type {
  border-right: 0px !important;
  border-image-slice: none;
}
table.mrg_btm15 {
  margin-bottom: 15px !important;
}
table.mrg_btm0 {
  margin-bottom: 0px !important;
}

@media print, screen and (max-width: 480px) {
  table.cemetery td img {
    width: 15px;
    display: block;
    margin: 0 auto 5px auto;
  }
  table.cemetery td img:last-of-type {
    margin-bottom: 0;
  }
}
/* table color  pink */
/* table color  yellow */
/* table color green */
/* table color orange */
/* table red */
/* table blue */
/* table row */
@media print, screen and (max-width: 480px) {
  table.cemetery tr:last-of-type td {
    border-right: 1px solid;
    -o-border-image: linear-gradient(180deg, #4d4d4d 93%, #fff 7%);
       border-image: linear-gradient(180deg, #4d4d4d 93%, #fff 7%);
    border-image-slice: 1;
  }
  table.cemetery tr td:last-of-type {
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(90deg, #4d4d4d 90%, #fff 10%);
       border-image: linear-gradient(90deg, #4d4d4d 90%, #fff 10%);
    border-image-slice: 1;
  }
  table.cemetery tr:last-of-type td:last-of-type {
    border-bottom: 0px !important;
    border-right: 0px !important;
    border-image-slice: none;
  }
}
/* adjust table margin  */
/* bikou */
ol.chui {
  counter-reset: number;
  list-style: none;
  font-size: 80%;
  margin: 0 0 10px 0;
  padding: 0;
}
ol.chui li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.6em;
  margin-left: 2.2em;
}

/*ol.chui li:before {
    display: marker;
    content: "※" counter(cnt);
    padding-right: 0.25em;
}*/
ul.setsubi {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul.setsubi li {
  padding: 0 10px 0 0;
  font-size: 90%;
}
ul.setsubi li img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media print, screen and (max-width: 480px) {
  ul.setsubi {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  ul.setsubi li {
    width: 40%;
    padding: 0 10px 0 0;
    font-size: 90%;
  }
  ul.setsubi li img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
/* 横向き用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  /* bikou */
  ul.setsubi li img {
    width: 20px;
    margin-right: 5px;
  }
}
/* ～SP用768px（SP）
---------------------------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  /* Table Set
  ------------------------------*/
  table.cemetery {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 0;
    width: 100%;
    font-size: inherit;
    font-size: 70%;
    margin: 0 0 10px 0;
  }
  table.cemetery th,
  table.cemetery td {
    padding: 5px 5px;
    vertical-align: middle;
    text-align: center;
  }
  .large {
    font-size: inherit;
  }
  /* bikou */
  ol.chui,
  ul.setsubi li {
    font-size: 72%;
  }
}
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  .br--sp {
    display: none;
  }
  .br--pc {
    display: block;
  }
  /* header
  ------------------------------*/
  #hd-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
  }
  #logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: normal;
    background: none;
  }
  #logo img {
    width: 250px;
    height: auto;
  }
  #hd-nav nav {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    background: none;
  }
  #hd-nav nav ul {
    display: flex;
    justify-content: space-between;
  }
  /* add css  */
  #header.scroll {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    animation-name: anime;
    animation-duration: 0.3s;
  }
  @keyframes anime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* bikou */
  .cemetery_biko {
    display: flex;
    justify-content: space-between;
  }
  ol.chui {
    margin-right: 15px;
    margin-bottom: 0;
  }
  /* adjust table margin  */
  table.mrg_btm15 {
    margin-bottom: 20px !important;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* header

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
/* 横向き用
---------------------------------------------------------------------*/
/* SP用～767px（SP）
---------------------------------------------------------------------*/
/* SP・TAB用～1023px（SP/TAB）
---------------------------------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
  }
  #logo img {
    display: block;
    margin: 0 auto;
    width: 40%;
    min-width: 150px;
    max-width: 270px;
    height: auto;
  }
  #hd-nav {
    display: block;
  }
  #header nav {
    display: block;
  }
  #header nav ul {
    display: block;
    background: rgba(92, 181, 49, 0.4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #header nav li {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    vertical-align: bottom;
    line-height: 1.8;
  }
  #header nav li:first-of-type:after {
    position: absolute;
    content: "";
    display: block;
    height: 60%;
    width: 1px;
    right: 0;
    top: 20%;
    background: #4d4d4d;
  }
  #header nav li a {
    display: block;
  }
  /* header tel */
  .hd_tel,
  .hd_form {
    display: none;
  }
  /* header form */
}
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  header {
    position: absolute;
    width: 100%;
    display: block;
    min-height: 100px;
    padding-left: 20px;
    height: auto;
  }
  #logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0px;
  }
  #logo img {
    min-width: inherit;
    height: auto;
  }
  #header nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 100px;
  }
  #header nav ul {
    display: inline-block;
  }
  #header nav li {
    display: inline-block;
    margin-right: 0;
    padding: 0;
    font-size: 1.6rem;
    padding-right: 14px;
    font-weight: bold;
    postition: relative;
    position: relative;
    line-height: 1;
  }
  #header nav li:first-of-type {
    border-right: 2px #4d4d4d solid;
  }
  #header nav li:nth-child(2) {
    padding-left: 18px;
  }
  #header nav li a {
    color: #4d4d4d;
    transition: 0.3s;
  }
  #header nav li a:hover {
    opacity: 0.8;
  }
  /* header tel */
  .hd_tel {
    position: relative;
    display: block;
    background: #fff;
    min-height: 100px;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hd_tel p {
    color: #94ba1e;
    font-weight: 700;
    display: block;
    font-size: 3.2rem;
    letter-spacing: 0px;
    line-height: 1;
  }
  .hd_tel p span:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hd_tel p span:nth-of-type(1)::before {
    content: "";
    display: block;
    margin-top: 2px;
    width: 46px;
    height: 26px;
    background: url("../img/header/icn_freedial.svg") no-repeat top left;
    background-size: contain;
  }
  .hd_tel p span:nth-of-type(2) {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal;
    color: #4d4d4d;
  }
  .hd_tel .pds:before {
    content: "";
    width: 0;
    height: 0;
    margin-left: -0.3em;
  }
  .hd_tel .pds:after {
    content: "";
    dispaly: block;
    width: 0;
    height: 0;
    margin-right: -0.2em;
  }
  /* header form */
  .hd_form {
    min-height: 100px;
    width: 220px;
    color: #fff;
    background: #5cb531;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    transition: 0.3s;
  }
  .hd_form span {
    display: block;
    padding-left: 40px;
    background: url("../img/nav/icon_mail.svg") no-repeat;
    background-size: 30px;
  }
  .hd_form:hover {
    opacity: 0.8;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  header {
    position: absolute;
    width: 100%;
    display: block;
    min-height: 100px;
    padding-left: 20px;
    height: auto;
  }
  #logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0px;
  }
  #logo img {
    min-width: 250px;
    height: auto;
  }
  #header nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 100px;
  }
  #header nav ul {
    display: inline-block;
  }
  #header nav li {
    display: inline-block;
    margin-right: 0;
    padding: 0;
    font-size: 1.8rem;
    padding-right: 18px;
    font-weight: bold;
    postition: relative;
    position: relative;
    line-height: 1;
  }
  #header nav li:first-of-type {
    border-right: 2px #4d4d4d solid;
  }
  #header nav li:nth-child(2) {
    padding-left: 18px;
  }
  #header nav li a {
    color: #4d4d4d;
  }
  /* header tel */
  .hd_tel {
    position: relative;
    display: block;
    background: #fff;
    min-height: 100px;
    width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hd_tel p {
    color: #94ba1e;
    font-weight: 700;
    display: block;
    font-size: 3.8rem;
    letter-spacing: 0px;
    line-height: 1;
  }
  .hd_tel p span:nth-of-type(1)::before {
    content: "";
    display: block;
    margin-top: 3px;
    width: 53px;
    height: 30px;
    background: url("../img/header/icn_freedial.svg") no-repeat top left;
    background-size: contain;
  }
  .hd_tel p span:nth-of-type(2) {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0;
  }
  /* header form */
  .hd_form {
    min-height: 100px;
    width: 290px;
    color: #fff;
    background: #5cb531;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }
  .hd_form span {
    display: block;
    padding-left: 40px;
    background: url("../img/nav/icon_mail.svg") no-repeat;
    background-size: 30px;
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------------

* Mainv

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
/* SP・TAB用～1023px（SP/TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #mainv {
    background: url("../img/mainv/main_bg_pc.jpg") no-repeat center;
    background-size: cover;
    height: 96vh;
    max-height: 1050px;
    position: relative;
  }
  #mainv h2 {
    width: 80%;
    position: absolute;
    top: 150px;
    left: 10%;
  }
  .mainv_circle {
    position: absolute;
    bottom: 100px;
    left: 30px;
    width: 200px !important;
    max-width: 200px !important;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  #mainv {
    background: url("../img/mainv/main_bg_sp.jpg") no-repeat bottom center;
    background-size: cover;
    height: 80vh;
    max-height: 700px;
    min-height: 600px;
    position: relative;
  }
  #mainv h2 {
    /*top:calc(20% + 20px);*/
    width: 80%;
    position: absolute;
    top: 150px;
    left: 10%;
  }
  .mainv_circle {
    position: absolute;
    bottom: 110px;
    left: 10px;
    width: 125px !important;
    max-width: 125px !important;
    height: auto;
  }
}
@media print, screen and (max-width: 480px) {
  #mainv {
    background: url("../img/mainv/main_bg_sp.jpg") no-repeat center -30px;
    background-size: cover;
    width: 100%;
    max-height: 600px;
    min-height: 300px;
    height: 80vh;
    position: relative;
  }
  #mainv h2 {
    position: absolute;
    top: 24%;
  }
}
/* 横向き用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  #mainv {
    background: url("../img/mainv/main_bg_pc.jpg") no-repeat center;
    background-size: cover;
    height: 96vh;
    max-height: 1050px;
    position: relative;
  }
  #mainv h2 {
    width: 886px;
    position: absolute;
    top: 150px;
    left: calc(50% - 443px);
  }
  .mainv_circle {
    position: absolute;
    bottom: 100px;
    left: 100px;
    width: 260px !important;
    max-width: 260px !important;
    height: auto;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* Main(container)

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
main {
  position: relative;
  z-index: 100;
  display: block;
  height: 100%;
  background: url("../img/mainv/mainv_msk.svg") top center no-repeat;
  background-size: 220%;
  margin-top: -100px;
  padding-top: 30px;
}

.page_title > div > h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.page_title_img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 188px;
  padding-bottom: 20px !important;
}

.page_title {
  margin-bottom: 50px;
  background: #fff;
}
.page_title > div > h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  background: linear-gradient(90deg, rgb(92, 181, 49) 0%, rgb(86, 176, 50) 17.62%, rgb(68, 163, 53) 42.03%, rgb(38, 140, 57) 70.4%, rgb(0, 111, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5CB531", endColorstr="#006F3F", GradientType=1);
}

.page_title_cap {
  font-size: 1.4rem;
}

.page_title > div {
  padding: 0 20px;
  text-align: center;
}

.layout_std {
  margin: 0 auto 50px auto;
  max-width: 960px;
  padding: 0 10px;
}
.layout_std:last-of-type {
  margin-bottom: 0;
}

/* SP・TAB用～1023px（SP/TAB）
---------------------------------------------------------------------*/
/* 横向き用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .page_title {
    background: none;
  }
  .page_title > div > p {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  main {
    padding-top: 40px;
  }
  .page_title {
    margin-bottom: 100px;
  }
  .page_title > div {
    padding: 0 20px;
    text-align: center;
  }
  .page_title > div > h3 {
    font-size: 6.4rem;
    padding-bottom: 25px;
  }
  .page_title > div > h3:after {
    content: "";
    display: block;
    width: 200px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
  }
  .page_title > div > p {
    font-size: 2.4rem;
  }
  .page_title_img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 379px;
    padding-bottom: 30px !important;
  }
  .layout_std {
    margin: 0 auto 90px auto;
    max-width: 960px;
    padding: 0;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* jyumokusou

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
/* outline */
.outline {
  text-align: left;
  margin-bottom: 40px;
}
.outline h4 {
  color: #5cb531;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.outline h4 > span {
  color: #5cb531;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.6rem;
}
.outline h4:after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
  background: linear-gradient(90deg, rgb(92, 181, 49) 0%, rgb(86, 176, 50) 17.62%, rgb(68, 163, 53) 42.03%, rgb(38, 140, 57) 70.4%, rgb(0, 111, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5CB531", endColorstr="#006F3F", GradientType=1);
}

.outline_img {
  display: block;
  height: auto;
  /* margin:0 auto 25px auto; */
  margin: 40px auto 20px auto;
}
.outline_img + span {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 25px;
}
.outline_img.top_img {
  margin-bottom: 5px;
}

/* price info */
.price_info {
  margin: 20px 0;
  font-size: 1.5rem;
}
.price_info > div {
  min-height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
.price_info > div .mrg_adjust:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -0.7em;
}
.price_info > div > p {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_info > div > p > span {
  display: inline;
  color: #a81818;
  border: 2px #a81818 solid;
  border-radius: 7px;
  min-height: 40px;
  text-align: center;
  padding: 0.5em 1em;
  width: calc(33.3333333333% - 12px);
  font-weight: bold;
  position: relative;
}
.price_info > div > p > span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/yasaka/price/plus.svg") no-repeat;
  position: absolute;
  right: -16px;
  top: calc(50% - 5px);
}

.price_info_single {
  justify-content: flex-start !important;
}
.price_info_single > span {
  width: 42% !important;
  min-width: 150px;
  margin-right: 0.5rem;
}

.price_info > div > p > span:last-of-type:before {
  content: "";
  width: 0;
  height: 0;
  background: none;
  position: inherit;
  right: inherit;
  top: inherit;
}
.price_info + p {
  font-size: 1.4rem;
}

/* kukakuzu_img */
.kukakuzu_img01 {
  width: 98%;
  max-width: 701px;
  margin: 30px auto 0 auto;
}

/* img 2 column */
ul.img_2clm {
  margin: 30px 0 0;
}
ul.img_2clm li {
  display: block;
}
ul.img_2clm li:first-of-type {
  margin-bottom: 15px;
}
ul.img_2clm img {
  border-radius: 15px;
}
ul.img_2clm + p {
  margin-top: 15px;
}

/* 横向き用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .outline > p {
    margin-left: auto;
    margin-right: auto;
  }
  /* img 2 column */
  ul.img_2clm {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  ul.img_2clm li {
    width: calc(50% - 10px);
    display: block;
    margin-bottom: 0 !important;
  }
}
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  /* outline */
  .outline {
    margin-bottom: 70px;
  }
  .outline h4 {
    font-size: 4rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .outline h4 > span {
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
  }
  .outline h4:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
  }
  .outline > p {
    font-size: 1.8rem;
  }
  .outline > p.wide_max {
    max-width: inherit;
  }
  .outline_img {
    /* margin:0 auto 25px auto; */
    margin: 40px auto 40px auto;
  }
  .outline_img + span {
    display: block;
    font-size: 1.3rem;
    text-align: right;
    margin-bottom: 35px;
  }
  .outline_img + p {
    text-align: center;
  }
  /* price info */
  .price_info {
    margin: 40px 0 30px 0;
    font-size: 2.4rem;
  }
  .price_info > div {
    min-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
  }
  .price_info > div > p > span {
    display: inline;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    min-height: 60px;
    text-align: center;
    padding: 0;
    width: 33.3333333333%;
    min-width: 150px;
    margin-right: 45px;
    font-weight: bold;
    position: relative;
  }
  .price_info > div > p > span:last-of-type {
    margin-right: 0.5rem;
  }
  .price_info > div > p > span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/yasaka/price/plus.svg") no-repeat;
    position: absolute;
    right: -36px;
    top: calc(50% - 12px);
  }
  .price_info_single > span {
    width: 200px !important;
  }
  .price_info + p {
    font-size: 2.1rem;
    letter-spacing: -0.1em;
  }
  /* kukakuzu_img */
  .kukakuzu_img01 {
    max-width: 701px;
    margin: 50px auto 0 auto;
  }
  /* img 2 column */
  ul.img_2clm {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 0;
  }
  ul.img_2clm li {
    width: calc(50% - 30px);
    display: block;
    margin-bottom: 0 !important;
  }
  ul.img_2clm li:first-of-type {
    margin-bottom: 15px;
  }
  ul.img_2clm img {
    border-radius: 20px;
  }
  ul.img_2clm + p {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* yasaka

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
.h5_bld {
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.h5_bld:after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
  background: linear-gradient(90deg, rgb(92, 181, 49) 0%, rgb(86, 176, 50) 17.62%, rgb(68, 163, 53) 42.03%, rgb(38, 140, 57) 70.4%, rgb(0, 111, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5CB531", endColorstr="#006F3F", GradientType=1);
}

/* price
---------------------------*/
.price {
  margin-bottom: 50px;
}

.price_inr {
  margin-top: 35px;
}
.price_inr:first-of-type {
  margin-top: 0;
}
.price_inr:nth-of-type(2) {
  margin-top: 20px;
}

h6.tb_title {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px #ccc solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.table_name {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

.price_img {
  margin-bottom: 5px;
}
.price_img + span {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

/* location
---------------------------*/
.location {
  margin-bottom: 50px;
}

.loc_lst {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 6px;
}
.loc_lst li {
  width: calc(50% - 3px);
}
.loc_lst li:nth-child(3), .loc_lst li:nth-child(4) {
  margin-top: 15px;
}
.loc_lst li > span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 7px;
}
.loc_lst li > span:before {
  display: block;
  content: "";
  background: #5cb531;
  height: 2px;
  width: 10px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.location > p {
  font-size: 1.4rem;
}

/* Access
---------------------------*/
.h6_bld {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 7px;
}
.h6_bld:before {
  display: block;
  content: "";
  background: #5cb531;
  height: 2px;
  width: 10px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.access_inr > address {
  margin-top: 20px;
}
.access_inr > address > div {
  margin-top: 15px;
}
.access_inr > address > div:first-of-type {
  margin-top: 0;
}
.access_inr > address p,
.access_inr > address ul li {
  font-size: 1.4rem;
}

.ac_tel > span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5cb531;
}

.access #gmap iframe {
  width: 100%;
  height: 60vh;
  min-height: 280px;
  max-height: 350px;
}

/* 横向き用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  /* Access
  ---------------------------*/
  .access_inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .access_inr > address {
    margin-top: 0;
    margin-right: 15px;
    width: 50%;
  }
  .access_inr > address > div {
    margin-top: 30px;
  }
  .access_inr > address > div:first-of-type {
    margin-top: 0;
  }
  .ac_tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .access #gmap {
    width: 50%;
  }
  .access #gmap iframe {
    width: 100%;
    height: 60vh;
    min-height: 280px;
    max-height: 400px;
  }
}
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  .h5_bld {
    font-size: 3.2rem;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .h5_bld:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
  }
  /* price
  ---------------------------*/
  .price {
    margin-bottom: 70px;
  }
  .price_inr {
    margin-top: 40px;
  }
  .price_inr:nth-of-type(2) {
    margin-top: 40px;
  }
  h6.tb_title {
    font-size: 3.2rem;
    border-bottom: 1px #ccc solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .table_name {
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
  }
  .price_img + span {
    display: block;
    font-size: 1.3rem;
    text-align: right;
  }
  /* location
  ---------------------------*/
  .location {
    margin-bottom: 40px;
  }
  .location + .location {
    margin-bottom: 70px;
  }
  .loc_lst {
    margin-bottom: 15px;
  }
  .loc_lst li {
    width: calc((100% - 18px) / 4);
  }
  .loc_lst li:nth-child(3), .loc_lst li:nth-child(4) {
    margin-top: 0;
  }
  .loc_lst li > span {
    font-size: 1.5rem;
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 2rem;
  }
  .loc_lst li > span:before {
    height: 4px;
    width: 20px;
    top: calc(50% - 2px);
  }
  .location > p {
    font-size: 1.8rem;
    text-align: right;
  }
  /* Access
  ---------------------------*/
  .h6_bld {
    font-size: 1.5rem;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .h6_bld:before {
    height: 4px;
    width: 20px;
    top: calc(50% - 2px);
  }
  .access_inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .access_inr > address {
    margin-top: 0;
    margin-right: 20px;
    width: 50%;
  }
  .access_inr > address > div {
    margin-top: 30px;
  }
  .access_inr > address > div:first-of-type {
    margin-top: 0;
  }
  .access_inr > address p,
  .access_inr > address ul li {
    font-size: 1.8rem;
  }
  .ac_tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ac_tel > span {
    font-size: 2.8rem;
    font-weight: bold;
    color: #5cb531;
    display: inline;
    line-height: 1.2;
    margin-left: 5px;
  }
  .access #gmap {
    width: 50%;
  }
  .access #gmap iframe {
    width: 100%;
    height: 60vh;
    min-height: 280px;
    max-height: 400px;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* Contact btm

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
.contact_btm {
  padding: 0 10px;
  margin: 50px 0;
}
.contact_btm > div:last-of-type {
  margin-top: 30px;
}
.contact_btm h4 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

.btn_std {
  display: block;
  position: relative;
  background: #5cb531;
  color: #fff;
  width: 85%;
  max-width: 300px;
  min-height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.3s;
}
.btn_std:hover {
  opacity: 0.8;
}

.btn_std_col2 {
  background: #006f3f !important;
}

.btn_std:after {
  content: "";
  /* width: ; */
  height: 0;
  border-left: 8px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}

.contact_btm > div > p {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
.contact_btm > div > span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

/* 横向き用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  .contact_btm {
    padding: 0 10px;
    margin: 100px 0;
  }
  .contact_btm > div:last-of-type {
    margin-top: 60px;
  }
  .contact_btm h4 {
    font-size: 2.4rem;
  }
  .btn_std {
    min-width: 480px;
    min-height: 80px;
    font-size: 2.4rem;
  }
  .btn_std:after {
    content: "";
    /* width: ; */
    height: 0;
    border-left: 9px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
  }
  .contact_btm > div > p {
    font-size: 3.2rem;
  }
  .contact_btm > div > span {
    font-size: 1.8rem;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* Footer

------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/
footer {
  display: block;
  position: relative;
  padding-bottom: 70px;
  background: rgba(96, 146, 113, 0.1);
}
footer > div.footer_inr {
  position: relative;
  text-align: center;
  padding: 20px;
}
footer .ftlogo {
  width: 190px;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
}
footer .addr {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-weight: 500;
  display: block;
  margin-bottom: 0px;
}
footer p {
  font-size: 1.4rem;
}
footer .tel_st {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 15px;
  color: #111;
}
footer .tel_st span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #111;
}
footer .fax_st {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.fax_st span {
  font-size: 2.4rem;
  font-weight: 500;
}

.footer_nav {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
  color: #111;
}

.btn_gray {
  display: block;
  background: #4d4d4d;
  border-radius: 5px;
  color: #fff;
  max-width: 240px;
  width: 80%;
  min-height: 45px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.btn_gray:after {
  content: "";
  /* width: ; */
  height: 0;
  border-left: 8px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}
.btn_gray:hover {
  opacity: 0.8;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0;
  line-height: 1.3;
  background: #fff;
}

/* returnTop */
#returnTop {
  display: block;
  width: 78px;
  height: 17px;
  background: url("../img/footer/return_top.svg") no-repeat;
  z-index: 999;
  position: fixed;
  bottom: 80px;
  right: 20px;
  cursor: pointer;
  display: none;
  transition: 0.3s;
}
#returnTop:hover {
  opacity: 0.8;
}

.returnTop_on {
  display: block !important;
}

.return_top_abs {
  position: absolute !important;
  top: -20px !important;
  right: 20px !important;
  bottom: inherit !important;
}

/*
*fixedbanner
--------------------------------------------------*/
.fixedbanner {
  box-sizing: border-box;
  width: 100%;
  z-index: 999;
  position: fixed;
  bottom: 0;
  height: 70px;
  display: none;
}

.scroll_btmv_on {
  display: block;
}

.fixedbanner nav {
  box-sizing: border-box;
  display: block;
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: 70px;
}
.fixedbanner nav > a {
  box-sizing: border-box;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50%;
  position: relative;
  padding: 15px 10px;
  font-size: 1.8rem;
  height: 70px;
}
.fixedbanner nav a span {
  box-sizing: border-box;
  display: block;
  padding-left: 25px !important;
  line-height: 1.4;
}
.fixedbanner .ic_tel {
  background: #ec6c00;
}
.fixedbanner .ic_tel > span {
  background: url("../img/footer/fixedbuttons/icn_tel.svg") no-repeat left;
  background-size: 20px;
}
.fixedbanner .ic_frm {
  background: #5cb531;
}
.fixedbanner .ic_frm > span {
  background: url("../img/footer/fixedbuttons/icn_mail.svg") no-repeat left;
  background-size: 20px;
}
.fixedbanner nav > a:last-of-type {
  border: none;
}
.fixedbanner.remove {
  opacity: 0;
  pointer-events: none;
}

/* 横向き用
---------------------------------------------------------------------*/
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  footer {
    position: relative;
    padding-bottom: 0;
  }
  footer > div.footer_inr {
    text-align: left;
    position: relative;
    padding: 40px 0;
  }
  footer .ftlogo {
    display: block;
    width: 275px;
    margin: 0 auto 20px auto;
  }
  footer .addr {
    font-size: 1.6rem;
  }
  footer .tel_st {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .btn_gray {
    max-width: 320px;
    min-height: 50px;
    font-size: 1.8rem;
  }
  .copy {
    font-size: 1.4rem;
    color: #111;
  }
  /* returnTop */
  #returnTop {
    display: block;
    width: 78px;
    height: 17px;
    background: url("../img/footer/return_top.svg") no-repeat;
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 40px;
    cursor: pointer;
  }
  .return_top_abs {
    position: absolute !important;
    top: -20px !important;
    right: 40px !important;
    bottom: inherit !important;
  }
  .fixedbanner {
    display: none;
  }
}
/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  footer {
    padding-bottom: 0;
  }
  footer > div.footer_inr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .copy {
    right: 0;
    font-size: 1.4rem;
    color: #111;
  }
}
/*
Add 2023.8.10
2024.5.30追加
*/
h6.komadori_ajudst {
  margin-bottom: 5px;
  padding-bottom: 20px;
}
h6.komadori_ajudst + p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
h6.komadori_ajudst + p + div {
  margin-bottom: 20px;
}
h6.komadori_ajudst + img {
  margin-top: 20px;
}

h6.uguisu_ajudst {
  margin-bottom: 5px;
  margin-top: 40px;
  padding-bottom: 20px;
}
h6.uguisu_ajudst + p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
h6.uguisu_ajudst + p + div {
  margin-bottom: 20px;
}
h6.uguisu_ajudst + img {
  margin-top: 20px;
}

h6.kawasemi_ajudst {
  margin-bottom: 5px;
  margin-top: 40px;
  padding-bottom: 20px;
}
h6.kawasemi_ajudst + p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
h6.kawasemi_ajudst + p + div {
  margin-bottom: 20px;
}
h6.kawasemi_ajudst + img {
  margin-top: 20px;
}

.kome {
  margin-top: 20px;
}

@media print, screen and (min-width: 1024px) {
  h6.kawasemi_ajudst + p {
    text-align: center;
    font-size: 2.4rem;
  }
  h6.kawasemi_ajudst {
    padding-bottom: 15px;
  }
  h6.uguisu_ajudst {
    margin-top: 70px;
    padding-bottom: 15px;
  }
  h6.kawasemi_ajudst {
    margin-top: 70px;
    padding-bottom: 15px;
  }
  .kome {
    margin-top: 30px;
  }
}