@charset "utf-8";

/*
Theme Name: uffu_theme_common
Theme URI: http://www.tito-design.jp
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルな公式サイトタイプのWordPressテーマです。ロゴ、メニュー、スライドショー、ウィジット（サイドバー／フッター）が、管理画面から簡単にカスタマイズできます。
Version: 1.0
Author: tito design
Author URI: http://www.tito-design.jp
*/


/* ************************************************ 
*	基本設定
* ************************************************ */	

body {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #000;
	line-height: 200%;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* フェードイン */

.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 600ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* リンク */

a{
	color:#000;
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
	color: #B1B1B1;
}

a:active, a:focus {
	outline: 0;
}

/* 画像 */

img{
	border:0;
	padding:0px;
	margin:0px
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding:0px;
	margin: 0 0 10px 15px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 15px 10px 0;
	display: inline;
}

p img {
	margin: 5px 0px 5px 0px;
}

div.wp-caption {
	margin:0px 0px 10px 0px;
}
div.alignright img {
	padding:0px;
	margin: 0px 0px 0px 15px;
}
div.alignleft img {
	padding:0px;
	margin: 0px 15px 0px 0px;
}

.wp-caption-text {
	text-align: center;
	font-size: 11px;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト */

ol{
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	list-style: decimal;
}

ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: disc;
}

li{
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

li a{
	color:#B1B1B1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

li a:hover{
	color:#B1B1B1;
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
	margin: auto; 
	max-width: 1200px;
	padding:10px 10px;
	_width: 1200px;
}

.wrapper-int {
	margin: auto; 
	max-width: 1200px;
	padding:10px 10px;
	_width: 1200px;
}

#main aside {
	background-color: #f6f6f6;
}

#blocks li {
	background-color: #f8f8f8;
	height: 100px;
}


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

#header {
	width: 100%;
	background: rgba(255,255,255,1.0);/*背景透過*/
	position: relative;
	z-index: 2;
	border-top: 5px solid rgba(136,182,23,1.0);
	border-bottom: 1px solid #dedede;
}

.header-inner {
	overflow: hidden;
	margin: 0px auto 0 auto;
	padding: 30px 0px 30px 0px;
	max-width: 1100px;
	_width: 1100px;	
}

#header h1 {
	width: 200px;
	text-align: center;
	margin: 0px auto;	
}

.logo {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.logo img {
	width: 200px;
}

/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	

#nav {
	width: 600px;
	float: right;
	margin: 0px 0px 0px 0px;
	z-index: 1;
	padding: 0;
	text-align: center;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;
	/*background: rgba(136,182,23,0.5);*/
}

#nav ul {
	list-style: none;
	margin: auto;
}

.main-navigation {
	
	margin: 0 auto;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	margin: 0 0;
}

.nav-menu li a {
	color: #333;
	display: block;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #fff;
	background: #88b617;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background: #eee;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #333;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background: #f5f5f5;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
	background: #eee;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-post-ancestor > a {
	color: #333;
	background: #f5f5f5;
}

.toggle {
	display: none;
}

/* ************************************************ 
*	headbar
* ************************************************ */
#headbar {
    width: 100px;
    position: absolute;
    top: 0px;
    right: -1px;
    margin: 0 auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #000;
    /*border-bottom: solid 1px #DEDEDE;*/
	
    overflow: hidden;
}

.headbar-navigation {
	/*clear: both;*/
	margin: 0 auto;
	position: relative;
}

.sec_lang {
	float: right;
	text-align:right;
	margin: 0px 0px 0px 10px;
	letter-spacing: 0.03em;
}


/*entry link---------*/
ul.list-gos-02 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	font-size: 0;
}

ul.list-gos-02 li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin: 0 0;
}

ul.list-gos-02 li a {
	color: #FFF;
	background: rgba(136,182,23,1.0);
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 17px 20px;
    border-radius: 0 0 0px 8px / 0 0 0px 8px;
}

ul.list-gos-02 li:hover > a,
ul.list-gos-02 li a:hover {
	background: #CCC;
}

img.mark-entry {
	width: 30px;
	margin: 0px 0px 15px 5px;
}
/*-----------entrystore link*/

