@charset "utf-8";
/*
Theme Name: ikel
Theme URI: http://www.ikel.co.jp/
Description: smart086
Version: 1.0
Author: o2 Group
Author URI: http://www.ikel.co.jp/

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
    font-family: 'yumin';
    src: url('wf/yumin.ttf') format('truetype'),
	url('wf/yumin.woff') format('woff');
}
@font-face {
font-family: 'yugo';
src: local("游ゴシック Medium"),local("Yu Gothic Medium"),local("游ゴシック"),local("Yu Gothic"),local("YuGothic"),	local("ヒラギノ角ゴ ProN W3"),local("Hiragino Kaku Gothic ProN"),local("メイリオ"),local("Meiryo");
}
@font-face {
font-family: 'yugo';
src: local("游ゴシック Bold"),local("Yu Gothic Bold"),local("YuGothic Bold"),local("ヒラギノ角ゴ ProN W6"),local("Hiragino Kaku Gothic ProN"),local("メイリオ"),local("Meiryo");
font-weight: bold;
}

html {font-size: 62.5%; border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 17px; font-size:1.7rem;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 17px "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
font: 1.7rem "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
color:#333A48;
/*background:#fff;*/
line-height: 180%;
min-width: 1000px; /*作成中のホームページのメインコンテンツ幅に合わせて適切な数字に変更してください*/
background-image: url(images/bg_top.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
}

body#naka{
background: #FFF;
}

/*html{background:#557309;}*/

* { box-sizing: border-box; }

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
color: #006600;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
text-decoration: underline;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,#content:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, #content,#footer{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"],input[type="date"],input[type="tel"],input[type="email"], textarea, select{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size: 15px;
font-size:1.5rem;
color:#333A48;
background:#fcfcfc;
}

.content-form input, .content-form textarea {
font-size: 14px;
}

textarea{
height:auto;
line-height:1.5;
width:550px;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:6px 70px;
background: #006600;
/*
background: -moz-linear-gradient(top, #B6CDE7 0%, #4886AE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B6CDE7), color-stop(100%,#4886AE));
background: -webkit-linear-gradient(top, #B6CDE7 0%,#4886AE 100%);
background: -o-linear-gradient(top, #B6CDE7 0%,#4886AE 100%);
background: -ms-linear-gradient(top, #B6CDE7 0%,#4886AE 100%);
background: linear-gradient(to bottom, #B6CDE7 0%,#4886AE 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6CDE7', endColorstr='#4886AE',GradientType=0 );
*/
border: #006600 1px solid;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
line-height:1.5;
font-size: 18px;
font-size:1.8rem;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #fff;
border: #006600 1px solid;
color: #006600;
/*
background: -moz-linear-gradient(top, #4886AE 0%, #B6CDE7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4886AE), color-stop(100%,#B6CDE7));
background: -webkit-linear-gradient(top, #4886AE 0%,#FFCC00 100%);
background: -o-linear-gradient(top, #4886AE 0%,#B6CDE7 100%);
background: -ms-linear-gradient(top, #4886AE 0%,#B6CDE7 100%);
background: linear-gradient(to bottom, #4886AE 0%,#B6CDE7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4886AE', endColorstr='#B6CDE7',GradientType=0 );
*/
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

/* contact-form-7 */
div.wpcf7-response-output{
	text-align: center;
	font-weight: bold;
	margin: 0;
}

#content img.ajax-loader {
	width: auto;
}

#content span.wpcf7-list-item {
display: block;
}

/* レイアウト
------------------------------------------------------------*/
.inner{
margin: 0 auto;
width: 1000px;
padding: 30px 0;
}

#description .inner{
padding:5px 0;
font-size:14px;
font-size:1.4rem;
}

#wrapper, #content, header .inner{
margin: 0 auto;
width: 1000px;
padding: 0;
}

/*.wrapper2 .inner , .wrapper3 .inner {
    padding: 30px 0 0 0;
}*/

.content2 {
	width: 700px;
	float: left;
}

#footerWrapper {
	width: 250px;
	float: right;
	background-color: #DBE7C2;
	padding-bottom: 40px;
}

.inner h1{
margin-bottom: 10px;
text-align: center;
font-size:42px;
font-size:4.2rem;
color: #0098E1;
}

.inner h1.pink{
margin-bottom: 10px;
text-align: center;
font-size:42px;
font-size:4.2rem;
color: #FF6699;
}

.inner h1.kuro{
margin-bottom: 10px;
text-align: center;
font-size:30px;
font-size:3.0rem;
color: #333;
}

#description{
color:#666;
}

#header{
/*overflow:hidden;*/
background: #FFFFFF;
margin:0 auto;
}

#content{
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}



/* ヘッダー
*****************************************************/


/* サイト説明文
----------------------------------*/
#header h1,#header p{
padding:5px 0;
color: #666;
font-size: 15px;
font-size:1.5rem;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
padding:0;
background: none;
margin-bottom: 0;
text-align: left;
}

#header h2 a{
font-size: 34px;
color: #333333;
}

/* 左右配置
----------------------------------*/
#header .h_left {
	float: left;
	width: 600px;
	margin: 25px 0 15px 0;
}

#header .h_right {
	padding-top: 25px;
	float: right;
	width: 400px;
    text-align: center;
}

#header .h_right .add {
	padding-bottom: 10px;
}

#header .h_right .tel {
	display: inline-block;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 100%;
	color: #4E4E4E;
}

#header .h_right .mail {
	padding-top: 10px;
}

#header .h_right a.contact {
    display: inline-block;
    font-size: 17px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    padding-top: 0;
    color: #333A48;
    border: 2px solid #7bb309;
    padding: 8px 15px 9px 14px;
	background: #7bb309;
	color: #FFF;
}
#header .h_right a.contact:hover {
	text-decoration: none;
	background: #FFF;
	color:#7bb309;
}

.head_menu {
	z-index: 1;
}

#naka .head_menu {
    position: relative;
	top: 0;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg {
clear:both;
line-height:0;
text-align:center;
z-index:0;
position: relative;
/*height: 520px;*/
}


#naka #mainImg{
/*height: 255px;*/
}



#top a:hover img{
/*
		-webkit-transform: translate(0,5px);
		-moz-transform: translate(0,5px);
		-ms-transform: translate(0,5px);
		-o-transform: translate(0,5px);
		transform: translate(0,5px);
*/
}


#top a.top_service:hover {
		-webkit-transform: translate(0,-5px);
		-moz-transform: translate(0,-5px);
		-ms-transform: translate(0,-5px);
		-o-transform: translate(0,-5px);
		transform: translate(0,-5px);
}

.postWrap{

}

.post{
}

article.archive span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content p{padding-bottom:15px;}

#content ul{margin: 0 10px 10px 10px;}

ul li{
/*margin:5px 0 0 15px;*/
list-style:disc;
}

#content ol{margin: 0 0 10px 30px;}

#content ol li{list-style:decimal;}

#content h1, #content h2, #content h3, #content h4{clear:both;}

#content h1{
font-size:30px;
font-size:3.0rem;
color: #006600;
text-align: center;
font-weight: bold;
padding: 15px 0;
margin-bottom: 20px;
/*background: url("images/bg_h1.png") no-repeat center bottom;*/
}

#content h1.blog_ttl{
margin: 80px 0 50px 0;
font-size:28px;
font-size:2.8rem;
color: #333;
text-align: left;
}

#content h2{
margin-top: 20px;
padding: 5px 10px;
margin-bottom: 30px;
font-size: 25px;
font-size: 2.5rem;
font-weight: normal;
color: #006600;
text-align: left;
border-left: 7px solid #7BB309;
border-bottom: 2px solid #7BB309;
}

#content h3 {
font-size:22px;
font-size:2.2rem;
color: #FFF;
background-color: #006600;
text-align: left;
font-weight: normal;
padding: 10px 20px;
margin: 0 0 20px 0;
line-height: 100%;
}


#content h3 a {
	font-size:22px;
	font-size:2.2rem;
	color: #FFF;
}

#content section.widget h3 {
	background-color: #DBE7C2;
}

#content h4 {
font-size:18px;
font-size:1.8rem;
color: #333;
text-align: center;
font-weight: normal;
padding: 10px 20px;
border-bottom: 1px solid #7BB309;
margin: 0 0 20px 0;
line-height: 100%;
}


