@charset "utf-8";

/*==========================================
File name: layout.css
Editors: itprobe_zezaidoji
Last Editor: itprobe_zezaidoji
Date: 2012.04.09
========================================== */

/* ▼▼▼ メインコンテンツのレイアウトに関する設定　ここから ▼▼▼ */

/* ---要素配置領域の決定 --- */

.left_block,.left_float,.left_under_float_block,
.left_clear,.center_clear,.right_clear,
.right_block,.right_float,.right_under_float_block,
.left_under,.center_under,.right_under,

.center_clear .element,.center_under .element,
.quarter,.third,.half,.half_left_block,.half_right_block

{
		width: 720px; /* --- mainの幅に揃える --- */
		overflow: hidden;
}



/*▼ type01 :画像左・テキスト右・回りこみ無し ▼*/

.left_block{
	margin: 0 0 30px 0;
	overflow: hidden;
	
}

.left_block img{
	float: left;
	margin: 0 0 0 0;
}

.left_block .element_01{
	float: right;
	width: 520px;/* ---テキスト領域の幅を確定する --- */
}


/*▼ type02 :画像左・テキスト右・回りこみ有 ▼*/

.left_float{
	margin: 0 0 25px 0;
}

.left_float img{
	float: left;
	margin: 0 10px 10px 0;
}


/*▼ type03 :画像右・テキスト左・回りこみ無し ▼*/

.right_block{
	margin: 0 0 30px 0;
}

.right_block img{
	float: right;
	margin: 0 0 0 0;
}

.right_block .element_01{
	float: left;
	margin: 0 0 0 0;
	width: 520px;/* ---テキスト領域の幅を確定する --- */
}

/*▼ type04 :画像右・テキスト左・回りこみ有 ▼*/

.right_float{
	margin: 0 0 25px 0;
}

.right_float img{
	float: right;
	margin: 0 0 10px 10px;
}



/*▼ type05 :領域　横4つ ▼*/

.quarter .element_01,
.quarter .element_02{
	width: 170px;
	/* min-height: 200px;領域の高さを揃える */
	/* height: auto !important;
	/* height: 200px;	min-heightに揃える */
}

.quarter .element_01 img,
.quarter .element_02 img{
	margin: 0 0 5px 0;
}

.quarter .element_01 p,
.quarter .element_02 p{
	text-align: center;
	line-height: 1.5;
}

.quarter .element_01{
	float: left;
	margin: 0 13px 0 0;
}

.quarter .element_02{
	float: right;
}

/*▼ type06 :領域　横3つ ▼*/

.third .element_01,
.third .element_02{
	width: 220px;

	/* min-height: 200px; 領域の高さを揃える */
	/* height: auto !important; */
	/* height: 200px;	min-heightに揃える */
}

.third .element_01 img,
.third .element_02 img{
}

.third .element_01{
	float: left;
	margin: 0 30px 0 0
}

.third .element_02{
	float: right;
}

/*▼ type07 :領域　横2つ ▼*/

.half{
	overflow: hidden;
}

.half .element_01,
.half .element_02{
	width: 350px;
	/* min-height: 200px; 領域の高さを揃える */
	/* height: auto !important; */
	/* height: 200px;	/* min-heightに揃える */
}

.half .element_01 img,
.half .element_02 img{
	margin: 0 0 10px 0;
}

.half .element_01{
	float: left;
	margin: 0 10px 0 0;
}

.half .element_02{
	float: right;
}


/*▼ type16 :領域 横2つ 画像左・テキスト右 ▼*/
/*▼ type17 :領域 横2つ テキスト左・画像右 ▼*/

.half_left_block .element_01,
.half_left_block .element_02,
.half_right_block .element_01,
.half_right_block .element_02{
	width: 335px;
	/* min-height: 150px; 領域の高さを揃える */
	/* height: auto !important; */
	/* height: 150px;	min-heightに揃える */
}

.half_left_block .element_01 p,
.half_left_block .element_02 p,
.half_right_block .element_01 p,
.half_right_block .element_02 p{
	width: 170px;
}


.half_left_block .element_01,
.half_right_block .element_01{
	float: left;
	margin: 0 10px 0 0;
}

.half_left_block .element_02,
.half_right_block .element_02{
	float: right;
}

/* 画像左・テキスト右 */

.half_left_block .element_01 img,
.half_left_block .element_02 img{
	float: left;
}


.half_left_block .element_01 p,
.half_left_block .element_02 p{
	float: right;
}


/* テキスト左・画像右 */

.half_right_block .element_01 img,
.half_right_block .element_02 img{
	float: right;
}


.half_right_block .element_01 p,
.half_right_block .element_02 p{
	float: left;
}

.page-id-2369 dl:nth-child(2) dd .wpcf7-list-item{
    width: 45%;
    float: left;
}

.item05 td{
	width: calc(20% - 2px);
	vertical-align: top;
	text-align: center;
}

.item05 td img{
	width: 100%;
	height: auto;
}