/*固定用*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}



/*トップメッセージ******************************/
.read-box {
	float: none;
	width: 720px;
	margin: 80px auto 80px auto;
}

.mk-grid {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	width: 300px;
	text-align: center;
	margin: 0px auto 20px auto;
}
.catch-top {
	font-size: 24px;
	text-align: center;
	color: rgba(136,182,23,1.0);
	margin: 0px 0px 20px 0px;
}
.catch-top-tex {
	font-size: 14px;
	line-height: 220%;
}

.message-wrap {
	width: 100%;
	padding: 30px 0px 20px 0px;
	background: url("/common/images/img02.jpg");
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.message-wrap::after {
	content: '';
	background: rgba(136,182,23,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	bottom: 0;
	height: 100%;

}
.message-box {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	z-index: 1;
}

.ceophoto-box {
	float: right;
	width: 35%;
}

.ceo-box {
	float: left;
	width: 65%;
	margin-top: 100px;
}
.ceo-top {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,0.7);
	margin: 0px 0px 20px 0px;
}
.ceo-top2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}
.ceo-top-tex p {
	font-size: 16px;
	line-height: 220%;
	color: #FFF;
}

/*メイン*/
#main {
	margin: 20px 0 60px 0;
	padding: 0 0 0 0;
}

/* トップ、リスト インタビュー*/	
h2.tl_in_h2 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
	color: rgba(136,182,23,1.0);
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
h3.tl_in_h3 {
	font-size: 14px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.tl_in_tex {
	font-size: 14px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}

ul li.quarter_list {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

ul li.third_list {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.item-img {
	margin: 0px 0px 0px 0px;
}

.item-box {
	width: 100%;
	padding: 20px 20px 20px 20px;
	background: rgba(136,182,23,1.0);
}
a:hover .item-box {
	background: rgba(136,182,23,0.6);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.item-date {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size:100%;
	color:#FFF;
	margin: 0px 0px 5px 0px;
}

.item-belong {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size:100%;color:#FFF;
	margin: 0px 0px 5px 0px;
}

.item-title {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0.02em;
	color:#FFF;
	margin: 0px 0px 5px 0px;
}
.item-title-s {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0.02em;
	color:rgba(255,255,255,0.6);
	margin: 0px 0px 5px 0px;
}


/*more info*/

.moreinfo {
	text-align: center;
	margin: 20px auto 20px auto;
}

/*トップ製品情報******************************/
.proph-box {
	width: 30%;
	float: left;
}

.protex-box {
	width: 65%;
	float: left;
}

table.tb_kkrc {
	width: 100%;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

table.tb_kkrc th,
table.tb_kkrc td {
	border-top: 1px dotted #ededed;
	border-bottom: 1px dotted #ededed;
	border-collapse: collapse;
	padding: 7px 7px 7px 7px;
}

table.tb_kkrc tr:nth-child(odd) {
	background: rgba(136,182,23,0.1)
}

span.caut_red {
	color: #ff0000;
}

.caut_kkrc {
	clear: both;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin: 0px auto 0px auto;
}



/*トップエントリー******************************/
.entry-wrap {
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: url("/common/images/img03.jpg");
	background-size:cover;
	position: relative;
	overflow: hidden;
}
.entry-wrap::after {
	content: '';
	background: rgba(136,182,23,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;

}
.entry-box {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 50px 0px 30px 0px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.entry-tl {
	font-size: 24px;	
	color: #FFF;
	margin: 0px 0px 30px 0px;
	/*text-decoration: underline;*/
}
.entry-tex {
	font-size: 14px;
	color: #FFF;
	margin: 0px 0px 30px 0px;
}
.entry-btn {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
	color: #FFF;
	
	position: relative;
	display: inline-block;
	width: 600px;
	height: 200px;
	margin: 0px auto;
	/*border-radius: 50%;*/
	background: rgba(136,182,23,1.0);
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
}
 .entry-btn span {
	position: relative;
    display: inline-block;
    top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    width : 600px;
    text-align: center;
    margin: 0px auto;
    color: #FFF;
}
img.mark-entry2 {
	width: 70px;
	margin: -10px auto 15px auto;
}
a:hover .entry-btn {
	background: #CCC;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.entry-bottom {
	background: rgba(136,182,23,0.8);
	height: 50px;
}

.page-bar-01 {
	background: url(/common/images/img04.jpg) repeat-x center;
	background-size: cover;
	width: 100%;
	height: 400px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	color: #FFF;
	overflow: hidden;
}

/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	
	

p {
	font-size: 14px; 
	color: #000;
	line-height: 200%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

p a {
	color:#000;
	text-decoration:underline;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

p a:hover {
	color:#B1B1B1;
}

p a:active, a:focus {
	outline: 0;
}


.pagetitle {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.pagetitle a {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

/* ************************************************ 
*	ページヘッダー
* ************************************************ */
.page-bar-in01 { 
	background: url(/common/images/bg_in01.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 400px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	color: #FFF;
	border-bottom: solid 1px #DEDEDE;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer {
	background: #FFF;
	clear:both;
	width:100%;
	font-size: 80%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	border-top: solid 1px #DEDEDE;
}

.footer-inner {
	margin: 15px auto 0px auto;
	max-width: 1200px;
	_width: 1200px;
}

#footlogo {
	text-align:center;
	position: relative;
	margin: 0 auto 0px auto;
	padding: 0 0 0 0;
}

#footlogo img {
	margin: 15px 0px 15px 0px;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;*/
	width: 350px;
}

#sociallink {
	text-align:center;
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
}
#sociallink img {
	width: 30px;
	margin: 0px 2px 0px 2px;
}

#copyright {
	font-size:10px;
	letter-spacing: 0.05em;
	color: #000;
	text-align:center;
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.footer-nav {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #E3E3E3;*/
}

.footer-nav:after{
	clear: both;
}

.footer-navbox {
	width: auto;
	margin: 30px auto 5px auto;
	text-align: center;
}
	

#footer ul.footer-navleft {
	list-style: none;
	display: inline;
}

#footer ul.footer-navleft li {
	list-style: none;
	display: inline;
	padding: 0px 5px 0px 5px;
	/*float: left;*/
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

#footer ul.footer-navleft li a,
#footer ul.footer-navright li a {
	color: #000;
}

#footer ul.footer-navleft li a:hover,
#footer ul.footer-navright li a:hover {
	color: #CCC;
}

.footer-contact {
	text-align: center;
	margin: 30px auto 0px auto;
}
.footer-contact p {
	font-size: 13px;
}


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

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #DEDEDECCC;
}

table.tb_rcr {
width: 100%;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
border-collapse: collapse;
border-spacing: 0;
margin: 5px 0 15px 0;
padding: 0 0 0 0;
}

table.tb_rcr tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table.tb_rcr th{
width: 150px;
text-align: left;
vertical-align: top;
line-height: 180%;
margin: 0 0 0 0;
padding: 8px 10px 8px 10px;
border-bottom: 1px dotted #DEDEDE;
background: #F2F2F2;
}

table.tb_rcr td{
text-align: left;
vertical-align: top;
line-height: 180%;
margin: 0 0 0 0;
padding: 8px 10px 8px 10px;
border-bottom: 1px dotted #DEDEDE;
}

table.tb_rcr td a{
	text-decoration: underline;
}


/* コンタクトフォーム用 */
table.inquiry {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

table.inquiry input,
table.inquiry textarea {
	width: 100%;
	border: 1px solid #DEDEDE;
	background: #FFF;
	
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.0);
}

.inquiry th {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	padding: 10px;
	width: 30%;
	/*background:#f7f7f7;*/
	border-bottom: dotted 1px #DEDEDE;
}
.inquiry td {
    font-size: 12px;
	padding: 10px;
	border-bottom: dotted 1px #DEDEDE;
}
/* 必須の調整 */
.haveto {
	font-size: 7pt;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
}
/* 任意の調整 */
.any {
	font-size: 7pt;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
	display: block;
}
/* 送信ボタンのデザイン変更 */
.submitbtn {
	text-align: center;
	margin: 20px auto 20px auto;
}
.soushinbtn{
	text-align: center;
	border: solid 1px #DEDEDE;
	padding: 15px 30px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
}

.soushinbtn:hover{
	background: #000;
	color: #FFF;
	border: 1px solid #000;
}	

/* スマホフォームカスタマイズ */
@media screen and (max-width: 700px) {
.inquiry th, .inquiry td {
	display:block;
	width: 90%!important;
	border-top: none!important;
}
.inquiry th {
	background:#f7f7f7;
}
.inquiry tr:first-child th {
	border-top: 1px solid #DEDEDE!important;
}
.soushinbtn{
	width:70%!important;
}}


/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:1px dotted #DEDEDE;
}

.line-solid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:1px solid #DEDEDE;
}

.line-footmenu {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom:1px dotted #DEDEDE;
}


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

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}
#pagetop a {
	display: block;
	width: 80px;
	padding: 20px 0;
	background: url(/common/images/btn_pagetop.png) no-repeat right top;
	text-indent: -9999px;
	outline: 0;
}
#pagetop a:hover {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.dum_card {
	vertical-align:top;
	margin: 0px 0px 0px 15px;
}

