@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* ----------------------------------------------------------------
    Normalize
----------------------------------------------------------------- */
/* Document
----------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

/* Sections
----------------------------------------------- */
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* Grouping content
----------------------------------------------- */
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

/* Text-level semantics
----------------------------------------------- */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
----------------------------------------------- */
img {
  border-style: none;
}

/* Forms
----------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
----------------------------------------------- */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
----------------------------------------------- */
template {
  display: none;
}

[hidden] {
  display: none;
}

/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
}

html {
  overflow: auto;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
figure {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 125px;
  background: #fff;
  color: #666;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  line-height: 1.6;

  overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

a {
  color: #5679c0;
  text-decoration: underline;
}

a[class] {
  text-decoration: none;
}

sup a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

button:not([disabled]) {
  cursor: pointer;
}

em {
  color: #333;
  font-weight: 700;
  font-style: normal;
}

strong {
  color: #fa6778;
  font-weight: 700;
}

mark {
  background: linear-gradient(to top, #ffe44e 8px, transparent 8px) 0 0;
  font-weight: 700;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  /* 既存のスタイルを残すためクラス指定時のみリセット */
  list-style: none;
}

dfn {
  font-style: normal;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

blockquote {
  margin: 0;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select {
  padding: 1px;
  font-size: 1.6rem;
}

input[type="file"] {
  width: 100%;
}

fieldset {
  margin: 0;
  border: 0;
}

select[class^="form-"]::-ms-expand {
  display: none;
}

main {
  position: relative;
}

* {
  box-sizing: border-box;
}

/* .no-js .*
----------------------------------------------- */
.no-js body {
  padding-top: 0;
}

/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
.topicpath-list,
.hdg-pagetitle,
.content-fluid._type-02 {
  margin: 0 auto;
  max-width: 1200px;
}

@media only screen and (max-width: 1230px) {
  .topicpath-list,
  .hdg-pagetitle,
  .content-fluid._type-02 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.h-menu-close::before,
.h-utility-title::after,
.h-utility-item::after,
.h-utility-link::after,
.h-gnav-list > li:hover > .h-gnav-btn::before,
.h-gnav-list > li:focus > .h-gnav-btn::before,
.h-gnav-list > li:active > .h-gnav-btn::before,
.h-gnav-btn::after,
.h-gnav-btn-icon::after,
.h-gnav-dropdown-top::before,
.h-gnav-dropdown-top::after,
.h-gnav-dropdown-link::after,
.h-toggle-btn::before,
.h-toggle-btn::after,
.topicpath-list > li:not(:last-child)::after,
.nav-local-link::before,
.f-menu-title::after,
.f-menu-title .f-menu-link::after,
.f-menu-link::after,
.f-menu-02-link::after,
.pagetop-link::before,
.hdg-04 > span::after,
.uni-seminar-free h4::after,
.uni-info-free h4::after,
.link > a::before,
.link-02 > a::before,
.link-02 > a::after,
.list > li::before,
.list-flow > li:not(:last-child)::before,
.list-flow > li:not(:last-child)::after,
.list-info-link::after,
.list-link > li > a::before,
.list-link-02 > li > a::before,
.list-link-02 > li > a::after,
.list-link-anc > li > a::before,
.list-link-anc > li > a::after,
.form-radio > input[type="radio"]:checked + span::after,
.form-radio-text::before,
.form-checkbox > input[type="checkbox"]:checked + span::after,
.form-checkbox-text::before,
.form-select::before,
.form-select::after,
.form-step-num::before,
.btn > a::after,
.btn > button::after,
.btn-icon > a::after,
.btn-icon > button::after,
.btn-form > a::after,
.btn-logo > a::after,
.box-lyt-03-title::before,
.box-lyt-03-title::after,
.uni-inquiry-btn > a::after,
.uni-inquiry-02-btn > a::after,
.uni-compare-col._before::after,
.modal-close::before,
.modal-close::after,
.tab-list > li[aria-selected="true"]::after {
  display: block;
  content: "";
}

/* ----------------------------------------------------------------
    Margin Reset
----------------------------------------------------------------- */
.form > :first-child,
.grid-col > :first-child,
.media-lyt-text > :first-child,
.uni-faq-detail > :first-child {
  margin-top: 0;
}

.form > :last-child,
.grid-col > :last-child,
.media-lyt-text > :last-child,
.uni-faq-detail > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    Header (.header and .h-*)
----------------------------------------------------------------- */
/* .header
----------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-top: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .3);
  color: #333;
}

@media only screen and (max-width: 1040px) {
  .header {
    padding-top: 0;
    height: 60px;
  }
}

/* .h-inner
----------------------------------------------- */
.h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

@media only screen and (max-width: 1230px) {
  .h-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1040px) {
  .h-inner {
    padding-right: 0;
    height: 100%;
  }
}

/* .h-logo
----------------------------------------------- */
.h-logo {
  flex-shrink: 0;
  line-height: 1;
}

.h-logo > a {
  transition: opacity .3s ease;
}

.h-logo > a:hover,
.h-logo > a:active,
.h-logo > a:focus {
  opacity: .7;
}

.h-logo-media {
  height: 38px;
}

@media only screen and (max-width: 1040px) {
  .h-logo-media {
    max-width: 165px;
    width: 100%;
    height: auto;
  }
}

/* .h-menu
----------------------------------------------- */
.h-menu {
  flex-grow: 1;
  width: 100%;
  background: #fff;
}

.h-menu-close {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .h-menu {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    order: 2;
    overflow-y: auto;
    padding-left: 0;
    width: 100%;
    height: calc(100svh - 60px);
  }
  .h-menu.is-open {
    display: block;
  }
  .h-menu-inner {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .h-menu-close {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    padding: 20px 0 0;
    width: 35px;
    height: 35px;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
  }
  .h-menu-close::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    background: url(/common/img/icon_menu_02.png) no-repeat 0 0;
    transform: translateX(-50%);
  }
}

/* .h-utility
----------------------------------------------- */
.h-utility {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.h-utility-inner {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.h-utility-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #666;
}

.h-utility-list + .h-utility-list {
  margin-left: 5px;
}

.h-utility-list > dd {
  display: flex;
  padding: 5px 20px;
}

.h-utility-title {
  position: relative;
  border-bottom: 1px solid #666;
  background: #f5f5f5;
  text-align: center;
  font-weight: 500;
}

.h-utility-title::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}

.h-utility-item {
  position: relative;
}

.h-utility-item + .h-utility-item {
  margin-left: 25px;
}

.h-utility-link {
  position: relative;
  display: block;
  padding-right: 10px;
  color: #666;
  transition: color .3s ease;
}

.h-utility-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  transform: rotate(-45deg) translateY(-50%);
}

.h-utility-title .h-utility-link {
  display: inline-block;
}

.h-utility-link:hover,
.h-utility-link:active,
.h-utility-link:focus {
  color: #5679c0;
  text-decoration: underline;
}

.h-utility-other {
  margin-left: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 1.4rem;
}

.h-utility-other .h-utility-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #615a59;
  color: #fff;
  transition: background .3s ease;
}

.h-utility-other .h-utility-link::after {
  display: none;
}

.h-utility-other .h-utility-link:hover,
.h-utility-other .h-utility-link:active,
.h-utility-other .h-utility-link:focus {
  background: #837978;
  text-decoration: none;
}

@media only screen and (max-width: 1040px) {
  .h-utility {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    font-size: 1.4rem;
  }
  .h-utility-inner {
    display: block;
    padding: 0 15px;
  }
  .h-utility-list {
    margin-bottom: 15px;
  }
  .h-utility-list + .h-utility-list {
    margin-left: 0;
  }
  .h-utility-list > dd {
    flex-wrap: wrap;
    padding: 0;
  }
  .h-utility-title {
    text-align: left;
  }
  .h-utility-title::after {
    left: calc(50% - 2px);
  }
  .h-utility-title .h-utility-link {
    display: block;
  }
  .h-utility-title .h-utility-link::after {
    right: 15px;
  }
  .h-utility-item {
    width: 50%;
  }
  .h-utility-item + .h-utility-item {
    margin-left: 0;
  }
  .h-utility-item._wide {
    width: 100%;
  }
  .h-utility-item._wide .h-utility-link {
    border-bottom: 1px solid #ddd;
  }
  .h-utility-item:not(._wide):last-child::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 25px;
    background: #ddd;
    transform: translateY(-50%);
  }
  .h-utility-item .h-utility-link {
    margin: 0 15px;
    padding: 15px 0;
  }
  .h-utility-link {
    padding: 15px 30px 15px 15px;
  }
  .h-utility-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .h-utility-other {
    margin: 0 auto;
    max-width: 240px;
  }
  .h-utility-other .h-utility-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* .h-gnav
----------------------------------------------- */
.h-gnav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 15px;
  width: 100%;
}

.h-gnav-list {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.h-gnav-list > li {
  flex-grow: 1;
}

.h-gnav-list > li:hover > .h-gnav-btn,
.h-gnav-list > li:focus > .h-gnav-btn,
.h-gnav-list > li:active > .h-gnav-btn {
  cursor: pointer;
}

.h-gnav-list > li:hover > .h-gnav-btn::before,
.h-gnav-list > li:focus > .h-gnav-btn::before,
.h-gnav-list > li:active > .h-gnav-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5679c0;
}

.h-gnav-list._type-02 > li {
  margin-top: 7px;
}

.h-gnav-list._type-02 > li > a {
  padding: 22px 0;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
}

.h-gnav-list._type-02 > li > a > img {
  display: block;
  margin: 0 auto;
}

.h-gnav-list._type-02 > li .h-toggle-btn {
  position: relative;
  display: block;
  padding: 32px 0 15px;
  width: 40px;
}

.h-gnav-list._type-02 > li .h-toggle-btn .h-toggle-btn::before,
.h-gnav-list._type-02 > li .h-toggle-btn .h-toggle-btn::after {
  position: absolute;
  left: 50%;
  transition: opacity .3s ease;
  transform: translateX(-50%);
}

.h-gnav-list._type-02 > li .h-toggle-btn::before {
  top: 11px;
  width: 20px;
  height: 20px;
  background: url(/common/img/icon_close.png) no-repeat 0 0;
  opacity: 0;
}

.h-gnav-list._type-02 > li .h-toggle-btn::after {
  top: 11px;
  width: 25px;
  height: 17px;
  background: url(/common/img/icon_menu_03.png) no-repeat 0 0;
}

.h-gnav-list._type-02 > li .h-toggle-btn.is-open::before {
  opacity: 1;
}

.h-gnav-list._type-02 > li .h-toggle-btn.is-open::after {
  opacity: 0;
}

.h-gnav-list._type-02 > li .h-toggle-btn > span {
  padding: 22px 0;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
}

@media only screen and (max-width: 1040px) {
  .h-gnav-list._type-02 > li .h-toggle-btn {
    display: none;
  }
}

@media only screen and (max-width: 1040px) {
  .h-gnav-list._type-02 > li {
    display: none;
  }
}

.h-gnav-btn {
  position: relative;
  display: block;
  padding: 0 20px 26px;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}

.h-gnav-btn::after {
  position: absolute;
  right: calc(50% - 8px);
  bottom: 13px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  transform: rotate(45deg) translateX(-50%);
  transform-origin: top center;
}

.h-gnav-btn._type-02::after {
  display: none;
}

.h-gnav-btn-icon {
  display: none;
}

.h-gnav-search {
  margin-top: 6px;
  margin-left: 10px;
}

.h-gnav-search > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50vh;
  background: #f5f5f5;
  transition: opacity .3s ease;
}

.h-gnav-search > a:hover,
.h-gnav-search > a:active,
.h-gnav-search > a:focus {
  opacity: .7;
}

.h-gnav-search._type-02 a {
  background: unset;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;

  flex-flow: column;
}

.h-gnav-search._type-02 a span {
  padding-top: 3px;
}

.h-gnav-contact {
  margin-left: 20px;
  max-width: 140px;
  width: 100%;
}

.h-gnav-contact-link {
  display: block;
  padding: 10px;
  border-radius: 4px;
  background: #5679c0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  transition: background .3s ease;
}

.h-gnav-contact-link:hover,
.h-gnav-contact-link:active,
.h-gnav-contact-link:focus {
  background: #6e8fd2;
}

.h-gnav-border {
  display: flex;
  margin-top: -20px;
  height: 78px;
}

.h-gnav-border > * {
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 0 20px;
  border-left: 1px solid #ddd;
}

@media only screen and (max-width: 1040px) {
  .h-gnav-border > * {
    border: 0;
  }
}

.h-gnav-border > *:last-child {
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 1040px) {
  .h-gnav-border > *:last-child {
    margin-bottom: 0;
    padding: 0;
    border: 0;
  }
}

.h-gnav-border .h-gnav-search {
  margin-left: 30px;
}

@media only screen and (max-width: 1040px) {
  .h-gnav-border .h-gnav-search {
    margin-left: 0;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 1040px) {
  .h-gnav-border {
    margin-top: 0;
    height: auto;
  }
}

.h-gnav-items {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .h-gnav-list > li.is-open .h-gnav-dropdown {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 1040px) {
  .h-gnav {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 20px;
  }
  .h-gnav-list {
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
  .h-gnav-list > li {
    width: 100%;
  }
  .h-gnav-list > li + li {
    margin-left: 0;
  }
  .h-gnav-list > li:hover > .h-gnav-btn::before,
  .h-gnav-list > li:focus > .h-gnav-btn::before,
  .h-gnav-list > li:active > .h-gnav-btn::before {
    display: none;
  }
  .h-gnav-btn {
    padding: 15px 30px 15px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 1.6rem;
  }
  .h-gnav-btn::after {
    display: none;
  }
  .h-gnav-btn-icon {
    display: block;
  }
  .h-gnav-btn-icon > span {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    white-space: nowrap;
  }
  .h-gnav-btn-icon::after {
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    width: 6px;
    height: 6px;
    border-right: 2px solid #a8a8a8;
    border-bottom: 2px solid #a8a8a8;
    transition: transform .3s ease;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
  }
  [aria-expanded="true"] .h-gnav-btn-icon::after {
    transform: rotate(225deg) translateY(-50%);
  }
  .h-gnav-search {
    margin-top: 0;
  }
  .h-gnav-search > a {
    width: 54px;
    height: 54px;
  }
  .h-gnav-contact {
    margin-left: 0;
    max-width: 240px;
  }
  .h-gnav-contact-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .h-gnav-items {
    justify-content: center;
    width: 100%;
  }
}

/* .h-gnav-dropdown
----------------------------------------------- */
.h-gnav-dropdown {
  position: absolute;
  left: 0;
  visibility: hidden;
  width: 100%;
  background: #e9f4f5;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .3);
  opacity: 0;
  transition: visibility .3s ease, opacity .3s ease;
}

.h-gnav-dropdown.is-scroll {
  overflow-y: auto;
}

.h-gnav-dropdown.is-open {
  visibility: visible;
  opacity: 1;
}

.h-gnav-dropdown-inner {
  margin: 0 auto;
  padding: 0 20px 35px;
  max-width: 1200px;
}

.h-gnav-dropdown-inner._purpose .h-gnav-dropdown-title .h-gnav-dropdown-link {
  min-height: 50px;
}

.h-gnav-dropdown-inner._service .h-gnav-dropdown-title .h-gnav-dropdown-link {
  min-height: 72px;
}

.h-gnav-dropdown-top {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
  background: #d9e6e7;
}

.h-gnav-dropdown-top::before,
.h-gnav-dropdown-top::after {
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background: #d9e6e7;
}

.h-gnav-dropdown-top::before {
  left: 100%;
}

.h-gnav-dropdown-top::after {
  right: 100%;
}

.h-gnav-dropdown-top .h-gnav-dropdown-link {
  display: inline-block;
  padding-right: 35px;
  font-weight: 500;
  font-size: 1.8rem;
}

.h-gnav-dropdown-top .h-gnav-dropdown-link::after {
  width: 6px;
  height: 6px;
}

.h-gnav-dropdown-grid {
  padding-top: 40px;
}

.h-gnav-dropdown-grid._type-02 {
  display: flex;
  margin-left: -40px;
}

.h-gnav-dropdown-grid._type-02 .h-gnav-dropdown-list {
  display: block;
  flex-basis: calc(25% - 40px);
  margin-left: 0;
  margin-left: 40px;
  max-width: calc(25% - 40px);
}

.h-gnav-dropdown-grid._type-02 .h-gnav-dropdown-list > li {
  margin-left: 0;
  min-width: 100%;
}

.h-gnav-dropdown-grid._type-03 {
  margin-left: -40px;
}

.h-gnav-dropdown-grid._type-03 .h-gnav-dropdown-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

.h-gnav-dropdown-grid._type-03 .h-gnav-dropdown-list > li {
  flex-basis: calc(33.33333% - 40px);
  margin-left: 0;
  margin-left: 40px;
  max-width: calc(33.33333% - 40px);
}

.h-gnav-dropdown-grid._type-03 .h-gnav-dropdown-link {
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 15px;
  height: 100%;
  font-weight: bold;
}

.h-gnav-dropdown-grid._type-04 {
  display: flex;
  margin-left: -40px;
  height: 100vh;
}

.h-gnav-dropdown-grid._type-04 .h-gnav-dropdown-list {
  display: block;
  flex-basis: calc(33.33333% - 40px);
  margin-left: 0;
  margin-left: 40px;
  max-width: calc(33.33333% - 40px);
}

.h-gnav-dropdown-grid._type-04 .h-gnav-dropdown-list > li {
  margin-left: 0;
  min-width: 100%;
}

.h-gnav-dropdown-grid._type-04 .h-gnav-dropdown-title .h-gnav-dropdown-link {
  padding: 0 22px 16px 0;
  font-size: 1.8rem;
}

.h-gnav-dropdown-grid._type-04 .h-gnav-dropdown-title .h-gnav-dropdown-link::after {
  top: 32%;
}

.h-gnav-dropdown-grid._type-04 li + .h-gnav-dropdown-title {
  padding-top: 20px;
}

.h-gnav-dropdown-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.h-gnav-dropdown-list > li {
  flex-basis: calc(25% - 40px);
  margin-left: 40px;
  max-width: calc(25% - 40px);
  font-size: 1.4rem;
}

.h-gnav-dropdown-link {
  position: relative;
  display: block;
  padding: 6px 15px 6px 0;
  color: #333;
  transition: color .3s ease;
}

.h-gnav-dropdown-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  transform: rotate(-45deg) translateY(-50%);
}

.h-gnav-dropdown-link[target="_blank"]::after {
  display: none;
}

.h-gnav-dropdown-link:hover,
.h-gnav-dropdown-link:active,
.h-gnav-dropdown-link:focus {
  color: #5679c0;
  text-decoration: underline;
}

.h-gnav-dropdown-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.h-gnav-dropdown-title {
  margin-bottom: 5px;
  font-weight: 500;
}

.h-gnav-dropdown-title .h-gnav-dropdown-link {
  padding: 0 22px 5px 0;
  border-bottom: 1px solid #d2dbdc;
}

.h-gnav-dropdown-title .h-gnav-dropdown-link::after {
  width: 6px;
  height: 6px;
}

@media only screen and (max-width: 1040px) {
  .h-gnav-dropdown {
    position: static;
    display: none;
    visibility: visible;
    box-shadow: none;
    opacity: 1;
  }
  .h-gnav-dropdown-inner {
    padding: 0;
  }
  .h-gnav-dropdown-inner._purpose .h-gnav-dropdown-title .h-gnav-dropdown-link,
  .h-gnav-dropdown-inner._service .h-gnav-dropdown-title .h-gnav-dropdown-link {
    min-height: auto;
  }
  .h-gnav-dropdown-top {
    margin: 0;
    padding: 0;
    background: #bde3e6;
  }
  .h-gnav-dropdown-top .h-gnav-dropdown-link {
    display: block;
    padding: 16px 35px 16px 15px;
    font-size: 1.4rem;
  }
  .h-gnav-dropdown-grid._type-02 {
    display: block;
    margin-left: 0;
  }
  .h-gnav-dropdown-grid._type-02 .h-gnav-dropdown-list {
    margin-left: 0;
    max-width: 100%;
  }
  .h-gnav-dropdown-grid._type-03 {
    padding-top: 0;
  }
  .h-gnav-dropdown-grid._type-03 .h-gnav-dropdown-list li {
    flex-basis: 100%;
    max-width: 100%;
  }
  .h-gnav-dropdown-grid._type-03 .h-gnav-dropdown-link {
    padding: 16px 15px 16px 15px;
  }
  .h-gnav-dropdown-list {
    display: block;
  }
  .h-gnav-dropdown-list > li {
    flex-basis: auto;
    max-width: 100%;
  }
  .h-gnav-dropdown-link {
    padding: 16px 35px;
    border-bottom: 1px solid #ddd;
  }
  .h-gnav-dropdown-link::after {
    right: 15px;
  }
  .h-gnav-dropdown-icon {
    right: 15px;
  }
  .h-gnav-dropdown-title {
    margin-bottom: 0;
    background: #d9e6e7;
  }
  .h-gnav-dropdown-title .h-gnav-dropdown-link {
    padding: 16px 35px 16px 15px;
  }
}

/* .h-toggle-btn
----------------------------------------------- */
.h-toggle-btn {
  display: none;
}

.h-toggle-btn::before,
.h-toggle-btn::after {
  position: absolute;
  left: 50%;
  transition: opacity .3s ease;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1040px) {
  .h-toggle-btn {
    position: relative;
    display: block;
    order: 1;
    padding: 26px 0 10px;
    width: 60px;
    height: 60px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    font-weight: bold;
  }
  .h-toggle-btn-text {
    color: #333;
    font-size: 1rem;
    line-height: 1;
  }
  .h-toggle-btn::before {
    top: 11px;
    width: 20px;
    height: 20px;
    background: url(/common/img/icon_close.png) no-repeat 0 0;
    opacity: 0;
  }
  .h-toggle-btn::after {
    top: 11px;
    width: 25px;
    height: 17px;
    background: url(/common/img/icon_menu_03.png) no-repeat 0 0;
  }
  .h-toggle-btn.is-open::before {
    opacity: 1;
  }
  .h-toggle-btn.is-open::after {
    opacity: 0;
  }
}

/* .no-js .h-*
----------------------------------------------- */
.no-js .header {
  position: static;
  padding: 20px 0;
}

.no-js .h-inner {
  flex-direction: column;
}

.no-js .h-logo {
  margin-bottom: 20px;
}

.no-js .h-gnav-dropdown {
  position: static;
  display: block;
  visibility: visible;
  opacity: 1;
}

.no-js .h-gnav-dropdown-top::before,
.no-js .h-gnav-dropdown-top::after {
  display: none;
}

.no-js .h-gnav-list {
  flex-direction: column;
  width: 100%;
}

.no-js .h-gnav-list > li {
  width: 100%;
}

.no-js .h-gnav-list > li + li {
  margin-top: 20px;
  margin-left: 0;
}

@media only screen and (max-width: 1040px) {
  .no-js .header {
    height: auto;
  }
  .no-js .h-inner {
    padding: 0;
  }
  .no-js .h-menu {
    position: static;
    display: block;
    height: auto;
  }
  .no-js .h-gnav-btn-icon::after {
    top: calc(50% - 5px);
    transform: rotate(-45deg) translateX(-50%);
  }
}

/* ----------------------------------------------------------------
    Topicpath
----------------------------------------------------------------- */
/* .topicpath
----------------------------------------------- */
.topicpath {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

.topicpath-hdg {
  overflow: hidden;
  width: 0;
  height: 0;
}

.topicpath-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
}

.topicpath-list > li {
  position: relative;
  margin: 5px 30px 0 0;
  font-size: 1.2rem;
}

.topicpath-list > li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 4px;
  height: 4px;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  transform: rotate(-45deg) translateY(-50%);
}

.topicpath-list > li > a {
  display: block;
}

.topicpath-list > li > a[aria-current="page"] {
  color: #666;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}

/* ----------------------------------------------------------------
    Nav (nav[-*])
----------------------------------------------------------------- */
/* .nav-local
----------------------------------------------- */
.nav-local {
  overflow: hidden;
  max-width: 240px;
  width: 100%;
  border-radius: 4px;
  font-size: 1.4rem;
}

.nav-local-list > li:first-child > .nav-local-link._level-03 {
  border-top: 0;
}

.nav-local-page {
  display: none;
}

.is-current + .nav-local-page,
.is-parent + .nav-local-page {
  display: block;
}

.nav-local-link {
  position: relative;
  display: block;
  padding: 15px 15px 15px 30px;
  border-top: 1px solid #ddd;
  background: #e9f4f5;
  color: #666;
  transition: background .3s ease;
}

.nav-local-link:hover,
.nav-local-link:active,
.nav-local-link:focus {
  background: #d7e1e2;
}

.nav-local-link._level-03 {
  background: #f5f5f5;
  color: #333;
  font-weight: 500;
}

.nav-local-link._level-03:hover,
.nav-local-link._level-03:active,
.nav-local-link._level-03:focus {
  background: #e2e2e2;
}

.nav-local-link._level-03.is-parent {
  background: #e9f4f5;
}

.nav-local-link._level-03.is-parent:hover,
.nav-local-link._level-03.is-parent:active,
.nav-local-link._level-03.is-parent:focus {
  background: #d7e1e2;
}

.nav-local-link._level-04 {
  padding-left: 45px;
}

.nav-local-link._level-04::before {
  left: 32px;
}

.nav-local-link._level-05 {
  padding-left: 65px;
  font-size: 1.2rem;
}

.nav-local-link._level-05::before {
  top: 21px;
  left: 52px;
}

.nav-local-link._level-06 {
  padding-left: 85px;
  font-size: 1.2rem;
}

.nav-local-link._level-06::before {
  top: 21px;
  left: 72px;
}

.nav-local-link.is-current {
  background: #615a59;
  color: #fff;
}

.nav-local-link.is-current::before {
  border-color: #fff;
}

.nav-local-link.is-current:hover,
.nav-local-link.is-current:active,
.nav-local-link.is-current:focus {
  background: #615a59;
}

.nav-local-link.is-parent::before {
  transform: rotate(45deg);
}

.nav-local-link::before {
  position: absolute;
  top: 23px;
  left: 15px;
  width: 4px;
  height: 4px;
  border-right: 2px solid #a4a4a4;
  border-bottom: 2px solid #a4a4a4;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 960px) {
  .nav-local {
    max-width: 100%;
    width: 100%;
  }
}

.no-js .nav-local-page {
  display: block;
}

/* ----------------------------------------------------------------
    Footer (.footer and .f-* and pagetop)
----------------------------------------------------------------- */
/* .footer
----------------------------------------------- */
.footer {
  background: #5679c0;
  color: #fff;
}

/* .f-inner
----------------------------------------------- */
.f-inner {
  margin: 0 auto;
  padding: 70px 0 80px;
  max-width: 1200px;
}

@media only screen and (max-width: 1230px) {
  .f-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .f-inner {
    padding: 0;
  }
}

/* .f-grid
----------------------------------------------- */
.f-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5%;
}

.f-grid-col {
  flex-basis: calc(33.33333% - 2.43902%);
  margin-left: 2.43902%;
}

.f-grid .disclosure-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15px;
  width: 100%;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  text-align: left;
}

.f-grid .disclosure-btn .disclosure-btn-icon {
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.f-grid .disclosure-btn[aria-expanded="true"] {
  border-bottom: 0;
}

.f-grid .disclosure-btn[aria-expanded="true"] .disclosure-btn-icon {
  transform: rotate(225deg) translateY(-50%);
}

.f-grid-inner + .f-grid-inner {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .f-grid {
    flex-direction: column;
    margin-left: 0;
  }
  .f-grid-col {
    flex: 1 0 auto;
    margin-left: 0;
    width: 100%;
  }
  .f-grid-inner {
    border-bottom: 1px solid #4263a6;
  }
  .f-grid-inner + .f-grid-inner {
    margin-top: 0;
  }
}

/* .f-menu
----------------------------------------------- */
.f-menu {
  font-size: 1.2rem;
}

.f-menu-link {
  position: relative;
  display: block;
  padding: 8px 22px 9px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
}

.f-menu-link::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.f-menu-link[target="_blank"]::after {
  display: none;
}

.f-menu-link:hover,
.f-menu-link:active,
.f-menu-link:focus {
  text-decoration: underline;
}

.f-menu-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .f-menu-title {
    position: relative;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .f-menu-title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 1px;
    background: #ffe44e;
  }
  .f-menu-title .f-menu-link {
    padding: 5px 22px 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
  .f-menu-title .f-menu-link::after {
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .f-menu-top {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .f-menu {
    display: none;
    background: #6787c6;
    font-size: 1.4rem;
  }
  [aria-expanded="true"] + .f-menu > li:last-child > a {
    border-bottom: 0;
  }
  .f-menu-title .f-menu-link {
    padding-left: 15px;
  }
  .f-menu-top {
    display: inline;
  }
  .f-menu-link {
    padding: 16px 35px;
  }
  .f-menu-link::after {
    right: 15px;
  }
  .f-menu-icon {
    right: 15px;
  }
}

/* .f-menu-02
----------------------------------------------- */
.f-menu-02 {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}

.f-menu-02 > li + li {
  margin-left: 65px;
}

.f-menu-02-link {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #fff;
}

.f-menu-02-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.f-menu-02-link:hover,
.f-menu-02-link:active,
.f-menu-02-link:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .f-menu-02 {
    flex-wrap: wrap;
  }
  .f-menu-02 > li {
    width: 50%;
  }
  .f-menu-02 > li:nth-child(even) {
    border-left: 1px solid #5679c0;
  }
  .f-menu-02 > li + li {
    margin-left: 0;
  }
  .f-menu-02-link {
    padding: 17px 15px;
    border-bottom: 1px solid #5679c0;
  }
  .f-menu-02-link::after {
    right: 8px;
    left: auto;
  }
}

/* .f-utility
----------------------------------------------- */
.f-utility {
  background: #4263a6;
}

.f-utility-inner {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1200px;
}

@media only screen and (max-width: 1230px) {
  .f-utility-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .f-utility-inner {
    padding: 0;
    padding-bottom: 50px;
  }
}

/* .f-info
----------------------------------------------- */
.f-info {
  margin-top: 50px;
  text-align: center;
  font-size: 1.2rem;
}

.f-info-col + .f-info-col {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .f-info {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* .pagetop
----------------------------------------------- */
.pagetop {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.pagetop.is-fixed {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.pagetop.is-hidden {
  display: none;
}

.pagetop.is-fade {
  visibility: visible;
  opacity: 1;
}

.pagetop-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #615a59;
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  transition: background .3s ease;
}

.pagetop-link::before {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translateX(-50%) rotate(225deg);
}

.pagetop-link > span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap;
}

.pagetop-link:hover,
.pagetop-link:active,
.pagetop-link:focus {
  background: #837978;
}

@media only screen and (max-width: 1230px) {
  .pagetop-link {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pagetop-link {
    width: 50px;
    height: 50px;
  }
  .pagetop-link::before {
    top: 21px;
    width: 12px;
    height: 12px;
  }
}

/* .no-js .f-* / .pagetop
----------------------------------------------- */
.no-js .pagetop.is-hidden {
  display: block;
}

@media only screen and (max-width: 767px) {
  .no-js .f-menu {
    display: block;
  }
}

/* ----------------------------------------------------------------
    Heading (.hdg[-*])
----------------------------------------------------------------- */
.hdg-pagetitle,
.hdg,
.uni-seminar-free h2,
.uni-info-free h2,
.hdg-02,
.hdg-03,
.uni-seminar-free h3,
.uni-info-free h3,
.hdg-04,
.uni-seminar-free h4,
.uni-info-free h4,
.hdg-05,
.uni-seminar-free h5,
.uni-info-free h5 {
  color: #333;
  font-weight: 500;
}

/* .hdg-pagetitle
----------------------------------------------- */
.hdg-pagetitle {
  text-align: center;
  font-size: 3.2rem;
}

.hdg-pagetitle._type-02 {
  margin: 0 auto;
  max-width: 920px;
}

.hdg-pagetitle-sub {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 2.4rem;
}

.hdg-pagetitle-label {
  z-index: 1;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background: #e8ba00;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
}

.hdg-pagetitle-label._type-02 {
  background: #59b377;
}

.hdg-pagetitle-label._type-03 {
  background: #629fd9;
}

@media only screen and (max-width: 767px) {
  .hdg-pagetitle {
    font-size: 2.8rem;
  }
  .hdg-pagetitle .hdg-pagetitle-sub {
    font-size: 1.8rem;
  }
}

/* .hdg
----------------------------------------------- */
.hdg,
.uni-seminar-free h2,
.uni-info-free h2 {
  margin: 100px 0 50px;
  padding: 14px 20px;
  border-left: 6px solid #59b377;
  background: #f5f5f5;
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .hdg,
  .uni-seminar-free h2,
  .uni-info-free h2 {
    margin: 80px 0 40px;
    font-size: 2.4rem;
  }
}

/* .hdg-02
----------------------------------------------- */
.hdg-02 {
  margin: 90px 0 50px;
  text-align: center;
  font-size: 2.8rem;
}

.hdg-02 > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #59b377;
}

@media only screen and (max-width: 767px) {
  .hdg-02 {
    margin: 75px 0 40px;
    font-size: 2.4rem;
  }
}

/* .hdg-03
----------------------------------------------- */
.hdg-03,
.uni-seminar-free h3,
.uni-info-free h3 {
  margin: 60px 0 30px;
  padding-left: 10px;
  border-left: 4px solid #59b377;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .hdg-03,
  .uni-seminar-free h3,
  .uni-info-free h3 {
    margin: 50px 0 30px;
    font-size: 2.2rem;
  }
}

/* .hdg-04
----------------------------------------------- */
.hdg-04 {
  margin: 35px 0 20px;
  font-size: 2rem;
}

.hdg-04 > span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}

.hdg-04 > span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #59b377;
}

@media only screen and (max-width: 767px) {
  .hdg-04 {
    margin: 30px 0 20px;
  }
}

.uni-seminar-free h4,
.uni-info-free h4 {
  position: relative;
  margin: 35px 0 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
  font-size: 2rem;
}

.uni-seminar-free h4::after,
.uni-info-free h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #59b377;
}

@media only screen and (max-width: 767px) {
  .uni-seminar-free h4,
  .uni-info-free h4 {
    margin: 30px 0 20px;
  }
}

/* .hdg-05
----------------------------------------------- */
.hdg-05,
.uni-seminar-free h5,
.uni-info-free h5 {
  margin: 30px 0 20px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .hdg-05,
  .uni-seminar-free h5,
  .uni-info-free h5 {
    margin: 20px 0;
  }
}

/* .hdg-06
----------------------------------------------- */
.hdg-06,
.uni-seminar-free h6,
.uni-info-free h6 {
  margin: 30px 0 20px;
  color: #59b377;
  font-weight: 400;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .hdg-06,
  .uni-seminar-free h6,
  .uni-info-free h6 {
    margin: 20px 0;
  }
}

/* .hdg-label
----------------------------------------------- */
.hdg-label {
  display: flex;
  margin: 40px 0 20px;
  padding: 2px;
  border: 1px solid #59b377;
  font-weight: 400;
  font-size: 1.8rem;
}

.hdg-label-mark {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  padding: 10px 15px;
  max-width: 30%;
  background: #59b377;
  color: #fff;
}

.hdg-label-text {
  padding: 10px 15px;

  align-self: center;
}

@media only screen and (max-width: 767px) {
  .hdg-label {
    margin: 30px 0 20px;
    font-size: 1.6rem;
  }
  .hdg-label-mark {
    max-width: 40%;
  }
}

/* ----------------------------------------------------------------
    Text (.text[-*])
----------------------------------------------------------------- */
/* .text
----------------------------------------------- */
.text {
  margin-bottom: 30px;
}

.text + .text {
  margin-top: -15px;
}

.text > :last-child {
  margin-bottom: 0;
}

.uni-seminar-free > div,
.uni-info-free > div {
  margin-bottom: 30px;
}

/* .text-lead
----------------------------------------------- */
.text-lead {
  margin-bottom: 25px;
  color: #333;
  font-size: 1.8rem;
}

.text-lead > b {
  font-weight: 500;
}

/* .text-mark
----------------------------------------------- */
.text-mark {
  background: linear-gradient(to top, #ffe44e 8px, transparent 8px) 0 0;
  color: #333;
}

/* .text-notice
----------------------------------------------- */
.text-notice {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
}

.text-notice > strong {
  display: flex;
  align-items: flex-start;
}

.text-notice-inner {
  flex-grow: 1;
  padding-left: 5px;
}

/* .text-label
----------------------------------------------- */
.text-label {
  display: inline-block;
  padding: 2px 0;
  min-width: 104px;
  border: 2px solid #f8ce1e;
  border-radius: 50vh;
  text-align: center;
  font-size: 1.2rem;
}

.text-label._type-02 {
  border-color: #94d200;
}

.text-label._type-03 {
  border-color: #59b377;
}

.text-label._type-04 {
  border-color: #629fd9;
}

/* ----------------------------------------------------------------
    Text (.icon[-*])
----------------------------------------------------------------- */
/* .icon
----------------------------------------------- */
.icon {
  position: relative;
  margin: 0 2px;
  vertical-align: middle;
}

.icon._file {
  top: -2px;
}

/* ----------------------------------------------------------------
    Link (.link[-*])
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
}

.link > a:hover,
.link > a:active,
.link > a:focus {
  text-decoration: underline;
}

.link > a::before {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #5679c0;
  border-bottom: 1px solid #5679c0;
  transform: rotate(-45deg);
}

/* .link-02
----------------------------------------------- */
.link-02 {
  font-size: 1.6rem;
}

.link-02 > a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.link-02 > a:hover,
.link-02 > a:active,
.link-02 > a:focus {
  color: #5679c0;
  text-decoration: underline;
}

.link-02 > a::before,
.link-02 > a::after {
  position: absolute;
}

.link-02 > a::before {
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  background: #5679c0;
}

.link-02 > a::after {
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .link-02 > a::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }
  .link-02 > a::after {
    top: 11px;
    width: 4px;
    height: 4px;
  }
}

/* ----------------------------------------------------------------
    List (.list[-*])
----------------------------------------------------------------- */
.list > li .list,
.list > li .list-mark,
.list > li .list-notice,
.list-mark > li .list,
.list-mark > li .list-mark,
.list-mark > li .list-notice {
  margin: 5px 0 0 15px;
}

.list > li .list > li::before,
.list-mark > li .list > li::before {
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

.list > li .list-mark .list-mark-symbol,
.list-mark > li .list-mark .list-mark-symbol {
  color: #666;
}

/* .list
----------------------------------------------- */
.list {
  margin-bottom: 30px;
}

.list > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
}

.list > li:last-child {
  margin-bottom: 0;
}

.list > li > :last-child {
  margin-bottom: 0;
}

.list > li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50vh;
  background: #59b377;
}

/* .list-mark
----------------------------------------------- */
.list-mark {
  margin-bottom: 30px;
}

.list-mark > li {
  display: flex;
  margin-bottom: 8px;
}

.list-mark > li:last-child {
  margin-bottom: 0;
}

.list-mark-symbol {
  flex-shrink: 0;
  margin-right: 10px;
  color: #59b377;
}

.list-mark-text {
  width: 100%;
}

.list-mark-text > :last-child {
  margin-bottom: 0;
}

/* .list-notice
----------------------------------------------- */
.list-notice {
  margin-bottom: 30px;
}

.list-notice > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.list-notice > li:last-child {
  margin-bottom: 0;
}

.list-notice > li > strong {
  display: flex;
  align-items: flex-start;
}

.list-notice-inner {
  padding-left: 5px;
}

.list-notice-inner > :last-child {
  margin-bottom: 0;
}

/* .list-desc
----------------------------------------------- */
.list-desc {
  margin-bottom: 30px;
}

.list-desc + .list-desc {
  margin-top: -10px;
}

.list-desc > div:not(:last-child) {
  margin-bottom: 20px;
}

.list-desc._type-02 > div {
  display: flex;
}

.list-desc._type-02 .list-desc-title {
  margin-right: 5px;
}

.list-desc._type-02 .list-desc-text {
  padding-left: 0;
}

.list-desc-title {
  flex-shrink: 0;
  font-weight: bold;
}

.list-desc-text {
  padding-left: 2em;
}

.list-desc-text > :last-child {
  margin-bottom: 0;
}

/* .list-flow
----------------------------------------------- */
.list-flow {
  margin-bottom: 40px;
}

.list-flow > li {
  position: relative;
  padding-top: 1px;
  border: 2px solid #9fc83e;
  border-radius: 4px;
}

.list-flow > li:not(:last-child)::before,
.list-flow > li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 3px solid #9fc83e;
  border-bottom: 3px solid #9fc83e;
  transform: translateX(-50%) rotate(45deg);
}

.list-flow > li:not(:last-child)::before {
  bottom: -32px;
}

.list-flow > li:not(:last-child)::after {
  bottom: -46px;
}

.list-flow > li > :last-child {
  margin-bottom: 0;
}

.list-flow._type-02 > li {
  border-color: #f77d71;
}

.list-flow._type-02 > li::before,
.list-flow._type-02 > li::after {
  border-right-color: #f77d71;
  border-bottom-color: #f77d71;
}

.list-flow._type-02 .list-flow-label > span {
  background: #f77d71;
}

.list-flow > li + li {
  margin-top: 70px;
}

.list-flow-label {
  position: relative;
  left: -2px;
  margin-top: -13px;
  width: calc(100% + 4px);
  word-break: break-all;
}

.list-flow-label > span {
  display: inline-block;
  padding: 3px 15px;
  background: #9fc83e;
  color: #fff;
}

.list-flow-detail {
  padding: 20px 30px 30px;
}

.list-flow-detail > :last-child {
  margin-bottom: 0;
}

.list-flow-detail:first-child {
  padding-top: 30px;
}

.list-flow-title {
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .list-flow-detail {
    padding: 15px;
  }
  .list-flow-detail:first-child {
    padding-top: 15px;
  }
}

/* .list-info
----------------------------------------------- */
.list-info {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.list-info > li {
  border-top: 1px solid #ddd;
}

.list-info-link {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 45px 17px 16px;
  color: #333;
}

.list-info-link::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #949494;
  border-bottom: 2px solid #949494;
  transform: rotate(-45deg) translateY(-50%);
}

.list-info-link[href]:hover .list-info-text,
.list-info-link[href]:active .list-info-text,
.list-info-link[href]:focus .list-info-text {
  color: #5679c0;
  text-decoration: underline;
}

.list-info-link:not([href])::after,
.list-info-link[target="_blank"]::after,
.list-info-link[href$=".pdf"]::after {
  display: none;
}

.list-info-link[target="_blank"] .icon,
.list-info-link[href$=".pdf"] .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.list-info-date {
  flex-shrink: 0;
  min-width: 125px;
  font-size: 1.4rem;
}

.list-info-label {
  flex-shrink: 0;
  margin-right: 19px;
}

.list-info-text {
  flex-grow: 1;
  font-size: 1.6rem;
  transition: color .3s ease;
}

@media only screen and (max-width: 767px) {
  .list-info-link {
    display: block;
    padding-right: 40px;
    padding-left: 0;
  }
  .list-info-link::after {
    right: 10px;
  }
  .list-info-date {
    display: inline-block;
    margin-left: 10px;
  }
  .list-info-label {
    display: inline-block;
  }
  .list-info-text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

/* .list-link
----------------------------------------------- */
.list-link {
  margin-top: -5px;
  margin-bottom: 30px;
}

.list-link > li {
  margin-top: 5px;
}

.list-link > li > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
}

.list-link > li > a:hover,
.list-link > li > a:active,
.list-link > li > a:focus {
  text-decoration: underline;
}

.list-link > li > a::before {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #5679c0;
  border-bottom: 1px solid #5679c0;
  transform: rotate(-45deg);
}

/* .list-link-02
----------------------------------------------- */
.list-link-02 {
  margin-bottom: 30px;
}

.list-link-02 > li {
  margin-top: 10px;
  font-size: 1.6rem;
}

.list-link-02 > li > a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.list-link-02 > li > a:hover,
.list-link-02 > li > a:active,
.list-link-02 > li > a:focus {
  color: #5679c0;
  text-decoration: underline;
}

.list-link-02 > li > a::before,
.list-link-02 > li > a::after {
  position: absolute;
}

.list-link-02 > li > a::before {
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  background: #5679c0;
}

.list-link-02 > li > a::after {
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.list-link-02._type-02 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.list-link-02._type-02 > li {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .list-link-02._type-02 {
    display: block;
  }
  .list-link-02 > li > a::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }
  .list-link-02 > li > a::after {
    top: 11px;
    width: 4px;
    height: 4px;
  }
}

/* .list-link-anc
----------------------------------------------- */
.list-link-anc {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 30px -30px;
}

.list-link-anc > li {
  margin-top: 10px;
  margin-left: 30px;
  font-size: 1.6rem;
}

.list-link-anc > li > a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.list-link-anc > li > a:hover,
.list-link-anc > li > a:active,
.list-link-anc > li > a:focus {
  color: #5679c0;
  text-decoration: underline;
}

.list-link-anc > li > a::before,
.list-link-anc > li > a::after {
  position: absolute;
}

.list-link-anc > li > a::before {
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  background: #5679c0;
}

.list-link-anc > li > a::after {
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .list-link-anc {
    display: block;
  }
  .list-link-anc > li > a::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }
  .list-link-anc > li > a::after {
    top: 10px;
    width: 4px;
    height: 4px;
  }
}

