/*
Theme Name: nichiei
Theme URI:
Description:
Version: 
Author: nichiei
Author URI: 
@charset "utf-8";
/* reset
---------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, div, address, dl, dt, dd, table, caption, th, td, img, form, nav, section, article, figure, aside header, footer {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	line-height: 1.0;
}
ul, li, ol {
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	text-align: left;
	line-height: 1.4;
}
dl, dt, dd {
	text-align: left;
	line-height: 1.4;
}
img {
	vertical-align: bottom;
	line-height:1.0;
}
table {
	border-collapse: collapse;
}
th, td {
	line-height: 1.5;
}
a {
	color: #3F538C;
	outline: none;
	text-decoration: underline;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
a:hover {
	
	text-decoration: none;
}
p a {
	color: #5F74B1;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.fade {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fade:hover {
	opacity: 0.7;
}
/* body
---------------------------------------------------------------------------- */
body {
	width: 100%;
	height:100%;
	font-size: 14px;
	font-family: "メイリオ" , "Meiryo" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 letter-spacing: normal;
	color: #333333;
	text-align: center;
	border: 0;
	background-color: #FFF;
	margin: 0 auto;
	position: relative;
}
p {
	color: #333333;
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
	margin-bottom: 15px;
}
/* header
---------------------------------------------------------------------------- */
#header_logo {
	width: 286px;
	margin: 20px auto;
}
/* gnavi
---------------------------------------------------------------------------- */
#gnavi_wrap {
	width: 100%;
	min-width: 1000px;
}
#gnavi_wrap ul {
	display: table;
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#gnavi_wrap ul li {
	display: table-cell;
}
#gnavi_wrap a {
	color: #FFF;
	text-decoration: none;
}
/* drop_down_menu
---------------------------------------------------------------------------- */
.dd_menu_product {
	width: 630px;
	background-color: #4C80A8;
	border-radius: 4px;
	padding: 20px 13px 9px;
	position: absolute;
	top: 90px;
	left: -37px;
	z-index: 99999;
}
.dd_menu_product:before,
.dd_menu_case:before,
.dd_menu_produce:before,
.dd_menu_about:before,
.dd_menu_inquiry:before {
	content: url(img/common/gnavi_arrow.png);
	position: absolute;
	top: -13px;
	left: 47.5%;
}
.dd_menu_product,
.dd_menu_case,
.dd_menu_produce,
.dd_menu_about,
.dd_menu_inquiry {
	display: none;
}
#gnavi_wrap .dd_menu_product ul {
	display: block;
	width: 630px;
}
#gnavi_wrap .dd_menu_product ul li {
	display: inline-block;
	margin: 0 7px 15px;
}
#gnavi_wrap .dd_menu_product ul li span a {
	display: block;
	background: url(img/common/icon_arrow10.gif) no-repeat 6px 50%;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}
#gnavi_wrap .dd_menu_product ul li span a:hover {
	background: url(img/common/icon_arrow10_on.gif) no-repeat 6px 50%;
	}
.dd_menu_case {
	width: 342px;
	background-color: #4C80A8;
	border-radius: 4px;
	padding: 20px 20px 0;
	position: absolute;
	top: 90px;
	left: 193px;
	z-index: 99999;
}
.h2_dd_case {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	border: solid 1px #FFF;
	border-radius: 2px;
	padding: 2px 6px;
	margin: 0 0 10px;
}
.dd_menu_product li a,
.dd_menu_case li a,
.dd_menu_produce li a,
.dd_menu_about li a,
.dd_menu_inquiry li a {
}
.dd_menu_product li a:hover,
.dd_menu_case li a:hover,
.dd_menu_produce li a:hover,
.dd_menu_about li a:hover,
.dd_menu_inquiry li a:hover {
	background: url(img/common/icon_arrow10_on.gif) no-repeat 6px 50%;
	opacity: 1;
	color:#E2BF8F!important;
}
#gnavi_wrap .dd_menu_case ul {
	display: block;
	width: 342px;
	margin: 0 0 23px;
}
#gnavi_wrap .dd_menu_case ul li {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
}
#gnavi_wrap .dd_menu_case ul li span {
	font-size: 12px;
}
#gnavi_wrap .dd_menu_case ul li a {
	display: inline-block;
	width: 138px;
	background: url(img/common/icon_arrow10.gif) no-repeat 6px 50%;
	padding: 0 0 0 20px;
	margin: 0 10px 11px 0;
}
#gnavi_wrap .dd_menu_case ul li a:hover {
	background: url(img/common/icon_arrow10_on.gif) no-repeat 6px 50%;
	}
