@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}
/* ========== end △ */
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* ========== end △ */
#breadcrumb li {
  font-size: 1.2rem;
  margin-right: 10px;
  position: relative;
  padding-left: 15px;
}

#breadcrumb li:first-child {
  color: #000;
  text-align: left;
  font-weight: bold;
  padding-left: 0;
}

#breadcrumb li::before {
  content: "\f105";
  margin-right: 6px;
  color: #000;
  font-size: 15px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#breadcrumb li:first-of-type::before {
  display: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
}
/* ========== end △ */
.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

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

/* ==================================================
    Common Css
================================================== */
.tt_page {
  /* background: url(../images/news/tt_page_bg.jpg) no-repeat center top; */
  background-size: cover;
}

.tt_page .container {
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt_page .container h1 {
  font-size: 2rem;
  color: #6c4ea3;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt_page .container {
    height: 5rem;
  }
  .tt_page .container h1 {
    font-size: 2rem;
  }
}
/* ========== end △ */
.cm_tt5 {
  font-size: 2rem;
  margin-bottom: 7rem;
  text-align: center;
}

.cm_tt5 span {
  color: #6c4ea3;
  font-size: 2rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt5 {
    margin-bottom: 2rem;
  }
}
/* ========== end △ */
.cm_tt5.text-left {
  text-align: left;
}

.cm_tt6 {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D5D3D0;
}

.detail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.detail_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 37rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #6c4ea3;
  padding: 1rem 1rem 1rem 5rem;
  text-decoration: none;
  background: url(../images/common_img/pdf.png) no-repeat left 5rem center;
  border: 1px solid #6c4ea3;
  border-radius: 30rem;
  color: #6c4ea3;
  font-weight: bold;
  min-height: 8rem;
}

.detail_btn a:hover {
  background: #6c4ea3 url(../images/common_img/pdf.png) no-repeat left 5rem center;
  color: #fff;
}

.detai_btn {
  width: 100%;
  margin: 7rem 0;
}

.detai_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.detai_btn ul li.detail_mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 26rem;
}

.detai_btn ul li.detail_mid a {
  min-width: 20rem;
  height: 3.5rem;
  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;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 4rem;
  border: 1px solid #6c4ea3;
  background: #6c4ea3;
  position: relative;
  color: #fff;
}

.detai_btn ul li.detail_mid a:hover {
  background: #fff;
  color: #6c4ea3;
}

.detai_btn ul li.detail_mid a:hover:after {
  right: 0;
  opacity: 0;
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .detai_btn ul li.detail_mid {
    max-width: 20rem;
  }
  .detai_btn ul li.detail_mid a {
    height: 4rem;
    min-width: 100%;
    padding: 0 3rem;
    width: 10rem;
    /* padding: 0; */
  }
}
/* ========== end △ */
.detai_btn ul li.detail_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detai_btn ul li.detail_nav a {
  min-width: 3.5rem;
  height: 3.5rem;
  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;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 4rem;
  border: 1px solid #a895e2;
  background: #a895e2;
  color: #fff;
  position: relative;
}

.detai_btn ul li.detail_nav a:hover {
  background: #fff;
  color: #a895e2;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .detai_btn ul li.detail_nav a {
    height: 4rem;
    min-width: 4rem;
  }
}
/* ========== end △ */
.cm_number {
  margin: 3.5rem 0;
}

.cm_number .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 24.7rem;
}

.cm_number .container ul li a, .cm_number .container ul li span {
  text-decoration: none;
  font-size: 1.4rem;
  width: 3.8rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #333;
}

.cm_number .container ul li a:hover {
  color: #fff;
  background: #6c4ea3;
}

.cm_number .container ul li.current a {
  background: #6c4ea3;
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_number {
    margin: 4rem 0;
    width: 100%;
  }
  .cm_number .container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  /* .cm_number .container ul li {
    margin: 0.5rem;
  } */
}
/* ========== end △ */
.cm_table2 {
  margin-bottom: 3rem;
  /* display: flex; */
  /* justify-content: center; */
}

.cm_table2:last-child {
  margin-bottom: 0;
}

.cm_table2 table {
  width: 70%;
  margin: 0 auto;
}

.cm_table2 table tr th {
  background: #6c4ea3;
  border: 1px solid #a895e2;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  color: #fff;
}

.cm_table2 table tr td {
  border: 1px solid #a895e2;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  color: #333;
  background: #fff;
}

.cm_table2 table tr td h3 {
  font-family: "Source Sans 3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.cm_table2 table tr td p {
  font-size: 1.4rem;
  font-weight: normal;
}

