@charset "UTF-8";
/*------------------------------
    リセット
/*------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
  letter-spacing: 0.03em;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  width: 100%;
  color: #131313;
  line-height: 1.6;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #021b38;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #021b38;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*------------------------------
  common
/*------------------------------*/
.online_kengakukai_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  width: 100%;
  vertical-align: top;
}

.sec_ttl {
  position: relative;
  text-align: center;
}
.sec_ttl::before {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #009dbc;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 768px) {
  .sec_ttl::before {
    height: 0.2666666667vw;
  }
}
.sec_ttl span {
  padding: 0 36px;
  color: #009dbc;
  font-size: 32px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_ttl span {
    padding: 0 4vw;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .light {
    cursor: pointer;
    transition: opacity 0.4s;
  }
  .light:hover {
    opacity: 0.6 !important;
  }
}
/*------------------------------
  sec_mv
/*------------------------------*/
.sec_mv {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_mv::after {
    display: block;
    width: 100%;
    width: 100%;
    height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/mv_img_ver2_pc.png);
    background-position: 50% 80%;
    z-index: -1;
    content: "";
    filter: blur(20px);
  }
}
.sec_mv .inner {
  width: 100%;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_mv .inner {
    top: 16vw;
  }
}
.sec_mv .mv_img {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_img {
    max-width: 100%;
  }
}

