@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: '';
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
  .op:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
  }
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',
    'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.font_eng {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-style: normal;
  font-family: 'AbolitionW00', serif;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

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

/* !mito_lp_wrapper
---------------------------------------------------------- */
#mito_lp_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70px;
  min-width: 960px;
  background: #005ca2;
}
#mito_lp_wrapper:before {
  content: '';
  content: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background: url(../image/bg_pc.jpg)no-repeat center center;
	background-size: cover;*/
}
.mito_lp_inner,
.mito_lp_inner02 {
  padding: 0 20px;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.mito_lp_inner02 {
  max-width: 760px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #mito_lp_wrapper {
    min-width: auto;
    padding-top: 56px;
  }
  #mito_lp_wrapper:before {
    /*background: url(../image/bg_sp.jpg)no-repeat center center;
		background-size: cover;*/
  }
  .mito_lp_inner,
  .mito_lp_inner02 {
    padding: 0 16px;
    max-width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
  }
}

/* !header
---------------------------------------------------------- */
#mito_lp_header {
  background: #1d2088;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 46px 0 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
  min-width: 960px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mito_lp_logo {
  width: auto;
}
.mito_lp_header_btn {
}
.mito_lp_header_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mito_lp_header_btn li + li {
  border-left: 2px solid #f6fbff;
}
.mito_lp_header_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  color: #f6fbff;
}

.cv_no_action {
  pointer-events: none;
}

.mito_lp_header_btn li a img {
  height: 35px;
}

.mito_lp_btn_link01 {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 23px 0 10px;
  width: 428px;
  max-width: 100%;
  height: 69px;
  background: #fff;
  border: 4px solid #fc0019;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  opacity: 1 !important;
  margin: 0 0 3px;
  position: relative;
}
.mito_lp_btn_link01 span {
  font-size: 28px;
  margin-right: 25px;
}
.mito_lp_btn_link01 font {
  color: #fc0019;
}
.mito_lp_btn_link01:hover {
  margin: 3px 0 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}
.mito_lp_btn_link01:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 24px;
  z-index: 2;
  width: 60px;
  height: 56px;
  background: url(../image/icon_btn_finger.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #mito_lp_header {
    padding: 0 0px 0 20px;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #mito_lp_header {
    height: 56px;
    padding: 0 0 0 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 97;
    min-width: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .mito_lp_logo {
    width: 204px;
  }
  .mito_lp_header_btn ul {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 95;
    width: 100%;
    background: #1d2088;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mito_lp_header_btn li {
    width: 33.33%;
  }
  .mito_lp_header_btn li + li {
    border-left: 1px solid #fff;
  }
  .mito_lp_header_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0;
  }
  .mito_lp_header_btn li a img {
    height: 46px;
  }

  .sp_arrow_btn {
    height: 46px;
    margin-top: 9px;
  }

  .mito_lp_header_btn li:last-of-type{
		background: #FCCF00;
		border: 3px solid #CBA703;
	}
  /* .mito_lp_header_btn li:last-of-type {
    background: #c6c6c6;
    border: 3px solid #8a8a8a;
  } */

  .mito_lp_btn_link01 {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px 0 10px;
    width: 343px;
    max-width: 100%;
    height: 55px;
    background: #fff;
    border: 4px solid #fc0019;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    opacity: 1 !important;
    margin: 0 0 3px;
    position: relative;
  }
  .mito_lp_btn_link01 span {
    font-size: 24px;
    margin-right: 20px;
  }
  .mito_lp_btn_link01 font {
    color: #fc0019;
  }
  .mito_lp_btn_link01:hover {
    margin: 3px 0 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  }
  .mito_lp_btn_link01:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 12px;
    z-index: 2;
    width: 52px;
    height: 56px;
    background: url(../image/icon_btn_finger.svg) no-repeat top center;
    background-size: 100% auto;
  }
}

/* !navi
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .mito_lp_btn_menu {
    display: none;
  }
  #mito_lp_navi ul {
    display: none;
  }

  .mito_lp_early_btn a img {
    height: 64px;
  }

  .mito_lp_cource_btn a img {
    height: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .mito_lp_btn_menu {
    position: absolute; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 99;
    width: 63px;
    height: 56px;
    background: url(../img/common/btn_menu.svg) no-repeat;
    background-size: 100% auto;
  }

  .mito_lp_btn_menu.active {
    background: url(../img/common/btn_close_w.svg) no-repeat;
    background-size: 100% auto;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
  }

  #mito_lp_navi {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: rgba(29, 32, 136, 0.9);
    z-index: 98;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s, height 0.3s;
    transition: all 0.3s, height 0.3s;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 63px 30px 45px;
  }
  #mito_lp_navi.open {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
  .mito_lp_navi_box {
    width: 100%;
  }
  #mito_lp_navi ul {
  }
  #mito_lp_navi li {
    margin: 0;
  }
  #mito_lp_navi li + li {
    margin-top: 24px;
  }
  #mito_lp_navi li a {
    color: #f6fbff;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mito_lp_navi li a font {
    font-size: 32px;
    line-height: 1;
    margin-right: 8px;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.mito_lp_mainVisual img {
  width: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
}

/* mito_lp_footer
-----------------------------------------------------------*/
.mito_lp_pagetop {
  background: #fc0019;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  cursor: pointer;
}

.mito_lp_footer {
  background: #005ca2;
  color: #fff;
  padding: 104px 0 48px;
  text-align: center;
}
.mito_lp_footer a {
  color: #fff;
}

.mito_lp_footer_passport .mito_lp_footer_passport_item + .mito_lp_footer_passport_item {
  margin-top: 16px;
}

.mito_lp_footer_txt {
  font-size: 32px;
  line-height: 1;
  margin: 104px 0 24px;
  text-align: center;
}
.mito_lp_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px 46px;
}

