@charset "utf-8";

:root {
  --main-color: #0099d0;
  --sub-color: #d9f1f9;
  --btn-color1: #0097b2;
  --btn-color2: #7ed957;
  --btn-color3: #ff9e44;
  --btn-color4: #ffde59;
}
/*--------------------------------------------------------------
html
--------------------------------------------------------------*/


/*--------------------------------------------------------------
body
--------------------------------------------------------------*/

body {
  font-family: "Zen Kaku Gothic New" , "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14pt;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

* {box-sizing:border-box;}
article,aside,footer,header,nav,section {
  display: block;
}
figcaption,figure,main,section {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  word-break: break-all;
  text-decoration: none;
}
a:active,a:hover {
  outline-width: 0;
}
a:hover {
  opacity: 0.5;
}
b,strong {
  font-weight: inherit;
  font-weight: 600;
}
small {
  font-size: 80%;
}
audio,video {
  display: inline-block;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
.main-color {
  color: var(--main-color);
}
.sub-color {
  color: var(--sub-color);
}
p {
  margin-bottom: 1em;
}
.main-container {
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
}
.btn_type01 {
  border-radius: 10px;
  padding: 10px;
  min-width: 250px;
  font-weight: bold;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
}
/* header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-top {
  padding: 12px 0;
  background-color: #fff;
}
.header-top-container {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #222;
}
.header-title {
  font-size: 19.5pt;
  font-weight: bold;
  line-height: 1.3;
}
.header-title span {
  display: block;
  font-size: 10.5pt;
  font-weight: normal;
}
.header-logo {
  height: 60px;
  width: auto;
}
.header-bottom {
  background-color: rgba(7,106,179,0.8);
}

.header-menu {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #fff;
}
.header-menu li {
  flex-grow: 1;
  position: relative;
}
.header-menu > li.has-menu > a:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-arrow-down-white.png);
  width: 12px;
  height: 20px;
  background-size: cover;
  background-position: center;
  vertical-align: bottom;
  margin-left: 5px;
}
.header-menu a {
  color: #fff;
  display: block;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 11.5pt;
  font-weight: bold;
  line-height: 17pt;
  padding: 8px 3px;
}
.sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(7,106,179,0.8);
  min-width: 100%;
  padding: 5px 0;
}
.header-menu .sub-menu a {
  border: none;
  padding: 3px;
  white-space: nowrap;
}
.header-menu .sub-menu li a {
  border-top:  1px dotted; #fff;
  text-align: left;
  padding: 8px 15px;
  font-weight: 300px;
}
li:hover .sub-menu {
  display: block;
}
/* kv */
.kv {
  margin-top: 80px;
  position: relative;
}

.kv-img,
.kv-text,
.kv-btn {
  display: block;
  position: absolute;
}
.kv-img {
  right: 6%;
  bottom: 5.8%;
  width: 39.7%;
}
.kv-text {
  width: 49.56%;
  left: 4.83%;
  top: 23.5%;
}
.kv-btn {
  width: 444px;
  left: 6.589%;
  top: 70.7%;
  color: #fff;
  padding: 24px 10px;
  line-height: 1;
  border: 3px solid #fff;
  background: linear-gradient(to right, var(--btn-color1),  var(--btn-color2));
  border-radius: 45px;
  font-size: 23pt;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
a.kv-btn:hover {
  text-decoration: none;
  opacity: 0.5;
  color: #fff;
}

/* sitemap */
.sitemap {
  padding: 72px 0;
}
.sitemap-row {
  display: flex;
  justify-content: space-around;
}
.sitemap-row img {
  display: block;
  background-color: #D8F1F9;
  width: 165px;
  height: 165px;
  border-radius: 83px;
  margin: 0 auto 10px;
}
.sitemap-row li a {
  display: block;
  text-align: center;
  font-size: 17pt;
  font-weight: bold;
  color: var(--main-color);
}
.sitemap-row li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* footer */
.footer-upper {
  color: #fff;
  padding: 50px 0 25px;
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: right top;
}
.footer-top {
  border-bottom: 1px solid #fff;
}
.footer-kanagawakensho {
  display: block;
  border-radius: 25px;
  padding: 33px 35px;
  background-color: #fff;
  margin-bottom: 32px;
}
.footer-btn {
  text-align: center;
  font-size: 18.1pt;
  color: #fff;
  font-weight: bold;
}
.footer-btn a {
  width: 720px;
  display: block;
  color: #fff;
  padding: 21px 10px;
  line-height: 1;
  border: 3px solid #fff;
  background: linear-gradient(to right, var(--btn-color3),  var(--btn-color4));
  border-radius: 43px;
  font-size: 22pt;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  margin: 10px auto 50px;
}
.footer-btn a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: #fff;
}
.footer-bottom {
  padding-top: 40px;
  text-align: center;
}
.footer-bottom h2 {
  font-size: 17pt;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}
#page-top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 35px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  background-color: rgba(7,106,179,0.8);  
}
#page-top a {
  color: #fff;
}
footer p {
  margin-bottom: 0;
}
.footer-lower {
  background: #d8f1f9;
  padding: 40px 0;
}
.footer-lower-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-lower-l {
  width: 200px;
  height: auto;
}
.footer-lower-r {
  width: auto;
  font-size: 1rem;
}
.footer-lower-r ul {
  display: flex;
  margin-top: 0.5em;
  gap: 0 20px;
}
.footer-lower-r ul a {
  text-decoration: underline;
  color: #0099d0;
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 999px){
}
@media screen and (max-width: 749px){
}
@media screen and (max-width: 620px){
.footer-lower-r ul {
  justify-content: center;
}
}
/* sp */

