/* ==================================================
	common
================================================== */
#contents_chara img{
	height: auto;
}

.product_detail_price {
	font-weight: normal;
}
.product_detail_price.direct_price {
    color: #000;
}


/*-----------------------------------------*/

.product_detail_btn .button.critical {
	background-color: #0096d6;
}
.product_detail_btn .button.critical:hover {
	background-color: #007dba;
}



/* ----------------------------------------
	title
---------------------------------------- */

h2.hLine {
	color: #767676;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
h2.title {
	color: #0096d6;
	font-weight: bold;
}
.sub_title {
	font-size: 1.6rem;
	font-weight: bold;
}
.sub_title.line_b {
	position: relative;
	padding-bottom: calc(3px + .3em);
	color: #767676;
}
.sub_title.line_b::before,
.sub_title.line_b::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
}
.sub_title.line_b::before {
	width: 90px;
	background: #767676;
}
.sub_title.line_b::after {
	width: 45px;
	background: #0096d6;
}
h2.title + p {
	margin-top: 1em;
}
.sub_title + p {
	margin-top: .8em;
}
.sub_title.line_b + * {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	h2.hLine {
		font-size: 20px;
	}
	.sub_title {
		font-size: 18px;
	}
	h2.title + p {
		margin-top: 20px;
	}
}





/* ==================================================
	contents_chara
================================================== */

.contents_chara {
	margin-top: 3rem;
	color: #767676;
}
.contents_chara * + p {
	margin-top: 1em;
}
.chara_head {
	padding: 3rem 1.6rem 0;
}

@media screen and (min-width: 768px) {
	.chara_head {
		padding: 50px 20px 0;
		text-align: center;
	}
}

@media screen and (min-width: 1024px) {
	.contents_chara {
		margin-top: 50px;
	}
	.chara_head {
		padding: 60px 0 0;
	}
}




/* ----------------------------------------
	figure__box
---------------------------------------- */
.figure__box {
	background: rgba(0,150,214,0.07);
	color: #000;
	margin-top: 2rem;
}

.figure_title {
	padding: 5px 15px;
	text-align: center;
}
.figure_cont {
	padding: 15px;
}
.figure_title {
	background: rgba(0,150,214,0.3);
}
.figure_cont > ul {
	display: grid;
	gap: 15px;
	font-size: 12px;
	line-height: 1;
}
.figure_cont .txt__box {
	padding: .5em;
}
.figure_cont .txt__box > span {
	color: #0096d6;
	font-size: 23px;
	display: inline-block;
	margin-top: 8px;
}
.figure_cont > ul > li {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
@media screen and (min-width: 440px) {
	.figure_title,
	.figure_cont {
		padding-right: 20px;
		padding-left: 20px;
	}
	.figure_cont > ul {
		font-size: 16px;
	}
	.figure_cont .txt__box > span {
		font-size: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.figure_cont > ul {
		grid-template-columns: 1fr 1fr;
	}
}



/* ==================================================
	security
================================================== */

.security {
	padding: 3rem 1.6rem;
	color: #fff;
	background: url(images/security_bg_sp.jpg) repeat-y center top / cover;
}
.secu_img {
	text-align: center;
}
.secu_img img {
	width: 80%;
	max-width: 312px;
}
.secu_list > li {
	margin-top: 3rem;
}
.secu_list h3 {
	padding-left: 1.5rem;
	border-left: 5px solid #0096d6;
}
.secu_list * + p {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.security {
		padding: 40px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.security {
		padding: 40px 30px;
		background: url(images/security_bg.jpg) no-repeat;
	}
	.secu_content {
		position: relative;
		margin-top: 40px;
	}
	.secu_list > li {
		position: absolute;
		width: 250px;
		margin-top: 0;
	}
	.secu_list > li:nth-child(1) { top: 0; left: 0; }
	.secu_list > li:nth-child(2) { top: 200px; left: 0; }
	.secu_list > li:nth-child(3) { top: 0; right: 0; }
	.secu_list > li:nth-child(4) { top: 200px; right: 0; }
}




/* ----------------------------------------
	icon_list
---------------------------------------- */

.icon_list {
	margin: 0 -1rem;
}
.icon_list > li {
	padding: 3rem 1rem 0;
}
.icon_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
	background: #fff;
	border: 1px solid #ccc;
}
.icon_box + * {
	margin-top: 1.5rem;
}
.icon_img {
	width: 6rem;
}
.icon_text {
	width: calc(100% - 7.5rem);
}
.icon_text p:not(.footnote) {
	color: #0096d6;
	font-weight: bold;
}

@media screen and (min-width: 480px) {
	.icon_list {
		display: flex;
		flex-wrap: wrap;
	}
	.icon_list > li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.icon_list > li {
		width: 33.33333%;
	}
}

@media screen and (min-width: 1024px) {
	.icon_img {
		width: 100px;
	}
	.icon_text {
		width: calc(100% - 120px);
	}
}



/*-------------------------------------------------

	contact

----------------------------------------------------- */
.contact {
	margin: 4rem 0;
}
.contact_list {
	padding: 0 .8rem;
}
.contact_list > li {
	padding: 2rem .8rem;
	color: #767676;
	text-align: center;
}
.contact_list h3 {
	margin-bottom: 1rem;
	font-weight: normal;
	line-height: 1.4;
}
.contact_info {
	margin-top: 1rem;
}
.contact_info dt {
	font-size: 1.3rem;
	font-weight: bold;
}
.contact_info dt:nth-child(n+2) {
	margin-top: 1em;
}
.contact_tel {
	color: #0096d6;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.contact_info_time {
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid #ccc;
}
.contact_info_time h4 {
	margin-bottom: .3rem;
}
.contact_info_time p {
	font-size: 1.2rem;
}

@media screen and (min-width: 480px) {
	.contact_list {
		display: flex;
		flex-wrap: wrap;
	}
	.contact_list > li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.contact {
		margin: 50px 0;
	}
	.contact_list > li {
		width: 33.33333%;
		padding: 30px 10px 0;
	}
}



/* ==================================================
	manual
================================================== */

.content_pdf {
	padding: 3rem 1.6rem;
}

@media screen and (min-width: 768px) {
	.content_pdf {
		padding: 40px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.content_pdf {
		padding: 50px 40px;
	}
}