@charset "Shift_JIS";

/* 矢印 浮遊右スタート
=========================================================================================== */
@-webkit-keyframes arrowHorizontal {
  0.1% {
    -webkit-transform: translateX(-20%) rotate(-90deg);
  }
  99%,to {
    -webkit-transform: translateX(20%) rotate(-90deg);
  }
}
@keyframes arrowHorizontal {
  0.1% {
    /* transform: translateX(-20%) rotate(-90deg); */
    transform: translateX(-20%);
  }
  99%,to {
    transform: translateX(20%);
  }
}


/* メールフォーム関連ページ
=========================================================================================== */
.onlySp {
  display: none;
}

.flex_left {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
  justify-content: left;
}

#Popup #Contents {
 padding: 0;
 background-color: #e3e5e8;
}
.Section {
  padding: 0;
}

.container_wrap {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-size: auto;
  background-color: #e3e5e8;
  background-image: repeating-linear-gradient(
    90deg, #d5d7db, #d5d7db 1px, transparent 1px, transparent 19.5%
  );
}
.container_wrap.unprinted {
  background-image: none;
}

#contentMain.container {
  max-width: none;
  padding: 0;
}

.contentHeader {
  position: relative;
  /* margin: 85px 0 0 0; */
  padding: 0;
  color: #ffffff;
  z-index: 10;
}

.hids_title_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 80px 0 0 0;
}
.hids_title_wrap.center {
  width: auto;
  max-width: 995px;
  margin: 40px auto 60px auto;
}
.hids_title_icon {
  position: absolute;
  top: 0;
  right: 85%;
  width: 149px;
}
.hids_title_wrap.center .hids_title_icon {
  position: relative;
  top: auto;
  right: auto;
  margin-right: 30px;
}
.hids_title_icon img {
  width: 100%;
}
.hids_title {
  position: relative;
  margin: 0;
  padding: 37px 0 0 19.7%;
  color: #333333;
/*  font-family: 'Poppins', sans-serif;*/
  font-size: 19px;
  font-weight: 500;
}
.hids_title h1 {
  /* width: auto;
  max-width: 995px;
  margin: 30px auto 60px auto; */
  color: #333333;
/*  font-family: 'Poppins', sans-serif;*/
  font-size: 19px;
  font-weight: 500;
}
.hids_title_wrap.center .hids_title {
  margin-top: 64px;
  padding: 0;
}
/* .hids_title::before {
  position: absolute;
  top: 0;
  right: 85%;
  content: '';
  display: block;
  width: 149px;
  height: 149px;
}
.hids_title_wrap.center .hids_title::before {
  content: none;
} */
.hids_title h1 > span {
  margin: 0 0 0 22px;
  font-size: 24px;
}
.title_indiv {
  margin: 0 4px 0 0;
  padding: 13px 0 0 0;
}
.title_indiv.dot {
  background-image: url('../../image/privacy/dot.png');
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: center 0;
}
/* .hids_title_sub {
  margin-top: -15px;
  font-size: 16px;
} */
.hids_title_sub {
  margin: 9px 0 0 0px;
  color: #333333;
  font-size: 16px;
}

.hids_header_description {
  width: 71%;
  margin: 70px 0 0 29%;
  color: #333333;
  font-size: 21px;
  font-weight: bold;
}
.hids_header_description span {
  margin: 0 20px 0 0;
}

