@charset "utf-8";
/*-------------------------------------------------------------------
enkaku, enkaku_line
-------------------------------------------------------------------*/
.section_nav {
  margin-bottom: 30px;
}
.section_nav li {
  float: left;
  width: calc(25% - 6px);
  border: 2px solid #3da0a8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 8px;
  position: relative;
}
.section_nav li:last-child {
  margin-right: 0;
}
.section_nav li a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #3da0a8;
  padding: 10px 5px 5px;
  line-height: 1.1;
  height: 4.5em;
}
@media only screen and (max-width: 767px) {

  #main .mv_image h1 img {
    width: 100%;
  }

  .section_nav li a {
    padding: 10px 5px 12px;
    height: auto;
  }
}
.section_nav li a small {
  display: block;
  margin-bottom: 5px;
}
.section_nav li a.line2 {
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .section_nav li a.line2 {
    padding: 10px 5px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section_nav li a span {
    display: none;
  }
}
.section_nav li::after {
  content: "";
  border-right: 3px solid #3da0a8;
  border-bottom: 3px solid #3da0a8;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -7px;
}

.step {
  background-color: #faf7e8;
  padding: 20px 15px 30px;
}
@media only screen and (max-width: 767px) {
  .step {
    padding: 20px 0;
  }
}

.step h4.step_title {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  position: relative;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .step h4.step_title {
    padding-left: 60px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
.step h4.step_title .swon {
  font-size: 1rem;
  width: 65px;
  height: 65px;
  background: #3da0a8;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-top: 2%;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .step h4.step_title .swon {
    font-size: 16px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    padding-top: 3%;
    letter-spacing: -0.01em;
    line-height: 1;
  }
}
.step h4.step_title .snum {
  font-size: 1.8em;
  display: block;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .step h4.step_title .snum {
    font-size: 16px;
    margin: 0;
  }
}

.step .step_text {
  width: 90%;
  margin-left: 30px;
  padding-left: 5%;
  border-left: 6px solid #c6f0f5;
}
@media only screen and (max-width: 767px) {
  .step .step_text {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 4px solid #c6f0f5;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .step .step_text.custum_mt {
    padding-top: 0px;
  }
}
.step .step_text p {
  padding-bottom: 30px;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .step .step_text p {
    padding-bottom: 20px;
  }
}
.step .step_text p.substep span {
  display: block;
  margin-bottom: 5px;
  color: #3da0a8;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}
.step .step_text p.substep span::before {
  content: "";
  border: 5px solid #3da0a8;
  width: 16px;
  height: 16px;
  position: absolute;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
    box-sizing: border-box;
}
.step .step_text p.qrcode {
  text-align: center;
}
.step .step_text p.qrcode img {
  border: #636363 1px solid;
  max-width: 100%;
}
.step .step_text .curon_register_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.step .step_text .curon_register_img li {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .step .step_text .curon_register_img li {
    margin: 0 10px;
  }
}
.step .step_text .curon_register_img li img {
  border: #636363 1px solid;
}
@media only screen and (max-width: 767px) {
  .step .step_text .curon_register_img li img {
    width: 100%;
  }
}
.step .step_text .btn-form-min {
  margin-top: -10px;
  padding-bottom: 30px;
}
.step .step_text .btn-form-min a {
  display: block;
  width: 375px;
}
@media only screen and (max-width: 767px) {
  .step .step_text .btn-form-min a {
    width: 100%;
  }
}
.step .step_text .btn-form-min a img {
  max-width: 100%;
}
.step .step_text .btn-form-min a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.step .step_text .section_curon {
  padding: 20px 20px 0;
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .step .step_text .section_curon {
    padding: 15px 15px 0;
    margin: 0 0 20px 0;
  }
}
.step .step_text .section_curon h4 {
  margin-bottom: 20px;
}
.step .step_text .section_curon h4 img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .step .step_text .section_curon--col {
    width: 100%;
    padding: 0;
  }
}
.step .step_text .section_curon--col a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .step .step_text .section_curon--col a img {
    height: 50px;
  }
}
.step .step_text .section_curon--col.googlePlay {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .step .step_text .section_curon--col.googlePlay {
    padding: 10px 0 0;
  }
}
.step .step_text .section_curon--colbtn {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .step .step_text .section_curon--colbtn {
    padding: 10px 0 0;
  }
}
.step .step_text .section_curon--colbtn p {
  padding-bottom: 0px;
}
.step .step_text .section_curon--colbtn .button {
  padding-right: 40px;
}
.step .step_text > img {
  max-width: 180px;
  float: right;
  margin: -50px 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  .step .step_text > img {
    float: none;
    margin: 10px auto;
    display: block;
    max-width: 140px;
  }
}

.btn-form-sec {
  margin-bottom: 50px;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .btn-form-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.btn-form-sec a {
  display: block;
  width: 375px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .btn-form-sec a {
    width: 100%;
  }
}
.btn-form-sec a img {
  max-width: 100%;
}
.btn-form-sec a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.sign-sec {
  border: 4px solid #4bb5be;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background: #FFF;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sign-sec {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.sign-sec p {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sign-sec p {
    margin-bottom: 0;
  }
}
.sign-sec p.text {
  text-align: left;
    font-size: 115%;
    line-height: 1.8;
}
.sign-sec p.text .app {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 5px 12px;
  background: #1b61a5;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .sign-sec p.text .app {
    padding: 3px 12px;
  }
}
.sign-sec p.text .ex {
  font-size: 14px;
}
.sign-sec h4 {
  font-size: 140%;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .sign-sec h4 {
    line-height: 1.4;
  }
}
.sign-sec .button {
  margin-bottom: 10px;
  padding: 3px 30px;
}
@media only screen and (max-width: 767px) {
  .sign-sec .button {
    padding: 3px 0;
  }
}
.sign-sec .button a {
  line-height: 1.4;
  font-size: 120%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sign-sec .button a {
    font-size: 100%;
  }
}
.sign-sec .button a img {
  max-width: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin: 0 auto 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .sign-sec .button a img {
    margin: 0 auto 5px;
    display: block;
  }
}
.sign-sec .sign-sec-detail {
  letter-spacing: -0.4em;
}
.sign-sec .sign-sec-detail > div {
  letter-spacing: normal;
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0 10px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .sign-sec .sign-sec-detail > div {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
}
.sign-sec .sign-sec-detail > div p {
  text-align: left;
}
.sign-sec .sign-sec-detail > div p:not(.sign-sec-detail-title) + p {
  margin-top: -15px;
}
.sign-sec .sign-sec-detail > div p strong {
  font-weight: bold;
  color: #102a2c;
}
.sign-sec .sign-sec-detail > div:first-child {
  margin-left: 0;
}
.sign-sec .sign-sec-detail > div:last-child {
  margin-right: 0;
}
.sign-sec .sign-sec-detail-title {
  color: #4bb5be;
  display: block;
  background: #ebf5f6;
  padding: 5px;
  text-align: center !important;
  font-weight: bold;
  margin-bottom: 5px;
}
.sign-sec .sign-sec-detail-title span {
  background: #930000;
  color: #fff;
  font-size: 90%;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 5px;
}

.page_enkaku .bnr_enkaku,
.page_enkaku .side_bnr_enkaku {
  display: none;
}

.page_enkaku .enkaku_pickup {
  background: #3da0a8;
  color: #FFF;
  font-size: 160%;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page_enkaku .enkaku_pickup {
    font-size: 155%;
    padding: 10px 0;
    letter-spacing: -0.005em;
  }
}


/* オフィシャルサイトCSS */

/*-------------------------------------------------------------------
shimiken
-------------------------------------------------------------------*/
.shimiken-main {
  padding: 60px 25px;
  background: url(/common/images/shimiken/main_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .shimiken-main {
    padding: 40px 15px;
  }
}
.shimiken-main h2 {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shimiken-main h2 {
    margin: 0 auto;
  }
}
.shimiken-main h2 img {
  max-width: 100%;
}
.shimiken-main p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .shimiken-main p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.shimiken-course {
  border: 5px solid #1fa94c;
}
.shimiken-course h3 {
  background: #1fa94c;
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
}
.shimiken-course .button a{
  width:100%;
}
@media only screen and (max-width: 767px) {
  .shimiken-course h3 {
    font-size: 6vw;
    padding: 10px 0;
  }
}
.shimiken-course div {
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .shimiken-course div {
    padding: 10px;
  }
}
.shimiken-course h4 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  float: left;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffffb2 50%);
  padding: 0 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .shimiken-course h4 {
    font-size: 8.2vw;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
  }
}
.shimiken-course h4 strong {
  font-weight: bold;
}
.shimiken-course h4 strong.green {
  color: #1fa94c;
}
.shimiken-course h4 strong.red {
  color: #d60000;
}
.shimiken-course h4 small {
  font-size: 24px;
  font-size: 2.4rem;
}
.shimiken-course img {
  max-width: 100%;
  float: right;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .shimiken-course img {
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
}
.shimiken-course p {
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
}
.shimiken-flow .section01_img {
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f2fafb+51,ffffff+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 50%, #f2fafb 51%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 50%, #f2fafb 51%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 50%, #f2fafb 51%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
.shimiken-flow .section01_img img {
  max-width: 100%;
  width: 440px;
}
.shimiken-flow .section01_text {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shimiken-flow .section01_text {
    margin-top: 10px;
    text-align: left;
  }
}

.shimiken.movie_mordal.movie-play a > img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .shimiken.movie_mordal.movie-play a .btn {
    width: 80px;
    height: 80px;
    top: 14vw;
  }
}

.line_flow .shimiken-course h4 {
  background: none;
  float: none;
  margin: auto;
  padding: 0;
  line-height: 1.3;
  text-align: center;
}
.line_flow .shimiken-course p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.line_flow .shimiken-course strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffffb2 50%);
  font-weight: bold;
}
.line_flow .shimiken-course .copytext-area {
  padding: 0;
  text-align: center;
}
.line_flow .shimiken-course .copytext-area textarea {
  width: 100%;
  padding: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .line_flow .shimiken-course .copytext-area textarea {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
  }
}
.line_flow .shimiken-course .copytext-area button {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .line_flow .shimiken-course .copytext-area button {
    font-size: 6.5vw;
    padding: 0;
    width: 100%;
  }
}