.dum_card img {
	margin: 0px 5px 0px 0px;
}

/* ************************************************ 
*	ボタン類
* ************************************************ */

.btn_box_r {
	text-align: right;
	margin: 15px 0px 15px 0px;
}

.btn_box_l {
	text-align: left;
	margin: 15px 0px 15px 0px;
}

.btn_pages01 {
	display: block;
	background: url(/common/images/arrow_btn01.png) no-repeat 14px 20px rgba(136,182,23,1.0);
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 300px;
	padding: 10px 15px 10px 25px;
	margin: 10px 0px 10px 0px;
}

.btn_pages01:hover {
	color: rgba(136,182,23,1.0);
	background: url(/common/images/arrow_btn01-r.png) no-repeat 14px 20px rgba(255,255,255,1.0);
}

.btn_pages02 {
	display: block;
	background: url(/common/images/arrow_btn01-r.png) no-repeat 14px 20px rgba(255,255,255,1.0);
	border: 1px solid rgba(136,182,23,1.0);
	color: rgba(136,182,23,1.0);
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 300px;
	padding: 10px 15px 10px 25px;
	margin: 10px auto 10px auto;
}

.btn_pages02:hover {
	color: rgba(255,255,255,1.0);
	background: url(/common/images/arrow_btn01.png) no-repeat 14px 20px rgba(136,182,23,0.8);
}


