/*
Theme Name: measure.lilli.jp
Theme URI: https://measure.lilli.jp
Author: lilli
URI: https://measure.lilli.jp
Description: measure.lilli.jp is a original theme.
Version: 1
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /* change colours to suit your needs */ }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
  /* change colours to suit your needs */ }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* change border colour to suit your needs */ }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: center; }

li {
  list-style-type: none; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px; }

body {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1rem;
  color: #333;
  overflow-x: hidden; }

a {
  color: #08a89f;
  transition: all 0.4s ease; }

.center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-left: 12px;
  padding-right: 12px; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.db {
  display: block; }

.dn {
  display: none; }

.dnpc {
  display: none; }

.dop {
  opacity: 0.5;
  /*文字選択色*/ }

::selection {
  background-color: #555;
  color: #fff; }

::-moz-selection {
  background-color: #555;
  color: #fff;
  /*フォーム系タグ初期化*/ }

input {
  padding: 12px; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 2px #aaa; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

input[type="submit"] {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  color: black;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  background: no-repeat right 4px bottom 4px url(img/button_accent.svg) #08a89f;
  height: 80px;
  min-width: 320px;
  align-items: center;
  justify-content: center; }

a:focus, *:focus {
  outline: none; }

input::placeholder {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #ccc; }

textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

textarea::placeholder {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #ccc; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

.title-1 {
  text-align: center;
  font-size: 3rem;
  font-style: italic;
  color: #08a89f; }

.title-2 {
  font-style: italic;
  color: #08a89f;
  font-size: 1.5rem;
  border-bottom: solid 8px;
  padding-bottom: 12px;
  margin-bottom: 12px; }

.button-1 {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #08a89f;
  width: fit-content;
  padding: 0 40px; }

.button-1:after {
  content: "";
  display: inline-block;
  height: 48px;
  width: 48px;
  background: no-repeat center url(img/button_dir_right.svg) #fff;
  position: absolute;
  right: -48px; }

.button-2 {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  color: black;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  background: no-repeat right 4px bottom 4px url(img/button_accent.svg) #08a89f;
  height: 80px;
  min-width: 320px;
  align-items: center;
  justify-content: center; }

.green {
  color: #08a89f; }

.yellow {
  color: #f0fb4b; }

.red {
  color: #ff3123; }

div.page-title-area {
  padding-top: 160px;
  padding-bottom: 128px;
  height: 328px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: no-repeat center bottom / 100% 56px url(img/slash_back_white.svg), no-repeat left calc(50% - 440px) bottom -64px url(img/title_left.svg), no-repeat left calc(50% + 440px) top 80px url(img/title_right.svg) #f3fafe; }

div.page-title-area.dark {
  background: no-repeat center bottom / 100% 56px url(img/slash_back_white.svg), no-repeat left calc(50% - 440px) bottom -64px url(img/title_left.svg), no-repeat left calc(50% + 440px) top 80px url(img/title_right.svg), linear-gradient(to right, #42003a 0%, #001136 75%); }

div.page-title-area h2 {
  text-align: center;
  font-size: 2.5rem;
  font-style: italic;
  color: #08a89f;
  max-width: 1040px;
  margin: 0 auto; }

div.page-title-area.dark h2 {
  color: #fff; }

form {
  max-width: 840px;
  margin: 0 auto; }

form > dl {
  display: flex;
  border-bottom: solid 1px #aaa; }

form > dl > dt {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  min-width: 320px;
  border-left: solid 1px #aaa;
  border-right: solid 4px #08a89f; }

form dl dt span.hissu {
  color: #fff;
  background-color: #333;
  padding: 0 12px;
  font-size: 0.875rem; }

form > dl > dd {
  padding: 12px;
  width: 100%; }

div.privacy {
  border: solid 2px #aaa;
  border-radius: 8px;
  padding: 16px;
  margin: 24px auto 40px;
  /*============================
#page-archive
============================*/ }

body.archive div#page-archive {
  /*============================
#site-header
============================*/ }

body.archive div#page-archive header#site-header.color nav ul li a {
  /*============================
#seminor
============================*/ }

body.archive div#page-archive header#site-header.color nav ul li a#seminor {
  /*============================
#zemi
============================*/ }

body.archive div#page-archive main div.center-content div.center-content div.the-content h3 {
  font-style: italic;
  color: #08a89f;
  font-size: 1.5rem;
  border-bottom: solid 8px;
  padding-bottom: 12px; }

body.archive div#page-archive main div.center-content div.center-content div.the-content ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  color: #333;
  border-bottom: solid 1px #333; }

body.archive div#page-archive main div.center-content div.center-content div.the-content ul li a dl {
  display: flex;
  padding: 24px 0; }

body.archive div#page-archive main div.center-content div.center-content div.the-content ul li a dl dt {
  color: #08a89f;
  min-width: 160px; }

body.archive div#page-archive footer nav.center ul li a {
  /*============================
#copyright
============================*/ }

footer {
  position: relative;
  background-color: #333;
  margin-top: 128px; }

footer:before {
  content: "";
  display: block;
  height: 128px;
  width: 100%;
  background: no-repeat center bottom / 100% 128px url(img/slash_back_black.svg);
  position: absolute;
  top: -128px;
  left: 0; }

footer nav.center {
  margin-bottom: 80px; }

footer nav.center div.upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 80px; }

footer nav.center div.upper h2 {
  max-width: 432px;
  width: 100%; }

footer nav.center div.upper h2 a {
  display: block;
  width: 100%;
  height: 112px;
  background: no-repeat center / contain url(img/footer_logo.png);
  text-indent: -9999px;
  margin-right: 12px; }

footer nav.cen ter div.upper ul {
  display: flex;
  width: 100%;
  justify-content: flex-end; }

footer nav.center div.upper ul li {
  width: 100%;
  max-width: 200px;
  margin-left: 12px; }

footer nav.center div.upper ul li a {
  padding: 0 12px;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  min-width: 180px;
  height: 64px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #333; }

footer nav.center div.upper ul li:nth-child(1) a {
  background-color: #f0fb4b; }

footer nav.center div.upper ul li:nth-child(2) a {
  background-color: #08a89f; }

footer nav.center ul {
  display: flex;
  justify-content: center; }

footer nav.center ul li a {
  color: #fff;
  font-weight: bold;
  padding: 0 40px;
  text-decoration: none; }

footer nav.center ul#footer-sub-nav {
  flex-wrap: wrap; }

footer nav.center ul#sightinfo {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  /*============================
#copyright
============================*/ }

footer p#copyright {
  padding: 24px 0;
  background-color: #fff;
  text-align: center;
  font-size: 0.875rem; }

body.toppage main {
  /*============================
#catch
============================*/ }

body.toppage main section#catch {
  height: 840px;
  background: no-repeat center bottom / 100% 128px url(img/slash_back_white.svg), no-repeat center / cover url(img/catch_back.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px; }

body.toppage main section#catch div.text-area {
  text-indent: -9999px;
  max-width: 1040px;
  width: 100%;
  height: 493px;
  background: no-repeat center / contain url(img/catch_title.svg); }

body.toppage main section#catch p#catch-text {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  max-width: 860px;
  margin: -24px auto 0;
  font-weight: bold;
  line-height: 1.75;
  /*============================
#news
============================*/ }

body.toppage main section#news {
  padding-bottom: 128px;
  background: no-repeat center bottom / 100% 128px url(img/slash_back_grey.svg); }

body.toppage main section#news div.center {
  max-width: 1040px;
  padding: 64px 12px;
  margin: 0 auto;
  background: no-repeat right top 64px url(img/accent_1.svg); }

body.toppage main section#news div.center h2 {
  font-style: italic;
  color: #08a89f;
  font-size: 1.5rem;
  border-bottom: solid 8px;
  padding-bottom: 12px; }

body.toppage main section#news div.center ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  color: #333;
  border-bottom: solid 1px #333; }

body.toppage main section#news div.center ul li a dl {
  display: flex;
  padding: 24px 0; }