.cursor {
	cursor: pointer;
}
.dd_menu_produce,
.dd_menu_about,
.dd_menu_inquiry {
	width: 242px;
	background-color: #4C80A8;
	border-radius: 4px;
	padding: 20px 20px 0;
	position: absolute;
	top: 90px;
	left: 419px;
	z-index: 99999;
}
.dd_menu_about {
	width: 200px;
	left: 611px;
}
.dd_menu_inquiry {
	width: 200px;
	left: 797px;
}
#gnavi_wrap .dd_menu_produce ul {
	display: block;
	width: 342px;
	margin: 0;
}
#gnavi_wrap .dd_menu_about ul {
	display: block;
	width: 200px;
	margin: 0;
}
#gnavi_wrap .dd_menu_inquiry ul {
	display: block;
	width: 200px;
	margin: 0;
}
#gnavi_wrap .dd_menu_produce ul li,
#gnavi_wrap .dd_menu_about ul li,
#gnavi_wrap .dd_menu_inquiry ul li {
	display: block;
	line-height: 1.2;
}
#gnavi_wrap .dd_menu_produce ul li a,
#gnavi_wrap .dd_menu_about ul li a,
#gnavi_wrap .dd_menu_inquiry ul li a {
	display: block;
	background: url(img/common/icon_arrow10.gif) no-repeat 6px 50%;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
#gnavi_wrap .dd_menu_produce ul li a:hover,
#gnavi_wrap .dd_menu_about ul li a:hover,
#gnavi_wrap .dd_menu_inquiry ul li a:hover {
	background: url(img/common/icon_arrow10_on.gif) no-repeat 6px 50%;
	}
/* mainvis
---------------------------------------------------------------------------- */
#main_vis_top {
	width: 100%;
	min-width: 1000px;
	height: 450px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	z-index: 999;
}
#main_vis {
	margin: 0 0 47px;
}
/* contents
---------------------------------------------------------------------------- */
#contents_wrap {
	width: 1000px;
	margin: 38px auto;
}
#contents {
	width: 720px;
	float: right;
}
#contents_wrap:after,
#contents:after {
	content: '';
	clear: both;
	display: block;
}
/* sidemenu
---------------------------------------------------------------------------- */
#sidemenu_wrap {
	width: 236px;
	float: left;
}
.sidemenu {
	margin: 0 0 33px;
}
#sidemenu_wrap h3,
#sidemenu_wrap h4 {
	margin: 0 0 22px;
}
.sidemenu li {
	color: #474747;
	font-weight: bold;
	line-height: 1.2;
}
.sidemenu li:last-child a {
	border: none;
}

.sidemenu li span.active {
	display: block;
	border-bottom: dotted 1px #999;
	background: url(img/common/icon_arrow04.gif) no-repeat 8px 15%;
	padding: 0 0 20px 22px;
	margin: 0 0 20px;
}
.sidemenu li a {
	color: #474747;
	display: block;
	text-decoration: none;
	border-bottom: dotted 1px #999;
	background: url(img/common/icon_arrow06.gif) no-repeat 8px 15%;
	padding: 0 0 20px 22px;
	margin: 0 0 20px;
}
.sidemenu li a:hover {
	color: #5369AC;
}
.sub li a {
	border-bottom: none;
	background: url(img/common/icon_arrow05.gif) no-repeat 8px 8%;
	padding: 0 0 20px 22px;
	margin: 0;
}
.sub {
    overflow: hidden;
    padding-left: 10px;
}
.sub_sub li a {
	border-bottom: none;
	    background: url(img/common/icon_arrow05.gif) no-repeat 28px 8%;
    padding: 0 0 20px 44px;
    margin: 0;
}
.sub_sub li:last-child a {
	border-bottom: dotted 1px #999;
	margin: 0 0 20px;
}
.side_bnr img {
	margin: 0 0 22px;
}
.side_bnr a img {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.side_bnr a img:hover {
	opacity: 0.7;
}
/* footer
---------------------------------------------------------------------------- */
#footer_wrap {
	width: 100%;
	min-width: 1000px;
	background-color: #8B9CA3;
	border-top: solid 1px #E2E6E8;
	border-bottom: solid 1px #FFF;
}
#footer_wrap:after {
	content: '';
	clear: both;
	display: block;
}
#footer {
	width: 1000px;
	margin: 0 auto;
}
#footer_logo {
	width: 286px;
	height: 48px;
	margin: 36px auto 49px;
}
#footer_navi_wrap {
	width: 970px;
	margin: 0 0 0 30px;
}
#footer_navi_wrap h3 {
	text-align: left;
	line-height: 1.0;
	margin: 0 0 14px;
}
#footer_navi_wrap ul li a {
	display: block;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	background: url(img/common/icon_arrow01.png) no-repeat 0 50%;
	padding: 0 0 0 13px;
	margin: 0 0 11px;
}
#footer_navi_wrap ul li a:hover {
	opacity: 0.7;
}
#footer_navi_wrap ul {
	margin: 0 0 30px;
}
#footer_navi_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}
#footer_navi_wrap ul.line_02 {
	margin: 0 0 16px;
}
#footer_navi_wrap ul.line_02 li a {
	width: 40%;
	float: left;
}
.footer_navi_01 {
	width: 386px;
	float: left;
}
.footer_navi_02 {
	width: 335px;
	float: left;
}
.footer_navi_03 {
	width: 249px;
	float: left;
}
.footer_navi_01:after, .footer_navi_02:agter, .footer_navi_03:after {
 content: '';
 clear: both;
 display: block;
}
#footer_address_wrap {
	width: 100%;
	min-width: 1000px;
	background-color: #8B9CA3;
	border-top: solid 1px #A8B5BB;
}
#footer_address {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 36px;
	text-align: right;
}
#footer_address p {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	margin: 0 0 10px;
}
#footer_address p.place {
	width: 87px;
	border: solid 1px #FFF;
	border-radius: 3px;
	text-align: center;
	margin: 0 10px 0 0;
}
#footer_address p.address {
	width: 340px;
	text-align: left;
}
.copyright {
	text-align: right;
	padding: 10px 0 0;
}
#pagetop {
	width: 57px;
	height: 53px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
