@charset "UTF-8";
#main {
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.6rem;
}

.ecp_wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.ecp_wrapper .ecp_inner {
  max-width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
}

#ecp_title .ecp_inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

#ecp_title .ecp_inner h1 {
  font-size: 1.8rem;
  color: #005bab;
  font-family: "NUDモトヤマルベリ Std W5";
  letter-spacing: 0.1em;
}

#ecp_title .ecp_inner p {
  background: #005bab;
  color: #fff;
  padding: 0 1.5em;
  height: 30px;
  border-radius: 15px;
  margin-right: 0.5em;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

#ecp_header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #e7eff7;
  z-index: 2;
}

#ecp_header .ecp_inner {
  zoom: 100%;
}

#ecp_header .ecp_inner::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#ecp_header .ecp_inner img {
  width: 50%;
  border-radius: 6px;
  float: right;
}

#ecp_header .ecp_inner h2 {
  width: 48%;
  float: left;
  line-height: 1.2;
  margin-bottom: 1.2em;
  margin-top: 0.8em;
  text-align: center;
}

#ecp_header .ecp_inner h2 small,
#ecp_header .ecp_inner h2 span {
  display: block;
}

#ecp_header .ecp_inner h2 small {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #e50012;
  font-family: "NUDモトヤマルベリ Std W5";
  transform: rotate(-5deg);
  margin-bottom: 0.7em;
}

#ecp_header .ecp_inner h2 span.anitxt01 {
  font-size: 5.2rem;
  color: #0088d0;
  font-family: "NUDモトヤマルベリ Std W6";
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}

#ecp_header .ecp_inner h2 span.anitxt02 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #0088d0;
  font-family: "NUDモトヤマルベリ Std W5";
}

#ecp_header .ecp_inner p {
  width: 48%;
  float: left;
}

#ecp_header + p.fz12 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.ecp_overview .ecp_inner {
  border: 4px solid #f5cdd0;
  border-radius: 12px;
  background-color: #fffcee;
  text-align: center;
  padding: 20px 20px 36px 20px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  position: relative;
  overflow: hidden;
  background-image: url(./icon_film.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

.ecp_overview .ecp_inner h3 {
  margin-bottom: 36px;
}

.ecp_overview .ecp_inner h3 span {
  font-size: 2.4rem;
  font-family: "NUDモトヤマルベリ Std W5";
  color: #e50012;
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}

.ecp_overview .ecp_inner h3 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  right: 0;
  bottom: -5px;
  background: #e50012;
}

.ecp_overview .ecp_inner p {
  font-size: 1.9rem;
  color: #005bab;
  font-family: "NUDモトヤマルベリ Std W4";
  position: relative;
}

.ecp_overview .ecp_inner::before {
  content: "";
  display: block;
  width: 99px;
  height: 138px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./icon_tablet.svg) no-repeat top left;
  background-size: contain;
}

.ecp_btn,
.dl_btn {
  text-align: center;
  margin: 50px 0;
}

.ecp_btn a,
.dl_btn a {
  max-width: 560px;
  box-sizing: border-box;
  border: 0;
  padding: 0 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #ff6b72;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NUDモトヤマルベリ Std W5";
  letter-spacing: 0.15em;
  font-size: 2.8rem;
  border-radius: 6px;
  transition: background-color 0.3s;
  position: relative;
}

.ecp_btn a:hover,
.dl_btn a:hover {
  text-decoration: none;
  background-color: #e50012;
}

.ecp_btn a::after {
  position: absolute;
  margin: auto;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.ecp_content .ecp_sec.dl_btn {
  margin-bottom: 100px;
}

.dl_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 40px;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  background: url(./icon_download.svg) no-repeat center center;
  background-size: contain;
}

#curriculum {
  margin-bottom: 40px;
  line-height: 1.2;
}

#curriculum ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

#curriculum ul li {
  width: 32%;
  height: 300px;
  box-sizing: border-box;
  background: #cbe4fd;
  padding: 30px 10px;
}

#curriculum ul li::before {
  content: "";
  display: block;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#curriculum ul li:nth-child(1)::before {
  background-image: url(./icon_school.svg);
}

#curriculum ul li:nth-child(2)::before {
  background-image: url(./icon_45min.svg);
}

#curriculum ul li:nth-child(3)::before {
  background-image: url(./icon_lesson.svg);
}

#curriculum ul li > div {
  height: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0088d0;
}

