<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*---------------------------------------------------------------
お知らせ
---------------------------------------------------------------*/
#sec-information .paginate,
#sec-ipo .paginate,
#sec-ipo-info .paginate {
  text-align: center;
  margin: 60px;
}

#sec-information .row,
#sec-ipo .row,
#sec-ipo-info .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec-information .row .article,
#sec-ipo .row .article,
#sec-ipo-info .row .article {
  width: 100%;
  margin: 0 1% 10%;
  background-position: center;
  background-size: cover;
  position: relative;
}

#sec-information .row .article .wrap,
#sec-ipo .row .article .wrap,
#sec-ipo-info .row .article .wrap {
  height: 100%;
}

#sec-information .row .article .wrap .article-pic,
#sec-ipo .row .article .wrap .article-pic,
#sec-ipo-info .row .article .wrap .article-pic {
  margin-bottom: 10px;
}

#sec-information .row .article .wrap .article-pic img,
#sec-ipo .row .article .wrap .article-pic img,
#sec-ipo-info .row .article .wrap .article-pic img {
  width: 100%;
}

#sec-information .row .article .wrap .article-pic .eyecatch::before,
#sec-ipo .row .article .wrap .article-pic .eyecatch::before,
#sec-ipo-info .row .article .wrap .article-pic .eyecatch::before {
  padding-top: 67.25%;
}

#sec-information .row .article .wrap .article-category,
#sec-ipo .row .article .wrap .article-category,
#sec-ipo-info .row .article .wrap .article-category {
  width: auto;
  height: 30px;
  line-height: 1.4;
  background: #54AFDA;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

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

  #sec-information .row .article,
  #sec-ipo .row .article,
  #sec-ipo-info .row .article {
    width: 31%;
    margin: 0 1% 3%;
    /*                 &amp;:first-child {
                    margin-left: 0;
                }
                &amp;:last-child {
                    margin-right: 0;
                } */
  }
}

/*---------------------------------------------------------------
セミナー
---------------------------------------------------------------*/
#sec-seminar .paginate {
  text-align: center;
  margin: 60px;
}

#sec-seminar .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec-seminar .article {
  width: 100%;
  margin: 0 1% 5%;
  background-position: center;
  background-size: cover;
  position: relative;
}

#sec-seminar .article .wrap {
  border: 1px solid #707070;
  height: 100%;
}

#sec-seminar .article .wrap .article-pic {
  width: 35%;
}

#sec-seminar .article .wrap .article-pic img {
  width: 100%;
}

#sec-seminar .article .wrap .article-pic .eyecatch {
  margin-bottom: 0;
}

#sec-seminar .article .wrap .article-pic .eyecatch::before {
  padding-top: 67.25%;
}

#sec-seminar .article .wrap .article-category {
  width: auto;
  height: 30px;
  line-height: 1.4;
  background: #54AFDA;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#sec-seminar .article .wrap .l-wrap {
  padding: 2% 3%;
  width: 65%;
  position: relative;
}

#sec-seminar .article .wrap .l-wrap .event-info {
  position: absolute;
  bottom: 20px;
}

#sec-seminar .article .wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sec-seminar .article .wrap dl dt {
  font-weight: bold;
  color: #1B224C;
}

@media only screen and (min-width: 769px) {
  #sec-seminar .row .article {
    width: 31%;
    margin: 0 1% 3%;
  }

  #sec-seminar .row .article:first-child {
    margin-left: 0;
  }

  #sec-seminar .row .article:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #sec-seminar .article-ttl {
    font-size: 1.8rem;
  }

  #sec-seminar .event-intro {
    display: none;
  }
}

/*---------------------------------------------------------------
ストーリー
---------------------------------------------------------------*/
#sec-story .content h2,
#sec-quality .content h2,
#sec- .content h2,
#sec-partner .content h2 {
  text-align: center;
  margin: 10% 0 8%;
}

#sec-story .content .dl::before,
#sec-quality .content .dl::before,
#sec- .content .dl::before,
#sec-partner .content .dl::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-dl.png) no-repeat;
  width: 50px;
  height: 34px;
  position: absolute;
}