/* ----------------------------------------------------------------
    Table (.tbl[-*])
----------------------------------------------------------------- */
/* .tbl
----------------------------------------------- */
.tbl,
.tbl-free table {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  table-layout: fixed;
  font-size: 1.4rem;
}

.tbl th,
.tbl td,
.tbl-free table th,
.tbl-free table td {
  border: 1px solid #ddd;
  color: #333;
  word-break: break-all;
}

.tbl th > :last-child,
.tbl td > :last-child,
.tbl-free table th > :last-child,
.tbl-free table td > :last-child {
  margin-bottom: 0;
}

.tbl th,
.tbl-free table th {
  padding: 15px;
  background: #f5f5f5;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

.tbl td,
.tbl-free table td {
  padding: 15px;
  vertical-align: top;
}

.tbl > thead th,
.tbl-free table > thead th {
  padding: 10px 15px;
  background: #91877a;
  color: #fff;
}

.tbl > thead td,
.tbl-free table > thead td {
  padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
  .tbl th,
  .tbl td,
  .tbl > thead th,
  .tbl > thead td,
  .tbl-free table th,
  .tbl-free table td,
  .tbl-free table > thead th,
  .tbl-free table > thead td {
    padding: 15px;
  }
}

/* .tbl-scroll
----------------------------------------------- */
.tbl-scroll {
  margin-bottom: 30px;
}

.tbl-scroll > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tbl-scroll {
    overflow-x: scroll;
  }
  .tbl-scroll > table {
    width: 920px;
  }
}