#content h4.l {
text-align: left;
margin: 0;
}

/* H3見出し:お知らせ */
#content h3.blog{
margin: 10px 0;
padding:10px 0;
line-height: 120%;
border-bottom:1px solid #4886AE;
text-align: center;
}

#content h3.blog a {
color: #0C2441;
font-size: 20px;
font-size:2rem;
font-weight:normal;
}

/* H2見出し:お知らせ */
#content h3.blog_top{
margin:0 0 20px 0;
padding:5px 0 10px 10px;
font-size: 12px;
font-size:1.2rem;
font-weight:normal;
color: #333;
line-height: 120%;
}
 
#content blockquote p{padding:5px 0;}

#content dt{font-weight:normal;}

#content dd{padding-bottom:10px;}

/*#content img{max-width:100%;height:auto;}*/

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:0px;
margin:0 0 10px 20px;
display:inline;
}

img.alignleft{margin: 0 20px 10px 0;}

.alignright{float:right;*display: inline;}
.alignleft{float: left; text-align:left;*display: inline;}
.aligncenter{text-align:center;}

.clear {
	clear: both;
}

/* ---------------------------
 トップ専用
------------------------------ */ 
#top h2 {
/*font-family: yumin;*/
font-size: 30px;
font-size: 3.0rem;
font-weight: bold;
color: #333333;
line-height: 100%;
/*background: url(images/bg_h1.png) no-repeat center bottom;*/
padding-bottom: 30px;
text-align:center;
}

#top h2.w {
color: #FFF;
text-shadow: 2px 2px 3px #000;
}


#top .head_menu h2 {
background: none;
}

#top h2.news {
font-size: 25px;
font-size: 2.5rem;
background: url(images/bg_h2_news.png) no-repeat center bottom;
padding-top: 0;
padding-bottom: 20px;
}

#top #content h2 {
font-family: boku;
background: none;
font-size: 23px;
font-size: 2.3rem;
text-align: center;
color: #1A2533;
}

#top #content h2 .h2_s {
font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
color: #B6CDE7;
font-weight: bold;
font-size: 23px;
font-size: 2.3rem;
padding-top: 20px;
}

#top .top_no {
	font-family: Century;
	font-size: 200px;
	font-size: 20rem;
	color: #FFF;
	font-weight: bold;
	line-height: 100%;
	float: left;
	width: 120px;
}

#top .top_message {
	float: left;
	width: 350px;
	
}

#top .top_midashi {
	font-family: 'YuGothic-Medium', 'Yu Gothic Medium', 'YuGothic-Regular';
	padding: 75px 0 20px 0;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 125%;
}

#top .top_honbun {
	font-family: yugo;
	padding: 0;
}

#top .top_image {
    position: relative;
	float: right;
	width: 525px;
	height: 300px;
}

#top .top_image img {
    position: absolute;
    bottom: 0;
}

#top .top_bg_l h1 {
	float: right;
	padding-right: 0;
	padding-left: 20px 25px;
}

#top .top_bg_l .top_honbun {
	float: right;
}

/* トップページメニュー */
#top .top_menu {
	position: relative;
}

#top .top_menu .menu_obi {
	position: absolute;
	top:0;
	left:0;
	width: 50%;
	height: calc(100% - 10px);
	background: rgba(0,102,0,0.65);
}

#top .top_menu .menu_obi .menu_moji {
	color: #FFF;
	padding: 70px 15px 15px 15px;
}

#top .top_menu .menu_obi .menu_moji .m_top {
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	padding-bottom: 20px;
}


#top .top_menu.s .menu_obi .menu_moji .m_top {
	padding-bottom: 10px;
}

#top .top_menu.s .menu_obi {
	width: 52%;
	background: rgba(123,179,9,0.65);
}

#top .top_menu.s .menu_obi .menu_moji {
	padding: 30px 15px 15px 15px;
	line-height: 130%;
}


/* 「そうだ！フジタ地質に聞いてみよう」メニュー */
.fushigi_waku {
	background: rgba(255,255,255,0.60);
	padding: 10px;
	color: #333;
	margin: 10px 5px;
}

/* TOPページYoutube調整 */
.top_movie > iframe {
	height: 500px;
	width: 100%;
	margin-bottom: 20px;
}

.fushigi_waku .f_ttl {
/* for modan browser */
	text-shadow:0px 2px 1px #FFF,0px 1px 1px #FFF,1px 1px 1px #FFF,1px 0px 1px #FFF,2px 0px 1px #FFF,1px -1px 1px #FFF,1px -2px 1px #FFF,0px -2px 1px #FFF,-1px -2px 1px #FFF,-2px -2px 1px #FFF,-2px -1px 1px #FFF,-2px 0px 1px #FFF,-2px 1px 1px #FFF,-1px 1px 1px #FFF;
  font-size: 24px;
  font-weight: bold;
  color: #006600;
	padding: 10px;
}


/* トップ専用：背景白 */ 
.wrapper1 {
overflow: hidden;
clear: both;
background: #fff;
padding: 10px 0;

}

/* トップ専用：グレー */ 
.wrapper2 {
overflow: hidden;
clear: both;
padding: 10px 0;
background: #F9F9F9;
/*border-bottom: 34px solid #9BC998;*/
}

.wrapper2 .end {
border-bottom: none;
}

/* トップ専用：背景イエロー */ 
.wrapper3{
overflow: hidden;
clear: both;
background: #F7DA91;
padding: 10px 0;
/*border-bottom: 34px solid #9BC998;*/
}

/* 固定ページ用：背景白 */ 
.wrapper4{
overflow: hidden;
clear: both;
background: #FFF;
padding: 10px 0;
}

/* 固定ページ用：背景透過 */ 
.wrapper5{
overflow: hidden;
clear: both;
background: none;
padding: 10px 0;
}

/*-----------------------------
ギャラリー
---------------------------*/
.photospace_res .gal_content {
float: left;
width: 50%;
}
.photospace_res .thumbs_wrap2 {
float: right;
width: 50%;
}

.photospace_res ul.thumbs img {
width: 100px;
}

/* リンク：詳しく見る*/
.gotonext {
	background: url(images/arrow.png) no-repeat;
	float:right;
	padding-left: 20px;
	}

.faq_line {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#ccc;
	height:1px;
	margin:20px 0 40px 0;
}

/* 固定ページ:2分割 */
.content .f_left{
	float: left;
	width: 48%;
}

.content .f_right{
	float: right;
	width: 48%;
}

/* 360度画像用 */
.img360 {
width:700px;
margin:0 auto;
}

/* 表:会社概要 */
.content .f_left_com{
	float: left;
	width: 600px;
}

.content .f_right_com{
	float: right;
	width: 360px;
}

/* 固定ページ:3分割 */
.content .waku3_left{
	float: left;
	width: 320px;
	margin-right: 20px;
}

.content .waku3_right{
	float: right;
	width: 320px;
}

/* ----------------------------------------------
　イケル　基本CSS
---------------------------------------------- */


/* ------------------
 見出し
------------------ */

