@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap");
#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: 13px;
  margin-right: 10px;
  position: relative;
  padding-left: 15px;
}

#breadcrumb li:first-child {
  color: var(--color-theme-black);
  text-align: left;
  font-weight: bold;
  padding-left: 0;
}

#breadcrumb li::before {
  content: "/";
  margin-right: 6px;
  color: var(--color-theme-black);
  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: var(--color-theme-black);
  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;
}

/* ==================================================
	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: 13px;
  margin-right: 10px;
  position: relative;
  padding-left: 15px;
}

#breadcrumb li:first-child {
  color: var(--color-theme-black);
  text-align: left;
  font-weight: bold;
  padding-left: 0;
}

#breadcrumb li::before {
  content: "/";
  margin-right: 6px;
  color: var(--color-theme-black);
  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: var(--color-theme-black);
  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;
}

/* ==================================================
	List:
    Common CSS
    News
    Contact
================================================== */
/* ==================================================
    Common_Css
================================================== */
#main {
  min-height: 100vh;
  margin-top: 10px;
}

.tt_page .container .content {
  border-radius: 20px;
  border: 4px solid var(--color-theme-primary);
  padding: 40px 40px;
  background: var(--color-theme-white);
  position: relative;
}

.tt_page .container .content:before {
  /*content: "";
  width: 187px;
  height: 133px;
  background: url(../news/images/bg1.png) no-repeat center center;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;*/
}

.tt_page .container .content:after {
  /*content: "";
  width: 187px;
  height: 133px;
  background: url(../news/images/bg2.png) no-repeat center center;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;*/
}

.tt_page .container .content h1 span {
  font-size: 20px;
}

.tt_page .container .content h1 strong {
  font-size: 46px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt_page {
    margin-bottom: 30px;
  }
  .tt_page .container .content:before, .tt_page .container .content:after {
    width: 100px;
    background-size: 100% auto;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .tt_page .container .content:before, .tt_page .container .content:after {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  /* ========== end △ */
  .tt_page .container .content:before {
    left: 15px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .tt_page .container .content:before {
    background-position: left top 10px;
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  /* ========== end △ */
  .tt_page .container .content:after {
    right: 15px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .tt_page .container .content:after {
    background-position: right bottom 10px;
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* ========== end △ */
  .tt_page .container .content h1 span {
    font-size: 16px;
  }
  .tt_page .container .content h1 strong {
    font-size: 32px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .tt_page .container .content h1 span {
    font-size: 14px;
  }
  .tt_page .container .content h1 strong {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .tt_page .container .content .cm_tt1 {
    padding: 0 200px;
  }
}

@media only screen and (max-width: 767px) {
  .tt_page .container .content .cm_tt1 {
    padding: 0 30px;
  }
  /* ========== end △ */
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .tt_page .container .content .cm_tt1 {
    padding: 0 60px;
  }
}

/* ========== end △ */
.cm_layout2 {
  padding: 20px;
  background-color: var(--color-theme-baby-blue);
  border-radius: 10px;
  margin-bottom: 60px;
}

.cm_layout2 .inner {
  background: var(--color-theme-white);
  padding: 40px;
  border-radius: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_layout2 {
    margin-bottom: 30px;
    padding: 15px;
  }
  .cm_layout2 .inner {
    padding: 20px;
  }
}

/* ========== end △ */
.cm_choose {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify; */
  justify-content: space-between;
  margin-bottom: 30px;
}

.cm_choose li {
  width: 100%;
  text-align: left;
  background: var(--color-theme-white);
  border: 1px solid var(--color-theme-primary);
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.cm_choose li:hover {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-white);
  cursor: pointer;
}

.cm_choose li.no {
  color: var(--color-theme-red);
  border: 1px solid var(--color-theme-red);
  cursor: pointer;
}

.cm_choose li.no:hover {
  background: var(--color-theme-red);
  color: var(--color-theme-white);
}

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_choose li {
    padding: 10px 10px;
    font-size: 20px;
  }
}

/* ========== end △ */
.cm_table {
  margin-bottom: 30px;
}

.cm_table table {
  border-top: 1px solid #c0c0c0;
  width: 100%;
}

.cm_table table tr {
  border-bottom: 1px solid #c0c0c0;
}

.cm_table table tr th {
  background-color: var(--color-theme-baby-blue);
  padding: 15px;
  text-align: center;
  font-weight: bold;
  min-width: 150px;
}

.cm_table table tr td {
  width: 100%;
  padding: 15px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cm_table table tr th {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .cm_table table tr td {
    padding: 10px;
  }
}

/* ========== end △ */
.cm_btn_list {
  margin-bottom: 60px;
}

.cm_btn_list.first {
  margin-bottom: 30px;
}

.cm_btn_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

.cm_btn_list ul li {
  width: 225px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.cm_btn_list ul li a {
  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;
  padding: 10px 10px 10px 0;
  border-radius: 50px;
  color: var(--color-theme-light-black);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  background: var(--color-theme-white);
  border: 2px solid var(--color-theme-primary);
}

.cm_btn_list ul li a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f13a";
  color: var(--color-theme-primary);
  font-weight: normal;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.cm_btn_list ul li a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border: 2px solid var(--color-theme-primary);
  background-color: var(--color-theme-primary);
  color: var(--color-theme-white);
}

.cm_btn_list ul li a:hover:before {
  color: var(--color-theme-white);
}

.cm_btn_list.spec ul li a {
  min-height: 53px;
  height: 53px;
  line-height: 1.3;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_btn_list {
    margin-bottom: 30px;
  }
  .cm_btn_list.first {
    margin-bottom: 15px;
  }
  .cm_btn_list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .cm_btn_list ul li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 48%;
  }
  .cm_btn_list ul li a {
    text-align: center;
    font-size: 14px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .cm_btn_list ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* ========== end △ */
}

/* ========== end △ */
.pp_list > li {
  margin-top: 5px;
  margin-left: 1.5em;
  list-style-type: decimal;
}

.box_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
}

.box_submit .btn_sec_wrap {
  position: relative;
  width: 360px;
  overflow: hidden;
  border-radius: 10px;
}

.box_submit .btn_sec_wrap:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f138";
  color: var(--color-theme-white);
  font-weight: normal;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 3;
  font-size: 16px;
}

.box_submit .btn_sec_wrap span {
  position: absolute;
  width: 100%;
  height: calc(100% - 4px);
  display: block;
  left: 0;
  bottom: 0px;
  background: var(--color-theme-deep-blue);
  border-radius: 10px;
}

.box_submit .btn_sec_wrap .btn_confirm2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  padding: 0 30px;
  height: 60px;
  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;
  font-size: 16px;
  color: var(--color-theme-white);
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-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 30px;
  background-color: var(--color-theme-primary);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-bottom: 4px;
}

.box_submit .btn_sec_wrap:hover .btn_confirm2 {
  background-color: var(--color-theme-deep-blue);
  margin-top: 4px;
  color: var(--color-theme-white);
  margin-bottom: 0;
}

.box_submit .btn_sec_wrap:hover span {
  bottom: 0px;
}

.box_submit .btn_sec_wrap:hover:before {
  margin-top: 4px;
  color: var(--color-theme-white);
}

.box_submit .btn_sec_wrap.prev .btn_confirm2 {
  background: #838383;
}

.box_submit .btn_sec_wrap.prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box_submit .btn_sec_wrap {
    min-width: 90%;
  }
}

/* ========== end △ */
.formEnd,
#formEnd {
  margin: 40px 0 !important;
}

.formEnd p,
#formEnd p {
  margin-bottom: 30px !important;
  text-align: center !important;
}

.formEnd a,
#formEnd a {
  color: var(--color-theme-primary);
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.step li {
  width: 30%;
  text-align: center;
  background: #f9e8e6;
  color: var(--color-theme-black);
  padding: 15px 0;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}

.step li:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  right: -40px;
  font-size: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  width: 30px;
  height: 100%;
  color: var(--color-theme-black);
}

.step li:last-child:after {
  display: none;
}

.step li.active {
  background: var(--color-theme-red);
  color: var(--color-theme-white);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .step {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .step li {
    margin-bottom: 40px;
    padding: 10px 3px;
    width: 100%;
  }
  .step li:last-child {
    margin-bottom: 0;
  }
  .step li:after {
    content: "\f175";
    bottom: -100px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

/* ========== end △ */
.cm_tt6 {
  font-size: 30px;
  border-bottom: 3px solid #999;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 30px;
}

.cm_tt6:after {
  display: block;
  content: "";
  width: 65px;
  height: 3px;
  bottom: -3px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: var(--color-theme-primary);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt6 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* ========== end △ */
.cm_tt6.small {
  font-size: 22px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt6.small {
    font-size: 18px;
  }
}

/* ========== end △ */
.cm_tt7 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 22px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt7 {
    font-size: 18px;
  }
}

/* ========== end △ */
.cm_tt9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-theme-primary);
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 22px;
  color: #f7fe86;
  text-align: center;
  margin-bottom: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt9 {
    font-size: 18px;
  }
}

/* ========== end △ */
.cm_tt10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-theme-baby-blue);
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 30px;
}