/* ************************************************ 
*   google map
* ************************************************ */
#map_custmomize {
	max-width: 100%;
	width: 100%;
	height: 400px;
	/*display: block;*/
}

#map_custmomize02 {
	max-width: 100%;
	width: 100%;
	height: 400px;
	/*display: block;*/
}


p.go_gmap {
	padding-top: 10px;
	padding-bottom: 5px;
}

/* ************************************************ 
*   トリミング
* ************************************************ */
.trim-feed {
    overflow: hidden;
    /*width: 300px;
    height: 300px;*/
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  	padding-top: 100%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
    position: relative;
	margin-bottom: 10px;
}
 
.trim-feed img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: 150%;
	max-height: 150%;
}


/* ************************************************ 
*   レスポンシブ
* ************************************************ */

/* 画面の横幅が980px〜1240pxまで */

@media only screen and (min-width: 980px) and (max-width: 1240px) {

}


/* PC 画面の横幅が980px以上 */

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

}

/* 画面の横幅が1024pxまで */
@media only screen and (max-width: 1024px) {

}

/* Tablet (Portrait) 画面の横幅が768px〜979pxまで */

@media only screen and (min-width: 768px) and (max-width: 979px) {

}

/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 767px) {
.wrapper {
	width: 300px; 
}
#header { 
	background:#FFF;
	border-bottom: 1px solid #DEDEDE;
}
.header-inner {
	padding: 15px 0px 18px 0px;
}
.logo { 
	text-align:center; 
	padding: 0px 0px 0px 20px; 
}
#header h1 {
	float: none;
	margin-bottom: 0px;
}

.logo img {
	width: 180px;
}
.tex-global {
	font-size: 11px;
	text-align: center;
	margin: 5px auto 0px auto;
}

