@charset "UTF-8";
/* CSS Document 
------------------*/
/*simu*/
/*break point*/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
/*--reset--*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
  padding-left: 0;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/*  */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/*  */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* box-sizingの優先値 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* リストのスタイル（箇条書き・番号）を削除 */
ol, ul {
  list-style: none;
}

/* 画像がコンテナを超えないようにする */
img {
  max-width: 100%;
}

/* テーブルのセル間のスペースを削除します */
table {
  border-collapse: collapse;
}

a,
a:hover {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none !important;
  color: inherit;
}

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

/*--reset--*/
/*電話の無効化*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*------表示非表示------*/
.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

@media screen and (min-width: 992px) {
  /*pc以上のサイズ*/
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
}
h1, h2, h3, h4, h5, h6, p {
  text-align: inherit;
}

/* input */
input,
textarea,
select,
label {
  font-size: 1rem;
}

input[disabled] {
  opacity: 0.6;
  background: #ccc;
}

input {
  width: 100%;
  vertical-align: middle;
  margin: 0.25rem;
}

input[type=checkbox] {
  width: 1.5rem;
  margin: 0 0.2rem;
}

input[type=button] {
  width: auto;
  min-height: 1.8rem;
}

input[type=radio] {
  width: 1.5rem;
}

input[type=text],
input[type=password] {
  height: 2rem;
  padding: 0.25rem;
  border: solid 1px #999;
  border-radius: 0.25rem;
}

select {
  border: solid 1px #999 !important;
  border-radius: 0.25rem;
  margin: 0.25rem;
}

textarea {
  width: 100%;
  resize: both;
  margin: 0.25rem;
}

@media screen and (min-width: 992px) {
  textarea {
    width: auto;
  }
}
button {
  border: none;
}

/*----pagetop----*/
#page-top {
  position: fixed;
  bottom: 1vh;
  right: 1rem;
  font-size: 77%;
  z-index: 99999;
}
@media screen and (min-width: 992px) {
  #page-top {
    bottom: 10vh;
  }
}

#page-top a {
  background: #aaa;
  opacity: 0.8;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  padding: auto;
  text-align: center;
  display: block;
  border-radius: 50%;
}

#page-top a i {
  margin: 0 auto;
  padding: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#page-top a:hover {
  text-decoration: none;
  background: #aaa;
}

.c_fff {
  color: #fff;
}

.c_red {
  color: red !important;
}

.c_blue {
  color: blue !important;
}

.c_green {
  color: #393;
}

.c_pink {
  color: #ea638c;
}

.bg_sun {
  background: rgba(255, 0, 0, 0.1);
}

.bg_sat {
  background: rgba(58, 206, 118, 0.1);
}

.bg_ef {
  background: #efefef;
}

.bg_orange {
  background: orange;
}

.underline {
  text-decoration: underline !important;
  text-underline-offset: 0.25rem;
  cursor: pointer;
}
.underline:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.25rem;
}

/*-------------------------------
basic
---------------------------------*/
* a:hover {
  opacity: 0.8;
}

.nowrap {
  white-space: nowrap;
}

.h-100 {
  height: 100% !important;
}

.radius {
  border-radius: 9999rem;
}

.flex_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flex_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disclaimer {
  font-size: 10px;
  padding: 3px 0.25rem;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .disclaimer {
    width: 100%;
    text-wrap: nowrap;
  }
}

.errmsg {
  color: red;
  font-size: 80%;
}

.indent1 {
  text-indent: -1rem;
}

