@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   オフィスコム sp_catalog.css
 *
 ********************************************************************** */

.catalog_about{
	margin: 25px 0 0;
	background: #FFF5F5;
}

.main .block .catalog_about h2{
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	padding: 8px 20px;
	color: #fff;
	background: #D1312E;
}

.catalog_about .content{
	padding: 25px 22px 40px;
}

.catalog_about .content .content_head{
	margin: 0 0 30px;
}

.catalog_about .content .content_head .img_area{
	text-align: center;
	margin: 0 0 20px;
}

.catalog_about .content .content_head .img_area img{
	width: 140px;
	height: auto;
}

.catalog_about .content .content_head .tit_area .tit{
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 10px;
}

.catalog_about .content .content_head .tit_area .data{
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #D9D9D9;
}

.catalog_about .content .content_head .tit_area .data p{
	font-size: 1.2rem;
	line-height: 1.6;
}

.catalog_about .content .content_preview{
	margin: 0 -30px 30px;
	text-align: center;
}

.catalog_about .content .content_preview img{
	width: 100%;
	height: auto;
	max-width: 500px;
}

.catalog_about .content ul.content_check{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	color: #D1312E;
}

.catalog_about .content ul.content_check li{
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 23px;
}

.catalog_about .content ul.content_check li:last-child{
	margin-bottom: 0;
}

.catalog_about .content ul.content_check li::before{
	content:"";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background: url(../img/ico_check.svg) 50% 50% no-repeat;
	background-size: contain;
}

.contact_2col table.form{
	padding-top: 20px;
}

.contact_2col table.form th,
.contact_2col table.form td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.contact_2col table.form th{
	display: flex;
	align-items: center;
	padding: 0 0 5px;
	border-bottom: 0;
}

.contact_2col table.form th span{
	position: relative;
	top: auto;
	background: #fff;
	margin: 0 0 0 20px;
}

.contact_2col table.form td{
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.contact_2col table.form input[type="text"],
.contact_2col table.form input[type="tel"],
.contact_2col table.form input[type="email"],
.contact_2col table.form textarea{
}

.contact_2col table.form select{
}

.contact_2col table.form input[type="text"]{
	width: 100%;
}

.contact_2col table.form input.place{
	width: 30%;
}

.contact_2col table.form textarea{
 	width: 100%;
 }

.contact_2col table.form input.w100,
.contact_2col table.form select.w100,
.contact_2col table.form textarea.w100{
	width: 100%;
}

.contact_2col table.form input.w58{
	width: 58%;
}

ul.check_flex{
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
}

ul.check_flex li label{
	padding: 0;
}

ul.check_flex li input[type="checkbox"],
ul.check_flex li input[type="radio"]{
	width: 13px;
	height: 13px;
}

ul.check_flex li.check_flex{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}

table.form th.form_address{
	flex-wrap: wrap;
	gap: 5px;
}

table.form th span.txt_reset {
	position: relative;
	top: auto;
	background: none;
	margin: 0;
	right: auto;
	font-size: 1.6rem;
	color: #333;
	padding: 0;
	border: 0;
	line-height: 1;
	font-weight: normal;
}

.zip_tit{
	font-weight: bold;
}

.zip_tit .required {
	font-size: 1.1rem;
	color: #D1322E;
	padding: 0 3px;
	border: 1px solid #D1322E;
	line-height: 1;
	margin: 0 0 0 10px;
}

.contact_2col table.form .zip{
	margin-left: 30px;
}

.form_select_content{
	display: none;
	max-height: none !important;
}