/* ----------------------------------------------------------------
    Form (.form[-*])
----------------------------------------------------------------- */
.form-text,
.form-radio-text::before,
.form-checkbox-text::before,
.form-select-list,
.form-site-search-text {
  border: 1px solid #ddd;
  background: #fcfcfc;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .form-text
----------------------------------------------- */
.form-text {
  margin-bottom: 10px;
  padding: 10px 13px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
}

.form-text._textarea {
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .form-text {
    max-width: 656px;
  }
}

/* .form-radio
----------------------------------------------- */
.form-radio {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.form-radio > input[type="radio"] {
  position: absolute;
  background: transparent;
  opacity: 0;
}

.form-radio-text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.form-radio-text::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50vh;
}

.form-radio-text::after {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50vh;
  background: #59b377;
}

/* .form-checkbox
----------------------------------------------- */
.form-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.form-checkbox > input[type="checkbox"] {
  position: absolute;
  background: transparent;
  opacity: 0;
}

.form-checkbox-text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.form-checkbox-text::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.form-checkbox-text::after {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 4px;
  height: 10px;
  border-right: 3px solid #59b377;
  border-bottom: 3px solid #59b377;
  transform: rotate(45deg);
}

/* .form-select
----------------------------------------------- */
.form-select {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 300px;
  width: 100%;
  height: 40px;
}

.form-select::before,
.form-select::after {
  position: absolute;
  pointer-events: none;
}

.form-select::before {
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: #59b377;
}

.form-select::after {
  top: 15px;
  right: 17px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.form-select-list {
  padding: 10px 13px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* .form-label
----------------------------------------------- */
.form-label {
  display: inline-block;
  padding: 2px 5px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}

.form-label._required {
  border-color: #fa6778;
}

/* .form-desc
----------------------------------------------- */
.form-desc {
  margin-bottom: 15px;
  color: #333;
}

.form-desc._example {
  color: #9a9a9a;
}

/* .form-notice
----------------------------------------------- */
.form-notice {
  display: block;
}

/* .form-lead
----------------------------------------------- */
.form-lead {
  margin: 40px 0 50px;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
}

/* .form-grid
----------------------------------------------- */
.form-grid {
  display: flex;
  margin: 0 0 15px -60px;
}

.form-grid .form-text {
  min-width: 0;
}

.form-grid-col {
  flex-basis: calc(50% - 60px);
  margin-left: 60px;
  max-width: calc(50% - 60px);
}

.form-grid-label {
  display: flex;
  align-items: center;
}

.form-grid-label > :last-child {
  margin-bottom: 0;
}

.form-grid-text {
  flex-shrink: 0;
  padding-right: 5px;
  min-width: 45px;
}

@media only screen and (max-width: 767px) {
  .form-grid {
    flex-direction: column;
    margin-left: 0;
  }
  .form-grid-col {
    flex-basis: auto;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
  .form-grid-col + .form-grid-col {
    margin-top: 30px;
  }
  .form-grid-label {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-grid-text {
    margin-bottom: 10px;
    padding-right: 0;
    min-width: auto;
  }
}

/* .form-list
----------------------------------------------- */
.form-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 15px -10px;
}

.form-list > li {
  flex-basis: calc(33.33333% - 10px);
  margin-top: 20px;
  margin-left: 10px;
  max-width: calc(33.33333% - 10px);
}

.form-list > li > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .form-list {
    flex-direction: column;
  }
  .form-list > li {
    flex-basis: auto;
    max-width: 100%;
  }
}

/* .form-tbl
----------------------------------------------- */
.form-tbl {
  display: table;
  margin-bottom: 45px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}

.form-tbl-inner {
  display: table-row;
}

.form-tbl-inner:not(:last-child) .form-tbl-title,
.form-tbl-inner:not(:last-child) .form-tbl-desc {
  border-bottom: 1px solid #ddd;
}

.form-tbl-title,
.form-tbl-desc {
  display: table-cell;
  padding: 26px 30px;
  color: #333;
  vertical-align: middle;
}

.form-tbl-title > :last-child,
.form-tbl-desc > :last-child {
  margin-bottom: 0;
}

.form-tbl-title {
  width: 30%;
  border-right: 1px solid #ddd;
  background: #f5f5f5;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
}

.form-tbl-desc {
  width: 70%;
}

.form-tbl-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-tbl-label._type-02 {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
}

.form-tbl-label > span {
  padding-right: 5px;
}

.form-tbl-label > .form-label {
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .form-tbl {
    display: block;
  }
  .form-tbl-inner {
    display: block;
  }
  .form-tbl-title,
  .form-tbl-desc {
    display: block;
    width: 100%;
  }
  .form-tbl-title {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}

/* .form-step
----------------------------------------------- */
.form-step {
  margin-bottom: 30px;
  padding: 30px;
  background: #eafbf0;
}

.form-step-list {
  display: flex;
  justify-content: center;
  margin-left: -95px;
}

.form-step-list > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-left: 95px;
  padding-top: 10px;
  text-align: center;
}

.form-step-list > li[aria-current="step"] {
  padding-top: 0;
}

.form-step-list > li[aria-current="step"] > .form-step-num {
  width: 70px;
  height: 70px;
  background: #59b377;
  line-height: 70px;
}

.form-step-list > li[aria-current="step"] > .form-step-num::before {
  background: #a1d7b3;
}

.form-step-list > li[aria-current="step"] ~ li > .form-step-num {
  background: #a1d7b3;
}

.form-step-list > li[aria-current="step"] ~ li > .form-step-num::before {
  background: inherit;
}

.form-step-list > li:last-child > .form-step-num::before {
  display: none;
}

.form-step-num {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50vh;
  background: #59b377;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 50px;
}

.form-step-num::before {
  position: absolute;
  top: 50%;
  right: -130px;
  width: 130px;
  height: 2px;
  background: inherit;
}

.form-step-text {
  margin-top: 10px;
  color: #333;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .form-step {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-step-list {
    margin-left: -40px;
  }
  .form-step-list > li {
    margin-left: 40px;
  }
  .form-step-list > li.is-current > .form-step-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .form-step-list > li.is-current > .form-step-num::before {
    top: calc(50% - 1px);
  }
  .form-step-num {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .form-step-num::before {
    right: -80px;
    width: 80px;
  }
}

/* .form-lyt-btn
----------------------------------------------- */
.form-lyt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -20px 0 60px -20px;
}

.form-lyt-btn > [class^="btn"] {
  margin: 20px 0 0 20px;
  max-width: calc(50% - 20px);
}

.form-lyt-btn > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .form-lyt-btn {
    flex-direction: column;
  }
  .form-lyt-btn > [class^="btn"] {
    max-width: 100%;
  }
}

/* .form-site-search
----------------------------------------------- */
.form-site-search {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 655px;
  width: 100%;
}

.form-site-search > label {
  width: calc(100% - 42px);
}

.form-site-search-label {
  display: block;
  margin-bottom: 15px;
}

.form-site-search-text {
  padding: 10px 13px;
  width: 100%;
  height: 42px;
  border-right: 0;
  border-radius: 4px;
}

.form-site-search-btn {
  margin-left: -2px;
  width: 42px;
  height: 42px;
  border-radius: 0 4px 4px 0;
  background-color: #59b377;
  transition: opacity .3s ease;
}

.form-site-search-btn:hover,
.form-site-search-btn:active,
.form-site-search-btn:focus {
  opacity: .8;
}

/* ----------------------------------------------------------------
    Button (.btn[-*])
----------------------------------------------------------------- */
.btn > a,
.btn > button,
.btn-icon > a,
.btn-icon > button,
.btn-form > a {
  position: relative;
  max-width: 640px;
  border-radius: 4px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .3);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: background .3s ease;
}

