@charset "UTF-8";

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* MV */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_mv .contents_wrapper {
    width: 100%;
    min-height: 750px;
    position: relative;
    margin-top: 230px;
}

#contents_mv .contents_wrapper .contents_inner {
  width: 90%;
  margin: auto;
}

#contents_mv .contents_title {
    width: 95%;
    max-width: 210px;
    z-index: 1;
    top: -13%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#contents_mv .contents_title p {
  color: #005DAC;
  text-align: right;
  width: 95%;
  font-weight: bold;
}

#contents_mv .contents_title h2 {
    font-size: 9.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #005DAC;
}

#contents_mv .contents_title_txt {
  text-align: center;
    width: 95%;
    font-size: 2.4rem;
    line-height: 2;
    margin: 60px auto 0 auto;
}


@media screen and (max-width: 1030px) {

  #contents_mv .contents_wrapper  {
    min-height: auto;
    margin-top: 30%;
  }

}

@media screen and (max-width: 750px) {

  #contents_mv .contents_wrapper  {
    margin-top: 20%;
    padding-top: 30%;
  }

  #contents_mv .contents_title {
    top: 13%;
    max-width: 110px;
  }

  #contents_mv .contents_title h2 {
    font-size: 4.5rem;
    text-align: right;
  }

  #contents_mv .contents_title_txt {
    margin: 60px auto 0 auto;
    font-size: 1.5rem;
  }

}

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* Q&A */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_faq .contents_wrapper {
  padding: 10px 0 120px 0;
}

.faq_head {
  max-width: 845px;
    width: 95%;
    text-align: center;
    font-size: 2.4rem;
    color: #005DAC;
    margin: 100px auto 50px auto;
}

#contents_faq p.faq_head:first-of-type {
  margin: 50px auto;
}

#contents_faq label:nth-of-type(4), #contents_faq label:nth-of-type(6), #contents_faq label:nth-of-type(10) {
  border-bottom: 1px solid #777;
}

.cp_actab {
  position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #000;
    max-width: 845px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	line-height: 3;
	position: relative;
	display: block;
	padding: 2em 1em 2em 5em;
	cursor: pointer;
	border-top: 1px solid #777;
  background: #FFF;
  transition: .3s;
}
.cp_actab label::before {
  content: 'Q';
  color: #005DAC;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 27px;
  margin-left: 50px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
  color: #333333;
  background: #F2F5F5;
}
.cp_actab .cp_actab-content p {
  margin: 1em 0;
    padding: 0 2em 2em 5em;
    line-height: 2;
    color: #005DAC;
    position: relative;
}
.cp_actab .cp_actab-content p span {
  position: absolute;
    left: 50px;
    font-size: 1.8rem;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}

.cp_actab input:checked ~ label {
  background: #F2F5F5;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '＋';
    font-size: 3.1rem;
    font-weight: 100;
    color: #005DAC;
}
.cp_actab input[type=checkbox]:checked + label::after {
	content: '−';
  font-size: 3.1rem;
  font-weight: 100;
  color: #005DAC;
}


@media screen and (max-width: 750px) {

  .faq_head {
    margin: 20px auto 25px auto;
    font-size: 2rem;
  }

  .cp_actab {
    width: 90%;
  }

  .cp_actab label {
    font-size: 1.4rem;
    line-height: 2;
    padding: 3em 10%;
  }

  .cp_actab label::before {
    font-size: 1.4rem;
    top: 40px;
    margin-left: 2.5%;
  }

  .cp_actab label::after {
    line-height: 1;
    top: 45px;
    right: 2.5%;
    width: 1em;
    height: 1em;
  }

  .cp_actab input[type=checkbox] + label::after, .cp_actab input[type=checkbox]:checked + label::after {
    font-size: 2rem;
  }

  .cp_actab .cp_actab-content p {
    padding: 1em 10%;
    line-height: 2;
    font-size: 1.4rem;
  }

  .cp_actab .cp_actab-content p span {
    left: 2.5%;
    font-size: 1.4rem;
  }







}