.cm_tt10 span {
  margin-right: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt10 {
    font-size: 24px;
  }
  .cm_tt10 img {
    height: 40px;
  }
}

/* ========== end △ */
.cm_tt11 {
  color: var(--color-theme-primary);
  font-size: 22px;
  margin-bottom: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt11 {
    font-size: 16px;
  }
}

/* ========== end △ */
.cm_tt11 span {
  display: inline-block;
  background: url(../text-book/images/yellow.png) repeat-x center bottom 10px;
}

.cm_tt12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cm_tt12 span {
  background: var(--color-theme-orange);
  color: var(--color-theme-white);
  padding: 5px 10px;
  border-radius: 30px;
}

.cm_tt13 {
  text-align: center;
  margin-bottom: 20px;
}

.cm_tt13 span {
  display: inline-block;
  background: url(../text-book/images/yellow.png) repeat-x center bottom 10px;
  font-size: 26px;
}

.cm_tt14 {
  font-size: 22px;
  border-bottom: 3px solid #999;
  margin-bottom: 30px;
}

#content_area h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: normal;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area h2 {
    margin-bottom: 24px;
  }
}

/* ========== end △ */
.web_table1 {
  padding: 20px;
  border-radius: 10px;
  background: var(--color-theme-white);
  margin-bottom: 30px;
}

.web_table1 tr {
  border-bottom: 1px dotted #ccc;
}

.web_table1 tr th {
  min-width: 260px;
  padding: 20px;
}

.web_table1 tr td {
  padding: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .web_table1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .web_table1 tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: none;
  }
  .web_table1 tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: none;
  }
  .web_table1 tr td ul {
    width: 100%;
  }
  .web_table1 tr td ul li {
    margin-right: 0;
  }
  .web_table1 tr td .list3 p .w40 {
    width: 100%;
  }
}

/* ========== end △ */
.mon_table1 table {
  width: 100%;
}

.mon_table1 table tr th {
  background-color: var(--color-theme-primary);
  border: 1px solid var(--color-theme-white);
  padding: 10px;
  text-align: center;
  color: var(--color-theme-white);
}

.mon_table1 table tr td {
  border: 1px solid var(--color-theme-baby-blue);
  padding: 10px;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mon_table1 table tr th {
    padding: 10px 3px;
  }
  .mon_table1 table tr th:last-child {
    min-width: 30%;
    width: 30%;
  }
}

/* ========== end △ */
.mon_table2 table {
  width: 100%;
}

.mon_table2 table tr th {
  background-color: var(--color-theme-baby-blue);
  padding: 15px;
  text-align: center;
  font-weight: bold;
  border: 1px dotted #b2c1be;
  min-width: 260px;
}

.mon_table2 table tr td {
  padding: 20px;
  border: 1px dotted #b2c1be;
}

.mon_table2 table tr td input, .mon_table2 table tr td select, .mon_table2 table tr td option, .mon_table2 table tr td optgroup {
  border: 1px solid #dadada;
  height: 40px;
  padding: 0 15px;
  -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;
}

.mon_table2 table tr td .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mon_table2 table tr td .list2 li {
  width: 48%;
}

.mon_table2 table tr td .list2 li input {
  width: calc(100% - 40px);
}

.mon_table2 table tr td .list2.zipcode li {
  width: auto;
}

.mon_table2 table tr td .list3 {
  padding-left: 20px;
}

.mon_table2 table tr td .list3 li {
  width: 100%;
}

.mon_table2 table tr td .list3 li .w40 {
  width: 30%;
}

.mon_table2 table tr td select {
  min-width: 200px;
}

.mon_table2 table tr td ul li {
  /* margin-right: 20px; */
  margin-bottom: 10px;
}

.mon_table2 table tr td ul li:last-child {
  margin-bottom: 0;
}

.mon_table2 table tr td ul li input[type=radio] {
  height: auto;
}

.mon_table2 table tr td ul li span {
  margin-right: 10px;
}

.mon_table2 table tr td .w100 {
  width: 100%;
}

.mon_table2 table tr td .w40 {
  width: 50%;
}

.mon_table2 table tr td textarea {
  border: 1px solid #dadada;
  height: 220px;
  width: 100%;
  padding: 15px;
  -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;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mon_table2 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mon_table2 table tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
  .mon_table2 table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: none;
  }
  .mon_table2 table tr td ul {
    width: 100%;
  }
  .mon_table2 table tr td ul li {
    margin-right: 0;
  }
  .mon_table2 table tr td .list3 p .w40 {
    width: 100%;
  }
}

/* ========== end △ */
/* ==================================================
    News
================================================== */
.news_sec .container .wrap_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #efefef;
}

.news_sec .container .wrap_content .content .left {
  min-width: 400px;
  position: relative;
  /* border: 1px solid #efefef; */
  border-radius: 10px;
  margin-right: 40px;
}

.news_sec .container .wrap_content .content .left ul li {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
}

.news_sec .container .wrap_content .content .left a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_sec .container .wrap_content .content .left a:after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../service/images/icon.png) no-repeat center top;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.news_sec .container .wrap_content .content .left img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}

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

.news_sec .container .wrap_content h2 {
  margin-bottom: 20px;
}

.news_sec .container .wrap_content h2 span {
  font-weight: normal;
  color: #999;
  display: block;
}