#curriculum ul li > div h4 {
  font-family: "NUDモトヤマルベリ Std W5";
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}

#curriculum ul li > div p {
  font-family: "NUDモトヤマルベリ Std W4";
  letter-spacing: 0.1em;
  font-size: 2.6rem;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  #main.mainWide {
    width: auto;
    margin: 0 auto;
  }
  .ecp_wrapper {
    padding-left: 4.7vw;
    padding-right: 4.7vw;
  }
  #ecp_title .ecp_inner {
    padding: 2vw 0;
  }
  #ecp_header {
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  #ecp_header .ecp_inner h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  #ecp_header .ecp_inner h2 small {
    font-size: 2.6vw;
  }
  #ecp_header .ecp_inner h2 span.anitxt01 {
    font-size: 5.5vw;
  }
  #ecp_header .ecp_inner h2 span.anitxt02 {
    font-size: 3vw;
  }
  #ecp_header + p.fz12 {
    margin-bottom: 2vw;
  }

  .ecp_overview .ecp_inner {
    padding: 2vw 2vw 3.5vw 2vw;
    line-height: 1.4;
    background-size: 15vw auto;
  }
  .ecp_overview .ecp_inner h3 {
    margin-bottom: 3.5vw;
  }
  .ecp_overview .ecp_inner h3 span {
    font-size: 2.2rem;
  }
  .ecp_overview .ecp_inner p {
    font-size: 1.8rem;
  }
  .ecp_overview .ecp_inner::before {
    width: 10vw;
    height: 100%;
  }
  .ecp_btn,
  .dl_btn {
    margin: 5vw 0;
  }
  .ecp_content .ecp_sec.dl_btn {
    margin-bottom: 10vw;
  }
  #curriculum {
    margin-bottom: 4vw;
  }
  #curriculum ul li {
    height: 30vw;
    padding: 3vw 1.5vw;
  }
  #curriculum ul li::before {
    height: 50%;
  }
  #curriculum ul li > div {
    height: 50%;
  }
  #curriculum ul li > div h4 {
    margin-bottom: 0.5em;
    font-size: 2vw;
  }
  #curriculum ul li > div p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 640px) {
  #ecp_title .ecp_inner {
    display: block;
  }
  #ecp_title .ecp_inner p {
    display: inline-block;
    margin-bottom: 0.3em;
    line-height: 30px;
  }
  #ecp_header .ecp_inner img {
    width: auto;
    border-radius: 6px;
    float: none;
  }
  #ecp_header .ecp_inner h2 {
    width: auto;
    float: none;
    margin-bottom: 1em;
  }
  #ecp_header .ecp_inner h2 small {
    font-size: 4vw;
    transform: rotate(-3deg);
    margin-bottom: 0.5em;
  }
  #ecp_header .ecp_inner h2 span.anitxt01 {
    font-size: 8vw;
    margin-bottom: 0.1em;
  }
  #ecp_header .ecp_inner h2 span.anitxt02 {
    font-size: 4.4vw;
  }
  #ecp_header .ecp_inner p {
    margin-top: 1em;
    width: auto;
    float: none;
  }

  .ecp_overview .ecp_inner p {
    text-align: left;
  }
  .ecp_btn a,
  .dl_btn a {
    max-width: none;
    padding: 0;
    height: 8.4vw;
    font-size: 4vw;
  }
}