.progress_state_wrap {
  position: relative;
  width: 71%;
  height: 89px;
  margin: 15px 0 0 29%;
  background-color: #e60027;
}
.progress_state_wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -13.4%;
  display: block;
  width: 13.4%;
  height: 59px;
  background-color: #ffffff;
}
.progress_state {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding: 0 0 0 25px;
}
.progress_state::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  width: 700px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.progress_state li {
  margin: 0 60px 0 0;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  text-align: center;
  list-style: none;
  background-color: #e60027;
  z-index: 10;
}
.progress_state li:last-child {
  margin-right: 0;
}
.progress_state li.dot {
  color: #ffffff;
}
.progress_state li.dot span.num {
  position: relative;
}
.progress_state li.dot span.num::after {
  content: '';
  position: absolute;
  left: -9px;
  top: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.progress_state li span.num {
  font-weight: bold;
}
.progress_state li span.text {
  margin-left: 15px;
  white-space: nowrap;
}

.main_content_wrap {
  width: 80.5%;
  min-height: 1000px;
  background-color: #ffffff;
  margin: 0 0 0 19.5%;
  padding: 2px 0 100px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_content_wrap.progress_state_none {
  margin-top: 45px;
}
.main_content_wrap.center {
  width: auto;
  max-width: 995px;
  margin: 0 auto 0 auto;
  padding: 90px 100px 100px 100px;
}
.main_content_wrap.shadow {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.main_content {
  max-width: 800px;
  width: 97%;
}
.main_content_wrap.center .main_content {
  width: 100%;
}
.main_content h2 {
  margin: 60px 0 50px 0;
  padding: 0;
  font-size: 26px;
  background: none;
}
.main_content_wrap.center .main_content h2 {
  margin: 0 0 50px 0;
}
.main_content > p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8em;
}
.external_link:visited,
.external_link:link {
  text-decoration: none;
}
.external_link::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: 0 4px;
  background-image: url('../../image/privacy/privacy_policy.png');
  background-repeat: no-repeat;
}
.external_link.no_icon::after {
  content: none;
}

.form_additional {
  font-size: 14px;
  padding: 50px 0 23px 0;
}

.iframe_wrap {
  padding-top: 30px;
}

.form_required {
  position: relative;
  color: #333333;
  margin: 30px 0 0 0;
  font-size: 12px;
  text-indent: 28px;
  background-color: #ffffff;
}
.form_required::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #e60027 0%, #fb738a 100%);
  background: linear-gradient(to bottom, #e60027 0%, #fb738a 100%);
}

.button_wrap {
  margin: 45px 0 0 0;
}
.button_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 45px 0 0 0;
}
.button_wrap a:visited,
.button_wrap a:link {
  text-decoration: none;
}
a.button_cancel,
a.button_proceed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 367px;
  height: 83px;
  padding: 0 28px 0 45px;
  font-size: 14px;
  border-radius: 6px;
  border: 2px solid #8d8e8e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.button_cancel {
  color: #333333;
  cursor: pointer;
}
a.button_cancel:hover {
  color: #999999;
  background-color: #f0f0f0;
}
a.button_proceed {
  color: #ffffff;
  border-color: #e60027;
  background-color: #e60027;
}
a.button_proceed:hover {
  color: #e60027;
  background-color: #ffffff;
}
.arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.arrow > span {
  display: block;
  width: 13px;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../../image/privacy/arrow_right_small.png');
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation:  arrowHorizontal 0.5s ease-in-out 0s infinite alternate;
  animation: arrowHorizontal 0.5s ease-in-out 0s infinite alternate;
}
.button_proceed:hover .arrow {
  border-color: #e60027;
}
.button_proceed:hover .arrow > span {
  background-image: url('../../image/privacy/arrow_right_small_red.png');
}


