@charset "utf-8";

/* （共通）ボタン
---------------------------------------------------------- */
.btn_base a {
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-align: left;
}
/* オレンジボタン */
.btn_base a:link {
	color:#FFF;
	text-decoration:none;
	background-color: #FF9933;
}
.btn_base a:visited {
	color:#FFF;
	text-decoration:none;
	background-color: #FF9933;
}
.btn_base a:hover {
	color:#FFF;
	text-decoration:none;
	background-color: #FF9933;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
.btn_base a:active {
	color:#FFF;
	text-decoration:none;
	background-color: #FF9933;
}
/* オレンジグラデボタン */
.btn_orange a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9900+0,ff6600+100 */
	background: #ff9900; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9900 0%, #ff6600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9900 0%,#ff6600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9900 0%,#ff6600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 0px #CCC;
	-moz-box-shadow: 2px 2px 0px #CCC;
	box-shadow: 2px 2px 0px #CCC;
}
/* メールアイコン */
header .btn_orange a span.ico_mail {
	display: block;
	background-image: url(../img/ico_mail02.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: 26px auto;
	padding-left: 35px;
}
#gnav_smp .btn_mail_smp a,
footer .btn_base a {
	background-image: url(../img/ico_mail02.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: 26px auto;
	padding-left: 50px;
}
/*
 IE10～
----------------------------------------------------------- */
@media all and (-ms-high-contrast:none){
.btn_base a {
	padding: 15px 15px 10px 15px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* （共通）ボタン
---------------------------------------------------------- */
.btn_base a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
}



/* メイン画像
---------------------------------------------------------- */
#img_main {
	width: 100%;
	height: 600px;
	min-width: 1024px;
	background-image: url(../img/bg_main.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#img_main .container {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
#img_main .container p {
	width: 542px;
	font-size: 1%;
	line-height: 0;
	position: absolute;
	left:-30px;
	top:160px;
}
#img_main .container p img {
	width: 100%;
}
#img_main .container h2 {
	width: 542px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	left:-30px;
	top:308px;
	background: rgba(0,0,0,0.7);
}
/*
 IE10～
----------------------------------------------------------- */
@media all and (-ms-high-contrast:none){
#img_main .container h2 {
	padding-top: 30px;
	padding-bottom: 20px;
	}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* メイン画像
---------------------------------------------------------- */
#img_main {
	height: 350px;
	min-width: 0;
	background-image: url(../img_smp/bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 50px;
}
#img_main .container {
	width: auto;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#img_main .container p {
	width: 90%;
	margin: 0 auto;
	position: static;
	left:0px;
	top:0px;
}
#img_main .container h2 {
	width: 80%;
	padding: 5%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: static;
	left:0px;
	top:0px;
}
}


/* 大見出し
---------------------------------------------------------- */
.tit_main {
	padding: 40px 10px;
	text-align: center;
}
.tit_main h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	}
.tit_main h2.txt_access {
	font-size: 14px;
}
/* 英語部分 */
.tit_main span {
	font-size: 43px;
	font-weight: bold;
	line-height: 1.3;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	color: #1761AA;
	}
	/*
#container_service .tit_main img {
	width: 74px;
}
*/
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 大見出し
---------------------------------------------------------- */
.tit_main {
	padding: 30px 10px;
}
/* 英語部分 */
.tit_main span {
	font-size: 33px;
	}
}


/* ミッション
---------------------------------------------------------- */
#container_mission {
	width: 100%;
	min-width: 1024px;
	background-image: url(../img/bg_mission.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#container_mission .container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#container_mission .container .flt_left {
	width: 500px;
	padding-top: 90px;
}
/* 英語 */
#container_mission .container .flt_left span.tit_en {
	display: block;
	width:100%;
	/* height: 27px; */
	font-size: 22px;
	line-height: 1.3;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-weight: bold;
	color: #1761AA;
	border-bottom: #1761AA 1px solid;
	padding-bottom: 5px;
	/*
	font-size: 1%;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../img/tit_en_mission.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 118px auto ;
	*/
}
#container_mission .container .flt_left h2 {
	margin-top: 30px;
	font-size: 45px;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-weight: bold;
	line-height: 1.3;
}
#container_mission .container .flt_left h2 span {
	letter-spacing: -4px;
}
#container_mission .container .flt_left p {
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
	}
#container_mission .container .flt_right {
	width: 448px;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* ミッション
---------------------------------------------------------- */
#container_mission {
	width: 100%;
	min-width: 0;
	background-image:none;
}
#container_mission .container {
	width: auto;
	margin: 0 auto;
	overflow: visible;
	text-align: center;
}
#container_mission .container .flt_left {
	float: none;
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
}
/* 英語 */
#container_mission .container .flt_left span.tit_en {
	font-size: 20px;
	line-height: 1.3;
}
#container_mission .container .flt_left h2 {
	margin-top: 20px;
	font-size: 28px;
	line-height: 1.5;
}
/*
#container_mission .container .flt_left h2 span {
	letter-spacing: -4px;
}
*/
#container_mission .container .flt_left p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	text-align: justify;
	font-weight: normal;
	}
