@charset "utf-8";
.ateb {
		font-family: AudiTypeExtendBold !important;
		font-weight: normal !important;
		padding: 0;
}

.sp {
	display: none;
}
@media screen and (max-width:1024px) {
	.pc {
		display: block;
	}
}
@media screen and (max-width:640px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
/* -------------------------------------- */

.title_1 {
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 400;
  }
.title_2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 400;
}
.title_3 {
	font-size: 2.3rem;
	line-height: 1.8;
	font-weight: 400;
}
.txt_lead {
	font-size: 1.6rem;
	line-height: 1.7!important;
	margin-bottom: 15px;
}
.txt_2 {
    font-size: 18px;
    font-weight: bold;
}
.txt_3 {
	font-size: 21px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.txt_4 {
	font-size: 16px;
	line-height: 2.3;
}
.txt_5 {
	font-size: 20px;
}
.txt_6 {
	font-size: 1.4rem;
}
.link_txt {
	text-decoration: underline;
}
.link_txt:hover {
	text-decoration: none;
	opacity: .7;
}
.cap1 {
	display: block;
	font-size: 15px;
	line-height: 1.8;
}
.cap2 {
	font-size: 12px;
	margin-top: 15px;
	font-weight: normal;
}
.cap3 {
	font-size: 1.3rem;
	margin: 10px auto;
}
.border_r {
	border-right: 1px solid #000;
}
@media screen and (max-width:640px) {
	.title_1 {
		font-size: 21px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.title_2 {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: 400;
	}
	.title_3 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.txt_lead {
		font-size: 1.5rem;
	}
	.txt_3 {
	font-size: 17px;
	line-height: 1.6;
	}
	.txt_4 {
	font-size: 1.5rem;
	}
	.txt_5 {
		font-size: 18px;
	}
	.txt_6 {
	font-size: 15px;
	}
	.cap1 {
		display: inline-block;
		font-size: 15px;
		margin-top: 5px;
	}
	.cap2 {
		font-size: 12px;
	}
	.cap3 {
		font-size: 1.2rem;
		margin: 10px auto;
	}
}
/* -------------------------------------- */
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_wrap.center {
	justify-content: center;
}
.flex_wrap.reverse {
	flex-direction: row-reverse;
}
.flex_wrap_small {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto 30px;
	align-items: center;
}
.col2 {
	width: 46%;
}
.col3,
.col3_w100 {
	width: calc(98%/3);
	margin: 0 0 30px;
}
.flex_wrap_inner_w20 {
	width: 14%;
}
.flex_wrap_inner_w80 {
	width: 85%;
}
.flex_wrap_inner_w30 {
	width: 23%;
}
.flex_wrap_inner_w70 {
	width: 76%;
}
.flex_wrap_inner_w50 {
	width: 48%;
}

@media screen and (max-width:640px) {
	.flex_wrap_small {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto 30px;
	}
	.col2 {
	width: 100%;
	margin-bottom: 30px;
	}
	.col3 {
		width: 49%;
		margin: 0 0 10px;
	}
	.col3:nth-child(2n+1) {
		margin-right: 0;
	}
	.col3_w100 {
		width: 100%;
	}
	.flex_wrap_inner_w20 {
		width: 100%;
	}
	.flex_wrap_inner_w80 {
		width: 100%;
	}
	.flex_wrap_inner_w30 {
		width: 100%;
	}
	.flex_wrap_inner_w70 {
		width: 100%;
	}
	.flex_wrap_inner_w50 {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* -------------------------------------- */

.dl_1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	margin: 20px auto 25px;
  }
.dl_1:nth-last-child(1) {
	margin-bottom: 0;
}
.dl_1 dt {
	font-weight: bold;
	width: 13%;
	font-size: 17px;
}
.dl_1 dd {
	font-weight: normal;
	width: 86%;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.dl_1 dd.day {
	font-weight: normal;
	width: 60%;
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.dl_1 dd .cap {
	font-weight: normal;
	/* width: 40%; */
	font-size: 13px;
	line-height: 1.7;
	margin-top: 5px;
	display: inline-block;
}
.dl_2 {
	display: flex;
	flex-wrap: wrap;
}
.dl_2 dt {
	width: 25%;
	font-size: 17px;
}
.dl_2 dd {
	width: 70%;
	font-size: 17px;
	line-height: 1.8;
}
.border_1 {
	border-bottom: 1px solid #000;
	width: 90%;
	margin: 70px auto 80px;
}
.bnr {
	position: relative;
	margin-bottom: 30px;
}

@media screen and (max-width:640px) {
	.dl_1 {
		display: flex;
		flex-wrap: wrap;
		font-size: 17px;
		margin: 20px auto 0;
	}
	.dl_1 dt {
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.dl_1 dd {
		font-weight: normal;
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.dl_1 dd.day {
		font-weight: normal;
		width: 100%;
		font-size: 17px;
		line-height: 1.8;
		margin-bottom: 0px;
	}
	.dl_1 dd.cap {
		font-weight: normal;
		width: 100%;
		font-size: 12px;
		line-height: 1.7;
		margin-top: 10px;
	}
	.dl_2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
	.dl_2 dt {
		width: 33%;
		font-size: 16px;
	}
	.dl_2 dd {
		width: 65%;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	.border_1 {
		border-bottom: 1px solid #000;
		width: 90%;
		margin: 50px auto 60px;
	}
	.bnr {
		position: relative;
	}
}
  
@media screen and (max-width: 340px) {
	.dl_2 dt {
		width: 35%;
		font-size: 16px;
	}
	.dl_2 dd {
		width: 62%;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 5px;
	}
}

/* spec_table */
.spec_table {
width: 100%;
}
.spec_table th {
font-size: 15px;
line-height: 1.6;
padding: 10px;
box-sizing: border-box;
border-collapse: collapse;
border: 1px solid #000;
background: #efefef;
font-weight: normal;
}
.spec_table td {
font-size: 15px;
line-height: 1.6;
padding: 10px 12px;
box-sizing: border-box;
border-collapse: collapse;
border: 1px solid #000;
}
.spec_table sup {
font-size: 60%;
}
.spec_table td.model {
width: 20%;
}
.spec_table td a {
line-height: 1.5;
text-decoration: underline;
}
.spec_table td a:hover {
text-decoration: none;
opacity: .7;
}
.spec_table td.center {
text-align: center;
}
.spec_table td.price {
text-align: right;
}

@media only screen and (max-width: 640px) {
	.scroll_table {
	overflow-x: scroll;
	white-space: nowrap;
	border: solid 1px #ddd;
	padding: 20px 20px;
	}
}
