/*　トップページ　*/
.top_space {
	width: 100%;

}
.top_space img {
	width: 100%;
	float:right;
}
.top_space p {
	padding: 2%;
	width: 96%;
}
.top_h3{
	background-color: #0d7ecc;
	color: #fff
}
/* テキストのボックスを作成 */
.col_3_2_1 img {
   vertical-align: text-bottom;
	 margin-bottom: 0 !important;
}
.col_3_2_1 ul li a {
	text-decoration: none;
}
.box_01 {
	width: 100%;
	margin: 0;
	background: #fff;
	border: 1px #19bc9c solid;
	height: 40px;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #19bc9c;
	line-height: 2;
	text-indent: 1em; 
}
.box_border_01 {
	margin: 0;
	transition: 0.5s;
    	position: absolute;
    	top: 100%;  /* 上からの位置 */
    	left: 0px;  /* 左からの位置 */
    	width: 100%;  /* 横幅 */
    	height: 4px;  /* 縦幅 */
	background: linear-gradient(left,#19bc9c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left,#19bc9c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -moz-linear-gradient(left,#19bc9c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -o-linear-gradient(left,#19bc9c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -ms-linear-gradient(left,#19bc9c 30%,#e5e5e5 31%, #e5e5e5 100%);
	content:""; 
}
figure.orange_02 {
	border: 1px solid #f39c12;
}
.box_02 {
	width: 100%;
	margin: 0;
	background: #fff;
	border: 1px #f39c12 solid;
	height: 40px;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #f39c12;
	line-height: 2;
	text-indent: 1em; 
}
.box_border_02 {
	margin: 0;
	transition: 0.5s;
    	position: absolute;
    	top: 100%;  /* 上からの位置 */
    	left: 0px;  /* 左からの位置 */
    	width: 100%;  /* 横幅 */
    	height: 4px;  /* 縦幅 */
	background: linear-gradient(left,#f39c12 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left,#f39c12 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -moz-linear-gradient(left,#f39c12 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -o-linear-gradient(left,#f39c12 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -ms-linear-gradient(left,#f39c12 30%,#e5e5e5 31%, #e5e5e5 100%);
	content:""; 
}
figure.blue_03 {
	border: 1px solid #3398db;
}
.box_03 {
	width: 100%;
	margin: 0;
	background: #fff;
	border: 1px #3398db solid;
	height: 40px;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #3398db;
	line-height: 2;
	text-indent: 1em; 
}
.box_border_03 {
	margin: 0;
	transition: 0.5s;
    	position: absolute;
    	top: 100%;  /* 上からの位置 */
    	left: 0px;  /* 左からの位置 */
    	width: 100%;  /* 横幅 */
    	height: 4px;  /* 縦幅 */
	background: linear-gradient(left,#3398db 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left,#3398db 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -moz-linear-gradient(left,#3398db 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -o-linear-gradient(left,#3398db 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -ms-linear-gradient(left,#3398db 30%,#e5e5e5 31%, #e5e5e5 100%);
	content:""; 
}
figure.red_04 {
	border: 1px solid #e74c3c;
}
.box_04 {
	width: 100%;
	margin: 0;
	background: #fff;
	border: 1px #e74c3c solid;
	height: 40px;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #e74c3c;
	line-height: 2;
	text-indent: 1em; 
}
.box_border_04 {
	margin: 0;
	transition: 0.5s;
    	position: absolute;
    	top: 100%;  /* 上からの位置 */
    	left: 0px;  /* 左からの位置 */
    	width: 100%;  /* 横幅 */
    	height: 4px;  /* 縦幅 */
	background: linear-gradient(left,#e74c3c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left,#e74c3c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -moz-linear-gradient(left,#e74c3c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -o-linear-gradient(left,#e74c3c 30%,#e5e5e5 31%, #e5e5e5 100%);
	background: -ms-linear-gradient(left,#e74c3c 30%,#e5e5e5 31%, #e5e5e5 100%);
	content:""; 
}
/*　トップページfacebook記事並び　*/
.top_h3_space {
	width : 100% ;
}
#fb_page {
	width: 367px;
}
#top_li_second {
	width: 45%;
}

/*　事業案内ページ　*/
.business_space {
	width: 100%;
}
.business_space p {
	padding: 2%;
	width: 96%;
}
.business_point {
	text-align: center;
	font-weight: bold;
	color: #0d7ecc;
	font-size: 23px;
	line-height: 19.427px;
	margin-bottom: 30px;
}
.business_p {
	width: 45%;
	float: right;
	margin-right: 5%;
}
.col_4_4_2 {
	width: 97%;
	float: left;
	margin: 1.5%;
	text-align: left;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	background: #fff;
}
.col_4_4_2 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_4_4_2 li {
	list-style: none;
	float: left;
	width: 23%;
	margin: 0 2% 2% 0;
}
.col_4_4_2 li img {
	width: 100%;
	vertical-align: bottom;
}
.box_001 {
	width: 100%;
	margin: 0;
	background: #19bc9c;
	border: 1px #19bc9c solid;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	text-indent: 0.5em; 
}
figure.orange_002 {
	border: 1px solid #f39c12;
}
.box_002 {
	width: 100%;
	margin: 0;
	background: #f39c12;
	border: 1px #f39c12 solid;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	text-indent: 0.5em;  
}
figure.blue_003 {
	border: 1px solid #3398db;
}
.box_003 {
	width: 100%;
	margin: 0;
	background: #3398db;
	border: 1px #3398db solid;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	text-indent: 0.5em; 
}
figure.red_04 {
	border: 1px solid #e74c3c;
}
.box_004 {
	width: 100%;
	margin: 0;
	background: #e74c3c;
	border: 1px #e74c3c solid;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	text-indent: 0.5em; 
}
figcaption.business_fc {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	opacity: 0;
	font-size: 1.0rem;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 25%;
}
/* ワークフロー */
.business_flow01 {
	color: #000000;
	list-style: none;
	overflow: hidden;
	padding-top: 20px;
	border-radius: 4px 4px 0 0;
	padding-bottom: 20px;
	width: 100%;
}
.business_flow01 li {
	background: linear-gradient(#FEFEFE, #F3F5F5);
	background: -o-linear-gradient(#FEFEFE, #F3F5F5);
	background: -ms-linear-gradient(#FEFEFE, #F3F5F5);
	background: -moz-linear-gradient(#FEFEFE, #F3F5F5);
	background: -webkit-linear-gradient(#FEFEFE, #F3F5F5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F5F5), color-stop(0.00, #FEFEFE));
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	color: #000000;
	display: block;
	float: left;
	font-size: 1em;
	line-height: 60px;
	min-width: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 0;
	text-align: center;
	text-decoration: none;
	margin-left: 0em;
}
/* 三角形下部 */
.business_flow01 li::after {
  background: linear-gradient(#F9FAFA, #F4F6F6);
  background: -o-linear-gradient(#F9FAFA, #F4F6F6);
  background: -ms-linear-gradient(#F9FAFA, #F4F6F6);
  background: -moz-linear-gradient(#F9FAFA, #F4F6F6);
  background: -webkit-linear-gradient(#F9FAFA, #F4F6F6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F4F6F6), color-stop(0.00, #F9FAFA));
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  content: " ";
  display: block;
  height: 31px;
  margin: -30px -30px -1px auto;
  position: relative;
  transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  width: 30px;
}
.business_flow01 li:first-child {
  border-left: 1px solid #bbb;
  padding-left: 10px;
}
/* 三角形上部 */
.business_flow01 li::before {
  background: linear-gradient(#FEFEFE, #F9FAFA);
  background: -o-linear-gradient(#FEFEFE, #F9FAFA);
  background: -ms-linear-gradient(#FEFEFE, #F9FAFA);
  background: -moz-linear-gradient(#FEFEFE, #F9FAFA);
  background: -webkit-linear-gradient(#FEFEFE, #F9FAFA);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9FAFA), color-stop(0.00, #FEFEFE));
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  content: " ";
  display: block;
  float: right;
  height: 31px;
  margin: -1px -30px -30px auto;
  transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  width: 30px;
}
/* 右端の設定 */
.business_flow01 .active {
  background: linear-gradient(#1F85D8, #17619C);
  background: -o-linear-gradient(#1F85D8, #17619C);
  background: -ms-linear-gradient(#1F85D8, #17619C);
  background: -moz-linear-gradient(#1F85D8, #17619C);
  background: -webkit-linear-gradient(#1F85D8, #17619C);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #17619C), color-stop(0.00, #1F85D8));
  color: #FFFFFF;
}
.business_flow01 .active::before {
  background: linear-gradient(#1F85D8, #1B73BA);
  background: -o-linear-gradient(#1F85D8, #1B73BA);
  background: -ms-linear-gradient(#1F85D8, #1B73BA);
  background: -moz-linear-gradient(#1F85D8, #1B73BA);
  background: -webkit-linear-gradient(#1F85D8, #1B73BA);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1B73BA), color-stop(0.00, #1F85D8));
}
.business_flow01 .active::after {
  background: linear-gradient(#1B73BA, #17619C);
  background: -o-linear-gradient(#1B73BA, #17619C);
  background: -ms-linear-gradient(#1B73BA, #17619C);
  background: -moz-linear-gradient(#1B73BA, #17619C);
  background: -webkit-linear-gradient(#1B73BA, #17619C);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #17619C), color-stop(0.00, #1B73BA));
}

/*　製品紹介ページ　*/
.product_space {
	width: 100%;
	margin-bottom: 30px;
}
.product_space img {
	margin: 0 5%;
	float: left;
}
.product_space p {
	width: 96%;
	padding: 0 2%;
}
.product_img {
	width:94%;
	margin-bottom: 30px;
	text-align: center;
}
.product_img img {
	border: 1px #000 solid;
	padding: 4px;
}
.product_img p {
	text-align: left;
	margin-top: 10px;
}
.product_img i {
	text-align: left;
	color: #0d7ecc;
	float: left;
	margin-top: 10px;
}

/*　設備紹介ページ　*/
.facilities_space {
	width: 100%;
	margin-bottom: 30px;
}
.facilities_space img {
	margin: 0 5%;
	float: left;
}
.facilities_space p {
	width: 96%;
	padding: 0 2%;
}
.facilities_img {
	width:94%;
	margin-bottom: 30px;
	text-align: center;
}
.facilities_img img {
	border: 1px #000 solid;
	padding: 4px;
}
.facilities_img p {
	text-align: left;
	margin-top: 10px;
}
.facilities_img i {
	text-align: left;
	color: #0d7ecc;
	float: left;
	margin-top: 10px;
}

/*　会社案内ページ　*/
.about_space {
	width: 100%;
}
.about_space img {
	float: right;
	margin-top: 30px;
	margin-left: 20px;
}
.about_space p {
	padding: 2%;
	width: 96%;
}
.about_stitle {
	width: 100%;
}
.about_stitle img {
	float: right;
	margin-left: 20px;
}
.about_stitle p {
	width: 96%;
	padding-top: 20px;
	clear: left;
	padding-left: 2%;
	padding-right: 2%;
}
.about_photo {
	text-align: right;
	float: right;
}
.h3_about {
	background: none;
	float: left;
}

/*　お問い合わせページ（Mail Form PRO用）*/
.contact_txt{
	width: 98%;
	margin-left: 1%;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: 1%;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	color: #000;
}
.contact_space {
	width: 100%;
	text-align: center;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dd {
	width:70%;
	border-top: solid 1px #CCC;
	margin: 0;
	padding: 10px 5px 10px 180px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd p {
	color: #000000;
	margin-top: 15px;
	margin-left: 35px;
}
form#mailformpro dl dd p:hover {
	color:#FF0004;
	margin-top: 15px;
	margin-left: 35px;
}
.mfp_high {
	height: 120px;
}
.input_01 {
	width: 80%;
}
.input_02 {
	width: 45%;
	margin-right: 10px;
}
.input_03 {
	width: 70%;
}
.input_04 {
	width: 90%;
	height: 100px;
}

/* お問い合わせ送信完了ページ */
#thanks_message {
	width: 100%;
	margin: 50px auto;
	text-align: left;
}
#thanks_message a {
	text-decoration: underline;
}
#thanks_message a:hover {
	color: red;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
/*　トップページfacebook記事並び　*/
.top_h3_space {
	width : 100% ;
}
#fb_page {
	width:367px;
}
#top_li_second {
	width : 96% ; /* IE8以下とAndroid4.3以下用 */
	width : -webkit-calc(96% - 367px) ;
	width : calc(96% - 367px) ;
}

/*　事業案内ページ　*/
.business_point {
	font-size: 1.3em;
}

/*　会社案内ページ*/
.h3_about {
	background: none;
	clear: both;
}
.h3_about img {
	width: 80%;
	margin-bottom: 20px;
	float: left;
}
.about_photo {
	text-align: right;
	float: right;
}
.about_photo img {
	width: 80%;
	float: right;
}

}


/*================================================
 *  タブレット向けデザイン　縦向きの場合
 ================================================*/
@media screen and (max-width:930px){
/*　事業案内ページ　*/
.box_001,.box_002,.box_003,.box_004 {
	font-size: 1em;
}
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
/*　トップページfacebook記事並び　*/
.top_space {
	width: 100%;
}
.top_space img {
	width: 100%;
}

/*　トップページfacebook記事並び　*/
.top_h3_space {
	width : 100% ;
}
#fb_page {
	width:100%;
}
#top_li_second {
	width : 100%;
}

/*　事業案内ページ　*/
.business_p {
	width: 100%;
	clear: both;
	margin-right: 0;
}
.business_flow ul li i {
	position: relative;
	left: 30%;
	font-size: 0.5em;
	top: -15px;
}
.business_point {
	font-size: 1.3em;
}
/*　会社案内ページ*/
.h3_about {
	width: 100%;
	background: none;
	clear: both;
	margin-left: 0;
}
.h3_about img {
	width: 100%;
	margin-bottom: 20px
}
.about_photo {
	text-align: center;
	float: right;
}
.about_photo img {
	width: 100%;
	float: none;
}
.about_stitle img {
	margin-left: 0;
}
.about_stitle p {
	width: 96%;
	padding-top: 20px;
	clear: both;
	padding-left: 2%;
	padding-right: 2%;
}
	
/*　お問い合わせページ*/
.contact_space img {
	width: 100%;
}
/*　お問い合わせページ（Mail Form PRO用）*/
form#mailformpro dl dt {
	width: 100% !important;
}
form#mailformpro dl dd {
	border: none;
	width: 100%;
	padding-left: 40px !important;
}
.input_01 {
	width: 95%;
}
.input_03 {
	width: 80%;
}
.input_04 {
	width: 95%;
	height: 100px;
}
form#mailformpro input,form#mailformpro textarea {
	padding: 3px;
	font-size: 20px;
	vertical-align: middle;
}
.mfp {
	clear: both;
	width: 100%;
}
.mfp_both {
	clear:both;
}
}


/*================================================
 *  スマートフォン向けデザイン　縦向きの場合
 ================================================*/
@media screen and (max-width:767px) and (orientation:portrait){
}


/*================================================
 *  スマートフォン向けデザイン　横向きの場合
 ================================================*/
@media screen and (max-width:767px) and (orientation:landscape){
.box_001,.box_002,.box_003,.box_004 {
	font-size: 1.1em;
}
}