body.toppage main section#news div.center ul li a dl dt {
  color: #08a89f;
  min-width: 160px; }

body.toppage main section#news div.center ul li a dl dd {
  /*============================
#support
============================*/ }

body.toppage main section#support {
  background-color: #eee;
  padding-bottom: 128px;
  background: no-repeat center bottom / 100% 128px url(img/slash_back_white.svg) #eee; }

body.toppage main section#support div.center {
  max-width: 860px; }

body.toppage main section#support h2 {
  margin-bottom: 16px; }

body.toppage main section#support p.recruit {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 12px;
  width: fit-content;
  margin: 0 auto 56px;
  line-height: 1;
  background: linear-gradient(to right, #42003a 0%, #001136 75%);
  /*
  html5doctor.com
  Reset Stylesheetv1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */ }

body.toppage main section#support section.flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: solid 1px #aaa;
  margin-bottom: 40px; }

body.toppage main section#support section.flow div.left {
  background-color: #fff;
  padding: 24px;
  text-align: center;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 32px;
  margin-right: 32px; }

body.toppage main section#support section.flow div.left:after {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background: no-repeat center top / 100% 32px url(img/support_dir_bottom.svg);
  position: absolute;
  bottom: -32px;
  left: 0; }

body.toppage main section#support section.flow div.left h3 {
  font-size: 1.5rem;
  margin-bottom: 16px; }

body.toppage main section#support section.flow div.left p.period {
  background-color: #f0fb4b;
  text-align: center;
  margin: 0 auto;
  width: 160px; }

body.toppage main section#support section.flow div.right {
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%; }

body.toppage main section#support a {
  margin-top: 16px;
  /*============================
#ipo
============================*/ }

body.toppage main section#ipo {
  padding-top: 128px;
  padding-left: 12px;
  padding-right: 12px; }

body.toppage main section#ipo div.about-ipo {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto 160px;
  padding-left: 12px;
  padding-right: 12px; }

body.toppage main section#ipo div.about-ipo div.left h2 {
  text-align: left;
  margin-bottom: 112px; }

body.toppage main section#ipo div.about-ipo div.left h2 span {
  display: block; }

body.toppage main section#ipo div.about-ipo div.left div.text {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold; }

body.toppage main section#ipo div.about-ipo div.right {
  width: 100%;
  max-width: 630px;
  margin-right: -432px;
  /*============================
#ipo-copy
============================*/ }

body.toppage main section#ipo div.about-ipo div.right p#ipo-copy {
  background: no-repeat center / contain url(img/ipo_title_back.png);
  height: 552px; }

body.toppage main section#ipo div.about-ipo div.right p#ipo-copy:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat left center url(img/ipo_title.svg); }

body.toppage main section#ipo div.about-ipo div.right p#ipo-copy span.spell {
  display: none; }

body.toppage main section#ipo div.about-ipo div.right p#ipo-copy span.spell span.yellow {
  /*============================
#merit
============================*/ }

body.toppage main section#ipo section#merit {
  padding-top: 72px;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 200px;
  background: no-repeat center bottom / 100% 128px url(img/slash_back_grey.svg); }

body.toppage main section#ipo section#merit h3 {
  margin-bottom: 40px; }

body.toppage main section#ipo section#merit div.explain {
  margin-bottom: 40px;
  line-height: 2;
  padding-left: 12px;
  padding-right: 12px; }

body.toppage main section#ipo section#merit ul {
  display: flex;
  justify-content: space-around;
  max-width: 1040px;
  margin: 0 auto 56px;
  padding-left: 12px;
  padding-right: 12px; }

body.toppage main section#ipo section#merit ul li {
  width: 100%;
  max-width: calc((100% - 160px)/3); }

body.toppage main section#ipo section#merit ul li h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 222px;
  text-align: center;
  margin-bottom: 20px; }

body.toppage main section#ipo section#merit ul li:nth-child(1) h4 {
  background: no-repeat center / cover url(img/merit_1.jpg); }

body.toppage main section#ipo section#merit ul li:nth-child(2) h4 {
  background: no-repeat center / cover url(img/merit_2.jpg); }

body.toppage main section#ipo section#merit ul li:nth-child(3) h4 {
  background: no-repeat center / cover url(img/merit_3.jpg); }

body.toppage main section#ipo section#merit ul li h4 span.yellow {
  font-size: 1.75rem;
  font-style: italic;
  display: block; }

body.toppage main section#ipo section#merit ul li h4 span.title {
  font-size: 2rem;
  color: #fff; }

body.toppage main section#ipo section#merit ul li p {
  font-weight: bold;
  /*============================
#merit-01
============================*/ }

body.toppage main section#ipo section#merit ul li#merit-01 p {
  /*============================
#merit-02
============================*/ }

body.toppage main section#ipo section#merit ul li#merit-02 p {
  /*============================
#merit-03
============================*/ }

body.toppage main section#ipo section#merit ul li#merit-03 p {
  /*============================
#sight
============================*/ }

body.toppage main section#ipo section#sight {
  padding-bottom: 128px;
  background: no-repeat center bottom / 100% 128px url(img/slash_back_white.svg) #eee; }

body.toppage main section#ipo section#sight h3 {
  margin-bottom: 40px; }

body.toppage main section#ipo section#sight > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto; }

body.toppage main section#ipo section#sight > ul > li {
  width: 100%;
  max-width: calc(50% - 20px);
  box-sizing: border-box;
  border: solid 4px #aaa;
  margin: 0 auto 40px;
  min-width: 440px;
  height: 200px;
  align-items: center;
  display: flex;
  background: no-repeat right top / auto 100% url(img/sight_back_accent.svg) #fff; }

body.toppage main section#ipo section#sight > ul > li h4 {
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-style: italic; }