#container_mission .container .flt_right {
	float: none;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img_smp/bg_mission.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 30px;
}
}



/* サービス
---------------------------------------------------------- */
#container_service {
	width: 100%;
}
#container_service .container {
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.list_service {
	width: 100%;
	overflow: hidden;
}
.list_service li {
	float: left;
	width: 25%;
	position: relative;
	font-size: 1%;
	line-height: 0;
}
.list_service li img {
	width: 100%;
}
.list_service li p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	color:#FFF;
	padding: 23px 0;
}
.list_service li.service01 p {
	background: rgba(23, 97, 170, 0.5);
}
.list_service li.service02 p {
	background: rgba(145, 81, 3, 0.5);
}
.list_service li.service03 p {
	background: rgba(26, 173, 255, 0.5);
}
.list_service li.service04 p {
	background: rgba(51, 204, 51, 0.5);
}
.txt_service {
	font-size: 15px;
	line-height: 2;
	text-align: center;
	margin-top: 35px;
}
.block_service {
	margin: 40px auto 0px auto;
	width: 810px;
	border: #CCC 1px solid;
	padding: 20px 0px 13px 0px;
}
.block_service dt,
.block_service dd  {
	font-size: 16px;
	line-height: 1.3;
}
.block_service dt {
	text-align: center;
	padding: 0px 20px;
	font-weight: bold;
}
.block_service dd  {
	text-align: left;
}
.block_service dd ul {
	width: 90%;
	margin: 20px auto 0px auto;
	overflow: hidden;
}
.block_service dd ul li {
	width: 25%;
	float: left;
	margin-bottom: 7px;
}
.block_service dd ul li:before {
	padding-right:3px;
	content: "●";
	color:#1761AA;
}
/* 他 */
.block_service dd ul li:last-child:before {
	padding-right:0px;
	content: "";
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* サービス
---------------------------------------------------------- */
#container_service .container {
	width: 90%;
	padding-bottom: 40px;
}
.list_service {
	width: 90%;
	margin: 0 auto;
	overflow: visible;
}
.list_service li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.list_service li p {
	font-size: 18px;
	padding: 15px 0;
}
.txt_service {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	margin-top: 35px;
	font-weight: normal;
}
.block_service {
	margin: 35px auto 0px auto;
	width: 100%;
	padding: 20px 0px 13px 0px;
}
.block_service dt,
.block_service dd  {
	font-size: 14px;
	line-height: 1.3;
}
.block_service dt {
	padding: 0px 10px;
}
.block_service dd ul {
	width: 95%;
	margin: 20px auto 0px auto;
	overflow: hidden;
}
.block_service dd ul li {
	width: 50%;
	float: left;
	margin-bottom: 7px;
}
}