#nav { 
	display: none; 
	position: absolute; 
	top: 0px; 
	float: none; 
	text-align:center; 
	width: 100%; 
	background: #FFF; 
	margin-bottom: 40px; 
	margin-top: 0px; 
	padding: 0; 
	z-index: 9999;
}
.nav-menu li a { 
	color: #333; 
	display: block; 
	font-size: 15px; 
	padding: 20px 10px; 
	text-decoration: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.nav-menu li { 
	display: block; 
	float: none; 
	border-bottom: 1px solid #ededed; 
	border-collapse: collapse; 
}
.toggle { 
	display: block; 
	float: right; 
	position: absolute; 
	top: 15px; 
	right: 10px; 
	z-index: 10000; 
}

#headbar {
	display: none;
}
	
/*トップメッセージ******************************/
.read-box {
	float: none;
	width: 90%;
	margin: 40px auto 40px auto;
}

.mk-grid {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	width: 150px;
	text-align: center;
	margin: 0px auto 20px auto;
}
.catch-top {
	font-size: 18px;
	text-align: center;
	color: rgba(136,182,23,1.0);
	margin: 0px 0px 20px 0px;
}
.catch-top-tex {
	font-size: 12px;
	line-height: 220%;
}

.message-wrap {
	width: 100%;
	padding: 50px 0px 50px 0px;
	/*background: url("/common/images/img07.jpg");*/
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.message-wrap::after {
	content: '';
	background: rgba(136,182,23,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	height: 100%;

}
.message-box {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
}

.ceophoto-box {
	float: none;
	width: 80%;
	margin: 0px auto 20px auto;
}

.ceo-box {
	float: none;
	width: 90%;
	margin: 0px auto 0px auto;
}
.ceo-top {
	font-size: 21px;
	text-align: left;
	color: rgba(255,255,255,0.8);
	margin: 0px 0px 20px 0px;
}
.ceo-top2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}
.ceo-top-tex p {
	font-size: 14px;
	line-height: 220%;
	color: #FFF;
}

.btn_pages01 {
	display: block;
	background: url(/common/images/arrow_btn01.png) no-repeat 14px 18px rgba(136,182,23,1.0);
	border: 1px solid #FFF;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 100%;
	padding: 10px 15px 10px 25px;
	margin: 10px 0px 10px 0px;
}

.btn_pages01:hover {
	color: #FFF;
	background: url(/common/images/arrow_btn01.png) no-repeat 14px 18px rgba(136,182,23,0.2);
}

.btn_pages02 {
	width: 90%;
	font-size: 13px;
}


/* トップ、リスト インタビュー*/	
#main {
	margin: 20px 0 40px 0;
	padding: 0 0 0 0;
}

h2.tl_in_h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
	color: rgba(136,182,23,1.0);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