.menu-btn {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: bold;
  font-size: 14px;
  width: 48px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
}
.menu-btn:after {
  content: "MENU";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
html.menu-open .menu-btn {
  color: #fff;
  background-color:var(--main-color);
}
html.menu-open .menu-btn:after {
  content: "CLOSE";
  letter-spacing: -1px;
}
.menu-btn:hover {
  opacity: 0.5;
}
@media screen and (min-width: 992px){
  .header-bottom {
    display: block !important;
  }
}
@media screen and (max-width: 991px){
  .header-bottom {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .header-menu {
    padding: 5px;
    flex-wrap: wrap;
    border: none;
    width: 300px;
    margin: 0 auto;
  }
  .header-menu a {
    border: none;
    padding: 3px;
    text-align: left;
  }
  .header-menu > li {
    width: 100%;
    padding: 3px 0;
  }
  .header-menu > li + li {
    border-top: 0.5px solid #ffffff88;
  }
  .header-menu > li.has-menu > a:after {
  }
  .sub-menu {
    position: relative;
    background-color: inherit;
    padding: 0 0 5px 15px;
  }
  .header-logo {
    height: 40px;
  }
  .header-title {
    font-size: 15pt
  }
  .header-title span {
    font-size: 8pt;
  }

  .kv {
    margin-top: 64px;
  }
  .kv-btn {
    width: 360px;
    left: 6.589%;
    top: 70.7%;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 45px;
    font-size: 18pt;
    line-height: 24pt;
  }

  .sitemap-row img {
    width: 120px;
    height: 120px;
  }
  .sitemap-row {
    flex-wrap: wrap;
    gap: 15px 25px;
    justify-content: center;
  }
  .sitemap-row li {
    width: 150px;
  }
  .sitemap-row li a {
    font-size: 12pt;
  }

  .footer-btn {
    font-size: 14pt;
  }
  .footer-btn a {
    width: 500px;
    padding: 10px;
    border: 2px solid #fff;
    font-size: 15pt;
    line-height: 18pt;
    margin: 10px auto 30px;
  }
}

@media screen and (max-width: 767px){
  body {
    font-size: 12pt;
  }
  .header-top-container {
    gap: 8px;
  }
  .header-title {
    font-size: 13pt;
  }
  .header-title span {
    font-size: 7pt;
  }
  .kv-img {
    right: 3%;
  }
  .kv-text {
    top: 6%;
  }
  .kv-btn {
    width: 240px;
    left: 3%;
    top: 55%;
    padding: 10px;
    border: 2px solid #fff;
    font-size: 14pt;
    line-height: 20pt;
  }

  .footer-btn {
    font-size: 12pt;
  }
  .footer-btn a {
    width: 450px;
    padding: 10px;
    border: 2px solid #fff;
    font-size: 13pt;
    line-height: 15pt;
    margin: 10px auto 20px;
  }
  .footer-bottom {
    padding-top: 20px;
  }
  .footer-bottom h2 {
    font-size: 13pt;
    margin-bottom: 1em;
  }
  .sitemap {
    padding: 48px 0;
  }
  .footer-upper,
  .footer-lower {
    padding: 40px 0 25px;
  }
}

@media screen and (max-width: 479px){
  .header-top-container {
    padding-right: 60px;
  }
  .header-top {
    padding: 6px 0;
  }
  .header-title {
    line-height: 1.1;
    font-size: 10pt;
  }
  .kv-btn {
    width: 170px;
    padding: 5px;
    font-size: 10pt;
    line-height: 15pt;
  }
  .footer-btn {
    font-size: 9pt;
  }
  .footer-btn a {
    width: 100%;
    padding: 5px;
    border: 2px solid #fff;
    font-size: 9pt;
    line-height: 15pt;
    margin: 10px auto 20px;
  }
  .sitemap {
    padding: 30px 0;
  }
  .sitemap-row li {
    width: 140px;
  }
  .sitemap-row li a {
    font-size: 10pt;
  }
  .sitemap-row {
    gap: 10px 20px;
  }
  .sitemap-row img {
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
  }
  .footer-upper,
  .footer-lower {
    padding: 25px 0;
  }
}

/* under content */
.internal-page {
  margin-top: 80px;
}
.internal-page-header {
  padding: 130px 10px 100px;
  background-color: var(--sub-color);
  color: var(--main-color);
  font-weight: bold;
}
.internal-page h1 {
  text-align: center;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #fff;
}
.internal-page-content {
  padding: 80px 0;
}
.internal-page-content > section + section {
  margin-top: 50px;
}
@media screen and (max-width: 767px){
  .internal-page-content > section + section {
    margin-top: 30px;
  }
}
/*h2*/
.internal-page-content h2 {
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0 10px  20px;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 1px;
  background: var(--main-color);
  background: linear-gradient(to right, var(--main-color), var(--sub-color));
}
.internal-page-content h2:after {
  content: "";
  width: 3px;
  height: 85%;
  background-color: #fff;
  position: absolute;
  left: 6px;
  top: 0;
}

/*h3*/
.internal-page-content h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0 10px  20px;
  margin-bottom: 15px;
  position: relative;
  background: #f7f7f7;
}
.internal-page-content h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: var(--main-color);
}
.internal-page-content h3 em {
  display: inline-block;
  margin: 0 5px;
  line-height: 100%;
  padding: 5px;
  background-color: #f9f1c1;
}