body.toppage main section#ipo section#sight > ul > li:nth-child(1) h4 {
  color: #ff3123; }

body.toppage main section#ipo section#sight > ul > li:nth-child(2) h4 {
  color: #3d5bff; }

body.toppage main section#ipo section#sight > ul > li:nth-child(3) h4 {
  color: #00b24a; }

body.toppage main section#ipo section#sight > ul > li:nth-child(4) h4 {
  color: #ff5b00; }

body.toppage main section#ipo section#sight > ul > li ul {
  border-left: solid 4px;
  height: calc(100% - 40px);
  font-size: 1.25rem;
  font-weight: bold;
  max-width: 302px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 48px;
  margin-left: 12px; }

body.toppage main section#ipo section#sight > ul > li:nth-child(1) ul {
  border-color: #ff3123; }

body.toppage main section#ipo section#sight > ul > li:nth-child(2) ul {
  border-color: #3d5bff; }

body.toppage main section#ipo section#sight > ul > li:nth-child(3) ul {
  border-color: #00b24a; }

body.toppage main section#ipo section#sight > ul > li:nth-child(4) ul {
  border-color: #ff5b00; }

body.toppage main section#ipo section#sight > ul > li ul span.small {
  /*============================
#step
============================*/ }

body.toppage main section#ipo section#step {
  background: no-repeat left calc(50% + 440px) top 40px url(img/accent_1.svg), no-repeat center bottom / 100% 128px url(img/slash_back_grey.svg);
  padding-bottom: 232px; }

body.toppage main section#ipo section#step h3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 3rem;
  color: #fff;
  font-style: italic;
  margin: 0 auto 64px;
  max-width: 1040px;
  padding: 24px 0; }

body.toppage main section#ipo section#step h3:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  background: linear-gradient(to right, #42003a 0%, #001136 75%);
  /*
  html5doctor.com
  Reset Stylesheetv1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */
  z-index: -1; }

body.toppage main section#ipo section#step div.center h4 {
  font-size: 1.5rem;
  padding-bottom: 28px;
  border-bottom: solid 8px #08a89f;
  width: fit-content;
  padding-right: 32px;
  margin-bottom: 32px; }

body.toppage main section#ipo section#step div.center p {
  font-size: 1.25rem; }

body.toppage main section#ipo section#step div.center img {
  display: block;
  margin-top: 40px;
  max-width: 100%;
  /*============================
#support-institution
============================*/ }

body.toppage main section#support-institution {
  background-color: #eee;
  padding-bottom: 168px;
  margin-bottom: -128px; }

body.toppage main section#support-institution h2 {
  margin-bottom: 40px; }

body.toppage main section#support-institution p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 40px; }

body.toppage main section#support-institution ul {
  display: flex;
  justify-content: flex-start;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

body.toppage main section#support-institution ul:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, #eee 0%, transprent 100%);
  position: absolute;
  left: 0;
  top: 0; }

body.toppage main section#support-institution ul li {
  width: 230px;
  min-width: 230px;
  margin-right: 32px; }

body.toppage main section#support-institution ul li a {
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 2px #08a89f;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  height: 80px;
  background-color: #fff; }

body.toppage main section#support-institution ul li a img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%; }

@media (max-width: 1560px) {
  body.toppage main section#ipo div.about-ipo div.left {
    width: 100%; }

  body.toppage main section#ipo div.about-ipo div.right {
    margin-right: 0;
    margin-left: 12px; }

  body.toppage main section#ipo div.about-ipo div.right p#ipo-copy {
    background-size: cover; }

  body.toppage main section#ipo div.about-ipo div.right p#ipo-copy:after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-size: contain;
    margin: 0 auto; } }

header#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.4s ease; }

header#site-header h1 a {
  display: block;
  width: 204px;
  height: 40px;
  text-indent: -9999px;
  background: no-repeat center / contain url(img/header_logo_w.png); }

header#site-header nav ul {
  display: flex;
  align-items: center; }

header#site-header nav ul li {
  height: 100%;
  text-align: center; }

header#site-header nav ul li a {
  padding: 0 12px;
  box-sizing: border-box;
  justify-content: center;
  min-width: 156px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

header#site-header nav ul li a#zemi {
  text-align: center;
  background-color: #08a89f;
  color: #333; }

header#site-header nav ul li a#seminor {
  text-align: center;
  background-color: #f0fb4b;
  color: #333; }

header#site-header a#menu {
  display: none; }

header.color {
  background-color: #fff; }

header#site-header.color h1 a {
  background-image: url(img/header_logo_c.png); }

header#site-header.color nav ul li a {
  color: #333; }

@media (max-width: 1200px) {
  /*============================
#page-ipo
============================*/
    header#site-header nav {
      display: none;
      position: absolute;
      left: 0;
      width: 100%;
      top: 80px;
      background-color: #fff; }
    header#site-header nav ul {
      display: block; }
    header#site-header nav ul li a {
      color: #333; }
    header#site-header a#menu {
      display: block;
      text-indent: -9999px;
      width: 48px;
      height: 48px;
      background: no-repeat center url(img/menu_w.svg);
      margin-right: 12px; }
    header#site-header.color a#menu {
      background: no-repeat center url(img/menu_b.svg); }
    header#site-header a#menu.open {
      background: no-repeat center url(img/menu_c_w.svg); }
    header#site-header.color a#menu.open {
      background: no-repeat center url(img/menu_c_b.svg); } }

div#page-ipo {
  /*============================
#site-header
============================*/ }

div#page-ipo header#site-header.color h1 a {
  /*============================
#header-menu
============================*/ }

div#page-ipo header#site-header.color nav#header-menu ul li a {
  /*============================
#seminor
============================*/ }

div#page-ipo header#site-header.color nav#header-menu ul li a#seminor {
  /*============================
#zemi
============================*/ }

div#page-ipo header#site-header.color nav#header-menu ul li a#zemi {
  /*============================
#menu
============================*/ }

div#page-ipo main section#ipoinfo {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 12px; }

div#page-ipo main section#ipoinfo ul.ipo-lists {
  margin: 40px auto; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl {
  display: flex;
  font-size: 0.875rem; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#cname {
  max-width: 160px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#listing_date {
  max-width: 128px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#market {
  max-width: 240px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#established_date {
  max-width: 128px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#iIndustry {
  max-width: 104px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#business {
  max-width: 100%; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#hpurl {
  max-width: 84px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div dt {
  display: none;
  padding: 0 4px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li:first-child dl div dt {
  display: block; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div dt {
  width: 100%;
  box-sizing: border-box;
  background-color: #08a89f;
  border-right: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  font-weight: bold;
  color: #fff;
  padding: 2px 4px; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div dd {
  padding: 2px 4px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff; }

div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#hpurl dd {
  text-align: center; }

div#page-ipo footer nav.center div.upper ul li {
  /*============================
#seminor
============================*/ }

div#page-ipo footer nav.center div.upper ul li a#seminor {
  /*============================
#zemi
============================*/ }

div#page-ipo footer nav.center div.upper ul li a#zemi {
  /*============================
#footer-sub-nav
============================*/ }