.news_sec .container .wrap_content h2 strong {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.news_sec .container .wrap_content .content:last-child {
  margin-bottom: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news_sec .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_sec .container .wrap_content .content {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .news_sec .container .wrap_content .content .left {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .news_sec .container .wrap_content .content .left ul li {
    height: 220px;
  }
  .news_sec .container .wrap_content .content .left ul li img {
    max-height: 220px;
  }
  .news_sec .container .wrap_content .content .right h2 strong {
    font-size: 20px;
  }
}

/* ========== end △ */
.news_sec {
  padding-bottom: 50px;
}

.news_sec .container ul li a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  padding-right: 30px;
}

.news_sec .container ul li a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f138";
  color: var(--color-theme-primary);
  font-weight: normal;
}

.news_sec .container ul li a:hover {
  color: var(--color-theme-primary);
  border-bottom: 2px solid var(--color-theme-primary);
}

.news_sec .container ul li.prev {
  float: left;
}

.news_sec .container ul li.prev a {
  padding-left: 30px;
  padding-right: 0;
}

.news_sec .container ul li.prev a:before {
  content: "\f137";
  right: auto;
  left: 0;
}

.news_sec .container ul li.next {
  float: right;
}

.news_sec .container .photo_list li a:before {
  content: none;
}

/* ==================================================
    Login
================================================== */
.login_sec {
  margin-bottom: 70px;
}

.login_sec .container h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

.login_sec .container .content {
  background-color: var(--color-theme-baby-blue);
  border-radius: 10px;
  padding: 60px 100px;
}

.login_sec .container .content form .form {
  background: var(--color-theme-white);
  padding: 35px 50px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.login_sec .container .content form .form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.login_sec .container .content form .form dl:last-child {
  margin-bottom: 0;
}

.login_sec .container .content form .form dl dt {
  min-width: 130px;
  font-weight: bold;
}

.login_sec .container .content form .form dl dd {
  width: 100%;
}

.login_sec .container .content form .form dl dd input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
  padding: 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.login_sec .container .content form > a {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #616161;
  margin-bottom: 40px;
}

.login_sec .container .content form > a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f138";
  color: var(--color-theme-primary);
  font-weight: normal;
}

.login_sec .container .content form > a:hover {
  color: var(--color-theme-primary);
  border-bottom: 1px solid var(--color-theme-primary);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .login_sec {
    margin-bottom: 40px;
  }
  .login_sec .container h2 {
    font-size: 16px;
  }
  .login_sec .container .content {
    padding: 20px 20px;
  }
  .login_sec .container .content form .form {
    padding: 20px;
  }
  .login_sec .container .content form .form dl dd input {
    height: 40px;
  }
  .login_sec .container .content form > a {
    margin-bottom: 20px;
  }
}

/* ========== end △ */
/* ==================================================
    Contact
================================================== */
.contact_sec .box1 .container > p {
  text-align: center;
  margin-bottom: 30px;
}

.contact_sec .box1 .container > p a {
  color: var(--color-theme-primary);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box1 .container > p {
    text-align: left;
  }
}

/* ========== end △ */
.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-color: var(--color-theme-primary);
  width: 40px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  color: var(--color-theme-white);
  position: absolute;
  right: 20px;
  height: 25px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
  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: var(--color-theme-red);
  color: var(--color-theme-white);
  width: 40px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  position: absolute;
  right: 20px;
  height: 25px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
  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: 25px;
  margin-bottom: 50px;
}

.contact_sec .box1 .container form table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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;
}

.contact_sec .box1 .container form table tr:first-child th {
  border-top: 1px dotted #cccccc;
}

.contact_sec .box1 .container form table tr:first-child td {
  border-top: 1px dotted #cccccc;
}

.contact_sec .box1 .container form table tr .inner {
  height: auto !important;
}

.contact_sec .box1 .container form table tr th {
  min-width: 300px;
  width: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px 0;
  height: auto;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}

.contact_sec .box1 .container form table tr th.spec .inner {
  padding-left: 105px;
}

.contact_sec .box1 .container form table tr th em {
  font-size: 12px;
  font-weight: normal;
}

.contact_sec .box1 .container form table tr th strong {
  font-weight: bold;
}

.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 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec .box1 .container form table tr th .inner p {
  margin-top: -30px;
}

.contact_sec .box1 .container form table tr td {
  padding: 20px 30px;
  width: 900px;
  -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;
  border-bottom: 1px dotted #ccc;
}

.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 .w60 {
  width: 30%;
}

.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;
  margin-right: 35px;
  width: 40%;
}

.contact_sec .box1 .container form table tr td .list1 li input[type=radio] {
  height: auto;
}

.contact_sec .box1 .container form table tr td .list1 li:last-child {
  width: 100%;
}

.contact_sec .box1 .container form table tr td .list1 li:last-child input[type=text] {
  width: 80%;
  margin-left: 20px;
}

.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: 30px;
}

.contact_sec .box1 .container form table tr td .spec {
  margin: 10px 0;
}

.contact_sec .box1 .container form table tr td .w360 {
  width: 480px;
  margin-left: 10px;
}

.contact_sec .box1 .container form table tr td .w370 {
  width: 360px;
}

.contact_sec .box1 .container form table tr td .w490 {
  width: 430px;
}

.contact_sec .box1 .container form table tr td .w130 {
  width: 130px;
  margin-left: 10px;
}

.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 #dadada;
  height: 40px;
  padding: 0 15px;
  -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 #dadada;
  height: 220px;
  width: 100%;
  padding: 15px;
  -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: 20px;
  background: url(../common_img/side_row.png) no-repeat left center;
  padding-left: 20px;
}

.contact_sec .box1 .container form .link_spec {
  margin-top: 10px;
}

.contact_sec .box2 {
  background: url(../contact/images/bg.jpg) no-repeat center top;
}

.contact_sec .box2 .container .inner > p {
  text-align: center;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box2 {
    background-size: cover;
  }
  .contact_sec .box2 .container .inner > p {
    text-align: left;
  }
}

/* ========== end △ */
.contact_sec .box2 .container .inner .gray_sec {
  background: var(--color-theme-white);
  -webkit-box-shadow: 0 0 15px #b2e0d6;
  box-shadow: 0 0 15px #b2e0d6;
  padding: 40px;
  border-radius: 15px;
}

.contact_sec .box2 .container .inner .gray_sec p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec .box2 .container .inner .gray_sec {
    padding: 20px;
  }
  .contact_sec .box2 .container .inner .gray_sec p, .contact_sec .box2 .container .inner .gray_sec ul {
    margin-bottom: 20px;
  }
}

/* ========== end △ */
@media only screen and (max-width: 639px) and (max-width: 460px) {
  .contact_sec .box1 .container .banner .inner .line ul li {
    font-size: 22px;
  }
  .contact_sec .box1 .container .banner .inner .line ul li span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 639px) {
  /* ========== end △ */
}

/* ========== end △ */
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 800px) {
  .contact_sec .box1 .container form .ninni {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    right: 0;
    left: auto;
  }
}

/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 800px) {
  .contact_sec .box1 .container form .hissu, .contact_sec .box1 .container form .ninni2 {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    right: 0;
    left: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
  .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-top: 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: 10px 0px 10px 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 td {
    width: 100%;
    padding: 10px 0 15px 0px !important;
    margin-left: 0;
    display: block;
  }
  .contact_sec .box1 .container form table tr td span {
    display: inline-block;
  }
  .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: 10px;
  }
  .contact_sec .box1 .container form table tr td .w60 {
    width: 100%;
    margin-bottom: 8px;
  }
  .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: 10px;
    margin-right: 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: 10px;
    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: 170px;
  }
  .contact_sec .box1 .container form table tr td .wrap .flex_spec span {
    margin-top: 5px;
  }
  .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%;
  }
}

/* ==================================================
    Monthly
================================================== */
.monly_sec {
  padding-bottom: 70px;
}
.monly_sec .container .content {
  margin-bottom: 40px;
}

.monly_sec .container .content > p {
  text-align: right;
  margin-top: 10px;
}

.monly_sec .container .content:last-child {
  margin-bottom: 0;
}

.monly_sec .container .intro_txt {
  margin-bottom: 60px;
}

.monly_sec .container .intro_txt p {
  text-align: center;
}

.monly_sec .container .switch_wrap {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .monly_sec .container .intro_txt {
    margin-bottom: 30px;
  }
  .monly_sec .container .intro_txt p {
    text-align: left;
  }
  .monly_sec .container .switch_wrap {
    margin-bottom: 20px;
  }

}

/* ==================================================
    Webinar
================================================== */
.webinar_sec .box2 {
  background: url(../webinar/images/bg.png) no-repeat center top;
  background-size: cover;
}