/* crumbs
---------------------------------------------------------------------------- */
#crumbs_wrap {
	width: 100%;
	min-width: 1000px;
	height: 30px;
	background: url(img/common/crumbs_bg.gif) repeat-x;
}
#crumbs {
	width: 1000px;
	height: 30px;
	padding: 7px 0 0 0;
	margin: 0 auto;
}
#crumbs li {
	display: inline;
	color: #464646;
	font-size: 12px;
	padding: 0 2px 0 0;
}
#crumbs li a {
	color: #464646;
	text-decoration: none;
}
#crumbs li a:hover {
	color: #5381A9;
}
#crumbs li:before {
	content: '>';
	margin: 0 5px 0 0;
}
#crumbs li:first-child:before {
	content: none;
}
/* box
---------------------------------------------------------------------------- */
.top_sec_wrap {
	width: 1000px;
	margin: 0 auto;
}
.sec_wrap {
	margin: 0 auto 55px;
}
.sec {
	margin: 0 auto 50px;
}
.top_sec_wrap .col3_box p,
.top_sec_wrap .col3_box img{
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.top_sec_wrap .col3_box:hover img{
	opacity: 0.7;
}
.top_sec_wrap .col3_box:hover p{
	color: #3F538E;
}
.top_sec_wrap:after, .sec_wrap:after, .sec:after {
	content: '';
	clear: both;
	display: block;
}
.sec_wrap > *:last-child, .sec_wrap > *:last-child > *:last-child, .sec_wrap > *:last-child > *:last-child > *:last-child, .sec > *:last-child, .sec > *:last-child > *:last-child, .sec > *:last-child > *:last-child > *:last-child {
	margin-bottom: 0;
}
/* title
---------------------------------------------------------------------------- */
.h2_01, .h2_01_02 {
	min-height: 90px;
	font-size: 13px;
	text-align: center;
	margin: 0 0 30px;
}
.h2_01_02 {
	margin: 0;
}
.h2_01 img, .h2_01_02 img {
	display: block;
	margin: 0 auto -48px;
}
.h2_02 {
	color: #474747;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 1.0;
	margin: 0 0 16px;
}
.h2_02 img {
	margin: 0 20px 0 0;
}
.h2_03 {
	color: #464646;
	font-size: 28px;
	text-align: left;
	line-height: 1.5;
	border-bottom: dotted 1px #999;
	padding: 0 0 12px;
	margin: 0 0 20px;
}
.h2_03 span {
	font-size: 24px;
}
.h2_04 {
	width: 680px;
	min-height: 90px;
	color: #272424;
	font-size: 21px;
	text-align: center;
	border-bottom: dotted 1px #999;
	padding: 0 0 20px;
	margin: 0 auto 25px;
}
.h2_04 img {
	display: block;
	margin: -30px auto -50px;
}
.h2_05,
.h2_05_02,
.h2_05_03 {
	color: #333333;
	font-size: 21px;
	text-align: left;
	background: url(img/common/h2_05.gif) no-repeat 0 25%;
	border-bottom: dotted 1px #4E62A0;
	padding: 0 0 10px 25px;
	margin: 0 0 15px;
}
.h2_05_02 {
	font-size: 16px;
	font-weight: bold;
}
.h2_05_03 {
	font-weight: bold;
}
.h2_06 {
	color: #333333;
	font-size: 21px;
	text-align: left;
	background: url(img/common/h2_06.gif) no-repeat 0 50%;
	padding: 0 0 0 25px;
	margin: 0 0 30px;
}
.h2_06 span {
	background-color: #FFF;
	padding: 0 10px;
}
.h2_07 {
	color: #4E62A0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-color: #F3F3F3;
	border-top: solid 2px #4E62A0;
	padding: 15px 0 13px 10px;
	margin:  20px 0 20px;
}
.h2_09 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background: url(img/common/h2_05.gif) no-repeat 0 20%;
	padding: 0 0 20px 25px;
}
.h3_01 {
	min-height: 24px;
	color: #333333;
	font-size: 17px;
	text-align: left;
	background: url(img/common/h3_01.gif) no-repeat 0 0;
	padding: 10px 0 0 38px;
	margin: 0 0 15px;
}
.h3_01 span {
	background-color: #FFF;
	padding: 0 10px 0 0;
}
.h3_02 {
	color: #5F74B1;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background: url(img/common/h3_02.gif) no-repeat 0 0;
	padding: 5px 0 0 28px;
	margin: 0 0 15px;
}
.h3_03 {
	color: #3F548C;
	font-size: 21px;
	text-align: left;
	line-height: 1.4;
	margin: 0 0 15px;
}
.h4_01,
.h4_02 {
	color: #3F548C;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin: 0 0 10px;
}
.h4_02 {
	color: #8C7435;
}
/* top
---------------------------------------------------------------------------- */
.top_contents_wrap, .top_contents_wrap_gray, .top_produce_wrap {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 43px 0 90px;
	position: relative;
	z-index: 0;
}
.top_contents_wrap {
	margin: 30px auto 0;
}
.top_produce_wrap {
	padding: 0;
}
.top_contents_wrap_gray, .top_produce_wrap {
	background-color: #F3F3F3;
}

