@charset "utf-8";

/*==========================================
File name: layout.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

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

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

.left_block,.left_float,.right_block,.right_float,
.quarter,.third,.half,.half_left_block,.half_right_block
{
		width: 718px; /* --- mainの幅に揃える --- */
		overflow: hidden;
}

/*▼ --- ボックス --- ▼*/


.box_type01,
.box_type02

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


.box_type01_r{
	float:right;
	width:500px;}

.box_type01_l{
	float:left;
	width:200px;}

.box_type02_r{
	float:right;
	width:200px;}

.box_type02_l{
	float:left;
	width:500px;}

.box_type02_01_r{
	float:right;
	width:300px;}

.box_type02_01_l{
	float:left;
	width:385px;
	padding: 0 0 30px 15px;

}



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

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

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

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

.left_block .element_01{
	float: right;
	width: 430px;/* ---領域の幅を確定する --- */
}


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

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

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


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

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

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

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

.left_block .element_01{
	float: left;
	width: 430px;/* ---領域の幅を確定する --- */
}

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

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

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


/*▼ 領域　横4つ ▼*/

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


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

.quarter .element_02{
	float: right;
}

/*▼ 領域　横3つ ▼*/

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


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

.third .element_02{
	float: right;
}

/*▼ 領域　横2つ ▼*/

.half{
	overflow: hidden;
}

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


.half .element_01{
	float: left;
}

.half .element_02{
	float: right;
}


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

.half_left_block .element_01,
.half_left_block .element_02,
.half_right_block .element_01,
.half_right_block .element_02{
	width: 324px;
	/* 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: 154px;
}


.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;
}

/* CF7 お問い合わせフォーム */

.table_type04 {
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  font-size: .875rem;
  box-sizing: border-box;
  margin-bottom: 40px;
}


.table_type04 tr {
    border-bottom: solid 1px #ccc;
    display: flex;
}

.table_type04 th {
    font-size: .875rem;
    font-weight: normal;
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f5f5f5;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
}


.table_type04 td {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    padding: 12px;
    box-sizing: border-box;
}

.table_type04 textarea {
    width: 100% !important;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px;
}

.table_type04 input {
    padding: 8px;
    box-sizing: border-box;
}

.table_type04 input[type="text"] {
    width: 100%;
}

.table_type04 input[type="email"] {
    width: 100%;
}

.table_type04 select {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

.table_type04 .form_text {
    width: 100%;
    margin-bottom: 0;
}

.table_type04 .wpcf7-list-item {
    margin: 0 15px 0 0 !important;
}

.contact_button {
  text-align: center;
  margin-bottom: 80px;
}


.contact_button input[type="submit"] {
    padding: 15px 50px;
    vertical-align: middle;
    line-height: 1;
    background: #DC000C;
    border: none !important;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    margin-left: auto;
    margin-right: auto;
    -webkit-appearance: none;
    font-size: 100%;
}

.contact_button input[type="submit"]:hover {
      opacity: .7;
}

.wpcf7-spinner {
  display: none !important;
}

.policy_link {
  color: #0066B3;
  text-decoration: underline;
}

.policy_link:hover {
    text-decoration: none;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.hisu {
  box-sizing: border-box;
  color: #fff;
  border-radius: 4px;
  font-size: .7rem;
  padding: 4px 10px;
  background: #DC000C;
  display: inline-block;
  margin-left: 10px; }

.nini {
  box-sizing: border-box;
  color: #fff;
  background: #337ab7;
  border-radius: 4px;
  font-size: .7rem;
  padding: 4px 10px;
  display: inline-block;
  margin-left: 10px; }

.attn {
  color: #DC000C;
}

.zip p input[type="text"]{
    width: 30%;
}

.dw_list ul{
    border: solid 1px #999;
}

.dw_list ul li{
    padding: 10px;
    border-bottom: dotted 1px #999;
}

.dw_list ul li:last-child{
    border-bottom: none;
}

.dw_list ul li a{
    display: block;
}

.dw_list ul li img{
    vertical-align: middle;
    margin-right: 5px;
}