#sec-story .content .dl span,
#sec-quality .content .dl span,
#sec- .content .dl span,
#sec-partner .content .dl span {
  margin-left: 43px;
  text-decoration: underline;
}

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

  #sec-story section&gt;.inner,
  #sec-story .content&gt;.inner,
  #sec-quality section&gt;.inner,
  #sec-quality .content&gt;.inner,
  #sec- section&gt;.inner,
  #sec- .content&gt;.inner,
  #sec-partner section&gt;.inner,
  #sec-partner .content&gt;.inner {
    padding: 0 100px;
    line-height: 2.5;
  }
}

/*---------------------------------------------------------------
代表あいさつ
---------------------------------------------------------------*/
#sec-greeting {
  padding-bottom: 0;
}

#sec-greeting .content h2 {
  text-align: left;
  margin: 0 0 3%;
}

#sec-greeting .content .inner {
  padding: 4% 100px;
}

#sec-greeting img {
  padding: 0 2% 2% 2%;
  max-width: 45%;
}

@media only screen and (max-width: 425px) {
  #sec-greeting img {
    max-width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  #sec-greeting .content .inner {
    padding: 4% 5%;
  }
}

#sec-greeting .l-p {
  margin-top: 2rem;
  display: block;
}

#sec-greeting .signature {
  text-align: right;
}

#sec-greeting .signature .position {
  display: block;
  line-height: 1.5;
  margin-top: 55px;
}

#sec-greeting .signature .name {
  display: block;
  font-size: 3rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

@media only screen and (max-width: 768px) {
  #sec-greeting .signature .name {
    font-size: 2.5rem;
  }
}

#sec-profile.lang&gt;.inner {
  padding: 4% 20%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #sec-profile.lang&gt;.inner {
    padding: 4% 5%;
  }
}

/*---------------------------------------------------------------
パートナー紹介
---------------------------------------------------------------*/
#sec-partner .content h3 {
  text-align: center;
}

#sec-partner .content .inner {
  padding: 4% 100px;
}

#sec-partner .partner-ttl {
  background: #F4F4F4;
}

#sec-partner .partner-ttl .inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec-partner .partner-ttl .partner-img {
  max-width: 280px;
  width: 40%;
}

#sec-partner .partner-ttl .partner-img img {
  padding: 10px;
  width: 100%;
}

#sec-partner .partner-ttl .partner-info {
  width: 50%;
}

#sec-partner .partner-ttl .partner-info .partner-name {
  font-size: 3rem;
  font-weight: 600;
}

#sec-partner .partner-ttl .partner-info .partner-name .en {
  display: block;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  #sec-partner .content .inner {
    padding: 4% 5%;
  }
}

@media only screen and (max-width: 425px) {
  #sec-partner .partner-ttl .partner-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  #sec-partner .partner-ttl .partner-info .partner-name {
    font-size: 1.8rem;
  }

  #sec-partner .partner-ttl .partner-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #sec-partner .partner-ttl .partner-img img {
    padding: 10px 0;
  }

  #sec-partner .content .inner {
    padding: 2% 5%;
  }

  #sec-partner .partner-position {
    margin-top: 1rem;
  }
}

/*---------------------------------------------------------------
法人概要
---------------------------------------------------------------*/
#sec-profile .table {
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 10px;
  margin-top: 80px;
}

#sec-profile .table tr {
  border-bottom: 1px solid #707070;
  line-height: 1.5;
}

#sec-profile .table tr td:first-child {
  text-align: center;
  color: #fff;
  background: #1B224C;
  width: 25%;
}

#sec-profile .table tr td:nth-of-type(2) {
  padding: 15px 30px;
}

#sec-profile .data-date {
  display: block;
  text-align: right;
}

#sec-profile .access {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec-profile .access .map {
  /* width: 45%; */
  /* margin: 0 auto; */
  margin-bottom: 80px;
  margin: 0 auto;
}

#sec-profile .access .map img {
  width: 100%;
  margin-bottom: 10px;
}

