@charset "UTF-8";
body {
  font-size: 100%;
}

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

span {
  display: inline-block;
}

a:link, a:visited {
  color: #0000ff;
  text-decoration: none;
}
a:hover, a:active {
  color: #ff0000;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

pre {
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

img {
  height: auto !important;
}

table {
  table-layout: fixed !important;
}

table td {
  padding: 0 !important;
}

table td img {
  max-width: 100% !important;
  height: auto !important;
}

form table td {
  padding: 10px !important;
}

.ml1 {
  margin-bottom: 10px;
}

header#global_header {
  width: 100%;
  height: auto;
  background: url(../images/common/bg_header.gif) repeat-x center top;
}

#h1_wrap {
  padding-bottom: 5px;
}

h1 {
  text-align: right;
  color: #333;
  padding-top: 5px;
}

#header_inner {
  padding: 10px 0 20px;
}

.f1 {
  float: left;
  width: 50%;
  margin-top: -20px;
}

.f2 {
  float: right;
  width: 50%;
  padding-top: 10px;
}

#tel_header {
  float: left;
  width: 50%;
}

#contact_header {
  float: right;
  width: 50%;
}

#nav_global_1 {
  margin-bottom: 0px;
}

#nav_global_1 ul {
  display: grid;
  grid-auto-flow: column;
}

#nav_global_1 ul img {
  height: var(--navH) !important;
}

#nav_global_2 {
  display: none !important;
}

.mean-container .mean-bar {
  background: var(--mc);
}

.mean-container .mean-nav {
  background: var(--mc);
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mv_slide {
  padding: 10px;
  background: url(../images/common/bg_main.gif) repeat-x bottom;
}
.mv_slide img {
  margin-inline: auto;
}
.mv_slide li {
  outline: none;
}

footer#global_footer {
  width: 100%;
  min-width: unset;
  padding-inline: 10px;
  height: auto;
  background: url(../images/common/bg_footer.gif) repeat-x top center;
  background-color: var(--mc);
}

#footer_inner {
  padding: 30px 0;
  position: relative;
}
#footer_inner ul {
  float: right;
  text-align: left;
  padding-inline: 1em;
  font-size: 13px;
}
#footer_inner ul > * + * {
  margin-top: 0.5em;
}
@media (width <= 960px) {
  #footer_inner ul {
    float: left;
  }
}
@media (width <= 480px) {
  #footer_inner ul {
    min-width: 60%;
    padding-block: 0.5em;
  }
}

#footer_inner a {
  color: #333;
}

#copy {
  padding: 5px 0 5px;
  background-color: #16abd4;
  color: #fff;
}
#copy a {
  text-decoration: none;
  color: #fff;
}
#copy a:hover {
  text-decoration: underline;
}

#pagetop {
  float: right;
}

#add_footer {
  float: left;
  text-align: left;
  padding-inline: 1em;
}

#add_footer span {
  color: #1468ad;
  font-weight: bold;
}

.m3 {
  float: right;
  text-align: left;
}

.m2 {
  float: right;
  text-align: left;
}

.m1 {
  float: right;
  text-align: left;
}

.wishlist form ul li.btn_contact a {
  background: url(../images/common/ico_mail_w.png) no-repeat 35px 50%;
  background: url(../images/common/ico_mail_w_s.png) no-repeat 35px 50% \9 ;
}

.wishlist form ul li.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 35px 50%;
  background: url(../images/common/ico_cart_w_s.png) no-repeat 35px 50% \9 ;
}

#contents_wrap {
  max-width: 100%;
  min-width: unset;
  background-color: #c9ffff;
}

#contents {
  padding-bottom: 50px;
}

#main {
  max-width: 100%;
}

#main #col_main {
  max-width: 100%;
}

#main > * {
  margin-top: 30px;
}

.title1 {
  background: url(../images/content/bg_h2_index.gif) no-repeat left bottom;
  color: #fff;
  border-radius: 8px;
}

.title1 :is(h1, h2, h3) {
  line-height: 54px;
  padding-left: 84px;
  text-shadow: 1px 1px 3px #1c86ba;
}

