@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");
}
.atn {
	font-family: AudiType;
	font-weight: normal !important;
}
.atb {
	font-family: AudiTypeBold;
	font-weight: normal !important;
}
.aten {
	font-family: AudiTypeExtendedNormal;
	font-weight: normal !important;
}
.atei {
	font-family: AudiTypeExtendedItalic !important;
	font-weight: normal !important;
	padding: 0;
}
.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}
.atebi {
	font-family: AudiTypeExtendedBoldItalic;
	font-weight: normal !important;
	padding: 0;
}
.noat {
	font-family: Verdana, Helvetica, Arial, " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main {
	width: auto;
	padding: 0 0 30px;
}
#pnkz {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
} 
.btn-sns-01 {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.contents {
	margin-bottom: 100px;
}
.hero_wrap {
	width: 1060px;
	margin: 0 auto 45px;
}

.block_segment_wrap {
	width: 970px;
	margin: 0 auto;
}

.block_group {
	margin-bottom: 70px;
}

.block_group_01 {
	margin-bottom: 0;
}

.block_group_1 {
	margin-bottom: 40px;
}

.block_group_2 {
	margin-bottom: 30px;
}

.block_group_3 {
	margin-bottom: 15px;
}

.block_segment_wrap_gray {
	width: auto;
	background: #e0d8d8;
	padding: 50px 0 20px;
	margin-bottom: 50px;
}

.title_1, .title_1_2 {
	font-size: 35px;
	line-height: 1.35;
	margin-bottom: 20px;
}

.title_2 {
	font-size: 28px;
	line-height: 1.35;
	margin-bottom: 15px;
}

.title_3 {
	font-size: 23px;
	line-height: 1.35;
}

.title_4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.title_icon {
  font-size: 23px;
  background: url("../img/yt_icon.png") 0 3px / 34px no-repeat;
  padding-left: 51px;
  line-height: 1.3;
}

.text_lead {
	font-size: 17px;
	line-height: 1.7;
}

.text_2 {
  font-size: 23px;
  font-weight: bold;
	line-height: 1.8;
}

.text_3 {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.text_4 {
	font-size: 16px;
	text-align: right;
	margin-bottom: 25px;
}
.text_5 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.35;
	margin-bottom: 30px;
}
.cap_1 {
	font-size: 15px;
}

.fontsize_80 {
	display: inline-block;
	font-size: 80%;
	margin-bottom: 5px;
}

.link_text_1 {
  font-size: 23px;
  margin-right: 20px;
  display: inline-block;
}
.link_text_1:hover {
	text-decoration: none;
}
.link_text_1::after{
  display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 0 3px 9px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.img_w100 {
	width: 100%;
	margin-bottom: 25px;
}

.img_w50 {
	width: 100%;
	margin-bottom: 0;
}

.flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
	margin-top: 20px;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex_wrap_inner_w50 {
	width: 48%;
	margin: 0 4% 30px 0;
}

.flex_wrap_inner_w80 {
	width: 78%;
	margin: 0 2% 25px 0;
}

.flex_wrap_inner_w20 {
	width: 20%;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w70 {
	width: 66.5%;
	margin: 0 2% 25px 0;
}

.flex_wrap_inner_w30 {
	width: calc(96% /3);
	margin: 0 2% 10px 0;
}
.flex_wrap_inner_w30:nth-child(3n) {
	margin-right: 0;
}
.flex_wrap_inner_w25 {
	width: 27%;
	margin: 0 2% 25px 0;
}

.flex_wrap_inner_w75 {
	width: 71%;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w50:nth-child(2n) {
	margin-right: 0;
}

.flex_wrap_inner_w40 {
  width: 37%;
  margin: 0 3% 0 0;
}

.flex_wrap_inner_w60 {
  width: 60%;
}

.border_1 {
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin-bottom: 60px;
}

.btn_text {
  font-size: 17px;
	display: block;
	text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
}

.btn_text:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_text:hover {
	opacity: .7;
}

.btn_box {
  display: inline-block;
  min-width: 320px;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000000;
}

.btn_box span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_box_border {
  display: inline-block;
  min-width: 320px;
	font-size: 17px;
	color: #000;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
  background: #fff;
  border: solid 1px #000;
}

.btn_box_border span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.btn_box:hover,
.btn_box_center:hover,
.btn_box_border_center:hover {
	opacity: .7;
}

.btn_box_center {
  display: inline-block;
  width: 36%;
  margin: 5px 32% 25px;
	font-size: 17px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000;
}

.btn_box_border_center {
  display: inline-block;
  min-width: 80%;
  margin: 0 10%;
  padding: 15px 30px 11px;
  color: #000000;
	background: #fff;
	border: solid 1px #000;
  font-size: 17px;
  font-weight: bold;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
}

.btn_box_border_center:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 180px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.dl_1 {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 10px;
}
.dl_1:nth-last-child(1) {
	margin-bottom: 0;
}
.dl_1 dt {
	font-weight: bold;
	width: 20%;
  font-size: 23px;
  border-right: 1px solid #000;
  margin: 0 5% 30px 0;
}
.dl_1 dd {
	width: 75%;
  font-size: 23px;
  margin: 2px 0 30px;
  line-height: 1.45;
}

.sp {
	display: none;
}

@media screen and (max-width: 640px) {
.contents {
	margin-bottom: 50px;
}
.btn-sns-01 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.hero_wrap {
	width: auto;
	margin-bottom: 30px;
}

.block_segment_wrap {
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
}

.block_group {
	margin-bottom: 50px;
}
	
.block_group_01 {
	margin-bottom: 15px;
}
	
.block_group_1 {
	margin-bottom: 40px;
}

.block_group_2 {
	margin-bottom: 0;
}

.block_group_3 {
	margin-bottom: 10px;
}

.block_segment_wrap_gray {
	width: auto;
	background: #e0d8d8;
	padding: 35px 0 10px;
	margin-bottom: 30px;
}

.title_1 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.title_1_2 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.title_2 {
	font-size: 22px;
	line-height: 1.35;
	margin-bottom: 15px;
}

.title_3 {
	font-size: 22px;
	line-height: 1.35;
	margin-bottom: 15px;
}
.title_4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.title_icon {
  font-size: 17px;
  background: url("../img/yt_icon.png") 0 3px / 28px no-repeat;
  padding-left: 44px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.text_1_c {
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.text_2 {
	font-size: 16px;
	line-height: 1.8;
}

.text_3 {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.text_4 {
	font-size: 14px;
	text-align: right;
	margin-bottom: 25px;
}
.text_5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	margin-bottom: 30px;
}
.cap_1 {
	margin-top: 15px;
	font-size: 17px;
}

.fontsize_80 {
	display: inline-block;
	font-size: 80%;
	margin-bottom: 5px;
}

.link_text_1 {
  display: inline-block;
  font-size: 17px;
  line-height: 2;
}

.img_w100 {
	width: 100%;
	margin-bottom: 0;
}

.img_w50 {
	width: 100%;
	margin-bottom: 0;
}

/* .img_w50.sp {
	margin-bottom: 20px;
} */

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex_wrap_inner_w50 {
	width: auto;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w80 {
	width: 66%;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w20 {
	width: 30%;
	margin: 0 4% 25px 0;
}

.flex_wrap_inner_w70 {
	width: auto;
	margin: 0 0 2% 0;
}

.flex_wrap_inner_w30 {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
  margin: 0 5% 25px;
  align-items: flex-start;
}
.flex_wrap_inner_w50_sp {
	width: 49%;
	margin: 0 2% 0 0 ;
}
	
.flex_wrap_inner_w50_sp:nth-child(2n) {
	margin-right: 0;
}

.flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
	margin-top: 0;
}
	
.flex_wrap_inner_w25 {
	width: auto;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w75 {
	width: auto;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w50:nth-child(2n) {
	margin-right: 0;
}

.flex_wrap_inner_w40 {
  width: auto;
  margin: 0 0 20px 0;
}

.flex_wrap_inner_w60 {
  width: auto;
}

.border_1 {
	width: 90%;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 0 auto 50px;
	background: red;
}

.btn_text {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.btn_text:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 8px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_text:hover {
	opacity: 1;
}

.btn_box {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
  background: #000000;
  min-width: 100%;
}
.btn_box span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
	
.btn_box:hover {
	opacity: 1;
}

.btn_box_border {
	display: block;
	font-size: 17px;
	color: #000;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
  background: #fff;
  border: 1px solid #000;
  min-width: 100%;
}
.btn_box_border span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_box_center {
  display: inline-block;
  width: 100%;
  margin: 5px 0 5px;
	font-size: 17px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000;
}

.btn_box_border_center {
  min-width: 100%;
  margin: 20px auto;
  padding: 13px 30px;
  color: #000000;
	background: #fff;
	border: solid 1px #000;
  font-size: 17px;
  font-weight: bold;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;}

.btn_box_border_center:after {
	display: inline-block;
	content: "";
	width: 10px;
  height: 10px;
  margin-left: 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.dl_1 {
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.dl_1:nth-last-child(1) {
	margin-bottom: 0;
}
.dl_1 dt {
	width: auto;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -1px;
  border: none;
}
.dl_1 dd {
	font-weight: normal;
	width: auto;
	font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.dl_1 dd.bold {
  font-size: 20px;
  font-weight: bold;
}

.flex_element {
	display: inline-block;
}
	
.pc {
	display: none;
}

.sp {
	display: block;
}

}

.del {
  display: inline-block;
  position: relative;
}

.del::before {
  content: '';
  position: absolute; 
  width: 100%;
  height: 1px;
  border-top: solid 2px #000;
  left: 0 ; 
  top: calc(50%);  
}