/*-------------------------------------------------------------------
line_enkaku_flow
-------------------------------------------------------------------*/
.anker {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .anker {
    margin: 30px 0;
  }
}
.anker ul li {
  float: left;
  width: 49%;
}
.anker ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .anker ul li a {
    font-size: 12px;
    padding: 9px 10px;
  }
}
.anker ul li a:after {
  content: '\f107';
  font-family: FontAwesome;
  margin-left: 10px;
  color: #FFFFFF;
  display: block;
}
.anker ul li:first-child {
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .anker ul li:first-child {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .anker ul li.line1 a {
    font-size: 12px;
    padding: 16px 10px 17px;
  }
}

.shimiken-course img.stepimg {
  float: none !important;
  display: block;
  margin: 0 auto 20px;
}

p.nextstep {
  text-align: center;
  font-size: 34px;
  color: #d60000 !important;
}
@media only screen and (max-width: 767px) {
  p.nextstep {
    font-size: 6vw;
  }
}

.line_enkaku_flow .shimiken-course {
  border: 5px solid #05428d !important;
}
.line_enkaku_flow .shimiken-course h3 {
  background: #05428d !important;
}
.line_enkaku_flow .shimiken-course .copytext-area textarea {
  line-height: 1;
}

.line_enkaku_flow02 .shimiken-course {
  border: 5px solid #008bc5 !important;
}
.line_enkaku_flow02 .shimiken-course h3 {
  background: #008bc5 !important;
}

.balloon-right {
  position: relative;
  line-height: 1.4;
}
.balloon-right.title_main--inner {
  padding-left: 110px !important;
}
@media only screen and (max-width: 767px) {
  .balloon-right.title_main--inner {
    padding-left: 110px !important;
  }
}
.balloon-right--icon {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  line-height: 4em;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #E9BA29;
  border-radius: 50%;
  box-sizing: border-box;
  left: 10px;
  top: 50%;
  margin-top: -40px;
}
.balloon-right--icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #E9BA29;
  z-index: 0;
}
.balloon-right--icon.icon-video {
  font-size: 16px;
  line-height: 1.1;
  padding-top: 1.5em;
  letter-spacing: -0.01em;
}

