html {
  overflow-y: scroll;
  font-size: 10px;
}
body {
  /*font-family: source-han-serif-japanese, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
  font-family: "ヒラギノ明朝 W2 JIS2004", "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem;
}
/*----------------------------------------
share
----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a img,
a:after {
  transition: 0.2s;
  transition-timing-function: ease-out;
  text-decoration: underline;
}
a,
a:after {
  color: #8e866f;
  word-wrap: break-word;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a:hover img {
  filter: brightness(120%);
}
.s_1 .h2_1,
.s_2 .h2_2,
.s_2 .h3_logo,
.s_3 .h2_3,
.s_4 .h2_4,
#site-footer .f_logo,
.hero h1,
.hero .reed,
.m1 a,
.m_mailmaga a,
.m_instagram a,
.m_facebook a {
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left top;
}
/*----------------------------------------
フォント
----------------------------------------*/
/*ヒラギノ明朝 W2 JIS2004*/
/*h1, h2:not(.cf___h2), h3, h4, h5, h6, .site-header a, section .btn, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa {
	font-family: "ヒラギノ明朝 W2 JIS2004", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}*/
/*源ノ明朝*/
/*.s_3 li h3, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa {
  font-family: source-han-serif-japanese, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}*/
/*源ノ明朝 Bold*/
/*aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa, aaaaaaaaa {
  font-family: source-han-serif-japanese, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  font-style: normal;
}*/
/*------------------------------ヘッダー*/
/*------------------------------*/
/*------------------------------*/
.site-header .drawer {
}
.site-header {
}
#container {
  min-width: 1000px;
}
#container > .site-header {
  display: block;
}
section.hero > .site-header {
  display: none;
}
.site-header nav {
}
/*------------------------------メインビジュアル*/
/* wrap */
.hero {
  position: relative;
  background-position: center;
  background-image: url("../img/l.gif");
}
/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero h1,
.hero .reed {
}
.hero h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  background-image: url("../img/logo.png");
  width: 306px;
  height: 95px;
}
.hero .reed {
  position: absolute;
  top: 80px;
  right: 80px;
  /*  top: 110px;
  right: 110px;*/
  background-image: url("../img/reed.png");
  width: 91px;
  height: 342px;
}
/*------------------------------------------------------------.site-header*/
.site-header {
  background-color: #8e866f;
  margin-bottom: 150px;
}
.site-header .inner {
  max-width: 1000px;
  margin: auto;
  padding: 10px 2%;
}
.site-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.u_m li {
  margin-right: 4%;
}
.site-header li {
  list-style: none;
}
.site-header a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1;
}
.site-header .u_m {
  width: 100%;
}
.site-header .m1 a {
  background-image: url("../img/h-logo.png");
  width: 141px;
  height: 37px;
}
.site-header .u_sns {
  height: 30px;
  width: 79px;
}
.site-header .u_sns li {
  display: flex;
  align-items: center;
  height: 100%;
}
.m_mailmaga a,
.m_instagram a,
.m_facebook a {
  height: 23px;
}
.site-header .m_instagram {
  padding-right: 16px;
  border-right: 1px solid #beb69f;
}
.site-header .m_facebook {
  padding-left: 16px;
}
.m_instagram a {
  background-image: url("../img/h-i.png");
  width: 23px;
}
.m_facebook a {
  background-image: url("../img/h-f.png");
  width: 24px;
}
/*------------------------------------------------------------section*/
section p {
  line-height: 2;
}
section .btn {
  background-color: #8e866f;
  display: flex;
  align-items: center;
  background-position: center right;
  height: 60px;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  padding-left: 1.3em;
}
/*------------------------------------------------------------s_1*/
.s_1 {
  margin-bottom: 150px;
}
.s_1 .h2_1 {
  background-image: url("../img/h2-1.png");
  background-position: right top;
  height: 321px;
  max-width: calc(1000px - 4%);
  margin: 0 auto -189px;
  padding: 0 2%;
  position: relative;
  z-index: 10;
}
.s_1 .v {
  background-image: url("../img/v-1.jpg");
  height: 730px;
  background-size: cover;
  background-position: center;
}
.s_1 .v .in {
  background-image: url("../img/v-1-r.png");
  height: 730px;
  background-position: center;
  display: flex;
}
.s_1 .t_box {
  background-image: url("../img/t_box.png");
  height: 100%;
  background-position: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  /*max-width: calc(1000px + 4%);*/
  margin: 0 auto;
  padding: 0 2%;
}
.s_1 .t_box_in {
  position: relative;
  z-index: 100;
  background-image: url("../img/t_box_in.png");
  background-position: top right;
  max-width: 420px;
}
.s_1 .t_box_in_in {
  padding: 50px 50px 0 0;
}
.s_1 .h3_1 {
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.s_1 p {
  margin-bottom: 1.6em;
}
.s_1 .btn {
  background-image: url("../img/b-1.png");
}
/*------------------------------------------------------------s_1*/
.s_1_4 {
  margin-bottom: 150px;
}
.s_1_4 .v {
  background-image: none;
  height: auto;
}
.s_1_4 .v .in {
  background-image: url("../img/v-1_4.jpg");
  height: 730px;
  background-size: cover;
  background-position: top center;
}
.s_1_4 .v .t_box {
  background-image: url("../img/v-1-r_4.png");
  height: 730px;
  background-position: center;
  display: flex;
}
/*.s_1_4 .t_box {
    background-image: url("../img/t_box_4.png");
    height: auto;
    background-position: right;
    display: block;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: calc(1000px + 4%);
    margin: 0 auto;
    padding: 0 2%;
}*/
.s_1_4 .t_box_img_2 {
  display: none;
}
.s_1_4 .t_box_in {
  position: relative;
  z-index: 100;
  background-image: none;
  max-width: calc(1000px + 2%);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
  padding: 0 0 0 2%;
}
.s_1_4 .t_box_in_in {
  background-color: #fff;
  margin-top: 0;
  min-width: 426px;
  padding: 0 50px 0 0;
}
.s_1_4 .h3_1 {
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.s_1_4 p {
  margin-bottom: 1.6em;
}
.s_1_4 .btn {
  background-image: url("../img/b-1.png");
  padding: 0 1.3em;
  justify-content: center;
}
.s_1_4 .btn + p {
  margin-top: 2.5em;
}
/*------------------------------------------------------------s_1-s_2*/
.s_1-s_2 {
  background-image: url("../img/s_1-s_2.png");
  background-position: center top;
  position: relative;
  margin-bottom: 150px;
}
/*------------------------------------------------------------s_2*/
.s_2 {
  position: relative;
  z-index: 5;
}
.s_2 .h2_2 {
  background-image: url("../img/h2-3.png");
  background-position: right top;
  height: 170px;
  max-width: calc(1000px - 4%);
  margin: 0 auto -108px;
  padding: 0 2%;
  position: relative;
  z-index: 10;
}
.s_2 .in,
.map_link {
  display: flex;
  justify-content: flex-end;
}
.s_2 .address p br {
  display: none;
}
#map_1,
.map_link_in {
  text-align: center;
  width: 50%;
  margin-bottom: 80px;
}
#map_1 {
  height: 580px;
  margin-bottom: 10px;
}
.s_2 .address {
  display: flex;
  justify-content: flex-end;
  max-width: calc(1000px + 4%);
  margin: auto;
  padding: 0 2%;
  padding: 0 2% 50px;
}
.s_2 .address .address_in {
}
.s_2 .address .h3_logo {
  background-image: url("../img/a-logo.png");
  width: 231px;
  height: 59px;
  margin: 0 auto 15px;
}
.s_2 .address p {
  line-height: 1.4;
  margin: 0 auto 25px;
}
.s_2 .address table {
  margin: auto;
}
.s_2 .address th {
  text-align: right;
  white-space: nowrap;
}
.s_2 .address td {
}
/*------------------------------------------------------------s_3*/
.s_3 {
  position: absolute;
  top: 0;
  /* width: 100%;*/
  width: 50%;
  z-index: 110;
}
.s_3 .in {
  max-width: calc(1000px + 4%);
  margin: auto;
  padding: 0 2%;
}
.s_3 .h2_3 {
  background-image: url("../img/h2-2.png");
  background-position: left top;
  height: 166px;
  max-width: calc(1000px - 4%);
  margin: 0 auto 70px;
  padding: 0 2%;
  position: relative;
  z-index: 10;
  width: 43%;
}
.s_3 ul {
  list-style: none;
  /*width: 410px;
	
  width: 40.5%;
	*/
  width: 65%;
  margin-left: auto;
  margin-right: 11%;
}
.s_3 li {
  padding: 34px 0;
  border-bottom: 1px solid #000;
  position: relative;
}
.s_3 li a {
  text-decoration: none;
  color: #000;
  display: block;
}
.s_3 li h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.s_3 li p {
  line-height: 1.4;
}
.s_3 .btn_bn {
  text-align: center;
  width: 40.5%;
  margin-top: 40px;
  width: 65%;
  margin-left: auto;
  margin-right: 11%;
}
.s_3 .btn_bn a {
  background-image: url("../img/icon_bn.png");
  background-position: left center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding-left: 18px;
  color: #8e866f;
}
/*------------------------------------------------------------s_4*/
.s_4 {
  margin-bottom: 150px;
}
.s_4 .h2_4 {
  background-image: url("../img/h2-4.png");
  background-position: left top;
  height: 284px;
  max-width: calc(1000px - 4%);
  margin: 0 auto -240px;
  padding: 0 2%;
  position: relative;
  z-index: 10;
}
.s_4 .v {
  background-image: url("../img/v-2.jpg");
  height: 776px;
  background-position: center;
  max-width: calc(1000px + 4%);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.s_4 .t_box {
  width: 435px;
  height: 505px;
  overflow: hidden;
  margin: 0 0 -200px 0;
}
.s_4 .t_box_in {
  width: 505px;
  height: 505px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
}
.s_4 .t_box_in_in {
  margin: auto;
  width: 370px;
}
.s_4 .h3_2 {
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.s_4 p {
  margin-bottom: 1.6em;
}
.s_4 .btn {
  background-image: url(../img/b-2.png);
}
/*------------------------------------------------------------site-footer*/
#site-footer {
  background-color: #f3f3f3;
  position: relative;
  z-index: 10;
  padding: 70px 0;
}
#site-footer .f_logo {
  background-image: url("../img/f-logo_al.png");
  background-size: 100% auto;
  width: 100%;
  max-width: 344px;
  aspect-ratio: 640 / 57;
  margin: 0 auto 20px;
}
#site-footer dl {
  width: fit-content;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 0.5em 1em;
  @media screen and (max-width: 500px) {
    grid-template-columns: 5em 1fr;
  }
}
#site-footer dl br {
  @media screen and (min-width: 501px) {
    display: none;
  }
}
#site-footer dt {
  text-align: right;

}
#site-footer p {
  text-align: center;
  margin-bottom: 50px;
}
#site-footer nav {
}
#site-footer ul {
  list-style: none;
}
#site-footer li {
}
#site-footer .u_m {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 2%;
}
#site-footer .u_m li {
  border-right: 1px solid #8e866f;
  padding: 0px 1.7%;
  margin: 0;
  line-height: 1;
}
#site-footer .u_m li:first-child {
  border-left: 1px solid #8e866f;
}
#site-footer .u_m li a {
  text-decoration: none;
  color: #8e866f;
}
#site-footer .u_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#site-footer .u_sns li {
  margin: 0 25px;
}
#site-footer .m_mailmaga a,
#site-footer .m_instagram a,
#site-footer .m_facebook a {
  background-position: top center;
  width: auto;
  height: calc(36px + 1rem);
  overflow: visible;
  text-indent: 0;
  text-align: center;
  font-size: 1rem;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
