@charset "utf-8";

/* Campaign CSS */

/* =================================================
 * font
 * ================================================*/

@font-face {
  font-family: AudiType;
  src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}

@font-face {
  font-family: AudiTypeBold;
  src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}

@font-face {
  font-family: AudiTypeExtendedNormal;
  src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}

@font-face {
  font-family: AudiTypeExtendedItalic;
  src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}

@font-face {
  font-family: AudiTypeExtendBold;
  src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}

@font-face {
  font-family: AudiTypeExtendedBoldItalic;
  src: url("../fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}

.aten {
  font-family: AudiTypeExtendedNormal;
  font-weight: normal !important;
}

.ateb {
  font-family: AudiTypeExtendBold !important;
  font-weight: normal !important;
  padding: 0;
}

#wrapper {
  position: relative;
  -webkit-text-size-adjust: 100%;
}



/****************************************************
title_common
****************************************************/

.hero_wrap_title {
  width: 1020px;
  margin: 3rem auto;
}

@media screen and (max-width:640px) {
  .hero_wrap_title {
    position: static;
    width: 95%;
    margin: 2rem auto;
  }
}

/****************************************************
title_1
****************************************************/

.title_top {
  font-size: 22px;
  line-height: 1.5;
  display: block;
  margin-bottom: 7px;
}

.title_midle {
  font-size: 44px;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
}

.title_min {
  font-size: 85%;
}


/****************************************************
lead
****************************************************/

.lead {
  font-size: 16px;
  margin-bottom: 40px;
}

.title_1 {
  font-size: 28px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding: 0 3px 2px;
  margin-bottom: 20px;
}

.title_2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

.title_3 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.title_4 {
  font-size: 15px;
  margin: 40px 0 20px;
}
.title_min {
  font-size: 95%;
}
.txt_lead {
  font-size: 16px;
}
.txt_small {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.txt_cap {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 5px 0 15px;
}

.block_noflap_img_wrap,
.merit {
  margin: 25px 0 30px;
}

.merit:before {
  content: "";
  display: block;
  width:100%;
  margin: 3rem auto 5rem auto;
  border-top: solid #d2d2d2 1px;
}

.block_noflap_img_wrap>img,
.merit>img {
  width: 85px;
  vertical-align: middle;
  border: solid 1px #000000;
  box-sizing: border-box;
  margin: 0 20px 10px 0;
}

.block_noflap_img_wrap>dl,
.merit>dl {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.block_noflap_img_wrap>dl dt,
.merit>dl {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.block_noflap_img_wrap>dl dd,
.merit>dl dd {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

.col2_wrap {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
  align-items: center;
}

.col2_wrap div {
  width: 75%;
}

.col2_wrap ul {
  width: 20%;
  list-style-type: disc;
}

.col3_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 45px auto -15px;
}

.col3_wrap li {
  width: 30%;
  margin: 0 5% 20px 0;
}

.col3_wrap li:nth-child(3n) {
  margin-right: 0;
}

.col3_wrap img {
  width: 100%;
  margin-bottom: 5px;
}

.col3_wrap li dl dt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 7px 10px;
}

.col3_wrap li dl dl {
  margin: 7px;
}

.col3_wrap li>dl dl dt {
  font-size: 14px;
  margin: 0 0 5px;
}

.col3_wrap li>dl dl dd {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}

.col3_wrap li>dl dl dd:nth-last-child(1) {
  font-size: 12px;
  margin-bottom: 0;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex_wrap_inner_w50 {
  width: 48%;
  margin-top: 20px;
}


.list_caution li {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 5px 5px 12px;
  list-style-type: disc;
}

.number {
  margin-top: 2rem !important;
}


/* btn */

.btn_wrap {
  margin: 30px 0 20px;
}

.btn_wrap li {
  width: 490px;
  /* margin: 0 0 15px auto; */
}

.btn_box a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}

.btn_box a:hover {
  text-decoration: none;
  opacity: .7;
}




/* マージン調整 */

.block_section {
  width: 1020px;
  margin: 0 auto;
}

.section_btn {
  margin: 55px auto 35px;
}

.section_2 {
  margin-bottom: 75px;
}
.section_note {
  background-color: #E9E9E9;
  padding: 55px 20px;
}

.fir_cont>li {
  margin-bottom: 20px;
}
.disc_list_style li {
  list-style: disc;
  margin-left: 15px;
}

.section_note > ul > li > span {
  font-size: 1.8rem;
}

.section_note p {
  font-weight: bold;
  font-size: 13px;
  margin-top: 40px;
}

/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sp {
  display: none;
}
.content-wrapper {
  max-width: 980px;
  margin: 110px auto 0;
}
.pattern_btn_b {
  max-width: 360px;
  width: 100%;
  margin: 60px auto 40px;
}
.pattern_btn_b {
  max-width: 360px;
  width: 100%;
  margin: 60px auto 40px;
}
.pattern_btn_b {
  max-width: 360px;
  width: 100%;
  margin: 60px auto 40px;
}
.pattern_btn_b {
  max-width: 360px;
  width: 100%;
  margin: 60px auto 40px;
}
.pattern_btn_b {
  max-width: 360px;
  width: 100%;
  margin: 60px auto 40px;
}
.pattern_btn_b {
  max-width: 360px;
  width: 100%;
  margin: 60px auto 40px;
}


.pattern_btn_b.width {
  max-width: 100%;
  width: 100%;
  margin: 40px auto 40px;
}


/****************************************************
media screen
****************************************************/

@media screen and (max-width:640px) {
  .lead {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .hero_wrap {
    margin-bottom: 20px;
  }
  .hero_wrap img {
    width: 100%;
  }
  .title_1 {
    font-size: 18px;
    line-height: 1.25;
    border-bottom: solid 1px #000000;
    padding: 0 2px 3px;
    margin-bottom: 10px;
  }
  .title_2 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .title_3 {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .title_4 {
    font-size: 12px;
    margin: 20px 0 10px;
  }

  .title_top {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .title_midle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .title_min {
    display: inline-block;
    font-size: 90%;
  }
  .txt_lead {
    font-size: 15px;
  }
  .txt_small {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .txt_cap {
    display: block;
    font-size: 10px;
    margin: 5px 0 5px;
  }
  .block_noflap_img_wrap,
  .merit {
    margin: 5px 0 20px;
  }
  .merit:before {
    margin: 0 auto 3rem auto;
  }
  .block_noflap_img_wrap>img,
  .merit>img {
    width: 20%;
    vertical-align: top;
    margin: 0 10px 7px 0;
  }
  .block_noflap_img_wrap>dl,
  .merit>dl {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .block_noflap_img_wrap>dl dt,
  .merit>dl dt {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .block_noflap_img_wrap>dl dd,
  .merit>dl dd {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
  }
  .col2_wrap {
    flex-wrap: wrap;
  }
  .col2_wrap div {
    width: 96%;
    margin: 0 auto;
  }
  .col2_wrap ul {
    width: 78%;
    margin: 3rem auto 15px;
  }
  .col3_wrap {
    margin: 25px auto -20px;
  }
  .col3_wrap li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .col3_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .col3_wrap img {
    width: 100%;
    margin-bottom: 3px;
  }
  .col3_wrap li dl dt {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 2% 5px;
  }
  .col3_wrap li dl dl {
    margin: 5px 2%;
  }
  .col3_wrap li>dl dl dt {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .col3_wrap li>dl dl dd {
    font-size: 12px;
    margin-bottom: 0;
  }
  .col3_wrap li>dl dl dd:nth-last-child(1) {
    font-size: 10px;
    margin-bottom: 0;
  }
  .flex_wrap_inner_w50 {
    width: 100%;
  }
  .list_caution li {
    font-size: 10px;
    line-height: 1.5;
    margin: 0 3px 5px 10px;
  }
  /* btn */
  .btn_wrap {
    margin: 15px 0 15px 0;
  }
  .btn_wrap li {
    width: auto;
    margin: 0 0 15px auto;
  }
  .btn_wrap .btn_box a {
    font-size: 16px;
    padding: 15px 20px 15px 20px;
  }
  .btn_box a:after {
    width: 10px;
    height: 10px;
    top: 50%;
    right: 8px;
  }
  .btn_box a:hover {
    text-decoration: none;
    opacity: .7;
  }
  /* マージン調整 */
  .block_section {
    width: auto;
    margin: 0 auto;
  }
  .section_btn {
    margin: 0 auto 35px;
  }
  .section_2 {
    margin-bottom: 35px;
  }
  .section_note ul {
    margin-bottom: 20px;
  }
  .section_note ul li {
    font-size: 12px;
    line-height: 1.4;
  }
  .disc_list_style li {
    line-height: 1.4
  }
  .btn_wrap .btn_box a:hover {
    opacity: 1;
  }
  .sp {
    display: block;
  }
	.pc {
		display: none;
	}
  .content-wrapper {
    max-width: 980px;
    padding: 0 20px;
  }
  .pattern_btn_b.width{
    margin: 0 auto;
  }
}