h3.tl_in_h3 {
	font-size: 13px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.tl_in_tex {
	font-size: 12px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}

ul li.quarter_list {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

ul li.third_list {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.item-img {
	margin: 0px 0px 0px 0px;
}

.item-box {
	width: 100%;
	padding: 20px 20px 20px 20px;
	background: rgba(136,182,23,1.0);
}
a:hover .item-box {
	background: rgba(136,182,23,0.6);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.item-date {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin: 0px 0px 5px 0px;
}

.item-belong {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin: 0px 0px 5px 0px;
}

.item-title {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0.02em;
	color:#FFF;
	margin: 0px 0px 5px 0px;
}

.item-title a {
color:#000;
}

.item-title a:hover {
color:#B1B1B1;
}
	
/*トップ製品情報******************************/
.proph-box {
	width: 90%;
	float: none;
	margin: 0px auto 20px auto;
}

.protex-box {
	width: 100%;
	float: none;
	margin: 0px auto 0px auto;
}

table.tb_kkrc {
	width: 100%;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

table.tb_kkrc th,
table.tb_kkrc td {
	border-top: 1px dotted #ededed;
	border-bottom: 1px dotted #ededed;
	border-collapse: collapse;
	padding: 10px 0px 10px 10px;
	font-size: 14px;
	line-height: 140%;
}

table.tb_kkrc tr:nth-child(odd) {
	background: rgba(136,182,23,0.1)
}

span.caut_red {
	color: #ff0000;
}

.caut_kkrc {
	clear: both;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	margin: 0px auto 0px auto;
}

	
/*トップエントリー******************************/
.entry-wrap {
	width: 100%;
	padding: 0px 0px 0px 0px;
	/*background: url("/common/images/img06.jpg");*/
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.entry-wrap::after {
	content: '';
	background: rgba(136,182,23,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;

}
.entry-box {
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 50px 0px 30px 0px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.entry-tl {
	font-size: 21px;	
	color: #FFF;
	margin: 0px 0px 30px 0px;
	/*text-decoration: underline;*/
}
.entry-tex {
	font-size: 12px;
	line-height: 160%;
	color: #FFF;
	margin: 0px 0px 30px 0px;
}
.entry-btn {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #FFF;
	
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(136,182,23,1.0);
}
 .entry-btn span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width : 200px;
	text-align:center;
	margin: 10px auto;
	color: #FFF;
}
img.mark-entry2 {
	width: 70px;
	margin: -10px 0px 15px 5px;
}
a:hover .entry-btn {
	background: #CCC;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.entry-bottom {
	background: rgba(136,182,23,0.8);
	height: 50px;
}
	
.page-bar-01 {
	/*background: url(/common/images/img07.jpg) repeat-x center;*/
	background-size: cover;
	width: 100%;
	height: 300px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	color: #FFF;
	overflow: hidden;
}
	
/* ************************************************ 
*	ページヘッダー
* ************************************************ */
.page-bar-in01 { 
	background: url(/common/images/bg_in01_s.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 300px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	color: #FFF;
	border-bottom: solid 1px #DEDEDE;
}
	
/* ************************************************ 
*	インタビュー
* ************************************************ */
.int-wrap {
	width: 100%;
	margin: -30px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.int-box {
	width: 90%;
	background: rgba(136,182,23,0.8);
	margin: 0px auto 0px auto;
	padding: 25px 20px 40px 30px;
	text-align: left;
}

h2.tl_sec_h2 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 120%;
	color: rgba(255,255,255,0.8);
	margin: 0px 0px 20px 0px;
}

h2.tl_sec_h2 .h2_sub {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 120%;
	color: rgba(255,255,255,0.8);
	margin: 0px 0px 0px 15px;
}

.int-date {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin: 0px 0px 0px 0px;
}

.int-belong {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin: 0px 0px 5px 0px;
}

.int-title {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0.02em;
	color:#FFF;
	margin: 0px 0px 5px 0px;
}
.int-title-s {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0.02em;
	color:rgba(255,255,255,0.6);
	margin: 0px 0px 5px 0px;
}
.int-catch {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 150%;
	color: rgba(255,255,255,1.0);
	margin: 40px 0px 0px 0px;
}

.int-adj {
	width: 90%;
	padding: 0px 0px 0px 0px;
	float: none;
	margin: 0px auto 0px auto;
}

h3.tl_sec_h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 120%;
	color: rgba(136,182,23,1.0);
	margin: 30px 0px 30px 0px;
}

.int-img {
	margin: 15px 0px 15px 0px;
}


	
/*フッター*/
.footer-inner { 
	width: 300px;
}
.footer-navbox { 
	width: auto; 
	margin: 15px auto 5px auto; 
}
.footer-nav { border-bottom: none; }
#footer ul.footer-navleft {
	list-style: none;
	display: block;
}
#footer ul.footer-navleft li {
	list-style: none;
	display: block;
	padding: 10px 5px 10px 5px;
	/*float: left;*/
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.02em;
}
.footer-contact {
	text-align: center;
}
.footer-contact p {
	font-size: 12px;
}
	
}
	

/* Mobile (Landscape) 画面の横幅が280px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 420px; }
.wrapper-2 { width: 420px; }

#header { background:#FFF;}
.cycle-slideshow { overflow: hidden; width: 95%; height: 280px; margin-bottom:-50px;}
.footer-inner { width: auto;}
.box_sns iframe { width: 100%; height: 500px; min-height: 500px; }
#sidebar iframe { width: 100%; height: 500px; min-height: 500px; }
.twothird iframe { width: 100%; height: auto; }
}