#site-footer .m_instagram a {
  background-image: url(../img/f-i.png);
}
#site-footer .m_facebook a {
  background-image: url(../img/f-f.png);
}
#site-footer .m_mailmaga a {
  background-image: url(../img/f-m.png);

}
#site-footer .copy {
  text-align: center;
  line-height: 1;
}
#pageTop {
  right: 40px;
  padding-bottom: 40px;
  z-index: 1000;
}
#pageTop a {
  background-image: url(../img/a-top.png);
  width: 56px;
  height: 84px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
}
/*----------------------------------------
single___
archives___
----------------------------------------*/
.mail___,
.cf___,
.single___,
.archives___ {
  background-color: #f3f3f3;
}
.mail___ .site-header,
.cf___ .site-header,
.single___ .site-header,
.archives___ .site-header {
  margin-bottom: 0;
}
.mail___ .mail___main,
.cf___ .cf___main,
.single___ .blog___,
.archives___ .blog___ {
  background-color: #fff;
}
header.page-header {
  max-width: 1000px;
  margin: 0 auto -2rem;
  padding: 2rem 2% 0;
}
.blog___ .blog___inner {
  max-width: 1000px;
  margin: auto;
  padding: 10px 2%;
  display: flex;
  justify-content: space-between;
}
.blog___ .byline {
  display: none;
}
.blog___ #primary {
  width: 100%;
}
.blog___ #secondary {
  margin: 2rem 0;
  white-space: nowrap;
  margin-left: 2rem;
  line-height: 1;
}
.blog___ #secondary h2.widget-title {
  margin-bottom: 1rem;
}
.blog___ #secondary ul {
  margin-left: 2.5rem;
}
.blog___ #secondary li {
  margin-bottom: 1rem;
}
.blog___ #secondary li a {
  text-decoration: none;
}
.blog___ article {
  border: 3px solid #8e866f;
  padding: 2rem;
  margin: 2rem 0;
}
.blog___ article img {
  max-width: 100%;
  height: auto;
}
.blog___ .entry-header {
  margin-bottom: 2rem;
}
.blog___ .entry-meta {
  margin-bottom: 1rem;
}
.blog___ .entry-header .posted-on {
  margin-bottom: 1rem;
  display: block;
}
.blog___ .entry-header a {
  text-decoration: none;
}
.blog___ p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
/*----------------------------------------
mail___
----------------------------------------*/
.mail___ h2 {
  text-align: center;
  padding: 0 0 2rem;
}
.mail___ #contact {
  max-width: 1000px;
  margin: auto;
  padding: 6rem 2rem;
  text-align: center;
}
.mail___ #contact table {
  width: 570px;
  margin: 0 auto;
}
.mail___ #contact th,
.mail___ #contact td {
  line-height: 1.4;
  padding: 0 0 2rem;
  font-size: 1.4rem;
}
.mail___ #contact th {
  text-align: left;
  padding-right: 20px;
  font-weight: normal;
  white-space: nowrap;
}
.mail___ #contact th span {
  font-size: 10px;
  font-size: 1rem;
  color: #cf1215;
  margin-left: 4px;
  font-weight: normal;
}
.mail___ #contact td {
  text-align: left;
  width: 100%;
}
.mail___ #contact input[type="text"],
.mail___ #contact textarea {
  border: 1px solid #999;
  background-color: #f2f2f2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
}
.mail___ #contact textarea {
  height: 140px;
}
.mail___ button {
  background-color: #8e866f;
  border: none;
  line-height: 1 !important;
  padding: 1.4rem 3rem;
  color: #fff;
  margin: auto;
}
.mail___ button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*----------------------------------------
cf___
----------------------------------------*/