.top_contents_wrap:after, .top_contents_wrap_gray:after, .top_produce_wrap:after {
	content: '';
	clear: both;
	display: block;
}
.col4_wrap {
	width: 1024px;
	/*margin: 0 0 0 -12px;*/
  display: flex;
  flex-wrap: wrap;
}
.col4_box {
	display: inline-block;
	width: 230px;
	vertical-align: top;
	margin: 0 13px;
}
.col4_box a {
	display: block;
	border-top: dashed 1px #C8CACE;
	padding: 25px 0 28px;
	text-decoration: none;
}
.col4_box a:hover {
	opacity: 0.7;
}
.col4_wrap .col4_box:nth-child(1) a, .col4_wrap .col4_box:nth-child(2) a, .col4_wrap .col4_box:nth-child(3) a, .col4_wrap .col4_box:nth-child(4) a {
	border-top: none;
}
.col4_ttl {
	margin: 0 0 8px;
}
.col4_ttl:after {
	content: '';
	clear: both;
	display: block;
}
.news_cate {
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	background-color: #5C87CB;
	border-radius: 3px;
	min-width: 105px;
	float: left;
}
.news_date {
	display: inline-block;
	font-size: 11px;
	text-align: right;
	float: right;
}
.col4_box img {
	border-radius: 4px;
	margin: 0 0 13px;
}
.col4_box p {
	margin: 0;
}
.col3_wrap {
	width: 930px;
	margin: 0 auto;
}
.col3_box {
	width: 280px;
	margin: 0 15px 0;
	float: left;
}
.col3_box h3 {
	margin: 0 0 20px;
}
.col3_box p {
	color: #646464;
	width: 185px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
}
.col3_wrap_case {
	width: 1030px;
	margin: 0 0 0 -15px;
}
.col3_wrap_case:after {
	content: '';
	clear: both;
	display: block;
}
.col3_box_case {
	width: 313px;
	border-bottom: dashed 1px #C8CACE;
	float: left;
	padding: 0 0 20px;
	margin: 0 15px 45px;
}
.col3_box_case a {
	display: block;
	text-decoration: none;
}
.col3_box_case a:hover {
	opacity: 0.7;
}
.col3_box_case p {
	margin: 0;
}
.col3_box_case .col3_cate_case p.case_cate_gold {
	margin: 0 2px;
}
.col3_box_case img {
	margin: 10px 0 24px;
}
.col3_box_case h3 {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	margin: 0 0 14px;
}
.col3_cate_case {
	margin: 15px 0 0;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.case_cate_blue {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #7296D1;
	border-radius: 3px;
	padding: 0 14px;
	margin: 0 2px;
}
.case_cate_gold {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #E2BF8F;
	border-radius: 3px;
	padding: 0 14px;
	margin: 0 2px;
}
#produce_area {
	width: 1000px;
    min-height: 450px;
    padding: 43px 0 0;
    background: url(produce_bg02.jpg) no-repeat 50% bottom;
    margin: 0 auto;
}
#produce_area p {
	font-size: 14px;
	width: 534px;
	margin: 0 0 15px 0px;
}
.produce_link {
    overflow: hidden;
	margin: 18px 0 0 0px;
}
.produce_link ul {
	margin: 0 35px 0 0;
	float: left;
}
.produce_link li {
	margin: 0 0 16px;
}
.produce_link li a {
	color: #4C80A9;
	text-decoration: underline;
	background: url(img/common/icon_arrow02.png) no-repeat 0 50%;
	padding: 0 0 0 16px;
}
.produce_link li a:hover {
	text-decoration: none;
}
.top_bnr_area {
	width: 1020px;
	font-size: 0;
	margin: 50px auto 60px;
}
.top_bnr_area li {
	display: inline-block;
	margin: 0 10px 10px;
}
.top_bnr_area li.mt47 {
	margin-top: 47px;
}
#contact_area {
	display: table;
	width: 998px;
	border: solid 1px #D6D6D6;
	background: url(img/common/contact_bg.gif);
	margin: 0 auto;
	padding: 30px 0;
}
.contact_box {
	display: table-cell;
	padding: 0 28px;
}
.contact_box:first-child {
	border-right: solid 1px #CCC;
}
.contact_box h2 {
	margin: 0 0 15px;
}
.contact_box dl {
	margin: 0 0 0 10px;
}
.contact_box dt {
	width: 100px;
	float: left;
	clear : both;
	padding: 10px 0 0 0;
}
.contact_box dt img {
}
.contact_box dd {
	font-size: 35px;
	color: #3F538C;
	margin: 0 0 0 124px;
}
.contact_box ul {
	width: 430px;
	margin: 45px auto 0;
}
/* news
---------------------------------------------------------------------------- */
.sec_news_wrap {
	border-bottom: solid 1px #CCC;
	background-color: #FFF;
	text-align: left;
	padding: 30px;
	margin: 0 0 20px;
}
.sec_news_wrap_first {
border-top: solid 1px #CCC;
}
#news a {
	display: block;
	text-decoration: none;
}
#news a:hover {
	opacity: 0.7;
}
.news_header {
	margin: 0 0 10px;
}
.news_header:after {
	content: '';
	display: block;
	clear: both;
}
.sec_news_wrap .news_date {
	text-align: left;
	float: left;
	margin: 0 0 0 15px;
}
.link {
	display: inline;
	color: #3F538C;
	font-weight: bold;
	text-decoration: underline;
	background: url(img/common/icon_arrow08.gif) no-repeat right 48%;
	padding: 0 15px 0 0;
}
a:hover .link {
	text-decoration: none;
}
.news_photo img {
	display: block;
	margin: 0 auto 15px;
}
.news_pager {
	text-align: center;
	padding: 25px 15px;
}
.news_pager li {
	display: inline-block;
	font-size: 16px;
	margin: 0 30px;
}
.news_pager a {
	color: #3F538C;
	font-weight: bold;
}
.news_pager a:hover {
	opacity: 0.7;
}
.col3_box_03 .news_header p {
	margin: 0;
}
#news .col3_box_03 h3 {
	font-size: 16px;
}
/* bottle_point
---------------------------------------------------------------------------- */
.sec_box_double {
	border: double 4px #CCC;
	border-radius: 6px;
	margin: 0 auto 25px;
}
.sec_box_double:after {
	content: '';
	clear: both;
	display: block;
}
.col3_wrap_02 {
	text-align: center;
	font-size: 0;
}
.col3_box_02 {
	display: inline-block;
	width: 210px;
	background: url(img/common/col3_box_02_bg.gif) no-repeat left top;
	vertical-align: top;
	padding: 0 13px 5px;
}
.col3_box_02:first-child {
	background: none;
}
.col3_box_02 a {
	display: block;
	text-decoration: none;
}
.col3_box_02 a:hover {
	opacity: 0.7;
}
.col3_box_02 img {
	margin: 0 0 15px;
}
.col3_box_02 h3 {
	color: #3F538C;
	font-size: 16px;
	text-align: left;
	background: url(img/common/icon_arrow07.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	line-height: 1.3;
}
.col3_box_02 p {
	font-size: 13px;
	word-break: break-all;
	line-height: 1.5;
}
.gray_area {
	background-color: #F3F3F3;
	padding: 20px;
	margin: 0;
}
.gray_area:after {
	content: '';
	clear: both;
	display: block;
}
.bnr_area {
	font-size: 0;
}
.bnr_area li {
	display: inline-block;
	margin: 0 10px 18px;
}
.sec img {
	margin: 0 0 15px;
}
.sec img:last-child {
	margin: 0 0 30px;
}
/* bottle_list
---------------------------------------------------------------------------- */
.col3_wrap_03:after {
	content: '';
	clear: both;
	display: block;
}
.col3_box_03 {
	width: 213px;
	border-right: dotted 1px #999999;
	padding: 0 13px;
	margin: 0 0 26px;
	float: left;
}
.col3_box_03:nth-child(3n) {
	border: none;
}
.col3_wrap_03 a {
	display: block;
	text-decoration: none;
}
.col3_box_03 a:hover {
	opacity: 0.7;
}
.col3_box_03 img {
	margin: 0 0 15px;
}
.col3_box_03 h3 {
	color: #3F538C;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	background: url(img/common/icon_arrow07.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
}
.col3_box_03 p {
	font-size: 13px;
}
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 4px 5px;
	border: solid 1px #F0F0F0;
	margin: 2px;
	display: inline-block!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi {
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 7px 12px !important;
	text-decoration: none;
	border: none !important;
	background: #DCE1E3;
	color: #333;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background: #8B9CA3;
}
.wp-pagenavi .current {
	color: #FFF;
	background: #8B9CA3;
}
/* bottle_detail
---------------------------------------------------------------------------- */
.w350 {
	width: 350px;
}
.w340 {
	width: 340px;
}
.capacity {
	background-color: #F3F3F3;
	padding: 20px;
	margin: 0;
}
.capacity p {
	font-size: 13px;
	margin: 0;
}
.table_product{
	width:720px;
	text-align: left;
}
.table_product th{
	background:#F5F5F5;
	border:1px solid #C0C0C0;
	padding:15px 18px;
	width: 120px;
	font-weight: bold;
	text-align: center;
}
.table_product td{
	background:#FFF;
	border:1px solid #C0C0C0;
	padding:12px 15px;
}
.btn_link,
.btn_linnk_02 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	border: #E0E0E0 1px solid;
	border-radius: 4px;
	margin: 0 5px 10px;
}
.btn_link a {
	display: block;
	color: #FFF;
	background: url(img/common/icon_arrow01.png) no-repeat 18px 50% #4A63A4;
	padding: 12px 28px 10px 48px;
	text-decoration: none;
}
.btn_link a:hover{
	background: url(img/common/icon_arrow01.png) no-repeat 18px 50% #E2BF8F;
}
.btn_linnk_02 {
	color: #FFF;
	background: url(img/common/icon_arrow09.png) no-repeat 18px 50% #D55661;
	padding: 12px 28px 10px 48px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn_linnk_02:hover {
	background: url(img/common/icon_arrow09.png) no-repeat 18px 50% #8FCB9E;
}
.contact_area {
	margin: 30px 0 0;
}
.btn_next a{
	display: block;
	width: 624px;
	color: #3F538E;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #E4E8F1;
	padding: 12px 28px 10px 48px;
	margin: 0 auto 30px;
}
.btn_next a:hover{
}
/* gallery_area
---------------------------------------------------------------------------- */
#gallery_area {
	width:350px;
	margin: 0 auto;
}
#gallery_area:after {
	content: '';
	clear: both;
	display: block;
}
#gallery_area ul {
	width: 360px;
	margin: 0 0 0 -5px;
	padding: 0;
}
#gallery_area ul li {
	width: 110px;
	padding: 0 5px;
	float: left;
}
#gallery_area ul li img {
	margin: 0;
}
#gallery_area ul li a {
	display: block;
}
#gallery_area ul li a:hover {
	opacity: 0.7;
}
.photo_area {
	width: 350px;
	margin: 0;
}
.photo_area img {
	margin: 0 0 10px !important;
}
/* tabs
------------------------------------ */
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
/* Skin */
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav .ui-tabs-selected a img {
	position: relative;
	z-index: 30;
	opacity: 0.6;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-disabled {
	opacity: 0.6;
}
.ui-tabs-panel {
}
.ui-tabs-loading em {
	padding: 0 0 0 20px;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
.ui-state-active img {
	opacity: 0.6;
}
/* case
---------------------------------------------------------------------------- */
#case .col3_wrap_case {
	width: 750px;
	margin: 0 0 0 -15px;
}
.col3_wrap_case:after {
	content: '';
	clear: both;
	display: block;
}
#case .col3_box_case {
	width: 345px;
	border-bottom: dashed 1px #C8CACE;
	float: left;
	padding: 0 0 20px;
	margin: 0 15px 45px;
}
/* gallery_area
---------------------------------------------------------------------------- */
#gallery_area_02 {
	width:720px;
	margin: 20px auto 30px;
}
#gallery_area_02:after {
	content: '';
	clear: both;
	display: block;
}
#gallery_area_02 ul {
	width: 136px;
	margin: 0;
	padding: 0;
}
#gallery_area_02 ul li {
	width: 136px;
}
#gallery_area_02 ul li img {
	margin: 0 0 10px;
}
#gallery_area_02 ul li a {
	display: block;
}
#gallery_area_02 ul li a:hover {
	opacity: 0.7;
}
.photo_area_02 {
	width: 574px;
	margin: 0;
}
.photo_area_02 img {
	margin: 0 0 10px !important;
}
/* flow
---------------------------------------------------------------------------- */
.sec_flow,
.sec_flow_first {
	border-bottom: solid 3px #DBE6EE;
	padding: 0 30px 30px;
	margin: 0 0 30px;
	position: relative;
	overflow: visible;
}
.sec_flow_first {
	border-top: solid 3px #DBE6EE;
	padding: 30px;
}
.sec_flow:after,
.sec_flow_first:after {
	content: url(img/flow/flow_icon_arrow.gif);
	position: absolute;
	bottom: -20px;
	left: 47.5%;
	clear: both;
	display: block;
}
.last:after {
	content: '';
}
.sec_flow h3,
.sec_flow_first h3 {
	text-align: left;
	margin: 0 0 20px;
}
.sec_flow h3 img,
.sec_flow_first h3 img {
	margin: 0!important;
}
.sec_flow p,
.sec_flow_first p {
	font-size: 13px;
	line-height: 1.8;
}
.w300 {
	width: 300px;
}
.col3_wrap_flow {
	margin: 0 auto;
}
.col3_wrap_flow:after {
	content: '';
	clear: both;
	display: block;
}
.col3_box_flow {
	width: 162px;
	border: double 4px #CCC;
	border-radius: 6px;
	padding: 20px 20px 0;
	margin: 0 5px 10px;
	float: left;
}
.col3_box_flow p {
	margin: 0;
}
.col3_box_flow h4 {
	color: #313F6C;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 10px;
}
/* process
---------------------------------------------------------------------------- */
.w360 {
	width: 360px;
}
.w330 {
	width: 330px;
}
.bnr_link {
	width: 740px;
	text-align: center;
	font-size: 0;
	margin: 0 0 0 -5px;
}
.bnr_link li a {
	display: block;
	width: 272px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	border: #E0E0E0 1px solid;
	border-radius: 4px;
	background: url(img/common/icon_arrow01.png) no-repeat 18px 50% #4A63A4;
	padding: 22px 28px 20px 48px;
	margin: 0 5px 10px;
	float: left;
}
.bnr_link li a:hover {
	background: url(img/common/icon_arrow01.png) no-repeat 18px 50% #E2BF8F;
}
.form_button {
	cursor: pointer;
}
.close {
	background: url(img/faq/icon_down.gif) no-repeat 650px 50%;
}
.open {
	background: url(img/faq/icon_up.gif) no-repeat 650px 50%;
}

