@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: 78px;
  min-width: 999px;
  background: #005ca2;
}
#mito_lp_wrapper:before {
  content: '';
  content: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.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;
}

.mito_lp_inner,
.mito_lp_inner03 {
  padding: 0 20px;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.mito_lp_inner03 {
  max-width: 760px;
}

.seatmap_sp {
  display: none;
}

.seatmap_pc {
  margin-top: 32px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #mito_lp_wrapper {
    min-width: auto;
    padding-top: 56px;
  }
  #mito_lp_wrapper:before {
  }
  .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;
  }

  .mito_lp_inner,
  .mito_lp_inner03 {
    padding: 0 16px;
    max-width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
  }

  .seatmap_pc {
    display: none;
  }
  .seatmap_sp {
    display: block;
    margin-top: 32px;
  }
}

/* !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: 78px;
  padding: 0 46px 0 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
  min-width: 999px;
  -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: 300px;
}
.mito_lp_logo img {
  max-width: none;
}
.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;
} */

.pc_arrow_btn {
  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: 1230px) {
  #mito_lp_header {
    padding: 0 0px 0 20px;
  }
  .mito_lp_header_btn li a {
    padding: 0 13px;
  }
}
/*** スマホ 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: 205px;
  }
  .mito_lp_logo img {
    max-width: 100%;
  }
  .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: 100%;
	} */
  .sp_arrow_btn_cv {
    margin: 7px auto;
  }

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

  .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;
  }
}

@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(../image/common/btn_menu.svg) no-repeat;
    background-size: 100% auto;
  }

  .mito_lp_btn_menu.active {
    background: url(../image/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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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_sns li:first-of-type img {
  max-height: 40px;
}

.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_sns li:first-of-type img {
    max-height: 20px;
  }

  .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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.mito_lp_span_ttl span strong {
  background: #FCCF00;
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px 0 -10px;
  font-size: 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_span_ttl span strong {
    padding: 5px 10px;
    margin: -5px 10px -5px -10px;
    font-size: 2.4rem;
  }
  .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 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-top: 80px;
    color: #fff;
    text-align: center;
  }
  #mito_lp_schedule .mito_lp_inner {
    max-width: 940px;
  }
  .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.fancybox {
  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: #a98f4e;
}
.blueSpan {
  background: #377fc9;
}
.greenSpan {
  background: #2ea744;
}
.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-top: 80px;
    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: none;
  }
  .mito_lp_benefit_ul li a.fancybox {
    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 {
    display: block;
    -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 {
    text-align: right;
    margin-top: 24px;
  }
  .mito_lp_benefit_illust .icon img {
    width: 161px;
  }
}

/*mito_lp_cource*/
#mito_lp_cource {
  padding: 104px 0;
  background: #f6fbff;
}
#mito_lp_cource .mito_lp_inner {
  max-width: 940px;
}
.tabBox {
  display: none;
}
.tabBox.is_active {
  display: block;
}
.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.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(2) a {
  background: #a98f4e;
}
.mito_lp_cource_tablink li:nth-of-type(3) a {
  background: #377fc9;
}
.mito_lp_cource_tablink li:nth-of-type(4) a {
  background: #2ea744;
}
.mito_lp_cource_tablink li a.is_active {
  height: 206px;
  pointer-events: none;
}
.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: #d7ccb0;
  border-color: #a98f4e;
}
#tab_box03.mito_lp_cource_tabbox {
  background: #cddff2;
  border-color: #377fc9;
}
#tab_box04.mito_lp_cource_tabbox {
  background: #cbe9d0;
  border-color: #2ea744;
}

.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;
}

.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 {
  margin: 80px auto 0 auto;
  width: 440px;
  text-align: center;
}