.btn > a::after,
.btn > button::after,
.btn-icon > a::after,
.btn-icon > button::after,
.btn-form > a::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.btn > a:not([href]),
.btn > button:disabled,
.btn._type-02 > a:not([href]),
.btn._type-02 > button:disabled,
.btn._type-03 > a:not([href]),
.btn._type-03 > button:disabled,
.btn._type-04 > a:not([href]),
.btn._type-04 > button:disabled {
  padding: 13px 30px;
  background: #949494;
  box-shadow: none;
}

.btn > a:not([href])::after,
.btn > button:disabled::after,
.btn._type-02 > a:not([href])::after,
.btn._type-02 > button:disabled::after,
.btn._type-03 > a:not([href])::after,
.btn._type-03 > button:disabled::after,
.btn._type-04 > a:not([href])::after,
.btn._type-04 > button:disabled::after {
  display: none;
}

button {
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .btn
----------------------------------------------- */
.btn {
  margin-bottom: 30px;
}

.btn > a,
.btn > button {
  display: inline-block;
  padding: 13px 60px 13px 30px;
  background: #615a59;
}

.btn > a::after,
.btn > button::after {
  right: 20px;
}

.btn > a {
  text-decoration: none;
}

.btn > a[href]:hover,
.btn > a[href]:active,
.btn > a[href]:focus {
  background: #91877a;
}

.btn > a[target="_blank"] {
  position: relative;
}

.btn > a[target="_blank"] > .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn > a[target="_blank"]::after {
  display: none;
}

.btn > button:not([disabled]):hover,
.btn > button:not([disabled]):active,
.btn > button:not([disabled]):focus {
  background: #91877a;
}

.btn._type-02 > a,
.btn._type-02 > button {
  background: #5679c0;
}

.btn._type-02 > a[href]:hover,
.btn._type-02 > a[href]:active,
.btn._type-02 > a[href]:focus {
  background: #6e8fd2;
}

.btn._type-02 > button:not([disabled]):hover,
.btn._type-02 > button:not([disabled]):active,
.btn._type-02 > button:not([disabled]):focus {
  background: #6e8fd2;
}

.btn._type-03 > a,
.btn._type-03 > button {
  border-radius: 50vh;
  background: #5679c0;
}

.btn._type-03 > a[href]:hover,
.btn._type-03 > a[href]:active,
.btn._type-03 > a[href]:focus {
  background: #6e8fd2;
}

.btn._type-03 > button:not([disabled]):hover,
.btn._type-03 > button:not([disabled]):active,
.btn._type-03 > button:not([disabled]):focus {
  background: #6e8fd2;
}

.btn._type-04 > a,
.btn._type-04 > button {
  border-radius: 50vh;
  background: #f68a0c;
}

.btn._type-04 > a[href]:hover,
.btn._type-04 > a[href]:active,
.btn._type-04 > a[href]:focus {
  background: #fcb561;
}

.btn._type-04 > button:not([disabled]):hover,
.btn._type-04 > button:not([disabled]):active,
.btn._type-04 > button:not([disabled]):focus {
  background: #fcb561;
}

/* .btn-02
----------------------------------------------- */
.btn-02 > a,
.btn-02 > button {
  position: relative;
  display: inline-block;
  padding: 13px 32px;
  max-width: 640px;
  border-radius: 4px;
  background: #aab1be;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .3);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: background .3s ease;
}

/* .btn-icon
----------------------------------------------- */
.btn-icon {
  margin-bottom: 30px;
}

.btn-icon > a,
.btn-icon > button {
  display: inline-flex;
  align-items: center;
  padding: 11px 30px 11px 12px;
  border-radius: 4px;
  background: #615a59;
  text-decoration: none;
}

.btn-icon > a::after,
.btn-icon > button::after {
  right: 12px;
}

.btn-icon > a:hover,
.btn-icon > a:active,
.btn-icon > a:focus,
.btn-icon > button:hover,
.btn-icon > button:active,
.btn-icon > button:focus {
  background: #91877a;
}

.btn-icon > a[target="_blank"] {
  position: relative;
}

.btn-icon > a[target="_blank"] > .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn-icon > a[target="_blank"]::after {
  display: none;
}

.btn-icon-item {
  flex-shrink: 0;
  margin-right: 12px;
}

/* .btn-logo
----------------------------------------------- */
.btn-logo {
  margin-bottom: 30px;
}

.btn-logo > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 40px 15px 15px;
  max-width: 640px;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
  transition: opacity .3s ease;
}

