@charset "UTF-8";
:root {
  --primary: #00aebb;
  --dark-blue: #005b69;
  --gray: #f4f4f4;
  --light-brown: #fff2db;
  --red: #ff6600;
  --beige: #faf6ea;
  --white: #fff;
  font-size: 100px;
}

body {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  min-width: 980px;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 0.14rem;
  line-height: 0.26rem;
}

.inner_container {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  .inner_container {
    padding: 0 2vw;
  }
}

.column_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc {
  display: block;
}

.sp {
  display: none;
}


header .top-nav {
    background: var(--primary);
}
header .top-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 0.2rem 0;
}
header .top-nav ul li {
    width: 25%;
    text-align: center;
    border-left: 1px solid #FFF;
}
header .top-nav ul li:last-child {
    border-right: 1px solid #FFF;
}
header .top-nav ul li a {
    color: var(--white);
    font-size: 0.2rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
header .top-nav ul li a:hover {
    text-decoration: underline;
}
#logo {
  background: var(--white);
  height: 0.7rem;
  line-height: 0.9rem;
  width: 100%;
}

header .header_top {
  background-color: var(--primary);
  height: 3.5rem;
}


header .header_top .inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header_top .inner_container .mv_text {
  margin-top: 0.58rem;
  min-width: 52%;
  color: var(--white);
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

header .header_top .inner_container .mv_text .first_p {
  font-size: 0.26rem;
  font-weight: lighter;
  margin-bottom: 0.2rem;
}

header .header_top .inner_container .mv_text .second_p {
  font-size: 0.46rem;
  line-height: 0.46rem;
  font-weight: lighter;
  letter-spacing: 0.02em;
}

header .header_top .inner_container .mv_text .second_p span {
  font-size: 0.36rem;
}

header .header_top .inner_container .mv_text .second_p {
  margin-bottom: 0.23rem;
}

header .header_top .inner_container .mv_text .add_img {
  margin-bottom: 0.23rem;
}

header .header_top .inner_container .mv_text .third_p {
  font-size: 0.5rem;
  line-height: 0.46rem;
  font-weight: lighter;
  letter-spacing: 0em;
}

header .header_top .inner_container .mv_image {
  margin-top: -0.5rem;
  width: 47%;
}

header .header_top .inner_container .mv_image img {
  width: 100%;
}

header .header_bottom {
  background-color: var(--dark-blue);
}

header .header_bottom .inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header_bottom .inner_container .offer_btn_wrap {
  background-color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 4.7rem;
  margin-left: 0.1rem;
  border-radius: 0.04rem;
}

header .header_bottom .inner_container .performance .performance_item {
  margin-top: 0.1rem;
}

header .header_bottom .inner_container .performance .attention {
  height: 0.2rem;
  text-align: center;
  color: var(--white);
  font-weight: lighter;
  font-size: 0.1rem;
}

@media screen and (min-width: 521px) {
  header .header_bottom .inner_container .performance .attention {
    margin: 0;
    line-height: 0;
  }
}

header .header_bottom .inner_container .performance .attention a {
  color: var(--white);
}

#intro {
  background-color: var(--gray);
  padding: 0.8rem 0 0.7rem 0;
  height: 5.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#intro .inner_container .section_head::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.01rem;
  background: var(--primary);
  margin: 0.2rem auto 0.3rem auto;
}

#intro .inner_container .section_head .head_text {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  font-size: 0.34rem;
}

#intro .inner_container .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
  margin-bottom: 0.5rem;
}

#intro .inner_container .contents .img {
  width: 32.65%;
}

#intro .inner_container .contents .point {
  background-color: var(--white);
  width: 67.35%;
  padding: 0.3rem 0.3rem 0 0.3rem;
}

#intro .inner_container .contents .point ul li:last-of-type {
  border-bottom: none;
}

#intro .inner_container .contents .point ul li {
  list-style: none;
  height: 0.8rem;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 0.2rem;
}

#intro .inner_container .contents .point ul li .point_title {
  font-size: 0.2rem;
  font-weight: 600;
  vertical-align: middle;
}

#intro .inner_container .contents .point ul li .point_title img {
  vertical-align: middle;
  width: 0.9rem;
  margin-right: 0.1rem;
}

#intro .inner_container .contents .point ul li .point_note {
  height: 0.5rem;
  line-height: 0.5rem;
}

#intro .arrow {
  width: 100%;
  position: relative;
  height: 0.7rem;
}

#intro .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  bottom: -0.7rem;
  display: block;
}

