@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

li {
  list-style: none; }

.container_1000 {
  margin: 0 auto;
  width: 1040px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1040px) {
    .container_1000 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }

.container_800 {
  margin: 0 auto;
  width: 840px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 860px) {
    .container_800 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }

.mt10 {
  margin-top: 10px; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.mt150 {
  margintop: 150px; }

.mb10 {
  margin-bottom: 10px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mb150 {
  margin-bottom: 150px; }

.pt10 {
  padding-top: 10px; }

.pt30 {
  padding-top: 30px; }

.pt50 {
  padding-top: 50px; }

.pt100 {
  padding-top: 100px; }

.pt150 {
  padding-top: 150px; }

.pb10 {
  padding-bottom: 10px; }

.pb30 {
  padding-bottom: 30px; }

.pb50 {
  padding-bottom: 50px; }

.pb100 {
  padding-bottom: 100px; }

.pb150 {
  padding-bottom: 150px; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tj {
  text-align: justify; }

.mb {
  margin-bottom: 150px; }

.bb_style {
  background: linear-gradient(transparent 80%, #ffe900 50%);
  display: inline-block; }

.bg_style {
  background: #ffe900;
  color: #000;
  font-weight: 500; }

.dot_text b {
  position: relative;
  padding-top: 0.2em; }
  .dot_text b:before {
    position: absolute;
    content: "";
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: #FFEF00;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }

/*=====================================================================
JS動作設定
=======================================================================*/
/*背景色が伸びて出現｜全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffe900;
  /*伸びる背景色の設定*/ }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/*--------- 右から --------*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
/*--------- 下から --------*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0); }
  50% {
    transform-origin: bottom;
    transform: scaleY(1); }
  50.001% {
    transform-origin: top; }
  100% {
    transform-origin: top;
    transform: scaleY(0); } }
/*--------- 上から --------*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0; }

/*背景色が伸びて出現｜end*/
.message_popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  .message_popup.show {
    display: block; }
  .message_popup .gray {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9; }
  .message_popup .popup {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    padding: 45px 50px;
    width: 80%;
    max-width: 1040px;
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden; }
    @media screen and (max-width: 768px) {
      .message_popup .popup {
        width: 90%; } }
    .message_popup .popup .close {
      position: absolute;
      top: -10px;
      right: -10px;
      border-radius: 6px;
      background: #000;
      color: #fff;
      padding: 5px 8px;
      cursor: pointer;
      font-size: .8rem; }
    .message_popup .popup .page_format {
      margin-bottom: 20px; }
    .message_popup .popup .text_wrap {
      margin-bottom: 45px; }
    .message_popup .popup .clearfix button {
      width: 49%;
      text-align: center;
      font-weight: 600;
      border-radius: 4px;
      cursor: pointer;
      border: 1px solid #000;
      margin-bottom: 10px; }
      @media screen and (max-width: 1040px) {
        .message_popup .popup .clearfix button {
          width: 100%; } }
      .message_popup .popup .clearfix button.submit {
        color: #fff;
        background: #000; }
        .message_popup .popup .clearfix button.submit:hover {
          color: #000;
          background: #fff;
          transition: .4s; }
      .message_popup .popup .clearfix button.cancel {
        background: #fff; }
        .message_popup .popup .clearfix button.cancel:hover {
          color: #fff;
          background: #000;
          transition: .4s; }
    .message_popup .popup dt {
      width: 10%;
      text-align: left; }
    .message_popup .popup dd {
      width: 90%;
      text-align: justify;
      padding-left: 10px; }

/*=====================================================================
新設定--今回より追加--元データに反映
=======================================================================*/
dl.dl_table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 5px solid #000; }
  dl.dl_table dt, dl.dl_table dd {
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin-bottom: 0px;
    font-family: sans-serif;
    font-weight: 500; }
    dl.dl_table dt::last-child, dl.dl_table dd::last-child {
      border-bottom: none; }
  dl.dl_table dt {
    width: 30%;
    color: #fff;
    background: #000;
    text-align: center;
    border-bottom: 1px solid #fff; }
    dl.dl_table dt::last-child {
      border-bottom: none; }
  dl.dl_table dd {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px; }
    dl.dl_table dd::last-child {
      border-bottom: none; }