.title2 {
  background: url(../images/content/bg_aisatu_index.gif) no-repeat left bottom;
  color: #fff;
}

.title2 :is(h1, h2, h3) {
  line-height: 83px;
  padding-left: 83px;
  text-shadow: 1px 1px 3px #f84695;
}

.title3 {
  background: url(../images/content/bg_h2_1.png) no-repeat left bottom;
  color: #fff;
  border-radius: 8px;
}

.title3 :is(h1, h2, h3) {
  line-height: 54px;
  padding-left: 80px;
  padding-top: 10px;
  text-shadow: 1px 1px 3px #2793c3;
}

.t_h3 :is(h1, h2, h3) {
  padding: 0.5em 0.75em;
  background-color: #e1e2e1;
  border-left: 6px solid #64b52c;
  font-weight: bold;
  color: #333;
}

.news {
  background: url(../images/content/bg_h2_info.gif) no-repeat;
}

.news p {
  color: #1468ad;
  font-weight: bold;
  font-size: 26px;
  line-height: 60px;
  padding-left: 84px;
}

.pankuzu {
  line-height: 20px;
  color: #0d2780;
}

.pankuzu a {
  color: #f989c2;
}

.txt_border {
  border: 1px solid #ccc;
  padding: 10px;
}

#newsback {
  background: #ffffff;
  padding: 20px 17px 15px 20px;
  border-radius: 0 0 8px 8px;
}

.top_news {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 209px;
}

.content_back {
  background: url(../images/content/bg_tayori_middle.gif) repeat-y;
  background-size: contain;
}

.photo img {
  border: 1px solid #cecece;
  padding: 4px;
}

.g01 {
  font-size: 19px;
  color: #333;
  font-weight: bold;
}

.g02 {
  font-size: 25px;
  color: #ff5fb1;
  font-weight: bold;
}

.aisatu {
  border-bottom: 1px dashed #b0b0b0;
}

.ColLeft {
  float: left;
  width: 36%;
}

.ColRight {
  float: left;
  width: 60%;
}

.content_back2 {
  border-radius: 0 0 8px 8px;
  background: url(../images/content/img_ahiru.gif) no-repeat;
  background-position: 100% 100%;
}

.content_back3 {
  border-radius: 8px;
  border: 3px solid #5ab6d0;
  background: url(../images/content/bg_hougan.gif);
}

.kyujin_waku1 {
  font-size: 16px;
  font-weight: bold;
}

.kyujin_waku1 span {
  font-size: 18px;
  font-weight: bold;
  color: #da3291;
}

.kyujin_waku2 {
  display: none;
}

.kyujin1 {
  font-size: 16px;
  font-weight: bold;
}

.kyujin2 {
  font-size: 18px;
  font-weight: bold;
  color: #da3291;
}

.ColLeft2 {
  float: left;
  width: 40%;
}

.ColRight2 {
  float: right;
  width: 55%;
}

.nikki_title {
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #f2c118;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
}

.nikki_title::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f2c118;
}

a.to_bigmap {
  color: #1468ad;
  text-align: right;
}