/* ==================================================
    draw_sec
================================================== */
.draw_sec .container .content {
  background: url(../withdrawal/images/bg1.png) no-repeat center top;
  background-size: cover;
  padding: 20px;
}

.draw_sec .container .content .inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 70px;
}

.draw_sec .container .content .inner ul li {
  color: #048365;
  list-style-type: disc;
  margin-left: 20px;
}

.draw_sec .container .content .inner ul li span {
  color: var(--color-theme-black);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .draw_sec .container .cm_tt7 {
    text-align: left;
  }
  .draw_sec .container .cm_tt7 br {
    display: none;
  }
  .draw_sec .container .content .inner {
    padding: 20px;
  }
}

/* ========== end △ */
/* ==================================================
    Answer_sec
================================================== */
.answer_sec .box1 .container .wrap_content1 .inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content {
  width: 255px;
  margin: 0 10px 20px;
  background: var(--color-theme-red);
  padding: 30px;
  color: var(--color-theme-white);
  border-radius: 10px;
  text-align: center;
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content:nth-child(2) {
  background: #f2940e;
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content:nth-child(3) {
  background-color: var(--color-theme-primary);
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac h3 {
  font-size: 22px;
  line-height: 1.2;
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac h4 {
  font-size: 50px;
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac p span {
  font-size: 50px;
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac p em {
  font-size: 40px;
}

.answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac p strong {
  font-size: 30px;
}

.answer_sec .box1 .container .wrap_content2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px dashed #e2e2e2;
}

.answer_sec .box1 .container .wrap_content2 .content .left {
  margin-right: 30px;
}

.answer_sec .box1 .container .wrap_content2 .content .left h3 span {
  font-size: 24px;
  min-width: 90px;
  width: 90px;
  height: 90px;
  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;
  color: var(--color-theme-primary);
  background-color: var(--color-theme-baby-blue);
  border-radius: 90px;
}

.answer_sec .box1 .container .wrap_content2 .content .right h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.answer_sec .box1 .container .wrap_content2 .content .right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.answer_sec .box1 .container .wrap_content2 .content .right > ul li {
  width: calc(32% - 20px);
}

.answer_sec .box1 .container .wrap_content2 .content .right > ul li:first-child {
  margin-right: 40px;
}

.answer_sec .box1 .container .wrap_content2 .content .right > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  background: #eee;
  padding: 15px;
  border-radius: 10px;
  pointer-events: none;
}

.answer_sec .box1 .container .wrap_content2 .content .right > ul li a em {
  color: var(--color-theme-primary);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.answer_sec .box1 .container .wrap_content2 .content .right > ul li a:hover {
  background: var(--color-theme-primary);
  color: var(--color-theme-white);
}

.answer_sec .box1 .container .wrap_content2 .content .right > ul li a:hover em {
  color: var(--color-theme-white);
}

.answer_sec .box1 .container .wrap_content2 .content .right .green_sec {
  border: 1px solid var(--color-theme-primary);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

.answer_sec .box1 .container .wrap_content2 .content .right .green_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.answer_sec .box1 .container .wrap_content2 .content .right .green_sec ul li {
  margin: 0 5px 10px;
}

.answer_sec .box1 .container .wrap_content2 .content .right .green_sec ul li span {
  background: #d4f5ed;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 3px;
  margin-right: 5px;
  width: 5em;
  text-align: center;
}

.answer_sec .box1 .container .wrap_content2 .content .right .commentary {
  margin-bottom: 20px;
}

.answer_sec .box1 .container .wrap_content2 .content .right .commentary_tt {
  color: var(--color-theme-primary);
  font-size: 18px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .answer_sec .box1 .container .wrap_content1 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .answer_sec .box1 .container .wrap_content1 .inner .inner_content {
    width: 100%;
    padding: 20px;
  }
  .answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac h3 {
    font-size: 16px;
  }
  .answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac p span {
    font-size: 40px;
  }
  .answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac p em {
    font-size: 30px;
  }
  .answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac p strong {
    font-size: 30px;
  }
  .answer_sec .box1 .container .wrap_content1 .inner .inner_content .ac h4 {
    font-size: 40px;
  }
  .answer_sec .box1 .container .wrap_content2 .content {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .answer_sec .box1 .container .wrap_content2 .content .left {
    margin-right: 10px;
  }
  .answer_sec .box1 .container .wrap_content2 .content .left h3 span {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .answer_sec .box1 .container .wrap_content2 .content .right h4 {
    font-size: 18px;
  }
  .answer_sec .box1 .container .wrap_content2 .content .right > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .answer_sec .box1 .container .wrap_content2 .content .right > ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .answer_sec .box1 .container .wrap_content2 .content .right > ul li:first-child {
    margin-right: 0;
  }
  .answer_sec .box1 .container .wrap_content2 .content .right > ul li span, .answer_sec .box1 .container .wrap_content2 .content .right > ul li em {
    font-size: 17px;
  }
  .answer_sec .box1 .container .wrap_content2 .content .right .green_sec ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .answer_sec .box1 .container .wrap_content2 .content .right .green_sec ul li {
    width: 50%;
    margin: 0 0 10px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .answer_sec .box1 .container .wrap_content2 .content .right .green_sec ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* ========== end △ */
}

/* ========== end △ */
.blocker {
  background: rgba(0, 0, 0, 0.25) !important;
}

.modal {
  max-width: 950px !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) !important;
}

.popup_content .cm_tt6 {
  font-size: 22px;
}

.popup_content figure {
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-right: 40px;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}

.popup_content figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}

.popup_content p {
  margin-bottom: 20px;
}

.popup_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.popup_content ul li {
  width: 50%;
  text-align: center;
  background: var(--color-theme-white);
  border: 1px solid var(--color-theme-primary);
  border-radius: 10px;
  padding: 10px 0;
  color: var(--color-theme-primary);
  font-size: 30px;
  font-weight: bold;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .popup_content figure {
    height: 200px;
  }
  .popup_content figure img {
    max-height: 200px;
  }
  .popup_content ul li {
    width: 100%;
    font-size: 20px;
    padding: 5px;
  }
}

/* ========== end △ */
/* ==================================================
    Mypage_sec
================================================== */
.orange_text {
  color: #f2940e;
}

.red_text {
  color: red;
}

.mypage_table1 {
  margin-bottom: 20px;
}

.mypage_table1 table {
  width: 100%;
}

.mypage_table1 table thead tr th {
  text-align: center;
  width: 15%;
  font-weight: normal;
}

.mypage_table1 table thead tr th:first-child {
  text-align: left;
  width: 45%;
}

.mypage_table1 table tbody tr {
  background-color: var(--color-theme-baby-blue);
}

.mypage_table1 table tbody tr:nth-child(even) {
  background: #f1f6f5;
}

.mypage_table1 table tbody tr td {
  padding: 10px 20px;
  text-align: center;
  border-right: 1px dashed #b2c1be;
}

.mypage_table1 table tbody tr td:last-child {
  border-right: none;
}

.mypage_table1 table tbody tr td:first-child {
  text-align: left;
}

.mypage_sec .fail_txt {
  margin-bottom: 15px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mypage_table1 {
    width: 100%;
    overflow: scroll;
  }
  .mypage_table1 table {
    width: 100%;
  }
}

/* ========== end △ */
.mypage_table2 {
  margin-bottom: 20px;
  /* height: 300px; */
}

.list_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_download li {
  margin: 0 5px;
}

.mypage_table2 dl {
  width: 100%;
  background-color: var(--color-theme-baby-blue);
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage_table2 .download_part .dl_tt {
  margin-left: 1em;
  background: url(../mypage/images/dl_icon.png) no-repeat left center;
}

.mypage_table2 .download_part .dl_tt span {
  padding-left: 26px;
}

.mypage_table2 .download_part {
  background: var(--color-theme-white);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px 10px;
}

.mypage_table2 dl:nth-child(even) {
  background: #f1f6f5;
}

.mypage_table3 table {
  width: 100%;
}

.mypage_table3 table tr th {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-white);
  padding: 15px;
  font-weight: bold;
  border: 1px solid var(--color-theme-white);
}

.mypage_table3 table tr td {
  border: 1px solid var(--color-theme-baby-blue);
  padding: 15px;
}

.mypage_table3 table tr .form_heading {
  font-weight: bold;
  background-color: var(--color-theme-baby-blue);
}

.mypage_table2 dl dd .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mypage_table2 dl dd .btn_wrap .btn2:nth-of-type(2) {
  margin: 0 0 0 10px;
}

@media print, screen and (min-width: 768px) {
  margin-bottom: 10px;
}

.mypage_table3 table tr td .w60 {
  width: 60%;
}

.mypage_table3 table tr td .w40 {
  width: 40%;
}

.mypage_table3 table tr td #zip1,
.mypage_table3 table tr td #zip2 {
  width: 32%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mypage_table3 table thead {
    display: none;
  }
  .mypage_table3 table tbody tr th,
  .mypage_table3 table tbody tr td {
    display: block;
    width: 100%;
  }
  .mypage_table2 dl dd .btn_wrap {
    display: block;
  }
  .mypage_table2 dl dd .btn_wrap .btn2:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
}

/* ========== end △ */
.mypage_sec .container .wrap_content .content {
  margin-bottom: 40px;
}

.mypage_sec .container .wrap_content .content p {
  margin-bottom: 20px;
}

.mypage_sec .container .wrap_content .content p:last-child {
  margin-bottom: 0;
}

.mypage_sec .container .wrap_content .content .inner {
  margin-bottom: 40px;
}

/* ==================================================
    Seminar_sec
================================================== */
.seminar_sec .container .semi_btn {
  margin-bottom: 50px;
}

.seminar_sec .container .semi_btn h2 {
  /* pointer-events: none; */
}

.seminar_sec .container .semi_btn h2 span {
  display: inline-block;
  position: relative;
  text-decoration: none;
  min-width: 100px;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}

.seminar_sec .container .semi_btn h2 span:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f13a";
  color: var(--color-theme-primary);
  font-weight: normal;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.seminar_sec .container .semi_btn h2.opened span:before {
  content: "\f139";
}

.seminar_sec .container .semi_btn .content {
  background-color: var(--color-theme-baby-blue);
  padding: 40px;
  border-radius: 10px;
  margin: 20px 0;
  display: block;
}

.seminar_sec .container .semi_btn .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

.seminar_sec .container .semi_btn .content ul li {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.seminar_sec .container .semi_btn .content ul li a {
  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;
  font-weight: bold;
  padding: 5px;
  background: var(--color-theme-white);
  border-radius: 5px;
}

.seminar_sec .container .semi_btn .content ul li a:hover {
  background: var(--color-theme-primary);
  color: var(--color-theme-white);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .seminar_sec .container .semi_btn h2 span {
    font-size: 18px;
  }
  .seminar_sec .container .semi_btn .content {
    padding: 20px;
  }
  .seminar_sec .container .semi_btn .content ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }
  .seminar_sec .container .semi_btn .content ul li {
    margin-right: 0;
    width: 48%;
  }
  .seminar_sec .container .semi_btn .content ul li a {
    width: 100%;
  }
}

/* ========== end △ */
.semi_content .content {
  -webkit-box-shadow: 0 0 15px rgba(171, 184, 181, 0.479);
  box-shadow: 0 0 15px rgba(171, 184, 181, 0.479);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 50px;
}

.semi_content .content .title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.semi_content .content .title figure {
  min-width: 45%;
  height: 300px;
  position: relative;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-right: 40px;
}

.semi_content .content .title figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}

.semi_content .content .title h3 span {
  background: var(--color-theme-red);
  border-radius: 20px;
  padding: 5px 20px;
  color: var(--color-theme-white);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.semi_content .content .title h3 strong {
  display: block;
  width: 100%;
  font-size: 18px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mypage_table2 .download_part dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .semi_content .content {
    margin-bottom: 40px;
    padding: 20px;
  }
  .semi_content .content .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .semi_content .content .title figure {
    height: 200px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .semi_content .content .title figure img {
    max-height: 200px;
  }
  .semi_content .content .title h3 span {
    font-size: 14px;
  }
}

/* ========== end △ */
.number_nav {
  margin: 70px 0 60px;
}

.number_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.number_nav ul li {
  margin: 0 5px 5px;
}

.number_nav ul li.prev a, .number_nav ul li.next a {
  background-color: var(--color-theme-primary);
  border: 1px solid var(--color-theme-primary);
  color: var(--color-theme-white);
}

.number_nav ul li.none span {
  background: none;
  border: none;
}

.number_nav ul li.none span:hover {
  color: var(--color-theme-black);
  background: none;
}

.number_nav ul li a, .number_nav ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  background: #e6e6e6;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
}

.number_nav ul li a:hover, .number_nav ul li span:hover {
  background: var(--color-theme-light-black);
  color: var(--color-theme-white);
}

.number_nav ul li a.active {
  background: var(--color-theme-light-black);
  color: var(--color-theme-white);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .number_nav {
    margin: 40px 0 30px;
  }
  .number_nav ul li a, .number_nav ul li span {
    width: 35px;
    height: 35px;
  }
}

/* ========== end △ */
.seminar_detail .container h3 {
  margin-bottom: 20px;
}

.seminar_detail .container h3 span {
  background: var(--color-theme-red);
  border-radius: 20px;
  padding: 5px 20px;
  color: var(--color-theme-white);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.seminar_detail .container h3 strong {
  display: block;
  width: 100%;
  font-size: 18px;
}

.seminar_detail .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.seminar_detail .container .content .left {
  min-width: 48%;
  margin-right: 20px;
}

.seminar_detail .container .content .left #target-img {
  border: 1px solid #efefef;
  height: 300px;
  position: relative;
  margin-bottom: 10px;
}

.seminar_detail .container .content .left #target-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}

.seminar_detail .container .content .left #thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
}

.seminar_detail .container .content .left #thumbs li {
  width: 31%;
  margin-right: 10px;
  height: 100px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #efefef;
}

.seminar_detail .container .content .left #thumbs li.active {
  border: 1px solid #048365;
}

.seminar_detail .container .content .left #thumbs li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}

.seminar_detail .container .content .right {
  width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .seminar_detail .container h3 span {
    font-size: 14px;
  }
  .seminar_detail .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seminar_detail .container .content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .seminar_detail .container .content .right {
    width: 100%;
  }
}

/* ========== end △ */
/* ==================================================
    Text_sec
================================================== */
.text_sec .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
}

.text_sec .wrap_content .content {
  width: 290px;
  -webkit-box-shadow: 0 0 15px #e6e6e6;
  box-shadow: 0 0 15px #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-right: 40px;
}

.text_sec .wrap_content .content figure {
  background: #efefef;
  height: 175px;
  position: relative;
  margin-bottom: 10px;
}

.text_sec .wrap_content .content figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 175px;
}

.text_sec .wrap_content .content .inner {
  padding: 20px;
}

.text_sec .wrap_content .content .inner h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.text_sec .wrap_content .content .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text_sec .wrap_content .content .inner ul li span {
  margin-right: 10px;
  padding-top: 5px;
}

.text_sec .border_box .notes02 .notes_tt {
  font-weight: bold;
}

.text_sec .border_box .notes02 li::first-letter {
  color: var(--color-theme-primary);
}

.text_sec .border_box .notes02 li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  font-size: 17px;
}