#sec-profile .access-info {
  /*         width: 49%; */
}

#sec-profile h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 4rem;
}

#sec-profile .access-info a {
  margin-top: 5px;
  display: block;
  color: #54AFDA;
}

#sec-profile .gmap {
  margin-top: 50px;
}

/*---------------------------------------------------------------
ミッション・ビジョン・バリュー
---------------------------------------------------------------*/
#sec-about .about-img {
  margin-bottom: 80px;
  background: #e2e2e2;
  text-align: center;
  padding: 4%;
}

#sec-about .about-img figure {
  max-width: 850px;
  margin: 0 auto;
}

#sec-about .about-img figure img {
  display: block;
  width: 100%;
}

#sec-about #top-img {
  margin-top: 50px;
}

#sec-about h3 {
  margin-bottom: 35px;
  padding-bottom: 7px;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
}

#sec-about h3:after {
  content: "";
  background-color: #1b224c;
  height: 1px;
  width: 35%;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#sec-about .value-box {
  margin-top: 60px;
}

#sec-about .value-box img {
  max-width: 50%;
}

#sec-about th {
  text-align: center;
  background: #1b224c;
}

/*---------------------------------------------------------------
サービス
---------------------------------------------------------------*/
#sec-service.__en .row .article {
  width: 45%;
}

#sec-service h3 {
  text-align: center;
  margin: 7%;
}

#sec-service h4 {
  border-left: 5px solid #1b224c;
  padding-left: 10px;
}

#sec-service .article {
  margin: 0 1% 5% 1%;
  background-position: center;
  background-size: cover;
  position: relative;
}

#sec-service .article .wrap {
  /*             border: 1px solid #707070; */
}

#sec-service .article .wrap .article-pic {
  width: 100%;
}

#sec-service .article .wrap .article-pic img {
  width: 100%;
}

#sec-service .article .wrap .article-pic .eyecatch {
  margin-bottom: 0;
}

#sec-service .article .wrap .article-pic .eyecatch::before {
  padding-top: 67.25%;
}

#sec-service .article .wrap .article-category {
  width: auto;
  height: 30px;
  line-height: 1.4;
  background: #54AFDA;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#sec-service .article .wrap .l-wrap {
  /*                 padding: 2% 3%;
                width: 65%; */
  padding: 5% 0 5%;
  position: relative;
  margin-top: 0;
}

#sec-service .article .wrap .l-wrap .event-info {
  position: absolute;
  bottom: 20px;
}

#sec-service .article .wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sec-service .article .wrap dl dt {
  font-weight: bold;
  color: #1B224C;
}

@media only screen and (min-width: 769px) {
  #sec-service .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #sec-service .row .article {
    width: 31%;
    margin: 0 0 3%;
  }

  #sec-service .row .article .article-pic {
    width: 100%;
  }

  #sec-service .row .article:first-child {
    margin-left: 0;
  }

  #sec-service .row .article:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #sec-service .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #sec-service .article {
    width: 41%;
  }

  #sec-service .article-ttl {
    font-size: 1.8rem;
  }

  #sec-service .event-intro {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  #sec-service .article {
    width: 100%;
  }

  #sec-service .article .wrap .l-wrap {
    padding: 5% 5px 5%;
  }
}

/*---------------------------------------------------------------
出版
---------------------------------------------------------------*/
#sec-publishing .article {
  width: 25%;
  padding: 1%;
}

#sec-publishing .article img {
  width: 73%;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.4);
  -o-object-fit: contain;
  object-fit: contain;
}

#sec-publishing .eyecatch:before {
  padding-top: 120.25%;
}

#sec-publishing .paginate {
  text-align: center;
}

#sec-publishing .border {
  width: 98%;
  margin: 0 auto;
  display: block;
  border: 3px solid #B4B4B4;
  margin-bottom: 12px;
}