/* 代表者あいさつ
---------------------------------------------------------- */
#container_greeting {
	width: 100%;
	min-width: 1024px;
	background-color: #E5F0FD;
	padding-top: 55px;
	padding-bottom: 55px;
}
#container_greeting .container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.tit_greeting {
	width:100%;
	border-bottom: #1761AA 1px solid;
	padding-bottom: 5px;
	line-height: 1.3;
	color: #1761AA;
	position: relative;
}
.tit_greeting span {
	font-size: 22px;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-weight: bold;
	vertical-align: bottom;
}
.tit_greeting h2 {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
.block_greeting {
	width: 100%;
	overflow: hidden;
	padding-top: 45px;
}
.block_greeting .flt_left {
	width: 240px;
	text-align: center;
	font-size: 1%;
	line-height: 0;
}
.img_greeting02 {
	margin-top: 30px;
}
.img_greeting01 .txt_greeting {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
/* 代表者名 */
.img_greeting01 .txt_greeting_name {
	font-size: 20px;
	font-weight: bold;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	padding-left: 0.5em;
}
.img_greeting02 .txt_greeting {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}
.img_greeting01 img {
	width: 135px;
}
.img_greeting02 img {
	width: 175px;
}
.block_greeting .flt_right {
	width: 735px;
}
.block_greeting .flt_right h3 {
	font-size: 35px;
	font-weight: bold;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
.block_greeting .flt_right p {
	font-size: 15px;
	line-height: 2;
	margin-top: 20px;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 代表者あいさつ
---------------------------------------------------------- */
#container_greeting {
	min-width: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
#container_greeting .container {
	width: 90%;
	margin: 0 auto;
}
.block_greeting {
	overflow: visible;
	padding-top: 35px;
}
.block_greeting .flt_left {
	width: auto;
	float: none;
	text-align: center;
	font-size: 1%;
	line-height: 0;
}
/*
.img_greeting02 {
	margin-top: 30px;
}
.img_greeting01 .txt_greeting {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
*/
.block_greeting .flt_right {
	width: auto;
	float: none;
	margin-top: 30px;
}
.block_greeting .flt_right h3 {
	font-size: 24px;
	text-align: left;
}
.block_greeting .flt_right p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
	text-align: justify;
	font-weight: normal;
}
}



/* 工事履歴
---------------------------------------------------------- */
#container_achievement {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 90px;
}
#container_achievement .container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.block_achievement {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.block_achievement .flt_left {
	width: 625px;
}
.block_achievement .flt_right {
	width: 395px;
}
.block_achievement .flt_right img {
	width: 100%;
}
.block_achievement .flt_left ul {
	width: 100%;
	overflow: hidden;
}
.block_achievement .flt_left ul li {
	font-size: 14px;
	line-height: 1.5;
	width: 48%;
	padding-right: 2%;
	float: left;
	margin-bottom: 10px;
	/* clear:both; */
	overflow:hidden;
}
.block_achievement .flt_left ul li p {
	float: left;
	width: 94%;
}
.block_achievement .flt_left ul li:before {
	content: "●";
	color:#1761AA;
	float: left;
	width: 6%;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 工事履歴
---------------------------------------------------------- */
#container_achievement {
	padding-top: 30px;
	padding-bottom: 30px;
}
#container_achievement .container {
	width: 90%;
	margin: 0 auto;
	overflow: visible;
}
.block_achievement {
	overflow: visible;
	margin-top: 0px;
}
.block_achievement .flt_left {
	width: auto;
	float: none;
}
.block_achievement .flt_right {
	width: auto;
	float: none;
	margin-top: 30px;
}
.block_achievement .flt_left ul {
	overflow: visible;
}
.block_achievement .flt_left ul li {
	width: auto;
	float: none;
	padding-right: 0px;
}
/*
.block_achievement .flt_left ul li p {
	float: left;
	width: 94%;
}
.block_achievement .flt_left ul li:before {
	content: "●";
	color:#1761AA;
	float: left;
	width: 6%;
}
*/
}



/* 会社概要
---------------------------------------------------------- */
#container_about {
	width: 100%;
	min-width: 1024px;
	background-color: #E5F0FD;
	padding-top: 20px;
	padding-bottom: 50px;
}
#container_about .container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.block_outline {
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}
.block_outline th,
.block_outline td {	
	font-size: 14px;
	line-height: 1.8;
}
.block_outline th {
	width: 155px;
	color: #FFF;
	background-color: #666;
	border-bottom: #FFF 1px solid;
}
.block_outline td {
	width: 789px;
	background-color: #FFF;
	border-bottom: #666 1px solid;
}
.block_outline tr:last-child th,
.block_outline tr:last-child td {
	border-bottom: none;
}
.list_about li {
	display: inline-block;
	padding-right: 1em;
}
.list_about li:before {
	padding-right:3px;
	content: "●";
	color:#CCC;
}
/* 沿革など */
.block_outline2 {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 25px;
}
.block_outline2 li,
.block_outline2 dt,
.block_outline2 dd,
.block_outline2 p {
	font-size: 14px;
	line-height: 1.8;
}
.block_outline2 .flt_left {
	width: 480px;
}
.block_outline2 .flt_right {
	width: 480px;
}
.block_outline2 h3 {
	font-size: 18px;
	border-bottom: #1761AA 1px solid;
	padding-bottom: 5px;
	line-height: 1.3;
	color: #1761AA;
	margin-bottom: 10px;
	margin-top: 40px;
}
.block_outline2 dl dt,
.block_outline2 dl dd {
	display: inline-block;
}
.block_outline2 dl dt {
	width: 30%;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 会社概要
---------------------------------------------------------- */
#container_about {
	min-width: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}
#container_about .container {
	width: 90%;
	margin: 0 auto;
}
/*
.block_outline {
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}
.block_outline th,
.block_outline td {	
	font-size: 14px;
	line-height: 1.8;
}
*/
.block_outline th {
	width: 30%;
	text-align: center;
}
.block_outline td {
	width: 70%;
}
.list_about li {
	display: block;
}
/* 沿革など */
.block_outline2 li,
.block_outline2 dt,
.block_outline2 dd,
.block_outline2 p {
	font-weight: normal;
}
.block_outline2 {
	overflow: visible;
	padding-top: 10px;
	padding-bottom: 15px;
}
.block_outline2 .flt_left {
	width: auto;
	float: none;
}
.block_outline2 .flt_right {
	width: auto;
	float: none;
}
.block_outline2 h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.block_outline2 dl dt,
.block_outline2 dl dd {
	display: inline;
}
.block_outline2 dl dt {
	width: auto;
}
#map_canvas {
	width: 100%;
	height: 400px;
}
}