.text_sec .border_box {
  margin-bottom: 60px;
  padding: 0 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .text_sec .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text_sec .wrap_content .content {
    width: 48%;
    margin-right: 0;
  }
  .text_sec .wrap_content .content .inner {
    padding: 10px;
  }
  .text_sec .wrap_content .content .inner ul li span {
    min-width: 20px;
  }
  .text_sec .wrap_content .content figure {
    height: 120px;
  }
  .text_sec .border_box {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .text_sec .border_box .notes02 li {
    font-size: 16px;
  }
}

/* ========== end △ */
.add_tt1 {
  font-size: 20px;
}

.text_sec {
  padding-bottom: 60px;
}

.text_sec .container {
  /* font-size: 20px; */
}

.text_sec .container > p {
  margin-bottom: 30px;
}

.text_sec .container .add_spec1 {
  font-size: 20px;
}

.text_sec .container .top {
  margin-bottom: 70px;
}

.text_sec .container .top p {
  margin-bottom: 30px;
  font-size: 20px;
  /* font-weight: bold; */
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .text_sec .container .top {
    margin-bottom: 50px;
  }
}

/* ========== end △ */
/* ==================================================
    About
================================================== */
.about_sec {
  padding-bottom: 70px;
}

.about_sec .box1 {
  padding-bottom: 70px;
}

.about_sec .box1 .container .content {
  padding: 45px;
  background: url(../about/images/bg.png) no-repeat center top;
  background-size: cover;
}

.about_sec .box1 .container .content h2 {
  text-align: center;
  margin-bottom: 30px;
}

.about_sec .box1 .container .content p {
  text-align: center;
  margin-bottom: 30px;
}

.about_sec .box2 .container .wrap_content {
  padding-top: 39px;
}

.about_sec .box2 .container .wrap_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_sec .box2 .container .wrap_content .content:last-child .left:after {
  display: none;
}

.about_sec .box2 .container .wrap_content .content .left {
  min-width: 141px;
  position: relative;
  padding-bottom: 70px;
}

.about_sec .box2 .container .wrap_content .content .left:after {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: var(--color-theme-primary);
  z-index: 1;
}

.about_sec .box2 .container .wrap_content .content .left figure {
  position: relative;
  background: var(--color-theme-white);
  z-index: 2;
}

.about_sec .box2 .container .wrap_content .content .left figure img {
  margin-left: 3px;
}

.about_sec .box2 .container .wrap_content .content .right {
  padding-left: 20px;
  width: calc(100% - 141px);
}

.about_sec .box2 .container .wrap_content .content .right.break {
  margin-top: -39px;
}

.about_sec .box2 .container .wrap_content .content .right h3 {
  border-bottom: 1px solid var(--color-theme-primary);
  font-size: 22px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  padding-left: 20px;
  margin-left: -20px;
  min-height: 41px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_sec .box2 .container .wrap_content .content .right h3 em {
  font-size: 16px;
}

.about_sec .box2 .container .wrap_content .content .right h3 strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-theme-primary);
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 5px 20px;
  font-size: 16px;
  color: #f7fe86;
  font-family: "Lato";
  margin-right: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.about_sec .box2 .container .wrap_content .content .right h3 span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.about_sec .box2 .container .wrap_content2 {
  padding: 40px;
  background-color: var(--color-theme-baby-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_sec .box2 .container .wrap_content2 figure {
  margin-right: 30px;
  min-width: 380px;
}

.about_sec .box2 .container .wrap_content2 .right {
  width: 100%;
}

.about_sec .box2 .container .wrap_content2 .right h3 strong em {
  font-size: 16px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .about_sec .box2 .container .wrap_content {
    padding-top: 0;
  }
  .about_sec .box1 {
    padding-bottom: 40px;
  }
  .about_sec .box1 .container .content {
    padding: 20px;
  }
  .about_sec .box1 .container .content h2 {
    margin-bottom: 15px;
  }
  .about_sec .box2 .container .wrap_content .content .left {
    min-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_sec .box2 .container .wrap_content .content .left figure {
    background-color: var(--color-theme-primary);
    overflow: hidden;
    border-radius: 90px;
    min-width: 90px;
    height: 90px;
    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;
  }
  .about_sec .box2 .container .wrap_content .content .right {
    padding-bottom: 40px;
    width: auto;
  }
  .about_sec .box2 .container .wrap_content .content .right.break {
    margin-top: 0;
  }
  .about_sec .box2 .container .wrap_content .content .right h3 {
    font-size: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_sec .box2 .container .wrap_content .content .right h3 strong {
    font-size: 14px;
    padding: 5px;
    min-width: 80px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about_sec .box2 .container .wrap_content .content .right h3 span {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about_sec .box2 .container .wrap_content2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .about_sec .box2 .container .wrap_content2 figure {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
    min-width: 100%;
  }
  .about_sec .box1 .container .content p {
    text-align: left;
  }
  .about_sec .box2 .container .wrap_content2 .right .note {
    margin-bottom: 15px;
  }
}

/* ========== end △ */
/* ==================================================
    Service_sec
================================================== */
.service_sec .box1 .container .cm_line2 {
  margin-bottom: 70px;
}

.service_sec .box1 .container .cm_line2 > .content {
  background: var(--color-theme-white);
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.service_sec .box1 .container .cm_line2 > .content .inner1 > h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.service_sec .box1 .container .cm_line2 > .content .inner1 > h4 strong {
  font-size: 30px;
}

.service_sec .box1 .container .cm_line2 > .content .inner1 > h4 span {
  font-size: 16px;
}

.service_sec .box1 .container .cm_line2 > .content .inner1 h5 {
  margin-bottom: 20px;
}

.service_sec .box1 .container .cm_line2 > .content .inner1 h5 span {
  background: var(--color-theme-red);
  border-radius: 10px;
  color: var(--color-theme-white);
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
}

.service_sec .box1 .container .cm_line2 > .content .inner2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_sec .box1 .container .cm_line2 > .content .inner2 ul li {
  width: calc(50% - 20px);
  color: #f2940e;
  list-style-type: disc;
  margin-left: 20px;
}

.service_sec .box1 .container .cm_line2 > .content .inner2 ul li span {
  color: var(--color-theme-light-black);
}

.service_sec .box1 .container .cm_line2 > .content .inner2 ul li sup {
  font-size: 10px;
}

.service_sec .box1 .container .cm_line2 > .content .inner3 .wrap_content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.service_sec .box1 .container .cm_line2 > .content .inner3 .wrap_content1 .ac {
  width: 246px;
  margin-bottom: 30px;
}

.service_sec .box1 .container .cm_line2 > .content .inner3 .wrap_content1 .ac figure {
  margin-bottom: 10px;
}

.service_sec .box1 .container .cm_line2 > .content .inner3 .wrap_content1 .ac figure a {
  display: block;
  position: relative;
}

.service_sec .box1 .container .cm_line2 > .content .inner3 .wrap_content1 .ac figure a:after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../service/images/icon.png) no-repeat center top;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.service_sec .box1 .container .cm_line2 > .content .btn2.green {
  margin-bottom: 15px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .service_sec .box1 .container .cm_line2 {
    margin-bottom: 40px;
  }
  .service_sec .box1 .container .cm_line2 > .content {
    padding: 20px;
  }
  .service_sec .box1 .container .cm_line2 > .content .inner1 h4 {
    font-size: 18px;
  }
  .service_sec .box1 .container .cm_line2 > .content .inner1 h4 strong {
    font-size: 26px;
  }
  .service_sec .box1 .container .cm_line2 > .content .inner1 h5 span {
    font-size: 16px;
  }
  .service_sec .box1 .container .cm_line2 > .content .inner2 ul li {
    width: 100%;
  }
  .service_sec .box1 .container .cm_line2 > .content .inner3 .wrap_content1 .ac {
    width: 100%;
  }
  .service_sec .box1 .container .cm_line2 > .content .inner3 .wrap_content1 .ac figure a:after {
    width: 25px;
    height: 25px;
    background-size: 100% auto;
  }
}

/* ========== end △ */
.redirect_sec {
  min-height: 100vh;
}

.popup {
  display: block;
  position: fixed;
  background-color: var(--color-theme-white);
  padding: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  font-family: 'Noto Serif', serif;
}

.popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup .popup-content .popup-inner {
  -webkit-box-shadow: 0 0 5px #dadada;
  box-shadow: 0 0 5px #dadada;
  border-radius: 5px;
  padding: 30px;
  background: var(--color-theme-white) url(../mypage/images/bg_logo.png) no-repeat center;
  background-size: 60%;
  min-width: 700px;
}

.popup .popup-content .popup-inner .pop_tt1 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-height: 800px) {
  .popup .popup-content .popup-inner .pop_tt1 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.popup .popup-content .popup-inner .pop_tt2 {
  font-size: 40px;
  margin-bottom: 30px;
}

@media only screen and (max-height: 800px) {
  .popup .popup-content .popup-inner .pop_tt2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 1;
  }
}

.popup .popup-content .popup-inner .pop_tt3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: right;
}

@media only screen and (max-height: 800px) {
  .popup .popup-content .popup-inner .pop_tt3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.popup .popup-content .popup-inner .pop_tt4 {
  font-size: 25px;
  margin-bottom: 30px;
}

@media only screen and (max-height: 800px) {
  .popup .popup-content .popup-inner .pop_tt4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.popup .popup-content .popup-inner .pop_tt5 {
  font-size: 25px;
  margin-bottom: 30px;
}

@media only screen and (max-height: 800px) {
  .popup .popup-content .popup-inner .pop_tt5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.popup .popup-content .popup-inner p {
  font-size: 18px;
  margin-bottom: 20px;
}

.popup .popup-content .popup-inner .pop_tt6 {
  font-size: 18px;
  margin-bottom: 30px;
}

.popup .popup-content .popup-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup .popup-content .popup-inner ul li {
  margin: 0 10px;
}

.popup .popup-content .popup-inner ul li button,
.popup .popup-content .popup-inner ul li a {
  background: var(--color-theme-primary);
  color: var(--color-theme-white);
  border: none;
  min-width: 200px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.popup .popup-content .popup-inner ul li:last-child a {
  background: #a7a7a7;
}

.popup .popup-content .popup-inner .last {
  position: relative;
  margin-bottom: 15px;
}

.popup .popup-content .popup-inner .last h6 {
  font-size: 28px;
  z-index: 4;
  position: relative;
}

@media only screen and (max-height: 800px) {
  .popup .popup-content .popup-inner .last h6 {
    font-size: 22px;
  }
}

.popup .popup-content .popup-inner .last img {
  width: 100px;
  right: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.8;
}
.popup .popup-content .popup-inner .print_caution {
margin-bottom: 30px;
}
.popup .popup-content .popup-inner .print_caution p {
color: #e04840;
font-size: 16px;
}
@media only screen and (max-height: 800px) {
  .popup .popup-content .popup-inner .print_caution p {
    font-size: 22px;
  }
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .popup .popup-content .popup-inner {
    min-width: 100%;
  }
  .popup .popup-content .popup-inner .pop_tt1 {
    font-size: 3vw;
  }
  .popup .popup-content .popup-inner .pop_tt2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
  .popup .popup-content .popup-inner .pop_tt3 {
    font-size: 3vw;
    text-align: right;
  }
  .popup .popup-content .popup-inner .pop_tt4 {
    font-size: 3.5vw;
  }
  .popup .popup-content .popup-inner .pop_tt5 {
    font-size: 3vw;
  }
  .popup .popup-content .popup-inner .pop_tt6 {
    font-size: 3vw;
  }
  .popup .popup-content .popup-inner p {
    font-size: 3vw;
  }
  .popup .popup-content .popup-inner .last h6 {
    font-size: 3.5vw;
  }
  .popup .popup-content .popup-inner ul li {
    width: 48%;
  }
  .popup .popup-content .popup-inner ul li button, .popup .popup-content .popup-inner ul li a {
    width: 100%;
    min-width: 100%;
  }
}

/* ========== end △ */
.popup-content {
  text-align: center;
}

.btn_add {
  margin-bottom: 20px;
}

@media print {
  #header, #main, #footer {
    display: none;
  }
  .popup .popup-content .popup-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .popup .popup-content .popup-inner ul {
    display: none;
  }
}

/*------------------------------------
  pie chart
------------------------------------*/
@media screen and (min-width: 751px) {
  .pie-chart-wrap {
    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;
  }
}

#pie-chart {
  margin-bottom: 30px;
}

#pie-chart .box {
  position: relative;
  min-width: 200px;
  width: 33.3333333333%;
  height: 220px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--color-theme-white);
}

@media screen and (max-width: 750px) {
  #pie-chart .box {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #pie-chart .box + #pie-chart .box {
    margin-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  #pie-chart .box + #pie-chart .box {
    margin-top: 20px;
  }
}

#pie-chart .box .percent {
  position: relative;
  width: 150px;
  height: 150px;
}

#pie-chart .box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#pie-chart .box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke: #f3f3f3;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

#pie-chart .box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  color: #111;
}

#pie-chart .box .percent .number .title {
  font-size: 50px;
}

#pie-chart .box .percent .number .title span {
  font-size: 22px;
}

