@charset "UTF-8";

#main{
display: block;
padding: 15px 0px 15px 0px;
background:  #fff;
}
#main_kueo{
display: block;
padding: 0 0px 15px 0px;
background:  #000;
color: #dddddd
}
@media screen and (min-width: 992px) {
#main{
	padding: 30px 0px 30px 0px;
}
#main_kueo{
	padding: 0 0px 30px 0px;
}}
@media (max-width: 991px) {
	 .sidebar{
		display:none;
	}}
/* 固定ページ
---------------------------------------------------- */
/*	title
/* ------------------------------------- */
#title {
	text-decoration: none;
	display: block;
	width: 100%;
	overflow:hidden;
	outline:none;
	height: 58px;
	background:url(../img/page/title_back.jpg) no-repeat;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2) inset;
	-moz-background-size:cover;
	background-size:cover;
}
#title h2{
margin: 15px 0px 0px 0px;
font-size: 130%;
color:#FFF;
}
.title_box img{
max-width: 100%;
height: auto;
width /***/:auto;
}
@media screen and (min-width: 768px) {
/* ------------------------------------- */
/*	title
/* ------------------------------------- */
#title {
	padding: 0;
	background-size: cover;
	width: 100%;
	height:116px;
	text-align:left;
}
.title_box {
	width: 100%;
	height:116px;
}
#title h2 {
padding: 40px 0px 0px 0px;
margin: 0;
font-size: 200%;
font-weight: normal;
}
.pan {
	margin: 0px 0px 20px 0px;
}}
@media screen and (min-width: 992px) {
.title_box {
	width: 980px;
	height:116px;
}}
/* ------------------------------------- */
/*	pan
/* ------------------------------------- */
.pan{
  font-size: 0.75rem; 
  background-color: #000099;
  color: #fff;
  margin: 15px 0px 0px 0px;
  padding: 7px 0px;
  width: 100%;
  color:#fff; }
 .pan a {
	text-decoration:underline;
	color: #fff;
}
.pan a:hover {
	text-decoration:none;
	color:99ccff;
}
.text {
clear: both;
padding: 0px 0px 20px 0px;
font-size:95%;
line-height:1.7;
}

@media screen and (max-width:767px){
.pan {
	display: none;
}}

@media only screen and (max-width: 991px) {
  .pan {
   display:none; }}
@media only screen and (min-width: 992px) {
   .pan {
		text-align: left;
      clear: both;
	  width: 100%;
	  margin: 0px auto;} }


/* ------------------------------------- */
/*	tex
/* ------------------------------------- */
.tex,
.tex-no-sidebar {
    max-width: 100%;
	font-size:95%;
	line-height: 1.8em;
	margin: 20px 0px;
	text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
}
.tex img,
.tex-no-sidebar img {
	border: 0;
max-width: 100%;
height: auto;
}
.tex img a,
.tex-no-sidebar img a {
	border: 0;
}

.tex a:hover img
.tex-no-sidebar a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}

.text a:hover img,
.tex-no-sidebar a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.titlebox {
	border-left: solid 5px #CCC;
	padding: 15px 0px 15px 10px;
	margin: 0px 0px 20px 0px;
	background: url(../img/top/topi_back.gif) repeat;
	font-size: 180%;
	font-weight: bold;
	color:#333;
}

img.centered,
img.alignright,
img.alignleft,
img.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
clear:both;
}
.alignright {
  float: none;
}
.alignleft {
  float: none;
}
.aligncenter {
	clear: both;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #000099; /* 線色 */
	height: 1px; /* 高さ */
    max-width: 100%;
clear:both;
margin: 15px 0px;
}
/* table
---------------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 0;
	border-color: #000099;
	border-style: solid;
	border-width: 0;
	width:100%
}
table td {
	font-size: 100%;
	line-height: 170%;
	padding: 10px;
	border: 2px solid #fff;
}

table td img {
	margin-bottom:0px!important;
/* IE 6 */
      margin-bottom:0px;
}
.contactform-width {
max-width: 90%;
}
@media (max-width:670px){
table.mobile-block td,table.mobile-block th{display:block}

table.mobile-block2{ display: block; }
table.mobile-block2	tr { display: inline; }
table.mobile-block2 td { display: inline-block;
width: 40%; }

}
@media (min-width:671px){
table.mobile-block td,table.mobile-block th{display:table-cell}
table.mobile-block2 td　{
	display: block;
	display: inline; 
	display: inline-block;
}}