#sec-publishing .paginate {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #sec-publishing .article {
    width: 45%;
  }

  #sec-publishing .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #sec-publishing .eyecatch {
    height: 270px;
    width: 210px;
    margin: 0 auto;
  }

  #sec-publishing .border {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  #sec-publishing .article {
    width: 100%;
  }

  #sec-publishing .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #sec-publishing .eyecatch {
    height: 270px;
    width: 210px;
    margin: 0 auto;
  }
}

/*---------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------*/
#sec-privacy .bd {
  width: 100%;
  border-bottom: 1px solid #1B224C;
  display: block;
  margin: 35px 0 40px;
}

#sec-privacy ul {
  list-style: none;
}

#sec-privacy li {
  margin-bottom: 45px;
}

/*---------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------*/
#sec-contact .__noboder,
#sec-hotline .__noboder {
  border: none !important;
}

#sec-contact .content,
#sec-hotline .content {
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 60px;
}

#sec-contact .content dl,
#sec-hotline .content dl {
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

#sec-contact .content dl:last-child,
#sec-hotline .content dl:last-child {
  border: none;
}

#sec-contact .content dl dt,
#sec-hotline .content dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #1B224C;
  min-width: 150px;
}

#sec-contact .content dl dd,
#sec-hotline .content dl dd {
  border: none;
  padding: 2.5%;
}

#sec-contact .content dl dd&gt;input,
#sec-hotline .content dl dd&gt;input {
  width: 100%;
}

#sec-contact .content dl dd textarea,
#sec-hotline .content dl dd textarea {
  width: 100%;
}

#sec-contact .content ul&gt;li:before,
#sec-hotline .content ul&gt;li:before {
  content: none;
}

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

  #sec-contact .content dl,
  #sec-hotline .content dl {
    display: block;
  }
}

#sec-contact .pp,
#sec-hotline .pp {
  display: block;
  text-align: center;
}

#sec-contact .cb,
#sec-hotline .cb {
  text-align: center;
  margin: 35px 15px;
}

#sec-contact .cb input,
#sec-hotline .cb input {
  border-radius: 3px;
  background: #1B224C;
  color: #fff;
  border: none;
  width: 100%;
  padding: 15px;
  max-width: 440px;
}

#sec-contact .cb input:hover,
#sec-hotline .cb input:hover {
  opacity: 0.8;
}

#sec-contact .thanks-msg,
#sec-hotline .thanks-msg {
  text-align: center;
}

#sec-contact input,
#sec-hotline input {
  height: 45px;
}

#sec-contact .mwform-checkbox-field input,
#sec-contact .cb input,
#sec-hotline .mwform-checkbox-field input,
#sec-hotline .cb input {
  height: auto;
}

/* ーーーーーーーーーーーーーーー
ホットライン
ーーーーーーーーーーーーーーーー */
#sec-hotline .list-hotline {
  list-style-position: inside;
  margin-left: 20px;
}

#sec-hotline .list-hotline li {
  list-style: disc;
  padding-left: 0;
}

/*---------------------------------------------------------------
出版
---------------------------------------------------------------*/
#sec-seminar .paginate {
  text-align: center;
  margin: 60px;
}

#sec-seminar .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec-seminar .event-info dl dt {
  min-width: 65px;
}

#sec-seminar .article {
  width: 100%;
  margin: 0 1% 5%;
  background-position: center;
  background-size: cover;
  position: relative;
  line-height: 1.3;
}

#sec-seminar .article .article-ttl {
  font-size: 2rem;
  margin-bottom: 6px;
}

#sec-seminar .article .wrap {
  border: 1px solid #707070;
  height: 100%;
}

#sec-seminar .article .wrap .article-pic {
  width: 35%;
  /*                 .eyecatch::before {
                    padding-top: 67.25%;
                } */
}

#sec-seminar .article .wrap .article-pic img {
  width: 100%;
}

#sec-seminar .article .wrap .article-pic .eyecatch {
  margin-bottom: 0;
}

#sec-seminar .article .wrap .article-pic .eyecatch::before {
  padding-top: 225px;
}