#pie-chart .box .text {
  padding: 10px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#pie-chart .box .percent .line {
  -webkit-animation: circleAnim 1s forwards;
  animation: circleAnim 1s forwards;
}

#pie-chart .box.blue .percent .line {
  stroke-dashoffset: 52.8;
  stroke: #03a9f4;
}

#pie-chart .box.red .percent .line {
  stroke-dashoffset: 154;
  stroke: #ff3051;
}

#pie-chart .box.green .percent .line {
  stroke-dashoffset: 321.2;
  stroke: #1fd26c;
}

@-webkit-keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}

@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}

.combine_sec {
  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;
  margin-bottom: 30px;
}

.combine_sec ul {
  width: 48%;
}

.combine_sec .okdesu {
  font-weight: bold;
  color: var(--color-theme-primary);
  font-size: 60px;
}

.combine_sec .iiedesu {
  font-weight: bold;
  color: var(--color-theme-red);
  color: transparent;
  text-shadow: 0 0 0 var(--color-theme-red);
  font-size: 20px;
}

.combine_sec ul li {
  width: 100%;
}

.combine_sec h4 {
  /* margin-bottom: 30px; */
  margin-right: 30px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .combine_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .combine_sec h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .combine_sec .okdesu {
    font-size: 40px;
  }
  .combine_sec .iiedesu {
    font-size: 40px;
  }
}