.offer_btn {
  position: relative;
  background-image: url(../img/btn_bg.png);
  background-size: 100% 100%;
  width: 4.7rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.8rem;
  padding: 0.15rem 0.18rem 0.18rem 0.16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offer_btn a {
  text-decoration: none;
  display: block;
  color: #333;
}

.offer_btn a .arrow {
  margin-right: 0.17rem;
  display: inline-block;
}

.offer_btn a .text {
  display: inline-block;
}

.offer_btn a .text p:first-of-type {
  font-size: 0.16rem;
  font-weight: 600;
}

.offer_btn a .text p:last-of-type {
  font-size: 0.22rem;
  font-weight: 600;
}

.offer_btn a .easy {
  position: absolute;
  top: 0.23rem;
  right: 0.2rem;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  background-color: var(--light-brown);
  font-size: 0.16rem;
  border-radius: 0.04rem;
  padding: 0.09rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offer_btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offer {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}

.offer .column_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer .column_two .col_first {
  width: 60%;
}

.offer .column_two .col_first .warranty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.2rem;
}

.offer .column_two .col_first .warranty .day {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.2rem;
}

.offer .column_two .col_first .warranty .day img {
  width: 100%;
}

.offer .column_two .col_first .warranty .title {
  font-family: "HG明朝B", "HGMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.offer .column_two .col_first .warranty .title p {
  line-height: 0.45rem;
  font-weight: bold;
}

.offer .column_two .col_first .warranty .title p:first-of-type {
  font-size: 0.24rem;
}

.offer .column_two .col_first .warranty .title p:last-of-type {
  font-size: 0.36rem;
}

.offer .column_two .col_first .attention {
  font-size: 0.12rem;
  line-height: 0.18rem;
  margin-bottom: 0.2rem;
}

.offer .column_two .offer_btn {
  margin-left: 0;
}
.offer.bb {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.8rem;
}

#nav {
  background-color: var(--gray);
  height: 7.1rem;
  padding: 0.8rem 0 1.1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#nav ul li:nth-of-type(1),
#nav ul li:nth-of-type(2) {
  padding: 0.1rem;
}

#nav ul li:nth-of-type(3),
#nav ul li:nth-of-type(4),
#nav ul li:nth-of-type(5)  {
  padding: 0.3rem 0.1rem;
  margin-top: 0.4rem;
}

#nav ul li {
  background-color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  width: 48%;
}

#nav ul li .eye_catch img {
  width: 100%;
  max-width: 4.5rem;
}

#nav ul li .title {
  padding: 0 0.17rem 0 0.1rem;
}

#nav ul li .title span::before {
  content: "";
  display: inline-block;
  height: 0.2rem;
  width: 0.2rem;
  background-image: url(../img/arrow_SS.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.1rem;
  vertical-align: middle;
}

#nav ul li .title a {
  color: var(--primary);
  vertical-align: middle;
}

#nav ul li .title a:hover {
  color: #f30;
}

#nav ul li .note {
  font-size: 0.14rem;
  line-height: 0.22rem;
  padding: 0 0.16rem 0 0.1rem;
  margin-top: 0.1rem;
}

.section_head_common {
  border-bottom: 1px solid #98cdd1;
  font-size: 0.3rem;
  vertical-align: middle;
  padding-bottom: 0.19rem;
}

.section_head_common span::before {
  content: "";
  display: inline-block;
  border-left: 6px solid var(--primary);
  height: 0.5rem;
  width: 0.06rem;
  vertical-align: middle;
  margin-right: 0.2rem;
}

#course_and_curriculum {
  padding: 0.8rem 0 0.8rem 0;
}

#course_and_curriculum .inner_container .plan_common {
  background-color: var(--beige);
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding-top: 0.52rem;
  padding-bottom: 0.3rem;
}

#course_and_curriculum .inner_container .plan_common .sub_title .title_text {
  font-size: 0.24rem;
  line-height: 0.38rem;
  font-weight: normal;
  text-align: center;
}

#course_and_curriculum .inner_container .item_list {
  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;
}

#course_and_curriculum .inner_container .item_list .item:nth-last-of-type(even) {
  margin-right: 0.4rem;
}

#course_and_curriculum .inner_container .item_list .item:nth-of-type(1),
#course_and_curriculum .inner_container .item_list .item:nth-of-type(2) {
  margin-bottom: 0.4rem;
  margin-top: 0.38rem;
}

#course_and_curriculum .inner_container .item_list .item {
  width: 44%;
  height: 4.5rem;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.1rem;
  -webkit-box-shadow: 0rem 0.05rem 0.05rem 0rem rgba(0, 0, 0, 0.09);
          box-shadow: 0rem 0.05rem 0.05rem 0rem rgba(0, 0, 0, 0.09);
}

#course_and_curriculum .inner_container .item_list .item .item_title {
  font-size: 0.2rem;
  text-align: center;
  margin: 0.32rem 0 0 0;
}

#course_and_curriculum .inner_container .item_list .item .item_title::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--primary);
  width: 1rem;
  margin: 0.22rem auto 0 auto;
}

