@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

input::-ms-reveal {
    visibility:hidden
}
input::-ms-clear
        {
           display:none;
        }
         
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h7,
h6 {
  font-family: 'NotoSansCJKjp', 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
 sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

select {
  overflow: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)'; }

form label {
  cursor: pointer; }

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1; }

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: ' ';
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f; }

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px; }

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f; }

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: ' ';
  display: table; }

.datepicker-panel > ul::after {
  clear: both; }

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px; }

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff; }

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px; }

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px; }

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  background-color: #fff;
  cursor: default; }

.datepicker-hide {
  display: none; }

/*----------------------------------------------------
Noto Sans CJK JP
----------------------------------------------------*/

@font-face {
  font-family: 'NotoSansCJKjp';
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), url("../../assets/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../../assets/font/NotoSansCJKjp-Bold.woff") format("woff"), url("../../assets/font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'NotoSansCJKjp';
  src: local("Noto Sans CJK JP Black"), local("NotoSansCJKjp-Black"), url("../../assets/font/NotoSansCJKjp-Black.woff2") format("woff2"), url("../../assets/font/NotoSansCJKjp-Black.woff") format("woff"), url("../../assets/font/NotoSansCJKjp-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media (min-width: 768px) {
  .sp-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  margin-bottom: -16px;
  background: #3ba808; }
  .c-footer.logged .c-footer__inner {
    display: block; }
  .c-footer.logged .c-footer__copyright {
    padding: 18px 25px 20px; }
    @media screen and (max-width: 767px) {
      .c-footer.logged .c-footer__copyright {
        padding: 16px; } }
  .c-footer__logo {
    width: 152px; }
    @media screen and (max-width: 767px) {
      .c-footer__logo {
        width: 116px;
        margin: 0 auto; } }
    .c-footer__logo img {
      width: 100%;
      height: auto; }
  .c-footer__inner {
    display: none;
    max-width: 1172px;
    margin: 0 auto;
    padding: 22px 0 20px; }
    @media screen and (max-width: 767px) {
      .c-footer__inner {
        max-width: 100%;
        padding: 24px 16px 16px; } }
  .c-footer__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-footer__box {
    width: calc(100% - 194px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ffffff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .c-footer__box {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 24px 0 0;
        padding: 16px 15px 24px; } }
  .c-footer__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #ffffff;
    position: relative;
    padding: 0 0 0 28px; }
    .c-footer__ttl::before {
      content: '';
      width: 18px;
      height: 18px;
      background: url("../../assets/img/common/icon/icon-phone.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .c-footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 16px 0 21px;
    margin: 0 21px 0 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-footer__info {
        width: 100%;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        margin: 15px 0 0;
        padding: 10px 0; } }
  @media screen and (max-width: 767px) {
    .c-footer__contact {
      width: 100%;
      text-align: center; } }
  .c-footer__name {
    font-size: 1.4rem;
    line-height: 1.42;
    color: #fff; }
  .c-footer__phone {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    margin: 6.5px 0;
    letter-spacing: 1.6px; }
    @media screen and (min-width: 768px) {
      .c-footer__phone {
        pointer-events: none; } }
    @media screen and (max-width: 767px) {
      .c-footer__phone {
        display: inline-block; } }
  .c-footer__time {
    font-size: 1.4rem;
    line-height: 1.42;
    color: #fff; }
  .c-footer__note {
    width: 313px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    position: relative;
    padding: 12px 17px 12px 30px;
    margin: 0 0 0 15px;
    text-indent: -13px; }
    @media screen and (max-width: 767px) {
      .c-footer__note {
        width: 90%;
        margin: 10px auto 0;
        padding: 10px 17px 12px 30px; } }
    .c-footer__note::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 12px 7px 0;
      border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
      position: absolute;
      top: 50%;
      left: -12px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .c-footer__note::before {
          border-width: 0 4.5px 8px 4.5px;
          border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
          top: -8px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
  .c-footer__copyright {
    font-size: 1.4rem;
    line-height: 1.45;
    color: #fff;
    padding: 19px 58px; }
    @media screen and (max-width: 767px) {
      .c-footer__copyright {
        font-size: 1rem;
        padding: 16px; } }
  .c-footer__sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 31px 0 0; }
    @media screen and (max-width: 767px) {
      .c-footer__sitemap {
        margin: 19px 0 0; } }
  .c-footer__listmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-footer__listmenu {
        width: 100%; } }
  .c-footer__social {
    margin: 0 0 18px; }
    @media screen and (max-width: 767px) {
      .c-footer__social {
        margin: 31px 0 0 4px; } }
  .c-footer__col {
    max-width: 266px;
    min-width: 225px; }
    @media screen and (max-width: 767px) {
      .c-footer__col {
        width: 100%; } }
    .c-footer__col:not(:last-child) {
      margin: 0 59px 0 0; }
      @media screen and (max-width: 767px) {
        .c-footer__col:not(:last-child) {
          margin: 0 0 19px; } }
  .c-footer__item:not(:last-child) {
    margin: 0 0 8px; }
  .c-footer__ttl2 {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.45;
    color: #fff;
    margin: 0 0 9px; }
    @media screen and (max-width: 767px) {
      .c-footer__ttl2 {
        margin: 0 0 13px;
        padding: 0 0 0 4px; } }
    @media screen and (min-width: 768px) {
      .c-footer__ttl2:hover {
        text-decoration: underline; } }
  .c-footer__txt {
    display: inline-block;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 20px; }
    @media screen and (max-width: 767px) {
      .c-footer__txt {
        padding: 0 0 0 24px; } }
    .c-footer__txt:hover {
      opacity: 1;
      text-decoration: underline; }
    .c-footer__txt::before {
      content: '';
      width: 12px;
      height: 12px;
      background: url("../../assets/img/common/icon/icon-arrow-circle.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 3px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .c-footer__txt::before {
          left: 4px; } }
  .c-footer__group {
    padding: 3px 0 0;
    margin: 0 0 13px; }
    .c-footer__group:last-child {
      margin: 0; }

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-gotop {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 999;
  bottom: -100%;
  right: 57px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media screen and (max-width: 767px) {
    .c-gotop {
      width: 48px;
      height: 48px;
      right: 20px; } }
  .c-gotop.is-show {
    bottom: 15px; }
    @media screen and (max-width: 767px) {
      .c-gotop.is-show {
        bottom: 40px; } }
  .c-gotop img {
    width: 100%; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .c-header.logged {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 767px) {
      .c-header.logged {
        border-top: 2px solid #3ba808; } }
    .c-header.logged .c-header__nav {
      display: block; }
    .c-header.logged .c-header__logo {
      width: 248px; }
      @media screen and (max-width: 767px) {
        .c-header.logged .c-header__logo {
          width: 168px; } }
      .c-header.logged .c-header__logo .logout {
        display: none; }
      .c-header.logged .c-header__logo .login {
        display: block; }
    .c-header.logged .c-header__box {
      padding: 7px 7px 7px 34px; }
      @media screen and (max-width: 767px) {
        .c-header.logged .c-header__box {
          padding: 13.5px 16px;
          background: #fff; } }
    .c-header.logged .c-header__login {
      display: none; }
    .c-header.logged .c-header__boxsearch {
      display: block; }
    @media screen and (max-width: 767px) {
      .c-header.logged .c-header__btnSearch {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 767px) {
      .c-header.logged .c-menuSP {
        display: block; } }
  .c-header__wrap {
    min-width: 1280px; 
    max-height:135px;}/*R5追加*/
    @media screen and (max-width: 767px) {
      .c-header__wrap {
        min-width: 320px; 
        max-height:40px;} }/*R5追加*/
  .c-header__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 20px 10px 22px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .c-header__box {
        padding: 10px 12px 10px 14px;
        position: relative;
        z-index: 99; } }
  .c-header__logo {
    width: 244px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .c-header__logo {
        width: 100%;
        max-width: 168px; } }
    .c-header__logo a {
      display: block; }
    .c-header__logo img {
      width: 100%;
      height: auto; }
    .c-header__logo .login {
      display: none; }
  .c-header__login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .c-header__login {
        max-width: 43%; } }
    .c-header__login a {
      width: 182px;
      background: #3ba808;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      display: block;
      text-decoration: none;
      font-size: 2rem;
      line-height: 1;
      color: #fff;
      font-weight: bold;
      padding: 17.5px 10px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .c-header__login a {
          font-size: 1.8rem;
          padding: 16px 28px 16px 8px; } }
      .c-header__login a::after {
        content: '';
        width: 8px;
        height: 18px;
        background: url("../../assets/img/common/icon/icon-arrow-right.svg") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
  .c-header__applogin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .c-header__applogin {
        max-width: 43%; } }
    .c-header__applogin a {
      width: 182px;
      background: #f07c34;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      display: block;
      text-decoration: none;
      font-size: 2rem;
      line-height: 1;
      color: #fff;
      font-weight: bold;
      padding: 17.5px 10px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .c-header__applogin a {
          font-size: 1.8rem;
          padding: 12px 8px 16px 8px; } }
      .c-header__applogin a::after {
        content: none; }
  .c-header__note {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    min-width: 202px;
    border-radius: 12px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin: 0 23px 0 0;
    padding: 19px 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    -webkit-animation: showUp 1s both ease-out;
            animation: showUp 1s both ease-out; }
    @media screen and (max-width: 767px) {
      .c-header__note {
        display: none; } }
    .c-header__note::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 12px;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 50%;
      right: -12px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }

@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  .c-header__nav {
    display: none;
    /*border-top: 2px solid #3ba808; R5メガメニュー対応 */
    border:none;
    background: #3ba808; }
    @media screen and (max-width: 767px) {
      .c-header__nav {
        border: none;
        width: 100%;
        height: calc(100% - 2px);
        background: rgba(0, 0, 0, 0.1);
        position: fixed;
        z-index: -1;
        top: 2px;
        left: 0;
        overflow: auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        padding: 0 0 10px;
        visibility: hidden; } }
    .c-header__nav.is-open {
      opacity: 1;
      z-index: 90;
      visibility: visible; }
  .c-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-header__inner {
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 48px 0 0;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  .c-header__menu {
   /*margin: 0 5px 0 0;  ※R5メガメニュー対応*/
    margin:0px;
    width:1280px;/*※R5メガメニュー対応追加*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-header__menu {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        padding: 0 20px;
        margin: 0; } }
  .c-header__item {
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-header__item {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #eaeaea; } }
    @media screen and (max-width: 767px) {
      .c-header__item:first-child {
        border-top: 1px solid #eaeaea; } }
    .c-header__item:not(:last-child) {
    /*margin: 0 4px 0 0; ※R5メガメニュー対応*/
      margin: 0 1px 0 0; }
      @media screen and (max-width: 767px) {
        .c-header__item:not(:last-child) {
          margin: 0; } }
    @media screen and (min-width: 768px) {
      .c-header__item:not(.sub):hover {
        background: #d5f0c8; }
        .c-header__item:not(.sub):hover .c-header__tooltip {
          visibility: visible;
          opacity: 1;
          z-index: 2; } }
    .c-header__item.is-active {
      background: #d5f0c8; }
    .c-header__item.sub {
      background: #f0f0f0;
      border-radius: 0 0 6px 6px;
      padding: 0 4px 4px;
      margin: 0 0 5px; }
      @media screen and (max-width: 767px) {
        .c-header__item.sub {
          background: transparent;
          margin: 22px 0 0;
          padding: 0;
          border-radius: 0;
          border: none; } }
  .c-header__tooltip {
    width: 148px;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.42;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .c-header__tooltip {
        display: none; } }
    .c-header__tooltip::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 3px 7px 3px;
      border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
      position: absolute;
      top: -7px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .c-header__submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .c-header__subitem {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-header__subitem {
        width: 100%;
        border: none;
        border-top: 1px solid #eaeaea;
        background: transparent;
        overflow: visible; } }
    .c-header__subitem:not(:last-child) {
      margin: 0 11px 0 0; }
      
    @media screen and (max-width: 767px) {
      .c-header__subitem:last-child {
        border-bottom: 1px solid #eaeaea; } }
    @media screen and (min-width: 768px) {
      .c-header__subitem:hover {
        background: #d5f0c8;
        border-color: #fff; }
        .c-header__subitem:hover .c-header__tooltip {
          visibility: visible;
          opacity: 1;
          z-index: 2; } }
    .c-header__subitem.is-active {
      background: #d5f0c8;
      border-color: #fff; }
  .c-header__ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333333;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-header__ttl {
        font-size: 1.4rem;
        line-height: 1.45;
        text-align: left;
        margin: 0 0 11px; } }
  .c-header__txt {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #18811c;
    font-weight: 600;
    padding: 5px 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-header__txt {
        height: auto;
        display: block;
        font-size: 1.4rem;
        position: relative;
        padding: 11px 25px 11px 0;
        font-weight: bold; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-header__txt::after {
      content: '';
      width: 10px;
      height: 16px;
      background: url("../../assets/img/common/icon/icon-arrow-right-green.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 0;
      margin: 1px 0 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  .c-header__txt2 {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    color: #18811c;
    padding: 4px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-header__txt2 {
        height: auto;
        display: block;
        font-size: 1.4rem;
        position: relative;
        padding: 10.5px 25px 10.5px 0; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-header__txt2::after {
      content: '';
      width: 10px;
      height: 16px;
      background: url("../../assets/img/common/icon/icon-arrow-right-green.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 0;
      margin: 1px 0 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  .c-header__boxsearch {
    display: none; }
    @media screen and (max-width: 767px) {
      .c-header__boxsearch {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 2px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; } }
    .c-header__boxsearch.is-open {
      opacity: 1;
      z-index: 4;
      visibility: visible; }
  .c-header__innerSearch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-header__innerSearch {
        display: block;
        background: #fff;
        padding: 50px 17px 8px 20px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  .c-header__btnSearch {
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: fixed;
    top: 7px;
    right: 48px;
    z-index: 6;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .c-header__btnSearch img {
      max-width: 100%; }
    .c-header__btnSearch.is-open {
      background: #d5f0c8; }
  .c-header__ttlsearch {
    font-size: 1.4rem;
    line-height: 1.42;
    color: #666666;
    margin: 0 8px 0 0; }
    @media screen and (max-width: 767px) {
      .c-header__ttlsearch {
        margin: 0 0 8px; } }
  .c-header__search {
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-header__search {
        margin: 0 0 4px; } }
    .c-header__search input[type='text'] {
      width: 232px;
      background: #fff;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 1px solid #bbbbbb;
      border-radius: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1.4rem;
      line-height: 1.42;
      color: #666666;
      padding: 9.5px 35px 9.5px 15px; }
      @media screen and (max-width: 767px) {
        .c-header__search input[type='text'] {
          width: 100%; } }
      .c-header__search input[type='text']::-webkit-input-placeholder {
        color: #a8a8a8; }
      .c-header__search input[type='text']::-moz-placeholder {
        color: #a8a8a8; }
      .c-header__search input[type='text']:-ms-input-placeholder {
        color: #a8a8a8; }
      .c-header__search input[type='text']::-ms-input-placeholder {
        color: #a8a8a8; }
      .c-header__search input[type='text']::placeholder {
        color: #a8a8a8; }
    .c-header__search .submit {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 46px;
      height: 100%;
      background: url("../../assets/img/common/icon/icon-search.svg") no-repeat center, transparent;
      background-size: 18px;
      border: none;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .c-header__search .submit {
          width: 50px; } }
  .c-header__personal {
    padding: 0 18px;
    width: 67px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-header__personal {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        padding: 0;
        background: #f2f2f2; } }
  .c-header__avatar {
    /*R5メガメニュー対応↓*/
       width: 110px;
       height: 80px;
       text-align: center;
       padding-top: 10px;
       margin-left:4px;
       /*R5メガメニュー対応↑*/
       cursor: pointer; }
    @media screen and (max-width: 767px) {
      .c-header__avatar {
        width: 35px;
        position: absolute;
        top: 16px;
        left: 21px; } }
    @media screen and (min-width: 768px) {
      /*R5メガメニュー対応↓*/
      .c-header__avatar {
         background-color: #38A808;
         color:#f0f0f0;
        }/*R5メガメニュー対応↑*/
      .c-header__avatar:hover ~ .c-header__info {
        visibility: visible;
        opacity: 1;
        z-index: 2; } }
  .c-header__info {
    text-align:left;/*R5メガメニュー対応*/
    width: 266px;
    position: absolute;
    top: 35px;
    right: -19px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: -2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden; }
    @media screen and (max-width: 767px) {
      .c-header__info {
        width: 100%;
        background: transparent;
        position: relative;
        top: auto;
        right: auto;
        opacity: 1;
        z-index: 2;
        visibility: visible; } }
    @media screen and (min-width: 768px) {
      .c-header__info:hover {
        opacity: 1;
        z-index: 2;
        visibility: visible; } }
  .c-header__ttlInfo {
    font-size: 1.4rem;
    line-height: 1.72;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 19px; }
    @media screen and (max-width: 767px) {
      .c-header__ttlInfo {
        color: #333333;
        line-height: 1.45;
        font-weight: 500;
        padding: 11px 35px 9px 64px;
        position: relative; } }
    @media screen and (max-width: 767px) {
      .c-header__ttlInfo::after {
        content: '';
        width: 10px;
        height: 16px;
        background: url("../../assets/img/common/icon/icon-arrow-right-green.svg") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 20px;
        margin: 2px 0 0;
        -webkit-transform: translate(0, -50%) rotate(90deg);
            -ms-transform: translate(0, -50%) rotate(90deg);
                transform: translate(0, -50%) rotate(90deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; } }
    @media screen and (max-width: 767px) {
      .c-header__ttlInfo.is-open::after {
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
  .c-header__action {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0 0 5px; }
    @media screen and (max-width: 767px) {
      .c-header__action {
        border-top: 1px solid #eaeaea;
        padding: 0;
        display: none;
        background: rgba(0, 0, 0, 0.7); } }
  .c-header__actionText {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 9.5px 19px; }
    @media screen and (max-width: 767px) {
      .c-header__actionText {
        color: #fff; } }
    .c-header__actionText::after {
      content: '';
      width: 5px;
      height: 10px;
      background: url("../../assets/img/common/icon/icon-arrow-right.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }

.c-header02 {
  padding-bottom: 70px;
  background: url(../../assets/img/top_login_before/mv_bg.jpg) no-repeat center bottom;
  background-size: cover;
  border-top: 2px solid #3ba808; }
  @media screen and (max-width: 767px) {
    .c-header02 {
      padding: 0px 16px 50px;
      background: url("../../assets/img/top_login_before/mv_bg_sp.png") no-repeat center bottom;
      background-size: cover; } }
  @media screen and (max-width: 767px) {
    .c-header02__logo {
      padding: 23px 0 22px 14px; }
      .c-header02__logo img {
        width: 166px; } }
  .c-header02__link {
    margin: 14px 24px 10px 0;
    text-align: right !important; }
    .c-header02__link a {
      font-size: 1.6rem; }
  .c-header02__logo02 {
    text-align: center; }
    .c-header02__logo02 img {
      width: 292px; }
      @media screen and (max-width: 767px) {
        .c-header02__logo02 img {
          width: 180px; } }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-menuSP {
    display: none;
    width: 21px;
    position: fixed;
    z-index: 99;
    top: 12px;
    right: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: #fff; } }

@media screen and (max-width: 767px) {
  .c-menuSP__1, .c-menuSP__2, .c-menuSP__3 {
    width: 21px;
    height: 2px;
    background-color: #3ba808;
    margin: 4px auto;
    -webkit-transform-origin: 5px 0px;
        -ms-transform-origin: 5px 0px;
            transform-origin: 5px 0px;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); } }

.c-menuSP__3 {
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%; }

.c-menuSP.is-open .c-menuSP__1 {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(8px, -1px);
      -ms-transform: rotate(45deg) translate(8px, -1px);
          transform: rotate(45deg) translate(8px, -1px); }

.c-menuSP.is-open .c-menuSP__2 {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
      -ms-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2); }

.c-menuSP.is-open .c-menuSP__3 {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(3px, 8px);
      -ms-transform: rotate(-45deg) translate(3px, 8px);
          transform: rotate(-45deg) translate(3px, 8px); }

/*
------------------------------------------------------------*/
.c-close {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #18811c;
  font-weight: bold;
  padding: 17px 10px; }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  min-width: 1280px;
  background: #F7F5F5;
  padding-top: 131px;
  position: relative; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px;
      padding-top: 48px; } }

main {
  min-height: calc(100vh - 189px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    main {
      min-height: calc(100vh - 94px); } }

/*
------------------------------------------------------------*/
.l-container {
  width: 1232px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-container {
      width: 100%;
      padding: 0 16px; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  width: 346px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-btn1 {
      width: 100%;
      max-width: 343px; } }
  .c-btn1.disable {
    pointer-events: none; }
    .c-btn1.disable .c-btn1__txt {
      background: #b6e0a4; }
  .c-btn1__txt,
  .c-btn1 button {
    width: 100%;
    background: #3ba808;
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    padding: 19px 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .c-btn1__txt,
      .c-btn1 button {
        padding: 16px 30px; } }
    .c-btn1__txt::after,
    .c-btn1 button::after {
      content: '';
      width: 8px;
      height: 18px;
      background: url("../../assets/img/common/icon/icon-arrow-right.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 17px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .c-btn1__txt::after,
        .c-btn1 button::after {
          width: 7px;
          height: 14px;
          right: 16px; } }
    @media screen and (min-width: 768px) {
      .c-btn1__txt:hover,
      .c-btn1 button:hover {
        background: #348b0b;
        opacity: 1; } }

/*
------------------------------------------------------------*/
.c-btn2 {
  width: 230px; }
  .c-btn2__txt {
    background: #3ba808;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 13px 37px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .c-btn2__txt:hover {
        opacity: 1;
        background: #348B0B; } }
    .c-btn2__txt::before {
      content: '';
      width: 19px;
      height: 19px;
      background: url("../../assets/img/common/icon/icon-pdf.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 12px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .c-btn2--icon2 .c-btn2__txt::before {
    content: '';
    width: 14px;
    height: 17px;
    background: url("../../assets/img/common/icon/icon-download.svg") no-repeat center;
    background-size: cover;
    left: 15px; }
  .c-btn2--icon3 .c-btn2__txt::after {
    content: '';
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 50px;
    border-left: 1px solid #ffffff;
    background: url(../../assets/img/common/icon/bottom.svg) no-repeat center;
    background-size: 11px 7px; }

/*
------------------------------------------------------------*/
.c-btn3 {
  width: 240px; }
  @media screen and (max-width: 767px) {
    .c-btn3 {
      width: 100%;
      max-width: 343px;
      margin: 0 auto; } }
  .c-btn3__txt {
    background: #3ba808;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 15px 33px 15px 18px;
    position: relative;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt'; }
    @media screen and (max-width: 767px) {
      .c-btn3__txt {
        font-size: 1.6rem;
        padding: 18px 35px 22px 30px; } }
    .c-btn3__txt::after {
      content: '';
      width: 14px;
      height: 14px;
      background: url("../../assets/img/common/icon/icon-window.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }

/*
------------------------------------------------------------*/
.c-btn4 {
  width: 327px; }
  @media screen and (max-width: 767px) {
    .c-btn4 {
      max-width: 160px; } }
  .c-btn4__txt {
    display: block;
    width: 100%;
    background: #fff;
    border: 3px solid #3ba808;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: #407542;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 25px 0; }
    @media screen and (max-width: 767px) {
      .c-btn4__txt {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 13px 0; } }
    .c-btn4__txt .off {
      display: none; }
    @media screen and (min-width: 768px) {
      .c-btn4__txt:hover {
        background: #ecf7e7;
        opacity: 1; } }
  .c-btn4.is-active .c-btn4__txt {
    background: #3ba808;
    color: #fff;
    opacity: 1; }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 0 0 15px; }
  .c-title1::after {
    content: '';
    width: 100%;
    height: 5px;
    background: url("../../assets/img/common/line.svg") repeat-x center left;
    background-size: 343px 5px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .c-title1__icon {
    margin: 0 14px 0 0; }
    @media screen and (max-width: 767px) {
      .c-title1__icon {
        margin: 0 7px 0 0; } }
  .c-title1__txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: -7px 0 0;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #222222;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-title1__txt {
        font-size: 1.8rem;
        margin: -3px 0 0; } }
  .c-title1--noborder {
    padding: 0; }
    .c-title1--noborder::after {
      display: none; }

/*
------------------------------------------------------------*/
.c-title2 {
  font-size: 2rem;
  line-height: 1.45;
  color: #222222;
  font-weight: bold;
  padding: 0 0 10px 16px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-title2 {
      font-size: 1.8rem;
      padding: 0 0 10px 12px; } }
  .c-title2::before {
    content: '';
    width: 4px;
    height: calc(100% - 21px);
    background: -webkit-linear-gradient(top, #3ba808 4px, #fff 3px);
    background: linear-gradient(to bottom, #3ba808 4px, #fff 3px);
    background-size: 4px 7px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: -5px 0 0; }
    @media screen and (max-width: 767px) {
      .c-title2::before {
        height: calc(100% - 18px);
        top: 3px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 0; } }
  .c-title2::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #eaeaea;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0; }

/*
------------------------------------------------------------*/
.c-title3 {
  font-size: 4rem;
  line-height: 1.475;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 5px; }
  @media screen and (max-width: 767px) {
    .c-title3 {
      font-size: 2rem;
      line-height: 1.6;
      letter-spacing: 2.4px; } }

/*
------------------------------------------------------------*/
.c-title4 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1;
  z-index: 1; }
  .c-title4 span {
    position: relative; }
    .c-title4 span:before {
      width: 100%;
      height: 13px;
      background: #def58f;
      position: absolute;
      bottom: -1px;
      left: 0;
      content: '';
      z-index: -1; }
  @media screen and (max-width: 767px) {
    .c-title4 {
      font-size: 1.8rem; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
.icon-window {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url("../../assets/img/common/icon/icon-window-green.svg") no-repeat center;
  background-size: cover; }

/*
------------------------------------------------------------*/
.icon-pdf {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../../assets/img/common/icon/icon-pdf-green.svg") no-repeat center;
  background-size: cover; }

/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-form {
  background: #ecf7e7;
  border-radius: 30px;
  padding: 29px 30px; }
  @media screen and (max-width: 767px) {
    .c-form {
      border-radius: 0;
      padding: 24px 16px; } }
  .c-form__inner {
    width: 683px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-form__inner {
        width: 100%; } }
  .c-form__content {
    display: none; }
  .c-form__mainttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #222222;
    font-weight: bold;
    margin: 0 0 34px; }
    @media screen and (max-width: 767px) {
      .c-form__mainttl {
        margin: 0 0 24px; } }
  .c-form__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 18px; }
    @media screen and (max-width: 767px) {
      .c-form__box {
        margin: 0 0 15px; } }
  .c-form__subbox {
    width: 328px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-form__subbox {
        width: 100%; } }
    .c-form__subbox + .c-form__subbox {
      margin: 0 0 0 27px; }
      @media screen and (max-width: 767px) {
        .c-form__subbox + .c-form__subbox {
          margin: 15px 0 0; } }
      @media screen and (max-width: 767px) {
        .c-form__subbox + .c-form__subbox.half {
          margin: 0 0 0 2%; } }
    @media screen and (max-width: 767px) {
      .c-form__subbox.half {
        width: 49%;
        padding: 0 8px 0 0; } }
    @media screen and (max-width: 767px) {
      .c-form__subbox.half .c-form__smallbox {
        width: 100%; } }
  .c-form__smallbox {
    width: 160px; }
    @media screen and (max-width: 767px) {
      .c-form__smallbox {
        width: 49%; } }
    .c-form__smallbox + .c-form__smallbox {
      margin: 0 0 0 8px; }
      @media screen and (max-width: 767px) {
        .c-form__smallbox + .c-form__smallbox {
          margin: 0 0 0 2%; } }
  .c-form__link {
    width: 100%;
    max-width: 688px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 32px; }
    @media screen and (max-width: 767px) {
      .c-form__link {
        max-width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 7px;
        margin: 0 0 24px; } }
    .c-form__link .c-btn4 {
      width: calc((100% - 32px) / 2);
      margin: 0 8px; }
      @media screen and (max-width: 767px) {
        .c-form__link .c-btn4 {
          width: calc((100% - 12px) / 2);
          max-width: none;
          margin: 0; } }
  .c-form__ttl {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.45;
    color: #666666;
    *zoom: 1;
    min-height: 20px; }
    .c-form__ttl:after {
      display: block;
      content: '';
      clear: both; }
    .c-form__ttl .note {
      float: right; }
  .c-form__input {
    width: 100%;
    margin: 8px 0 0; }
    @media screen and (max-width: 767px) {
      .c-form__input {
        margin: 9px 0 0; } }
    .c-form__input input {
      width: 100%;
      height: 48px;
      background: #fff;
      border: 1px solid #bbbbbb;
      border-radius: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1.6rem;
      line-height: 48px;
      color: #333;
      padding: 0 16px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media screen and (max-width: 767px) {
        .c-form__input input {
          height: 49px;
          font-size: 1.4rem;
          line-height: 49px;
          padding: 10px 15px;
          line-height: 1.5; } }
      .c-form__input input::-webkit-input-placeholder {
        color: #a8a8a8; }
      .c-form__input input::-moz-placeholder {
        color: #a8a8a8; }
      .c-form__input input:-ms-input-placeholder {
        color: #a8a8a8; }
      .c-form__input input::-ms-input-placeholder {
        color: #a8a8a8; }
      .c-form__input input::placeholder {
        color: #a8a8a8; }
      .c-form__input input.error {
        border-color: #cb2d19;
        background: #faf2f0;
        margin: 0;
        font-size: 1.6rem;
        line-height: 48px; }
        @media screen and (max-width: 767px) {
          .c-form__input input.error {
            height: 49px;
            font-size: 1.4rem;
            line-height: 49px; } }
    .c-form__input textarea {
      width: 100%;
      height: 122px;
      background: #fff;
      border: 1px solid #bbbbbb;
      border-radius: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #333;
      resize: vertical;
      padding: 10px 15px; }
      @media screen and (max-width: 767px) {
        .c-form__input textarea {
          height: 240px; } }
      .c-form__input textarea::-webkit-input-placeholder {
        color: #a8a8a8; }
      .c-form__input textarea::-moz-placeholder {
        color: #a8a8a8; }
      .c-form__input textarea:-ms-input-placeholder {
        color: #a8a8a8; }
      .c-form__input textarea::-ms-input-placeholder {
        color: #a8a8a8; }
      .c-form__input textarea::placeholder {
        color: #a8a8a8; }
  .c-form__inputGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-form__inputGroup {
        max-width: 204px; } }
    .c-form__inputGroup input {
      width: 164px;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .c-form__inputGroup input {
          width: calc(100% - 40px); } }
      .c-form__inputGroup input::-webkit-input-placeholder {
        text-align: right; }
      .c-form__inputGroup input::-moz-placeholder {
        text-align: right; }
      .c-form__inputGroup input:-ms-input-placeholder {
        text-align: right; }
      .c-form__inputGroup input::-ms-input-placeholder {
        text-align: right; }
      .c-form__inputGroup input::placeholder {
        text-align: right; }
    .c-form__inputGroup span {
      font-size: 1.6rem;
      line-height: 1.7;
      color: #222222;
      font-weight: 500;
      margin: 0 0 0 8px; }
    .c-form__inputGroup.left input {
      text-align: left; }
      .c-form__inputGroup.left input::-webkit-input-placeholder {
        text-align: left; }
      .c-form__inputGroup.left input::-moz-placeholder {
        text-align: left; }
      .c-form__inputGroup.left input:-ms-input-placeholder {
        text-align: left; }
      .c-form__inputGroup.left input::-ms-input-placeholder {
        text-align: left; }
      .c-form__inputGroup.left input::placeholder {
        text-align: left; }
  .c-form__privacy {
    width: 977px;
    margin: 0 auto 41px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 9px 7px 0 13px; }
    @media screen and (max-width: 767px) {
      .c-form__privacy {
        width: 100%;
        padding: 8px 8px 0 10px;
        margin: 0 auto 44px; } }
  .c-form__scroll {
    height: 153px;
    overflow: auto;
    padding: 9px 12px 9px 10px; }
    @media screen and (max-width: 767px) {
      .c-form__scroll {
        height: 310px; } }
    .c-form__scroll::-webkit-scrollbar {
      width: 8px;
      margin: 10px 10px 0 0; }
    .c-form__scroll::-webkit-scrollbar-track {
      background: transparent; }
    .c-form__scroll::-webkit-scrollbar-thumb {
      background: #c9c9c9;
      border-radius: 10px; }
  .c-form__txt2 {
    font-size: 1.5rem;
    line-height: 1.75;
    color: #222222; }
    .c-form__txt2 span {
      display: block; }
  .c-form .required {
    background: #a8a8a8;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 0 7px;
    padding: 0 6px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .c-form .required {
        display: inline-block;
        line-height: 20px; } }
  .c-form .error {
    font-size: 1.4rem;
    line-height: 1.45;
    color: #cb2d19;
    font-weight: 500;
    margin: 9px 0 0; }
    @media screen and (max-width: 767px) {
      .c-form .error {
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 7px 0 0; } }
        
  .c-form .errlimited {
    font-size: 1.4rem;
    line-height: 1.45;
    color: #cb2d19;
    font-weight: 500;}
    @media screen and (max-width: 767px) {
      .c-form .errlimited {
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 7px 0 0; } }
  .c-form .c-btn1 {
    margin: 40px auto -58px; }
    @media screen and (max-width: 767px) {
      .c-form .c-btn1 {
        margin: 41px auto -56px; } }
  @media screen and (max-width: 767px) {
    .c-form .c-upload {
      margin: 7px 0 10px; } }
  .c-form .c-select select.error {
    border-color: #cb2d19;
    background: url(../../assets/img/common/icon/icon-arrow-down.svg) no-repeat center right 13px, #faf2f0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1; }
  .c-form .c-datepicker input.error {
    background: url("../../assets/img/common/icon/icon-calendar.svg") no-repeat center right 14px, #faf2f0;
    font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .c-form:not(:root:root) textarea,
    .c-form:not(:root:root) input {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .c-form .pd7 {
      padding: 0 7px; } }
  .c-form .c-datepickerJP input.error {
    background: url("../../assets/img/common/icon/icon-calendar.svg") no-repeat center right 14px, #faf2f0;
    font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .c-form:not(:root:root) textarea,
    .c-form:not(:root:root) input {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .c-form .pd7 {
      padding: 0 7px; } }

/*
------------------------------------------------------------*/
.c-form2 {
  background: #ffffff;
  border-radius: 30px;
  padding: 37px 36px 33px; }
  @media screen and (max-width: 767px) {
    .c-form2 {
      margin: 0 -16px;
      border-radius: 0;
      padding: 19px 16px 9px; } }
  .c-form2__box {
    margin: 30px 0 0; }
    @media screen and (max-width: 767px) {
      .c-form2__box {
        margin: 15px 0 0; } }
  .c-form2__txt {
    font-size: 1.4rem;
    color: #666666;
    margin: 22px 0 0; }
    @media screen and (max-width: 767px) {
      .c-form2__txt {
        margin: 14px 0 0; } }
  .c-form2__box1 {
    margin: 6px 0 0; }
    @media screen and (min-width: 768px) {
      .c-form2__box1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .c-form2__box1 {
        margin: 8px 0 0; } }
    .c-form2__box1 .c-select {
      width: 328px; }
      @media screen and (max-width: 767px) {
        .c-form2__box1 .c-select {
          width: 164px; } }
    .c-form2__box1 .c-btn2 {
      margin: 0 16px 0 auto; }
      @media screen and (max-width: 767px) {
        .c-form2__box1 .c-btn2 {
          margin: 16px 0 0; } }
    @media screen and (max-width: 767px) {
      .c-form2__box1 + .c-title2 {
        margin-top: 57px; } }
  .c-form2 .c-list9 {
    display: none;
    margin: 18px 0 0; }
    @media screen and (max-width: 767px) {
      .c-form2 .c-list9 {
        margin: 24px 0 0; } }

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-navi__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 8px 0 6px; }
  @media screen and (max-width: 767px) {
    .c-navi__inner {
      padding: 0 4px; } }

.c-navi__item {
  width: calc((100% - 30px) / 6);
  margin: 0 6px 0 0;
  background: #fff;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-navi__item {
      width: calc((100% - 20px) / 6);
      margin: 0 4px 0 0; } }
  .c-navi__item:last-child {
    margin: 0; }
  .c-navi__item.is-active .c-navi__txt {
    border-color: #3ba808;
    color: #18811c;
    font-weight: bold; }

.c-navi__txt {
  display: block;
  text-decoration: none;
  border-top: 3px solid #dddddd;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #666666;
  padding: 11px 15px 9px; }
  @media screen and (max-width: 767px) {
    .c-navi__txt {
      font-size: 1.2rem;
      padding: 6px 2px; } }

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgtext1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c-imgtext1 {
      padding: 0 6px; } }
  .c-imgtext1 + .c-imgtext1 {
    margin: 111px 0 0; }
    @media screen and (max-width: 767px) {
      .c-imgtext1 + .c-imgtext1 {
        margin: 33px 0 0; } }
  .c-imgtext1__img {
    width: 622px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__img {
        width: 100%;
        text-align: center; } }
    .c-imgtext1__img img {
      max-width: 100%;
      height: auto; }
  .c-imgtext1__info {
    width: calc(100% - 655px); }
    @media screen and (max-width: 767px) {
      .c-imgtext1__info {
        width: 100%;
        margin: 22px 0 0; } }
  .c-imgtext1__ttl {
    font-size: 2.6rem;
    line-height: 1.7;
    color: #222222;
    font-weight: bold;
    position: relative;
    padding: 24px 0 0 26px;
    letter-spacing: 0.8px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__ttl {
        font-size: 1.8rem;
        line-height: 1.6;
        padding: 0 0 0 23px;
        letter-spacing: 0.5px; } }
    .c-imgtext1__ttl::before {
      content: '';
      width: 7px;
      height: calc(100% - 3px);
      background: #3ba808;
      border-radius: 4px;
      position: absolute;
      top: 0;
      left: 0; }
  .c-imgtext1__txt {
    font-size: 1.8rem;
    line-height: 1.9;
    color: #222222;
    font-weight: 500;
    margin: 34px 0 0 26px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__txt {
        font-size: 1.4rem;
        line-height: 1.72;
        margin: 21px 0 0; } }
  .c-imgtext1 .c-list8 {
    margin-left: 26px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1 .c-list8 {
        margin: 0; } }
  .c-imgtext1__txt2 {
    padding-left: 45px;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__txt2 {
        padding-left: 18px;
        font-size: 1.2rem; } }

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list1__item {
    width: calc((100% - 50px) / 3);
    background: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.09);
            box-shadow: 0 4px 2px rgba(0, 0, 0, 0.09);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 24px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .c-list1__item {
        width: 100%;
        margin: 0 0 16px; } }
    .c-list1__item:nth-child(3n + 1) {
      margin: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .c-list1__item:nth-child(3n + 1) {
          margin: 0 0 16px; } }
    @media screen and (max-width: 767px) {
      .c-list1__item:last-child {
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .c-list1__item:hover {
        border-color: #3ba808; } }
  .c-list1__ttl {
    min-height: 61px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f0f8ec;
    font-size: 1.8rem;
    line-height: 1.35;
    color: #18811c;
    font-weight: bold;
    position: relative;
    padding: 6.5px 50px 6.5px 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .c-list1__ttl {
        min-height: 47px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 6px 40px 7px 15px; } }
    .c-list1__ttl::after {
      content: '';
      width: 22px;
      height: 22px;
      background: url("../../assets/img/common/icon/icon-arrow-circle-green.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 23px;
      position: absolute;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .c-list1__ttl::after {
          right: 15px; } }
  .c-list1__info {
    padding: 11px 23px 14px; }
    @media screen and (max-width: 767px) {
      .c-list1__info {
        padding: 10px 15px 15px; } }
  .c-list1__txt {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.65;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .c-list1__txt {
        line-height: 1.6; } }
    .c-list1__txt::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .c-list1--green .c-list1__item {
     }
    @media screen and (max-width: 767px) {
      .c-list1--green .c-list1__item {
        width: 100%; } }
  .c-list1--green .c-list1__ttl {
    background: #3ba808;
    color: #fff; }
    .c-list1--green .c-list1__ttl::after {
      background: url("../../assets/img/common/icon/icon-arrow-circle.svg") no-repeat center;
      background-size: cover; }
  .c-list1 .c-tag {
    margin: 12px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list1 .c-tag {
        margin: 9px 0 0; } }

/*
------------------------------------------------------------*/
.c-list2__item {
  border-bottom: 1px solid #eaeaea;
  padding: 11.5px 14px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .c-list2__item {
      padding: 10.5px 0; } }
  .c-list2__item.arrow {
    padding-right: 45px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .c-list2__item.arrow {
        padding-right: 40px; } }
    .c-list2__item.arrow::after {
      z-index: -1; 
      content: '';
      width: 22px;
      height: 22px;
      background: url("../../assets/img/common/icon/icon-arrow-circle-green.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .c-list2__item.arrow::after {
          right: 1px; } }
  @media screen and (min-width: 768px) {
    .c-list2__item:hover {
      background: rgba(59, 168, 8, 0.1); } }

.c-list2__time {
  font-size: 1.4rem;
  line-height: 1.45;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-list2__time {
      display: block; } }

.c-list2__ttl {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #18811c;
  font-weight: bold;
  margin: 4px 0 0; }
  @media screen and (max-width: 767px) {
    .c-list2__ttl {
      font-size: 1.4rem;
      line-height: 1.6;
      margin: 3px 0 0; } }
  .c-list2__ttl::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .c-list2__ttl .icon {
    margin: -3px 0 0 3px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .c-list2__ttl .icon {
        margin: 0 0 0 5px;
        vertical-align: sub; } }

.c-list2__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 -3px; }
  @media screen and (max-width: 767px) {
    .c-list2__detail {
      width: calc(100% + 30px);
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 10px 0 0; } }

.c-list2__deadline {
  background: #ebebeb;
  font-size: 1.4rem;
  line-height: 1.42;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500;
  padding: 1.5px 7px;
  margin: 0 0 0 6px; }

.c-list2 .c-tag2 {
  margin: 0 0 0 10px; }
  @media screen and (max-width: 767px) {
    .c-list2 .c-tag2 {
      margin: 5px 0 0; } }
  .c-list2 .c-tag2 + .c-tag2 {
    margin: 0 0 0 5px; }
    @media screen and (max-width: 767px) {
      .c-list2 .c-tag2 + .c-tag2 {
        margin: 0 0 0 4px; } }

/*
------------------------------------------------------------*/
.c-list3__item {
  border-bottom: 1px solid #eaeaea; }

.c-list3__heading {
  font-size: 1.6rem;
  line-height: 1.65;
  color: #18811c;
  font-weight: bold;
  padding: 16.5px 14px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .c-list3__heading {
      font-size: 1.4rem;
      line-height: 1.6;
      padding: 13.5px 25px 13.5px 0; } }
  .c-list3__heading::after {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../../assets/img/common/icon/icon-arrow-circle-green.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .c-list3__heading::after {
        right: 0; } }
  .c-list3__heading.is-active::after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg); }
  @media screen and (min-width: 768px) {
    .c-list3__heading:hover {
      background: #ecf2ec; } }

.c-list3__info {
  display: none;
  background: #ecf7e7;
  padding: 13.5px 16px;
  position: relative;
  border-top: 1px solid #eaeaea; }
  @media screen and (max-width: 767px) {
    .c-list3__info {
      padding: 13.5px 35px 13.5px 0; } }
  .c-list3__info::before {
    content: 'A.';
    display: inline;
    font-size: 1.6rem;
    line-height: 1;
    color: #18811c;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-list3__info::before {
        font-size: 1.4rem;
        top: 18px;
        left: 0; } }

.c-list3__txt {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #222; }
  @media screen and (max-width: 767px) {
    .c-list3__txt {
      font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .c-list3--type2 .c-list3__heading {
    padding: 13.5px 25px 13.5px 10px; } }

.c-list3--type2 .c-list3__heading::after {
  width: 22px;
  height: 11px;
  background: url("../../assets/img/common/icon/icon-arrow-down.svg") no-repeat center;
  background-size: cover; }

.c-list3--type2 .c-list3__heading.is-active::after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg); }

@media screen and (max-width: 767px) {
  .c-list3--type2 .c-list3__info {
    padding: 13.5px 25px 13.5px 10px; } }

/*
------------------------------------------------------------*/
.c-list4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .c-list4 {
      width: calc(100% + 32px);
      margin-left: -16px; } }
  .c-list4 .c-title1 {
    width: 100%;
    margin: 0 0 10px; }
    @media screen and (max-width: 767px) {
      .c-list4 .c-title1 {
        margin: 0 0 15px; } }
  .c-list4__item {
    width: calc((100% - 24px) / 2);
    background: #ffffff;
    border-radius: 30px;
    margin: 0 0 20px 24px;
    padding: 38px 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-list4__item {
        width: 100%;
        margin: 0 0 20px;
        border-radius: 0;
        padding: 20px 16px 15px; } }
    .c-list4__item:nth-child(2n + 1) {
      margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .c-list4__item:last-child {
        margin: 0; } }
  .c-list4__info {
    width: calc(100% - 262px); }
    @media screen and (max-width: 767px) {
      .c-list4__info {
        width: 100%; } }
  .c-list4__link {
    width: 240px;
    margin: 0 0 0 22px; }
    @media screen and (max-width: 767px) {
      .c-list4__link {
        width: 100%;
        margin: 17px 0 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .c-list4__box {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 9px 10px 5px;
    margin: 15px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list4__box {
        margin: 17px 0 0;
        padding: 12px 7px; } }
  .c-list4__imgbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 767px) {
    .c-list4__img {
      text-align: center;
      max-width: 49%; } }
  .c-list4__img + .c-list4__img {
    margin: 0 0 0 12px; }
    @media screen and (max-width: 767px) {
      .c-list4__img + .c-list4__img {
        margin: 0 0 0 2%; } }
  @media screen and (max-width: 767px) {
    .c-list4__img img {
      width: 100%;
      height: auto; } }
  .c-list4__txt {
    font-size: 1.4rem;
    line-height: 1.72;
    color: #3e3e3e;
    margin: 2px 0 9px; }
    @media screen and (max-width: 767px) {
      .c-list4__txt {
        line-height: 1.6;
        margin: 0 0 13px; } }
  .c-list4__txt2 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.42;
    color: #666666;
    margin: 0 0 4px; }
    @media screen and (max-width: 767px) {
      .c-list4__txt2 {
        margin: 0 0 11px; } }
  .c-list4__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #333333;
    font-weight: 500; }
    .c-list4__note span {
      display: block;
      background: #ebebeb;
      line-height: 1;
      color: #666666;
      padding: 2px 5px;
      margin: -1px 8px 0 0; }
  .c-list4 .c-btn3:not(:last-child) {
    margin: 0 0 6px; }
    @media screen and (max-width: 767px) {
      .c-list4 .c-btn3:not(:last-child) {
        margin: 0 auto 12px; } }

/*
------------------------------------------------------------*/
.c-list5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list5__item {
    width: calc((100% - 32px) / 2);
    margin: 0 0 38px 32px; }
    @media screen and (max-width: 767px) {
      .c-list5__item {
        width: 100%;
        margin: 0 0 22px; } }
    .c-list5__item:nth-child(2n + 1) {
      margin: 0 0 38px; }
      @media screen and (max-width: 767px) {
        .c-list5__item:nth-child(2n + 1) {
          margin: 0 0 22px; } }
    @media screen and (max-width: 767px) {
      .c-list5__item:last-child {
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .c-list5__item:hover .c-list5__txt {
        text-decoration: underline; } }
  .c-list5__inner {
    display: block;
    text-decoration: none; }
  .c-list5__img {
    border-radius: 2px;
    overflow: hidden;
    border-bottom: 5px solid rgba(34, 34, 34, 0.15);
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-list5__img {
        border-bottom-width: 3px; } }
    .c-list5__img::after {
      content: '';
      width: 100%;
      height: 100%;
      border: 1px solid rgba(34, 34, 34, 0.15);
      border-radius: 4px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0; }
    .c-list5__img img {
      width: 100%;
      height: auto; }
  .c-list5__info {
    margin: 15px 0 0; }
  .c-list5__txt {
    font-size: 1.4rem;
    line-height: 1.65;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .c-list5__txt {
        line-height: 1.6; } }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-list6 {
    width: calc(100% + 16px); } }

.c-list6__ttl {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #666666;
  margin: 0 0 6px; }
  @media screen and (max-width: 767px) {
    .c-list6__ttl {
      margin: 0 0 8px; } }

.c-list6__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-list6__inner {
      margin-right: 16px;
      overflow-x: auto; } }

.c-list6__item {
  min-width: 104px;
  text-align: center;
  background: #fff;
  border: 2px solid #3ba808;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .c-list6__item {
      min-width: 88px; } }
  .c-list6__item:not(:last-child) {
    margin: 0 8px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list6__item:not(:last-child) {
        margin: 0 4px 0 0; } }
  @media screen and (min-width: 768px) {
    .c-list6__item:hover {
      background: rgba(106, 181, 71, 0.16); } }

.c-list6__txt {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #007b05;
  font-weight: bold;
  padding: 11px; }
  @media screen and (max-width: 767px) {
    .c-list6__txt {
      padding: 11px 5px; } }

/*
------------------------------------------------------------*/
.c-list7 .c-title2 {
  margin: 0 0 22px; }
  @media screen and (max-width: 767px) {
    .c-list7 .c-title2 {
      margin: 0 0 21px; } }

.c-list7__item:not(:last-child) {
  margin: 0 0 41px; }
  @media screen and (max-width: 767px) {
    .c-list7__item:not(:last-child) {
      margin: 0 0 33px; } }

.c-list7__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #222222;
  font-weight: bold;
  margin: 0 0 12px; }
  @media screen and (max-width: 767px) {
    .c-list7__ttl {
      font-size: 1.6rem; } }

.c-list7__box:not(:last-child) {
  margin: 0 0 25px; }
  @media screen and (max-width: 767px) {
    .c-list7__box:not(:last-child) {
      margin: 0 0 28px; } }

@media screen and (max-width: 767px) {
  .c-list7 .c-list2__item {
    padding: 6px 30px 6px 0; } }

.c-list7 .c-list2__item:first-child {
  border-top: 1px solid #eaeaea; }

@media screen and (max-width: 767px) {
  .c-list7 .c-list2__item.arrow::after {
    margin: 12px 0 0; } }

@media screen and (max-width: 767px) {
  .c-list7 .c-list2__ttl {
    margin: 7px 0 0; } }

@media screen and (max-width: 767px) {
  .c-list7 .c-list2 .c-tag2 {
    margin: 7px 0 0; } }

/*
------------------------------------------------------------*/
.c-list8__item {
  padding-left: 20px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .c-list8__item {
      padding-left: 18px;
      font-size: 1.4rem; } }
  .c-list8__item:before {
    width: 12px;
    height: 12px;
    background: #3ba808;
    border-radius: 50px;
    position: absolute;
    top: 11px;
    left: 0;
    content: ''; }
    @media screen and (max-width: 767px) {
      .c-list8__item:before {
        top: 6px; } }

/*
------------------------------------------------------------*/
.c-list9__item {
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 16px 6px 17px; }
  @media screen and (max-width: 767px) {
    .c-list9__item {
      padding: 15px 0 13px; } }
  .c-list9__item:last-child {
    border-bottom: 1px solid #d8d8d8; }

.c-list9__ttl {
  font-size: 1.4rem;
  color: #666666;
  margin: 0 0 0 17px;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .c-list9__ttl {
      margin: 0; } }

.c-list9__inner {
  margin: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .c-list9__inner {
      margin: 8px 0 0; } }

.c-list9__txt {
  width: calc(100% - 230px);
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .c-list9__txt {
      width: 100%;
      font-size: 1.4rem;
      margin: 0 0 18px; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table__heading .c-table__row {
  padding: 10px 22px; }
  .c-table__heading .c-table__row::after {
    display: none; }
  @media screen and (min-width: 768px) {
    .c-table__heading .c-table__row:hover {
      background: none; } }

.c-table__heading .c-table__col.balance {
  text-align: center;
  padding: 0 0 0 14px; }

.c-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 17px 22px 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .c-table__row {
      background: #fff;
      border: 1px solid #d8d8d8;
      border-radius: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.09);
              box-shadow: 0 4px 2px rgba(0, 0, 0, 0.09);
      padding: 15px 40px 7px 15px; } }
  .c-table__row::after {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../../assets/img/common/icon/icon-arrow-circle-green.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 16px;
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media screen and (max-width: 767px) {
      .c-table__row::after {
        margin: 2px 0 0; } }
  @media screen and (max-width: 767px) {
    .c-table__row:not(:last-child) {
      margin: 0 0 10px; } }
  @media screen and (min-width: 768px) {
    .c-table__row:hover {
      background: rgba(59, 168, 8, 0.1);
      opacity: 1; } }

.c-table__ttl {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #666666; }

@media screen and (max-width: 767px) {
  .c-table__col {
    width: 46% !important;
    margin: 0 0 10px 8%; } }

@media screen and (max-width: 767px) {
  .c-table__col::before {
    content: attr(data-title);
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #666666;
    width: 100%;
    margin: 0 0 4px; } }

@media screen and (max-width: 767px) {
  .c-table__col:nth-child(2n + 1) {
    margin: 0 0 10px; } }

.c-table__col.business {
  width: 149px; }

.c-table__col.branch {
  width: 162px; }

.c-table__col.system {
  width: 145px; }

.c-table__col.transition {
  width: 170px; }

.c-table__col.date {
  width: 145px; }

.c-table__col.balance {
  width: 166px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .c-table__col.balance {
      text-align: left; } }

.c-table__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-table__txt {
      font-size: 1.4rem; } }

.c-table__note {
  font-size: 1.4rem;
  line-height: 1.45;
  color: #666666;
  margin: 18px 0 0 4px; }
  @media screen and (max-width: 767px) {
    .c-table__note {
      font-size: 1.2rem;
      line-height: 1.5;
      margin: 17px 0 0 0; } }

/*
------------------------------------------------------------*/
.c-table2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-table2__row {
    width: 100%; }
    .c-table2__row:not(.full) {
      width: calc((100% - 50px) / 2);
      margin: 23px 0 0 11px; }
      @media screen and (max-width: 767px) {
        .c-table2__row:not(.full) {
          width: 100%;
          margin: 15px 0 0; } }
      .c-table2__row:not(.full):nth-child(2n) {
        margin: 23px 0 0; }
        @media screen and (max-width: 767px) {
          .c-table2__row:not(.full):nth-child(2n) {
            margin: 15px 0 0; } }
  .c-table2__ttl {
    font-size: 1.4rem;
    line-height: 1.45;
    color: rgba(34, 34, 34, 0.7); }
  .c-table2__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #222222;
    font-weight: bold;
    margin: 5px 0 0; }
    @media screen and (max-width: 767px) {
      .c-table2__txt {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 7px 0 0; } }
    .c-table2__txt a {
      text-decoration: none;
      color: #348b0b; }
      .c-table2__txt a:hover {
        opacity: 1;
        text-decoration: underline; }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/
.c-slide {
  background: #fff;
  padding: 31px 0 0; }
  @media screen and (max-width: 767px) {
    .c-slide {
      padding: 16px; } }
  .c-slide__inner {
    width: 1232px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-slide__inner {
        width: 100%; } }
  .c-slide__item {
    width: 100%;
    overflow: hidden;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .c-slide__item {
        border-radius: 5px; } }
    .c-slide__item img {
      width: 100%;
      height: auto; }
  .c-slide .prev,
  .c-slide .next {
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 4;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: -56px 0 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .c-slide .prev,
      .c-slide .next {
        width: 32px;
        height: 32px;
        margin: -22px 0 0; } }
  .c-slide .prev {
    background: url("../../assets/img/common/icon/icon-prev.svg") no-repeat center;
    background-size: cover;
    left: 0; }
    .c-slide .prev:hover {
      background: url("../../assets/img/common/icon/icon-prev_over.svg") no-repeat center; }
  .c-slide .next {
    background: url("../../assets/img/common/icon/icon-next.svg") no-repeat center;
    background-size: cover;
    right: -50px; }
    .c-slide .next:hover {
      background: url("../../assets/img/common/icon/icon-next_over.svg") no-repeat center; }
    @media screen and (max-width: 767px) {
      .c-slide .next {
        right: -32px; } }
  @media screen and (min-width: 768px) {
    .c-slide .slick-dots {
      margin: 30px 0 0;
      background: #f7f5f5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .c-slide .slick-dots li {
        width: calc((100% - 36px) / 6);
        margin: 0 3px;
        background: #fff;
        text-align: center; }
        .c-slide .slick-dots li button {
          padding: 11px 15px 9px;
          width: 100%;
          height: 54px;
          background: #fff;
          border: none;
          border-top: 3px solid #dddddd;
          position: relative;
          display: block;
          text-decoration: none;
          font-size: 1.4rem;
          line-height: 1.2;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .c-slide .slick-dots li button:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 80%;
            height: 3.2rem;
            font-size: 1.4rem;
            white-space: pre;
            color: #666666;
            text-indent: 0px;
            text-align: center;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
        .c-slide .slick-dots li.slick-active button {
          border-color: #3ba808;
          font-weight: 600; }
          .c-slide .slick-dots li.slick-active button:before {
            color: #18811c;
            font-weight: bold; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .c-slide .slick-dots li:hover button {
        border-color: #3ba808; }
        .c-slide .slick-dots li:hover button:before {
          color: #18811c;
          font-weight: bold; } }
  @media screen and (min-width: 768px) {
        .c-slide .slick-dots li:nth-child(1) button:before {
          content: 'はじめての方へ'; }
        .c-slide .slick-dots li:nth-child(2) button:before {
          content: 'オンラインセミナーが\A開催されます'; }
        .c-slide .slick-dots li:nth-child(3) button:before {
          content: '「起業家応援マガジン」\A活用術'; }
        .c-slide .slick-dots li:nth-child(4) button:before {
          content: '業界平均とあなたの財務が\A比較できます'; }
        .c-slide .slick-dots li:nth-child(5) button:before {
          content: '返済のシミュレーションが\A可能'; }
        .c-slide .slick-dots li:nth-child(6) button:before {
          content: '新規融資商品のご案内'; } }
  @media screen and (max-width: 767px) {
    .c-slide .slick-dots {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 13px 0 0; }
      .c-slide .slick-dots li {
        width: 24px;
        height: 3px;
        background: #eaeaea;
        margin: 0 4px; }
        .c-slide .slick-dots li.slick-active {
          background: #3ba808; }
        .c-slide .slick-dots li button {
          display: none; } }

/*------------------------------------------------------------
keypad
------------------------------------------------------------*/
/* Main style sheet for jQuery Keypad v2.0.0. */
button.keypad-trigger {
  width: 25px;
  padding: 0px; }

img.keypad-trigger {
  margin: 2px;
  vertical-align: middle; }

.keypad-popup,
.keypad-inline,
.keypad-key,
.keypad-special {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

.keypad-popup {
  display: none;
  z-index: 10;
  width: 583px !important;
  margin: 10px 0 0 25px;
  padding: 12px 7px 12px 14px;
  background-color: #eaeaea;
  color: #000;
  border: 1px solid #bbb;
  border-radius: 8px; }
  @media screen and (max-width: 767px) {
    .keypad-popup {
      display: none !important; } }

.keypad-keyentry {
  display: none; }

.keypad-inline {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 0.25em; }

.keypad-disabled {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.keypad-rtl {
  direction: rtl; }

.keypad-prompt {
  clear: both;
  text-align: center; }

.keypad-prompt.ui-widget-header {
  margin: 0.125em; }

.keypad-row {
  width: 100%; }

.keypad-space {
  display: inline-block;
  margin: 0.125em;
  width: 2em; }

.keypad-half-space {
  display: inline-block;
  margin: 0.125em 0.0625em;
  width: 1em; }

.keypad-key,
.keypad-special {
  margin: 3px 0.125em;
  padding: 3px;
  width: 2.3em;
  border: 1px solid #bbb;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px #bbb;
          box-shadow: 0px 2px 1px 0px #bbb;
  border-radius: 4px;
  font-family: 'NotoSansCJKjp', 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
 sans-serif;
  color: #333;
  text-align: center;
  cursor: pointer; }

.keypad-key[disabled] {
  border: 0.125em outset; }

.keypad-special {
  width: 4.93em; }

.keypad-spacebar {
  width: 15.15em;
  color: #333; }

.keypad-tab {
  width: 2em; }

.keypad-clear {
  background-color: #3ba808;
  color: #fff; }

.keypad-close {
  padding: 0;
  width: 22px;
  height: 22px;
  background-color: #3ba808;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 100px;
  position: relative; }
  .keypad-close:before, .keypad-close:after {
    margin-left: -6px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    content: ''; }
  .keypad-close:before {
    top: 0;
    -webkit-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg); }
  .keypad-close:after {
    bottom: 0;
    -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg); }

.keypad-row:nth-child(1) .keypad-space {
  width: 6.2em; }

.keypad-row:nth-child(2) .keypad-space, .keypad-row:nth-child(4) .keypad-space {
  width: 32px; }

.keypad-row:nth-child(5) .keypad-half-space {
  width: 22px; }

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.l-mv {
  margin-bottom: 61px;
  padding: 176px 0 214px;
  background: url("../../assets/img/top_login_before/mv_bg.jpg") no-repeat center bottom;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .l-mv {
      margin-bottom: 40px;
      padding: 120px 16px 91px;
      background: url("../../assets/img/top_login_before/mv_bg_sp.png") no-repeat center bottom;
      background-size: cover; } }
  .l-mv__inner {
    width: 955px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 72px; }
    @media screen and (max-width: 767px) {
      .l-mv__inner {
        width: 100%;
        display: block;
        padding: 0; } }
  .l-mv__ttl {
    width: 356px;
    margin: 10px 0 0; }
    @media screen and (max-width: 767px) {
      .l-mv__ttl {
        width: 100%;
        margin: 0 0 40px;
        text-align: center; }
        .l-mv__ttl img {
          width: 225px; } }
  .l-mv__lead {
    width: 400px;
    font-size: 2rem;
    line-height: 2.05; 
    padding-top: 30px;}
    @media screen and (max-width: 767px) {
      .l-mv__lead {
        padding-top: 0px;
        width: 100%;
        font-size: 1.6rem;
        text-align: center;} }

/*
------------------------------------------------------------*/
.c-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 3; }
  .c-tag__ttl {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #666666;
    margin: 6px 10px 0 0; }
    @media screen and (max-width: 767px) {
      .c-tag__ttl {
        font-size: 1rem;
        margin: 4px 14px 0 0; } }
  .c-tag__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 -10px; }
    @media screen and (max-width: 767px) {
      .c-tag__list {
        margin: 0 0 -6px; } }
  .c-tag__item {
    background: #ebebeb;
    border-radius: 6px;
    margin: 0 10px 10px 0; }
    @media screen and (max-width: 767px) {
      .c-tag__item {
        margin: 0 6px 6px 0; } }
    .c-tag__item:last-child {
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .c-tag__item:last-child {
          margin: 0 0 6px; } }
  .c-tag__txt {
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #333333;
    font-weight: 500;
    padding: 6px 12px; }
    @media screen and (max-width: 767px) {
      .c-tag__txt {
        font-size: 1.2rem;
        padding: 4px 9px; } }

/*
------------------------------------------------------------*/
.c-tag2 {
  height: 22px;
  display: inline-block;
  background: #d5f0c8;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.3rem;
  line-height: 22px;
  color: #333333;
  font-weight: 500;
  padding: 0 13.5px; }

/*
------------------------------------------------------------*/
.c-link {
  text-align: center; }
  .c-link__txt {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #007b05;
    font-weight: bold;
    position: relative;
    padding: 0 34px 0 0; }
    @media screen and (max-width: 767px) {
      .c-link__txt {
        line-height: 1.35;
        padding: 0 30px 0 0; } }
    .c-link__txt:hover {
      opacity: 1;
      text-decoration: underline; }
    .c-link__txt::after {
      content: '';
      width: 20px;
      height: 20px;
      background: url("../../assets/img/common/icon/icon-arrow-circle-green.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .c-link__txt::after {
          width: 22px;
          height: 22px; } }
  .c-link--reverse .c-link__txt {
    padding: 0 0 0 30px; }
    @media screen and (max-width: 767px) {
      .c-link--reverse .c-link__txt {
        padding: 0 0 0 30px; } }
    .c-link--reverse .c-link__txt::after {
      right: auto;
      left: 0;
      -webkit-transform: translate(0, -50%) rotate(-180deg);
          -ms-transform: translate(0, -50%) rotate(-180deg);
              transform: translate(0, -50%) rotate(-180deg); }
  .c-link--reverseLeft {
    text-align: left; }
    .c-link--reverseLeft .c-link__txt {
      padding: 0 0 0 30px; }
      @media screen and (max-width: 767px) {
        .c-link--reverseLeft .c-link__txt {
          padding: 0 0 0 34px; } }
      .c-link--reverseLeft .c-link__txt::after {
        right: auto;
        left: 0;
        -webkit-transform: translate(0, -50%) rotate(-180deg);
            -ms-transform: translate(0, -50%) rotate(-180deg);
                transform: translate(0, -50%) rotate(-180deg); }
        @media screen and (max-width: 767px) {
          .c-link--reverseLeft .c-link__txt::after {
            left: 4px; } }
  .c-link--right {
    text-align: right; }
  .c-link--left {
    text-align: left; }

/*
------------------------------------------------------------*/
.c-select select {
  width: 100%;
  background: url("../../assets/img/common/icon/icon-arrow-down.svg") no-repeat center right 13px, #fff;
  background-size: 17px 11px, cover;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  padding: 15px 35px 15px 15px; }
  @media screen and (max-width: 767px) {
    .c-select select {
      font-size: 1.4rem;
      background-size: 16px 8px, cover;
      background-position: center right 14px;
      padding: 16px 35px 16px 15px; } }
  .c-select select::-ms-expand {
    display: none; }
  @media screen and (max-width: 767px) {
    .c-select select:not(:root:root) {
      font-size: 16px; } }

@media screen and (max-width: 767px) {
  .c-select--gray select {
    font-size: 1.6rem;
    padding: 15px 35px 15px 15px; } }

.c-select--gray select.has-placeholder {
  color: #999999; }

.c-select--gray select:invalid,
.c-select--gray select option[value=''] {
  color: #999999; }

/*
------------------------------------------------------------*/
.c-select2 {
  position: relative; }
  .c-select2 select {
    width: 100%;
    height: 48px;
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    line-height: 48px;
    padding: 0 45px;
    border: none; }
    @media screen and (max-width: 767px) {
      .c-select2 select:not(:root:root) {
        font-size: 16px; } }
  .c-select2 .s-hidden {
    visibility: hidden; }
  .c-select2__ttl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    padding: 0 45px;
    cursor: pointer;
    z-index: 4;
    background: url("../../assets/img/common/icon/icon-pdf.svg") no-repeat center left 15px, #3ba808;
    background-size: 19px 19px; }
    .c-select2__ttl:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 5.5px 0 5.5px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      top: 50%;
      right: 18px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .c-select2__ttl::before {
      content: '';
      width: 1px;
      height: calc(100% - 8px);
      background: #ffffff;
      position: absolute;
      top: 4px;
      right: 48px; }
    .c-select2__ttl.active {
      background-color: #3ba808; }
  .c-select2 .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    padding: 8px 0 6px; }
  .c-select2 .options li {
    font-size: 1.4rem;
    line-height: 1;
    color: #407542;
    font-weight: 500;
    padding: 13px 18px; }
    .c-select2 .options li:first-child {
      display: none; }
  .c-select2 .options li:hover {
    background-color: rgba(106, 181, 71, 0.16); }

/*
------------------------------------------------------------*/
.c-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 0; }
  @media screen and (max-width: 767px) {
    .c-option {
      padding: 0; } }
  .c-option__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-option__list {
        width: 100%; } }
  .c-option__item {
    width: 280px;
    margin: 0 12px 0 0; }
    @media screen and (max-width: 767px) {
      .c-option__item {
        width: calc((100% - 14px) / 2);
        margin: 0 14px 0 0; } }
    .c-option__item:last-child {
      margin: 0; }
  .c-option__ttl {
    font-size: 1.4rem;
    line-height: 1.45;
    color: #666666;
    margin: 0 0 6px; }
    @media screen and (max-width: 767px) {
      .c-option__ttl {
        margin: 0 0 8px; } }
  @media screen and (max-width: 767px) {
    .c-option .c-link {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 0 18px; } }

/*
------------------------------------------------------------*/
.c-datepicker {
  position: relative; }
  .c-datepicker input {
    width: 100%;
    height: 48px;
    background: url("../../assets/img/common/icon/icon-calendar.svg") no-repeat center right 14px, #fff;
    background-size: 18px 20px;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 48px;
    color: #666666;
    padding: 0 30px 0 13px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .c-datepicker input::-webkit-input-placeholder {
      color: #a8a8a8; }
    .c-datepicker input::-moz-placeholder {
      color: #a8a8a8; }
    .c-datepicker input:-ms-input-placeholder {
      color: #a8a8a8; }
    .c-datepicker input::-ms-input-placeholder {
      color: #a8a8a8; }
    .c-datepicker input::placeholder {
      color: #a8a8a8; }
      
.c-datepickerJP {
  position: relative; }
  .c-datepickerJP input {
    width: 100%;
    height: 48px;
    background: url("../../assets/img/common/icon/icon-calendar.svg") no-repeat center right 14px, #fff;
    background-size: 18px 20px;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 48px;
    color: #666666;
    padding: 0 30px 0 13px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .c-datepickerJP input::-webkit-input-placeholder {
      color: #a8a8a8; }
    .c-datepickerJP input::-moz-placeholder {
      color: #a8a8a8; }
    .c-datepickerJP input:-ms-input-placeholder {
      color: #a8a8a8; }
    .c-datepickerJP input::-ms-input-placeholder {
      color: #a8a8a8; }
    .c-datepickerJP input::placeholder {
      color: #a8a8a8; }
      

      
      
      
/*
------------------------------------------------------------*/
.c-mailmagazine {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom:0.8em;
  color: #222222;
  cursor: pointer;
  font-weight: 500; }

.c-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .c-checkbox + .c-checkbox {
    margin: 2px 0 0; }
  .c-checkbox input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2; }
  .c-checkbox__text {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #222222;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    padding: 0 0 0 35px; }
    .c-checkbox__text::before {
      content: '';
      width: 25px;
      height: 25px;
      background: #fff;
      border: 2px solid #3ba808;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0; }
    .c-checkbox__text::after {
      content: '';
      width: 6px;
      height: 10px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      -webkit-transform: rotate(45deg) translate(-50%);
          -ms-transform: rotate(45deg) translate(-50%);
              transform: rotate(45deg) translate(-50%);
      position: absolute;
      top: 7px;
      left: 11px; }
  .c-checkbox input[type='checkbox']:checked + .c-checkbox__text::before {
    background: #3ba808; }
  .c-checkbox--size2 {
    text-align: center; }
    .c-checkbox--size2 .c-checkbox__text {
      font-size: 1.8rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .c-checkbox--size2 .c-checkbox__text {
          font-size: 1.6rem;
          padding: 0 0 0 33px; } }

/*
------------------------------------------------------------*/
.c-listOption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-listOption .c-checkbox {
    width: calc((100% - 36px) / 4);
    margin: 0 0 14px 12px; }
    @media screen and (max-width: 767px) {
      .c-listOption .c-checkbox {
        width: 49%;
        margin: 0 0 14px 2%; } }
    .c-listOption .c-checkbox:nth-child(4n + 1) {
      margin: 0 0 14px; }
    @media screen and (max-width: 767px) {
      .c-listOption .c-checkbox:nth-child(2n + 1) {
        margin: 0 0 14px; } }
  .c-listOption .c-radio {
    min-width: 214px;
    margin: 0 39px 0 0; }
    @media screen and (max-width: 767px) {
      .c-listOption .c-radio {
        width: 100%;
        min-width: auto;
        margin: 0 0 17px; } }
    .c-listOption .c-radio:last-child {
      margin: 0; }

/*
------------------------------------------------------------*/
    .c-radio {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .c-radio input[type='radio'] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .c-radio td {
        position: relative;
        padding-tpp: 3px;
        padding-bottom: 3px;
    }

    .c-radio td label,
    .c-radio__text {
        display: block;
        font-size: 1.6rem;
        line-height: 1.7;
        color: #222222;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        padding: 6px 0 0 37px;
    }

    @media screen and (max-width: 767px) {
        .c-radio td label,
        .c-radio__text {
            font-size: 1.4rem;
            line-height: 1.92;
            padding: 1px 0 0 36px;
        }
    }

    .c-radio td label::before,
    .c-radio__text::before {
        content: '';
        width: 28px;
        height: 28px;
        background: #fff;
        border: 1px solid #a8a8a8;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 5px;
        left: 0;
    }

    @media screen and (max-width: 767px) {
        .c-radio td label::before,
        .c-radio__text::before {
            top: 0;
        }
    }

    .c-radio td label::after,
    .c-radio__text::after {
        content: '';
        width: 16px;
        height: 16px;
        background: #eaeaea;
        border-radius: 50%;
        position: absolute;
        top: 11px;
        left: 6px;
    }

    @media screen and (max-width: 767px) {
        .c-radio td label::after,
        .c-radio__text::after {
            top: 6px;
        }
    }

    .c-radio td input[type='radio']:checked+label:after,
    .c-radio input[type='radio']:checked+.c-radio__text:after {
        background: #3ba808;
    }

/*
------------------------------------------------------------*/
.c-upload__btn,
.c-upload02__btn {
  width: 147px;
  overflow: hidden;
  position: relative; }
  .c-upload__btn input,
  .c-upload02__btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .c-upload__btn label,
  .c-upload02__btn label {
    display: block;
    background: #ffff;
    border: 2px solid #18811c;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1;
    color: #18811c;
    font-weight: bold;
    position: relative;
    padding: 15px 5px 14px 37px; }
    .c-upload__btn label::before,
    .c-upload02__btn label::before {
      content: '';
      width: 18px;
      height: 18px;
      background: url("../../assets/img/common/icon/icon-add.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }

.c-upload__list,
.c-upload02__list {
  margin: 15px 0 0; }
  @media screen and (max-width: 767px) {
    .c-upload__list,
    .c-upload02__list {
      margin: 24px 0 0; } }

.c-upload__item,
.c-upload02__item {
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333333;
  padding: 10.5px 40px 10.5px 16px;
  position: relative; 
  word-break: break-all }
  @media screen and (max-width: 767px) {
    .c-upload__item,
    .c-upload02__item {
      font-size: 1.4rem;
      line-height: 1.45;
      padding: 14px 40px 14px 15px; } }
  .c-upload__item:not(:last-child),
  .c-upload02__item:not(:last-child) {
    margin: 0 0 4px; }
    @media screen and (max-width: 767px) {
      .c-upload__item:not(:last-child),
      .c-upload02__item:not(:last-child) {
        margin: 0 0 8px; } }

.c-upload .delete,
.c-upload02 .delete {
  width: 36px;
  height: 100%;
  background: url("../../assets/img/common/icon/icon-delete.svg") no-repeat center;
  background-size: 18px 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer; }

/*
------------------------------------------------------------*/
.c-status {
  font-size: 1.4rem;
  line-height: 1.42;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500;
  position: relative;
  padding: 0 0 0 22px; }
  @media screen and (max-width: 767px) {
    .c-status {
      padding: 0 0 0 22px; } }
  .c-status::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../../assets/img/common/icon/icon-available.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 0; }
  .c-status.warning::before {
    width: 17px;
    height: 15px;
    background: url("../../assets/img/common/icon/icon-warning.svg") no-repeat center;
    background-size: cover; }
  .c-status.cancel::before {
    width: 13px;
    height: 13px;
    background: url("../../assets/img/common/icon/icon-cancel.svg") no-repeat center;
    background-size: cover;
    top: 4px;
    left: 2px; }
    @media screen and (max-width: 767px) {
      .c-status.cancel::before {
        left: 0; } }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-box {
    width: calc(100% + 32px);
    margin: 0 0 0 -16px; } }

.c-box .c-title1 {
  padding: 0 0 23px; }
  @media screen and (max-width: 767px) {
    .c-box .c-title1 {
      padding: 0 0 13px; } }

.c-box .c-box5 {
  margin: 0 24px; }
  @media screen and (max-width: 767px) {
    .c-box .c-box5 {
      margin: 0; } }

.c-box .c-form {
  margin: 23px 0 31px; }
  @media screen and (max-width: 767px) {
    .c-box .c-form {
      width: calc(100% + 32px);
      margin: 30px 0 20px -16px; } }

.c-box .c-list6 {
  margin: 21px 0 28px; }
  @media screen and (max-width: 767px) {
    .c-box .c-list6 {
      margin: 17px 0 26px; } }

.c-box .c-box6 {
  margin: 18px 0 0; }
  @media screen and (max-width: 767px) {
    .c-box .c-box6 {
      width: calc(100% + 32px);
      margin: 18px 0 0 -16px; } }
      
.c-box6__half {
   background: #ecf7e7;
   border-radius: 20px;
   margin: 0 10px 0;
   padding: 30px 58px 30px;
   width: calc(50% - 20px);}
     @media screen and (max-width: 767px) {
       .c-box6__half {
         border-radius: 0px;
         margin:0px -20px 20px -20px;
         padding: 30px 58px 30px;
         width:calc(100% + 45px);}
           } 
   
.c-box .error {
   font-size: 1.4rem;
   line-height: 1.45;
   color: #cb2d19;
   font-weight: 500;
   margin: 9px 0 0; }
   @media screen and (max-width: 767px) {
      .c-box .error {
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 7px 0 0; } }

@media screen and (max-width: 767px) {
  .c-box__info {
    margin: 4px 0 0; } }

.c-box__inner {
  background: #fff;
  border-radius: 30px;
  padding: 35px 30px 52px; }
  @media screen and (max-width: 767px) {
    .c-box__inner {
      border-radius: 0;
      padding: 19px 16px 48px; } }
  .c-box__inner + .c-btn1 {
    margin: -31px auto 0; }
    @media screen and (max-width: 767px) {
      .c-box__inner + .c-btn1 {
        margin: -28px auto 0; } }

.c-box__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #222222;
  margin: 19px 0 0; }
  @media screen and (max-width: 767px) {
    .c-box__txt {
      font-size: 1.4rem;
      line-height: 1.6;
      color: #333333;
      font-weight: 500;
      margin: 13px 0 0; } }
  .c-box__txt + .c-form {
    margin: 18px 0 31px; }
    @media screen and (max-width: 767px) {
      .c-box__txt + .c-form {
        margin: 20px 0 20px -16px; } }

/*
------------------------------------------------------------*/
.c-box2 {
  background: #fff;
  border-radius: 30px;
  padding: 35px 40px 40px; }
  @media screen and (max-width: 767px) {
    .c-box2 {
      width: calc(100% + 32px);
      border-radius: 0;
      padding: 22px 16px;
      margin: 0 0 0 -16px; } }
  .c-box2__info {
    margin: 19px 0 0; }
    @media screen and (max-width: 767px) {
      .c-box2__info {
        margin: 15px 0 0; } }
  .c-box2__txt {
    font-size: 1.4rem;
    line-height: 1.42;
    color: #222222;
    margin: 0 0 22px; }
    @media screen and (max-width: 767px) {
      .c-box2__txt {
        line-height: 1.6;
        margin: 0 0 25px; } }
  .c-box2 .c-list5 {
    margin: 0 0 -38px; }
    @media screen and (max-width: 767px) {
      .c-box2 .c-list5 {
        margin: 0; } }

/*
------------------------------------------------------------*/
.c-box3 {
  background: #fff;
  border-radius: 30px;
  padding: 37px 40px; }
  @media screen and (max-width: 767px) {
    .c-box3 {
      width: calc(100% + 32px);
      border-radius: 0;
      padding: 20px 16px;
      margin: 0 0 0 -16px; } }
  .c-box3__cont {
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    margin-top: 20px;
    padding: 32px 0 34px; }
    @media screen and (max-width: 767px) {
      .c-box3__cont {
        margin-top: 13px;
        padding: 24px 0 32px;
        border: none; } }
  .c-box3__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #222; }
    @media screen and (max-width: 767px) {
      .c-box3__ttl {
        font-size: 2rem; } }
  .c-box3__text {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #222;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-box3__text {
        font-size: 1.4rem;
        line-height: 2.2rem; } }
  .c-box3__img {
    margin: 25px 0 24px; }
    @media screen and (max-width: 767px) {
      .c-box3__img {
        width: 100%;
        max-width: 91px;
        margin: 39px auto 42px; } }
  .c-box3 .c-btn2 {
    margin: 30px auto 0; }
    @media screen and (max-width: 767px) {
      .c-box3 .c-btn2 {
        margin: 31px auto 0; } }

/*
------------------------------------------------------------*/
.c-box4 {
  background: #fff;
  min-height: 622px;
  border-radius: 30px;
  padding: 39px 40px 70px; }
  @media screen and (max-width: 767px) {
    .c-box4 {
      width: calc(100% + 32px);
      min-height: 505px;
      border-radius: 0;
      padding: 19px 0 64px;
      margin: 0 0 0 -16px; } }
  .c-box4 .c-title1 {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .c-box4 .c-title1 {
        width: calc(100% - 32px);
        margin: 0 auto 13px; } }
  .c-box4__text1 {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #222;
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .c-box4__text1 {
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 0 16px;
        margin: 0 0 13px; } }
  .c-box4__text2 {
    font-size: 1.8rem;
    line-height: 1.7;
    color: #222;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-box4__text2 {
        font-size: 1.4rem;
        line-height: 1.6; } }
  .c-box4__cont {
    background: #ecf7e7;
    border-radius: 20px;
    margin-top: 20px;
    padding: 28px 0 45px; }
    @media screen and (max-width: 767px) {
      .c-box4__cont {
        border-radius: 0;
        padding: 23px 16px 40px; } }
  .c-box4__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 21px; }
    @media screen and (max-width: 767px) {
      .c-box4__btn {
        margin-top: 23px; } }

/*
------------------------------------------------------------*/
.c-box5__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 18px; }
  @media screen and (max-width: 767px) {
    .c-box5__detail {
      margin: 0 0 11px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.c-box5__time {
  font-size: 1.4rem;
  line-height: 1.42;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-box5__time {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: calc(100% - 130px);
      margin: 0 10px 7px 0; } }

.c-box5__deadline {
  margin: 0 0 0 6px; }
  @media screen and (max-width: 767px) {
    .c-box5__deadline {
      width: 100%;
      margin: 0 0 15px -7px; } }
  .c-box5__deadline span {
    display: inline-block;
    background: #ebebeb;
    font-size: 1.4rem;
    line-height: 1;
    color: rgba(34, 34, 34, 0.7);
    padding: 4px 8px; }

.c-box5__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #222222;
  margin: 20px 0 0; }
  @media screen and (max-width: 767px) {
    .c-box5__txt {
      font-size: 1.4rem;
      line-height: 1.6;
      margin: 15px 0 0; } }

.c-box5 .c-tag2 {
  margin: 0 14px 0 12px; }
  @media screen and (max-width: 767px) {
    .c-box5 .c-tag2 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin: 0; } }

.c-box5 .c-title1 {
  padding: 0 0 14px; }
  @media screen and (max-width: 767px) {
    .c-box5 .c-title1 {
      padding: 0 0 13px; } }
  @media screen and (max-width: 767px) {
    .c-box5 .c-title1__txt {
      font-size: 1.6rem; } }

.c-box5 .c-btn2 {
  margin: 18px 0 26px; }
  @media screen and (max-width: 767px) {
    .c-box5 .c-btn2 {
      margin: 17px auto 16px; } }

@media screen and (max-width: 767px) {
  .c-box5 .c-status {
    min-width: 70px; } }

/*
------------------------------------------------------------*/
.c-box6 {
  background: #ecf7e7;
  border-radius: 20px;
  padding: 25px 41px 30px; }
  @media screen and (max-width: 767px) {
    .c-box6 {
      border-radius: 0;
      padding: 24px 16px 16px; } }
  .c-box6__info {
    margin: 20px 0 0; }
    @media screen and (max-width: 767px) {
      .c-box6__info {
        margin: 25px 0 0; } }
  .c-box6__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .c-box6__row:not(:last-child) {
      margin: 0 0 14px; }
      @media screen and (max-width: 767px) {
        .c-box6__row:not(:last-child) {
          margin: 0 0 16px; } }
  .c-box6__col {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 0 0; }
    @media screen and (max-width: 767px) {
      .c-box6__col {
        width: 100%;
        margin: 0 0 16px; } }
    .c-box6__col:nth-child(4n + 1) {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .c-box6__col:nth-child(4n + 1) {
          margin: 0 0 16px; } }
    @media screen and (max-width: 767px) {
      .c-box6__col:last-child {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .c-box6__col.half {
        width: 44%;
        margin: 0 0 16px 4%; } }
    @media screen and (max-width: 767px) {
      .c-box6__col.half:nth-child(2n + 1) {
        margin: 0 0 16px; } }
  .c-box6__mainttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #222222;
    font-weight: bold; }
  .c-box6__ttl {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.45;
    color: #666666;
    margin: 0 0 4px; }
    @media screen and (max-width: 767px) {
      .c-box6__ttl {
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 0 0 6px; } }
  .c-box6__txt {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #333333;
    word-break: break-all;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-box6__txt {
        font-size: 1.6rem; } }

/*
------------------------------------------------------------*/
.c-box7 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-box7 {
      width: 100%;
      margin: 0; } }
  .c-box7__inner {
    background: #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 108px 65px 127px 75px;
    margin: -25px 0 0; }
    @media screen and (max-width: 767px) {
      .c-box7__inner {
        border-radius: 20px;
        padding: 45px 16px;
        margin: -13px 0 0; } }
  .c-box7 .c-title3 {
    margin: 0 0 0 72px; }
    @media screen and (max-width: 767px) {
      .c-box7 .c-title3 {
        margin: 0 0 0 15px; } }

/*
------------------------------------------------------------*/
.c-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-popup.is-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    pointer-events: all; }
  .c-popup__content {
    width: 572px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 39px 35px 35px;
    border-radius: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-popup__content {
        width: auto;
        margin: 0 16px 0;
        padding: 35px 27px 35px; } }
  .c-popup__close {
    width: 31px;
    height: 31px;
    background: url(../../assets/img/common/icon/close.svg) no-repeat center;
    background-size: 31px 31px;
    border: none;
    position: absolute;
    top: -52px;
    right: 13px;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .c-popup__close {
        top: -45px;
        right: 4px; } }
  .c-popup__tit {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal; }
  .c-popup__txt {
    font-size: 1.4rem;
    line-height: 20px;
    margin: 11px 0 17px 14px;
    text-indent: -14px;
    color: #666666; }
    @media screen and (max-width: 767px) {
      .c-popup__txt {
        margin: 23px 0 23px 18px; } }
  .c-popup__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-popup__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-popup__box {
    width: 170px; }
    @media screen and (max-width: 767px) {
      .c-popup__box {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .c-popup__box2 {
    width: 36px;
    text-align: center;
    font-size: 1.6rem;
    margin: 34px 0 0; }
    @media screen and (max-width: 767px) {
      .c-popup__box2 {
        margin: 8px auto;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        -webkit-text-orientation: sideways-right;
                text-orientation: sideways-right;
        padding: 0 0 0 70px; } }
  .c-popup__text {
    font-size: 1.4rem;
    color: #666666;
    margin: 0 0 4px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .c-popup__text {
        margin: 0 8px 0 0; } }
  .c-popup__note {
    text-align: center;
    font-size: 1.4rem;
    color: #407542;
    font-weight: bold;
    margin: 25px 0 0;
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .c-popup .c-datepicker {
      width: 171px; } }
  @media screen and (max-width: 767px) {
    .c-popup .c-datepickerJP {
      width: 171px; } }
  .c-popup .c-datepicker--02 {
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      .c-popup .c-datepicker--02 {
        margin-left: 64px;
        padding: 0; } }
  .c-popup .c-btn2 {
    margin: 20px auto 0;
    width: 198px; }
    @media screen and (max-width: 767px) {
      .c-popup .c-btn2 {
        width: 230px;
        margin: 24px auto 0; } }

/*
------------------------------------------------------------*/
.c-news {
  background: #f2f2ba;
  padding: 20px 24px 15px;
  margin: auto;
  margin-bottom: 15px;
  width: 1200px;
  border: 2px solid #cb2d19;
  border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-news {
      padding: 15px;
      width: 100%; } }
  .c-news__ttl {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #cb2d19;
    font-size: 1.6rem;
    font-weight: bold; }
    .c-news__ttl:before {
      width: 24px;
      height: 24px;
      background: url(../../assets/img/common/icon/icon_attention.svg) no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
  .c-news__item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../../assets/img/common/icon/icon-arrow-circle-green.svg) no-repeat left top 6px;
    background-size: 12px 12px; }
    @media screen and (min-width: 768px) {
      .c-news__item:hover::before {
        opacity: 1; } }
    .c-news__item:nth-child(n + 5) {
      display: none; }
  .c-news__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #007b05;
    font-weight: 500;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    display: inline-block; }
    .c-news__txt::before {
      content: '';
      position: absolute;
      top: 0;
      left: -24px;
      right: -24px;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .c-news__txt::before {
          left: 0;
          right: 0; } }
    @media screen and (min-width: 768px) {
      .c-news__txt:hover {
        text-decoration: none; } }
  .c-news__btn {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #18811c;
    font-weight: bold;
    text-align: left;
    cursor: pointer; }
    .c-news__btn span {
      position: relative;
      padding: 0 20px 0 0; }
      .c-news__btn span::after {
        content: '';
        width: 13px;
        height: 6px;
        background: url("../../assets/img/common/icon/icon-arrow-down.svg") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .c-news__btn.close span::after {
      -webkit-transform: translate(0, -50%) rotate(-180deg);
          -ms-transform: translate(0, -50%) rotate(-180deg);
              transform: translate(0, -50%) rotate(-180deg); }
  .c-news--border {
    border-top: none;
    border-radius: 0 0 10px 10px; }

/*
------------------------------------------------------------*/
.c-news02 {
  margin: auto;
  padding: 25px 30px;
  width: 1200px;
  background: #fff;
  border: 2px solid #cb2d19;
  border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-news02 {
      padding: 15px;
      width: calc(100% - 30px); } }
  .c-news02__item:not(:last-child) {
    margin-bottom: 10px; }
  .c-news02__txt {
    color: #cb2d19;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .c-news02__txt {
        font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.c-news03 {
  background: #f2f2ba;
  padding: 15px 24px;
  margin: auto;
  width: 1200px;
  border: 2px solid #cb2d19;
  border-top: none;
  border-radius: 0 0 10px 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-news03 {
      padding: 15px;
      width: 100%; } }
  .c-news03__ttl {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #cb2d19;
    font-size: 1.6rem;
    font-weight: bold; }
    .c-news03__ttl:before {
      width: 24px;
      height: 24px;
      background: url(../../assets/img/common/icon/icon_attention.svg) no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
  .c-news03__item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../../assets/img/common/icon/icon-arrow-circle-green.svg) no-repeat left top 6px;
    background-size: 12px 12px; }
    @media screen and (min-width: 768px) {
      .c-news03__item:hover::before {
        opacity: 1; } }
    .c-news03__item:nth-child(n + 5) {
      display: none; }
  .c-news03__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #007b05;
    font-weight: 500;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    display: inline-block; }
    .c-news03__txt::before {
      content: '';
      position: absolute;
      top: 0;
      left: -24px;
      right: -24px;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .c-news03__txt::before {
          left: 0;
          right: 0; } }
  .c-news03__btn {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #18811c;
    font-weight: bold;
    text-align: left;
    cursor: pointer; }
    .c-news03__btn span {
      position: relative;
      padding: 0 20px 0 0; }
      .c-news03__btn span::after {
        content: '';
        width: 13px;
        height: 6px;
        background: url("../../assets/img/common/icon/icon-arrow-down.svg") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .c-news03__btn.close span::after {
      -webkit-transform: translate(0, -50%) rotate(-180deg);
          -ms-transform: translate(0, -50%) rotate(-180deg);
              transform: translate(0, -50%) rotate(-180deg); }

/*------------------------------------------------------------
faq
------------------------------------------------------------*/
.p-certificate {
  padding: 33px 0 40px; }
  @media screen and (max-width: 767px) {
    .p-certificate {
      padding: 26px 0 45px; } }

/*------------------------------------------------------------
contact-completed
------------------------------------------------------------*/
.p-contactCompleted {
  padding: 40px 0 55px; }
  @media screen and (max-width: 767px) {
    .p-contactCompleted {
      padding: 26px 0 60px; } }
  .p-contactCompleted .c-box3 {
    margin: 0 0 33px; }
    @media screen and (max-width: 767px) {
      .p-contactCompleted .c-box3 {
        margin: 0 0 31px -16px; } }
    .p-contactCompleted .c-box3__cont {
      padding: 73px 0 72px; }
      @media screen and (max-width: 767px) {
        .p-contactCompleted .c-box3__cont {
          padding: 24px 16px 37px; } }

/*------------------------------------------------------------
contact-confirm
------------------------------------------------------------*/
.p-contactConfirm {
  padding: 40px 0 39px; }
  @media screen and (max-width: 767px) {
    .p-contactConfirm {
      padding: 26px 0 35px; } }
  .p-contactConfirm .c-box {
    margin: 0 0 41px; }
    @media screen and (max-width: 767px) {
      .p-contactConfirm .c-box {
        margin: 0 0 34px -16px; } }
    .p-contactConfirm .c-box__inner {
      padding: 37px 41px 40px; }
      @media screen and (max-width: 767px) {
        .p-contactConfirm .c-box__inner {
          padding: 19px 16px 32px; } }
    .p-contactConfirm .c-box .c-title1 {
      padding: 0 0 15px; }
  .p-contactConfirm .c-box6 {
    padding-bottom: 60px;
    margin: 18px 0 -32px; }
    @media screen and (max-width: 767px) {
      .p-contactConfirm .c-box6 {
        margin: 18px 0 -32px -16px; } }

/*------------------------------------------------------------
contact-form
------------------------------------------------------------*/
.p-contactForm {
  padding: 37px 0 44px; }
  @media screen and (max-width: 767px) {
    .p-contactForm {
      padding: 26px 0 32px; } }
  .p-contactForm .c-box__inner {
    padding: 39px 40px 52px; }
    @media screen and (max-width: 767px) {
      .p-contactForm .c-box__inner {
        padding: 19px 16px 44px; } }
  .p-contactForm .c-box .c-title1 {
    padding: 0 0 15px; }
  @media screen and (max-width: 767px) {
    .p-contactForm .c-form__mainttl {
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: 500; } }

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
.p-contact {
  padding: 37px 0 44px; }
  @media screen and (max-width: 767px) {
    .p-contact {
      padding: 26px 0 32px; } }
  .p-contact .c-box3 {
    margin: 0 0 34px; }
    @media screen and (max-width: 767px) {
      .p-contact .c-box3 {
        margin: 0 0 29px -16px; } }
  @media screen and (max-width: 767px) {
    .p-contact .c-form {
      margin: 21px 0 0; } }
  @media screen and (max-width: 767px) {
    .p-contact .c-form__mainttl {
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: 500; } }

/*------------------------------------------------------------
faq
------------------------------------------------------------*/
.p-faq {
  padding: 40px 0 50px; }
  @media screen and (max-width: 767px) {
    .p-faq {
      padding: 26px 0 32px; } }
  .p-faq .c-box__inner {
    padding: 35px 30px 37px; }
    @media screen and (max-width: 767px) {
      .p-faq .c-box__inner {
        padding: 20px 16px; } }
  .p-faq .c-box .c-title1 {
    padding: 0 0 15px; }

/*------------------------------------------------------------
login
------------------------------------------------------------*/
.page-login {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .page-login .p-login__not {
      margin: 20px 0; } }
  .page-login .c-news {
    margin: 10px auto 40px; }
    @media screen and (max-width: 767px) {
      .page-login .c-news {
        margin-bottom: 0; } }
  .page-login .c-news02 {
    margin: -35px auto 30px; }
    @media screen and (max-width: 767px) {
      .page-login .c-news02 {
        margin: 0 auto 25px; } }
  .page-login .p-form {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 768px) {
      .page-login .p-form {
        margin: 0 auto 80px;
        width: 1200px; } }
    @media screen and (max-width: 767px) {
      .page-login .p-form {
        margin-bottom: 60px;
        padding: 0 15px;
        display: block; } }
    .page-login .p-form__box {
      margin: 0 10px 0;
      padding: 30px 58px 65px;
      width: calc(50% - 20px);
      background: #fff;
      border-radius: 30px;
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
      position: relative; }
      @media screen and (max-width: 767px) {
        .page-login .p-form__box {
          margin: 0 0 70px;
          padding: 30px 20px 70px;
          width: 100%; }
          .page-login .p-form__box:last-child {
            margin-bottom: 0; } }
      .page-login .p-form__box .c-btn1 {
        margin-left: -120px;
        width: 240px;
        position: absolute;
        bottom: -30px;
        left: 50%; }
        @media screen and (max-width: 767px) {
          .page-login .p-form__box .c-btn1 {
            max-width: inherit; } }
        .page-login .p-form__box .c-btn1__txt {
          width: 240px;
          cursor: pointer; }
    .page-login .p-form__ttl {
      margin-bottom: 12px;
      padding-bottom: 15px;
      background: url(../../assets/img/common/line.svg) repeat-x center bottom;
      display: block;
      text-align: center;
      font-size: 2.2rem; }
      @media screen and (max-width: 767px) {
        .page-login .p-form__ttl {
          font-size: 2rem;
          text-align: center; } }
    .page-login .p-form__notes {
      margin-bottom: 20px;
      color: #cb2d19;
      font-size: 1.4rem; }
      @media screen and (min-width: 768px) {
        .page-login .p-form__notes {
          letter-spacing: -0.85px; } }
      @media screen and (max-width: 767px) {
        .page-login .p-form__notes {
          text-align: center; } }
    .page-login .p-form__list {
      margin: 0 25px; }
      @media screen and (max-width: 767px) {
        .page-login .p-form__list {
          margin: 0; } }
    .page-login .p-form__dl dt {
      margin-bottom: 5px;
      color: #666;
      font-size: 1.4rem; }
    .page-login .p-form__dl dd input {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 16px;
      width: 72%;
      height: 48px;
      background: #fff;
      border: 1px solid #bbbbbb;
      border-radius: 6px;
      color: #333;
      font-size: 1.6rem;
      line-height: 48px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media screen and (max-width: 767px) {
        .page-login .p-form__dl dd input {
          width: 100%; } }
    .page-login .p-form__dl:not(:last-child) dd {
      margin-bottom: 30px; }
    .page-login .p-form__password {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-login .p-form__password input {
        width: 100% !important; }
      @media screen and (max-width: 767px) {
        .page-login .p-form__password {
          display: block; } }
    .page-login .p-form__field {
      width: 72%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page-login .p-form__field {
          width: 100%; } }
      .page-login .p-form__field .field-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .page-login .p-form__field .field-icon .mdi-eye {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          cursor: pointer; }
          .page-login .p-form__field .field-icon .mdi-eye::before {
            content: '';
            width: 20px;
            height: 20px;
            background: url("../../assets/img/common/icon/icon-visibility.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0; }
        .page-login .p-form__field .field-icon .mdi-eye-off {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; 
          cursor: pointer;}
          .page-login .p-form__field .field-icon .mdi-eye-off::before {
            content: '';
            width: 20px;
            height: 20px;
            background: url("../../assets/img/common/icon/icon-visibility_off.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0; }
    .page-login .p-form .keypad-trigger {
      width: 102px;
      background: url(../../assets/img/common/btn_over.png) no-repeat;
      border: none;
      position: absolute;
      right: -110px;
      top: 0;
      cursor: pointer; }
      .page-login .p-form .keypad-trigger img {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      @media screen and (max-width: 767px) {
        .page-login .p-form .keypad-trigger {
          display: none; } }
      .page-login .p-form .keypad-trigger:hover img {
        opacity: 0; }
    .page-login .p-form__forget {
      margin-top: 10px; }
      .page-login .p-form__forget a {
        color: #007b05;
        font-size: 1.6rem;
        text-decoration: none;
        cursor: pointer; }
    .page-login .p-form__forget02 {
      margin-left: -212px;
      padding: 12px;
      width: 424px;
      background: #333;
      border-radius: 10px;
      position: absolute;
      bottom: -40px;
      left: 50%;
      color: #fff;
      font-size: 1.4rem;
      line-height: 1.7;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .page-login .p-form__forget02 {
          margin-left: 0;
          width: calc(100% - 40px);
          left: 20px;
          bottom: -53px; } }
      .page-login .p-form__forget02.show {
        opacity: 1;
        z-index: 2;
        visibility: visible; }
  .page-login .p-service {
    padding: 10px;
    background: #daed99;
    border-radius: 30px; }
    @media screen and (min-width: 768px) {
      .page-login .p-service {
        margin: 0 auto 45px;
        width: 1180px; } }
    @media screen and (max-width: 767px) {
      .page-login .p-service {
        margin: 0 15px 30px; } }
    .page-login .p-service__in {
      padding: 30px 35px;
      border: 1px dashed #fff;
      border-radius: 24px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page-login .p-service__in {
          padding: 25px 10px; } }
      .page-login .p-service__in:after {
        margin-top: -126px;
        width: 373px;
        height: 253px;
        background: url(../../assets/img/login/img01.png) no-repeat;
        position: absolute;
        top: 50%;
        right: 32px;
        content: ''; }
        @media screen and (max-width: 767px) {
          .page-login .p-service__in:after {
            margin-left: -178px;
            width: 356px;
            height: 241px;
            top: inherit;
            right: inherit;
            bottom: 15px;
            left: 50%;
            background-size: 356px 241px; } }
    .page-login .p-service__ttl {
      margin-bottom: 30px;
      padding: 0 0 0 30px;
      background: url(../../assets/img/common/icon/icon-ttl.svg) no-repeat top 5px left;
      font-size: 2rem; }
      @media screen and (max-width: 767px) {
        .page-login .p-service__ttl {
          background-position: top 3px left;
          font-size: 1.8rem; } }
    .page-login .p-service__txt {
      padding-right: 410px;
      font-size: 1.6rem;
      line-height: 1.875; }
      @media screen and (max-width: 767px) {
        .page-login .p-service__txt {
          padding: 0 0 260px;
          font-size: 1.4rem;
          line-height: 1.7; } }

@media screen and (max-width: 320px) {
  .page-login .p-service__txt {
    padding-bottom: 220px; }
  .page-login .p-service__in:after {
    margin-left: -155px;
    width: 310px;
    height: 210px;
    background-size: 310px 210px; } }

/*------------------------------------------------------------
menu
------------------------------------------------------------*/
.page-menu {
  padding: 0;
  background: #fff; }

.p-menu {
  padding: 81px 0 107px; }
  .p-menu__heading {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.35;
    color: #222222;
    font-weight: bold;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic';
    font-family: 'メイリオ', 'Meiryo'; }
  .p-menu__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 62px 0 0; }
  .p-menu__col {
    text-align: center;
    width: 50%; }
  .p-menu__ttl {
    font-size: 1.6rem;
    line-height: 1.35;
    color: #222222;
    font-weight: bold; }
  .p-menu__list {
    margin: 68px 0 0; }
  .p-menu__item:not(:last-child) {
    margin: 0 0 51px; }
  .p-menu__txt {
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.35;
    color: #18811c;
    font-weight: bold;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic'; }

/*------------------------------------------------------------
seminar-completed
------------------------------------------------------------*/
.p-seminarCompleted {
  padding: 40px 0 55px; }
  @media screen and (max-width: 767px) {
    .p-seminarCompleted {
      padding: 26px 0 35px; } }
  .p-seminarCompleted .c-box3 {
    margin: 0 0 34px; }
    @media screen and (max-width: 767px) {
      .p-seminarCompleted .c-box3 {
        margin: 0 0 29px -16px; } }

/*------------------------------------------------------------
seminar-confirmation
------------------------------------------------------------*/
.p-seminarConfirm {
  padding: 40px 0 39px; }
  @media screen and (max-width: 767px) {
    .p-seminarConfirm {
      padding: 26px 0 34px; } }
  .p-seminarConfirm .c-box {
    margin: 0 0 39px; }
    @media screen and (max-width: 767px) {
      .p-seminarConfirm .c-box {
        margin: 0 0 34px -16px; } }
    .p-seminarConfirm .c-box__inner {
      padding: 37px 41px 52px; }
      @media screen and (max-width: 767px) {
        .p-seminarConfirm .c-box__inner {
          padding: 19px 16px 60px; } }
    .p-seminarConfirm .c-box .c-title1 {
      padding: 0 0 15px; }
  .p-seminarConfirm__box {
    margin: 12px 0 0;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 29px 38px 43px; }
    @media screen and (max-width: 767px) {
      .p-seminarConfirm__box {
        margin: 24px 0 0;
        padding: 23px 16px 22px; } }
    .p-seminarConfirm__box .c-box5 {
      margin: 23px 0 0; }
      @media screen and (max-width: 767px) {
        .p-seminarConfirm__box .c-box5 {
          margin: 25px 0 0; } }
      .p-seminarConfirm__box .c-box5 .c-title1 {
        padding: 0; }
  .p-seminarConfirm__txt {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #222222;
    font-weight: bold; }

/*------------------------------------------------------------
seminar-details
------------------------------------------------------------*/
.p-seminarDetail {
  padding: 30px 0 40px; }
  @media screen and (max-width: 767px) {
    .p-seminarDetail {
      padding: 28px 0 34px; } }
  .p-seminarDetail .c-box {
    margin: 23px 0 39px; }
    @media screen and (max-width: 767px) {
      .p-seminarDetail .c-box {
        margin: 18px 0 34px -16px; } }
    .p-seminarDetail .c-box__inner {
      padding: 29px 17px 41px; }
      @media screen and (max-width: 767px) {
        .p-seminarDetail .c-box__inner {
          padding: 21px 16px 52px; } }

/*------------------------------------------------------------
seminar-list
------------------------------------------------------------*/
.p-seminarList {
  padding: 40px 0 79px; }
  @media screen and (max-width: 767px) {
    .p-seminarList {
      padding: 22px 0 40px; } }
  .p-seminarList .c-box__inner {
    padding: 36px 36px 33px 40px; }
    @media screen and (max-width: 767px) {
      .p-seminarList .c-box__inner {
        padding: 23px 16px 40px; } }
  .p-seminarList .c-box__info {
    margin: 20px 0 0; }
    @media screen and (max-width: 767px) {
      .p-seminarList .c-box__info {
        margin: 16px 0 0; } }
  .p-seminarList .c-box .c-title1 {
    padding: 0 0 15px; }
/*------------------------------------------------------------
limit-confirmation
------------------------------------------------------------*/
.p-limitConfirm {
  padding: 40px 0 39px; }
  @media screen and (max-width: 767px) {
    .p-limitConfirm {
      padding: 26px 0 34px; } }
  .p-limitConfirm .c-box {
    margin: 0 0 39px; }
    @media screen and (max-width: 767px) {
      .p-limitConfirm .c-box {
        margin: 0 0 34px -16px; } }
    .p-limitConfirm .c-box__inner {
      margin-bottom: -15px;
      padding: 37px 41px 52px; }
      @media screen and (max-width: 767px) {
        .p-limitConfirm .c-box__inner {
          padding: 19px 16px 30px; } }
    .p-limitConfirm .c-box .c-title1 {
      padding: 0 0 15px; }
  .p-limitConfirm__box {
    margin: 12px 0 0;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 29px 38px 43px; }
    @media screen and (max-width: 767px) {
      .p-limitConfirm__box {
        margin: 24px 0 0;
        padding: 23px 16px 22px; } }
    .p-limitConfirm__box .c-box5 {
      margin: 23px 0 0; }
      @media screen and (max-width: 767px) {
        .p-limitConfirm__box .c-box5 {
          margin: 25px 0 0; } }
      .p-limitConfirm__box .c-box5 .c-title1 {
        padding: 0; }
  .p-limitConfirm__txt {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #222222;
    font-weight: bold; }
/*------------------------------------------------------------
top_login_after
------------------------------------------------------------*/
.page-top_login_after {
  padding-top: 146px; }
  @media screen and (max-width: 767px) {
    .page-top_login_after {
      padding-top: 69px; } }

.p-topAfter {
  padding: 0px 0 48px; }
  @media screen and (max-width: 767px) {
    .p-topAfter {
      padding: 0 0 44px; } }
  .p-topAfter .c-news {
    position: relative;
    top: 0px;
    border: 2px solid #cb2d19;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .p-topAfter .c-news {
        top: -20px; } }

/*
------------------------------------------------------------*/
.p-topInfo {
  padding: 18px 60px;
  background: #f2f2ba;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .p-topInfo {
      padding: 15px;
      font-size: 1.4rem; } }

.p-topAfter1 {
  margin: 34px 0 36px; }
  @media screen and (max-width: 767px) {
    .p-topAfter1 {
      margin: 12px 0 32px; } }
  .p-topAfter1__box {
    background: #ffffff;
    padding: 25px 0 7px; }
    @media screen and (max-width: 767px) {
      .p-topAfter1__box {
        margin: 17px 0 0;
        padding: 25px 0; } }
  .p-topAfter1__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-topAfter1__inner .c-list1 {
      width: 100%; }//R5対応
      @media screen and (max-width: 767px) {
        .p-topAfter1__inner .c-list1 {
          width: 100%; } }
  .p-topAfter1__detail {
    width: 385px;
    padding: 14px 0 0 31px; }
    @media screen and (max-width: 767px) {
      .p-topAfter1__detail {
        width: 100%;
        padding: 0;
        margin: 0 0 18px; } }
  .p-topAfter1__txt {
    font-size: 1.4rem;
    line-height: 1.65;
    color: #333333;
    margin: 24px 0 20px; }
    @media screen and (max-width: 767px) {
      .p-topAfter1__txt {
        line-height: 1.6;
        margin: 15px 0 12px; } }
  .p-topAfter1 .c-tag__item {
    background: none; }
  .p-topAfter1 .c-tag__txt {
    background: #ebebeb;
    border-radius: 6px;
    display: inline-block; }

.p-topAfter3 {
  margin: 38px 0; }
  @media screen and (max-width: 767px) {
    .p-topAfter3 {
      margin: 32px 0 34px; } }

@media screen and (min-width: 768px) {
  .p-topAfter4 .c-btn3__txt:hover {
    background: #348b0b;
    opacity: 1; } }

.p-topAfter5 {
  margin: 18px 0 0; }

/*------------------------------------------------------------
top_login_before
------------------------------------------------------------*/
.page-top_login_before {
  padding-top: 0; }
  .page-top_login_before .c-header {
    background: transparent;
    position: absolute; }
  .page-top_login_before .l-mv__lead {
    font-weight: 400; }
  .page-top_login_before .l-mv__ttl img {
    width: 356px; }

/*
------------------------------------------------------------*/
.p-topBefore1 {
  margin-bottom: 61px; }
  @media screen and (max-width: 767px) {
    .p-topBefore1 {
      margin-bottom: 50px;
      padding: 0 16px; } }
  .p-topBefore1__comingsoon {
    margin: 148px 0 0;
    padding-top: 53px;
    background: url("../../assets/img/top_login_before/bg01.png") no-repeat center bottom; }
    @media screen and (max-width: 767px) {
      .p-topBefore1__comingsoon {
        margin-top: 35px;
        padding-top: 40px;
        background-position: top center;
        background-size: contain; } }
  .p-topBefore1__ttl {
    margin-bottom: 17px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-topBefore1__ttl {
        margin: 0 0 23px;
        font-size: 1.8rem;
        line-height: 1.6; } }
    .p-topBefore1__ttl span {
      position: absolute;
      top: -52px;
      left: 112px;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg); }
      @media screen and (max-width: 767px) {
        .p-topBefore1__ttl span {
          top: -38px;
          left: 0;
          font-size: 2.9rem;
          -webkit-transform: rotate(-5deg);
              -ms-transform: rotate(-5deg);
                  transform: rotate(-5deg); } }
  .p-topBefore1__txt {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.88;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .p-topBefore1__txt {
        max-width: 220px;
        margin: auto;
        font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.p-topBefore2 {
  margin-bottom: 84px; }
  @media screen and (max-width: 767px) {
    .p-topBefore2 {
      margin-bottom: 28px;
      padding: 0 16px; } }
  .p-topBefore2 .c-box7__inner {
    margin: -148px 0 0;
    padding: 176px 75px 66px; }
    @media screen and (max-width: 767px) {
      .p-topBefore2 .c-box7__inner {
        margin: -46px 0 0;
        padding: 75px 16px 37px; } }
  .p-topBefore2 .c-box7 .c-title3 {
    margin: 0 0 0 83px;
    letter-spacing: 3.5px; }
    @media screen and (max-width: 767px) {
      .p-topBefore2 .c-box7 .c-title3 {
        margin: 0;
        text-align: center;
        letter-spacing: 3px; } }
  .p-topBefore2__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .p-topBefore2__list {
        display: block; } }
  .p-topBefore2__item {
    font-weight: bold;
    text-align: center;
    line-height: 1.7; }
    @media screen and (min-width: 768px) {
      .p-topBefore2__item {
        position: absolute;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .p-topBefore2__item {
        font-size: 1.6rem;
        line-height: 1.6; } }
    .p-topBefore2__item--01 {
      background: url("../../assets/img/top_login_before/bg02.png") no-repeat center; }
      @media screen and (min-width: 768px) {
        .p-topBefore2__item--01 {
          padding: 80px 0 0 40px;
          width: 396px;
          height: 230px;
          top: -28px;
          left: -21px; } }
      @media screen and (max-width: 767px) {
        .p-topBefore2__item--01 {
          padding: 66px 0;
          background-size: contain; } }
    .p-topBefore2__item--02 {
      background: url("../../assets/img/top_login_before/bg03.png") no-repeat center; }
      @media screen and (min-width: 768px) {
        .p-topBefore2__item--02 {
          padding: 84px 0 0 40px;
          width: 323px;
          height: 298px;
          top: -119px;
          left: 363px; } }
      @media screen and (max-width: 767px) {
        .p-topBefore2__item--02 {
          margin-top: -15px;
          padding: 73px 0px 77px;
          background: url("../../assets/img/top_login_before/bg03_sp.png") no-repeat center;
          background-size: contain; } }
    .p-topBefore2__item--03 {
      background: url("../../assets/img/top_login_before/bg04.png") no-repeat center; }
      @media screen and (min-width: 768px) {
        .p-topBefore2__item--03 {
          padding: 103px 30px 0 0px;
          width: 340px;
          height: 252px;
          top: -70px;
          left: 729px; } }
      @media screen and (max-width: 767px) {
        .p-topBefore2__item--03 {
          margin-top: -15px;
          padding: 50px 0 82px;
          background: url("../../assets/img/top_login_before/bg04_sp.png") no-repeat center;
          background-size: contain; } }
  .p-topBefore2__image {
    margin: 164px 0 58px 54px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-topBefore2__image {
        margin: -30px 0 32px;
        text-align: center; } }
  .p-topBefore2__dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .p-topBefore2__dl {
        display: block;
        padding: 0 5px; } }
    .p-topBefore2__dl dt {
      margin-right: 50px;
      padding-left: 6px;
      width: 450px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .p-topBefore2__dl dt {
          width: 100%;
          margin: 0 0 28px;
          padding: 0;
          font-size: 2rem;
          line-height: 1.6; } }
    .p-topBefore2__dl dd {
      width: calc(100% - 500px);
      font-size: 1.8rem;
      line-height: 1.9;
      font-weight: 500;
      margin: 5px 0 0; }
      @media screen and (max-width: 767px) {
        .p-topBefore2__dl dd {
          width: 100%;
          font-size: 1.4rem;
          line-height: 1.72; } }

/*
------------------------------------------------------------*/
.p-topBefore3 {
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .p-topBefore3 {
      margin-bottom: 66px; } }
  .p-topBefore3__ttl {
    margin-bottom: 9px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.88; }
    @media screen and (max-width: 767px) {
      .p-topBefore3__ttl {
        margin-bottom: 20px; } }
  .p-topBefore3__box {
    margin: 0 auto 39px;
    padding: 7px 8px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px; }
    @media screen and (min-width: 768px) {
      .p-topBefore3__box {
        width: 977px; } }
    @media screen and (max-width: 767px) {
      .p-topBefore3__box {
        padding: 9px 9px 0;
        margin: 0 auto 43px; } }
    .p-topBefore3__box p {
      font-size: 1.5rem;
      line-height: 1.75;
      font-weight: 500; }
  .p-topBefore3__scroll {
    padding: 10px 16px;
    height: 154px;
    overflow-y: scroll; }
    @media screen and (max-width: 767px) {
      .p-topBefore3__scroll {
        height: 310px;
        padding: 8px 11px; } }
    .p-topBefore3__scroll::-webkit-scrollbar {
      width: 7px; }
    .p-topBefore3__scroll::-webkit-scrollbar-thumb {
      background: #c9c9c9;
      border-radius: 10px; }
    .p-topBefore3__scroll::-webkit-scrollbar-track {
      background: #fff;
      border-radius: 10px; }
  .p-topBefore3 .p-entry {
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-topBefore3 .p-entry {
        margin-bottom: 50px;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .p-topBefore3 .p-entry__txt {
      margin: 0 0 22px 41px;
      position: relative;
      display: inline-block;
      font-size: 2.2rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .p-topBefore3 .p-entry__txt {
          margin: 0 0 42px;
          padding-left: 100px;
          font-size: 2rem;
          line-height: 1.6; } }
    .p-topBefore3 .p-entry__minute {
      margin-top: -40px;
      padding: 21px 0 23px;
      width: 124px;
      background: url("../../assets/img/top_login_before/bg05.png") no-repeat top center;
      position: absolute !important;
      left: -127px;
      font-size: 1.8rem;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .p-topBefore3 .p-entry__minute {
          margin-top: 30px;
          padding: 25px 0px;
          background-size: 104px 79px;
          bottom: auto;
          left: -15px;
          font-size: 1rem;
          line-height: 1;
          text-align: center;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          .p-topBefore3 .p-entry__minute span {
            margin: 0 2px;
            font-size: 3rem;
            line-height: 1;
            vertical-align: middle; } }
    @media screen and (min-width: 768px) {
      .p-topBefore3 .p-entry .c-btn1 {
        width: 512px; }
        .p-topBefore3 .p-entry .c-btn1__txt {
          font-size: 2.5rem;
          padding: 21.5px 30px; }
          .p-topBefore3 .p-entry .c-btn1__txt:after {
            width: 13px;
            height: 28px;
            right: 22px; } }
  @media screen and (min-width: 768px) {
    .p-topBefore3 .c-link a {
      font-size: 1.8rem; } }
  .p-topBefore3 .c-checkbox {
    margin-bottom: 65px; }
    @media screen and (max-width: 767px) {
      .p-topBefore3 .c-checkbox {
        margin-bottom: 44px; } }

/*------------------------------------------------------------
transaction detail
------------------------------------------------------------*/
.p-transactiondt {
  padding: 0 0 52px; }
  @media screen and (max-width: 767px) {
    .p-transactiondt {
      padding: 0 0 32px; } }
  .p-transactiondt__inner {
    background: #ffffff;
    border-radius: 30px;
    margin: 33px 0 39px;
    padding: 37px 36px 45px; }
    @media screen and (max-width: 767px) {
      .p-transactiondt__inner {
        width: calc(100% + 32px);
        margin: 30px 0 30px -16px;
        border-radius: 0;
        padding: 15px 16px 26px; } }
  .p-transactiondt__box {
    background: #f7f7f7;
    margin: 20px 0 0;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 0 24px 0; }
    @media screen and (max-width: 767px) {
      .p-transactiondt__box {
        margin: 13px 0 0;
        padding: 0 23px;
        border: none; } }
    .p-transactiondt__box1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 30px 0px 25px 17px;
      border-bottom: 3px solid #eaeaea; }
      @media screen and (max-width: 767px) {
        .p-transactiondt__box1 {
          padding: 18px 0 25px; } }
    .p-transactiondt__box2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 25px 0 10px 14px; }
      @media screen and (max-width: 767px) {
        .p-transactiondt__box2 {
          padding: 27px 0 20px; } }
  .p-transactiondt__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% - 288px); }
    @media screen and (max-width: 767px) {
      .p-transactiondt__txt {
        width: 100%; } }
    .p-transactiondt__txt p {
      width: 205px; }
      @media screen and (max-width: 767px) {
        .p-transactiondt__txt p {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media screen and (max-width: 767px) {
        .p-transactiondt__txt p:not(:last-child) {
          margin: 0 0 16px; } }
    .p-transactiondt__txt1 {
      display: block;
      color: #666666;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        .p-transactiondt__txt1 {
          width: 120px;
          font-size: 1.2rem;
          margin: 2px 0 0; } }
    .p-transactiondt__txt2 {
      display: block;
      color: #333333;
      font-size: 1.6rem;
      font-weight: 500;
      margin: 6px 0 0; }
      @media screen and (max-width: 767px) {
        .p-transactiondt__txt2 {
          width: calc(100% - 132px);
          font-size: 1.4rem;
          margin: 0; } }
  .p-transactiondt__table {
    width: calc(100% - 288px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .p-transactiondt__table {
        width: 100%; } }
    .p-transactiondt__table table {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .p-transactiondt__table table {
          width: 100%;
          margin: 0 0 17px; } }
      @media screen and (max-width: 767px) {
        .p-transactiondt__table table tr {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      @media screen and (max-width: 767px) {
        .p-transactiondt__table table tr:not(:last-child) {
          margin: 0 0 21px; } }
      .p-transactiondt__table table th,
      .p-transactiondt__table table td {
        text-align: left;
        padding-bottom: 28px;
        vertical-align: top; }
        @media screen and (max-width: 767px) {
          .p-transactiondt__table table th,
          .p-transactiondt__table table td {
            padding: 0;
            display: block; } }
      .p-transactiondt__table table th {
        font-size: 1.4rem;
        color: #666666;
        width: 112px;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .p-transactiondt__table table th {
            width: 130px;
            font-size: 1.2rem;
            margin: 2px 0 0; } }
      .p-transactiondt__table table td {
        font-size: 1.6rem;
        color: #333333;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .p-transactiondt__table table td {
            width: calc(100% - 130px);
            font-size: 1.4rem; } }
  .p-transactiondt .c-btn2,
  .p-transactiondt .c-select2 {
    width: 266px; }
    @media screen and (max-width: 767px) {
      .p-transactiondt .c-btn2,
      .p-transactiondt .c-select2 {
        width: 100%;
        max-width: 266px;
        margin: 26px auto 0; } }
  @media screen and (max-width: 767px) {
    .p-transactiondt .c-btn2__txt::before {
      content: '';
      width: 14px;
      height: 17px;
      background: url("../../assets/img/common/icon/icon-download.svg") no-repeat center;
      background-size: cover;
      left: 15px; } }
  @media screen and (max-width: 767px) {
    .p-transactiondt .c-select2 {
      margin: 4px auto 0; } }

/*------------------------------------------------------------
transaction
------------------------------------------------------------*/
.p-transaction {
  padding: 37px 0 44px; }
  @media screen and (max-width: 767px) {
    .p-transaction {
      padding: 26px 0 32px; } }
  .p-transaction .c-box__inner {
    padding: 37px 36px 30px; }
    @media screen and (max-width: 767px) {
      .p-transaction .c-box__inner {
        padding: 16px 16px 4px; } }
  .p-transaction .c-box__info {
    margin: 6px 0 0; }
    @media screen and (max-width: 767px) {
      .p-transaction .c-box__info {
        margin: 12px 0 0; } }
  .p-transaction .c-box .c-title1 {
    padding: 0 0 15px; }
  .p-transaction .c-box .c-title2 {
    margin: 20px 4px 0; }
    @media screen and (max-width: 767px) {
      .p-transaction .c-box .c-title2 {
        margin: 15px 1px 0; } }

.u-box {
  background: #fff;
  border-radius: 30px; }


/*------------------------------------------------------------
add
------------------------------------------------------------*/
.is-debug1 {
  border: 1px solid #F00;
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  .is-debug1__btn {
    background-color: #FCC;
    margin-left: 15px;
    padding: 5px;
    cursor: pointer; }

/*
------------------------------------------------------------*/
.c-checkbox input[type='checkbox'] {
  width: 20px;
  height: 20px; }

/*
------------------------------------------------------------*/
.is-hidden {
  display: none !important; }

.is-off {
  background-color: rgba(239, 239, 239, 0.3) !important;
  border: 1px solid rgba(118, 118, 118, 0.3) !important;
  pointer-events: none; }

.c-checkbox input[type='checkbox'].is-off + label {
  cursor: default; }
  .c-checkbox input[type='checkbox'].is-off + label:before {
    border: 2px solid rgba(118, 118, 118, 0.3) !important; }

.errorarea + label.error {
  margin-top: 9px;
  display: block; }

/*------------------------------------------------------------*/
.page-contact .l-form-password1 {
  width: 70%;
  margin-bottom: 18px; }
  @media screen and (max-width: 767px) {
    .page-contact .l-form-password1 {
      width: 100%; } }

.page-contact .is-keypad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.page-contact .keypad-popup {
  left: 40% !important; }

.page-contact .keypad-trigger {
  width: 102px;
  background: url(../../assets/img/common/btn_over.png) no-repeat;
  border: none;
  position: absolute;
  right: -120px;
  top: 0;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .page-contact .keypad-trigger {
      display: none; } }
  .page-contact .keypad-trigger img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .page-contact .keypad-trigger:hover img {
    opacity: 0.8; }

/*------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .form-w224_LimitedMenuRequest .p-block1 .c-checkbox {
    width: auto !important; } }

@media screen and (max-width: 767px) {
  .form-w224_LimitedMenuRequest .p-block1 .c-table__note {
    white-space: normal !important;
    display: block;
    margin-top: 5px; } }

/*------------------------------------------------------------*/
.is-toggle-pass-single {
  position: relative; }
  .is-toggle-pass-single .field-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .is-toggle-pass-single .field-icon .mdi-eye {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; 
      cursor: pointer;}
      .is-toggle-pass-single .field-icon .mdi-eye:before {
        content: '';
        width: 20px;
        height: 20px;
        background: url("../../assets/img/common/icon/icon-visibility.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0; }
    .is-toggle-pass-single .field-icon .mdi-eye-off {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; 
      cursor: pointer;}
      .is-toggle-pass-single .field-icon .mdi-eye-off:before {
        content: '';
        width: 20px;
        height: 20px;
        background: url("../../assets/img/common/icon/icon-visibility_off.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0; }

/*------------------------------------------------------------*/
.is-toggle-pass-text {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 50px; }
  .is-toggle-pass-text label {
    cursor: default; }
  .is-toggle-pass-text.is-hide .is-toggle-pass-text__icon {
    background: url("../../assets/img/common/icon/icon-visibility.svg") no-repeat center;
    background-size: contain; }
  .is-toggle-pass-text__icon {
    display: block;
    background: url("../../assets/img/common/icon/icon-visibility_off.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 0px; }

/*------------------------------------------------------------*/
.page-seminar-confirmation .is-toggle-pass-single {
  position: relative; }
  .page-seminar-confirmation .is-toggle-pass-single input {
    font-size: 1.8rem;
    line-height: 1.7;
    color: #333333;
    font-weight: 500;
    background-color: transparent; }

/*------------------------------------------------------------*/
.l-businessform1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .l-businessform1 {
      display: block; } }
  .l-businessform1__select {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .l-businessform1__select {
        width: 100%; } }

/*------------------------------------------------------------*/
.l-zip1 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .l-zip1__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .l-zip1__item:nth-child(2):before {
      content: "";
      display: block;
      margin: 0 10px;
      background-color: #666;
      width: 10px;
      height: 1px; }
      @media screen and (max-width: 767px) {
        .l-zip1__item:nth-child(2):before {
          width: 5px;
          margin: 0 5px; } }
    .l-zip1__item input {
      width: 160px; }
      @media screen and (max-width: 767px) {
        .l-zip1__item input {
          width: 100%; } }

/*------------------------------------------------------------*/
.l-form-selectblock {
  margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .l-form-selectblock {
      width: 100%; } }
  .l-form-selectblock select {
    width: 328px; }
    @media screen and (max-width: 767px) {
      .l-form-selectblock select {
        width: 100%; } }

/*------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-form-prevrear1 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .l-form-prevrear1 .c-form__subbox {
    width: 100% !important;
    margin-left: 0px !important; } }

@media screen and (max-width: 767px) {
  .l-form-prevrear1 .c-form__ttl.is-no-text {
    min-height: auto; } }

/*------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-form-checkblock .c-listOption {
    display: block; } }

@media screen and (max-width: 767px) {
  .l-form-checkblock .c-listOption .c-checkbox {
    width: 100% !important;
    margin-left: 0 !important; } }

/*------------------------------------------------------------*/
.is-inputhidden {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute; }

/*------------------------------------------------------------*/
.c-output1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #666; }

.c-output2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
  line-height: 48px; }

/*------------------------------------------------------------*/
.c-title20 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #BBB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0 0 8px 0;
  margin-bottom: 15px; }
  .c-title20:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../img/common/icon/icon-dots.svg") 0 0 no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-4px) translateY(1px);
        -ms-transform: translateX(-4px) translateY(1px);
            transform: translateX(-4px) translateY(1px); }

.c-title21 {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #BBB;
  padding-bottom: 10px;
  margin-bottom: 15px; }

/*------------------------------------------------------------*/
.is-fixed1 {
  height: 100vh;
  overflow-y: hidden; }

.c-modal1-wrap {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-modal1-wrap__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }

.c-modal1 {
  padding: 22px 42px 30px 42px;
  border-radius: 15px;
  background-color: #FFF;
  z-index: 8010;
  width: 550px; }
  @media screen and (max-width: 767px) {
    .c-modal1 {
      width: 90%;
      padding: 11px 21px 15px 21px; } }
  .c-modal1__text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-modal1__text {
        font-size: 1.2rem; } }
  .c-modal1__head {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-modal1__block {
    width: 48%; }
  .c-modal1__title {
    font-size: 1.2rem;
    line-height: 1; }
  .c-modal1__input {
    margin-top: 8px; }
    .c-modal1__input .c-select select {
      padding-top: 12px;
      padding-bottom: 12px; }
    .c-modal1__input .c-form__input {
      margin-top: 0;
      position: relative; }
      .c-modal1__input .c-form__input:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background: url("../../assets/img/common/icon/icon-search.svg") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 39%;
        right: 14px; }
      .c-modal1__input .c-form__input input {
        padding-top: 12px;
        padding-right: 30px;
        padding-bottom: 12px;
        height: 42px; }
  .c-modal1__body {
    margin-top: 25px;
    height: 30vh;
    overflow-y: scroll;
    padding-right: 15px; }
  .c-modal1__check {
    border-bottom: 1px solid #BBB;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .c-modal1__check:last-child {
      margin-bottom: 25px; }
  .c-modal1__btn {
    margin-top: 25px;
    text-align: center; }
    .c-modal1__btn__inner {
      cursor: pointer;
      display: inline-block; }
    .c-modal1__btn .c-btn1 {
      margin: 0 auto;
      width: 180px;
      font-size: 1.4rem; }
      .c-modal1__btn .c-btn1 button {
        padding: 10px 0; }

/*------------------------------------------------------------*/
p.indent-1 {
padding-left:1em;
text-indent:-1em;
}
p.indent-2 {
padding-left:2em;
text-indent:-2em;
}
p.indent-3 {
padding-left:1em;
text-indent:1em;
}
p.pcut {
margin:0;
}

/*------------------------------------------------------------*/
.warning-txt{
	font-size: 1.5rem; 
	color:red; 
	font-weight:bold;}
@media screen and (max-width: 767px) {
	.warning-txt {font-size: 1.2rem;} 
}

/*------------------------------------------------------------*/
.frequent_question{
	display: block; 
	padding-top: 150px; 
	margin-top: -150px;
}
@media screen and (max-width:767px){
	.frequent_question{
		display: block; 
		padding-top: 65px; 
		margin-top: -65px;
	}
}
/*----------R5メガメニュー対応追加開始------------------------*/
.c-tag__item_menu {margin:auto; display:flex; }
.c-tag__item_menu_first {margin:auto 2px auto auto; }
.c-tag__item_menu_last {margin:auto auto auto 2px; }

.c-tag__item_menu .kokumin {border-radius: 6px;background: #FAEDCA;}
.c-tag__item_menu .nourin  {border-radius: 6px;background: #D0EEDD;}
.c-tag__item_menu .chushou {border-radius: 6px;background: #FAE8E8;}
.c-tag__item_menu .all {border-radius: 6px;background: #EBEBEB;}
/*----------R5メガメニュー対応追加終了------------------------*/
.errormessage{
	font-size: 1.4rem;
	color: red;
	border: solid 2px red;
	display: none; 
}
/*------------------------------------------------------------
TOPB改修対応 Start
------------------------------------------------------------*/
/*PC版*/
@media screen and (min-width: 768px) {
  .topb_header_text{
      text-align: center;
      font-size: 4rem;
      font-weight: 700;
      padding-bottom: 48px;
      letter-spacing:5px;
  }
}

/*SP版*/
@media screen and (max-width: 767px) {
  .topb_header_text{
      font-size: 2rem;
      font-weight: 700;
      padding-bottom: 0;
      margin: 0 0px 16px 0px;
      letter-spacing:2px;
  }
}
/*PC版*/
@media screen and (min-width: 768px) {
  .topb_List1header_text{
      text-align: center;
      font-size: 4rem;
      font-weight: 700;
      padding-top: 56px;
      padding-bottom: 48px;
      letter-spacing:5px;
  }
}

/*SP版*/
@media screen and (max-width: 767px) {
  .topb_List1header_text{
      font-size: 2rem;
      font-weight: 700;
      padding-bottom: 0;
      margin:56px 0px 16px 0px;
      letter-spacing:2px;
  }
}
/*PC版*/
@media screen and (min-width: 768px) {
  .topb_List1header_web_text{
      text-align: center;
      font-size: 4rem;
      font-weight: 700;
      padding-top: 56px;
      padding-bottom: 48px;
      letter-spacing:5px;
  }
}

/*SP版*/
@media screen and (max-width: 767px) {
  .topb_List1header_web_text{
      font-size: 2rem;
      font-weight: 700;
      padding-bottom: 0;
      margin:56px 0px 24px 0px;
      letter-spacing:2px;
  }
}
.l-container__topb {
  width: 1069px;
  margin: 0 auto 0px; }
  @media screen and (max-width: 767px) {
    .l-container__topb {
      margin: 0 auto 0px;
      width: 100%;
      padding: 0 16px 0px; 
    } 
}
/*------------------------------------------------------------
pointList1
------------------------------------------------------------*/
.c-pointList1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.c-pointList1__item {
  width: calc((100% - 66px) / 3);
  background: #fff;
  border: 2px solid #d8d8d8;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 32px 32px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
  .c-pointList1__item {
      width: 100%;
      margin: 0 0 24px; } }
  .c-pointList1__item:nth-child(3n + 1) {
  margin: 0 0 32px; }
  @media screen and (max-width: 767px) {
      .c-pointList1__item:nth-child(3n + 1) {
      margin: 0 0 24px; } }
  @media screen and (max-width: 767px) {
  .c-pointList1__item:last-child {
      margin: 0; } }
.c-pointList1__ttl {
  min-height: 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3ba808;
  font-size: 1.8rem;
  line-height: 1.35;
  color: white;
  font-weight: bold;
  position: relative;
  padding: 6.5px 50px 6.5px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
  .c-pointList1__ttl {
      font-size: 1.6rem;
      line-height: 1.4;
      padding: 6px 40px 7px 15px; } }
.c-pointList1__info {
  padding: 24px 23px 0; }
  @media screen and (max-width: 767px) {
  .c-pointList1__info {
    padding: 24px 14px 24px 14px;
    display: flex; 
    flex-wrap: column;} }
.c-pointList1__txt {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #333333; }
  @media screen and (max-width: 767px) {
  .c-pointList1__txt {
      line-height: 1.6; } }
  .c-pointList1__txt::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.c-pointList1_figure {
  height: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pointList1_info__sub {
    order: 2;
    } }
@media screen and (max-width: 767px) {
.c-pointList1_figure {
  height: 45px;
  text-align: center;
  } }
.c-pointList1_img {
  height: 100%;
}
@media screen and (max-width: 767px) {
.c-pointList1_img {
  height: 100%;
  } }
@media screen and (max-width: 767px){
  .br-cp {display: none; }
  }
.c-pointList1__info__txt {
  font-size: 1.8rem;
  margin: 24px 0px 32px 0px;
  }
  @media screen and (max-width: 767px) {
  .c-pointList1__info__txt {
      font-size: 1.4rem;
      order: 1;
      margin: auto auto auto 0;} }
/*------------------------------------------------------------
serviceList1
------------------------------------------------------------*/
.c-serviceList1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-serviceList1__item {
    width: calc((100% - 66px) / 3);
    background: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 32px 32px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .c-serviceList1__item {
        width: 100%;
        margin: 0 0 16px; } }
    .c-serviceList1__item:nth-child(3n + 1) {
      margin: 0 0 32px; }
      @media screen and (max-width: 767px) {
        .c-serviceList1__item:nth-child(3n + 1) {
          margin: 0 0 16px; } }
    @media screen and (max-width: 767px) {
      .c-serviceList1__item:last-child {
        margin: 0; } }

  .c-serviceList1__ttl {
    min-height: 61px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f0f8ec;
    font-size: 1.8rem;
    line-height: 1.35;
    color: #18811c;
    font-weight: bold;
    position: relative;
    padding: 6.5px 50px 6.5px 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .c-serviceList1__ttl {
        min-height: 47px;
        height: 58px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 6px 40px 7px 15px; } }

      @media screen and (max-width: 767px) {
        .c-serviceList1__ttl::after {
          content: '';
          width: 22px;
          height: 22px;
          background: url("../../assets/img/common/icon/icon-arrow-circle-green.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          top: 50%;
          right: 15px;
          position: absolute;
          -webkit-transform: translate(0, -50%) rotate(-90deg);
              -ms-transform: translate(0, -50%) rotate(-90deg);
                  transform: translate(0, -50%) rotate(-90deg); } }
  .c-serviceList1__info {
    display: block;
    padding: 32px 23px 32px 23px; }
    @media screen and (max-width: 767px) {
      .c-serviceList1__info {
        display: block;
        padding: 16px 15px 16px 16px; } }
  .c-serviceList1__txt {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.65;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .c-serviceList1__txt {
        line-height: 1.6; } }
    .c-serviceList1__txt::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

      @media screen and (max-width: 767px) {
        .c-serviceList1__ttl.ttlClose::after {
          -webkit-transform: translate(0, -50%) rotate(-270deg);
          -ms-transform: translate(0, -50%) rotate(-270deg);
          transform: translate(0, -50%) rotate(-270deg);
        
      }}
.c-serviceList1__info__txt {
  font-size: 1.8rem;
  margin: 0px 0px 0px 0px;
  color: rgba(51, 51, 51, 1);
  }
  @media screen and (max-width: 767px) {
  .c-serviceList1__info__txt {
      font-size: 1.4rem;
      margin: 0;
      } }
.c-topb_title1__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -7px 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #222222;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-topb_title1__txt {
      font-size: 1.5rem;
      margin: -3px 0 0;
      text-align: center; } }
.c-serviceList1__img{
  height: 30px;
  margin: 0px 8px 0px 0px;
}
.l-container__height{
  height: 625px;
}
@media screen and (max-width: 767px) {
  .l-container__height{
     height: 70%;
  }
}
.c-video {
  width: 100%;
  height: 100%;;
  position: absolute;
  top: 0px;
  left: 0px;
}
.c-video_variable{
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 760px;
  padding-top: 39.99%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-video_variable{
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: auto;
    display: block;
      }
  }
/*------------------------------------------------------------
topbBtn
------------------------------------------------------------*/
.c-topb_btn1 {
  width: 361px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-topb_btn1 {
      width: 100%;
      max-width: 300px; } }
  .c-topb_btn1__txt,
  .c-topb_btn1 button {
    width: 100%;
    background: #3ba808;
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    padding: 19px 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .c-topb_btn1__txt,
      .c-topb_btn1 button {
        font-size: 1.6rem;
        padding: 16px 30px; } }
    .c-topb_btn1__txt::after,
    .c-topb_btn1 button::after {
      content: '';
      width: 14px;
      height: 14px;
      background: url("../../assets/img/common/icon/icon-window.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 17px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .c-topb_btn1__txt::after,
        .c-topb_btn1 button::after {
          width: 14px;
          height: 14px;
          right: 16px; } }
    @media screen and (min-width: 768px) {
      .c-topb_btn1__txt:hover,
      .c-topb_btn1 button:hover {
        background: #348b0b;
        opacity: 1; } }
.c-topb_btn2__txt,
.c-topb_btn2 button {
  width: 100%;
  background: #3ba808;
  display: block;
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  padding: 19px 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .c-topb_btn2__txt,
    .c-topb_btn2 button {
      font-size: 1.6rem;
      padding: 16px 30px; } }
  .c-topb_btn2__txt::after,
  .c-topb_btn2 button::after {
    content: '';
    width: 8px;
    height: 18px;
    background: url("../../assets/img/common/icon/icon-arrow-right.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg); }
    @media screen and (max-width: 767px) {
      .c-topb_btn2__txt::after,
      .c-topb_btn2 button::after {
        width: 7px;
        height: 14px;
        right: 16px; } }
  @media screen and (min-width: 768px) {
    .c-topb_btn2__txt:hover,
    .c-topb_btn2 button:hover {
      background: #348b0b;
      opacity: 1; } }
.c-topb_box__inner {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 4px;
  background: #fff;
  border-radius: 30px;
  padding: 35px 30px 28px; }
  @media screen and (max-width: 767px) {
    .c-topb_box__inner {
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
      margin: 4px;
      padding: 19px 16px 24px; } }
.c-topb_box__inner + .c-topb_btn1 {
  margin: -31px auto 0; }
  @media screen and (max-width: 767px) {
    .c-topb_box__inner + .c-topb_btn1 {
      margin: -28px auto 0; } }
.c-webSiteList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.c-webSiteList__item {
  width: calc((100% - 70px) / 2);

  margin: 0 0 20px 64px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
  .c-webSiteList__item {
      width: 100%;
      margin: 0 0 16px; } }
  .c-webSiteList__item:nth-child(3n + 1) {
  margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
      .c-webSiteList__item:nth-child(3n + 1) {
        margin: 0 10px 32px; } }
  @media screen and (max-width: 767px) {
  .c-webSiteList__item:last-child {
    margin: 0 10px 56px 10px; } }
.c-topb_box__inner__app{
  display: flex;
  height: 166px;
}
  @media screen and (max-width: 767px) {
    .c-topb_box__inner__app{
      display: flex;
      height: 132px;
    } }
.c-topb_box__inner__web{
      display: flex;
      height: 166px;
    }
@media screen and (max-width: 767px) {
    .c-topb_box__inner__web{
          display: flex;
          height: 106px;
        } }
.c-topb_box__inner__app__img{
  margin: 24px 0px 40px 0px;
}
  @media screen and (max-width: 767px) {
    .c-topb_box__inner__app__img{
      height: 68.22px;
      margin: 32px 0px 32px 0px;
    } }
.c-topb_box__inner__app__txt{
  margin:auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-topb_box__inner__app__txt{
    margin:45px auto 45px auto;
    font-size: 1.4rem;
  } }
  .c-topb_box__inner__web__txt{
    margin:auto;
    font-size: 1.8rem;
  }
  @media screen and (max-width: 767px) {
    .c-topb_box__inner__web__txt{
      margin:32px auto 32px auto;
      font-size: 1.4rem;
    } }
.c-topb_trademark{
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .c-topb_trademark{
    margin: 0 0 0 5px;
  } }
.p-topBefore4{
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .p-topBefore4{
    margin: 0;
  } }
/*------------------------------------------------------------
TOPB改修対応 End
------------------------------------------------------------*/
