@import url(//use.fontawesome.com/releases/v5.6.4/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Kosugi&display=swap&subset=japanese");
@media screen and (max-width: 768px) {
  .table td, .table th {
    display: block;
    width: 100%; }

  .col-6 {
    max-width: 100%; }

  .col-4 {
    max-width: 50%; } }
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .pc-only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
@media screen and (min-width: 769px) {
  .pc_only {
    display: block !important; }

  .sp_only {
    display: none !important; } }
.sticky-navigation-open,
.sticky-navigation {
  top: 0 !important; }

.form-row > .col, .form-row > [class*=col-] {
  font-size: 0.8rem; }
  @media screen and (max-width: 580px) {
    .form-row > .col, .form-row > [class*=col-] {
      font-size: 1.2rem !important; } }

.form-control {
  font-size: 0.8rem !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 5px !important; }
  @media screen and (max-width: 580px) {
    .form-control {
      font-size: 1.2rem !important; } }

.custom-select {
  display: inline-block;
  width: 100%;
  font-size: 0.8rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (max-width: 580px) {
    .custom-select {
      font-size: 1.2rem !important; } }

.custom-select {
  font-size: 0.8rem !important;
  background: #FFF url(../img/tri.svg) no-repeat right 0.75rem center !important;
  line-height: 1.5;
  background-size: 8px 10px !important;
  font-size: 0.8rem !important; }
  @media screen and (max-width: 580px) {
    .custom-select {
      font-size: 1.2rem !important; } }

label {
  font-size: 0.9rem !important; }
  @media screen and (max-width: 580px) {
    label {
      font-size: 1rem !important; } }

.serch_form_txt {
  padding: .2rem 1.8rem .2rem .2rem; }

.input-group-text {
  padding: 0rem 0.3rem !important; }

.searchform button[type='submit'] {
  outline: none;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

input[type=text]:after {
  display: block;
  content: ""; }

.searchform button[type='submit'] {
  width: 40px;
  height: 33px;
  line-height: 19px; }

.serch_form_btn {
  line-height: 10px !important; }

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 0px; }

input[type=checkbox] + .custom-checkbox,
input[type=radio] + .custom-radio {
  padding: .5rem;
  display: inline-block;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  position: relative;
  vertical-align: middle;
  background: #FFF;
  border-radius: 0; }

input:disabled + .custom-checkbox,
input:disabled + .custom-radio {
  background: #EEE; }

input[type=radio] + .custom-radio {
  border-radius: 100%; }

input[type=checkbox] + .custom-checkbox:before,
input[type=radio] + .custom-radio:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  transition: .3s; }

input[type=checkbox] + .custom-checkbox:before {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-right: 3px solid #999;
  border-bottom: 3px solid #999;
  transform: rotate(45deg); }

input[type=radio] + .custom-radio:before {
  border-radius: 100%;
  border: 4px solid #fff;
  border-top-width: 3.5px;
  background: #999; }

input[type=checkbox]:checked + .custom-checkbox,
input[type=radio]:checked + .custom-radio {
  border-color: #999; }

input[type=checkbox]:checked + .custom-checkbox:before,
input[type=radio]:checked + .custom-radio:before {
  opacity: 1; }

button a:link, button a:hover, button a:visited {
  color: #FFF !important;
  text-decoration: none; }

/* Override browser form filling */
input:-webkit-autofill {
  background: black;
  color: red; }

.btn {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  background: none;
  border: 1px solid transparent !important;
  color: #fff !important; }
  .btn:disable {
    opacity: .4;
    cursor: not-allowed;
    background: #c3bfc3; }
  .btn:active {
    top: 3px;
    position: relative;
    color: #fff !important; }
  .btn.btn-red {
    pointer-events: none;
    padding: 8px 20px;
    color: #fff;
    background: #B50000;
    height: auto;
    font-size: 0.85rem;
    letter-spacing: 1px; }
    .btn.btn-red small {
      font-size: 0.7rem !important;
      padding-top: 10px;
      display: block; }
    @media screen and (max-width: 768px) {
      .btn.btn-red {
        width: 90%;
        padding: 10px 0; }
        .btn.btn-red small {
          font-size: 10px !important; } }
    @media screen and (max-width: 580px) {
      .btn.btn-red {
        font-size: 1.2rem; } }
    @media screen and (max-width: 320px) {
      .btn.btn-red {
        width: 100%; } }
  .btn.btn-red:hover {
    font-size: 0.85rem;
    background: #B50000;
    pointer-events: none;
    color: #fff; }
    @media screen and (max-width: 580px) {
      .btn.btn-red:hover {
        font-size: 1.2rem; } }
  .btn.btn-green {
    text-align: center;
    padding: 8px 20px;
    margin: auto;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #006455;
    height: auto;
    font-size: 0.85rem;
    letter-spacing: 1px; }
    .btn.btn-green small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      .btn.btn-green {
        width: 90%;
        padding: 10px 0; } }
    @media screen and (max-width: 580px) {
      .btn.btn-green {
        font-size: 1.2rem;
        margin: auto; } }
    @media screen and (max-width: 320px) {
      .btn.btn-green {
        width: 100%; } }
    .btn.btn-green small {
      font-size: 10px; }
  .btn.btn-green:hover {
    font-size: 0.85rem;
    text-align: center;
    padding: 8px 20px;
    margin: auto;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #006455;
    height: auto;
    font-size: 0.85rem;
    letter-spacing: 1px; }
    @media screen and (max-width: 580px) {
      .btn.btn-green:hover {
        font-size: 1.2rem;
        margin: auto; } }
  .btn.btn-gray {
    padding: 8px 20px;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #c3bfc3;
    height: auto;
    font-size: 0.85rem;
    letter-spacing: 1px; }
    .btn.btn-gray small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      .btn.btn-gray {
        width: 90%;
        padding: 10px 0; }
        .btn.btn-gray small {
          font-size: 10px !important; } }
    @media screen and (max-width: 580px) {
      .btn.btn-gray {
        width: 100%;
        font-size: 1.2rem; } }
    @media screen and (max-width: 320px) {
      .btn.btn-gray {
        width: 100%; } }
    .btn.btn-gray small {
      font-size: 10px; }
  .btn.btn-gray:hover {
    font-size: 0.85rem;
    background: #c3bfc3;
    color: #fff; }
    @media screen and (max-width: 580px) {
      .btn.btn-gray:hover {
        width: 100%;
        font-size: 1.2rem; } }
  .btn .btn.disabled, .btn .btn:disabled {
    opacity: .65;
    background: #eeeeee !important; }

.btn_arrow {
  min-width: 10px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent; }
  .btn_arrow a {
    color: #99cccc; }
  .btn_arrow:disable {
    opacity: .4;
    cursor: not-allowed; }
  .btn_arrow:active {
    top: 3px;
    position: relative; }

.btn-sm {
  min-width: 50px;
  padding: 1px 10px 2px 10px;
  border-color: #e7e7e7;
  box-shadow: 0 1px 0 0 #e7e7e7;
  color: #555;
  background: #fff; }
  .btn-sm:hover {
    background: #fff; }
  .btn-sm:active {
    position: relative;
    top: 2px; }

button.alink {
  border: 0;
  background: none;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer; }
  button.alink:hover {
    color: #0056b3;
    text-decoration: underline; }

table,
th, td {
  border: none !important;
  border: 0;
  padding: 0 !important; }

.table {
  font-size: 0.9rem; }

.cnf_btn {
  margin: 0 auto;
  width: 80%;
  max-width: 650px !important;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .cnf_btn {
      width: 90%; } }

.form_title {
  max-width: auto;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: solid 1px #006455; }
  @media screen and (max-width: 768px) {
    .form_title {
      max-width: 600px;
      width: 100%;
      padding: 20px 0; } }

.container {
  margin: auto; }

ul {
  padding-left: 0; }

.count_on, .count_off {
  display: inline-block;
  position: fixed;
  top: 50%;
  font-size: 14px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #d7a530;
  border-left: 5px solid #d7a530;
  font-weight: bold;
  padding: 1em; }
  @media screen and (max-width: 768px) {
    .count_on, .count_off {
      position: fixed;
      bottom: 0%;
      width: 100%;
      top: auto !important; } }
  .count_on .text-danger, .count_off .text-danger {
    font-weight: bold;
    font-size: 16px; }

button:focus, a {
  outline: none !important;
  cursor: pointer; }

.formWrap {
  padding-top: 50px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
  .formWrap div {
    font-size: 0.9rem; }
  .formWrap .sectionTItleBox {
    position: relative; }
    .formWrap .sectionTItleBox .sideColumnBox02 {
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding-bottom: 10px; }
      .formWrap .sectionTItleBox .sideColumnBox02 .sectionTitle02 {
        float: left; }
      .formWrap .sectionTItleBox .sideColumnBox02 .formFlow {
        background: #FFF;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 550px;
        height: 40px;
        border: 1px solid #999;
        margin-bottom: 40px;
        float: right;
        overflow: hidden;
        padding-left: 0; }

.formFlow {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  border: 1px solid #999;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .formFlow {
      margin-bottom: 20px; } }
  .formFlow li {
    width: 50%;
    text-align: center;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .formFlow li {
        font-size: 12px;
        line-height: 120%; } }
    .formFlow li span.step {
      margin-right: 12px;
      padding: 3px 15px 1px;
      background: #999;
      color: #FFF;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .formFlow li span.step {
          font-size: 10px; } }
      @media screen and (max-width: 320px) {
        .formFlow li span.step {
          padding: 5px; } }

.formFlow li.cr {
  background-color: #ff95a8;
  color: #FFF; }
  .formFlow li.cr span.step {
    margin-right: 12px;
    padding: 3px 15px 1px;
    background: #FFF !important;
    color: #FF7B93 !important;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .formFlow li.cr span.step {
        font-size: 10px; } }
    @media screen and (max-width: 320px) {
      .formFlow li.cr span.step {
        padding: 5px; } }

.formFlow li:before {
  content: "";
  border-style: solid;
  border-width: 24px 0 24px 14px;
  border-color: transparent transparent transparent #eee;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -24px;
  z-index: 1; }

.formFlow li:after {
  content: "";
  border-style: solid;
  border-width: 22px 0 22px 12px;
  border-color: transparent transparent transparent #FFF;
  color: #FFF;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -22px;
  z-index: 1; }

.formFlow li:nth-of-type(3):before {
  display: none; }

.formFlow li.cr:after {
  border-color: transparent transparent transparent #ff95a8; }

.sectionTitle02 {
  font-size: 30px; }

.formWrap .sectionTItleBox .sideColumnBox02:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden; }

.custom-select {
  background: #FFF url("../img/tri.svg") no-repeat right 0.75rem center;
  line-height: 1.5;
  background-size: 8px 10px; }

.hed_off {
  padding-left: 18px;
  /*background: #F6F6F6;*/
  word-break: keep-all;
  white-space: nowrap;
  width: 30%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .hed_off {
      width: 100%;
      /* background: #F6F6F6;*/ } }

.hed_off2 {
  background: #F6F6F6;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.main_off {
  /*background:#FFF; */
  word-break: keep-all;
  white-space: nowrap;
  text-align: left;
  position: relative; }

.main_on {
  /*background:#FFFAF4; */
  word-break: keep-all;
  white-space: nowrap;
  text-align: left;
  position: relative;
  border: solid 1px #006455 !important;
  margin-top: -1px !important; }

.main_ok {
  background: #daf3e7;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.main_ng {
  background: #ffe7e7;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.required:after {
  content: '*';
  padding: 0;
  color: #d22; }

.error {
  background-color: #fdd; }

.require-label {
  border-radius: 3px;
  background-color: #B50000;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 6px;
  width: 30px; }

.ok-label {
  border-radius: 3px;
  background-color: #006455;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 6px;
  width: 30px;
  text-align: center;
  letter-spacing: 1px; }

.privacy-box .privacy-text {
  height: 180px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 0.8rem;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #fff; }
  .privacy-box .privacy-text h5 {
    font-weight: bold;
    font-size: 0.9rem; }

.height-100 {
  min-height: 20vh; }

.w-100 {
  width: 100% !important; }

.thanks {
  font-size: 0.9rem;
  text-align: center;
  line-height: 160%; }

.thanks-text {
  max-width: 700px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .thanks-text {
      width: 90%; }
      .thanks-text h3 {
        font-size: 20px; }
      .thanks-text p {
        font-size: 14px; } }
