@charset "utf-8";
/* CSS Document */

/*====================================================================

lv2.css

======================================================================

01.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	level2
/--------------------------------------------------------------------*/
div#page_title {
	position: relative;
	width: 100%;
	background: url(../img/h2.jpg) repeat-x 50% 100%;
	background-size: cover;
}
div#page_title h2 {
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}

/* page_navi
----------------------------------------------------------------*/
ul#page_navi {
	margin-bottom: 2%;
	font-size: 80%;
}
ul#page_navi li {
	display:  inline;
}
ul#page_navi li a:link,
ul#page_navi li a:visited {
	color: #444;
}

/* h3 h4
----------------------------------------------------------------*/
h4.normal {
	margin: 0px 0px 15px;
	padding: 9px 0 6px 20px;
	background: url(../img/common_h4.png);
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 1.3;
	font-size: 130%;
}
strong{
	color:#c80c0d;
}

/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
section.box {
	margin-bottom: 40px;
	zoom: 1;
}
section.in_w {
	padding:20px;
/*background: #f0f5fa;*/
}
section.box:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
section.box p {
	padding-bottom: 20px;
	line-height:1.8;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.center img {
	margin-left: auto;
	margin-right: auto;
}

figure.border img,
img.border {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	box-sizing: border-box;
}

figure figcaption {
	padding-top: 10px;
	text-align: center;
	line-height: 1.5;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-bottom: 25px;
}
ul.normal li {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../img/icon_02.png) no-repeat 0 0;
	line-height: 1.4;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal  {
	padding-left: 10px;
	margin-bottom: 25px;
}
ol.normal  li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin-bottom: 25px;
}

