﻿@charset "utf-8";

/* =================================================
 * font
 * ================================================*/

 @font-face {
	font-family: AudiType;
	src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../../../common/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;
}
#main {
  width: 100%;
  padding: 0;
}
.block_width_wrap {
  width: 1060px;
  margin: 0 auto;
}
.block_width_inner {
  width: 950px;
  margin: 0 auto;
}
.block_black {
  background: #000;
  padding: 30px 10px;
  margin: 80px 0;
  color: #fff;
}
.block_black p {
  color: #fff;
}
.hero_wrap {
  position: relative
}
.hero_wrap_title {
  width: 1020px;
  margin: 45px auto -5px;
  line-height: 1.25;
}
.title_top {
  font-size: 25px;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.title_midle {
  font-size: 35px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
.title_bottom {
  font-size: 25px;
  line-height: 1.5;
}
.title_0_c {
  font-size: 32px;
  text-align: center;
}
.title_1 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.title_2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.txt_cap {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin: 10px 0 20px;
}
.txt_lead {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.txt_1 {
	font-size: 20px;
  margin-bottom: 3px;
}
.txt_2 {
	font-size: 17px;
	margin-bottom: 20px;
}
.txt_3 {
	font-size: 17px;
	margin-bottom: 20px;
}
.title_h3 {
  font-weight: bold;
	font-size: 28px;
  line-height: 1.4
}
.section__2 .title_h3 {
  margin-bottom: 30px;
}
.bg_g {
	background: #f2f2f2;
	padding: 45px 0 20px;
	margin-bottom: 50px;
}
.bold {
  font-weight: bold;
}
/* btn */
.btn_box a {
	display: inline-block;
  width: 100%;
	font-size: 17px;
  text-align: center;
	line-height: 1.25;
	color: #ffffff;
	background-color: #000000;
	padding: 14px 20px;
}
.btn_box_70 a {
	display: inline-block;
  width: 70%;
	font-size: 17px;
  text-align: center;
	line-height: 1.25;
	color: #ffffff;
	background-color: #000000;
	padding: 14px 20px;
  text-decoration: none;
  margin-top: 10px;
}
.btn_box a:hover,
.btn_box_70 a:hover {
	text-decoration: none;
	opacity: .7;
}
.btn_border a {
	display: inline-block;
  width: 60%;
	font-size: 17px;
  text-align: center;
	line-height: 1.25;
  border: 1px solid #000;
	padding: 14px 20px;
  margin-top: 10px;
}
.btn_border a:hover {
	text-decoration: none;
  background: #f2f2f2;
}
dl {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.dl_1 dt {
  width: 30%;
  font-size: 17px;
  font-weight: bold;
}
.dl_1 dt.end {
  font-weight: normal;
  text-decoration: line-through;
}
.dl_1 dd {
  width: 70%;
  font-size: 17px;
  font-weight: bold;
}
.dl_1 dd.end {
  font-weight: normal;
  text-decoration: line-through;
}
.dl_1 dd a {
  display: inline-block;
  text-decoration: underline;
}
.dl_1 dd a:hover {
  text-decoration: none;
}
.border {
  width: 100%;
  border-bottom: solid 1px #000;
  margin: 20px auto;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.flex_wrap.reverse {
  flex-direction: row-reverse;
}
.flex_wrap_inner_w40 {
  width: 40%;
}
.flex_wrap_inner_w60 {
  width: 56%;
}
.flex_wrap_inner_w50 {
  width: 48.5%;
  margin-bottom: 30px;
}
.flex_wrap_2 {
  display: flex;
	flex-wrap: wrap;
}
.col4 {
  width: 24%;
  margin: 0 1.3% 10px 0;
}
.col4:nth-child(4n) {
  margin-right: 0;
}
.contents {
	margin-bottom: 75px;
}
a:hover {
  opacity: 0.7;
}
.sp {
  display: none;
}


/* media screen=================================================================*/
@media screen and (max-width: 640px) {
  .sp_content_padding {
    padding: 0 10px
  }
  .block_width_wrap {
    width: auto;
  }
  .block_width_inner {
  width: auto;
    padding: 0 10px;
  }
  .block_black {
    background: #000;
    padding: 10px;
    margin-bottom: 30px;
  }
  .hero_wrap_title {
    width: 95%;
    margin: 25px 0 0;
    color: #000000;
    font-size: 10px;
  }
  .hero_wrap img {
    width: 100%;
  }
  .title_top {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .title_midle {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .title_bottom {
    font-size: 17px;
    line-height: 1.6;
  }
  .title_0_c {
    font-size: 22px;
    line-height: 1.5;
  }
  .title_1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .title_2 {
    font-size: 20px;
    line-height: 1.6;
  }
  .txt_lead {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .txt_1 {
    font-size: 18px;
  }
  .txt_2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .txt_3 {
    font-size: 15px;
    line-height: 1.6;
    display: block;
    margin-top: 10px;
  }
  .title_h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .bg_g {
    background: #f2f2f2;
    padding: 30px 10px;
    margin-bottom: 35px;
  }
  /* btn */
  .btn_box a {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 1.25;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    padding: 14px 10px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 340px) {
    .btn_box a {
      font-size: 14px;
      padding: 14px 5px;
    }
  }
  .btn_box_70 a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.25;
    color: #ffffff;
    background-color: #000000;
    padding: 14px 20px;
    text-decoration: none;
    margin-top: 0;
  }
  .btn_box a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .btn_border a {
    display: block;
    width: auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.25;
    border: 1px solid #000;
    padding: 14px 20px;
    margin-top: 20px;
    box-sizing: border-box;
  }
  dl {
    display: block;
    }
  .dl_1 dt {
    margin-bottom: 5px;
    width: 100%;
  }
  .dl_1 dd {
    width: 100%;
  }
  .flex_wrap {
    display: block;
    flex-wrap: nowrap;
  }
  .flex_wrap img {
    margin-bottom: 10px;
  }
  .flex_wrap_inner_w40 {
    width: auto;
  }
  .flex_wrap_inner_w60 {
    width: auto;
  }
  .flex_wrap_inner_w50 {
    width: auto;
    margin-bottom: 15px;
  }
  .flex_wrap_inner_w50.img_w50 {
    margin-bottom: 0;
  }
  .flex_wrap_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .col4 {
    width: 48.5%;
    margin: 0 3% 10px 0;
  }
  .col4:nth-child(2n) {
    margin-right: 0;
  }

  .contents {
    margin-bottom: 75px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }

}

.section {
  max-width: 1020px;
  margin: 30px auto;
}
.section__0 {
	margin-bottom: 25px;
}
.section__1 {
	margin-bottom: 40px;
}
.section__2 {
	margin-bottom: 60px;
}
.section__3 {
	margin-bottom: 100px;
}
.section__4 {
	margin-bottom: 80px;
}
.section__5 {
	margin-bottom: 50px;
}
.section__6 {
	margin-bottom: 50px;
}
.section__7 {
  margin-bottom: 55px;
}
.section__7 ul li {
  font-size: 14px;
  line-height: 1.9;
}
.btn-sns-01 {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.endtitle_top {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin: 35px auto -15px;
}

@media screen and (max-width: 640px) {
.section__1 {
  margin-bottom: 40px;
}
.section__2 {
	margin-bottom: 40px;
}
.section__3 {
	margin-bottom: 60px;
}
.section__4 {
	margin-bottom: 60px;
}
.section__6 {
	margin-bottom: 50px;
}
.section__7 {
	margin-bottom: 10px;
}
.section__2 .title_h3,
.section__5 .title_h3,
.section__6 .title_h3 {
  font-size: 20px;
}
.section__2 h3 {
  margin: 10px 0;
}
.section__7 ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.btn-sns-01 {
  width: auto;
}
.btn-align-c {
  margin-bottom: 20px;
}
.endtitle_top {
  font-size: 17px;
  font-weight: bold;
  margin: 35px auto 20px;
}
}