div#page-ipo footer nav.center ul#footer-sub-nav li a {
  /*============================
#sightinfo
============================*/ }

div#page-ipo footer nav.center ul#sightinfo li {
  /*============================
#copyright
============================*/ }

body.support img {
  max-width: 1040px; }

body.support main nav {
  margin-bottom: 56px; }

body.support main nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  padding: 0 12px;
  margin: 72px auto 0; }

body.support main nav ul li {
  width: 100%;
  max-width: calc((100% - 40px)/2); }

body.support main nav ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  height: 96px;
  background-repeat: no-repeat;
  background-position: center;
  /*============================
#link-seminor
============================*/ }

body.support main nav ul li a#link-seminor {
  background: no-repeat right 4px bottom 4px url(img/button_accent.svg), no-repeat center / cover url(img/support_link_seminor.jpg);
  /*============================
#link-zemi
============================*/ }

body.support main nav ul li a#link-zemi {
  background: no-repeat right 4px bottom 4px url(img/button_accent.svg), no-repeat center / cover url(img/support_link_zemi.jpg); }

body.support main nav ul li a#link-zemi span.small {
  font-size: 1rem;
  display: block;
  /*============================
#seminor
============================*/ }

body.support main section#about-seminor {
  padding: 0 12px;
  max-width: 1040px;
  margin: 0 auto; }

body.support main section#about-seminor h3 {
  max-width: 1040px;
  margin: 0 auto 40px;
  height: 336px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }

body.support main section#about-seminor h3:before {
  content: "";
  display: block;
  width: 100vw;
  background: no-repeat center bottom / 100% 64px url(img/slash_white_bottom.svg), no-repeat center top / 100% 64px url(img/slash_white_top.svg), no-repeat left calc(50vw + 118px) top 0px / 50% auto url(img/support_seminor_img.jpg) #f3fafe;
  position: absolute;
  left: calc((100vw - 1040px)/2*(-1));
  top: 0;
  height: 100%;
  z-index: -1; }

body.support main section#about-seminor h3 span.border {
  font-size: 3rem;
  font-style: italic;
  color: #08a89f;
  border-bottom: solid 8px #08a89f;
  padding-bottom: 24px;
  border-image: linear-gradient(to right, #08a89f 0px, #f0fb4b 120px, #eee 120px, #eee 100%);
  border-image-slice: 1; }

body.support main section#about-seminor h3 span.border span.db span.small {
  font-size: 1.25rem; }

body.support main section#about-seminor section.seminor-s {
  border: solid 4px #333;
  padding: 12px 40px;
  margin-bottom: 40px; }

body.support main section#about-seminor section.seminor-s header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 40px;
  padding-bottom: 48px;
  margin-left: -40px;
  margin-bottom: 32px;
  border-bottom: solid 8px #08a89f;
  border-image: linear-gradient(to right, #08a89f 0%, #f0fb4b 100%);
  border-image-slice: 1; }

body.support main section#about-seminor section.seminor-s header h4 {
  font-size: 2.5rem; }

body.support main section#about-seminor section.seminor-s header h4 span.num {
  color: #08a89f;
  font-size: 1.5rem;
  margin-right: 20px; }

body.support main section#about-seminor section.seminor-s header div.right dl div.flex {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 1.5rem; }

body.support main section#about-seminor section.seminor-s div.content {
  font-size: 1.25rem;
  box-sizing: border-box; }

body.support main section#about-seminor section.seminor-s div.content img {
  display: block;
  width: 100%;
  margin-bottom: 32px; }

body.support main section#about-seminor section.seminor-s div.content h5 {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 4px 12px;
  background: linear-gradient(to right, #42003a 0%, #001136 75%);
  /*
  html5doctor.com
  Reset Stylesheetv1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */ }

body.support main section#about-seminor section.seminor-s div.content p {
  font-weight: bold; }

body.support main section#about-seminor section.seminor-s div.content dl.teacher {
  margin: 20px auto;
  width: 100%; }

body.support main section#about-seminor section.seminor-s div.content dl.teacher dt {
  font-weight: bold;
  border-bottom: solid 4px #08a89f;
  border-image: linear-gradient(to right, #08a89f 0px, #08a89f 100px, #eee 100px, #eee 100%);
  border-image-slice: 1;
  padding-bottom: 12px;
  margin-bottom: 12px; }

body.support main section#about-seminor section.seminor-s div.content dl.teacher dd {
  font-weight: bold; }

body.support main section#about-seminor section.seminor-s div.content div.profile {
  display: flex;
  margin: 20px auto; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic {
  display: flex;
  flex-direction: column;
  min-width: 232px;
  max-width: 232px;
  margin-right: 40px; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dt {
  order: 3;
  font-size: 1.25rem;
  font-weight: bold; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd {
  font-weight: bold; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.company {
  order: 1;
  font-size: 0.875rem; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.position {
  order: 2;
  font-size: 0.875rem; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.img {
  order: 0; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.img img {
  display: block;
  width: 100%; }

body.support main section#about-seminor section.seminor-s div.content div.profile dl.detail dt {
  font-weight: bold;
  color: #08a89f;
  font-size: 1.5rem;
  padding-bottom: 12px;
  border-bottom: solid 1px #333;
  margin-bottom: 20px; }

body.support main section#about-seminor section.seminor-s div.content p.exchange-meeting {
  font-weight: bold;
  text-align: center;
  background-color: #08a89f;
  padding: 4px 12px;
  min-height: 0; }

body.support main section#about-seminor div.m-seminor-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor {
  max-width: calc((100% - 40px)/2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor header {
  display: block;
  padding-bottom: 12px; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor header h4 {
  font-size: 2rem; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor header h4 span.num {
  font-size: 1.375rem; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor header div.right dl div.flex {
  font-size: 1.25rem; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor div.content h5 {
  background: none;
  color: #08a89f;
  font-size: 1.5rem; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor div.content p {
  min-height: 120px; }

body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor div.content dl.teacher dd {
  /*============================
#counterplan
============================*/ }

body.support main section#about-seminor aside#counterplan {
  border: solid 4px #333;
  padding: 12px 40px;
  margin-bottom: 40px;
  font-size: 1.25rem; }

body.support main section#about-seminor aside#counterplan h4 {
  border-bottom: solid 4px #08a89f;
  border-image: linear-gradient(to right, #08a89f 0px, #08a89f 100px, #eee 100px, #eee 100%);
  border-image-slice: 1;
  padding-bottom: 12px;
  margin-bottom: 12px; }

body.support main section#about-seminor aside#counterplan ul li {
  padding-left: 20px;
  position: relative; }

body.support main section#about-seminor aside#counterplan ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: #08a89f;
  /*============================
#entry
============================*/ }

body.support main section#about-seminor section#entry h4 {
  text-align: center;
  color: #08a89f;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: solid 8px #eee; }

body.support main section#about-seminor section#entry ol {
  max-width: 800px;
  margin: 0 auto; }

body.support main section#about-seminor section#entry ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  margin-bottom: 56px; }

body.support main section#about-seminor section#entry ol li span.num {
  width: 96px;
  max-width: 96px;
  border-right: solid 8px #08a89f;
  padding-right: 12px;
  margin-right: 12px;
  color: #08a89f;
  font-size: 3.5rem;
  font-weight: bold;
  font-style: italic; }

body.support main section#about-seminor section#entry ol li span.right {
  width: 100%;
  line-height: 2; }

body.support main section#about-seminor section#entry ol li span.red {
  color: #ff3123;
  text-decoration: underline;
  font-weight: bold; }

body.support main section#about-seminor section#entry a {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  height: 80px;
  width: 320px;
  box-sizing: border-box;
  border: solid 4px #08a89f;
  background: no-repeat right 4px bottom 4px url(img/button_accent_green.svg) #fff;
  /*============================
#zemi
============================*/ }

body.support main section#about-zemi div.zemi-title-area {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 40px;
  height: 376px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 12px; }

body.support main section#about-zemi div.zemi-title-area:before {
  content: "";
  display: block;
  width: 100vw;
  background: no-repeat center bottom / 100% 64px url(img/slash_white_bottom.svg), no-repeat center top / 100% 64px url(img/slash_white_top.svg), no-repeat left calc(50vw + 118px) top 0px / 50% auto url(img/support_zemi_img.jpg) #f3fafe;
  position: absolute;
  left: calc((100vw - 1040px)/2*(-1));
  top: 0;
  height: 100%;
  z-index: -1; }

