@charset "UTF-8";
/*
使用色
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  color: #363636;
  font-family: helvetica, arial, メイリオ, sans-serif;
  font-size: 1.43rem;
  line-height: 180%;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: 1;
  outline-color: #14aaff;
}

footer {
  background-color: #004398;
  color: #fff;
}

p {
  text-align: justify;
}

p, li {
  font-size: 1.6rem;
}

ul {
  list-style: none;
}

a {
  color: #004398;
  text-decoration: underline;
  cursor: pointer;
}

nav a {
  letter-spacing: 1px;
  text-decoration: none;
}

h1, h2, h3, h4 {
  color: #004398;
  font-weight: bolder;
}

.text-center {
  text-align: center !important;
}

.display-none {
  display: none;
}

.btn {
  transition: all 300ms 0s ease;
  display: inline-block;
  padding: 2px 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn:disabled {
  opacity: .3;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .3;
}

.m-btn-primary {
  background-color: #14aaff;
}

.m-btn-secondary {
  border: 2px solid #14aaff;
  background-color: #fff;
  color: #14aaff;
}

.hover {
  opacity: 0.6;
}

.bold {
  font-weight: bolder !important;
}

.title-sub {
  margin-top: 120px;
  padding: 50px 0;
  background-color: #f2f9fd;
  font-size: 3.5rem;
  line-height: 150%;
  text-align: center;
}

.title-copy {
  margin-top: 90px;
  font-size: 2.2rem;
}

.title-copy img {
  display: block;
  margin: 0 auto;
}

.title-copy span {
  display: block;
  margin-top: 15px;
  color: rgba(80, 80, 80, 0.7);
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.title-copy i {
  padding-bottom: 15px;
  font-size: 4rem;
}

.kino-tag-a, .kino-tag-b {
  padding: 8px 6px;
  font-weight: 700;
}

.kino-tag-a {
  border: 1px solid #32bea7;
  background-color: rgba(50, 190, 167, 0.04);
  color: #32bea7;
}

.kino-tag-b {
  border: 1px solid #ff8a96;
  background-color: rgba(255, 138, 150, 0.04);
  color: #ff8a96;
}

.fade-area {
  transition: all 300ms 0s ease;
  opacity: 0;
}

.fade-area-active {
  opacity: 1;
}

.mail-send .title-main {
  margin-top: 64px;
  font-size: 2rem;
  letter-spacing: 4px;
  text-align: center;
}

.mail-send .title-main span {
  padding-top: 0;
  line-height: 150%;
}

.mail-send img {
  display: block;
  width: 152px;
  margin: 30px auto 0;
}

.mail-send p {
  width: 80%;
  margin: 30px auto 0;
  text-align: center;
}

.space-s {
  margin-top: 15px;
}

.space-m {
  margin-top: 30px;
}

.space-l {
  margin-top: 60px;
}

.space-xm {
  margin-top: 90px;
}

.space-xl {
  margin-top: 120px;
}

.space-xxl {
  margin-top: 180px;
}

.space-2xl {
  margin-top: 240px;
}

.modoru-btn {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border: 2px solid #fff;
  border-radius: 3px;
}

.modoru-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #004398;
  background-color: #004398;
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
}

.modoru-btn img {
  width: 25px;
}

/* ブレイクポイント
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /*
PC用レイアウト
-------------------------------------------------- */
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  a:hover {
    text-decoration: none;
  }
  p {
    font-size: 1.5rem;
  }
  p + p {
    margin-top: 16px;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .m-btn-primary:hover {
    background-color: #004398;
  }
  .m-btn-secondary:hover {
    background-color: #14aaff;
    color: #fff;
  }
  .btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 268px;
    height: 48px;
    font-size: 1.6rem;
    font-weight: bolder;
  }
  header {
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    /* モバイルナビゲーション関連ここから */
    /* モバイルナビゲーション関連ここまで */
  }
  header .head-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    background-color: whitesmoke;
  }
  header .head-info p {
    font-size: 1.2rem;
  }
  header .head-info p span {
    display: none;
  }
  header .head-info img {
    display: block;
    width: 90px;
    margin-top: 2px;
  }
  header .menu .container {
    width: 100%;
  }
  header .main-nav .btn {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #004398;
    border-radius: 0;
    color: #004398;
  }
  header nav {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 88px;
    width: 100%;
    text-align: center;
  }
  header nav ul {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background-color: #fff;
  }
  header nav a, header .sub-nav a {
    /* リンクの色を変えたい場合はこのあたりを変更する */
    display: block;
    padding: 18px 0;
    text-decoration: none;
  }
  header .active a {
    background-color: #004398;
    color: #fff;
  }
  header nav li {
    /* リンクの色を変えたい場合はこのあたりを変更する */
    border-top: 1px solid #004398;
    border-right: 1px solid #004398;
    border-left: 1px solid #004398;
    font-weight: bolder;
    line-height: 100%;
  }
  header .sub-nav li:last-child {
    border-bottom: 1px solid #004398;
  }
  header .mobile-nav {
    /* ハンバーガーの色を変えたい場合はこのあたりを変更する */
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 18px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
  header span {
    /* ハンバーガーの色を変えたい場合はこのあたりを変更する */
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    border-radius: 0;
    background-color: #004398;
  }
  header span:first-child {
    margin-top: 6px;
  }
  header .mobile-nav-top {
    display: none;
  }
  header .mobile-nav,
  header .mobile-nav span {
    transition: all .4s;
  }
  header .mobile-nav.active {
    opacity: 1;
  }
  header .mobile-nav.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  header .mobile-nav.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .mobile-nav.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
  .modoru-btn {
    right: 24px;
    bottom: 64px;
  }
  .top .top-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background-image: url("./../images/top_img.jpg");
    background-position: center;
    background-size: cover;
  }
  .top .top-img img {
    width: 240px;
    filter: drop-shadow(0 0 5px #000);
  }
  .top .message {
    padding: 8px;
    background-color: #004398;
    color: #fff;
  }
  .top .message .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top .message img {
    display: inline-block;
    width: 30px;
    height: 26px;
    margin-right: 12px;
  }
  .topics h2 {
    margin-top: 96px;
    text-align: center;
  }
  .topics h2 img {
    width: 177px;
  }
  .topics ul {
    margin-top: 32px;
  }
  .topics li {
    width: 90%;
    max-width: 315px;
    margin: 16px auto 0;
    padding: 16px 16px 10px 16px;
    border: 2px solid #d4deeb;
  }
  .topics li:first-child {
    margin-top: 0;
  }
  .topics li h3 {
    margin-top: 6px;
    line-height: 180%;
    text-align: justify;
  }
  .topics li span {
    display: block;
    color: rgba(80, 80, 80, 0.5);
    font-weight: bold;
    line-height: 100%;
  }
  .topics .people {
    display: block;
    width: 90%;
    max-width: 687px;
    margin: 64px auto 0;
  }
  .topics a {
    text-decoration: none;
  }
  .topics a:hover h3 {
    text-decoration: underline;
  }
  .article-list {
    display: none;
    flex-wrap: wrap;
    width: 90%;
    margin: 64px auto 0;
    animation-name: fade-in;
    animation-duration: .5s;
    opacity: 0;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .article-list.list-active {
    display: flex;
    opacity: 1;
  }
  .article-list li {
    width: 90%;
    max-width: 315px;
    margin: 24px auto 0;
    padding: 16px 16px 16px 16px;
    border: 2px solid #d4deeb;
    background-color: #fff;
  }
  .article-list li:first-child {
    margin-top: 0;
  }
  .article-list li:nth-child(n + 4) {
    margin-top: 42px;
  }
  .article-list li .article-img {
    width: 100%;
    height: 180px;
    background-color: rgba(80, 80, 80, 0.1);
    background-image: url("./../images/icon_cloud@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 56px;
  }
  .article-list li .article-img-ec {
    height: 180px;
    background-size: cover;
  }
  .article-list li h3 {
    margin-top: 16px;
    line-height: 180%;
    text-align: justify;
  }
  .article-list li h3::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .article-list li h3::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .article-list li p {
    margin-top: 12px;
  }
  .article-list li p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .article-list li p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .article-list .btn {
    width: 100%;
    margin-top: 16px;
    padding: 8px;
    font-weight: bold;
  }
  .tab-menu {
    display: flex;
    justify-content: center;
    margin-top: 64px;
  }
  .tab-menu li {
    transition: all 300ms 0s ease;
    margin-left: 24px;
    padding: 8px 12px;
    border: 2px solid #004398;
    border-radius: 3px;
    color: #004398;
    line-height: 100%;
    cursor: pointer;
  }
  .tab-menu li:first-child {
    margin-left: 0;
  }
  .tab-menu li:hover, .tab-menu li.cat-tab-active {
    background-color: #004398;
    color: #fff;
  }
  .sales-doc {
    margin-top: 96px;
    padding: 64px 0;
    background-color: #eef5f9;
  }
  .sales-doc h2 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sales-doc h2 img:first-child {
    width: 33px;
  }
  .sales-doc h2 img:last-child {
    width: 126px;
    margin-top: 16px;
  }
  .sales-doc .btn-area {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    text-align: center;
  }
  .movie, .sales, .contact {
    margin-top: 64px;
  }
  .movie h2 .icon, .movie h2 .title, .sales h2 .icon, .sales h2 .title, .contact h2 .icon, .contact h2 .title {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .movie h2 .icon, .sales h2 .icon, .contact h2 .icon {
    width: 33px;
  }
  .movie h2 .title, .sales h2 .title, .contact h2 .title {
    margin-top: 16px;
  }
  .movie h2 .title-movie, .sales h2 .title-movie, .contact h2 .title-movie {
    width: 49px;
  }
  .movie h2 .title-sales, .sales h2 .title-sales, .contact h2 .title-sales {
    width: 126px;
  }
  .movie h2 .title-contact, .sales h2 .title-contact, .contact h2 .title-contact {
    width: 151px;
  }
  .movie .info-text, .sales .info-text, .contact .info-text {
    width: 90%;
    margin: 32px auto 0;
  }
  .movie .info-text::before, .sales .info-text::before, .contact .info-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .movie .info-text::after, .sales .info-text::after, .contact .info-text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .contact form {
    width: 90%;
    margin: 60px auto 0;
  }
  .contact form table {
    width: 100%;
  }
  .contact form th, .contact form td {
    display: block;
    padding: 0;
    border: 0;
  }
  .contact form th {
    margin-top: 15px;
    text-align: left;
  }
  .contact form td [type="text"], .contact form td textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid rgba(80, 80, 80, 0.3);
    border-radius: 3px;
    font-size: 1.8rem;
  }
  .contact form :-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 2rem;
  }
  .contact form ::placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 2rem;
  }
  .contact form :-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 2rem;
  }
  .toiawase {
    margin-top: 96px;
    padding-top: 96px;
    border-top: 1px solid #d4deeb;
    text-align: center;
  }
  .toiawase h2 img {
    display: block;
    width: 90%;
    max-width: 413px;
    margin: 0 auto;
  }
  .toiawase .toiawase-img {
    display: block;
    width: 90%;
    max-width: 407px;
    margin: 48px auto 0;
  }
  .toiawase a {
    margin: 64px auto 0;
  }
  .toiawase-top {
    padding-top: 0;
    border: 0;
  }
  .chiiki {
    margin-top: 96px;
    padding-top: 96px;
    border-top: 1px solid #d4deeb;
  }
  .chiiki h2 img {
    display: block;
    width: 234px;
    margin: 0 auto;
  }
  .chiiki .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
  }
  .chiiki .box img {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
  .chiiki .box table {
    width: 90%;
    max-width: 500px;
    margin: 16px auto 0;
  }
  .chiiki .box table tr:last-child th, .chiiki .box table tr:last-child td {
    border: 0;
  }
  .chiiki .box table th, .chiiki .box table td {
    display: block;
  }
  .chiiki .box table th {
    padding: 12px 32px 0;
    color: rgba(80, 80, 80, 0.6);
    text-align: left;
  }
  .chiiki .box table td {
    padding: 4px 32px 12px 48px;
    border-bottom: 1px solid #d4deeb;
  }
  .chiiki .box table .name {
    display: inline-block;
  }
  .chiiki .box table .name + .name {
    margin-left: 32px;
  }
  .chiiki .box table .kana, .chiiki .box table .kanji {
    display: block;
  }
  .chiiki .box table .kana {
    font-size: 1rem;
    line-height: 100%;
  }
  .chiiki .box table .kanji {
    font-size: 1.8rem;
  }
  footer {
    margin-top: 96px;
    padding: 60px 0;
  }
  footer .footer-info {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
  footer .company {
    color: #fff;
    font-size: 1.2rem;
  }
  footer .company .logo {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  footer .company .logo a {
    transition: all 300ms 0s ease;
  }
  footer .company .logo a:hover {
    opacity: 0.6;
  }
  footer .company .logo a:last-child {
    margin-left: 30px;
  }
  footer .footer-chiiki .title {
    display: block;
    margin-top: 32px;
    padding: 4px;
    background-color: #fff;
    color: #004398;
    font-weight: bold;
    text-align: center;
  }
  footer .footer-chiiki table {
    width: 100%;
    margin-top: 16px;
  }
  footer .footer-chiiki table th, footer .footer-chiiki table td {
    display: block;
  }
  footer .footer-chiiki table tr:last-child th, footer .footer-chiiki table tr:last-child td {
    border: 0;
  }
  footer .footer-chiiki table th {
    padding: 12px 32px 0;
    text-align: left;
  }
  footer .footer-chiiki table td {
    padding: 8px 32px 12px 48px;
    border-bottom: 1px solid #d4deeb;
  }
  footer .footer-chiiki table .name {
    display: inline-block;
  }
  footer .footer-chiiki table .name + .name {
    margin-left: 32px;
  }
  footer .footer-chiiki table .kana, footer .footer-chiiki table .kanji {
    display: block;
  }
  footer .footer-chiiki table .kana {
    font-size: 1rem;
    line-height: 100%;
  }
  footer .footer-chiiki table .kanji {
    font-size: 1.6rem;
  }
  .article-detail {
    margin-top: 96px;
  }
  .article-detail article {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 0;
  }
  .article-detail .topics-title img {
    display: block;
    width: 177px;
    margin: 0 auto;
  }
  .article-detail .eyecatch img {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 96px auto 0;
  }
  .article-detail .eyecatch + .title-main {
    margin-top: 96px;
  }
  .article-detail .title-main {
    margin-top: 96px;
    color: #004398;
    font-size: 2.8rem;
    letter-spacing: 4px;
    line-height: 135%;
    text-align: justify;
  }
  .article-detail .title-main::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.35) * .5em);
  }
  .article-detail .title-main::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.35) * .5em);
  }
  .article-detail .title-main img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .article-detail .ymd {
    display: block;
    margin-top: 7px;
    color: rgba(80, 80, 80, 0.6);
    font-size: 1.8rem;
  }
  .article-detail .main-text {
    margin-right: auto;
    margin-left: auto;
  }
  .article-detail .main-text img {
    display: block;
    max-width: 100%;
    margin: 90px auto;
  }
  .article-detail .main-text h2 {
    margin-top: 96px;
    font-size: 2.4rem;
    line-height: 150%;
    text-align: justify;
  }
  .article-detail .main-text h2::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
  }
  .article-detail .main-text h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .article-detail .main-text h2 + h3 {
    margin-top: 30px;
  }
  .article-detail .main-text h3 {
    position: relative;
    margin-top: 58px;
    color: rgba(80, 80, 80, 0.8);
    font-size: 2.2rem;
    font-style: italic;
    font-weight: normal;
    line-height: 150%;
  }
  .article-detail .main-text h4, .article-detail .main-text h5, .article-detail .main-text h6 {
    margin-top: 64px;
    color: #004398;
    font-size: 2rem;
    line-height: 150%;
  }
  .article-detail .main-text h4::before, .article-detail .main-text h5::before, .article-detail .main-text h6::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .article-detail .main-text h4::after, .article-detail .main-text h5::after, .article-detail .main-text h6::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .article-detail .main-text p {
    margin-top: 32px;
    line-height: 220%;
    text-align: justify;
  }
  .article-detail .main-text p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text ul {
    margin: 48px 32px 0 32px;
    list-style: disc;
  }
  .article-detail .main-text ul li {
    margin-top: 32px;
    font-style: italic;
    line-height: 220%;
    text-align: justify;
  }
  .article-detail .main-text ul li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text ul li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text ul + p {
    margin-top: 48px;
  }
  .article-detail .main-text blockquote {
    position: relative;
    margin: 64px 0;
    padding-left: 90px;
    font-style: italic;
  }
  .article-detail .main-text blockquote::before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(80, 80, 80, 0.1);
    font-family: "fontAwesome";
    font-size: 50px;
  }
  .article-detail .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 96px !important;
    margin-bottom: 96px;
  }
  .article-detail .img-box img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .article-detail .img-box.horizontal img {
    max-width: 48%;
  }
  .article-detail .img-box.horizontal img:first-child {
    margin-right: 4%;
  }
  .article-detail .img-box + h2, .article-detail .img-box + h3, .article-detail .img-box + h4, .article-detail .img-box + h5, .article-detail .img-box + h6, .article-detail .img-box + p, .article-detail .img-box blockquote {
    margin-top: 96px;
  }
  .article-detail .footer-nav {
    overflow: hidden;
    font-size: 1.6rem;
  }
  .article-detail .footer-nav a {
    display: block;
    margin-top: 96px;
    text-decoration: none;
  }
  .article-detail .footer-nav a:hover {
    text-decoration: underline;
  }
  .article-detail .footer-nav .prev-link, .article-detail .footer-nav .next-link {
    display: flex;
    align-items: center;
  }
  .article-detail .footer-nav .prev-link img, .article-detail .footer-nav .next-link img {
    display: block;
    width: 12px;
  }
  .article-detail .footer-nav .prev-link {
    float: left;
  }
  .article-detail .footer-nav .prev-link img {
    margin-right: 8px;
    transform: rotate(180deg);
  }
  .article-detail .footer-nav .next-link {
    float: right;
  }
  .article-detail .footer-nav .next-link img {
    display: block;
    margin-left: 8px;
  }
  .no-page .title {
    margin-top: 64px;
    color: #004398;
    font-size: 2.8rem;
    letter-spacing: 4px;
    line-height: 135%;
    text-align: center;
  }
  .no-page .title img {
    display: block;
    margin: 0 auto 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .no-page p {
    margin-top: 64px;
    line-height: 220%;
  }
  .no-page p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2) * .5em);
  }
  .no-page p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2) * .5em);
  }
  .login .left {
    padding-top: 64px;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    background-image: url("./../images/img_login@2x.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
  .login .left h1 {
    padding-bottom: 128px;
  }
  .login .left h1 img {
    display: block;
    width: 180px;
    margin: 0 auto 128px;
  }
  .login .right {
    padding: 64px 0;
    background-color: #004398;
  }
  .login .right .box {
    width: 90%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .login .right h2 {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .login .right h2 img {
    width: 12px;
    height: 14px;
    margin-right: 8px;
  }
  .login .right form {
    width: 100%;
  }
  .login .right .input {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    border: 0;
    border-radius: 4px;
    color: rgba(80, 80, 80, 0.7);
    font-size: 1.6rem;
  }
  .login .right .input:-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.5);
  }
  .login .right .input::placeholder {
    color: rgba(80, 80, 80, 0.5);
  }
  .login .right .btn {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 2px solid #14aaff;
  }
  .login .right .btn:hover {
    border: 2px solid #fff;
  }
  .login .right .product-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 32px;
  }
  .login .right .product-link img {
    display: block;
    width: 8px;
    margin-right: 8px;
  }
  .login .right .product-link a {
    color: #fff;
    text-decoration: none;
  }
  .login .right .product-link a:hover {
    text-decoration: underline;
  }
  .login .copy-right {
    margin-top: 16px;
    color: rgba(80, 80, 80, 0.5);
    font-size: 1.2rem;
    text-align: center;
  }
  .login .error-box {
    margin-bottom: 16px;
    border-radius: 5px;
    background-color: #fefef3;
  }
  .login .error-text {
    display: block;
    margin-top: 4px;
    color: #ff5858;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .login .error-text-box {
    display: block;
    padding: 6px 8px;
    color: #ff5858;
    font-size: 1.2rem;
    line-height: 150%;
  }
  .login .error-text-box + .error-text-box {
    margin-top: 0;
  }
  #lf_form_div {
    width: 100%;
    /* ===================================
    画面全体のレイアウト
    =================================== */
    /* フォームエリア全体の設定 */
    /* ===================================
    設問エリアのレイアウト
    =================================== */
    /* 設問エリア全体の設定 */
    /*設問名のセルのデザイン */
    /* 設問の入力セルおよび表示セルのデザイン */
    /* 設問の入力例/説明セルのデザイン */
    /* 入力セルの「氏」「名」の文字のデザイン */
    /* 入力確認画面、完了画面の入力された文字のデザイン */
    /* ボタンの表示エリアの設定 */
    /* 入力エラーメッセージのデザイン */
    /* 公開終了メッセージのデザイン */
    /* ===================================
    入力コントロールのデザイン
    =================================== */
    /* 確認／送信／戻る／登録ボタン */
    /* 入力中のフィールドの背景色 */
    /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */
    /* ===================================
    必須項目のマークおよびメッセージなど
    =================================== */
    /* 必須項目のマーク */
    /* 必須項目についての説明文 */
    /* メールアドレスの再入力メッセージ */
  }
  #lf_form_div [type="text"] {
    padding: 6px;
    border: 1px solid rgba(80, 80, 80, 0.3);
    border-radius: 3px;
    font-size: 2.4rem;
  }
  #lf_form_div :-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 1.5rem;
  }
  #lf_form_div ::placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 1.5rem;
  }
  #lf_form_div :-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 1.5rem;
  }
  #lf_form_div td {
    padding: 0 0 15px;
    display: block;
  }
  #lf_form_div td [type="text"], #lf_form_div td textarea {
    width: 100% !important;
    padding: 6px;
    border: 1px solid rgba(80, 80, 80, 0.3);
    border-radius: 3px;
    font-size: 1.8rem;
  }
  #lf_form_div table {
    width: 100%;
  }
  #lf_form_div tr:last-child .label {
    border-bottom: 0;
  }
  #lf_form_div select + br {
    display: none;
  }
  #lf_form_div br + textarea {
    margin-top: 15px;
  }
  #lf_form_div [type="radio"], #lf_form_div [type="checkbox"] {
    margin-right: 10px;
  }
  #lf_form_div select {
    font-size: 1.5rem;
  }
  #lf_form_div form {
    margin-top: 30px;
  }
  #lf_form_div .container {
    width: 100%;
  }
  #lf_form_div .label {
    padding: 15px 0 10px;
    border-bottom: 0;
    color: #004398;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    vertical-align: middle;
  }
  #lf_form_div .comment {
    display: none;
  }
  #lf_form_div .label_name {
    color: rgba(80, 80, 80, 0.7);
    font-size: 1.2rem;
  }
  #lf_form_div .value {
    margin-top: 0;
  }
  #lf_form_div .button_area {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #lf_form_div .message {
    margin-bottom: 24px;
    padding: 20px 30px;
    background-color: rgba(20, 170, 255, 0.1);
    color: #ff5858;
    border-radius: 3px;
  }
  #lf_form_div [type=button] {
    transition: all 300ms 0s ease;
    display: block;
    margin: 0 15px;
    padding: 2px 18px;
    border: 2px solid #14aaff;
    border-radius: 3px;
    background-color: #14aaff;
    color: #fff;
    font-size: 1.4rem;
    line-height: inherit;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  #lf_form_div [type=button]:disabled {
    opacity: .3;
    cursor: not-allowed;
  }
  #lf_form_div [type=button]:hover {
    opacity: .5;
    cursor: pointer;
  }
  #lf_form_div #button_confirm_back {
    background-color: #fff;
    color: #14aaff;
  }
  #lf_form_div .required {
    display: inline-block;
    padding-left: 10px;
    color: #ff8a96;
    font-size: 60%;
    font-weight: bold;
  }
  #lf_form_div .required:after {
    /* ここを編集することで表示されるマークを変更できます */
    content: "※必須";
  }
  #lf_form_div .required_msg {
    padding-bottom: 4px;
    color: #ff8a96;
    font-size: 80%;
    font-weight: bold;
  }
  #lf_form_div .required_msg:after {
    /* ここを編集することで表示されるマークを変更できます */
    content: "「※必須」となっている項目は必ず入力してください。";
    width: 100%;
    height: auto;
  }
  #lf_form_div .label_mail {
    margin-top: 0;
    margin-right: 4px;
    padding-bottom: 0;
    color: rgba(80, 80, 80, 0.7);
    font-size: 70%;
  }
  #lf_form_div .label_mail:after {
    /* ここを編集することで表示されるメッセージを変更できます */
    content: "確認のため、もう一度メールアドレスを入力してください";
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .bannerGroup .blog-list .img-area {
    width: 332px;
    height: 200px;
    background-image: url("../images/no_img.png");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) {
  /*
PC用レイアウト
-------------------------------------------------- */
  .pc {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
  .mobile-nav {
    display: none;
  }
  a:hover {
    text-decoration: none;
  }
  p {
    font-size: 1.5rem;
  }
  p + p {
    margin-top: 16px;
  }
  .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .container {
    padding: 0 32px;
  }
}

@media only screen and (min-width: 768px) {
  .m-btn-primary:hover {
    background-color: #004398;
  }
  .m-btn-secondary:hover {
    background-color: #14aaff;
    color: #fff;
  }
  .btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 268px;
    height: 48px;
    font-size: 1.6rem;
    font-weight: bolder;
  }
  header {
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
  }
  header .head-info {
    background-color: whitesmoke;
  }
  header .head-info .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .head-info p, header .head-info a {
    margin-top: 0;
    color: rgba(80, 80, 80, 0.8);
    font-size: 1.3rem;
    font-weight: bolder;
  }
  header .head-info p span, header .head-info a span {
    padding-left: 15px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  header .head-info p img, header .head-info a img {
    width: 85px;
  }
  header .head-info p:last-child, header .head-info a:last-child {
    padding: 5px 0;
    line-height: 100%;
  }
  header .head-info a {
    transition: all 300ms 0s ease;
  }
  header .head-info a:hover {
    opacity: 0.6;
  }
  header .menu {
    padding: 12px 0;
  }
  header .menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu .container h1 img {
    transition: all 300ms 0s ease;
    width: 180px;
  }
  header .menu .main-nav {
    display: flex;
    align-items: center;
    font-weight: bolder;
  }
  header .menu .main-nav li {
    border-left: 1px solid #004398;
  }
  header .menu .main-nav li a {
    transition: all 300ms 0s ease;
    display: block;
    font-size: 1.4rem;
  }
  header .menu .main-nav li:not(:last-child) a {
    margin: 0 16px;
    padding: 6px 8px;
    border-bottom: 1px solid #fff;
    line-height: 100%;
  }
  header .menu .main-nav li:not(:last-child) a:hover {
    border-bottom: 1px solid #004398;
  }
  header .menu .main-nav li:first-child, header .menu .main-nav li:last-child {
    border: 0;
  }
  header .menu .main-nav li.active a {
    border-bottom: 1px solid #004398 !important;
  }
  header .menu .main-nav li .btn {
    padding: 2px 12px;
    border: 2px solid #004398;
    color: #004398;
  }
  header .menu .main-nav li .btn:hover {
    background-color: #004398;
    color: #fff;
  }
  header .navbar-fixed-top {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    padding: 12px 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
  header .navbar-fixed-top h1 img {
    width: 140px !important;
  }
  header .navbar-fixed-top .main-nav li {
    border-left: 1px solid #004398;
  }
  header .navbar-fixed-top .main-nav li a {
    font-size: 1.4rem;
  }
  header .navbar-fixed-top .main-nav li:not(:last-child) a {
    margin: 0 8px;
    padding: 6px 8px;
  }
  header .navbar-fixed-top .main-nav .btn {
    padding: 1px 8px !important;
    font-size: 1.2rem;
  }
  .top .top-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-image: url("./../images/top_img.jpg");
    background-position: right;
    background-size: cover;
  }
  .top .top-img img {
    width: 300px;
    filter: drop-shadow(0 0 5px #000);
  }
  .top .message {
    padding: 8px;
    background-color: #004398;
    color: #fff;
  }
  .top .message .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top .message img {
    display: inline-block;
    width: 30px;
    height: 26px;
    margin-right: 12px;
  }
  .topics h2 {
    margin-top: 128px;
    text-align: center;
  }
  .topics h2 img {
    width: 177px;
  }
  .topics ul {
    display: flex;
    justify-content: center;
    margin-top: 64px;
  }
  .topics li {
    width: 315px;
    margin-left: 42px;
    padding: 16px 16px 10px 16px;
    border: 2px solid #d4deeb;
  }
  .topics li:first-child {
    margin-left: 0;
  }
  .topics li h3 {
    margin-top: 6px;
    line-height: 180%;
    text-align: justify;
  }
  .topics li span {
    display: block;
    color: rgba(80, 80, 80, 0.5);
    font-weight: bold;
    line-height: 100%;
  }
  .topics .people {
    display: block;
    width: 687px;
    margin: 64px auto 0;
  }
  .topics a {
    text-decoration: none;
  }
  .topics a:hover h3 {
    text-decoration: underline;
  }
  .article-list {
    display: none;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1029px;
    margin: 64px auto 0;
    animation-name: fade-in;
    animation-duration: .5s;
    opacity: 0;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .article-list.list-active {
    display: flex;
    opacity: 1;
  }
  .article-list li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30.6122%;
    margin-left: 4.0816%;
    padding: 16px 16px 16px 16px;
    border: 2px solid #d4deeb;
    background-color: #fff;
  }
  .article-list li:first-child, .article-list li:nth-child(4n) {
    margin-left: 0;
  }
  .article-list li:nth-child(n + 4) {
    margin-top: 42px;
  }
  .article-list li .article-img {
    width: 100%;
    padding-top: 64.2857%;
    background-color: rgba(80, 80, 80, 0.1);
    background-image: url("./../images/icon_cloud@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 56px;
  }
  .article-list li .article-img-ec {
    width: 100%;
    padding-top: 64.2857%;
    background-position: center;
    background-size: cover;
  }
  .article-list li h3 {
    margin-top: 16px;
    line-height: 180%;
    text-align: justify;
  }
  .article-list li h3::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .article-list li h3::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .article-list li p {
    margin-top: 12px;
  }
  .article-list li p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .article-list li p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .article-list .btn {
    margin-top: 16px;
    padding: 8px;
    font-weight: bold;
  }
  .tab-menu {
    display: flex;
    justify-content: center;
    margin-top: 64px;
  }
  .tab-menu li {
    transition: all 300ms 0s ease;
    margin-left: 28px;
    padding: 8px 12px;
    border: 2px solid #004398;
    border-radius: 3px;
    color: #004398;
    line-height: 100%;
    cursor: pointer;
  }
  .tab-menu li:first-child {
    margin-left: 0;
  }
  .tab-menu li:hover, .tab-menu li.cat-tab-active {
    background-color: #004398;
    color: #fff;
  }
  .sales-doc {
    margin-top: 128px;
    padding: 64px 0;
    background-color: #eef5f9;
  }
  .sales-doc h2 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sales-doc h2 img:first-child {
    width: 33px;
  }
  .sales-doc h2 img:last-child {
    width: 126px;
    margin-top: 16px;
  }
  .sales-doc .btn-area {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    text-align: center;
  }
  .movie, .sales, .contact {
    margin-top: 96px;
  }
  .movie h2 .icon, .movie h2 .title, .sales h2 .icon, .sales h2 .title, .contact h2 .icon, .contact h2 .title {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .movie h2 .icon, .sales h2 .icon, .contact h2 .icon {
    width: 33px;
  }
  .movie h2 .title, .sales h2 .title, .contact h2 .title {
    margin-top: 16px;
  }
  .movie h2 .title-movie, .sales h2 .title-movie, .contact h2 .title-movie {
    width: 49px;
  }
  .movie h2 .title-sales, .sales h2 .title-sales, .contact h2 .title-sales {
    width: 126px;
  }
  .movie h2 .title-contact, .sales h2 .title-contact, .contact h2 .title-contact {
    width: 151px;
  }
  .movie .info-text, .sales .info-text, .contact .info-text {
    margin-top: 32px;
    text-align: center;
  }
  .movie .info-text::before, .sales .info-text::before, .contact .info-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .movie .info-text::after, .sales .info-text::after, .contact .info-text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .contact {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
  .contact .form {
    margin-top: 64px;
  }
  .contact table {
    font-size: 1.65rem;
  }
  .contact table th, .contact table .label {
    padding: 15px;
    border-bottom: 1px solid #d4deeb;
    color: #004398;
    vertical-align: middle;
  }
  .contact table .label {
    font-weight: bold;
    text-align: center;
  }
  .contact table td {
    padding: 15px;
    border-bottom: 1px solid #d4deeb;
    vertical-align: middle;
  }
  .contact table tr:last-child th, .contact table tr:last-child td {
    border-bottom: 0;
  }
  .contact table ul {
    margin-left: 25px;
    list-style: disc;
  }
  .mail-send .title-main {
    margin-top: 128px;
  }
  .toiawase {
    margin-top: 128px;
    text-align: center;
  }
  .toiawase h2 img {
    display: block;
    width: 413px;
    margin: 0 auto;
  }
  .toiawase .toiawase-img {
    display: block;
    width: 407px;
    margin: 64px auto 0;
  }
  .toiawase a {
    margin: 64px auto 0;
  }
  .chiiki {
    margin-top: 128px;
  }
  .chiiki h2 img {
    display: block;
    width: 234px;
    margin: 0 auto;
  }
  .chiiki .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
  }
  .chiiki .box img {
    display: block;
    width: 40%;
    max-width: 540px;
  }
  .chiiki .box table {
    min-width: 390px;
    margin-left: 48px;
  }
  .chiiki .box table th, .chiiki .box table td {
    border-bottom: 1px solid #d4deeb;
    vertical-align: middle;
  }
  .chiiki .box table tr:last-child th, .chiiki .box table tr:last-child td {
    border: 0;
  }
  .chiiki .box table th {
    padding: 12px 32px;
    color: rgba(80, 80, 80, 0.6);
    text-align: left;
  }
  .chiiki .box table td {
    padding: 12px 32px;
  }
  .chiiki .box table .name {
    display: inline-block;
  }
  .chiiki .box table .name + .name {
    margin-left: 32px;
  }
  .chiiki .box table .kana, .chiiki .box table .kanji {
    display: block;
  }
  .chiiki .box table .kana {
    font-size: 1rem;
    line-height: 100%;
  }
  .chiiki .box table .kanji {
    font-size: 1.8rem;
  }
  footer {
    margin-top: 128px;
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 768px) {
  footer .footer-info {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
  }
  footer .company {
    color: #fff;
    font-size: 1.2rem;
  }
  footer .company .logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  footer .company .logo a {
    transition: all 300ms 0s ease;
  }
  footer .company .logo a:hover {
    opacity: 0.6;
  }
  footer .company .logo a:last-child {
    margin-left: 30px;
  }
  footer .footer-chiiki .title {
    display: block;
    padding: 4px 0;
    border: 1px solid #fff;
    font-weight: bold;
    text-align: center;
  }
  footer .footer-chiiki table {
    margin-top: 24px;
  }
  footer .footer-chiiki table th, footer .footer-chiiki table td {
    border-bottom: 1px solid #d4deeb;
    vertical-align: middle;
  }
  footer .footer-chiiki table tr:last-child th, footer .footer-chiiki table tr:last-child td {
    border: 0;
  }
  footer .footer-chiiki table th {
    padding: 12px 32px;
    text-align: left;
  }
  footer .footer-chiiki table td {
    padding: 12px 32px;
  }
  footer .footer-chiiki table .name {
    display: inline-block;
  }
  footer .footer-chiiki table .name + .name {
    margin-left: 32px;
  }
  footer .footer-chiiki table .kana, footer .footer-chiiki table .kanji {
    display: block;
  }
  footer .footer-chiiki table .kana {
    font-size: 1rem;
    line-height: 100%;
  }
  footer .footer-chiiki table .kanji {
    font-size: 1.6rem;
  }
  .article-detail {
    margin-top: 128px;
  }
  .article-detail article {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 0;
  }
  .article-detail .topics-title img {
    display: block;
    width: 177px;
    margin: 0 auto;
  }
  .article-detail .eyecatch img {
    display: block;
    width: 50%;
    max-width: 400px;
    margin: 128px auto 0;
  }
  .article-detail .eyecatch + .title-main {
    margin-top: 96px;
  }
  .article-detail .title-main {
    margin-top: 128px;
    color: #004398;
    font-size: 2.8rem;
    letter-spacing: 4px;
    line-height: 135%;
    text-align: justify;
  }
  .article-detail .title-main::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.35) * .5em);
  }
  .article-detail .title-main::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.35) * .5em);
  }
  .article-detail .title-main img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .article-detail .ymd {
    display: block;
    margin-top: 7px;
    color: rgba(80, 80, 80, 0.6);
    font-size: 1.8rem;
  }
  .article-detail .main-text {
    margin-right: auto;
    margin-left: auto;
  }
  .article-detail .main-text img {
    display: block;
    max-width: 100%;
    margin: 90px auto;
  }
  .article-detail .main-text h2 {
    margin-top: 124px;
    font-size: 2.4rem;
    line-height: 150%;
    text-align: justify;
  }
  .article-detail .main-text h2::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
  }
  .article-detail .main-text h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .article-detail .main-text h2 + h3 {
    margin-top: 30px;
  }
  .article-detail .main-text h3 {
    position: relative;
    margin-top: 58px;
    color: rgba(80, 80, 80, 0.8);
    font-size: 2.2rem;
    font-style: italic;
    font-weight: normal;
    line-height: 150%;
  }
  .article-detail .main-text h3::after {
    content: " ";
    position: absolute;
    bottom: 18px;
    width: 60px;
    margin-left: 10px;
    border-bottom: 1px solid rgba(80, 80, 80, 0.8);
  }
  .article-detail .main-text h4, .article-detail .main-text h5, .article-detail .main-text h6 {
    margin-top: 64px;
    color: #004398;
    font-size: 2rem;
    line-height: 150%;
  }
  .article-detail .main-text h4::before, .article-detail .main-text h5::before, .article-detail .main-text h6::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * .5em);
  }
  .article-detail .main-text h4::after, .article-detail .main-text h5::after, .article-detail .main-text h6::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .article-detail .main-text p {
    margin-top: 32px;
    line-height: 220%;
    text-align: justify;
  }
  .article-detail .main-text p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text ul {
    margin: 48px 48px 0 48px;
    list-style: disc;
  }
  .article-detail .main-text ul li {
    margin-top: 32px;
    font-style: italic;
    line-height: 220%;
    text-align: justify;
  }
  .article-detail .main-text ul li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text ul li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2) * .5em);
  }
  .article-detail .main-text ul + p {
    margin-top: 48px;
  }
  .article-detail .main-text blockquote {
    position: relative;
    margin: 64px 0;
    padding-left: 90px;
    font-style: italic;
  }
  .article-detail .main-text blockquote::before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(80, 80, 80, 0.1);
    font-family: "fontAwesome";
    font-size: 50px;
  }
  .article-detail .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 96px !important;
    margin-bottom: 96px;
  }
  .article-detail .img-box img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .article-detail .img-box.horizontal img {
    max-width: 48%;
  }
  .article-detail .img-box.horizontal img:first-child {
    margin-right: 4%;
  }
  .article-detail .img-box + h2, .article-detail .img-box + h3, .article-detail .img-box + h4, .article-detail .img-box + h5, .article-detail .img-box + h6, .article-detail .img-box + p, .article-detail .img-box blockquote {
    margin-top: 96px;
  }
  .article-detail .footer-nav {
    overflow: hidden;
    font-size: 1.6rem;
  }
  .article-detail .footer-nav a {
    display: block;
    margin-top: 96px;
    text-decoration: none;
  }
  .article-detail .footer-nav a:hover {
    text-decoration: underline;
  }
  .article-detail .footer-nav .prev-link, .article-detail .footer-nav .next-link {
    display: flex;
    align-items: center;
  }
  .article-detail .footer-nav .prev-link img, .article-detail .footer-nav .next-link img {
    display: block;
    width: 12px;
  }
  .article-detail .footer-nav .prev-link {
    float: left;
  }
  .article-detail .footer-nav .prev-link img {
    margin-right: 8px;
    transform: rotate(180deg);
  }
  .article-detail .footer-nav .next-link {
    float: right;
  }
  .article-detail .footer-nav .next-link img {
    display: block;
    margin-left: 8px;
  }
  .no-page .title {
    margin-top: 64px;
    color: #004398;
    font-size: 2.8rem;
    letter-spacing: 4px;
    line-height: 135%;
    text-align: center;
  }
  .no-page .title img {
    display: block;
    margin: 0 auto 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .no-page p {
    margin-top: 64px;
    line-height: 220%;
  }
  .no-page p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2) * .5em);
  }
  .no-page p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2) * .5em);
  }
  .login {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ededed;
  }
  .login .box {
    position: relative;
    width: 90%;
    max-width: 1140px;
  }
  .login .form-area {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    border-radius: 5px;
  }
  .login .left, .login .right {
    position: absolute;
    justify-content: center;
    width: 50%;
    height: 100%;
  }
  .login .left {
    left: 0%;
    border: 1px solid #004398;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    background-image: url("./../images/img_login@2x.png?20220815");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
  .login .left h1 img {
    display: block;
    width: 50%;
    max-width: 280px;
    margin: 0 auto;
    padding-top: 32%;
  }
  .login .right {
    display: flex;
    left: 50%;
    align-items: center;
    float: right;
    border-radius: 0 5px 5px 0;
    background-color: #004398;
  }
  .login .right .box {
    width: 320px;
  }
  .login .right h2 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    line-height: 0;
  }
  .login .right h2 img {
    width: 16px;
    margin-right: 8px;
  }
  .login .right .input {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border: 0;
    border-radius: 4px;
    color: rgba(80, 80, 80, 0.8);
    font-size: 2rem;
  }
  .login .right .input:-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.5);
  }
  .login .right .input::placeholder {
    color: rgba(80, 80, 80, 0.5);
  }
  .login .right .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 6px;
    border: 2px solid #14aaff;
    font-size: 1.8rem;
    font-weight: bolder;
  }
  .login .right .btn:hover {
    border: 2px solid #fff;
  }
  .login .right .product-link {
    display: flex;
    position: absolute;
    right: 16px;
    bottom: 16px;
    align-items: center;
  }
  .login .right .product-link img {
    display: block;
    width: 8px;
    margin-right: 8px;
  }
  .login .right .product-link a {
    color: #fff;
    text-decoration: none;
  }
  .login .right .product-link a:hover {
    text-decoration: underline;
  }
  .login .copy-right {
    margin-top: 16px;
    color: rgba(80, 80, 80, 0.5);
    font-size: 1.2rem;
    text-align: center;
  }
  .login .error-box {
    margin-bottom: 16px;
    border-radius: 5px;
    background-color: #fefef3;
  }
  .login .error-text {
    display: block;
    margin-top: 4px;
    color: #ff5858;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .login .error-text-box {
    display: block;
    padding: 6px 8px;
    color: #ff5858;
    font-size: 1.2rem;
    line-height: 150%;
  }
  .login .error-text-box + .error-text-box {
    margin-top: 0;
  }
  #lf_form_div {
    width: 100%;
    /* ===================================
    画面全体のレイアウト
    =================================== */
    /* フォームエリア全体の設定 */
    /* ===================================
    設問エリアのレイアウト
    =================================== */
    /* 設問エリア全体の設定 */
    /* 設問の表 */
    /* 設問の行 */
    /*設問名のセルのデザイン */
    /* 設問の入力セルおよび表示セルのデザイン */
    /* 設問の入力例/説明セルのデザイン */
    /* 入力セルの「氏」「名」の文字のデザイン */
    /* 入力確認画面、完了画面の入力された文字のデザイン */
    /* ボタンの表示エリアの設定 */
    /* 入力エラーメッセージのデザイン */
    /* 公開終了メッセージのデザイン */
    /* ===================================
    入力コントロールのデザイン
    =================================== */
    /* 確認／送信／戻る／登録ボタン */
    /* 入力中のフィールドの背景色 */
    /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */
    /* ===================================
    必須項目のマークおよびメッセージなど
    =================================== */
    /* 必須項目のマーク */
    /* 必須項目についての説明文 */
    /* メールアドレスの再入力メッセージ */
  }
  #lf_form_div [type="text"] {
    padding: 6px;
    border: 1px solid rgba(80, 80, 80, 0.3);
    border-radius: 3px;
    font-size: 2.4rem;
  }
  #lf_form_div :-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 1.5rem;
  }
  #lf_form_div ::placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 1.5rem;
  }
  #lf_form_div :-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.3);
    font-size: 1.5rem;
  }
  #lf_form_div td [type="text"], #lf_form_div td textarea {
    width: 100% !important;
    padding: 6px;
    border: 1px solid rgba(80, 80, 80, 0.3);
    border-radius: 3px;
    font-size: 1.8rem;
  }
  #lf_form_div table {
    width: 100%;
  }
  #lf_form_div tr:last-child .label {
    border-bottom: 0;
  }
  #lf_form_div select + br {
    display: none;
  }
  #lf_form_div br + textarea {
    margin-top: 15px;
  }
  #lf_form_div [type="radio"], #lf_form_div [type="checkbox"] {
    margin-right: 10px;
  }
  #lf_form_div select {
    font-size: 1.5rem;
  }
  #lf_form_div form {
    margin-top: 30px;
  }
  #lf_form_div .container {
    width: 100%;
  }
  #lf_form_div .label {
    width: 300px;
    padding: 15px;
    border-bottom: 1px solid #d4deeb;
    color: #004398;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  #lf_form_div .comment {
    display: none;
  }
  #lf_form_div .label_name {
    color: rgba(80, 80, 80, 0.7);
    font-size: 1.2rem;
  }
  #lf_form_div .value {
    margin-top: 0;
  }
  #lf_form_div .button_area {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #lf_form_div .message {
    margin-bottom: 24px;
    padding: 20px 30px;
    background-color: rgba(20, 170, 255, 0.1);
    color: #ff5858;
    border-radius: 3px;
  }
  #lf_form_div [type=button] {
    transition: all 300ms 0s ease;
    display: block;
    margin: 0 15px;
    padding: 2px 18px;
    border: 2px solid #14aaff;
    border-radius: 3px;
    background-color: #14aaff;
    color: #fff;
    font-size: 1.4rem;
    line-height: inherit;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  #lf_form_div [type=button]:disabled {
    opacity: .3;
    cursor: not-allowed;
  }
  #lf_form_div [type=button]:hover {
    opacity: .5;
    cursor: pointer;
  }
  #lf_form_div #button_confirm_back {
    background-color: #fff;
    color: #14aaff;
  }
  #lf_form_div .required {
    display: inline-block;
    padding-left: 10px;
    color: #ff8a96;
    font-size: 60%;
    font-weight: bold;
  }
  #lf_form_div .required:after {
    /* ここを編集することで表示されるマークを変更できます */
    content: "※必須";
  }
  #lf_form_div .required_msg {
    margin-right: 4px;
    padding-bottom: 0;
    color: #ff8a96;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
  }
  #lf_form_div .required_msg:after {
    /* ここを編集することで表示されるマークを変更できます */
    content: "「※必須」となっている項目は必ず入力してください。";
    width: 100%;
    height: auto;
  }
  #lf_form_div .label_mail {
    margin-top: 0;
    margin-right: 4px;
    padding-bottom: 0;
    color: rgba(80, 80, 80, 0.7);
    font-size: 80%;
  }
  #lf_form_div .label_mail:after {
    /* ここを編集することで表示されるメッセージを変更できます */
    content: "確認のため、もう一度メールアドレスを入力してください";
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */