@charset "UTF-8";
/*
Theme Name: mastic
*/
@media screen and (max-width: 959px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 480px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  letter-spacing: 0.08em; }
  body img, body svg {
    width: 100%;
    height: auto; }
  body a {
    color: #3d3d3d; }
  body p {
    line-height: 1.8; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 14px; } }

.textlogo {
  font-weight: bold;
  font-family: serif;
  color: #327fcb; }

.cat {
  background: #327fcb;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px; }
  @media screen and (max-width: 959px) {
    .cat {
      padding: 6px 12px; } }
  .cat__article {
    background: #327fcb;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 6px;
    font-size: 20px; }

.icon {
  text-align: center; }
  .icon__img {
    width: 100px;
    position: relative;
    bottom: -35px; }
    @media screen and (max-width: 959px) {
      .icon__img {
        bottom: -50px; } }
    @media screen and (max-width: 479px) {
      .icon__img {
        bottom: -50px; } }
  .icon__img2 {
    width: 100px;
    position: relative;
    bottom: -40px; }
    @media screen and (max-width: 479px) {
      .icon__img2 {
        bottom: -30px; } }

.staff {
  float: right;
  width: 300px;
  text-align: center;
  padding: 0 0 30px 30px;
  font-size: 14px; }
  .staff__img {
    margin: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 959px) {
      .staff__img {
        margin-bottom: 20px; } }
  @media screen and (max-width: 959px) and (max-width: 479px) {
    .staff__img {
      width: 100%; } }

  @media screen and (max-width: 959px) {
    .staff {
      float: inherit;
      width: 100%;
      padding: 0 0 30px 0; } }

.map {
  text-align: center;
  padding-top: 50px; }

.current {
  border-bottom: 2px solid #327FCB; }

.notfound {
  padding: 30px;
  text-align: center; }
  .notfound a {
    color: #327FCB; }

@media screen and (min-width: 1250px) {
  br.xl {
    display: none; } }
@media screen and (max-width: 959px) {
  br.xl {
    display: none; } }

.header {
  padding: 20px 0; }
  .header__top-wrap {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto; }
    @media screen and (max-width: 1250px) {
      .header__top-wrap {
        width: calc(100% - 180px);
        padding: 0 90px; } }
    @media screen and (max-width: 959px) {
      .header__top-wrap {
        width: calc(100% - 48px);
        padding: 0 24px; } }
    @media screen and (max-width: 479px) {
      .header__top-wrap {
        width: calc(100% - 12px);
        padding: 0 6px; } }
    @media screen and (max-width: 959px) {
      .header__top-wrap {
        display: block;
        text-align: center;
        margin-bottom: 20px; } }
    @media screen and (max-width: 479px) {
      .header__top-wrap {
        display: block;
        text-align: center; } }
  .header__top-logo {
    line-height: 1.4; }
    @media screen and (max-width: 959px) {
      .header__top-logo {
        margin-bottom: 25px; } }
  .header__top-logo-main {
    font-size: 32px;
    margin-bottom: 10px; }
  .header__top-contact {
    margin-left: auto;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 959px) {
      .header__top-contact {
        display: block; } }
    @media screen and (max-width: 479px) {
      .header__top-contact {
        display: block; } }
  .header__top-contact-tel {
    text-align: right;
    font-weight: bold;
    font-size: 22px; }
    @media screen and (max-width: 959px) {
      .header__top-contact-tel {
        text-align: center; } }
    @media screen and (max-width: 479px) {
      .header__top-contact-tel {
        text-align: center; } }
    .header__top-contact-tel span {
      font-size: 14px; }
  .header__top-contact-btn {
    margin-left: 12px; }
    @media screen and (max-width: 959px) {
      .header__top-contact-btn {
        display: none; } }
    @media screen and (max-width: 479px) {
      .header__top-contact-btn {
        display: none; } }
  .header__nav {
    padding: 20px 0 0; }
    @media screen and (max-width: 959px) {
      .header__nav {
        display: none; } }
  .header__nav-wrap {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: auto; }
    @media screen and (max-width: 1250px) {
      .header__nav-wrap {
        width: calc(100% - 180px);
        padding: 0 90px; } }
    @media screen and (max-width: 959px) {
      .header__nav-wrap {
        width: calc(100% - 48px);
        padding: 0 24px; } }
    @media screen and (max-width: 479px) {
      .header__nav-wrap {
        width: calc(100% - 12px);
        padding: 0 6px; } }

.contact-btn {
  display: block; }
  .contact-btn__wrap {
    background: #327fcb;
    color: #fff;
    width: 116px;
    height: 116px;
    position: relative;
    border-radius: 100%; }
    @media screen and (max-width: 1250px) {
      .contact-btn__wrap {
        width: 90px;
        height: 90px; } }
  .contact-btn__item {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .contact-btn__text {
    font-size: 10px; }
  .contact-btn__icon {
    font-size: 48px; }
    @media screen and (max-width: 1250px) {
      .contact-btn__icon {
        font-size: 38px; } }

@media screen and (max-width: 479px) {
  .header-nav {
    display: none; } }
.header-nav__list {
  display: flex; }
  @media screen and (max-width: 1250px) {
    .header-nav__list {
      justify-content: space-around; } }
.header-nav__list-item {
  padding: 0 28px; }
  @media screen and (max-width: 1250px) {
    .header-nav__list-item {
      padding: 0 5px; } }
  @media screen and (min-width: 1250px) {
    .header-nav__list-item {
      padding: 0 14px; } }
  .header-nav__list-item a {
    font-size: 14px;
    position: relative;
    padding-bottom: 10px; }
    @media screen and (max-width: 1047px) {
      .header-nav__list-item a {
        font-size: 12px; } }
    .header-nav__list-item a::after {
      position: absolute;
      left: 0;
      bottom: -2px;
      display: block;
      content: "";
      width: 0%;
      height: 2px;
      background: #327FCB;
      transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .header-nav__list-item a:hover::after {
      width: 100%; }

.main-visulal {
  position: relative; }
  .main-visulal img {
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover; }
    @media screen and (max-width: 479px) {
      .main-visulal img {
        height: 400px; } }
  .main-visulal__pc {
    display: block !important; }
  .main-visulal__sp {
    display: none !important; }
  @media screen and (max-width: 479px) {
    .main-visulal__pc {
      display: none !important; }
    .main-visulal__sp {
      display: block !important; } }
  .main-visulal__prev {
    background-color: #327FCB;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 93%;
    z-index: 500; }
    @media screen and (max-width: 959px) {
      .main-visulal__prev {
        top: 45%;
        left: 90%; } }
    @media screen and (max-width: 479px) {
      .main-visulal__prev {
        width: 40px;
        height: 40px;
        top: 45%;
        left: 85%; } }
    .main-visulal__prev::after {
      font-family: 'FontAwesome';
      content: "\f04b";
      display: block;
      position: absolute;
      top: 50%;
      right: 35%;
      transform: translateY(-50%);
      color: white; }
  .main-visulal__next {
    background-color: #327FCB;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 3%;
    z-index: 500; }
    @media screen and (max-width: 959px) {
      .main-visulal__next {
        top: 45%;
        left: 4%; } }
    @media screen and (max-width: 479px) {
      .main-visulal__next {
        width: 40px;
        height: 40px;
        top: 45%;
        left: 5%; } }
    .main-visulal__next::after {
      font-family: 'FontAwesome';
      content: "\f04b";
      display: block;
      position: absolute;
      top: 50%;
      right: 40%;
      transform: scale(-1, 1) translateY(-50%);
      color: white; }
  .main-visulal__textarea {
    width: 100%;
    max-height: 100%;
    max-height: 30vh; }
    .main-visulal__textarea p {
      padding: 10px;
      line-height: 1.6em; }
  .main-visulal__box {
    position: relative; }
  .main-visulal__text {
    max-width: 580px;
    height: fit-content;
    background-color: rgba(2, 34, 74, 0.3);
    padding: 20px;
    font-family: serif;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #010214;
    z-index: 300;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 959px) {
      .main-visulal__text {
        max-width: 450px; } }
    @media screen and (max-width: 479px) {
      .main-visulal__text {
        max-width: 125px; } }
    .main-visulal__text-main {
      font-size: 40px; }
      @media screen and (max-width: 959px) {
        .main-visulal__text-main {
          font-size: 25px; } }
      @media screen and (max-width: 959px) {
        .main-visulal__text-main {
          font-size: 23px; } }
    .main-visulal__text-sub {
      font-size: 30px; }
      @media screen and (max-width: 959px) {
        .main-visulal__text-sub {
          font-size: 15px; } }
      @media screen and (max-width: 479px) {
        .main-visulal__text-sub {
          display: none; } }

.heading1 {
  text-align: center;
  line-height: 1.4; }
  .heading1__en {
    font-size: 36px; }

.page__item {
  padding: 80px 0; }
  @media screen and (max-width: 959px) {
    .page__item {
      padding: 30px 0px; } }
.page__wrap {
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1250px) {
    .page__wrap {
      width: calc(100% - 180px);
      padding: 0 90px; } }
  @media screen and (max-width: 959px) {
    .page__wrap {
      width: calc(100% - 48px);
      padding: 0 24px; } }
  @media screen and (max-width: 479px) {
    .page__wrap {
      width: calc(100% - 12px);
      padding: 0 6px; } }
.page__heading {
  margin-bottom: 60px; }

.service-card-list__wrap {
  display: flex; }
  @media screen and (max-width: 959px) {
    .service-card-list__wrap {
      flex-wrap: wrap;
      justify-content: space-around; } }
  @media screen and (max-width: 479px) {
    .service-card-list__wrap {
      display: block; } }
.service-card-list__item {
  width: 25%;
  margin: 0 12px; }
  @media screen and (max-width: 959px) {
    .service-card-list__item {
      width: 46.9%;
      margin: 12px 0px; } }
  @media screen and (max-width: 479px) {
    .service-card-list__item {
      width: 100%;
      margin: auto;
      margin-bottom: 30px; } }

.service-card {
  padding: 20px;
  background-color: #2c9186;
  background-image: url("images/service-card/dot.png");
  height: calc(100% - 40px); }
  .service-card__imgbox {
    position: relative; }
  .service-card__label {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(-50%); }
  .service-card__label {
    width: calc(100% - 30px);
    background: #fff;
    font-family: serif;
    text-align: center;
    line-height: 1.4;
    padding: 4px 0;
    position: relative;
    font-size: 14px; }
    @media screen and (max-width: 1250px) {
      .service-card__label {
        font-size: 12px; } }
    @media screen and (max-width: 959px) {
      .service-card__label {
        font-size: 14px; } }
    .service-card__label::after, .service-card__label::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 27px 27px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: 0; }
    .service-card__label::before {
      left: 0;
      transform: translateX(-100%); }
    .service-card__label::after {
      right: 0;
      transform: translateX(100%) scale(-1, -1); }
  .service-card__text {
    font-size: 0.8em;
    line-height: 1.4;
    color: #fff;
    font-family: serif;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold; }
    @media screen and (max-width: 959px) {
      .service-card__text {
        font-size: 1.2em; } }
  .service-card__btn {
    margin-bottom: 10px; }
    .service-card__btn a:hover {
      opacity: 0.8; }
    .service-card__btn-item {
      display: block;
      background: #d2190f;
      color: #fff;
      text-align: center;
      padding: 12px 0;
      border-radius: 12px;
      font-size: 12px; }
      @media screen and (max-width: 959px) {
        .service-card__btn-item {
          padding: 20px;
          font-size: 1.2em; } }
      @media screen and (max-width: 479px) {
        .service-card__btn-item {
          padding: 20px 0px; } }
    .service-card__btn-item--2 {
      display: block;
      background: #ff9800;
      color: #fff;
      text-align: center;
      padding: 12px 0;
      border-radius: 12px;
      font-size: 12px; }
      @media screen and (max-width: 959px) {
        .service-card__btn-item--2 {
          padding: 20px;
          font-size: 1.2em; } }
      @media screen and (max-width: 479px) {
        .service-card__btn-item--2 {
          padding: 20px 0px; } }
    .service-card__btn-item--3 {
      display: block;
      background: #327FCB;
      color: #fff;
      text-align: center;
      padding: 12px 0;
      border-radius: 12px;
      font-size: 12px; }
      @media screen and (max-width: 959px) {
        .service-card__btn-item--3 {
          padding: 20px;
          font-size: 1.2em; } }
      @media screen and (max-width: 479px) {
        .service-card__btn-item--3 {
          padding: 20px 0px; } }

.news__wrap {
  display: flex; }
  @media screen and (max-width: 479px) {
    .news__wrap {
      display: block; } }
.news__box {
  width: 300px;
  min-height: 500px;
  margin-right: 40px; }
  @media screen and (max-width: 959px) {
    .news__box {
      width: 250px; } }
  @media screen and (max-width: 479px) {
    .news__box {
      width: 100%;
      min-height: 100px;
      margin-right: 0px; } }
.news__list {
  flex: 1; }

.news-box {
  background-color: #327fcb;
  background-image: url("images/service-card/dot.png");
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 479px) {
    .news-box {
      height: 200px; } }
  .news-box__wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .news-box__heading {
    line-height: 1.4;
    font-family: serif;
    margin-bottom: 20px; }
    .news-box__heading-en {
      font-size: 40px; }
  .news-box__btn-item {
    font-family: serif;
    font-size: 0.8em;
    display: inline-block;
    background: #d7c800;
    color: #fff;
    padding: 12px 20px; }
    @media screen and (max-width: 959px) {
      .news-box__btn-item {
        padding: 20px 20px; } }
    @media screen and (max-width: 479px) {
      .news-box__btn-item {
        font-size: 1.0em; } }
    .news-box__btn-item:hover {
      cursor: pointer; }

.news-list__item {
  border-bottom: 1px solid #3d3d3d;
  padding: 12px 0; }
  @media screen and (max-width: 479px) {
    .news-list__item {
      padding: 25px 0px; } }
.news-list__article {
  margin: auto;
  text-align: left;
  width: 70%; }
  @media screen and (max-width: 479px) {
    .news-list__article {
      width: 100%; } }
.news-list__article-link {
  display: flex;
  justify-content: center; }
.news-list__article-button {
  padding: 20px 40px;
  color: white;
  background-color: #D7C800; }

.news-ribbon {
  font-size: 0.9rem;
  font-family: serif; }
  .news-ribbon__top {
    margin-bottom: 4px; }
  .news-ribbon__date {
    font-size: 1.6em; }
  .news-ribbon__title {
    color: #327fcb;
    line-height: 1.8;
    word-break: break-all; }
  .news-ribbon__img {
    padding: 40px 0px; }
    @media screen and (max-width: 479px) {
      .news-ribbon__img {
        padding: 20px 0px; } }
  .news-ribbon__title-article {
    color: #327fcb;
    line-height: 1.8;
    font-size: 25px;
    word-break: break-all; }
  .news-ribbon__subtitle-article {
    color: #327fcb;
    line-height: 1.8;
    display: inline-block;
    word-break: break-all; }
    @media screen and (max-width: 479px) {
      .news-ribbon__subtitle-article {
        padding: 0px 0px 30px 0px; } }
  .news-ribbon__date-article {
    padding-right: 20px; }
  .news-ribbon__textlink {
    color: #327fcb; }

.news-backimg {
  background-color: #F7F7F7;
  padding: 100px 0px; }
  @media screen and (max-width: 479px) {
    .news-backimg {
      padding: 80px 0px; } }

.top-visulal__img1 {
  height: 500px;
  background-size: cover;
  background-image: url(images/download/img1.png);
  margin-bottom: 100px; }
  @media screen and (max-width: 959px) {
    .top-visulal__img1 {
      height: 100%; } }
  @media screen and (max-width: 479px) {
    .top-visulal__img1 {
      height: 100%; } }
.top-visulal__img2 {
  height: 500px;
  background-size: cover;
  background-image: url(images/support/img1.png); }
  @media screen and (max-width: 959px) {
    .top-visulal__img2 {
      margin-bottom: 50px; } }
  @media screen and (max-width: 479px) {
    .top-visulal__img2 {
      height: 100%;
      padding-bottom: 50px; } }
.top-visulal__subtitle {
  position: relative;
  top: -390px;
  left: 0px; }
  @media screen and (max-width: 959px) {
    .top-visulal__subtitle {
      top: -400px; } }
  @media screen and (max-width: 479px) {
    .top-visulal__subtitle {
      top: -675px; } }
.top-visulal__img3 {
  height: 200px; }
  @media screen and (max-width: 479px) {
    .top-visulal__img3 {
      height: 180px; } }
.top-visulal__img4 {
  height: 500px;
  background-size: cover;
  background-image: url(images/member/img1.png);
  margin-bottom: 100px; }
  @media screen and (max-width: 959px) {
    .top-visulal__img4 {
      margin-bottom: 50px; } }
  @media screen and (max-width: 479px) {
    .top-visulal__img4 {
      height: 100%;
      padding-bottom: 50px; } }
.top-visulal__img5 {
  margin-bottom: 60px; }
.top-visulal__wrap {
  margin: auto;
  text-align: center;
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1250px) {
    .top-visulal__wrap {
      width: calc(100% - 180px);
      padding: 0 90px; } }
  @media screen and (max-width: 959px) {
    .top-visulal__wrap {
      width: calc(100% - 48px);
      padding: 0 24px; } }
  @media screen and (max-width: 479px) {
    .top-visulal__wrap {
      width: calc(100% - 12px);
      padding: 0 6px; } }
.top-visulal__heading {
  padding-top: 100px;
  padding-bottom: 10px;
  margin-bottom: 50px; }
  @media screen and (max-width: 959px) {
    .top-visulal__heading {
      padding-top: 60px; } }
  @media screen and (max-width: 479px) {
    .top-visulal__heading {
      padding-top: 40px;
      margin-bottom: 20px; } }
.top-visulal__title {
  font-size: 30px;
  border-bottom: 3px solid #327FCB;
  padding-bottom: 10px; }
  @media screen and (max-width: 479px) {
    .top-visulal__title {
      line-height: 1.5;
      display: block; } }
.top-visulal__textarea {
  line-height: 2; }
  @media screen and (max-width: 479px) {
    .top-visulal__textarea {
      text-align: left; } }

@media screen and (max-width: 959px) {
  .summary-top__group {
    margin-bottom: 80px; } }
.summary-top__caption-wrap {
  width: 450px; }
  @media screen and (max-width: 479px) {
    .summary-top__caption-wrap {
      width: 100%;
      margin-bottom: 50px; } }
.summary-top__textbox {
  margin-bottom: 50px; }
  @media screen and (max-width: 479px) {
    .summary-top__textbox {
      margin: auto;
      margin-bottom: 50px;
      width: 90%; } }
.summary-top__textarea {
  text-align: center; }
.summary-top__title {
  margin-bottom: 10px; }
.summary-top__note {
  text-align: left;
  display: inline-block; }
.summary-top__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px; }
.summary-top__movie-content {
  text-align: center; }
  .summary-top__movie-content iframe {
    width: 80%;
    height: 500px; }
@media screen and (max-width: 479px) {
  .summary-top__caption {
    display: block; }
  .summary-top__movie-content iframe {
    width: 100%;
    height: 300px; } }
.summary-top__caption-column1 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin-bottom: 15px; }
.summary-top__caption-column3 {
  width: 70%;
  padding: 20px 0px;
  margin: auto; }
.summary-top__caption-img {
  width: 100px; }
.summary-top__caption-note1 {
  text-align: center;
  color: #FBB03B;
  font-weight: 600;
  font-size: 20px; }
.summary-top__caption-note2 {
  text-align: center;
  color: white;
  background-color: #FBB03B;
  border-radius: 10px;
  font-weight: 600;
  width: 350px;
  padding: 20px;
  margin: auto;
  font-size: 20px; }
  @media screen and (max-width: 479px) {
    .summary-top__caption-note2 {
      width: 80%; } }
.summary-top__caption-img1 {
  width: 100px; }
.summary-top__caption-img2 {
  width: 80px; }
.summary-top__caption-img3 {
  width: 100px;
  margin: auto; }
.summary-top__caption-arrow {
  width: 100px; }
  @media screen and (max-width: 479px) {
    .summary-top__caption-arrow {
      margin: auto;
      margin-bottom: 40px; } }
.summary-top__arrow {
  margin: auto; }
  @media screen and (max-width: 479px) {
    .summary-top__arrow {
      transform: rotate(270deg); } }

.summary-middle {
  color: white;
  height: 500px;
  background-color: #6EBBC7;
  background-image: url(images/service-card/dot.png); }
  .summary-middle__group {
    text-align: center; }
  .summary-middle__heading {
    margin-bottom: 50px; }
  .summary-middle__title {
    font-size: 30px;
    border-bottom: 3px solid white;
    padding-bottom: 10px; }
    @media screen and (max-width: 479px) {
      .summary-middle__title {
        line-height: 1.5;
        display: block;
        margin: auto;
        width: 80%; } }
  .summary-middle__subtitle {
    padding-bottom: 20px; }
  .summary-middle__arrow {
    width: 30px;
    margin: 0 auto;
    margin-bottom: 40px; }
  .summary-middle__button {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px; }
    .summary-middle__button:hover {
      cursor: pointer; }
    @media screen and (max-width: 479px) {
      .summary-middle__button {
        width: 95%; } }
  .summary-middle__icon {
    text-align: center; }
  .summary-middle__icon-img {
    width: 100px;
    position: relative;
    top: -55px; }

.summary-bottom__imgbox {
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .summary-bottom__imgbox {
      width: 90%; } }
  @media screen and (max-width: 479px) {
    .summary-bottom__imgbox {
      width: 90%; } }
.summary-bottom__img1 {
  margin-bottom: 100px; }

.catcharea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px; }
  @media screen and (max-width: 479px) {
    .catcharea {
      display: block;
      margin-bottom: 50px; } }
  .catcharea__block {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #96D200;
    border: 5px solid white;
    display: table; }
    @media screen and (max-width: 479px) {
      .catcharea__block {
        margin: auto; } }
  .catcharea__text {
    color: white;
    display: table-cell;
    vertical-align: middle;
    line-height: 30px; }
  .catcharea__arrowbox {
    display: flex;
    margin: 20px; }
    @media screen and (max-width: 479px) {
      .catcharea__arrowbox {
        transform: rotate(90deg);
        /* 回転 */
        position: relative;
        bottom: -150px; } }
  .catcharea__arrow {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #96D200; }
  .catcharea__button {
    width: 260px;
    height: 68px;
    color: white;
    background-color: #D2190F;
    border-radius: 20px;
    display: table; }
    @media screen and (max-width: 479px) {
      .catcharea__button {
        margin: auto;
        position: relative;
        bottom: -50px; } }
  .catcharea a {
    width: 100%;
    height: 100%; }
  .catcharea a:hover {
    opacity: 0.5; }

.contents-from {
  width: 100%;
  margin-left: 50px; }
  @media screen and (max-width: 959px) {
    .contents-from {
      margin: auto; } }

.contents {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .contents {
      display: block; } }
  @media screen and (max-width: 479px) {
    .contents {
      display: block;
      margin: auto; } }
  .contents__section {
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .contents__section {
        margin-bottom: 80px; }
        .contents__section:last-child {
          margin-bottom: 50px; } }
  @media screen and (max-width: 479px) {
    .contents__item {
      margin: auto;
      width: 100%;
      margin-bottom: 100px; } }
  .contents__title {
    color: #327FCB; }
    @media screen and (max-width: 479px) {
      .contents__title {
        line-height: 1.5; } }
  .contents__title--linkpage {
    color: black; }
    @media screen and (max-width: 479px) {
      .contents__title--linkpage {
        line-height: 1.5; } }
  .contents__heading {
    font-size: 30px;
    border-bottom: 3px solid #4D4D4D;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    @media screen and (max-width: 479px) {
      .contents__heading {
        margin-bottom: 30px; } }
  .contents__heading-list {
    font-size: 30px;
    border-bottom: 3px solid #4D4D4D;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 50px; }
    @media screen and (max-width: 479px) {
      .contents__heading-list {
        margin-bottom: 30px; } }
  .contents__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      .contents__box {
        flex-wrap: wrap; } }
    .contents__box:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 479px) {
      .contents__box {
        display: block;
        width: 80%;
        margin: auto; } }
  .contents__description {
    padding-left: 30px;
    line-height: 1.8; }
    @media screen and (max-width: 479px) {
      .contents__description {
        padding-left: 0px; } }
  .contents__boxtitle {
    padding: 0px 20px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .contents__boxtitle {
        width: 45%;
        padding: 0px; } }
    @media screen and (max-width: 479px) {
      .contents__boxtitle {
        width: 90%;
        margin: auto;
        margin-bottom: 50px; } }
    .contents__boxtitle p {
      margin-bottom: 15px; }
    .contents__boxtitle:first-child {
      margin-bottom: 50px; }
  .contents__link {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 25px; }
    .contents__link a {
      width: 100%;
      height: 100%; }
    .contents__link a:hover {
      opacity: 0.5; }
      @media screen and (max-width: 1250px) {
        .contents__link a:hover {
          opacity: 1; } }
    .contents__link img {
      width: 70%; }
      @media screen and (max-width: 479px) {
        .contents__link img {
          width: 100%; } }
  .contents__img {
    box-shadow: 10px 10px 5px lightgray; }
  .contents__application {
    display: flex;
    align-items: center;
    padding-bottom: 30px; }
    @media screen and (max-width: 479px) {
      .contents__application {
        display: block; } }
    .contents__application a {
      width: 100%;
      height: 100%; }
    .contents__application a:hover {
      opacity: 0.5; }
  .contents__application-box {
    text-align: center;
    padding: 15px; }
    @media screen and (max-width: 479px) {
      .contents__application-box {
        padding: 0px; } }
  .contents__textarea {
    width: 80%;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .contents__textarea {
        width: 100%;
        text-align: center; } }
  .contents__relationlink {
    text-align: left; }
    .contents__relationlink a {
      color: #327FCB; }
    .contents__relationlink:hover {
      opacity: 0.5; }
  .contents__relationlink-wrap {
    padding-bottom: 30px; }
    @media screen and (max-width: 959px) {
      .contents__relationlink-wrap {
        padding-bottom: 0px; } }
  .contents__button {
    width: 100%; }
    .contents__button img {
      width: 60%; }
      @media screen and (max-width: 479px) {
        .contents__button img {
          width: 80%; } }
  .contents__listbox {
    margin: 0 auto;
    border: 2px solid black;
    width: 95%;
    margin-bottom: 30px; }
    .contents__listbox:last-child {
      margin-bottom: 0px; }
  .contents__list-title {
    border-bottom: 2px solid black;
    padding: 10px 20px;
    font-size: 20px; }
    @media screen and (max-width: 479px) {
      .contents__list-title {
        padding: 10px; } }
  .contents__list-note {
    padding: 10px 20px; }
    @media screen and (max-width: 479px) {
      .contents__list-note {
        padding: 10px; } }
  .contents__history {
    padding-left: 25px;
    margin-bottom: 15px; }
    @media screen and (max-width: 479px) {
      .contents__history {
        padding-left: 0px; } }
  .contents__description-row1 {
    display: inline-block;
    width: 30%; }
    @media screen and (max-width: 959px) {
      .contents__description-row1 {
        width: 200px; } }
    @media screen and (max-width: 479px) {
      .contents__description-row1 {
        display: block;
        width: 100%; } }
  .contents__description-row2 {
    display: inline-block;
    width: 50%; }
    @media screen and (max-width: 959px) {
      .contents__description-row2 {
        width: 480px; } }
    @media screen and (max-width: 479px) {
      .contents__description-row2 {
        display: block;
        width: 100%; } }
  .contents__infotext, .contents__box-tel, .contents__box-mail, .contents__box-link {
    color: #327FCB; }
  .contents__box-link {
    word-break: break-all; }

.label {
  text-align: center; }
  @media screen and (max-width: 479px) {
    .label {
      text-align: left; } }
  @media screen and (max-width: 959px) {
    .label__list {
      text-align: left; } }
  .label__group {
    border-top: 2px solid #e5e5e5;
    padding: 30px 0px; }
  .label__group-inner {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 959px) {
      .label__group-inner {
        display: block; } }
  .label__group-inner--textarea {
    display: flex; }
    @media screen and (max-width: 959px) {
      .label__group-inner--textarea {
        display: block; } }
  .label__itemlist {
    margin-right: 50px;
    flex-basis: 200px;
    justify-content: space-between;
    display: inline-flex; }
    @media screen and (max-width: 959px) {
      .label__itemlist {
        margin-bottom: 30px;
        width: 170px;
        display: flex;
        justify-content: space-between; } }
  .label__itemlist-textarea {
    flex-basis: 200px;
    margin: 0px -10px 0px 75px; }
    @media screen and (max-width: 1250px) {
      .label__itemlist-textarea {
        margin: 0px;
        display: inline-flex; } }
    @media screen and (max-width: 959px) {
      .label__itemlist-textarea {
        margin-bottom: 30px;
        flex-basis: 140px; } }
  .label__required {
    padding: 6px 12px;
    color: white;
    background-color: #d9534f; }
    @media screen and (max-width: 479px) {
      .label__required {
        margin-left: 20px; } }
  .label__any {
    padding: 6px 12px;
    color: white;
    background-color: #96D200; }
    @media screen and (max-width: 479px) {
      .label__any {
        margin-left: 20px; } }
  .label__form {
    width: 90%;
    height: 35px;
    padding: 5px 15px;
    text-align: left;
    border: 2px solid #e5e5e5;
    font-size: 20px;
    display: block; }
    @media screen and (max-width: 959px) {
      .label__form {
        height: 50px;
        width: 100%;
        box-sizing: border-box; } }
  .label__textarea {
    resize: none;
    width: 765px;
    border: 2px solid #e5e5e5;
    font-size: 20px; }
    @media screen and (max-width: 1250px) {
      .label__textarea {
        width: 90%; } }
    @media screen and (max-width: 959px) {
      .label__textarea {
        width: 100%;
        box-sizing: border-box; } }
  .label__submit-wrap {
    width: 300px;
    margin: auto;
    position: relative; }
    .label__submit-wrap::after {
      font-family: 'FontAwesome';
      content: "\f105";
      display: block;
      position: absolute;
      top: 35%;
      right: 20px;
      transform: translateY(-50%);
      color: #fff; }
  .label__submit {
    margin-bottom: 100px; }
  .label__check {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 20px;
    color: white;
    background-color: #6EBBC7;
    padding: 20px 0;
    border: none; }
    .label__check:hover {
      opacity: 0.5;
      cursor: pointer; }
  .label__button {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 20px;
    color: white;
    background-color: #6EBBC7;
    padding: 20px 0;
    border: none; }
    .label__button:hover {
      opacity: 0.5;
      cursor: pointer; }
  .label__back {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 20px;
    color: white;
    background-color: #13616d;
    padding: 20px 0;
    border: none; }
    .label__back:hover {
      opacity: 0.5;
      cursor: pointer; }
  .label__button-wrap {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 479px) {
      .label__button-wrap {
        display: block; } }
  .label label {
    font-size: 20px; }

.label-confirm {
  text-align: center; }
  @media screen and (max-width: 479px) {
    .label-confirm {
      text-align: left; } }
  @media screen and (max-width: 959px) {
    .label-confirm__list {
      text-align: left; } }
  .label-confirm__group {
    border-top: 2px solid #e5e5e5;
    padding: 30px 0px; }
  .label-confirm__group-inner {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 479px) {
      .label-confirm__group-inner {
        display: block; } }
  .label-confirm__itemlist {
    width: 250px; }
    @media screen and (max-width: 479px) {
      .label-confirm__itemlist {
        margin-bottom: 30px;
        display: inline-block; } }
  .label-confirm__itemlist-textarea {
    text-align: left; }
    @media screen and (max-width: 479px) {
      .label-confirm__itemlist-textarea {
        margin-bottom: 30px; } }
  .label-confirm__item {
    display: inline-block;
    width: 130px;
    font-size: 20px;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .label-confirm__item {
        vertical-align: middle;
        width: 110px; } }
  .label-confirm__required {
    padding: 6px 12px;
    color: white;
    background-color: #d9534f;
    margin-right: 50px; }
  .label-confirm__any {
    padding: 6px 12px;
    color: white;
    background-color: #96D200;
    margin-right: 50px; }
  .label-confirm__form {
    display: flex;
    align-items: center;
    width: 70%;
    height: 35px;
    padding: 5px 15px;
    text-align: left;
    font-size: 20px; }
    @media screen and (max-width: 479px) {
      .label-confirm__form {
        width: 100%;
        box-sizing: border-box;
        height: 45px;
        padding: 0px; } }
  .label-confirm__textarea {
    display: flex;
    align-items: flex-start;
    width: 82%;
    font-size: 20px; }
    @media screen and (max-width: 1250px) {
      .label-confirm__textarea {
        width: 850px; } }
    @media screen and (max-width: 959px) {
      .label-confirm__textarea {
        width: 815px; } }
    @media screen and (max-width: 479px) {
      .label-confirm__textarea {
        width: 100%;
        box-sizing: border-box; } }
  .label-confirm__submit-wrap {
    width: 300px;
    margin: auto;
    position: relative; }
    .label-confirm__submit-wrap::after {
      font-family: 'FontAwesome';
      content: "\f105";
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      color: #fff; }
  .label-confirm__button {
    display: block;
    width: 100%;
    font-size: 20px;
    color: white;
    background-color: #6EBBC7;
    padding: 20px 0;
    border: none; }
    .label-confirm__button:hover {
      opacity: 0.5;
      cursor: pointer; }

.pagination {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
  width: 130px;
  margin-left: auto; }
  .pagination__prev::before {
    font-family: 'FontAwesome';
    content: "\f100";
    width: 0;
    height: 0;
    color: #3d3d3d; }
  .pagination__next {
    margin-top: 100px; }
    .pagination__next::before {
      font-family: 'FontAwesome';
      content: "\f101";
      width: 0;
      height: 0;
      color: #3d3d3d; }

.history {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 479px) {
    .history {
      display: block;
      width: 100%; } }
  .history__section {
    width: 560px; }
    @media screen and (max-width: 1250px) {
      .history__section {
        width: 400px; } }
    @media screen and (max-width: 959px) {
      .history__section {
        width: 350px; } }
    @media screen and (max-width: 479px) {
      .history__section {
        width: 100%;
        margin-bottom: 50px; } }
  .history .title {
    margin-bottom: 20px; }
  .history__title-1 {
    background: linear-gradient(to bottom right, transparent 50%, #F3D4D5 50%) top left/150% 100% no-repeat, linear-gradient(to top left, transparent 100%, #F3D4D5 100%) bottom left/100% 50% no-repeat;
    margin-bottom: 15px; }
  .history__title-2 {
    background: linear-gradient(to bottom right, transparent 50%, #D0E7FC 50%) top left/150% 100% no-repeat, linear-gradient(to top left, transparent 100%, #D0E7FC 100%) bottom left/100% 50% no-repeat; }
  .history__titlearea-1 {
    font-size: 20px; }
    @media screen and (max-width: 479px) {
      .history__titlearea-1 {
        font-size: 15px; } }
  .history__titlearea-2 {
    font-size: 30px; }
    @media screen and (max-width: 1250px) {
      .history__titlearea-2 {
        font-size: 25px; } }
    @media screen and (max-width: 479px) {
      .history__titlearea-2 {
        font-size: 20px; } }
  .history li {
    line-height: 1.8; }

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none; }

.tab-wrap li {
  width: 150px;
  padding: 5px;
  text-align: center;
  font-size: 30px;
  position: relative; }
  @media screen and (max-width: 1250px) {
    .tab-wrap li {
      width: 33%;
      border-bottom: 1px solid;
      margin-bottom: 20px; } }
  @media screen and (max-width: 479px) {
    .tab-wrap li {
      width: 45%; } }
  .tab-wrap li::after {
    content: '';
    display: block;
    width: 2px;
    height: 1em;
    background: #000;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(10deg) translateY(-50%); }
    @media screen and (max-width: 1250px) {
      .tab-wrap li::after {
        display: none; } }
    @media screen and (max-width: 479px) {
      .tab-wrap li::after {
        display: none;
        width: 100%; } }
  .tab-wrap li:last-child::after {
    display: none; }
  @media screen and (max-width: 479px) {
    .tab-wrap li {
      border-bottom: 1px solid #c4c4c4;
      padding: 15px 0px; } }

.tab-wrap li.tab-active {
  color: #327FCB; }

.tabContent li {
  display: none; }

.tab-wrap li {
  cursor: pointer; }

.tabContent .tab-active {
  display: block; }

.tab {
  margin-bottom: 100px; }
  .tab__heading {
    text-align: center;
    margin-bottom: 50px; }
    .tab__heading span {
      padding: 0px 30px; }
      @media screen and (max-width: 479px) {
        .tab__heading span {
          display: block;
          padding: 5px 0px; } }
  .tab__group {
    display: flex;
    flex-wrap: wrap; }
  .tab__label {
    color: White;
    background: LightGray;
    margin-right: 5px;
    padding: 3px 12px;
    order: -1;
    margin-bottom: 50px; }
  .tab__box {
    display: flex;
    justify-content: space-between;
    margin: -2px; }
  .tab__box-number {
    display: table-cell;
    border-right: 2px solid black;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    width: 40px; }
    @media screen and (max-width: 479px) {
      .tab__box-number {
        padding: 15px; } }
  .tab__box-listbox {
    display: table;
    margin: 0 auto;
    border: 2px solid black;
    width: 95%; }
  .tab__box-title {
    border-bottom: 2px solid black;
    padding: 10px 20px;
    font-size: 20px; }
  .tab__box-note {
    padding: 10px 25px; }
  .tab__text-right {
    text-align: right;
    padding-right: 10px; }
  .tab__box-url {
    color: #327FCB; }

/* ***********************************************************
* #global-nav
* *********************************************************** */
#top-head-inner {
  display: none; }
  @media screen and (max-width: 959px) {
    #top-head-inner {
      display: block; } }

@media screen and (max-width: 959px) {
  .open #global-nav {
    z-index: 1000;
    visibility: visible; }

  #global-nav {
    visibility: hidden;
    position: fixed;
    display: table;
    vertical-align: middle;
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px; }

  #global-nav ul {
    display: table-cell;
    vertical-align: middle;
    list-style: none; }

  #global-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    font-size: 20px;
    border-bottom: 1px solid;
    margin: 0px 20px; } }
/* ***********************************************************
* nav-list
* *********************************************************** */
@media screen and (max-width: 959px) {
  #global-nav ul li {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-260px);
    transform: scaleX(0) translateX(-260px);
    -webkit-transition: none;
    transition: none; }

  .open #global-nav ul li {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s; }

  .open #global-nav ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s; }

  .open #global-nav ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s; }

  .open #global-nav ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s; }

  .open #global-nav ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s; }

  .open #global-nav ul li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s; }

  .open #global-nav ul li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s; }

  .open #global-nav ul li:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s; }

  .open #global-nav ul li:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s; } }
/* ***********************************************************
* #nav-bg
* *********************************************************** */
@media screen and (max-width: 959px) {
  #nav-bg {
    content: "";
    width: 2400px;
    height: 2400px;
    margin-right: -1200px;
    margin-top: -1200px;
    top: 63px;
    right: 50px;
    display: block;
    position: fixed;
    background: #327FCB;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.025);
    transform: scale(0.025);
    z-index: 900; } }
  @media screen and (max-width: 959px) and (max-width: 479px) {
    #nav-bg {
      right: 40px;
      -webkit-transform: scale(0.02);
      transform: scale(0.02); } }

@media screen and (max-width: 959px) {
  .open #nav-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    z-index: 999; } }
/* ***********************************************************
* #nav-toggle
* *********************************************************** */
@media screen and (max-width: 959px) {
  #nav-toggle {
    display: block;
    position: fixed;
    right: 27px;
    top: 45px;
    width: 23px;
    height: 30px;
    cursor: pointer;
    padding: 10px 11px;
    z-index: 1001;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } }
  @media screen and (max-width: 959px) and (max-width: 479px) {
    #nav-toggle {
      right: 18px; } }

@media screen and (max-width: 959px) {
  #nav-toggle div {
    position: relative; }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    zoom: 1;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0; }

  #nav-toggle span:nth-child(2) {
    top: 8px; }

  #nav-toggle span:nth-child(3) {
    top: 16px; }

  .open #nav-toggle {
    background: transparent; }

  .open #nav-toggle span {
    background: #fff; }

  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1; }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; } }
@media screen and (max-width: 959px) {
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1; } }
.complete__textarea {
  margin-bottom: 100px;
  line-height: 2; }
  @media screen and (max-width: 479px) {
    .complete__textarea {
      text-align: left; } }

.wpcf7-form-control-wrap {
  width: 700px; }

.wpcf7-not-valid-tip {
  margin-top: 10px;
  text-align: left; }

input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: 0;
  background: #fff; }

.footer {
  padding: 20px;
  background: #f7f7f7; }
  .footer__wrap {
    display: flex;
    align-items: flex-end;
    width: 1200px;
    margin: auto; }
    @media screen and (max-width: 1250px) {
      .footer__wrap {
        width: calc(100% - 180px);
        padding: 0 90px; } }
    @media screen and (max-width: 959px) {
      .footer__wrap {
        width: calc(100% - 48px);
        padding: 0 24px; } }
    @media screen and (max-width: 479px) {
      .footer__wrap {
        width: calc(100% - 12px);
        padding: 0 6px; } }
    @media screen and (max-width: 1250px) {
      .footer__wrap {
        display: block; } }
    @media screen and (max-width: 479px) {
      .footer__wrap {
        display: block;
        text-align: center; } }
  .footer__logo {
    margin-left: auto;
    width: 400px; }
    @media screen and (max-width: 1250px) {
      .footer__logo {
        width: 100%;
        text-align: center;
        margin: auto; } }
  .footer__nav {
    flex: 1; }
    @media screen and (max-width: 1250px) {
      .footer__nav {
        margin-bottom: 30px;
        display: flex;
        justify-content: center; } }

.footer-logo {
  line-height: 1.4; }
  .footer-logo__main {
    font-size: 28px; }
    @media screen and (max-width: 479px) {
      .footer-logo__main {
        margin-bottom: 10px; } }
  .footer-logo__text {
    font-size: 12px; }

.footer-nav__list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 479px) {
    .footer-nav__list {
      display: block;
      font-size: 20px; } }
.footer-nav__list-item {
  width: calc(100% / 3);
  line-height: 1.8; }
  .footer-nav__list-item a {
    font-size: 0.8em; }
    @media screen and (max-width: 479px) {
      .footer-nav__list-item a {
        font-size: 0.6em; } }
  @media screen and (max-width: 959px) {
    .footer-nav__list-item {
      width: calc(100% / 2);
      font-size: 20px; } }
  @media screen and (max-width: 479px) {
    .footer-nav__list-item {
      width: 100%; } }

.add-title {
  margin-bottom: 20px; }

.single {
  line-height: 1.8;
  font-size: 1rem; }
  .single ul, .single p {
    margin-bottom: 40px; }
  .single h2, .single h3, .single h4 {
    font-weight: bold;
    margin-bottom: 20px; }
  .single img {
    width: inherit; }
  .single h2 {
    font-size: 24px;
    font-weight: bold;
    color: #327fcb;
    padding: 4px 18px;
    border-left: 6px solid #327fcb;
    margin-bottom: 20px; }
  .single h3 {
    font-size: 20px;
    color: #327fcb;
    padding: 0px 18px;
    border-bottom: 2px solid #327fcb;
    margin-bottom: 20px; }
  .single h4 {
    font-size: 18px;
    color: #327fcb; }
  .single ul {
    list-style: disc;
    padding-left: 1em; }

/*# sourceMappingURL=style.css.map */
