@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}


/***************************************************************************
top_img
****************************************************************************/

#top_img {
	background-image: url(/-/wp-content/themes/tochi/img/chintai/index/top_img_pc.jpg);
	
}

@media only screen and (max-width: 767px) {
#top_img {
	background-image: url(/-/wp-content/themes/tochi/img/chintai/index/top_img_sp.jpg);
}
}

/***************************************************************************
contents
****************************************************************************/

#chintai_index .main.contents {
	max-width: 1200px;
}

/***************************************************************************
page_exp
****************************************************************************/

@media print, screen and (max-width: 1000px) {
.page_exp {
	text-align: left;
}
.page_exp br {
	display: none;
}
}

/***************************************************************************
index_product_list
****************************************************************************/

#index_product_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index_product_list .link_box {
	width: 32.5%;
	background-color: #FFFFFF;
	margin-top: 30px;
}
#index_product_list .link_box.wide {
	width: 49.16%;
	margin-top: 0;
}
#index_product_list .link_box .exp {
	padding: 15px 20px 25px 20px;
}
#index_product_list .link_box .exp .ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#index_product_list .link_box .exp .ttl h2 {
	font-size: 24px;
	letter-spacing: 0;
	font-weight: bold;
	color: #003B80;
	margin-right: 15px;
}
#index_product_list .link_box .exp .ttl .icon {
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	color: #F61818;
	border: 1px solid #F61818;
	line-height: 1;
	padding: 0.3em 0.5em 0.5em 0.5em;
	margin-bottom: 5px;
	margin-top: 3px;
}
#index_product_list .link_box .exp .txt {
	font-size: 16px;
	padding-top: 5px;
}

@media print, screen and (max-width: 1260px) {
#index_product_list .link_box {
	width: 49.16%;
}
}

@media only screen and (max-width: 767px) {
#index_product_list .link_box,
#index_product_list .link_box.wide {
	width: 100%;
	margin-top: 6.1vw;
}
#index_product_list .link_box:nth-child(1) {
	margin-top: 0;
}
#index_product_list .link_box .exp {
	padding: 3.1vw 4.1vw 5.1vw 4.1vw;
}
#index_product_list .link_box .exp .ttl h2 {
	font-size: 4.9vw;
	margin-right: 3.1vw;
}
#index_product_list .link_box .exp .ttl .icon {
	font-size: 3.3vw;
	margin-bottom: 1.0vw;
	margin-top: 0.6vw;
}
#index_product_list .link_box .exp .txt {
	font-size: 3.3vw;
	padding-top: 1.0vw;
}
}