/* series
---------------------------------------------------------------------------- */
.sec_box_double_inner {
	padding: 20px 20px 20px;
}
.sec_box_double_inner:after {
	content: '';
	clear: both;
}
.w310 {
	width: 310px;
}


/* sitemap
---------------------------------------------------------------------------- */
.sitemap_wrap{
	width: 720px;
    margin: 0 auto;
    overflow: hidden;
}
.sitemap_l{
	width: 300px;
    float: left;
    margin-left:50px;
}
.sitemap_r{
	width: 350px;
    float: left;	
}

.sitemap_wrap h3 {
    text-align: left;
    line-height: 1.0;
    margin: 0 0 14px;
}
.sitemap_wrap ul {
    margin: 0 0 36px;
}
.sitemap_wrap ul li a {
    display: block;
    color: #474747;
    font-size: 12px;
    text-decoration: none;
    background: url(img/common/icon_arrow_sm.gif) no-repeat 0 50%;
    padding: 0 0 0 13px;
    margin: 0 0 15px;
}
.sitemap_wrap ul li a:hover {
	 text-decoration: underline;
}

/* profile
---------------------------------------------------------------------------- */
table.table_company{
	width:720px;
	text-align: left;
	background: url(img/profile/profile_bg.jpg) no-repeat right 0;
}
table.table_company th{
	background:#F5F5F5;
	border-bottom:1px dotted #C0C0C0;
	padding:15px 18px;
	width: 120px;
	font-weight: bold;
	text-align: center;
}
table.table_company td{
	border-bottom:1px dotted #C0C0C0;
	padding:12px 15px;
}
/* faq
---------------------------------------------------------------------------- */
.sec_faq {
	border: solid 1px #CCC;
	background-color: #FFF;
	text-align: left;
	padding: 20px;
	margin: 0 0 20px;
}
.sec_faq:after {
	content: '';
	clear: both;
	display: block;
}
.question_list dt {
	color: #3E4E7D;
	font-size: 15px;
	line-height: 1.7;
	border-bottom: solid 1px #CCC;
	background-color: #EEF5F7 ;
	padding: 20px 0 20px 10px;
	margin: 0;
	cursor: pointer;
}
.question_list dt span {
	background: url(img/faq/icon_Q.gif) no-repeat 0 0;
	padding: 0 0 0 25px;
}
.question_list dd {
	background: url(img/faq/icon_a.gif) no-repeat 0 0;
	line-height: 1.7;
	margin: 15px 10px 30px 10px;
	padding: 0 0 0 25px;
}
.close {
	background: url(img/faq/icon_down.gif) no-repeat 650px 50%;
}
.open {
	background: url(img/faq/icon_up.gif) no-repeat 650px 50%;
}
/* contact
---------------------------------------------------------------------------- */
.table_contact {
	width:720px;
	margin: 0 auto;
}
.table_contact th {
	width: 190px;
	font-weight: bold;
	text-align: left;
	background:#F5F5F5;
	border-bottom:1px dotted #C0C0C0;
	padding:15px 18px;
}
.table_contact td {
	text-align: left;
	border-bottom:1px dotted #C0C0C0;
	padding:12px 15px;
}
.table_contact ul li {
	display: inline-block;
    margin: 0 10px 10px 0;
    padding: 6px 12px 6px;
    background-color: #F0F0F0;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    cursor: pointer;
}
.table_contact ul li:hover{
	background-color: #DBE2EC;
}
.must, .option {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #C00;
	border: #E0E0E0 1px solid;
	padding: 4px 8px 2px;
	margin: 0 0 0;
	float: right;
}
.option {
	background-color: #999;
}
.wpcf7-list-item{
	display: inline-block;
    margin: 0 10px 10px 0;
    padding: 6px 12px 6px;
    background-color: #F0F0F0;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    cursor: pointer;
}
.wpcf7-list-item:hover{
	background-color: #DBE2EC;
}
.wpcf7-list-item label{
	cursor: pointer;
}
.wpcf7-list-item input{
	vertical-align: middle;
}