.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: #1D2088;
  font-weight: 700;
  background: url(../image/bg_pricelist.png) no-repeat;
  background-size: 100% 100%;
}
.mito_lp_cource_pricelist .contP {
  max-width: 538px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #mito_lp_benefit {
    position: relative;
    z-index: 2;
  }
  #mito_lp_cource {
    margin-top: -104px;
    padding: 104px 0 80px;
    background: #f6fbff;
  }
  #mito_lp_cource .mito_lp_inner {
    max-width: 940px;
  }
  .tabBox {
    display: none;
  }
  .tabBox.is_active {
    display: block;
  }
  .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;
  }
  .mito_lp_cource_tablink li:nth-of-type(2) a {
    background: #a98f4e;
  }
  .mito_lp_cource_tablink li:nth-of-type(3) a {
    background: #377fc9;
  }
  .mito_lp_cource_tablink li:nth-of-type(4) a {
    background: #2ea744;
  }
  .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: #d7ccb0;
    border-color: #a98f4e;
  }
  #tab_box03.mito_lp_cource_tabbox {
    background: #cddff2;
    border-color: #377fc9;
  }
  #tab_box04.mito_lp_cource_tabbox {
    background: #cbe9d0;
    border-color: #2ea744;
  }

  .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: #1D2088;
    font-weight: 700;
    background: url(../image/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 .imgP {
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
  }
  .mito_lp_cource_pricelist .imgP img {
    width: 648px;
    max-width: none;
  }
}

/*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(../image/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(../image/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_buy .mito_lp_inner,
#mito_lp_join .mito_lp_inner,
#mito_lp_buy .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_buy .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;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 8px solid currentColor;
  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: #fccf00;
}
.mito_lp_join_dl02 .ttlP {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@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_slick .slick-list {
    overflow: visible;
  }
  .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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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: 90%;
  }
  .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_buy .mito_lp_cource_btn {
    margin-bottom: 40px;
    width: 343px;
  }
  .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;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 3px solid currentColor;
    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 {
    padding: 0 16px;
    width: auto;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
  }
  .mito_lp_join_dl02 dd font {
    color: #fccf00;
  }
  .mito_lp_join_dl02 .ttlP {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 16px;
  }
}

/*mito_lp_buy*/
#mito_lp_buy {
  padding: 104px 0;
  color: #fff;
}
#mito_lp_buy .mito_lp_join_hd {
  background: #f6fbff;
  color: #1d2088;
}
.mito_lp_buy_btn {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #mito_lp_buy {
    padding: 80px 0;
    color: #fff;
  }
  #mito_lp_buy .mito_lp_join_hd {
    background: #f6fbff;
    color: #1d2088;
  }
  .mito_lp_buy_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;
  }
}

/*1020*/
#mito_lp_merit {
  padding-top: 104px;
  color: #f6fbff;
}
.mito_lp_merit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 32px;
}
.mito_lp_merit_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mito_lp_merit_list dt {
  width: 214px;
  padding-top: 281px;
  margin-right: 16px;
}
.mito_lp_merit_list dd {
  width: calc(100% - 230px);
}
.mito_lp_merit_list .ttlP {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.mito_lp_merit_list .txtP {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
.mito_lp_merit_box {
  color: #0d0f47;
  background: #f6fbff;
  padding: 48px 0;
  margin-top: 104px;
  text-align: center;
}
.mito_lp_merit_box .txtP {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.mito_lp_merit_box .txtP font {
  border-bottom: 4px solid #fccf00;
}
.mito_lp_merit_box .btnP {
  text-align: center;
  margin-top: 48px;
}

.mito_lp_schedule_txt {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  margin-bottom: 64px;
}
.mito_lp_schedule_txt span {
  border-bottom: 4px solid #fccf00;
}
@media screen and (max-width: 767px) {
  .mito_lp_schedule_txt {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    text-align: left;
    margin: 0 16px 32px;
  }
  .mito_lp_schedule_txt span {
    border-bottom: 3px solid #fccf00;
  }

  #mito_lp_merit {
    padding-top: 80px;
    color: #f6fbff;
  }
  .mito_lp_merit_list {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 32px;
    border-top: 3px solid #f6fbff;
  }
  .mito_lp_merit_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 3px solid #f6fbff;
  }
  .mito_lp_merit_list dt {
    width: 148px;
    padding-top: 195px;
    margin-right: 16px;
  }
  .mito_lp_merit_list dd {
    width: calc(100% - 164px);
  }
  .mito_lp_merit_list .ttlP {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .mito_lp_merit_list .txtP {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
  }
  .mito_lp_merit_box {
    color: #0d0f47;
    background: #f6fbff;
    padding: 24px 16px;
    margin: 0 -16px;
    margin-top: 20px;
    text-align: center;
  }
  .mito_lp_merit_box .txtP {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    padding: 0 16px;
  }
  .mito_lp_merit_box .txtP font {
    border-bottom: 2px solid #fccf00;
  }
  .mito_lp_merit_box .btnP {
    text-align: center;
    margin-top: 24px;
  }
}

/*mito_lp_resale*/
#mito_lp_resale {
  padding: 104px 0 0;
  color: #0d0f47;
  background: #f6fbff;
}
#mito_lp_resale .mito_lp_how_slist .ttlP {
  margin-bottom: 0;
}
#mito_lp_resale .mito_lp_how_slick .slick-list {
  /*overflow: hidden!important;*/
}
.mito_lp_how_slist .noFlex .imgBox {
  width: 400px;
  padding-top: 292px;
  margin: 0 auto 32px;
}
.mito_lp_how_slist .noFlex .contP {
  width: auto;
}
.mito_lp_slick_wrap + .mito_lp_join_dl01 {
  margin-top: 32px;
}

