﻿@charset "UTF-8";

@import "custom.css";


/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block; }

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html, body {
  width: 100%; }

/* for mozilla: always display scrollbar */
body {
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  background: none; }

a {
  color: #2e394b; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: none; }

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li {
  list-style: none; }

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none; }

textarea {
  resize: vertical; }

legend {
  display: none; }

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

select {
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: top; }

object {
  vertical-align: middle;
  outline: none; }

em, strong {
  font-weight: bold;
  font-style: normal; }

small {
  font-size: 100%; }

abbr, acronym {
  border: none;
  font-variant: normal; }

.clr {
  zoom: 1; }

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

body {
  min-width: 1024px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #3C3C3C;
  line-height: 1.5;
  font-size: 14px; }
  body .wrapper {
    position: relative; }
  @media only screen and (min-width: 1200px) {
    body {
      min-width: 1180px; } }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 100%;
      width: 100%;
      overflow-x: hidden;
      font-size: 13px;}
      body .wrapper {
        width: 100%;
        overflow-x: hidden; }
      body .sp {
        display: block!important; }
      body .pc {
        display: none!important; } }
  body .inner {
    position: relative;
    max-width: 1024px;
    margin: auto;
    height: 100%;
    padding: 0; }
    @media only screen and (min-width: 1200px) {
      body .inner {
        width: 1200px;
        max-width: 1200px; } }
    @media only screen and (max-width: 767px) {
      body .inner {
        width: auto;
        max-width: 100%;
        padding: 0 15px; } }
    @media only screen and (max-width: 350px) {
      body .inner {
        padding: 0 20px; } }
  body .container {
    z-index: 5;
    position: relative;
    width: 100%;
    padding: 0; }
    body .container ::selection {
      background: #CCC;
      color: #fff; }

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  letter-spacing: 0.04em;
  box-sizing: border-box; }

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none; }
   a img {
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all; }
  a:hover {
    text-decoration: none; }
    a:hover img {
      opacity: 0.7; }
      @media only screen and (max-width: 767px) {
        a:hover img {
          opacity: 1; } }
      a:hover img.imgOver {
        opacity: 1; }

hr {
  border: none;
  height: 1px;
  background-color: #fae7ce; }

ul {
  list-style-type: none;
  padding: 0; }

ol {
  padding-left: 20px;
}

ol li {
  list-style-type: decimal;
  text-align: justify;
  line-height: 2.0;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

sup {
  font-size: 11px; }

small {
  font-size: 11px; }

.row {
  box-sizing: content-box; }
  .row:after {
    clear: both;
    content: "";
    display: block; }

.grid-w-1 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 8.33333%; }

.grid-w-2 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 16.66667%; }

.grid-w-3 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 25%; }

.grid-w-4 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 33.33333%; }

.grid-w-5 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 41.66667%; }

.grid-w-6 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 48%; }

.grid-w-7 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 58.33333%; }

.grid-w-8 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 66.66667%; }

.grid-w-9 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 75%; }

.grid-w-10 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 83.33333%; }

.grid-w-11 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 91.66667%; }

.grid-w-12 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%; }

.grid-mt-10 {
  margin-top: 10px !important; }

.grid-mb-10 {
  margin-bottom: 10px !important; }

.grid-ml-10 {
  margin-left: 10px !important; }

.grid-mr-10 {
  margin-right: 10px !important; }

.grid-mt-20 {
  margin-top: 20px !important; }

.grid-mb-20 {
  margin-bottom: 20px !important; }

.grid-ml-20 {
  margin-left: 20px !important; }

.grid-mr-20 {
  margin-right: 20px !important; }

.grid-mt-30 {
  margin-top: 30px !important; }

.grid-mb-30 {
  margin-bottom: 30px !important; }

.grid-ml-30 {
  margin-left: 30px !important; }

.grid-mr-30 {
  margin-right: 30px !important; }

.grid-mt-40 {
  margin-top: 40px !important; }

.grid-mb-40 {
  margin-bottom: 40px !important; }

.grid-ml-40 {
  margin-left: 40px !important; }

.grid-mr-40 {
  margin-right: 40px !important; }

.grid-mt-50 {
  margin-top: 50px !important; }

.grid-mb-50 {
  margin-bottom: 50px !important; }

.grid-ml-50 {
  margin-left: 50px !important; }

.grid-mr-50 {
  margin-right: 50px !important; }

.grid-mt-60 {
  margin-top: 60px !important; }

.grid-mb-60 {
  margin-bottom: 60px !important; }

.grid-ml-60 {
  margin-left: 60px !important; }

.grid-mr-60 {
  margin-right: 60px !important; }

.grid-mt-70 {
  margin-top: 70px !important; }

.grid-mb-70 {
  margin-bottom: 70px !important; }

.grid-ml-70 {
  margin-left: 70px !important; }

.grid-mr-70 {
  margin-right: 70px !important; }

.grid-mt-80 {
  margin-top: 80px !important; }

.grid-mb-80 {
  margin-bottom: 80px !important; }

.grid-ml-80 {
  margin-left: 80px !important; }

.grid-mr-80 {
  margin-right: 80px !important; }

.grid-mt-90 {
  margin-top: 90px !important; }

.grid-mb-90 {
  margin-bottom: 90px !important; }

.grid-ml-90 {
  margin-left: 90px !important; }

.grid-mr-90 {
  margin-right: 90px !important; }

.grid-mt-100 {
  margin-top: 100px !important; }

.grid-mb-100 {
  margin-bottom: 100px !important; }

.grid-ml-100 {
  margin-left: 100px !important; }

.grid-mr-100 {
  margin-right: 100px !important; }

.sp {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }
    img.sp {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; } }
.align-center,
.aligncenter {
  text-align: center; }

.align-right,
.alignright {
  text-align: right; }

.align-left,
.alignleft {
  text-align: left; }

.share-button {
  text-align: center; }
  .share-button ul {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
    .share-button ul:after {
      clear: both;
      content: "";
      display: block; }
    .share-button ul li {
      float: left;
      height: 20px;
      line-height: 20px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; }

.clear {
  clear: both; }

.font-large {
  font-size: 145%; }

.font-medium {
  font-size: 120%; }

  @media only screen and (max-width: 767px) {
    .font-medium {
      font-size: 100%;} }  

.font-small {
  font-size: 80%; }

.font-bold {
  font-weight: bold; }

.font-dash {
  letter-spacing: -4px;
  padding: 0 6px;
  font-weight: normal; }

.font-notosans {
  font-family: 'Noto Sans CJK JP', sans-serif; }

.font-opensans {
  font-family: 'Open Sans', sans-serif;
}

.left {
  float: left; }

.right {
  float: right; }

.vertical-middle-parent {
  display: table;
  height: 100%;
  min-width: 100%; }

.vertical-middle-child {
  display: table-cell;
  min-width: 100%;
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 8px 10px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px!important;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  -webkit-appearance: none; }
  @media only screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    textarea {
      padding: 5px 6px;
      font-size: 100%; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border: 1px solid #cc2e32 !important; }

  .is_confirm input[type="text"]:focus,
  .is_confirm input[type="password"]:focus,
  .is_confirm input[type="email"]:focus,
  .is_confirm input[type="tel"]:focus,
  .is_confirm textarea:focus {
    border: none!important; }

  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #C2BFBF;
    font-weight: normal;
    vertical-align: middle; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #C2BFBF;
    font-weight: normal;
    vertical-align: middle; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #C2BFBF;
    font-weight: normal;
    vertical-align: middle; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #C2BFBF;
    font-weight: normal;
    vertical-align: middle; }

select {
  display: block;
  width: 100%;
  height: 42px;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  padding: 2px 12px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background: #fff;
  font-family: 'Noto Sans CJK JP', sans-serif; }

.consent {
  margin-left: 5px;
}

.form-group-privacy-policy .required {
  top: 0!important;
}

.form-btn-arrow {
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/arrow-01%402x.png) no-repeat 50% 50%;
}

span.wpcf7-list-item {
  width: 50%;
  margin: 0 0 20px 0!important;
}

  @media only screen and (max-width: 767px) {
    span.wpcf7-list-item {
      width: 100%;} }  

.contact-checkbox {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #bbbbbb;
  background: #fff;
  vertical-align: top;
}

.form-btn {
  display: inline-block;
  vertical-align: top;
}

.btn-back {
  background-color: #787878;
}

.wpcf7 {
  margin-top: 20px;}
  
.wpcf7-form-control.wpcf7-text {
  height: 42px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Noto Sans CJK JP', sans-serif;
  letter-spacing: 1px;
}

