@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* Document
----------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

/* Sections
----------------------------------------------- */
body {
  margin: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* Text-level semantics
----------------------------------------------- */
a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

/* Embedded content
----------------------------------------------- */
img {
  border-style: none;
}

/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

body {
  background: #fff;
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  line-height: 1.73333;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

a {
  color: #069;
  text-decoration: underline;
}
a[class] {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p,
ul,
ol,
dl {
  margin: 0 0 28px;
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 2px 0 0 0;
}

/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
.topicpath_inner,
.content-inner {
  margin: 0 auto;
  max-width: 980px;
}
@media only screen and (max-width: 1020px) {
  .topicpath_inner,
  .content-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.h-link-login > a::before,
.h-menu_btn > button::before,
.h-menu_btn > button::after,
.h-menu_btn-inner::before,
.h-menu_btn-inner > span::before,
.h-menu_btn-inner > span::after,
.global-nav_inner > li > a::before,
.global-nav_inner > li > a::after,
.topicpath_list > li:not(:first-child)::before,
.topicpath_list > li:first-child > a::before,
.topicpath_list > li:first-child > a::after,
.topicpath_list > li:first-child > a > span::before,
.topicpath_list > li:first-child > a > span::after,
.f-nav-top > span > a::before,
.f-panel_txt > b > span::before,
.f-panel_txt > b > span::after,
.f-panel_btn > span > span::before,
.list > li::before,
.list-desc > dd::before,
.link::before,
.link-back::before,
.link-list > li > a::before,
.icon-mark::before,
.nav-toc > li > a::before,
.panel-plan_col::after,
.panel-plan_list-catch::before,
.panel-plan_list-catch::after,
.panel-plan_list-catch_item::before,
.panel-plan_list-desc_inner:not(.-em)::before,
.panel-card::before,
.panel-card::after,
.panel-card_inner::before,
.panel-card_link_txt > span::before,
.panel-card-02_link > span::before,
.tab_list > li > a > span::before,
.tab_list > li > a::before,
.tab_list > li > a::after,
.tab_selectbox::before,
.modal_btn-close > button::before,
.modal_btn-close > button::after,
.carousel-slider_player > button::before,
.carousel-slider_player > button::after,
.carousel-slider_player > button > span::before,
.carousel-slider_prev > button::before,
.carousel-slider_next > button::before,
.uni-hdg-l2-02::before,
.uni-hdg-l2-02 > span::before,
.uni-hdg-l2-02 > span::after,
.uni-link-bnr > a::after,
.uni-nav-tab_item::before,
.t-content-fluid.-enterprise::before,
.t-content-fluid.-enterprise::after,
.t-content-fluid-04_body::before,
.t-lyt-point_txt-catch > span::before,
.t-lyt-point_txt-catch > span::after,
.t-lyt-point_list > li:not(:first-child)::before,
.t-lyt-hero-02_list > li::before,
.t-panel-02_hdg > span::before,
.t-panel-02_hdg > span::after,
.t-nav-toc_mark::before,
.t-nav-toc_mark::after,
.t-nav-toc_txt::before,
.t-nav-toc_img::before {
  display: block;
  content: '';
}

/* ----------------------------------------------------------------
    Header (.header and .h-*)
----------------------------------------------------------------- */
/* .header
----------------------------------------------- */
.header {
  margin: 0 auto;
  width: 100%;
}

/* .h-inner
----------------------------------------------- */
.h-inner {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 13px 40px 3px 0;
  width: 100%;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 4.8px .3px rgba(102, 102, 102, .3);
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.is-compact .h-inner {
  padding: 10px 40px 10px 0;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .h-inner {
    justify-content: stretch;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .h-inner {
    align-items: center;
    flex-direction: row;
    padding: 8px 20px;
    background: #fff;
  }
  .no-js .h-inner {
    position: static;
    flex-direction: column;
  }
}

/* .h-logo
----------------------------------------------- */
.h-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 240px;
  margin: -13px 0 -3px 0;
  background: #fff;
}
.h-logo_item {
  width: 160px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  text-align:center;
}
.h-logo_item > a {
  display: block;
  color: inherit;
}
.h-logo_item > a > img {
  max-width: none;
  width: 100%;
}
.is-compact .h-logo {
  margin: -10px 0;
}
@media only screen and (max-width: 1200px) {
  .h-logo {
    flex: 0 0 auto;
    margin-bottom: 10px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .h-logo {
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    margin: 0;
    padding: 0;
  }
  .h-logo_item {
    width: 160px;
  }
  .no-js .h-logo {
    flex: 0 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* .h-group
----------------------------------------------- */
.h-group {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  padding: 0 0 0 35px;
}
@media only screen and (max-width: 1200px) {
  .h-group {
    flex: 0 0 auto;
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .h-group {
    flex-direction: row-reverse;
    padding: 0;
    width: auto;
  }
  .no-js .h-group {
    flex-direction: column;
    width: 100%;
  }
}

/* .h-btn-primary
----------------------------------------------- */
.h-btn-primary {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
}
.h-btn-primary > a {
  display: block;
  box-sizing: border-box;
  padding: 18px 0 17px;
  min-width: 160px;
  border: 2px solid #f7b417;
  border-radius: 5px;
  background: #f7b417;
  color: #fff;
  text-decoration: none;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.h-btn-primary > a:hover,
.h-btn-primary > a:active,
.h-btn-primary > a:focus {
  background: #fff;
  color: #f7b417;
}
.is-compact .h-btn-primary > a {
  padding-top: 11px;
  padding-bottom: 10px;
  min-width: 150px;
}
@media only screen and (max-width: 767px) {
  .h-btn-primary {
    font-size: 1.4rem;
  }
  .h-btn-primary > a {
    padding: 8px 0 9px;
    min-width: 110px;
    border-radius: 4px;
  }
}

/* .h-menu
----------------------------------------------- */
.h-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  padding: 0 35px 0 0;
}
.h-menu_content {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.h-menu_inner {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .h-menu {
    padding-right: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .h-menu {
    flex: 0 0 25px;
    margin: 0;
    padding: 0;
  }
  .h-menu_content {
    top: 47px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100% - 47px);
  }
  .h-menu_inner {
    flex-direction: column;
    background: #fff;
  }
  .h-menu_btn-primary {
    position: absolute;
    top: 12px;
    right: 50px;
    margin: 0;
  }
  .h-menu_btn-primary > a {
    padding: 5px;
    max-width: none;
    font-size: 1.1rem;
  }
  .no-js .h-menu {
    flex: 0 0 auto;
  }
}

/* ----------------------------------------------------------------
    Global Nav (.global-nav[-*])
----------------------------------------------------------------- */
/* .global-nav
----------------------------------------------- */
.global-nav {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.global-nav_inner {
  display: flex;
/*  justify-content: space-between;*/
  align-items: flex-start;
  margin: 0;
}
.global-nav_inner > li {
  margin-left: 30px;
}
.global-nav_inner > li:first-child {
  margin-left: 0;
}
.global-nav_inner > li > a {
  position: relative;
  display: block;
  padding: 0 0 4px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: color .2s cubic-bezier(.4, 0, .2, 1);
}
.global-nav_inner > li > a::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #00acc1;
  transition: height .1s cubic-bezier(.4, 0, .2, 1);
}
.global-nav_inner > li > a > b {
  font-weight: inherit;
}
.global-nav_inner > .is-current > a,
.global-nav_inner > li > a:hover,
.global-nav_inner > li > a:active,
.global-nav_inner > li > a:focus {
  color: #00acc1;
}
.global-nav_inner > .is-current > a::before,
.global-nav_inner > li > a:hover::before,
.global-nav_inner > li > a:active::before,
.global-nav_inner > li > a:focus::before {
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .global-nav {
    flex: 0 0 auto;
    font-size: 1.6rem;
  }
  .global-nav_inner {
    display: block;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #e1e1e1;
  }
  .global-nav_inner > li {
    flex: 0 0 auto;
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0;
  }
  .global-nav_inner > li > a {
    padding: 8px 40px 9px 30px;
    text-align: left;
  }
  .global-nav_inner > li > a::before,
  .global-nav_inner > li > a::after {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 7px;
    height: 1px;
    border-radius: 2px;
    background: #298ac8;
  }
  .global-nav_inner > li > a::before {
    transform: translateY(-50%) rotate(30deg);
    transform-origin: 100% 100%;
  }
  .global-nav_inner > li > a::after {
    transform: translateY(-50%) rotate(-30deg);
    transform-origin: 100% 0;
  }
  .global-nav_inner > .is-current > a::before,
  .global-nav_inner > li > a:hover::before,
  .global-nav_inner > li > a:active::before,
  .global-nav_inner > li > a:focus::before {
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav_hid {
    display: none;
  }
}

/* ----------------------------------------------------------------
    Footer (.footer and .f-*)
----------------------------------------------------------------- */
/* .footer
----------------------------------------------- */
.footer {
  padding: 80px 0 25px;
  border-top: 1px solid #ccc;
  background: #333333;
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 20px 50px 20px;
  }
}

/* .f-inner
----------------------------------------------- */
.f-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.f-inner > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .f-inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .f-inner {
    padding: 0;
  }
}

/* .f-link-list-02
----------------------------------------------- */
.f-link-list-02 {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
.f-link-list-02 > li {
  padding: 0 16px 2px;
}
.f-link-list-02 > li:not(:last-child) {
  border-right: 1px solid #fff;
}
.f-link-list-02 > li > a {
  color: inherit;
  text-decoration: none;
}
.f-link-list-02 > li > a:hover,
.f-link-list-02 > li > a:active,
.f-link-list-02 > li > a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .f-link-list-02 {
/*    justify-content: left;*/
    flex-wrap: wrap;
    padding: 0;
  }
  .f-link-list-02 > li {
    padding: 0 6px 2px;
  }
}

/* .f-copyright
----------------------------------------------- */
.f-copyright {
  margin: 30px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .f-copyright {
    margin: 20px 0 0;
  }
}
.f-copyright > small > a {
    color: inherit;
    text-decoration: none;
}
/* ----------------------------------------------------------------
    Heading (.hdg-*)
----------------------------------------------------------------- */
/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  margin: 80px 0 50px;
  color: #298ac8;
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
}
.hdg-l2 > span {
  display: block;
  color: #666;
  font-size: 2rem;
}
.hdg-l2_img {
  display: block;
  margin: 0 auto 7px;
}
@media only screen and (max-width: 767px) {
  .hdg-l2 {
    margin: 0 0 15px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

/*----------------------------------------------- */
.content-inner > [class^='hdg-']:first-child,
.media-lyt_col > [class^='hdg-']:first-child,
.grid_col > [class^='hdg-']:first-child,
.t-content-fluid-04_inner > [class^='hdg-']:first-child {
  margin-top: 0;
}

/* .btn-primary
----------------------------------------------- */
.btn-primary {
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 0 17px;
  max-width: 260px;
  width: 100%;
  border: 2px solid #f7b417;
  border-radius: 5px;
  background: #f7b417;
  box-shadow: .5px .9px 2px rgba(102, 102, 102, .4);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #fff;
  color: #f7b417;
}

/* ----------------------------------------------------------------
    Grid (grid[-*])
----------------------------------------------------------------- */
/* .grid[data-col='3']
----------------------------------------------- */
.grid[data-col='3'] {
  margin-left: -3.06122%;
}
.grid[data-col='3'] > .grid_col {
  flex-basis: calc(33.33333% - 2.9703%);
  margin-left: 2.9703%;
}
.grid[data-col='3'].-col-wide {
  margin-left: -1.02041%;
}
.grid[data-col='3'].-col-wide > .grid_col {
  flex-basis: calc(33.33333% - 1.0101%);
  margin-left: 1.0101%;
}

/* .grid
----------------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-bottom: 30px;
}
.grid_col {
  margin-top: 30px;
}
.grid_col > :last-child {
  margin-bottom: 0;
}
.grid.-center {
  justify-content: center;
}
.grid.-lyt-plan {
  justify-content: center;
}
.grid.-lyt-plan > .grid_col {
  display: flex;
  align-items: flex-end;
}
.grid.-lyt-stretch > .grid_col {
  display: flex;
  align-items: stretch;
}
.grid.link-list,
.grid.link-list[data-col-ss] {
  margin-top: -15px;
}
.grid.link-list > .grid_col,
.grid.link-list[data-col-ss] > .grid_col {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .grid[data-col-ss='1'],
  .grid[data-col-ss='1'].-col-wide {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 0 40px;
  }
  .grid[data-col-ss='1'] > .grid_col,
  .grid[data-col-ss='1'].-col-wide > .grid_col {
    flex: 0 0 auto;
    margin: 0 0 40px;
  }
  .grid[data-col-ss='1'] > .grid_col:last-child,
  .grid[data-col-ss='1'].-col-wide > .grid_col:last-child {
    margin-bottom: 0;
  }
  .grid[data-col-ss='2'] {
    margin-top: -25px;
    margin-bottom: 25px;
    margin-left: -7.14286%;
  }
  .grid[data-col-ss='2'] > .grid_col {
    flex-basis: calc(50% - 6.66667%);
    margin-left: 6.66667%;
  }
  .grid[data-col-ss='2'] > .grid_col {
    margin-top: 25px;
  }
}

/* ----------------------------------------------------------------
    Media (.media[-*])
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  margin: 0 0 28px;
  width: 100%;
  /* for IE */
  text-align: center;
}
.media_item {
  margin: 0;
}
.t-lyt-point_list .media_item > img,
.t-lyt-hero_col-02 .media_item > img {
  max-width: none;
  width: 100%;
}
.grid_col > .media:first-child {
  margin-top: 6px;
}
.grid_col > .media:last-child {
  margin-bottom: 0;
}
.media.-iframe .media_item {
  margin: 0 auto;
}
.media.-shadow > .media_item > img {
  box-shadow: -3.9px 4.6px 10px rgba(102, 102, 102, .2);
}
@media only screen and (min-width: 768px) {
  .media.-iframe .media_item > iframe {
    max-width: 100%;
    max-height: 400px;
    width: 100vw;
    height: 40vw;
  }
  .media-lyt_item .media.-iframe .media_item > iframe {
    max-width: 580px;
    max-height: 480px;
    width: 59vw;
    height: 48vw;
  }
  .media.-iframe.-video .media_item > iframe {
    max-width: 800px;
    max-height: 449px;
    width: 81vw;
    height: 45vw;
  }
  .media-lyt_item .media.-iframe.-video .media_item > iframe {
    max-width: 580px;
    max-height: 326px;
    width: 59vw;
    height: 33vw;
  }
}
@media only screen and (max-width: 767px) {
  .media.-iframe .media_item > iframe {
    width: 90vw;
    height: 112vw;
  }
  .media.-iframe.-video .media_item > iframe {
    width: 90vw;
    height: 50vw;
  }
}

/* .media-caption
----------------------------------------------- */
.media-caption {
  margin: 14px 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* .media-lyt
----------------------------------------------- */
.media-lyt {
  display: flex;
  margin: 0 0 34px;
}
.media-lyt + media-lyt {
  margin-top: 50px;
}
.media-lyt_col > :last-child,
.media-lyt_item > :last-child {
  margin-bottom: 0;
}
.media-lyt_col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
@media only screen and (min-width: 768px) {
  .media-lyt.-left {
    flex-direction: row-reverse;
  }
  .media-lyt.-left > .media-lyt_item {
    margin-right: 40px;
  }
  .media-lyt.-right > .media-lyt_item {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .media-lyt {
    flex-direction: column-reverse;
  }
  .media-lyt_col,
  .media-lyt_item {
    flex: 0 0 auto;
  }
  .media-lyt_item {
    margin: 0 0 34px;
    text-align: center;
  }
  .media-lyt.-ss-bottom {
    flex-direction: column;
  }
  .media-lyt.-ss-bottom > .media-lyt_col {
    margin: 0 0 34px;
  }
  .media-lyt.-ss-bottom > .media-lyt_item {
    margin: 0;
  }
}
@media only screen and (max-width: 1020px) {
  .grid_col .media-lyt {
    flex-direction: column-reverse;
  }
  .grid_col .media-lyt_col,
  .grid_col
  .media-lyt_item {
    flex: 0 0 auto;
  }
  .grid_col .media-lyt_item {
    margin: 0 0 34px;
    text-align: center;
  }
  .grid_col .media-lyt.-ss-bottom {
    flex-direction: column;
  }
  .grid_col .media-lyt.-ss-bottom > .media-lyt_col {
    margin: 0 0 34px;
  }
  .grid_col .media-lyt.-ss-bottom > .media-lyt_item {
    margin: 0;
  }
}

/* ----------------------------------------------------------------
    Layout (.lyt-*)
----------------------------------------------------------------- */
/* .lyt-quote
----------------------------------------------- */
.lyt-quote {
  display: flex;
}
.lyt-quote_col > :last-child,
.lyt-quote_item > :last-child {
  margin-bottom: 0;
}
.lyt-quote_col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  padding: 10px 20px;
}
.lyt-quote_txt-catch {
  margin: 0 0 3px;
  color: #666;
  font-size: 2.3rem;
  line-height: 1.30435;
}
.lyt-quote_txt-catch > b {
  position: relative;
  display: inline-block;
  padding: 11px 25px 13px 32px;
}
.lyt-quote_txt-catch > b::before {
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f0eb";
background: #ffca2c;
color: white;
font-weight: normal;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.lyt-quote_txt-catch > b::after {
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ffca2c;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.lyt-quote_txt-content {
  padding: 10px;
}
.lyt-quote_list-desc > dt {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .lyt-quote {
    flex-direction: row-reverse;
  }
  .lyt-quote_item {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1020px) {
  .lyt-quote_item {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .lyt-quote {
    flex-direction: column-reverse;
  }
  .lyt-quote_col,
  .lyt-quote_item {
    flex: 0 0 auto;
  }
  .lyt-quote_item {
    width: auto;
  }
  .lyt-quote_txt-catch {
    margin: 10px 10px 0 10px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

/* ----------------------------------------------------------------
    Function Toggle (.fn-toggle[-*])
----------------------------------------------------------------- */
/* .fn-toggle-menu
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .fn-toggle-menu_content {
    position: fixed;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .fn-toggle-menu_content.is-block {
    display: block;
  }
  .fn-toggle-menu_content.is-show {
    opacity: 1;
  }
  .fn-toggle-menu_inner {
    opacity: 0;
    transform: translateY(-7px);
  }
  .fn-toggle-menu_content.is-animate .fn-toggle-menu_inner {
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity, transform;
  }
  .fn-toggle-menu_content.is-show .fn-toggle-menu_inner {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .is-toggle-menu-expand
----------------------------------------------- */
.is-toggle-menu-expand html {
  position: fixed;
  width: 100%;
}

/* JavaScript Off
----------------------------------------------- */
.no-js .fn-toggle_hook {
  display: none;
}

.no-js .fn-toggle_content,
.no-js .fn-toggle-menu_content {
  position: static !important;
  display: block;
}

.no-js .fn-toggle_inner,
.no-js .fn-toggle-menu_inner {
  opacity: 1 !important;
  transform: none !important;
}

/* ----------------------------------------------------------------
    Tab (.tab[-*])
----------------------------------------------------------------- */
/* .tab
----------------------------------------------- */
.tab {
  margin: 0 0 40px;
}
.tab_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 30px -10px;
  font-size: 1.7rem;
}
.tab_list > li {
  margin: 10px 0 0 10px;
}
.tab_list > li > a {
  position: relative;
  display: block;
  text-decoration: none;
}
.tab_list > li > a > span {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 13px 20px 14px 50px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.tab_list > li > a > span::before {
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 0 solid #298ac8;
  transition: border .1s cubic-bezier(.4, 0, .2, 1);
}
.tab_list > li > a::before {
  position: absolute;
  top: 19px;
  left: 16px;
  z-index: 1;
  width: 21px;
  height: 21px;
  border-radius: 11px;
  background: #f2f2f2;
}
.tab_list > li > a::after {
  position: absolute;
  top: 17px;
  left: 25px;
  z-index: 1;
  box-sizing: border-box;
  width: 12px;
  height: 16px;
  border-right: 4px solid #f7b417;
  border-bottom: 4px solid #f7b417;
  transform: rotate(45deg);
}
.tab_list > li > a:hover > span,
.tab_list > li > a:active > span,
.tab_list > li > a:focus > span,
.tab_list > li > a[aria-selected='true'] > span {
  background: #daeff2;
}
.tab_list > li > a:hover > span::before,
.tab_list > li > a:active > span::before,
.tab_list > li > a:focus > span::before,
.tab_list > li > a[aria-selected='true'] > span::before {
  border-width: 2px;
}
.tab_content {
  box-sizing: border-box;
  padding: 0 60px;
  min-height: 445px;
/*  background: #fff;*/
}
.tab_item > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tab_selectbox {
    position: relative;
    margin: 0 0 20px;
  }
  .tab_selectbox::before {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(135deg);
    pointer-events: none;
  }
  .tab_selectbox > select {
    box-sizing: border-box;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #666;
    font-size: 1.6rem;
  }
  .tab_selectbox > select::-ms-expand {
    display: none;
  }
  .tab_content {
    padding: 20px 17px 33px;
    min-height: 0;
  }
}

/* ----------------------------------------------------------------
    Function Tab (.fn-tab[-*])
----------------------------------------------------------------- */
/* .fn-tab_item
----------------------------------------------- */
.fn-tab_item {
  display: none;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(74, 74, 74, 0.4);
  box-shadow: 0 0 6px 0 rgba(74, 74, 74, 0.4);
}
.fn-tab_item.is-block {
  display: block;
}
.fn-tab_item.is-animate {
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  will-change: opcity, transform;
}
.fn-tab_item.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* JavaScript Off
----------------------------------------------- */
.no-js .fn-tab_item {
  display: block;
  margin-bottom: 20px;
  opacity: 1;
  transform: none;
}

.no-js .fn-tab_content > :last-child {
  margin-bottom: 0;
}

/* JavaScript Off
----------------------------------------------- */
.no-js .fn-sa_item,
.no-js .fn-sa_continuum {
  opacity: 1;
  transform: none;
}

/* ----------------------------------------------------------------
    Unique - Top (.t-*[-*])
----------------------------------------------------------------- */
/* .t-list-desc
----------------------------------------------- */
.t-list-desc {
  padding: 0 20px;
  text-align: center;
}
.t-list-desc > dt {
  margin: 0 0 15px;
  color: #298ac8;
  font-weight: 700;
  font-size: 2rem;
}
.t-list-desc > dt > img {
  display: block;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 767px) {
  .t-list-desc > dt {
    margin: 0 0 7px;
  }
  .t-list-desc > dt > img {
    margin-bottom: 14px;
  }
  .t-list-desc > dd {
    font-size: 1.5rem;
  }
}

.t-list-desc > dt > h3 {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  font-size: 1em;
  text-align: left;
}
.t-list-desc > dt > h3:before{
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #f7b417;
}

/* .t-content-fluid
----------------------------------------------- */
.t-content-fluid {
  position: relative;
  padding: 84px 0 0;
  background: url(/images/index-bg-01.jpg) no-repeat #bcdbe2 center/cover;
}
.t-content-fluid.-enterprise {
  overflow: hidden;
  background: url(/images/t-content-fluid-06_bg.jpg) no-repeat #fff center/cover;
}
.t-content-fluid.-enterprise::before,
.t-content-fluid.-enterprise::after {
  position: absolute;
  top: 50%;
  width: 34vw;
  height: 100%;
  background: url(/images/t-content-fluid-enterprise_bg.png) no-repeat 0 50%/100% 100%;
}
.t-content-fluid.-enterprise::before {
  left: 0;
  transform: translateY(-50%);
}
.t-content-fluid.-enterprise::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .t-content-fluid {
    padding: 135px 0 0;
  }
  .t-content-fluid.-enterprise::before {
    left: -9vw;
  }
  .t-content-fluid.-enterprise::after {
    right: -11vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-content-fluid {
    padding: 43px 0 0;
  }
  .t-content-fluid.-enterprise {
    background-position: 50% 0;
    background-size: 170% 45%;
  }
  .t-content-fluid.-enterprise::before,
  .t-content-fluid.-enterprise::after {
    display: none;
  }
}

/* .t-content-fluid-02
----------------------------------------------- */
.t-content-fluid-02 {
  background: url(/images/t-content-fluid-02_bg.jpg) no-repeat #bcdbe2 center/cover;
}
.t-content-fluid-02.-enterprise {
  background-image: url(/images/t-content-fluid-07_bg.jpg);
}

/* .t-content-fluid-03
----------------------------------------------- */
.t-content-fluid-03 {
  background: url(/images/t-content-fluid-03_bg.jpg) no-repeat #bcdbe2 center/cover;
}

/* .t-content-fluid-04
----------------------------------------------- */
.t-content-fluid-04_body {
  position: relative;
}
.t-content-fluid-04_body::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 74px solid transparent;
  border-left: 74px solid transparent;
  transform: translateX(-50%);
}
.t-content-fluid-04_body:nth-child(even) {
  background-color: #e6f7fd;
}
.t-content-fluid-04_body:nth-child(even)::before {
  border-top-color: #e6f7fd;
}
.t-content-fluid-04_body:last-child::before {
  display: none;
}
.t-content-fluid-04_body.-lyt-point {
  background-image: url(/images/index-bg-02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.t-content-fluid-04_inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 980px;
}
.t-content-fluid-04_inner > :last-child {
  margin-bottom: 0;
}
.t-content-fluid-04 > .t-content-fluid-04_body[class*='-lyt-point'] > .t-content-fluid-04_inner {
  padding: 100px 0;
}

.t-content-fluid-04.-enterprise .t-content-fluid-04_body:nth-child(odd) {
  background: #e6f7fd;
}
.t-content-fluid-04.-enterprise .t-content-fluid-04_body:nth-child(odd)::before {
  border-top-color: #e6f7fd;
}

.t-content-fluid-04.-enterprise .t-content-fluid-04_body:nth-child(even) {
  background: #fff;
}
.t-content-fluid-04.-enterprise .t-content-fluid-04_body:nth-child(even)::before {
  border-top-color: #fff;
}

@media only screen and (max-width: 1020px) {
  .t-content-fluid-04_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .t-content-fluid-04 > .t-content-fluid-04_body[class*='-lyt-point'] > .t-content-fluid-04_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .t-content-fluid-04_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .t-content-fluid-04 > .t-content-fluid-04_body[class*='-lyt-point'] > .t-content-fluid-04_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-02 .t-content-fluid-04_inner {
    overflow: hidden;
    padding-bottom: 40px;
  }
  .t-content-fluid-04_body::before {
    bottom: -18px;
    border-top-width: 18px;
    border-right-width: 44px;
    border-left-width: 44px;
  }
}

/* .t-content-fluid-05
----------------------------------------------- */
.t-content-fluid-05 {
  background: url(/images/t-content-fluid-05_bg.jpg) no-repeat #bcdbe2 center/cover;
}

/* .t-content-inner
----------------------------------------------- */
.t-content-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 980px;
}
.t-content-inner > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1020px) {
  .t-content-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .t-content-inner::before {
    min-height: 545px;
    /* [IE11] 元要素で min-height を設定した場合、flex が正しく処理されないため疑似要素で代用 */
    content: '';
  }
}

/* .t-lyt-point
----------------------------------------------- */
.t-lyt-point {
  display: flex;
}
.t-lyt-point_col > :last-child,
.t-lyt-point_item > :last-child {
  margin-bottom: 0;
}
.t-lyt-point_col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.t-lyt-point_col-02 {
  display: flex;
  align-items: center;
  margin: 0 0 0 90px;
  max-width: 580px;
}
.t-lyt-point_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.t-lyt-point_txt-catch {
  margin: 0 0 29px;
}
.t-lyt-point_txt-catch > span {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 9px 0;
  min-height: 62px;
  max-width: 72px;
  background: #f7b417;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
}
.t-lyt-point_txt-catch > span > span {
  display: block;
  margin: 4px 0 -2px;
  font-weight: 500;
  font-size: 3.4rem;
}
.t-lyt-point_txt-catch > b {
  display: block;
  margin: 29px 0 0;
  padding: 16px 0 0;
  color: #f7b417;
  font-size: 2.5rem;
  line-height: 1.52;
}
.t-lyt-point_list {
  display: flex;
  margin: 0 0 0 -50px;
}
.t-lyt-point_list > li {
  position: relative;
  margin: 0 0 0 50px;
}
.t-lyt-point_list > li:not(:first-child)::before {
  position: absolute;
  top: calc(50% + 17px);
  left: -28px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #00acc1;
  transform: translateY(calc(-50%));
}
.t-lyt-point_list > li > :last-child {
  margin-bottom: 0;
}
.t-lyt-point_media-caption {
  margin: 0 0 19px;
  color: #298ac8;
  font-weight: 700;
  font-size: 1.8rem;
}
.t-lyt-point_media {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.t-lyt-point_media-02 {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.t-lyt-point_media-03 {
  position: absolute;
  top: 40px;
  right: -70px;
}
@media only screen and (min-width: 1360px) {
  .t-lyt-point_col-02 {
    margin-right: -160px;
    max-width: none;
  }
}
@media only screen and (max-width: 1200px) {
  .t-lyt-point_media-03 {
    right: 0;
  }
}
@media only screen and (min-width: 1020px) {
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point .t-lyt-point_item,
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-03 .t-lyt-point_item {
    margin-right: 80px;
    max-width: 580px;
  }
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-04 .t-lyt-point_item {
    margin-left: 70px;
    max-width: 580px;
  }
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point .t-lyt-point_item {
    margin-left: 40px;
    max-width: 573px;
  }
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point-02 .t-lyt-point_item {
    margin-right: 92px;
    max-width: 562px;
  }
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point-03 .t-lyt-point_item {
    margin-left: 50px;
    max-width: 636px;
  }
}
@media only screen and (max-width: 1020px) {
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-02 .t-lyt-point_col-02 {
    margin-left: 40px;
    max-width: 50%;
  }
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point .t-lyt-point_item,
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-03 .t-lyt-point_item {
    margin-right: 40px;
  }
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-04 .t-lyt-point_item {
    margin-left: 40px;
  }
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point .t-lyt-point_item,
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point-03 .t-lyt-point_item {
    margin-left: 40px;
  }
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point-02 .t-lyt-point_item {
    margin-right: 40px;
  }
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point .t-lyt-point_item,
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-03 .t-lyt-point_item,
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-04 .t-lyt-point_item,
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point .t-lyt-point_item,
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point-02 .t-lyt-point_item,
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point-03 .t-lyt-point_item {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point .t-lyt-point,
  .t-content-fluid-04:not(.-enterprise) > .t-content-fluid-04_body.-lyt-point-03 .t-lyt-point {
    flex-direction: row-reverse;
  }
  .t-content-fluid-04.-enterprise > .t-content-fluid-04_body.-lyt-point-02 .t-lyt-point {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .t-lyt-point {
    flex-direction: column;
  }
  .t-lyt-point_col,
  .t-lyt-point_item {
    flex: 0 0 auto;
  }
  .t-lyt-point_col {
    position: relative;
    margin: 0 0 30px;
  }
  .t-lyt-point_col-02,
  .t-lyt-point_item {
    margin: 0 !important;
    max-width: none !important;
  }
  .t-lyt-point_txt-catch {
    margin: 0 0 20px;
  }
  .t-lyt-point_txt-catch > span {
    padding: 3px 0;
    min-height: 60px;
    font-size: 1.6rem;
  }
  .t-lyt-point_txt-catch > span::before {
    right: 8px;
    bottom: -15px;
    width: calc(100% - 16px);
    height: 16px;
  }
  .t-lyt-point_txt-catch > span::after {
    bottom: -15px;
    left: 0;
    width: 16px;
    height: 16px;
  }
  .t-lyt-point_txt-catch > span > span {
    font-size: 2.2rem;
  }
  .t-lyt-point_txt-catch > b {
    margin: 27px 0 0;
    font-size: 2.2rem;
    line-height: 1.63636;
  }
  .t-lyt-point_list {
    margin-left: -7vw;
  }
  .t-lyt-point_list > li {
    margin-left: 6vw;
  }
  .t-lyt-point_list > li:not(:first-child)::before {
    top: calc(50% + 19px);
    left: -4vw;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 7px;
  }
  .t-lyt-point_media-caption {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .t-lyt-point_media {
    top: 90px;
    right: -30px;
    bottom: auto;
    left: auto;
    width: 177px;
  }
  .t-lyt-point_media-02 {
    bottom: -50px;
    width: 65px;
  }
  .t-lyt-point_media-03 {
    top: 70px;
    right: 4vw;
    bottom: auto;
    width: 120px;
  }
}

/* .t-lyt-hero
----------------------------------------------- */
.t-lyt-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.t-lyt-hero_col > :last-child,
.t-lyt-hero_col-02 > :last-child {
  margin-bottom: 0;
}
.t-lyt-hero_col {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.t-lyt-hero_col > * {
  width: 100%;
  text-align: center;
}
.t-lyt-hero_col-02 {
  margin: 0 -90px 0 0;
}
.t-lyt-hero_hdg {
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
  text-shadow: #298ac8 1px 1px 0, #298ac8 -1px -1px 0,
    #298ac8 -1px 1px 0, #298ac8 1px -1px 0,
    #298ac8 0px 1px 0, #298ac8  0-1px 0,
    #298ac8 -1px 0 0, #298ac8 1px 0 0;
  font-size: 3.6rem;
  line-height: 1.5;
}
.t-lyt-hero_hdg > span {
  display: block;
  margin: -15px 0 0;
  font-size: 4.5rem;
  line-height: 1.8;
}
.t-lyt-hero_hdg > span > em {
  position: relative;
  top: .05em;
  font-size: 6.3rem;
}
.t-lyt-hero_txt-lead {
  margin: 0 0 24px;
  color: #333;
  text-align: center;
  text-shadow: 0 0 120px rgba(16, 54, 58, .4);
  font-weight: 500;
  font-size: 1.6rem;
}
.t-lyt-hero_txt-lead > span {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .t-lyt-hero_col {
    width: calc(100% - 450px);
  }
  .t-lyt-hero_col-02 {
    margin: 0;
    width: calc(100% - 360px);
  }
  .t-lyt-hero_txt-lead {
    max-width: 440px;
  }
  .t-lyt-hero_txt-lead > span {
    display: inline;
  }
  .t-lyt-hero_hdg {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .t-lyt-hero {
    flex-direction: column;
  }
  .t-lyt-hero_col,
  .t-lyt-hero_col-02 {
    flex: 0 0 auto;
    width: 100%;
  }
  .t-lyt-hero_col-02 {
    margin: 10px 0 18px;
    width: 207px;
  }
  .t-lyt-hero_hdg {
    font-size: 2.6rem;
  }
  .t-lyt-hero_hdg > span {
    font-size: 3.4rem;
    line-height: 2;
  }
  .t-lyt-hero_hdg > span > em {
    font-size: 4.7rem;
  }
  .t-lyt-hero_txt-lead {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------
    Content (.content-*)
----------------------------------------------------------------- */
/* .content-fluid
----------------------------------------------- */
.content-fluid {
  background: #fff;
}

/* .content-fluid-02
----------------------------------------------- */
.content-fluid-02 {
  background: #efefef;
}

/* .content-fluid-03
----------------------------------------------- */
.content-fluid-03 {
  background: #f8f8f8;
}

/* .content-fluid-hdg
----------------------------------------------- */
.content-fluid-hdg {
  background: #298ac8;
}
.content-fluid-hdg.-lower {
  background: #e6f7fd;
}

/* .content-inner
----------------------------------------------- */
.content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-inner > :last-child {
  margin-bottom: 0;
}
.content-main > .content-fluid:first-child > .content-inner {
  padding-top: 0;
}
.content-fluid-hdg > .content-inner {
  padding-top: 84px;
  padding-bottom: 43px;
}
@media only screen and (max-width: 1200px) {
  .content-fluid-hdg > .content-inner {
    padding-top: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-fluid-hdg > .content-inner {
    padding-top: 36px;
    padding-bottom: 26px;
  }
}

/* .content-main
----------------------------------------------- */
.content-main {
  display: flex;
  flex-direction: column;
}
.content-main > * {
  flex: 0 0 auto;
  order: 0;
}
@media only screen and (max-width: 767px) {
  .content-main {
    padding: 0;
  }
}

/* ----------------------------------------------------------------
    Helper
----------------------------------------------------------------- */
/* Control Align
----------------------------------------------- */
.center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}