/*h4*/
.internal-page-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-left: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 15px;
  position: relative;
}
.internal-page-content h4:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  left: -6px;
  right: 0;
  bottom: -5px;
}
.internal-page-content h4::before {
    font-weight: 600;
    content: "▼";
    color: #fff;
    margin-right: 0.8em;
    font-size: 10px;
    background: var(--main-color);
    width: 20px !important;
    padding: 2px 3.5px;
    border-radius: 3px;
}

/*h5*/
.internal-page-content h5 {
  font-size: 17px;
  font-weight: 500;
  margin-left: -0.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 15px;
}
.internal-page-content h5:before {content: "【";margin-right: 0.5em;}
.internal-page-content h5:after {content: "】";margin-left: 0.5em;}
.internal-page-content h5:before,.internal-page-content h5:after {color: var(--main-color);}

/*h6*/
.internal-page-content h6 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.3em;
  margin-bottom: 15px;
  position: relative;
}
.internal-page-content h6:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "●";
  color: var(--main-color);
  font-size: 80%;
}
/*ul normal*/
.internal-page-content ul {
  padding:0 0 0 0em;
  margin:0 0 15px;
  list-style: none;
}
.internal-page-content ul > li {
  padding-left: 1.5em;
  position: relative;
} 
.internal-page-content ul > li:before { 
  content: "●";
  color: var(--main-color);
  font-weight: bold;
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 4px;
}
.internal-page-content ul > li a {
  text-decoration: underline;
  color: var(--main-color);
}