#sec-seminar .article .wrap .article-category {
  width: auto;
  height: 30px;
  line-height: 1.4;
  background: #54AFDA;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#sec-seminar .article .wrap .l-wrap {
  padding: 2% 3%;
  width: 65%;
  position: relative;
}

#sec-seminar .article .wrap .l-wrap .event-info {
  position: absolute;
  bottom: 20px;
}

#sec-seminar .article .wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sec-seminar .article .wrap dl dt {
  font-weight: bold;
  color: #1B224C;
}

@media only screen and (min-width: 769px) {
  #sec-seminar .row .article {
    width: 31%;
    margin: 0 1% 3%;
  }

  #sec-seminar .row .article:first-child {
    margin-left: 0;
  }

  #sec-seminar .row .article:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #sec-seminar .article .wrap .l-wrap .event-info {
    position: relative;
    bottom: 0;
  }

  #sec-seminar .article .wrap .l-wrap .event-info dl dt {
    min-width: 48px;
  }

  #sec-seminar .article-ttl {
    height: 35px;
    overflow: hidden;
    font-size: 1.4rem !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sec-seminar .event-intro {
    margin-bottom: 1rem;
  }

  #sec-seminar .article .wrap .article-pic {
    width: 100%;
  }

  #sec-seminar .article .wrap .article-pic .eyecatch::before {
    padding-top: 67.25%;
  }

  #sec-seminar .article .wrap .l-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  #sec-seminar .article .wrap .event-date {
    margin-bottom: 5px;
  }

  #sec-seminar .article .wrap dl {
    display: block;
  }
}

/*---------------------------------------------------------------
IPO推進室
---------------------------------------------------------------*/
#sec-ipo .paginate,
#sec-ipo-info .paginate {
  margin: 0 auto;
}

#sec-ipo .eyecatch__cat,
#sec-ipo-info .eyecatch__cat {
  left: 0;
  max-width: calc(100% - 18rem);
}

#sec-ipo .eyecatch__cat span,
#sec-ipo-info .eyecatch__cat span {
  display: block;
  padding: 7.5px 10px;
  color: #fff;
  font-size: 1rem;
  transition: .15s;
  line-height: 1.35;
}

#sec-ipo .row,
#sec-ipo-info .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#sec-ipo #about-ipo_room,
#sec-ipo-info #about-ipo_room {
  margin-top: 4rem;
}

#sec-ipo .tab_wrap,
#sec-ipo-info .tab_wrap {
  width: 100%;
}

#sec-ipo input[type="radio"],
#sec-ipo-info input[type="radio"] {
  display: none;
}

#sec-ipo .tab_area,
#sec-ipo-info .tab_area {
  font-size: 0;
  margin: 0 auto;
  border: #9A9A9A solid 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#sec-ipo .tab_area label,
#sec-ipo-info .tab_area label {
  -webkit-transition: ease 0.2s opacity;
  background: #F4F4F4;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42;
  padding: 12px 0;
  text-align: center;
  transition: ease 0.2s opacity;
  /* width: 25%; */
  width: 33.333%;
}

#sec-ipo .tab_area._3 label,
#sec-ipo-info .tab_area._3 label {
  width: 33.333%;
}

#sec-ipo .tab_panel,
#sec-ipo-info .tab_panel {
  display: none;
  opacity: 0;
  padding: 10px 0;
  width: 100%;
}

#sec-ipo .tab_panel p,
#sec-ipo-info .tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#sec-ipo .panel_area,
#sec-ipo-info .panel_area {
  background: #fff;
  padding: 0px 10px;
}

#sec-ipo .tab1_label,
#sec-ipo .tab2_label,
#sec-ipo .tab3_label,
#sec-ipo-info .tab1_label,
#sec-ipo-info .tab2_label,
#sec-ipo-info .tab3_label {
  border-right: #9A9A9A 1px solid;
}

#sec-ipo label:last-child {
  border: none;
}

#sec-ipo #tab1:checked~.tab_area .tab1_label,
#sec-ipo-info #tab1:checked~.tab_area .tab1_label {
  background: #1B224C;
  color: #fff;
}