#course_and_curriculum .inner_container .item_list .item ul {
  list-style: none;
  margin-left: 0.22rem;
}

#course_and_curriculum .inner_container .item_list .item ul li::before {
  content: "・";
}

#course_and_curriculum .inner_container .item_list .item ul li em {
  font-style: normal;
  color: var(--red);
  font-weight: bold;
}

#course_and_curriculum .inner_container .plan {
  background: var(--beige);
  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;
  position: relative;
  height: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.2rem;
}

#course_and_curriculum .inner_container .plan .plan_name {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 2.2rem;
  background-color: var(--white);
  line-height: 0.4rem;
  border: 1px solid var(--primary);
  font-size: 0.18rem;
  text-align: center;
  font-weight: 600;
}

#course_and_curriculum .inner_container .plan .plan_name span {
  margin-left: 0.5em;
}

#course_and_curriculum .inner_container .plan .plan_detail {
  font-size: 0.22rem;
  font-weight: 600;
}

#course_and_curriculum .inner_container .plan:nth-of-type(even) .plan_name {
  background-color: var(--primary);
  color: var(--white);
}

#course_and_curriculum .inner_container .note {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
}

#method_and_performance {
  margin-bottom: 0.8rem;
}

#method_and_performance .inner_container .em_message {
  margin: 0.4rem 0 0.3rem 0;
}

#method_and_performance .inner_container .em_message .em_message_text {
  font-family: "HG明朝B", "HGMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 0.24rem;
  line-height: 0.38rem;
  text-align: center;
  font-weight: bold;
}

#method_and_performance .inner_container .reason {
  margin-top: 0.3rem;
}

#method_and_performance .inner_container .reason .sub_head .sub_head_text {
  background-color: var(--primary);
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  text-indent: -0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  font-size: 0.2rem;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#method_and_performance .inner_container .reason .sub_head .sub_head_text span::before {
  content: "";
  display: inline-block;
  border-left: 4px solid var(--white);
  width: 0.04rem;
  height: 0.2rem;
  vertical-align: middle;
  margin-right: 0.13rem;
}

#method_and_performance .inner_container .reason .content {
  height: 2.7rem;
}

#method_and_performance .inner_container .reason .content .col:first-of-type {
  width: 63.2%;
}

#method_and_performance .inner_container .reason .content .text {
  margin-top: 0.4rem;
}

#method_and_performance .inner_container .reason .content .text .first_sentence {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.28rem;
  margin-bottom: 0.2rem;
}

#method_and_performance .inner_container .reason .content .text p {
  font-size: 0.16rem;
  font-weight: normal;
}

#method_and_performance .inner_container .reason .content .img {
  margin-top: 0.3rem;
}

#method_and_performance .inner_container .reason .arrow {
  width: 100%;
  position: relative;
  height: 1.2rem;
}

#method_and_performance .inner_container .reason .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  bottom: 0.3rem;
  display: block;
}

#method_and_performance .inner_container .reason .point {
  background-color: var(--beige);
  padding: 0.33rem 0 0.3rem 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.3rem;
}

#method_and_performance .inner_container .reason .point .point_list {
  margin-left: 0.3rem;
}

#method_and_performance .inner_container .reason .text {
  margin: 0.29rem 0 0.23rem 0;
}

#method_and_performance .inner_container .reason .text p {
  font-weight: 600;
  font-size: 0.18rem;
}

#method_and_performance .inner_container .reason .text em {
  font-style: normal;
  color: var(--red);
  font-weight: bold;
}

#school_info {
	margin-bottom: 0.8rem;
}
#school_info .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#school_info .item {
	margin-top: 0.3rem;
}
#school_info h3 {
	font-size: 0.2rem;
	margin-bottom: 0.1rem;
}
#school_info .map-box {
	font-size: 0.16rem;
	border: 1px solid #e4e4e4;
	padding: 0.15rem;
}
#school_info .address {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0.2rem;
	padding-bottom: 0.1rem;
}
#school_info .map-link {
	color: #00aebb;
	font-size: 0.16rem;
	margin-top: 0.1rem;
	text-align: right;
}
#school_info .map-link a {
	color: #00aebb;
}
#school_info .attention {
  font-size: 0.2rem;
  font-weight: bold;
  padding: 0.15rem;
  margin-top: 0.25rem;
  text-align: center;
  display: block;
  background: var(--beige);
  border-radius: 10px;
}
#voice .content {
    margin-bottom: 0.8rem;
}
#voice h3 {
    margin-top: 0.3rem;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
    font-size: 0.2rem;
    color: #FFF;
    background: var(--primary);
    line-height: 1.3;
}
#voice h3 span {
    font-size: 0.3rem;
}
#voice h3 span span {
    color: #ffea00;
}
#voice .flex {
    display: flex;
    justify-content: space-between;
    background-color: var(--beige);
    padding: 0.2rem;
}
#voice .flex .img {
    width: 400px;
    display: table;
}
#voice .flex .img img {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    background: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
}
#voice .flex .text {
    margin-left: 0.4rem;
    width: 500px;
}
#voice .flex .text .parents {
    position: relative;
    padding: 0.2rem;
    margin-bottom: 0.8rem;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #FFF;
}
#voice .flex .text .parents::before,
#voice .flex .text .parents::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}
#voice .flex .text .parents::before {
    bottom: -37px;
    right: -230px;
    border-style: solid;
    border-color: transparent transparent #eaeaea transparent;
    border-width: 0 45px 37px 0;
    transform : rotate(180deg);
}
#voice .flex .text .parents::after {
    bottom: -35px;
    right: -230px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 43px 35px 0;
    z-index: 10;
    transform : rotate(180deg);
}
#voice .flex .text .parents .p-ico {
    position: absolute;
    bottom: -0.8rem;
    right: -0.1rem;;
}
#voice .flex .text .parents strong {
    color: var(--red);
}