@media screen and (max-width: 480px) {
  #main {
    font-size: 1.5rem;
  }
  #ecp_title .ecp_inner {
    padding: 3vw 0;
  }
  #ecp_title .ecp_inner h1 {
    font-size: 1.6rem;
  }
  #ecp_title .ecp_inner p {
    padding: 0 1em;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    margin-right: 0;
    font-size: 1.3rem;
  }
  #ecp_header {
    padding-top: 3vw;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
  #ecp_header .ecp_inner h2 small {
    font-size: 5vw;
  }
  #ecp_header .ecp_inner h2 span.anitxt01 {
    font-size: 9.6vw;
  }
  #ecp_header .ecp_inner h2 span.anitxt02 {
    font-size: 5.5vw;
  }
  #ecp_header .ecp_inner p {
    margin-top: 1em;
    width: auto;
    float: none;
  }
  #ecp_header + p.fz12 {
    text-align: left;
    margin-bottom: 4vw;
  }
  .ecp_overview .ecp_inner {
    border: 2px solid #f5cdd0;
    border-radius: 8px;
    padding: 3vw 3vw 4vw 3vw;
    background-size: 24vw auto;
  }
  .ecp_overview .ecp_inner h3 {
    margin-bottom: 3.5vw;
  }
  .ecp_overview .ecp_inner h3 span {
    font-size: 1.8rem;
  }
  .ecp_overview .ecp_inner h3 span::after {
    height: 3px;
    bottom: -3px;
  }
  .ecp_overview .ecp_inner p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .ecp_overview .ecp_inner::before {
    width: 18vw;
  }
  .ecp_btn,
  .dl_btn {
    margin: 7.5vw 0;
  }
  .ecp_btn a,
  .dl_btn a {
    max-width: none;
    padding: 0;
    height: 12vw;
    font-size: 5.5vw;
  }
  .ecp_btn a::after {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .ecp_content .ecp_sec.dl_btn {
    margin-bottom: 15vw;
  }
  .dl_btn a::after {
    width: 6vw;
    height: 8vw;
  }
  #curriculum {
    margin-bottom: 6vw;
  }
  #curriculum ul {
    display: block;
  }
  #curriculum ul li {
    width: auto;
    height: auto;
    padding: 3vw;
    display: flex;
    margin-bottom: 8px;
  }
  #curriculum ul li:last-child {
    margin-bottom: 0;
  }
  #curriculum ul li::before {
    width: 30%;
    height: 16vw;
  }
  #curriculum ul li > div {
    width: 70%;
    height: auto;
  }
  #curriculum ul li > div h4 {
    font-size: 3.2vw;
  }
  #curriculum ul li > div p {
    font-size: 6.4vw;
  }
  .sp_only {
    display: block;
  }
}

.ecp_content {
  background-color: #f0f3f7;
  border-top: 1px solid #e7eff7;
  border-bottom: 1px solid #e7eff7;
}

.ecp_content .ecp_inner {
  padding: 40px 0;
}

.ecp_content .ecp_inner h3 {
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.4;
}

.ecp_content .ecp_inner h3 span {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-family: "NUDモトヤマルベリ Std W5";
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}

.ecp_content .ecp_inner h3 span::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 12px);
  height: 4px;
  left: -8px;
  bottom: -4px;
  background: #e50012;
}

.ecp_content .ecp_inner p.txtbld {
  font-size: 1.7rem;
  font-family: "NUDモトヤマルベリ Std W4";
  letter-spacing: 0.12em;
}

.ecp_content .ecp_inner h4 {
  margin-bottom: 0.7em;
  line-height: 1.5;
}

.ecp_content .ecp_inner h4:last-child {
  margin-bottom: 0;
}

.ecp_content .ecp_inner h4 span {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  font-family: "NUDモトヤマルベリ Std W5";
  color: #005bab;
}

.ecp_content .ecp_inner ul.ecplist {
  line-height: 1.4;
}

.ecp_content .ecp_inner ul.ecplist li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 14px;
}

.ecp_content .ecp_inner ul.ecplist li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background: #005bab;
  left: 0;
  top: 0.4em;
}

.ecp_content .ecp_inner ul.ecplist li:last-child {
  margin-bottom: 0;
}

.ecp_content .ecp_inner table.ecptbl {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  empty-cells: show;
  vertical-align: middle;
  margin: 1.5em 0;
  line-height: 1.4;
  border-bottom: 2px solid #b2cde6;
  border-top: 2px solid #b2cde6;
}

.ecp_content .ecp_inner table.ecptbl th {
  border: 2px solid #b2cde6;
  border-bottom: 2px dotted #b2cde6;
  border-top: 0;
  padding: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "NUDモトヤマルベリ Std W4";
  color: #005bab;
  vertical-align: middle;
}

.ecp_content .ecp_inner table.ecptbl td {
  border: 2px solid #b2cde6;
  border-bottom: 2px dotted #b2cde6;
  border-top: 0;
  padding: 1em;
  vertical-align: middle;
}

.ecp_content .ecp_inner table.ecptbl .t_center {
  text-align: center;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.ecp_content .ecp_sec {
  margin-bottom: 50px;
}

.ecp_content .ecp_sec:last-child {
  margin-bottom: 0;
}

.ecp_content .ecp_profile {
  zoom: 100%;
}

.ecp_content .ecp_profile::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.ecp_content .ecp_profile img {
  max-width: 200px;
  float: right;
  margin-left: 40px;
  border-radius: 8px;
}

.ecp_content .ecp_profile h4 span {
  color: #222;
}

.cal2 {
  display: flex;
  justify-content: space-between;
}

.cal2 .cal_left {
  width: 520px;
}

.cal2 .cal_left img {
  border: 5px solid #b2cde6;
  box-sizing: border-box;
}

.cal2 .cal_right {
  width: 400px;
}

.min15_1,
.min15_2,
.min15_3 {
  display: block;
  font-size: 1.3rem;
  color: #0088d0;
  font-weight: bold;
}

.min15_1::before,
.min15_2::before,
.min15_3::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 2px;
}

