@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');







/*
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Old Mincho", serif;
  font-family: "Domine", serif;

	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c1d07;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 767px) {
  html {
    max-height: 100lvh;
    height: 100lvh;
    /*font-size: calc(1.282vw * 2) !important;*//*10px*/
  }
  body {
  }
}
@media screen and (max-width: 600px) {
  html {
    /*font-size: calc(1.667vw * 1.5);*//*10px*/
  }

}
@media screen and (max-width: 400px) {
  html {
    /*font-size: calc(2.5vw * 1);*//*10px*/
  }
}
@media screen and (max-width: 360px) {
  html {
    /*font-size: calc(2.7777vw * 1);*//*10px*/
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3c1d07;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #3c1d07;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
body > h1 {
  display: none;
}
header {
  position: relative;
  background: #FFF;
  height: 200px;
}
.sub header {
  height: 180px;
}
header .header_in {
  width: 1400px;
  margin: 0 auto;
}
header .header_in .header_top {
  display: flex;
  align-items: flex-end;
}
header .header_in .header_top h2 {
  width: 415px;
}
header .header_in .header_top .box_r {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .header_in .header_top .box_r .h_nav-size {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15px;
}
header .header_in .header_top .box_r .h_nav-size * {
  letter-spacing: .1em;
}
header .header_in .header_top .box_r .h_nav-size > ul {
  display: flex;
  margin-bottom: 10px;
}
header .header_in .header_top .box_r .h_nav-size > ul > li {
  /*font-size: 1.5rem;*/
  font-size: 15px;
}
header .header_in .header_top .box_r .h_nav-size > ul > li:not(:last-of-type) {
  margin-right: 1em;
}
header .header_in .header_top .box_r .h_nav-size > ul > li a {
  position: relative;
  padding-left: 1em;
}
header .header_in .header_top .box_r .h_nav-size > ul > li a::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: .5333em;
  height: .666em;
  background: #3c1d07;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: '';
}
header .header_in .header_top .box_r .h_nav-size > dl {
  display: flex;
  align-items: center;
}
header .header_in .header_top .box_r .h_nav-size > dl dt {
  /*font-size: 1.5rem;*/
  font-size: 15px;
  margin-right: .4em;
}
header .header_in .header_top .box_r .h_nav-size > dl dd ul {
  display: flex;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  border: solid 1px #3c1d07;
  border-radius: 1.2em;
  overflow: hidden;
}
header .header_in .header_top .box_r .h_nav-size > dl dd ul li:nth-of-type(1) {
  border-right: solid 1px #3c1d07;
}
header .header_in .header_top .box_r .h_nav-size > dl dd ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  padding: .2em .8em;
}
header .header_in .header_top .box_r .h_nav-size > dl dd ul li:hover span {
  background: #3c1d07;
  color: #FFF;
}
header .header_in .header_top .box_r .h_nav-size > dl dd ul li.is_active span {
  background: #887568;
  color: #FFF;
}
header .header_in .header_top .box_r .net_bank p {
  height: 75px;
}
header .header_in .header_top .box_r .net_bank p a {
  background: #d78b32;
  border: solid 1px #d78b32;
  border-top: none;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #FFF;
  height: 100%;
}
header .header_in .header_top .box_r .net_bank p a span {
  position: relative;
  display: block;
  padding-left: 2.8em;
  /*font-size: 2.1rem;*/
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
header .header_in .header_top .box_r .net_bank p a span::before {
  position: absolute;
  top: .2em;
  left: 0;
  width: calc(2.4761em * .9);
  height: calc(2.1904em * .9);
  background: url(../img/common/h_net-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
header .header_in .header_top .box_r .net_bank p a:hover {
  background: #FFF;
  color: #d78b32;
}
header .header_in .header_top .box_r .net_bank p a:hover span::before {
  background: url(../img/common/h_net-icon-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
header .header_in nav {
  padding-top: 30px;
}
header .header_in nav > ul {
  position: relative;
  display: flex;
  gap: 10px;
}
header .header_in nav > ul > li {
  width: 100%;
}
header .header_in nav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  background: #e2eac4;
  border-radius: 20px;
  /*font-size: 2.1rem;*/
  font-size: 18px;
  padding: 0 1em;
  white-space: nowrap;
}
header .header_in nav > ul > li > a:hover {
  opacity: 1.0;
  zoom: 1;
}
header .header_in nav > ul > li > a > span {
  position: relative;
  display: block;
  /*font-size: 2.1rem;*/
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .05em;
  padding-left: 3em;
}
header .header_in nav > ul > li > a > span::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 2.3809em;
  height: 2.4285em;
  background-size: cover !important;
  content: '';
}
header .header_in nav > ul > li:nth-of-type(1) > a > span::before {
  background: url(../img/common/nav_icon01.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(2) > a > span::before {
  background: url(../img/common/nav_icon02.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(3) > a > span::before {
  background: url(../img/common/nav_icon03.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(4) > a > span::before {
  background: url(../img/common/nav_icon04.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(5) > a > span::before {
  background: url(../img/common/nav_icon05.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(6) > a > span::before {
  background: url(../img/common/nav_icon06.svg) no-repeat center center;
}
header .header_in nav > ul > li.trigger.active::before {
	position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
	height: 100px;
  display: block;
  content: '';
}
header .header_in nav > ul > li:nth-of-type(3) > a:hover ,
header .header_in nav > ul > li:nth-of-type(4) > a:hover ,
header .header_in nav > ul > li:nth-of-type(5) > a:hover ,
header .header_in nav > ul > li:nth-of-type(6) > a:hover {
	background: rgba(83, 148 , 102 , 1);
  color: #FFF;
}
header .header_in nav > ul > li.trigger.active > a {
	background: rgba(83, 148 , 102 , 1);
  border-radius: 20px 20px 0 0;
  color: #FFF;
}
header .header_in nav > ul > li.trigger > a::before {
  position: absolute;
  bottom: -5px;
  kerning: 0;
  width: 100%;
  height: 0;
	background: rgba(83, 148 , 102 , 0);
  transition: .5s;
  content: '';
}
header .header_in nav > ul > li.trigger.active > a::before {
  height: 5px;
	background: rgba(83, 148 , 102 , 1);
  transition: .5s;
  content: '';
}
header .header_in nav > ul > li.trigger.active:nth-of-type(1) > a > span::before {
  background: url(../img/common/nav_icon01-reverse.svg) no-repeat center center;
}
header .header_in nav > ul > li.trigger.active:nth-of-type(2) > a > span::before {
  background: url(../img/common/nav_icon02-reverse.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(3) > a:hover > span::before {
  background: url(../img/common/nav_icon03-reverse.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(4) > a:hover > span::before {
  background: url(../img/common/nav_icon04-reverse.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(5) > a:hover > span::before {
  background: url(../img/common/nav_icon05-reverse.svg) no-repeat center center;
}
header .header_in nav > ul > li:nth-of-type(6) > a:hover > span::before {
  background: url(../img/common/nav_icon06-reverse.svg) no-repeat center center;
}
header .header_in nav > ul > li.trigger > a + .sub_menu {
	position: absolute;
	top: 70px;
	left: 0;
  z-index: 2;
	width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: none;
}
header .header_in nav > ul > li.trigger > a + .sub_menu .box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 15px;
	background: rgba(83, 148 , 102 , 1);
  /*font-size: 1.6rem;*/
  font-size: 16px;
}
header .header_in nav > ul > li.trigger > a + .sub_menu .box ul {
  display: flex;
  width: 1400px;
  column-gap: 10px;
}
header .header_in nav > ul > li.trigger > a + .sub_menu .box ul li a {
  display: block;
  border: solid 1px #FFF;
  border-radius: 5px;
  background: #FFF;
  /*font-size: 2.1rem;*/
  font-size: 18px;
  font-weight: 700;
  padding: .4em 2em;
  color: #539466;
}
header .header_in nav > ul > li.trigger > a + .sub_menu .box ul li.ls01 a::first-letter {
  letter-spacing: 1em;
}
header .header_in nav > ul > li.trigger > a + .sub_menu .box ul li a:hover {
  border: solid 1px #FFF;
  background: #539466;
  color: #FFF;
}
@media screen and (max-width: 1440px) {
  header .header_in {
    width: 100%;
  }
  header .header_in nav > ul > li > a {
    font-size: 17px;
  }
  header .header_in nav > ul > li > a > span {
    font-size: 17px;
    padding-left: 2em;
  }
  header .header_in nav > ul > li > a > span::before {
    width: calc(2.3809em * .8);
    height: calc(2.4285em * .8);
  }
}
@media screen and (max-width: 1140px) {
  header .header_in nav > ul > li > a {
    padding: 0 .5em;
  }
  header .header_in nav > ul > li > a > span {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1040px) {
  header {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .sub header {
    height: 80px;
  }
  header .header_in .header_top {
    display: flex;
    align-items: center;
  }
  header .header_in .header_top h2 {
    margin-left: 20px;
  }
  header .header_in .header_top .box_r {
    display: none;
  }
  header .header_in nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 16vw;
  }
  .sub header {
    height: 16vw;
  }
  header .header_in .header_top h2 {
    width: 60vw;
    margin-left: 4vw;
  }
  header .header_in .header_top .box_r {
    display: none;
  }
  header .header_in nav {
    display: none;
  }
}



/*footer*/
footer {
  background: #539466;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_in {
  display: flex;
  gap: 20px;
  width: 1440px;
  padding: 0 20px;
}
footer .footer_in section {
  flex: 1;
}
footer .footer_in section p {
  margin-bottom: 10px;
}
footer .footer_in section p a {
  display: block;
  padding: .4em 1em;
  border: solid 1px #FFF;
  color: #FFF;
  /*font-size: 1.8rem;*/
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
  border-radius: 1.5em;
  text-align: center;
}
footer .footer_in section p a:hover {
  border: solid 1px #FFF;
  color: #539466;
  background: #FFF;
}
footer .footer_in section ul {
  font-size: 14px;
  padding-left: .5em;
}
footer .footer_in section ul li a {
  color: #FFF;
  /*font-size: 1.6rem;*/
  font-size: 14px;
  letter-spacing: .05em;
}
footer .footer_in section ul li a::before {
  margin-right: .5em;
  content: '＞';
}
.footer_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
}
.footer_sub ul {
  /*font-size: 1.4rem;*/
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sub ul:not(:last-of-type) {
  margin-bottom: .5em;
}
.footer_sub ul li:not(:last-of-type)::after {
  margin: 0 .5em;
  content: '｜';
}
.f_logo {
  width: 200px;
  margin: 0 auto;
}
.f_code {
  text-align: center;
  font-size: 13px;
  padding-top: .8em;
}
.copy {
  display: block;
  text-align: center;
  /*font-size: 1.2rem;*/
  font-size: 12px;
  padding: 2em 0;
}
.side_btn {
  position: fixed;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  z-index: 10;
  width: 150px;
}
.fixed_btn {
  display: none;
}
.return {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 60px;
}
.fixed_bnr {
  display: none;
}
@media screen and (max-width: 1440px) {
  footer .footer_in {
    width: 100%;
    padding: 0;
  }
  .side_btn {
    width: 60px;
  }
}
@media screen and (max-width: 1140px) {
  footer .footer_in {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 20px;
  }
  footer .footer_in section {
    width: calc((100% - (20px * 3)) / 4);
    flex: inherit;
    margin-right: 20px;
  }
  footer .footer_in section:nth-of-type(4) {
    margin-right: 0;
  }
  footer .footer_in section:last-of-type {
    width: 100%;
    margin-right: 0;
  }
  footer .footer_in section:last-of-type ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 15vw 4vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .footer_in {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    width: 100%;
    padding: 0;
  }
  footer .footer_in section {
    flex: inherit;
    width: 100%;
    margin-right: 0;
  }
  footer .footer_in section p {
    margin-bottom: 3vw;
  }
  footer .footer_in section p a {
    padding: .4em 1em;
    font-size: 1.6rem;
  }
  footer .footer_in section ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2vw;
    column-gap: 5vw;
    font-size: 1.5rem;
    padding-left: 0;
  }
  footer .footer_in section:last-of-type ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2vw;
    column-gap: 5vw;
  }
  footer .footer_in section ul li a {
    font-size: 1.5rem;
  }
  .footer_sub {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 5vw 4vw;
  }
  .footer_sub ul {
    font-size: 1.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer_sub ul li:not(:last-of-type)::after {
    display: none;
  }
  .f_logo {
    width: 45vw;
  }
  .f_code {
    font-size: 1.4rem;
  }
  .copy {
    font-size: 1.3rem;
    padding: 2em 0;
  }
  .side_btn {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    width: 150px;
  }
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #FFF;
    display: block;
    transform: translateZ(0)
  }
  .fixed_btn ul {
    display: flex;
  }
  .fixed_btn ul li {
    width: 100%;
  }
  .fixed_btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1em;
    padding: .8em .5em;
    white-space: nowrap;
    color: #FFF;
  }
  .fixed_btn ul li:nth-of-type(1) a {
    background: #e50c0b;
  }
  .fixed_btn ul li:nth-of-type(2) a {
    background: #f89d0d;
  }
  .fixed_btn ul li:nth-of-type(3) a {
    background: #3a7c9f;
  }
  .fixed_btn ul li a span {
    width: 5vw;
    margin-right: 1vw;
  }
  .return {
    right: 4vw;
    bottom: 15vw;
    width: 8vw;
  }
  .fixed_bnr {
    position: fixed;
    bottom: 15vw;
    left: 4vw;
    z-index: 10;
    width: calc(100% - (4vw * 2));
    display: block;
  }
  .fixed_bnr .close_btn {
    position: absolute;
    top: -2vw;
    left: -2vw;
    z-index: 20;
    width: 8vw;
  }
  .fixed_bnr a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #06C755;
    color: #FFF;
    padding: .5em .4em;
    font-size: 1.6rem;
    font-weight: 500;
  }
}


/*h_menu*/
.h_menu {
  display: none;
}
@media screen and (max-width: 1040px) {
  .h_menu {
    display: block;
  }
  .h_menu * {
    min-height: inherit;
    max-height: inherit;
  }
  .h_menu > button {
    position: fixed;
    top: calc((80px - 50px) / 2);
    right: 25px;
    z-index: 50;
    height: 50px;
    box-sizing: border-box;
    border-color: transparent;
    background: transparent;
    appearance: none;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .h_menu > button > span {
    position: relative;
    display: block;
    height: calc((5px * 3) + (6px * 2));
    width: 45px;
  }
  .h_menu > button > span > span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background: #333;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
  }
  .h_menu > button > span > span:nth-of-type(1) {
    top: 0;
  }
  .h_menu > button > span > span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .h_menu > button > span > span:nth-of-type(3) {
    top: 100%;
    transform: translateY(-100%);
  }
  .h_menu > button > span.is_active > span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    background: #333;
  }
  .h_menu > button > span.is_active > span:nth-of-type(2) {
    transform: translate(50%, -50%);
    opacity: 0;
  }
  .h_menu > button > span.is_active > span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    background: #333;
  }
  .h_menu > button > em {
    display: block;
    margin-top: auto;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1em;
    transition: .5s;
    color: #333 !important;
  }
  .h_menu > button > span.is_active + em {
    opacity: 0;
  }
  
  .h_menu .h_menu_box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    padding: 80px 30px 30px;
    width: 400px;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transform: translateX(400px);
    transition: transform 500ms ease-in-out;
    background: rgba(242, 242, 242, 1);
  }
  .h_menu .h_menu_box.is_active {
    transform: translateX(0);
  }
  
  .h_menu .h_menu_box .nav {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
  .h_menu .h_menu_box .nav * {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .05em;
  }
  .h_menu .h_menu_box .nav ul {
    width: 100%;
  }
  .h_menu .h_menu_box .nav ul li {
    font-size: 1.6rem;
  }
  .h_menu .h_menu_box .nav ul li:not(:last-of-type) {
    margin-bottom: .8em;
  }
  .h_menu .h_menu_box .nav ul li a {
    letter-spacing: .05em;
  }
  .h_menu .h_menu_box .nav .sub-menu button {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
           -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    letter-spacing: .1em;
    padding: .5em 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
  }
  .h_menu .h_menu_box .nav .sub-menu button span {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    margin-left: auto;
    color: #503333;
  }
  .h_menu .h_menu_box .nav .sub-menu button span::before ,
  .h_menu .h_menu_box .nav .sub-menu button span::after {
    position: absolute;
    background: #503333;
    top: 50%;
    width: .9em;
    height: 1px;
    transition: all 0.3s;
    content: '';
  }
  .h_menu .h_menu_box .nav .sub-menu button span::before{
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .h_menu .h_menu_box .nav .sub-menu button span::after{
    transform: translateX(-50%);
  }
  .h_menu .h_menu_box .nav .sub-menu button.sub-menu-toggle.open span::before{
    transform: translate(-50%, -50%);
  }
  .h_menu .h_menu_box .nav .sub-menu button.sub-menu-toggle.open span::after{
    opacity: 0;
  }
  .h_menu .h_menu_box .nav .sub-menu .sub-menu-content {
    display: none;
    padding: 0 10px;
    transition: .5s;
  }
  .h_menu .h_menu_box .nav .sub-menu button[aria-expanded=true] + .sub-menu-content {
    display: block;
    transition: .5s;
  }
  .h_menu .h_menu_box .nav .sub-menu .sub-menu-content ul li a {
    font-size: 1.6rem;
  }
  .h_menu .h_menu_box .font-size-c {
    padding-bottom: 15vw;
  }
  .h_menu .h_menu_box .font-size-c dl {
    display: flex;
    flex-direction: column;
  }
  .h_menu .h_menu_box .font-size-c dl dt {
    font-size: 1.6rem;
    margin-bottom: .2em;
    width: 100%;
  }
  .h_menu .h_menu_box .font-size-c dl dd ul {
    display: flex;
    font-size: 1.5rem;
    /*font-size: 14px;*/
    border: solid 1px #3c1d07;
    border-radius: 1.2em;
    overflow: hidden;
    width: 100%;
  }
  .h_menu .h_menu_box .font-size-c dl dd ul li {
    width: 50%;
  }
  .h_menu .h_menu_box .font-size-c dl dd ul li:nth-of-type(1) {
    border-right: solid 1px #3c1d07;
  }
  .h_menu .h_menu_box .font-size-c dl dd ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    /*font-size: 14px;*/
    padding: .6em .8em;
  }
  .h_menu .h_menu_box .font-size-c dl dd ul li:hover span {
    background: #3c1d07;
    color: #FFF;
  }
  .h_menu .h_menu_box .font-size-c dl dd ul li.is_active span {
    background: #887568;
    color: #FFF;
  }
  
}



/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  position: relative;
  font-size: 1.6rem;
  background: #ddeae0;
  padding-bottom: 160px;
  text-wrap: pretty;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 1.6rem;
    padding-bottom: 20vw;
  }
}






/*width*/
.mw1400 {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1380 {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1240 {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1140 {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .mw1400 {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mw1380 {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mw1240 {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mw1140 {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}



/*共通*/
.no-link {
  pointer-events: none;
  cursor: pointer;
}
.pan {
  font-size: 14px;
  padding-bottom: .8em;
}
.page_title {
  background: #539466;
  padding: 0 20px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_title h3 {
  background: #FFF;
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1em;
  border-radius: 1.5em;
  padding: .4em 2.6em;
}
.page_title-sub01 {
  background: #539466;
  padding: 0 20px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_title-sub01 h3 {
  background: #3c1d07;
  font-size: 3.0rem;
  line-height: 1em;
  border-radius: 1.5em;
  display: flex;
  align-items: center;
}
.page_title-sub01 h3 em {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 0 .8em;
  color: #FFF;
}
.page_title-sub01 h3 span {
  display: block;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  border-radius: 1.5em;
  padding: .4em .8em;
  background: #FFF;
}
.page_title-sub01 h4 {
  text-align: center;
  padding-top: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #FFF;
}
.back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-btn.pt120 {
  padding-top: 120px;
}
.back-btn p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-btn p a {
  display: block;
  background: #539466;
  border: solid 1px #539466;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding: .6em 3em;
}
.back-btn p a:hover{
  background: #FFF;
  border: solid 1px #539466;
  color: #539466;
}
@media screen and (max-width: 767px) {
  .pan {
    font-size: 1.4rem;
  }
  .page_title {
    padding: 8vw 5vw;
    height: auto;
  }
  .page_title h3 {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    border-radius: 1.5em;
    padding: .4em .8em;
  }
  .page_title-sub01 {
    padding: 8vw 5vw;
    height: auto;
  }
  .page_title-sub01 h3 {
    font-size: 2.6rem;
    line-height: 1em;
    border-radius: 1em 1em 1.5em 1.5em;
    flex-direction: column;
    width: 100%;
  }
  .page_title-sub01 h3 em {
    font-size: 1.8rem;
    letter-spacing: .05em;
    padding: .6em .8em;
    border-radius: 1em 1em 0 0;
    width: 100%;
    text-align: center;
  }
  .page_title-sub01 h3 span {
    font-size: 2.2rem;
    letter-spacing: 0;
    border-radius: 1.5em;
    padding: .4em .8em;
    width: 100%;
    text-align: center;
  }
  .page_title-sub01 h4 {
    padding-top: 1em;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: .05em;
  }
  .back-btn.pt120 {
    padding-top: 15vw;
  }
  .back-btn p a {
    border-radius: 3vw;
    font-size: 1.6rem;
    letter-spacing: .05em;
    padding: .6em 3em;
  }
}




/*txt*/
.txt001 {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .1em;
  padding-top: 80px;
  margin-bottom: 100px;
}
.txt002 {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  letter-spacing: .1em;
  padding-top: 80px;
  margin-bottom: 100px;
}
.txt002 p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .txt001 {
    font-size: 1.8rem;
    padding-top: 10vw;
    margin-bottom: 10vw;
  }
  .txt002 {
    font-size: 1.8rem;
    padding-top: 10vw;
    margin-bottom: 10vw;
  }
  .txt002 p:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
}


/*box-list*/
.box-list001 > section {
  position: relative;
  background: #FFF;
  padding: 100px 60px 80px;
  border-radius: 20px;
  box-shadow: 0 15px 10px 5px rgba(0, 0, 0, .2);
}
.box-list001 > section:not(:last-of-type) {
  margin-bottom: 120px;
}
.box-list001 > section h3:not(.title01):not(.title02) {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
.box-list001 > section h3:not(.title01):not(.title02) span {
  display: block;
  background: #539466;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1em;
  padding: .6em 1em;
  border-radius: 1.5em;
}
.box-list001 > section .box01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.box-list001 > section .box01 section {
  width: calc((100% - 40px) / 2);
  background: #eaebe7;
  margin-bottom: 60px;
}
.box-list001 > section .box01 section:not(:nth-of-type(2n)) {
  margin-right: 40px;
}
.box-list001 > section .box01 section a {
  display: block;
  background: #eaebe7;
  min-height: 300px;
  padding: 40px 30px 30px;
}
.box-list001 > section .box01 section a:hover {
  background: #ddeae0;
}
.box-list001 > section .box01 section a h4 {
  background: #FFF;
  color: #539466;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: .4em 1em;
  border-radius: 1.5em;
  letter-spacing: .05em;
  margin-bottom: 1.5em;
}
.box-list001 > section .box01 section a .comment {
  font-size: 1.6rem;
}
.box-list001 > section .box01 section a .comment p {
  text-align: center;
}
.box-list001 > section .box01 section a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.box-list001 > section .box01 section a .icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.box-list001 > section .box01 section a .icon ul li {
  width: 120px;
}
.box-list002.pt150 {
  padding-top: 150px;
}
.box-list002 > section {
  position: relative;
  background: #FFF;
  padding: 100px 60px 80px;
  border-radius: 20px;
  box-shadow: 0 15px 10px 5px rgba(0, 0, 0, .2);
}
.box-list002 > section:not(:last-of-type) {
  margin-bottom: 120px;
}
.box-list002 > section h3:not(.title01):not(.title02) {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
.box-list002 > section h3:not(.title01):not(.title02) span {
  display: block;
  background: #539466;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1em;
  padding: .6em 1em;
  border-radius: 1.5em;
}
.box-list002 > section .box01 {
  display: flex;
  flex-wrap: wrap;
}
.box-list002 > section .box01 section {
  width: 100%;
}
.box-list002 > section .box01 > section:not(:last-of-type) {
  margin-bottom: 60px;
}
.box-list002 > section .box01 > section > section:not(:last-of-type) {
  margin-bottom: 30px;
}
.box-list002 > section .box01 > section .comment01 {
  display: flex;
  flex-direction: column;
}
.box-list002 > section .box01 > section .comment01 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.box-list002 > section .box01 > section .list01 > li {
  position: relative;
  padding-left: 1em;
}
.box-list002 > section .box01 > section .list01 > li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: .6em;
  height: .6em;
  line-height: 1em;
  background: #3c1d07;
  border-radius: 50%;
  content: '';
}
@media screen and (max-width: 1040px) {
  .box-list001 > section {
    padding: 100px 40px 80px;
  }
  .box-list001 > section .box01 section {
    width: calc((100% - 20px) / 2);
  }
  .box-list001 > section .box01 section:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
  .box-list001 > section .box01 section a {
    padding: 40px 20px 30px;
  }
  .box-list001 > section .box01 section a .icon {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-list001 > section .box01 section a .icon ul {
    width: 100%;
  }
  .box-list001 > section .box01 section a .icon ul li {
    width: calc(((100% - (20px * 2)) / 3));
  }
  .box-list002 > section {
    padding: 100px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .box-list001 > section {
    padding: 10vw 4vw 8vw;
    border-radius: 5vw;
    box-shadow: 0 15px 10px 5px rgba(0, 0, 0, .2);
  }
  .box-list001 > section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  .box-list001 > section h3:not(.title01):not(.title02) {
    top: -1em;
    font-size: 2.0rem;
  }
  .box-list001 > section h3:not(.title01):not(.title02) span {
    font-size: 2.0rem;
    padding: .6em 1em;
    border-radius: 1.5em;
  }
  .box-list001 > section .box01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10vw;
  }
  .box-list001 > section .box01 section {
    width: 100%;
    margin-bottom: 10vw;
  }
  .box-list001 > section .box01 section:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .box-list001 > section .box01 section a {
    display: block;
    background: #eaebe7;
    min-height: 300px;
    padding: 40px 30px 30px;
  }
  .box-list001 > section .box01 section a:hover {
    background: #ddeae0;
  }
  .box-list001 > section .box01 section a h4 {
    background: #FFF;
    color: #539466;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    padding: .4em 1em;
    border-radius: 1.5em;
    letter-spacing: .05em;
    margin-bottom: 1.5em;
  }
  .box-list001 > section .box01 section a .comment {
    font-size: 1.6rem;
  }
  .box-list001 > section .box01 section a .comment p {
    text-align: center;
  }
  .box-list001 > section .box01 section a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
  }
  .box-list001 > section .box01 section a .icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .box-list001 > section .box01 section a .icon ul li {
    width: 120px;
  }
  .box-list002.pt150 {
    padding-top: 15vw;
  }
  .box-list002 > section {
    padding: 10vw 4vw 8vw;
    border-radius: 5vw;
    box-shadow: 0 15px 10px 5px rgba(0, 0, 0, .2);
  }
  .box-list002 > section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  .box-list002 > section h3:not(.title01):not(.title02) {
    top: -1em;
    font-size: 2.0rem;
  }
  .box-list002 > section h3:not(.title01):not(.title02) span {
    font-size: 2.0rem;
    padding: .6em 1em;
    border-radius: 1.5em;
  }
  .box-list002 > section .box01 {
    display: flex;
    flex-wrap: wrap;
  }
  .box-list002 > section .box01 section {
    width: 100%;
  }
  .box-list002 > section .box01 > section:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .box-list002 > section .box01 > section > section:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .box-list002 > section .box01 > section .comment01 {
    display: flex;
    flex-direction: column;
  }
  .box-list002 > section .box01 > section .comment01 p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .box-list002 > section .box01 > section .list01 > li {
    position: relative;
    padding-left: 1em;
  }
  .box-list002 > section .box01 > section .list01 > li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: .6em;
    height: .6em;
    line-height: 1em;
    background: #3c1d07;
    border-radius: 50%;
    content: '';
  }
}




/*tbl-list*/
.tbl-list001.pt150 {
  padding-top: 150px;
}
.tbl-list001 > section {
  position: relative;
  background: #FFF;
  padding: 80px 60px 80px;
  border-radius: 20px;
  box-shadow: 0 15px 10px 5px rgba(0, 0, 0, .2);
}
.tbl-list001 > section:not(:last-of-type) {
  margin-bottom: 120px;
}
.tbl-list001 > section h3:not(.title01):not(.title02) {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
.tbl-list001 > section h3:not(.title01):not(.title02) span {
  background: #539466;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1em;
  padding: .6em 1em;
  border-radius: 1.5em;
  display: flex;
  align-items: baseline;
}
.tbl-list001 > section h3:not(.title01):not(.title02) span em {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1em;
  margin-right: 1em;
}
.tbl-list001 > section h4:not(.title01):not(.title02) {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box01 {
  margin-bottom: -60px;
}
.tbl-list001 > section .box01 section {
  margin-bottom: 60px;
}
.tbl-list001 > section .box01 section table {
  width: 100%;
}
.tbl-list001 > section .box01 section > table > thead td {
  text-align: center;
  font-weight: 700;
}
.tbl-list001 > section .box01 section table tr th ,
.tbl-list001 > section .box01 section table tr td {
  background: #eaebe7;
  padding: 1.5em 1em;
  border-bottom: solid 1px #251e1c;
}
.tbl-list001 > section .box01 section table tr:not(:last-of-type) th ,
.tbl-list001 > section .box01 section table tr:not(:last-of-type) td {
}
.tbl-list001 > section .box01 section table tr th {
  position: relative;
  width: 200px;
  text-align: center;
  font-weight: 700;
  background: #d9ded4;
}
.tbl-list001 > section .box01 section table tr td {
  position: relative;
  width: calc(100% - 200px);
}
.tbl-list001 > section .box01 section table tr td .in_tbl01 table {
  width: auto;
}
.tbl-list001 > section .box01 section table tr td .in_tbl01 table thead tr th {
  text-align: center;
  background: #dbdbdb;
  font-weight: 700;
}
.tbl-list001 > section .box01 section table tr td .in_tbl01 table tr th ,
.tbl-list001 > section .box01 section table tr td .in_tbl01 table tr td {
  padding: .6em .8em;
  border: solid 1px #251e1c;
  width: auto;
  background: #FFF;
}
.tbl-list001 > section .box01 section table tr td .in_tbl01 table tr td:last-child {
  text-align: right;
}
.tbl-list001 > section .box01 section table tr td .in_tbl02 table {
  width: auto;
}
.tbl-list001 > section .box01 section table tr td .in_tbl02 table thead tr th {
  text-align: center;
  background: #dbdbdb;
  font-weight: 700;
}
.tbl-list001 > section .box01 section table tr td .in_tbl02 table tr th ,
.tbl-list001 > section .box01 section table tr td .in_tbl02 table tr td {
  padding: .6em .8em;
  border: solid 1px #251e1c;
  width: auto;
  background: #FFF;
  text-align: center;
}
.tbl-list001 > section .box01 section table tr td p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box01 section table tr td p strong {
  font-weight: 700;
}
.tbl-list001 > section .box01 section table tr td p.caution {
  position: relative;
  padding-left: 1.2em;
}
.tbl-list001 > section .box01 section table tr td p.caution::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.tbl-list001 > section .box01 section table tr td ul.caution li {
  position: relative;
  padding-left: 1.2em;
}
.tbl-list001 > section .box01 section table tr td ul.caution li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  line-height: inherit;
  border: inherit;
  border-radius: inherit;
  content: '※';
}
.tbl-list001 > section .box01 section .comment01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tbl-list001 > section .box01 section .comment01 p {
  font-size: 2.0rem;
  font-weight: 700;
}
.tbl-list001 > section .box01 section .comment01 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box01 section .comment02 {
  display: flex;
  flex-direction: column;
  padding-top: 1.5em;
}
.tbl-list001 > section .box01 section .comment02 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box01 section .list01 > li {
  position: relative;
  padding-left: 1em;
}
.tbl-list001 > section .box01 section .list01 > li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: .6em;
  height: .6em;
  line-height: 1em;
  background: #3c1d07;
  border-radius: 50%;
  content: '';
}
.tbl-list001 > section .box01 section .list01 > li > ul {
  padding-top: .2em;
  padding-left: 1em;
}
.tbl-list001 > section .box01 section .list01 > li > ul > li {
  position: relative;
  padding-left: 1em;
}
.tbl-list001 > section .box01 section .list01 > li > ul > li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: .6em;
  height: .6em;
  line-height: 1em;
  border: solid 1px #3c1d07;
  border-radius: 50%;
  content: '';
}
.tbl-list001 > section .box01 section .list01 > li > ol {
  counter-reset: number;
  padding-top: .2em;
  padding-left: 1em;
}
.tbl-list001 > section .box01 section .list01 > li > ol > li {
  position: relative;
  padding-left: 1.2em;
}
.tbl-list001 > section .box01 section .list01 > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number)'.';
}
.tbl-list001 > section .box01 section .number01 {
  counter-reset: number;
}
.tbl-list001 > section .box01 section .number01 > li {
  position: relative;
  padding-left: 1.2em;
}
.tbl-list001 > section .box01 section .number01 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number)'.';
}
.tbl-list001 > section .box01 section .number02 {
  counter-reset: number;
}
.tbl-list001 > section .box01 section .number02 > li {
  position: relative;
  padding-left: 2em;
}
.tbl-list001 > section .box01 section .number02 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: '（'counter(number)'）';
}
.tbl-list001 > section .box01 section .number03 {
  counter-reset: number;
}
.tbl-list001 > section .box01 section .number03 > li {
  position: relative;
  padding-left: 2em;
}
.tbl-list001 > section .box01 section .number03 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: '※'counter(number);
}
.tbl-list001 > section .box01 section div.caution01 {
  padding-top: 50px;
}
.tbl-list001 > section .box01 section div.caution01 > ul li {
  position: relative;
  padding-left: 1.2em;
}
.tbl-list001 > section .box01 section div.caution01 > ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.tbl-list001 > section .box01 section .flex-colon01 {
  display: flex;
}
.tbl-list001 > section .box01 section .flex-colon01 dt {
  white-space: nowrap;
}
.tbl-list001 > section .box01 section .flex-colon01 dt::after {
  content: '：';
}
.tbl-list001 > section .box01 section table + .day_info {
  font-size: 1.3rem;
  text-align: right;
  padding-top: .4em;
}
.tbl-list001 > section .box02 {
  margin-bottom: -60px;
}
.tbl-list001 > section .box02 section {
  margin-bottom: 60px;
}
.tbl-list001 > section .box02 section .comment01 {
  display: flex;
  flex-direction: column;
}
.tbl-list001 > section .box02 section .comment01 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box02 section .comment02 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box02 section .comment02 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box02 section table {
  width: 100%;
}
.tbl-list001 > section .box02 section table tr th ,
.tbl-list001 > section .box02 section table tr td {
  background: #eaebe7;
  padding: 1.5em 1em;
  border-bottom: solid 1px #251e1c;
}
.tbl-list001 > section .box02 section table tr:not(:last-of-type) th ,
.tbl-list001 > section .box02 section table tr:not(:last-of-type) td {
}
.tbl-list001 > section .box02 section table tr th {
  position: relative;
  width: 200px;
  text-align: center;
  font-weight: 700;
  background: #d9ded4;
}
.tbl-list001 > section .box02 section table tr td {
  position: relative;
  width: calc((100% - 200px) / 2);
}
.tbl-list001 > section .box02 section table tr td:not([colspan="2"]):not(:last-child) {
  border-right: solid 1px #251e1c;
}
.tbl-list001 > section .box02 section table tr td[colspan="2"] {
  width: calc(100% - 200px);
}
.tbl-list001 > section .box02 section table tr td p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box02 section table tr td p strong {
  font-weight: 700;
}
.tbl-list001 > section .box02 section .tbl-box02-list01 {
  padding-top: 2em;
}
.tbl-list001 > section .box02 section .tbl-box02-list01 section {
  margin-bottom: 0;
}
.tbl-list001 > section .box02 section .tbl-box02-list01 section:not(:last-of-type) {
  margin-bottom: 60px;
}
.tbl-list001 > section .box02 section .tbl-box02-list01 table tbody tr td {
  text-align: center;
}
.tbl-list001 > section .box02 section .tbl-box02-list01 .caution {
  padding-top: .5em;
}
.tbl-list001 > section .box02 section .tbl-box02-list01 .caution p {
  position: relative;
  padding-left: 1.2em;
}
.tbl-list001 > section .box02 section .tbl-box02-list01 .caution p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.tbl-list001 > section .box02 section div.caution01 > ul li {
  position: relative;
  padding-left: 1.2em;
}
.tbl-list001 > section .box02 section div.caution01 > ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.tbl-list001 > section .box02 section .number01 {
  counter-reset: number;
}
.tbl-list001 > section .box02 section .number01 > li {
  position: relative;
  padding-left: 2em;
}
.tbl-list001 > section .box02 section .number01 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: '（'counter(number)'）';
}
.tbl-list001 > section .box03 {
  margin-bottom: -60px;
}
.tbl-list001 > section .box03 section {
  margin-bottom: 60px;
}
.tbl-list001 > section .box03 section .comment01 {
  display: flex;
  flex-direction: column;
}
.tbl-list001 > section .box03 section .comment01 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box03 section table {
  width: 100%;
}
.tbl-list001 > section .box03 section table tr th ,
.tbl-list001 > section .box03 section table tr td {
  background: #eaebe7;
  padding: 1.5em 1em;
  border-bottom: solid 1px #251e1c;
}
.tbl-list001 > section .box03 section table tr:not(:last-of-type) th ,
.tbl-list001 > section .box03 section table tr:not(:last-of-type) td {
}
.tbl-list001 > section .box03 section table tr th {
  position: relative;
  width: 200px;
  text-align: center;
  font-weight: 700;
  background: #d9ded4;
}
.tbl-list001 > section .box03 section table tr td {
  position: relative;
  width: calc((100% - 200px) / 3);
}
.tbl-list001 > section .box03 section table tr td:not([colspan="3"]):not(:last-child) {
  border-right: solid 1px #251e1c;
}
.tbl-list001 > section .box03 section table tr td[colspan="2"] {
  width: auto;
}
.tbl-list001 > section .box03 section table tr td[colspan="3"] {
  width: calc(100% - 200px);
}
.tbl-list001 > section .box03 section table tr td p:not(:last-child) {
  margin-bottom: 1.5em;
}
.tbl-list001 > section .box03 section table tr td p strong {
  font-weight: 700;
}
.tbl-list001 > section .box06 {
  margin-bottom: -60px;
}
.tbl-list001 > section .box06 section {
  margin-bottom: 60px;
}
.tbl-list001 > section .box06 section table {
  width: 100%;
}
.tbl-list001 > section .box06 section table tr th ,
.tbl-list001 > section .box06 section table tr td {
  background: #eaebe7;
  padding: 1.5em 1em;
  border-bottom: solid 1px #251e1c;
}
.tbl-list001 > section .box06 section table tr:not(:last-of-type) th ,
.tbl-list001 > section .box06 section table tr:not(:last-of-type) td {
}
.tbl-list001 > section .box06 section table thead tr th:not(:last-child) ,
.tbl-list001 > section .box06 section table thead tr td:not(:last-child) {
  border-right: solid 1px #251e1c;
}
.tbl-list001 > section .box06 section table thead tr th {
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background: #dbdbdb;
  padding: .5em 1em;
}
.tbl-list001 > section .box06 section table thead tr:nth-of-type(1) th:nth-of-type(1) {
  width: 200px;
}
.tbl-list001 > section .box06 section table thead tr:nth-of-type(1) th:not(:nth-of-type(1)) {
  width: calc((100% - 200px) / 4);
}
.tbl-list001 > section .box06 section table thead tr:nth-of-type(2) td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  background: #FFF;
  padding: .5em 1em;
}
.tbl-list001 > section .box06 section table tbody tr th:not(:last-child) ,
.tbl-list001 > section .box06 section table tbody tr td:not(:last-child) {
  border-right: solid 1px #251e1c;
}
.tbl-list001 > section .box06 section table tbody tr th {
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  background: #d9ded4;
  padding: .8em 1em;
}
.tbl-list001 > section .box06 section table tbody tr th p {
  padding-top: .5em;
  font-size: 1.4rem;
}
.tbl-list001 > section .box06 section table tbody tr th[rowspan="2"] {
  width: 1em;
}
.tbl-list001 > section .box06 section table tbody tr td {
  position: relative;
  vertical-align: middle;
  background: #FFF;
  padding: .8em 1em;
}
.tbl-list001 > section .box06 section table tbody tr td em {
  font-size: 1.4rem;
}
.tbl-list001 > section .box06 section table tbody tr td p.txt-underline {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .tbl-list001.pt150 {
    padding-top: 15vw;
  }
  .tbl-list001 > section {
    padding: 5vw 4vw 8vw;
    border-radius: 5vw;
    box-shadow: 0 15px 10px 5px rgba(0, 0, 0, .2);
  }
  .tbl-list001 > section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  .tbl-list001 > section h3:not(.title01):not(.title02) {
    position: relative;
    top: inherit;
    font-size: 2.0rem;
  }
  .tbl-list001 > section h3:not(.title01):not(.title02) span {
    font-size: 2.0rem;
    padding: .6em 1em;
    border-radius: 1.5em;
    line-height: 1.5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tbl-list001 > section h3:not(.title01):not(.title02) span em {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1em;
    margin-right: 0;
  }
  .tbl-list001 > section h4:not(.title01):not(.title02) {
    font-size: 2.0rem;
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box01 {
    margin-bottom: -10vw;
  }
  .tbl-list001 > section .box01 section {
    position: relative;
    width: 100%;
    /*padding: 2em 0 1em;
    overflow-x: auto;*/
    padding: 1em 0 1em;
    margin-bottom: 10vw;
  }
  .tbl-list001 > section .box01 section::before {
    /*position: absolute;
    top: 0;
    left: 0;
    content: '左右にスクロールできます';*/
  }
  .tbl-list001 > section .box01 section table {
    /*width: 700px;*/
  }
  .tbl-list001 > section .box01 section > table > thead td {
    text-align: center;
    font-weight: 700;
  }
  .tbl-list001 > section .box01 section table tr th ,
  .tbl-list001 > section .box01 section table tr td {
    background: #eaebe7;
    padding: 1.5em 1em;
    border-bottom: solid 1px #251e1c;
  }
  .tbl-list001 > section .box01 section table tr:not(:last-of-type) th ,
  .tbl-list001 > section .box01 section table tr:not(:last-of-type) td {
  }
  .tbl-list001 > section .box01 section table tr th {
    position: relative;
    width: 200px;
    text-align: center;
    font-weight: 700;
    background: #d9ded4;
  }
  .tbl-list001 > section .box01 section table tr td {
    position: relative;
    width: calc(100% - 200px);
  }
  .tbl-list001 > section .box01 section table tr td .in_tbl01 table {
    width: auto;
  }
  .tbl-list001 > section .box01 section table tr td .in_tbl01 table thead tr th {
    text-align: center;
    background: #dbdbdb;
    font-weight: 700;
  }
  .tbl-list001 > section .box01 section table tr td .in_tbl01 table tr th ,
  .tbl-list001 > section .box01 section table tr td .in_tbl01 table tr td {
    padding: .6em .8em;
    border: solid 1px #251e1c;
    width: auto;
    background: #FFF;
  }
  .tbl-list001 > section .box01 section table tr td .in_tbl01 table tr td:last-child {
    text-align: right;
  }
  .tbl-list001 > section .box01 section table tr td .in_tbl02 table {
    width: auto;
  }
  .tbl-list001 > section .box01 section table tr td .in_tbl02 table thead tr th {
    text-align: center;
    background: #dbdbdb;
    font-weight: 700;
  }
  .tbl-list001 > section .box01 section table tr td .in_tbl02 table tr th ,
  .tbl-list001 > section .box01 section table tr td .in_tbl02 table tr td {
    padding: .6em .8em;
    border: solid 1px #251e1c;
    width: auto;
    background: #FFF;
    text-align: center;
  }
  .tbl-list001 > section .box01 section table tr td p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box01 section table tr td p strong {
    font-weight: 700;
  }
  .tbl-list001 > section .box01 section table tr td p.caution {
    position: relative;
    padding-left: 1.2em;
  }
  .tbl-list001 > section .box01 section table tr td p.caution::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }
  .tbl-list001 > section .box01 section table tr td ul.caution li {
    position: relative;
    padding-left: 1.2em;
  }
  .tbl-list001 > section .box01 section table tr td ul.caution li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    line-height: inherit;
    border: inherit;
    border-radius: inherit;
    content: '※';
  }
  .tbl-list001 > section .box01 section .comment01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .tbl-list001 > section .box01 section .comment01 p {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .tbl-list001 > section .box01 section .comment01 p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box01 section .comment02 {
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
  }
  .tbl-list001 > section .box01 section .comment02 p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box01 section .list01 > li {
    position: relative;
    padding-left: 1em;
  }
  .tbl-list001 > section .box01 section .list01 > li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: .6em;
    height: .6em;
    line-height: 1em;
    background: #3c1d07;
    border-radius: 50%;
    content: '';
  }
  .tbl-list001 > section .box01 section .list01 > li > ul {
    padding-top: .2em;
    padding-left: 1em;
  }
  .tbl-list001 > section .box01 section .list01 > li > ul > li {
    position: relative;
    padding-left: 1em;
  }
  .tbl-list001 > section .box01 section .list01 > li > ul > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: .6em;
    height: .6em;
    line-height: 1em;
    border: solid 1px #3c1d07;
    border-radius: 50%;
    content: '';
  }
  .tbl-list001 > section .box01 section .list01 > li > ol {
    counter-reset: number;
    padding-top: .2em;
    padding-left: 1em;
  }
  .tbl-list001 > section .box01 section .list01 > li > ol > li {
    position: relative;
    padding-left: 1.2em;
  }
  .tbl-list001 > section .box01 section .list01 > li > ol > li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number)'.';
  }
  .tbl-list001 > section .box01 section .number01 {
    counter-reset: number;
  }
  .tbl-list001 > section .box01 section .number01 > li {
    position: relative;
    padding-left: 1.2em;
  }
  .tbl-list001 > section .box01 section .number01 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number)'.';
  }
  .tbl-list001 > section .box01 section .number02 {
    counter-reset: number;
  }
  .tbl-list001 > section .box01 section .number02 > li {
    position: relative;
    padding-left: 2em;
  }
  .tbl-list001 > section .box01 section .number02 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: '（'counter(number)'）';
  }
  .tbl-list001 > section .box01 section .number03 {
    counter-reset: number;
  }
  .tbl-list001 > section .box01 section .number03 > li {
    position: relative;
    padding-left: 2em;
  }
  .tbl-list001 > section .box01 section .number03 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: '※'counter(number);
  }
  .tbl-list001 > section .box01 section div.caution01 {
    padding-top: 5vw;
  }
  .tbl-list001 > section .box01 section div.caution01 > ul li {
    position: relative;
    padding-left: 1.2em;
  }
  .tbl-list001 > section .box01 section div.caution01 > ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }
  .tbl-list001 > section .box01 section .flex-colon01 {
    display: flex;
  }
  .tbl-list001 > section .box01 section .flex-colon01 dt {
    white-space: nowrap;
  }
  .tbl-list001 > section .box01 section .flex-colon01 dt::after {
    content: '：';
  }
  .tbl-list001 > section .box01 section table + .day_info {
    font-size: 1.3rem;
    text-align: right;
    padding-top: .4em;
  }
  .tbl-list001 > section .box02 {
    margin-bottom: -10vw;
  }
  .tbl-list001 > section .box02 section {
    position: relative;
    width: 100%;
    padding: 2em 0 1em;
    overflow-x: auto;
    margin-bottom: 10vw;
  }
  .tbl-list001 > section .box02 section::before {
    /*position: absolute;
    top: 0;
    left: 0;
    content: '左右にスクロールできます';*/
  }
  .tbl-list001 > section .box02 section .comment01 {
    display: flex;
    flex-direction: column;
  }
  .tbl-list001 > section .box02 section .comment01 p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box02 section .comment02 {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box02 section .comment02 p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box02 section table {
    /*width: 700px;*/
  }
  .tbl-list001 > section .box02 section table tr th ,
  .tbl-list001 > section .box02 section table tr td {
    background: #eaebe7;
    padding: 1.5em 1em;
    border-bottom: solid 1px #251e1c;
  }
  .tbl-list001 > section .box02 section table tr:not(:last-of-type) th ,
  .tbl-list001 > section .box02 section table tr:not(:last-of-type) td {
  }
  .tbl-list001 > section .box02 section table tr th {
    position: relative;
    width: auto;
    text-align: center;
    font-weight: 700;
    background: #d9ded4;
  }
  .tbl-list001 > section .box02 section table tr td {
    position: relative;
    width: auto;
  }
  .tbl-list001 > section .box02 section table tr td:not([colspan="2"]):not(:last-child) {
    border-right: solid 1px #251e1c;
  }
  .tbl-list001 > section .box02 section table tr td[colspan="2"] {
    width: auto;
  }
  .tbl-list001 > section .box02 section table tr td p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box02 section table tr td p strong {
    font-weight: 700;
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01 {
    position: relative;
    /*padding-top: 2em;*/
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01::before {
    /*position: absolute;
    top: 1em;
    left: 0;
    content: '左右にスクロールできます';*/
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01 section {
    margin-bottom: 0;
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01 section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01 table tbody tr td {
    text-align: center;
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01 .caution {
    padding-top: .5em;
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01 .caution p {
    position: relative;
    padding-left: 1.2em;
  }
  .tbl-list001 > section .box02 section .tbl-box02-list01 .caution p::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }
  .tbl-list001 > section .box02 section div.caution01 > ul li {
    position: relative;
    padding-left: 1.2em;
  }
  .tbl-list001 > section .box02 section div.caution01 > ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }
  .tbl-list001 > section .box02 section .number01 {
    counter-reset: number;
  }
  .tbl-list001 > section .box02 section .number01 > li {
    position: relative;
    padding-left: 2em;
  }
  .tbl-list001 > section .box02 section .number01 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: '（'counter(number)'）';
  }
  .tbl-list001 > section .box03 {
    margin-bottom: -10vw;
  }
  .tbl-list001 > section .box03 section {
    position: relative;
    width: 100%;
    /*padding: 2em 0 1em;
    overflow-x: auto;*/
    padding: 1em 0 1em;
    margin-bottom: 10vw;
  }
  .tbl-list001 > section .box03 section::before {
    /*position: absolute;
    top: 0;
    left: 0;
    content: '左右にスクロールできます';*/
  }
  .tbl-list001 > section .box03 section .comment01 {
    display: flex;
    flex-direction: column;
  }
  .tbl-list001 > section .box03 section .comment01 p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box03 section table {
    /*width: 700px;*/
  }
  .tbl-list001 > section .box03 section table tr th ,
  .tbl-list001 > section .box03 section table tr td {
    background: #eaebe7;
    padding: 1.5em 1em;
    border-bottom: solid 1px #251e1c;
  }
  .tbl-list001 > section .box03 section table tr:not(:last-of-type) th ,
  .tbl-list001 > section .box03 section table tr:not(:last-of-type) td {
  }
  .tbl-list001 > section .box03 section table tr th {
    position: relative;
    width: auto;
    text-align: center;
    font-weight: 700;
    background: #d9ded4;
  }
  .tbl-list001 > section .box03 section table tr td {
    position: relative;
    width: auto;
  }
  .tbl-list001 > section .box03 section table tr td:not([colspan="3"]):not(:last-child) {
    border-right: solid 1px #251e1c;
  }
  .tbl-list001 > section .box03 section table tr td[colspan="2"] {
    width: auto;
  }
  .tbl-list001 > section .box03 section table tr td[colspan="3"] {
    width: auto;
  }
  .tbl-list001 > section .box03 section table tr td p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .tbl-list001 > section .box03 section table tr td p strong {
    font-weight: 700;
  }
  .tbl-list001 > section .box06 {
    margin-bottom: -10vw;
  }
  .tbl-list001 > section .box06 section {
    position: relative;
    width: 100%;
    /*padding: 2em 0 1em;
    overflow-x: auto;*/
    padding: 1em 0 1em;
    margin-bottom: 10vw;
  }
  .tbl-list001 > section .box06 section::before {
    /*position: absolute;
    top: 0;
    left: 0;
    content: '左右にスクロールできます';*/
  }
  .tbl-list001 > section .box06 section table {
    /*width: 700px;*/
  }
  .tbl-list001 > section .box06 section table tr th ,
  .tbl-list001 > section .box06 section table tr td {
    background: #eaebe7;
    padding: 1.5em 1em;
    border-bottom: solid 1px #251e1c;
  }
  .tbl-list001 > section .box06 section table tr:not(:last-of-type) th ,
  .tbl-list001 > section .box06 section table tr:not(:last-of-type) td {
  }
  .tbl-list001 > section .box06 section table thead tr th:not(:last-child) ,
  .tbl-list001 > section .box06 section table thead tr td:not(:last-child) {
    border-right: solid 1px #251e1c;
  }
  .tbl-list001 > section .box06 section table thead tr th {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    background: #dbdbdb;
    padding: .5em 1em;
  }
  .tbl-list001 > section .box06 section table thead tr:nth-of-type(1) th:nth-of-type(1) {
    width: auto;
  }
  .tbl-list001 > section .box06 section table thead tr:nth-of-type(1) th:not(:nth-of-type(1)) {
    width: auto;
  }
  .tbl-list001 > section .box06 section table thead tr:nth-of-type(2) td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: #FFF;
    padding: .5em 1em;
  }
  .tbl-list001 > section .box06 section table tbody tr th:not(:last-child) ,
  .tbl-list001 > section .box06 section table tbody tr td:not(:last-child) {
    border-right: solid 1px #251e1c;
  }
  .tbl-list001 > section .box06 section table tbody tr th {
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    background: #d9ded4;
    padding: .8em 1em;
  }
  .tbl-list001 > section .box06 section table tbody tr th p {
    padding-top: .5em;
    font-size: 1.4rem;
  }
  .tbl-list001 > section .box06 section table tbody tr th[rowspan="2"] {
    width: 1em;
  }
  .tbl-list001 > section .box06 section table tbody tr td {
    position: relative;
    vertical-align: middle;
    background: #FFF;
    padding: .8em 1em;
  }
  .tbl-list001 > section .box06 section table tbody tr td em {
    font-size: 1.4rem;
  }
  .tbl-list001 > section .box06 section table tbody tr td p.txt-underline {
    text-decoration: underline;
  }


  .tbl-w1200 {
    /*width: 1200px !important;*/
    width: 100% !important;
  }
  .tbl-w700 {
    /*width: 700px !important;*/
    width: 100% !important;
  }
  .tbl-block > tr > th ,
  .tbl-block > tr > td ,
  .tbl-block > tbody > tr > th ,
  .tbl-block > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: .8em 1em !important;
    text-align: left !important;
  }
  .tbl-block > tr > th ,
  .tbl-block > tbody > tr > th {
    border-bottom: none !important;
  }

}




/*txt-link*/
.txt-link01 {
  position: relative;
  color: #539466;
  background: linear-gradient(currentcolor, currentcolor) left bottom / 100% 1px no-repeat;
	transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.txt-link01:hover {
  background-position: right bottom;
	background-size: 0 1px;
  color: #53b689;
}
.txt-link01[target="_blank"]::after {
	font-family: "Font Awesome 6 Free";
	content: "\f08e";
  font-weight: 600;
  margin-left: .5em;
}





/*img_banner*/
.img_banner001 {
  padding-top: 150px;
}
.img_banner001 p.bg01 {
  background: #FFF;
  padding: 50px 100px;
}
@media screen and (max-width: 1040px) {
  .img_banner001 p.bg01 {
    padding: 50px 20px;
  }
}




/*discription*/
.discription001 {
  padding-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.discription001 p {
  text-align: center;
  font-size: 1.8rem;
}
.discription001 p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.discription002 {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
}
.discription002 p {
  font-size: 1.8rem;
}
.discription002 p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .discription001 {
    padding-top: 15vw;
  }
  .discription001 p {
    text-align: left;
    font-size: 1.6rem;
  }
  .discription002 {
    padding-top: 15vw;
  }
  .discription002 p {
    font-size: 1.6rem;
  }
}



/*btn*/
main .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .btn.pt50 {
  padding-top: 50px;
}
main .btn p {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
main .btn a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: .8em 3.5em;
  border-radius: 2em;
}
main .btn a[target="_blank"]::after {
	font-family: "Font Awesome 6 Free";
	content: "\f08e";
  font-weight: 600;
  margin-left: .5em;
}
main .btn a.orange {
  background: #ff6d24;
  border: solid 1px #ff6d24;
  color: #FFF;
}
main .btn a.orange:hover {
  background: #FFF;
  border: solid 1px #ff6d24;
  color: #ff6d24;
}
main .btn a.blue {
  background: #1b4798;
  border: solid 1px #1b4798;
  color: #FFF;
}
main .btn a.blue:hover {
  background: #FFF;
  border: solid 1px #1b4798;
  color: #1b4798;
}
main .btn a.red {
  background: #FA3262;
  border: solid 1px #FA3262;
  color: #FFF;
}
main .btn a.red:hover {
  background: #FFF;
  border: solid 1px #FA3262;
  color: #FA3262;
}
main .btn a.green {
  background: #539466;
  border: solid 1px #539466;
  color: #FFF;
}
main .btn a.green:hover {
  background: #FFF;
  border: solid 1px #539466;
  color: #539466;
}
main .btn a.sky {
  background: #60b9bb;
  border: solid 1px #60b9bb;
  color: #FFF;
}
main .btn a.sky:hover {
  background: #FFF;
  border: solid 1px #60b9bb;
  color: #60b9bb;
}
main .btn a.gold {
  background: #e0ab00;
  border: solid 1px #e0ab00;
  color: #FFF;
}
main .btn a.gold:hover {
  background: #FFF;
  border: solid 1px #e0ab00;
  color: #e0ab00;
}
main .btn a.purple {
  background: #c4aad2;
  border: solid 1px #c4aad2;
  color: #FFF;
}
main .btn a.purple:hover {
  background: #FFF;
  border: solid 1px #c4aad2;
  color: #c4aad2;
}
@media screen and (max-width: 767px) {
  main .btn.pt50 {
    padding-top: 10vw;
  }
  main .btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6vw;
  }
  main .btn a {
    padding: .8em 1.5em;
    border-radius: 2em;
  }
  
}



/*js-scrollable*/
@media screen and (max-width: 767px) {  
  .scroll-hint-icon {
    left: calc(50% - 30vw) !important;
    width: 60vw !important;
  }
  .scroll-hint-text {
    text-align: center !important;
    font-size: 1.6rem !important;
  }
  
}



/*common_catch*/
main .common_catch {
  display: flex;
  flex-direction: column;
}
main .common_catch.pt50 {
  padding-top: 50px;
}
main .common_catch section:not(:last-of-type) {
  margin-bottom: 30px;
}
main .common_catch section h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .common_catch section h3:not(:last-child) {
  margin-bottom: 1.2em;
}
main .common_catch section h3 span {
  display: block;
  background: #539466;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 700;
  padding: .3em 3em;
}
main .common_catch section .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .common_catch section .list ul li {
  position: relative;
  padding-left: 1em;
}
main .common_catch section .list ul li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: .6em;
  height: .6em;
  line-height: 1em;
  background: #3c1d07;
  border-radius: 50%;
  content: '';
}
main .common_catch section .list02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .common_catch section .list02 ul li span {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: .06em;
  color: #539466;
}
main .common_catch section .catch01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .common_catch section .catch01 p {
  text-align: center;
}
main .common_catch section .catch01 p span {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: .06em;
  color: #539466;
}




/*見出し*/
.title01 {
  position: relative;
  z-index: 1;
  padding-bottom: .2em;
  margin-bottom: 1.5em;
}
.title01::before ,
.title01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  display: block;
  content: '';
}
.title01::before {
  z-index: -1;
  width: 100%;
  background: #539466;
}
.title01::after {
  z-index: 1;
  width: 20%;
  background: #006400;
}
.title01 span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #539466;
}
.title02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5em;
}
.title02 span {
  display: block;
  background: #539466;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  padding: .3em 3em;
}
.title02.radius span {
  border-radius: 1.2em;
}
.title03 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2.5em;
}
.title03::before ,
.title03::after {
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
}
.title03::before {
  width: 5px;
  left: 0;
  background: #539466;
}
.title03::after {
  width: 2px;
  left: 8px;
  background: #53b491;
}
.title03 span {
  display: block;
  color: #539466;
  font-size: 1.8rem;
  font-weight: 500;
}
.title04 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5em;
}
.title04 span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #539466;
}
.title04 span::after {
  position: absolute;
  bottom: -.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #539466;
  content: '';
}
@media screen and (max-width: 767px) {
  .title01 {
    padding-bottom: .2em;
    margin-bottom: 1.5em;
  }
  .title01 span {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .title02 {
    margin-bottom: 2.5em;
  }
  .title02 span {
    font-size: 2.0rem;
    padding: .3em 3em;
  }
  .title02.radius span {
    border-radius: 1.2em;
  }
  .title03 span {
    font-size: 1.8rem;
  }
  .title04 {
    margin-bottom: 2.5em;
  }
  .title04 span {
    font-size: 2.0rem;
  }
  
}


.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	width:100%;
	padding:.6em .4em;
	font-size:1.6rem;
	background:#FFFFFF;
	border: solid 1px #a3a3a3;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
	outline: 0;
	border: solid 1px #000;
}
.form input[type="number"] {
	text-align:center;
}
.form textarea {
	/*width:400px;*/
	height:350px;
}
.form textarea.textarea01 {
	height:100px;
}
.form input.input01 {
  width: 100%;
}
.form input.input02 {
	width:40%;
}
.form input.input03 {
	width:60%;
}
.form input.input04 {
	width:120px;
}
.form .select_box01 {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.form .select_box01::after {
  position: absolute;
  top: .9em;
  right: 15px;
  width: 10px;
  height: 7px;
  background: #a3a3a3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  content: '';
}
.form .select_box01 select {
  appearance: none;
  width: 100%;
  padding: .4em calc(.8em + 30px) .4em .4em;
  border: 1px solid #a3a3a3;
  background: #fff;
  border-radius: 0;
  font-size: 1.6rem;
  cursor: pointer;
  outline: 0;
}
.form .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
.form .mwform-radio-field ,
.form .mwform-checkbox-field {
	display:inline-block;
	margin:0 80px 0 0;
}
.form .mwform-radio-field:last-of-type ,
.form .mwform-checkbox-field:last-of-type {
	margin:0 ;
}
.form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.form input[type=checkbox] {
	appearance: none;
	display: none;
}
.form input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
.form input[type=checkbox] + span:before {
	font-family: "Font Awesome 6 Free";
	content: "\f096";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
.form input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #c71e1e;
}
.form input[type=radio] {
	appearance: none;
	display: none;
}
.form input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.form input[type=radio] + span:before {
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
.form input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #c71e1e;
}
:-moz-placeholder {
  color: rgba(50, 51, 51, .5);
  opacity: 1;
  font-size: 1.6rem;
}
::-moz-placeholder {
  color: rgba(50, 51, 51, .5);
  opacity: 1;
  font-size: 1.6rem;
}
:-ms-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.6rem;
}
::-ms-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.6rem;
}
::-webkit-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.6rem;
}
::placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.6rem;
}
.form .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding-top: 50px;
}
.form .btn dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form .btn dl dt ,
.form .btn dl dd {	
	width: 380px;
}
.form .btn dl dt span ,
.form .btn dl dd span {
  display: none;
}
.form .btn dl dt {
  margin-right: 10px;
}
.form .btn > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width: 380px;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background: #539466;
	border: solid 1px #539466;
	display:block;
	cursor:pointer;
	color:#FFFFFF;
	padding:.8em 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	font-size:2.0rem;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	border-radius: 1.5em;
  appearance: none;
	outline: 0;
}
.form .btn dl dt input {
	background: #FFF;
	border: solid 1px #539466;
	color:#539466;
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .form input.input02 {
    width:100%;
  }
  .form input.input03 {
    width:100%;
  }
}
@media screen and (max-width: 767px) {
  .form input[type="text"] ,
  .form input[type="tel"] ,
  .form input[type="email"] ,
  .form input[type="date"] ,
  .form input[type="number"] ,
  .form textarea {
    padding:3vw 1vw;
    font-size:1.4rem;
  }
  .form textarea {
    height:50vw;
  }
  .form input.input02 {
    width:100%;
  }
  .form input.input03 {
    width:100%;
  }
  .form input.input04 {
    width:100%;
  }
  .form .wpcf7-checkbox {
    gap: 5vw;
  }
  .form .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10vw;
  }
  .form .btn dl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 5%;
  }
  .form .btn dl dt ,
  .form .btn dl dd {
    width:45%;
  }
  .form .btn dl dt {
    margin-right: 10%;
  }
  .form .btn > p {
    width:70vw;
  }
  .form .btn input ,
  .form .btn button {
    padding:4vw 0;
    font-size:1.6rem;
  }
  .confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
  .confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    font-size:1.6rem;
  }
  .mw_wp_form.mw_wp_form_input span.error {
    font-size:1.6rem;
  }
}