.mito_lp_footer_sns li {
  position: relative;
  margin: 0 17px 34px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mito_lp_footer_sns img {
  max-height: 48px;
}

.mito_lp_footer_logo img {
  width: 212px;
}
.mito_lp_copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 32px;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .mito_lp_pagetop {
    height: 35px;
  }
  .mito_lp_pagetop img {
    height: 14px;
  }

  .mito_lp_footer {
    padding: 0 0 80px;
  }
  .mito_lp_footer_passport {
    margin: 0 -16px;
  }
  .mito_lp_footer_txt {
    font-size: 24px;
    margin: 80px 0 24px;
  }
  .mito_lp_footer_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 48px;
    max-width: 232px;
  }

  .mito_lp_footer_sns li {
    position: relative;
    margin: 0 16px 32px;
    width: 24px;
  }

  .mito_lp_footer_sns img {
    max-height: 24px;
  }

  .mito_lp_footer_logo img {
    width: 205px;
  }
  .mito_lp_copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 24px;
  }
}

/*page*/
/*faq*/
#mito_lp_faq {
  padding: 104px 0;
  background: #1d2088;
  color: #f6fbff;
}
.mito_lp_faq_dl {
  font-size: 16px;
  line-height: 1.75;
  border-top: 3px solid #f6fbff;
}
.mito_lp_faq_dl:last-of-type {
  border-bottom: 3px solid #f6fbff;
}
.mito_lp_faq_dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 88px;
  padding: 24px 115px 24px 48px;
  background: url(../img/faq_close.svg) no-repeat right 25px center;
  background-size: 24px auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.mito_lp_faq_dl dt.is_active {
  background: url(../img/faq_open.svg) no-repeat right 25px center;
  background-size: 24px auto;
}
.mito_lp_faq_dl dt:before {
  content: 'Q';
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-style: normal;
  font-family: 'AbolitionW00', serif;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #f6fbff;
  color: #1d2088;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
.mito_lp_faq_dl dd:before {
  content: 'A';
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-style: normal;
  font-family: 'AbolitionW00', serif;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #f0001e;
  color: #f6fbff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
.mito_lp_faq_dl dd {
  padding: 6px 0 24px 48px;
  display: none;
  position: relative;
}
.mito_lp_faq_dl dd a {
  text-decoration: underline;
  color: #f6fbff;
}
.mito_lp_faq_dl dd font {
  color: #f0001e;
}
.mito_lp_faq_btn {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #mito_lp_faq {
    padding: 80px 0;
    background: #1d2088;
    color: #f6fbff;
  }
  .mito_lp_faq_dl {
    font-size: 16px;
    line-height: 1.75;
    border-top: 3px solid #f6fbff;
  }
  .mito_lp_faq_dl:last-of-type {
    border-bottom: 3px solid #f6fbff;
  }
  .mito_lp_faq_dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
    padding: 16px 32px 16px 42px;
    background: url(../img/faq_close.svg) no-repeat right center;
    background-size: 24px auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .mito_lp_faq_dl dt.is_active {
    background: url(../img/faq_open.svg) no-repeat right center;
    background-size: 24px auto;
  }
  .mito_lp_faq_dl dt:before {
    content: 'Q';
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-style: normal;
    font-family: 'AbolitionW00', serif;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #f6fbff;
    color: #1d2088;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }
  .mito_lp_faq_dl dd:before {
    content: 'A';
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-style: normal;
    font-family: 'AbolitionW00', serif;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: #f0001e;
    color: #f6fbff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }
  .mito_lp_faq_dl dd {
    padding: 3px 32px 16px 42px;
    display: none;
    position: relative;
  }
  .mito_lp_faq_dl dd a {
    text-decoration: underline;
    color: #f6fbff;
  }
  .mito_lp_faq_dl dd font {
    color: #f0001e;
  }
  .mito_lp_faq_btn {
    text-align: center;
    margin-top: 40px;
  }
}

/*
/*0530*/
.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.mito_lp_anchor {
}
.mito_lp_anchor_area {
  position: relative;
}
.mito_lp_anchor_area .mito_lp_anchor {
  position: absolute;
  top: -70px;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .mito_lp_anchor_area .mito_lp_anchor {
    top: -56px;
  }
}

/*1018*/
/*common*/
.imgBox {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mito_lp_sec_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: url(../img/common/arrow_title.svg) no-repeat center bottom;
  background-size: auto;
  padding-bottom: 21px;
  margin-bottom: 64px;
}
.mito_lp_sec_title.blue {
  color: #1d2088;
  background: url(../img/common/arrow_title_blue.svg) no-repeat center bottom;
  background-size: auto;
}
.mito_lp_sec_title span {
  display: block;
}
.mito_lp_sec_title .font_eng {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .mito_lp_sec_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: url(../img/common/arrow_title.svg) no-repeat center bottom;
    background-size: auto;
    padding-bottom: 21px;
    margin-bottom: 32px;
  }
  .mito_lp_sec_title.blue {
    color: #1d2088;
    background: url(../img/common/arrow_title_blue.svg) no-repeat center bottom;
    background-size: auto;
  }
  .mito_lp_sec_title span {
    display: block;
  }
  .mito_lp_sec_title .font_eng {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 4px;
  }
}

.mito_lp_anchor_slist {
  width: 36rem !important;
}
@media screen and (max-width: 767px) {
  .mito_lp_anchor_slist {
    width: 18rem !important;
  }
}

/*mito_lp_top*/
.mito_lp_top {
  padding-top: 104px;
  color: #fff;
}
.mito_lp_span_ttl span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  color: #1d2088;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.mito_lp_top_txt {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mito_lp_top {
    padding-top: 80px;
    color: #fff;
  }
  .mito_lp_span_ttl {
  }
  .mito_lp_span_ttl span {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    color: #1d2088;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .mito_lp_top_txt {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    margin-top: 16px;
  }
}