.btn-logo > a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg) translateY(-50%);
}

.btn-logo > a[target="_blank"] {
  position: relative;
}

.btn-logo > a[target="_blank"] > .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.btn-logo > a[target="_blank"]::after {
  display: none;
}

.btn-logo > a:hover,
.btn-logo > a:active,
.btn-logo > a:focus {
  opacity: .8;
}

.btn-logo-item {
  flex-shrink: 0;
  margin-right: 10px;
}

.btn-logo-item > img {
  height: 26px;
}

@media only screen and (max-width: 767px) {
  .btn-logo > a {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* .btn-form
----------------------------------------------- */
.btn-form {
  margin-bottom: 30px;
}

.btn-form > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 55px 13px 35px;
  border-radius: 50vh;
  background: #5679c0;
  text-decoration: none;
}

.btn-form > a::after {
  right: 15px;
}

.btn-form > a > span:first-child {
  flex-shrink: 0;
  line-height: 1;
}

.btn-form > a > span + span {
  margin-left: 5px;
}

.btn-form > a > span > img {
  vertical-align: middle;
}

.btn-form > a:hover,
.btn-form > a:active,
.btn-form > a:focus {
  background: #6e8fd2;
}

@media only screen and (max-width: 767px) {
  .btn-form > a {
    padding-right: 45px;
    padding-left: 25px;
  }
}

/* .btn-lyt
----------------------------------------------- */
.btn-lyt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -20px 0 40px -20px;
}

