@charset "UTF-8";
/*
Theme Name:original
Template:twentytwelve
Author:iguchi
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.uk-container {
  max-width: 1086px; }

/* ----------------------------------------------------
breakpoint
---------------------------------------------------- */
/*
@mixin tab {
  @media (max-width: ($tab)) {
    @content;
  }
}
*/
/* ----------------------------------------------------
reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
  list-style-type: none; }

a {
  color: #000; }
  a:hover, a:visited {
    text-decoration: none;
    color: #000; }

img {
  max-width: 100%;
  height: auto;
  /* width: 100%; */ }

ul, ol {
  padding: 0;
  margin: 0; }

mark {
  background: inherit;
  color: inherit; }

.uk-table th {
  vertical-align: top;
  white-space: nowrap;
  padding: 8px 10px 8px 10px;
  border: 1px solid #ccc;
  background: #17417e;
  color: #fff; }

.uk-table td {
  padding: 5px 10px;
  border: 1px solid #ccc; }

/* ----------------------------------------------------
  basic
  ---------------------------------------------------- */
body, html {
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333; }

/* ----------------------
color
------------------------- */
.white {
  color: #fff; }

.black {
  color: #333; }

.blue {
  color: #2A71B9; }

.red {
  color: #c30013; }

.bargray {
  color: #b9b9b9; }

.bg {
  background: #FAF8F8; }

.bg_wh {
  background: #fff; }

.bg_gray {
  background: #f2f2f2; }

/* ----------------------
text
------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333;
  margin-top: 5px; }

@media (max-width: 767px) {
  h1 {
    font-size: 1.6rem; } }

h2 {
  font-size: 3.2rem;
  letter-spacing: 1px;
  color: #2A71B9;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  padding: 0 105px;
  font-weight: 700; }
  @media (max-width: 767px) {
    h2 {
      padding: 0 40px;
      letter-spacing: 1px; } }
  h2 small {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block; }

h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0px;
  margin: 10px 0;
  text-align: center;
  color: #2A71B9; }
  h3 small {
    font-size: 1.6rem;
    display: block; }

h4 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 10px; }

p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 5px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    p {
      font-size: .9rem;
      line-height: 1.6;
      margin-bottom: 30px; } }

.small {
  line-height: 1.3; }

.normal {
  font-weight: 300; }

.title:before, .title:after {
  content: '';
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: black; }
  @media (max-width: 767px) {
    .title:before, .title:after {
      width: 35px; } }

.title:before {
  left: 0; }

.title:after {
  right: 0; }

/* ----------------------------------------------------
float
---------------------------------------------------- */
.fr {
  float: right !important; }

.fl {
  float: left !important; }

@media (max-width: 767px) {
  .sp_flex {
    display: block; } }

.table {
  display: table; }

.cell {
  display: table-cell; }

.middle {
  vertical-align: middle; }

/* ----------------------------------------------------
table
---------------------------------------------------- */
/* ----------------------------------------------------
table
---------------------------------------------------- */
.embed-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.embed-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/* ----------------------------------------------------
letter spacing
---------------------------------------------------- */
.le0 {
  letter-spacing: 0px !important; }

.le1 {
  letter-spacing: 1px !important; }

.le2 {
  letter-spacing: 2px !important; }

.le3 {
  letter-spacing: 3px !important; }

.le4 {
  letter-spacing: 4px !important; }

.le5 {
  letter-spacing: 5px !important; }

/* ----------------------------------------------------
font style
---------------------------------------------------- */
.agenda {
  font-family: komu-b,sans-serif;
  font-weight: 400;
  font-style: normal; }

.gaut {
  font-family: gautreaux, serif;
  font-weight: 300;
  font-style: normal; }

.klee, .home #qanda .q:before, .home #qanda .a:before {
  font-family: obliqua,sans-serif;
  font-weight: 400;
  font-style: normal; }

/* ----------------------------------------------------
font size
---------------------------------------------------- */
.f5 {
  font-size: 0.5rem !important; }

.f6 {
  font-size: 0.6rem !important; }

.f7 {
  font-size: 0.7rem !important; }

.f8 {
  font-size: 0.8rem !important; }

.f9 {
  font-size: 0.9rem !important; }

.f10 {
  font-size: 1rem !important; }

.f11 {
  font-size: 1.1rem !important; }

.f12 {
  font-size: 1.2rem !important; }

.f13 {
  font-size: 1.3rem !important; }

.f14 {
  font-size: 1.4rem !important; }

.f15 {
  font-size: 1.5rem !important; }

.f16 {
  font-size: 1.6rem !important; }

.f17 {
  font-size: 1.7rem !important; }

.f18 {
  font-size: 1.8rem !important; }

.f19 {
  font-size: 1.9rem !important; }

.f20 {
  font-size: 2rem !important; }

.f21 {
  font-size: 2.1rem !important; }

.f22 {
  font-size: 2.2rem !important; }

.f23 {
  font-size: 2.3rem !important; }

.f24 {
  font-size: 2.4rem !important; }

.f25 {
  font-size: 2.5rem !important; }

.f26 {
  font-size: 2.6rem !important; }

.f27 {
  font-size: 2.7rem !important; }

.f28 {
  font-size: 2.8rem !important; }

.f29 {
  font-size: 2.9rem !important; }

.f30 {
  font-size: 3rem !important; }

.f31 {
  font-size: 3.1rem !important; }

.f32 {
  font-size: 3.2rem !important; }

.f33 {
  font-size: 3.3rem !important; }

.f34 {
  font-size: 3.4rem !important; }

.f35 {
  font-size: 3.5rem !important; }

.f36 {
  font-size: 3.6rem !important; }

.f37 {
  font-size: 3.7rem !important; }

.f38 {
  font-size: 3.8rem !important; }

.f39 {
  font-size: 3.9rem !important; }

.f40 {
  font-size: 4rem !important; }

.f41 {
  font-size: 4.1rem !important; }

.f42 {
  font-size: 4.2rem !important; }

.f43 {
  font-size: 4.3rem !important; }

.f44 {
  font-size: 4.4rem !important; }

.f45 {
  font-size: 4.5rem !important; }

.f46 {
  font-size: 4.6rem !important; }

.f47 {
  font-size: 4.7rem !important; }

.f48 {
  font-size: 4.8rem !important; }

.f49 {
  font-size: 4.9rem !important; }

.f50 {
  font-size: 5rem !important; }

.f51 {
  font-size: 5.1rem !important; }

.f52 {
  font-size: 5.2rem !important; }

.f53 {
  font-size: 5.3rem !important; }

.f54 {
  font-size: 5.4rem !important; }

.f55 {
  font-size: 5.5rem !important; }

.f56 {
  font-size: 5.6rem !important; }

.f57 {
  font-size: 5.7rem !important; }

.f58 {
  font-size: 5.8rem !important; }

.f59 {
  font-size: 5.9rem !important; }

.f60 {
  font-size: 6rem !important; }

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important; }
  @media (max-width: 767px) {
    .mb0 {
      margin-bottom: 0px !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media (max-width: 767px) {
    .mb10 {
      margin-bottom: 5px !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media (max-width: 767px) {
    .mb20 {
      margin-bottom: 10px !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media (max-width: 767px) {
    .mb30 {
      margin-bottom: 15px !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media (max-width: 767px) {
    .mb40 {
      margin-bottom: 20px !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media (max-width: 767px) {
    .mb50 {
      margin-bottom: 25px !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media (max-width: 767px) {
    .mb60 {
      margin-bottom: 30px !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media (max-width: 767px) {
    .mb70 {
      margin-bottom: 35px !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media (max-width: 767px) {
    .mb80 {
      margin-bottom: 40px !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media (max-width: 767px) {
    .mb90 {
      margin-bottom: 45px !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media (max-width: 767px) {
    .mb100 {
      margin-bottom: 50px !important; } }

.mb110 {
  margin-bottom: 110px !important; }
  @media (max-width: 767px) {
    .mb110 {
      margin-bottom: 55px !important; } }

.mb120 {
  margin-bottom: 120px !important; }
  @media (max-width: 767px) {
    .mb120 {
      margin-bottom: 60px !important; } }

.mb130 {
  margin-bottom: 130px !important; }
  @media (max-width: 767px) {
    .mb130 {
      margin-bottom: 65px !important; } }

.mb140 {
  margin-bottom: 140px !important; }
  @media (max-width: 767px) {
    .mb140 {
      margin-bottom: 70px !important; } }

.mb150 {
  margin-bottom: 150px !important; }
  @media (max-width: 767px) {
    .mb150 {
      margin-bottom: 75px !important; } }

.mt0 {
  margin-top: 0px !important; }
  @media (max-width: 767px) {
    .mt0 {
      margin-top: 0px !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media (max-width: 767px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media (max-width: 767px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media (max-width: 767px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media (max-width: 767px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media (max-width: 767px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media (max-width: 767px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media (max-width: 767px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media (max-width: 767px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media (max-width: 767px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media (max-width: 767px) {
    .mt100 {
      margin-top: 50px !important; } }

.ml0 {
  margin-left: 0px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr0 {
  margin-right: 0px !important; }
  @media (max-width: 767px) {
    .mr0 {
      margin-right: 0px !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media (max-width: 767px) {
    .mr10 {
      margin-right: 5px !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media (max-width: 767px) {
    .mr20 {
      margin-right: 10px !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media (max-width: 767px) {
    .mr30 {
      margin-right: 15px !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media (max-width: 767px) {
    .mr40 {
      margin-right: 20px !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media (max-width: 767px) {
    .mr50 {
      margin-right: 25px !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media (max-width: 767px) {
    .mr60 {
      margin-right: 30px !important; } }

.ma {
  margin: auto; }

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pt0 {
  padding-top: 0px !important; }
  @media (max-width: 767px) {
    .pt0 {
      padding-top: 0px !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media (max-width: 767px) {
    .pt10 {
      padding-top: 5px !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media (max-width: 767px) {
    .pt20 {
      padding-top: 10px !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media (max-width: 767px) {
    .pt30 {
      padding-top: 15px !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media (max-width: 767px) {
    .pt40 {
      padding-top: 20px !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media (max-width: 767px) {
    .pt50 {
      padding-top: 25px !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media (max-width: 767px) {
    .pt60 {
      padding-top: 30px !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media (max-width: 767px) {
    .pt70 {
      padding-top: 35px !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media (max-width: 767px) {
    .pt80 {
      padding-top: 40px !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media (max-width: 767px) {
    .pt90 {
      padding-top: 45px !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media (max-width: 767px) {
    .pt100 {
      padding-top: 50px !important; } }

.pl0 {
  padding-left: 0px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

.pl110 {
  padding-left: 110px !important; }

.pl120 {
  padding-left: 120px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pr110 {
  padding-right: 110px !important; }

.pr120 {
  padding-right: 120px !important; }

/* ----------------------------------------------------
width
---------------------------------------------------- */
.w0 {
  max-width: 0px !important; }

.w10 {
  max-width: 10px !important; }

.w20 {
  max-width: 20px !important; }

.w30 {
  max-width: 30px !important; }

.w40 {
  max-width: 40px !important; }

.w50 {
  max-width: 50px !important; }

.w60 {
  max-width: 60px !important; }

.w70 {
  max-width: 70px !important; }

.w80 {
  max-width: 80px !important; }

.w90 {
  max-width: 90px !important; }

.w100 {
  max-width: 100px !important; }

.wp0 {
  width: 0% !important; }

.wp10 {
  width: 10% !important; }

.wp20 {
  width: 20% !important; }

.wp30 {
  width: 30% !important; }

.wp40 {
  width: 40% !important; }

.wp50 {
  width: 50% !important; }

.wp60 {
  width: 60% !important; }

.wp70 {
  width: 70% !important; }

.wp80 {
  width: 80% !important; }

.wp90 {
  width: 90% !important; }

.wp100 {
  width: 100% !important; }

.hp100 {
  height: 100%; }

/* ----------------------------------------------------
icon
---------------------------------------------------- */
i.icon {
  width: 24px;
  height: 24px;
  line-height: 1;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px; }
  i.icon.warning {
    background-image: url(images/common/i_warning@2x.png); }
  i.icon.buy {
    background-image: url(images/common/i_buy@2x.png); }
  i.icon.product {
    width: 66px;
    height: 60px;
    background-image: url(images/common/h_products@2x.png); }
  i.icon.arrow_r {
    background-image: url(images/common/i_arrow_right@2x.png);
    width: 20px;
    height: 20px; }
  i.icon.arrow_u {
    background-image: url(images/common/i_arrow_up@2x.png);
    width: 20px;
    height: 20px; }

.cat {
  color: #0092E5;
  top: 180px;
  right: 10px;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  font-size: .8rem;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  .cat::before {
    content: "";
    border-left: 1px solid #0092E5;
    height: 100px;
    width: 1px;
    display: inline-block;
    margin-bottom: 10px; }

/* ----------------------------------------------------
basic
---------------------------------------------------- */
#wrap {
  width: 100%;
  min-width: 768px;
  position: relative;
  min-height: 100%; }
  @media (max-width: 767px) {
    #wrap {
      min-width: 100%;
      overflow: hidden; } }

.btn {
  margin: auto;
  background: #2A71B9;
  max-width: 320px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 60px; }
  @media (max-width: 767px) {
    .btn {
      max-width: 90%; } }

.btn:hover {
  color: #fff;
  background: #333; }

.btn a {
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 160px; }

.btn a::after {
  content: url(images/common/i_r.png);
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 10px;
  height: 10px;
  display: block; }

/*-------------------------------------------------------------------
page
-------------------------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #4DD0D5;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #4DD0D5; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #4DD0D5; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #4DD0D5; }

/*-------------------------------------------------------------------
content
-------------------------------------------------------------------*/
section {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    section {
      margin-bottom: 30px; } }

/*-------------------------------------------------------------------
header
-------------------------------------------------------------------*/
header {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px; }
  @media (max-width: 767px) {
    header {
      display: block;
      text-align: center; } }
  header .logo {
    position: relative;
    z-index: 999999; }
  header p {
    margin: auto; }
  header .msg {
    position: relative;
    right: 20px;
    top: 10px; }
    @media (max-width: 767px) {
      header .msg {
        position: relative;
        right: inherit;
        top: inherit; } }

/* ----------------------------------------------------
box
---------------------------------------------------- */
.box {
  font-size: .9rem; }
  .box .border {
    border-bottom: 1px solid;
    padding-bottom: 15px; }
  .box h2 {
    font-size: .9rem;
    background: #00203E;
    position: relative;
    /* line-height: 1; */
    margin-bottom: 20px;
    padding: 8px 15px 5px;
    text-align: left !important;
    color: #fff;
    z-index: 1;
    display: inline-block; }
  .box h3 {
    font-size: 1rem;
    margin: 10px 0; }
  .box p {
    margin: 10px 0px;
    font-size: .9rem;
    line-height: 1.4; }

#second h2 {
  font-size: .9rem;
  background: #00203E;
  position: relative;
  /* line-height: 1; */
  margin-bottom: 0;
  padding: 15px 15px 10px;
  text-align: left !important;
  color: #fff;
  z-index: 1;
  margin-bottom: 30px; }
  #second h2:after {
    content: "";
    background: url(images/common/bar@2x.png);
    background-position: left;
    width: 200px;
    height: 100%;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

#second h3 {
  border-left: 4px solid #2A71B9;
  color: #00203E;
  margin-bottom: 10px;
  padding-left: 10px; }
  #second h3 span {
    background: #00417E;
    padding: 1px 10px;
    font-size: .8rem;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    border-radius: 50px; }

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  background: #2A71B9;
  background-position: center;
  background-size: cover;
  color: #fff;
  margin: auto;
  padding: 20px 0;
  font-size: .6rem;
  line-height: 2;
  text-align: center; }
  @media (max-width: 767px) {
    footer {
      margin-top: 0 !important; } }

@media (max-width: 767px) {
  #ft2 div {
    margin-left: 0 !important;
    margin-bottom: 30px; } }

/*ボタンを固定する*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999; }

/*ボタンをデザインする*/
#page-top a {
  width: 30px;
  height: 30px;
  display: block;
  background: url(./images/pagetop.png) no-repeat;
  background-size: contain;
  z-index: 9999; }
  @media (max-width: 767px) {
    #page-top a {
      width: 20px;
      height: 20px; } }

#form {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  margin: auto; }
  #form input, #form button, #form select, #form optgroup, #form textarea {
    padding: 5px 10px;
    border: 1px solid #ced4da; }
  #form th {
    position: relative;
    vertical-align: top;
    padding-right: 20px;
    text-align: right; }
    #form th.need::after {
      content: "必須";
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      background: #ff5959;
      font-size: .7rem;
      padding: 2px 10px;
      border-radius: 5px;
      margin-left: 10px; }
    @media (max-width: 767px) {
      #form th {
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 10px;
        padding: 0; } }
  #form td {
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      #form td {
        width: 100%;
        display: block; } }
  #form .mwform-checkbox-field input, #form .mwform-radio-field input {
    width: auto !important; }
  #form .col-form-label {
    min-width: 220px;
    margin-right: 30px; }
  #form i.g_alert {
    display: inline-block;
    vertical-align: middle; }
    #form i.g_alert::before {
      content: "";
      background: url(images/login/alert.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      display: inline-block;
      position: absolute;
      top: 9px;
      right: -28px; }
  #form i::after {
    content: "";
    background: url(images/login/need.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px; }
    @media (max-width: 767px) {
      #form i::after {
        right: inherit;
        margin-left: 10px; } }
  #form .box {
    max-width: 360px;
    margin: auto; }
  #form .btn_login {
    background: #8bba00;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 10px auto; }
  #form .btn_submit {
    background: #2d60b1;
    color: #fff;
    padding: 15px 10px;
    width: 100%;
    max-width: 300px;
    font-size: 1.2rem; }
  #form .btn_user {
    background: #fff;
    color: #3c3c3c;
    padding: 5px 10px;
    width: 200px;
    border: 1px solid #3c3c3c; }
  #form .uk-input {
    background: #fff; }
  #form .input-group-text img {
    width: 20px; }
  #form .uk-form-width-medium {
    width: 49%; }

/* ----------------------------------------------------
main slider
---------------------------------------------------- */
#mainv {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  #mainv img {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: block; }

/* ----------------------------------------------------
special mov
---------------------------------------------------- */
#spmov {
  background: #333; }

/* ----------------------------------------------------
home
---------------------------------------------------- */
.home {
  /* ----------------------------------------------------
contact
---------------------------------------------------- */ }
  .home .height_info {
    height: 446px; }
  .home h2 {
    text-align: center; }
    @media (max-width: 767px) {
      .home h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .home h2 img {
        display: block;
        margin: auto;
        max-width: 120px; } }
    @media (max-width: 767px) {
      .home h2 .f60 {
        font-size: 4rem !important; } }
  .home #info {
    position: relative; }
    .home #info .post {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .home #info .post .date {
        font-size: .8rem;
        color: #666; }
  .home #tokucho img.tokucho {
    width: 100%;
    margin: 30px auto;
    display: block; }
  .home #tokucho h3 {
    color: #fff;
    font-size: 1.4rem; }
  .home #tokucho p {
    margin-bottom: 0px;
    line-height: 2; }
  .home #tokucho .box {
    position: relative; }
    .home #tokucho .box .doc {
      position: absolute;
      color: #fff;
      padding: 30px; }
  .home #tsuyomi h3 {
    background: linear-gradient(transparent 50%, #FFF14E 50%);
    display: inline; }
  .home #tsuyomi p {
    margin-bottom: 30px; }
  .home #tsuyomi .middle {
    min-height: 70px; }
  .home #tsuyomi img.tsuyomi {
    width: 100%;
    max-width: 268px;
    margin: 30px auto;
    display: block; }
  .home #flow .flow h3 {
    min-height: 80px;
    align-items: center;
    display: flex;
    justify-content: center; }
  .home #flow .flow img {
    width: 100%;
    max-width: 258px;
    margin: auto;
    display: block; }
  .home #flow .flow .step {
    position: relative; }
    @media (max-width: 767px) {
      .home #flow .flow .step {
        min-height: 480px;
        text-align: center; } }
    .home #flow .flow .step:after {
      content: url(images/i_arrow_r.png);
      position: absolute;
      top: 45%;
      right: -40px; }
      @media (max-width: 767px) {
        .home #flow .flow .step:after {
          top: 91%;
          right: 0px;
          left: 30px;
          margin: auto;
          transform: rotate(90deg); } }
  .home #estate h3 {
    font-weight: 500;
    text-align: left;
    color: #333;
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      .home #estate h3 {
        font-size: 1.2rem; } }
  .home #estate p {
    margin-bottom: 0;
    line-height: 1.2; }
  .home #qanda .q {
  	display: block;
    background: #2A71B9;
    padding: 5px;
    color: #fff;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 1rem; }
    @media (max-width: 767px) {
      .home #qanda .q {
        border-radius: 10px; } }
    .home #qanda .q:before {
      content: "Q.";
      font-size: 1.4rem;
      padding: 0 0px 0 5px;
      border-radius: 50px;
      display: inline-block;
      color: #fff;
      line-height: 1;
      width: 20px;
      height: 20px;
      text-align: center;
      margin-right: 10px; }
  .home #qanda .a {
    position: relative;
    margin-bottom: 30px; }
    .home #qanda .a:before {
      content: "A.";
      background: #B92A2A;
      padding: 5px;
      border-radius: 50px;
      display: inline-block;
      color: #fff;
      line-height: 1;
      width: 20px;
      height: 20px;
      text-align: center;
      margin-left: 3px;
      float: left;
      margin-right: 10px;
      font-size: 1.2rem; }
    .home #qanda .a p {
      margin-bottom: 15px; }
  .home #company dl {
    max-width: 590px;
    margin: 0 auto 30px; }
  .home #company dt {
    font-weight: normal;
    display: inline-block;
    width: 270px;
    border-left: 4px solid #2A71B9;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .home #company dt {
        font-weight: normal;
        display: block;
        width: 100%;
        border-left: 4px solid #2A71B9;
        padding-left: 10px;
        margin-bottom: 10px; } }
  .home #company dd {
    margin-left: 0;
    display: inline-block; }
    @media (max-width: 767px) {
      .home #company dd {
        display: block; } }
  .home #contactlink {
    background: #2A71B9;
    background-position: center;
    background-size: cover;
    margin: auto;
    padding: 30px 0; }
    @media (max-width: 767px) {
      .home #contactlink {
        margin-top: 0 !important; } }
    .home #contactlink .flex {
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        .home #contactlink .flex {
          display: block; } }
    .home #contactlink .right {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .home #contactlink .right {
          margin-right: 0; } }
    .home #contactlink h3 {
      color: #fff;
      font-size: 3rem;
      font-weight: 600;
      line-height: 1.2;
      text-align: left; }
      @media (max-width: 767px) {
        .home #contactlink h3 {
          font-size: 2rem;
          text-align: center; } }
      .home #contactlink h3 small {
        display: block;
        font-size: 1.6rem; }
        @media (max-width: 767px) {
          .home #contactlink h3 small {
            font-size: 1.4rem;
            margin-bottom: 10px; } }

#news {
  background: #FAF8F8;
  padding: 50px 0; }
  #news ul.box {
    overflow: scroll;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    width: 100%; }
    #news ul.box li {
      font-size: 1rem;
      border-bottom: 1px dashed #333;
      padding-bottom: 15px;
      padding-top: 15px; }
      #news ul.box li:last-child {
        border-bottom: 0; }
      #news ul.box li a {
        font-size: 1rem;
        color: #333; }
        @media (max-width: 767px) {
          #news ul.box li a {
            display: block; } }
      #news ul.box li .date {
        margin-right: 20px;
        width: 130px;
        display: inline-block; }
  #news .cat {
    padding: 5px;
    line-height: 1;
    color: #fff;
    width: 70px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    font-size: .9rem;
    border-radius: 5px; }
  #news .support {
    background: #FF5959; }
  #news .fw {
    background: #1A468C; }
  #news .app {
    background: #FFA558; }
  #news .cd {
    background: #4F9478; }
  @media (max-width: 767px) {
    #news .bi-form-filter-info {
      flex-wrap: wrap; } }
  #news .input-group.search {
    flex-wrap: nowrap; }
  #news .bi-filter-1 {
    width: 56%;
    padding-right: 15px; }
    @media (max-width: 767px) {
      #news .bi-filter-1 {
        width: 100%;
        padding: 0; } }
  #news .bi-filter-2, #news .bi-filter-3 {
    width: 22%;
    padding-left: 35px; }
    @media (max-width: 767px) {
      #news .bi-filter-2, #news .bi-filter-3 {
        width: 100%;
        padding: 0; } }
  #news input.bi-filter-search {
    display: inline-block;
    width: 100%;
    max-width: 550px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #505050; }
  #news select.bi-filter-sort {
    width: 100%;
    display: block;
    height: 50px;
    border-radius: 0;
    border: 1px solid #505050;
    background: #fff;
    padding: 0 10px; }
  #news select.bi-filter-posts-per-page {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #505050;
    background: #fff;
    padding: 0 10px; }
  #news select.bi-filter-sort option {
    padding: 20px; }
  #news .bi-info-tag {
    padding: 5px;
    line-height: 1;
    color: #fff;
    width: 70px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: .9rem; }
  #news .bi-taxonomy-info-item {
    padding-top: 15px;
    cursor: pointer; }
  #news span.bi-info-item-description {
    font-size: 0.8rem; }
  #news .btn {
    border-radius: 0;
    font-size: 1.4rem;
    color: #333;
    line-height: 0; }
  #news .btn-outline-secondary {
    background: #B9B9B9;
    border: 1px solid #505050; }