.cf___ .h1out {
  text-align: center;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 768px) {
  .cf___ .h1out {
    max-width: 565px;
  }
}

@media screen and (min-width: 768px) {
.cf___ h1 {
  text-align: center;
  background-image: url(../img/cf_h1.png);
  height: 0;
  max-width: 560px;
  padding-top: calc(60 / 560 * 100%);
  background-size: contain;
  overflow: hidden;
  text-indent: -99999px;
}
}
.cf___ .cf___section {
  max-width: 1000px;
  margin: auto;
  padding: 15rem 2rem;
  text-align: center;
}
.cf___ td {
  border: 1px solid #444;
  padding: 1rem;
  height: 2rem;
}
.cf___ .br_pc {
  display: block;
  height: 0;
  width: 0;
}
.cf___ .intro {
  margin-bottom: 10rem;
}
.cf___ .jinmei {
  margin: auto;
  width: max-content;
}
.cf___ .jinmei ul {
  display: flex;
  list-style: none;
  flex-flow: wrap;
  text-align: left;
  margin-right: -10rem;
  width: auto;
  max-width: 84rem;
  justify-content: space-between;
}
.cf___ .jinmei li {
  font-size: 1.6rem;
  color: #8e866f;
  width: 17rem;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.screen-reader-text {
  display: none;
}
.updated {
  display: none;
}
.blog___ .btn-o {
  display: none;
}
#control {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
button#mute {
  display: block;
  background-color: #8e866f;
  color: #fff;
  line-height: 1;
  height: 2rem;
  width: 2rem;
  text-align: left;
  background-size: 1.2rem;
  background-position: center left 0.4rem;
}
.s_on {
  background-image: url("../img/on.png");
}
.s_off {
  background-image: url("../img/off.png");
}
button#mute:focus {
  outline: 0;
}
.s_1 .v .in {
  position: relative;
}
.s_1_4 .v .in {
  position: relative;
}
.copyright-1 {
  background-image: url(../img/c-1.png);
  background-position: right bottom;
}
.copyright-2 {
  background-image: url(../img/c-2.png);
  background-position: left bottom;
}
.copyright-1,
.copyright-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-repeat: no-repeat;
  margin: 0 !important;
}
.c-pc {
  display: block;
}
.c-sp {
  display: none;
}
.f_logo {
  position: relative;
}
.f_logo a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/*------------------------------------------------------------
qa*/