table#otoiawase th {
background-color:#efe1bd;
}
table#otoiawase td {
background-color:#fdf5e9;
}
table#otoiawase th,
table#otoiawase td {
font-weight:normal;
padding: 15px 20px;
border: 2px solid #fff;
}
table.mobile-block {
border-left: none;
}
table.mobile-block th,
table.mobile-block td {
border-right: none;
}
table.mobile-block th{
color:#444;
}
textarea{
width:100%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
input[type="text"] ,input[type="email"] {
width:100%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
/* お問い合わせボタン */
.buttonContainer {
text-align: center;
padding: 20px 0 0 0;
}
#button {
width: 90%;
display: inline-block;
font: normal normal 300 1.3em '';
text-decoration: none;
color: #1f286f;
background-color: transparent;
border: 1px solid #1f286f;
border-radius: 100px;
padding: .6em 1em;
margin: 5px;
background-size: 200% 100%;
background-color: #fff;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#button:hover {
color: rgba(255, 255, 255, 1);
background-color: #1f286f;
background-position: -100% 100%;
}
/* 確認赤枠 */
.red_line {
padding: 1em;
margin: 2em 0;
font-weight: bold;
border: solid 1px red;
color:red;
}
.red_line .red {
color:red;
}
.red_line p{
margin: 0; 
padding: 0;
}
@media screen and (min-width: 768px) {
table#otoiawase th,
table#otoiawase td {
padding: 20px;
}
table#otoiawase th {
width:30%;
}
#button {
width: 240px;}
}
/* ------------------------------------- */
/*contactform7-必須
/* ------------------------------------- */
/* 必須マーク */
.must {background: #ff6260}
/* 任意マーク */.free {background: #999;}
.must,.free {
color: #FFF;
border-radius: 3px;
font-size: 10px;
margin-right: 10px;
padding: 5px;
letter-spacing: 0.2em;}


/* pagenavi
---------------------------------------------------- */
.wp-pagenavi a {
	text-decoration: none;
	color: #888888;
}
.pagenavi .left {
	float: left;
}
.pagenavi .right {
	float: right;
	margin: 0px 0px 10px 0px;
}

.wp-pagenavi {
	clear: both;
	color: #666;
	padding: 20px 0px 0px 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	background-color: #FFF;
}

.wp-pagenavi a:visited {
	color: #666;
}
.wp-pagenavi a:hover {
	background-color: #888;
	color:#FFF;
}
.wp-pagenavi span.current {
	background-color: #DDD;
	font-weight: bold;
}

/*	arvhive
/* ------------------------------------- */
.info_box1{
	margin: 20px 0px 0px 0px;
}
.info_box {
	border-bottom: #000099 solid 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.info_box2{
	border-bottom: #000099 solid 1px;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 13px 0px;
}
.i_box{
	float:left;
width: 75%;
}
.i_date{
	color: #000099;
	margin: 0px 10px 0px 0px;
}
.i_text{
	margin: 0;
}
.i_m{
	color: #666;
	margin: 0px 10px 0px 0px;
	clear:both;
}
.i_text a {
	text-decoration: underline;
}
.i_text a:visited {
	text-decoration: underline;
}
.i_text a:hover {
	text-decoration: underline;
}
.i_date2{
	color: #666;
}
.i_title{
	color: #000099;
	font-size: 130%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	border-bottom: #000099 solid 1px;
}
.i_m2{
	color: #666;
	font-size: 110%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #666 dotted 1px;
}
.i_text_box{
	border-bottom: #000099 solid 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.back{
	color: #888;
max-width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 20px 0px;
}
.back a {
	text-decoration: none;
	color: #888;
}
.back a:visited {
	color: #888;
	text-decoration: underline;
}
.back a:hover {
	color: #999;
	text-decoration: underline;
}
/* form
/* ------------------------------------- */
dl.fo {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0;
	border-top: #fff solid 1px;
	background: #d3edfb;
}
.fo_box {
	width: 100%;
	border-bottom: #fff solid 2px;
	padding: 0;
}
dl.fo dt,
dl.fo2 dt {
	width: 100%;
	margin: 0;
	padding: 10px;
	float: left;
	color: #444;
	line-height: 120%;
	border-bottom: #fff solid 2px;
}
dl.fo dd,
dl.fo2 dd {
	width: 100%;
	padding: 10px 0px;
	float: left;
	background-color: #eaf6fd;
}
.fo2_2 {
	background-color: #FFF;
	height: 30px;
}
.f_b {
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
	text-align:left;
}
.er {
	font-size: 15px;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 12px;
	color: #444;
	line-height: 17px;
	padding: 2px;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #000099;
}
.t_m {
	line-height: 160%;
}
span.wpcf7-list-item { display: block; }
@media screen and (min-width: 992px) {
dl.fo {
	width: 730px;
}
.fo_box {
	width: 730px;
}
dl.fo2 {
	width: 730px;
}
.fo_box2 {
	width: 730px;
}
dl.fo dt,
dl.fo2 dt {
	width: 150px;
	text-align: right;
	border-bottom: none;
}
dl.fo dd,
dl.fo2 dd {
	width: 540px;
	padding: 10px;
}
.f_b {
	text-align:left;
}}


/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
.r_no{
display: none;
}


/*	 box
/* ------------------------------------- */

.text {
clear: both;
}
.tex,
.tex-no-sidebar {
width: 100%;
margin: 0;
float:left;
}
.tex_ {
	line-height:2.2em;
}
/*	arvhive
/* ------------------------------------- */
.i_date,
.i_text{
	float: left;
}

}
/* ------------------------------------- */
/*	 resposive992
/* ------------------------------------- */
@media screen and (min-width: 992px) {
.tex{
width: 730px;
margin: 0px 0px 20px 0px;
}

/*	tex
/* ------------------------------------- */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
clear:none;
}
img.alignright {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 2px;
    display: inline;
clear:none;
}
img.alignleft {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 2px;
    display: inline;
clear:none;
}
img.alignnone {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
clear:none;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
	clear: both;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
}
/* ------------------------------------- */
/*	固定ページ
/* ------------------------------------- */
/* 見出し
---------------------------------------------------- */

h3.midasi {
	text-align:left;
	padding: .8em .75em;
	width : 100%;
	height: auto;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}
h3.midasi {
  background: url(../img/page/titlebg.jpg) repeat-y left top;
  -moz-background-size:cover;
	background-size:cover;
  color: #000099;
}

h3.midasi_1 span.ss {
  font-size:80%;
  color: #EA6100;
  position: relative;
  font-weight: normal;
  top: 00px;
}
/* ------------------------------------- */
/*	お問い合わせボタン
/* ------------------------------------- */
#button{
	width:300px;
  display:inline-block;
	
	font:normal normal 300 1.3em '';
	text-decoration:none;
	text-align: center;
	
	color:#000099;
	brackground-color:transparent;
	border:1px solid #000099;
	border-radius:100px;
	
	padding: .2em 1em;
	margin:5px;
			
	background-size: 200% 100%;	
	background-color: #fff;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

#button:hover{
	color:rgba(255, 255, 255, 1);
	background-color:#000099;
	background-position: -100% 100%;
}
#button {
	margin: 20px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