.mv_bg {
  width: 100%;
  height: 750px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_bg {
    height: 100vw;
  }
}
.mv_bg img {
  display: block;
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 950px) {
  .mv_bg img {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mv_bg img {
    height: 100vw;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (min-width: 768px) {
  .index_b .sec_mv::after {
    background-image: url(../image/mv_img_b.png);
  }
}

.mv_ttl {
  max-width: 680px;
  margin-bottom: 20px;
  margin-left: 27px;
}
@media screen and (max-width: 950px) {
  .mv_ttl {
    max-width: 530px;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    max-width: 66.6666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-left: 0;
  }
}

.mv_txt {
  max-width: 554px;
  position: relative;
  margin-left: 58px;
  padding: 18px 0;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  font-size: 26px;
  text-align: center;
  background-color: #009dbc;
}
@media screen and (max-width: 950px) {
  .mv_txt {
    max-width: 450px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mv_txt {
    max-width: 65.3333333333vw;
    margin-left: 0;
    padding: 2.4vw 0;
    border-radius: 0.8vw;
    font-size: 2.9333333333vw;
  }
}

/*------------------------------
  sec_intro
/*------------------------------*/
.sec_intro {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec_intro {
    padding-top: 60px;
  }
}
.sec_intro p {
  line-height: 2;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_intro p {
    font-size: 16px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

/*------------------------------
  sec_about
/*------------------------------*/
.sec_about {
  padding: 70px 0 90px;
}
@media screen and (max-width: 768px) {
  .sec_about {
    padding: 13.3333333333vw 0;
  }
}
.sec_about .sec_ttl {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .sec_about .sec_ttl {
    margin-bottom: 4vw;
  }
}

.about_head {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_head {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
}
.about_head .head_txtWrap {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .about_head .head_txtWrap {
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.about_head .head_txtWrap p {
  margin-bottom: 33px;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about_head .head_txtWrap p {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.about_head .head_txtWrap p:last-child {
  margin-bottom: 0;
}
.about_head .head_img {
  max-width: 480px;
  width: 48%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about_head .head_img {
    max-width: 100%;
    width: 100%;
  }
}

.about_cont {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_cont {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.about_cont dl {
  max-width: 480px;
  width: 48%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .about_cont dl {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 10vw;
  }
  .about_cont dl:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .about_cont dl:nth-child(even) {
    margin-right: 0;
  }
}
.about_cont dt {
  padding: 10px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #009dbc;
}
@media screen and (max-width: 768px) {
  .about_cont dt {
    padding: 1.3333333333vw 0;
    font-size: 16px;
  }
}
.about_cont dd {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about_cont dd {
    font-size: 16px;
  }
}
.about_cont dd.cont_img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .about_cont dd.cont_img {
    margin-bottom: 2.6666666667vw;
  }
}

.about_tableCont {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about_tableCont {
    display: block;
  }
}
.about_tableCont table {
  max-width: 480px;
  width: 48%;
  margin-right: 5%;
  border: 1px solid #333;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about_tableCont table {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
}
.about_tableCont table:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .about_tableCont table:last-child {
    margin-bottom: 0;
  }
}
.about_tableCont table caption {
  padding-bottom: 7px;
  color: #009dbc;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about_tableCont table caption {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
.about_tableCont table tr {
  border-bottom: 1px solid #333;
}
.about_tableCont table tr:last-child {
  border-bottom: none;
}
.about_tableCont table th {
  max-width: 220px;
  width: 46.625%;
  border-right: 1px solid #333;
  text-align: left;
  background-color: rgba(0, 157, 188, 0.2);
}
@media screen and (max-width: 768px) {
  .about_tableCont table th {
    max-width: 40vw;
    width: 40vw;
    text-align: center;
  }
}
.about_tableCont table th, .about_tableCont table td {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about_tableCont table th, .about_tableCont table td {
    padding: 1.3333333333vw 0;
    text-align: center;
  }
}
.about_tableCont table .txt_point {
  color: #ce2d35;
}
.about_tableCont .adjust {
  display: none;
}
@media screen and (max-width: 1000px) {
  .about_tableCont .adjust {
    display: block;
  }
}

/*------------------------------
  sec_detail
/*------------------------------*/
.sec_detail {
  padding: 70px 0;
  background-color: #e5ede9;
}
@media screen and (max-width: 768px) {
  .sec_detail {
    padding: 13vw 0;
  }
}

.detail_box {
  padding: 80px 50px 70px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .detail_box {
    padding: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.detail_box .sec_ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .detail_box .sec_ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.detail_box p {
  line-height: 2;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .detail_box p {
    line-height: 2;
    font-size: 20px;
  }
}

.delivery_cont {
  position: relative;
  padding-bottom: 60px;
}
.delivery_cont::before {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 56px;
  right: -50px;
  background-image: url(../image/logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotateZ(19deg);
  content: "";
}
@media screen and (max-width: 768px) {
  .delivery_cont::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    top: 11.6vw;
    right: -4vw;
  }
}
@media screen and (max-width: 768px) {
  .delivery_cont {
    padding-bottom: 8vw;
  }
}

.delivery_txt {
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .delivery_txt {
    width: 90%;
  }
}
.delivery_txt p {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .delivery_txt p {
    display: block;
  }
}
.delivery_txt .time {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .delivery_txt .time {
    padding-right: 2.6666666667vw;
  }
}
.delivery_txt .txt {
  display: block;
}

.appearance_txt {
  text-align: center;
}

.profile_cont {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .profile_cont {
    display: block;
    margin-top: 6.6666666667vw;
  }
}

.profile_img {
  max-width: 300px;
  width: 33.334%;
  margin-left: 3.334%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .profile_img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 4vw;
  }
}

.profile_txtWrap dt {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .profile_txtWrap dt {
    margin-bottom: 2vw;
    font-size: 14px;
  }
}
.profile_txtWrap dt span {
  font-weight: bold;
}
.profile_txtWrap dt span.name {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .profile_txtWrap dt span.name {
    font-size: 20px;
  }
}
.profile_txtWrap dt span:not(.name) {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .profile_txtWrap dt span:not(.name) {
    font-size: 14px;
  }
}
.profile_txtWrap dd {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .profile_txtWrap dd {
    font-size: 14px;
  }
}

/*------------------------------
  sec_method
/*------------------------------*/
.sec_method {
  padding: 90px 0 90px;
}
@media screen and (max-width: 768px) {
  .sec_method {
    padding: 13vw 0 13vw;
  }
}
.sec_method .sec_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_method .sec_ttl {
    margin-bottom: 5.3333333333vw;
  }
}

.method_catchTxt {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  line-height: 2.4;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .method_catchTxt {
    margin-bottom: 4vw;
    font-size: 13px;
  }
}
.method_catchTxt img {
  display: inline-block;
  width: 50px;
  padding-right: 10px;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .method_catchTxt img {
    width: 6.6666666667vw;
    padding-right: 1.3333333333vw;
  }
}

.method_startTxt {
  display: flex;
  width: 560px;
  margin: 0 auto 20px;
  border: 2px solid #009dbc;
  color: #009dbc;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .method_startTxt {
    width: 85.3333333333vw;
    margin: 0 auto 5.3333333333vw;
    border: 0.2666666667vw solid #009dbc;
    font-size: 3.7333333333vw;
  }
}
.method_startTxt span {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
  padding: 10px 0;
  color: #fff;
  background-color: #009dbc;
}
@media screen and (max-width: 768px) {
  .method_startTxt span {
    width: 29vw;
    margin-right: 2.6666666667vw;
    padding: 1.3333333333vw 0;
  }
}
.method_startTxt small {
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .method_startTxt small {
    padding-top: 0.8vw;
  }
}

.method_notes {
  width: 86%;
  margin: 0 auto 20px;
  line-height: 2;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .method_notes {
    width: 90%;
    margin-bottom: 2.6666666667vw;
    font-size: 14px;
  }
}

/*------------------------------
  banner_area
/*------------------------------*/
.banner_area {
  position: relative;
  padding: 80px 0;
  background-image: url(../image/banner_bg_pc.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .banner_area {
    padding: 10.6666666667vw 0;
    background-image: url(../image/banner_bg_sp.jpg);
  }
}
.banner_area::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-color: #009dbc;
  z-index: -1;
  content: "";
}
.banner_area a {
  display: block;
}
.banner_area .online_kengakukai_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .banner_area .online_kengakukai_inner {
    display: block;
  }
}

.banner_listLeft {
  max-width: 395px;
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .banner_listLeft {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2vw;
  }
}
.banner_listLeft a:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .banner_listLeft a:first-child {
    margin-bottom: 2vw;
  }
}

.banner_listRight {
  display: flex;
  max-width: 600px;
  width: 60%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .banner_listRight {
    max-width: 100%;
    width: 100%;
  }
  .banner_listRight .sp_w100 {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.banner_listRight .mini_width {
  max-width: 190px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .banner_listRight .mini_width {
    max-width: 29.3333333333vw;
    width: 29.3333333333vw;
    margin-bottom: 2vw;
  }
}
.banner_listRight .banner_facebook {
  max-width: 186px;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .banner_listRight .banner_facebook {
    max-width: 24.8vw;
    width: 100%;
  }
}
.banner_listRight .banner_twitter {
  max-width: 228px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .banner_listRight .banner_twitter {
    max-width: 30.4vw;
    width: 100%;
  }
}
.banner_listRight .banner_youtube {
  max-width: 160px;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .banner_listRight .banner_youtube {
    max-width: 21.3333333333vw;
    width: 100%;
  }
}

.banner_listBottom {
  display: flex;
  width: 100%;
  margin-top: 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .banner_listBottom {
    display: block;
    margin-top: 1.8666666667vw;
  }
}
.banner_listBottom a {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner_listBottom a {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.banner_listBottom .banner_nikkenren {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .banner_listBottom .banner_nikkenren {
    margin-right: auto;
    margin-bottom: 1.8666666667vw;
  }
}

.page_top {
  display: block;
  width: 54px;
  position: fixed;
  right: 70px;
  bottom: 90px;
}
@media screen and (max-width: 768px) {
  .page_top {
    width: 7.2vw;
    right: 2.6666666667vw;
    bottom: 10.6666666667vw;
  }
}

/*------------------------------
  footer
/*------------------------------*/
footer {
  padding: 24px 0;
  background-color: #009dbc;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 3.2vw 0;
  }
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 12px;
  }
}

.imgalpha {
  transition: opacity 0.6s;
}
.imgalpha:hover {
  opacity: 0.7;
}

.sec_mv .application_button {
  width: 300px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 77px;
  margin-left: 309px;
}
@media screen and (max-width: 1000px) {
  .sec_mv .application_button {
    width: 20vw;
    transform: translate(-50%, -50%);
    margin-top: 13vw;
    margin-left: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_mv .application_button {
    width: 45vw;
    margin-top: -10vw;
    margin-left: -22vw;
  }
}

.scroll_elm {
  width: 80%;
  margin: 10px auto 0;
  height: 150px;
  margin-bottom: 20px;
  padding: 20px 20px 20px;
  overflow: auto;
  border: 1px solid #000;
}

.privacyPolicy_ttl {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.privacyPolicy_subBox {
  margin-bottom: 1em;
}

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

.privacyPolicy_subTtl {
  font-size: 14px;
  line-height: 1.6;
  display: block;
}

.privacyPolicy_subTxt {
  line-height: 1.6;
  display: block;
}
.privacyPolicy_subTxt a {
  text-decoration: underline;
}
.privacyPolicy_subTxt a:hover {
  text-decoration: none;
}

#bottom .btn.inactive {
  background-color: #a1a1a1;
  pointer-events: none;
}

.page_bottom .bottom_read {
  color: #dc768c;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 60px auto 40px;
}

#bottom.page_bottom .flex {
  justify-content: center;
  align-items: flex-start;
  justify-content: center;
}

#bottom .btn_wrap .btn {
  margin: 0;
}

@media only screen and (max-width: 999px) {
  .scroll_elm {
    width: 90%;
    padding: 15px;
  }
  .privacyPolicy_ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .privacyPolicy_subTtl {
    font-size: 14px;
  }
  .privacyPolicy_subTxt {
    font-size: 14px;
  }
  #bottom.page_bottom .flex {
    display: block;
  }
  #bottom.page_bottom .flex .footer_logo {
    width: 60%;
    margin: 0 auto 10px;
  }
  #bottom .btn_wrap .btn {
    width: 80%;
    margin: 0 auto !important;
  }
  #bottom.page_bottom .flex.btn_wrap {
    margin-bottom: 50px;
  }
  .page_bottom .bottom_read {
    margin-bottom: 20px;
  }
}
.check_itemTxt {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.check_item {
  margin: 20px auto 20px;
  text-align: center;
}

.check_item input {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.check_item input:disabled {
  pointer-events: none;
}

.check_item label {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  cursor: pointer;
}

.check_item label:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: 20px;
  height: 20px;
  top: -1px;
  border: solid 2px #ccc;
  border-radius: 3px;
  transition: all ease-in-out 0.125s;
}

.check_item label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: transform 0.125s ease-in-out;
}

.check_item input:checked + label:before {
  background-color: #009dbc;
  border-color: #009dbc;
}

.check_item input:checked + label:after {
  transform: rotate(-45deg) scaleX(1);
}

@media only screen and (max-width: 999px) {
  .check_itemTxt {
    font-size: 14px;
  }
  .check_item {
    margin: 10px auto 10px;
    text-align: center;
  }
  .btn.mt30 {
    margin-top: 20px !important;
  }
}
.method_catchIntro, .method_catchEndIntro {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 999px) {
  .method_catchIntro, .method_catchEndIntro {
    font-size: 16px;
  }
}

.method_catchEndIntro {
  line-height: 2;
}

.btn {
  color: #fff;
  font-size: 22px;
  line-height: 5.2rem;
  border-radius: 5px;
  transition: 0.2s;
  background-size: 24px;
  text-align: center;
  display: table;
  font-weight: 600;
  width: 360px;
  padding-right: 2%;
  border-radius: 8px;
  background: #009dbc url(../image/icon_arrow_w.svg) 90% center no-repeat;
  background-size: 16px;
  transition: background-color 0.3s;
  line-height: 62px;
  margin: 0 auto;
}

.inactive .btn {
  background: #ccc;
  pointer-events: none;
}

.btn:hover {
  opacity: 0.7;
}

.sec_archive {
  margin-top: 120px;
  background-color: #009dbc;
  padding: 80px 0;
}
@media only screen and (max-width: 999px) {
  .sec_archive {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.sec_archive .archive_video {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 999px) {
  .sec_archive .archive_video {
    margin-bottom: 30px;
  }
  .sec_archive .archive_video iframe {
    width: 100%;
  }
}
.sec_archive .archive_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.sec_archive .archive_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_archive .archive_ttl {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .sec_archive .archive_ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.sec_archive .archive_slide {
  position: relative;
}
.sec_archive .swiper-button-next, .sec_archive .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -50px);
  left: auto;
}
@media only screen and (max-width: 999px) {
  .sec_archive .swiper-button-next, .sec_archive .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
  }
}
.sec_archive .swiper-button-prev, .sec_archive .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -50px);
  right: auto;
}
@media only screen and (max-width: 999px) {
  .sec_archive .swiper-button-prev, .sec_archive .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
  }
}
.sec_archive .swiper-button-next:after, .sec_archive .swiper-button-prev:after {
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .sec_archive .swiper-button-next:after, .sec_archive .swiper-button-prev:after {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */