@charset "utf-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #F8F8FA;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6, p, spna {
  margin: 0;
}

p {
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: #3aadeb;
  font-weight: bold;
}

ul {
  list-style: none;
  line-height: 1.75;
}

header {
  /* height: 60px; */
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #F6DA18 !important;
  filter: drop-shadow(0px 2px 12px rgba(222, 222, 222, 0.12));
}

.header-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  height: 100%;
  margin: auto;
  text-align: center;
  height: 60px;
}


.header-logo {
  margin-top: 5px;
}

.header-logo a {
  /* line-height: 60px; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 250px;
  text-align: center;
}

.header-logo img {
  /* line-height: 60px; */
  width: 100%;
}


.top-content {
  background: url(/wp-content/themes/test-manga/image/manga-movie/fv/fv_bg.jpg);
  width: 100%;
  height: 100%;
  position: relative;
  /* margin-top: 60px; */
  margin-top: 116px;
  background-size: cover;
}

.flex {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: auto;

}

.flex .top-left {
  width: calc(100% - 0px);
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 0 60px;
}

.flex .top-left img {
  width: 100%;
}

.flex .top-right img {
  height: 450px;
}

.flex .top-right {
  width: calc(25% - 0px);
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.under-btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.under-btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  display: block;
  margin: auto;
  height: 36px;
  background-color: #f6da19;
  border: solid 2px #000;
  border-radius: 120px;
}

.under-btn span i {
  color: #000;
}

i.fa.fa-phone {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}

i.fa.fa-envelope {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(-50%, -50%);
}




/*merit s*/
.merit_bg {
  background-color: #f6da19;
  position: relative;
}

.merit {
  max-width: 960px;
  padding: 40px 0px 0;
  margin: auto;
  overflow: hidden;
  color: #070707;
}

.merit .title {
  height: 26px;
  margin: auto;
  width: auto;
  text-align: center;
  display: block;
}

.frame-box {
  padding: 10px 20px;
  position: relative;
  max-width: 600px;
  margin: 40px auto 0;
}

