

















@charset "utf-8";

/* =================================================
 * 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;
}

.hero_wrap {
  position: relative
}

.contents {
  -webkit-text-size-adjust: 100%;
}

.hero_wrap_title {
  max-width: 1020px;
  margin: 40px auto 40px;
  line-height: 1.25;
}
.in_contents {
  max-width: 1020px;
  margin: 0 auto 40px;
}

/****************************************************
title_1
****************************************************/

.title_top {
  font-size: 30px;
  line-height: 1.5;
  display: block;
  margin-bottom: 7px;
}

.title_midle {
  font-size: 44px;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
}

.title_bottom {
  font-size: 26px;
  line-height: 1;
  display: block;
}

.title_min {
  font-size: 85%;
}



/****************************************************
2column_1
****************************************************/

.col2_wrap1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.col2_wrap1__item {
  width: 48.5%;
}

@media screen and (max-width:750px) {
  .col2_wrap1 {
    display: block;

    margin-bottom: 10px;
  }
  .col2_wrap1__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .col2_wrap1__txt {
    font-size: 12px;
  }
}


/****************************************************
block_cpn
****************************************************/

.block_cpn {
  font-weight: bold;
  margin-bottom: 3rem;
  display: inline-block;
}

.block_cpn h4 {
  font-size: 20px;
}

.block_cpn__txt {
  position: relative;
  margin-bottom: 5rem;
}

.block_cpn p {
  font-size: 25px;
}

.block_cpn__txt:after {
  content: url(../img/plus.png);
  position: absolute;
  top: 5rem;
  right: 50%;
}

@media screen and (max-width: 750px) {
  .block_cpn h4 {
    font-size: 16px;
  }
  .block_cpn p {
    font-size: 18px;
  }
  .block_cpn__txt:after {
    top: 4rem;
  }
  .block_cpn {
    margin-bottom: 0;
  }
}



.txt_lead {
  font-size: 17px;
  line-height: 1.6;
  /*
  margin-top: 10px;
  */
}

.txt_strong {
  font-size: 15px;
  margin-bottom: 3rem;
}
.txt_strong span{
  font-size: 14px;
  display: block;
}
.txt_cap {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
}

.title_underline {
  font-size: 25px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.wd_flexible {
  display: inline-block;
}

.img_flex {
  width: 100%;
  border: solid 1px #b3b3b3;
}

.img_flex_2 {
  width: 100%;
  border: solid 1px #b3b3b3;
}

.txt_middle {
  font-size: 15px;
  line-height: 1.5;
}

.txt_larger {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.txt_larger_bottom {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 10px;
}

.txt_largest {
  font-size: 150%;
  display: inline-block;
  margin-bottom: 5px;
}

.dl_flap dt {
  line-height: 1.3;
  margin-bottom: 10px;
}

.dl_flap dt span {
  display: inline-block;
  border-bottom: solid 1px #000000;
}

.dl_flap dd {
  line-height: 1.8;
}

.dl_flap dd.txt_larger {
  display: block;
}

.dl_flap dd+dd {
  margin-top: 5px;
}

.dl_flap dt+.txt_largest {
  margin-top: -7px;
  margin-bottom: 0;
}

.col2_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.col2 {
  width: 48.5%;
  margin: 0 3% 20px 0;
}

.col2:nth-child(even) {
  margin-right: 0;
}

.list_flexflap {
  margin-bottom: 10px
}

.list_flexflap li {
  width: 100%;
  display: inline-block;
  line-height: 1.4;
  margin: 0 5px 2px 0;
}
.title_normal {
  font-size: 16px;
  margin-bottom: 10px;
}
.cpn_detail_block dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 1px #000000;
  padding: 0 3px;
  margin-bottom: 12px;
}

.cpn_detail_block dd {
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}

.cpn_detail_block {
  margin-bottom: 30px;
}

.list_no_newline li {
  display: inline-block;
  margin-bottom: 5px;
}

.list_no_newline li:after {
  display: inline-block;
  content: "/";
  margin: 0 2px 0 5px;
}

.list_no_newline li:nth-last-child(1):after {
  content: "";
  margin: 0;
}

.arrow_d li:hover {
  opacity: .7;
}

.arrow_d li:after {
  display: none;
}

.arrow_d li a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 15px 0px 12px;
}

.btn_wrap li {
  width: 49%;
  margin: 0 0 15px auto;
}

.btn_wrap .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;
}

.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;
}

.btn_wrap .btn_box_2 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;
  margin-top: -19%;
}

.btn_box_2 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_2 a:hover {
  text-decoration: none;
  opacity: .7;
}


/* col3_plus */

.block_section {
  width: 1020px;
  margin: 0 auto;
}

.section_0 {
  margin-bottom: 45px;
}

.section_1 {
  margin-bottom: 35px;
}

.section_1_last {
  margin-bottom: 75px;
}

.section_wrap_1 {
    margin-bottom: 80px;
    margin-top: 20px;
}

.section_2 {
  margin-bottom: 50px;
}

.section_wrap_2 {
  margin: 25px auto 100px;
}

.section_wrap_4 {
  margin: 20px auto 25px;
}