body.support main section#about-zemi h3 span.border {
  display: block;
  font-size: 3rem;
  font-style: italic;
  color: #08a89f;
  border-bottom: solid 8px #08a89f;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-image: linear-gradient(to right, #08a89f 0px, #f0fb4b 120px, #eee 120px, #eee 100%);
  border-image-slice: 1; }

body.support main section#about-zemi p.explain {
  font-size: 1.25rem;
  width: 50%; }

body.support main section#about-zemi p.explain span.red {
  font-weight: bold; }

body.support main section#about-zemi div.content {
  display: flex;
  margin: 0 auto;
  max-width: 1040px;
  justify-content: space-between;
  padding: 0 12px;
  flex-wrap: wrap; }

body.support main section#about-zemi div.content section.course {
  width: 100%;
  min-width: 400px;
  margin: 0 auto 12px;
  max-width: calc((100% - 40px)/2); }

body.support main section#about-zemi div.content section.course h4 {
  display: flex;
  font-size: 1.5rem;
  height: 104px;
  box-sizing: border-box;
  padding: 12px 80px 12px 12px;
  color: #fff;
  background: no-repeat right bottom url(img/support_course_title.svg), linear-gradient(to right, #42003a 0%, #001136 75%);
  margin-bottom: 20px; }

body.support main section#about-zemi div.content section.course h4 span.num {
  font-style: italic;
  line-height: 1;
  margin-right: 32px; }

body.support main section#about-zemi div.content section.course h4 span.num span.text {
  font-weight: normal; }

body.support main section#about-zemi div.content section.course h4 span.num span.number {
  font-size: 3.5rem;
  display: block; }

body.support main section#about-zemi div.content section.course p {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 20px; }

body.support main section#about-zemi div.content section.course section.times {
  padding: 20px; }

body.support main section#about-zemi div.content section.course section.times:nth-child(odd) {
  background-color: #eee;
  border-top: solid 2px #aaa;
  border-bottom: solid 2px #aaa;
  border-left: solid 4px #08a89f; }

body.support main section#about-zemi div.content section.course section.times:nth-child(even) {
  border-left: solid 4px #f0fb4b; }

body.support main section#about-zemi div.content section.course section.times h5 {
  font-size: 1.5rem;
  margin-bottom: 40px; }

body.support main section#about-zemi div.content section.course section.times h5 span.num {
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #08a89f;
  display: block; }

body.support main section#about-zemi div.content section.course section.times p {
  /*============================
#exit
============================*/ }

body.support main section#exit {
  padding-top: 128px;
  padding-bottom: 128px;
  padding-left: 12px;
  padding-right: 12px; }

body.support main section#exit h3 {
  font-style: italic;
  font-size: 3rem;
  color: #08a89f;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }

body.support main section#exit h3:after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 128px;
  height: 8px;
  background: linear-gradient(to right, #08a89f 0%, #f0fb4b 100%); }

body.support main section#exit h3 span.small {
  font-size: 1.25rem; }

body.support main section#exit p {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 2; }

body.support main section#exit ul {
  display: flex;
  justify-content: center; }

body.support main section#exit ul li {
  max-width: 320px;
  width: 100%;
  margin: 0 20px; }

body.support main section#exit ul li a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  border: solid 4px #08a89f; }

body.support main section#exit ul li:nth-child(1) a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: no-repeat center url(img/icon_dl.svg); }

body.support main section#exit ul li:nth-child(2) a {
  background: no-repeat right 4px bottom 4px url(img/button_accent_green.svg) #fff; }

@media (max-width: 1680px) {
  body.support main section#about-seminor h3:before {
    background: no-repeat center bottom / 100% 64px url(img/slash_white_bottom.svg), no-repeat center top / 100% 64px url(img/slash_white_top.svg), no-repeat left calc(50vw + 118px) top 0px / cover url(img/support_seminor_img.jpg) #f3fafe; }

  body.support main section#about-zemi div.zemi-title-area:before {
    background: no-repeat center bottom / 100% 64px url(img/slash_white_bottom.svg), no-repeat center top / 100% 64px url(img/slash_white_top.svg), no-repeat left calc(50vw + 118px) top 0px / cover url(img/support_zemi_img.jpg) #f3fafe; } }

@media (max-width: 1040px) {
  body.support main section#about-seminor h3:before {
    background: no-repeat center bottom / 100% 20px url(img/slash_white_bottom.svg), no-repeat center top / 100% 20px url(img/slash_white_top.svg) #f3fafe;
    left: -12px; }

  body.support main section#about-zemi div.zemi-title-area:before {
    background: no-repeat center bottom / 100% 20px url(img/slash_white_bottom.svg), no-repeat center top / 100% 20px url(img/slash_white_top.svg) #f3fafe;
    left: -12px; }

  body.support main section#about-seminor div.m-seminor-area {
    display: block; }

  body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor {
    max-width: 100%; }

  body.support main section#about-zemi div.content {
    display: block; }

  body.support main section#about-zemi div.content section.course {
    max-width: 100%; } }