/* ============================== */
@media screen and (max-width: 1100px) {
  .onlySp {
    display: inline;
  }

  .hids_title_wrap.center {
    width: 90%;
  }
  .hids_title_icon {
    left: 2%;
    right: auto;
  }
  .hids_title_wrap.center .hids_title_icon {
    left: auto;
  }
  .hids_title {
    padding: 37px 0 0 25.8%;
  }
  .hids_title::before {
    right: 78%;
  }
  .title_indiv {
    margin: 0 2px 0 0;
  }

  .progress_state::after {
    left: 26%;
    width: 48%;
  }
  .progress_state li span.num {
    display: inline-block;
    text-align: center;
  }
  .progress_state li span.text {
    display: inline-block;
    margin-left: 0;
    max-width: 160px;
    min-width: 80px;
    font-size: 15px;
    line-height: 1.25em;
    text-align: center;
    white-space: normal;
  }

  .main_content_wrap {
    min-height: 700px;
  }
  .main_content_wrap.center {
    width: 90%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .main_content {
    width: 91%;
  }

  a.button_cancel,
  a.button_proceed {
    width: 48%;
    padding: 0 2% 0 4%;
  }
}


@media screen and (max-width: 767px) {
  #Popup .contentsAdjust {
   margin-right: -15px;
   margin-left: -15px;
  }
  .flex_left {
    display: block;
  }
  .contentHeader {
    font-size: 17px;
  }
  .hids_title_wrap,
  .hids_title_wrap.center {
    width: 96%;
    margin: 20px auto 30px auto;
  }
  /* .hids_title_wrap.center {
  } */
  .hids_title_wrap.center .hids_title_icon,
  .hids_title_icon {
    position: relative;
    top: auto;
    left: auto;
    width: 70px;
    margin-right: 15px;
  }
  .hids_title,
  .hids_title_wrap.center .hids_title {
    margin-top: 4px;
    padding: 0;
  }
  /* .hids_title_wrap.center .hids_title {
    margin-top: 4px;
  } */
  .hids_title h1 {
    font-size: 14px;
  }
  .hids_title h1 > span {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 17px;
    line-height: 2em;
  }
  .title_indiv {
    margin-right: 1px;
    padding-top: 5px;
  }
  .hids_title_sub {
    font-size: 12px;
  }
  .hids_header_description {
    margin: 30px 0 0 9%;
    font-size: 14px;
    width: auto;
  }

  .progress_state_wrap {
    width: 91.2%;
    margin: 7px 0 0 8.8%;
  }
  .progress_state_wrap::before {
    left: -7%;
    width: 7%;
    height: 46px;
  }
  .progress_state {
    -webkit-box-pack: space-around;
    justify-content: space-around;
    padding: 0 5%;
  }
  .progress_state::after {
    left: 12%;
    width: 77%;
  }
  .progress_state li {
    margin: 0 3% 0 0;
    padding: 0px 3%;
    font-size: 12px;
  }
  .progress_state li span.text {
    max-width: 90px;
    min-width: 49px;
    font-size: 13px;
  }

  .postscript_Required {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0 13px 4.8%;
  }
  .postscript_Required::before {
    top: 30px;
    left: 6.9%;
  }

  .main_content_wrap,
  .main_content_wrap.center {
    width: 95%;
    margin: 0 auto;
    padding: 10px 6% 35px;
  }
  .main_content {
    width: 100%;
  }
  .main_content h2,
  .main_content_wrap.center .main_content h2 {
    margin: 20px 0 30px 0;
    font-size: 22px;
  }

  .button_wrap {
    flex-wrap: wrap;
  }
  a.button_cancel,
  a.button_proceed {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 7% 0 9%;
  }
  

  
}


/* お知らせ
=========================================================================================== */

/* お知らせ欄 右つきぬけ */
.info_content_wrap {
  margin-top: 45px;
}
.info_content_wrap h2 {
  background-color: #737373;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 21px;
  background-image: none;
  margin: 0 0 0 19.5%;
}
.info_content_wrap .info_content {
  width: 80.5%;
  background-color: #ffffff;
  margin: 0 0 0 19.5%;
  padding: 15px 0 15px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
.info_content_wrap .info_content .inner {
  max-width: 800px;
}
.info_content_wrap .info_content .inner > p {
  font-size: 14px;
  line-height: 1.8em;
}
@media screen and (max-width: 1100px) {
  .info_content_wrap .info_content .inner {
    width: 91%;
  }
}
@media screen and (max-width: 767px) {
  .info_content_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .info_content_wrap h2 {
    width: 95%;
    margin: 0 auto;
    padding: 10px 6%;
    font-size: 14px;
  }
  .info_content_wrap .info_content {
    width: 95%;
    margin: 0 auto;
    padding: 10px 6%;
  }
  .info_content_wrap .info_content .inner {
    width: 100%;
  }
}


/* お知らせ欄 center */
.info_content_wrap--center {
  width: auto;
  max-width: 995px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.info_content_wrap--center.shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.info_content_wrap--center h2 {
  background-color: #737373;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 21px;
  background-image: none;
  margin: 0;
  color: #ffffff;
}
.info_content_wrap--center .info_content {
  width: 100%;
  padding: 15px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.info_content_wrap--center .info_content p {
  font-size: 14px;
  line-height: 1.8em;
}
@media screen and (max-width: 1100px) {
  .info_content_wrap--center {
    width: 90%;
    margin: 0 auto 20px;
  }
  .info_content_wrap--center .info_content {
    padding: 15px 8%;
  }
}
@media screen and (max-width: 767px) {
  .info_content_wrap--center {
    width: 95%;
    margin: 0 auto -30px;
  }
  .info_content_wrap--center h2 {
    font-size: 14px;
  }
}


/* タイトル（hids_header_description）を表示させない場合 */
.progress_state_wrap.hids_header_description-none {
  margin: 70px 0 0 29%;
}
@media screen and (max-width: 767px) {
  .progress_state_wrap.hids_header_description-none {
    margin: 30px 0 0 8.8%;
  }
}



/* 期間限定表示
=========================================================================================== */
.js-time_limited {
display: none;
}
.js-time_limited_fire{
display: block;
}
/**/