/* 緑色　大、明朝 */
.midashi {
	font-family: yumin;
	color: #006600;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

/* グレー　メイリオ */
.midashi2 {
	color: #333;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	padding-bottom: 25px;
	text-align: center;
}
.midashi2 span {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	padding-left: 23px;
    vertical-align: super;
}

/* 白色　大、明朝 */
.midashi3 {
	font-family: yumin;
	color: #FFFFFF;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	font-weight: normal;
	padding: 20px 0 40px 0;
}


/* ------------------
 本文
------------------ */

/* ゴシック（余白30px）：印象的な文章、読ませる文章 */
.honbun {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 10px 30px;
	line-height: 180%;
}

/* ゴシック（余白210px）：印象的な文章、読ませる文章 */
.honbun2 {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 10px 150px;
}

/* ゴシック（余白10px）：印象的な文章、読ませる文章 */
.honbun_s {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 10px;
	line-height: 180%;
}

/* ゴシック（余白10px）：印象的な文章、読ませる文章 */
.honbun_16 {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 10px;
	line-height: 150%;
	text-align: left;
}



/* メイリオ：説明文 */
.honbun3 {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 10px;
}


/* メイリオ：説明文（余白.honbunと同じ） */
.honbun4 {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 10px 65px;
	line-height: 180%;
}

/* フォント */
.gothic {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.mincho {
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ＭＳ Ｐ明朝','serif', 'IPA P明朝';
}

.marugo {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}


.orange {
	color: #FF6600;
}

.ao {
	color: #1891C5;
}

.mizu {
	color: #29C2EF;
}

.aka {
	color: #FF0000;
}

.ki {
	color: #F79B02;
}

.kuro {
	color: #333;
}

.siro {
	color: #FFFFFF;
}

.green {
	color: #006600;
}

.green2 {
	color: #7BB309;
}

/* 入力必須 */
.hissu {
	color: #FFFFFF;
	background: #EDAE0A;
	padding: 2px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 2px;
}

/* 文字サイズ */

.font_s {
	font-size: 15px;
	font-size:1.5rem;
	line-height: 150%;
}

.font_l {
	font-size: 22px;
	font-size: 2.2rem;
}

.font_ll {
	font-size: 35px;
	font-size: 3.5rem;
}


.wakumoji {
	background-color: #4886AE;
	padding: 5px 30px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
}


/* Rマーク */
.reg {
	font-size:50%;vertical-align:middle;
}

.marker_lime {
	background: linear-gradient(transparent 90%, #66FFCC 90%);
	color: #000;
}


/* ドロップシャドウ */
.shadow {box-shadow: 10px 10px 20px rgba(0,0,0,0.2);}

/*　ライン　*/
hr.solid {
    border: 0;
    height: 30px;
    background-color: #FFF;
    border-bottom: #666666 solid 1px;
 }

/* ------------------
 枠・仕切り
------------------ */

/* ２分割 */
#content ul.waku_2 ,
#top ul.waku_2 {
	width: 100%;
	margin: 0;	
}

#content ul.waku_2 li ,
#top ul.waku_2 li {
	width: 50%;
	padding:10px;
	float:left;
	list-style:none;	
}

#content ul.waku_2 li img ,
#top ul.waku_2 li img {
	max-width: 100%;
}

#content ul.waku_2 li.w44 { width: 44%; }
#content ul.waku_2 li.w56 { width: 56%; }
#content ul.waku_2 li.w40 { width: 40%; }
#content ul.waku_2 li.w60 { width: 60%; }

#content ul.waku_2 li.alignright {
	text-align: right;
}

/* ２分割（余白10px） */
#content ul.waku_2 li.p10 {
	padding:10px;
}

#content ul.waku_2.p99 li img {
	width:99%;
}

/* ３分割 */
#content ul.waku_3 {
	width: 100%;
	margin: 0;
	display: table;
	table-layout: fixed;
}
#content ul.waku_3 li {
	display: table-cell;
	padding: 0 5px;
	list-style:none;	
}

/* ２分割（トップ） */
#top ul.waku_2 li {
	padding:5px;
}

/* 枠:1px 背景:抜き　線：黄緑 */
.waku {
	padding: 15px 20px;
	border: 1px solid #7BB309;
}

.waku.s {
	padding: 15px 10px;
}

/* 枠:無し */
.waku.border_none {
	border: none;
}

/* 枠:背景透過 */
.waku.bg_none {
	background: none;
}

/* 枠:無し 背景:水色 */
.waku.bg_mizu {
	background: #D3EEFA;
	border: none;
}

/* 角丸 imgにも有効*/
.kadomaru {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* -----------------
　画像配置
----------------- */

/*  画像を均等にセンター寄せ：1行 */
#content ul.img_line {
	margin: 0;
	width: 100%;
}

ul.img_line {
	display:table;
	width: 100%;
}

ul.img_line li {
	display:table-cell;
	vertical-align:top;
	text-align:center;
	padding: 10px 5px;
}

ul.img_line.p3 li {
	width: 33%;
}

ul.img_line.p4 li {
	width: 25%;
}


/* トップページ（事業内容）*/
ul.img_line.top li {
	text-align:left;
	padding: 10px 40px;
	width: 33%;
}


/* 画像3分割・4分割(レスポンシブ時：3列→2列→1列) */
ul.img_line2 {
	width: auto;
	text-align:center;
}

ul.img_line2 li {
	list-style: none;
	vertical-align:top;
	text-align:center;
	padding: 10px;
	float: left;
}

ul.img_line2.p4 li {
	padding: 10px 2px;
}

ul.img_line2 li a {
	/*color:#5C483A;*/
}

/* 画像2分割(レスポンシブ時：2列) */
ul.img_line3 {
	width: auto;
	text-align:center;
}

ul.img_line3 li {
	list-style: none;
	vertical-align:top;
	text-align:center;
	padding: 5px;
	float: left;
	width: 50%;
}

ul.img_line3.qa li {
	text-align: left;
	background: url("images/fushigi/bg_qa.jpg") no-repeat;
	padding-left: 50px;
	margin-bottom: 20px;
}

.hoshi_washitu {
	padding: 10px 0;
	text-align: center;
}

/* -----------------
　表
----------------- */

/* 表（下線:1px実践　th:装飾無し） */
table.t_01 {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:91.5%;
	margin-left: auto;
	margin-right: auto;
}
table.t_01 th{
	border-bottom:1px solid #333;
	padding: 5px 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
}
table.t_01 td{
	border-bottom:1px solid #333;
	padding: 5px 10px;
	font-size: 15px;
	font-size: 1.5rem;
}

table.t_01 th.entry {
	width:30%;
}
table.t_01 td.entry {
	width:70%;
}

table.t_01 td.end2 {
	border-bottom:1px dotted #999999;
}

table.t_01 td table{
	width:100%;
}
table.t_01 td table th{
	border-bottom:none;
	padding: 0;
	width:auto;
	background: none;
	vertical-align: top;
}
table.t_01 td table td{
	border-bottom:none;
	padding: 0;
	width:auto;
	vertical-align: top;
}


/* 表（枠有:1px点線） */
table.t_02 {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:94.6%;
	margin-left: auto;
	margin-right: auto;
}
table.t_02 th {
	border-bottom:1px dotted #999999;
	padding: 10px 10px 10px 50px;
	font-weight: normal;
	text-align: left;
	width:55%;
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
}
table.t_02 td {
	border-bottom:1px dotted #999999;
	padding: 10px;
	width:45%;
	font-size: 15px;
	font-size: 1.5rem;
}
table.t_02 th.end ,
table.t_02 td.end {
	border-bottom:none;
}

/* 表（枠無し th:水色）※対応エリア */
table.t_03 {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	table-layout:fixed;
}
table.t_03 th {
	color: #1891C5;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	padding-top: 6px;
}
table.t_03 td {
	color: #666666;
	padding-top: 3px;
}


/* 表（枠有:1px実線） */
table.t_04 {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:95%;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #006600;
	border-right:1px solid #006600;
}
table.t_04 th {
	border-bottom:1px solid #006600;
	border-left:1px solid #006600;
	padding: 5px 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
	background-color: #DBE7C2;
}
table.t_04 td {
	border-bottom:1px solid #006600;
	border-left:1px solid #006600;
	padding: 5px 15px;
	width:auto;
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}

table.t_04 th {
	width:200px;
}

table.t_04.rec td {
	text-align: left;

}

table.t_04 th.end ,
table.t_04 td.end {
	border-bottom:none;
}

table.t_04 td.l {
	text-align: left;
}

table.t_04.oka td {
	padding: 5px 10px;
}