.cm_table2.spec1 table tr td {
  text-align: center;
}

.cm_table2.spec1 table tr td:first-child {
  border-bottom: 1px solid #a895e2;
  /* background: #a895e2; */
  color: #333;
}

.cm_table2.spec1 table tr td:last-child {
  color: #333;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_table2.scroll {
    overflow: auto;
  }
  .cm_table2.scroll table {
    width: 840px !important;
  }
  .cm_table2 table {
    width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
    News_content
================================================== */
.news_sec .container > p {
  font-weight: normal;
}

.news_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_sec .container .wrap_content .left {
  min-width: 14.7rem;
  margin-right: 10rem;
}

.news_sec .container .wrap_content .left h2 {
  font-size: 1.8rem;
  color: #6c4ea3;
}

.news_sec .container .wrap_content .left ul {
  margin-bottom: 3rem;
}

.news_sec .container .wrap_content .left ul li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 2rem;
}

.news_sec .container .wrap_content .left ul li:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.25rem;
  height: 100%;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0rem;
  top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 2rem;
}

.news_sec .container .wrap_content .left ul li a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4rem;
}

.news_sec .container .wrap_content .left ul li a:hover {
  text-decoration: underline;
}

.news_sec .container .wrap_content .right {
  width: 100%;
}

.news_sec .container .wrap_content .right dl {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_sec .container .wrap_content .right dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 1rem; */
  font-size: 1.4rem;
  margin-right: 2rem;
}

.news_sec .container .wrap_content .right dl dt span {
  margin-right: 2rem;
}

.news_sec .container .wrap_content .right dl dt a {
  background: #f2e9f5;
  min-width: 11rem;
  text-align: center;
  color: #6c4ea3;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_sec .container .wrap_content .right dl dt a:hover {
  background: #6c4ea3;
  color: #fff;
}

.news_sec .container .wrap_content .right dl dd a {
  text-decoration: none;
  font-size: 1.4rem;
}

.news_sec .container .wrap_content .right dl dd a:hover {
  color: #6c4ea3;
  text-decoration: underline;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news_sec {
    padding: 4rem 0 0;
  }
  .news_sec .container > p {
    font-size: 3.5vw;
  }
  .news_sec .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_sec .container .wrap_content .left {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news_sec .container .wrap_content .right dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 0;
    margin-bottom: 0;
  }
  .news_sec .container .wrap_content .right dl dt {
    width: 100%;
  }
  .news_sec .container .wrap_content .right dl dd {
    padding-left: 8.5rem;
  }
}
/* ========== end △ */
.content_detail .title {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D5D3D0;
}

.content_detail .title .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.content_detail .title .cate span {
  background: #f2e9f5;
  min-width: 11rem;
  text-align: center;
  color: #6c4ea3;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
}

.content_detail .title .cate em {
  font-style: normal;
}

.content_detail .title h2 {
  font-family: "Source Sans 3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
}

