@charset "utf-8";

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  overflow: hidden;
}

* html .clearfix {
  height: 1%;
  overflow: visible;
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}
html,
body {
  font-family: "メイリオ", Meiryo, Arial, Verdana, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",
    sans-serif;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
  object-fit: contain;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}

/* ==================================================== */
/* index-header */
/* ==================================================== */

.index-header {
  background: rgba(255, 235, 253, 0.8);
  color: #fff;
}
.index-header:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: rgba(255, 223, 252, 0.8);
  z-index: 99999;
  position: absolute;
}
.index-header .index-header-content {
  padding: 1em 0.6em;
}

.update {
  margin-bottom: 0;
}
.update li a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-size: 12px;
  margin: 0 0.2rem;
  padding: 0.5rem 1.25rem;
  background: #17a2b8;
  border-radius: 0.35rem;
  text-align: center;
}
.update li a:hover {
  text-decoration: none;
  color: #000;
  background: #f8f8f8;
}

/* ==================================================== */
/* wrapper */
/* ==================================================== */

.wrapper {
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    margin-top: 65px;
  }
}

/* ==================================================== */
/* title  */
/* ==================================================== */

.title {
  background-image: linear-gradient(150deg, rgba(208, 0, 85, 1), rgba(227, 53, 141, 1) 100%, rgba(154, 39, 238, 1) 100%, rgba(255, 34, 87, 1));
}
.title .container {
  max-width: 1240px;
  margin: 0 auto;
}
.title,
.title .container {
  padding: 0;
}

/* ==================================================== */
/* Personal Info   */
/* ==================================================== */

#personal {
  margin-top: 2em;
  margin-bottom: 7em;
}

.personal-title h1 {
  text-align: center;
  font-size: 2.6rem;
  font-size: 26px;
  color: #611f7e;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}

dl.personal-info {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-size: 16px;
}

dl.personal-info dt {
  background: rgba(0, 0, 0, 0.7);
  width: 5rem;
  padding: 15px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  text-align-last: justify;
  color: #fff;
}

dl.personal-info dd {
  padding: 15px;
  margin: 0;
  background: rgb(253, 253, 253);
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: calc(100% - 5rem);
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  dl.personal-info {
    flex-flow: column nowrap;
  }

  dl.personal-info dt,
  dl.personal-info dd {
    width: 100%;
  }

  dl.personal-info dd {
    border-left: none;
  }
}

/* ==================================================== */
/* info*/
/* ==================================================== */

#info {
  margin-top: 2em;
  margin-bottom: 7em;
}

.info-title h1 {
  text-align: center;
  font-size: 2.6rem;
  font-size: 26px;
  color: #611f7e;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}

/* ==================================================== */
/* Target_NewsList dl */
/* ==================================================== */

#Target_NewsList dl {
  margin: 0;
  padding: 0;
}

#Target_NewsList dl {
  border: 1px solid rgb(240, 240, 240);
  border-top: none;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: visible;
}

#Target_NewsList dl dt {
  background: #fff;
  padding: 10px 10px 0;
  box-sizing: border-box;
  border-top: 1px solid rgb(240, 240, 240);
  font-weight: normal !important;
  font-size: 90%;
  font-style: italic;
  color: #777;
}

#Target_NewsList dl dd {
  padding: 5px 10px 10px;
  margin: 0;
  border-left: 1px solid rgb(240, 240, 240);
  background: #fff;
  box-sizing: border-box;
}

/* ==================================================== */
/* contents-area */
/* ==================================================== */

.contents-area .contents.w-124 {
  max-width: 1240px;
}
.contents-area .contents {
  max-width: 860px;
  background: rgba(255, 255, 255, 0.75);
  margin: 0em auto 4em;
  padding: 0 0 10em;
}
.contents-area .container {
  font-size: 1.4rem;
  font-size: 14px;
}

.contents-title h1 {
  text-align: center;
  font-size: 2.6rem;
  font-size: 26px;
  color: #611f7e;
  margin-top: 0em;
  margin-bottom: 2em;
  font-weight: bold;
}
.contents-area .container h2 {
  font-weight: bold;
  color: #611f7e;
  border-bottom: 1px solid #611f7e;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-size: 24px;
}
.contents-area .container h2:before {
  content: "■";
  position: absolute;
  left: 0;
}
.contents-area .container h3 {
  font-size: 2rem;
  font-size: 20px;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  margin-top: 2.25em;
  margin-bottom: 0.75em;
}
.contents-area .container h4 {
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
}
.contents-area .container h4:before {
  content: "● ";
  margin-bottom: 1em;
}
.contents-area .container p {
  line-height: 1.8;
}