/* 表（下線:無し　th:水色■アイコン） */
table.t_05 {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
table.t_05 th{
	padding: 4px 0 4px 85px;
	font-weight: normal;
	text-align: left;
	width:45%;
	background: url(images/t_bg_square.png) no-repeat left center;
	vertical-align: middle;
}
table.t_05 td{
	padding: 4px 10px;
	width:55%;
}


/* 表（枠線:1px点線　th:灰色背景） */
table.t_06 {
	border:1px dotted #999999;
	border-collapse: collapse;
	border-spacing: 0;
	width:91.5%;
	margin-left: auto;
	margin-right: auto;
}
table.t_06 th{
	border-bottom:1px dotted #999999;
	padding: 14px 10px 14px 35px;
	font-weight: normal;
	text-align: left;
	width:30%;
	background: #EEEEEE;
	vertical-align: middle;
}
table.t_06 td{
	border-bottom:1px dotted #999999;
	padding: 14px 10px;
	width:70%;
}

table.t_06 th.end ,
table.t_06 td.end {
	border-bottom:none;
}


/* -----------------
　ボタン
----------------- */

.btn1, .btn2, .btn3 {
    text-decoration:none;
    display:inline-block;
    text-align:center;
}
.btn1:hover, .btn2:hover, .btn3:hover {
	text-decoration:none;
}
/*.btn1 i.fa, .btn2 i.fa, .btn3 i.fa {
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFF;
	float: right;
}*/

/* 横幅:170px 背景抜き　文字グレー　角線緑 */
.btn1 {
	font-size:17px;
	font-size:1.7rem;
	font-weight:normal;
	padding: 5px 10px;
	margin: 15px 0;
	color: #333;
	width:100%;
	border: 1px solid #7BB309;
	text-align: center;
	width: 170px;
}

.btn1 .fa {
	font-size:20px;
	font-size: 2.0rem;
}

.btn1:hover {
	background-color: #E9FDC4;
	color: #333;
}
.btn1.active {
	background-color: #E9FDC4;
}

/* 背景:濃グリーン　文字:白　角 */
.btn2 {
	font-size:22px;
	font-size:2.2rem;
	font-weight:normal;
	padding: 10px 25px;
	margin: 15px 0;
	background-color:#006600;
	color: #FFFFFF;
	width:100%;
	border: #006600 1px solid;
	text-align:center;
}

.btn2:hover {
	background-color: #fff;
	color: #006600;
}
.btn2.active {
	background-color: #CCCCCC;
}


/* 背景:濃水色　文字:白　角丸 */
.btn3 {
	font-size:20px;
	font-size:2rem;
	font-weight:bold;
	padding: 10px 25px;
	margin: 0 10px;
	background-color:#FFF;
	color: #006600;
	width:95%;
	border: #006600 2px solid;
	text-align:left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}
.btn3:hover {
	background-color: #006600;
	color: #FFFFFF;
}


/*　イケル　基本CSS　end
---------------------------------------------- */


/* リスト */
#content ul.list {
	/*padding-left: 20px;*/
	color: #333;
	list-style-position: outside;
}
#content ul.list li {
    background: url('images/list_sankaku.png') left center no-repeat;
	color: #333;
    float: none;
    padding: 2px 0 2px 18px;
    /*margin-left: 25px;*/
	text-align: left;
	width: 100%;
	display: inherit;
	font-size: 16px;
	font-size: 1.6rem;

}

#content ul.list li span {
	color: #333A48;
}

#content ul.list.maru li {
    background: url('images/list_maru.jpg') left top no-repeat;
	line-height: 150%;
    padding: 2px 0 12px 18px;
}

/* リスト:工法リスト */
#content ul.list.kouhou {
}

#content ul.list.kouhou li {
	width: 33%;
    float: left;	
}

#content ul.list.kouhou.p2 li {
	width: 50%;
}


#content ul.list.kouhou li a {
	text-decoration:underline;
}

#content ul.list.kouhou.orng li {
    background: url('images/list_sankaku2.png') left center no-repeat;
}

/* リスト:青色の円 */
#content ul.list_circle {
}
#content ul.list_circle li {
    list-style: none;
	background: url(images/list_circle.png) no-repeat;
	padding-left: 25px;
	padding-bottom :3px;
}

/*　アイキャッチ */
.eye_bg{
	text-align: center;
	background-color: #FFF;
	height: 320px;
	position: relative;
	padding: 50px 0 0 0;
}

.eye_bg img {
	position: absolute;
	left: calc((100% - 1300px) / 2);
}

.thumbnails-background {
	background:  no-repeat center center;
	height: 320px;
}


/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
/*margin:0 0 20px;
padding:3px;
border:1px solid #557309;
background:url(images/bg.png);
box-shadow:0 0 3px rgba(0,0,0,0.5); */
padding-bottom: 20px;
background:url(images/bg_side_line.png) no-repeat center bottom;
}

section.widget, .widgetInfo,#calendar_wrap{
/*padding: 10px 7px;
border:1px solid #eee;
background: #fff;*/
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
}

#banners a:hover img{opacity:.9;}

#content section.widget h3,
#content section.widget h3 a{
clear:both;
margin:40px 0 10px;
padding:5px 0;
font-size: 17px;
font-size:1.7rem;
font-weight:bold;
color: #0C2441;
text-align: center;
border: none;
}

section.widget a{
display:block;
padding: 10px 15px 5px 15px;
line-height: 135%;
color: #2B313C;
font-size: 15px;
font-size:1.5rem;
}
section.widget a:hover {
color: #1891C5;
text-decoration: none;
}

section.widget .post-date {
	padding:0 15px 0 15px;
	font-size: 16px;
}

#content .widget ul li {
	list-style: none;
	padding-bottom: 5px;
	line-height: 110%;
}
 
section.widget ul.sub-menu{margin-left:10px;}

/*section.widget a:hover{background-position: 3px 50%;}*/

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}

/* 検索窓 */
section.widget.widget_search{
text-align: center;
padding: 20px 0;
}

input[type="submit"] {
margin-top: 20px;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;background:none;padding:0;text-decoration:underline;}
#calendar_wrap table td#prev a, #calendar_wrap table td#next a{text-decoration:none;}



/* トップページ　
-------------*/


/* お知らせ　
-------------*/

#top ul.news li {
    width: 100%;
    padding: 15px 0;
	list-style: none;
	clear: both;
}

ul.news {
	color: #333A48;
	font-size: 17px;
	font-size: 1.7rem;
	clear:both;
	line-height: 100%;
	padding: 25px 0 0 0;
}

ul.news .new {
	font-size: 17px;
	font-size: 1.7rem;
	padding-left: 15px;
	font-weight: bold;
	color: #0098E1;
}

ul.news .day {
	float:left;
	line-height: 100%;
	padding: 0;
	color: #006600;
}

ul.news .title {
	float:left;
	padding: 0;
	padding-left: 30px;
}

ul.news .title a {
	text-decoration: none;
	color: #333;
}

ul.news .title a:hover {
	text-decoration: underline;
	color: #006600;
}

.link_info {
    float: right;
    text-align: center;
    padding-right: 20px;
    padding-top: 10px;
}

/* -- 事業内容余白 -- */
.introduction{margin-bottom:50px
	}


/* レンタサイクルの流れ */

table.s_nagare th {
	width: 40px;
	background: url("images/rental/bg_nagare.jpg") repeat-y center;	
	text-align:center;
}

table.s_nagare th.end {
	background:none;
}

table.s_nagare th .s_no {
	width: 40px;
	height: 40px;
	border: 2px solid #4886AE;
	background: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #4886AE;
	padding-top: 10px;
}

table.s_nagare td {
	padding: 10px 0 20px 20px;
	vertical-align: top;
}

table.s_nagare td.s {
	padding: 10px 0 0 0;
}

table.s_nagare th.g {
	background: url("images/rental/bg_course01.jpg") repeat-y center;	
}

table.s_nagare th.p {
	background: url("images/rental/bg_course02.jpg") repeat-y center;	
}

table.s_nagare th.r {
	background: url("images/rental/bg_course03.jpg") repeat-y center;	
}

table.s_nagare.g th .s_no {
	border: 2px solid #53AE48;
	color: #53AE48;
}

table.s_nagare.p th .s_no {
	border: 2px solid #DA7AEB;
	color: #DA7AEB;
}

/* カフェメニュー（枠：角丸） */

table.t_kadomaru {
	border-spacing:10px;
	width: 100%;
}

table.t_kadomaru td {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border: #E7E0A9 3px solid;
	padding: 20px;
	vertical-align: top;
	
}