/*============================
    #page-ipo
    ============================*/
@media (max-width: 640px) {
  body {
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    font-size: 0.75rem;
    color: #333; }

  a {
    color: #08a89f; }

  .center {
    max-width: 1040px; }

  .dop {
    /*文字選択色*/ }

  ::-moz-selection {
    /*フォーム系タグ初期化*/ }

  input {
    padding: 8px; }

  input[type="text"], input[type="tel"], input[type="email"], textarea {
    border: solid 2px #aaa;
    min-height: 44px; }

  input::placeholder {
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

  textarea {
    padding: 8px;
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

  textarea::placeholder {
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

  .title-1 {
    font-size: 1.25rem;
    color: #08a89f; }

  .button-1 {
    color: #333;
    background-color: #08a89f;
    padding: 0 12px; }

  .button-1:after {
    background: no-repeat center url(img/button_dir_right.svg) #fff; }

  .button-2 {
    background: no-repeat right 4px bottom 4px url(img/button_accent.svg) #08a89f;
    font-size: 0.875rem;
    min-width: none;
    height: 64px; }

  .green {
    color: #08a89f; }

  .yellow {
    color: #f0fb4b; }

  .red {
    color: #ff3123; }

  div.page-title-area {
    background: no-repeat center bottom / 100% 20px url(img/slash_back_white.svg), no-repeat left calc(50% - 200px) bottom 16px / 56px url(img/title_left.svg), no-repeat left calc(50% + 200px) top 90px / 56px url(img/title_right.svg) #f3fafe;
    padding-top: 104px;
    padding-bottom: 40px;
    height: 220px; }

  div.page-title-area h2 {
    font-size: 1.25rem;
    color: #08a89f; }

  div.page-title-area.dark h2 {
    color: #fff; }

  form > dl {
    border-bottom: solid 1px #aaa;
    display: block; }

  form > dl > dt {
    background-color: #eee;
    padding: 8px;
    border-left: solid 1px #aaa;
    border-right: solid 4px #08a89f; }

  form dl dt span.hissu {
    color: #fff;
    background-color: #333;
    font-size: 0.75rem; }

  form > dl > dd {
    padding: 12px 0; }

  div.privacy {
    border: solid 2px #aaa; }

  .the-content {
    padding: 0 12px; } }

@media (max-width: 640px) {
  footer {
    background-color: #333;
    margin-top: 40px; }

  footer:before {
    height: 20px;
    top: -20px;
    background-size: 100% 20px; }

  footer nav.center {
    margin-bottom: 40px; }

  footer nav.center div.upper {
    display: block;
    margin-top: 12px;
    margin-bottom: 40px; }

  footer nav.center div.upper h2 a {
    max-width: 240px;
    margin: 0 auto; }

  footer nav.center div.upper ul {
    flex-direction: column;
    align-items: center; }

  footer nav.center div.upper ul li {
    margin-bottom: 12px; }

  footer nav.center div.upper ul li:last-child {
    margin-bottom: 0; }

  footer nav.center div.upper ul li a {
    color: #333;
    height: 44px; }

  footer nav.center div.upper ul li:nth-child(1) a {
    background-color: #f0fb4b; }

  footer nav.center div.upper ul li:nth-child(2) a {
    background-color: #08a89f; }

  footer nav.center ul li a {
    color: #fff;
    padding: 0 12px; }

  footer nav.center ul#footer-sub-nav {
    flex-direction: column;
    align-items: center; }

  footer nav.center ul#footer-sub-nav li {
    margin-bottom: 12px; }

  footer nav.center ul#footer-sub-nav li:last-child {
    margin-bottom: 0px;
    /*============================
    #copyright
    ============================*/ }

  footer p#copyright {
    padding: 12px 0;
    background-color: #fff;
    font-size: 0.75rem; } }

@media (max-width: 640px) {
  body.toppage main {
    /*============================
    #catch
    ============================*/ }

  body.toppage main section#catch {
    height: 400px;
    background: no-repeat center bottom / 100% 20px url(img/slash_back_white.svg), no-repeat center / cover url(img/catch_back.jpg); }

  body.toppage main section#catch div.text-area {
    height: 210px; }

  body.toppage main section#catch p#catch-text {
    color: #fff;
    font-size: 0.75rem;
    /*============================
    #news
    ============================*/ }

  body.toppage main section#news {
    background-size: 100% 20px;
    padding-bottom: 40px; }

  body.toppage main section#news div.center {
    padding: 20px 12px;
    background-size: 40px; }

  body.toppage main section#news div.center h2 {
    color: #08a89f;
    font-size: 0.875rem;
    border-bottom: solid 4px; }

  body.toppage main section#news div.center ul li a {
    font-size: 0.75rem;
    color: #333;
    border-bottom: solid 1px #333; }

  body.toppage main section#news div.center ul li a dl {
    padding: 12px 0; }

  body.toppage main section#news div.center ul li a dl dt {
    color: #08a89f; }

  body.toppage main section#news div.center ul li a dl dd {
    /*============================
    #support
    ============================*/ }

  body.toppage main section#support {
    background-color: #eee;
    background: no-repeat center bottom / 100% 20px url(img/slash_back_white.svg) #eee;
    padding-bottom: 40px; }

  body.toppage main section#support h2 {
    margin-bottom: 12px; }

  body.toppage main section#support p.recruit {
    color: #fff;
    font-size: 0.75rem;
    margin: 0 auto 20px; }

  body.toppage main section#support section.flow {
    padding-bottom: 12px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 12px; }

  body.toppage main section#support section.flow div.left {
    background-color: #fff;
    padding: 12px;
    margin-right: 12px;
    max-width: 120px; }

  body.toppage main section#support section.flow div.left h3 {
    font-size: 0.875rem;
    margin-bottom: 12px; }

  body.toppage main section#support section.flow div.left p.period {
    background-color: #f0fb4b;
    width: auto; }

  body.toppage main section#support section.flow div.right {
    font-size: 0.75rem; }

  body.toppage main section#support a {
    margin-top: 12px;
    /*============================
    #ipo
    ============================*/ }

  body.toppage main section#ipo {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0; }

  body.toppage main section#ipo div.about-ipo {
    margin: 0 auto 40px; }

  body.toppage main section#ipo div.about-ipo div.left h2 {
    margin-bottom: 20px; }

  body.toppage main section#ipo div.about-ipo div.left div.text {
    font-size: 0.75rem; }

  body.toppage main section#ipo div.about-ipo div.left div.text p br {
    display: none; }

  body.toppage main section#ipo div.about-ipo div.right {
    max-width: 40%;
    /*============================
    #ipo-copy
    ============================*/ }

  body.toppage main section#ipo div.about-ipo div.right p#ipo-copy {
    height: 440px; }

  body.toppage main section#ipo div.about-ipo div.right p#ipo-copy span.spell span.yellow {
    /*============================
    #merit
    ============================*/ }

  body.toppage main section#ipo section#merit {
    padding-top: 20px;
    padding-bottom: 40px;
    background-size: 100% 20px;
    font-size: 0.75rem; }

  body.toppage main section#ipo section#merit h3 {
    margin-bottom: 12px; }

  body.toppage main section#ipo section#merit div.explain p br {
    display: none; }

  body.toppage main section#ipo section#merit ul {
    margin: 0 auto 20px;
    display: block; }

  body.toppage main section#ipo section#merit ul li {
    max-width: 100%;
    margin-bottom: 40px; }

  body.toppage main section#ipo section#merit ul li h4 {
    margin-bottom: 12px; }

  body.toppage main section#ipo section#merit ul li h4 span.yellow {
    font-size: 0.875rem; }

  body.toppage main section#ipo section#merit ul li h4 span.title {
    font-size: 1rem;
    color: #fff; }

  body.toppage main section#ipo section#merit ul li p {
    /*============================
    #merit-01
    ============================*/ }

  body.toppage main section#ipo section#merit ul li#merit-01 p {
    /*============================
    #merit-02
    ============================*/ }

  body.toppage main section#ipo section#merit ul li#merit-02 p {
    /*============================
    #merit-03
    ============================*/ }

  body.toppage main section#ipo section#merit ul li#merit-03 p {
    /*============================
    #sight
    ============================*/ }

  body.toppage main section#ipo section#sight {
    background: no-repeat center bottom / 100% 20px url(img/slash_back_white.svg) #eee;
    padding: 0 12px 40px; }

  body.toppage main section#ipo section#sight h3 {
    margin-bottom: 12px; }

  body.toppage main section#ipo section#sight > ul {
    display: block; }

  body.toppage main section#ipo section#sight > ul > li {
    border: solid 4px #aaa;
    margin: 0 auto 12px;
    background: no-repeat right top / auto 100% url(img/sight_back_accent.svg) #fff;
    min-width: 0;
    max-width: 100%;
    height: 120px; }

  body.toppage main section#ipo section#sight > ul > li h4 {
    font-size: 1rem; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(1) h4 {
    color: #ff3123; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(2) h4 {
    color: #3d5bff; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(3) h4 {
    color: #00b24a; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(4) h4 {
    color: #ff5b00; }

  body.toppage main section#ipo section#sight > ul > li ul {
    font-size: 0.75rem;
    padding-left: 16px; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(1) ul {
    border-color: #ff3123; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(2) ul {
    border-color: #3d5bff; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(3) ul {
    border-color: #00b24a; }

  body.toppage main section#ipo section#sight > ul > li:nth-child(4) ul {
    border-color: #ff5b00; }

  body.toppage main section#ipo section#sight > ul > li ul {
    width: 100%; }

  body.toppage main section#ipo section#sight > ul > li ul span.small {
    /*============================
    #step
    ============================*/ }

  body.toppage main section#ipo section#step {
    padding-bottom: 40px;
    background: no-repeat left calc(50% + 440px) top 40px url(img/accent_1.svg), no-repeat center bottom / 100% 20px url(img/slash_back_grey.svg); }

  body.toppage main section#ipo section#step h3 {
    margin-bottom: 12px;
    margin: 0 auto 20px;
    font-size: 1rem; }

  body.toppage main section#ipo section#step div.center h4 {
    font-size: 0.875rem;
    border-bottom: solid 4px #08a89f;
    padding-bottom: 12px;
    margin-bottom: 12px; }

  body.toppage main section#ipo section#step div.center p {
    font-size: 0.75rem; }

  body.toppage main section#ipo section#step div.center img {
    margin-top: 12px;
    /*============================
    #support-institution
    ============================*/ }

  body.toppage main section#support-institution {
    background-color: #eee;
    padding-bottom: 120px; }

  body.toppage main section#support-institution h2 {
    margin-bottom: 12px; }

  body.toppage main section#support-institution p {
    font-size: 0.75rem;
    margin-bottom: 12px; }

  body.toppage main section#support-institution ul {
    padding-left: 12px;
    padding-right: 12px; }

  body.toppage main section#support-institution ul li {
    max-width: calc((100% - 12px)/2);
    margin-bottom: 12px; }

  body.toppage main section#support-institution ul li a {
    border: solid 2px #08a89f;
    font-size: 0.75rem;
    color: #333;
    background-color: #fff;
    height: 44px; } }