#sec-ipo #tab1:checked~.panel_area #panel1,
#sec-ipo-info #tab1:checked~.panel_area #panel1 {
  -webkit-animation: tabAnim ease 1.6s forwards;
  animation: tabAnim ease 1.6s forwards;
  display: block;
  opacity: 1;
}

#sec-ipo #tab1:checked~.tab_area .tab2_label:hover,
#sec-ipo-info #tab1:checked~.tab_area .tab2_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab1:checked~.tab_area .tab3_label:hover,
#sec-ipo-info #tab1:checked~.tab_area .tab3_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab1:checked~.tab_area .tab4_label:hover,
#sec-ipo-info #tab1:checked~.tab_area .tab4_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab2:checked~.tab_area .tab2_label,
#sec-ipo-info #tab2:checked~.tab_area .tab2_label {
  background: #1B224C;
  color: #fff;
}

#sec-ipo #tab2:checked~.panel_area #panel2,
#sec-ipo-info #tab2:checked~.panel_area #panel2 {
  -webkit-animation: tabAnim ease 1.6s forwards;
  animation: tabAnim ease 1.6s forwards;
  display: block;
  opacity: 1;
}

#sec-ipo #tab2:checked~.tab_area .tab1_label:hover,
#sec-ipo-info #tab2:checked~.tab_area .tab1_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab2:checked~.tab_area .tab3_label:hover,
#sec-ipo-info #tab2:checked~.tab_area .tab3_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab2:checked~.tab_area .tab4_label:hover,
#sec-ipo-info #tab2:checked~.tab_area .tab4_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab3:checked~.tab_area .tab3_label,
#sec-ipo-info #tab3:checked~.tab_area .tab3_label {
  background: #1B224C;
  color: #fff;
}

#sec-ipo #tab3:checked~.panel_area #panel3,
#sec-ipo-info #tab3:checked~.panel_area #panel3 {
  -webkit-animation: tabAnim ease 1.6s forwards;
  animation: tabAnim ease 1.6s forwards;
  display: block;
  opacity: 1;
}

#sec-ipo #tab3:checked~.tab_area .tab1_label:hover,
#sec-ipo-info #tab3:checked~.tab_area .tab1_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab3:checked~.tab_area .tab2_label:hover,
#sec-ipo-info #tab3:checked~.tab_area .tab2_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab3:checked~.tab_area .tab4_label:hover,
#sec-ipo-info #tab3:checked~.tab_area .tab4_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab4:checked~.tab_area .tab4_label,
#sec-ipo-info #tab4:checked~.tab_area .tab4_label {
  background: #1B224C;
  color: #fff;
}

#sec-ipo #tab4:checked~.panel_area #panel4,
#sec-ipo-info #tab4:checked~.panel_area #panel4 {
  -webkit-animation: tabAnim ease 1.6s forwards;
  animation: tabAnim ease 1.6s forwards;
  display: block;
  opacity: 1;
}

#sec-ipo #tab4:checked~.tab_area .tab1_label:hover,
#sec-ipo-info #tab4:checked~.tab_area .tab1_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab4:checked~.tab_area .tab2_label:hover,
#sec-ipo-info #tab4:checked~.tab_area .tab2_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

#sec-ipo #tab4:checked~.tab_area .tab3_label:hover,
#sec-ipo-info #tab4:checked~.tab_area .tab3_label:hover {
  -webkit-transition-duration: .5s;
  background: #1B224C;
  color: #fff;
  transition-duration: .5s;
}

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

  #sec-ipo .tab_area label,
  #sec-ipo-info .tab_area label {
    width: 50%;
    font-size: 18px;
  }

  #sec-ipo .tab2_label,
  #sec-ipo-info .tab2_label {
    border-right: none;
  }

  #sec-ipo .tab1_label,
  #sec-ipo .tab2_label,
  #sec-ipo-info .tab1_label,
  #sec-ipo-info .tab2_label {
    border-bottom: #9A9A9A 1px solid;
  }
}

/*# sourceMappingURL=style-pages.css.map */</pre></body></html>