/*mito_lp_early*/
#mito_lp_early {
  padding-top: 104px;
  color: #fff;
}
.mito_lp_early_p02 {
  margin: 24px 0 64px;
  font-size: 16px;
  font-weight: 500;
}
.mito_lp_early_p02 font {
  color: #fccf00;
}
.mito_lp_early_btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mito_lp_early {
    padding-top: 80px;
    color: #fff;
  }
  .mito_lp_early_p02 {
    margin: 24px 0 40px;
    font-size: 16px;
    font-weight: 500;
  }
  .mito_lp_early_p02 font {
    color: #fccf00;
  }
  .mito_lp_early_btn {
    text-align: center;
  }
}

/*mito_lp_change*/
#mito_lp_change {
  padding-top: 104px;
  color: #fff;
}
.mito_lp_change_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 3.2rem;
}
.mito_lp_change_ul li {
  border-top: 3px solid #f6fbff;
  border-bottom: 3px solid #f6fbff;
  padding: 2.4rem 0;
  margin-top: -3px;
}
.mito_lp_change_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  color: #fff;
}
.mito_lp_change_ul .imgBox {
  width: 203px;
  margin-right: 16px;
  padding-top: 190px;
}
.mito_lp_change_ul .contP {
  width: calc(100% - 219px);
}
.mito_lp_change_ul .ttlP {
  font-size: 18px;
  font-weight: 700;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.mito_lp_change_ul .btnP {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hide {
  display: none;
}
.fancybox-content {
  padding: 0;
  background: none;
  overflow: unset;
  width: 640px;
  height: 330px;
  height: auto;
  max-width: calc(100% - 120px);
  max-height: calc(100vh - 168px);
  font-weight: 400;
}
.fancybox_cont {
  background: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(33%, #f6fbff),
    color-stop(80%, #f6fbff),
    color-stop(180%, #005ca2)
  );
  background-image: linear-gradient(
    to bottom,
    #f6fbff 33%,
    #f6fbff 80%,
    #005ca2 180%
  );
  border-radius: 24px;
  padding: 32px;
  position: relative;
}
.fancybox_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.close_modal {
  position: absolute;
  right: 0;
  bottom: calc(100% + 24px);
  width: 60px;
}
.close_modal img {
  cursor: pointer;
  width: 100%;
}

.fancybox_img {
  width: 284px;
  padding-top: 266px;
  margin-right: 32px;
  border-radius: 24px;
  overflow: hidden;
}
.fancybox_cont .contP {
  width: calc(100% - 284px - 32px);
}
.fancybox_ttl {
  color: #1d2088;
  border-bottom: 3px solid currentColor;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.fancybox_txt {
  font-size: 16px;
  line-height: 1.75;
  color: #0d0f47;
}
.fancybox_txt p + p {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  #mito_lp_change {
    padding-top: 80px;
    color: #fff;
  }
  .mito_lp_change_ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 3.2rem;
  }
  .mito_lp_change_ul li {
    border-top: 3px solid #f6fbff;
    border-bottom: 3px solid #f6fbff;
    padding: 2.4rem 0;
    margin-top: -3px;
  }
  .mito_lp_change_ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #fff;
  }
  .mito_lp_change_ul .imgBox {
    width: 148px;
    margin-right: 16px;
    padding-top: 139px;
  }
  .mito_lp_change_ul .contP {
    width: calc(100% - 164px);
  }
  .mito_lp_change_ul .ttlP {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .mito_lp_change_ul .btnP {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .hide {
    display: none;
  }
  .fancybox-content {
    padding: 0;
    background: none;
    overflow: unset;
    width: calc(100% - 63px);
    height: auto;
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 178px);
    font-weight: 400;
  }
  .fancybox_cont {
    background: #ffffff;
    background-image: -webkit-gradient(
      linear,
      left top, left bottom,
      color-stop(33%, #f6fbff),
      color-stop(80%, #f6fbff),
      color-stop(180%, #005ca2)
    );
    background-image: linear-gradient(
      to bottom,
      #f6fbff 33%,
      #f6fbff 80%,
      #005ca2 180%
    );
    border-radius: 24px;
    padding: 16px 12px;
    position: relative;
    min-height: 396px;
  }
  .fancybox_flex {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .close_modal {
    position: absolute;
    right: 0;
    bottom: calc(100% + 24px);
    width: 45px;
  }
  .close_modal img {
    cursor: pointer;
    width: 100%;
  }

  .fancybox_img {
    width: 172px;
    padding-top: 161px;
    margin: 0 auto 24px;
    border-radius: 24px;
    overflow: hidden;
  }
  .fancybox_cont .contP {
    width: auto;
  }
  .fancybox_ttl {
    color: #1d2088;
    border-bottom: 3px solid currentColor;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .fancybox_ttl.noBorder {
    border-bottom: none;
  }
  .categList.sp {
    border-bottom: 3px solid currentColor;
    padding-bottom: 8px;
    margin-top: -8px;
    margin-bottom: 8px;
  }
  .fancybox_txt {
    font-size: 16px;
    line-height: 1.75;
    color: #0d0f47;
  }
  .fancybox_txt p + p {
    margin-top: 28px;
  }
}

/*mito_lp_schedule*/
#mito_lp_schedule {
  padding: 104px 0;
  color: #fff;
  text-align: center;
}
#mito_lp_schedule .mito_lp_inner {
  max-width: 940px;
}
.mito_lp_schedule_img {
}
.mito_lp_schedule_notes {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #mito_lp_schedule {
    padding: 80px 0;
    color: #fff;
    text-align: center;
  }
  #mito_lp_schedule .mito_lp_inner {
    max-width: 823px;
  }
  .mito_lp_schedule_img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
  }
  .mito_lp_schedule_img img {
    width: 900px;
    max-width: unset;
  }
  .mito_lp_schedule_notes {
    font-size: 14px;
  }
}

/*mito_lp_benefit*/
#mito_lp_benefit {
  padding-top: 104px;
  background: #f6fbff;
  color: #1d2088;
}
.mito_lp_benefit_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 3.2rem;
}
.mito_lp_benefit_ul li {
  border-top: 3px solid #525379;
  border-bottom: 3px solid #525379;
  padding: 2.4rem 0;
  margin-top: -3px;
}
.mito_lp_benefit_ul li a {
  display: block;
  position: relative;
  color: #525379;
  pointer-events: none;
}
.mito_lp_benefit_ul li a.pcFancy {
  pointer-events: auto;
}
.mito_lp_benefit_ul .boxP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mito_lp_benefit_ul .imgBox {
  width: 220px;
  margin-right: 16px;
  padding-top: 207px;
  border-radius: 12px;
  overflow: hidden;
}
.mito_lp_benefit_ul .contP {
  width: calc(100% - 236px);
}
.mito_lp_benefit_ul .ttlP {
  font-size: 18px;
  font-weight: 700;
  color: #1d2088;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mito_lp_benefit_ul .txtP {
  margin-top: 0.6rem;
  font-size: 16px;
  line-height: 1.75;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.mito_lp_benefit_ul .btnP {
  position: absolute;
  right: 0;
  bottom: 1.5px;
  z-index: 1;
}
.categList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}
.categList span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  border-radius: 12px;
  padding: 0 10px;
  margin-right: 4px;
}
.graySpan {
  background: #767676;
}
.yellowSpan {
	background: #e5c940;
}
.blueSpan {
	background: #3c87d3;
}
.greenSpan {
	background: #38af40;
}
.pinkSpan{
	background: #fd5e9f;
}
.mito_lp_benefit_illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.mito_lp_benefit_illust .mito_lp_span_ttl span {
  background: #005ca2;
  color: #fff;
  padding: 5px 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  #mito_lp_benefit {
    padding: 80px 0 2px;
    background: #f6fbff;
    color: #1d2088;
  }
  .mito_lp_benefit_ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 3.2rem;
  }
  .mito_lp_benefit_ul li {
    border-top: 3px solid #525379;
    border-bottom: 3px solid #525379;
    padding: 2.4rem 0;
    margin-top: -3px;
  }
  .mito_lp_benefit_ul li a {
    display: block;
    position: relative;
    color: #525379;
    pointer-events: auto;
  }
  .mito_lp_benefit_ul li a.pcFancy {
    pointer-events: auto;
  }
  .mito_lp_benefit_ul .boxP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mito_lp_benefit_ul .imgBox {
    width: 148px;
    margin-right: 16px;
    padding-top: 139px;
    border-radius: 12px;
    overflow: hidden;
  }
  .mito_lp_benefit_ul .contP {
    width: calc(100% - 164px);
  }
  .mito_lp_benefit_ul .ttlP {
    font-size: 18px;
    font-weight: 700;
    color: #1d2088;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mito_lp_benefit_ul .txtP {
    margin-top: 0.6rem;
    font-size: 16px;
    line-height: 1.75;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .mito_lp_benefit_ul .btnP {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .categList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .categList span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 17px;
    border-radius: 12px;
    padding: 0 5px;
    margin-right: 4px;
  }
  .graySpan {
    background: #767676;
  }
  .yellowSpan {
    background: #a98f4e;
  }
  .blueSpan {
    background: #377fc9;
  }
  .greenSpan {
    background: #2ea744;
  }
  .mito_lp_benefit_illust {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
  }
  .mito_lp_benefit_illust .mito_lp_span_ttl span {
    background: #005ca2;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 4px 0;
  }
  .mito_lp_benefit_illust .icon {
  }
  .mito_lp_benefit_illust .icon img {
    width: 161px;
  }
}