.nagare p {
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #7aca41;
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.nagare p::after {
  position: absolute;
  top: 8px;
  left: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #7aca41;
}

.junbi {
  font-size: 25px;
  font-weight: bold;
}

.ColLeft3 {
  float: left;
  width: 55%;
}

.ColRight3 {
  float: right;
  width: 40%;
}

.uta {
  border: 1px solid #f88cc6;
  background-color: #fff;
}

.ColLeft4 {
  float: left;
  width: 30%;
}

.ColRight4 {
  float: right;
  width: 65%;
}

.staff_name {
  border-bottom: 2px solid #4dc9ec;
  background: url(../images/content/con_namae.gif) no-repeat 0 5px;
  background-size: 30px 30px;
  padding-top: 10px;
  padding-left: 35px;
  font-size: 16px;
}

.staff_photo img {
  border: 1px solid #ccc;
}

.mincho {
  font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.hirakaku {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.topic {
  border-bottom: 1px dashed #58bed9;
}

#sideinfo,
#sideinfo2 {
  background-color: #fff;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#sideinfo2 {
  padding-left: 15px;
}

.textTel {
  font-weight: bold;
  font-size: 19px;
  color: #5cb822;
}

@media (width <= 960px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  header#global_header {
    width: 100%;
    /*min-width: 100% !important;*/
    min-width: 469px !important;
  }
  #header_inner {
    padding: 10px 10px 10px;
  }
  #h1_wrap {
    padding-top: 0px;
    background: none;
    padding-left: 10px;
  }
  h1 {
    font-size: 13px;
  }
  .f1 {
    float: none;
    width: 100%;
    margin-top: -20px;
  }
  .f2 {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  #tel_header {
    float: left;
    width: 50%;
    text-align: right;
  }
  #contact_header {
    float: right;
    width: 48%;
    text-align: left;
  }
  .ColLeft {
    float: left;
    width: 36%;
  }
  .ColRight {
    float: right;
    width: 60%;
  }
  .kyujin_waku1 {
    display: none;
  }
  .kyujin_waku2 {
    display: block;
  }
  #nav_global_1 {
    display: none;
  }
  footer#global_footer {
    width: 100%;
    min-width: 469px !important;
    height: auto;
  }
  #add_footer {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 1em;
  }
  #copy {
    font-size: 13px;
  }
  #nav_footer {
    display: none;
  }
  #contents_wrap {
    width: 100%;
    min-width: 469px !important;
  }
  #contents {
    padding: 0 10px;
  }
  #col_main {
    font-size: 14px;
  }
  #main > * {
    padding-bottom: 20px;
  }
  #main #col_side1 img {
    width: 100%;
    text-align: center;
  }
  #side #col_side2 {
    padding-bottom: 20px;
  }
  .topic {
    border-bottom: 1px dashed #58bed9;
    font-size: 13px;
  }
  .g01 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
  }
  .g02 {
    font-size: 16px;
    color: #ff5fb1;
    font-weight: bold;
  }
  #sideinfo2 p {
    font-size: 14px;
  }
  .fwN {
    font-weight: normal !important;
  }
  .fwB {
    font-weight: bold !important;
  }
  .mgAuto {
    margin: 0 auto !important;
  }
  .tdpd05 td {
    padding: 5px !important;
  }
  .tdpd10 td {
    padding: 10px !important;
  }
  .tdpd15 td {
    padding: 15px !important;
  }
  .tdpd20 td {
    padding: 20px !important;
  }
  .tdpd25 td {
    padding: 25px !important;
  }
  .tdpd30 td {
    padding: 30px !important;
  }
  .tdpd35 td {
    padding: 35px !important;
  }
  .tdpd40 td {
    padding: 40px !important;
  }
  .tdpd45 td {
    padding: 45px !important;
  }
  .tdpd50 td {
    padding: 50px !important;
  }
  .scroll {
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #edd8e1;
  }
  .indexNews {
    height: 600px;
  }
}
@media (width <= 640px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .tbl_scroll table {
    width: auto !important;
  }
  .tbl_block td {
    width: 100% !important;
    margin-top: -1px;
  }
  header#global_header {
    width: 100%;
    min-width: 100% !important;
  }
  #header_inner {
    padding: 10px 10px 10px;
  }
  #h1_wrap {
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 55px;
  }
  h1 {
    font-size: 13px;
    padding-bottom: 0px !important;
    visibility: hidden;
  }
  .f1 {
    float: none;
    width: 100%;
    margin-top: -20px;
  }
  .f2 {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  #tel_header {
    float: none;
    width: 100%;
    text-align: center;
  }
  #contact_header {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .kyujin_waku1 {
    display: none;
  }
  .kyujin_waku2 {
    display: block;
  }
  #nav_global_1 {
    display: none;
  }
  footer#global_footer {
    width: 100%;
    min-width: 100% !important;
  }
  #nav_footer {
    display: none;
  }
  #contents_wrap {
    width: 100%;
    min-width: 100% !important;
  }
  #contents {
    padding: 0 10px 50px 10px;
  }
  #main #col_main {
    padding-block: 20px;
  }
  #main #col_side1 {
    padding-bottom: 20px;
    text-align: center;
    min-width: unset;
    max-width: 420px;
    margin-inline: auto;
  }
  #main #col_side1 img {
    width: 100%;
  }
  #side #col_side2 {
    padding-bottom: 20px;
  }
  .title3 :is(h1, h2, h3) {
    line-height: 54px;
    padding-left: 70px;
    padding-top: 10px;
    font-size: 20px;
    text-shadow: 1px 1px 3px #2793c3;
  }
  .ColLeft {
    float: none;
    width: 100%;
  }
  .ColRight {
    float: none;
    width: 100%;
  }
  .g01 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
  }
  .g02 {
    font-size: 14px;
    color: #ff5fb1;
    font-weight: bold;
  }
  .pankuzu {
    display: none;
  }
  .ColLeft2 {
    float: none;
    width: 100%;
  }
  .ColRight2 {
    float: none;
    width: 100%;
  }
  .nagare p {
    position: relative;
    padding: 0.5em 0.75em;
    background-color: #7aca41;
    border-radius: 6px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
  }
  .nagare p::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #7aca41;
  }
  .ColLeft4 {
    float: none;
    width: 100%;
    margin-top: 40px !important;
  }
  .ColRight4 {
    float: none;
    width: 100%;
  }
  .ColLeft3 {
    float: none;
    width: 100%;
  }
  .ColRight3 {
    float: none;
    width: 100%;
  }
  .ColRight3 img {
    display: none;
  }
  #sideinfo,
  #sideinfo2 {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 240px;*/
    width: 100%;
    margin: 0 auto;
  }
}
.mv {
  justify-content: center;
  margin-top: var(--mvMT);
  position: relative;
  display: flex;
  flex-direction: column;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: unset;
}