table.t_kadomaru .cafemenu_ttl {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

/*  民宿のメニュー */
table.inn_menu {
	border-spacing:0;
}

table.inn_menu td {
	background-color: #C3D69B;
	padding: 0;
}

table.inn_menu td.bg_g {
	padding: 10px;
}


/* お問い合わせ
-------------*/

/* お問い合わせ大文字 */

.form-mozi {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom:8px;
}

/* 表:お問い合わせフォーム */
table.t_con {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	margin: 0 0 10px 115px;
	width: 700px;
}

table.t_con th{
    width:170px;
    font-weight:100;
    padding: 9px 0px 5px 60px;
    vertical-align: top;
    background: url('images/bg_square.jpg') no-repeat;
    border-bottom:1px solid #C8B4AE;
}

table.t_con th.end{
    width:170px;
    font-weight:100;
    padding: 9px 0px 5px 60px;
    vertical-align: top;
    background: url('images/bg_square.jpg') no-repeat;
    border-bottom:0;
}

table.t_con td{
    padding: 8px 0px;
    vertical-align: top;
    border-bottom:1px solid #C8B4AE;
}

table.t_con td.end{
    padding: 8px 0px;
    vertical-align: top;
    border-bottom:0;
}


/* フッター
*****************************************************/
#footer {
	clear:both;
	padding-top: 5px;
	background: #006600;
}

#footer-inner {
	width: 1000px;
	margin: 0 auto;
}


	
/* -- フッターロゴ領域 -- */
.footer-logo {
	float: left;
	margin: 20px 0 0 0;
	color: #FFF;
	width: 300px;
}
/* -- フッターメニュー領域 -- */
.footer-menu {
	float: right;
	width: 700px;
}

ul#menu-footer_menu {
	margin-top: 20px;
}

ul#menu-footer_menu li {
	list-style: none;
	float: left;
	font-size:15px;
	font-size:1.5rem;
	padding: 0 15px;
	line-height: 160%;
}

ul#menu-footer_menu li a {
	color: #fff;
}
	
ul#menu-footer_menu li li {
	float: none;
}

/* -- フッターロゴ -- */
.footer-title {
	float: left;
	margin: 0;
}
	
/* -- フッター情報領域 -- */
.footer-info {
	float: left;
	margin: 20px 0 0 20px;
	color: #FFF;
}
	
/* -- フッター会社名 -- */
.footer-name a {
    font-size: 26px;
    font-size: 2.6rem;
    color: #FFF;
}
.footer-name a:hover {
    text-decoration: none;
}
	
/* -- フッター住所 -- */
.footer-address {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 10px 0 0 0;
}
	
/* -- フッター問合せ領域 -- */
.footer-contact {
	float: left;
	margin: 0 0 0 29px;
}
.footer-contact a {
	display: inline-block;
	margin: 0 0 0 20px;
}


/* -- コピーライト -- */
.copyright {
	clear: both;
	color: #FFF;
	padding: 10px 0;
	background: #006600;
}

.copyright .copyright-content {
	width:1000px;
	margin: 0 auto;
	padding:0;
	font-size: 13px;
	text-align: center;
}

.copyright-content {
	color:#fff;
}

.designed {
	text-align:right;
	padding:0px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
	color:#818181;
}

.designed a {
	color:#666;
}

.designed a:hover {
	text-decoration:none;
}


/* page navigation
-----------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}
.pagenav2{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{
	float:left;
}
.prev a,.next a{
	padding: 8px 20px;
	color: #FFF;
	background: #006600;
	border: 2px #006600 solid;
}
.prev a:hover, .next a:hover{
	background: #FFF;
	text-decoration: none;
	color: #006600;
}

.next{
	float:right;
}

.back {
	float:left;
}
.back a{
	padding: 6px 18px;
	color: #1B1F25;
	background: #ECF7FB;
	border: 2px solid #1891C5;
}
.back a:hover{
	color: #FFF;
	background: #1B1F25;
	text-decoration: none;
	border: 2px solid #1B1F25;
}

#pageLinks{
clear:both;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:990px;
margin:20px -35px 20px 0;
}

.thumbWrap li{
float:left;
width:300px;
margin:0 30px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:16px;
font-size:1.6rem;
text-align:center;
border:1px solid #799733;
box-shadow:0 0 3px rgba(0,0,0,0.3); 
}

ul.thumb h3 span{
display:block;
padding:5px 3px;
background:#a5ba4f url(images/bg.png) repeat-x 0 100%;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background-position:0 50%}


/* 表示 */
.mob_on { display: none; }



/* -----------------------------------------------------------------
パワクリ追加
----------------------------------------------------------------- */

/* --------------------- 
ページ内メニュー
--------------------- */
#content ul.page_navi_link {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
	padding: 0;
	background: #F5F5F5;
}
#content ul.page_navi_link li {
	display: table-cell;
	text-align: center;
	padding: 0 10px;
	background: url(images/page_navi_link_border.png) no-repeat right top;
}
#content ul.page_navi_link li.end {
	background: none;
}
#content ul.page_navi_link li a {
	display: block;
	color: #333A48;
	padding: 13px 10px 0 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
#content ul.page_navi_link li a:hover {
	color: #147CA9;
	text-decoration: none;
}
#content ul.page_navi_link li a i.fa {
	font-size: 25px;
	font-size: 2.5rem;
	color: #1891C5;
}


/* --------------------- 
ビッグ見出し
--------------------- */
.waku_point {
	width: 100%;
	margin: 0;
	background: #1891C5;
	color: #FFF;
	height: 340px;
}

/* ビッグ見出し：タイトル・キャッチコピー */
.waku_point .point_title {
	text-align: center;
	font-family: yumin;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	padding-top: 126px;
	height: 240px;
	line-height: 125%;
}

/* ビッグ見出し：説明文 */
.waku_point .point_text {
	text-align: center;
	font-family: yumin;
	font-weight: normal;
	font-size: 20px;
	font-size: 2.0rem;
	height: 100px;
	line-height: 150%;
}

.waku_point img.alignright {
    margin: 0;
}


/* --------------------- 
作業までの流れ
--------------------- */

/* 吹き出し */
.flow_waku ,
.flow_waku2 {
	background-color:#EEEEEE;
	position:relative;
	min-height: 126px;
}
.flow_waku:after ,
.flow_waku2:after {
    border: 30px solid transparent;
    border-top-color: #EEEEEE;
    border-bottom-width: 0;
    bottom: -30px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
}
.flow_waku.end:after {
    border: none;
}

/* 強調（濃い青） */
.flow_waku2 {
	background-color:#1891C5;
}
.flow_waku2:after {
    border-top-color: #1891C5;
}

.flow_no ,
.flow_title ,
.flow_honbun {
	display: table-cell;
    vertical-align: middle;
}

.flow_no {
    padding: 51px 30px;
	font-size: 81px;
	font-size: 8.1rem;
	font-family: Century;
	color: #1891C5;
	width: 100px;
}

.flow_title {
    padding: 51px 0;
	font-size: 30px;
	font-size: 3.0rem;
	color: #1891C5;
	width: 250px;
}

.flow_honbun {
    padding: 0 20px;
	font-size: 17px;
	font-size: 1.7rem;
	color: #666666;
	line-height: 150%;
}

.flow_waku2 .flow_no ,
.flow_waku2 .flow_title ,
.flow_waku2 .flow_honbun {
	color: #FFFFFF;
}

#description .inner a {
color:#ccc;
font-size:14px;
font-size:1.4rem;
text-decoration:underline;
}

#description .inner a:hover {
text-decoration:none;
}

/* PC用 1800px以下
------------------------------------------------------------*/
@media only screen and (max-width: 1800px){
#naka #mainImg img {
	width: 100%;
	height: auto;
}
}


/* PC用 1200px以下
------------------------------------------------------------*/
@media only screen and (max-width: 1200px){

	.eye_bg {
		height: auto;
	}
	.eye_bg img {
		width: 100%;
		height: 100%;
	}

}


/* PC用 1000px以下
------------------------------------------------------------*/
@media only screen and (max-width: 1000px){

	.head_menu {
	    left: auto;
	}

}


/* メインメニュー　PC用 */

@media screen and (min-width: 431px) , (orientation: landscape){
nav div.panel{
	display: block !important;
	float: none;
	width: 100%;
}

a#menu{display:none;}	
	
nav#mainNav{
clear:both;
background: #006600;
font-size: 17px;
font-size: 1.7rem;
font-weight: bold;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.english nav#mainNav{
font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

nav#mainNav ul li{
float: left;
position: relative;
list-style: none;
}


