@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: #000000;
	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;
	border-bottom: solid 1px #000000;
	padding: 0 10px 0px 10px;
	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;
}

@media screen and (max-width:640px) {
#hero_wrap {
	position: relative;
	margin-bottom: 25px;
}
#hero_wrap img {
	width: 100%;
}
.hero_inner {
	top: 10%;
	left: 2%;
	font-size: 14px;
	line-height: 1.25;
}
.hero_inner .tit_min {
	font-size: 85%;
	margin: 0 0 0 0;
}
/* .txt_ */
.txt_lead {
	font-size: 13px;
	margin-bottom: 15px;
}
.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.3;
	padding: 0 5px;
	margin-bottom: 15px;
}
.section h3 {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 15px;
}
/* .col2 */
.col2 {
	width: 95%;
	overflow: hidden;
	margin: 0 auto 50px auto;
}
.col2_l {
}
.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 {
	display: none;
}
.sp {
	display: inline-block;
}
}