#button{
	width:90%;
}}
/* ------------------------------------- */
/*	よくあるご質問
/* ------------------------------------- */

h3.qa-faq-title a {
	display: block;
	width: 95%;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 35px;
	color: #E46000;
	font-size: 100%;
	line-height: 1.5;
	text-decoration: none;
	background: url(../img/top/no.png) no-repeat 10px 8px;
	-moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */
   background-color: #FEF6E9;   /* 背景色 */
	
}
h3.qa-faq-title a:hover {
	color: #fbd7a1;
	text-decoration: underline;
}
.qa-faq-answer {
	margin: 0px 0px 30px 0px;
	padding: 0;	
}
.qa-faq-answer p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}
h2.faq-catname  {/* カテゴリタイトルを見えなくする */
text-indent: -9999px;
}
/* ------------------------------------- */
/*	お知らせ　ナビゲーション
/* ------------------------------------- */
#nav02 ul {
	margin: 10px 0px 0px 0px;
    display:table;
    table-layout:fixed;
    width:100%;
}
#nav02 ul li {
    display:table-cell;
    border-right:1px solid #ffffff;
}
#nav02 ul li a {
    display:block;
    padding:0.5em 0;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background-color:#A5CF4C;
	font-size: 90%;
}
#nav02 ul li a:hover {
     background-color:#000099;
}
@media only screen and (max-width: 767px) {
#nav02 ul li a {
	font-size: 50%;
	line-height:1em;
	padding:1.5em 0;
}}
/* faq
---------------------------------------------------- */
.google-maps {
position: relative;
padding-bottom: 75%;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* faq
---------------------------------------------------- */
#faq-block .faq-block-item{
	padding: 15px;
	margin-bottom: 15px;
}
#faq-block .faq-block-item .faq-block-question{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #000099;
}