dl.normal dt {
	margin-bottom: 7px;
	padding-left: 25px;
	background: url(../img/icon_02.png) no-repeat 0 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaaaaa;
	line-height:1.3;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
dl.normal dd {
	margin-bottom: 25px;
	line-height:1.6;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
div.ktTable8 table,
div.ktTable3 table{
	margin: 0 auto 15px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
}
div.ktTable8 table th,
div.ktTable8 table td,
div.ktTable3 table th,
div.ktTable3 table td {
	padding: 10px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: left;
}

div.ktTable8 table th,
div.ktTable3 table th {
	width: 30%;
	font-weight: normal;
	background:#f5f7fa;
}
div.ktTable8 table td,
div.ktTable3 table td {
	width: auto;
}


/*--------------------------------------------------------------------/
	pic2
/--------------------------------------------------------------------*/
div.pic2 {
	margin: 0px auto 20px;
	width: 100%;
}
div.pic2 figure {
	margin-bottom: 10px;
}
div.pic2 figure img {
	margin: 0px auto;
	padding: 4px;
	border: 1px solid #ddd;
	width: 94%;
}


/*--------------------------------------------------------------------/
	pic3
/--------------------------------------------------------------------*/
div.pic3 {
	margin: 0px auto 20px;
	width: 99%;
}
div.pic3 figure {
	margin-bottom: 10px;
}
div.pic3 figure img {
	margin: 0px auto;
	padding: 4px;
	border: 1px solid #ddd;
	width: 94%;
}


/*--------------------------------------------------------------------/
	hover設定
/--------------------------------------------------------------------*/
#contents a img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#contents a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*--------------------------------------------------------------------/
	link
/--------------------------------------------------------------------*/
p.link {
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: center;
	font-size: 105%;
}
p.link a {
	padding: 12px 60px 10px;
	background: url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	border: 1px solid #0e5faf;
	border-radius: 1px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-size: 110%;
}
p.link a:hover {
	background: #0e5faf url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	color: #fff;
}
p.link_s {
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 1.8;
	font-size: 100%;
}
p.link_s a {
	padding: 6px 15px 6px;
	background:#0e5faf;
	border-radius: 1px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-size: 100%;
	color:#fff;
}
p.link_s a:hover {
	background: #3a8bdc;
	color: #fff;
}
p.link_02 {
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: center;
	font-size: 100%;
}
p.link_02 a {
	padding: 6px 25px 5px;
	background: url(../img/icon_arrow_05.png) no-repeat 103% 103%;
	border: 1px solid #0e5faf;
	border-radius: 1px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-size: 100%;
}
p.link_02 a:hover {
	background: #0e5faf url(../img/icon_arrow_05.png) no-repeat 103% 103%;
	color: #fff;
}

p.link02 {
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: left;
	font-size: 105%;
}
p.link02 a {
	padding: 12px 60px 10px;
	background: url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	border: 1px solid #0e5faf;
	border-radius: 1px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-size: 110%;
}
p.link02 a:hover {
	background: #0e5faf url(../img/icon_arrow_01.png) no-repeat 103% 103%;
	color: #fff;
}


p.title{
	font-size: 220%;
	letter-spacing: 1px;
	font-weight:bold;
}
p.title:first-letter{
	font-size: 1.5em;
}
.mb80{ margin-bottom:80px;}
/*--------------------------------------------------------------------/
	title
/--------------------------------------------------------------------*/

div#title{
	background:#0e5faf url(../img/bg_title.gif) repeat;
}
div#title_f{
	background:#0e5faf url(../img/bg_title_factory.gif) repeat;
}
div#title_f:after,
div#title:after,
div#title02:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;	
}
div#title_f div.t_l,
div#title div.t_l,
div#title02 div.t_l{
	float:left;
	width:59%
}
div#title_f div.t_l h3,
div#title div.t_l h3{
	font-size:280%;
	color:#fff;
	padding:25px 20px 15px 25px;
	letter-spacing:2px;
	line-height:1.4;
}
div#title p,
div#title_f p{
	color:#fff;
	padding:0 15px 15px 25px;
}
div#title img,
div#title_f img{
	float:right;
	width:40%
}
div#title02{
	border-top:solid 3px #000;
	border-bottom:solid 3px #000;
}
div#title02 div.t_l h3{
	font-size:200%;
	padding:25px 20px 15px 25px;
	line-height:1.2;
}
div#title02 div.t_l h3 span{
	font-size:250%;
}
div#title02 p{
	padding:0 15px 15px 25px;
}
div#title02 img{
	float:right;
	width:40%;
}
div#title div.pane h4{
	font-size:110%;
	padding:0 10px 10px 0px;
}
div#title div.pane{
	width:90%;
	margin-left:20px;
	padding:17px 15px 0.1px 15px;
	background-color:#fff;
	font-size:90%;	
	box-shadow: 2px 2px 2px #063890;
	-webkit-box-shadow: 2px 2px 2px #063890;
	-moz-box-shadow: 2px 2px 2px #063890;
}
div#title div.pane ul.normal li {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../img/icon_02.png) no-repeat 0 0;
	line-height: 1.4;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------------/
	業務案内
/--------------------------------------------------------------------*/

.pane02{
	border:solid 1px #D8D8D8;
	padding:20px 20px 0px;
	margin-bottom:45px;
}
.pane02:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;	
}


/*--------------------------------------------------------------------/
	工場紹介
/--------------------------------------------------------------------*/
#l_box{
	float:left;
	width:47%
}
#r_box{
	float:right;
	width:47%
}

/*--------------------------------------------------------------------/
	特徴
/--------------------------------------------------------------------*/
#con01 ul li {
	background: #0e5faf;
	-webkit-box-shadow:rgb(143, 171, 208) 7px 7px 0px -3px;
	-moz-box-shadow:rgb(143, 171, 208) 7px 7px 0px -3px;
	box-shadow:rgb(143, 171, 208) 7px 7px 0px -3px;
}
#con01 ul li a{
	display: block;
	padding: 33px 0 30px 165px;
	color: #fff;
	text-decoration: none;
	font-size: 170%;
}
#con01 ul li:first-child a {
	background: url(../img/top/top_bnr_pic_01.jpg) no-repeat 0 0, url(../img/icon_arrow_01.png) no-repeat 100% 100%;
}
#con01 ul li:last-child a {
	background: url(../img/top/top_bnr_pic_02.jpg) no-repeat 0 0, url(../img/icon_arrow_01.png) no-repeat 100% 100%;
}
#feature{
	padding:20px;
	background:url(../img/bg_feature_01.jpg) no-repeat;
	background-size:cover;
	border:#f0f5fa solid 1px;
}
#feature h3{
	text-align:center;
	font-size:280%;
	line-height:1.4;
	margin-bottom:20px;
	color:#0e5faf;
}
#feature p{
	text-align:center;
}
div.l_pane{
	float:left;
	width:58%;
}
div.r_pane{
	float:right;
	width:58%;
}


