@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");
}
.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;
}
/* =================================================
 * common
 * ================================================*/



#hero_wrap {
	position: relative;
	margin-bottom: 50px;
}
.hero_inner {
	position: absolute;
	top: 35px;
	left: 50px;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.25;
}
.hero_inner .tit_min {
	font-size: 85%;
	margin: 0 0 0 -5px;
}
/* .txt_ */
.txt_lead {
	font-size: 16px;
	margin-bottom: 45px;
}
.txt_min {
	font-size: 85%;
}
/* .list_ */
.list_disc li {
	list-style: disc outside;
	line-height: 1.5;
}
.list_cap li {
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 12px;
}
.list_cap li:before {
	content: "※";
}
.list_steps li {
}
.list_steps li:after {
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	background: url("../img/icon_arrow_down.png") top center no-repeat;
	background-size: 25px;
	margin: 15px auto 10px auto;
}
.list_steps li:nth-last-child(1):after {
	display: none;
}
.list_steps dt {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.list_steps dd {
	font-size: 15px;
}
/* .section */
.section {
	margin-bottom: 75px;
}
.section h2 {
	display: inline-block;
	font-size: 28px;
	line-height: 1.25;
	padding: 0;
	margin-bottom: 25px;
}
.section h3 {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 25px;
}



/* .col2 */
.col2 {
	width: 98%;
	overflow: hidden;
	margin: 0 auto 50px auto;
}
.col2_l {
	width: 43%;
	float: left;
}
.col2_img {
	width: 100%;
}
.col2_r {
	width: 51%;
	float: right;
}
.col2_r .list_disc li {
	font-size: 16px;
	margin-bottom: 25px;
}
/* .col1 */
.col1 {
	width: 90%;
	margin-bottom: 50px;
}
.col1_img {
	width: 100%;
	margin-bottom: 35px;
}
/* .btn_wrap */
.btn_wrap {
	float: right;
	margin: 0px 0 25px 0px;
}
.btn_wrap li {
	margin-bottom: 10px;
}
.btn_box a {
	display: block;
	width: 475px;
	padding: 13px 20px;
	line-height: 1.25;
	background: #000000 url("../img/arrow_w.png") right 20px center no-repeat;
	background-size: 14px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.btn_box a:hover {
	opacity: .7;
	text-decoration: none;
}
.sp {
	display: none;
}

span.shoulder {
	font-size: 0.6em;
	font-weight: bold;
	color: #ffffff;
}
h3.underb{
	border-bottom: solid 1px #000000;
	display: inline-block;
	margin-bottom: 10px;
}
.col2_r p{
	font-size: 16px;
}
.stxt{
	font-size: 14px;
	line-height: 1.65em;
}
.text_a_h3 {
	margin: 30px auto 0;
}
.width {
	width: 100%;
	max-width: 380px;
  }

/* media screen=====================================================================================
*/
@media screen and (max-width:640px) {

span.shoulder {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}
h3.underb{
	font-size: 16px;
	border-bottom: solid 1px #000000;
	display: inline-block;
	margin-bottom: 10px;
}
.col2_r p{
	font-size: 13px;
}
.stxt{
	font-size: 11px;
	line-height: 1.65em;
	margin-bottom: 15px;
}
#hero_wrap {
	position: relative;
	margin-bottom: 20px;
}
#hero_wrap img {
	width: 100%;
}
.hero_inner {
	top: 6%;
	left: 2%;
	font-size: 16px;
	line-height: 1.3;
}
.hero_inner .tit_min {
	font-size: 85%;
	margin: 0 0 0 0;
}
/* .txt_ */
.txt_lead {
	font-size: 13px;
	margin-bottom: 30px;
}
.txt_min {
	font-size: 85%;
}
/* .list_ */
.list_disc li {
	margin-bottom: 10px;
}
.list_disc li:before {
	content: "● ";
}
.list_cap li {
	margin-bottom: 2px;
	font-size: 10px;
}
.list_cap li:before {
}
.list_steps li {
	margin-bottom: 0;
}
.list_steps li:after {
	background-size: 15px;
	margin: 10px auto 0px auto;
}
.list_steps dt {
	font-size: 12px;
	margin-bottom: 5px;
}
.list_steps dd {
	font-size: 12px;
}
/* .section */
.section {
	margin-bottom: -25px;
}
.section h2 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 15px;
}
.section h3 {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 5px;
}
/* .col2 */
.col2 {
	width: 95%;
	overflow: hidden;
	margin: 0 auto 30px auto;
}
.col2_l {
	width: 100%;
}
.col2_img {
	width: 100%;
	margin: 0 auto 20px auto;
}
.col2_r {
	width: auto;
	float: none;
}
.col2_r .list_disc li {
	font-size: 13px;
	margin-bottom: 5px;
}
/* .col1 */
.col1 {
	width: 90%;
	margin-bottom: 50px;
}
.col1_img {
	width: 100%;
	margin-bottom: 15px;
}
/* .btn_wrap */
.btn_wrap {
	float: none;
	margin: 60px 0 45px 0px;
}
.btn_wrap li {
	margin-bottom: 10px;
}
.btn_box a {
	width: auto;
	padding: 10px 15px;
	line-height: 1.25;
	background: #000000 url("../img/arrow_w.png") right 10px center no-repeat;
	background-size: 10px;
	font-size: 12px;
}
.btn_box a:hover {
	opacity: 1;
}