#q_and_a .inner_container .content .item {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e4e4e4;
}

#q_and_a .inner_container .content .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#q_and_a .inner_container .content .item .question .question_icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--primary);
  color: var(--white);
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.5rem;
  margin-right: 0.16rem;
}

#q_and_a .inner_container .content .item .question .question_text {
  margin-top: 0.15rem;
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

#q_and_a .inner_container .content .item .anser {
  margin-top: 0.2rem;
}

#q_and_a .inner_container .content .item .anser .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#q_and_a .inner_container .content .item .anser .anser_icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.16rem;
}

#q_and_a .inner_container .content .item .anser .anser_text {
  width: 5.2rem;
  margin-top: 0.13rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0;
}

#q_and_a .inner_container .content .item .anser .anser_text em {
  font-style: normal;
  font-weight: bold;
}

#q_and_a .inner_container .content .item .anser .no_column {
  width: 90%;
}

#offer_area {
  background-color: var(--dark-blue);
    margin-bottom: 0.8rem;
}

#offer_area .inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#offer_area .inner_container .offer_btn_wrap {
  background-color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 4.7rem;
  margin-left: 0.1rem;
  border-radius: 0.04rem;
}

#offer_area .inner_container .performance .performance_item {
  margin-top: 0.1rem;
}

#offer_area .inner_container .performance .attention {
  height: 0.2rem;
  text-align: center;
  color: var(--white);
  font-weight: lighter;
  font-size: 0.1rem;
}

@media screen and (min-width: 521px) {
  #offer_area .inner_container .performance .attention {
    margin: 0;
    line-height: 0;
  }
}

#offer_area .inner_container .performance .attention a {
  color: var(--white);
}

footer .press {
  background-color: #f4f4f4;
}

footer .press .inner_container {
  max-width: 10.58rem;
  height: 0.8rem;
}

footer .press .inner_container img {
  width: 100%;
}

footer .main_footer {
  background-color: var(--primary);
}

footer .main_footer .inner_container {
  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: 1.2rem;
}

footer .main_footer .inner_container .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .main_footer .inner_container .footer_nav li {
  list-style: none;
  font-size: 0.15rem;
  margin-right: 0.20rem;
}

footer .main_footer .inner_container .footer_nav li a {
  color: var(--white);
}

footer .main_footer .inner_container .footer_nav li a:hover {
  color: #f30;
}

footer .main_footer .inner_container .logo_copylight {
  text-align: right;
  color: var(--white);
}

footer .main_footer .inner_container .logo_copylight p {
  font-size: 0.12rem;
}

h2.head_text {
  line-height: 120%;
}