/*--------------------------------------------------------------------/
   協力会社募集
/--------------------------------------------------------------------*/
#btm_contact_p {
	padding: 25px 0;
	border:solid 3px #0e5faf;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom:50px;
	background: url(../img/common_bg_02.gif.gif) repeat;
 }
#btm_contact_p h3 {
	margin-bottom: 10px;
	padding-top: 0px;
	line-height: 1.6;
	font-size: 30px;
	color:#fff;
}
#btm_contact_p p {
	font-size: 110%;
	line-height: 1.6;
	color:#fff;
}
#btm_contact_p p.tel {
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	color:#fff;
}
#btm_contact_p p span {
	color: #FFF500;
}
#btm_contact_p p.tel a:link,
#btm_contact_p p.tel a:visited {
	text-decoration: none;
}
#btm_contact_p div.mail_btn a{
	margin: 7px auto 0;
	padding-left: 37px;
	font-weight: normal;
	font-size: 14px;
	border:solid 1px #c80c0d;
}

/*--------------------------------------------------------------------/
   お問い合わせ
/--------------------------------------------------------------------*/
.contact_contbox p
{
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.c_flow ol
{
	counter-reset: count;
	letter-spacing: -.40em;
}
.c_flow ol li
{
	display: inline-block;
	letter-spacing: normal;
}
.c_flow ol li.now
{
	color: #fff; 
	background-color: #c80c0d;
}
.c_flow ol li.now:after
{
	border-left-color: #c80c0d;
}
.c_flow ol li:before
{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 1px;

	padding-right: 3px;
	padding-right: .3rem; 

	content: counter(count);
	counter-increment: count;
}
.c_flow ol li:after
{
	position: absolute;
	top: 20px;
	right: -20px; 
	display: block;
	width: 0;
	height: 0;
	content: '';
	border: 10px solid transparent;
	border-left-color: #f4f4f4;
}
.c_flow ol li:last-child:after
{
	border: none;
}

/*--------------------------------------------------------------------/
	施工実績
/--------------------------------------------------------------------*/
.works .list_inbox article
{
	position: relative;

	float: left;

	width: 325px;
	margin: 0 2.3% 20px 0;
}
.works .list_inbox article p
{
	text-align: center;
}
@media print, screen and (max-width: 979px)
{
	.works .list_inbox article
	{
		width: 43%;
	}
	.works .list_inbox article:nth-child(1n)
	{
		margin-left: 5px;
	}
}
@media screen and (max-width: 540px)
{
	.works .list_inbox article
	{
		float: none;

		width: 98%;
		margin: 0 auto 20px!important;
	}
	.works .list_inbox article:nth-child(1n)
	{
		margin-left: 0;
	}
}
.works .list_inbox article h4
{
	display: block;

	margin-bottom: 10px;
	padding: 5px;

	border-bottom: dotted 1px #333;
	background: url(../img/bg_01.gif) repeat;
}
.works .list_inbox article figure
{
	margin-bottom: 10px;
}
.works .list_inbox article figure img
{
	width: 99%;
}

.works .list_inbox article p
{
	padding-bottom: 25px;
}

.works .detail_box .box:nth-child(odd){
	float: left;
}

.works .detail_box .box:nth-child(even){
	float: right;
}

.works .detail_box .box{
	width: 50%;
	margin-bottom: 0 !important;
	box-sizing: border-box;
}

.works .detail_box .box figure img{
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 480px)
{
	.works .list_inbox article h4
	{
		font-size: 14px;
	}
	.works .list_inbox article figure img
	{
		width: 100%;
	}
	.works .list_inbox article a.btn
	{
		left: 3%;
	}
}

@media print, screen and (min-width: 1010px)
{
	.works .list_inbox article:nth-child(3n)
	{
		margin-right: 0;
	}
	.works .list_inbox article:nth-child(1n)
	{
		margin-left: 5px;
	}
}

.works .detail_inbox_b
{
	margin-bottom: 40px;
}
.works .detail_inbox_b figure img
{
	clear: both;

	width: 80%;
	margin: 0 auto 20px;
}
.works .detail_inbox_b p
{
	line-height: 2.0;

	width: 80%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.works .detail_inbox_b p.pn
{
	padding-bottom: 0!important;
}


/* table
------------------------------------------------------------*/
table.contact {
	margin: 0 auto 25px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.contact th,
table.contact td {
	padding: 13px 13px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	font-weight: normal;
	font-size: 13px;
}
table.contact th.title{
	text-align:center;
	font-weight:bold;
	background:#c80c0d;
	color:#fff;
}
table.contact th {
	background: #f7f7f7;
	width:25%;
}
table.contact td {
	width: auto;
}

table.contact span {
	padding: 0 5px;
	font-size: 11px;
}
table.contact th span {
	color: #c80c0d;
}


table.contact textarea
{
	height: 10em;
}

table.contact input,
table.contact textarea,
table.contact select
{
	font-size: 13px;

	width: 85%;
	margin: 3px 0;
	padding: 8px;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.contact input.middle
{
	font-size: 13px;
	width: 75%;
	margin: 3px 0;
	padding: 8px;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.contact input.small
{
	font-size: 13px;

	width: 30%;
	margin: 3px 0;
	padding: 8px;

	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}


table.contact select
{
	width: 40%;
}

input,
textarea
{
	background-color: #eee;
}

input:focus,
textarea:focus
{
	background-color: #fff;
	-webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
	   -moz-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
	/* box-shadow */
			box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
}

input::-webkit-input-placeholder
{
	font-size: 12px;

	color: #ccc;
}

input:-moz-placeholder
{
	font-size: 12px;

	color: #ccc;
}

input[type='button'],
input[type='submit']
{
	font-weight: bold;

	display: block;

	width: 100px;
	margin: 0 auto;
	padding: 10px 0 10px;

	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
		 -o-transition: all .2s ease;
			transition: all  .2s ease;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;

	color: #fff;
	border: 1px solid #0e5faf;
	background-color: #0e5faf;
	-webkit-appearance: none;
}

input[type='button']
{
	color: #000;
	border: 1px solid #0e5faf;
	background-color: #fff;
	-webkit-appearance: none;
}

input[type='button']:hover,
input[type='submit']:hover
{
	font-weight: bold;

	display: block;

	width: 100px;
	padding: 10px 0 10px;

	text-align: center;
	text-decoration: none;
	text-decoration: none;
	letter-spacing: 2px;

	color: #fff;
	border: 1px solid #1f79d1;

	background-color: #1f79d1;
}

input[class='sub_btn_02']
{
	margin-top: 10px;

	color: #000;
}

input[class='sub_btn_02']
{
	border: 1px solid #ddd;
	background-color: #fff;
}

input[class='sub_btn_02']:hover
{
	color: #000;
	border: 1px solid #1f79d1;
	background-color: #fff;
}

input[type=radio],
input[type=checkbox]
{
	width: 20px!important;
}

.radio,
.checkbox
{
}
.radio:hover,
.checkbox:hover
{
	background-color: #ffe1bd;
}
.radio:hover:after,
.checkbox:hover:after
{
	border-color: #1f79d1;
}
.radio:after,
.checkbox:after
{
	position: absolute;
	top: 50%;
	left: 15px;

	display: block;

	width: 16px;
	height: 16px;
	margin-top: -10px;

	content: ''; 
	-webkit-transition: border-color .2s linear;
			transition: border-color .2s linear;

	border: 1px solid #bbb;
	border-radius: 6px;
}

.radio:before
{
	position: absolute;
	top: 50%;
	left: 18px;

	display: block;

	width: 10px;
	height: 10px;
	margin-top: -7px;

	content: '';
	-webkit-transition: opacity .2s linear;
			transition: opacity .2s linear;

	opacity: 0; 
	border-radius: 50%;
	background-color: #1f79d1;
}
input[type=radio]:checked + .radio:before
{
	opacity: 1;
}

.no-csstransforms input[type=radio],
.no-csstransforms input[type=checkbox]
{
	display: inline;
}

.no-csstransforms .radio,
.no-csstransforms .checkbox
{
	display: none;
}

.no-csstransforms .checkbox:before
{
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	width: 5px;
	height: 9px;
	margin-top: -7px;
	content: '';
	-webkit-transition: opacity .2s linear;
			transition: opacity .2s linear;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg); 

	opacity: 0;
	border-right: 3px solid #f08200;
	border-bottom: 3px solid #f08200;
}
input[type=checkbox]:checked + .no-csstransforms .checkbox:before
{
	opacity: 1;
}

.privacy
{
	overflow-x: hidden;
	overflow-y: scroll; 

	height: 200px;
	margin-top: 30px;
	margin-bottom: 1rem;
	padding: 1.5%;

	border: 1px solid #ddd;
}
.privacy p{
	padding:0 20px 5px 0!important;
}
.privacy ol
{
	padding-left:30px;
}
.privacy dl dt
{
	font-size: 16px;
	font-size: 1.6rem; 
	font-weight: bold;
}
.privacy dl dt,
.privacy dl dd
{
	margin-bottom: 1rem;
}
.privacy h4{
	font-size:18px;
	font-weight:bold;
	color:#0e5faf;
	margin-bottom:10px;
	padding:0!important;
}

.normal > a {
	display: block; padding-top: 80px; margin-top: -80px;
}

/*--------------------------------------------------------------------/
	btm_contact
/--------------------------------------------------------------------*/
#btm_contact01 {
	padding: 25px 0 10px;
	margin-bottom:15px;
	background: #f0f5fa;
	text-align: center;
	letter-spacing: 1px;
}
#btm_contact01 h3 {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 22px;
	color:#c80c0d;
}
#btm_contact01 p {
	font-size: 110%;
	line-height: 1.6;
}
#btm_contact01 p.tel {
	letter-spacing: 2px;
	font-size: 23px;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
}
#btm_contact01 p span {
	color: #0e5faf;
}
#btm_contact01 p.tel a:link,
#btm_contact01 p.tel a:visited {
	text-decoration: none;
}