.wpcf7c-conf {
  background-color: #fff!important;
  border:none!important;
}

.wpcf7-confirm,  
.wpcf7-submit,
.wpcf7c-btn-back {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 54px;
  padding: 3px 26px;
  border-radius: 5px;
  background-color: #0062BE;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 48px;
  cursor: pointer;
  vertical-align: top;
}

.wpcf7c-btn-back {
  background-color: #787878;
}
  

@include mediaquery-retina {
  $image: "btn_send@2x.png";
  background-image: image-url(%24image.html);
}

@include mediaquery-tablet-small {
    width: 260px;
    height: 36px;
    margin-bottom: 0;
    background-color: none;
    @include border-radius(4px);
}

&:hover {
    @include opacity(0.8);
}

.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  color: #cc2e32; }

.wpcf7-validates-as-date {
  width: 100%;
  height: 42px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 5px 10px;}

    .wpcf7 .screen-reader-response ul {
      display: none;
      margin: 20px 0;
      padding: 20px;
      background: #fff157; }
  .wpcf7 .radio {
    margin-bottom: 20px; }
    .wpcf7 .radio h3 {
      margin-top: 0 !important;
      margin-bottom: 10px; }
    .wpcf7 .radio p {
      padding-bottom: 10px; }
  .wpcf7 .radio_cont .wpcf7-list-item {
    margin-right: 10px; }
  .wpcf7 h3 {
    margin-top: 20px;
    letter-spacing: 1px; }
  .wpcf7 h3 span {
    color: #e4705f;
    font-size: 11px;
    padding-left: 6px; }
  .wpcf7 .radio #radio_button {
    display: block;
    margin-left: -35px;
    font-size: 0; }
  .wpcf7 .radio #radio_button .wpcf7-list-item {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    margin-left: 35px; }
  .wpcf7 .wpcf7-form-control.wpcf7-text:focus,
  .wpcf7 .wpcf7-form-control.wpcf7-textarea:focus {
    border: 2px solid #fae7ce; }
  .wpcf7 .msg {
    font-size: 90% !important;
    margin-top: -10px !important;
    margin-bottom: 20px !important; }
  .wpcf7 p input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
  .wpcf7 .wpcf7-recaptcha {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .wpcf7 .wpcf7-recaptcha {
        margin-top: 0; } }
  .wpcf7 span.wpcf7-form-control-wrap {
    position: static; }
  .wpcf7 div .wpcf7-not-valid-tip-no-ajax {
    position: absolute;
    top: 2px;
    right: 0; }
  .wpcf7 div p .wpcf7-form-control.wpcf7-textarea {
    width: 590px;
    height: 230px;
    background: #FFF;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .wpcf7 div p .wpcf7-form-control.wpcf7-textarea:focus {
    background: white; }
  .wpcf7 .wpcf7-not-valid {
    position: relative;
    background: #fff5d2; }
  .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    font-size: 80%;
    text-align: left;
    color: #e3592a; }
  .wpcf7 .wpcf7-not-valid-tip-no-ajax {
    color: #e4705f;
    font-size: 11px; }
  .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    clear: both;
    margin: 0;
    margin-top: 20px;
    font-size: 90%;
    padding: 10px 15px;
    text-align: center;
    background: #fff5d2;
    color: #e3592a; }
  .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    clear: both;
    margin: 0;
    margin-top: 20px;
    font-size: 110%;
    padding: 10px 15px;
    text-align: center;
    background: #e3592a;
    border: none!important;
    color: #FFF; }
  .wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url("../../../../plugins/contact-form-7/images/ajax-loader.gif");
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle; }
  
    @media only screen and (max-width: 767px) {
    .wpcf7 .ajax-loader {
      display: none!important;} }

    .wpcf7 .ajax-loader.is-active {
      visibility: visible; }

.font-color-blue {
  color: #0062BE!important; }

.font-color-orenge {
  color: #E3592A; }

.font-color-yellow {
  color: #ffee00; }

.font-color-lightgreen {
  color: #6eccc5; }

.font-color-gray {
  color: #c5c5c5!important;
}

.small-notice {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

body h2 {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.0;
}

  @media only screen and (max-width: 767px) {
    body h2 {
      font-size: 25px;} }

body h3 {
  font-size: 14px;
  font-family: 'Noto Sans CJK JP', sans-serif;
  line-height: 1.0;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

  @media only screen and (max-width: 767px) {
    body h3 {
      font-size: 13px;} }

body h4 {
  font-size: 20px;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

  @media only screen and (max-width: 767px) {
    body h4 {
      font-size: 18px;} }

body p {
  font-family: 'Noto Sans CJK JP', sans-serif;
  letter-spacing: 0;
}


/*------------------------------------------
btn
------------------------------------------*/

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

.btn {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 54px;
  border-radius: 5px;
  background-color: #0062BE;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans CJK JP', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
}

.btn::after {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 7px;
  height: 11px;
  background: url(../img/arrow-01%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
  transition: all .2s;
}

.btn:hover::after {
  right: 17px;
}

a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*------------------------------------------
serchform
------------------------------------------*/
.search-form {
  position: relative;
}

.search-form .searchsubmit {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 21px;
  background: url(../img/search-btn%402x.png) no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.search-form .form {
  border: none;
}

/*------------------------------------------
header
------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  min-width: 1024px;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
  z-index: 1020;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

  @media only screen and (max-width: 767px) {
    .header {
      min-width: 100%;
      padding: 10px;
      height: 55px;} }

.header .header-container {
  position: relative;
  padding: 20px 33px;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

  @media only screen and (max-width: 767px) {
    .header .header-container {
      padding: 0;} }  

.header.active {
  height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
  
  @media only screen and (max-width: 767px) {
    .header.active {
      height: 55px;} }  


.header.active .header-container {
  padding: 10px 33px;
}

  @media only screen and (max-width: 767px) {
    .header.active .header-container {
      padding: 0;} }  

.header .header-logo {
  display: inline-block;
  position: relative;
  float: left;
  vertical-align: middle;
}

  @media only screen and (max-width: 767px) {
    .header .header-logo {
      width: 80px;
      margin-top: 4px;
      margin-left: 6px;} }

.header .header-menu .header-menu-nav {
  display: inline-block;
  float: right;
  vertical-align: middle;
}

.header .header-menu .header-menu-nav ul{
  display: inline-block;
  vertical-align: middle;
}

.header .header-menu .header-menu-nav ul li {
  display: inline-block;
  margin-left: 40px;
  line-height: 41px;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

  @media only screen and (max-width: 1100px) {
    .header .header-menu .header-menu-nav ul li {
      font-size: 12px;} }

.header .header-menu .header-menu-nav ul li:last-child {
  margin-right: 100px;
}

.header .header-menu .header-menu-nav ul li a:hover {
  opacity: 1;
}

.header .header-menu .header-menu-nav ul li::after {
  display: block;
  bottom: 0;
  width: 0;
  margin-top: -5px;
  border-bottom: solid 2px #0063be;
  content: "";
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.header .header-menu .header-menu-nav ul li:hover::after {
  width: 100%;
}

.header .header-menu .header-menu-nav .header-menu-label-01, 
.header .header-menu .header-menu-nav .header-menu-label-02, 
.header .header-menu .header-menu-nav .header-menu-label-03, 
.header .header-menu .header-menu-nav .header-menu-label-04,
.header .header-menu .header-menu-nav .header-menu-label-05 {
  color: #3c3c3c;
}

.header .header-menu .header-menu-nav .btn-login,
.header .header-menu .header-menu-nav .btn-setting {
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 100%;
  padding: 30px 28px;
  background-color: #e3592a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}

.header .header-menu .header-menu-nav .btn-setting {
  padding: 30px 23px;
}

.header.active .header-menu .header-menu-nav .btn-login {
  padding: 20px 28px;
}

.header.active .header-menu .header-menu-nav .btn-setting {
  padding: 20px 23px;
}

.header .sp-login {
  position: absolute;
  right: 50px;
  top: 8px;
}

.header .sp-login a {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

/*------------------------------------------
sp headermenu
------------------------------------------*/
.sp-header-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1010;
}

.sp-header-menu .sp-header-menu-nav {
  position: relative;
  height: 90%;
  padding-top: 60px;
  text-align: center;
}

.sp-header-menu .sp-header-menu-nav .sp-header-menu-title {
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
  height: calc( 100vh - 45px );
  z-index: 20;
}

.sp-header-menu .sp-header-menu-nav .sp-header-menu-title img {
  width: auto;
  height: 100%;
}

.sp-header-menu .sp-header-menu-nav ul {
  position: relative;
  z-index: 30;
}

.sp-header-menu .sp-header-menu-nav .header-menu-label {
  display: inline-block;
  margin-top: 40px;
}

  @media only screen and (max-width: 350px) {
    .sp-header-menu .sp-header-menu-nav .header-menu-label {
      margin-top: 25px;} } 

  @media only screen and (max-width: 350px) {
    .sp-header-menu .sp-header-menu-nav .header-menu-label h2 {
      font-size: 22px;} } 


.sp-header-menu .sp-header-menu-nav .header-menu-label h3 {
  font-size: 12px;
  margin-bottom: 7px;
}

.header .header-container .header-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  position: fixed !important;
  padding: 8px 18px;
  z-index: 200;
  cursor: pointer;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}

.header .header-container .menu-toggle {
  position: relative;
  display: inline-block;
  z-index: 200;
  width: 20px;
  height: 40px;
  vertical-align: middle;
}

.header .header-container .menu-toggle span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #0062b8;
    vertical-align: top;
    -moz-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    -webkit-transition: all, 0.4s;
    transition: all, 0.4s;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 2;
}

.header .header-container .menu-toggle span:nth-of-type(1) {
    top: 12px;
}

.header .header-container .menu-toggle span:nth-of-type(2) {
    top: 18px;
}

.header .header-container .menu-toggle span:nth-of-type(3) {
    bottom: 14px;
}

.header .header-container .menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.header .header-container .menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.header .header-container .menu-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}


/*------------------------------------------
section common
------------------------------------------*/

.section {
  padding: 60px 0;
  text-align: center;
}

.bg-gray {
  background-color: #f3f3f3;
}

.section .cont-circle {
  display: inline-block;
  position: relative;
  width: 266px;
  height: 266px;
  border-radius: 50%;
  vertical-align: top;
  margin: 0 15px;
}

.section .section-title {
  margin-bottom: 50px;
}

  @media only screen and (max-width: 767px) {
    .section .section-title {
      margin-bottom: 30px;} }  

/*------------------------------------------
section-login
------------------------------------------*/
.modaal-content-container {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 70px 0!important;
}

  @media only screen and (max-width: 767px) {
    .modaal-content-container {
      width: 90%;
      padding: 30px 5px!important;} }  


  @media only screen and (max-width: 767px) {
    .modaal-content-container .section-title h2 {
      font-size: 25px;} }  

  @media only screen and (max-width: 350px) {
    #wpmem_login fieldset {
      margin: 20px 0;} }  

  @media only screen and (max-width: 767px) {
    .modaal-close {
      right: 0px!important;
      top: 0px!important;} }  

/*------------------------------------------
section-mainvisual
------------------------------------------*/

.section-mainvisual {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  min-height: 588px;
}

  @media only screen and (max-width: 1260px) {
    .section-mainvisual {
      min-height: 480px;} }

  @media only screen and (max-width: 1100px) {
    .section-mainvisual {
      min-height: 380px;} }

  @media only screen and (max-width: 767px) {
    .section-mainvisual {
      min-height: 300px;
      margin-top: 55px;} }

  @media only screen and (max-width: 350px) {
    .section-mainvisual {
      min-height: 250px;} }

.section-mainvisual .section-cont {
  height: 100%;
}

.section-mainvisual .slick-list, .section-mainvisual .slick-track {
  width: 100%;
  height: 100%;
}

.section-mainvisual .mainvisual-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-mainvisual .mainvisual-slider .mainvisual-slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/mainvisual-bg01%402x.jpg) no-repeat 50% 50%;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
    .section-mainvisual .mainvisual-slider .mainvisual-slide.sp-slide-right {
      background-position: 70% 50%;} }

.section-mainvisual .slick-dots {
  bottom: 10px;
}

.slick-dots li button:before {
  text-shadow: 0 0 5px #000;
  color: #fff!important;
}

.slick-dots li.slick-active button:before {
  color: #0063be!important;
}

.slick-prev {
  left: 40px!important;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  font-size: 50px!important;
  color: none!important;
}

/*------------------------------------------
section-inforation
------------------------------------------*/
.section-information .section-cont .informations .information {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0 20px;
  color: #3c3c3c;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .section-information .section-cont .informations .information {
      width: 45%;
      margin: 0 5px 50px;} }

.section-information .section-cont .informations .information .information-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.section-information .section-cont .informations .information .information-img img {
  width: 100%;
  height: auto;
}

.information-tag {
  margin: 10px 0;
}

.information-tag .information-day {
  font-family: 'Open Sans', sans-serif;
}

.information-tag .information-cat,
.information-tag .information-member,
.information-title {
  font-family: 'Noto Sans CJK JP', sans-serif;
}

  @media only screen and (max-width: 767px) {
    .information-tag .information-cat {
      font-weight: bold;} }

  @media only screen and (max-width: 767px) {
    .section-information .information-tag .information-member{
      position: absolute;
      top: 5px;
      right: 5px;} }

.information-title {
  line-height: 2.0;
}

  @media only screen and (max-width: 767px) {
    .information-title {
      line-height: 1.5;} }

.section-information .section-cont .informations .information .information-title {
  overflow: hidden;
}

.section-information .section-cont .informations .information .information-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

  @media only screen and (max-width: 767px) {
    .section-information .section-cont .informations .information .information-title p {
      font-size: 13px;
      -webkit-line-clamp: inherit;} }

  @media only screen and (max-width: 350px) {
    .section-information .section-cont .informations .information .information-title p {
      font-size: 11px;} }

.information-tag .information-day,
.information-tag .information-cat,
.information-tag .information-member {
  display: inline-block;
  vertical-align: middle;
}

  @media only screen and (max-width: 767px) {
    .section-information .information-tag .information-day {
      display: block;} }

.information-tag .information-member {
  padding: 5px 4px;
  background-color: #E3592A;
  color: #fff;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
    .section-information .section-cont .detail-btn {
      margin: 0;} }

/*------------------------------------------
section-about
------------------------------------------*/
@media only screen and (max-width: 767px) {
    .section-about .section-cont .abouts {
      text-align: center;} }

.section-about .section-cont .abouts .about {
  background-color: #f3f3f3;
  padding-top: 50px;
}
  @media only screen and (max-width: 1199px) {
    .section-about .section-cont .abouts .about {
        margin: 10px 40px 40px;} }

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .abouts .about {
      margin: 0px 0px 20px;} }

.section-about .section-cont .abouts .about .about-txt {
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-about .section-cont .about-detail-cont {
  width: 80%;
  margin: 80px auto 0;
  display: none;
}

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont {
      width: 100%;
      margin: 0;} }

.section-about .section-cont .about-detail-cont .cont {
  margin-bottom: 50px;
}

.section-about .section-cont .about-detail-cont .about-erp-txt-cont {
  margin-bottom: 30px;
}

.section-about .section-cont .about-detail-cont .about-txt-cont {
  text-align: left;
}

.section-about .section-cont .about-detail-cont .about-erp-img-cont img {
  width: 100%;
  height: auto;
}

.section-about .section-cont .about-detail-cont .about-txt-cont .about-txt {
  display: inline-block;
  width: 48%;
  text-align: left;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont .about-txt-cont .about-txt {
      width: 100%;} }

.section-about .section-cont .about-detail-cont .about-txt-cont .about-txt img {
  vertical-align: middle;
}

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont .about-txt-cont .about-txt img {
      width: 18%;
      height: auto;} }