.sticky-area {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
}
.sticky-area .sticky-inner {
    max-width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-area .sticky-inner ul {
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sticky-area .sticky-inner ul li {
    width: 50%;
    margin: 0.05rem 0;
}
.sticky-area .sticky-inner ul li span::before {
  content: "";
  display: inline-block;
  height: 0.2rem;
  width: 0.2rem;
  background-image: url(../img/arrow_SS.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.sticky-area .sticky-inner ul li a {
  color: var(--primary);
  vertical-align: middle;
}

.sticky-area .sticky-inner ul li a:hover {
  color: #f30;
}

/** page school 2021-07-26 as **/
.single .flex {
    display: flex;
    justify-content: space-between;
}
.single .min {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
.single .bg-gray {
    background-color: var(--gray);
}
.single #logo {
    height: 0.6rem;
}
.single .head-area .inner_container {
    display: flex;
    justify-content: space-between;
}
.single .head-area .logo-box .breadcrumbs {
    font-size: 0.12rem;
    color: #333;
    padding-bottom: 0.1rem;
}
.single .head-area .logo-box .breadcrumbs a {
    text-decoration: none;
    color: #333;
}
.single .head-area .logo-box .breadcrumbs .list::after {
    content: ">";
    padding: 0.05rem;
}
.single .head-area .logo-box .breadcrumbs .list:last-child::after {
    content: none;
}
.single .head-area .logo-box .breadcrumbs a:hover {
    text-decoration: underline;
}
.single .head-area .tel-box {
    display: flex;
    justify-content: space-between;
    padding-top: 0.12rem;
}
.single .head-area .tel-box .title {
    font-size: 0.15rem;
    font-weight: bold;
    background: #ffd800;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.05rem 0 0.15rem;
    margin-right: 0.25rem;
    position: relative;
}
.single .head-area .tel-box .title::before {
    border: 0.18rem solid transparent;
    border-left-color: #ffd800;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -0.18rem;
    top: 0;
    width: 0;
}
.single .head-area .tel-box .tel {
    font-size: 0.28rem;
    font-weight: bold;
    text-align: right;
    padding-top: 0.06rem;
    line-height: 0.8;
}
.single .head-area .tel-box .tel span {
    font-size: 0.14rem;
    font-weight: normal;
}
.single .school-name {
    color: var(--primary);
    font-size: 0.32rem;
    font-weight: bold;
    padding: 0.2rem 0;
}
.single header .header_top {
    background-color: #00798f;
    height: auto;
}
.single header .header_top img {
    vertical-align: bottom;
}
.single header .mv_img {
    position: relative;
}
.single header .mv_img .text {
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 490px;
    color: #FFF;
    box-sizing: border-box;
}
.single header .mv_img .text .inner {
    display: block;
    border-bottom: 1px solid #469dad;
    padding-bottom: 0.2rem;
}
.single header .mv_img .text .line01 {
    font-size: 0.24rem;
    text-align: center;
    padding: 0.07rem 0.33rem;
    margin: 0.05rem 0.1rem;
    border: 1px solid #FFF;
    border-radius: 4px;
    display: inline-block;
}
.single header .mv_img .text .line02 {
    font-size: 0.32rem;
    text-align: center;
    margin-top: 0.15rem;
    display: block;
}
.single header .header_bottom .inner_container .offer_btn_wrap {
    border-radius: 0.08rem;
}
.offer_btn.large {
    background-image: url(../img/btn_bg02.png);
    width: 4.7rem;
    height: 0.9rem;
    padding: 0.16rem 0.18rem 0.18rem 0.16rem;
    line-height: 0.9rem;
}
.offer_btn.large a .arrow {
    margin-right: 0.1rem;
}
.offer_btn.large a .text p:first-of-type {
    font-size: 0.2rem;
}
.offer_btn.large a .text p:last-of-type {
    font-size: 0.26rem;
}
.offer_btn.large a .easy {
    top: 0.27rem;
    right: 0.15rem;
}
.single #offer_area .inner_container .offer_btn_wrap {
    border-radius: 0.08rem;
}
.single #intro .inner_container .contents {
    height: auto;
    justify-content: space-between;
    margin-bottom: 0;
}
.single #intro {
    padding: 0.25rem 0 0.6rem;
    height: auto;
}
.single #intro h2 {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    font-size: 0.34rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}
.single #intro h2 span {
    font-size: 0.26rem;
}
.single .reason02 {
    padding: 0.6rem 0;
    margin-bottom: 0.8rem;
}
.single .reason02.mb0 {
    margin-bottom: 0;
}
.single .reason02 h2 {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 0.3rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.4rem;
}
.single .reason02 .arrow {
    text-align: center;
    padding: 0.2rem 0 0.25rem;
}
.single .reason02 p {
    font-size: 0.3rem;
    text-align: center;
}
.single .reason02 p span {
    font-size: 0.4rem;
}
.single .reason02 .contents {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.single #course_and_curriculum {
    padding: 0 0 0.5rem 0;
}
.single #course_and_curriculum.pb0 {
    padding-bottom: 0.01rem;
}
.single #course_and_curriculum .catch {
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    padding: 0.25rem;
    line-height: 1.5;
}
.single #course_and_curriculum .inner_container .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.2rem;
    margin-bottom: 0.5rem;
}
.single #course_and_curriculum .inner_container .contents .img {
    width: 32.65%;
}
.single #course_and_curriculum .inner_container .contents .point {
    background-color: #e7f5f8;
    width: 67.35%;
    padding: 0.3rem 0.3rem 0 0.3rem;
}
.single #course_and_curriculum .inner_container .contents .point ul li {
    list-style: none;
    height: 0.8rem;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 0.2rem;
}
.single #course_and_curriculum .inner_container .contents .point ul li:last-of-type {
    border-bottom: none;
}
.single #course_and_curriculum .inner_container .contents .point ul li .point_title {
    font-size: 0.2rem;
    font-weight: 600;
    vertical-align: middle;
}
.single #course_and_curriculum .inner_container .contents .point ul li .point_title img {
    vertical-align: middle;
    width: 0.9rem;
    margin-right: 0.1rem;
}
.single #course_and_curriculum .inner_container .contents .point ul li .point_note {
    font-size: 0.16rem;
    height: 0.5rem;
    line-height: 0.5rem;
}
.single #course_and_curriculum .inner_container .contents .point ul li .point_note.line02 {
    padding-top: 0.07rem;
    line-height: 0.2rem;
}
.single #course_and_curriculum .inner_container .contents .point ul li .point_note.line02 span {
    font-size: 0.12rem;
}
.single #course_and_curriculum .inner_container .item_list .item ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.single .faq .item {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e4e4e4;
}
.single .faq .item:last-child {
    border: none;
}
.single .faq .item .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single .faq .item .question .question_icon {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--primary);
    color: var(--white);
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.5rem;
    margin-right: 0.16rem;
}
.single .faq .item .question .question_text {
    margin-top: 0.15rem;
    font-weight: bold;
    font-size: 0.16rem;
    line-height: 0.28rem;
}
.single .faq .item .anser {
    margin-top: 0.2rem;
}
.single .faq .item .anser .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single .faq .item .anser .anser_icon {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.16rem;
}
.single .faq .item .anser .anser_text {
    width: 5.2rem;
    margin-top: 0.13rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0;
}
.single .faq .item .anser .anser_text em {
    font-style: normal;
    font-weight: bold;
}
.offer_area {
    background-color: var(--dark-blue);
    margin: 0.5rem 0 0.8rem;
    padding: 0.35rem 0;
}
.offer_area.mt0 {
    margin: 0;
}
.offer_area .title {
    color: #FFF;
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.25rem;
}
.offer_area .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.offer_area .performance img:first-child {
    margin-right: 0.1rem;
}
.offer_area .inner_container .offer_btn_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 4.7rem;
    margin-left: 0.1rem;
    border-radius: 0.08rem;
}
.offer_area .btn-bg {
    background: #FFF;
    border-radius: 0.08rem;
}
.offer_area .tel-box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.15rem;
}
.offer_area .tel-box p {
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFF;
}
.offer_area .tel-box .time {
    font-size: 0.13rem;
    font-weight: normal;
    line-height: 1.1;
}
.single #price .img {
    margin: 0.3rem 0 0.7rem;
}
.single #method_and_performance .inner_container .arrow-box {
    text-align: center;
    margin: 0.25rem 0 0;
}
.single #method_and_performance .offer {
    padding: 0;
}
.single #method_and_performance .shool-info p {
    margin: 0.25rem 0;
    font-size: 0.16rem;
}
.single #method_and_performance .shool-info p span {
    font-size: 0.14rem;
}
.single #method_and_performance .shool-info .attention {
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0.15rem;
    text-align: center;
    display: block;
    background: var(--beige);
    border-radius: 10px;
    width: 100%;
}
.single #method_and_performance .shool-info .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single #method_and_performance .shool-info .flex .item {
    margin-bottom: 0.25rem;
    width: 48%;
}
.single #method_and_performance .shool-info .item {
    margin-bottom: 0.25rem;
}
.single #method_and_performance .shool-info .name {
    font-size: 0.2rem;
    font-weight: bold;
}
.single #method_and_performance .inner_container .reason .point {
    background-color: var(--light-brown);
    padding: 0.3rem;
    font-size: 0.18rem;
}
.single #method_and_performance .inner_container .reason .point p {
    font-size: 0.18rem;
}
.single #method_and_performance .inner_container .reason .point .point_title {
    margin-bottom: 0.15rem;
}
.single #status {
    margin: 0.8rem 0 0.5rem;
}
.single #status .item {
    padding: 0.25rem 0;
    border-bottom: 1px solid #e8e8e8;
}
.single #status .item:last-child {
    border-bottom: none;
}
.single #status .item h3 {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
}
.single #status .item h3.head {
    color: var(--primary);
}
.single #status .item p {
    margin-bottom: 0.25rem;
    font-size: 0.14rem;
}
.single #status .item p:last-child {
    margin-bottom: 0;
}
.single #status .item p strong {
    color: var(--red);
}
.single .press {
    background: #f2f2f2;
}
.single .sticky-area .sticky-inner ul li {
    width: auto;
    margin-right: 0.25rem;
    font-size: 0.18rem;
}
.single .sticky-area .sticky-inner ul li:last-child {
    margin-right: 0;
}
.single #lead .bg {
    background: #ececec;
}
.single #lead .top {
    position: relative;
}
.single #lead h2 {
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.33rem;
    font-weight: normal;
    line-height: 1.4;
}
.single #lead h2 strong {
    color: var(--red);
    font-weight: normal;
}
.single #lead h2 span {
    font-size: 0.38rem;
}
.single #lead .bottom {
    padding: 0.5rem 0;
}
.single #lead .bottom h3 {
    font-size: 0.3rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.4rem;
}
.single #lead .bottom h3 span {
    color: var(--red);
    font-size: 0.4rem;
}
.single #lead .contents {
    display: flex;
    justify-content: space-between;
}