/* 更新時成功メッセージ */
.success_message {
  border: solid 1px #3ACE76;
  background: rgba(58, 206, 118, 0.2);
  border-radius: 0.25rem;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

/* 更新時失敗メッセージ */
.failure_message {
  border: solid 1px #999;
  background: #efefef;
  border-radius: 0.25rem;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

a,
a:link {
  color: initial;
  text-decoration: none;
}

a:visited {
  color: initial;
  text-decoration: none;
}

a:hover,
a:active {
  opacity: 0.8;
  color: initial;
  text-decoration: none;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.linked {
  text-decoration: underline !important;
}
.linked:hover {
  opacity: 0.8;
}

.ime_off {
  ime-mode: inactive;
}

/*-------------------------------
default
---------------------------------*/
html {
  font-size: 14px; /*1rem=16px*/
}

* {
  line-height: 150%;
}

input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px #fff;
}
input[type=checkbox]:checked {
  background: #999;
}

body {
  width: 100%;
  position: relative;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic", "BIZ UDPGothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}

/*-------------------------------
header
---------------------------------*/
header {
  width: 100%;
  height: 70px;
  background: #3ACE76;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px #ccc;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  header {
    height: 70px;
  }
}

nav {
  width: 100%;
  padding: 0 0.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  nav {
    margin: auto;
  }
}

.faq_btn {
  display: block;
  padding: 0 0.5rem;
  margin: 0 0 0 0.25rem;
  color: #fff !important;
  border: solid 1px #fff;
  border-radius: 99999px;
}
.faq_btn:hover {
  padding: 0 0.5rem;
  margin: 0 0 0 0.25rem;
  background: #3ace76;
}

.head_main {
  width: 100%;
  height: 70px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.25rem;
}
@media screen and (min-width: 992px) {
  .head_main {
    height: 70px;
  }
}

.logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1px;
  border-radius: 0.25rem;
  background: #fff;
}
.logoBox a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
.logoBox a .sitename {
  display: block;
}
.logoBox span {
  display: inline-block;
  margin-left: 0.5rem;
}

.logo {
  height: 50px;
}
@media screen and (min-width: 992px) {
  .logo {
    height: 50px;
  }
}

.header_sp {
  width: 100vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .header_sp {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_menu .head_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_menu .head_who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  line-height: 100%;
  color: #666;
}
.header_menu .head_face {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  background: #ccc;
}
@media screen and (min-width: 992px) {
  .header_menu {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_menu .head_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_menu .head_info i {
    margin: 0 0.25rem;
  }
}

.navi_togglebutton {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 30px;
  z-index: 10;
  border: none;
  background: none;
}
@media screen and (min-width: 992px) {
  .navi_togglebutton {
    display: none;
  }
}

.btn-line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #666;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-line::before, .btn-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-line::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.btn-line::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.btn-line.open {
  background-color: transparent;
}
.btn-line.open::before, .btn-line.open::after {
  content: "";
  background-color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-line.open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-line.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  #navmenu {
    width: 15%;
    position: fixed;
    top: 70px;
    bottom: 3rem;
    left: 0;
    z-index: 1;
    background: #666;
    -webkit-box-shadow: 0px 0 2px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0 2px -1px rgba(0, 0, 0, 0.3);
    border-right: solid 1px #ccc;
  }
}

.globalmenu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  padding-left: 0rem;
}
.globalmenu.open {
  top: 70px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .globalmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    background-color: transparent;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 1;
  }
}

.gmenu_list {
  font-weight: 400;
  color: #3ACE76;
  background: #666;
}
.gmenu_list a {
  color: #fff;
  display: block;
  padding: 0.5rem;
  padding-left: 1rem;
  border-bottom: 1px solid rgb(114.75, 114.75, 114.75);
}
.gmenu_list:hover {
  color: #fff;
  background: rgb(76.5, 76.5, 76.5);
}
.gmenu_list.selected {
  background: #3ACE76;
  border-radius: 0.5rem;
}
.gmenu_list[aria-expanded=false]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: bold;
  position: absolute;
  right: 10px;
  color: #ccc;
}
.gmenu_list[aria-expanded=true]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  position: absolute;
  right: 10px;
  color: #999;
}
.gmenu_list i {
  color: #999999;
  margin-right: 0.25rem;
}
@media screen and (min-width: 992px) {
  .gmenu_list {
    width: 100%;
    border: none;
    margin: 0;
    font-weight: normal;
  }
}

.gmenu_list_low a {
  display: block;
  border-bottom: solid 1px #999999;
  background-color: rgb(127.5, 127.5, 127.5);
  padding-left: 2rem;
}
.gmenu_list_low a:hover {
  color: #fff;
  background: #555;
}
.gmenu_list_low a.selected {
  background: rgb(98.8414634146, 216.1585365854, 146.4024390244);
  border-radius: 0.5rem;
}