nav#mainNav ul li a{
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
display: block;
text-align: center;
_float:left;
padding: 20px 30px 20px 30px;
color: #FFF;
margin: 0;
line-height: 100%;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
/*font-weight: bold;*/
}


nav#mainNav ul ul{
position: relative;
display: none;
opacity: 0.9;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-ms-border-radius: 8px;
padding: 15px 15px 5px 15px;
background: #C6E3F2;
width: 220%;
margin-left: -60%;
}

.english nav#mainNav ul ul {
width: 160px;
}

nav#mainNav ul li#menu-item-45 ul,
nav#mainNav ul li#menu-item-46 ul{
width: 150%;
margin-left: -25%;
}

nav#mainNav ul ul:after{
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(237, 225, 211, 0);
border-bottom-color: #C6E3F2;
border-width: 10px;
margin-left: -10px;
opacity: 0.9;
}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
left:0;
z-index:200;
}

nav#mainNav ul ul li{
margin:0;
float: none;
text-align: left;
padding: 0 0 5px 0;
}

nav#mainNav ul ul li a,
nav#mainNav ul li.current-menu-parent li a{
width: auto;
font-size: 16px;
font-size:1.6rem;
color: #333A48;
text-align: left;
height: auto;
line-height: 120%;
margin-bottom: 5px;
font-weight: normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
background: #147CA9;
text-decoration: none;
}


nav#mainNav ul.sub-menu li a, nav#mainNav ul li.current-menu-item ul.sub-menu li a , nav#mainNav ul.sub-menu li a:hover {
background: none;
padding: 0;
font-size: 16px;
font-size: 1.6rem;
font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

nav#mainNav ul.sub-menu li a:hover {
text-decoration: underline;
}

nav#mainNav strong {
	font-weight: normal;
}
}


/* メインメニュー スマホサイズ（430px以下）＋縦向き
------------------------------------------------------------*/
@media screen and (max-width: 430px) and (orientation: portrait) {

body {
background-image: none;
min-width: 100%;
}

.head_menu {
	height: auto;

    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
}

nav#mainNav a.logo {
	float:left;
	width:100%;
	margin: 6px 0 0 4px;
}

nav#mainNav{
clear:both;
width:100%;
margin:0 auto;
padding:0;
position: relative;
z-index: 999999;
background: #FFF;
}

nav#mainNav a.menu{
width:50px;
display:block;
height:60px;
/*line-height:40px;*/
font-weight: bold;
text-align:left;
background: url(images/btn_menu.png) no-repeat;
color: #1A2533;
float: right;
}

nav#mainNav a#menu span{padding-left:35px;}

nav#mainNav a.menuOpen{
background:url(images/btn_menu_c.png) no-repeat;
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav div.panel{
display: none;
width:100%;
/*position: relative;*/
right: 0;
top:0;
z-index: 1;
float:none;
}

nav#mainNav ul{margin:0 0 20px;padding:0;}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
background-color: #97CDE5;
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px 10px;
text-align:left;
color: #333A48;
margin: 0;
}

 nav#mainNav ul li a span{
  color: #1A2533;
 }
 
nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
background:#97CDE5;
color: #333A48;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
margin: 0;
}

nav#mainNav ul li li{
float:left;
border:0;
background-color: #CCE7F2;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
padding-left:30px;
font-size: 14px;
font-size:1.4rem;
}

nav#mainNav ul, .thumbWrap{margin:0 auto;}
nav#mainNav ul ul{padding:0;}

nav#mainNav ul ul:after {

}

/*-----------------------------
ギャラリー
---------------------------*/
.photospace_res .gal_content {
float: none;
width: 100%;
}
.photospace_res .thumbs_wrap2 {
float: none;
width: 100%;
}

/* -- 事業内容余白 -- */
introduction{
	margin-bottom:30px
}


/* フォーム */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"], 
input[type="date"], 
input[type="tel"], 
input[type="email"], 
textarea, select{
	width: 100%;
}

div {
	font-size: 1.6px;
	font-size: 1.6rem;
	line-height: 145%;
}
#wrapper, #header, .inner {
	width:100%;
}

#header .inner, .copyright .copyright-content {
	width:100%;
}

#description{display:none;}

#header{background: none;}

.eye_bg {
	height: auto;
	line-height: 0;
	margin-top: 0;
	padding: 10px 0 0 0;
}

.eye_bg img {
	height: auto;
	width: 100%;
	position: static;
}

.thumbnails-background {
    height: 100px;
    background-size: 150%;
}

#header h1, #header p{padding:5px 10px;}

#header h2{
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	padding: 15px 0 15px 15px;
	text-align:left;
	float: left;
	margin-top: 0;
}
#header ul{padding:20px 10px 10px;}

#header .h_left {
	float: none;
	text-align: center;
    margin-top: 0;
}
#header .h_right {
	/*float: none;*/
	text-align: center;
	padding-top: 0;
	width: 100%;
}

#header .h_right .tel {
    display: block;
	margin: 0 10px 10px 10px;
}contact 

#header .h_right a.contact {
    display: block;
	margin: 0 10px 10px 10px;
}

/* ヘッダー右部:固定ページ */
#naka #header .h_left {
	margin: 10px 0 0 0;
}

.lang {
	float: right;
	margin: 15px 0;
}

.content2 {
	width: 100%;
}

#footerWrapper {
	width: 100%;
}


#mainImg{background-size:100% auto;}
#mainImg img{width:100%;height:auto;}

.slide_top {width: 100%;}
.slide_top img {width: 100%;}

#content, #sidebar{
clear:both;
width:100%;
float:none;
margin:0 auto;
padding:0;
}

#content h1{
	padding-bottom: 10px;
	line-height: 125%;
}

#content h3 {
	margin: 20px 0;
	font-size: 18px;
	font-size:1.8rem;
}

/* H3見出し:お知らせ */
#content h3.blog{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    line-height: 125%;
    padding: 10px 5px;
}

#content img{width: 100%;}

#content img.auto {width: auto;}

img {
	height:auto;
}



/* 画像 */
img { width: 90%; }

img.aligncenter {
display: block;
margin:5px auto;
}

.mob-icon{
width: 150px;
margin:0 auto;
text-align: center;
}

.img360 {
width:100%;
}


/* 画像の回り込み */
img.alignright, img.alignleft{ margin:0 auto; display:block;}

img.alignleft{ margin:0; }

/* 要素の回り込み */
.alignright{float:none; text-align :center;}
.alignleft{float: none; text-align :center;}

#content img.alignright.ori {
	width: auto;
	float:right;
	text-align :left;
	padding-left: 10px;
}
#content img.alignleft.ori {
	float: left;
	text-align :left;
	width: auto;
	padding-right: 10px;
}


#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:32%;height:auto;}

.thumbWrap{width:100%;margin:0 auto;text-align:center;}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}

	

#footerWrapper{width:100%;margin:0 auto;}
#footer {
    padding-top: 0;
    background: none;
	background: #006600;
}
#footer aside{float:none;width:100%;}
#footer-inner {
	width: 100%;
	padding-top: 0;
}

#footer-inner .fune img {
	width: 120px;
	padding-top:10px;
}

.footer-logo {float: none;margin: 20px 0; width: 100%;}

/* -- フッターロゴ -- */
.footer-title {
	float: none;
	margin: 0 auto;
	text-align: center;
}
	
/* -- フッター情報領域 -- */
.footer-info {
	float: none;
	margin: 0 auto;
    text-align: center;
	margin-bottom: 10px;
}
	
/* -- フッター会社名 -- */
.footer-name a {
    font-size: 20px;
    font-size: 2.0rem;
}
	
/* -- フッター問合せ領域 -- */
.footer-contact {
	float: none;
	margin: 0 auto;
    text-align: center;
}
.footer-contact a {
	margin: 0 auto;
}

.copyright {width:100%;}

#calendar_wrap table{margin:0 auto;width:100%;}

/* -- フッターメニュー -- */
.footer-menu {
	margin-top: 0;
	margin-bottom: 20px;
	float: none;
	width: 100%;
}

ul#menu-footer_menu li {
	width: 100%;
	padding: 0;
}

ul#menu-footer_menu {
	border-top: 1px solid #006600;
	border-left: 1px solid #006600;

}