.content_detail .photo {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_detail .photo.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content_detail .photo.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content_detail .photo.full figure {
  width: 100%;
}

.content_detail .video {
  margin-bottom: 4rem;
}

.content_detail .video .inner {
  position: relative;
}

.content_detail .video .inner iframe {
  position: relative;
  width: 100%;
  z-index: 2;
}

.content_detail figure {
  position: relative;
  margin: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .content_detail .title h2 {
    font-size: 2.5rem;
  }
  .content_detail .wrap_nav2 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content_detail .wrap_nav2 ul li {
    margin-bottom: 20px;
  }
  .content_detail .wrap_nav2 ul li.mid {
    position: relative;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
/* ==================================================
    Instructor
================================================== */
.intructor_sec {
  background: url(../images/top/bg1.png) no-repeat right -5rem center;
}

.intructor_sec .box1 {
  padding: 3rem 0;
}

.intructor_sec .box1:first-child {
  /* padding: 0px 0 3rem; */
}

.intructor_sec .box1 .container h2 {
  text-align: left;
  /* margin-left: 5rem; */
  margin-bottom: 1rem;
}

.intructor_sec .box1 .container h2 strong {
  display: none;
}

.intructor_sec .box1 .container .inner {
  background: #faf9fd;
  padding: 5rem 5rem 5rem;
  width: 85%;
  margin: auto;
}

.intructor_sec .box1 .container .content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-bottom: 2rem; */
}

.intructor_sec .box1 .container .content1 .left {
  /* margin-right: 5rem; */
  width: 100%;
  /* float: right; */
}

.intructor_sec .box1 .container .content1 .left p {
  margin-bottom: 3rem;
}

.intructor_sec .box1 .container .content1 .left img {
  float: right;
  /* margin-left: 4rem; */
  /* margin-bottom: 3rem; */
  background: #faf9fd;
  padding-left: 4rem;
}

.intructor_sec .box1 .container .content1 .left p {
  font-weight: normal;
}

.intructor_sec .box1 .container .content1 .left p:last-child {
  margin-bottom: 0;
}

.intructor_sec .box1 .container .content1 .right {
  min-width: 20rem;
}

.intructor_sec .box1 .container .content1 .right img {
  /* margin-top: -120px; */
}

.intructor_sec .box1 .container .content2 p {
  font-weight: normal;
}

.intructor_sec .box1:nth-child(even) .container h2 {
  /* padding-left: 46.5rem; */
}

.intructor_sec .box1:nth-child(even) .container .content1 .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /* margin-left: 5rem; */
}

.intructor_sec .box1:nth-child(even) .container .content1 .left img {
  float: left;
  padding-left: 0;
  padding-right: 4rem;
  margin-bottom: 6rem;
}

.intructor_sec .box1:nth-child(even) .container .content1 .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .intructor_sec .box1 {
    padding: 4rem 0 0 !important;
  }
  .intructor_sec .box1 .container h2 {
    margin-left: 0 !important;
    text-align: left;
    padding-left: 0 !important;
  }
  .intructor_sec .box1 .container .inner {
    padding: 3rem;
    width: 100%;
  }
  .intructor_sec .box1 .container .content1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intructor_sec .box1 .container .content1 .left {
    width: 100%;
    /* margin: 0 0 2rem !important; */
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .intructor_sec .box1 .container .content1 .left p {
    margin-bottom: 2rem;
  }
  .intructor_sec .box1 .container .content1 .right {
    width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .intructor_sec .box1 .container .content1 .right img {
    margin-top: 0;
  }
}
/* ========== end △ */
/* ==================================================
    About
================================================== */
.about_sec .box1 {
  position: relative;
  /* padding-top: 3rem; */
}

.about_sec .box1 .decor1 {
  position: absolute;
  bottom: 0;
  left: 10rem;
}

.about_sec .box1 .decor2 {
  position: absolute;
  top: -7rem;
  right: 10rem;
}

.about_sec .box1 .container .content {
  position: relative;
  padding: 0px 10rem 6rem;
}

.about_sec .box1 .container .content .decor3 {
  position: absolute;
  left: 15rem;
  top: 0;
}

.about_sec .box1 .container .content .decor4 {
  position: absolute;
  right: 15rem;
  bottom: 4rem;
}

.about_sec .box1 .container .content .cm_tt5 {
  margin-bottom: 2rem;
}

.about_sec .box1 .container .content p {
  text-align: center;
  /* font-size: 1.6rem; */
}

.about_sec .box2 {
  padding: 4rem 0 5.5rem;
  background: #f2e9f5;
}

.about_sec .box2 .container .wrap_content .content {
  padding: 1.7rem 1.5rem 1.7rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_sec .box2 .container .wrap_content .content .left {
  min-width: 43%;
  padding-left: 3rem;
  font-size: 1.8rem;
  margin-right: 0rem;
}

.about_sec .box2 .container .wrap_content .content .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 2rem; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_sec .box2 .container .wrap_content .content .right ul li {
  width: 49%;
}

.about_sec .box2 .container .wrap_content .content .right a {
  color: #866db3;
}

.about_sec .box2 .container .wrap_content .content .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15rem;
  background: #a895e2;
  width: 8rem;
  height: 8rem;
  border-radius: 10.6rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about_sec .box2 .container .wrap_content .arrow {
  margin: 2rem auto;
  text-align: center;
}

.about_sec .box3 {
  padding: 4rem 0 5rem;
}

.about_sec .box3 .container p {
  margin-bottom: 2rem;
  padding: 0 18.3rem;
}

.about_sec .box3 .container table {
  /* width: 100%; */
  /* margin-bottom: 7rem; */
}

.about_sec .box3 .container table tr th {
  background: #6c4ea3;
  border: 1px solid #a895e2;
  width: 50%;
  font-size: 1.6rem;
  padding: 0.5rem;
  color: #fff;
}

.about_sec .box3 .container table tr td {
  border: 1px solid #a895e2;
  width: 50%;
  font-size: 1.6rem;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
}

.about_sec .box3 .container table tr td:first-child {
  border-bottom: 1px solid #a895e2;
  /* background: #a895e2; */
  color: #333;
  font-weight: 700;
}

.about_sec .box3 .container table tr td:last-child {
  color: #333;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .about_sec .box1 {
    padding: 4rem 0;
  }
  .about_sec .box1 .decor2 {
    right: 0;
    top: 0;
  }
  .about_sec .box1 .decor1 {
    left: 0;
    bottom: 0;
  }
  .about_sec .box1 .container .content .decor3 {
    left: 0;
  }
  .about_sec .box1 .container .content {
    padding: 5rem 3rem 5rem;
  }
  .about_sec .box1 .container .content .decor4 {
    bottom: 0;
    z-index: 1;
    right: 0;
  }
  .about_sec .box1 .container .content p {
    z-index: 2;
    position: relative;
    text-align: left;
  }
  .about_sec .box1 .container .content .cm_tt5 {
    z-index: 2;
    position: relative;
    margin-bottom: 2rem;
  }
  .about_sec .box2 {
    padding: 4rem 0;
  }
  .about_sec .box2 .container > p {
    text-align: left;
  }
  .about_sec .box2 .container .wrap_content .arrow {
    margin: 2rem 0;
  }
  .about_sec .box2 .container .wrap_content .content {
    /* padding-top: 3.5rem; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5rem;
    padding-left: 5rem;
  }
  .about_sec .box2 .container .wrap_content .content .step {
    width: 6rem;
    height: 6rem;
    font-size: 1.5rem;
    /* top: -3rem; */
  }
  .about_sec .box2 .container .wrap_content .content .left {
    padding-left: 0;
    width: 100%;
  }
  .about_sec .box2 .container .wrap_content .content .right { /* display: none; */ }
  .about_sec .box2 .container .wrap_content .content .right ul li {
    width: 100%;
  }
  .about_sec .box2 .container .wrap_content .content .right ul li {
    margin-bottom: 2rem;
  }
  .about_sec .box3 {
    padding: 4rem 0;
  }
  .about_sec .box3 .container p {
    padding: 0;
  }
  .about_sec .box3 .container table tr th {
    /* font-size: 1.8rem; */
    /* padding: 1rem; */
  }
  .about_sec .box3 .container table tr td {
    /* font-size: 1.8rem; */
    /* padding: 1rem; */
  }
}
/* ========== end △ */
/* ==================================================
    Menu-price
================================================== */
.menu_price .box1 {
  padding: 3rem 0;
}

.menu_price .box1 .container .cm_table2 table tr th {
  width: 50%;
}

.menu_price .box1 .container .cm_table2 table tr td {
  text-align: center;
  padding: 1rem 0;
}

.menu_price .box1 .container > p {
  text-align: center;
  font-weight: normal;
}

.menu_price .box2 {
  padding: 3rem 0 4rem;
  background: #fff;
}

.menu_price .box2 .container > p {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: normal;
}

.menu_price .box2 .container .cm_table2 table tr td {
  text-align: center;
}

.menu_price .box2 .container .cm_table2 table tr td:first-child {
  width: 65%;
  text-align: left;
}

.menu_price .box3 {
  padding: 3rem 0 4rem;
  background: #faf9fd;
}

.menu_price .box4 {
  background: #f2e9f5;
  padding: 3rem 0 4rem;
}

.menu_price .box4 .container > p {
  margin-bottom: 3rem;
  font-weight: normal;
  padding: 0 18.3rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .menu_price .box1 {
    padding: 4rem 0;
  }
  .menu_price .box1 .container > p {
    text-align: left;
  }
  .menu_price .box2 {
    padding: 4rem 0;
  }
  .menu_price .box2 .cm_table2 table {
    width: 600px !important;
  }
  .menu_price .box2 .cm_table2 table tr th:nth-child(1) {
    width: 53% !important;
  }
  .menu_price .box2 .cm_table2 table tr th:nth-child(2) {
    min-width: 170px !important;
  }
  .menu_price .box2 .cm_table2 table tr th:nth-child(3) {
    min-width: 130px !important;
  }
  .menu_price .box3 {
    padding: 4rem 0;
  }
  .menu_price .box4 {
    padding: 4rem 0;
  }
  .menu_price .box4 .container > p {
    padding: 0;
  }
  .menu_price .box2 .container > p {
    text-align: left;
  }
}
/* ========== end △ */
/* ==================================================
    studio_sec
================================================== */
.studio_sec {
  padding-bottom: 7rem 0 0;
}

.studio_sec .box1 .container h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.studio_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: end; */
  -ms-flex-align: end;
  /* align-items: flex-end; */
}

.studio_sec .container .content .left {
  margin-right: 50px;
  font-weight: normal;
}

.studio_sec .container .content .left table tr {
  border-bottom: 1px solid #D5D3D0;
}

.studio_sec .container .content .left table tr td {
  padding: 0.7rem 1.5rem;
}

.studio_sec .container .content .left table tr td:first-child {
  width: 13rem;
}

.studio_sec .container .content .right {
  min-width: 510px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .studio_sec {
    padding: 4rem 0;
  }
  .studio_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .studio_sec .box1 .container h2 {
    font-size: 2.3rem;
  }
  .studio_sec .container .content .left {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .studio_sec .container .content .right {
    min-width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
    studio_sec
================================================== */
#formEnd {
  margin: 4rem 0;
}
#formEnd p {
  text-align: center;
  /* font-size: 1.8rem; */
  margin-bottom: 1rem;
}
#formEnd p span {
  color: #6c4ea3;
  font-weight: bold;
}
#formEnd .confirm_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#formEnd .confirm_spec .box_submit {
  margin: 0 2.5rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #formEnd .confirm_spec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #formEnd .confirm_spec .box_submit {
    margin: 1rem 0;
    width: 90%;
  }
  #formEnd .confirm_spec .box_submit .prev:before {
    left: 15px;
  }
  #formEnd .confirm_spec .box_submit .btn_sec_wrap:before {
    right: 1.5rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #formEnd {
    margin: 3rem 0 0;
  }
  #formEnd p {
    font-size: 1.6rem;
  }
}
/* ========== end △ */