.mito_lp_resale_p01 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 32px;
}
.mito_lp_resale_p01 font {
  color: #f0001e;
}
.mito_lp_resale_notice {
  color: #000000;
}
.mito_lp_resale_ul {
  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-bottom: 16px;
}
.mito_lp_resale_ul li {
  width: 230px;
  margin: 0 36px;
  position: relative;
  background: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.mito_lp_resale_ul li + li:before {
  content: '';
  position: absolute;
  left: -72px;
  top: 0;
  z-index: 1;
  width: 72px;
  height: 100%;
  background: url(../image/arrow_resale.svg) no-repeat center center;
  background-size: auto;
}
.mito_lp_resale_ul .ttlP {
  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: 43px;
  background: #1d2088;
  color: #fff;
}
.mito_lp_resale_ul .txtP {
  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: 68px;
  border: 3px solid #1d2088;
  background: #fff;
  color: #1d2088;
}
.mito_lp_resale_ul .txtP font {
  color: #f0001e;
}

@media screen and (max-width: 767px) {
  #mito_lp_resale {
    padding: 80px 0 0;
    color: #0d0f47;
    background: #f6fbff;
  }
  #mito_lp_resale .mito_lp_how_slick .slick-list {
    overflow: hidden !important;
  }
  .mito_lp_how_slist .noFlex .imgBox {
    width: 269px;
    padding-top: 197px;
    margin: 0 auto 24px;
  }
  .mito_lp_how_slist .noFlex .contP {
    width: auto;
  }
  .mito_lp_slick_wrap + .mito_lp_join_dl01 {
    margin-top: 32px;
  }

  .mito_lp_resale_p01 {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 32px;
  }
  .mito_lp_resale_p01 font {
    color: #f0001e;
  }
  .mito_lp_resale_notice {
    color: #000000;
  }
  .mito_lp_resale_ul {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
  }
  .mito_lp_resale_ul li {
    width: 230px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }
  .mito_lp_resale_ul li + li {
    margin-top: 56px;
  }
  .mito_lp_resale_ul li + li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -56px;
    z-index: 1;
    width: 100%;
    height: 56px;
    background: url(../image/arrow_resale_sp.svg) no-repeat center center;
    background-size: auto;
  }
  .mito_lp_resale_ul .ttlP {
    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: 43px;
    background: #1d2088;
    color: #fff;
  }
  .mito_lp_resale_ul .txtP {
    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: 68px;
    border: 3px solid #1d2088;
    background: #fff;
    color: #1d2088;
  }
  .mito_lp_resale_ul .txtP font {
    color: #f0001e;
  }
}

/*mito_lp_seat*/
#mito_lp_seat {
  padding-top: 104px;
  color: #fff;
}
.mito_lp_seat_notice {
  font-size: 20px;
  color: #f6fbff;
  font-weight: 700;
  margin-top: 18px;
}
.mito_lp_seat_notice span {
  border-bottom: 3px solid #fccf00;
}
.mito_lp_seat_btn {
  margin: 0 auto;
  margin-top: 64px;
  width: 440px;
  text-align: center;
}

.mito_lp_seat_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mito_lp_seat_list {
  width: calc(50% - 16px);
}