.section-about .section-cont .about-detail-cont .about-txt-cont .about-txt h4 {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont .about-txt-cont .about-txt h4 {
      margin-left: 5px;} }

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont .about-txt-cont .about-txt h4 {
      font-size: 15px;} }

  @media only screen and (max-width: 350px) {
    .section-contact .section-cont .big-btn .big-btn-txt p {
      font-size: 16px;} } 

.section-about .section-cont .about-detail-cont .about-txt-cont .about-txt p {
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 2.0;
}

.section-about .section-cont .about-detail-cont .about-txt-cont .about-img {
  display: inline-block;
  margin-left: 80px;
}

  @media only screen and (max-width: 1199px) {
    .section-about .section-cont .about-detail-cont .about-txt-cont .about-img {
      margin-left: 5px;} }

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont .about-txt-cont .about-img {
      margin: 25px 0 0 ;} } 

.section-about .section-cont .about-detail-cont .about-variety-cont,
.section-about .section-cont .about-detail-cont .about-connect-cont {
  display: inline-block;
  width: 47%;
  text-align: left;
  vertical-align: top;
}

 @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont .about-variety-cont,
    .section-about .section-cont .about-detail-cont .about-connect-cont {
      width: 100%;} } 

.section-about .section-cont .about-detail-cont .about-variety-cont .about-txt,
.section-about .section-cont .about-detail-cont .about-connect-cont .about-txt {
  width: 100%;
}