/*ul asterisk*/
.internal-page-content ul.asterisk_list > li {
  padding-left: 10px;
}
.internal-page-content ul.asterisk_list > li:before { 
  content: "*";
  font-size: 15px;
  color: #333;
  left: 0;
}

/*ol normal*/
.internal-page-content ol {
  font-size: 16px;
  list-style: decimal;
  padding: 0 0 0 25px;
  margin:0 0 15px;
  list-style-position:outside;
}
.internal-page-content ol > li a {
  text-decoration: underline;
  color: var(--main-color);
}

/*ol brackets*/
.internal-page-content ol.brackets > li {
  list-style-type:none;
  counter-increment: cnt1;
  text-indent: -1.8em;
}
.internal-page-content ol.brackets > li:before{
  display: marker;
  content: "(" counter(cnt1) ")";
  margin-right: 0.5em;
}

/*dl*/
.internal-page-content dl {
  padding: 0;
  margin:0 0 15px;
}
.internal-page-content dl > dt {
  font-weight: 600;
  padding-left: 1.3em;
  margin-bottom: 10px;
  position: relative;
  line-height: 135%;
  margin-top: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.internal-page-content dl > dt:first-child {
  margin-top: 0;
}
.internal-page-content dl > dt:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "●";
  color: var(--main-color);
  font-size: 80%;
}
.internal-page-content dl > dd {
  margin-left: 1.5em;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 145%;
}
.internal-page-content dl > dd a {
  text-decoration: underline;
  color: var(--main-color);
}
/*responsive*/
@media (max-width: 767px) { /* xs */
  .internal-page-content h1 {
    font-size: 23px;
    padding: 50px 30px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width:767px) and (max-width:1199px) { /* lg */
  .internal-page-content h1 {
    font-size: 25px;
    padding: 60px 30px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 991px){
  .internal-page {
    margin-top: 64px;
  }
}

/* voice */
.page-link {
  display: flex;
  margin-bottom: 1em;
  gap: 20px;
  justify-content: center;
}
.page-link a {
  display: block;
  border: 1px solid;
  text-align: center;
  width: 200px;
  padding: 10px;
  color: #222;
  font-weight: bold;
}
.page-link a:after {
  content: "▼";
}
@media screen and (max-width: 991px){
  .page-link {
    max-width: 450px;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  .page-link a {
    width: 45%;
  }
}
.qa-dl-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.qa-dl-row dl {
  width: 67%;
}
.qa-dl-row img {
  width: 30%;
  margin-bottom: 20px;
}

/* faq */
.internal-page-content dl.faq-dl {
  padding: 0;
  margin: 0;
}
.internal-page-content dl.faq-dl > dt {
  margin-bottom: 0;
  line-height: 135%;
  margin-top: 25px;
  border: 1px solid #ddd;
  padding: 10px 35px 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
}
.internal-page-content dl.faq-dl > dt:after {
  content: "▼";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 13px;
}
.internal-page-content dl.faq-dl > dt.open:after {
  content: "▲";
}
.internal-page-content dl.faq-dl > dt:before {
  display: none;
}
.internal-page-content dl.faq-dl > dt:first-child {
  margin-top: 0;
}
.internal-page-content dl.faq-dl > dd {
  display: none;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 145%;
  border: 1px solid #ddd;
  padding: 20px 25px 10px;
  margin-top: -10px;
  position: relative;
}


/* ------------------------------------------------------------------------------------
voice
------------------------------------------------------------------------------------ */

.page-link {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-link a {
  flex: 1;
  display: flex;        /* block から flex に変更 */
  align-items: center;  /* aタグの中身を上下中央にする */
  justify-content: center; /* aタグの中身を左右中央にする */
  border: 1px solid var(--main-color);
  background: var(--main-color);
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  width: 200px;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  min-height: 80px;
}
.page-link a:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-arrow-down-white.png);
  width: 12px;
  height: 20px;
  background-size: cover;
  background-position: center;
  vertical-align: bottom;
  margin-left: 10px;
}
.page-link + h2 {
  margin-top: 50px;
}

@media screen and (max-width: 991px){
  .page-link {
    max-width: 450px;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  .page-link a {
    flex:auto;
    width: 45%;
    font-size: 18px;
  }
}


/* ------------------------------------------------------------------------------------
internal-page-content table
------------------------------------------------------------------------------------ */

.internal-page-content table {
  font-size: 15px;
}
.internal-page-content table th,
.internal-page-content table td {
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid var(--main-color);
}
.internal-page-content table thead th {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-right-color: #fff;
}
.internal-page-content table thead tr:last-child > th:last-child {
  border-right-color: var(--main-color);
}
.internal-page-content table tbody th {
  background-color: var(--sub-color);
  color: var(--main-color);
  border-width: 1px;
  border-style: solid;
  border-color: var(--main-color) ;
  font-weight: 600;
}


/* ------------------------------------------------------------------------------------
internal-page-header
------------------------------------------------------------------------------------ */

.internal-page-header {
  background-image: url(../img/kv-bg.jpg);
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 991px) {
  .internal-page-header {
    padding: 60px 10px;
  }
}

/* ------------------------------------------------------------------------------------
.internal-page h1
------------------------------------------------------------------------------------ */

.internal-page h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 0px 3px #076ab3, -1px 0px 3px #076ab3, 0px 1px 5px #076ab3, 0px -1px 5px #076ab3,1px 0px 3px #076ab3, -1px 0px 3px #076ab3, 0px 1px 5px #076ab3, 0px -1px 5px #076ab3,1px 0px 3px #076ab3, -1px 0px 3px #076ab3, 0px 1px 5px #076ab3, 0px -1px 5px #076ab3;
}

@media screen and (max-width: 991px) {
  .internal-page h1 {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------------------------------------------
.internal-page-content h2
------------------------------------------------------------------------------------ */

.internal-page-content h2 {
  font-size: 22px;
}

/* ------------------------------------------------------------------------------------
.header-menu a
------------------------------------------------------------------------------------ */

.header-menu a {
  font-weight: 500;
}

/* ------------------------------------------------------------------------------------
.internal-page-content
------------------------------------------------------------------------------------ */

.main-container .internal-page-content {
  max-width: 85%;
  margin: 0 auto;
}

.internal-page-content {
  padding: 50px 0;
}

.internal-page-content > section > *:last-child {
  margin-bottom: 0!important;
}

.internal-page-content p {
  font-size: 16px;
  margin-bottom: 0.8em;
}
.internal-page-content p.asterisk { 
  padding-left: 1.5em;
  position: relative;
}
.internal-page-content p.asterisk:before { 
  content: "※"; 
  position: absolute;
  left: 0;
  top: 0;
}
.internal-page-content p em {
  font-style: normal;
  font-weight: 600;
  color: var(--main-color);
}
.internal-page-content ul {
  font-size: 16px;
}
.internal-page-content ul:not([class]) {
  text-align: left;
}

.internal-page-content p a,
.internal-page-content table a {
  text-decoration: underline;
  color: var(--main-color);
}

/* ------------------------------------------------------------------------------------
column
------------------------------------------------------------------------------------ */

/* 共通設定：親要素だけにflexを適用 */
[class^="column-"] {
  display: flex;
  gap: 30px;
  align-items: stretch; 
}
[class^="column-"] + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 20px;
}
/* 子要素（枠）の基本設定：中身は縦に並ぶようにする */
[class^="column-"] > .column-child {
  display: block; /* 中身を縦並び（通常通り）にする */
}

.column-91 > .column-child:nth-child(1) { flex: 9; }
.column-91 > .column-child:nth-child(2) { flex: 1; }

.column-82 > .column-child:nth-child(1) { flex: 8; }
.column-82 > .column-child:nth-child(2) { flex: 2; }

.column-73 > .column-child:nth-child(1) { flex: 7; }
.column-73 > .column-child:nth-child(2) { flex: 3; }

.column-64 > .column-child:nth-child(1) { flex: 6; }
.column-64 > .column-child:nth-child(2) { flex: 4; }

.column-55 > .column-child:nth-child(1) { flex: 5; }
.column-55 > .column-child:nth-child(2) { flex: 5; }

.column-46 > .column-child:nth-child(1) { flex: 4; }
.column-46 > .column-child:nth-child(2) { flex: 6; }

.column-37 > .column-child:nth-child(1) { flex: 3; }
.column-37 > .column-child:nth-child(2) { flex: 7; }

.column-28 > .column-child:nth-child(1) { flex: 2; }
.column-28 > .column-child:nth-child(2) { flex: 8; }

.column-19 > .column-child:nth-child(1) { flex: 1; }
.column-19 > .column-child:nth-child(2) { flex: 9; }


/* 1:1:1 (等分割) */
.column-3-equal > .column-child {
  flex: 1;
  align-items: stretch;
}

/* 1:2:1 (中央が広い) */
.column-121 > .column-child:nth-child(1) { flex: 1; }
.column-121 > .column-child:nth-child(2) { flex: 2; }
.column-121 > .column-child:nth-child(3) { flex: 1; }

/* 2:1:1 (左が広い) */
.column-211 > .column-child:nth-child(1) { flex: 2; }
.column-211 > .column-child:nth-child(2) { flex: 1; }
.column-211 > .column-child:nth-child(3) { flex: 1; }

/* 3:4:3 (より細かく指定する場合) */
.column-343 > .column-child:nth-child(1) { flex: 3; }
.column-343 > .column-child:nth-child(2) { flex: 4; }
.column-343 > .column-child:nth-child(3) { flex: 3; }

/*孫要素もストレッチ*/
.column-child.stretch {
  display: flex;
}

/*上下センター*/
.column-child.align-center {
  align-content: center;
}

@media screen and (max-width: 768px) {
  [class^="column-"] {
    flex-direction: column;
    gap: 15px;
  }
  [class^="column-"] > .column-child {
    flex: none !important;
    width: 100% !important;
  }
}

/* ------------------------------------------------------------------------------------
text-align
------------------------------------------------------------------------------------ */

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

.text-center {
  text-align: center;
}

/* ------------------------------------------------------------------------------------
img.icon-size
------------------------------------------------------------------------------------ */

img.icon-150x150 {
  width: 150px;
  height: 150px;
}

img.icon-200x200 {
  width: 200px;
  height: 200px;
}

/* ------------------------------------------------------------------------------------
figure
------------------------------------------------------------------------------------ */

figure:not([class]) {
  text-align: center;
  border: 2px solid var(--main-color);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

figure:not([class]) h3 {
  text-align: center;
  background-color: transparent;
  padding: 0 0 20px;
  color: var(--main-color);
  font-weight: 600;
  border-bottom: 2px dotted var(--main-color);
}
figure:not([class]) h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: var(--main-color);
  display: none;
}

figure:not([class]) figcaption p {
  text-align: left;
}


/* benefits */
body.benefits table {
  width: 100%;
}
body.benefits table.width-auto {
  width: auto;
}
body.benefits th {
  white-space: nowrap;
  width: 110px;
}
body.benefits table.width-auto th {
  width: auto;
}
.benefits .internal-page-content table {
  margin-bottom: 2em;
}
@media screen and (max-width: 991px){
  body.benefits th {
    width: 15%;
  }
}
/* benefits-detail */
body.benefits-detail table {
  width: 100%;
}
body.benefits-detail table.width-auto {
  width: auto;
}
body.benefits-detail th {
  white-space: nowrap;
  width: 200px;
}
body.benefits-detail table.width-auto th {
  width: auto;
}
.benefits-detail .internal-page-content table {
  margin-bottom: 2em;
}
@media screen and (min-width: 992px){
.benefits-detail .internal-page-content table th {
  white-space: nowrap;
}
}
@media screen and (max-width: 991px){
  body.benefits-detail th {
    width: 25%;
  }
}