/*mito_lp_cource*/
#mito_lp_cource {
  padding: 104px 0;
  background: #f6fbff;
  margin-top: -2px;
}
#mito_lp_cource .mito_lp_inner {
  max-width: 940px;
}
.tabBox {
  display: none;
}
.tabBox.is_active {
  display: block;
}
.mito_lp_cource_tabwrap {
  overflow: hidden;
}
.mito_lp_cource_tabbox {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.mito_lp_cource_tablink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -4px;
  height: 206px;
}
.mito_lp_cource_tablink li {
  margin: 0 4px;
  width: calc(25% - 8px);
}
.mito_lp_cource_tablink li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 173px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: #767676;
}
.mito_lp_cource_tablink li a.is_active {
  height: 206px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.mito_lp_cource_tablink.secLink {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mito_lp_cource_tablink.secLink li a {
  border-radius: 0 0 8px 8px;
}
.mito_lp_cource_tablink li:nth-of-type(1) a {
	background: #e5c940;
}
.mito_lp_cource_tablink li:nth-of-type(2) a {
	background: #3c87d3;
}
.mito_lp_cource_tablink li:nth-of-type(3) a {
	background: #fd5e9f;
}
.mito_lp_cource_tablink li:nth-of-type(4) a {
	background: #38af40;
}
.mito_lp_cource_tablink li a .eng {
  font-size: 56px;
  line-height: 1;
}
.mito_lp_cource_tablink li a .jap {
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0 10px;
}
.mito_lp_cource_tablink li a .price {
  font-size: 40px;
  line-height: 1;
}

.mito_lp_cource_tabbox {
  background: #d9d9d9;
  border-top: 10px solid #767676;
  border-bottom: 10px solid #767676;

  color: #0d0f47;
  font-weight: 500;
  padding: 32px 90px 40px;
}
#tab_box02.mito_lp_cource_tabbox {
	background: #f7edc5;
	border-color: #e5c940;
}
#tab_box03.mito_lp_cource_tabbox {
	background: #ebf1fa;
	border-color: #3c87d3;
}
#tab_box04.mito_lp_cource_tabbox {
	background: #d7edd8;
	border-color: #38af40;
}
#tab_box05.mito_lp_cource_tabbox {
	background: #ffddeb;
	border-color: #fd5e9f;
}
.mito_lp_cource_price {
  text-align: center;
  margin-bottom: 32px;
}
.mito_lp_cource_p01 {
  font-size: 16px;
  line-height: 1.75;
}
.mito_lp_cource_recruitment {
  margin-top: 40px;
}
.mito_lp_cource_recruitment .ttlP {
  overflow: hidden;
  color: #f0001e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.mito_lp_cource_recruitment .ttlP span {
  position: relative;
  display: inline-block;
}
.mito_lp_cource_recruitment .ttlP span:before,
.mito_lp_cource_recruitment .ttlP span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 1;
  width: 100vw;
  height: 3px;
  background: currentColor;
}
.mito_lp_cource_recruitment .ttlP span:after {
  left: auto;
  right: 100%;
}
.mito_lp_cource_recruitment .numberP {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mito_lp_cource_recruitment .numberP img {
  width: 408px;
}
.mito_lp_cource_recruitment .numberP span {
  padding-right: 82px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mito_lp_cource_recruitment .numberP font {
  padding: 8px 52px;
  color: #fff;
  background: #f0001e;
  font-size: 24px;
  font-weight: 700;
}

.mito_lp_cource_ul01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  margin-top: 40px;
}
.mito_lp_cource_ul01 a {
  display: block;
  padding-bottom: 54px;
  position: relative;
  color: #0d0f47;
}
.mito_lp_cource_ul01 .btnP {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mito_lp_cource_ul01 .ttlP {
  margin-top: 24px;
  color: #005ca2;
  font-size: 18px;
  font-weight: 700;
  border-left: 4px solid #005ca2;
  padding-left: 4px;
}
.mito_lp_cource_ul01 .txtP {
  font-size: 16px;
  line-height: 1.75;
}

.benefit_single {
  margin: 40px auto 0 auto;
  width: 344px;
}

.benefit_single a {
  display: block;
  padding-bottom: 54px;
  position: relative;
  color: #0d0f47;
}
.benefit_single .btnP {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.benefit_single .ttlP {
  margin-top: 24px;
  color: #005ca2;
  font-size: 18px;
  font-weight: 700;
  border-left: 4px solid #005ca2;
  padding-left: 4px;
}
.benefit_single .txtP {
  font-size: 16px;
  line-height: 1.75;
}

.fancybox_cont02 {
  background: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(33%, #f6fbff),
    color-stop(80%, #f6fbff),
    color-stop(180%, #005ca2)
  );
  background-image: linear-gradient(
    to bottom,
    #f6fbff 33%,
    #f6fbff 80%,
    #005ca2 180%
  );
  border-radius: 24px;
  padding: 24px;
  position: relative;
  max-width: 578px;
  margin: 0 auto;
}
.fancybox_cont02 .close_modal {
  /*right: -24px;*/
}

.fancybox_img02 {
  border-radius: 24px;
  overflow: hidden;
}
.fancybox_ttl02 {
  margin: 32px 0 8px;
  color: #005ca2;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #005ca2;
  padding-bottom: 8px;
}
.fancybox_cont02 .fancybox_txt {
  max-height: 338px;
  max-height: calc(100vh - 430px - 168px);
  overflow-y: auto;
}

.mito_lp_cource_ul02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  margin-top: 32px;
}
.mito_lp_cource_ul02 li {
  border-top: 3px solid #0d0f47;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mito_lp_cource_ul02 li:last-of-type {
  border-bottom: 3px solid #0d0f47;
}
.mito_lp_cource_ul02 .iconP {
  width: 73px;
  margin-right: 24px;
}
.mito_lp_cource_ul02 .contP {
  width: calc(100% - 97px);
}
.mito_lp_cource_ul02 .ttlP {
  font-size: 20px;
  color: #005ca2;
  margin-bottom: 4px;
  font-weight: 700;
}
.mito_lp_cource_ul02 .txtP {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
.mito_lp_cource_btn {
  text-align: center;
  margin-top: 80px;
}

.mito_lp_cource_pricelist {
  padding-top: 80px;
}
.mito_lp_cource_pricelist .ttlP {
  text-align: center;
  margin-bottom: 32px;
}
.mito_lp_cource_pricelist .ttlP span {
  width: 378px;
  max-width: 100%;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: url(../img/bg_pricelist.png) no-repeat;
  background-size: 100% 100%;
}
.mito_lp_cource_pricelist .txtP {
  margin-top: 32px;
  text-align: center;
}
.mito_lp_cource_pricelist .txtP span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  padding: 4px 65px;
  color: #fff;
  background: #f0001e;
}

.mito_lp_cource_pricelist .contP {
  text-align: center;
}

.mito_lp_cource_pricelist .contP img {
  max-width: 718px;
  width: 100%;
}

.mito_lp_cource_pricelist .contP.small img {
  max-width: 538px;
}

@media screen and (max-width: 767px) {
  #mito_lp_benefit {
    position: relative;
    z-index: 2;
  }
  #mito_lp_cource {
    padding: 80px 0 80px;
    background: #f6fbff;
  }
  #mito_lp_cource .mito_lp_inner {
    max-width: 940px;
  }
  .tabBox {
    display: none;
  }
  .tabBox.is_active {
    display: block;
  }
  .mito_lp_cource_tabwrap {
    overflow: visible;
  }
  .mito_lp_cource_tablink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -2px;
    height: 100px;
  }
  .mito_lp_cource_tablink li {
    margin: 0 2px;
    width: calc(25% - 4px);
  }
  .mito_lp_cource_tablink li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 84px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    background: #767676;
  }
  .mito_lp_cource_tablink.secLink {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mito_lp_cource_tablink.secLink li a {
    border-radius: 0 0 8px 8px;
  }
	type(1) a {
		background: #e5c940;
	}
	.mito_lp_cource_tablink li:nth-of-type(2) a {
		background: #3c87d3;
	}
	.mito_lp_cource_tablink li:nth-of-type(3) a {
		background: #fd5e9f;
	}
	.mito_lp_cource_tablink li:nth-of-type(4) a {
		background: #38af40;
	}
  .mito_lp_cource_tablink li a.is_active {
    height: 100px;
    pointer-events: none;
  }
  .mito_lp_cource_tablink li a .eng {
    font-size: 24px;
    line-height: 1;
  }
  .mito_lp_cource_tablink li a .jap {
    font-size: 8px;
    font-weight: 500;
    margin: 4px 0 3px;
  }
  .mito_lp_cource_tablink li a .price {
    font-size: 20px;
    line-height: 1;
  }

  .mito_lp_cource_tabbox {
    margin: 0 -16px;
    background: #d9d9d9;
    border-top: 10px solid #767676;
    border-bottom: 10px solid #767676;

    color: #0d0f47;
    font-weight: 500;
    padding: 32px 16px 40px;
  }
	#tab_box02.mito_lp_cource_tabbox {
		background: #f7edc5;
		border-color: #e5c940;
	}
	#tab_box03.mito_lp_cource_tabbox {
		background: #ebf1fa;
		border-color: #3c87d3;
	}
	#tab_box04.mito_lp_cource_tabbox {
		background: #d7edd8;
		border-color: #38af40;
	}
	#tab_box05.mito_lp_cource_tabbox {
		background: #ffddeb;
		border-color: #fd5e9f;
	}


  .mito_lp_cource_price {
    text-align: center;
    margin-bottom: 24px;
  }
  .mito_lp_cource_p01 {
    font-size: 16px;
    line-height: 1.75;
  }
  .mito_lp_cource_recruitment {
    margin-top: 32px;
  }
  .mito_lp_cource_recruitment .ttlP {
    overflow: hidden;
    color: #f0001e;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
  }
  .mito_lp_cource_recruitment .ttlP span {
    position: relative;
    display: inline-block;
  }
  .mito_lp_cource_recruitment .ttlP span:before,
  .mito_lp_cource_recruitment .ttlP span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 1;
    width: 100vw;
    height: 3px;
    background: currentColor;
  }
  .mito_lp_cource_recruitment .ttlP span:after {
    left: auto;
    right: 100%;
  }
  .mito_lp_cource_recruitment .numberP {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mito_lp_cource_recruitment .numberP img {
    width: 343px;
    max-width: 100%;
  }
  .mito_lp_cource_recruitment .numberP span {
    padding-right: 82px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mito_lp_cource_recruitment .numberP font {
    padding: 8px 52px;
    color: #fff;
    background: #f0001e;
    font-size: 24px;
    font-weight: 700;
  }

  .mito_lp_cource_ul01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
    margin-top: 32px;
  }
  .mito_lp_cource_ul01 a {
    display: block;
    padding-bottom: 32px;
    position: relative;
    color: #0d0f47;
  }
  .mito_lp_cource_ul01 .btnP {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .mito_lp_cource_ul01 .ttlP {
    margin-top: 16px;
    color: #005ca2;
    font-size: 18px;
    font-weight: 700;
    border-left: 4px solid #005ca2;
    padding-left: 4px;
  }
  .mito_lp_cource_ul01 .txtP {
    font-size: 16px;
    line-height: 1.75;
  }

  .fancybox_cont02 {
    background: #ffffff;
    background-image: -webkit-gradient(
      linear,
      left top, left bottom,
      color-stop(33%, #f6fbff),
      color-stop(80%, #f6fbff),
      color-stop(180%, #005ca2)
    );
    background-image: linear-gradient(
      to bottom,
      #f6fbff 33%,
      #f6fbff 80%,
      #005ca2 180%
    );
    border-radius: 24px;
    padding: 16px 12px;
    position: relative;
    max-width: 578px;
    margin: 0 auto;
  }
  .fancybox_cont02 .close_modal {
    /*right: -24px;*/
  }

  .fancybox_img02 {
    max-width: 276px;
    padding-top: 154px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
  }
  .fancybox_ttl02 {
    margin: 24px 0 8px;
    color: #005ca2;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #005ca2;
    padding-bottom: 8px;
  }
  .fancybox_cont02 .fancybox_txt {
    max-height: 338px;
    max-height: calc(100vh - 200px - 168px);
    overflow-y: auto;
  }

  .mito_lp_cource_ul02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    margin-top: 32px;
  }
  .mito_lp_cource_ul02 ul + ul {
    margin-top: -3px;
  }
  .mito_lp_cource_ul02 li {
    border-top: 3px solid #0d0f47;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mito_lp_cource_ul02 li:last-of-type {
    border-bottom: 3px solid #0d0f47;
  }
  .mito_lp_cource_ul02 .iconP {
    width: 73px;
    margin-right: 24px;
  }
  .mito_lp_cource_ul02 .contP {
    width: calc(100% - 97px);
  }
  .mito_lp_cource_ul02 .ttlP {
    font-size: 20px;
    color: #005ca2;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .mito_lp_cource_ul02 .txtP {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
  }
  .mito_lp_cource_btn {
    text-align: center;
    margin-top: 40px;
  }

  .mito_lp_cource_pricelist {
    padding-top: 80px;
  }
  .mito_lp_cource_pricelist .ttlP {
    text-align: center;
    margin-bottom: 36px;
  }
  .mito_lp_cource_pricelist .ttlP span {
    width: 378px;
    max-width: 100%;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: url(../img/bg_pricelist.png) no-repeat;
    background-size: 100% 100%;
  }
  .mito_lp_cource_pricelist .txtP {
    margin: 26px 30px 0;
    text-align: center;
  }
  .mito_lp_cource_pricelist .txtP span {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: #f0001e;
  }
  .mito_lp_cource_pricelist .contP {
    position: relative;
  }
  .mito_lp_cource_pricelist .imgP {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 153px;
  }
  .mito_lp_cource_pricelist .pricelist_sp_left {
    width: 167px;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* padding-top: 56px; */
    background: #f6fbff;
  }
  .mito_lp_cource_pricelist img.pricelist_sp_right {
     width: 484px; 
    height: 479px;
    max-width: none;
    margin-left: 16px;
  }
}

/*mito_lp_event*/
#mito_lp_event {
  padding: 128px 0 80px;
  color: #fff;
}
#mito_lp_event .mito_lp_inner {
  max-width: 1120px;
}
.mito_lp_event_p01 {
  text-align: center;
  margin-bottom: 48px;
}
.mito_lp_event_p01 span {
  width: 720px;
  max-width: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #1d2088;
  font-weight: 700;
  background: url(../img/bg_span01.png) no-repeat;
  background-size: 100% 100%;
}
.mito_lp_event_p02 {
  text-align: center;
  margin-bottom: 40px;
}
.mito_lp_event_p02 span {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 3px solid #fccf00;
}
.mito_lp_event_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.mito_lp_event_ul li {
  width: 342px;
  margin: 0 12px 24px;
  line-height: 1.75;
}
.mito_lp_event_ul .imgBox {
  margin-bottom: 24px;
}
.mito_lp_event_ul .ttlP {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.mito_lp_event_ul .txtP {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mito_lp_event {
    padding: 80px 0;
    color: #fff;
  }
  #mito_lp_event .mito_lp_inner {
    max-width: 1120px;
  }
  .mito_lp_event_p01 {
    text-align: center;
    margin-bottom: 32px;
  }
  .mito_lp_event_p01 span {
    width: 720px;
    max-width: 100%;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #1d2088;
    font-weight: 700;
    background: url(../img/bg_span01.png) no-repeat;
    background-size: 100% 100%;
  }
  .mito_lp_event_p02 {
    text-align: center;
    margin-bottom: 32px;
  }
  .mito_lp_event_p02 span {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid #fccf00;
  }
  .mito_lp_event_ul {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 16px;
  }
  .mito_lp_event_ul li {
    width: 100%;
    margin: 0 auto;
    line-height: 1.75;
  }
  .mito_lp_event_ul li + li {
    margin-top: 80px;
  }
  .mito_lp_event_ul .imgBox {
    margin-bottom: 24px;
  }
  .mito_lp_event_ul .ttlP {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .mito_lp_event_ul .txtP {
    font-size: 16px;
    font-weight: 500;
  }
}

/*mito_lp_join*/
#mito_lp_join {
  padding: 104px 0;
  color: #0d0f47;
  background: #f6fbff;
}
#mito_lp_join .mito_lp_inner,
#mito_lp_use .mito_lp_inner {
  max-width: 940px;
}
.mito_lp_join_item + .mito_lp_join_item {
  margin-top: 48px;
}
.mito_lp_join_hd {
  background: #1d2088;
  border-left: 10px solid #f0001e;
  padding: 10px 32px;
  font-size: 24px;
  font-weight: 700;
  color: #f6fbff;
  margin-bottom: 32px;
}
.mito_lp_how_slick .slick-list {
  overflow: visible !important;
}
.mito_lp_how_slist .flexP {
  max-width: 632px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mito_lp_how_slist .imgBox {
  width: 280px;
  padding-top: 280px;
  margin-right: 32px;
}
.mito_lp_how_slist .contP {
  width: calc(100% - 312px);
}
.mito_lp_how_slist .ttlP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.mito_lp_how_slist .stepP {
  width: 60px;
  margin-right: 16px;
}
.mito_lp_how_slist .ttlP span {
  width: calc(100% - 76px);
}
.mito_lp_how_slist .txtP {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.mito_lp_how_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
.mito_lp_how_nav li {
  margin: 0 8px;
}
.mito_lp_how_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #919191;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.mito_lp_how_nav li a.is_active {
  background: #1d2088;
}

.howto_comingsoon {
  text-align: center;
  font-size: 16px;
}

#mito_lp_join .mito_lp_cource_btn {
  margin-bottom: 64px;
}