/* Contact
---------------------------------------------------------- */
#container_contact {
	width: 100%;
	min-width: 1024px;
	background-color: #EFEDE9;
	padding-top: 20px;
	padding-bottom: 50px;
}
#container_contact .container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	/* shadow表示 */
	padding-bottom: 3px;
}
.tit_form {
	-webkit-border-radius: 10 10 0 0;
	-moz-border-radius: 10 10 0 0;
	border-radius: 10px 10px 0px 0px;
	padding: 15px;
	background-color: #1761AA;
	text-align: center;
}
.tit_form h3 {
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	display: inline;
}
.tit_form .ico_mail {
	background-image: url(../img/ico_mail02.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: 26px auto;
	padding-left: 35px;
}
.list_tel {
	text-align: center;
}
.list_tel li {
	padding-left: 25px;
	padding-right: 25px;
}
.list_tel li.img_contact_fax,
#container_contact .container .list_tel li.for_pc {
	display: inline-block !important;
}
.img_contact_tel img {
	width: 296px;
	vertical-align: middle;
}
.img_contact_fax img {
	width: 300px;
	vertical-align: middle;
}
/*
 IE10～
----------------------------------------------------------- */
@media all and (-ms-high-contrast:none){
.tit_form {
	padding: 15px 15px 10px 15px;
	}
.tit_form .ico_mail {
	background-position: 0px 30%;
	}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* Contact
---------------------------------------------------------- */
#container_contact {
	min-width: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}
#container_contact .container {
	width: 90%;
	margin: 0 auto;
}
.tit_form h3 {
	font-size: 16px;
}
.list_tel {
	text-align: center;
	width: 85%;
	margin: 20px auto 0px auto;
}
.list_tel li {
	padding-left: 0px;
	padding-right: 0px;
}
.list_tel li.img_contact_tel {
	margin-bottom: 15px;
}
#container_contact .container .list_tel li.for_pc {
	display: none !important;
}
.img_contact_tel img {
	width: 100%;
}
.img_contact_fax img {
	width: 100%;
}
}



/* Form
---------------------------------------------------------- */
.form_style {
	-webkit-border-radius: 0 0 15 15;
	-moz-border-radius: 0 0 15 15;
	border-radius: 0px 0px 15px 15px;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #000;
	-webkit-box-shadow: 0px 3px 0px #CCC;
	-moz-box-shadow: 0px 3px 0px #CCC;
	box-shadow: 0px 3px 0px #CCC;
}
.form_style_tel {
	padding-bottom: 20px;
}
.form_style dl {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	line-height: 1.7em;
	overflow: hidden;
}
.form_style dl dt {
	width: 30%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	float:left;
	vertical-align: middle;
	font-size:16px;
	border-left:#1761AA 8px solid;
	box-sizing: border-box;
}
.form_style dl dd {
	width: 70%;
	text-align: right;
	float: right;
}
.form_style dl dd input,
.form_style dl dd textarea {
	width: 100%;
	padding: 2%;
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	background-color: #F4F4F4;
	border: #CCC 1px solid;
	box-sizing: border-box;
}
.form_style dl dd textarea {
	line-height: 1.7em;
}
.form_style input.btn_form {
	text-align: center;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 65px;
	margin-top:20px;
	border: none;
	cursor:pointer;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9900+0,ff6600+100 */
	background: #ff9900; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9900 0%, #ff6600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9900 0%,#ff6600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9900 0%,#ff6600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 0px #CCC;
	-moz-box-shadow: 2px 2px 0px #CCC;
	box-shadow: 2px 2px 0px #CCC;
}
.hissu {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	margin-left: 10px;
	vertical-align: middle;
}
/* ボタンのレイアウト */
.btn_set {
	text-align: center;
	margin-top: 20px;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* Form
---------------------------------------------------------- */
.form_style {
	/* バグ回避 */
	padding-top: 1px;
}
.form_style_tel {
	padding-bottom: 30px;
}
.form_style dl {
	width: 90%;
	/*
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	line-height: 1.7em;
	*/
	overflow: visible;
}
.form_style dl dt {
	width: auto;
	/*
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	*/
	float: none;
	/*
	vertical-align: middle;
	font-size:16px;
	border-left:#1761AA 8px solid;
	box-sizing: border-box;
	*/
}
.form_style dl dd {
	width: 100%;
	float: none;
	margin-top: 10px;
}
.form_style dl dd input,
.form_style dl dd textarea {
	width: 100%;
	padding: 5%;
}
.form_style dl dd textarea {
	line-height: 1.7em;
}
.form_style input.btn_form {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 20px 0px;
}
}