@media (max-width: 640px) {
  div#page-ipo {
    /*============================
    #site-header
    ============================*/ }

  div#page-ipo header#site-header.color h1 a {
    /*============================
    #header-menu
    ============================*/ }

  div#page-ipo header#site-header.color nav#header-menu ul li a {
    /*============================
    #seminor
    ============================*/ }

  div#page-ipo header#site-header.color nav#header-menu ul li a#seminor {
    /*============================
    #zemi
    ============================*/ }

  div#page-ipo header#site-header.color nav#header-menu ul li a#zemi {
    /*============================
    #menu
    ============================*/ }

  div#page-ipo main section#ipoinfo ul.ipo-lists {
    margin-top: 12px; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li {
    margin-bottom: 12px; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl {
    display: block; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div {
    flex-direction: row;
    align-items: stretch; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#cname {
    max-width: 100%; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#listing_date {
    max-width: 100%; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#market {
    max-width: 100%; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#established_date {
    max-width: 100%; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#iIndustry {
    max-width: 100%; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#business {
    max-width: 100%; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div#hpurl {
    max-width: 100%; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div dt {
    background-color: #e1e1e1;
    color: #333;
    max-width: 88px; }

  div#page-ipo main section#ipoinfo ul.ipo-lists li dl div dt {
    display: block; }

  div#page-ipo footer nav.center div.upper ul li {
    /*============================
    #seminor
    ============================*/ }

  div#page-ipo footer nav.center div.upper ul li a#seminor {
    /*============================
    #zemi
    ============================*/ }

  div#page-ipo footer nav.center div.upper ul li a#zemi {
    /*============================
    #footer-sub-nav
    ============================*/ }

  div#page-ipo footer nav.center ul#footer-sub-nav li a {
    /*============================
    #sightinfo
    ============================*/ }

  div#page-ipo footer nav.center ul#sightinfo li {
    /*============================
    #copyright
    ============================*/ } }