.mito_lp_join_dl01 + .mito_lp_join_dl01 {
  margin-top: 32px;
}
.mito_lp_join_dl01 dt {
  font-size: 20px;
  font-weight: 700;
  color: #1d2088;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 8px solid #1d2088;
  position: relative;
}
.mito_lp_join_dl01 dt:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 88px;
  height: 8px;
  background: #f0001e;
  z-index: 2;
}
.mito_lp_join_dl01 dd {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.mito_lp_join_dl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
.mito_lp_join_dl02 dt {
  width: 280px;
  padding-top: 280px;
  margin-right: 32px;
}
.mito_lp_join_dl02 dd {
  width: calc(100% - 312px);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
.mito_lp_join_dl02 dd font {
  color: #f0001e;
}
@media screen and (max-width: 767px) {
  #mito_lp_join {
    padding: 80px 0;
    color: #0d0f47;
    background: #f6fbff;
  }
  #mito_lp_join .mito_lp_inner {
    max-width: 940px;
  }
  .mito_lp_join_item + .mito_lp_join_item {
    margin-top: 32px;
  }
  .mito_lp_join_hd {
    background: #1d2088;
    border-left: 4px solid #f0001e;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #f6fbff;
    margin-bottom: 32px;
  }
  .mito_lp_how_slist .flexP {
    max-width: 632px;
    margin: 0 16px;
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mito_lp_how_slist .imgBox {
    width: 180px;
    padding-top: 180px;
    margin: 0 auto 24px;
  }
  .mito_lp_how_slist .contP {
    width: auto;
  }
  .mito_lp_how_slist .ttlP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .mito_lp_how_slist .stepP {
    width: 36px;
    margin-right: 8px;
  }
  .mito_lp_how_slist .ttlP span {
    width: calc(100% - 44px);
  }
  .mito_lp_how_slist .txtP {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
  }

  .mito_lp_how_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px auto 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
  }
  .mito_lp_how_nav li {
    margin: 12px 12px;
  }
  .mito_lp_how_nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #919191;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .mito_lp_how_nav li a.is_active {
    background: #1d2088;
  }
  #mito_lp_join .mito_lp_cource_btn {
    margin-bottom: 40px;
  }
  .mito_lp_inner .mito_lp_inner02 {
    padding: 0;
  }
  .mito_lp_join_dl01 + .mito_lp_join_dl01 {
    margin-top: 24px;
  }
  .mito_lp_join_dl01 dt {
    font-size: 20px;
    font-weight: 700;
    color: #1d2088;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 3px solid #1d2088;
    position: relative;
  }
  .mito_lp_join_dl01 dt:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 3px;
    background: #f0001e;
    z-index: 2;
  }
  .mito_lp_join_dl01 dd {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
  }

  .mito_lp_join_dl02 {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .mito_lp_join_dl02 dt {
    width: 180px;
    padding-top: 180px;
    margin: 0 auto 24px;
  }
  .mito_lp_join_dl02 dd {
    width: auto;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
  }
  .mito_lp_join_dl02 dd font {
    color: #f0001e;
  }
}