/*2022/04/14 add v02*/
.v02 .row {
    width: 980px;
    margin: auto;
}
.v02 section {
    padding: 60px 0;
}
.v02 section#offer_area {
    padding: 0;
}
.v02 section#offer_area.mb0 {
    margin-bottom: 0;
}
.v02 #logo img {
    width: 290px;
    height: auto;
}
.v02 .mv {
    background: #00798f;
    position: relative;
    height: 330px;
    display: block;
}
.v02 .mv .text p {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #FFF;
    line-height: 1.4;
    font-weight: bold;
}
.v02 .mv .text p strong {
    font-size: 50px;
    color: #fcff00;
}
.v02 .mv .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.v02 .header-bottom {
    background: #f6f2e9;
    padding: 25px 0;
}
.v02 .header-bottom p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.v02 .header-bottom .row p:last-child {
    margin-bottom: 0;
}
.v02 .header-bottom strong {
    font-size: 20px;
    color: #ff6600;
}
.v02 .compare table {
    width: 100%;
    margin-top: 35px;
}
.v02 .compare th {
    background: #00aebb;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    padding: 10px 0;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-top: none;
    line-height: 1.3;
}
.v02 .compare .top th {
    padding: 15px 0;
}
.v02 .compare td {
    text-align: center;
    border: 1px solid #CCC;
    vertical-align: middle;
}
.v02 .compare td img {
    width: 40px;
    height: auto;
    vertical-align: middle;
}
.v02 .compare td img.s {
    width: 30px;
}
.v02 .menu {
    background: #00aebb;
    padding-bottom: 20px;
}
.v02 .menu h2 {
    color: #FFF;
    font-size: 28px;
    text-align: center;
}
.v02 .menu h2 span {
    color: #ffde00;
}
.v02 .menu .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.v02 .menu .flex a {
    text-decoration: none;
    transition: 0.3s;
}
.v02 .menu .flex a:hover {
    transition: 0.3s;
    opacity: 0.8;
}
.v02 .menu .flex .item {
    width: 470px;
    height: 140px;
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.v02 .menu .flex .item::after {
    content: "";
    background-image: url(../img/ico-menu-arrow.png);
    background-size: contain;
    width: 26.3px;
    height: 14.4px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    position: absolute;
}
.v02 .menu .flex .item p {
    font-size: 18px;
    color: #333333;
}
.v02 .menu .flex .item strong {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.v02 .menu .flex .img {
    margin-right: 25px;
    width: 126px;
    text-align: center;
    vertical-align: bottom;
}
.v02 .menu .flex .img img {
    height: auto;
}
.v02 .menu .flex .img img.i01 {
    width: 87px;
}
.v02 .menu .flex .img img.i02 {
    width: 126px;
}
.v02 .menu .flex .img img.i03 {
    width: 113px;
}
.v02 .menu .flex .img img.i04 {
    width: 110px;
}
.v02 .menu .bottom {
    font-size: 20px;
    color: #FFF;
    text-align: center;
}
.v02 .menu .bottom strong {
    color: #fcff00;
}
.v02 .type {
    padding-bottom: 0;
}
.v02 .type h2 {
    font-size: 26px;
    color: #FFF;
    background: #0692b3;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
}
.v02 .type .inner_container h2:first-child {
    margin-top: 0;
}
.v02 .type h2 span {
    background: #007d9a;
    padding: 20px;
    display: inline-block;
    width: 100px;
}
.v02 .type h2 span:last-child {
    background: #0692b3;
    margin-right: 0;
    flex: 1;
}
.v02 .type h2 b {
    color: #fcff00;
}
.v02 .type .sname {
    background: #edfaff;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 40px;
}
.v02 .type .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.v02 .type .flex .img {
    width: 470px;
    margin-right: 40px;
    flex-shrink: 0;
}
.v02 .type .flex .img img {
    width: 100%;
    height: auto;
}
.v02 .type .flex .text p {
    font-size: 18px;
    margin-bottom: 25px;
}
.v02 .type .flex .text p:last-child {
    margin-bottom: 0;
}
.v02 .type .flex .text strong {
    color: #ff6600;
}
.v02 .type li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.v02 .type ul li:last-child {
    margin-bottom: 0;
}
.v02 .type .merit,
.v02 .type .demerit {
    background: #edfaff;
    padding: 20px 25px;
    margin-top: 25px;
}
.v02 .type .merit .title,
.v02 .type .demerit .title {
    background: #d1f2ff;
    font-size: 18px;
    font-weight: bold;
    margin: -20px -25px;
    margin-bottom: 20px;
    padding: 10px 25px;
}
.v02 .type .demerit {
    background: #f0f0f0;
    margin-bottom: 40px;
}
.v02 .type .demerit .title {
    background: #e3e3e3;
}
.v02 .type .summary {
    background: #f6f2e9;
    margin-top: 40px;
    padding: 40px 0;
}
.v02 .type .summary .catch {
    margin-bottom: 40px;
}
.v02 .type .summary .catch p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.v02 .type .summary .catch span {
    font-size: 26px;
    font-weight: bold;
}
.v02 .type .summary .catch .img {
    text-align: center;
    margin-top: 20px;
}
.v02 .type .summary .catch .img img {
    width: 60%;
    height: auto;
}
.v02 .type .summary .img {
    font-size: 26px;
    font-weight: bold;
}
.v02 .type .summary .flex {
    align-items: flex-start;
}
.v02 .type .summary #voice .img {
    text-align: center;
    background: #FFF;
    padding: 25px;
}
.v02 .type .summary #voice .content {
    margin-bottom: 0;
}
.v02 .type .summary #voice .img img {
    width: 50%;
    height: auto;
}
.v02 .step p {
    font-size: 18px;
}
.v02 .step p strong {
    color: #f2790d;
}
.v02 .step .catch {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.v02 .step h2 {
    font-size: 26px;
    color: #FFF;
    background: #0692b3;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.v02 .step h2.mt0 {
    margin-top: 0;
}
.v02 .step h2 span {
    background: #007d9a;
    padding: 20px;
    display: inline-block;
    width: 20px;
}
.v02 .step h2 span:last-child {
    background: #0692b3;
    margin-right: 0;
    flex: 1;
}
.v02 .step h2 b {
    color: #fcff00;
}
.v02 .step .flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.v02 .step .flex .img {
    margin-right: 25px;
}
.v02 .step .text p {
    margin-bottom: 25px;
}
.v02 .price h2,
.v02 .method h2,
.v02 .faq h2 {
    font-size: 26px;
    color: #fcff00;
    background: #0692b3;
    padding: 20px;
    margin-bottom: 25px;
}
.v02 #method_and_performance {
    margin-bottom: 0;
}
.v02 .faq {
    padding-bottom: 0;
}
.v02 .faq .catch {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    line-height: 1.5;
}
.v02 .faq p {
    font-size: 18px;
}
.v02 .faq strong {
    color: #f2790d;
}
.v02 #q_and_a .inner_container .content .item .question .question_text,
.v02 #q_and_a .inner_container .content .item .anser .anser_text {
    font-size: 18px;
}
.v02 .sticky-area .sticky-inner ul {
    max-width: 100%;
    justify-content: flex-start;
}
.v02 .sticky-area .sticky-inner ul li {
    width: 115px;
}