#contact .mainImg {
  width: 165px; }
  @media (max-width: 767px) {
    #contact .mainImg {
      width: 100%; } }

#contact .number {
  color: #fff;
  padding: 0px 15px;
  font-size: 0.8rem;
  margin-left: 5px;
  position: relative; }

#contact h4 {
  background: #F2F2F2;
  border: 1px solid #5F5F5F;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: normal;
  position: relative; }
  #contact h4 p {
    margin: 0;
    width: 100%; }
  #contact h4 a {
    padding: 30px 80px 30px 30px; }
    @media (max-width: 767px) {
      #contact h4 a {
        padding: 20px 70px 20px 20px;
        display: block; } }
    #contact h4 a::after {
      content: "";
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      vertical-align: -.4rem;
      background-image: url(images/common/i_arrow_r@2x.png);
      right: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    #contact h4 a div:nth-child(1) {
      min-width: 450px; }
      @media (max-width: 767px) {
        #contact h4 a div:nth-child(1) {
          min-width: 100%;
          margin-bottom: 10px;
          border-bottom: 1px solid;
          padding-bottom: 10px; } }

#contact i.icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: -.4rem; }
  #contact i.icon.manual {
    background-image: url(images/common/i_manual@2x.png); }
  #contact i.icon.download {
    background-image: url(images/common/i_download@2x.png); }
  #contact i.icon.mov {
    background-image: url(images/common/i_mov@2x.png); }
  #contact i.icon.qa {
    background-image: url(images/common/i_qa@2x.png); }

#contact ul li a {
  border-bottom: 1px dashed #333;
  padding: 10px 0;
  display: block; }
  #contact ul li a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    background-image: url(images/common/i_list@2x.png); }

/*# sourceMappingURL=style.css.map */