.table_contact input, .table_contact textarea {
	border:0;
	border: solid 1px #CCCCCC;
	border-radius: 0;
	box-shadow: none;
	padding: 8px;
}

.table_contact input{
	vertical-align: middle;
}
.table_contact textarea{
	width: 456px!important;
}
.table_contact td.address input {
	width: auto;
	margin: 3px 0;
}

input[type="file"] {
	border: none;
	background-color: none;
}
.table_contact input:focus, .table_contact textarea:focus {
	border: solid 1px #666666;
}
.table_contact ul li input {
	width: auto;
	border: none;
	box-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
}
.table_contact ul li input:focus {
	border:none;
}
label.p_form_c{
	padding: 8px 12px 6px;
}
.p_form_c input{
	vertical-align: middle;
}
.radio, .checkbox {
	background-color: none;
	background-color: #F0F0F0;
	vertical-align: middle;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 4px 12px 6px;
	cursor: pointer;
}
.radio {
	padding: 6px 12px 8px;
}
.radio:hover, .checkbox:hover {
	background-color: #DBE2EC;
}
.table_contact p {
	margin: 0 0 5px;
}
.btn_send {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 0.3px;
	cursor: pointer;
	border: #E0E0E0 1px solid;
	border-radius: 4px;
	background: url(img/common/icon_arrow01.png) no-repeat 18px 50% #4A63A4;
	padding: 12px 28px 10px 48px;
	display: inline-block;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn_send:hover {
	background: url(img/common/icon_arrow01.png) no-repeat 18px 50% #CD9F6D;
}
/* other
---------------------------------------------------------------------------- */
.center {
	text-align: center;
}
.flex-center{
	display: flex;
	justify-content: center;
}
.right {
	text-align: right;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.bold {
	font-weight: bold;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mt_36 {
	margin-top: -36px;
}
ul.disc {
	margin: 0 0 25px 20px;
	overflow: visible;
}
ul.disc li {
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.4;
	margin: 0 0 10px;
	overflow: visible;
}
ol {
	list-style-type: decimal;
	padding-left: 25px;
	overflow: visible;
	margin: 0 0 25px 0;
}
ol li {
	font-size: 14px;
	list-style-type: decimal;
	line-height: 1.6;
	padding: 10px 0 0 0;
	margin-bottom: 0px;
	overflow: visible;
}
.side_search_area{
	width:236px;
	margin: 0 0 15px 0;
}

/* もっと見るボタン */
.btn-more {
  display: inline-block;
  padding: 12px 30px 10px 42px;
  background-color: #d55661;
	text-decoration: none;
  color: #ffffff;
	font-size: 15px;
	letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s ease;
	position: relative;
}
.btn-more::before{
	content: '';
	width: 12px;
	height: 12px;
	background-image: url(./img/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.btn-more:hover {
  background-color: #cd9f6d;
}