.comment {
  margin-top: 0;
  margin-bottom: 4rem;
}

.comment p {
  margin-top: 0;
}

.comment a {
  color: #17a2b8;
}

/* ==================================================== */
/* Footer */
/* ==================================================== */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #f3f3f0;
  color: #555;
  padding: 2em 1em 1em;
  font-size: 1.3rem;
  font-size: 13px;
}
footer p {
  margin-bottom: 0.35rem;
}

/* ==================================================== */
/* 同意 */
/* ==================================================== */

.agree {
  width: 100%;
  margin: 20px auto 15px;
  padding-top: 15px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: bold;
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 576px) {
  .agree {
    width: 100%;
    margin: 20px auto 15px;
    padding-top: 15px;
    text-align: left;
    font-size: 0.95rem !important;
  }
}

@keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.35;
  }
  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0;
  }
}

.agree .option-input02 {
  position: relative;
  top: 9.5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  border: none;
  outline: none;
  background: #d7cbcb;
  -webkit-appearance: none;
  appearance: none;
}

.agree .option-input02:hover {
  background: #d6a9a9;
}

.agree .option-input02:checked {
  background: #da3c41;
}

.agree .option-input02:checked::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "✔";
  text-align: center;
}

/* @media screen and (max-width: 576px) {
  
    .agree .option-input02 {
      position: relative;
      top: 15px;
      right: 0;
      bottom: 0;
      left: 0;
      width: 24px;
      height: 24px;
      margin-right: 0rem;
      cursor: pointer;
      transition: all 0.15s ease-out 0s;
      color: #ffffff;
      border: none;
      outline: none;
      background: #d7cbcb;
      -webkit-appearance: none;
      appearance: none;
    }
    .agree .option-input02:hover {
      background: #d6a9a9;
    }
    .agree .option-input02:checked {
      background: #da3c41;
    }
    .agree .option-input02:checked::before {
      font-size: 15px;
      line-height: 24px;
      position: absolute;
      display: inline-block;
      width: 24px;
      height: 24px;
      content: '✔';
      text-align: center;
    }
    .agree label {
      letter-spacing: -0.1rem;
    }
  } */

.agree .option-input02.radio {
  border-radius: 50%;
}

.agree .option-input02.radio::after {
  border-radius: 50%;
}

.agree label {
  line-height: 0.5rem;
  display: inline;
}

.agree .option-input02:disabled {
  cursor: not-allowed;
  background: #b8b7b7;
}

.agree .option-input02:disabled::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "✖︎";
  text-align: center;
}

.submit_btnarea {
  width: 100%;
  margin: 0 auto;
}

.mdl_btn_close {
  border: 1px solid #005183;
  background: #fff;
  color: #005183;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  position: relative;
}

.mdl_btn_close:hover {
  background: #005183;
  border: 1px solid #fff;
  color: #fff;
}

button[type="submit"][disabled] {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}

button[type="submit"][disabled]:hover {
  opacity: 1;
}

.entyr-area {
  margin: 0;
  padding: 0;
}

.w-13rem {
  width: 13rem !important;
  letter-spacing: 0.01rem;
}

/* -- div#pagetop-scroll -------------------------------------------------------------------------------------------- */

div#pagetop-scroll {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  color: #727272;
}

div#pagetop-scroll:hover {
  cursor: pointer;
  opacity: 0.9;
}

.loading {
  display: none;
}

/* --- ローディング　--------------------------------------------------------------------------------------------- */

@-moz-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #f6f7f8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading-main:after,
#loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 40%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 105;
}

#loading-main:after {
  -moz-animation: loading 0.75s linear infinite;
  -webkit-animation: loading 0.75s linear infinite;
  animation: loading 0.75s linear infinite;
  border: 1px solid transparent;
  border-top-color: #666;
}

#loading-main:before {
  border: 1px solid rgba(51, 51, 51, 0.15);
}


.d-lang {
  display: inline-flex !important;
}

.bg-lightgray {
  background-color: rgb(238, 237, 237) !important;
}