.min15_1::before {
  background-image: url(./min15_1.svg);
}

.min15_2::before {
  background-image: url(./min15_2.svg);
}

.min15_3::before {
  background-image: url(./min15_3.svg);
}

.ban_list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ecp_content .ecp_inner {
    padding: 4vw 0;
  }
  .ecp_content .ecp_inner h3 span {
    font-size: 2.2rem;
  }
  .ecp_content .ecp_inner p.txtbld {
    font-size: 1.6rem;
  }
  .ecp_content .ecp_inner h4 span {
    font-size: 1.7rem;
  }
  .ecp_content .ecp_sec {
    margin-bottom: 5vw;
  }
  .ecp_content .ecp_sec:last-child {
    margin-bottom: 0;
  }
  .ecp_content .ecp_profile img {
    max-width: 180px;
    margin-left: 20px;
  }
  .cal2 .cal_left {
    width: 48%;
  }
  .cal2 .cal_right {
    width: 48%;
  }
  .ban_list li {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .ecp_content .ecp_inner {
    padding: 6vw 0;
  }
  .ecp_content .ecp_inner h3 {
    margin-bottom: 1em;
  }
  .ecp_content .ecp_inner h3 span {
    font-size: 1.8rem;
  }
  .ecp_content .ecp_inner p.txtbld {
    font-size: 1.5rem;
  }
  .ecp_content .ecp_inner h4 span {
    font-size: 1.6rem;
  }
  .ecp_content .ecp_inner table.ecptbl {
    margin: 1em 0;
    border-bottom: 1px solid #b2cde6;
    border-top: 1px solid #b2cde6;
  }
  .ecp_content .ecp_inner table.ecptbl th {
    border: 1px solid #b2cde6;
    border-bottom: 1px dotted #b2cde6;
    padding: 0.8em;
  }
  .ecp_content .ecp_inner table.ecptbl td {
    border: 1px solid #b2cde6;
    border-bottom: 1px dotted #b2cde6;
    padding: 0.8em;
  }
  .ecp_content .ecp_sec {
    margin-bottom: 7vw;
  }
  .ecp_content .ecp_sec:last-child {
    margin-bottom: 0;
  }
  .ecp_content .ecp_profile img {
    float: none;
    margin: 0 auto 10px auto;
  }
  .cal2 {
    display: block;
  }
  .cal2 .cal_left {
    width: auto;
    margin-bottom: 1em;
  }
  .cal2 .cal_left img {
    border: 3px solid #b2cde6;
  }
  .cal2 .cal_right {
    width: auto;
  }
  .min15_1,
  .min15_2,
  .min15_3 {
    font-size: 1.2rem;
  }
  .min15_1::before,
  .min15_2::before,
  .min15_3::before {
    width: 42px;
    height: 42px;
  }
  .ban_list {
    display: block;
  }
  .ban_list li {
    width: auto;
    margin-bottom: 8px;
  }
  .ban_list li:last-child {
    margin-bottom: 0;
  }
}

#ecp_form .ecp_sec {
  margin-bottom: 1.5em;
}

#ecp_form table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  empty-cells: show;
  vertical-align: middle;
  line-height: 1.5;
}

#ecp_form table th {
  padding: 0 1em;
  color: #005bab;
  font-family: "NUDモトヤマルベリ Std W5";
  letter-spacing: 0.1em;
  vertical-align: middle;
}

#ecp_form table td {
  padding: 0.7em 1em;
  vertical-align: middle;
}

#ecp_form table td small {
  display: inline-block;
  font-size: 1.3rem;
}

#ecp_form table td .cap {
  font-size: 1.3rem;
  color: #ff6b72;
}

#ecp_form table input[type="text"],
#ecp_form table input[type="tel"],
#ecp_form table input[type="email"] {
  width: 60%;
  max-width: 320px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  background-color: #ffffff;
  padding: 5px 8px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#ecp_form table input[type="text"].field_narrow,
