html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

body {
  position: relative;
  font: 16px/1 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  color: #000;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 85%;
  height: auto;
}

a {
  color: #ed8b77;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.td-u {
  text-decoration: underline;
}

a.border {
  border-bottom: 1px solid #ef857d;
}

a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

@media only screen and (max-width: 960px) {
  a {
    word-break: break-all;
  }
  .sp_none{
    display: none!important;
  }
  br.pc_none{
    display: inherit;
  }
  .textBlock{
    font-size: 14px;
  }
}
.pc_none{
  display: none;
}

.clearfix,
.textBlock,
.textBlock dl.flatList,
.pageHeader,
.infoContent {
  zoom: 1;
}

.clearfix::after,
.textBlock::after,
.textBlock dl.flatList::after,
.pageHeader::after,
.infoContent::after {
  content: "";
  clear: both;
  display: block;
}

.wrapper {
  position: relative;
  width: 100%;
  background-image: linear-gradient(
    135deg,
    #edf0af 46.15%,
    #fff 46.15%,
    #fff 50%,
    #edf0af 50%,
    #edf0af 96.15%,
    #fff 96.15%,
    #fff 100%
  );
  background-size: 25px 25px;
}

@media only screen and (max-width: 960px) {
  .wrapper {
    width: 100%;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
}

@media only screen and (max-width: 960px) {
  .container {
    width: 100%;
  }
}

.container.-page {
  padding: 200px 0 0;
}

@media only screen and (max-width: 960px) {
  .container.-page {
    padding: 120px 0 0;
  }
}

.contents {
  position: relative;
  width: 100%;
  min-height: 900px;
  padding: 40px 128px 320px;
  background: url(img/1x/page_content_bg.png) center bottom no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents.-page {
  padding: 40px 64px 120px;
}

@media only screen and (max-width: 960px) {
  .contents {
    padding: 0 7.5% 20%;
  }

  .contents.-page {
    padding: 0 7.5% 120px;
  }
}

.sc {
  position: relative;
  margin: 40px auto;
  padding: 32px 0;
}

.sc:nth-of-type(1) {
  margin-top: 0;
}

.sc.-full {
  width: 100%;
}

.sc.-large {
  width: 1200px;
}

.sc.-small {
  width: 800px;
}

.sc.-tall {
  padding: 64px 0;
}

@media only screen and (max-width: 960px) {
  .sc.-full,
  .sc.-large,
  .sc.-small {
    width: 90%;
  }
}

.textBlock.-justify {
  text-align: justify;
}

.textBlock.-small {
  width: 80%;
  margin: auto;
}

.textBlock p,
.textBlock ul,
.textBlock ol,
.textBlock dl {
  line-height: 1.8;
}

.textBlock p {
  margin-top: 1em;
}

.textBlock .wrap {
  margin-top: 2em;
  margin-bottom: 2em;
}

.textBlock img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textBlock img.alignright {
  margin: 0 0 1.5em 1.5em;
}

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

.textBlock .alignjustify {
  text-align: justify;
}

.textBlock .alignright {
  float: right;
}

.textBlock .alignleft {
  float: left;
}

.textBlock .alignClear {
  clear: both;
}

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

.textBlock .textalignLeft {
  text-align: left;
}

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

.textBlock .textalignJustify {
  text-align: justify;
}

.textBlock .weightNormal {
  font-weight: normal;
}

.textBlock .weightBold {
  font-weight: bold;
}

.textBlock .indent {
  text-indent: 1em;
}

.textBlock .small {
  font-size: 0.75em;
}

.textBlock .large {
  font-size: 1.1em;
}

.textBlock .fz14 {
  font-size: 14px;
}

.textBlock .spaceNone {
  margin-top: 0;
}

.textBlock .spaceSmall {
  margin-top: 24px;
}

.textBlock .spaceMedium {
  margin-top: 40px;
}

.textBlock .spaceLarge {
  margin-top: 64px;
}

.textBlock .markSquare::before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
}

.textBlock .colorPink {
  color: #ed8b77;
}

.textBlock ul,
.textBlock ol {
  margin: 1em 0;
  padding: 0;
}

.textBlock ul li,
.textBlock ol li {
  list-style-position: inside;
}

.textBlock ul li:nth-of-type(n + 2),
.textBlock ol li:nth-of-type(n + 2) {
  margin: 0.25em 0 0;
}

.textBlock ul li.listitemNone,
.textBlock ol li.listitemNone {
  list-style-type: none;
}

.textBlock ul li.listitemCircle,
.textBlock ol li.listitemCircle {
  list-style: none;
  padding-left: 1.25em;
}

.textBlock ul li.listitemCircle::before,
.textBlock ol li.listitemCircle::before {
  content: "●";
  display: inline-block;
  margin: 0 0.5em 0 -1.5em;
}

.textBlock ul li.listitemKome,
.textBlock ol li.listitemKome {
  list-style: none;
  padding-left: 1.25em;
}

.textBlock ul li.listitemKome::before,
.textBlock ol li.listitemKome::before {
  content: "※";
  display: inline-block;
  margin: 0 0.5em 0 -1.5em;
}

.textBlock ul {
  list-style: disc;
}

.textBlock ol {
  list-style: decimal;
}

.textBlock li > ul,
.textBlock li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.textBlock dl.flatList .flatList__term {
  float: left;
  display: inline-block;
}

.textBlock dl.flatList .flatList__description {
  float: left;
  margin: 0 0 0 0;
  min-width: 1em;
}

.textBlock dl.flatList .flatList__description.-colon::before {
  content: "：";
  width: 1.2em;
  margin-left: -1.2em;
}

.textBlock dl.-flatAuto .flatList__description {
  float: none;
}

.textBlock dt {
  font-weight: 700;
}

.textBlock dd {
  margin: 0 1.5em 1.5em;
}

.textBlock table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

.textBlock thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

.textBlock th {
  padding: 0.4em;
  text-align: left;
}

.textBlock tr {
  border-bottom: 1px solid #eee;
}

.textBlock td {
  padding: 0.4em;
}

.textBlock th:first-child,
.textBlock td:first-child {
  padding-left: 0;
}

.textBlock th:last-child,
.textBlock td:last-child {
  padding-right: 0;
}

.textBlock .imgWrap {
  text-align: center;
  margin: 16px 0;
  padding: 25px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 6px,
    #e38674 6px,
    #e38674 7px
  );
}