.box_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 1rem;
}
.box_submit .btn_sec_wrap {
  position: relative;
  width: 37rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 4rem;
  border: 1px solid #6c4ea3;
  color: #6c4ea3;
}
.box_submit .btn_sec_wrap.case_btn {
  background: rgb(1, 104, 183);
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 104, 183)), to(rgb(0, 141, 129)));
  background: linear-gradient(90deg, rgb(1, 104, 183) 0%, rgb(0, 141, 129) 100%);
}
.box_submit .btn_sec_wrap:hover {
  background: #1798BF;
}
.box_submit .btn_sec_wrap:before {
  position: absolute;
  right: 2rem;
  top: 0px;
  content: "\f105";
  width: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: FontAwesome;
  color: #6c4ea3;
  z-index: 3;
  font-size: 2rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.box_submit .btn_sec_wrap .btn_confirm2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  padding: 0 3rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #6c4ea3;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 3rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  border: none;
  font-size: 1.8rem;
}
.box_submit .btn_sec_wrap:hover .btn_confirm2 {
  background: #6c4ea3;
  color: #fff;
}
.box_submit .btn_sec_wrap:hover:before {
  color: #fff;
}
.box_submit .btn_sec_wrap:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.box_submit .btn_sec_wrap.prev {
  /* background: #768c9c; */
}
.box_submit .btn_sec_wrap.prev:hover {
  background: #000;
}
.box_submit .btn_sec_wrap.prev.finish {
  background: #fff;
  border: 2px solid #000;
}
.box_submit .btn_sec_wrap.prev.finish .btn_confirm2 {
  color: #000;
}
.box_submit .btn_sec_wrap.prev.finish .btn_confirm2:hover {
  color: #fff;
}
.box_submit .btn_sec_wrap.prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: auto;
  left: 3rem;
}
.box_submit .btn_sec_wrap.prev:after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.box_submit .btn_sec_wrap.prev:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box_submit .btn_sec_wrap {
    min-width: 90%;
  }
  .box_submit .btn_sec_wrap .btn_confirm2 {
    height: 6rem;
  }
  .box_submit .btn_sec_wrap:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