.visa_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 10px;
}

.visa_wrap .visa {
  padding: 20px;
  border: 1px solid #999;
  border-radius: 10px;
  text-align: center;
}

.visa_wrap .visa h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  margin-top: -37px;
  margin-bottom: 15px;
}

.visa_wrap .visa h6 span {
  background: var(--color-theme-white);
  padding: 0 20px;
}

.content_admin .admin_inner {
  border: 1px solid #cecece;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.content_admin .admin_inner h4 {
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #cecece;
  position: relative;
  cursor: pointer;
}

.content_admin .admin_inner .ac {
  padding: 20px;
  display: none;
}

.content_admin .admin_inner h4:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f107";
  color: #14bb94;
  font-weight: normal;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.content_admin .admin_inner h4.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content_admin .admin_inner .ac > dl {
  margin-bottom: 20px;
}

.content_admin .admin_inner .ac > dl:last-child {
  margin-bottom: 0;
}

.content_admin .admin_inner .ac > dl > dt {
  position: relative;
  background: #d4f5ed;
  border-radius: 10px;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
}

.content_admin .admin_inner .ac > dl > dd {
  padding: 20px;
  display: none;
}

.content_admin .admin_inner .ac > dl > dt:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 22px;
  font-family: "FontAwesome";
  content: "\f055";
  color: #14bb94;
  font-weight: normal;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.content_admin .admin_inner dl dt.active:after {
  content: "\f056";
}