/*----------------------
   page wrap
------------------------*/
.wrapper {
  width: 100%;
  height: auto;
  min-height: calc(100vh - (70px + 8rem));
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .wrapper {
    padding: 1rem;
    width: 960px;
    min-height: calc(100vh - 150px);
    margin: auto;
  }
}

.page_center {
  position: relative;
  width: 100vw;
  height: calc(100vh - (70px + 8rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_center {
    height: calc(100vh - 150px);
  }
}

.page_top {
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

/*----------------------
   button
------------------------*/
.btn_, .boxform input[type=button] {
  background: #3ACE76;
  border: solid 1px #3ACE76;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  height: 2rem;
  padding: 0.25rem 1rem;
}

input.btn_[disabled], .boxform input[disabled][type=button] {
  opacity: 0.6;
  color: #666;
  background: #ccc !important;
  border: solid 1px #999 !important;
}

.login_btn {
  width: 80%;
  margin: 0 auto 2rem auto;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, #3ace76, rgb(12, 62, 97));
}
.login_btn:hover {
  /*  background: linear-gradient(135deg, darken(rgba($maincolor, 1),10%), darken(rgba(12, 62, 97, 1), 10%)); */
  background: linear-gradient(135deg, rgb(42.4268292683, 170.5731707317, 94.3780487805), rgb(6.3853211009, 32.9908256881, 51.6146788991));
}
@media screen and (min-width: 768px) {
  .login_btn {
    width: 200px;
  }
}

.btn_logout {
  color: #999;
  background: rgba(58, 206, 118, 0.06);
  font-size: 0.8rem;
  border: solid 1px #ccc;
}
.btn_logout:hover {
  background: rgba(32.2682926829, 129.7317073171, 71.7804878049, 0.06);
  border: solid 1px #999;
}

.formbtn {
  background: #3ACE76;
  border: solid 1px #3ACE76;
  color: #fff;
  border-radius: 0.25rem;
  overflow: visible;
  min-width: auto;
  height: 2rem;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0 0.25rem 0.25rem 0.25rem;
}
.formbtn:hover {
  background-color: rgba(58, 206, 118, 0.8);
}
@media screen and (min-width: 768px) {
  .formbtn {
    min-width: 90px;
  }
}
@media screen and (min-width: 992px) {
  .formbtn {
    min-width: 120px;
  }
}

.btn_contract, .btn_precaution {
  background: #ea638c;
  padding: 1rem 1rem !important;
  border-radius: 1rem;
  font-size: 1.5rem;
  color: #fff !important;
}
.btn_contract:hover, .btn_precaution:hover {
  font-size: 1.5rem;
  background: rgba(234, 99, 140, 0.8);
}

.btn_precaution {
  border: none;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.btn_precaution:hover {
  font-size: 1.25rem;
  border-radius: 0.5rem;
  /* background:darken($color_pink, 5% ); */
  background-color: rgb(230.9745762712, 76.5254237288, 123.4322033898);
}
.btn_precaution.disabled {
  background: #aaa;
}
.btn_precaution.disabled:hover {
  background: #aaa;
}

.btn_pdf {
  width: 100%;
  color: #fff !important;
  background: #2f82d4;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
.btn_pdf:hover {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: rgba(47, 130, 212, 0.8);
  opacity: 1;
  margin: 0 0 1rem 0;
}
.btn_pdf.disabled {
  background: #aaa;
}
.btn_pdf.disabled:hover {
  background: #aaa;
}

/*----------------------
   common set
------------------------*/
ul.breadcrumbs {
  display: none;
}
@media screen and (min-width: 992px) {
  ul.breadcrumbs {
    margin: 0px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0px;
    overflow: hidden;
  }
}

ul.breadcrumbs li {
  float: left;
  margin-right: 10px;
  font-size: 11px;
}

ul.breadcrumbs li:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding: 0 5px 0 0;
}

.page_title {
  width: 100%;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3ACE76;
}
.page_title h2 {
  font-size: 1.2rem;
  line-height: 100%;
  margin-right: 2rem;
  font-weight: bolder;
}
.page_title .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.subtitle {
  margin: 0.5rem 0 1rem 0;
  font-weight: bolder;
  color: #3ACE76;
  border-left: 0.5rem solid #3ACE76;
  padding-left: 0.25rem;
}

.contents {
  width: 100%;
  padding: 1rem 0;
  color: #000;
  position: relative;
}

/*----------------------
   form
------------------------*/
/*form size setting
参考：基本：form_base
参考：単位有：form_unit
参考：極小：form_ss
参考：小：form_s
参考：中：form_md
参考：大：form_ld
参考：カレンダー：form_cal
参考：長い入力用：form_500
参考：備考：cols=60
*/
.form_base {
  width: 75%;
}
@media screen and (min-width: 992px) {
  .form_base {
    width: 300px;
  }
}

.formstb_500 {
  width: calc(100% - 30px);
}
@media screen and (min-width: 992px) {
  .formstb_500 {
    min-width: 360px;
    width: 500px !important;
  }
}

.formBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin: 0.25rem 0;
}
@media screen and (min-width: 576px) {
  .formBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.boxLabel {
  width: 100%;
  line-height: 1.5rem;
  text-align: left;
  margin-right: 0.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 576px) {
  .boxLabel {
    font-weight: normal;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 768px) {
  .boxLabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .boxLabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

.boxform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 1px #fff;
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .boxform {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}
@media screen and (min-width: 768px) {
  .boxform {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}
@media screen and (min-width: 992px) {
  .boxform {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
    min-width: 600px;
    /*エラー文*/
  }
  .boxform font {
    display: block;
    line-height: 125%;
  }
  .boxform font:first-child {
    margin-top: 0.25rem;
  }
}

.input_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .input_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.err_block {
  color: red;
  font-size: 0.9rem;
  line-height: 120%;
  margin: 0.25rem 0.5rem 0 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.user_err_ex {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

/*----------------------
   TABLE
------------------------*/
.common_table {
  border: solid 1px #ccc;
  table-layout: fixed;
  width: 100%;
  line-height: 150%;
}
.common_table th {
  background: #ccc;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  text-align: center;
  padding: 0.5rem 0;
  vertical-align: middle;
}
.common_table td {
  word-break: break-all;
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/*----------------------
   index
------------------------*/
h1 {
  position: relative;
  display: block;
  color: #3ACE76;
  font-size: 1.5rem;
  font-weight: bolder;
  text-align: center;
  width: auto;
  z-index: 99999;
}
@media screen and (min-width: 992px) {
  h1 {
    position: fixed;
    display: block;
    top: 1rem;
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    width: 50%;
    margin: 0;
  }
}

.index_info {
  text-align: center;
  margin: 2rem 0;
}
.index_info h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  color: tomato;
  font-weight: bolder;
}
.index_info ul li {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.index_info ul li a {
  text-decoration: underline !important;
}
.index_info ul li a:hover {
  color: tomato;
}
@media screen and (min-width: 992px) {
  .index_info h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.apply_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.apply_btns button {
  display: block;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  line-height: 150% !important;
  width: 46% !important;
  margin: 1rem 1% !important;
  padding: 4rem 0;
  background: #3ACE76;
  border-radius: 0.5rem;
  text-align: center;
  color: white;
}
.apply_btns button span {
  font-size: 1.5rem;
}
.apply_btns button:nth-child(2) {
  background: #f7bc0a;
}
@media screen and (min-width: 992px) {
  .apply_btns button {
    width: 40% !important;
    margin: 1rem !important;
  }
}

.flow_txt .caution {
  font-size: 1.2rem;
  color: tomato;
  font-weight: bold;
}
.flow_txt li .caution {
  font-size: 1rem;
}

.flow_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #393;
  background: rgba(51, 153, 51, 0.1);
  color: #393;
  padding: 1rem;
  font-size: 1.2rem;
  margin: 1rem 0 1.5rem 0;
  cursor: pointer;
}
.flow_btn h3 span {
  background: #393;
  border-radius: 999px;
  color: hsl(120, 50%, 120%);
  font-size: 0.8rem;
  height: 1.2rem;
  padding: 0.2rem 0.5rem;
  margin-left: 1rem;
}
.flow_btn h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  position: relative;
  margin-right: 10px;
  font-size: 1.5rem;
}
.flow_btn.active {
  border: solid 2px #999;
  background: none;
  color: #999;
}
.flow_btn.active h3 span {
  display: none;
}
.flow_btn.active h3:before {
  content: "\f068";
}

.nodisplay {
  display: none;
}

.flow_area {
  position: relative;
  width: 90%;
  margin: 0 5%;
}
.flow_area dl {
  margin-bottom: 3rem;
  position: relative;
}
.flow_area dl:after {
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 116, 83, 0.5)), to(#ec7453));
  background: linear-gradient(to bottom, rgba(236, 116, 83, 0.5), #ec7453);
  height: 1.7320508076rem;
  width: 2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.25rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.flow_area dt {
  background: #ec7453;
  padding: 1rem;
  text-align: center;
  color: white;
  border-radius: 0.5rem 0.5rem 0 0;
}
.flow_area dd {
  background: rgba(236, 116, 83, 0.2);
  padding: 1rem 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.invoice_box {
  border: solid 2px #ec7453;
  background: rgba(236, 116, 83, 0.1);
  padding: 1rem;
}

/*-------------------------------
faq
---------------------------------*/
.faq_title {
  margin-top: 2rem;
  text-align: center;
  position: relative;
}
.faq_title h2 {
  text-align: center;
  font-size: 1.5rem;
}
.faq_title h2::after {
  content: " ";
  width: 50%;
  height: 1px;
  background: #3ACE76;
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.faq_title span {
  font-size: 3rem;
  font-family: "Baskerville", "Libre Baskerville", serif;
  display: block;
}

.box-faq {
  counter-reset: number 0;
  margin-top: 2rem;
}
.box-faq .accordion-wrap {
  margin-bottom: 1rem;
}
.box-faq .accordion-title {
  padding: 1rem 3rem 1rem 1rem;
  margin-bottom: 0.1rem;
  background: rgba(58, 206, 118, 0.3);
  color: rgb(32.2682926829, 129.7317073171, 71.7804878049);
  cursor: pointer;
  position: relative;
}
.box-faq .accordion-title:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.box-faq .accordion-title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  position: relative;
  margin-right: 10px;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-faq .accordion-inner {
  display: none;
  padding: 2rem;
  margin-bottom: 1rem;
  background: rgba(58, 206, 118, 0.1);
}

/*-------------------------------
modal
---------------------------------*/
.modal_layer {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.modal_content {
  position: absolute;
  width: 80%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  padding: 1rem;
}

.modalimg {
  width: 100%;
}

.modalbtn {
  background: #999;
}

/*-------------------------------
契約前注意事項　caution
---------------------------------*/
span.caution {
  color: #d63;
}

.contents_box {
  width: 98%;
  margin: 1rem 1%;
  padding: 0.5rem;
  background: #e1f0fc;
  border-radius: 0.5rem;
}
@media screen and (min-width: 992px) {
  .contents_box {
    width: 90%;
    margin: 2rem 5%;
    padding: 1.5rem;
  }
}

.caution_inner {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  padding: 1rem;
}
.caution_inner h2 {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #3ACE76;
  margin-bottom: 1rem;
}
.caution_inner h3 {
  margin: 1rem 0 0.5rem 0;
}
.caution_inner ul li {
  line-height: 150%;
  margin: 0 0 1rem 1rem;
  text-indent: -1rem;
}
.caution_inner ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: relative;
  margin-right: 10px;
  font-size: 0.5rem;
  position: relative;
  left: 0.5rem;
  top: -0.2rem;
}
.caution_inner ul.childList li {
  margin-bottom: 0;
}
.caution_inner ul.childList li::before {
  color: gray;
}
@media screen and (min-width: 992px) {
  .caution_inner {
    padding: 2rem;
  }
}

.cautrion_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company_info {
  border: dotted 1px #666;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  width: 90%;
  margin: 2rem 5%;
}

/*-------------------------------
メールアドレス登録　entry
---------------------------------*/
.entry_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 10%;
}
.entry_check #agree1, .entry_check #agree2 {
  color: #ccc;
}
@media screen and (min-width: 992px) {
  .entry_check {
    width: 50%;
    margin: 0 25%;
  }
}

/*-------------------------------
確認画面
---------------------------------*/
.reconfirm {
  margin-bottom: 2rem;
}

.reconfirm_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reconfirm_group h3 {
  background: #ececec;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ececec;
}
.reconfirm_group h3:first-child {
  border-bottom: 1px solid #fff;
}
.reconfirm_group .reconfirm_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  align-items: center;
  border: solid 1px #dcdcdc;
}
@media screen and (min-width: 992px) {
  .reconfirm_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .reconfirm_group .reconfirm_box2 {
    border-top: solid 1px #fff;
  }
}

/*-------------------------------
footer
---------------------------------*/
#footer {
  width: 100%;
  height: 8rem;
  border-top: 1px solid #ddd;
  position: relative;
  bottom: 0;
  z-index: 9999;
  font-size: 0.8rem;
  background: #3ACE76;
  color: #000;
}
@media screen and (min-width: 768px) {
  #footer {
    height: 80px;
  }
}

.f_wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  text-align: center;
}
.f_wrapper p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .f_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .f_wrapper .sys_ver {
    text-align: end;
  }
}
@media screen and (min-width: 992px) {
  .f_wrapper {
    width: 960px;
    margin: auto;
  }
}

.footer_menu, .footer_menu_lions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_menu li, .footer_menu_lions li {
  margin: 0.25rem 0.5rem;
}
@media screen and (min-width: 992px) {
  .footer_menu, .footer_menu_lions {
    font-size: 0.9rem;
    width: 500px;
  }
  .footer_menu li, .footer_menu_lions li {
    width: 250px;
    padding: 0.1rem 0;
    display: block;
    margin: 0;
  }
  .footer_menu li a, .footer_menu_lions li a {
    padding: 0.25rem 0;
    color: #000;
  }
  .footer_menu li a:hover, .footer_menu_lions li a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

.footer_menu_lions li a {
  color: white !important;
}

/*----------------------
   login用
------------------------*/
body#login {
  height: 100vh;
  background: url("../img/login_bg.jpg") no-repeat;
  background-size: cover;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
body#login header {
  display: none;
}
body#login .wrapper {
  height: 100vh;
}

.login_wrap {
  width: 100%;
  max-width: 550px;
  border: solid 1px #999;
  padding: 0.5rem;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 992px) {
  .login_wrap {
    width: 550px;
  }
}

.login_header {
  width: 80%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.login_header .sitename {
  display: block;
}
@media screen and (min-width: 768px) {
  .login_header {
    width: 50%;
  }
}
.login_header .sitename {
  display: inline;
  text-align: center;
}

.login_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .login_box {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .login_box {
    width: 500px;
  }
}

.login_inner_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  margin: auto;
  color: #3ACE76;
}
.login_inner_box i {
  font-size: 0.8rem;
  padding: 0.25rem 0.25rem 0 0;
}
.login_inner_box input[type=text], .login_inner_box input[type=password] {
  height: 30px;
  margin: 0;
  border: solid 1px #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}
@media screen and (min-width: 768px) {
  .login_inner_box {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .login_inner_box {
    width: 90%;
  }
}

.login_label {
  height: 30px;
  width: 40%;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(58, 206, 118, 0.4);
}
.login_label span {
  line-height: 100%;
  padding: 0.25rem 0 0 0;
  margin: 0;
}

.login_form {
  width: 60%;
  border-radius: 0.25rem;
  border: solid 1px #ccc;
  height: 30px;
  width: 100%;
  padding-left: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  background-color: #fff;
}

.login_errmsg {
  text-align: center;
}
.login_errmsg span {
  padding: 0 0.5rem;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.8rem;
}

#remind {
  text-align: center;
}
#remind:hover {
  color: #848484;
}

.loginlogo {
  width: 100px;
}

.bg_topnavi {
  background: #fff;
  z-index: 999;
}