.section_btn_0 {
  margin: 0 auto 35px;
}

.sp {
  display: none;
}

.mb15 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.col2_line {
  border-top: solid 1px #000;
  padding: 20px 0;
  width: 70%;
  margin: 0 auto;
}

.col2_line {
  border-top: solid 1px #000;
  padding: 20px 0;
  width: 70%;
  margin: 0 auto;
}

video {
  width: 495px;
}


/* media screen=================================================================*/

@media screen and (max-width:750px) {
  .hero_wrap_title {
    width: 95%;
    margin: 25px auto;
    color: #000000;
    font-size: 10px;
  }
  .hero_wrap img {
    width: 100%;
  }
  .title_top {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .title_midle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .title_bottom {
    font-size: 16px;
  }
  .txt_lead {
    font-size: 15px;
    line-height: 1.6;
  }
  .txt_strong {
    font-size: 14px;
  }
  .txt_cap {
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
  }
  .txt_middle {
    font-size: 14px;
    line-height: 1.5;
  }
  .txt_larger {
    font-size: 115%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .txt_largest {
    font-size: 150%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .title_underline {
    font-size: 18px;
    line-height: 1.25;
    border-bottom: solid 1px #000000;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .wd_flexible {
    display: inline-block;
  }
  .dl_flap dt {
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .dl_flap dd {
    line-height: 1.5;
  }
  .dl_flap dt+.txt_largest {
    margin-top: -7px;
    margin-bottom: 0;
  }
  .col2_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .col2 {
    width: 48.5%;
    margin: 0 3% 5px 0;
  }
  .col2:nth-child(even) {
    margin-right: 0;
  }

  .col2_wrap_sp {
    display: flex;
    flex-wrap: wrap;
    font-size: 85%;
  }
  .col2_wrap_sp .col2_wrap {
    display: block;
    width: 100%;
  }

  .col2_wrap_sp .col2_wrap .dl_flap dd {
    width: 100%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .col2_wrap_sp .col2_wrap .dl_flap .dl_flap_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .col2_wrap_sp .col2_wrap:nth-child(even) {
    margin-right: 0;
  }
  .col2_wrap_sp .col2_wrap .col2 {
    width: auto;
    margin-right: auto;
  }
  .list_flexflap {
    margin-bottom: 10px;
  }
  .list_flexflap li {
    display: inline-block;
    line-height: 1.4;
    margin: 0 5px 2px 0;
  }
  .cpn_detail_block dt {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 1px #000000;
    padding: 0 3px;
    margin-bottom: 10px;
  }
  .cpn_detail_block dd {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
  }
  .cpn_detail_block {
    margin-bottom: 20px;
  }
  .list_no_newline li {
    display: inline-block;
    margin-bottom: 5px;
  }
  .list_no_newline li:after {
    display: inline-block;
    content: "/";
    margin: 0 2px 0 5px;
  }
  .list_no_newline li:nth-last-child(1):after {
    content: "";
    margin: 0;
  }
  .arrow_d li:hover {
    opacity: 1;
  }
  .arrow_d li:after {
    display: none;
  }
  .arrow_d li a:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 4px 15px 0px 12px;
  }
  .btn_wrap li {
    width: auto;
    margin: 0 0 15px auto;
  }
  .btn_wrap .btn_box a {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #FFF;
    background-color: #000000;
    padding: 20px 20px 20px 25px;
    box-sizing: border-box;
    position: relative;
  }
  .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: 1;
  }
  /* col3_plus */
  .btn_wrap .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;
  }
  .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;
  }
  .btn_wrap .btn_box_2 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;
    margin-top: inherit;
  }
  .btn_box_2 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_2 a:hover {
    text-decoration: none;
    opacity: .7;
  }
  /* list_caution */
  .block_section {
    width: auto;
    margin: 0 auto;
  }
  .section_0 {
    margin-bottom: 25px;
  }
  .section_1 {
    margin-bottom: 35px;
  }
  .section_wrap_1 {
    margin-bottom: 15px;
  }
  .section_2 {
    margin-bottom: 30px;
  }
  .section_wrap_2 {
    margin: 20px auto 15px;
  }
  .section_wrap_4 {
    margin: 10px auto 10px;
  }
  .section_btn_0 {
    width: 100%;
    margin: 5px auto 5px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  video {
    width: 100% !important;
  }
}

.col3_wrap1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.col3_wrap1__item1 {
  width: 30%;
  margin-right: 2%;
}
.col3_wrap1__item2{
  width: 30%;
  margin-right: 2%;
}
.col3_wrap1__item3 {
  width: 36%;
  font-size: 1.43rem;
}

@media screen and (max-width:750px) {
	.col3_wrap1 {
		display: block;
	}
	.col3_wrap1__item1 {
		width: 100%;
		margin-bottom: 5%;
		margin-right: inherit;
	}
	.col3_wrap1__item2 {
		width: 100%;
		margin-bottom: 5%;
		margin-right: inherit;
	}
	.col3_wrap1__item3 {
		width: 100%;
		font-size: 1.24rem;
	}
	.layout-01._col3 {
		margin: 25px -10px 0 !important;
	}
}