#ecp_form table input[type="tel"].field_narrow,
#ecp_form table input[type="email"].field_narrow {
  padding: 3px;
  width: 8em;
}

#ecp_form .t_red {
  color: #e50012;
}

#ecp_form small.t_red {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 1.3rem;
}

#ecp_form .infotbl {
  border-top: 4px solid #b2cde6;
}

#ecp_form .infotbl tr {
  border-bottom: 2px dotted #b2cde6;
}

#ecp_form .infotbl th {
  width: 240px;
  box-sizing: border-box;
}

#ecp_form .enqtbl {
  border-bottom: 4px solid #b2cde6;
}

#ecp_form .enqtbl th {
  padding-top: 1em;
}

#ecp_form .enqtbl td {
  border-bottom: 2px dotted #b2cde6;
}

#ecp_form .selectbox {
  overflow: hidden;
  width: 60%;
  max-width: 320px;
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #ffffff;
}

#ecp_form .selectbox select {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
}

#ecp_form .selectbox select::-ms-expand {
  display: none;
}

#ecp_form .selectbox::before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

#ecp_form .checklist li {
  position: relative;
}

#ecp_form .checklist li input[type="checkbox"],
#ecp_form .checklist li input[type="radio"] {
  opacity: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

#ecp_form .checklist li input[type="checkbox"] + label,
#ecp_form .checklist li input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 4px 1em 4px 24px;
  vertical-align: middle;
  cursor: pointer;
}

#ecp_form .checklist li input[type="checkbox"] + label:after,
#ecp_form .checklist li input[type="radio"] + label:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -11px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  content: "";
}

#ecp_form .checklist li input[type="checkbox"] + label:after {
  border-radius: 6px;
}

#ecp_form .checklist li input[type="radio"] + label:after {
  border-radius: 50%;
}

#ecp_form .checklist li input[type="checkbox"] + label:before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #005bab;
  border-bottom: 3px solid #005bab;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ecp_form .checklist li input[type="checkbox"]:checked + label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

#ecp_form .checklist li input[type="radio"] + label:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #005bab;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
}

#ecp_form .checklist li input[type="radio"]:checked + label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

#ecp_form .checklist:not(.blocklist) li {
  display: inline-block;
  padding-right: 1em;
}

#ecp_form .pp_txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

#ecp_form .fm_btn {
  background: #fff;
  border-bottom: 4px solid #b2cde6;
  padding: 0.8em 0;
  text-align: center;
}

#ecp_form .fm_btn input[type="submit"] {
  box-sizing: border-box;
  border: 0;
  padding: 0 1.5em;
  height: 52px;
  margin: 0 auto;
  background-color: #ff6b72;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NUDモトヤマルベリ Std W5";
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  border-radius: 6px;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ecp_form .fm_btn input[type="submit"]:hover {
  background-color: #e50012;
}

@media screen and (max-width: 768px) {
  #ecp_form .infotbl th {
    width: 200px;
  }
  #ecp_form .fm_btn input[type="submit"] {
    font-size: 2rem;
    height: 46px;
  }
}

@media screen and (max-width: 640px) {
  #ecp_form .ecp_sec {
    margin-bottom: 1.5em;
  }
  #ecp_form table input[type="text"],
  #ecp_form table input[type="tel"],
  #ecp_form table input[type="email"] {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  #ecp_form table input[type="text"],
  #ecp_form table input[type="tel"],
  #ecp_form table input[type="email"] {
    width: 100%;
  }
  #ecp_form .infotbl {
    display: block;
  }
  #ecp_form .infotbl tbody {
    display: block;
  }
  #ecp_form .infotbl tbody tr {
    display: block;
  }
  #ecp_form .infotbl tbody tr th {
    display: block;
    width: auto;
    padding-top: 0.5em;
  }
  #ecp_form .infotbl tbody tr td {
    display: block;
    padding: 0.5em 1em;
  }
  #ecp_form .enqtbl th {
    padding-top: 0.5em;
  }
  #ecp_form .selectbox {
    width: 100%;
  }
  #ecp_form .checklist:not(.blocklist) li {
    display: block;
    padding-right: 0;
  }
  #ecp_form .fm_btn input[type="submit"] {
    width: 90%;
    padding: 0 1em;
    height: 40px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 380px) {
  #ecp_form .fm_btn input[type="submit"] {
    font-size: 4.5vw;
  }
}

/* Youtube */

.youtubebox {
    height: 0;
    padding: 0 0 56.25% 0;
    position: relative;
}
.youtubebox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