/*====================================================================/
	 smp & tablet Layout
/====================================================================*/

@media print, screen and (max-width: 979px) {

/*--------------------------------------------------------------------/
	01.level2
/--------------------------------------------------------------------*/
div#page_title {
	margin-bottom: 30px;
	background-size: cover;
	z-index: 0;
}
div#page_title h2 {
	padding: 30px 0;
	font-size: 150%;
}

/* h3 h4
----------------------------------------------------------------*/
h3.normal {
	margin-bottom: 20px;
	padding: 7px 15px 5px;
	background: #0e5faf;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 1px;
	font-size: 140%;
}
h3.normal span {
	display: inline-block;
	margin-right:10px;
	color: #ffc411;
}

/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
section.box p {
	margin-left: 3%;
	margin-right: 3%;
}


/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal,
ol.normal,
dl.normal {
	margin-left: 3%;
	margin-right: 3%;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.center img {
	width: 94%;
}

/*--------------------------------------------------------------------/
	pic2
/--------------------------------------------------------------------*/
div.pic2 figure {
	float: left;
	width: 50%;
}
/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
div.ktTable8 table,
div.ktTable3 table {
	width: 97%;
}

div.ktTable8 table th,
div.ktTable8 table td,
div.ktTable3 table th,
div.ktTable3 table td,
table.contact th,
table.contact td 
 {
	display:block;
	width:auto;
}

.c_flow ol li
{
	font-size: 10px;
	position: relative;
	margin: 10px 10px 10px 0;
	padding: 20px 10px;
	color: #000;
	background-color: #f4f4f4;
}


.works .detail_inbox_b figure img {
	clear:both;
	width:100%;
	margin:0 auto 20px;
}

div.l_pane{
	float:none;
	width:98%;
}
div.r_pane{
	float:none;
	width:98%;
}


p.link02{
	text-align:center;
}
div#title div.t_l h3 br{
	display: none;
}

}