@media (max-width: 640px) {
  body.support main nav {
    margin-bottom: 20px; }

  body.support main nav ul {
    margin: 20px auto 0; }

  body.support main nav ul li a {
    color: #fff;
    font-size: 0.875rem;
    /*============================
    #link-seminor
    ============================*/ }

  body.support main nav ul li a#link-seminor {
    /*============================
    #link-zemi
    ============================*/ }

  body.support main nav ul li a#link-zemi span.small {
    font-size: 0.75rem;
    /*============================
    #seminor
    ============================*/ }

  body.support main section#about-seminor h3 {
    margin: 0 auto 12px;
    height: 160px; }

  body.support main section#about-seminor h3 span.border {
    font-size: 1.25rem;
    color: #08a89f;
    border-bottom: solid 8px #08a89f;
    padding-bottom: 12px; }

  body.support main section#about-seminor h3 span.border span.db span.small {
    font-size: 0.75rem; }

  body.support main section#about-seminor section.seminor-s {
    border: solid 4px #333;
    padding: 12px 12px;
    margin-bottom: 12px; }

  body.support main section#about-seminor section.seminor-s header {
    border-bottom: solid 8px #08a89f;
    padding-bottom: 12px;
    padding-left: 12px;
    margin-bottom: 12px;
    margin-left: -12px; }

  body.support main section#about-seminor section.seminor-s header h4 {
    font-size: 1rem; }

  body.support main section#about-seminor section.seminor-s header h4 span.num {
    color: #08a89f;
    font-size: 0.875rem;
    margin-right: 12px; }

  body.support main section#about-seminor section.seminor-s header div.right dl div.flex {
    font-size: 0.875rem; }

  body.support main section#about-seminor section.seminor-s div.content {
    font-size: 0.75rem; }

  body.support main section#about-seminor section.seminor-s div.content img {
    margin-bottom: 12px; }

  body.support main section#about-seminor section.seminor-s div.content h5 {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 0.875rem;
    color: #fff; }

  body.support main section#about-seminor section.seminor-s div.content dl.teacher dt {
    border-bottom: solid 4px #08a89f;
    padding-bottom: 8px; }

  body.support main section#about-seminor section.seminor-s div.content div.profile {
    margin: 12px auto;
    display: block; }

  body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic {
    margin-right: 12px;
    max-width: 100%;
    margin-right: 0; }

  body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dt {
    font-size: 0.75rem; }

  body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.company {
    font-size: 0.75rem; }

  body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.position {
    font-size: 0.75rem; }

  body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.img {
    width: 100%; }

  body.support main section#about-seminor section.seminor-s div.content div.profile dl.basic dd.img img {
    display: block;
    width: 100%; }

  body.support main section#about-seminor section.seminor-s div.content div.profile dl.detail dt {
    color: #08a89f;
    font-size: 0.875rem;
    border-bottom: solid 1px #333;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px; }

  body.support main section#about-seminor section.seminor-s div.content p.exchange-meeting {
    background-color: #08a89f; }

  body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor header h4 {
    font-size: 1rem; }

  body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor header h4 span.num {
    font-size: 0.875rem; }

  body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor header div.right dl div.flex {
    font-size: 0.75rem; }

  body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor div.content h5 {
    color: #08a89f;
    font-size: 0.875rem; }

  body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor div.content p {
    min-height: 0; }

  body.support main section#about-seminor div.m-seminor-area section.seminor-s.m-seminor div.content dl.teacher dd {
    /*============================
    #counterplan
    ============================*/ }

  body.support main section#about-seminor aside#counterplan {
    border: solid 4px #333;
    font-size: 0.75rem; }

  body.support main section#about-seminor aside#counterplan h4 {
    border-bottom: solid 4px #08a89f; }

  body.support main section#about-seminor aside#counterplan ul li:before {
    background-color: #08a89f;
    /*============================
    #entry
    ============================*/ }

  body.support main section#about-seminor section#entry h4 {
    color: #08a89f;
    font-size: 1rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: solid 8px #eee; }

  body.support main section#about-seminor section#entry ol li {
    font-size: 0.75rem;
    margin-bottom: 12px; }

  body.support main section#about-seminor section#entry ol li span.num {
    border-right: solid 8px #08a89f;
    color: #08a89f;
    font-size: 2rem;
    width: 64px; }

  body.support main section#about-seminor section#entry ol li span.red {
    color: #ff3123; }

  body.support main section#about-seminor section#entry a {
    font-size: 0.75rem;
    color: #333;
    border: solid 4px #08a89f;
    background: no-repeat right 4px bottom 4px url(img/button_accent_green.svg) #fff;
    /*============================
    #zemi
    ============================*/ }

  body.support main section#about-zemi div.zemi-title-area {
    margin: 0 auto 12px;
    height: auto;
    padding: 20px 12px; }

  body.support main section#about-zemi h3 span.border {
    font-size: 1.25rem;
    color: #08a89f;
    border-bottom: solid 8px #08a89f;
    padding-bottom: 12px;
    margin-bottom: 12px; }

  body.support main section#about-zemi p.explain {
    font-size: 0.75rem;
    width: auto; }

  body.support main section#about-zemi div.content section.course {
    min-width: 0;
    margin-bottom: 20px; }

  body.support main section#about-zemi div.content section.course h4 {
    font-size: 0.875rem;
    color: #fff;
    height: auto;
    margin-bottom: 12px; }

  body.support main section#about-zemi div.content section.course h4 span.num {
    margin-right: 12px; }

  body.support main section#about-zemi div.content section.course h4 span.num span.number {
    font-size: 1.25rem; }

  body.support main section#about-zemi div.content section.course p {
    font-size: 0.75rem;
    margin-bottom: 12px; }

  body.support main section#about-zemi div.content section.course section.times {
    padding: 12px; }

  body.support main section#about-zemi div.content section.course section.times:nth-child(odd) {
    background-color: #eee;
    border-top: solid 2px #aaa;
    border-bottom: solid 2px #aaa;
    border-left: solid 4px #08a89f; }

  body.support main section#about-zemi div.content section.course section.times:nth-child(even) {
    border-left: solid 4px #f0fb4b; }

  body.support main section#about-zemi div.content section.course section.times h5 {
    font-size: 0.875rem;
    margin-bottom: 12px; }

  body.support main section#about-zemi div.content section.course section.times h5 span.num {
    margin-bottom: 8px;
    font-size: 0.75rem;
    color: #08a89f; }

  body.support main section#about-zemi div.content section.course section.times p {
    /*============================
    #exit
    ============================*/ }

  body.support main section#exit {
    padding-top: 40px;
    padding-bottom: 40px; }

  body.support main section#exit h3 {
    font-size: 1.25rem;
    color: #08a89f;
    margin-bottom: 12px; }

  body.support main section#exit h3 span.small {
    font-size: 0.75rem; }

  body.support main section#exit p {
    margin: 0 auto 12px; }

  body.support main section#exit ul {
    flex-direction: column;
    align-items: center; }

  body.support main section#exit ul li {
    margin-bottom: 12px; }

  body.support main section#exit ul li a {
    font-size: 0.75rem;
    color: #333;
    border: solid 4px #08a89f; }

  body.support main section#exit ul li:nth-child(2) a {
    background: no-repeat right 4px bottom 4px url(img/button_accent_green.svg) #fff; } }