.btn-lyt._type-02 {
  justify-content: center;
}

.btn-lyt._type-03 {
  justify-content: flex-end;
}

.btn-lyt > [class^="btn"] {
  margin: 20px 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .btn-lyt {
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
  }
  .btn-lyt > [class^="btn"] {
    margin-left: 0;
    max-width: 100%;
  }
}

.btn-lyt .btn-form._type-02 {
  width: 90%;
}

.btn-lyt .btn-form._type-02 a {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .btn-lyt .btn-form {
    width: 80%;
  }
}

/* ----------------------------------------------------------------
    Grid (.grid[-*])
----------------------------------------------------------------- */
/* .grid._col-02
----------------------------------------------- */
.grid._col-02 {
  margin-left: -2.5%;
}

.grid._col-02 > .grid-col {
  flex-basis: calc(50% - 2.43902%);
  margin-left: 2.43902%;
}

/* .grid._col-03
----------------------------------------------- */
.grid._col-03 {
  margin-left: -2.5%;
}

.grid._col-03 > .grid-col {
  flex-basis: calc(33.33333% - 2.43902%);
  margin-left: 2.43902%;
}

/* .grid
----------------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 50px;
}

.grid._left {
  justify-content: flex-start;
}

.grid-col {
  margin-top: 40px;
  min-height: calc(0%);
}

@media only screen and (max-width: 767px) {
  .grid {
    flex-direction: column;
    margin-top: -25px;
    margin-bottom: 30px;
  }
  .grid._col-02 .grid-col,
  .grid._col-03 .grid-col {
    flex-basis: auto;
    margin-top: 25px;
  }
}

/* ----------------------------------------------------------------
    Media (.media[-*])
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  margin-bottom: 40px;
  text-align: center;
}

.media-inner {
  display: inline-flex;
  flex-direction: column-reverse;
  max-width: 100%;
}

.media-text {
  margin-top: 10px;
  text-align: left;
  font-size: 1.4rem;
}

.media-text > :last-child {
  margin-bottom: 0;
}

.media-item {
  min-height: calc(0%);
  max-width: 100%;
}

.uni-seminar-free > img,
.uni-info-free > img {
  display: block;
  margin: 0 auto 40px;
}

.uni-seminar-free > img + div,
.uni-info-free > img + div {
  margin-top: -35px;
}

/* .media-lyt
----------------------------------------------- */
.media-lyt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.media-lyt._left {
  flex-direction: row-reverse;
}

.media-lyt._left .media-lyt-item {
  margin-right: 20px;
}

.media-lyt._right .media-lyt-item {
  margin-left: 20px;
}

.media-lyt-item {
  min-width: calc(0%);
  max-width: 400px;
}

.media-lyt-item > :last-child {
  margin-bottom: 0;
}

.media-lyt-item._map {
  width: 320px;
  height: 240px;
}

.media-lyt-item._map > iframe {
  width: 100%;
  height: 100%;
}

.media-lyt-text {
  flex: 1;
}

.media-lyt-text > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .media-lyt._left {
    flex-direction: column-reverse;
  }
  .media-lyt._left .media-lyt-item {
    margin-right: 0;
  }
  .media-lyt._right {
    flex-direction: column-reverse;
  }
  .media-lyt._right .media-lyt-item {
    margin-left: 0;
  }
  .media-lyt-item {
    margin-bottom: 20px;
    min-height: calc(0%);
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .media-lyt-item._map {
    min-height: 220px;
    width: 100%;
  }
  .media-lyt-text {
    flex: 1 0 auto;
    max-width: 100%;
  }
}