.section-about .section-cont .about-detail-cont .about-connect-cont {
  margin-left: 50px;
}

  @media only screen and (max-width: 1199px) {
    .section-about .section-cont .about-detail-cont .about-connect-cont {
      margin-left: 40px;} }

  @media only screen and (max-width: 767px) {
    .section-about .section-cont .about-detail-cont .about-connect-cont {
      margin: 0;} } 

.about-detail-btn-close .btn::after {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 12px;
  height: 12px;
  background: url(../img/close-btn%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
  transition: all .2s;
  content: "";
}
/*------------------------------------------
section-function
------------------------------------------*/
.section-function .section-cont .functions .function {
  background-color: #fff;
  padding-top: 50px;
}

  @media only screen and (max-width: 1199px) {
    .section-function .section-cont .functions .function {
        margin: 10px 40px 40px;} }

  @media only screen and (max-width: 767px) {
    .section-function .section-cont .functions .function {
      margin: 0px 0px 20px;} }

.section-function .section-cont .functions .function .function-txt {
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-function .section-cont .functions .function-01 .function-txt,
.section-function .section-cont .functions .function-02 .function-txt,
.section-function .section-cont .functions .function-03 .function-txt {
  top: 185px;
}

.section-function .section-cont .functions .function-01,
.section-function .section-cont .functions .function-02 {
 padding-top: 70px;
}


/*------------------------------------------
section-member
------------------------------------------*/
.section-member .section-cont .cont-title {
  margin-bottom: 40px;
}

.section-member .section-cont .cont-title p {
  letter-spacing: 3px;
}

.section-member .section-cont .members .member {
  border: 1px solid #e3592a;
}

  @media only screen and (max-width: 767px) {
    .section-member .section-cont .members .member {
      margin: 0 0 20px;} }

.section-member .section-cont .members .member .num {
  margin: 20px 0 5px;
  font-size: 42px;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
}

.section-member .section-cont .members .member .member-img {
  vertical-align: middle;
}

.section-member .section-cont .members .member .member-txt {
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-member .section-cont .detail-btn .btn {
  background-color: #e3592a;
}

/*------------------------------------------
section-partner
------------------------------------------*/
.section-partner .section-cont .partner {
  width: 70%;
  margin: 0 auto;
}
  @media only screen and (max-width: 767px) {
    .section-partner .section-cont .partner {
      width: 100%;} }  

.section-partner .section-cont .partner dl {
  padding: 25px 0;
  border-top: 1px solid #d0d0d0;
  text-align: left;
  margin: 0 19px;
}

  @media only screen and (max-width: 767px) {
    .section-partner .section-cont .partner dl {
      margin: 0 ;} }  

.section-partner .section-cont .partner dl:last-child {
  border-bottom: 1px solid #d0d0d0;
}

.section-partner .section-cont .partner dl dt,
.section-partner .section-cont .partner dl dd {
  display: inline-block;
  vertical-align: top;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

  @media only screen and (max-width: 767px) {
      .section-partner .section-cont .partner dl dt,
      .section-partner .section-cont .partner dl dd {
        display: block;} }

.section-partner .section-cont .partner dl dt {
  width: 30%;
  font-weight: bold;
}

  @media only screen and (max-width: 767px) {
      .section-partner .section-cont .partner dl dt {
        width: 100%;
        margin-bottom: 10px;} }

.section-partner .section-cont .partner dl dd {
  width: 65%;
}

  @media only screen and (max-width: 767px) {
      .section-partner .section-cont .partner dl dd {
        width: 100%;} }

/*------------------------------------------
section-contact
------------------------------------------*/
.section-contact .section-cont {
  width: 70%;
  margin: 0 auto;
}

  @media only screen and (max-width: 767px) {
    .section-contact .section-cont {
      width: 100%;} }

.section-contact .section-cont .big-btn {
  display: inline-block;
  width: 44%;
  margin: 0 19px;
  padding: 40px 0;
  border: 1px solid #0062be;
  border-radius: 5px;
}

  @media only screen and (max-width: 767px) {
    .section-contact .section-cont .big-btn {
      width: 100%;
      height: 170px;
      margin: 10px 0;
      padding: 30px 0;} }

.section-contact .section-cont .big-btn .big-btn-title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}

.section-contact .section-cont .big-btn .big-btn-title::after {
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 20px;
  font-weight: bold;
  content: ">";
}

.section-contact .section-cont .big-btn .big-btn-txt p {
  color: #3c3c3c;
  letter-spacing: 3px;
  line-height: 2.0;
}

  @media only screen and (max-width: 350px) {
    .section-contact .section-cont .big-btn .big-btn-txt p {
      font-size: 12px;} } 

/*------------------------------------------
/all section-archive
------------------------------------------*/

.section-archive,
.section-article {
  margin-top: 130px;
}

  @media only screen and (max-width: 767px) {
    .section-archive,
    .section-article {
      margin-top: 90px;} }  

.section-archive .section-cont .information-tag .information-member,
.article-cont .cont-title .information-tag .information-member {
  font-size: 12px;
}

.section-archive .section-cont .information-tag .information-day,
.section-archive .section-cont .information-tag .information-cat,
.section-archive .section-cont .information-tag .information-member {
  margin-right: 5px;
}

.section-archive .section-title,
.section-article .section-title{
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 50px;
  text-align: center;
}

  @media only screen and (max-width: 767px) {
    .section-archive .section-title,
    .section-article .section-title {
      padding-bottom: 40px;} }  


.section-archive .section-cont,
.section-article .article-cont{
  position: relative;
  float: right;
  width: 70%;
  padding: 50px 120px;
  border-left: 1px solid #d8d8d8;
}

 @media only screen and (max-width: 767px) {
    .section-archive .section-cont,
    .section-article .article-cont {
      float: none;
      width: 100%;
      padding: 0px 20px;
      border:none;} }  


  @media only screen and (max-width: 767px) {
    .section-archive .section-cont .archives h4{
      margin-top: 20px;} }  

.section-archive .section-cont .archives .archive {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #3c3c3c;
  text-align: left;
}

@media only screen and (max-width: 767px) {
    .section-archive .section-cont {
      padding: 0 20px 40px;} }  

/*------------------------------------------
/section-article
------------------------------------------*/
.section-article .article-cont .cont{
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
}

.section-article .article-cont .information-tag .information-day, 
.section-article .article-cont .information-tag .information-cat, 
.section-article .article-cont .information-tag .information-member {
  margin-right: 10px;
}

  @media only screen and (max-width: 350px) {
    .section-article .article-cont .information-tag .information-day, 
    .section-article .article-cont .information-tag .information-cat, 
    .section-article .article-cont .information-tag .information-member {
      margin-right: 5px;} }  

.section-article .information-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 22px;
  font-family: 'Noto Sans CJK JP', sans-serif;
  line-height: 1.5;
}

  @media only screen and (max-width: 767px) {
    .section-article .information-title {
      font-size: 16px;} }  

.section-article .article-cont .sns-share {
  margin: 15px 0;
}

.section-article .article-cont .sns-share .twitter-share,
.section-article .article-cont .sns-share .facebook-share {
  display: inline-block;
  vertical-align: top;
}

.section-article .article-cont .article-list {
  position: relative;
  height: 64px;
  margin: 60px 0 20px;
  text-align: center;
}

  @media only screen and (max-width: 767px) {
    .section-article .article-cont .article-list {
      height: 180px;} }  

.section-article .article-cont .article-list .list-btn {
  position: relative;
  display: flex;
  float: left;
  width: 37%;
  height: 64px;
  border-radius: 5px;
  background: #f3f3f3;
  color: #3c3c3c;
  font-family: 'Noto Sans CJK JP', sans-serif;
  vertical-align: top;
  align-items: center;
}

  @media only screen and (max-width: 767px) {
    .section-article .article-cont .article-list .list-btn {
      width: 49%;
      height: 93px;} }  

.section-article .article-cont .article-list .list-btn p {
  width: 100%;
  text-align: center;
}

.section-article .article-cont .article-list .list-center-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 21%;
}

  @media only screen and (max-width: 767px) {
    .section-article .article-cont .article-list .list-center-btn {
      top: auto;
      bottom: 0;
      width: 100%;
      height: 70px;} }  

.section-article .article-cont .article-list .list-prev-btn {
  position: absolute;
  top: 0;
  left: 0;
}

.section-article .article-cont .article-list .list-next-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
    .section-article .article-cont .article-list .list-next-btn {
      float: right;} }  


