﻿@CHARSET "UTF-8";
/* お問い合わせCSS */
/***** デフォルトはスマートフォン *****/
.outer{
	text-align: center;
}
.inner_left{
	text-align: left;
	padding: 5%;
}
.inquiry_h1{
	font-size: 1.7rem;
}
.space_px20{
	width: 10px;
	height:20px;
}
.content_tbl{
	width: 100%;
	margin-top: 1.3rem;
}
.required{
	background-color: red;
	color: white;
	padding: 0.1rem 0.5rem;
	font-size: 0.8rem;
	border-radius:5px;
}
.button2{
	background-color: blue;
	color: white;
	padding: 0.3rem 0.8rem;
	margin: 15px 30%;
}
/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px){
	.content_tbl{
		display: table;
	}
	.content_tbl{
		display: table;
	}
	.content_cell{
		display: table-cell;
		width:50%;
		max-width: 50%;
	}
	.content_cell_left{
		vertical-align:top;
		width:50%;
	}
	.content_cell_left_2{
		margin: auto;
		display: table-cell;
		width:15%;
	}
	.content_cell_right{
		text-align: left;
		vertical-align:middle;
	}
	.content_cell_1 ,.content_cell_2 ,.content_cell_3{
		display: table-cell;
		width:33%;
		max-width: 33%;
	}
	
}
/**==================================================**/
/**=          画面サイズ1024px以上の指定              **/
/**==================================================**/
@media screen and (min-width:1280px){
	.inquiry_text{
		font-size: 1.4em;
		line-height:2em;
	}
}