.frame-box .under {
  background: linear-gradient(black 50%, #070707 50%);
  color: #f6da19;
  font-weight: bold;
  padding: 4px;
}

.frame-box::before, .frame-box::after {
  content: '';
  width: 12px;
  height: 100%;
  position: absolute;
}

.frame-box::before {
  border-left: solid 2px #000000;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
  top: 0;
  left: 0;
}

.frame-box::after {
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
  top: 0;
  right: 0;
}

.youtube_contnet {
  max-width: 640px;
  margin: 20px auto 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.flex_box {
  margin: 40px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_box .flex_content {
  width: calc(33.33% - 20px);
  text-align: center;
  background-color: #ffffff;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  margin: 0px 0px 0px 0px;
  font-size: 0;
}

.flex_merit_title {
  background-color: #000;
  padding: 8px 0;
}

.flex_merit_title img {
  width: 70px;
  display: block;
  text-align: center;
  margin: auto;
}

.flex_merit_img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.flex_merit_img_title {
  height: 16px;
  object-fit: contain;
  width: 90%;
  display: block;
  margin: 16px auto;
}

.flex_content p {
  text-align: left;
  font-size: 14px;
  padding: 0 12px;
  margin-bottom: 12px;
}

.merit_content_good {
  margin-top: 40px;
  background-color: #fff;
  padding: 24px 20px;
  border-radius: 12px;
}

.merit_content_good img {
  height: 16px;
  margin: auto;
  display: block;
}

.merit_content_good ul {
  padding: 0;
  margin: 20px 0 0;
}

.merit_content_good ul {
  text-indent: -1em;
  margin-left: 1em;
}

.merit_content_good ul li:before {
  content: "・";
}

.merit_content_good ul li.small:before {
  content: "";
}

.merit_content_good ul .small {
  line-height: 12px;
}

.merit_content_good ul span {
  font-size: 10px;
}

.movie_flex {
  margin: 20px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie_flex.all {
  margin: 20px auto 0;
  padding: 0;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie_flex.all .youtube_contnet {
  width: calc(100% - 0px);
  text-align: center;
  background-color: #f6da19;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px 0px 0px 0px;
  font-size: 0;
  position: relative;
  max-width: 960px;
}

.youtube_contnet {
  width: calc(50% - 20px);
  text-align: center;
  background-color: #f6da19;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px 0px 0px 0px;
  font-size: 0;
  position: relative;
}

.youtube_contnet p {
  font-size: 14px;
  font-weight: bold;
  ;
  text-align: left;
  background-color: #fff;
  padding: 8px 10px;
}

.youtube_contnet img {
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

p.titles {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

p.bun {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

/*merit e*/





/*chara s*/
.chara_bg {
  background: url(/wp-content/themes/test-manga/image/manga-movie/chara/chara_bg.jpg);
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 20px;
  background-attachment: fixed;
  background-size: cover;
}

.chara {
  max-width: 960px;
  padding: 40px 0;
  margin: auto;
  overflow: hidden;
  color: #070707;
}

.chara .title {
  height: 26px;
  object-fit: contain;
  width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}

.chara_img {
  width: 100%;
  display: block;
  margin-top: 40px;
}

/*chara s*/



/*flow s*/
.flow_bg {
  background: url(/wp-content/themes/test-manga/image/manga-movie/flow/flow_bg.jpg);
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 20px;
  background-size: cover;
}

.flow {
  max-width: 960px;
  padding: 40px 0;
  margin: auto;
  overflow: hidden;
  color: #070707;
}

.flow .title {
  height: 26px;
  margin: auto;
  width: auto;
  text-align: center;
  display: block;
}

.flex_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
  align-items: stretch;
}

.flex_flow_contetnt1 {
  width: calc(40% - 0px);
  box-sizing: border-box;
  overflow: hidden;
}

.flex_flow_contetnt2 {
  width: calc(60% - 20px);
  text-align: left;
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #000;
  box-sizing: border-box;
  border-radius: 8px;
}

.flex_flow_contetnt2 :before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.flex_flow_contetnt2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #000;
  z-index: 1;
}

.flow_step_title {
  font-size: 20px;
  font-weight: bold;
  color: #3E80E7;
}

.flex_flow_contetnt2.yellow {
  background: #f6da19;
}

.flex_flow_contetnt2.yellow :before {
  border-right: 12px solid #f6da19;
}

.flex_flow_contetnt2.yellow .flow_step_title {
  color: #000000;
}

.flow_step_normal {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin-top: 8px;
}

.flow_step_small {
  font-size: 12px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 0px;
}

/*flow e*/





/*course s*/
.course_bg {
  background: url(/wp-content/themes/test-manga/image/manga-movie/fv/fv_bg.jpg);
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0px;
  background-size: cover;
}

.course {
  max-width: 960px;
  padding: 40px 0;
  margin: auto;
  color: #070707;
}

.course .title {
  height: 26px;
  margin: auto;
  width: auto;
  text-align: center;
  display: block;
}

.flex_tri {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
  align-items: stretch;
}

.flex_tri_content {
  width: calc(33.33% - 20px);
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
}

.flex_tri_content .tri_title {
  display: flex;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 0;
  padding: 4px 0;
  height: 46px;
}

.flex_tri_content.blue .tri_title {
  background-color: #1E72CD;
}

.flex_tri_content.blue img {
  height: 36px;
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 100%;
  object-fit: contain;
  padding: 0 10px;

}

.flex_tri_content.blue .course_big {
  color: #1e72cd;
  line-height: 1.3em;
}

.flex_tri_content.red .tri_title {
  background-color: #ce1214;
}

.flex_tri_content.red img {
  height: 28px;
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 100%;
  object-fit: contain;
  padding: 0 10px;

}

.flex_tri_content.red .course_big {
  color: #ce1214;
  line-height: 1.3em;
}

.flex_tri_content.yellow .tri_title {
  background-color: #f6da19;
}

.flex_tri_content.yellow img {
  height: 30px;
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 100%;
  object-fit: contain;
  padding: 0 10px;
}

.flex_tri_content.yellow .course_center {
  position: relative;
  width: 100%;
  height: 100%;
}

.flex_tri_content.yellow .course_normal {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
}

.course_content {
  padding: 0 20px;
  margin: 10px 0;
}

.course_content p {
  font-weight: bold;
  font-size: 24px;
}

.course_content .small_small {
  font-weight: normal;
  font-size: 10px;
  margin-top: -4px;
}

.course_content span {
  font-weight: bold;
  font-size: 14px;
}

p.course_normal {
  font-size: 14px;
}

/*course e*/




/*toi s*/
.bg-content-contact {
  background-color: #f6da19;
  margin: 0px 0px;
  position: relative;
}

.ten-content {
  max-width: 960px;
  padding: 40px 0;
  margin: auto;
  overflow: hidden;
  color: #070707;
}

.bg-content-contact p {
  color: #070707;
}

.ten-content .contact-tel span {
  font-size: 16px;
  padding-left: 12px;
}

.ten-content .content-box-max .content-box {
  margin: 0 auto;
}

.ten-content .content-box-max .content-box img {
  text-align: center;

  margin: auto;
  display: block;
  width: 260px;
}

.ten-content .contact-content {
  font-weight: bold;
  margin-top: 36px;
}

.ten-content .contact-content-title {
  font-size: 18px;
  border-bottom: solid 3px;
}

.ten-content .contact-tel {
  margin-top: 36px;
  display: inline-block;
  font-size: 30px;
}

.ten-content .contact-tel span {
  font-size: 16px;
  padding-left: 12px;
}

.ten-content form {
  font-size: 0;
  margin: 0px auto 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ten-content .item {
  width: calc(50% - 0px);
  font-size: 14px;
  margin-top: 36px;
}

.ten-content .item:nth-child(odd) {
  width: calc(48% - 0px);
}

.ten-content label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.ten-content .inputs {
  margin-top: 8px;
  width: 100%;
  border: none;
  height: 40px;
  padding: 0 10px 0px 10px;
  box-sizing: border-box;
  border: solid 2px;
}

.ten-content .item.only {
  width: 100%;
}

.ten-content .item.only .inputs {
  height: 150px;
  padding: 10px;
}

.ten-content .btn-area {
  display: block;
  width: 100%;
  margin-top: 36px;
}

.ten-content .btn-area input {
  text-align: center;
  display: block;
  width: 300px;
  margin: auto;
  border: solid 2px #070707;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background-color: #070707;
  color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
}

.ten-content .btn-area input:hover {
  background-color: #ffffff;
  border: solid 2px #070707;
  color: #070707;
  transition: .2s ease-in-out;
}

.ten-content .content-box.under-border {
  border-bottom: solid 3px #000;
  padding-bottom: 30px !important;
}

div#success, #error {
  display: none;
}

/*toi e*/



.foot_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 40px;
}

.foot_flex a {
  width: calc(50% - 20px);
  box-sizing: border-box;
  overflow: hidden;
}

.foot_flex a img {
  width: 100%;
}




footer {
  background: #f6da19 !important;
  color: #070707;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}

.top-content.thank-top {
  text-align: center;
  color: #000000;
}

.top-content.thank-top {
  background: url(/wp-content/themes/test-manga/image/manga-movie/top-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: 100px;
}

.top-content.thank-top h1 {
  width: 100%;
  font-size: 24px;
}

.top-content.thank-top a {
  background-color: #f6da19;
  color: #000;
  width: 50%;
  display: block;
  border-radius: 40px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  margin: 40px auto 0;
}



.onayami {
  margin-top: 40px;
  background-color: #fff;
  padding: 24px 40px;
  border-radius: 12px;
  text-align: center;
}

.onayami .onayami_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.onayami ul {
  background-color: #f5da1a;
  padding: 20px 20px;
  border-radius: 12px;
  text-align: left;
}

.onayami ul li {
  font-size: 14px;
}

.onayami .kaiketu {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 20px auto 0;
  background-color: #000;
  border-bottom: solid 4px #f5da1a;
  ;
  padding: 8px 20px;
  color: #ffffff;
}

.onayami .kaiketu_2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 2px;
  display: inline-block;
  margin: 12px auto 0;

}

.onayami .kaiketu_2 span {
  background-color: #f5da1a;

}

.onayami .hosoku {
  font-size: 14px;
  text-align: left;
  margin-top: 12px;
  color: #ff0404;
}



.qa {
  max-width: 960px;
  padding: 40px 0;
  margin: 0 auto 40px;
  color: #070707;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
}

.qa p {
  padding: 0;
  width: auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.qa ul {
  padding: 0 60px;
  font-size: 14px;
  line-height: 1.6em;
}

.qa ul li {
  margin-top: 12px;
}

.qa .y_q {
  background-color: #f5da1a;
  padding: 4px;
  margin-right: 4px;
}

.qa .red_q {
  background-color: #ce1316;
  padding: 4px;
  margin-right: 4px;
  color: #fff;
}


a.toi {
  text-align: center;
  display: block;
  width: 250px;
  margin: 40px auto;
  border: solid 2px #070707;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background-color: #070707;
  color: #ffffff;
  cursor: pointer;
}

a.toi:hover {
  background-color: #ffffff;
  border: solid 2px #070707;
  color: #070707;
  transition: .2s ease-in-out;
}

.flow_bg a.toi {
  margin-bottom: 0;
}


.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.content-box-max-movie {
  background-color: #f6da19 !important;
}
@media (max-width:1080px) {
  .top-content{
    margin-top: 130px;
  }
}
@media only screen and (max-width: 960px) {

  .merit, .chara_bg, .flow, .course, .ten-content, .foot_flex {
    width: 90%;
  }

}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .flex {
    display: block;
    width: 98%;
    margin: auto;
  }



  /*merit s*/
  .merit_bg {
    background-color: #f6da19;
    position: relative;
  }

  .merit {
    max-width: 960px;
    padding: 24px 0 0;
    margin: auto;
    overflow: hidden;
    color: #070707;
    width: 90%;
  }

  .merit .title {
    height: 30px;
    object-fit: contain;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
  }

  .frame-box {
    padding: 10px 12px;
    position: relative;
    max-width: 600px;
    margin: 24px auto 24px;
    font-size: 14px;
  }

  .frame-box::before, .frame-box::after {
    content: '';
    width: 12px;
    height: 100%;
    position: absolute;
  }

  .frame-box::before {
    border-left: solid 2px #000000;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
    top: 0;
    left: 0;
  }

  .frame-box::after {
    border-right: solid 2px #000000;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
    top: 0;
    right: 0;
  }

  .youtube_contnet {
    max-width: 640px;
    margin: 20px auto 0;
    width: 100%;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .flex_box {
    margin: 24px auto 0;
    padding: 0;
    display: block;
  }

  .flex_box .flex_content {
    width: calc(100% - 0px);
    text-align: center;
    background-color: #ffffff;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 0px 24px 0px;
    font-size: 0;
  }

  .flex_merit_title {
    background-color: #000;
    padding: 8px 0;
  }

  .flex_merit_title img {
    width: 70px;
    display: block;
    text-align: center;
    margin: auto;
  }

  .flex_merit_img {
    width: 100%;
    height: 40%;
    object-fit: cover;
  }

  .flex_merit_img_title {
    height: 16px;
    object-fit: contain;
    width: auto;
    display: block;
    margin: 16px auto;
  }

  .flex_content p {
    text-align: left;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 12px;
  }

  .merit_content_good {
    margin-top: 24px;
    background-color: #fff;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .merit_content_good img {
    height: 16px;
    margin: auto;
    display: block;
  }

  .merit_content_good ul {
    padding: 0;
    margin: 20px 0 0;
    font-size: 14px;
  }

  .merit_content_good ul {
    text-indent: -1em;
    margin-left: 1em;
  }

  .merit_content_good ul li:before {
    content: "・";
  }

  .merit_content_good ul li.small:before {
    content: "";
  }

  .merit_content_good ul .small {
    line-height: 12px;
  }

  .merit_content_good ul span {
    font-size: 10px;
  }

  /*merit e*/

  /*chara s*/
  .chara_bg {
    background: url(/wp-content/themes/test-manga/image/manga-movie/chara/chara_bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 20px;
    background-attachment: fixed;
    background-size: cover;
  }

  .chara {
    max-width: 960px;
    padding: 24px 0;
    margin: auto;
    overflow: hidden;
    color: #070707;
    width: 90%;
  }

  .chara .title {
    height: 26px;
    object-fit: contain;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
  }

  .chara_img {
    width: 100%;
    display: block;
    margin-top: 24px;
  }

  /*chara s*/



  /*flow s*/
  .flow_bg {
    background: url(/wp-content/themes/test-manga/image/manga-movie/flow/flow_bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 24px;
    background-size: cover;
  }

  .flow {
    max-width: 960px;
    padding: 24px 0;
    margin: auto;
    overflow: hidden;
    color: #070707;
    width: 90%;
  }

  .flow .title {
    height: 26px;
    margin: auto;
    object-fit: contain;
    width: 100%;
    text-align: center;
    display: block;
  }

  .flex_flow {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    width: 100%;
    margin: 24px auto 0;
    align-items: stretch;
  }

  .flex_flow_contetnt1 {
    width: calc(100% - 0px);
    box-sizing: border-box;
    overflow: hidden;
  }

  .flex_flow_contetnt2 {
    width: calc(100% - 0px);
    text-align: left;
    box-sizing: border-box;
    position: relative;
    padding: 20px 16px;
    color: #000;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #000;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 12px;
  }

  .flex_flow_contetnt2 :before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }

  .flex_flow_contetnt2:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #000;
    z-index: 1;
  }

  .flow_step_title {
    font-size: 16px;
    font-weight: bold;
    color: #3E80E7;
  }

  .flex_flow_contetnt2.yellow {
    background: #f6da19;
  }

  .flex_flow_contetnt2.yellow :before {
    border-right: 12px solid #f6da19;
  }

  .flex_flow_contetnt2.yellow :before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-bottom: 12px solid #f6da19;
    z-index: 2;
  }

  .flex_flow_contetnt2.yellow .flow_step_title {
    color: #000000;
  }

  .flow_step_normal {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-top: 4px;
  }

  .flow_step_small {
    font-size: 12px;
    font-weight: normal;
    color: #FF0000;
    margin-top: 0px;
  }

  /*flow e*/


  /*course s*/
  .course_bg {
    background: url(/wp-content/themes/test-manga/image/manga-movie/fv/fv_bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0px;
    background-size: cover;
  }

  .course {
    max-width: 960px;
    padding: 24px 0;
    margin: auto;
    width: 90%;
    color: #070707;
  }

  .course .title {
    height: 26px;
    margin: auto;
    object-fit: contain;
    width: 100%;
    text-align: center;
    display: block;
  }

  .flex_tri {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 24px auto 0;
  }

  .flex_tri_content {
    width: calc(100% - 0px);
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
    margin-top: 24px
  }

  .flex_tri_content .tri_title {
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
    font-size: 0;
    padding: 4px 0;
    height: 46px;
  }

  .flex_tri_content.blue .tri_title {
    background-color: #1E72CD;
  }

  .flex_tri_content.blue img {
    height: 36px;
    box-sizing: border-box;
    display: block;
    margin: auto;
  }

  .flex_tri_content.blue .course_big {
    color: #1e72cd;
    line-height: 1.3em;
  }

  .flex_tri_content.red .tri_title {
    background-color: #ce1214;
  }

  .flex_tri_content.red img {
    height: 28px;
    box-sizing: border-box;
    display: block;
    margin: auto;
  }

  .flex_tri_content.red .course_big {
    color: #ce1214;
    line-height: 1.3em;
  }

  .flex_tri_content.yellow .tri_title {
    background-color: #f6da19;
  }

  .flex_tri_content.yellow img {
    height: 30px;
    box-sizing: border-box;
    display: block;
    margin: auto;
  }

  .flex_tri_content.yellow .course_center {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .flex_tri_content.yellow .course_normal {
    width: 100%;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-weight: bold;
    margin: 32px 0;
  }

  .course_content {
    padding: 0 20px;
    margin: 10px 0;
  }

  .course_content p {
    font-weight: bold;
    font-size: 24px;
  }

  .course_content .small_small {
    font-weight: normal;
    font-size: 10px;
    margin-top: -4px;
  }

  .course_content span {
    font-weight: bold;
    font-size: 14px;
  }

  p.course_normal {
    font-size: 14px;
  }

  /*course e*/







  /*toi s*/
  .bg-content-contact {
    background-color: #f6da19;
    margin: 0px 0px;
    position: relative;
  }

  .ten-content {
    max-width: 960px;
    padding: 24px 0;
    margin: auto;
    overflow: hidden;
    color: #070707;
    width: 90%;
  }

  .bg-content-contact p {
    color: #070707;
  }

  .ten-content .contact-tel span {
    font-size: 16px;
    padding-left: 12px;
  }

  .ten-content .content-box-max .content-box {
    margin: 0 auto;
  }

  .ten-content .content-box-max .content-box img {
    text-align: center;
    margin: auto;
    display: block;
    width: 260px;
    height: 26px;
    object-fit: contain;
  }

  .ten-content .contact-content {
    font-weight: bold;
    margin-top: 24px;
  }

  .ten-content .contact-content-title {
    font-size: 18px;
    border-bottom: solid 3px;
  }

  .ten-content .contact-tel {
    margin-top: 8px;
    display: inline-block;
    font-size: 32px;
  }

  .ten-content .contact-tel br {
    line-height: 0;
    margin-top: -20px;
  }

  .ten-content .contact-tel span {
    font-size: 16px;
    padding-left: 0;
  }

  .ten-content form {
    font-size: 0;
    margin: 0px auto 0;
    padding: 0px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ten-content .item {
    width: calc(100% - 0px);
    font-size: 14px;
    margin-top: 16px;
  }

  .ten-content .item:nth-child(odd) {
    width: calc(100% - 0px);
  }

  .ten-content label {
    display: block;
    font-size: 16px;
  }

  .ten-content .inputs {
    margin-top: 2px;
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 10px 0px 10px;
    box-sizing: border-box;
    border: solid 2px;
  }

  .ten-content .item.only {
    width: 100%;
  }

  .ten-content .item.only .inputs {
    height: 150px;
    padding: 10px;
  }

  .ten-content .btn-area {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .ten-content .btn-area input {
    text-align: center;
    display: block;
    width: 250px;
    margin: auto;
    border: solid 2px #070707;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background-color: #070707;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .ten-content .btn-area input:hover {
    background-color: #ffffff;
    border: solid 2px #070707;
    color: #070707;
    transition: .2s ease-in-out;
  }

  .ten-content .content-box.under-border {
    border-bottom: solid 3px #000;
    padding-bottom: 30px !important;
  }

  div#success, #error {
    display: none;
  }

  /*toi e*/



  .foot_flex {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    width: 90%;
    margin: 24px auto 24px;
  }

  .foot_flex a {
    width: calc(100% - 0px);
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    margin-top: 12px;
  }

  .foot_flex a img {
    width: 100%;
  }




  footer {
    background: #f6da19;
    color: #070707;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
  }

  .top-content.thank-top {
    font-size: 20px;
  }

  header {
    /* height: 52px; */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F6DA18 !important;
    filter: drop-shadow(0px 2px 12px rgba(222, 222, 222, 0.12));
  }
  .header-flex {
    height: 52px;
  }

  .header-logo {
    /* margin-top:10px; */
  }

  /* .header-logo a{
  line-height: 52px;
} */
  .header-logo img {
    /* line-height: 52px; */
    width: 100%;
  }

  .top-content {
    background: url(/wp-content/themes/test-manga/image/manga-movie/fv/fv_bg.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    /* margin-top: 52px; */
    margin-top: 122px;
    background-size: cover;
  }

  .top-content.thank-top h1 {
    width: 100%;
    font-size: 16px;
  }



  .onayami {
    margin-top: 25px;
    background-color: #fff;
    padding: 24px 20px;
    border-radius: 12px;
    text-align: center;
  }

  .onayami .onayami_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }

  .onayami ul {
    background-color: #f5da1a;
    padding: 20px 20px;
    border-radius: 12px;
    text-align: left;
  }

  .onayami ul li {
    font-size: 12px;
    line-height: 1.4em;
  }

  .onayami .kaiketu {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0;
    background-color: #000;
    border-bottom: solid 4px #f5da1a;
    ;
    padding: 8px 20px;
    color: #ffffff;
  }

  .onayami .kaiketu_2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    display: inline-block;
    margin: 12px auto 0;

  }

  .onayami .hosoku {
    font-size: 10px;
    text-align: left;
    margin-top: 4px;
    color: #ff0404;
  }



}

.footer-php .content-box-max .contact-title img {
  max-width: 260px;
  width: 100%;
}

@media only screen and (max-width: 468px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


}