.textBlock .imgWrap img {
  border: 25px solid #fff;
}

.textBlock .doubleAngleBracket::before,
.textBlock .doubleAngleBracket::after {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
  color: #d73c7e;
  -webkit-transform: scale(2, 1);
  transform: scale(2, 1);
}

.textBlock .doubleAngleBracket::before {
  content: "\0ab";
  margin: 0 0.5em 0.25em 0;
}

.textBlock .doubleAngleBracket::after {
  content: "\0bb";
  margin: 0 0 0.25em 0.5em;
}

@media only screen and (min-width: 961px) {
  .pcNone {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .spNone {
    display: none;
  }
}

.block {
  width: 100%;
  margin: 64px 0;
  padding: 32px 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block.-gray {
  background-color: #f1f1f1;
}

.block h2,
.block h3,
.block h4 {
  margin-bottom: 24px;
}

.block p {
  margin-bottom: 1em;
}

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

.block .spacetop {
  margin-top: 40px;
}

.heading {
  margin: 0 0 16px;
}

.heading.-border {
  padding: 16px 0;
  border-top: 1px solid #ed8b77;
  border-bottom: 1px solid #ed8b77;
}

.heading__title.-pink {
  text-align: center;
  font-size: 24px;
  color: #e73c86;
  text-decoration: underline;
}

.heading__title.-color {
  text-align: center;
  font-size: 24px;
  color: #ed8b77;
}

.heading__title.-plain {
  text-align: center;
  margin: 0 0 40px;
  font-size: 33px;
  color: #595757;
}

@media only screen and (max-width: 960px) {
  .heading__title.-plain {
    font-size: 24px;
  }
}

.heading__title.-underline {
  text-align: center;
  padding: 12px 0 8px;
  font-size: 24px;
  color: #ed8b77;
  border-top: 1px solid #ed8b77;
  border-bottom: 1px solid #ed8b77;
}

.heading__title.-decoration {
  padding-top: 40px;
  background: url(img/1x/parts_heading_decoration01.png) center top no-repeat;
}

.heading__subTitle {
  display: block;
  margin: 40px 0 0;
  font-size: 20px;
}

.notes {
  text-align: center;
  margin: 24px 0 0;
}

.notes .notes__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
  color: #f00;
}

.notes .notes__text {
  line-height: 1.6;
}

.btnWrap {
  display: block;
  margin: 8px 0;
}

.btnWrap.-center .btn {
  margin: auto;
}

.btnWrap.-large {
  margin: 24px 0;
}

.btn {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.-medium {
  text-align: center;
  width: 200px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: bold;
}

.btn.-large {
  text-align: center;
  width: 360px;
  padding: 12px 16px;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  .btn.-large {
    width: 100%;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.btn.-border {
  color: #ed8b77;
  border: 1px solid #ed8b77;
  background-color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.btn.-border.-pink {
  border-color: #e73770;
  color: #e73770;
}

.btn.-square {
  position: relative;
  color: #e38674;
  padding: 16px 64px;
  border: 2px solid #e38674;
  background-color: #fff;
}

.btn.-square::after {
  position: absolute;
  content: ">";
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  top: 50%;
  right: 16px;
  font-size: 120%;
  font-weight: bold;
  margin-top: -0.55em;
}

.btn.-square:hover {
  color: #fff;
  background-color: #e38674;
  text-decoration: none;
  opacity: 1;
}

.btn.-square:hover::after {
  color: #fff;
}

.btn.-circle {
  position: relative;
  text-align: center;
  color: #e38674;
  min-width: 330px;
  padding: 16px 32px;
  border: 2px solid #e38674;
  border-radius: 999px;
  background-color: #fff;
}

.btn.-circle::after {
  position: absolute;
  content: ">";
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  top: 50%;
  right: 16px;
  font-size: 120%;
  font-weight: bold;
  margin-top: -0.5em;
}

.btn.-circle:hover {
  color: #fff;
  background-color: #e38674;
  text-decoration: none;
  opacity: 1;
}

.btn.-circle:hover::after {
  color: #fff;
}

.toggleContent {
  padding: 40px 0 0;
  display: none;
}

.fixedArea {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1100px;
  margin-left: -550px;
  padding: 16px 0 0;
  z-index: 999;
}

.pageHeader {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1100px;
  margin: 0 0 0 -550px;
  z-index: 999;
}

@media only screen and (max-width: 960px) {
  .pageHeader {
    width: 100%;
    left: 0;
    margin: 0;
  }
}

.headerTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 64px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .headerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 12px 2.5%;
  }
}

.headerLogo {
  margin: 3px 0 0;
}

@media only screen and (max-width: 960px) {
  .headerLogo {
    width: 50%;
    height: auto;
    margin: 0 auto 8px;
  }
}

.headerNavWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.headerNav {
  display: inline-block;
  text-align: left;
  font-size: 17px;
}

@media only screen and (max-width: 960px) {
  .headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.headerNav__item {
  text-align: left;
}

@media only screen and (min-width: 961px) {
  .headerNav__item:nth-of-type(n + 2) {
    margin: 8px 0 0;
  }
}

@media only screen and (max-width: 960px) {
  .headerNav__item {
    text-align: center;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .headerNav__item:nth-of-type(n + 3) {
    margin: 8px 0 0;
  }
}

.headerNav__item a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25em 4px 0;
  width: 1em;
  height: 1em;
  background: url(img/1x/icon_dot_circle_pink.png) no-repeat 0 0;
  background-size: contain;
}

.headerNav__item a {
  color: #e73770;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.headerNav__item a:hover {
  background-color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.gNavWrap {
  padding: 11px 64px;
  background-color: rgba(230, 0, 0, 0.45);
}

@media only screen and (max-width: 960px) {
  .gNavWrap {
    padding: 12px 2.5%;
    display: none;
  }
}

.gNav {
  width: 100%;
}

@media only screen and (min-width: 961px) {
  .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media only screen and (max-width: 960px) {
  .gNav {
    font-size: 16px;
  }

  .gNav::after {
    content: "";
    clear: both;
    display: block;
  }
}

.gNav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 961px) {
  .gNav__item {
    -ms-flex-preferred-size: 18.5%;
    flex-basis: 18.5%;
  }
}

@media only screen and (max-width: 960px) {
  .gNav__item {
    float: left;
    width: 32%;
    margin-left: 1.5%;
  }

  .gNav__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .gNav__item:nth-of-type(n + 4) {
    margin-top: 1.5%;
  }
}

.gNav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 960px) {
  .gNav__item a {
    height: 3em;
  }
}

.gNavParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gNavParent:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 960px) {
  .gNavParent {
    height: 3em;
  }
}

.gNavChildWrap {
  position: absolute;
  top: 56px;
  left: -5%;
  width: 110%;
  padding-top: 11px;
  display: none;
  z-index: 9999;
}

@media only screen and (max-width: 960px) {
  .gNavChildWrap {
    top: 3em;
    padding-top: 0;
  }
}

.gNavChild {
  text-align: center;
  width: 100%;
  padding: 10px 12px 4px;
  background-color: rgba(230, 0, 0, 0.2);
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .gNavChild {
    font-size: 16px;
  }
}

.gNavChild__item {
  width: 100%;
  margin: 0 0 12px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
}

.gNavChild__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e73770;
}

.pageFooter {
  width: 100%;
}

.copy {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
  background-color: #ef858c;
}

.homeMain {
  text-align: center;
  height: 1005px;
  padding: 200px 0 0 0;
  background: url(img/1x/header_main_bg.jpg) no-repeat center top;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .homeMain {
    height: 620px;

    background: url(img/1x/header_main_bg_bottom_mb.png),
      url(img/1x/header_main_bg_mb.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
    background-size: contain, cover;
    padding-top: 90px;
  }
}

.homeMain__heading,
.homeMain__logo,
.homeMain__text {
  display: inline-block;
  max-width: 90%;
}

.homeMain__heading {
  margin: 0 auto -32px;
}

@media only screen and (max-width: 960px) {
  .homeMain__heading {
    margin: 0 0 0;
  }
}

.homeMain__logo {
  margin: 0 auto -32px;
}

@media only screen and (max-width: 960px) {
  .homeMain__logo {
    margin: 0 0 0;
  }
}

.homeMain__text {
  margin: 0 auto 0;
}

.homeMain__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 0 0;
  font-size: 30px;
}

.homeMain__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 224px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #e73770;
  background-color: #fff;
  color: #e73770;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .homeMenu {
    /* display: none; */
  }
}