/* ========== end △ */

.action_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.action_btn .box_submit {
  max-width: 25.5rem;
  width: 25.5rem;
}
.action_btn .box_submit .btn_sec_wrap {
  width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .action_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5rem;
  }
  .action_btn .box_submit .btn_sec_wrap {
    width: 100%;
  }
}
/* ========== end △ */
.contact_sec {
  font-weight: normal;
}
.contact_sec .box1 .container > p {
  text-align: center;
  margin-bottom: 2rem;
  /* font-size: 1.8rem; */
  font-weight: 600;
}
.contact_sec .box1 .container > p:nth-child(3) {
  margin-bottom: 5rem;
  font-weight: normal;
}
.contact_sec .box1 .container > p:nth-child(1) {
  /* font-size: 2rem; */
  /* font-family: "Noto Serif JP", serif; */
}
.contact_sec .box1 .container > p:nth-child(1) a {
  color: #6c4ea3;
}
.contact_sec .box1 .container .purple_sec {
  background: #faf9fd;
  border-radius: 1.4rem;
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  /* font-size: 1.8rem; */
}
.contact_sec .box1 .container form .two_ul {
  width: 100%;
}
.contact_sec .box1 .container form .two_ul li {
  width: 100%;
  margin-bottom: 10px;
}
.contact_sec .box1 .container form .two_ul li p {
  margin-bottom: 0;
}
.contact_sec .box1 .container form .two_ul li input {
  width: 100%;
}
.contact_sec .box1 .container form.rental01 table tr th .inner {
  padding-left: 110px;
}
.contact_sec .box1 .container form .ninni {
  background: #000;
  color: #fff;
  width: 6rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 23px;
  font-weight: bold;
  float: right;
  font-size: 1.3rem;
  position: absolute;
  right: 2rem;
  height: 3rem;
  top: 0px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact_sec .box1 .container form .hissu {
  background: #6c4ea3;
  color: #fff;
  width: 6rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 23px;
  font-weight: bold;
  float: right;
  font-size: 1.3rem;
  position: absolute;
  right: 2rem;
  height: 3rem;
  top: 0px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact_sec .box1 .container form .wrap_table {
  background: #f8f8f8;
  padding: 2.5rem;
  margin-bottom: 5rem;
}
.contact_sec .box1 .container form table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
.contact_sec .box1 .container form table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.contact_sec .box1 .container form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.contact_sec .box1 .container form table tr:first-child {
  border-top: 1px solid #e8e8e8;
}
.contact_sec .box1 .container form table tr .inner {
  height: auto !important;
}
.contact_sec .box1 .container form table tr th {
  min-width: 33rem;
  width: 33rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 2rem 0;
  height: auto;
  /* font-size: 1.8rem; */
}
.more {
  margin-top: 4rem;
}
.contact_sec .box1 .container form table tr th.spec .inner {
  padding-left: 10.5rem;
}
.contact_sec .box1 .container form table tr th .two_line li:last-child {
  margin-bottom: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box1 .container form table tr th .two_line li {
    margin-bottom: 1rem;
  }
}
/* ========== end △ */
.contact_sec .box1 .container form table tr th em {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
}
.contact_sec .box1 .container form table tr th .more p {
  font-size: 1.4rem;
  font-weight: normal;
}
.contact_sec .box1 .container form table tr th strong {
  font-weight: bold;
  line-height: 1.5;
}
.contact_sec .box1 .container form table tr th .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.contact_sec .box1 .container form table tr th .inner p {
  width: 100%;
}
.contact_sec .box1 .container form table tr th .inner .miss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1.5rem;
}
.contact_sec .box1 .container form table tr td {
  padding: 2rem 3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* font-size: 1.6rem; */
}
.contact_sec .box1 .container form table tr td.form-confirm-textarea{
	white-space: pre-wrap;
}
.contact_sec .box1 .container form table tr td .list6 {
  width: 100%;
}
.contact_sec .box1 .container form table tr td .list6 li input {
  width: 100%;
}
.contact_sec .box1 .container form table tr td .w70 {
  width: 70%;
}
.contact_sec .box1 .container form table tr td .w30 {
  width: 15%;
}
.contact_sec .box1 .container form table tr td .red {
  color: red;
}
.contact_sec .box1 .container form table tr td .wrap {
  width: 100%;
}
.contact_sec .box1 .container form table tr td .wrap .flex_spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_sec .box1 .container form table tr td .wrap .flex_spec .w100 {
  width: 35%;
}
.contact_sec .box1 .container form table tr td p {
  margin-bottom: 20px;
}
.contact_sec .box1 .container form table tr td p:last-child {
  margin-bottom: 0;
}
.contact_sec .box1 .container form table tr td .w40 {
  width: 45%;
}
.contact_sec .box1 .container form table tr td .w20 {
  width: 25%;
}
.contact_sec .box1 .container form table tr td .day_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_sec .box1 .container form table tr td .day_time li {
  margin-right: 2rem;
}
.contact_sec .box1 .container form table tr td .day_time li:last-child {
  margin-right: 0;
}
.contact_sec .box1 .container form table tr td .day_time select {
  min-width: 20rem;
}
.contact_sec .box1 .container form table tr td .day_time .wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_sec .box1 .container form table tr td .row label {
  margin-right: 1rem;
}
.contact_sec .box1 .container form table tr td .day_time .wrap1 input {
  min-width: 10rem;
  width: auto;
}
.contact_sec .box1 .container form table tr td .day_time .wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_sec .box1 .container form table tr td .day_time .wrap2 label {
  margin-left: 1rem;
}
.contact_sec .box1 .container form table tr td .day_time .wrap2 select {
  min-width: 10rem;
}
.contact_sec .box1 .container form table tr td .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.contact_sec .box1 .container form table tr td .list1 li {
  margin-bottom: 10px;
  width: 50%;
}
.contact_sec .box1 .container form table tr td .list1 li input[type=radio] {
  height: auto;
}
.contact_sec .box1 .container form table tr td .list1.spec5 li {
  margin-bottom: 0;
  padding: 0;
}
.contact_sec .box1 .container form table tr td .list1.spec5 li:last-child {
  width: 100%;
}
.contact_sec .box1 .container form table tr td .list1.spec5 li:last-child > input {
  width: calc(100% - 150px);
  margin-left: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box1 .container form table tr td .list1.spec5 li:last-child > input {
    width: 100%;
  }
}
/* ========== end △ */
.contact_sec .box1 .container form table tr td .list1.spec2 li {
  width: auto;
}
.contact_sec .box1 .container form table tr td .list1.spec2 li:last-child {
  width: 100%;
}
.contact_sec .box1 .container form table tr td .list1.spec3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact_sec .box1 .container form table tr td .list1.spec3 li {
  margin-right: 3rem;
  width: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box1 .container form table tr td .list1.spec3 li {
    margin-right: 0;
  }
}
/* ========== end △ */
.contact_sec .box1 .container form table tr td .list1.spec3 li:last-child {
  width: 100%;
  margin-right: 0;
}
.contact_sec .box1 .container form table tr td .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box1 .container form table tr td .row {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact_sec .box1 .container form table tr td .row:last-child {
    border-bottom: none;
  }
}
/* ========== end △ */
.contact_sec .box1 .container form table tr td .row > p {
  font-weight: bold;
  min-width: 10rem;
  margin-bottom: 0;
}
.contact_sec .box1 .container form table tr td .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10rem);
}
.contact_sec .box1 .container form table tr td .row ul li {
  width: auto;
  margin-right: 5rem;
}
.contact_sec .box1 .container form table tr td .row ul li:last-child {
  margin-right: 0;
  width: 100%;
}
.contact_sec .box1 .container form table tr td .row ul li input[type=checkbox] {
  height: auto;
}
.contact_sec .box1 .container form table tr td .row ul.spec5 li:last-child {
  width: auto;
}
.contact_sec .box1 .container form table tr td .row ul.last li:last-child {
  width: 70%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box1 .container form table tr td .row ul.last li:last-child {
    width: 100%;
  }
}
/* ========== end △ */
.contact_sec .box1 .container form table tr td .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact_sec .box1 .container form table tr td .list2 li {
  width: 33%;
}
.contact_sec .box1 .container form table tr td .list2 li:first-child {
  margin-right: 3rem;
}
.contact_sec .box1 .container form table tr td .w360 {
  width: 48rem;
  margin-left: 1rem;
}
.contact_sec .box1 .container form table tr td .w370 {
  width: 36rem;
}
.contact_sec .box1 .container form table tr td .w490 {
  width: 43rem;
}
.contact_sec .box1 .container form table tr td .w130 {
  width: 13rem;
  margin-left: 1rem;
}
.contact_sec .box1 .container form table tr td .w100 {
  width: 100%;
}
.contact_sec .box1 .container form table tr td input, .contact_sec .box1 .container form table tr td select, .contact_sec .box1 .container form table tr td option, .contact_sec .box1 .container form table tr td optgroup {
  border: 1px solid #f1f1f1;
  height: 4rem;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact_sec .box1 .container form table tr td textarea {
  border: 1px solid #f1f1f1;
  height: 22rem;
  width: 100%;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: auto;
}
.contact_sec .box1 .container form table tr td .flex_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_sec .box1 .container form table tr td .zip {
  display: inline-block;
  color: #f89b00;
  margin-left: 2rem;
  background: url(../common_img/side_row.png) no-repeat left center;
  padding-left: 2rem;
}
.contact_sec .box1 .container form table.table_break tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_sec .box1 .container form table.table_break tr th {
  width: 100%;
}
.contact_sec .box1 .container form table.table_break tr td {
  width: 100%;
}
.contact_sec .box1 .container form .link_spec {
  margin-top: 1rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec {
    padding: 4rem 0 0;
  }
  .contact_sec .box1 .container > p {
    font-size: 1.6rem !important;
    text-align: left;
  }
  .contact_sec .box1 .container .purple_sec {
    font-size: 1.6rem;
    text-align: left;
  }
  .contact_sec .box1 .container form table tbody tr th, .contact_sec .box1 .container form table tbody tr td {
    font-size: 1.6rem;
  }
  .contact_sec .box1 .container form table tbody tr td .day_time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_sec .box1 .container form table tbody tr td .row ul {
    width: 100%;
    flex-wrap: unset;
  }
  .contact_sec .box1 .container form table tbody tr td .day_time .wrap1 input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 0rem;
    max-width: 14rem;
  }
  .contact_sec .box1 .container form table tbody tr td .day_time li {
    /* width: 100%; */
    /* margin-bottom: 1rem; */
    display: flex;
    margin-right: 7px;
  }
  .contact_sec .box1 .container form table tbody tr td .day_time li:last-child {
    margin-bottom: 0;
  }
  .contact_sec .box1 .container form table tbody tr td .day_time li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
  }
  .contact_sec .box1 .container form table tbody tr td .day_time li div select {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    min-width: 15rem;
    min-width: 4rem !important;
  }
  .contact_sec .box1 .container form table tbody tr td .day_time li div label {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 2 !important;
    /* min-width: 5rem; */
    flex-shrink: 0;
    margin: 0 0.5rem !important;
  }
}
/* ========== end △ */

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 768px) {
  .contact_sec .box1 form .hissu, .contact_sec .box1 form .ninni {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    right: 0;
    bottom: 0;
    left: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .contact_sec .box1 .container form table {
    width: 100%;
    display: block;
  }
  .contact_sec .box1 .container form table tbody {
    display: block;
  }
  .contact_sec .box1 .container form table tr {
    display: block;
  }
  .contact_sec .box1 .container form table tr:first-child th {
    border-bottom: none;
  }
  .contact_sec .box1 .container form table tr th {
    width: 100%;
    padding: 0 0px;
    border-right: none;
    display: block;
  }
  .contact_sec .box1 .container form table tr th .inner {
    padding: 1rem 0px 1rem 0px;
    display: block;
    width: 100%;
  }
  .contact_sec .box1 .container form table tr th .inner strong {
    display: block;
    text-align: left;
  }
  .contact_sec .box1 .container form table tr th .inner strong br {
    display: none;
  }
  .contact_sec .box1 .container form table tr th .inner .hissu, .contact_sec .box1 .container form table tr th .inner .ninni {
    right: 0;
  }
  .contact_sec .box1 .container form table tr th .inner p {
    margin-top: 0;
  }
  .contact_sec .box1 .container form table tr th .inner .more {
    padding-right: 7rem;
  }
  .contact_sec .box1 .container form table tr td {
    width: 100%;
    padding: 1rem 0 1.5rem 0px !important;
    margin-left: 0;
    display: block;
  }
  .contact_sec .box1 .container form table tr td span {
    display: inline-block;
    order: 1;
  }
  .contact_sec .box1 .container form table tr td span.ml10 {
    display: inline-block;
  }
  .contact_sec .box1 .container form table tr td #state {
    width: 80%;
    display: block;
    margin-top: 1rem;
  }
  .contact_sec .box1 .container form table tr td .w60 {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .contact_sec .box1 .container form table tr td .list1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_sec .box1 .container form table tr td .list1 li {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0;
    padding: 0;
  }
  .contact_sec .box1 .container form table tr td .list1 li input[type=radio] {
    height: auto;
    margin-left: 0;
  }
  .contact_sec .box1 .container form table tr td .list1 li:nth-child(2n) {
    width: 100%;
  }
  .contact_sec .box1 .container form table tr td .list1 li:last-child input {
    margin-top: 1rem;
    margin-left: 0 !important;
  }
  .contact_sec .box1 .container form table tr td .list1 li:last-child input[type=radio] {
    margin-top: 0;
  }
  .contact_sec .box1 .container form table tr td .wrap .flex_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_sec .box1 .container form table tr td .wrap .flex_spec input {
    width: auto;
    max-width: 17rem;
  }
  .contact_sec .box1 .container form table tr td .wrap .flex_spec span {
    margin-top: 0.5rem;
  }
  .contact_sec .box1 .container form table tr td .list1 .w100 {
    width: 100% !important;
  }
  .contact_sec .box1 .container form table tr td .list2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_sec .box1 .container form table tr td .list2 li {
    width: 100%;
  }
  .contact_sec .box1 .container form table tr td .list3 li {
    width: 100%;
  }
  .contact_sec .box1 .container form table tr td .w370, .contact_sec .box1 .container form table tr td .w360, .contact_sec .box1 .container form table tr td .w490 {
    width: 100%;
    margin-bottom: 1%;
  }
  .contact_sec .box1 .container form table tr td .w260 {
    width: 100%;
  }
}
.red {
  color: red;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1.3rem;
	font-weight: normal;
	display: block !important;
}