/*mito_lp_use*/
#mito_lp_use {
  padding: 104px 0;
  color: #fff;
}
#mito_lp_use .mito_lp_join_hd {
  background: #f6fbff;
  color: #1d2088;
}
.mito_lp_use_btn {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #mito_lp_use {
    padding: 80px 0;
    color: #fff;
  }
  #mito_lp_use .mito_lp_join_hd {
    background: #f6fbff;
    color: #1d2088;
  }
  .mito_lp_use_btn {
    text-align: center;
    margin-top: 40px;
  }
}

/*mito_lp_news*/
#mito_lp_news {
  color: #1d2088;
  background: #f6fbff;
  padding: 104px 0;
}
.mito_lp_news_list {
  border-bottom: 3px solid #0d0f47;
}
.mito_lp_news_list li {
  border-top: 3px solid #0d0f47;
}
.mito_lp_news_list li a {
  display: block;
  padding: 24px 0;
  color: #0d0f47;
  font-size: 16px;
  line-height: 1.75;
}
.mito_lp_news_list .txtP {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.mito_lp_news_list .otherP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mito_lp_news_list .dateP {
  color: #005ca2;
}
.mito_lp_news_btn {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #mito_lp_news {
    color: #1d2088;
    background: #f6fbff;
    padding: 80px 0 40px;
  }
  .mito_lp_news_list {
    border-bottom: 3px solid #0d0f47;
  }
  .mito_lp_news_list li {
    border-top: 3px solid #0d0f47;
  }
  .mito_lp_news_list li a {
    display: block;
    padding: 24px 0;
    color: #0d0f47;
    font-size: 16px;
    line-height: 1.75;
  }
  .mito_lp_news_list .txtP {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
  }
  .mito_lp_news_list .otherP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mito_lp_news_list .dateP {
    color: #005ca2;
  }
  .mito_lp_news_btn {
    text-align: center;
    margin-top: 40px;
  }
}