.spec_small {
  font-size: 14px;
  color: var(--color-theme-black);
}

.change_content > p {
  margin-bottom: 20px;
}

.change_content .number_li {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.change_content .number_li .under_li {
  margin-bottom: 20px;
}

.change_content .number_li .under_li li {
  /* list-style-type: decimal; */
  margin-left: 25px;
}

.receipt_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-theme-white);
  padding: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  font-family: 'Noto Serif', serif;
}

.receipt_sec .receipt-inner {
  -webkit-box-shadow: 0 0 5px #dadada;
  box-shadow: 0 0 5px #dadada;
  border-radius: 5px;
  padding: 30px 30px 60px 30px;
  background: var(--color-theme-white);
  background-size: 60%;
  min-width: 700px;
  width: 1000px;
}

.receipt_sec .count {
  font-size: 16px;
  color: var(--color-theme-red);
  border: 1px solid var(--color-theme-red);
  padding: 5px 10px;
}

.receipt_sec .receipt_ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .5em;
}

.receipt_sec .receipt_tbl1 {
  width: 100%;
  table-layout: fixed;
}

.receipt_sec .receipt_tbl1 td {
  width: 60%;
  vertical-align: bottom;
}

.receipt_sec .receipt_tbl1 td:first-child {
  padding-right: 40px;
}

.receipt_sec .receipt_tbl1 td:nth-child(2) {
  padding-left: 40px;
  width: 40%;
}

.receipt_sec .company_name {
  font-size: 28px;
  font-weight: 700;
}

.receipt_sec .company_name span {
  border-bottom: 1px solid var(--color-theme-black);
  padding-bottom: 2px;
  display: inline-block;
}

.receipt_sec .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.receipt_sec .other dd {
  border-bottom: 1px solid var(--color-theme-black);
  width: calc(100% - 64px);
}

.receipt_sec .other dt {
  text-align: right;
  width: 60px;
}

.receipt_sec .receipt_tbl2 {
  margin: 40px auto 0;
  max-width: 100%;
  min-width: 600px;
}

.receipt_sec .receipt_tbl2 td {
  padding: 5px 0 0 0;
}

.receipt_sec .receipt_tbl2 .seminar_name {
  border-bottom: 1px solid var(--color-theme-black);
  font-size: 18px;
  padding: 0 0 5px 0;
}

.receipt_sec .receipt_tbl2 .price {
  border-bottom: 1px solid var(--color-theme-black);
  padding: 0 0 5px 0;
  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;
  font-size: 20px;
}

.receipt_sec .receipt_tbl2 .price_txt {
  font-size: 40px;
  margin-left: 10px;
  font-weight: 700;
}

.receipt_sec .receipt_tbl2 .proviso {
  border-bottom: 1px solid var(--color-theme-black);
  padding: 0 0 5px 0;
  font-size: 18px;
}

.receipt_sec .receipt_tbl2 .proviso_txt {
  font-weight: 700;
  padding-left: 20px;
}

.receipt_sec .receipt_tbl2 td {
  width: calc(100% - 160px);
}

.receipt_sec .receipt_tbl2 td.kitte_wrap {
  width: 130px;
}

.receipt_sec .receipt_tbl2 .kitte {
  margin-left: 20px;
}

.receipt_sec .receipt_tbl3 {
  width: 100%;
  table-layout: fixed;
  margin-top: 40px;
}

.receipt_sec .receipt_tbl3 td {
  width: 50%;
  vertical-align: bottom;
}

.receipt_sec .receipt_tbl3 td:first-child {
  padding-right: 80px;
}

.receipt_sec .receipt_tbl3 td:nth-child(2) {
  padding-left: 80px;
}

.receipt_sec .utiwake_ttl {
  border-bottom: 1px solid var(--color-theme-black);
  padding: 0 0 5px 0;
  font-size: 18px;
}

.receipt_sec .utiwake_dl {
  border-bottom: 1px solid var(--color-theme-black);
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.receipt_sec .utiwake_dl dt {
  font-size: 18px;
  margin-right: 20px;
}

.receipt_sec .utiwake_dl dd {
  font-size: 28px;
}

.receipt_sec .address {
  margin-top: 20px;
}

.receipt_sec .print_btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.receipt_sec .print_btn li {
  margin: 0 10px;
}

.receipt_sec .print_btn li button,
.receipt_sec .print_btn li a {
  background: var(--color-theme-primary);
  color: var(--color-theme-white);
  border: none;
  min-width: 200px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.receipt_sec .print_btn li:last-child a {
  background: #a7a7a7;
}

@media only screen and (max-width: 767px) {
  .receipt_sec .receipt-inner {
    width: 100%;
  }
}

@media print {
  .receipt_sec .receipt-inner {
    max-width: 100%;
    -webkit-box-shadow: 0 0 0 #dadada;
    box-shadow: 0 0 0 #dadada;
  }
  .receipt_sec .print_btn {
    display: none;
  }
}

/* movie */
.seminar_detail .container h3 .movie_title {
  border: 2px solid #12bb94;
  background: none;
  color: var(--color-theme-black);
}

.movie_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.movie_btn li a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  max-width: 250px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.movie_btn li.movie_style1 a {
  background: #b71c1c;
  border-radius: 10px;
  color: var(--color-theme-white);
}

.movie_btn li.movie_style1 a:hover {
  background-color: var(--color-theme-black);
}

.movie_btn li.movie_style2 a {
  background: #12bb94;
  border-radius: 10px;
  color: var(--color-theme-white);
}

.movie_btn li.movie_style2 a:hover {
  background-color: var(--color-theme-black);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .movie_btn li a {
    width: 80%;
  }
}

/* ========== end △ */
.movie_sec .container .box {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}

.movie_sec .container .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.movie_sec .container .box .title span {
  min-width: 190px;
  border: 2px solid #12bb94;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  margin-right: 20px;
  text-align: center;
}

.movie_sec .container .box .title h2 {
  font-size: 18px;
}

.movie_sec .container .box .title.detail {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.movie_sec .container .box .title.detail h2 {
  width: 100%;
  margin-top: 20px;
}

.movie_sec .container .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.movie_sec .container .box .content .left {
  width: 45%;
  min-width: 45%;
  height: 350px;
  position: relative;
  border: 1px solid #efefef;
  margin-right: 20px;
}

.movie_sec .container .box .content .left img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  position: absolute;
  max-height: 350px;
  width: auto;
}

.movie_sec .container .box .content .right {
  width: 100%;
}

.movie_sec .container .box .content .right > * {
  margin-bottom: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .movie_sec .container .box {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .movie_sec .container .box .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .movie_sec .container .box .title span {
    min-width: 120px;
    padding: 5px 10px;
  }
  .movie_sec .container .box .title h2 {
    margin-top: 20px;
  }
  .movie_sec .container .box .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .movie_sec .container .box .content .left {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
    margin-right: 0;
  }
  .movie_sec .container .box .content .left img {
    max-height: 250px;
  }
  .movie_sec .container .box .content .right {
    width: 100%;
  }
}

/* ========== end △ */
.seminar_detail .container .content2 figure {
  margin-bottom: 20px;
}

.movie_detail .container .content2 {
  margin-bottom: 40px;
}