ul#menu-footer_menu li a {
	color: #1A2533;
	position: relative;
	display: block;
	margin: 0px;
	font-size: 15px;
	font-size: 1.5rem;
	height: 40px;
	text-align: center;
	line-height:100%;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #006600;
	border-right: 1px solid #006600;
	background-color: #DBE7C2;
	clear: both;
}

ul#menu-footer_menu li .sub-menu li {
	width: 50%;
	float: left;
	list-style: none;
	
}
.footer-menu ul li li.menu-item-53 {
	border-right: 0;
}

.footer-menu ul li li a {
	position: relative;
	display: block;
	color: #1A2533;
	background-color: #E8EFF7;
}

.footer-menu ul li li#menu-item-362,.nav_foot ul li li#menu-item-669 {
	border-right: 0;
}

#footer img {
	width: auto;
}

.foot_name tr{
        display: block;
}

.foot_name td{
        display: list-item;
        margin-bottom: 10px;
}

/* -- フッターメニュー（TABLE） -- */
table.footer_menu {
	width:100%;
}
table.footer_menu td {
	padding: 0;
	text-align: center;
	width:50%;
	vertical-align: middle;
	border-bottom: 1px solid #333A48;
}
table.footer_menu td.line_left {
	border-left: 1px solid #333A48;
}
table.footer_menu td.top {
	width:100%;
}
table.footer_menu td.top_top {
	width:100%;
}

table.footer_menu td a {
	padding: 10px;
	background: #CCE7F2;
	color: #333A48;
	display: block;
}
table.footer_menu td a:hover {
	text-decoration: none;
	background: #CCE7F2;
	color: #333A48;
}

table.footer_menu td a.top_top {
	padding: 10px;
	background: none;
	background: #333A48;
	color: #FFFFFF;
	display: block;
}
table.footer_menu td a.top_top:hover {
	text-decoration: none;
	background: #333A48;
	color: #FFFFFF;
}

table.footer_menu td a.top {
	padding: 10px;
	background: #97CDE5;
	color: #333A48;
	display: block;
}
table.footer_menu td a.top:hover {
	background: #97CDE5;
	color: #333A48;
}



ul#menu-footer li {
width: 50%;
float: left;
border-right: 1px solid #AFAFAF;
border-bottom: 1px solid #AFAFAF;
background: #ccc;
text-align: center;
padding: 10px;
}

#mainImg{
	height: auto;
}

#naka #mainImg{
	height: auto;
}

#content ul {margin: 0px;}

ul.image2 li {width: 95%;margin: 0;}
ul.image2 li {padding: 5px;}
ul.image4 li {width: 46%;padding: 5px;}
ul.image4 li.tennai {width:95%;padding:5px;}


.blog_left {float: left;width: 100%;}
.blog_right {float:left;width: 100%;}

textarea{
width:100%;
}

/* page navigation
-----------------------------------------------------------*/
.pagenav2 {
    margin: 60px 0 20px;
}
.prev ,
.next ,
.back {
    float: none;
	display: block;
	margin-bottom: 5px;
}
.prev a ,
.next a ,
.back a {
	width: 100%;
	display: block;
	text-align: center;
}

/* ---------------------------
 トップ専用
------------------------------ */ 
#top h2 {
line-height: 125%;
padding-bottom: 10px;
font-size: 20px;
font-size: 2rem;
}

#top h2.news {
padding-bottom: 10px;
}

/*-----------------------------
トップページ
---------------------------*/

/* トップページ見出し */
.inner h1{ font-size:30px; font-size:3.0rem; line-height: 125%;}

/* 見出し */
.c{ text-align: center;}

/* トップ専用 */ 
.wrapper1, .wrapper2, .wrapper3, .wrapper4, .wrapper5 { padding: 10px;}
.wrapper1 {
	text-align: center;
}
.wrapper2 ,
.wrapper3 {
	padding-bottom: 0;
}
.wrapper5{ 
background: #DDF5FD;
}

.wrapper6{ 
	padding: 20px 20px 0 20px;	/* 背景青、下マージン */
}

.wrapper1 .inner ,
.wrapper2 .inner ,
.wrapper3 .inner {
    padding: 0;
    padding-top: 10px;
}


.top_bg_r,
.top_bg_r.taberu,
.top_bg_l {
	background-image: none;
}

.m_top_img img {
	width: 100%;
}

#content h2 {
	width: 100%;
	line-height: 125%;
	font-size:18px;
	font-size:1.8rem;
}
#top h1 {
font-size: 80px;
font-size: 8.0rem;
width: 100px;
}

/* TOPページYoutube調整 */
.top_movie > iframe {
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
}


/* トップページメニュー */

#top .top_menu .menu_obi {

	height: calc(100% - 6px);

}

#top .top_menu img {
	width: 100%;
}

.fushigi_waku {
	background: none;
}

.fushigi_waku .f_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	text-shadow: none;
}

/* ----------------------------------------------
　イケル　基本CSS
---------------------------------------------- */

/* 見出し */
.midashi {
	font-size: 20px;
	font-size: 2rem;
}

.midashi2 {
    padding-bottom: 0;
    padding-left: 0;
    line-height: 100%;
	text-align: center;
}
.midashi2 span {
	display: block;
    padding-left: 0;
    vertical-align: middle;
}

/* 本文 */
.honbun,.honbun2,.honbun4 {
	padding: 10px 5px;
}

/* ------------------
 枠・仕切り
------------------ */
.waku {
	padding: 20px 10px;
}

/* ２分割 */
#content ul.waku_2 li,
#top ul.waku_2 li,
ul.waku_2 li,
ul.waku_2 li.w45,
ul.waku_2 li.w55,
#content ul.waku_2 li.w56,
#content ul.waku_2 li.w44,
#content ul.waku_2 li.w40,
#content ul.waku_2 li.w60,
ul.waku_2 li.w40,
ul.waku_2 li.w60 {
	width: auto;
	float:none;
}

#top ul.waku_2 li {
    margin-top: 20px;
}

/* ２分割（余白10px） */
#content ul.waku_2 li.p10 {
	padding:10px 0;
}


ul.waku_2.nasi li {
	width: 50%;
	float: left;
}

/* 3分割→縦1列 */
#content ul.waku_3 {
    display: block;
}
#content ul.waku_3 li {
    display: block;
	float: none;
}



/* -----------------
　画像配置
----------------- */

/* 均等にセンター寄せ：1行　(767の時 2列) */
ul.img_line {
	display:list-item;
	width: 100%;
	text-align:center;
}

ul.img_line li {
	display:list-item;
	list-style: none;
	width: 100%;
	float: none;
}

ul.img_line.p3 li {
	width: 100%;
	padding-bottom: 40px;
	list-style:none !important;
}

ul.img_line.p3 li img{
	width: 80% !important;
}
ul.img_line.p3.s li img{
	width: 60% !important;
}

ul.img_line.p3 li.p0{
	padding-bottom: 5px;
	float:none;
}

ul.img_line.p4 li,
ul.img_line.p4.news li {
	width: 50%;
	list-style:none !important;
	max-width: none;
	float: left;
}

ul.img_line.l li {
	width: 100%;
}

ul.img_line.s0 li {
	padding: 0 5px;
	line-height: 160%;
}

/* 画像3分割・4分割(レスポンシブ時：3列→2列→1列) */

ul.img_line2 {
	width: 100%;
}

ul.img_line2 li, 
ul.img_line2.p4 li {
	width: 50%;
	float: left;
}

ul.img_line2.p4 li {
	padding:10px;
}

#content ul.list.kouhou li {
	width: 100%;
}

ul.img_line.kiitemiyo img {
	width: 40%;
	padding-right: 20px;
	float: left;
}

/*---------------------
テーブル
-----------------------*/

/* 表 表⇒リスト */
table.t_01 {
	width: 100%;
	margin: 5px 0;
	border: none;
	background: #fff;
}
table.t_01 th{
	width: 100%;
	background: none;
	background-color: #DBE7C2;
    text-indent: 0;
    display: block;
    padding: 3px 5px 2px;
    border: solid 1px #cacaca;
	border-bottom: none;
	color: #006600;
}
table.t_01 td{
	border: none;
	width: 100%;
    display: block;
    padding: 5px;
    border-right: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
}
table.t_01 td.end,
table.t_01 td.end2{
    border-bottom: solid 1px #cacaca;
}