.homeMenuCol:not(:first-child) {
  margin: 24px 0 0;
}

.homeMenuRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.homeMenuRow .homeMenuItem {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin: 0 0;
}
.homeMenu_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .homeMenu {
    display: none;
  }
  .homeMenu_sp {
    display: block;
  }
  .homeMenuRow .homeMenuItem {
    -ms-flex-preferred-size: 25%;
    flex-basis: 50%;
    margin: 0 0;
  }
}

.homeMenuRow .homeMenuItem a {
  display: block;
  width: 100%;
  height: 100%;
}

.homeMenuRow .homeMenuItem img {
  max-width: 100%;
}

.infoWrap {
  padding: 32px 0;
  border-top: 8px solid #fcf05e;
  border-bottom: 8px solid #fcf05e;
}

.infoHead {
  margin: 0 0 24px;
  font-weight: normal;
  font-size: 16px;
}

.infoList {
  border-top: 1px solid #d0d0d0;
}

.infoList.-home .infoList__item {
  border: none;
}

.infoList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  .infoList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.infoList__item.-new .infoContent::before {
  float: left;
  margin: 2px 0.5em 0 0;
  padding: 4px 8px;
  background-color: #e00;
  border-radius: 4px;
  content: "NEW!";
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.infoDate {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%;
}

@media only screen and (max-width: 960px) {
  .infoDate {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 0.75em;
  }
}

.infoContent {
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%;
  max-width: 83%;
}

@media only screen and (max-width: 960px) {
  .infoContent {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.infoContent a {
  color: inherit;
  text-decoration: underline;
}

.infoContent .td-n {
  text-decoration: none;
}

.infoContent .td-n:hover {
  text-decoration: underline;
}

.infoContent .c-red {
  color: #f00;
}

.infoContent .c-pink {
  color: #d73c7e;
}

.infoContent .c-salmon {
  color: #e57e4d;
}

.infoContent *:nth-of-type(n + 2) {
  margin: 1em 0 0;
}

.infoContent__hide {
  display: none;
}

.infoMore {
  cursor: pointer;
}

.homeSayokai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media only screen and (max-width: 960px) {
  .homeSayokai {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.homeSayokai__content {
  font-size: 14px;
  color: #e38674;
  padding: 0 0 0 8px;
  line-height: 1.4;
}

.sayokaiTitle {
  margin: 0 0 16px;
  color: #231815;
  font-size: 20px;
}

.greetingText {
  font-size: 19px;
  color: #595757;
}

.topNews {
  padding: 16px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.newsLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding: 0 10%;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .newsLabel {
    padding: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.newsLabel li {
  cursor: pointer;
}

.newsLabel li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25em 4px 0;
  width: 1em;
  height: 1em;
  background: url(img/1x/icon_pink_arrow.png) no-repeat 0 0;
  background-size: contain;
}

@media only screen and (max-width: 960px) {
  .newsLabel li:not(:first-child) {
    margin-top: 1em;
  }
}

.newsContent {
  display: none;
  font-size: 15px;
}

.newsTitle {
  display: inline-block;
  margin: 64px 0 4px;
  padding: 8px 16px;
  font-size: 20px;
  background-color: #eaea61;
}

.newsList {
  padding: 24px 0;
  border-top: 1px solid #d0d0d0;
}

.newsList li {
  position: relative;
  padding: 0 0 0 64px;
  line-height: 1.8;
}

.newsList li .fw-b {
  font-weight: bold;
}

.newsList li:not(:first-child) {
  margin: 40px 0 0;
}

.newsList li.-new::before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 56px;
  margin: 2px 0.5em 0 0;
  padding: 4px 0;
  background-color: #e00;
  border-radius: 4px;
  content: "NEW!";
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.instructorList dt {
  clear: left;
  float: left;
  width: 3em;
}

.instructorList dt::after {
  content: "：";
}

.instructorList dd {
  padding: 0 0 0 3em;
}

.homeAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 1.6;
  border-top: 1px solid #d0d0d0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media only screen and (max-width: 960px) {
  .homeAbout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border-top-width: 2px;
  }
}

.homeAbout__title,
.homeAbout__content {
  padding: 8px 8px 4px;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.homeAbout__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  color: #e95550;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .homeAbout__title {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-style: dotted;
  }
}

.homeAbout__content {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
  color: #595757;
}

@media only screen and (max-width: 960px) {
  .homeAbout__content {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom-width: 2px;
  }
}

.membersList {
  width: 100%;
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member:nth-of-type(n + 2) {
  margin: 120px 0 0;
}

.memberImage {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  height: 195px;
}

@media only screen and (max-width: 960px) {
  .memberImage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    max-width: 100%;
    margin: 0 0 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.memberInfo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

@media only screen and (max-width: 960px) {
  .memberInfo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.member__name {
  margin: 0 0 32px;
  font-size: 24px;
}

.member__position {
  display: inline-block;
  text-align: left;
  margin: 0 0 40px;
}

@media only screen and (max-width: 960px) {
  .member__position {
    margin: 0;
  }
}

.member__position li {
  margin: 0 0 1em;
}

.member__message {
  text-align: justify;
}

.qaList {
  width: 100%;
  line-height: 1.6;
}

.qaList__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 32px 4px;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  color: #e73c86;
  background-color: #fcddc1;
}

.qaList__term:nth-of-type(n + 2) {
  margin: 8px 0 0;
}

.qaList__term::before {
  content: url(img/1x/icon_question.png);
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.qaList__description {
  position: relative;
  padding: 24px 32px 24px 112px;
  background-color: #fff7d8;
}

.qaList__description::before {
  content: url(img/1x/icon_answer.png);
  position: absolute;
  left: 32px;
  top: 24px;
}

.qaText {
  position: relative;
  padding: 40px;
  border: 2px solid #1ab6bc;
  border-radius: 10px;
}

@media only screen and (max-width: 960px) {
  .qaText {
    padding: 96px 2.5% 15%;
  }
}

.qaText__heading {
  text-align: center;
  font-size: 28px;
  margin-right: -0.25em;
  margin-bottom: 64px;
  letter-spacing: 0.25em;
}

@media only screen and (max-width: 960px) {
  .qaText__heading {
    font-size: 24px;
    margin: 0 0 40px -0.15em;
    letter-spacing: 0.15em;
  }
}

.qaText__pop {
  position: absolute;
  top: -40px;
  right: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 135px;
  height: 135px;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  color: #fff;
  background-color: #1ab6bc;
  border-radius: 50%;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media only screen and (max-width: 960px) {
  .qaText__pop {
    top: -67.5px;
    left: 50%;
    margin-left: -67.5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.qaText__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .qaText__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.qaText__content dt:nth-of-type(n + 2),
.qaText__content dd:nth-of-type(n + 2) {
  margin-top: 16px;
}

.qaText__content dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 4px;
  max-width: 25%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  color: #fff;
  background-color: #1ab6bc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .qaText__content dt {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.qaText__content dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  .qaText__content dd {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.qaList__btn {
  margin-top: 16px;
  padding-right: 88px;
}

@media only screen and (max-width: 960px) {
  .qaList__btn {
    padding: 0;
  }
}

.linkList {
  width: 100%;
}

.linkList__item {
  text-align: center;
  margin: 0 0 40px;
  font-size: 18px;
}

.linkList__item a {
  display: block;
  padding: 16px 0px;
  border: 2px dotted #ed8b77;
  border-radius: 999px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.linkList__item a:hover {
  color: #fff;
  text-decoration: none;
  border: 2px solid #ed8b77;
  background-color: #ed8b77;
  opacity: 1;
}

.flowBtn {
  position: relative;
  text-align: center;
  display: table;
  color: #e38674;
  margin: 0 auto;
  min-width: 330px;
  padding: 16px 16px;
  font-size: 18px;
  border: 2px solid #e38674;
  border-radius: 999px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 960px) {
  .flowBtn {
    width: 100%;
    min-width: 100%;
    padding: 16px 40px 16px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.flowBtn:hover {
  color: #fff;
  background-color: #e38674;
}

.flowBtn::after {
  position: absolute;
  content: ">";
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  top: 50%;
  right: 16px;
  font-size: 120%;
  font-weight: bold;
  margin-top: -0.5em;
}

.flowBtn.-open::after {
  right: 16px;
  margin-top: -0.4em;
  -webkit-transform: scaleX(1) scaleY(0.5) rotate(90deg);
  transform: scaleX(1) scaleY(0.5) rotate(90deg);
}

.flowBtn.-spaceLarge {
  margin-top: 40px;
}

.flowList__item {
  position: relative;
  text-align: center;
  list-style: none;
}

.flowList__item:not(:last-child) {
  margin: 0 0 16px;
  padding: 0 0 32px;
}

.flowList__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-top: 16px solid #e38674;
  border-right: 10px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 0 -16px -8px;
}

.priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d0d0d0;
  line-height: 1.6;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.priceList__term,
.priceList__price {
  padding: 8px;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.priceList__term {
  max-width: 35%;
  padding-right: 40px;
  color: #ed8b77;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.priceList__term span {
  display: block;
}

.priceList__term span:nth-of-type(n + 2) {
  margin: 4px 0 0;
  padding: 4px 0 0;
  border-top: 1px solid #d0d0d0;
}

.priceList__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

.route__item {
  margin: 1em 0 0;
  padding: 0 0 0 1.5em;
  font-size: 12px;
  line-height: 1.4;
}

.route__item::before {
  content: "●";
  display: inline-block;
  margin: 0 0.5em 0 -1.5em;
  color: #e38674;
}

.route__item span {
  font-size: 16px;
  font-weight: bold;
  color: #e38674;
}

.routeBtn {
  display: inline-block;
  margin-left: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  .routeBtn {
    margin-left: 0;
  }
}

.direction__item:nth-of-type(n + 2) {
  margin: 64px 0 0;
}

.directionNum {
  display: block;
  text-align: center;
  margin: 0 0 16px;
  padding: 0 0 16px;
  font-size: 32px;
  color: #e38674;
  border-bottom: 1px solid #e38674;
}

.directionHeading {
  text-align: center;
  margin: 0 0 16px;
  padding: 0 0 16px;
  font-size: 24px;
  color: #e38674;
  border-bottom: 1px solid #e38674;
}

.supportText p {
  margin-top: 1.5em;
  line-height: 2;
}

.sc.-infoSayokai {
  width: 90%;
  border-top: 6px solid #eaea61;
}

.infoSayokai {
  width: 60%;
  margin: 40px auto 0;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}

.infoSayokai__title {
  text-align: center;
  padding: 16px 0 12px;
  font-weight: normal;
  background-color: #eaea61;
}

.infoSayokai__content {
  padding: 16px 24px;
  background-color: #fff;
  border: 2px solid #eaea61;
}

.infoSayokai__content .ta-c {
  text-align: center;
}

.contactForm {
  table-layout: fixed;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 20px;
  color: #595757;
  overflow: hidden;
}

.contactForm tbody {
  width: 100%;
  background-color: #fadbda;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.contactForm tbody tr:nth-of-type(n + 2) th {
  text-align: right;
  padding: 4px 16px 4px 24px;
  font-size: 18px;
}

/* .contactForm tbody tr:nth-of-type(n + 2) td {
  padding: 4px 24px 4px 0;
} */

.contactForm tbody tr:last-child th,
.contactForm tbody tr:last-child td {
  padding-bottom: 16px;
}

.contactForm tbody th,
.contactForm tbody td {
  vertical-align: middle;
}

.contactForm tbody th {
  text-align: left;
  /* width: 35%; */
  padding: 32px 32px 32px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactForm tbody th span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}

.contactForm tbody th.textareaHead {
  vertical-align: top;
  padding-top: 24px;
}

@media only screen and (max-width: 960px) {
  .contactForm tbody th {
    padding: 4px;
    font-size: 14px;
    padding-left: 16px;
  }
  table.contactForm tbody td input[type="text"], table.contactForm tbody td input[type="tel"], table.contactForm tbody td input[type="email"], table.contactForm tbody td input[type="date"], table.contactForm tbody td textarea
  {
    font-size: 16px;
  }
  table.contactForm tbody tr:last-child th, table.contactForm tbody tr:last-child td{
    padding-bottom: 4px;
  }
  .tbody{
    padding-bottom: 12px;
    padding-top: 12px;
  }
  input#send_button{
    margin-top: 16px;
  }
  .contactForm tbody th.textareaHead{
    padding-top: 12px;
  }
}

.contactForm tbody td {
  /* width: 65%; */
  padding: 32px 32px 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .contactForm tbody td {
    width: 100%;
    padding: 4px 16px;
    font-size: 14px;
  }
}

.contactForm tbody td input[type="text"],
.contactForm tbody td input[type="tel"],
.contactForm tbody td input[type="email"],
.contactForm tbody td input[type="date"],
.contactForm tbody td textarea {
  width: 100%;
  padding: 0.25em;
  border: 2px solid #f5b2b2;
  border-radius: 4px;
  font-size: 30px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .contactForm tbody tr:nth-of-type(n + 2) th {
    text-align: left;
    padding: 4px;
    font-size: 16px;
    padding-left: 16px;
  }
  tr.radio-group{
    width: 100%;
    gap: 0;
  }
  tr.radio-group label::before{
    width: 12px;
    height: 12px;
  }
}

.contactForm .additionalInfo {
  text-align: left;
  font-weight: bold;
  background-color: #fff;
  font-size: 1.2em;
    text-align: center;
}

.contactForm .additionalInfo span {
  font-size: 16px;
  font-weight: normal;
}

.contactForm .selectList {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  flex-direction: column;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: baseline;
}

@media only screen and (max-width: 960px) {
  .contactForm .selectList {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 14px;
  }

  .contactForm .selectList li:nth-of-type(n + 2) {
    margin: 1.5em 0 0;
  }
}
.contactForm tbody.choice_b th span{
  font-size: 20px;
  font-weight: 700;
}

.contactSubmit {
  display: inline-block;
  padding: 12px 60px;
  background-color: #ef858c;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactSubmit:hover {
  opacity: 0.7;
}

.thanksText {
  margin: 80px 0 64px;
  font-size: 26px;
  color: #ea5550;
}

@media only screen and (max-width: 960px) {
  .thanksText {
    font-size: 20px;
  }
}

.twitter_link {
  position: absolute;
  right: 0;
  top: 20px;
  width: 4%;
}
.twitter_link img {
  max-width: 70%;
}

@media only screen and (max-width: 960px) {
  .twitter_link {
    right: 30px;
    width: 12%;
  }
  .twitter_link img {
    width: 50%;
  }
}

#homemenu {
  /* display: none; */
}

/* ハンバーガーメニュー */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: none;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  /* 重なり順を一番上にする */
  cursor: pointer;
  top: 0px;
  right: 0;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  transition: 0.5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  box-shadow: 0px 0px 30px 20px rgb(0, 0, 0, 0.4);
  list-style: none;
  width: 85%;
  position: absolute;
  padding-top: 60px;
  left: 15%;
  font-size: 1.2em;
  background-color: #f2f2f2;
  height: 100vh;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;
  /* メニューを画面に入れる */
}

#drawer_input:checked ~ .nav_content {
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible;
  /* 下層メニューを表示 */
}

/* ドロップダウンメニュー */
.drop-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
  font-weight: bold;
  padding-left: 20px;
  text-indent: 10;
  display: block;
  position: relative;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #ccc;
  width: calc(100% - 20px);
}

.drop-menu:last-child {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #ccc;
}
.drop-menu-item {
  padding-top: 15px;
}

.Label::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ed8b77;
  border-right: solid 2px #ed8b77;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.drop-menu-list li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 40px;
  background-color: #e3ecd1;
  display: block;
  position: relative;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #ccc;
}

.drop-menu-list li a::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #739100;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: 25px;
}

.drop-menu-list li a:hover {
  background-color: #9fbb79;
}

.drop-menu-list li a:hover::before {
  border-left: solid 6px #ffffff;
}

.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  color: #ed8b77;
  display: block;
  border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}

.Label,
.toggle-menu-list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.toggle-menu-list {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + .Label + .toggle-menu-list {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.drawer_open {
  display: none;
}
.drawer_open span {
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
}

@media only screen and (max-width: 960px) {
  .drawer_open {
    display: initial;
  }
}

/* スパム対策　チェック */
.contactSubmit[disabled] {
  background-color: #ccc;
  border: 2px solid #ccc;
  cursor: not-allowed;
}
.side {
  display: flex;
  justify-content: space-between; /* 両端揃え */
}
.radio-group {
  gap: 26px;
}
.radio-items {
  display: flex;
}
.radio-group input[type="radio"] {
  display: none;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
  font-weight: 600
  ;
}

.radio-group label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #666;
  border-radius: 4px;
  background: #fff;
}

.radio-group input[type="radio"]:checked + label::before {
  background: #4caf50;
  border-color: #4caf50;
}

.textbox-wrapper {
  display: none;
}

.w100 {
  width: 100px;
}
/* アスタリスクの位置 */
.radio-items {
  position: relative;
}
.radio-items .required {
  position: absolute;
  left: -90px;
}
th.colspan2 {
  position: relative;
}
.colspan2 .required {
  position: absolute;
  left: 320px;
}
/* 選択肢の幅 
.contactForm tbody .radio-group th {
  width: 50%;
}
.contactForm tbody .radio-group td {
  width: 100%;
}
  */
/* フォーム切り替え */
.choice_a {
  display: none;
}
.radio-buttons input[type="radio"] {
  display: none; /* ラジオボタン本体を非表示 */
}

.radio-buttons label {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #eee;
  color: #333;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* ホバー時 */
.radio-buttons label:hover {
  background-color: #ddd;
}

/* チェックされているラジオボタンに対応するラベル */
.radio-buttons input[type="radio"]:checked + label {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.width80 {
  width: 80%;
  margin: auto;
}
.width90{
  width: 90%;
  margin: 0 auto;
}
.contactForm.colorA tbody {
  background-color: #d9ecfa;
}
.contactForm.colorA tbody td input[type="text"],
.contactForm.colorA tbody td input[type="tel"],
.contactForm.colorA tbody td input[type="email"],
.contactForm.colorA tbody td input[type="number"],
.contactForm.colorA tbody td textarea {
  border: 2px solid #68b4e4;
}
.contents.-page.pt0 {
  padding-top: 0;
}
.disnone {
  display: none;
}
.br20 {
  border-radius: 20px;
}
.contactForm tbody tr:last-child th, .contactForm tbody tr:last-child td{
  padding-bottom: 32px;
}