.mito_lp_seat_item {
  position: relative;
  background: #f6fbff;
  color: #0d0f47;
}
.mito_lp_seat_item + .mito_lp_seat_item {
  margin-top: 32px;
}
.seat_cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  padding: 20px;
  border-bottom: 16px solid currentColor;

  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.seat_cont.is_active {
  position: static;

  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.seat_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: url(../image/06_seatcategory/icon_plus.svg) no-repeat right 6px
    top 6px;
  background-size: 40px auto;
}
.seat_top.is_active {
  background: url(../image/06_seatcategory/icon_minus.svg) no-repeat right 6px
    top 6px;
  background-size: 40px auto;
}
.seat_top_point {
  width: 62px;
  text-align: center;
  padding-top: 25px;
  font-size: 48px;
  line-height: 1;
  color: #f6fbff;
  position: relative;
  background: #1d2266;
}
.parking .seat_top_point:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: url(../image/06_seatcategory/01/parking.svg) no-repeat center
    center #9495b0;
  background-size: auto;
}
.seat_top_cont {
  width: calc(100% - 62px);
  position: relative;
  padding: 20px 8px 8px 15px;
}
.seat_top_ttl {
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 22px;
  padding-right: 100px;
}
.seat_top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.seat_top_type {
  font-size: 16px;
  font-weight: 700;
  color: #525379;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
.seat_top_price {
  text-align: right;
}
.seat_top_price span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 700;
  margin-left: 16px;
}
.seat_top_price span font {
  color: #f0001e;
  font-size: 40px;
  line-height: 1;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.seat_top_price span:nth-of-type(2),
.seat_top_price span:nth-of-type(3) {
  margin-top: 24px;
}
.seat_slick_nav {
  margin: 8px -8px 24px 0;
}
.seat_slick_nav_list {
  padding-right: 8px;
}
.seat_map_info {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
}
.seat_map_info p + p {
  margin-top: 28px;
}

.seat_item02 .seat_top_point {
  background: #0088c9;
}
.seat_item02 .seat_cont {
  border-color: #0088c9;
}

.seat_item03 .seat_top_point {
  background: #f0e741;
  color: #0d0f47;
}
.seat_item03 .seat_cont {
  border-color: #f0e741;
}

.seat_item04 .seat_top_point {
  background: #f0e741;
  color: #0d0f47;
}
.seat_item04 .seat_cont {
  border-color: #f0e741;
}

.seat_item05 .seat_top_point {
  background: #e54c21;
}
.seat_item05 .seat_cont {
  border-color: #e54c21;
}

.seat_item06 .seat_top_point {
  background: #24a13c;
}
.seat_item06 .seat_cont {
  border-color: #24a13c;
}

.seat_item07 .seat_top_point {
  background: #61c0ed;
}
.seat_item07 .seat_cont {
  border-color: #61c0ed;
}

.seat_item08 .seat_top_point {
  background: #1d2266;
}
.seat_item08 .seat_cont {
  border-color: #1d2266;
}

.sold_out .seat_top_cont:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: url(../image/sold_out.svg) no-repeat top 4px left 10px;
  background-size: auto;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #mito_lp_seat {
    padding-top: 80px;
    color: #fff;
  }
  .mito_lp_seat_notice {
    font-size: 14px;
    color: #f6fbff;
    font-weight: 500;
    margin-top: 48px;
  }
  .mito_lp_seat_notice span {
    border-bottom: 3px solid #fccf00;
  }
  .mito_lp_seat_btn {
    text-align: center;
    margin-top: 40px;
    width: 343px;
  }

  .mito_lp_seat_box {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mito_lp_seat_list {
    width: auto;
  }
  .mito_lp_seat_list + .mito_lp_seat_list {
    margin-top: 16px;
  }

  .mito_lp_seat_item {
    position: relative;
    background: #f6fbff;
    color: #0d0f47;
  }
  .mito_lp_seat_item + .mito_lp_seat_item {
    margin-top: 16px;
  }
  .seat_cont {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    padding: 16px;
    border-bottom: 10px solid currentColor;

    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .seat_cont.is_active {
    position: static;

    height: auto;
    opacity: 1;
    pointer-events: auto;
  }

  .seat_top {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background: none;
  }
  .seat_top.is_active {
    background: none;
  }
  .seat_top_ttl {
    background: url(../image/06_seatcategory/icon_plus.svg) no-repeat right
      center;
    background-size: 24px auto;
  }
  .seat_top.is_active .seat_top_ttl {
    background: url(../image/06_seatcategory/icon_minus.svg) no-repeat right
      center;
    background-size: 24px auto;
  }
  .seat_top_point {
    width: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 40px;
    line-height: 1;
    color: #f6fbff;
    position: relative;
    background: #1d2266;
  }
  .parking .seat_top_point:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    background: url(../image/06_seatcategory/01/parking.svg) no-repeat center
      center #9495b0;
    background-size: 30px auto;
  }
  .seat_top_cont {
    width: calc(100% - 50px);
    position: relative;
    padding: 19px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seat_top_ttl {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1px;
    padding-right: 38px;
  }
  .seat_top_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  .seat_top_type {
    font-size: 14px;
    font-weight: 500;
    color: #525379;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
  }
  .seat_top_price {
    text-align: right;
  }
  .seat_top_price span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 700;
    margin-left: 16px;
  }
  .seat_top_price span font {
    color: #f0001e;
    font-size: 32px;
    line-height: 1;
    margin-left: 4px;
    position: relative;
    top: 1px;
  }
  .seat_top_price span:nth-of-type(2),
  .seat_top_price span:nth-of-type(3) {
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    font-weight: 700;
    margin-left: 16px;
  }
  .seat_top_price span:nth-of-type(2) font,
  .seat_top_price span:nth-of-type(3) font {
    color: #f0001e;
    font-size: 24px;
    line-height: 1;
    margin-left: 4px;
    position: relative;
    top: 1px;
  }

  .seat_slick_nav {
    margin: 8px -8px 24px 0;
  }
  .seat_slick_nav_list {
    padding-right: 8px;
  }
  .seat_map_info {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }
  .seat_map_info p + p {
    margin-top: 28px;
  }

  .seat_item02 .seat_top_point {
    background: #0088c9;
  }
  .seat_item02 .seat_cont {
    border-color: #0088c9;
  }

  .seat_item03 .seat_top_point {
    background: #f0e741;
    color: #0d0f47;
  }
  .seat_item03 .seat_cont {
    border-color: #f0e741;
  }

  .seat_item04 .seat_top_point {
    background: #f0e741;
    color: #0d0f47;
  }
  .seat_item04 .seat_cont {
    border-color: #f0e741;
  }

  .seat_item05 .seat_top_point {
    background: #e54c21;
  }
  .seat_item05 .seat_cont {
    border-color: #e54c21;
  }

  .seat_item06 .seat_top_point {
    background: #24a13c;
  }
  .seat_item06 .seat_cont {
    border-color: #24a13c;
  }

  .seat_item07 .seat_top_point {
    background: #61c0ed;
  }
  .seat_item07 .seat_cont {
    border-color: #61c0ed;
  }

  .seat_item08 .seat_top_point {
    background: #1d2266;
  }
  .seat_item08 .seat_cont {
    border-color: #1d2266;
  }

  .sold_out .seat_top_cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
    background: url(../image/sold_out_sp.svg) no-repeat top 4px left 5px;
    background-size: auto;
    pointer-events: none;
  }
}

