@charset "UTF-8";
body {
  padding-top: 80px;
}

.bg {
  position: relative;
  width: 100%;
  background: url(../img_pc/bg.jpg) no-repeat center top #0035ff;
}

.foot_bg {
  padding-bottom: 513px; 
  background: url(../img_pc/bg_foot.png) no-repeat center bottom;
}

.fixed__nav {
  position: fixed;
  z-index: 500; 
  top: 166px;
  right: 0;
}

.guard {
  display: block;
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
}

.cmp-kv {
  padding: 18px 15px;
  background: #317cf7 url(/campaign/img_sp/kv.jpg) no-repeat right bottom;
       background-size: 320px 72px; 

  -moz-background-size: 320px 72px;
}

.cmp-kv-title {
  color: #fff; 
  font-size: 22px;
}

main {
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.6;
}

.hosho {
  position: relative; 
  margin: 0 auto;
  padding-bottom: 40px;
  width: 830px;
  background-color: #fff;
}
.hosho .title {
  text-align: center;
}
.hosho .text {
  margin: 20px 60px 0;
}
.hosho .img {
  margin-top: 30px; 
  text-align: center;
}
.hosho .terms {
  margin: 30px 60px 0; 
  background-color: #f5f0dd;
}
.hosho .terms .terms_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  padding: 15px 40px;
  cursor: pointer;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  color: #232272;
  font-size: 24px;
  font-weight: bold;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hosho .terms .terms_heading a {
  display: block;
  width: 100%;
  text-align: center; 
  color: #232272;
}
.hosho .terms .terms_heading::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -56%;
  left: 0;
  margin: auto;
  border-top: 3px solid #232272;
  border-right: 3px solid #232272;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-225deg);
          -ms-transform: rotate(-225deg);
      transform: rotate(-225deg); 
  vertical-align: middle;
}
.hosho .terms .terms_heading:hover {
  opacity: 0.6;
}
.hosho .terms .terms_heading img {
  width: 524px;
}
.hosho .terms .terms_text {
  display: none;
  padding: 0px 40px 40px;
}
.hosho .terms .terms_text div {
  margin-top: 1.5em;
}
.hosho .terms .terms_text div:nth-child(1) {
  margin-top: 0;
}
.hosho .terms .terms_text div li {
  margin-top: 10px; 
  padding-left: 16px;
}
.hosho .terms .terms_text div li::before {
  content: "・";
  display: inline-block;
  margin-left: -16px; 
  width: 16px;
}
.hosho .terms .terms_text div .is-red {
  color: red;
}
.hosho .note {
  margin-top: 20px;
  margin-right: 40px; 
  text-align: right;
  font-size: 12px;
}

.point {
  position: relative; 
  margin: 0 auto;
  margin-top: 120px;
  width: 830px;
}
.point::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -80px;
  border-width: 80px 415px 0 415px;
  border-style: solid;
  border-color: #e0e0ef transparent transparent transparent; 
  width: 0;
  height: 0;
}
.point .title {
  margin-bottom: 20px; 
  text-align: center;
}
.point .point_section {
  position: relative; 
  padding: 40px 80px;
  background-color: #e0e0ef;
}
.point .point_section.point_002,
.point .point_section.point_004 {
  background-color: #fff;
}
.point .point_text {
  margin-top: 30px;
  font-size: 20px;
}
.point .btn_expansion-01 {
  position: absolute;
  top: 270px;
  left: 617px;
}

#content {
  float: none; 
  margin: 0 auto;
  width: 830px;
}

#modal-content-01 {
  display: none; 
  margin: 0 auto;
  width: 100%;
}

.modal-content .modal_img {
  margin-top: 20px; 
  width: 100%;
  text-align: center;
}

.modal-content .modal_img img {
  width: 90%;
}

.modal-content .modal_close {
  margin-top: 20px;
  margin-bottom: 30px; 
  text-align: center;
}

.cv_section {
  position: relative;
  left: 50%;
  margin-top: 40px;
  width: 100%;
  max-width: 1280px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cv_section .cv_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
.cv_section .cv_btn_list::after {
  content: "";
  display: block;
  clear: both;
}
.cv_section .cv_btn_item {
  float: left;
  margin: 0 20px; 
  width: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cv_section .cv_btn_item:hover {
  opacity: 0.6;
}
.cv_section .cv_btn_item img {
  width: 100%;
}

.present_section .present {
  margin-top: 20px; 
  text-align: center;
}

.bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  width: 831px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
.bnrs::after {
  content: "";
  display: block;
  clear: both;
}
.bnrs .bnr {
  float: left;
  margin: 0 1%;
  width: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bnrs .bnr:hover {
  opacity: 0.6;
}
.bnrs .bnr img {
  width: 100%;
}
.bnrs .bnr_summer {
  margin-top: -5px;
}

.hosho_2 {
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 100px; */
  width: 830px;
}

.hosho_2 .title {
  text-align: center;
}

.hosho_2 .text {
  margin: 20px 60px 0;
}

.hosho_2 .img {
  margin-top: 30px;
  text-align: center;
}

.hosho_2 .terms {
  /* margin: 30px 60px 0;  */
  background-color: #f5f0dd;
}

.hosho_2 .terms .terms_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 40px 15px 40px;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  color: #232272;
  font-size: 24px;
  font-weight: bold;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hosho_2 .terms .terms_heading img {
  width: 524px;
}

.hosho_2 .terms .terms_text {
  /* display: none; */
  padding: 0px 40px 40px;
}

.hosho_2 .terms .terms_text div {
  margin-top: 1.5em;
}

.hosho_2 .terms .terms_text div:nth-child(1) {
  margin-top: 0;
}

.hosho_2 .terms .terms_text div li {
  margin-top: 10px;
  padding-left: 16px;
}

.hosho_2 .terms .terms_text div li::before {
  content: "・";
  display: inline-block;
  margin-left: -16px;
  width: 16px;
}

.hosho_2 .terms .terms_text div .is-red {
  color: red;
}

.hosho_2 .note {
  margin-top: 20px;
  margin-right: 40px;
  text-align: right;
  font-size: 12px;
}

.is-small {
  font-size: 14px;
}