/* ----------------------------------------------------------------
    Box (.box[-*])
----------------------------------------------------------------- */
/* .box
----------------------------------------------- */
.box {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.box > :last-child {
  margin-bottom: 0;
}

.box._type-02 {
  border: 0;
  background: #f5f5f5;
}

.box._type-03 {
  border: 0;
  background: #e9f4f5;
}

.box-title {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.8rem;
}

.box-title > b {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .box {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* .box-label
----------------------------------------------- */
.box-label {
  display: flex;
  margin-bottom: 20px;
  padding: 2px;
  border: 1px solid #9fc83e;
}

.box-label-mark {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  padding: 12px 15px;
  max-width: 30%;
  background: #9fc83e;
  color: #fff;
}

.box-label-text {
  padding: 10px 15px;

  align-self: center;
}

@media only screen and (max-width: 767px) {
  .box-label {
    margin: 30px 0 20px;
    font-size: 1.6rem;
  }
  .box-label-mark {
    max-width: 40%;
  }
}

/* .box-lyt
----------------------------------------------- */
.box-lyt {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 30px -20px;
}

.box-lyt-col {
  flex-basis: calc(50% - 20px);
  margin-top: 20px;
  margin-left: 20px;
  padding: 25px 30px;
  max-width: calc(50% - 20px);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.box-lyt-title {
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
}

.box-lyt-title > span {
  background: linear-gradient(to top, #ffe44e 8px, transparent 8px) 0 0;
}

.box-lyt-title > span > b {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .box-lyt {
    flex-direction: column;
  }
  .box-lyt-col {
    flex-basis: auto;
    max-width: 100%;
  }
}

/* .box-lyt-02
----------------------------------------------- */
.box-lyt-02 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -30px 0 40px -60px;
  padding: 0 20px;
}

.box-lyt-02-col {
  flex-basis: calc(50% - 60px);
  margin-top: 30px;
  margin-left: 60px;
  padding-top: 20px;
  max-width: calc(50% - 60px);
  border-top: 1px solid #ddd;
}

.box-lyt-02-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.box-lyt-02-title {
  font-weight: 500;
  font-size: 1.6rem;
}

.box-lyt-02-title:last-child {
  margin: 20px 0;
}

.box-lyt-02-item {
  flex-shrink: 0;
  margin-right: 20px;
  max-width: 40%;
}

.box-lyt-02-text > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .box-lyt-02 {
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
  .box-lyt-02-col {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .box-lyt-02-col + .box-lyt-02-col {
    margin-top: 30px;
  }
}

/* .box-lyt-03
----------------------------------------------- */
.box-lyt-03 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -50px 0 40px -40px;
}

.box-lyt-03-col {
  flex-basis: calc(50% - 40px);
  margin-top: 50px;
  margin-left: 40px;
  max-width: calc(50% - 40px);
}

.box-lyt-03-inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.box-lyt-03-inner:hover .box-lyt-03-title,
.box-lyt-03-inner:active .box-lyt-03-title,
.box-lyt-03-inner:focus .box-lyt-03-title {
  color: #5679c0;
  text-decoration: underline;
}

.box-lyt-03-inner:hover .box-lyt-03-item,
.box-lyt-03-inner:active .box-lyt-03-item,
.box-lyt-03-inner:focus .box-lyt-03-item {
  opacity: .7;
}

.box-lyt-03-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  background: #e8ba00;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.box-lyt-03-label._type-02 {
  background: #59b377;
}

.box-lyt-03-label._type-03 {
  background: #629fd9;
}

.box-lyt-03-label._type-04 {
  background: #fff;
}

.box-lyt-03-label > img {
  height: 26px;
}

.box-lyt-03-title {
  position: relative;
  padding-left: 25px;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  transition: color .3s ease;
}

.box-lyt-03-title::before,
.box-lyt-03-title::after {
  position: absolute;
}

.box-lyt-03-title::before {
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  background: #5679c0;
}

.box-lyt-03-title::after {
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.box-lyt-03-item {
  margin-bottom: 10px;
  min-height: calc(0%);
  transition: opacity .3s ease;
}

.box-lyt-03-text {
  padding-top: 20px;
}

.box-lyt-03-text > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .box-lyt-03 {
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
  .box-lyt-03-col {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .box-lyt-03-col + .box-lyt-03-col {
    margin-top: 50px;
  }
  .box-lyt-03-item > img {
    max-width: none;
    width: 100%;
  }
}

/* ----------------------------------------------------------------
    Panel (.panel[-*])
----------------------------------------------------------------- */
/* .panel
----------------------------------------------- */
.panel {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #f8f6ed;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .panel-hdg {
    padding-left: 7px;
    border-left-width: 3px;
  }
}

/* ----------------------------------------------------------------
    unique (.uni-*)
----------------------------------------------------------------- */
/* .uni-information-btn
----------------------------------------------- */
.uni-information-btn {
  display: flex;
  justify-content: center;
  margin: 90px 0;
}

.uni-information-btn > :last-child {
  margin-bottom: 0;
}

/* .uni-information-date
----------------------------------------------- */
.uni-information-date {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.uni-information-date + * {
  margin-top: 30px;
}

.uni-information-date-text {
  margin-right: 10px;
  color: #333;
}

/* .uni-seminar-title
----------------------------------------------- */
.uni-seminar-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.uni-seminar-title-label {
  flex-shrink: 0;
  margin-right: 10px;
  padding: 0 5px;
  border-radius: 4px;
  background: #59b377;
  color: #fff;
  font-size: 1.4rem;
}

/* .uni-prof
----------------------------------------------- */
.uni-prof-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}

.uni-prof-item {
  flex-shrink: 0;
  margin-right: 20px;
}

.uni-prof-detail {
  flex: 1;
}

.uni-prof-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px 1px;
  border-radius: 4px;
  background: #59b377;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

.uni-prof-desc {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.2rem;
}

.uni-prof-desc > span {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.8rem;
}

.uni-prof-desc-02 {
  display: flex;
  align-items: flex-start;
  color: #666;
  font-size: 1.2rem;
}

.uni-prof-desc-02 > img {
  margin-right: 10px;
}

.uni-prof-desc-02 > span {
  order: 1;
}

.uni-prof-outline {
  color: #666;
}

@media only screen and (max-width: 767px) {
  .uni-prof-inner {
    flex-direction: column-reverse;
  }
  .uni-prof-item {
    margin-bottom: 20px;
  }
  .uni-prof-detail {
    flex: 1 0 auto;
    width: 100%;
  }
  .uni-prof-label {
    margin-bottom: 5px;
  }
  .uni-prof-desc {
    margin-bottom: 12px;
  }
  .uni-prof-desc-02 {
    flex-direction: column;
    width: 100%;
  }
  .uni-prof-desc-02 > img {
    margin: 0 0 5px 0;
  }
  .uni-prof-desc-02 > span {
    width: 100%;
  }
}

/* .uni-inquiry
----------------------------------------------- */
.uni-inquiry {
  margin-top: 100px;
  padding: 30px;
  border-radius: 4px;
  background: #f5f5f5;
}

.uni-inquiry > :last-child {
  margin-bottom: 0;
}

.uni-inquiry-hdg {
  margin-bottom: 25px;
  color: #333;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}

.uni-inquiry-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: -30px;
}

.uni-inquiry-list > li {
  flex-basis: calc(50% - 30px);
  margin-left: 30px;
  padding: 25px 30px;
  max-width: calc(50% - 30px);
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.uni-inquiry-title {
  margin-bottom: 25px;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
}

.uni-inquiry-title > b {
  font-weight: 500;
}

.uni-inquiry-tel {
  margin-top: -15px;
  margin-bottom: 10px;
  color: #fa6778;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.uni-inquiry-tel > span {
  display: inline-block;
  vertical-align: middle;
}

.uni-inquiry-tel > span > img {
  vertical-align: top;
}

.uni-inquiry-tel > span > a {
  color: #fa6778;
}

.uni-inquiry-tel > span + span {
  margin-left: 5px;
}

.uni-inquiry-text {
  margin-bottom: 10px;
  color: #fa6778;
  text-align: center;
}

.uni-inquiry-text > span + span {
  margin-left: 1em;
}

.uni-inquiry-time {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
}

.uni-inquiry-time > dt {
  flex-shrink: 0;
  font-weight: 700;
}

.uni-inquiry-btn {
  text-align: center;
}

.uni-inquiry-btn > a {
  position: relative;
  display: inline-block;
  padding: 13px 55px 13px 35px;
  border-radius: 50vh;
  background: #5679c0;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .3);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: background .3s ease;
}

.uni-inquiry-btn > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.uni-inquiry-btn > a > span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

.uni-inquiry-btn > a > span > img {
  vertical-align: top;
}

.uni-inquiry-btn > a:hover,
.uni-inquiry-btn > a:active,
.uni-inquiry-btn > a:focus {
  background: #6e8fd2;
}

@media only screen and (max-width: 767px) {
  .uni-inquiry {
    padding-right: 15px;
    padding-left: 15px;
  }
  .uni-inquiry-list {
    display: block;
  }
  .uni-inquiry-list > li {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
  }
  .uni-inquiry-list > li + li {
    margin-top: 15px;
  }
  .uni-inquiry-text > span {
    display: block;
  }
  .uni-inquiry-text > span + span {
    margin-left: 0;
  }
}

/* .uni-inquiry-02
----------------------------------------------- */
.uni-inquiry-02 {
  display: flex;
  align-items: center;
  margin-top: 100px;
  padding: 30px;
  border-radius: 4px;
  background: #f5f5f5;
}

.uni-inquiry-02-hdg {
  flex-shrink: 0;
  padding: 0 80px 0 40px;
  color: #333;
  font-size: 2.4rem;
}

.uni-inquiry-02-detail {
  flex-grow: 1;
  padding-left: 30px;
  width: 100%;
  border-left: 1px solid #ddd;
  text-align: center;
}

.uni-inquiry-02-lead {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.uni-inquiry-02-lead > b {
  font-weight: 400;
}

.uni-inquiry-02-btn > a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 55px 13px 35px;
  border-radius: 50vh;
  background: #5679c0;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .3);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: background .3s ease;
}

.uni-inquiry-02-btn > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.uni-inquiry-02-btn > a > span:first-child {
  flex-shrink: 0;
  line-height: 1;
}

.uni-inquiry-02-btn > a > span + span {
  margin-left: 5px;
}

.uni-inquiry-02-btn > a > span > img {
  vertical-align: middle;
}

.uni-inquiry-02-btn > a:hover,
.uni-inquiry-02-btn > a:active,
.uni-inquiry-02-btn > a:focus {
  background: #6e8fd2;
}

@media only screen and (max-width: 767px) {
  .uni-inquiry-02 {
    display: block;
  }
  .uni-inquiry-02-hdg {
    padding: 0 0 25px;
    text-align: center;
  }
  .uni-inquiry-02-detail {
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .uni-inquiry-02-lead {
    text-align: left;
  }
  .uni-inquiry-02-btn > a {
    padding-right: 45px;
    padding-left: 25px;
  }
}

/* .uni-inquiry-03
----------------------------------------------- */
.uni-inquiry-03 {
  display: flex;
  align-items: center;
  margin-top: 100px;
  padding: 30px;
  border-radius: 4px;
  background: #f5f5f5;
}

.uni-inquiry-03._type-02 .uni-inquiry-03-label {
  background: #666;
}

.uni-inquiry-03._type-02 .uni-inquiry-03-num > a {
  color: #333;
}

.uni-inquiry-03-title {
  padding: 0 30px 0 0;
  max-width: 300px;
  width: 100%;
}

.uni-inquiry-03-hdg {
  color: #333;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}

.uni-inquiry-03-lead {
  margin-top: 15px;
  font-size: 1.6rem;
}

.uni-inquiry-03-lead > b {
  font-weight: 400;
}

.uni-inquiry-03-detail {
  flex-grow: 1;
  width: 100%;
}

.uni-inquiry-03-box {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.uni-inquiry-03-box + .uni-inquiry-03-box {
  margin-top: 10px;
}

.uni-inquiry-03-label {
  flex-shrink: 0;
  padding: 0 5px;
  min-width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #fa6778;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 60px;
}

.uni-inquiry-03-tel {
  flex-grow: 1;
  padding-left: 20px;
}

.uni-inquiry-03-tel > .list-desc {
  font-size: 1.4rem;
}

.uni-inquiry-03-tel > :last-child {
  margin-bottom: 0;
}

.uni-inquiry-03-num {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}

.uni-inquiry-03-num > span {
  display: inline-block;
  margin-right: 8px;
}

.uni-inquiry-03-num > span > img {
  position: relative;
  top: -4px;
}

.uni-inquiry-03-num > a {
  color: #fa6778;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .uni-inquiry-03 {
    display: block;
    padding: 30px 15px;
  }
  .uni-inquiry-03-title {
    padding: 0 0 10px;
    max-width: none;
  }
  .uni-inquiry-03-hdg {
    text-align: center;
  }
  .uni-inquiry-03-box {
    display: block;
    padding: 30px 15px;
  }
  .uni-inquiry-03-label {
    margin-bottom: 15px;
    padding: 5px;
    height: auto;
    font-size: 1.8rem;
    line-height: 1;
  }
  .uni-inquiry-03-tel {
    padding-left: 0;
  }
  .uni-inquiry-03-num {
    text-align: center;
    font-size: 3rem;
  }
}

/* .uni-property
----------------------------------------------- */
.uni-property > li {
  padding: 25px 0 60px;
  border-top: 4px solid #59b377;
}

.uni-property > li > :last-child {
  margin-bottom: 0;
}

.uni-property-hdg {
  margin-bottom: 25px;
  color: #333;
  font-weight: 500;
  font-size: 2.2rem;
}

.uni-property-icon {
  display: inline-block;
  margin-right: 10px;
  padding: 0 6px;
  border: 1px solid #fa6778;
  border-radius: 4px;
  color: #fa6778;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.4rem;
}

.uni-property-inner {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.uni-property-detail {
  flex-grow: 1;
}

.uni-property-tbl {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  table-layout: fixed;
  font-size: 1.4rem;
}

.uni-property-tbl th,
.uni-property-tbl td {
  padding: 5px 15px;
  border: 1px solid #ddd;
  word-break: break-all;
}

.uni-property-tbl th > :last-child,
.uni-property-tbl td > :last-child {
  margin-bottom: 0;
}

.uni-property-tbl th {
  background: #f5f5f5;
  color: #333;
  text-align: left;
  font-weight: 400;
}

.uni-property-item {
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
  max-width: 320px;
}

.uni-property-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 4px 5px 10px;
  border-radius: 4px;
  background: #59b377;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}

.uni-property-media {
  position: relative;
  top: -6px;
  display: block;
}

.uni-property-free {
  margin-top: 5px;
  color: #333;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .uni-property-inner {
    align-items: center;
    flex-direction: column-reverse;
  }
  .uni-property-detail {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .uni-property-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .uni-property-tbl th,
  .uni-property-tbl td {
    padding: 5px;
  }
}

/* .uni-compare
----------------------------------------------- */
.uni-compare {
  margin-bottom: 30px;
  padding: 45px 20px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.uni-compare-inner {
  display: flex;
  margin-left: -100px;
}

.uni-compare-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: calc(50% - 100px);
  margin-left: 100px;
  max-width: calc(50% - 100px);
  background: #f5f5f5;
}

.uni-compare-col._before::after {
  position: absolute;
  top: 50%;
  right: -65px;
  width: 0;
  height: 0;
  border-width: 25px 0 25px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #59b377;
  transform: translateY(-50%);
}

.uni-compare-label {
  position: absolute;
  top: -25px;
  left: 0;
  padding: 5px 10px;
  border-radius: 4px;
  background: #59b377;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}

.uni-compare-item {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .uni-compare {
    padding-right: 15px;
    padding-left: 15px;
  }
  .uni-compare-inner {
    display: block;
    margin-left: 0;
  }
  .uni-compare-col {
    margin-left: 0;
    max-width: 100%;
  }
  .uni-compare-col._before::after {
    top: auto;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .uni-compare-col._after {
    margin-top: 75px;
  }
}

/* .uni-faq
----------------------------------------------- */
.uni-faq {
  margin-bottom: 30px;
}

.uni-faq > li + li {
  margin-top: 20px;
}

.uni-faq .uni-faq-btn {
  display: flex;
  padding: 12px 100px 12px 20px;
}

.uni-faq .uni-faq-content {
  padding: 22px 20px 30px;
}

.uni-faq-label {
  display: block;
  flex-shrink: 0;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50vh;
  text-align: center;
  font-size: 2rem;
  font-family: Arial, sans-serif;
  line-height: 30px;
}

.uni-faq-label._q {
  background: #fff;
  color: #59b377;
}

.uni-faq-label._a {
  background: #59b377;
  color: #fff;
}

.uni-faq-content {
  margin-top: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .05);
}

.uni-faq-content > :last-child {
  margin-bottom: 0;
}

.uni-faq-inner {
  display: flex;
}

.uni-faq-detail {
  width: calc(100% - 42px);
}

@media only screen and (max-width: 767px) {
  .uni-faq .uni-faq-btn {
    padding-right: 50px;
  }
  .uni-faq .disclosure .disclosure-btn-icon {
    right: 20px;
  }
}

/* .uni-***-free
----------------------------------------------- */
.uni-seminar-free,
.uni-info-free {
  margin-bottom: 40px;
}

.uni-seminar-free > :last-child,
.uni-info-free > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    Content (.content-*)
----------------------------------------------------------------- */
/* .content-fluid-hdg (h1 wrapper)
----------------------------------------------- */
.content-fluid-hdg {
  margin-bottom: 60px;
  padding: 75px 0;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  background-image: url(/common/img/hdg/bg_hdg.png);
}

.content-fluid-hdg[class*=" _"] {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-fluid-hdg._apartment {
  background-image: url(/common/img/hdg/bg_hdg_apartment.jpg);
}

.content-fluid-hdg._building {
  background-image: url(/common/img/hdg/bg_hdg_building.jpg);
}

.content-fluid-hdg._dormitory {
  background-image: url(/common/img/hdg/bg_hdg_dormitory.jpg);
}

.content-fluid-hdg._estate {
  background-image: url(/common/img/hdg/bg_hdg_estate.jpg);
}

.content-fluid-hdg._guarantor {
  background-image: url(/common/img/hdg/bg_hdg_guarantor.jpg);
}

.content-fluid-hdg._intermediary {
  background-image: url(/common/img/hdg/bg_hdg_intermediary.jpg);
}

.content-fluid-hdg._leasing {
  background-image: url(/common/img/hdg/bg_hdg_leasing.jpg);
}

.content-fluid-hdg._monthly {
  background-image: url(/common/img/hdg/bg_hdg_monthly.jpg);
}

.content-fluid-hdg._owner {
  background-image: url(/common/img/hdg/bg_hdg_owner.jpg);
}

.content-fluid-hdg._owners {
  background-image: url(/common/img/hdg/bg_hdg_owners.jpg);
}

.content-fluid-hdg._pm {
  background-image: url(/common/img/hdg/bg_hdg_pm.jpg);
}

.content-fluid-hdg._recovery {
  background-image: url(/common/img/hdg/bg_hdg_recovery.jpg);
}

.content-fluid-hdg._recruit {
  background-image: url(/common/img/hdg/bg_hdg_recruit.jpg);
}

.content-fluid-hdg._resident {
  background-image: url(/common/img/hdg/bg_hdg_resident.jpg);
}

.content-fluid-hdg._second {
  background-image: url(/common/img/hdg/bg_hdg_second.jpg);
}

.content-fluid-hdg._trunkroom {
  background-image: url(/common/img/hdg/bg_hdg_trunkroom.jpg);
}

.content-fluid-hdg._management {
  background-image: url(/common/img/hdg/bg_hdg_management.jpg);
}

.content-fluid-hdg._about {
  background-image: url(/common/img/hdg/bg_hdg_about.jpg);
}

.content-fluid-hdg._area {
  background-image: url(/common/img/hdg/bg_hdg_area.jpg);
}

.content-fluid-hdg._csr {
  background-image: url(/common/img/hdg/bg_hdg_csr.jpg);
}

.content-fluid-hdg._hcgroup {
  background-image: url(/common/img/hdg/bg_hdg_hcgroup.jpg);
}

.content-fluid-hdg._history {
  background-image: url(/common/img/hdg/bg_hdg_history.jpg);
}

.content-fluid-hdg._outline {
  background-image: url(/common/img/hdg/bg_hdg_outline.jpg);
}

.content-fluid-hdg._philosophy {
  background-image: url(/common/img/hdg/bg_hdg_philosophy.jpg);
}

.content-fluid-hdg._purchaseflow {
  background-image: url(/common/img/hdg/bg_hdg_purchaseflow.jpg);
}

.content-fluid-hdg._agency {
  background-image: url(/common/img/hdg/bg_hdg_agency.jpg);
}

.content-fluid-hdg._lodging {
  background-image: url(/common/img/hdg/bg_hdg_lodging.jpg);
}

@media only screen and (max-width: 767px) {
  .content-fluid-hdg {
    padding: 60px 0;
  }
}

/* .content-fluid
----------------------------------------------- */
.content-fluid._type-02 {
  display: flex;
}

.content-fluid._type-02 .content-main {
  max-width: 920px;
}

.content-fluid._type-02 .content-inner {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 960px) {
  .content-fluid._type-02 {
    display: block;
  }
}

/* .content-main
----------------------------------------------- */
.content-main {
  width: 100%;
}

/* .content-sub
----------------------------------------------- */
.content-sub {
  flex-shrink: 0;
  margin-left: 40px;
  padding-bottom: 90px;
  width: 240px;
}

@media only screen and (max-width: 960px) {
  .content-sub {
    margin-left: 0;
    width: 100%;
  }
}

/* .content-inner
----------------------------------------------- */
.content-inner {
  padding: 90px 0 100px;
  background: #fff;
}

.content-inner:first-child {
  padding-top: 0;
}

.content-inner:nth-of-type(even) {
  background: #f5f5f5;
}

@media only screen and (max-width: 1230px) {
  .content-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* .content-body
----------------------------------------------- */
.content-body {
  margin: 0 auto;
  max-width: 1200px;
}

.content-body > [class^="hdg"]:first-child {
  margin-top: 0;
}

.content-body > :last-child {
  margin-bottom: 0;
}

.content-body._type-02 {
  max-width: 960px;
}

/* .content-narrow
----------------------------------------------- */
.content-narrow {
  margin: 0 auto;
  max-width: 960px;
}

.content-narrow > [class^="hdg"]:first-child {
  margin-top: 0;
}

.content-narrow > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    for header dropdown classes
----------------------------------------------------------------- */
/* is-dropdown-expand
----------------------------------------------- */
@media only screen and (max-width: 1040px) {
  .is-dropdown-expand {
    overflow: hidden;
  }
}

/* ----------------------------------------------------------------
    Modal
----------------------------------------------------------------- */
/* modal
----------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  display: none;
  margin: auto;
  padding: 15px;
  width: 100%;
  opacity: 0;
  transition: opacity .3s ease;
  will-change: opacity;
}

.modal.is-modal-render {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal.is-modal-show {
  opacity: 1;
}

.modal-inner {
  position: relative;
  overflow-y: auto;
  padding: 60px 60px 50px;
  max-width: 960px;
  max-height: 80vh;
  width: 100%;
  border-radius: 4px;
  background: #eafbf0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  background: #fff;
  line-height: 1;
  transition: opacity .3s ease;
}

.modal-close:hover,
.modal-close:active,
.modal-close:focus {
  opacity: .8;
}

.modal-close::before,
.modal-close::after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 13px;
  height: 2px;
  border-radius: 5px;
  background: #59b377;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-closeTxt {
  color: #59b377;
}

.modal-detail > :last-child {
  margin-bottom: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

.modal-overlay.is-overlay-show {
  opacity: .25;
}

@media only screen and (max-width: 767px) {
  .modal-inner {
    padding: 55px 15px 20px 15px;
  }
  .modal-close {
    top: 10px;
    right: 10px;
  }
}

.is-modal-show {
  overflow: hidden;
  width: 100%;
}

/* no-js
----------------------------------------------- */
.no-js .modal {
  position: static;
  display: block;
  opacity: 1;
}

/* ----------------------------------------------------------------
    Tab
----------------------------------------------------------------- */
/* .tab
----------------------------------------------- */
.tab {
  margin-bottom: 40px;
}

.tab-list {
  display: flex;
  margin-bottom: 20px;
}

.tab-list > li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  transition: background .3s ease;
}

.tab-list > li + li {
  border-left: 0;
}

.tab-list > li:hover,
.tab-list > li:active,
.tab-list > li:focus {
  background: #eafbf0;
}

.tab-list > li[aria-selected="true"] {
  position: relative;
  border-color: #59b377;
  background: #59b377;
}

.tab-list > li[aria-selected="true"]::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #59b377 transparent transparent transparent;
  transform: translateX(-50%);
}

.tab-list > li[aria-selected="true"] > span,
.tab-list > li[aria-selected="true"] > a {
  color: #fff;
}

.tab-list > li:first-child {
  border-radius: 4px 0 0 4px;
}

.tab-list > li:last-child {
  border-radius: 0 4px 4px 0;
}

.tab-list > li > span,
.tab-list > li > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px 30px;
  height: 100%;
  color: #59b377;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}

.tab-inner > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    Disclosure
----------------------------------------------------------------- */
/* .disclosure
----------------------------------------------- */
.disclosure {
  margin-bottom: 20px;
}

.disclosure .disclosure-btn {
  background: #59b377;
  font-size: 1.8rem;
  transition: background .3s ease;
}

.disclosure .disclosure-btn:hover,
.disclosure .disclosure-btn:active,
.disclosure .disclosure-btn:focus {
  background: #8acaa0;
}

.disclosure .disclosure-btn-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.disclosure-btn {
  position: relative;
  display: block;
  padding: 17px 70px 17px 30px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

.disclosure-btn[aria-expanded="true"] .disclosure-btn-icon {
  transform: rotate(225deg) translateY(-50%);
}

.disclosure-btn-icon {
  transition: transform .3s ease;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
}

.disclosure-btn-icon > span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap;
}

.disclosure-content {
  display: none;
  margin-top: 4px;
  padding: 30px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .05);
}

.disclosure-content > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .disclosure-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* .no-js
----------------------------------------------- */
.no-js .disclosure .js-disclosure-content {
  display: block;
}

/* ----------------------------------------------------------------
    Helper
----------------------------------------------------------------- */
/* Control Align
----------------------------------------------- */
.ta-l {
  text-align: left !important;
}

.ta-c {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

/* Control Weight
----------------------------------------------- */
.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* Control FontSize
----------------------------------------------- */
.fz-10 {
  font-size: 1rem !important;
}

.fz-12 {
  font-size: 1.2rem !important;
}

.fz-14 {
  font-size: 1.4rem !important;
}

.fz-16 {
  font-size: 1.6rem !important;
}

.fz-18 {
  font-size: 1.8rem !important;
}

.fz-20 {
  font-size: 2rem !important;
}

/* Control Width
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* Control margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* Control padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* Control break
----------------------------------------------- */
.break {
  display: block;
}

.break-02 {
  display: inline;
}

.break-03 {
  display: block;
}

@media only screen and (max-width: 767px) {
  .break {
    display: inline;
  }
  .break-02 {
    display: block;
  }
}