/*mito_lp_pricelist*/
#mito_lp_pricelist {
  padding-top: 104px;
}
.mito_lp_pricelist_box {
  padding: 64px 40px;
  background: #f6fbff;
}
.mito_lp_pricelist_hd {
  text-align: center;
  margin-bottom: 64px;
}
.mito_lp_pricelist_hd span {
  color: #f6fbff;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 20px;
  background: url(../image/bg_ttl.png) no-repeat;
  background-size: 100% 100%;
}
.mito_lp_pricelist_illust {
  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_pricelist_illust .mito_lp_span_ttl span {
  padding: 5px 10px;
  color: #f6fbff;
  background: #1d2088;
  margin-bottom: 16px;
}
.mito_lp_span_ttl font {
  margin-top: -16px;
  font-size: 12px;
  font-weight: 400;
  color: #0d0f47;
  display: block;
}

.mito_lp_pricelist_table {
  margin: 64px 0;
}

.mito_lp_pricelist_change {
  border: 3px solid #1d2088;
}
.mito_lp_pricelist_change_hd {
  background: #1d2088;
  color: #f6fbff;
  font-size: 18px;
  font-weight: 700;
  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: 46px;
}
.mito_lp_pricelist_change_cont {
  padding: 22px 20px;
}
.mito_lp_pricelist_change_cont dl + dl {
  margin-top: 24px;
}
.mito_lp_pricelist_change_cont dl {
  font-size: 16px;
  line-height: 1.75;
  color: #0d0f47;
  font-weight: 500;
}
.mito_lp_pricelist_change_cont dt {
  font-weight: 700;
  color: #1d2088;
}

.mito_lp_pricelist_table {
}
.mito_lp_pricelist_table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
.mito_lp_pricelist_table table th,
.mito_lp_pricelist_table table td {
  vertical-align: middle;
  text-align: center;
  padding: 8px 4px;
  font-size: 16px;
  font-weight: 700;

  background: #f1f1f1;
  color: #071276;
}
.mito_lp_pricelist_table table tbody th {
  text-align: left;
}
.mito_lp_pricelist_table table thead th {
  background: #071276;
  color: #f6fbff;
  width: 146px;
}
.mito_lp_pricelist_table table thead tr th:nth-of-type(1) {
  width: 184px;
}
.mito_lp_pricelist_table table tbody tr td:nth-last-of-type(4) {
  white-space: nowrap;
  width: 70px;
  font-size: 14px;
}
.mito_lp_pricelist_table table .gray_tr td {
  background: #c6c6c6;
}

.seating01 {
  background: #1d2266 !important;
  color: #f6fbff !important;
}
.seating02 {
  background: #0088c9 !important;
  color: #f6fbff !important;
}
.seating03 {
  background: #f0e741 !important;
  color: #070403 !important;
}
.seating04 {
  background: #e54c21 !important;
  color: #f6fbff !important;
}
.seating05 {
  background: #24a13c !important;
  color: #f6fbff !important;
}
.seating06 {
  background: #61c0ed !important;
  color: #f6fbff !important;
}
.seating07 {
  background: #1d2266 !important;
  color: #f6fbff !important;
}
.seating08 {
  background: #f7a744 !important;
  color: #f6fbff !important;
}
@media screen and (max-width: 767px) {
  #mito_lp_pricelist {
    padding-top: 80px;
  }
  .mito_lp_pricelist_box {
    margin: 0 -16px;
    padding: 80px 16px;
    background: #f6fbff;
  }
  .mito_lp_pricelist_hd {
    text-align: center;
    margin-bottom: 32px;
  }
  .mito_lp_pricelist_hd span {
    color: #f6fbff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 40px;
    background: url(../image/bg_ttl.png) no-repeat;
    background-size: 100% 100%;
  }
  .mito_lp_pricelist_illust {
    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_pricelist_illust .mito_lp_span_ttl span {
    font-size: 20px;
    padding: 5px 10px;
    color: #f6fbff;
    background: #1d2088;
    margin-bottom: 8px;
  }
  .mito_lp_span_ttl font {
    margin-top: -8px;
    font-size: 12px;
    font-weight: 400;
    color: #0d0f47;
    display: block;
  }
  .mito_lp_pricelist_illust .icon {
    width: 106px;
  }

  .mito_lp_pricelist_table {
    margin: 32px 0;
  }

  .mito_lp_pricelist_change {
    border: 3px solid #1d2088;
  }
  .mito_lp_pricelist_change_hd {
    background: #1d2088;
    color: #f6fbff;
    font-size: 18px;
    font-weight: 700;
    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: 46px;
  }
  .mito_lp_pricelist_change_cont {
    padding: 22px 16px;
  }
  .mito_lp_pricelist_change_cont dl + dl {
    margin-top: 24px;
  }
  .mito_lp_pricelist_change_cont dl {
    font-size: 16px;
    line-height: 1.75;
    color: #0d0f47;
    font-weight: 500;
  }
  .mito_lp_pricelist_change_cont dt {
    font-weight: 700;
    color: #1d2088;
  }

  .mito_lp_pricelist_table {
  }
  .mito_lp_pricelist_table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
  }
  .mito_lp_pricelist_table table th,
  .mito_lp_pricelist_table table td {
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px;
    font-size: 12px;
    font-weight: 700;

    background: #f1f1f1;
    color: #071276;
  }
  .mito_lp_pricelist_table table tbody th {
    text-align: left;
  }
  .mito_lp_pricelist_table table thead th {
    background: #071276;
    color: #f6fbff;
    width: 65px;
  }
  .mito_lp_pricelist_table table thead tr th:nth-of-type(1) {
    width: 136px;
  }
  .mito_lp_pricelist_table table thead tr th:nth-of-type(3) {
    font-size: 10px;
  }
  .mito_lp_pricelist_table table tbody tr td:nth-last-of-type(4) {
    white-space: nowrap;
    width: 55px;
    font-size: 12px;
  }
  .mito_lp_pricelist_table table .gray_tr td {
    background: #c6c6c6;
  }
}



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;
	background: #f6fbff;
}
.supporters_service_tbl .ttl_supporters{
	color: #015da2;
}

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

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

.supporters_service_tbl th.ttl{
	border: solid 2px #0d0f47;
	background: #f6fbff;
}
.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) {



}