table.supporters_service_tbl{
	border-collapse: separate;
	border-spacing: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.supporters_service_tbl td,.supporters_service_tbl th{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
/*
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
*/
}

.supporters_service_tbl th{
	width: 34%;
}

.supporters_service_tbl td{
	width: 33%;
	text-align: center;
}

.supporters_service_tbl .ttl_supporters,.supporters_service_tbl .ttl_season{
	font-weight: bold;
	color: #fff;
}
.supporters_service_tbl .ttl_supporters{
	background: #015da2;
}

.supporters_service_tbl .ttl_season{
	background: #1e2188;
}

.supporters_service_tbl .supporters{
	background: #c9e7fe;
}
.supporters_service_tbl .season{
	background: #cfd0f6;
}

.supporters_service_tbl th.ttl{
	border: solid 2px #0d0f47;
}
.supporters_service_tbl .mark{
	font-weight: bold;
	font-size: 120%;
}
.supporters_service_tbl .fontS{
	font-size: 80%;
}

@media screen and (min-width: 768px) {

	table.supporters_service_tbl{
		font-size: 80%;
	}
	.supporters_service_tbl .ttl_supporters,.supporters_service_tbl .ttl_season{
		padding: 20px 0;
	}
	
	.supporters_service_tbl .mark{
		font-weight: bold;
		font-size: 150%;
	}
	.supporters_service_tbl .fontS{
		font-size: 90%;
	}
}

@media screen and (max-width: 767px) {
	
	.mito_lp_cource_pricelist .pricelist_sp_left {
		width: 144px;
		padding-top: 55px;
		/* background: #f6fbff; */
	}
	.mito_lp_cource_pricelist .imgP{
		padding-left: 130px;
	}

}