/*add20220621*/
.result.new .mv .first {
    background: #fff6df;
    border-radius: 10px;
    padding: 10px 25px 20px;
    text-align: center;
}
.result.new .mv01,
.result.new .mv02 {
    display: inline;
    text-align: center;
}
.result.new .mv .text01 {
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.6;
    width: 820px;
    margin: 0 auto 30px;
    box-sizing: border-box;
}
.result.new .mv .text01 .line01 {
    font-size: 28px;
    font-weight: bold;
    color: #9f0c0c;
}
.result.new .mv .text01 .line02 {
    font-size: 28px;
    font-weight: bold;
    color: #1e1e1e;
}
.result.new .mv .text01 .line03 {
    font-size: 20px;
    color: #1e1e1e;
}
.result.new .mv .text02 {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.result.new .mv .text02 .title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #5a2105;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5b987;
}
.result.new .mv .text02 {
    width: 820px;
    margin: auto;
}
.result.new .mv .text02 .bg-area {
    background-image: url(/images/result/mv-bg-pc.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 1.3;
}
.result.new .mv .text02 .bg-area div {
    display: inline-block;
}
.result.new .mv .text02 span {
    color: #9f0c0c;
    display: inline;
    font-size: inherit;
}
.result.new .mv .text02 .line01 {
    font-size: 30px;
}
.result.new .mv .text02 .line02 {
    font-size: 24px;
}
.result.new .mv .text02 .line03 {
    font-size: 24px;
    position: relative;
}
.result.new .mv .text02 .line03 span.kome {
    font-size: 10px;
    color: #333333;
    font-weight: normal;
    position: absolute;
    right: -10px;
    top: 5px;
}
.result.new .mv .text02 .line04 {
    font-size: 10px;
    font-weight: normal;
}



/*# sourceMappingURL=common_desktop_style.css.map */