.section-article .article-cont .article-list .list-prev-btn a {
  padding: 15px 30px;
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

  @media only screen and (max-width: 767px) {
    .section-article .article-cont .article-list .list-prev-btn a {
      display: inline-block;} }  

.section-article .article-cont .article-list .list-prev-btn::before {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 8px;
  height: 13px;
  background: url(../img/list-prev-btn%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

.section-article .article-cont .article-list .list-next-btn a {
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  padding: 15px 30px;
}

  @media only screen and (max-width: 767px) {
    .section-article .article-cont .article-list .list-next-btn a {
      display: inline-block;} }  

.section-article .article-cont .article-list .list-next-btn::before {
  position: absolute;
  top: 40%;
  right: 15px;
  width: 8px;
  height: 13px;
  background: url(../img/list-next-btn%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

@media (min-width: 768px) and (max-width: 1250px) {
    .section-article .wpmem_login_form .button_div .register-btn {
      width: 210px;
      margin: 0 10px;} }  

@media (min-width: 768px) and (max-width: 1250px) {
    .section-article .wpmem_login_form .buttons {
      width: 210px!important;
      margin: 0 10px!important;} }  

/*------------------------------------------
/function .section-function
------------------------------------------*/
.page-function .section-function {
  margin-top: 150px;
  text-align: center;
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function {
      margin-top: 100px;} }  

.page-function .section-function .inner {
  width: 960px;
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .section-title{
      margin-bottom: 20px;} }  

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .section-title h2{
      margin-bottom: 20px;} }  

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .section-title p{
      line-height: 2.0;
      letter-spacing: 1.5px;} }  

.page-function .section-function .section-cont .business-administration,
.page-function .section-function .section-cont .law-practice {
  margin-top: 60px;
  text-align: left;
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .business-administration,
    .page-function .section-function .section-cont .law-practice  {
      margin-top: 50px;} }  

.page-function .section-function .section-cont .business-administration .business-administration-txt,
.page-function .section-function .section-cont .law-practice .law-practice-txt {
  display: inline-block;
  position: relative;
  width: 48%;
  margin-right: 20px;
  text-align: left;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .business-administration .business-administration-txt,
    .page-function .section-function .section-cont .law-practice .law-practice-txt {
      width: 100%;
      margin-right: 0;} }

.page-function .section-function .section-cont .business-administration .business-administration-txt::after {
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 126px;
  height: 94px;
  background: url(../img/business-administration-txt-img%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .business-administration .business-administration-txt::after {
      display: none;} }

.page-function .section-function .section-cont .law-practice .law-practice-txt::after {
  position: absolute;
  bottom: -190px;
  right: 0;
  width: 102px;
  height: 90px;
  background: url(../img/law-practice-txt-img%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .law-practice .law-practice-txt::after {
      display: none;} }

.page-function .section-function .section-cont .business-administration .business-administration-txt h4,
.page-function .section-function .section-cont .law-practice .law-practice-txt h4 {
  margin-bottom: 15px;
  color: #3c3c3c;
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .business-administration .business-administration-txt h4,
    .page-function .section-function .section-cont .law-practice .law-practice-txt h4 {
      text-align: center;} }

.page-function .section-function .section-cont .business-administration .business-administration-txt p,
.page-function .section-function .section-cont .law-practice .law-practice-txt p {
  line-height: 2.0;
  letter-spacing: 1.5px;
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .business-administration .business-administration-txt p,
    .page-function .section-function .section-cont .law-practice .law-practice-txt p {
      margin-bottom: 30px;} }

.page-function .section-function .section-cont .business-administration .business-administration-img,
.page-function .section-function .section-cont .law-practice .law-practice-img {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .page-function .section-function .section-cont .business-administration .business-administration-img,
    .page-function .section-function .section-cont .law-practice .law-practice-img {
      width: 100%;} }

.page-function .section .section-title h2 {
  font-size: 20px;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

  @media only screen and (max-width: 767px) {
    .page-function .section .section-title h2{
      font-size: 19px;} }

.page-function .section .section-cont .cont-circle {
  width: 240px;
  height: 240px;
}

/*------------------------------------------
/function section-system-cooperation
------------------------------------------*/
.section-system-cooperation .section-cont .system-cooperations .system-cooperation,
.section-erp .section-cont  .erps .erp {
  display: inline-block;
  width: 20%;
  margin: 0 25px;
  vertical-align: top;
}


@media only screen and (max-width: 1199px) {
    .section-system-cooperation .section-cont .system-cooperations .system-cooperation,
    .section-erp .section-cont  .erps .erp {
        width: 35%;
        margin-bottom: 40px;} }

@media only screen and (max-width: 767px) {
    .section-system-cooperation .section-cont .system-cooperations .system-cooperation,
    .section-erp .section-cont  .erps .erp {
      width: 100%;
      margin: 0 0 20px;} }

.section-system-cooperation .section-cont .system-cooperations .system-cooperation .cont-circle {
  background-color: #fff;
  margin:0 0 20px 0;
}

.section-system-cooperation .section-cont .system-cooperations .system-cooperation .system-cooperation-img,
.section-erp .section-cont .erps .erp .erp-img {
  padding-top: 50px;
}

.section-system-cooperation .section-cont .system-cooperations .system-cooperation .system-cooperation-img p,
.section-erp .section-cont .erps .erp .erp-img p {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: 1.5px;
}

.section-system-cooperation .section-cont .system-cooperations .system-cooperation .system-cooperation-txt,
.section-erp .section-cont  .erps .erp .erp-txt {
  text-align: left;
}

  @media only screen and (max-width: 767px) {
    .section-system-cooperation .section-cont .system-cooperations .system-cooperation .system-cooperation-txt,
    .section-erp .section-cont  .erps .erp .erp-txt {
      width: 240px;
      margin: 0 auto;
      text-align: justify;} }

.section-system-cooperation .section-cont .system-cooperations .system-cooperation .system-cooperation-txt p,
.section-erp .section-cont  .erps .erp .erp-txt p {
  line-height: 2.0;
  letter-spacing: 1px;
}

.section-system-cooperation .section-cont .system-cooperations .system-cooperation-movie {
  margin-top: 60px;
}

  @media only screen and (max-width: 767px) {
    .section-system-cooperation .section-cont .system-cooperations .system-cooperation-movie {
      width: 100%;
      margin-top: 30px;} }

  @media only screen and (max-width: 767px) {
    .section-system-cooperation .section-cont .system-cooperations .system-cooperation-movie iframe {
      width: 100%;
      height: 200px;} }

/*------------------------------------------
/function section-erp
------------------------------------------*/
.section-erp .section-cont  .erps .erp .cont-circle {
  background-color: #f0f0f0;
  margin:0 0 20px 0;
}

.section-erp .section-cont .erps .erp .erp-img p {
  top: 170px; 
}

/*------------------------------------------
/function section-security
------------------------------------------*/
.section-security .inner {
  width: 960px;
}

.section-security .section-cont .securitys .security {
  display: inline-block;
  width: 49%;
  margin-bottom: 45px;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .section-security .section-cont .securitys .security {
      width: 100%;} }  

.section-security .section-cont .securitys .security .security-img {
  display: inline-block;
  width: 35%;
  vertical-align: top;
}

.section-security .section-cont .securitys .security .security-txt {
  display: inline-block;
  text-align: left;
  width: 63%;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .section-security .section-cont .securitys .security .security-txt {
      width: 60%;
      margin-left: 8px;} }  

.section-security .section-cont .securitys .security .security-txt .font-bold {
  margin-bottom: 10px;
}

.section-security .section-cont .securitys .security .security-txt p {
  letter-spacing: 3px;
  line-height: 1.5;
}

/*------------------------------------------
/function section-optional
------------------------------------------*/
.section-optional .inner {
  width: 960px;
}

.section-optional .section-cont .optionals .optional {
  display: inline-block;
  width: 30%;
  height: 274px;
  margin: 0 10px;
  padding: 35px 20px;
  border: 1px solid #0062bb;
  border-radius: 5px;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .section-optional .section-cont .optionals .optional {
      width: 100%;
      height: auto;
      margin: 0 0 30px;} }  

.section-optional .section-cont .optionals .optional .optional-title {
  margin-bottom: 15px;
}

.section-optional .section-cont .optionals .optional02 .optional-title,
.section-optional .section-cont .optionals .optional03 .optional-title {
  line-height: 2.5;
}

.section-optional .section-cont .optionals .optional .optional-txt {
  text-align: left;
}

.section-optional .section-cont .optionals .optional .optional-txt p{
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.section-optional .section-cont .optionals .optional .optional-txt a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}

.section-optional .section-cont .optionals .optional .optional-txt a::before {
  position: absolute;
  top: 5px;
  left: -20px;
  width: 12px;
  height: 10px;
  background: url(../img/optional-txt-link-img%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

/*------------------------------------------
/terms-privacy-policy 
------------------------------------------*/
.page-terms .section-terms {
  padding-top: 150px;
}

  @media only screen and (max-width: 767px) {
    .page-terms .section-terms {
      padding-top: 100px;} }  

.page-terms .section-privacy-policy {
  margin-top: -100px;
  padding-top: 100px;
  background: #fff;
}

.page-terms .section-terms .inner,
.page-terms .section-privacy-policy .inner {
  width: 720px;
}

.page-terms .section-terms .section-title h2,
.page-terms .section-privacy-policy .section-title h2 {
  margin-bottom: 30px;
  font-size: 22px;
}

  @media only screen and (max-width: 767px) {
    .page-terms .section-terms .section-title h2,
    .page-terms .section-privacy-policy .section-title h2 {
      font-size: 18px;} }  
  
.page-terms .section-terms .section-title p,
.page-terms .section-privacy-policy .section-title p {
  text-align: left;
  line-height: 2.0;
}

.page-terms .section-terms .section-cont,
.page-terms .section-privacy-policy .section-cont {
  text-align: left;
}

.page-terms .section-terms .section-cont .cont,
.page-terms .section-privacy-policy .section-cont .cont {
  margin-bottom: 35px;
}

.page-terms .section-terms .section-cont .cont p,
.page-terms .section-privacy-policy .section-cont .cont p {
  text-align: justify;
  line-height: 2.0;
}

.page-terms .section-terms .section-cont .cont h3,
.page-terms .section-privacy-policy .section-cont .cont h3 {
  line-height: 1.5;
}

.page-terms .section-terms .section-cont .cont-last,
.page-terms .section-privacy-policy .section-cont .cont-last {
  text-align: right;
}

.page-terms .section-terms .section-cont .cont-translation {
  margin-top: 80px;
}

.page-terms .section-privacy-policy .section-cont .information {
  margin-top: -30px;
  padding: 15px 0;
  border-top: 1px solid #d8d8d8; 
  border-bottom: 1px solid #d8d8d8;
}

/*------------------------------------------
/register section-register
------------------------------------------*/
.section-register {
  position: relative;
  padding-top: 150px;
}

  @media only screen and (max-width: 767px) {
    .section-register {
      padding-top: 100px;} }  

.section-register .inner {
  width: 800px;
}

.section-register .user-name {
  position: absolute;
  top: 100px;
  left: 10px;
  text-align: left;
}

  @media only screen and (max-width: 767px) {
    .section-register .user-name {
      top: 65px;
      left: 15px;} }  

.register-form .div_text,
.register-form .div_number,
.register-form .div_multicheckbox,
.register-form .div_checkbox {
  display: inline-block;
  width: 70%!important;
  margin: 0 0 30px 0!important;
  text-align: left;
}

  @media only screen and (max-width: 767px) {
    .register-form .div_text,
    .register-form .div_number,
    .register-form .div_multicheckbox,
    .register-form .div_checkbox {
      width: 100%!important;
      margin: 0 0 10px 0!important;} }  

.register-form label {
  position: relative;
  width: 25%;
  display: inline-block!important;
  text-align: left;
  vertical-align: top;
  margin-top: 10px;
}

  @media only screen and (max-width: 767px) {
    .register-form label {
      width: 100%!important;
      margin-bottom: 10px;} }  

.register-form .req {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0!important;
}

  @media only screen and (max-width: 767px) {
    .register-form .req {
      position: static;
      margin-left: 20px;} }  

.register-form .req:after {
  padding: 3px 4px;
  background-color: #e3592a;
  color: #fff;
  font-size: 11px;
  font-family: 'Noto Sans CJK JP', sans-serif;
  letter-spacing: 3px;
  content: "必須";
}

.register-form .req-text {
  display: none;
}

.register-form .button_div {
  width: 100%!important;
  text-align: center!important;
}

.register-form .button_div .buttons {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 54px;
  padding: 3px 26px;
  border-radius: 5px;
  background-color: #0062BE;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 48px;
  cursor: pointer;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .register-form .button_div .buttons {
      width: 100%;} }  


.register-form .register-terms {
  margin: 5px 0 0 10px;
}

  @media only screen and (max-width: 767px) {
    .register-form .register-terms {
      margin: 0 0 0 2px;
      font-size: 12px;
      vertical-align: top;} }  

.register-form .register-terms,
.register-form .register-terms a,
.register-form .register-terms p {
  display: inline-block;
}

.wpmem_msg {
  width: 100%!important;
  background-color: #fff!important;
  border: none!important;
}

.wpmem_msg p {
    line-height: 2.0;
    letter-spacing: 1px;  
}

.register-form .top-btn {
  margin: 60px 0 100px;  
}

.register-form .register-complete {
  display: none;
}

.section-article .wpmem_reg {
  display: none;
}

.section-register .btn-user-unsubscribe {
  display: block;
  margin-top: 20px;
}

.section-register .btn-user-pass-chenge,
.section-register .btn-user-logout {
  display: block;
  margin-top: 10px;
}

.section-register .btn-user-logout {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 54px;
  padding: 3px 26px;
  border-radius: 5px;
  background-color: #787878;
  color: #fff!important;
  font-size: 18px;
  text-decoration: none;
  line-height: 48px;
  cursor: pointer;
  vertical-align: top;
}

  @media only screen and (max-width: 767px) {
    .section-register .btn-user-logout {
      width: 100%;} }  

#wpmem_reg .noinput {
  width: 100%!important;
  border-radius: 5px!important;
}


/*------------------------------------------
/contact section-contact-form
------------------------------------------*/
.section-contact-form {
  padding-top: 150px;
}

  @media only screen and (max-width: 767px) {
    .section-contact-form {
      padding-top: 100px;} }  

.section-contact-form .inner {
  width: 800px;
}

.section-cont .contact-step {
  width: 100%;
  margin-bottom: 40px;
  padding: 11px 0;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.section-cont .contact-step .step {
  display: block;
  position: relative;
  float: left;
  width : -webkit-calc(100%/3) ;
  width : calc(100%/3) ;
  width: 33%;
  font-family: "Noto Sans CJK JP",sans-serif;
  letter-spacing: 2px;
  color: #0062BE;
}

  @media only screen and (max-width: 350px) {
    .section-cont .contact-step .step {
      font-size: 10px;} }  

.section-cont .contact-step .step-02,
.section-cont .contact-step .step-03 {
  color: #c5c5c5;
}

.is_confirm .contact-step .step-01 {
  color: #c5c5c5;
}

.is_confirm .contact-step .step-02 {
  color: #0062BE;
}

.is_sent .contact-step .step-02 {
  color: #c5c5c5;
}

.is_sent .contact-step .step-03 {
  color: #0062BE;
}

.is_confirm .border {
  background-color: #fff;
}

  @media only screen and (max-width: 767px) {
    .is_confirm .border {
          margin: 30px 0;} }


.section-cont .contact-step .step::after {
  position: absolute;
  top: -11px;
  right: -20px;
  width: 17px;
  height: 43px;
  background: url(../img/step%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

  @media only screen and (max-width: 767px) {
    .section-cont .contact-step .step::after {
      right: -4px;
      width: 37px;
      height: 60px;
      background: url(../img/sp/sp-step%402x.png) no-repeat 50% 50%;
      background-size: cover;} }

  @media only screen and (max-width: 350px) {
    .section-cont .contact-step .step::after {
      height: 52px;} }

.section-cont .contact-step .step:last-child::after {
  background: none;
}

.section-contact-form .section-cont .contact-txt {
  margin-bottom: 30px;
}

.section-contact-form .section-cont .contact-txt p {
  font-family: "Noto Sans CJK JP",sans-serif;
  line-height: 2.0;
  letter-spacing: 1px;
}

  @media only screen and (max-width: 767px) {
    .section-contact-form .section-cont .contact-txt p {
      text-align: left;} }

.form-groups .form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-groups .form-group table {
  width: 100%;
  border-collapse: collapse;
}

.form-groups .form-group table tbody tr .label {
  position: relative;
  width: 25%;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

  @media only screen and (max-width: 767px) {
    .form-groups .form-group table tbody tr .label {
      width: 100%;
      margin-bottom: 10px;}}

.form-groups .form-group table tbody tr .label .label-cont {
  position: absolute;
  top: 10px;
  left: 0;
}

  @media only screen and (max-width: 767px) {
    .form-groups .form-group table tbody tr .label .label-cont {
      position: static;
      display: inline-block;}}

  @media only screen and (max-width: 767px) {
    .form-groups .form-group table tbody tr td {
      display: block;} }

.form-groups .form-group .label {
  text-align: left;
}

.form-groups .form-group .required {
  position: absolute;
  top: 10px;
  right: 5%;
  padding: 3px 4px;
  background-color: #e3592a;
  color: #fff;
}

  @media only screen and (max-width: 767px) {
    .form-groups .form-group .required {
      position: static;
      display: inline-block;
      margin-left: 20px;} }

.form-groups .form-group .required p {
  letter-spacing: 3px;
}

.form-groups .form-group .input {
  width: 75%;
  text-align: left;
}

  @media only screen and (max-width: 767px) {
    .form-groups .form-group .input {
      width: 100%;} }

.form-groups .form-group .label-privacy-policy {
  margin-top: -10px;
}

  @media only screen and (max-width: 767px) {
    .form-groups .form-group .label-privacy-policy {
      display: inline-block;
      margin-top: 0;} }

.form-groups .form-group .input-privacy-policy {
  padding-top: 10px;
}

  @media only screen and (max-width: 767px) {
    .form-groups .form-group .input-privacy-policy {
      padding-top: 0;} }

.form-groups .form-group .input-privacy-policy span.wpcf7-list-item {
  width: 100%;
}

  @media only screen and (max-width: 767px) {
    .section-contact-form .label-contact-detail {
      display: inline-block;
      margin-top: 0;} }

.section-contact-form textarea {
  height: 128px;
  resize: none;
  line-height: 2.0;
}

/*------------------------------------------
/contact .section-contact-form step2
------------------------------------------*/

.is_confirm .form-groups .form-group {
  margin-bottom: 0!important;
  margin-top: -1px;
  pointer-events: none;
}

.is_confirm .form-groups .form-group table tbody tr td {
  border: 1px solid #bbbbbb;
}

.is_confirm .form-groups .form-group table tbody tr .label {
  padding-left: 20px;
  background-color: #efefef;
}

.is_confirm .form-groups .form-group .checkbox {
  display: none;
}

.is_confirm .form-groups .form-group .label-privacy-policy {
  padding-top: 0!important;
}

  @media only screen and (max-width: 767px) {
    .is_confirm .form-groups .form-group .label-privacy-policy {
      padding-top: 10px!important;} }

.is_confirm .btn {
  margin: 0 15px;
}

  @media only screen and (max-width: 767px) {
    .is_confirm .btn {
      margin: 0 0 20px 0;} }


@media only screen and (max-width: 767px) {
    .is_confirm .form-groups .form-group table tbody tr .label {
      width: 100%;
      padding: 10px;
      margin-bottom: 0!important;} }

.is_confirm .form-groups .form-group table tbody tr .label .label-cont {
  left: 20px;
}

@media only screen and (max-width: 767px) {
    .is_confirm span.wpcf7-list-item {
      margin: 0!important;
      padding: 5px 6px;} }

@media only screen and (max-width: 767px) {
    .is_confirm .consent {
      margin-left: 0;} }

/*------------------------------------------
/contact .section-contact-form step3
------------------------------------------*/
.is_sent .form-groups {
  display: none;
}

/*------------------------------------------
/introduction
------------------------------------------*/
.is_confirm .contact-bg {
  background-color: #fff!important;
  padding: 5px 10px!important;
}

.wpcf7 .contact-bg {
  padding: 25px;
  border-radius: 5px;
  background-color: #f0f0f0;
}

  @media only screen and (max-width: 767px) {
    .wpcf7 .contact-bg {
      padding: 15px;} }

.is_confirm .contact-bg {
  border-radius: 0;
}

.wpcf7 .contact-bg p {
  display: block;
  margin-bottom: 10px;
}


/*------------------------------------------
/login 
------------------------------------------*/
.page-login .section-login {
  padding-top: 150px;
}

  @media only screen and (max-width: 767px) {
    .page-login .section-login {
      padding-top: 100px;} }

.page-login .section-login .inner {
  width: 650px;
}

.section-login .section-title p {
  margin-top: 20px;
}

  @media only screen and (max-width: 767px) {
    .section-login .section-title p {
      font-size: 12px;} }

.wpmem_login_form label {
  display: inline-block!important;
  width: 25%;
  text-align: left;
  font-family: "Noto Sans CJK JP",sans-serif;
}

  @media only screen and (max-width: 767px) {
    .wpmem_login_form label {
      width: 100%!important;
      margin-bottom: 10px;
      font-size: 12px;} }  

.wpmem_login_form .div_text,
.wpmem_login_form .div_number,
.wpmem_login_form .div_multicheckbox,
.wpmem_login_form .div_checkbox {
  display: inline-block;
  width: 68%!important;
  margin: 0 0 14px 30px!important;
}

  @media only screen and (max-width: 767px) {
    .wpmem_login_form .div_text,
    .wpmem_login_form .div_checkbox{
      width: 100%!important;
      margin: 0 0 10px 0!important;} }  

.wpmem_login_form .buttons {
  display: inline-block;
  width: 280px!important;
  height: 54px;
  padding: 15px 0;
  margin: 0 15px!important;
  color: #fff;
  background-color: #0062be;
  border-radius: 5px;
  vertical-align: top;
  font-family: "Noto Sans CJK JP",sans-serif;
  font-weight: bold; 
}

  @media only screen and (max-width: 767px) {
    .wpmem_login_form .buttons {
      width: 100%!important;
      margin: 0!important;} }  


.wpmem_login_form .buttons:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;  
}

.wpmem_login_form .button_div {
  margin: 30px auto 0;
}

.wpmem_login_form .button_div .register-btn {
  display: inline-block;
  width: 280px;
  padding: 15px 0;
  margin: 0 15px;
  color: #fff;
  background-color: #e3592a;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  font-family: "Noto Sans CJK JP",sans-serif;
  font-weight: bold; 
}

  @media only screen and (max-width: 767px) {
    .wpmem_login_form .button_div .register-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;} }  

.wpmem_login_form .password-reset {
  text-align: left;
  margin-top: -14px;
  margin-left: 30%;
}

  @media only screen and (max-width: 767px) {
    .wpmem_login_form .password-reset {
      margin-top: 0;
      margin-left: 0;} }  

.wpmem_login_form .password-reset p {
  display: inline-block;
  font-size: 11px;
}

.wpmem_login_form .password-reset a {
  color: #e3592a;
  font-size: 11px;
}

.wpmem_login_form .button_div .checkbox,
.wpmem_login_form .button_div .checkbox + label,
.wpmem_login_form .link-text {
  display: none!important;
}

#wpmem_msg {
  background-color: #fff!important;
  border: none!important;
}

#wpmem_msg h2 {
  font-family: "Noto Sans CJK JP",sans-serif;
  margin-bottom: 15px;
}

#wpmem_msg a {
  display: none;
}

#wpmem_msg p {
  display: inline-block;
}

.link-text-username {
  display: none;
}

#wpmem_login .button_div {
  position: relative;
  width: 100%!important;
  height: 65px;
  margin: 20px 0 0;
  text-align: center!important;
}

  @media only screen and (max-width: 767px) {
    #wpmem_login .button_div {
      height: 145px;
      margin: 0;} }  

/*------------------------------------------
/unsubscribe section-unsubscribe
------------------------------------------*/
.section-unsubscribe {
  padding-top: 150px;
}

  @media only screen and (max-width: 767px) {
    .section-unsubscribe {
      padding-top: 100px;} }  

.section-unsubscribe .inner {
  width: 650px;
}

  @media only screen and (max-width: 767px) {
    .section-unsubscribe .inner {
      width: auto;} }  

.page-unsubscribe h2 {
  font-size: 25px;
}

.page-unsubscribe .form-groups .form-group {
  margin-top: 30px;
}

.page-unsubscribe .section-cont {
  position: relative;
}

.section-unsubscribe .button-primary {
  display: none;
}

.page-unsubscribe span.wpcf7-list-item {
  width: 100%;
}

.page-unsubscribe .form-groups .form-group table tbody tr .label .label-cont {
  top: 0;
}

.page-unsubscribe .form-groups .form-group .required {
  top: 0;
}

.page-unsubscribe .is_confirm .form-groups .form-group table tbody tr td,
.page-unsubscribe .is_confirm .form-groups .form-group table tbody tr td p {
  padding: 10px;
}

  @media only screen and (max-width: 767px) {
    .page-unsubscribe .is_confirm .form-groups .form-group table tbody tr td,
    .page-unsubscribe .is_confirm .form-groups .form-group table tbody tr td p {
      padding: 5px;} }  

.unsubscribe-form-defaule {
  display: none;
}
/*------------------------------------------
sidebar
------------------------------------------*/
.section-side {
  position: relative;
  float: left;
  height: 100%;
  width: 30%;
  padding: 50px 60px;
  background-color: #f3f3f3;
  vertical-align: top;
  text-align: left;
}

  @media only screen and (max-width: 767px) {
    .section-side {
      float: none;
      width: 100%;
      padding: 30px 20px;} }

.section-side::after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
  content: ""; 
}

.section-side .section-cont .cont-title {
  margin-bottom: 15px;
}

.section-side .section-cont .cont-search {
  margin-bottom: 50px;
}

  @media only screen and (max-width: 767px) {
    .section-side .section-cont .cont-search {
      margin-bottom: 30px;} }

.section-side .section-cont .cont p:first-child {
  border-top: 1px solid #d7d7d7;
}

.section-side .section-cont .cont p.open:first-child {
  border-bottom: none;
}

.section-side .section-cont .cont p {
  display: block;
  position: relative;
  padding: 15px 35px;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
  font-family: "Noto Sans CJK JP",sans-serif;
}

.section-side .section-cont .cont p::before {
  position: absolute;
  top: 22px;
  left: 10px;
  width: 14px;
  height: 9px;
  background: url(../img/arrow-03%402x.png) no-repeat 50% 50%;
  background-size: cover;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all .2s;  
  content: "";
}

.section-side .section-cont .cont p.open::before {
 -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); 
}

.section-side .section-cont .cont p.open:not(:first-child) {
  border: none;
}

.section-side .section-cont .cont-search-year ul  {
  display: none;
}

.section-side .section-cont .cont ul li a{
  display: block;
  padding: 15px 35px;
  border-top: 1px solid #d7d7d7;
  cursor: pointer;
  font-family: "Noto Sans CJK JP",sans-serif;
}

.section-side .section-cont .cont ul li:hover {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.section-side .section-cont .cont ul li a.active {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.section-side .section-cont .cont ul li a.active::before {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 20px;
  height: 17px;
  background: url(../img/active%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

.section-side .section-cont .cont ul li:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.section-side .section-cont .cont ul li a {
  color: #3c3c3c;
}

.section-side .section-cont .cont-search select {
  border: none;
}

/*------------------------------------------
/thanks
------------------------------------------*/
.page-contact .section-contact-form .section-cont .top-btn {
  margin: 60px 0 100px;
}

  @media only screen and (max-width: 767px) {
    .page-contact .section-contact-form .section-cont .top-btn {
      margin: 60px 0 30px;} }

/*------------------------------------------
footer
------------------------------------------*/
.footer {
  background-color: #3c3c3c;
  text-align: center;
}

.footer .footer-cont {
  padding: 25px 0 20px;
}

.footer .footer-cont .footer-manu {
  margin-bottom: 25px;
}

.footer .footer-cont .footer-manu ul li {
  display: inline-block;
  margin-left: 25px;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

  @media only screen and (max-width: 767px) {
    .footer .footer-cont .footer-manu ul li {
      display: block;
      margin-left: 0;
      padding: 17px 0;
      border-bottom: 1px solid #646464;} }

  @media only screen and (max-width: 767px) {
    .footer .footer-cont .footer-manu ul li:first-child {
      padding: 0 0 17px;} }

.footer .footer-cont .footer-manu ul li a:hover {
  text-decoration: underline;
}

.footer .footer-cont .footer-logo {
  margin-bottom: 10px;
}

.footer .footer-cont .footer-copyright p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}


/*------------------------------------------
post
------------------------------------------*/

.section-article .article-cont h4 {
  margin:40px 0 30px;
  padding: 10px;
  color: #3c3c3c;
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .section-article .article-cont h4 {
    margin-top:20px;
    font-size:100%;
    line-height:1.5;
  }
}

.section-article .article-cont h4:first-child {
  margin-top:0;
}

.section-article .article-cont ul {
  padding-left:20px;
}

.section-article .article-cont ul:last-child {
  margin-bottom:0;
}

.section-article .article-cont ul li {
  margin-bottom:10px;
  list-style-type: disc;
  color: #0062be;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

.section-article .article-cont ul li span {
  color: #3c3c3c;
}

.section-article .article-cont ul li:last-child {
  margin-bottom:0;
}

.section-article .article-cont p {
  margin-bottom:20px;
  overflow:hidden;
  line-height: 2.0;
  text-align: justify;
}

.section-article .article-cont p:last-child {
  margin-bottom:0;
}

.section-article .article-cont .table {
  margin-bottom:20px;
}

.section-article .article-cont .table:last-child {
  margin-bottom:0;
}

.section-article .article-cont .youtube-iframe {
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom:20px;
}

.section-article .article-cont .youtube-iframe iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%!important;
  height:100%!important;
}

.section-article .article-cont a {
  display: inline;
  word-wrap: break-word;
  word-break: break-all;
}

.section-article .article-cont .wp-caption {
  margin-top:30px;
  width:auto!important;
}

.section-article .article-cont .wp-caption .wp-caption-text {
  margin-bottom:20px;
  padding-top:5px;
  color:#ebebeb;
  font-size:70%;
  line-height:1.4;
}

.section-article .article-cont .left {
  margin-right:20px;
}

@media only screen and (max-width: 767px) {
  .section-article .article-cont .left {
    margin-right:10px;
  }
}

.section-article .article-cont .right {
  margin-left:20px;
}

@media only screen and (max-width: 767px) {
  .section-article .article-cont .right {
    margin-left:10px;
  }
}

.section-article .article-cont .left,.section-article .article-cont .right {
  margin-bottom:10px;
}

@media only screen and (max-width: 767px) {
  .section-article .article-cont .left,.section-article .article-cont .right {
    margin-bottom:5px;
  }}

.border {
  width: 100%;
  height: 1px;
  margin: 50px 0;
  background-color: #d8d8d8;
}

.section-article .article-cont img {
  max-width:100%;
  width: 100%;
  height:auto;
  margin:20px 0;
  line-height:1;
}

.section-article .article-cont .btn-article-cont {
  margin: 30px 0;
  text-align: center;
}

.section-article .article-cont .btn-article-cont .btn-article {
  display: inline-block;
  position: relative;
  height: 54px;
  padding: 10px 40px 10px 20px;
  border: 1px solid #0062bd;
  border-radius: 5px;
  color: #0062bd;
  font-size: 18px;
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: bold;
  line-height: 2.0;
}

  @media only screen and (max-width: 767px) {
  .section-article .article-cont .btn-article-cont .btn-article {
    font-size: 15px;
  }}

.section-article .article-cont .btn-article-cont .btn-article::after{
  position: absolute;
  top: 19px;
  right: 22px;
  width: 7px;
  height: 11px;
  background: url(../img/arrow-02%402x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
  transition: all .2s;  
}


.pager {
  margin: 40px 0;
  text-align: center; }
  .pager a,
  .pager span {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 40px;
    line-height: 3.1;
    margin: 0 6px !important;
    border-radius: 20px;
    color: #3c3c3c;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .pager a,
      .pager span {
        margin: 0 4px !important; } }
  .pager a:hover,
  .pager .current {
    color: #e3592a; }
  .pager .pages,
  .pager .first,
  .pager .last {
    display: none; }
  @media only screen and (max-width: 767px) {
    .pager a,
    .pager span {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      width: 26px;
      height: 26px;
      line-height: 26px;
      margin: 10px 5px 0 5px;
      font-size: 90%; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .pager a,
    .pager span {
      width: 24px;
      height: 24px;
      line-height: 20px;
      margin: 10px 2px 0 2px; } }


