@charset "UTF-8";
.section-gray {
  background: #F9F9F9;
  width: 100%;
  padding: 70px 20px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .section-gray {
    padding: 30px 20px;
  }
}
.section-gray .section-gray-inner {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-gray .section-gray-inner {
    max-width: 100%;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
}
.news-list li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .news-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news-list li:last-child {
  border-bottom: 1px solid #ccc;
}
.news-list li .news-date {
  font-size: 0.9rem;
  margin-right: 30px;
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .news-list li .news-date {
    margin-right: 10px;
    font-size: 0.85rem;
  }
}
.news-list li .news-category {
  font-size: 0.8rem;
  margin-right: 30px;
  background-color: #418fde;
  padding: 2px;
  text-align: center;
  color: #fff;
  width: 110px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .news-list li .news-category {
    margin: 0;
    padding: 0;
  }
}
.news-list li .news-txt {
  width: calc(100% - 90px - 150px - 30px - 30px);
}
@media only screen and (max-width: 768px) {
  .news-list li .news-txt {
    margin-top: 10px;
    width: 100%;
  }
}
.news-list li .news-txt a {
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .news-list li .news-txt a {
    font-size: 0.87rem;
  }
}

.news-pager {
  width: 100%;
  padding: 60px 0;
}
.news-pager .news-pager-items {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-pager .news-pager-items .news-pager-item {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.news-pager .news-pager-items .news-pager-item a {
  font-size: 1.2rem;
  padding: 10px 20px;
  color: inherit;
}
.news-pager .news-pager-items .news-pager-item a:hover {
  color: #418fde;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a {
  padding-left: 30px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 54px;
  }
  .news-pager .news-pager-items .news-pager-item.-prev a span {
    display: none;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a::before {
  content: "";
  position: absolute;
  border-right: 7px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 10px;
  height: 8px;
  top: calc(50% - 3px);
  left: -5px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a::before {
    left: 5px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a::after {
    left: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a:hover::before {
  border-right-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-prev a:hover::after {
  border-top-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-next a {
  padding-right: 30px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 54px;
  }
  .news-pager .news-pager-items .news-pager-item.-next a span {
    display: none;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a::before {
  content: "";
  position: absolute;
  border-left: 7px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 10px;
  height: 8px;
  top: calc(50% - 3px);
  right: -5px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a::before {
    right: 5px;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  width: 20px;
  height: 1px;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a::after {
    right: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a:hover::before {
  border-left-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-next a:hover::after {
  border-top-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-current a {
  color: #418fde;
  font-weight: bold;
  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;
}
.news-pager .news-pager-items .news-pager-item.-current a::after {
  content: "";
  border-bottom: 2px solid #418fde;
  width: 100%;
}

.btn-sortbox {
  display: none;
}
@media only screen and (max-width: 768px) {
  .btn-sortbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e9e9e9;
    padding-right: 20px;
    color: #333;
  }
  .btn-sortbox:hover, .btn-sortbox:active {
    color: #333;
  }
  .btn-sortbox::after {
    content: "";
    border-top: 2px solid #418FDE;
    border-right: 2px solid #418FDE;
    -webkit-transform: rotate(130deg) scaleX(1.1) skewX(-10deg);
            transform: rotate(130deg) scaleX(1.1) skewX(-10deg);
    width: 10px;
    height: 10px;
    margin: -9px 0 0 10px;
  }
  .btn-sortbox::after._open {
    border: none;
    border-bottom: 2px solid #418fde;
    border-left: 2px solid #418fde;
    margin: 6px 0 0 9px;
  }
}
.btn-sortbox._open::after {
  -webkit-transform: rotate(-50deg) scaleX(1.1) skewX(-10deg);
          transform: rotate(-50deg) scaleX(1.1) skewX(-10deg);
  margin: 5px 0 0 10px;
}

.sort-control {
  width: auto;
  max-width: 1200px;
  margin: 70px auto !important;
}
@media only screen and (max-width: 1240px) {
  .sort-control {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sort-control {
    margin: 0 !important;
    padding: 0;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .sort-control:not(._open) {
    overflow: hidden;
  }
  .sort-control._open {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: visible;
  }
}
.sort-control dl.sort-control-content {
  width: 100%;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-color: #e9e9e9;
  }
}
.sort-control dl.sort-control-content dt.sort-control-title {
  width: 140px;
  padding-right: 30px;
  font-size: 1.13rem;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dt.sort-control-title {
    border: none;
    text-align: left;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data {
  width: calc(100% - 145px);
  padding: 10px 0 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data {
    border: none;
    width: 100%;
    padding-left: 0;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs li {
  margin-bottom: 5px;
  white-space: nowrap;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs li:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data ul.sort-control-checkboxs li {
    font-size: 0.94rem;
    margin-bottom: 20px;
    width: 50%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox] {
  padding: 12px;
  display: inline-block;
  border: 2px #333 solid;
  vertical-align: middle;
  margin-right: 8px;
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox]:checked + label {
  position: relative;
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox]:checked + label:before {
  content: "";
  width: 14px;
  height: 8px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  left: -29px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox].check-all {
  border-color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data input[type=checkbox].check-all:checked + label:before {
  border-color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data label {
  margin-right: 30px;
  vertical-align: middle;
}
.sort-control dl.sort-control-content dd.sort-control-data label.check-all {
  color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select {
  position: relative;
  width: 100%;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select .year-selectbtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  position: relative;
  width: 296px;
  color: #333;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select .year-selectbtn {
    width: 100%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn {
  border: 2px solid #418FDE;
  color: #418FDE;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn {
    width: 100%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 265px;
  width: 10px;
  height: 10px;
  border-top: 9px solid #418FDE;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn::after {
    left: auto;
    right: 20px;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn.year-selected {
  border-color: #000;
  color: #000;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select > .year-selectbtn.year-selected::after {
  border-top-color: #000;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list {
  background: #fff;
  border: 2px solid #418FDE;
  text-align: center;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  z-index: 80;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list {
    width: 100%;
  }
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li {
  margin: 0;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li .year-selectbtn {
  height: 36px;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li .year-selectbtn:hover {
  background-color: #F2F2F2;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li:first-child .year-selectbtn {
  color: #418FDE;
}
.sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li:first-child .year-selectbtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 265px;
  width: 10px;
  height: 10px;
  border-top: 9px solid #418FDE;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 768px) {
  .sort-control dl.sort-control-content dd.sort-control-data .sort-control-select ul.year-selectbtn-list li:first-child .year-selectbtn::after {
    left: auto;
    right: 20px;
  }
}
.sort-control input:disabled {
  opacity: 0.23;
  pointer-events: none;
}
.sort-control input:disabled + label {
  opacity: 0.23;
  pointer-events: none;
}

.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .tab-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 20px 0 20px !important;
  }
}
.tab-buttons li {
  margin-right: 8px;
}
.tab-buttons li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .tab-buttons li {
    margin: 0;
    height: 50px;
    width: calc(25% - 4px);
  }
}
.tab-buttons li a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  width: 170px;
  background-color: #e9e9e9;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tab-buttons li a {
    font-size: 14px;
    height: 50px;
    line-height: 1.3;
    width: 100%;
  }
}
.tab-buttons li a:hover {
  background-color: #d5d5d5;
}
.tab-buttons li a.active {
  background-color: #418FDE;
  color: #fff;
  pointer-events: none;
}
.tab-buttons li a.active:hover {
  background-color: #418FDE;
  color: #fff;
}

.tab-panels {
  position: relative;
}
.tab-panels .tab-panel {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  overflow: visible;
}
.tab-panels .tab-panel:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-panels .tab-panel.active {
  opacity: 1;
}

.form-select {
  position: relative;
  border: 1px solid #d5d5d5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 2px;
}
.form-select::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 9px solid #418FDE;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 768px) {
  .form-select::after {
    left: auto;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .form-select {
    width: 100%;
  }
}
.form-select select.select {
  border: none !important;
  padding: 7px 50px 7px 15px;
  width: 100%;
}

.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}
.label input[type=radio] {
  padding: 11px;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
.label input[type=radio]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  background-color: #418FDE;
  display: block;
  border-radius: 50%;
}

.fg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fg._half label {
  padding-right: 10px;
  padding-left: 15px;
  width: 50px;
}
.fg._half .tf {
  width: calc(50% - 50px);
}
.fg._half > ._half {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fg._column {
  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;
}
.fg._column > *:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .fg._sm_colum {
    -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;
  }
  .fg._sm_colum > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.fg._row {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tf {
  border: 1px solid #d5d5d5 !important;
  padding: 7px 15px !important;
  border-radius: 2px;
}

.ta {
  border: 1px solid #d5d5d5;
  padding: 10px !important;
  border-radius: 2px;
}
.ta::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
  white-space: normal;
}
.ta::-moz-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
  white-space: normal;
}
.ta:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
  white-space: normal;
}
.ta::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
  white-space: normal;
}
.ta::placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
  white-space: normal;
}

input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
}

input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
}

input:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
}

input::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
}

input::placeholder {
  color: #b2b2b2;
  font-size: 0.9rem;
}

.validation-msg {
  display: none;
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 20px 30px;
  margin: 30px 0 0 0;
}
.validation-msg._visible {
  display: block;
}

.validation {
  color: #ff0000;
  display: none;
}
.validation._visible {
  display: block;
}
.validation._visible + .fg .tf,
.validation._visible + .fg .form-select,
.validation._visible + .fg .ta {
  border-color: #ff0000 !important;
}

.-center {
  text-align: center;
}

.-bodergrey {
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
figcaption {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 5px;
  line-height: 1.3rem;
}

@media only screen and (max-width: 960px) {
  img.nostretch {
    height: auto !important;
  }
}
.fig-wrap figure img {
  width: 100% !important;
}

.footnav-link a {
  font-size: inherit;
}
.footnav-link a.text-link.-external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-left: 6px;
  display: inline-block;
  text-decoration: none;
}

ol.list-num {
  margin: 1em;
}

ol.circle {
  list-style-type: none;
  text-indent: -1em;
  margin: 1em;
}

.ml1em {
  margin-left: 1em;
}

.caption,
.asterisk {
  font-size: 0.8rem;
}

.asterisk {
  text-indent: -1rem;
  margin-left: 1rem;
  display: block;
  line-height: 1.3rem;
}
.asterisk::before {
  content: "※";
  margin-right: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .btn-link.-more {
    font-size: 0.9rem !important;
    background-position-y: 0.2rem !important;
  }
}

.sssttl {
  font-weight: bold !important;
  font-size: 0.9rem;
}
.sssttl:not(:first-child) {
  margin: 25px 0 10px 0;
}
.sssttl::first-child {
  margin: 0 0 10px 0;
}

u {
  text-decoration: underline;
}

.clm.-bdr > .list-dot:first-child {
  margin-top: 0;
}
.clm.-bdr > .list-dot:last-child {
  margin-bottom: 0;
}

.btn-link.-back {
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  padding: 0 0 12px 40px;
  border-bottom: 2px solid #418FDE;
  background: url(/en/img/common/arrow_left_bdr.png) 6px 0.5rem no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link.-back:hover {
  color: #418FDE;
  background-position: 0px 0.5rem;
}

.btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  margin-bottom: 10px;
  border: 2px solid #418FDE;
  color: #418FDE;
  padding: 0 55px 0 15px;
}
.btn::after {
  content: "";
  background: transparent url(/en/img/common/arrow_right_bdr.png) no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
.btn.-primary {
  background-color: #418FDE;
  color: #fff;
}
.btn.-primary::after {
  background: transparent url(/en/img/common/arrow_right_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn.-large {
  padding: 15px;
  width: 275px;
}
.btn.-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.btn.-back::after {
  background: transparent url(/en/img/common/arrow_left_bdr.png) no-repeat 0 0;
  background-size: contain;
  left: 20px;
  right: auto;
}
.btn.-back.-primary {
  background: transparent url(/en/img/common/arrow_left_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn:hover {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0.5;
}

.f-sm-reverse {
  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;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.f-sm-reverse .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse .btn + .btn {
    margin: 0 0 10px 0;
  }
}

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

.ttl-caption {
  font-size: 1rem;
  margin-left: 40px;
  color: #333;
}

.ssttl {
  font-weight: bold !important;
}

.list-dot .text-link {
  font-size: inherit !important;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: underline;
}

.-underline {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
}

.inquiry-btns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 !important;
}
.inquiry-btns ul {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.inquiry-btns ul li {
  width: calc(50% - 24px) !important;
  margin-right: 0 !important;
}
@media only screen and (max-width: 960px) {
  .inquiry-btns ul li {
    width: 100% !important;
  }
}
.inquiry-btns ul li a {
  line-height: 1.5;
  font-size: 1rem !important;
}
@media only screen and (max-width: 960px) {
  .inquiry-btns ul li a {
    font-size: 14px;
  }
}
.inquiry-btns ul li a small {
  font-size: 0.8rem;
}
.inquiry-btns ul li a .-external {
  color: #418FDE;
}

dl.inquiry-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media only screen and (max-width: 768px) {
  dl.inquiry-forms {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
dl.inquiry-forms dt,
dl.inquiry-forms dd {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  dl.inquiry-forms dt,
dl.inquiry-forms dd {
    padding: 8px 0;
  }
}
dl.inquiry-forms dt {
  white-space: nowra;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  dl.inquiry-forms dt {
    margin-top: 20px;
    width: 100%;
  }
}
dl.inquiry-forms dt span {
  display: inline-block;
  border: 1px solid #ff0000;
  font-size: 10px;
  padding: 4px 10px;
  margin-right: 20px;
  color: #ff0000;
  line-height: 1.2;
}
dl.inquiry-forms dt span.-optional {
  border-color: #808080;
  color: #808080;
}
dl.inquiry-forms dd {
  width: calc(100% - 300px);
  -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;
}
@media only screen and (max-width: 768px) {
  dl.inquiry-forms dd {
    width: 100%;
  }
}
dl.inquiry-forms dd small {
  font-size: 0.9rem;
}
dl.inquiry-forms dd label {
  white-space: nowrap;
}
dl.inquiry-forms textarea {
  width: 100%;
  height: 200px;
}

.inquiry-content {
  display: none;
}
.inquiry-content._visible {
  display: block;
}

.-center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .-sm-left {
    text-align: left;
  }
}

.txt-red {
  color: #ff0000;
}

.contact-info {
  background-color: #f6f6f6;
  padding: 1rem 1.5rem;
  margin-top: 2.5rem;
}
.contact-info .contact-info-ttl {
  font-size: 1.25rem;
}
.contact-info p {
  margin: 0.5rem 0 0 0 !important;
}

/* ===============28/02/2023=============== */
.content .btnlink-col3 u {
  text-decoration: none !important;
}

.tf {
  border: 1px solid #d5d5d5 !important;
  padding: 7px 15px !important;
  border-radius: 2px;
}

form {
  margin-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  dl.inquiry-forms textarea {
    width: 100% !important;
  }
  .content main section,
.content main .nottl-lead,
form {
    margin-bottom: 60px;
  }
}