.pc{
	width: 100%;
}

.sp {
	display: inline-block;
}
.width {
	width: calc(100% - 40px);
}
}

/* gray block */
.block_segment_wrap_gray {
	width: 1120px;
	background: #f2f2f2;
	padding: 40px 60px;
  margin: 30px -30px 50px;
}
.title_1 {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 10px;
}
.title_2 {
	font-size: 28px;
	line-height: 1.35;
	margin-bottom: 15px;
}
.text_3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.text_5 {
	font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.txt_cap_1 {
  font-size: 15px;
  margin-bottom: 10px;
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.flex_wrap_inner_w50 {
  width: 48.5%;
}
.btn_box_2 a {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  color: #FFF;
  text-decoration: none;
  background-color: #000000;
  padding: 15px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
/* .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: 10px;
} */
.btn_box_2 a:hover {
  text-decoration: none;
  opacity: .7;
}
.btn_box_border a {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
}
/* .btn_box_border a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
} */
.btn_box_border a:hover{
  text-decoration: none;
  background-color: #e9e9e9;
  transition: 0.3s;
}

@media screen and (max-width:640px) {
	.block_segment_wrap_gray {
    width: 120%;
    background: #f2f2f2;
    padding: 40px 25px 20px;
    margin: 0 -10% 50px;
}
	.title_1 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.title_2 {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.text_3 {
		font-size: 17px;
		line-height: 1.7;
		margin-bottom: 10px;
	}
	.text_5 {
		font-size: 18px;
		line-height: 1.7;
	}
	.txt_cap_1 {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.flex_wrap {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.flex_wrap_inner_w50 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.btn_box_2 a {
		display: block;
		font-size: 16px;
		line-height: 1.4;
		color: #FFF;
		background-color: #000000;
		padding: 15px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
	}
	/* .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: 10px;
	} */
	.btn_box_2 a:hover {
		text-decoration: none;
		opacity: 1;
	}
	.btn_box_border a {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 1.4;
		color: #000;
		text-decoration: none;
		padding: 13px 20px 12px;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #000;
		text-align: center;
		margin: auto;
	}
	/* .btn_box_border a:after {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: translate(-50%, -50%) rotate(45deg);
		position: absolute;
		top: 50%;
		right: 10px;
	} */
}
@media (max-width: 500px) {
  .two_column_img_b {
    padding: 0 10px;
  }
}


/* キャンペーン黒背景 */
.gray_contents_sec.black .inner,
.gray_contents_sec_2 {
	background: #000;
}
.gray_contents_sec.black .inner {
	padding: 40px 0;
}
.black .two_column_flex {
	margin-top: 0;
}
.gray_contents_sec.black h4,
.gray_contents_sec.black h5,
.gray_contents_sec.black p {
	color: #fff;
}
.gray_contents_sec.black .pattern_btn {
	border: 1px solid #fff;
	color:#fff;
}

@media (max-width: 500px) {
	.gray_contents_sec.black .inner {
		padding: 0 0 30px;
	}
	.black .two_column_flex {
		margin-top: 0;
	}
	.black .two_column_text {
		background: #000;
  }
	.gray_contents_sec.black .pattern_btn {
    width: 100%;
  }
}