/*====================================================================/
	スマホのみスタイル
/====================================================================*/

@media screen and (max-width: 580px){

figure.left,
figure.right,
figure.left02,
figure.right02
 {
	display:block!important;
	float:none;
	margin:0 auto 20px;
}
#con01 ul {
	margin: 40px 2% 40px;
}
#con01 ul li {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------------/
	title
/--------------------------------------------------------------------*/

div#title div.t_l,
div#title_f div.t_l,
div#title02 div.t_l{
	float:none;
	width:100%
}
div#title div.t_l h3,
div#title_f div.t_l h3{
	font-size:140%;
	color:#fff;
	text-align:center;
	padding:20px 20px 15px 15px;
}
div#title02 div.t_l h3{
	font-size:140%;
	text-align:center;
	padding:20px 20px 15px 15px;
}
div#title02 div.t_l h3 span{
	font-size:180%;
}
div#title p,
div#title_f p{
	color:#fff;
	padding:0 15px 15px 20px;
}
div#title02 p{
	padding:0 15px 15px 20px;
}
div#title img,
div#title_f img{
	float:none;
	margin:15px auto 10px;
	width:95%;
}
div#title02 img{
	float:none;
	margin:15px auto 10px;
	width:95%;
}
div#title div.pane h4{
	font-size:120%;
	padding:0 10px 10px 5px;
}
div#title div.pane{
	width:90%;
	margin:0 auto;
	padding:15px 0 1px 15px;
	background-color:#fff;
}
p.title{
	text-align:center;
	font-size: 170%;
	font-weight:bold;
}
#feature h3{
	text-align:center;
	font-size:180%;
	line-height:1.6;
	margin-bottom:20px;
	color:#0e5faf;
}
#btm_contact_p h3 {
	margin-bottom: 10px;
	padding-top: 0px;
	line-height: 1.6;
	font-size: 18px;
	color:#fff;
}