.qa___ {
  background-color: #fff;
}
.qa___ .qa___section {
  max-width: 1000px;
  margin: auto;
  padding: 9rem 2rem;
}
@media screen and (min-width: 768px) {
  .qa___ .qa___section {
    max-width: 1000px;
    margin: auto;
    padding: 15rem 2rem;
  }
}
.qa___ .h1out {
  text-align: center;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 768px) {
  .qa___ .h1out {
    max-width: 565px;
  }
}
.qa___ h2 {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .qa___ .h1,
  .qa___ h2 {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .qa___ .h1 {
    background-image: url("../img/qa_h1.png");
    height: 61px;
  }
  .qa___ h2 {
    margin-bottom: 0;
  }
  .qa___ .s1 {
    background-image: url("../img/qa_s1.png");
    height: 411px;
  }
  .qa___ .s2 {
    background-image: url("../img/qa_s2.png");
    height: 335px;
  }
  .qa___ .s3 {
    background-image: url("../img/qa_s3.png");
    height: 293px;
  }
}
.flex {
  padding: 0 0 34px;
}
.flex + .flex {
  border-top: 1px solid #8e866f;
}
@media screen and (min-width: 768px) {
  .flex {
    padding: 0 0 68px;
  }
  .flex + .flex {
    padding: 68px 0;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.block-right {
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .block-left {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .block-right {
    width: 80%;
  }
}
.qa___ dt {
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 17px;
}
.qa___ dt::before {
  line-height: 1.4;
  content: "Q.";
  color: #8e866f;
  margin-right: 2vw;
}
.qa___ dl + dl {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .qa___ dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .qa___ dt::before {
    font-size: 2.6rem;
    margin-right: 20px;
  }
}
.qa___ p + p,
.qa___ ul + p,
.qa___ p + ul {
  margin-top: 1em;
}
.qa___ ul {
  padding-left: 1.6em;
}
.qa___ li + li {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .qa___ dd {
    padding-left: calc(2.6rem + 20px);
  }
}

.covid {
  background-color: #f3f3f3;
  padding: 0 17px 34px;
  margin-top: 17px;
}
.covid h3 {
  font-size: 1.3em;
  color: #8e866f;
  padding: 34px 0 17px;
}
.qa___ .caution {
  color: #cf1215;
  text-indent: -1em;
  margin-left: 1em;
}

/*----------------------------------------
act___
----------------------------------------*/

.cf___ .act___h1out {
  text-align: center;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 768px) {
  .cf___ .act___h1out {
    max-width: 453px;
  }
}
.act___list  {
  margin: 0 auto;

}
.act___list dl {
  line-height: 1.6;
  text-align: left;
  gap: 0;
  border-bottom: 1px solid #f3f3f3;
}
.act___list dt {
  padding: 20px 0 0.5rem 0;
  color: #8e866f;
  border-top: 1px solid #f3f3f3;
}
.act___list dd {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .act___list dl {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .act___list dt {
    padding: 20px;
    color: #8e866f;
    border-top: 1px solid #f3f3f3;
  }
  .act___list dd {
    padding: 20px 20px 20px 0;
    border-top: 1px solid #f3f3f3;
  }
}
.act___list ul {
  list-style: none;
  font-size: 1.6rem;

}
.act___list li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cf___ .act___h1 {
    text-align: center;
    background-image: url(../img/act_h1.png);
    height: 0;
    max-width: 453px;
    padding-top: calc(62 / 453 * 100%);
    background-size: contain;
    overflow: hidden;
    text-indent: -99999px;
  }
}