#contents :is(.mv_img, .mv_slide) {
  margin-inline: auto;
}
#contents :is(.mv_img, .mv_slide) img {
  width: 100% !important;
  margin-inline: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: unset;
}
@media (width <= 834px) {
  #contents :is(.mv_img, .mv_slide) img {
    aspect-ratio: 3/2;
  }
}
@media (width <= 640px) {
  #contents :is(.mv_img, .mv_slide) img {
    aspect-ratio: 1;
  }
}

.it01,
.ti01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
  --imgW: 50%;
}
.it01 img,
.ti01 img {
  max-width: var(--imgW);
  width: var(--imgW);
  -o-object-fit: cover;
     object-fit: cover;
}
.it01.img100,
.ti01.img100 {
  --imgW: 100%;
}
.it01.img95,
.ti01.img95 {
  --imgW: 95%;
}
.it01.img90,
.ti01.img90 {
  --imgW: 90%;
}
.it01.img875,
.ti01.img875 {
  --imgW: 87.5%;
}
.it01.img85,
.ti01.img85 {
  --imgW: 85%;
}
.it01.img80,
.ti01.img80 {
  --imgW: 80%;
}
.it01.img75,
.ti01.img75 {
  --imgW: 75%;
}
.it01.img70,
.ti01.img70 {
  --imgW: 70%;
}
.it01.img66,
.ti01.img66 {
  --imgW: 66%;
}
.it01.img65,
.ti01.img65 {
  --imgW: 65%;
}
.it01.img60,
.ti01.img60 {
  --imgW: 60%;
}
.it01.img55,
.ti01.img55 {
  --imgW: 55%;
}
.it01.img50,
.ti01.img50 {
  --imgW: 50%;
}
.it01.img45,
.ti01.img45 {
  --imgW: 45%;
}
.it01.img40,
.ti01.img40 {
  --imgW: 40%;
}
.it01.img35,
.ti01.img35 {
  --imgW: 35%;
}
.it01.img33,
.ti01.img33 {
  --imgW: 33%;
}
.it01.img30,
.ti01.img30 {
  --imgW: 30%;
}
.it01.img25,
.ti01.img25 {
  --imgW: 25%;
}
.it01.img20,
.ti01.img20 {
  --imgW: 20%;
}
.it01.img10,
.ti01.img10 {
  --imgW: 10%;
}
.it01::after,
.ti01::after {
  display: none;
}
.it01:where(.ti01, .__rev),
.ti01:where(.ti01, .__rev) {
  flex-direction: row-reverse;
}
.it01 > a:has(> img):is(#contents *),
.ti01 > a:has(> img):is(#contents *) {
  width: var(--imgW);
  margin: unset;
  height: auto;
}
.it01 > a:has(> img):is(#contents *) figure,
.it01 > a:has(> img):is(#contents *) img:is(#contents *),
.ti01 > a:has(> img):is(#contents *) figure,
.ti01 > a:has(> img):is(#contents *) img:is(#contents *) {
  max-width: 100%;
  margin: unset;
  width: 100%;
  height: auto;
}
.it01 > img:is(#contents *),
.ti01 > img:is(#contents *) {
  width: var(--imgW);
}
.it01 > img:is(#contents *) img,
.ti01 > img:is(#contents *) img {
  max-width: 100%;
  margin: unset;
  width: 100%;
  height: auto;
}
.it01 > :not(:has(img, iframe)),
.ti01 > :not(:has(img, iframe)) {
  flex: 1;
}
.it01 > :not(:has(img, iframe)) div,
.ti01 > :not(:has(img, iframe)) div {
  width: 100%;
}
@media (width <= 834px) {
  .it01 > *:is(#contents *),
  .ti01 > *:is(#contents *) {
    flex: unset;
    width: 100%;
  }
  .it01 img:is(#contents *),
  .ti01 img:is(#contents *) {
    --imgW: 100%;
    max-width: 360px;
  }
}

section form h2.mail.title {
  display: none;
}

.pan1 {
  position: relative;
  z-index: 1;
}
.pan1 ul li a:-moz-any-link::after {
  content: var(--Home);
  font-family: var(--icon);
  margin-inline-start: 0.5em;
  display: var(--panAF);
}
.pan1 ul li a:any-link::after {
  content: var(--Home);
  font-family: var(--icon);
  margin-inline-start: 0.5em;
  display: var(--panAF);
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  max-width: var(--base);
  display: inline-flex;
}
.pan1 ul li:not(:first-child) {
  pointer-events: none;
}
.pan1 ul li:not(:first-child) a {
  text-decoration: none;
  color: currentColor;
  background: none;
}
.pan1 ul a:-moz-any-link {
  text-decoration: none;
  color: var(--linkC);
}
.pan1 ul a:any-link {
  text-decoration: none;
  color: var(--linkC);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(.h.active, .policy-wrap.active) {
  overflow: hidden;
}

.privacy-policy {
  text-decoration: underline;
}

.policy-trigger {
  text-decoration: underline;
  text-decoration-color: var(--linkC);
  color: var(--linkC);
  cursor: pointer;
}

p.annot {
  font-size: inherit;
  font-weight: inherit;
}

.policy-wrap {
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  height: calc(100% - var(--head));
  width: 100%;
  line-height: 2;
  background-color: var(--bc50);
  overscroll-behavior: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  display: none;
}
.policy-wrap > div > div {
  pointer-events: none;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h2 {
  font-size: var(--h3FZ);
}
.policy-wrap :is(h1, h2, h3) {
  border-left: 6px solid var(--tx);
  color: #111;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}
.policy-wrap p {
  margin: 10px 0 25px;
  color: #111;
  line-height: 2;
  font-size: inherit;
  font-weight: inherit;
}
.policy-wrap > div {
  position: relative;
  padding: 20px;
  width: var(--base);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--tx);
  height: 80vh;
  max-height: calc(100vh - var(--head) * 1.5);
  overflow-y: scroll;
  max-width: 100%;
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy_contents h2 {
  font-size: var(--h3FZ);
  border-bottom: 1px solid var(--bdc);
}

.wrapper > *:where(:not(.home *)),
section > *:where(:not(.home *)),
section > form > *:where(:not(.home *)) {
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}
.wrapper > *:where(:not(.home *)) + *,
section > *:where(:not(.home *)) + *,
section > form > *:where(:not(.home *)) + * {
  margin-top: 1em;
}
.wrapper > *:where(:not(.home *)) + *.box,
section > *:where(:not(.home *)) + *.box,
section > form > *:where(:not(.home *)) + *.box {
  margin-top: 0;
}
.wrapper > *:where(:not(.home *)) > *,
section > *:where(:not(.home *)) > *,
section > form > *:where(:not(.home *)) > * {
  max-width: 100%;
}

section > form {
  padding: unset;
}

.btns br {
  display: none;
}
.btns a {
  display: block;
  padding: 1em;
  background-color: var(--sc);
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-block: 2px;
}

.form_wrap.nagare dl {
  align-items: flex-start;
  flex-wrap: wrap;
}
.form_wrap.nagare dt {
  justify-content: flex-start;
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #7aca41;
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.form_wrap.nagare dt:after {
  position: absolute;
  top: 8px;
  /* left: 30px; */
  left: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  /* border-top: 15px solid #f0f0f0; */
  border-left: 15px solid #7aca41;
}
.form_wrap.nagare dd {
  border: unset;
  background-color: unset;
  padding-left: 1.5em;
}
@media (width <= 480px) {
  .form_wrap.nagare dl > *:is(#contents *) {
    width: 100%;
  }
  .form_wrap.nagare dt:after {
    position: absolute;
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 15px solid #7aca41;
  }
  .form_wrap.nagare dd {
    padding: 1.5em 1em;
  }
}
.form_wrap.form_02 {
  --p:1em;
  --bdc:var(--tx20);
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  position: relative;
}
.form_wrap.form_02 dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  background-color: var(--sc20);
  padding-inline: 0.5em;
  border-right-style: solid !important;
  border-right-width: 1px !important;
}
.form_wrap.form_02 dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_02 dl:has(.btn, iframe, img) dt {
  display: none;
}
.form_wrap.form_02 dl:has(.btn, iframe, img) dd {
  display: flex;
  gap: 1em;
}
.form_wrap.form_02 dl:has(.btn, iframe, img) dd figure {
  width: -moz-fit-content;
  width: fit-content;
}
.form_wrap.form_02 u {
  --o: 0px;
}
.form_wrap.form_02 a {
  text-decoration: underline;
}
.form_wrap.form_02 .btn {
  margin-top: 0;
  margin-left: 1.5em;
  color: var(--wh);
  text-decoration: none;
}
.form_wrap.form_02 > br {
  display: none;
}
@media (width <= 640px) {
  .form_wrap.form_02 {
    max-height: 40vh;
  }
}
.form_wrap.form_02 dt {
  min-width: 25%;
  justify-content: center;
  font-weight: 700;
}
.form_wrap.form_02 dd {
  flex-grow: 1;
}
@media (width <= 834px) {
  .form_wrap.form_02 dd {
    white-space: unset;
  }
}
.form_wrap.form_02 dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
}
.form_wrap.form_02 dl > * {
  padding-top: 0;
}
.form_wrap.form_02 dl:last-child {
  border-bottom: none;
}
@media (width <= 834px) {
  .form_wrap.form_02 dl:last-of-type dt {
    border-bottom: none;
  }
}
.form_wrap.form_02 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_02 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media (width <= 640px) {
  .form_wrap.form_02 dl {
    flex-direction: row !important;
    padding: 1em 0;
  }
  .form_wrap.form_02 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_02 dt:is(*),
.form_wrap.form_02 dd:is(*) {
  line-height: 1.6;
  background-color: unset;
}
@media (width <= 834px) {
  .form_wrap.form_02 dt:is(*),
  .form_wrap.form_02 dd:is(*) {
    width: 100%;
  }
}
.form_wrap.form_02 dt,
.form_wrap.form_02 dd {
  padding: var(--p);
}
@media (width <= 834px) {
  .form_wrap.form_02 dl {
    padding-block: 0;
    flex-wrap: wrap;
  }
  .form_wrap.form_02 dl > * {
    flex: unset;
    width: 100% !important;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .form_wrap.form_02 dl > dt {
    border-right-color: #ccc;
  }
}
.form_wrap.form_column {
  --thumbC: #000;
  --thumbW: 8px;
  --bdc:var(--un);
  --bdw:1px;
  --bds:none;
  --p:.5em;
  --pdb:0em;
  --pdi: .5em;
  --dtc:var(--tx);
  --dtw:bold;
  --maxH:30vh;
  --dtMW: 7em;
  --dtFF:var(--osw);
  --thumbC: var(--tx20);
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
}
.form_wrap.form_column::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
.form_wrap.form_column::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
@media (width <= 834px) {
  .form_wrap.form_column {
    --pdb: 1em;
    --pdi: .5em;
  }
}
@media (width <= 640px) {
  .form_wrap.form_column.__scroll {
    max-height: var(--maxH);
  }
}
.form_wrap.form_column a {
  text-decoration: underline;
}
.form_wrap.form_column dt {
  width: 100% !important;
}
.form_wrap.form_column dd {
  width: 100% !important;
}
.form_wrap.form_column dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: unset;
  border-bottom: var(--line);
  border-color: var(--bdc);
  border-style: var(--bds);
  border-bottom-width: var(--bdw);
  padding-block: var(--pdb);
}
.form_wrap.form_column dl > * {
  padding-block: calc(var(--pdb) / 2);
}
.form_wrap.form_column dl dt,
.form_wrap.form_column dl dd {
  line-height: 1.5;
  padding-inline: var(--pdi);
  border-color: transparent;
  background-color: unset;
  border: none !important;
}
.form_wrap.form_column dl dt {
  display: block;
  font-weight: var(--dtw);
  color: var(--dtc);
  font-family: var(--dtFF);
}
.form_wrap.form_column dl dd {
  flex-grow: 1;
}
@media (width <= 640px) {
  .form_wrap.form_column dl dt,
  .form_wrap.form_column dl dd {
    width: 100% !important;
  }
  .form_wrap.form_column dl dt {
    border-bottom: none;
  }
  .form_wrap.form_column dl dd {
    border-top: none;
  }
}
.form_wrap.form_column dl:has(dd:empty) {
  border: none;
}
.form_wrap.form_column dl:has(dd:empty) dt {
  font-size: var(--h3FZ) !important;
  width: 100% !important;
  color: var(--tx) !important;
}
.form_wrap.form_column dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_column dl:has(.btn, iframe, img) {
  border: none !important;
}
.form_wrap.form_column dl:has(.btn, iframe, img) .btn {
  float: right;
  margin-top: 1em;
}
.form_wrap.form_column dl:has(.btn, iframe, img) dt:is(#contents dt) {
  display: none;
}
.form_wrap.form_column.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}

.card2 {
  --g: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
}
.card2 ul {
  display: contents;
}
.card2 .box,
.card2 li,
.card2 > * {
  width: calc((100% - var(--g) * 1) / 2);
}
@media (width <= 480px) {
  .card2 .box,
  .card2 li,
  .card2 > * {
    width: calc(50% - var(--g) / 2);
  }
}
.card2:after {
  display: none;
}
.card2 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.card3 {
  --g: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
}
.card3 ul {
  display: contents;
}
.card3 .box,
.card3 li,
.card3 > * {
  width: calc((100% - var(--g) * 2) / 3);
}
@media (width <= 480px) {
  .card3 .box,
  .card3 li,
  .card3 > * {
    width: calc(50% - var(--g) / 2);
  }
}
.card3:after {
  display: none;
}
.card3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.card4 {
  --g: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
}
.card4 ul {
  display: contents;
}
.card4 .box,
.card4 li,
.card4 > * {
  width: calc((100% - var(--g) * 3) / 4);
}
@media (width <= 480px) {
  .card4 .box,
  .card4 li,
  .card4 > * {
    width: calc(50% - var(--g) / 2);
  }
}
.card4:after {
  display: none;
}
.card4 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}/*# sourceMappingURL=common_style.css.map */