table.t_01 td ul li{
    list-style: none;
}

table.t_01 td table th ,
table.t_01 td table td {
	border: none;
}


/* 表 表⇒表のまま */
table.t_02 {
	width: 100%;
	margin: 10px 0;
}

table.t_02 th {
    padding: 5px 10px;
    width: 50%;
}

table.t_02 td {
    padding: 5px 10px;
    width: 50%;
}

/* 表（t_04の見出し） */
table.t_04_title {
	width:100%;
}
/*table.t_04_title th {
	width:60%;
	padding: 6px;
}
table.t_04_title td {
	width:40%;
}*/

table.t_04 th{
	width: 100%;
	/*background-color: #7BB309;*/
    text-indent: 0;
    display: block;
    padding: 3px 5px 2px;
	color: #006600;
}
table.t_04.none th {
	display: table-cell;
	width: auto;
}
table.t_04 td{
	border: none;
	width: 100%;
    display: block;
    padding: 5px;
    border-bottom: solid 1px #006600;
    border-left: solid 1px #006600;
}
table.t_04.none td {
	display: table-cell;
	width: auto;
}
table.t_04 td.t {
	background-color: #DBE7C2;
}


/* 表（下線:無し　th:水色■アイコン） */
table.t_05 {
	margin-top: 0;
}
table.t_05 th{
	width: 100%;
	background: none;
	background-color: #faf8f2;
    text-indent: 0;
    display: block;
    padding: 3px 5px 2px;
    border: solid 1px #cacaca;
	border-bottom: none;
	color: #1891C5;
}
table.t_05 td{
	border: none;
	width: 100%;
    display: block;
    padding: 5px;
    border-right: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
}
table.t_05 td.end{
    border-bottom: solid 1px #cacaca;
}

/* 表（枠線:1px点線　th:灰色背景） */
table.t_06 {
	width:100%;
	border: none;
}
table.t_06 th{
	width: 100%;
	background-color: #faf8f2;
    text-indent: 0;
    display: block;
    padding: 3px 5px 2px;
    border: solid 1px #cacaca;
	border-bottom: none;
	color: #1891C5;
}
table.t_06 td{
	border: none;
	width: 100%;
    display: block;
    padding: 5px;
    border-right: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
}
table.t_06 td.end{
    border-bottom: solid 1px #cacaca;
}

/* -----------------
　ボタン
----------------- */

.btn1 {
	float: none;
    padding:10px 20px;
	margin-bottom:10px;
}

/* 横幅:400px -> 100% */
.btn2 {
    width:100%;
    padding:10px 20px;
	margin-bottom:10px;
}

.btn3 {
margin: 0;
}

/*　イケル　基本CSS　end
---------------------------------------------- */

/* リスト */
#content ul.list {
	padding-left: 0;
	padding-bottom: 10px;
}
/*
#content ul.list li {
    list-style: square;
	color: #1891C5;
    width: 100%;
    float: none;
    padding: 0 0 5px 0;
    margin-left: 25px;
}
#content ul.list li span {
	color: #333A48;
}

/* リスト:青色の円 */
#content ul.list_circle {
}
#content ul.list_circle li {
    list-style: none;
	background: url(images/list_circle.png) no-repeat;
	padding-left: 25px;
	padding-bottom :3px;
}
*/

/* リンク：詳しく見る -> ボタン化 */
.gotonext_ichi {
	display: block;
	width: 100%;
	text-align: center;
}
.gotonext {
	background: none;
	padding-left: 0;
	float:none;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    color:#fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4) inset;
    background-color:#45bbed;
    /*width:80%;*/
    font-size:20px;
    font-size:2.0rem;
    font-weight:bold;
	border-radius:3px;
    padding:10px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
.gotonext:hover {
	text-decoration:none;
	color:#fff;
    background-color:#a2ddf6;
}

/* ブログ　
------------------------------------------------------------ */
.blog_top {
	margin: 0 10px;
	line-height: 100%;
}

.blog_day {
	font-size:15px;
	font-size:1.5rem;
}
.blog_cat a {
	font-size:15px;
	font-size:1.5rem;
}
.blog_title {
	padding-top:0;
	padding-left:25px;
}

/* 非表示 */
.mob_off { display: none; }

/* 表示 */
.mob_on { display: inline; }

hr.dot.mob_on {display: block; }


/* -----------------------------------------------------------------
パワクリ追加
----------------------------------------------------------------- */

/* --------------------- 
ページ内メニュー
--------------------- */
#content ul.page_navi_link {
	background: none;
}
#content ul.page_navi_link li {
	display: block;
	background: none;
	background: #F5F5F5;
	margin-bottom: 5px;
}
#content ul.page_navi_link li.end {
	background: #F5F5F5;
	margin-bottom: 0;
}

/* -----------------------
トップページ:業務案内
------------------------- */
#top .top_honbun {
    width: calc(100% - 100px);
    height: auto;
    padding: 10px;
}

#top .top_menu .menu_obi .menu_moji .m_top {
	font-size: 17px;
	font-size: 1.7rem;
}

#top .top_menu .menu_obi .menu_moji,
#top .top_menu.s .menu_obi .menu_moji {
	padding: 30px 5px;
}

/* -----------------------
トップページ:パワークリエイト3つの特徴
------------------------- */

/* 3つの特徴:ナンバー */
#top .top_no {
	font-size: 130px;
	font-size: 13rem;
	width: 20%;
    padding: 10px 0 0 0;
}

/* 3つの特徴:キャッチコピー＆メッセージ */
#top .top_message {
    float: right;
    width: 80%;
}

/* 3つの特徴:キャッチコピー */
#top .top_midashi {
    padding: 25px 10px 10px 20px;
}

/* 3つの特徴:本文 */
#top .top_honbun {
    width: 100%;
    height: auto;
    padding: 0 10px 0 20px;
}

/* 3つの特徴:イメージ */
#top .top_image {
    float: none;
    width: 100%;
    height: auto;
}

/* 3つの特徴:イメージ画像 */
#top .top_image img {
    position: inherit;
    margin: 0 auto;
	padding-top: 20px;
    display: block;
}

/* -----------------------
トップページ:お知らせ
------------------------- */


/* お知らせ */
#top ul.news li {
	display: block;
	clear: both;
	float: none;
    text-align: left;
    padding: 5px 0;
    margin-top: 0;
}

/* お知らせ:日付 */
.news .day {
    display: inline-block;
    float: none;
    text-align: left;
    padding: 4px;
}

/* お知らせ:タイトル */
.news .title {
	float: none;
    padding-left: 0;
	padding-top: 3px;
}

/* お知らせ:一覧を見る */
.link_info {
    float: none;
    text-align: right;
    padding-right: 0;
	padding-bottom: 20px;
}

.link_info a {
    font-size: 13px;
    font-size: 1.3rem;
}

/* --------------------- 
ビッグ見出し
--------------------- */
.waku_point {
	height: auto;
}

/* ビッグ見出し：タイトル・キャッチコピー */
.waku_point .point_title {
	height: auto;
	padding: 26px 10px 10px 10px;
    font-size: 24px;
    font-size: 2.4rem;
}

/* ビッグ見出し：説明文 */
.waku_point .point_text {
	height: auto;
	padding: 20px 10px 10px 10px;
    font-size: 18px;
    font-size: 1.8rem;
}

.waku_point img.alignright {
    margin: 0;
}

/* --------------------- 
作業までの流れ
--------------------- */

/* 吹き出し */
.flow_waku ,
.flow_waku2 {
	min-height: auto;
	padding: 10px;
}

.flow_waku:after, .flow_waku2:after {
    left: 40%;
}

.flow_honbun {
	display: block;
}

.flow_no {
	display: none;
}

.flow_title {
	display: block;
    padding: 0 10px 10px 10px;
	color: #1891C5;
	width: auto;
	text-align: center;
}
.flow_title span {
	font-size: 30px;
	font-size: 3.0rem;
	padding-right: 5px;
}
.flow_honbun {
    padding: 0 15px 5px 15px;
}

/* ETP　SSW */
.honbun_16.h {
	height: 140px;
}

 #content ul.img_line.p4 h4 {
	padding: 10px 5px;
}