#l_box{
	float:none;
	width:98%;
}
#r_box{
	float:none;
	width:98%;
}

}
/*====================================================================/
	 tablet Layout
/====================================================================*/

@media print, screen and (min-width: 580px) and (max-width: 979px) {



/*--------------------------------------------------------------------/
	pic2
/--------------------------------------------------------------------*/
div.pic2 figure {
	float: left;
	width: 50%;
}

/*--------------------------------------------------------------------/
	pic3
/--------------------------------------------------------------------*/
div.pic3 figure {
	float: left;
	width: 33%;
}
div.pic3 figure img {
	width: 94%;
}

#btm_contact01 br {
display: none;
}
figure.left {
	margin-right: 20px;
	width:50%;
}
figure.right {
	margin-left: 20px;
	width:50%;
}
figure.left02 {
	margin:15px auto;
	width:70%;
	float:none;
}
figure.right02 {
	margin:15px auto;
	width:70%;
	float:none;
}


#con01 ul {
	margin:0px auto 50px;
	width:80%;
}
#con01 ul li {
	width: 49%;
}
#con01 ul li a {
	padding: 55px 0 0 165px;
	height: 127px;
	box-sizing: border-box;
}
#con01 ul li:first-child {
	float: left;
}
#con01 ul li:last-child {
	float: right;
}

/*--------------------------------------------------------------------/
	title
/--------------------------------------------------------------------*/