/*-------------------------------------------------------------------
title
-------------------------------------------------------------------*/
.title_main {
  margin-bottom: 40px;
  border-top: #83ccd2 1px solid;
  background: url(/common/images/stripe_01.png) left top;
}
@media only screen and (max-width: 767px) {
  .title_main {
    margin-bottom: 20px;
  }
}
.title_main--inner {
  padding: 28px 0 28px 20px;
  font-size: 34px;
  font-size: 3.4rem;
  color: #246065;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .title_main--inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.title_section01,
.title_section02 {
  border-top: #83ccd2 1px solid;
  font-weight: bold;
}

.title_section02,
.title_section03,
.title_section04,
.title_section07 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .title_section02,
  .title_section03,
  .title_section04,
  .title_section07 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.title_section01,
.title_section02,
.title_section03,
.title_section04,
.title_section07,
.title_section09 {
  color: #102a2c;
}

.title_section01 {
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
  background: url(/common/images/stripe_01.png) left top;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .title_section01 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.title_section01 small {
  letter-spacing: -0.04em;
}

.title_section02 {
  padding: 10px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
}

.title_section03 {
  font-size: 24px;
  font-size: 2.4rem;
}

.title_section04 {
  padding: 10px 0 0 0;
  border-bottom: #83ccd2 1px solid !important;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .title_section04 {
    font-size: 24px;
    line-height: 1.58;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }  
  .title_section04.step {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .title_section04.step span {
    display: block;
  }
}

.title_section05 {
  color: #4bb5be;
  font-size: 20px;
  font-size: 2rem;
}
.title_section05 span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .title_section05 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .title_section05 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.title_section06 {
  margin-bottom: 20px;
  color: #be9f4b;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.title_section07 {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.title_section08 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05428d+0,012858+100 */
  background: #05428d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #05428d 0%, #012858 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #05428d 0%, #012858 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #05428d 0%, #012858 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05428d', endColorstr='#012858',GradientType=1 );
  /* IE6-9 */
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 8px 0;
  line-height: 1.4;
}

.title_section09 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .title_section09 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}


/*-------------------------------------------------------------------
button
-------------------------------------------------------------------*/
.button {
  padding: 3px;
}
.button a, .button .link {
  display: inline-block;
  padding: 10px 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
}
.button a i, .button .link i {
  font-size: 20px;
  font-size: 2rem;
}
.button a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.button_link .small-btn{
	padding: 10px 20px;
    display: inline-block;
    line-height: 100%;
}
.button_base {
  background-color: #fff;
}
.button_base.form:before {
  color: #4bb5be;
}
.button_base.letter, .button_base.phone {
  padding: 5px 0;
  border: #d6d6d6 1px solid;
}
.button_base.letter:before {
  content: '\f2b6';
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
}
.button_base.line {
  background-color: #00c300;
}
.button_base.line:before {
  display: inline-block;
  background: url(/common/images/line_icon_w_a.png) no-repeat left center;
  background-size: contain;
  content: ' ';
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: -5px;
  margin-right: 10px;
}
.button_base.letter_orange {
  background-color: #ed831c;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .button_base.letter_orange {
    line-height: 1.3;
  }
}
.button_base.letter_orange:before {
  display: inline-block;
  background: none;
  width: auto;
  height: auto;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-right: 10px;
  content: '\f2b6';
  font-family: FontAwesome;
  font-weight: normal;
  color: #FFF;
}
.button_base.phone:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
}
.button_yoyaku {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #990000), color-stop(0, #db2b2b));
  background: -webkit-linear-gradient(top, #db2b2b 0%, #990000 70%);
  background: -moz-linear-gradient(top, #db2b2b 0%, #990000 70%);
  background: -ms-linear-gradient(top, #db2b2b 0%, #990000 70%);
  background: linear-gradient(to bottom, #db2b2b 0%, #990000 70%);
  box-shadow: 0px 0px 4px 0px #636363;
  -moz-box-shadow: 0px 0px 4px 0px #636363;
  -webkit-box-shadow: 0px 0px 4px 0px #636363;
  border: #fff 2px solid;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .button_yoyaku {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.button_yoyaku.next:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 10px;
}
.button_syoudakusyo {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #cd1b20), color-stop(0, #dc454a));
  background: -webkit-linear-gradient(top, #dc454a 0%, #cd1b20 70%);
  background: -moz-linear-gradient(top, #dc454a 0%, #cd1b20 70%);
  background: -ms-linear-gradient(top, #dc454a 0%, #cd1b20 70%);
  background: linear-gradient(to bottom, #dc454a 0%, #cd1b20 70%);
  box-shadow: 0px 0px 4px 0px #636363;
  -moz-box-shadow: 0px 0px 4px 0px #636363;
  -webkit-box-shadow: 0px 0px 4px 0px #636363;
  border: #fff 2px solid;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .button_syoudakusyo {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.button_syoudakusyo.next:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 10px;
}
.button_link {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #4bb5be), color-stop(0, #83ccd2));
  background: -webkit-linear-gradient(top, #83ccd2 0%, #4bb5be 70%);
  background: -moz-linear-gradient(top, #83ccd2 0%, #4bb5be 70%);
  background: -ms-linear-gradient(top, #83ccd2 0%, #4bb5be 70%);
  background: linear-gradient(to bottom, #83ccd2 0%, #4bb5be 70%);
  box-shadow: 0px 0px 4px 0px #636363;
  -moz-box-shadow: 0px 0px 4px 0px #636363;
  -webkit-box-shadow: 0px 0px 4px 0px #636363;
  border: #fff 2px solid;
  color: #fff;
}
.button_link.next:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 10px;
}
.button_link.prev:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
}
.button_link.no_link {
  background: #999;
  box-shadow: 0px 0px 4px 0px #636363;
  border: #fff 2px solid;
  color: #fff;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
}
.button_link.bg_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #022e65), color-stop(0, #05408b));
  background: -webkit-linear-gradient(top, #05408b 0%, #022e65 70%);
  background: -moz-linear-gradient(top, #05408b 0%, #022e65 70%);
  background: -ms-linear-gradient(top, #05408b 0%, #022e65 70%);
  background: linear-gradient(to bottom, #05408b 0%, #022e65 70%);
}
@media only screen and (max-width: 767px) {
.button_link.small-btn{
  min-width: 13.5em;
  display: block;
}
}
.button_line {
  background-color: #00c300;
  color: #fff;
}
.button_line.form:before {
  display: inline-block;
  background: url(/common/images/line_icon_w_a.png) no-repeat left center;
  background-size: contain;
  content: ' ';
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: -5px;
  margin-right: 10px;
}
.button_price {
  position: absolute;
  top: 0;
  right: 0;
  border: #d6d6d6 1px solid;
  padding: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .button_price {
    position: static;
    margin: 0 -15px 20px;
  }
}
.button_price:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 10px;
  color: #83ccd2;
}
.button.column2 > a, .button.column2 > span {
  display: inline-block;
  width: 45%;
  margin: 0 5%;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .button.column2 > a, .button.column2 > span {
    padding: 10px 5px;
  }
}
.button.column2 {
  letter-spacing: -.4em;
}
.button.column2 .prev {
  margin-left: 0;
}
.button.column2 .next {
  margin-right: 0;
}

.button_style {
  padding: 20px;
  position: relative;
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button_style {
    padding: 15px;
  }
}
.button_style:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.75em;
}
.button_style:hover {
  opacity: 0.8;
}
.button_style.color_white {
  color: #FFF;
}
.button_style.bg_blue {
  box-shadow: 0px 8px 0px 0px #032857;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #022e65), color-stop(0, #05408b));
  background: -webkit-linear-gradient(top, #05408b 0%, #022e65 100%);
  background: -moz-linear-gradient(top, #05408b 0%, #022e65 100%);
  background: -ms-linear-gradient(top, #05408b 0%, #022e65 100%);
  background: linear-gradient(to bottom, #05408b 0%, #022e65 100%);
}
.button_style.bg_web {
  box-shadow: 0px 8px 0px 0px #de501f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #e87831), color-stop(0, #e65a2b));
  background: -webkit-linear-gradient(top, #e65a2b 0%, #e87831 100%);
  background: -moz-linear-gradient(top, #e65a2b 0%, #e87831 100%);
  background: -ms-linear-gradient(top, #e65a2b 0%, #e87831 100%);
  background: linear-gradient(to bottom, #e65a2b 0%, #e87831 100%);
}
.button_style.bg_line {
  box-shadow: 0px 8px 0px 0px #1f9005;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #01b701), color-stop(0, #249509));
  background: -webkit-linear-gradient(top, #249509 0%, #01b701 100%);
  background: -moz-linear-gradient(top, #249509 0%, #01b701 100%);
  background: -ms-linear-gradient(top, #249509 0%, #01b701 100%);
  background: linear-gradient(to bottom, #249509 0%, #01b701 100%);
}
.button_style.bg_tel {
  box-shadow: 0px 8px 0px 0px #35aab3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #46c0c8), color-stop(0, #009fa8));
  background: -webkit-linear-gradient(top, #009fa8 0%, #46c0c8 100%);
  background: -moz-linear-gradient(top, #009fa8 0%, #46c0c8 100%);
  background: -ms-linear-gradient(top, #009fa8 0%, #46c0c8 100%);
  background: linear-gradient(to bottom, #009fa8 0%, #46c0c8 100%);
}
.button_style.bg_sp {
  box-shadow: 0px 8px 0px 0px #c01b1f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #d34044), color-stop(0, #c5282c));
  background: -webkit-linear-gradient(top, #c5282c 0%, #d34044 100%);
  background: -moz-linear-gradient(top, #c5282c 0%, #d34044 100%);
  background: -ms-linear-gradient(top, #c5282c 0%, #d34044 100%);
  background: linear-gradient(to bottom, #c5282c 0%, #d34044 100%);
}

/*-------------------------------------------------------------------
label
-------------------------------------------------------------------*/
.label {
  padding: 5px;
}
.label_red {
  background-color: #ed831c;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .label_red {
    display: block;
    margin-left: 0 !important;
    text-align: center;
  }
}



/*-------------------------------------------------------------------
caution box
-------------------------------------------------------------------*/
.coution_box_red {
  text-align: center;
  border: 3px solid #d60000;
  line-height: 1.2;
}
.coution_box_red p {
  font-weight: bold;
}
.coution_box_red p.f24 {
  color: #fff;
  background: #930000;
  margin: 0;
  padding: 10px;
}
.coution_box_red p.red-text {
  padding: 20px;
  background: #ffeded;
  color: #d60000;
}



/* ========================================
    font
======================================== */
.f10 {
  font-size: 10px;
  font-size: 1rem;
}

.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.f20 {
  font-size: 20px;
  font-size: 2rem;
}

.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.font_serif {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}

.aten-text {
  color: #ed831c;
}

.red-text {
  color: #930000;
}

.red-text2 {
  color: #d60000;
}

.aten-line {
  text-decoration: line-through;
}

/* ========================================
    text decoration
======================================== */
.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.b {
  font-weight: bold !important;
}

.n {
  font-weight: normal !important;
}

._ {
  text-decoration: underline !important;
}

/* ========================================
    line height
======================================== */
.line-h150 {line-height: 1.5;}

/* ========================================
    background color
======================================== */
.gray01 {
  background-color: rgba(0, 0, 0, 0.01);
}

/* ========================================
    float
======================================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* ========================================
    margin padding
======================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pl50 {
  padding-left: 50px;
}

.br {
  margin-bottom: 1.5em;
}

/* ========================================
    width
======================================== */
.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

/* ========================================
    state
======================================== */
.cl {
  clear: both;
}

.clf {
  zoom: 1;
}

.clf:after {
  content: "";
  display: block;
  clear: both;
}

.dn {
  display: none;
}

.db {
  display: block !important;
}

.fd {
  position: fixed;
}

.pr {
  position: relative;
}

.bn {
  border: none !important;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.img_hover:hover img {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition-duration: 0.5s;
  transition-timing-function: ease;
}


.text-time {
  display: inline-block;
  padding-left: 10px;
}

.text-time01 {
  width: 100%;
  display: block;
  text-align: center;  
}

/* ========================================
    rotate
======================================== */
.rotate_90deg {
  transform: rotate(90deg);
}

/*# sourceMappingURL=style.css.map */




/* LP用にCSSの調整 */
.line_enkaku_flow .shimiken-course h3,
.line_flow .shimiken-course h4,
.line_flow .shimiken-course p{
   font-size:90%;
}
.title_main--inner {
    font-size:40px
}
.line_enkaku_flow .shimiken-course .copytext-area textarea{
    font-size: 24px;
    line-height: 1.2;
}
.line_flow .shimiken-course .copytext-area button{
   font-size:28px;
}

@media only screen and (max-width: 767px){
    .line_enkaku_flow .shimiken-course h3,
    .line_flow .shimiken-course h4,
    .line_flow .shimiken-course p{
       font-size:7vw;
    }
    .title_main--inner {
        font-size: 7vw;
    }
    .line_enkaku_flow .shimiken-course .copytext-area textarea{
        font-size: 16px;
    }
    .line_flow .shimiken-course .copytext-area button{
       font-size:24px;
    }
    .line_flow .shimiken-course p.button a{
        font-size: 6.4vw;
    }
    .button_link.next::after{
        font-size: 1.5rem;
    }
}
/* LP/ed_enkaku アンカーリンク */
.section_anker {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section_anker--list{
  width:100%;
  padding:0;
}
.section_anker--list a{
  width: 100%;
  /* height: 88px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  /* background: #fff;
  border: 2px solid #295a9d; */
  position: relative;
  padding: 10px 0 30px;
  border-right:1px solid #000;
}
.section_anker--list:first-child a{
  border-left:1px solid #000;
}
.section_anker--list a:after{
  content: '\f107';
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 3px;
  margin: auto;
}

.section_anker--list a:hover {
  color: #295a9d;
  /* background: #295a9d; */
}
.section_anker--list a:hover:after{
  color: #295a9d;
}

@media screen and (max-width: 767px){
  .section_anker {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section_anker--inner {
    padding: 0 5px;
  }
  .section_anker--list {
    padding: 0;
    line-height: 1.4;
  }
  .section_anker--list a{
    /* height: 22vw; */
    font-size: 3.4vw;
    padding: 10px 0px 20px;
  }
}
/*clinic */
#clnic_sec .inner{
  max-width: 880px;
}
#clnic_sec .l-wrap ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#clnic_sec .l-wrap li{
  width: calc( ( 100% - 35px ) / 2 );
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  #clnic_sec .l-wrap ul{
    display: block;
  }
  #clnic_sec .l-wrap li{
    width: 100%;
  }
}

#clnic_sec .clinic_intro img{
width:100%;
margin-bottom: 20px;
}
#clnic_sec .l-wrap dd{
  line-height: 150%;
}
#clnic_sec .clinic_intro h3,dl{
  text-align:left;
}
#clnic_sec .clinic_intro h3{
  font-weight: bold;
}


#clnic_sec .txt-title{
  color:#fff;
  font-size:1.5rem;
  left:5%;
  padding: 10px;
  text-align: center;
}
#clnic_sec .border{
background-color: #3da0a8;
width:100%;
}


/* #clnic_sec .txt-title:after { */
  /* content: ""; */
  /* height:2px; */
  /* flex-grow: 1; */
  /* background-color:#3da0a8; */
  /* } */

#clnic_sec .clinic-detail{
  display: inline-block;
  padding: 10px 20px 10px 10px;
  margin-top: 10px;
  border: #3da0a8 1px solid;
  border-radius: 4px;
  font-size: 12px;
  color: #3da0a8;
  letter-spacing: normal;
  line-height: 100%;
}

#clnic_sec .clinic-intro a:after{
  content: '\f107';
  font-family: FontAwesome;
  margin-left: 10px;
  color: #3da0a8;
  display: block;
}


.section01_inner{
clear: both;
overflow: hidden;
margin-bottom: 50px;
}
.section01_inner.anker .button_link{
  padding: 16px 10px 17px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .section01_inner.anker .button_link{
    height:63px;
    padding: 13px 5px 17px;
}
.button_link{
  font-size:20px;
  font-weight: bold;
}
}

/* ========================================
  cv_button
======================================== */
.cv_sec .btn_set.type2 a img,
.cv_sec .btn_set.type2 div > img{
  max-width: 220px;
}
.cv_sec .btn_set.type2 .btn_tel{
  background: linear-gradient(to bottom, #4bb5be 0%,#60cbd4 100%);
  box-shadow: 0px 4px 0px 0px #2f929a;
}
@media only screen and (max-width:767px){
	.cv_sec .btn_set.type2.col2 ul li { width: calc(100% - 5px) !important;}
	.cv_sec .btn_set.type2.col2 ul li.is_col1 { width: calc(99% - 5px) !important;}
    .cv_sec .btn_set.type2.col2 a > img,
	.cv_sec .btn_set.type2.col2 div > img { width: auto; max-width: 100%; max-height: 70px;}
}


/* ========================================
  tab
======================================== */
.tab-group{
	display: flex;
	justify-content: center;
}
.tab{
	padding:5px;
	list-style:none;
	border:solid 1px #CCC;
	text-align:center;
	cursor:pointer;
}
.tab.is-active{
	transition: all 0.2s ease-out;
}

.tab_list > ul {
  display: flex;
  justify-content: space-between;
}

.tab_list > ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2 - 10px);
  height: 75px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  background: #ccc;
}

.tab_list > ul .tab.is-active.color-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00b355), color-stop(0, #3ec47e));
  background: -webkit-linear-gradient(top, #3ec47e 0%, #00b355 100%);
  background: -moz-linear-gradient(top, #3ec47e 0%, #00b355 100%);
  background: -ms-linear-gradient(top, #3ec47e 0%, #00b355 100%);
  background: linear-gradient(to bottom, #3ec47e 0%, #00b355 100%);
}
.tab_list > ul .tab.is-active.color-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #008bc5), color-stop(0, #3fa7d3));
  background: -webkit-linear-gradient(top, #3fa7d3 0%, #008bc5 100%);
  background: -moz-linear-gradient(top, #3fa7d3 0%, #008bc5 100%);
  background: -ms-linear-gradient(top, #3fa7d3 0%, #008bc5 100%);
  background: linear-gradient(to bottom, #3fa7d3 0%, #008bc5 100%);
}

.panel-group{
	height:100px;
	border:solid 1px #CCC;
	border-top:none;
	background:#eee;
}
.panel {
  display:none;
  padding: 40px 15px;
}
.panel.is-show{
	display:block;
}
.panel > div {
  background: #fff;
  padding: 0 15px 20px;
  margin: 0;
}
.panel > div .title_main {
  margin-left: -15px;
  margin-right: -15px;
}

.panel.box-blue.is-show > div .title_main {
  border-top-color: #008bc5;
}

.panel.box-blue.is-show > div .title_main .title_main--inner {
  color: #01587c;
}


@media screen and (max-width: 767px){

  .tab_list_wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tab_list > ul li {
    width: calc(100% / 2 - 2px);
    font-size: 18px;
    line-height: 1.4;
  }
  .panel {
    padding: 20px 2.5% 30px;
  }
  .panel > div {
    padding: 0;
  }
  .panel > div .title_main {
    margin-left: 0;
    margin-right: 0;
  }

}

.line_flow .shimiken-course span.small_text{
  font-size: 14px;
  font-weight: normal;
  margin-top: -.5em;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px){
#footer .cv_sec .btn_set.type2 {
  margin-bottom: 0;
}
}