/* ごあいさつ
---------------------------------------------------- */
.text_go {
	line-height: 2.5;
}
/* ------------------------------------- */
/*	新商品紹介
/* ------------------------------------- */
h3.section-two-kodawari {
font-size: 2em;
line-height: 180%;
font-weight:normal;
text-align:center;
margin:10px 0 30px 0;
color:#e46000;
}
@media only screen and (max-width: 980px) {
h3.section-two-kodawari {
font-size: 1.2em;
line-height:1.6;
margin-bottom:20px;
text-align:left
}
}
.about_t {
text-align:left
}
@media screen and (min-width: 980px) {
.about_t {
	text-align:center;
	margin:0 auto;
	line-height: 2.2em;
}
}
@media screen and (max-width: 980px) {
.about_t br {
    display: none;
  }
}
/*	 ボタン
/* ------------------------------------- */
.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

/*	 2等分
/* ------------------------------------- */
.hanabibox	{margin: 15px 0;border-bottom: dotted 1px #000099;
padding:15px 0}
.hanabibox:after	{content: "";
	display: block;
	clear: both}
@media screen and (min-width: 768px) {
.hanabibox_l	{float: left;
	width: 40%}
.hanabibox_r	{float: right;
	width: 55%;
  }
}
.hanabibox_l img,
.hanabibox_r img{
	margin-bottom:2%}
/* ---------------------------------------------------------------------------------------------

　ギャラリー

--------------------------------------------------------------------------------------------- */
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}

.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}

.gallery-caption,
.wp-caption-text { /** キャプション **/
color: #222;
font-size: 14px;
margin: 0 0 10px;
text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}

@media (max-width:767px){
/* 640px以下用の記述 */
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item {
width: 31.33333%;
margin: 0 1%;
}
table.mobile-block,
table.mobile-block th,
table.mobile-block td{border:none;}
table.mobile-block th,
table.mobile-block td{width:100%;display:block;}
table.mobile-block th,
table#otoiawase th,
table#otoiawase td{border-bottom:none;}
.release br {display: none;}
}
/* ---------------------------------------------------------------------------------------------

　キャプション

--------------------------------------------------------------------------------------------- */
figure {
   background-color: #fff;
   padding: 5px;
   display: table;
   overflow: hidden;
}

figure img {
    width:100%;
max-width: 100%;
height: auto;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    background: #fff;
}
@media only screen and (max-width:60em) {
figure {
   text-align:center;
   clear:both;
   overflow:hidden;
   padding:0;
   margin:0 auto
}
figure .alignright img,
figure .alignleft img{float:none;}
}

/* ---------------------------------------------------------------------------------------------

　youtube

--------------------------------------------------------------------------------------------- */
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
margin-bottom:10px
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
/* ---------------------------------------------------------------------------------------------

　採用情報

--------------------------------------------------------------------------------------------- */
.heading-saiyo {
    border-radius: 5px;
    color: #dddddd;
		margin-bottom: 15px;
		font-size: 1.4em
}
.box-rec {
    padding: 2em;
    margin: 3em 0;
    font-weight: normal;
    border: solid 1px #dddddd;
}
.box-rec:after{
	content: "";
	display: block;
	clear: both;
}
.box-rec img{
max-width: 100%;
height: auto;
}
@media only screen and (max-width:60em) {
.heading-saiyo {
    margin-top: 20px;
}
}
/* 等分 */
.boxA:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (min-width: 768px) {
	.box_l{
		float: left;
		width: 46%
	}
	.box_r{
		float: right;
		width: 46%
	}
}
@media (max-width:767px) {
	.box_l,.box_r{
		margin-bottom: 40px
	}
}