div#title div.t_l,
div#title_f div.t_l,
div#title02 div.t_l{
	float:none;
	width:100%
}
div#title div.t_l h3,
div#title_f div.t_l h3{
	font-size:180%;
	color:#fff;
	text-align:center;
	padding:20px 20px 15px 15px;
}
div#title02 div.t_l h3{
	font-size:180%;
	text-align:center;
	padding:20px 20px 15px 15px;
}
div#title02 div.t_l h3 span{
	font-size:200%;
}
div#title p,
div#title_f p{
	color:#fff;
	padding:0 15px 15px 20px;
}
div#title02 p{
	padding:0 15px 15px 20px;
}
div#title img,
div#title_f img{
	float:none;
	margin:15px auto 15px;
	width:60%;
}
div#title02 img{
	float:none;
	margin:15px auto 15px;
	width:60%;
}
div#title div.pane h4{
	font-size:120%;
	padding:0 10px 10px 5px;
}
div#title div.pane{
	width:90%;
	margin:0 auto;
	padding:15px 0 1px 15px;
	background-color:#fff;
}

p.title{
	text-align:center;
	font-size: 190%;
}
p.title br {
display: none;
}
figure.right03 {
	margin-left: 20px;
	width:20%;
	float:right;
}

#feature h3{
	text-align:center;
	font-size:200%;
	line-height:1.6;
	margin-bottom:20px;
	color:#0e5faf;
}
#con01 ul {
	margin: 0px auto 50px;
	width: 95%;
}
#con01 ul li {
	width: 49%;
}
.c_flow ol li
{
	font-size: 12px;
	position: relative;
	margin: 10px 10px 10px 0;
	padding: 20px 15px;
	color: #000;
	background-color: #f4f4f4;
}
.c_flow ol li:nth-child(5){
	margin: 10px 0px 10px 0;
}
}


/*====================================================================/
	 PC Layout
/====================================================================*/

@media print, screen and (min-width: 980px) {


/*--------------------------------------------------------------------/
	01.level2
/--------------------------------------------------------------------*/
div#page_title {
	margin-bottom: 50px;
	height: 140px;
}
div#page_title h2 {
	padding-top: 55px;
	font-size: 30px;
}

/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
div#main {
	width: 1040px;
}


/* h3 h4
----------------------------------------------------------------*/
h3.normal {
	margin-bottom: 20px;
	background: url(../img/common_h3.png) no-repeat 50% 50%;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: normal;
}
h3.normal span {
	display: inline-block;
	padding:4px 12px ;
	margin-right:10px;
	-webkit-border-radius: 50%;/* width,heightの半分 */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #c80c0d;/* 円の色 */
	color:#fff;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left {
	margin-right: 20px;
}
figure.right {
	margin-left: 20px;
}


/*--------------------------------------------------------------------/
	pic2
/--------------------------------------------------------------------*/
div.pic2 figure {
	float: left;
	width: 50%;
}

/*--------------------------------------------------------------------/
	pic3
/--------------------------------------------------------------------*/
div.pic3 figure {
	float: left;
	width: 33%;
}
div.pic3 figure img {
	width: 94%;
}

.c_flow ol li
{
	font-size: 12px;
	position: relative;
	margin: 10px 10px 10px 0;
	padding: 20px 15px;
	color: #000;
	width:16.3%;
	background-color: #f4f4f4;
}
.c_flow ol li:nth-child(5){
	margin: 10px 0px 10px 0;
}
#btm_contact01 br {
display: none;
}

#con01 ul {
	margin: 0px auto 50px;
	width: 686px;
}
#con01 ul li {
	width: 333px;
}
#con01 ul li a {
	padding: 55px 0 0 165px;
	height: 127px;
	box-sizing: border-box;
}
#con01 ul li:first-child {
	float: left;
}
#con01 ul li:last-child {
	float: right;
}
figure.left {
	margin-right: 20px;
	width:40%;
}
figure.right {
	margin-left: 20px;
	width:40%;
}

figure.left02 {
	margin-right: 20px;
	width:40%;
	float:left;
}
figure.right02 {
	margin-left: 20px;
	width:40%;
	float:right;
}
figure.right03 {
	margin-left: 20px;
	width:20%;
	float:right;
}
p.title br {
display: none;
}
}

