@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700|Noto+Sans+JP:400,500,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul, li {
  list-style: none; }

img {
  vertical-align: middle; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

* {
  box-sizing: border-box; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

@font-face {
  font-family: 'fontello';
  src: url("/font/fontello.eot?15999996");
  src: url("/font/fontello.eot?15999996#iefix") format("embedded-opentype"), url("/font/fontello.woff?15999996") format("woff"), url("/font/fontello.ttf?15999996") format("truetype"), url("/font/fontello.svg?15999996#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* General
------------------------------------*/
html {
  font-size: 62.5%; }

body {
  line-height: 1.8em;
  font-size: 1.4rem;
  font-family: "Fira Sans", "Noto Sans JP", sans-serif;
  color: #6a6a6a;
  -webkit-text-size-adjust: 100%;
  letter-spacing: .07em;
  /*font-feature-settings: "palt";*/
  background: #fff; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 1.4rem; } }

a {
  /*vertical-align: bottom;*/ }

a:link,
a:visited {
  color: #333;
  text-decoration: none;
  transition: all .2s linear; }

a:hover,
a:active {
  color: #6a6a6a;
  text-decoration: none; }

*::selection {
  background: #97cbe2; }

*::-moz-selection {
  background: #97cbe2; }

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

img[src$='.svg'],
img[src$='.svgz'] {
  max-width: 100%;
  height: auto; }

/* Common
--------------------------------------*/
.global_nav {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .global_nav {
      display: block; } }

/*  layout -------------------------------*/
.content_3column_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 736px) {
    .content_3column_wrap {
      margin: 0; } }
  .content_3column_wrap .content_3column {
    position: relative;
    width: calc(100% / 3 - 20px);
    margin: 0 10px; }
    @media screen and (max-width: 736px) {
      .content_3column_wrap .content_3column {
        width: 100%;
        margin: 0 0 30px; } }

.content_4column_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 736px) {
    .content_4column_wrap {
      margin: 0 -5px; } }
  .content_4column_wrap .content_4column {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px; }
    @media screen and (max-width: 736px) {
      .content_4column_wrap .content_4column {
        width: calc(50% - 10px);
        margin: 0 5px 15px; } }

.content_2column_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px; }
  @media screen and (max-width: 736px) {
    .content_2column_wrap {
      margin: 0; } }
  .content_2column_wrap .content_2column {
    position: relative;
    width: calc(50% - 50px);
    margin: 10px 25px; }
    @media screen and (max-width: 736px) {
      .content_2column_wrap .content_2column {
        width: 100%;
        margin: 0 0 30px; } }

.content_5column_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 736px) {
    .content_5column_wrap {
      margin: 0 -10px; } }
  .content_5column_wrap .content_5column {
    position: relative;
    width: calc(20% - 30px);
    margin: 0 15px; }
    @media screen and (max-width: 736px) {
      .content_5column_wrap .content_5column {
        width: calc(50% - 20px);
        margin: 0 10px 20px; } }

.content_6column_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  @media screen and (max-width: 736px) {
    .content_6column_wrap {
      margin: 0 -5px; } }
  .content_6column_wrap .content_6column {
    position: relative;
    width: calc(100% / 6 - 10px);
    margin: 0 5px; }
    @media screen and (max-width: 736px) {
      .content_6column_wrap .content_6column {
        width: calc(50% - 10px);
        margin: 0 5px; } }

.row {
  margin: -15px; }
  @media screen and (max-width: 736px) {
    .row {
      margin: 0; } }

/* header ---------------------------- */
.container_header {
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 15px 30px 0;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1024px) {
    .container_header {
      z-index: 6000;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 45px;
      padding: 7px 20px; } }

.logo_header {
  font-size: 1.3rem;
  font-feature-settings: "palt";
  letter-spacing: 0.01em; }
  @media screen and (max-width: 1024px) {
    .logo_header {
      position: fixed;
      top: 10px;
      left: 10px; } }
  .logo_header img {
    vertical-align: middle; }
    @media screen and (max-width: 1024px) {
      .logo_header img {
        max-width: 250px; } }
  @media screen and (max-width: 1024px) {
    .logo_header span {
      display: none; } }

.heade_contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px; }
  @media screen and (max-width: 1024px) {
    .heade_contact {
      display: none; } }
  .heade_contact .tel {
    display: inline-block;
    margin-right: 10px;
    padding-left: 25px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #2f95c9;
    background: url(/img/common/icon_phone.png) left center/15px 24px no-repeat; }
  .heade_contact .mail {
    display: inline-block;
    padding: 0 2em;
    border-radius: 50px;
    color: #fff;
    background: #2f95c9; }
    .heade_contact .mail span {
      display: inline-block;
      padding-left: 29px;
      line-height: 2.4em;
      font-weight: 500;
      background: url(/img/common/icon_mail_wht.svg) center left/22px 22px no-repeat; }
    .heade_contact .mail:after {
      display: none; }
    .heade_contact .mail:hover {
      background: #075278; }

@media screen and (max-width: 1024px) {
  .global_nav {
    display: block;
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 45px;
    bottom: 0;
    right: -100vw;
    width: 100vw;
    height: calc(100vh - 45px);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #2f95c9;
    transition: all .3s linear; } }

.global_nav a:hover {
  color: #2f95c9; }

@media screen and (max-width: 1024px) {
  .global_nav .global_nav_wrap {
    padding: 20px 20px 100px; } }

.global_nav .global_nav_wrap li {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #000;
  padding-bottom: 1em; }
  @media screen and (max-width: 1024px) {
    .global_nav .global_nav_wrap li {
      display: block;
      padding-bottom: 0;
      border-bottom: solid 1px #8bbdd7; } }
  .global_nav .global_nav_wrap li a {
    display: inline-block;
    padding: 0 .8em;
    line-height: 1em;
    border-right: solid 1px #8bbdd7;
    font-feature-settings: "palt";
    transition: all .2s linear; }
    @media screen and (max-width: 1024px) {
      .global_nav .global_nav_wrap li a {
        display: block;
        padding: 0;
        line-height: 3.8em;
        color: #fff;
        border-right: none;
        padding: 0 .8em; } }
  .global_nav .global_nav_wrap li:nth-of-type(7) a {
    padding: 0 0 0 .8em;
    border-right: none; }
  .global_nav .global_nav_wrap li.sp_only {
    display: none; }
    @media screen and (max-width: 1024px) {
      .global_nav .global_nav_wrap li.sp_only {
        display: block; } }

.global_nav .global_nav_wrap .header_cat_sec {
  display: none;
  z-index: 1;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100vw;
  padding: 20px;
  background: #eef3f7;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .global_nav .global_nav_wrap .header_cat_sec {
      position: static;
      display: block;
      padding: 0 0 10px 20px;
      text-align: left;
      background: #2f95c9; } }
  .global_nav .global_nav_wrap .header_cat_sec li {
    padding-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .global_nav .global_nav_wrap .header_cat_sec li {
        border-bottom: none; } }
    .global_nav .global_nav_wrap .header_cat_sec li a {
      white-space: nowrap; }
      @media screen and (max-width: 1024px) {
        .global_nav .global_nav_wrap .header_cat_sec li a {
          position: relative;
          padding-bottom: 5px;
          line-height: 2.6em; } }
      @media screen and (max-width: 1024px) {
        .global_nav .global_nav_wrap .header_cat_sec li a:after {
          position: absolute;
          top: 40%;
          left: 0;
          transform: translateY(-50%);
          content: "-"; } }

.global_nav_on .global_nav {
  right: 0;
  opacity: 1; }

/* Hamburger Bottom */
#trigger_nav {
  display: none; }
  @media screen and (max-width: 1024px) {
    #trigger_nav {
      display: block;
      position: fixed;
      top: 10px;
      right: 25px;
      z-index: 9100; } }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s; }

.menu-trigger {
  position: relative;
  width: 18px;
  height: 14px;
  vertical-align: middle; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2f95c9; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 6px; }
      .menu-trigger span:nth-of-type(2):after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        transition: all .4s; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  transform: scale(0);
  transform: translate(50%) scale(0); }

.menu-trigger.active span:nth-of-type(2) {
  transform: rotate(45deg); }
  .menu-trigger.active span:nth-of-type(2):after {
    transform: rotate(90deg);
    background-color: #2f95c9; }

.menu-trigger.active span:nth-of-type(3) {
  transform: scale(0);
  transform: translate(-50%) scale(0); }

.fixed {
  width: 100%;
  height: 100vh;
  position: fixed; }
  @media screen and (max-width: 1024px) {
    .fixed {
      overflow: hidden; } }

.left_fixed_content {
  z-index: 10;
  position: fixed;
  right: 0;
  top: 55%;
  width: 200px;
  background: #f1703d;
  border: solid 2px #f1703d; }
  @media screen and (max-width: 1024px) {
    .left_fixed_content {
      display: none; } }
  .left_fixed_content h3 {
    padding: .5em .2em;
    font-size: 1.4rem;
    color: #f1703d;
    font-weight: 700;
    text-align: center;
    background: #fff; }
  .left_fixed_content .fixed_content_inner {
    padding: 7px;
    color: #fff; }
    .left_fixed_content .fixed_content_inner .text {
      font-size: 1.3rem;
      line-height: 1.6em;
      margin-bottom: 5px; }
    .left_fixed_content .fixed_content_inner .btn_fixed_content {
      position: relative;
      display: block;
      padding: .6em .4em;
      line-height: 1.4em;
      border-radius: 3px;
      border: solid 2px #fff;
      color: #fff; }
      .left_fixed_content .fixed_content_inner .btn_fixed_content:after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: translateY(-50%) rotate(45deg); }
      .left_fixed_content .fixed_content_inner .btn_fixed_content:hover {
        color: #f1703d;
        background: #fff; }
        .left_fixed_content .fixed_content_inner .btn_fixed_content:hover:after {
          border-top: solid 2px #f1703d;
          border-right: solid 2px #f1703d; }
    .left_fixed_content .fixed_content_inner .pho {
      margin-top: 10px; }

.fixed_btn_syn_wrap {
  z-index: 1000;
  position: fixed;
  top: 35%;
  right: 0
}
@media screen and (max-width: 1024px) {
  .fixed_btn_syn_wrap {
    display: none; } }
.fixed_btn_syn_wrap #close {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #FFB928;
  padding: .3em;
  line-height: 1em;
  font-size: 1.2rem;
  background: #fff
}
.fixed_btn_syn_wrap .fixed_btn_syn {
  position: relative;
  display: inline-block;
  padding: .9em 1.9em 0.6em;
  color: #fff;
  vertical-align: middle;
  line-height: 1.2rem;
  background: url(/img/common/icon_outerlink.svg) 95% center/12px 12px no-repeat #FFB928;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.fixed_btn_syn_wrap .fixed_btn_syn:hover {
  color: #FFF;
  background-color: #FFC328;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.fixed_btn_syn_wrap .fixed_btn_syn p.font-sm {
  font-size: 1rem;
  line-height: 0.5rem;
}
.fixed_btn_syn_wrap .fixed_btn_syn p.font-lg {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
}

/* contents ---------------------------- */
.container_contents {
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    .container_contents {
      padding-top: 45px; } }

.content_wrap {
  margin: 50px 0 100px; }
  @media screen and (max-width: 736px) {
    .content_wrap {
      margin: 20px 0 50px; } }

.section_main {
  margin-bottom: 40px; }
  @media screen and (max-width: 736px) {
    .section_main {
      margin-bottom: 20px; } }

.section_content {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 736px) {
    .section_content {
      padding: 0 10px; } }

.section_content_sml {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 736px) {
    .section_content_sml {
      padding: 0 10px; } }

#page .section_wrap {
  margin-top: 40px; }
  @media screen and (max-width: 736px) {
    #page .section_wrap {
      margin-top: 20px; } }

.content {
  position: relative;
  max-width: 1340px;
  margin: 0 auto 100px;
  padding: 0 20px 0; }
  @media screen and (max-width: 1024px) {
    .content {
      margin: 0 auto 80px;
      padding: 0 20px; } }
  @media screen and (max-width: 1024px) and (max-width: 736px) {
    .content {
      margin: 0 auto 55px; } }

.content_w100 {
  position: relative; }

.content_small {
  max-width: 70%;
  margin: 0 auto 50px; }
  @media screen and (max-width: 1024px) {
    .content_small {
      max-width: 100%; } }

.contents_txt {
  padding-top: 80px; }
  @media screen and (max-width: 1024px) {
    .contents_txt {
      padding-top: 0; } }

/* footer ---------------------------- */
.footer_contact {
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .footer_contact {
      background: transparent; } }
  .footer_contact .footer_contact_inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .footer_contact .footer_contact_inner {
        flex-wrap: wrap;
        display: block;
        margin: 0 auto; } }
  .footer_contact .contacts {
    width: 30%;
    height: 280px;
    background: #f85a00;
    padding: 30px; }
    @media screen and (max-width: 1024px) {
      .footer_contact .contacts {
        width: 100%;
        height: auto;
        padding: 20px; } }
    .footer_contact .contacts .lead_contacts {
      height: 70px;
      text-align: center;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 1.5rem;
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .footer_contact .contacts .lead_contacts {
          height: auto;
          margin-bottom: 8px;
          font-size: 1.4rem;
          text-align: center;
          line-height: 1.6em; } }
  .footer_contact .contacts_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .footer_contact .contacts_wrap {
        display: block;
        text-align: center; } }
    .footer_contact .contacts_wrap .tel {
      width: 100%;
      display: inline-block;
      height: 30px;
      font-size: 3.5rem;
      font-weight: 500;
      line-height: 1em;
      text-align: center;
      color: #fff;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .footer_contact .contacts_wrap .tel {
          margin-bottom: 10px; } }
      .footer_contact .contacts_wrap .tel span {
        display: block;
        font-size: 1.6rem;
        margin-top: .4em;
        line-height: 1em; }
  .footer_contact .development_center {
    width: 35%;
    height: 280px;
    padding: 30px 80px 30px 30px;
    border-left: solid 2px #fff;
    color: #fff;
    text-align: left;
    background: #fe000b; }
    @media screen and (max-width: 1024px) {
      .footer_contact .development_center {
        width: 100%;
        height: auto;
        padding: 20px;
        border-left: none;
        text-align: center;
        border-top: solid 1px #cccccc; } }
    .footer_contact .development_center h4 {
      margin-bottom: .5em;
      font-weight: 500;
      font-size: 1.5rem; }
      @media screen and (max-width: 1024px) {
        .footer_contact .development_center h4 {
          font-size: 1.8rem;
          margin-bottom: 8px; } }
    .footer_contact .development_center .lead_development_center {
      height: 75px;
      font-size: 1.2rem;
      margin-bottom: 30px;
      line-height: 1.5em }
      @media screen and (max-width: 1024px) {
        .footer_contact .development_center .lead_development_center {
          height: auto;
          font-size: 1.3rem;
          margin-bottom: 8px; } }
    .footer_contact .senyouki_nav {
        width: 35%;
        height: 280px;
        padding: 30px 30px 30px 80px;
        border-right: solid 2px #fff;
        color: #fff;
        text-align: left;
        background: #FFB928; }
      @media screen and (max-width: 1024px) {
        .footer_contact .senyouki_nav {
            width: 100%;
            height: auto;
            padding: 20px;
            border-left: none;
            text-align: center;
            border-top: solid 1px #cccccc; } }
      .footer_contact .senyouki_nav h4 {
          margin-bottom: .5em;
          font-weight: 500;
          font-size: 1.8rem; }
        @media screen and (max-width: 1024px) {
          .footer_contact .senyouki_nav h4 {
              font-size: 1.5rem;
              margin-bottom: 8px; } }
      .footer_contact .senyouki_nav .lead_senyouki_nav {
          height: 75px;
          font-size: 1.2rem;
          margin-bottom: 30px;
          line-height: 1.5em }
        @media screen and (max-width: 1024px) {
          .footer_contact .senyouki_nav .lead_senyouki_nav {
            height: auto;
            font-size: 1.3rem;
            margin-bottom: 8px; } }
      .senyouki_nav_inner {
        width: 80%;
        text-align: center;
        margin-left: auto;
      }
      @media screen and (max-width: 1260px) {
        .senyouki_nav_inner {
          width: 100%;
          text-align: right; } }
      @media screen and (max-width: 1260px) {
        .senyouki_nav_inner {
          width: 100%;
          text-align: center;
          margin: 0 auto; } }
      .development_center_inner {
        width: 80%;
        text-align: center;
        margin-right: auto;
      }
      @media screen and (max-width: 1260px) {
        .development_center_inner {
          width: 100%;
          text-align: left; } }
      @media screen and (max-width: 1024px) {
        .development_center_inner {
          width: 100%;
          text-align: center;
          margin: 0 auto; } }



#page_top {
  z-index: 6000;
  position: fixed;
  bottom: 20px;
  right: 25px; }
  @media screen and (max-width: 736px) {
    #page_top {
      bottom: 7px;
      right: 15px; } }
  #page_top a {
    display: inline-block;
    width: 44px;
    height: 27px;
    background: url(/img/common/pagetop.png) center center/44px 27px no-repeat; }
    @media screen and (max-width: 736px) {
      #page_top a {
        width: 35px;
        height: 21px;
        background: url(/img/common/pagetop.png) center center/35px 21px no-repeat; } }

#container_footer {
  position: relative;
  background: #fff; }

.footer_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px; }
  @media screen and (max-width: 1024px) {
    .footer_content {
      padding: 45px 0 20px; } }
  .footer_content .footer_content_inner {
    display: flex; }
  .footer_content .company_info {
    width: 33%; }
    @media screen and (max-width: 1024px) {
      .footer_content .company_info {
        width: 100%; } }
    .footer_content .company_info .logo_footer {
      width: 180px;
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        .footer_content .company_info .logo_footer {
          margin: 0 auto 13px; } }
    .footer_content .company_info address {
      line-height: 1.6em;
      font-size: 1.2rem; }
      @media screen and (max-width: 1024px) {
        .footer_content .company_info address {
          text-align: center; } }
      .footer_content .company_info address .company_name {
        margin-bottom: 3px;
        font-size: 1.4rem;
        font-weight: bold; }
      .footer_content .company_info address .footer_info_tel, .footer_content .company_info address .footer_info_fax {
        position: relative;
        padding-left: 25px; }
      .footer_content .company_info address .footer_info_tel:before, .footer_content .company_info address .footer_info_fax:before {
        position: absolute;
        top: 0;
        left: 0; }
      @media screen and (max-width: 1024px) {
        .footer_content .company_info address .footer_info_tel {
          padding-left: 0; } }
      .footer_content .company_info address .footer_info_tel:before {
        content: "TEL "; }
        @media screen and (max-width: 1024px) {
          .footer_content .company_info address .footer_info_tel:before {
            position: static; } }
      @media screen and (max-width: 1024px) {
        .footer_content .company_info address .footer_info_fax {
          padding-left: 0; } }
      .footer_content .company_info address .footer_info_fax:before {
        content: "FAX "; }
        @media screen and (max-width: 1024px) {
          .footer_content .company_info address .footer_info_fax:before {
            position: static; } }
  .footer_content .footer_nav {
    width: 67%; }
    @media screen and (max-width: 1024px) {
      .footer_content .footer_nav {
        display: none; } }

.footer_nav {
  display: flex;
  justify-content: flex-end; }

.footer_nav_wrap {
  padding-left: 40px; }
  .footer_nav_wrap li.footer_cat_top a {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .footer_nav_wrap li.footer_cat_top a:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0px;
      bottom: 0;
      left: -14px;
      width: 4px;
      height: 1px;
      margin: auto;
      background: #fff;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .footer_nav_wrap li.footer_cat_top a:hover {
      color: #2f95c9; }
      .footer_nav_wrap li.footer_cat_top a:hover:before {
        background: #5d5d5d;
        left: -10px; }

.copyright {
  padding: 15px 0;
  font-size: 1.2rem;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .copyright {
      width: 100%;
      padding: 15px 0; } }

#page_top {
  position: absolute;
  right: 20px;
  bottom: 28px;
  z-index: 6000;
  border-top: solid 3px #6a6a6a;
  width: 22px;
  height: 28px;
  cursor: pointer;
  transition: all,.2s,linear; }
  #page_top:before {
    top: 7px;
    right: 0;
    left: 0;
    position: absolute;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border-top: solid 3px #6a6a6a;
    border-left: solid 3px #6a6a6a;
    transition: all,.2s,linear;
    transform: rotate(45deg); }
  #page_top:hover {
    border-top: solid 3px #2f95c9; }
    #page_top:hover:before {
      border-top: solid 3px #2f95c9;
      border-left: solid 3px #2f95c9; }

.p404 {
  margin-top: 100px; }

a.link_text {
  position: relative;
  color: #2f95c9;
  text-decoration: underline; }
  a.link_text:hover {
    opacity: .7; }

.btn_wrap {
  margin: 15px 0;
  text-align: center; }

a.btn_default,
input.btn_default,
.submit input.btn_default,
button.btn_default {
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  color: #fff;
  transition: all .2s linear;
  border-radius: 5px;
  border: none;
  background: #2f95c9; }
  @media screen and (max-width: 736px) {
    a.btn_default,
    input.btn_default,
    .submit input.btn_default,
    button.btn_default {
      max-width: 100%; } }
  a.btn_default:after,
  input.btn_default:after,
  .submit input.btn_default:after,
  button.btn_default:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg); }
  a.btn_default:hover,
  input.btn_default:hover,
  .submit input.btn_default:hover,
  button.btn_default:hover {
    background: #075278; }
  a.btn_default img,
  input.btn_default img,
  .submit input.btn_default img,
  button.btn_default img {
    vertical-align: middle; }

.btn_dl_wrap {
  text-align: right;
  margin-top: 15px; }

button.btn_download,
a.btn_download {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  max-width: 220px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #8bbdd7;
  transition: all .2s linear;
  border-radius: 5px;
  border: solid 2px #8bbdd7;
  background: transparent; }
  @media screen and (max-width: 736px) {
    button.btn_download,
    a.btn_download {
      max-width: 100%; } }
  button.btn_download:hover,
  a.btn_download:hover {
    color: #2f95c9;
    border: solid 2px #2f95c9; }
  button.btn_download img,
  a.btn_download img {
    vertical-align: middle; }

a.btn_white {
  font-size: 1.4rem;
  color: #fe000b;
  background: #fff;
  padding: 0 10px;  }
  a.btn_white:after {
    border-top: solid 2px #fe000b;
    border-right: solid 2px #fe000b; }
  a.btn_white:hover {
    background: #fff;
    opacity: .8; }
a.btn_white_syn {
  font-size: 1.4rem;
  color: #FFB928;
  background: #fff;
  padding: 0 10px; }
  a.btn_white_syn:after {
    border-top: solid 2px #FFB928;
    border-right: solid 2px #FFB928; }
  a.btn_white_syn:hover {
    background: #fff;
    opacity: .8; }

a.btn_large {
  height: 65px;
  line-height: 65px;
  max-width: 360px; }
  @media screen and (max-width: 736px) {
    a.btn_large {
      max-width: 100%; } }

a.btn_mail span {
  color: #f85a00;
  display: inline-block;
  padding-left: 36px;
  background: url(/img/common/icon_mail.svg) center left/28px 28px no-repeat; }

a.btn_mail:after {
  display: none; }

a.outer_link {
  display: inline-block; }
  a.outer_link img {
    vertical-align: middle; }

/* hx */
.ttl_page {
  position: relative;
  font-weight: 500;
  font-size: 2.6rem;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .ttl_page {
      font-size: 1.8rem; } }

.ttl_sub_page {
  margin: 1em 0 0 0;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .ttl_sub_page {
      font-size: 1.4rem; } }

.ttl_content {
  margin-bottom: 1.5em;
  padding-bottom: .6em;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 500;
  border-bottom: solid 1px #2f95c9;
  color: #2f95c9; }
  @media screen and (max-width: 1024px) {
    .ttl_content {
      font-size: 1.8rem; } }

.ttl_content2 {
  margin-bottom: 1.2em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #333; }
  @media screen and (max-width: 1024px) {
    .ttl_content2 {
      margin-bottom: 1.2em;
      text-align: center;
      font-size: 5rem; } }
  @media screen and (max-width: 1024px) and (max-width: 736px) {
    .ttl_content2 {
      font-size: 2.2rem; } }
  .ttl_content2 .en {
    display: block;
    margin-top: .4em;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1em; }
    @media screen and (max-width: 736px) {
      .ttl_content2 .en {
        font-size: 1.8rem; } }

.tlt_sub_content {
  margin-bottom: 1.6em;
  padding: 1em .4em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .tlt_sub_content {
      margin-bottom: .6em;
      font-size: 1.8rem; } }

.ttl_part_content {
  margin-bottom: 1em;
  padding-bottom: 7px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2em; }

@media screen and (max-width: 1024px) and (max-width: 736px) {
  .ttl_part_content {
    font-size: 1.6rem; } }

.ttl_paragraph {
  margin-bottom: .6em;
  padding-bottom: 7px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2em; }

@media screen and (max-width: 1024px) and (max-width: 736px) {
  .ttl_paragraph {
    font-size: 2rem; } }

.txt_default {
  line-height: 1.6em; }
  @media screen and (max-width: 736px) {
    .txt_default {
      line-height: 1.6em; } }

.txt_lead {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6em;
  font-size: 1.4rem; }

.ul_default {
  margin: 10px 0 10px 10px; }
  @media screen and (max-width: 736px) {
    .ul_default {
      margin: 10px 0; } }
  .ul_default li {
    padding-left: 1em;
    text-indent: -1em; }

.ol_default {
  margin-bottom: 20px; }

.dl_default::after {
  content: "";
  display: block;
  clear: both; }

.dl_default dt {
  position: relative;
  clear: both;
  float: left;
  width: 20%;
  padding: 0 0 0 10px;
  font-weight: 700; }
  @media screen and (max-width: 736px) {
    .dl_default dt {
      width: 100%;
      padding: 0;
      font-weight: bold; } }

.dl_default dd {
  margin-bottom: 30px;
  padding: 0 0 30px 25%;
  border-bottom: dashed 1px #bed9e3; }
  @media screen and (max-width: 736px) {
    .dl_default dd {
      width: 100%;
      margin-bottom: 15px;
      padding: 0 0 15px 0; } }

.table_default {
  width: 100%;
  border-collapse: collapse; }
  .table_default tr th, .table_default tr td {
    padding: .6em 1em;
    border-collapse: collapse;
    border: solid 1px #cccccc;
    word-break: break-all; }
    @media screen and (max-width: 736px) {
      .table_default tr th, .table_default tr td {
        display: block;
        padding: .3em 1em; } }
  .table_default tr th {
    width: 25%;
    background: #eef3f7; }
    @media screen and (max-width: 736px) {
      .table_default tr th {
        width: 100%; } }

.map {
  position: relative;
  margin-top: 30px;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.mw_wp_form .label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.mw_wp_form .label_inline {
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block; }

.mw_wp_form.mw_wp_form_confirm .label_inline {
  display: block; }

.form_1col {
  margin-top: 20px; }

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 1.4rem;
  border: solid 1px #cccccc;
  background-color: transparent;
  border-radius: 0; }

textarea {
  max-width: 100%; }

input[type="text"],
input[type="email"] {
  max-width: 400px; }

input.submit,
button.submit {
  display: inline-block;
  max-width: 300px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all .3s ease; }
  @media screen and (max-width: 1024px) {
    input.submit,
    button.submit {
      max-width: 280px; } }

input[type="submit"],
button[type="submit"] {
  margin: 0 20px; }
  @media screen and (max-width: 736px) {
    input[type="submit"],
    button[type="submit"] {
      margin: 10px 0; } }

.required {
  display: inline-block;
  padding: .4em .4em;
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  background: #e00d0d; }

.mwform-checkbox-field label {
  display: inline; }

.form_message {
  margin-bottom: 10px; }

.privacy_policy_check {
  text-align: center; }

.mw_wp_form_preview .form_message {
  border-bottom: solid 1px #6a6a6a;
  padding: 10px; }

.btn_form {
  margin-top: 50px;
  text-align: center; }

.note {
  font-size: 1.2rem;
  line-height: 1.6em; }

.warning {
  color: #6a6a6a; }

.txt_underline {
  background: linear-gradient(transparent 50%, #fff1d2 0%); }

.txt_smaller {
  font-size: smaller; }

.txt_bold {
  font-weight: bold; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.align_c {
  text-align: center; }

.align_r {
  text-align: right; }

.align_l {
  text-align: left; }

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.sp_only {
  display: none; }
  @media screen and (max-width: 736px) {
    .sp_only {
      display: inline-block; } }

.sp_only_block {
  display: none; }
  @media screen and (max-width: 736px) {
    .sp_only_block {
      display: block; } }

.tbsp_only {
  display: none; }
  @media screen and (max-width: 1024px) {
    .tbsp_only {
      display: inline-block; } }

.tb_only {
  display: none; }
  @media screen and (max-width: 1024px) {
    .tb_only {
      display: inline-block; } }
  @media screen and (max-width: 1024px) and (max-width: 736px) {
    .tb_only {
      display: none; } }

@media screen and (max-width: 736px) {
  .pctb_only {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pc_only {
    display: none; } }

.button {
  background: #f1c40f;
  display: inline-block;
  padding: 2rem 4rem;
  margin: 1rem;
  color: black;
  position: relative;
  overflow: hidden;
  transition: all .3s linear; }
  .button:before {
    content: "";
    position: absolute;
    right: auto;
    bottom: auto;
    left: -40px;
    top: -40px;
    width: 10px;
    height: 10px;
    background: #222;
    border-radius: 50%;
    transition: all .7s linear; }
  .button span {
    position: relative; }
  .button:hover, .button:focus {
    color: white; }
    .button:hover:before, .button:focus:before {
      width: 270px;
      height: 270px;
      opacity: 1; }

.bg_blue {
  background: #2f95c9; }

.bg_lightblue {
  background: #eef3f7; }

a .pho {
  overflow: hidden; }
  a .pho img {
    transition: all .2s linear; }

a:hover .pho img {
  transform: scale(1.2); }

.section_content_2col {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .section_content_2col {
      display: block; } }

.page_header {
  padding: 40px 20px;
  text-align: center;
  background: #2f95c9; }
  @media screen and (max-width: 736px) {
    .page_header {
      padding: 20px 10px; } }
  .page_header .page_header_leadtext {
    max-width: 800px;
    margin: 10px auto 0;
    color: #e6f0f5; }

.content_body {
  margin-bottom: 30px; }
  .content_body .txt_default {
    margin-bottom: 15px; }

.section_right {
  width: calc(100% - 310px);
  order: 2; }
  @media screen and (max-width: 1024px) {
    .section_right {
      width: 100%;
      order: 1; } }

.sidebar {
  width: 260px;
  order: 1;
  margin-right: 50px;
  background: #eef3f7; }
  @media screen and (max-width: 1024px) {
    .sidebar {
      width: 100%;
      order: 2; } }
  .sidebar .ttl_sidebar_cat {
    position: relative;
    padding: .5em 1em;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    background: #2f95c9; }
    @media screen and (max-width: 1024px) {
      .sidebar .ttl_sidebar_cat {
        font-size: 1.6rem; } }
  @media screen and (max-width: 1024px) {
    .sidebar .ttl_sidebar_cat_modal:after {
      z-index: 2;
      position: absolute;
      content: "+";
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      width: 10px;
      text-align: center;
      padding: 0 .3em .1em;
      line-height: 1em;
      font-size: 3rem;
      font-weight: normal;
      color: #fff; } }
  @media screen and (max-width: 1024px) {
    .sidebar .ttl_sidebar_cat_modal.ttl_sidebar_cat_on:after {
      content: "-"; } }

.sidebar_cat_wrap {
  padding: 15px; }
  .sidebar_cat_wrap .ttl_index_cat {
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 1.8rem;
    color: #333; }
  .sidebar_cat_wrap a:before {
    content: "- "; }

.works_cat_aside_wrap {
  padding-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .works_cat_aside_wrap {
      display: none; } }

.works_cat_aside {
  margin-top: 20px;
  padding: 0 15px; }
  .works_cat_aside .ttl_works_cat {
    margin-bottom: .5em;
    padding-bottom: .2em;
    color: #2f95c9;
    font-weight: 500;
    font-size: 1.6rem;
    border-bottom: dashed 1px #bed9e3; }
  .works_cat_aside .sidebar_cat {
    padding-left: 5px; }
    .works_cat_aside .sidebar_cat a:before {
      content: "- "; }
    .works_cat_aside .sidebar_cat a:hover {
      color: #2f95c9; }

.content_header {
  margin-bottom: 30px; }
  @media screen and (max-width: 736px) {
    .content_header {
      margin-bottom: 20px; } }

.pagenation {
  margin-top: 30px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .pagenation {
      margin-bottom: 30px; } }
  .pagenation a,
  .pagenation span {
    display: inline-block;
    padding: .6em .8em;
    line-height: 1em;
    background: #eef3f7; }
    .pagenation a:hover, .pagenation a.current,
    .pagenation span:hover,
    .pagenation span.current {
      background: #2f95c9;
      color: #fff; }
    .pagenation a.prev, .pagenation a.next,
    .pagenation span.prev,
    .pagenation span.next {
      position: relative;
      background: transparent; }
      .pagenation a.prev:before, .pagenation a.next:before,
      .pagenation span.prev:before,
      .pagenation span.next:before {
        position: absolute;
        content: " ";
        top: 70%;
        width: 10px;
        height: 10px;
        background: transparent;
        border-top: solid 3px #abadb5;
        border-right: solid 3px #abadb5;
        transition: all .2s linear; }
    .pagenation a.prev:before,
    .pagenation span.prev:before {
      left: 0px;
      transform: translate(-50%, -50%) rotate(225deg); }
    .pagenation a.next:before,
    .pagenation span.next:before {
      right: -10px;
      transform: translate(-50%, -50%) rotate(45deg); }
    .pagenation a:hover.prev:before, .pagenation a:hover.next:before,
    .pagenation span:hover.prev:before,
    .pagenation span:hover.next:before {
      border-top: solid 3px #2f95c9;
      border-right: solid 3px #2f95c9; }

.main_visual img {
  width: 100%; }

.ttl_top_content_wrap {
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 3rem;
  color: #333;
  text-align: center;
  line-height: 1.5em;
  background: url(/img/common/square_title.png) center 60%/39px 5px no-repeat; }
  @media screen and (max-width: 736px) {
    .ttl_top_content_wrap {
      font-size: 2rem; } }
  .ttl_top_content_wrap .en {
    display: block;
    margin-top: 1em;
    color: #2f95c9;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em; }
    @media screen and (max-width: 736px) {
      .ttl_top_content_wrap .en {
        font-size: 1.4rem; } }

.content_category {
  padding: 30px 0; }
  @media screen and (max-width: 736px) {
    .content_category {
      padding: 20px 0; } }
  .content_category .ttl_content_category {
    margin-bottom: .5em;
    color: #fff;
    font-weight: 500;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.2em; }
    @media screen and (max-width: 736px) {
      .content_category .ttl_content_category {
        margin-bottom: .8em;
        font-size: 1.6rem;
        line-height: 1.6em; } }
  .content_category .btn_cat_list {
    display: flex;
    flex-wrap: wrap;
    margin: -2px; }
    .content_category .btn_cat_list li {
      width: calc(100% / 6 - 4px);
      margin: 2px; }
      @media screen and (max-width: 736px) {
        .content_category .btn_cat_list li {
          width: calc(100% / 2 - 4px); } }
      .content_category .btn_cat_list li a {
        display: block;
        color: #2f95c9;
        line-height: 3em;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        background: #fff;
        transition: all .2s linear; }
        @media screen and (max-width: 736px) {
          .content_category .btn_cat_list li a {
            line-height: 2em; } }
        .content_category .btn_cat_list li a:hover {
          background: #075278;
          color: #fff; }
.content_online{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
  margin: 50px auto 30px;
}
.content_online a{
  width: 31%;
}
@media screen and (max-width: 736px) {
  .content_online a{
    width: 100%;
    margin-bottom: 15px;
  }
  .content_online a:last-of-type{
    margin-bottom: 0;
  }
}
.content_news {
  padding: 50px 0 20px; }
  @media screen and (max-width: 736px) {
    .content_news {
      padding: 30px 0 20px; } }
  .content_news .ttl_news_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px; }
    @media screen and (max-width: 736px) {
      .content_news .ttl_news_wrap {
        display: block;
        margin-bottom: 10px; } }
  .content_news .ttl_top_news {
    font-weight: 500;
    font-size: 2.6rem;
    color: #333; }
    @media screen and (max-width: 736px) {
      .content_news .ttl_top_news {
        font-size: 2rem;
        margin-bottom: 10px; } }
  .content_news .cat_news_list li {
    display: inline-block;
    padding: 0 1em;
    line-height: 1em;
    border-right: solid 1px #2f95c9;
    color: #2f95c9; }
    .content_news .cat_news_list li:first-child {
      border-left: solid 1px #2f95c9; }

.news_top_box .pho {
  position: relative;
  margin-bottom: 10px; }
  .news_top_box .pho .cat_news {
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1em;
    font-size: 1.3rem;
    color: #fff;
    background: #abadb5; }

.news_top_box time {
  font-size: 1.3rem;
  color: #989898; }

.news_top_box .ttl_news_list {
  margin-bottom: .4em;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333; }

.content_advantage {
  margin-bottom: 50px;
  color: #fff;
  background: url(/img/top/tsuyomi.jpg) right center/518px 149px no-repeat #2f95c9; }
  @media screen and (max-width: 736px) {
    .content_advantage {
      display: block;
      margin-bottom: 20px;
      padding-bottom: 100px;
      background: url(/img/top/tsuyomi.jpg) center bottom/contain no-repeat #2f95c9; } }
  .content_advantage .content_advantage_text {
    background: #2f95c9;
    margin-right: 40%;
    padding: 20px 30px; }
    @media screen and (max-width: 736px) {
      .content_advantage .content_advantage_text {
        width: 100%;
        padding: 20px 15px;
        margin: 0; } }
  .content_advantage .ttl_top_advantage {
    margin-bottom: .4em;
    font-weight: 500;
    font-size: 2.2rem; }
    @media screen and (max-width: 736px) {
      .content_advantage .ttl_top_advantage {
        font-size: 1.8rem; } }
  .content_advantage .pho {
    width: 30%; }
    @media screen and (max-width: 736px) {
      .content_advantage .pho {
        width: 100%; } }

.content_works {
  padding: 50px 0; }
  @media screen and (max-width: 736px) {
    .content_works {
      padding: 30px 0 10px; } }

.works_cat {
  background: #fff; }
  .works_cat .ttl_works_cat {
    padding: .5em 1em;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    background: #2f95c9; }
    @media screen and (max-width: 736px) {
      .works_cat .ttl_works_cat {
        font-size: 1.6rem; } }
  .works_cat .works_cat_wrap {
    padding: 25px 25px 20px; }
    @media screen and (max-width: 736px) {
      .works_cat .works_cat_wrap {
        padding: 10px 10px 5px; } }
    .works_cat .works_cat_wrap .works_cat_box {
      display: block;
      margin-bottom: 10px; }
      @media screen and (max-width: 736px) {
        .works_cat .works_cat_wrap .works_cat_box {
          margin-bottom: 0; } }
      @media screen and (max-width: 736px) {
        .works_cat .works_cat_wrap .works_cat_box .pho {
          display: none; } }
      .works_cat .works_cat_wrap .works_cat_box h4 {
        margin-top: .4em;
        font-weight: 500;
        font-size: 1.6rem;
        color: #333;
        transition: all .2s linear; }
        @media screen and (max-width: 736px) {
          .works_cat .works_cat_wrap .works_cat_box h4 {
            margin-top: 0;
            font-size: 1.4rem;
            font-weight: 700; } }
      .works_cat .works_cat_wrap .works_cat_box .txt_default {
        font-size: 1.3rem; }
        @media screen and (max-width: 736px) {
          .works_cat .works_cat_wrap .works_cat_box .txt_default {
            display: none; } }
      .works_cat .works_cat_wrap .works_cat_box:hover {
        color: #2f95c9; }
        .works_cat .works_cat_wrap .works_cat_box:hover h4 {
          color: #2f95c9; }
  .works_cat .list_works_cat::after {
    content: "";
    display: block;
    clear: both; }
  .works_cat .list_works_cat li {
    float: left;
    width: 33%;
    padding-right: 1em;
    font-weight: 500;
    font-size: 1.6rem;
    color: #333; }
    @media screen and (max-width: 1024px) {
      .works_cat .list_works_cat li {
        width: 50%;
        font-size: 1.4rem;
        font-weight: 700; } }
    .works_cat .list_works_cat li a {
      font-weight: 500;
      font-size: 1.6rem;
      color: #333; }
      @media screen and (max-width: 736px) {
        .works_cat .list_works_cat li a {
          width: 50%;
          font-size: 1.4rem;
          font-weight: 700; } }
      .works_cat .list_works_cat li a:hover {
        color: #2f95c9; }
    .works_cat .list_works_cat li ul li {
      width: 100%; }

.works_cat_outer {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -8px 0; }
  @media screen and (max-width: 736px) {
    .works_cat_outer {
      display: block;
      margin: 10px 0 20px; } }
  .works_cat_outer .works_cat {
    width: calc(50% - 16px);
    margin: 8px; }
    @media screen and (max-width: 736px) {
      .works_cat_outer .works_cat {
        width: 100%;
        margin: 0 0 8px 0; } }

.content_solution {
  padding: 50px 0 15px; }
  @media screen and (max-width: 736px) {
    .content_solution {
      padding: 30px 0 10px; } }
  .content_solution .pho {
    min-height: 230px; }
    @media screen and (max-width: 736px) {
      .content_solution .pho {
        min-height: auto;
        height: 170px; } }
  .content_solution .solution_box {
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 736px) {
      .content_solution .solution_box {
        margin-bottom: 5px; } }
    .content_solution .solution_box:nth-of-type(1) {
      background: url(/img/top/solution01.jpg) center center/cover no-repeat; }
    .content_solution .solution_box:nth-of-type(2) {
      background: url(/img/top/solution02.jpg) center center/cover no-repeat; }
    .content_solution .solution_box:nth-of-type(3) {
      background: url(/img/top/solution03.jpg) center center/cover no-repeat; }
    .content_solution .solution_box:nth-of-type(4) {
      background: url(/img/top/solution04.jpg) center center/cover no-repeat; }
    .content_solution .solution_box:nth-of-type(5) {
      background: url(/img/top/solution05.jpg) center center/cover no-repeat; }
    .content_solution .solution_box:nth-of-type(6) {
      background: url(/img/top/solution06.jpg) center center/cover no-repeat; }
    .content_solution .solution_box .solution_text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 8%;
      color: #fff;
      background: rgba(8, 103, 145, 0.75);
      transition: all .2s linear; }
      @media screen and (max-width: 736px) {
        .content_solution .solution_box .solution_text {
          padding: 10px 5%; } }
      .content_solution .solution_box .solution_text:hover {
        background: rgba(53, 153, 197, 0.9); }
    .content_solution .solution_box h3 {
      margin-bottom: .5em;
      font-weight: 500;
      font-size: 2rem; }
      @media screen and (max-width: 736px) {
        .content_solution .solution_box h3 {
          font-size: 1.8rem; } }

.content_technical_info {
  margin-bottom: 50px;
  border: solid 1px #2f95c9; }
  @media screen and (max-width: 736px) {
    .content_technical_info {
      margin-bottom: 25px; } }
  .content_technical_info .ttl_technical_info {
    padding: .8em 1em;
    font-weight: 500;
    font-size: 2.4rem;
    color: #fff;
    background: #2f95c9; }
    @media screen and (max-width: 736px) {
      .content_technical_info .ttl_technical_info {
        font-size: 1.8rem; } }
    .content_technical_info .ttl_technical_info span {
      display: inline-block;
      margin-left: 10px;
      font-size: 1.4rem; }
  .content_technical_info .technical_info_cat {
    padding: 25px; }
    @media screen and (max-width: 736px) {
      .content_technical_info .technical_info_cat {
        padding: 15px; } }
    .content_technical_info .technical_info_cat h4 {
      margin-bottom: .3em;
      font-weight: 500;
      font-size: 1.6rem;
      color: #333; }

.content_topix {
  display: flex;
  justify-content: space-between;
  margin: 0 -40px;
  padding: 50px 0; }
  @media screen and (max-width: 736px) {
    .content_topix {
      display: block;
      margin: 0;
      padding: 15px 0 30px; } }
  .content_topix .content_topix_inner {
    width: calc(50% - 80px);
    margin: 0 40px; }
    @media screen and (max-width: 736px) {
      .content_topix .content_topix_inner {
        width: 100%;
        margin: 0; } }
  .content_topix .ttl_content_topix {
    margin-bottom: .8em;
    padding-bottom: .3em;
    color: #2f95c9;
    font-weight: 500;
    font-size: 2.4rem;
    border-bottom: solid 1px #2f95c9; }
    @media screen and (max-width: 736px) {
      .content_topix .ttl_content_topix {
        padding-top: 1em;
        font-size: 2rem; } }
  .content_topix .content_topix_list article {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #bed9e3; }
  .content_topix .content_topix_list time {
    font-size: 1.3rem;
    color: #989898; }
  .content_topix .content_topix_list h4 {
    font-weight: 500;
    font-size: 1.6rem;
    color: #333; }

@media screen and (max-width: 736px) {
  .list_works_wrap {
    margin: 0 -5px; } }

.list_works_wrap .list_works {
  margin-bottom: 35px; }
  @media screen and (max-width: 736px) {
    .list_works_wrap .list_works {
      width: calc(50% - 10px);
      margin: 0 5px 15px; } }

.list_works_wrap .works_index_detail {
  margin-top: 15px; }

.list_works_wrap .ttl_list_works {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #333; }

.list_works_wrap .product_size {
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.3rem;
  border-bottom: dashed 1px #bed9e3; }

.menu_list_wrap .content_3column {
  position: relative;
  padding-bottom: 90px; }
  .menu_list_wrap .content_3column .btn_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }

.ttl_menu_list {
  margin: 1em 0 .3em;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #333; }

.pho_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 736px) {
    .pho_menu_wrap {
      margin: -5px; } }
  .pho_menu_wrap .pho_menu {
    position: relative;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px; }
    @media screen and (max-width: 736px) {
      .pho_menu_wrap .pho_menu {
        width: calc(50% - 10px);
        margin: 0 5px 10px; } }

.works_list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 736px) {
    .works_list_wrap {
      margin: 0 -5px; } }
  .works_list_wrap .works_list_box {
    position: relative;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px; }
    @media screen and (max-width: 736px) {
      .works_list_wrap .works_list_box {
        width: calc(50% - 10px);
        margin: 0 5px 10px; } }
    .works_list_wrap .works_list_box .ttl_works_list {
      margin: .4em 0 0;
      font-size: 1.6rem;
      font-weight: 700;
      color: #333; }
    .works_list_wrap .works_list_box .pho {
      position: relative; }
      .works_list_wrap .works_list_box .pho .cat_work {
        z-index: 2;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 1em;
        font-size: 1.3rem;
        color: #fff;
        background: #abadb5; }
    .works_list_wrap .works_list_box .size {
      font-size: 1.3rem; }

.content_header .cat_list {
  margin-bottom: 20px; }
  .content_header .cat_list li {
    display: inline-block;
    padding-right: 3px;
    margin-bottom: 3px; }
    .content_header .cat_list li a {
      display: inline-block;
      padding: 0 .8em;
      font-size: 1.3rem;
      background: #2f95c9;
      color: #fff; }

.content_header .ttl_our_work {
  margin-bottom: .8em;
  padding-bottom: .5em;
  font-weight: 500;
  font-size: 2.8rem;
  color: #333;
  border-bottom: solid 1px #2f95c9; }
  @media screen and (max-width: 736px) {
    .content_header .ttl_our_work {
      font-size: 2rem;
      font-weight: 700; } }

.body_our_work {
  margin-bottom: 40px; }
  @media screen and (max-width: 736px) {
    .body_our_work {
      margin-bottom: 20px; } }

.spec_wrap {
  margin-bottom: 70px; }
  @media screen and (max-width: 736px) {
    .spec_wrap {
      margin-bottom: 20px; } }

.ttl_spec {
  margin-bottom: 1em;
  padding-left: 10px;
  line-height: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2f95c9;
  border-left: solid 5px #2f95c9; }
  @media screen and (max-width: 736px) {
    .ttl_spec {
      font-size: 1.6rem; } }

.ttl_relative_item {
  margin-bottom: .8em;
  padding-bottom: .5em;
  font-weight: 500;
  font-size: 2.4rem;
  color: #333;
  border-bottom: solid 1px #2f95c9; }
  @media screen and (max-width: 736px) {
    .ttl_relative_item {
      font-size: 1.8rem; } }

.ttl_archives {
  margin-bottom: 1em;
  font-size: 2rem;
  color: #333;
  font-weight: 500; }
  @media screen and (max-width: 736px) {
    .ttl_archives {
      font-size: 1.8rem; } }

.list_faq dt {
  position: relative;
  margin-top: 30px;
  padding: 0 35px 30px 50px;
  font-size: 1.6rem;
  color: #333; }
  @media screen and (max-width: 736px) {
    .list_faq dt {
      margin: 0 0 1em 0;
      padding: 0 35px 0 25px;
      font-size: 1.4rem; } }
  .list_faq dt span {
    display: block; }
    @media screen and (max-width: 736px) {
      .list_faq dt span {
        padding: 0 0 1em 0;
        min-height: 30px; } }
    .list_faq dt span:before {
      position: absolute;
      top: 0;
      left: 3px;
      bottom: 0;
      content: "Q";
      font-size: 3.6rem;
      font-weight: 500;
      color: #2f95c9;
      vertical-align: middle; }
      @media screen and (max-width: 736px) {
        .list_faq dt span:before {
          font-size: 1.8rem; } }
    .list_faq dt span:after {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 22px;
      height: 22px;
      font-size: 1.4rem;
      line-height: 1em;
      color: #fff;
      vertical-align: middle; }
      @media screen and (max-width: 736px) {
        .list_faq dt span:after {
          top: 5px;
          width: 20px;
          height: 20px;
          font-size: 1.2rem; } }
  .list_faq dt.answer_off {
    border-bottom: dashed 1px #bed9e3; }
    .list_faq dt.answer_off span:after {
      content: "＋";
      font-size: 1.4rem;
      line-height: 1em;
      background: #2f95c9; }
  .list_faq dt.answer_on span:after {
    content: "−";
    font-size: 1.4rem;
    line-height: 1em;
    background: #abadb5; }

.list_faq dd {
  display: none;
  position: relative;
  margin-top: 7px;
  padding: 0 0 40px 80px;
  border-bottom: dashed 1px #2f95c9; }
  @media screen and (max-width: 736px) {
    .list_faq dd {
      margin-bottom: 2em;
      padding: 0 0 20px 40px; } }
  .list_faq dd:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 3.4rem;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    background: #2f95c9; }
    @media screen and (max-width: 736px) {
      .list_faq dd:before {
        width: 30px;
        height: 30px;
        font-size: 1.6rem; } }

.content_development {
  padding: 25px 0; }

.development_wrap {
  display: flex;
  align-items: center;
  padding: 25px 0; }
  @media screen and (max-width: 736px) {
    .development_wrap {
      display: block;
      padding: 10px 0; } }
  .development_wrap .pho {
    width: 40%; }
    @media screen and (max-width: 736px) {
      .development_wrap .pho {
        width: 100%; } }
  .development_wrap .text {
    width: 60%;
    padding-left: 40px; }
    @media screen and (max-width: 736px) {
      .development_wrap .text {
        width: 100%;
        margin-top: 10px;
        padding-left: 0px; } }

.ttl_development_problem {
  margin: 1em 0 .6em;
  padding-bottom: .5em;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.2em;
  color: #2f95c9;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .ttl_development_problem {
      font-size: 2.4rem; } }

.list_development_problem {
  max-width: 600px;
  margin: 0 auto 50px;
  font-size: 1.6rem;
  color: #333; }
  @media screen and (max-width: 736px) {
    .list_development_problem {
      max-width: 100%;
      margin: 0 auto 30px; } }
  .list_development_problem li {
    margin-bottom: .4em; }

.ttl_dl_list {
  margin-bottom: 2em;
  padding-bottom: .5em;
  color: #2f95c9;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #2f95c9; }
  @media screen and (max-width: 736px) {
    .ttl_dl_list {
      margin-bottom: 1em; } }

.list_documents_wrap .list_documents {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #bed9e3; }
  @media screen and (max-width: 736px) {
    .list_documents_wrap .list_documents {
      display: block; } }
  .list_documents_wrap .list_documents .pho {
    width: 30%; }
    @media screen and (max-width: 736px) {
      .list_documents_wrap .list_documents .pho {
        width: 100%;
        margin-bottom: 10px; } }
  .list_documents_wrap .list_documents .txt_documents {
    width: 70%;
    padding-left: 30px; }
    @media screen and (max-width: 736px) {
      .list_documents_wrap .list_documents .txt_documents {
        width: 100%;
        padding-left: 0; } }

.ttl_documents {
  margin-bottom: .4em;
  padding: 0 0 0 .6em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #333;
  border-left: solid 4px #2f95c9; }

.cat_documents {
  margin-bottom: 15px; }
  .cat_documents span {
    display: inline-block;
    margin-right: .5em;
    padding: .3em .5em;
    line-height: 1em;
    background: #eef3f7;
    font-size: 1.2rem; }

.pho_documents_single {
  margin-bottom: 30px; }
  @media screen and (max-width: 736px) {
    .pho_documents_single {
      margin-bottom: 0; } }

.ttl_documents_single {
  margin: .3em 0 .8em;
  padding-bottom: .5em;
  font-weight: 500;
  font-size: 2.8rem;
  color: #333;
  border-bottom: solid 1px #2f95c9; }
  @media screen and (max-width: 736px) {
    .ttl_documents_single {
      font-size: 2rem; } }

.detail_documents {
  margin-top: 30px;
  padding: 20px;
  background: #eef3f7; }

.ttl_detail_documents {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2f95c9; }

.ttl_dl_form {
  margin-bottom: 1em;
  padding-bottom: .3em;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2f95c9;
  border-bottom: solid 1px #8bbdd7; }

.dl_form_wrap {
  max-width: 1000px;
  margin: 50px auto 0; }
  .dl_form_wrap.dl_form_wrap_single {
    max-width: 550px; }
  .dl_form_wrap .dl_form {
    margin-bottom: 20px; }
    .dl_form_wrap .dl_form::after {
      content: "";
      display: block;
      clear: both; }
    .dl_form_wrap .dl_form dt {
      position: relative;
      clear: both;
      float: left;
      width: 30%;
      padding: 0 0 0 10px;
      font-weight: 700; }
      @media screen and (max-width: 736px) {
        .dl_form_wrap .dl_form dt {
          width: 100%;
          padding: 0;
          font-weight: bold; } }
    .dl_form_wrap .dl_form dd {
      margin-bottom: 15px;
      padding: 0 0 15px 43%;
      border-bottom: dashed 1px #bed9e3;
      min-height: 3em; }
      @media screen and (max-width: 736px) {
        .dl_form_wrap .dl_form dd {
          width: 100%;
          margin-bottom: 15px;
          padding: 0 0 15px 0; } }

.form_section {
  margin-bottom: 50px; }

.ttl_contact {
  margin-bottom: 1em;
  padding: 0 0 0 .6em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
  border-left: solid 4px #2f95c9; }
  @media screen and (max-width: 736px) {
    .ttl_contact {
      font-size: 1.6rem; } }

.table_contact {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #8bbdd7; }
  .table_contact th {
    width: 35%;
    font-weight: 500;
    background: #eff4f6; }
    @media screen and (max-width: 736px) {
      .table_contact th {
        width: 100%; } }
  .table_contact th,
  .table_contact td {
    padding: 1.5em;
    vertical-align: middle;
    border-collapse: collapse;
    border: solid 1px #8bbdd7; }
    @media screen and (max-width: 736px) {
      .table_contact th,
      .table_contact td {
        padding: 1em 1.5em;
        display: block; } }

.dl_privacy {
  margin-top: 50px; }
  @media screen and (max-width: 736px) {
    .dl_privacy {
      margin-top: 25px; } }
  .dl_privacy dt {
    margin-bottom: .5em;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2em;
    color: #333; }
    @media screen and (max-width: 736px) {
      .dl_privacy dt {
        font-size: 1.6rem; } }
  .dl_privacy dd {
    margin-bottom: 40px; }
    @media screen and (max-width: 736px) {
      .dl_privacy dd {
        margin-bottom: 25px; } }

.content_list_words {
  margin-bottom: 50px; }
  @media screen and (max-width: 736px) {
    .content_list_words {
      margin-bottom: 25px; } }

.ttl_words {
  margin-bottom: .5em;
  padding-bottom: .5em;
  color: #2f95c9;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #2f95c9; }
  @media screen and (max-width: 736px) {
    .ttl_words {
      font-size: 1.8rem; } }

.list_words {
  display: flex;
  flex-wrap: wrap; }
  .list_words li {
    display: inline-block;
    width: 25%; }
    @media screen and (max-width: 1024px) {
      .list_words li {
        width: 33%; } }
  @media screen and (max-width: 1024px) and (max-width: 736px) {
    .list_words li {
      width: 50%; } }

.list_tec_info {
  padding: 1.4em .5em;
  border-bottom: dashed 1px #bed9e3; }
  @media screen and (max-width: 736px) {
    .list_tec_info {
      padding: 1em .5em; } }

.ttl_tec_info {
  font-size: 1.6rem; }
  @media screen and (max-width: 736px) {
    .ttl_tec_info {
      font-size: 1.4rem; } }

.nav_list_words {
  display: flex;
  margin-bottom: 50px; }
  @media screen and (max-width: 736px) {
    .nav_list_words {
      display: block; } }
  .nav_list_words a {
    display: inline-block;
    margin-right: 1em;
    padding: .5em 1.5em;
    color: #2f95c9;
    font-weight: 500;
    border: solid 2px #2f95c9;
    border-radius: 3px; }
    @media screen and (max-width: 736px) {
      .nav_list_words a {
        width: 100%;
        padding: .5em;
        border-radius: 0;
        border-right: none;
        border-left: none;
        border-top: none;
        border-bottom: dashed 1px #2f95c9; } }
    .nav_list_words a:hover {
      color: #fff;
      background: #2f95c9; }

.list_news {
  padding: 2em .5em;
  border-bottom: dashed 1px #bed9e3; }

.date {
  display: inline-block;
  margin-right: 1em;
  color: #2f95c9; }

.list_news_ttl_wrap {
  display: flex; }
  @media screen and (max-width: 736px) {
    .list_news_ttl_wrap {
      display: block; } }
  .list_news_ttl_wrap .cat_news {
    width: 120px;
    display: inline-block;
    margin-right: 1em;
    background: #2f95c9;
    color: #fff;
    font-size: 1.3rem;
    text-align: center; }
    @media screen and (max-width: 736px) {
      .list_news_ttl_wrap .cat_news {
        width: auto;
        padding: 0 1em;
        line-height: 1.8em;
        font-size: 1.2rem;
        margin-bottom: .4em; } }
  .list_news_ttl_wrap .ttl_our_work {
    font-size: 1.8rem; }
    @media screen and (max-width: 736px) {
      .list_news_ttl_wrap .ttl_our_work {
        font-size: 1.4rem; } }

.article_body {
  margin-bottom: 50px; }

.contact_flow {
  margin-bottom: 50px; }
  @media screen and (max-width: 736px) {
    .contact_flow {
      margin-bottom: 30px; } }
  .contact_flow .ttl_contact_flow {
    margin-bottom: 1em;
    padding-bottom: .5em;
    color: #2f95c9;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: solid 1px #2f95c9; }
    @media screen and (max-width: 736px) {
      .contact_flow .ttl_contact_flow {
        font-size: 1.6rem; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

/* 20.05.28 オンライン商談システムスタイル読み込み */
@import url("/css/online.css");


/*メールフォーム の改修に伴う更新　福田 悠太 2023.01.25*/
.paragraph{
  margin:0 0 1em;
}

.paragraph a{
  color:#2f95c9;

}

.stepchart {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width:90%;
  margin:0 auto 1.5em;
}

.stepchart::before {
  content: "";
  width:70%;
  height: 1px;
  background: #2f95c9;
  position: absolute;
  z-index: 0;
  left: 15%;
  top:25px;
}

.stepchart li{
  position: relative;
  width: 30%;
  text-align: center;
  font-size:1em;
  letter-spacing: .1em;
}
.stepchart li::before{
  content:attr(data-text);
  display: block;
  text-align: center;
  color:#2f95c9;
  font-size:1.5em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border:1px solid #2f95c9;
  background: #fff;
  margin: 0 auto 0.5rem;
  font-weight: 600;

}

.stepchart li.current{
  color:#2f95c9;
}

.stepchart li.current::before{
  color:#fff;
  border:1px solid #2f95c9;
  background: #2f95c9;
}

button[disabled],
#button[disabled]{
  pointer-events: none;
  background: #ddd;
}