

@charset "utf-8";

/* ----------------------------------------------------------------------------		全体に適用
---------------------------------------------------------------------------- */



/*
body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) *
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) *
               'Segoe UI',       /* Windowsの欧文 *
               YuGothicM,        /* Windows8.1以上は游ゴシック *
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows *
               sans-serif;
}

/* Windows *
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 *
       local('Yu Gothic Medium'), /* Chrome用 *
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 *
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま *
       local('Yu Gothic');     /* Chrome用 *
}
*/






/* ---------------font--------------- */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Meiryo UI", "MS Pゴシック", "MS PGothic", Oswald, sans-serif;
}





/* ---------------背景--------------- */
body {margin: 0}
body {-webkit-text-size-adjust: 100%}

/* ---------------テキスト--------------- */
span {margin: 0; padding: 0}
i {margin: 0; padding: 0}
p {margin: 0; padding: 0}
h1 {
	margin: 0;
	font-size: 23px;
	font-weight: bold;
	color: #1e1e1e;
	line-height: 23px;
}
a {text-decoration: none}
a:link { color: #000}
a:visited {color: #111}
a:active { color: #787878}

/* ---------------リンク--------------- */
a:link p {margin: 0}
a:visited p {margin: 0}
a:hover p {
	margin: 0;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	text-decoration: underline;
}
a:active p {margin: 0}
.slideshow-slides a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* ---------------画像--------------- */
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
a img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
/* ---------------ul,li--------------- */
ul {margin: 0; padding: 0}
li {margin: 0; padding: 0}
ul li { list-style-type: none}

.border {border-top: solid 1px #ccc}
/* ----------------------------------------------------------------------------		BOX
---------------------------------------------------------------------------- */
.wrapper {
	margin:0 auto;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper img {width: 100%}
.wrapper:after {content: ""; display: block; clear: both}


.global {margin: 0 auto;width: 100%;max-width: 1140px} /*1060*/
.global img {width: 100%}
.global:after {content: ""; display: block; clear: both}


.full-screen {
	position: relative;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.full-screen img {width: 100%;}
.full-screen:after {content: ""; display: block; clear: both}

.full-screen-2clum-section {float: left; width: 50%}
.full-screen-2clum-section img {width: 100%}



.wrapper_full {
	position: relative;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper_full img {width: 100%}
.wrapper_full:after {content: ""; display: block; clear: both}

/* ---------------背景カラー--------------- */
.eee {background-color: #eee}
.f1f1f1 {background-color: #f1f1f1}

#back_333 {background-color: #222}
#back_eee {background-color: #eee}
#back_ccc {background-color: #ccc}
#back_339fe7 {background-color: #339fe7}
#back_272931 {background-color: #272931}
#back_27323a {background-color: #27323a}
#back_f1f1f1 {background-color: #f1f1f1}
#back_f7f5f3 {background-color: #f7f5f3}
#back_fafafa {background-color: #fafafa}
#back_fff {background-color: #fff}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.wrapper {
	margin:0 auto;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.wrapper {
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
/* ----------------------------------------------------------------------------		共通・テキスト&画像カラム
---------------------------------------------------------------------------- */
.text_img_A {width: 100%; margin-bottom: 40px}
.text_img_A:after {content: ""; display: block; clear: both}
.text_img_A_text {float: left; width: 35%}
.text_img_A_img {float: right; width: 60%}
.text_img_A_img img {width: 100%}

.text_img_B {width: 100%; margin-bottom: 40px}
.text_img_B:after {content: ""; display: block; clear: both}
.text_img_B_text {float: right; width: 35%}
.text_img_B_img {float: left; width: 60%}
.text_img_B_img img {width: 100%}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.text_img_A {margin: 0; width: 100%}
.text_img_A:after {content: ""; display: block; clear: both}
.text_img_A_text {float: none; width: 100%}
.text_img_A_img {float: none; margin: 0 auto; width: 60%; margin-top: 35px}
.text_img_A_img img {width: 100%}

.text_img_B {margin: 0; width: 100%}
.text_img_B:after {content: ""; display: block; clear: both}
.text_img_B_text {float: none; width: 100%}
.text_img_B_img {float: none; margin: 0 auto; width: 60%; margin-top: 35px}
.text_img_B_img img {width: 100%}
}

/* ######################### 499px以下 ######################## */
@media (max-width: 499px) {

.text_img_A {margin: 0; width: 100%}
.text_img_A:after {content: ""; display: block; clear: both}
.text_img_A_text {float: none; width: 100%}
.text_img_A_img {float: none; width: 100%; margin-top: 35px}
.text_img_A_img img {width: 100%}

.text_img_B {margin: 0; width: 100%}
.text_img_B:after {content: ""; display: block; clear: both}
.text_img_B_text {float: none; width: 100%}
.text_img_B_img {float: none; width: 100%; margin-top: 35px}
.text_img_B_img img {width: 100%}
}
/* ----------------------------------------------------------------------------		共通・2カラム
---------------------------------------------------------------------------- */
.text_2clum {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.text_2clum:after {content: ""; display: block; clear: both}
.text_2clum_section {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.text_2clum_section:nth-child(2n) {margin-right: 0}
.text_2clum_section img {width: 100%}
.text_2clum_section_tx1 {
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #339fe7;
	line-height: 1.6;
}
.text_2clum_section_tx2 {
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #222;
	line-height: 1.8;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.text_2clum_section {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.text_2clum_section_tx1 {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 1.6;
}
.text_2clum_section_tx2 {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.8;
}
}
/* ######################### 499px以下 ######################## */
@media (max-width: 499px) {

.text_2clum_section {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.text_2clum_section_tx1 {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 1.6;
}
.text_2clum_section_tx2 {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.8;
}
}
/* ----------------------------------------------------------------------------		共通・3カラム
---------------------------------------------------------------------------- */
.text_3clum {
	margin-top: 0;
	width: 100%;
}
.text_3clum:after {content: ""; display: block; clear: both}
.text_3clum_section {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.text_3clum_section:nth-child(3n) {margin-right: 0}
.text_3clum_section img {width: 100%}
.text_3clum_section_tx1 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 18px; /*24*/
	font-weight: bold;
	color: #555;
	line-height: 1;
}
.text_3clum_section_tx2 {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
/* ######################### 499px以下 ######################## */
@media (max-width: 499px) {

.text_3clum {
	margin-top: 0;
	margin-bottom: -40px;
}
.text_3clum_section {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.text_3clum_section_tx1 {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.6;
}
.text_3clum_section_tx2 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
}
}
/* ----------------------------------------------------------------------------		共通・4カラム
---------------------------------------------------------------------------- */
.text_4clum {margin-top: 0px; width: 100%}
.text_4clum:after {content: ""; display: block; clear: both}
.text_4clum_section {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.text_4clum_section:nth-child(4n) {margin-right: 0}
.text_4clum_section:nth-child(5) {clear: both}
.text_4clum_section img {width: 100%}
.text_4clum_section_tx1 {
	margin: 6px 0 0 0;
}
.text_4clum_section_tx1 a {
	font-size: 16px;
	color: #437fc7;
	line-height: 1.6;
	text-decoration: underline;
}
.text_4clum_section_tx2 {
	font-size: 12px;
	color: #888;
	line-height: 1.6;
}
/* ######################### 499px以下 ######################## */
@media (max-width: 500px) {

.text_4clum {margin-top: 0px; width: 100%}
.text_4clum:after {content: ""; display: block; clear: both}
.text_4clum_section {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.text_4clum_section:nth-child(2n) {margin-right: 0}
.text_4clum_section:nth-child(1+2n) {clear: both}
.text_4clum_section img {width: 100%}
.text_4clum_section_tx1 {
	margin: 6px 0 0 0;
}
.text_4clum_section_tx1 a {
	font-size: 12px;
	color: #339fe7;
	line-height: 1.6;
	text-decoration: underline;
}
.text_4clum_section_tx2 {
	font-size: 12px;
	color: #888;
	line-height: 1.6;
}
}
/* ----------------------------------------------------------------------------		共通・5カラム
---------------------------------------------------------------------------- */
.text_5clum {margin-top: 0; width: 100%}
.text_5clum:after {content: ""; display: block; clear: both}
.text_5clum_section {
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.text_5clum_section:nth-child(5n) {margin-right: 0}
.text_5clum_section img {width: 100%}
.text_5clum_section_tx1 {margin: 6px 0 0 0}
.text_5clum_section_tx1 a {
	font-size: 14px;
	color: #339fe7;
	line-height: 1.6;
	text-decoration: underline;
}
.text_5clum_section_tx2 {
	font-size: 12px;
	color: #888;
	line-height: 1.6;
}
/* ----------------------------------------------------------------------------		共通・フラットボタン
---------------------------------------------------------------------------- */
.flatbtn {
	display: block;
	margin: 15px 0 0 0;
	width: 100%;
	height: 45px;
	background-color: #339fe7;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}
a .flatbtn:hover {background-color: #63bff9}


.flat_btn {
	margin: 18px auto 0 auto;
	padding: 10px 0;
	text-align: center;
}
.flat_btn a {
	margin: 0 auto;
	padding: 10px 25px;
	background-color: #339fe7;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 15px;
	border-radius: 3px;
}
.flat_btn a:hover {background-color: #63befe}
.flat_btn_L {
	margin: 18px auto 0 auto;
	padding: 10px 0;
	text-align: left;
}
.flat_btn_l a {
	margin: 0 auto;
	padding: 10px 25px;
	background-color: #339fe7;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 15px;
	border-radius: 3px;
}
.flat_btn_l a:hover {background-color: #63befe}
.technology_btnback {
	padding: 50px 0;
	width: 100%;
	background-color: #ddd;
}


.flatbtn_b {margin: 0 auto; text-align: center}
.flatbtn_b a {
	margin: 0 auto;
	padding: 14px 50px;
	background-color: #808a90;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 14px;
}
.flatbtn_b a:hover {background-color: #63befe}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.flatbtn {
	margin: 15px 0 0 0;
	height: 38px;
	font-size: 13px;
	line-height: 38px;
}
}
/* ----------------------------------------------------------------------------		共通テキスト
---------------------------------------------------------------------------- */

.center {text-align: center}

.text_2 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
	color: #4a4a4a;
	line-height: 1.5;
}
a .text_2 {
	color: #3b5998;
}
.text_3 {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	line-height: 1.6;
}
.text_4 {
	margin: 0;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text_4 a {
	color: #437fc7; /*3b5998 339fe7*/
	text-decoration: underline;
}
.text_4 i {margin-left: 4px; font-size: 14px}
a .text_4 {color: #339fe7; text-decoration: underline}

.text_5 {
	margin: 0;
	font-size: 13px;
	color: #333;
	line-height: 1.7;
}
.text_6 {
	margin: 0;
	font-size: 12px;
	color: #333;
	line-height: 1.7;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.text_2 {
	padding-bottom: 16px;
	font-size: 20px;
	color: #333;
	line-height: 1.6;
}
.text_3 {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}
.text_4 {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text_4 a {color: #339fe7; text-decoration: underline}
a .text_4 {color: #339fe7; text-decoration: underline}
.text_5 {
	margin: 0;
	font-size: 13px;
	color: #333;
	line-height: 1.7;
}
.text_6 {
	margin: 0;
	font-size: 12px;
	color: #333;
	line-height: 1.7;
}
}
/* ----------------------------------------------------------------------------		header
---------------------------------------------------------------------------- */
.header {
	position: relative;
	z-index: 100;
	padding-top: 5px;
	/*border-top: solid 6px #0042a5;*/ /*014295*/
}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.header {height: 60px}
}
/* ----------------------------------------------------------------------------		header | ロゴ
---------------------------------------------------------------------------- */
.header-logo {
	float: left;
	margin-top: 19px;
	width: 100%;
	max-width: 220px; /*240*/
}
.header-logo img {
	margin: 0;
	width: 100%;
}

.header-logo-m {display: none}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.header-logo {display: none}
.header-logo-m {display: block}

.header-logo-m {
	float: left;
	margin-top: 10px;
	width: 100%;
	max-width: 180px;
}
.header-logo-m img {
	margin: 0;
	width: 100%;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.header-logo {display: none}
.header-logo-m {display: block}

.header-logo-m {
	float: left;
	margin-top: 11px;
	width: 100%;
	max-width: 160px;
}
.header-logo-m img {
	margin: 0;
	width: 100%;
}
}
/* ----------------------------------------------------------------------------		header | 英文
---------------------------------------------------------------------------- */
.header-logo-text {
	float: left;
	margin-left: 7px;
	margin-top: 43px;
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	line-height: 1;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.header-logo-text {display: none}
}
/* ----------------------------------------------------------------------------		header | 国・地域
---------------------------------------------------------------------------- */
.header-country {
	float: left;
	margin-left: 17px;
	margin-top: 26px;
}
.header-country span {
	font-size: 16px;
	font-weight: ;
	color: #777;
	line-height: 1;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.header-country {display: none}
}
/* ----------------------------------------------------------------------------		header | メニュー追加
---------------------------------------------------------------------------- */

.header_tx {
	float: left;
	margin-top: 1px;
	margin-right: 16px;
}

.header_tx a {
	font-size: 13px;
	color: #444;
	line-height: 1.8;
}
/* ----------------------------------------------------------------------------		header | 検索ボックス
---------------------------------------------------------------------------- */
.header-search {
	padding-top: 24px;
	float: right;
	margin: 0;
	max-width: 410px;
}
.header-search:after {content: ""; display: block; clear: both}
.header-search img {width: 100%; height: auto}

.search_tx {
	float: left;
	margin-top: 8px;
	margin-right: -4px;
	font-size: 12px;
	color: #777;
	line-height: 1;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.header-search {display: none}
}

/* ----------------------------------------------------------------------------		header | サイト内検索
---------------------------------------------------------------------------- */

/* ############################ 769px以上 ############################ */
@media (min-width: 769px) {

#cse-search-box div {padding: 0 !important}
#cse-search-box {
	float: right;
	width: auto !important;
	margin: 0;
}
#cse-search-box input[type="submit"] {
	background-image: url(../images/header/search-btn-P.png);
	background-repeat: no-repeat;
	border: none;
	margin: 0 0 0 10px;/*検索ボックスとボタンのスペース*/
	padding: 0;
	background-color: #transparent;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-appearance: none;
	cursor: pointer;
	width: 26px;
	height: 26px;
	font-size: 14px;
	color: #fff;
	background-color: #fff;
}
#cse-search-box img {margin: 0; width: 100%}

#cse-search-box input[type="text"] {
	margin: 0;
	padding: 0;
	font-size: 13px;
	height: 26px;
	margin-left: 2px;/* 虫めがねと検索ボックスとのスペース */
	padding-left: 10px !important;
	width: 150px;
	background-color: #e5e5e5;
	border: none;
	border-radius: 30px; /*30*/
}
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {
.serch-text {
	width: 100%;
	margin: 0;
	margin-top: 12px;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	color: #606060;
}
#cse-search-box div {padding: 0 !important}
#cse-search-box {
	width: 100% !important;
	margin: 0 auto;
	margin-top: 8px;
	height: 34px;
}
#cse-search-box input[type="submit"] {
	border: none;
	margin: 0;
	/*margin-right: -2%;*/ /*検索ボックスとボタンのスペース*/
	padding: 0;
	background-color: #transparent;
	overflow: hidden;
	/*text-indent: -9999px;*/
	-webkit-appearance: none;
	cursor: pointer;
	width: 24%;
	height: 100%;
	font-size: 12px;
	color: #fff;
	background-color: #707070;
	border-radius: 0px 0px 0px 0px;
}
#cse-search-box input[type="text"] {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #555;
	height: 100%;
	padding-left: 2% !important;
	width: 74%;
	background-color: #fff;
	border: none;
	border-radius: 0px 0px 0px 0px;
}
}

/* ----------------------------------------------------------------------------		header | nav
---------------------------------------------------------------------------- */
.header-nav {
	position: relative;
	z-index: 105;
	width: 100%;
	margin-top: 20px;
	/*border-top: solid 3px #eee;*/
	/*border-bottom: solid 3px #eee;*/
}
.header-nav:after {content: ""; display: block; clear: both}

/* Aパターン */
.nav {width: 100%}
.nav__item {float: left}

.nav__item > a {
	display: block;
	margin: 10px 0;
	padding: 5px 0;
	padding-right: 34px;
	font-size: 15px;
	font-weight: ;
	color: #222;
	text-align: center;
	line-height: 1;
	/*border-left: solid 1px #ddd;*/
}

/*.nav__item:last-child a {border-left: solid 1px #ddd}*/
.nav__item a i {margin-left: 5px}

/*.nav__item:last-child a {border-right: solid 1px #ddd}*/

/* Bパターン 
.nav {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.nav__item {display: table-cell}

.nav__item {
	display: table-cell;
}

.nav__item > a {
	display: block;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 13px;
	font-size: 15px;
	font-weight: ;
	color: #222;
	text-align: center;
	line-height: 1;
}
.nav__item > a > span {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: solid 1px #ccc;
}
.nav__item:last-child a span {border-right: solid 1px #ccc}
*/

.nav__item a:hover {color: #339fe7}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.header-nav {display: none}
}

/* ----------------------------------------------------------------------------		nav2/マウスオーバーで表示
---------------------------------------------------------------------------- */

ul .subs {
	z-index: 2700;
	margin: 0;
	padding: 26px 0 30px 0;
	width: 100%;
	background-color: #eee;
	position: absolute;
	top: 35px;
	left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*box-shadow: 0px 2px 7px rgba(0,0,0,0.7);*/
}
.subs_box {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	height: auto;
	padding: 0 25px;
}
/* ----------------------------------------------------------------------------		header | トグルボタン
---------------------------------------------------------------------------- */

.header-ham {display: none}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.header-ham {display: block}

#menubtn-mo {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: 15px;
}
#menubtn-mo img {
	width: 100%;
	max-width: 30px;
}
/*
#menusbtn-mo i {
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #0b2667;
}
#menubtn-mo p {
	margin: 0;
	padding: 0;
	margin-top: -5px;
	font-size: 8px;
	color: #0b2667;
}
#menubtn-mo {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	cursor: pointer;
	position: absolute;
	top: 11px;
	right: 15px;
}
*/
#menubtn-mo:hover {opacity: 0.8}
#menubtn-mo:focus {outline: none}
}
/* ----------------------------------------------------------------------------		header | メニュー（ipad,iphone）
---------------------------------------------------------------------------- */

.serch-panel {display: none}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.serch-panel {display: block}

/* アコーディオンナビの高さ */
#menu {display: none;	position: absolute; top: 60px}

.serch-panel {
	z-index: 400;
	background-color: #e4e4e4;
}
.serch-panel-section {
	margin: 0 auto;
	width: 100%;
	height: 70px;
}
.serch-panel-section:after {content: ""; display: block; clear: both}

.serch-panel ul {
	background-color: #fff;
	border-top: solid 2px #eee;
	border-bottom: solid 4px #eee;
}
.serch-panel ul:after {content: ""; display: block; clear: both}

.serch-panel ul li {margin: 0; border-top: solid 1px #ddd}

.serch-panel ul li a {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 12px;
	color: #f00028;
	line-height: 45px;
}

.serch-panel ul li a span {margin-left: 15px}
.serch-panel ul li a span i {margin-left: 5px; font-size: 12px}
.serch-panel ul li a:hover {background-color: #f00028; color: #fff}

#facebook-btn-mobile {background-color: #3b5998}
#facebook-btn-mobile a:hover {background-color: #5b79b8}
#facebook-btn-mobile a span {color: #fff}
#facebook-btn-mobile a span i {margin: 0; margin-right: 8px; font-size: 16px}

#twitter-btn-mobile {background-color: #55acee}
#twitter-btn-mobile a:hover {background-color: #75ccff}
#twitter-btn-mobile a span {color: #fff}
#twitter-btn-mobile a span i {margin: 0; margin-right: 8px; font-size: 16px}

#youtube-btn-mobile {background-color: #cd201f}
#youtube-btn-mobile a:hover {background-color: #ed403f}
#youtube-btn-mobile a span {color: #fff}
#youtube-btn-mobile a span i {margin: 0; margin-right: 8px; font-size: 16px}
}

/* ----------------------------------------------------------------------------		pankuz
---------------------------------------------------------------------------- */
.pankuz {
	padding-top: 8px;
	padding-bottom: 8px;
/*	background-color: #f6f6f6;*/
}

.pankuz ul li {
	float: left;
	margin: 0;
}
.pankuz ul li a {
	margin: 0;
	font-size: 13px;
	color: #333;
	line-height: 1;
}
.pankuz ul li a:hover {color: #339fe7}
.pankuz ul li span {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #333; /*0b2667 3b5998 0b2667*/
	line-height: 1;
}
.pankuz ul li i {
	margin: 0 8px;
	font-size: 16px;
	color: #aaa;
	line-height: 1;
}
/* ----------------------------------------------------------------------------		header-menu
---------------------------------------------------------------------------- */

.header-menu {
	background-color: #;/*fafafa*/
	position: relative;
	z-index: 110;
	border-top: solid 1px #eee;
}
.header-menu:after {content: ""; display: block; clear: both}

.header-menu-wrapper ul {
	height: auto;
}
.header-menu-wrapper ul li {
	float: left;
	display: block;
	margin: 7px auto;
	padding: 0px 14px;
	border-left: solid 1px #ddd;
}
.header-menu-wrapper ul li a {
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 1;
}
.header-menu-wrapper ul li:last-child {border-right: solid 1px #ddd}
.header-menu-wrapper ul li a:hover {color: #339fe7}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.header-menu-wrapper ul {
	height: 40px;
	width: 100%;
}
.header-menu-wrapper ul li {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header-menu-wrapper ul li a {
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	padding: 6px 0;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1;
}
}
/* ----------------------------------------------------------------------------		header-menu2
---------------------------------------------------------------------------- */

.header-menu2-m {display: none}

.header-menu2 {
	background-color: #f7f7f7; /*333*/
	position: relative;
	z-index: 200;
}
.header-menu2:after {content: ""; display: block; clear: both}

.header-menu2-wrapper ul {
	height: auto;
}
.header-menu2-wrapper ul li {
	float: left;
	border-left: solid 0px #ddd;
}
.header-menu2-wrapper ul li a {
	display: block;
	padding: 16px 0;
	padding-right: 28px;
	font-size: 14px;
	color: #333; /*ddd*/
	text-align: center;
	line-height: 1;
}
/*.header-menu2-wrapper ul li:last-child {border-right: solid 0px #ddd}*/
.header-menu2-wrapper ul li a:hover {color: #339fe7}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.header-menu2 {display: none}
.header-menu2-m {display: block}

#header-menu2-wrapper-mobile {display:none}
   /*初期表示でアコーディオンメニューを非表示*/

#page-header-menubtn {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 43px;
	border: none;
	border-bottom: solid px #ccc;
	background-color: #47525a;
	cursor: pointer;
	position: relative;
}
#page-header-menubtn:hover {background-color: #67727a}
#page-header-menubtn:focus {outline: none}
#page-header-menubtn i {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 11px;
	left: 25px;
}
#page-header-menubtn span {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 11px;
	left: 53px;
}

/* --- ナビゲーション --- */
.header-menu2-wrapper {margin: 0; width: 100%}
.header-menu2-wrapper ul li {
	float: none;
	margin: 0;
	width: 100%;
	border-bottom: solid 1px #ddd;
}
.header-menu2-wrapper ul li a {
	display: block;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	color: #3a3a3a; /*3397e7*/
	text-align: left;
	line-height: 43px;
}
.header-menu2-wrapper ul li a:hover {
	color: #339fe7;
	background-color: #f7f7f7;
}
}
/* ----------------------------------------------------------------------------		title
---------------------------------------------------------------------------- */
.title {
	padding-top: 50px; /*30*/
	padding-bottom: 40px; /*20*/
}

.title_home {
	margin: 0;
}
.title_home h1 {
	margin: 0;
	font-size: 36px;
	font-weight: ;
	color: #383838;
	line-height: 1;
}

.title_contents {
	margin: 0;
}
.title_contents h1 {
	margin: 0;
	font-size: 30px; /*28*/
	font-weight: ;
	color: #383838;
	text-align: center;
	line-height: 1;
}
.title_text {
	padding-top: 20px;
}
.title_text span {
	margin: 0;
	font-size: 18px;
	color: #383838;
	line-height: 1.6;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.title {
	padding-top: 30px;
	padding-bottom: 20px;
}
.title_home {
	margin: 0;
}
.title_home h1 {
	margin: 0;
	font-size: 24px;
	font-weight: ;
	color: #333;
	line-height: 1;
}

.title_contents {
	margin: 0;
}
.title_contents h1 {
	margin: 0;
	font-size: 18px;
	font-weight: ;
	color: #333;
	line-height: 1.5;
}
.title_text {
	margin: 0;
	font-size: 13px;
	color: #333;
	line-height: 1.6;
}
}
/* ----------------------------------------------------------------------------		flex-slider
---------------------------------------------------------------------------- */

#flexslider-m {display: none}

.flex-direction-nav .flex-prev {
opacity: 1;
background: url(../images/slider/prev.png) no-repeat;
width: 32px;
height: 64px;
/* === スライド端からの距離 ===*/
  left: 1px;
}
.flex-direction-nav .flex-next {
opacity: 1;
background: url(../images/slider/next.png) no-repeat;
width: 32px;
height: 64px;
/* === スライド端からの距離 ===*/
  right: 1px;
  text-align: right;
}

/* prev.nextボタンの上margin距離*/
/*
#m-top-40px {margin-top: 30px}
*/


#slide-img {position: relative}
#slide-tx {
	position: absolute;
	top: 0;
}


/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

#flexslider-pc {display: none}
#flexslider-m {display: block}
}

/* ----------------------------------------------------------------------------		subheader-index
---------------------------------------------------------------------------- */
.sabheader-index {
	margin: 0 auto;
	height: 65px;
	background-color: #0b2667;
}

.sabheader-index-1 {float: left; margin: 0}
.sabheader-index-1 li {float: left; margin: 0}
.sabheader-index-1 li span {
	font-size: 20x;
	font-weight: bold;
	color: #fff;
	line-height: 65px;
}
.sabheader-index-1 ul li img {
	margin-top: 20px;
	margin-left: 13px;
	max-width: 24px;
	height: auto;
}

.sabheader-index-2 {float: left; margin: 0; margin-left: 18px}
.sabheader-index-2 ul li {float: left; margin: 0; height: 65px}
.sabheader-index-2 ul li a {
	margin: 0;
	padding: 0 18px;
	width: 100%;
	max-width: 26px;
}
.sabheader-index-2 ul li a {
	border-right: solid 1px #767676;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 65px;
}
.sabheader-index-2 ul li:last-child a {border: none}

.sabheader-index-3 {float: right; margin: 0; margin-top: 16px}
.sabheader-index-3 ul li {float: left; margin: 0}
.sabheader-index-3 ul li a {
	margin: 0;
	margin-right: 8px;
	width: 100%;
	max-width: 26px;
}
.sabheader-index-3 ul li a img {width: 100%; max-width: 30px}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.sabheader-index-1 li span {
	font-size: 18x;
}
.sabheader-index-1 ul li img {
	margin-top: 20px;
	margin-left: 8px;
}
.sabheader-index-2 {
	margin-left: 8px;
}
.sabheader-index-2 ul li a {
	margin: 0;
	padding: 0 12px;
	margin: 0;
	width: 100%;
	max-width: 26px;
}
.sabheader-index-2 ul li a {
	font-size: 14px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.sabheader-index {display:none}
.sabheader-index-3 {display:none}


.sabheader-index-1 li span {
	margin: 0;
	font-size: 11px;
	line-height: 45px;
}
.sabheader-index-1 ul li img {
	margin-top: 14px;
	margin-left: 5px;
	width: 100%;
	max-width: 16px;
}

.sabheader-index-2 {float: right}
.sabheader-index-2 ul li a {
	margin: 0;
	padding: 0 6px; /*0 4px*/
	margin: 0;
	width: auto;
}
.sabheader-index-2 ul li a {
	border-right: solid 1px #767676;
	font-size: 12px; /*10*/
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 45px;
}
}
/* ########################### 320px以下 iPhone5 ########################### */
@media (max-width: 320px) {

.sabheader-index-1 li span {
	font-size: 10px;
}
.sabheader-index-1 ul li img {
	display: none;
}
.sabheader-index-2 ul li a {
	padding: 0 4px;
}
.sabheader-index-2 ul li a {
	font-size: 10px;
}
}
/* ----------------------------------------------------------------------------		index | index-head
---------------------------------------------------------------------------- */

.index-head {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
	text-align: ;
}
.index-head span {
	margin: 0;
	font-size: 24px;
	color: #333;
	line-height: 1;
}
.index-head span i {margin-left: 5px}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.index-head span {
	font-size: 22px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.index-head {text-align: center}
.index-head span {font-size: 18px}
}
/* ----------------------------------------------------------------------------		index | campaign
---------------------------------------------------------------------------- */
.index-campaign {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #fff;
	width: 100%;
	max-width: 1400px;
}

.index-campaign-head {
	margin: 0 auto;
	margin-bottom: 4px;
	text-align: center;
}
.index-campaign-head span {
	margin: 0;
	font-size: 31px;
	color: #333;
	line-height: 1;
}

.index-campaign-head-2 {
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}
.index-campaign-head-2 span {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1;
}

.index-campaign-body {margin: 0 auto; width: 100%}
.index-campaign-body:after {content: ""; display: block; clear: both}
.index-campaign-body-section {
	float: left;
	margin: 0;
	margin-right: 0;
	width: 33.333%;
}
.index-campaign-body-section:nth-child(3n) {margin-right: 0}
.index-campaign-body-section-1 {margin: 0; width: 100%}
.index-campaign-body-section-1 img {margin: 0; width: 100%; height: auto}


.index-campaign-body-section-2 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1;
}
.index-campaign-body-section-2 i {
	font-size: 28px;
	color: #333; /*4a5596*/
	position: relative;
	top: 2px;
	left: 10px;
}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.index-campaign {
	padding-top: 30px;
	padding-bottom: 30px;
}
.index-campaign-body-section-2 {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.index-campaign {
	padding-top: 30px;
	padding-bottom: 15px;
}

.index-campaign-body-section {
	float: none;
	margin-bottom: 25px;
	margin-right: 0;
	width: 100%;
}
.index-campaign-body-section-2 {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
}
}
/* ----------------------------------------------------------------------------		index | pickup
---------------------------------------------------------------------------- */
.index-pickup {
	padding-top: 40px;
	padding-bottom: 40px;
}
.index-pickup-body {
	padding-bottom: 20px;
	margin: 0 auto;
	width: 100%;
}
.index-pickup-body:after {content: ""; display: block; clear: both}
.index-pickup-section {
	float: left;
	margin: 0;
	width: 23.2%;/*23.2*/ /*24.7*/
	margin-right: 2.4%;/*2.4*/ /*0.4*/
	margin-bottom: 0;
}
.index-pickup-section:nth-child(4n) {margin-right: 0}
.index-pickup-section-1 {
	width: 100%;
	height: auto;
	background-color: #fff;
	/*border: solid 1px #aaa;*/
	text-align: center;
}
.index-pickup-section-1 img {width: 100%; height: auto}
.index-pickup-section-2 {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: ;
	color: #333;
	text-align: center;
	line-height: 1.4;
}
.index-pickup-section-2 i {color: #ff3200}

.index-detail {
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	display: block;
}

.index-detail a {
	position: relative;
}

.index-detail a span {
	padding: 15px 50px;
	border: solid 2px #333;
	font-size: 18px;
	font-weight: ;
	color: #333;
	line-height: 1;
}
.index-detail i {
	font-size: 25px;
	color: #333; /*4a5596*/
	position: absolute;
	top: 0px;
	right: 16px;
}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.index-pickup {
	padding-top: 20px;
	padding-bottom: 0px;
}

.index-pickup-section {
	float: left;
	margin: 0;
	width: 23.2%; /*48*/
	margin-right: 2.4%; /*4*/
	margin-bottom: 0;
}
.index-pickup-section:nth-child(4n) {margin-right: 0}

.index-pickup-section-2 {
	margin: 10px 0 0 0;
	font-size: 13px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.index-pickup {
	padding-top: 0px;
	padding-bottom: 30px;
}
.index-pickup-section {
	float: left;
	margin: 0;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 18px;
}
.index-pickup-section:nth-child(2n) {margin-right: 0}
.index-pickup-section-2 {
	margin: 10px 0 0 0;
	font-size: 12px;
}
}
/* ----------------------------------------------------------------------------		index | youtube
---------------------------------------------------------------------------- */
.YT {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #;
}
.YT-body {margin: 0 auto; width: 100%}
.YT-body:after {content: ""; display: block; clear: both}

.YT-section {
	float: left;
	margin: 0;
	margin-right: 4%;
	width: 22%;
}
.YT-section:nth-child(4) {margin-right: 0}

.YT-section-1 {margin: 0; width: 100%}
.YT-section-1 img {margin: 0; width: 100%}
.YT-section-1 iframe {margin: 0; width: 100%; height: auto}


/* Aパターン */
.YT-section-2 {
	margin-top: 17px;
	font-size: 12px;
	color: #888;
	line-height: 1;
}
.YT-section-3 {
	margin-top: 12px;
	font-size: 15px;
	font-weight: ;
	color: #3b5998;
	line-height: 1.2;
}


/* Bパターン
.YT-section-2 {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #0b2667;
	text-align: center;
	line-height: 1.4;
}
.YT-section-2 i {color: #0b2667}
.YT-section-3 {
	margin: 3px 0 0 0;
	font-size: 13px;
	color: #707070;
	text-align: center;
	line-height: 1.7;
}
*/
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.YT-section {
	float: left;
	margin: 0;
	margin-bottom: 20px;
	margin-right: 4%;
	width: 48%;
}
.YT-section:nth-child(2n) {margin-right: 0}


/* Aパターン */
.YT-section-2 {
	margin-top: 17px;
	font-size: 12px;
	color: #888;
	line-height: 1;
}
.YT-section-3 {
	margin-top: 12px;
	font-size: 15px;
	font-weight: ;
	color: #3b5998;
	line-height: 1.2;
}


/* Bパターン
.YT-section-2 {
	margin: 12px 0 0 0;
	font-size: 13px;
}
.YT-section-3 {
	margin: 5px 0 0 0;
	font-size: 11px;
}
*/
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.YT {
	padding-top: 40px;
	padding-bottom: 30px;
}


/* Aパターン */
.YT-section-2 {
	margin-top: 16px;
	font-size: 11px;
}
.YT-section-3 {
	margin-top: 10px;
	font-size: 14px;
}


/* Bパターン
.YT-section-2 {
	margin: 6px 0 0 0;
	font-size: 12px;
}
.YT-section-3 {
	margin: 5px 0 0 0;
	font-size: 12px;
}
*/
}
/* ----------------------------------------------------------------------------		index | information
---------------------------------------------------------------------------- */

.index-information {
	padding-top: 50px;
	padding-bottom: 60px;
}
.index-information-wrapper {margin: 0 auto; width: 100%}
.index-information-wrapper:after {content: ""; display: block; clear: both}
.index-information-section {
	margin: 0 auto;
	width: 100%;
	padding: 14px 0;
	border-bottom: solid 1px #ddd;
}
.index-information-section:after {content: ""; display: block; clear: both}

a .index-information-BOX-2 {
	float: left;
	margin: 0;
	margin-top: 2px;
	margin-right: 2%;
	width: 11%;
}
a .index-information-BOX-2 p {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}
a .index-information-BOX-1 {
	float: left;
	margin: 0;
	margin-right: 2%;
	width: 12%;
}
a .index-information-BOX-1 p {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1;
	background-color: #888;
}
a .index-information-BOX-3 {
	float: left;
	margin: 0;
	margin-top: 2px;
	width: 73%;
}
a .index-information-BOX-3 p {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}
a .index-information-BOX-3 p i {margin-left: 4px}

/* ############################ 1024px以下 ############################ */
@media (max-width: 1024px) {

a .index-information-BOX-2 p {
	font-size: 13px;
}
a .index-information-BOX-1 p {
	font-size: 12px;
}
a .index-information-BOX-3 p {
	font-size: 13px;
}
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.index-information {
	padding-top: 50px;
	padding-bottom: 50px;
}

a .index-information-BOX-2 {
	margin-right: 2%;
	width: 15%;
}
a .index-information-BOX-2 p {
	font-size: 13px;
}
a .index-information-BOX-1 {
	margin-right: 4%;
	width: 12%;
}
a .index-information-BOX-1 p {
	font-size: 11px;
}
a .index-information-BOX-3 {
	width: 67%;
}
a .index-information-BOX-3 p {
	font-size: 13px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.index-information {
	padding-top: 40px;
	padding-bottom: 40px;
}

.index-information-section {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.index-information-section:nth-child(2n) {
	margin-right: 0%;
}

a .index-information-BOX-2 {
	margin-right: 0%;
	width: 100%;
}
a .index-information-BOX-2 p {
	font-size: 12px;
}
a .index-information-BOX-1 {
	margin-top: 6px;
	margin-right: 0%;
	width: 100%;
}
a .index-information-BOX-1 p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}
a .index-information-BOX-3 {
	margin-top: 8px;
	width: 100%;
}
a .index-information-BOX-3 p {
	font-size: 12px;
	line-height: 1.5;

	text-align: justify;
	text-justify: inter-ideograph;

}
}
/* ----------------------------------------------------------------------------		関連情報
---------------------------------------------------------------------------- */
.category-newproduct-BOX {
	border-top: 0px solid #aaa;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 25px;
	width: 100%;
}
.category-newproduct-wrapper:after {content: ""; display: block; clear: both}

.category-newproduct-section {
	float: left;
	margin: 0;
	margin-right: 3.5%;
	margin-bottom: 30px;
	width: 31%;
}
.category-newproduct-section:nth-child(3n) {margin-right: 0}
a .category-newproduct-section-img {margin: 0 auto; width: 100%}
a .category-newproduct-section-img img {margin: 0; width: 100%}
a .category-newproduct-section-1 {
	margin-top: 17px;
	font-size: 12px;
	color: #888;
	line-height: 1;
}
a .category-newproduct-section-2 {
	margin-top: 15px;
	font-size: 18px; /*18*/
	font-weight: bold;
	color: #3b5998; /*赤 dc0028*/ /*ネイビー 0b2667*/ /*パステル青 3b5998*/
	line-height: 1.2;
}
a .category-newproduct-section-3 {
	margin-top: 7px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.category-newproduct-section {
	margin-right: 4%;
	margin-bottom: 20px;
	width: 48%;
}
.category-newproduct-section:nth-child(3n) {margin-right: 4%}
.category-newproduct-section:nth-child(2n) {margin-right: 0}

a .category-newproduct-section-2 {
	font-size: 18px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.category-newproduct-BOX {
	padding-top: 30px;
	padding-bottom: 25px;
}
.category-newproduct-section {
	margin-right: 4%;
	margin-bottom: 20px;
	width: 48%;
}
.category-newproduct-section:nth-child(2n) {margin-right: 0}
.category-newproduct-section:nth-child(3) {clear: both}

a .category-newproduct-section-1 {
	margin-top: 16px;
	font-size: 11px;
}
a .category-newproduct-section-2 {
	margin-top: 10px;
	font-size: 14px;
}
a .category-newproduct-section-3 {
	margin-top: 7px;
	font-size: 12px;
}
}
/* ----------------------------------------------------------------------------		footer_sharebtn
---------------------------------------------------------------------------- */
.footer_sns {padding-top: 17px; padding-bottom: 10px; width: 100%}
.footer_sns:after {content: ""; display: block; clear: both}
.footer_sns ul {float: right}
.footer_sns ul li {float: left; margin-left: 10px}
/* ----------------------------------------------------------------------------		usersupport
---------------------------------------------------------------------------- */

.usersupport {
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 100%;
	background-color: #;
	border-top: solid 1px #ddd;
}

/* Bパターン*/
.usersupport-head {
	margin: 0px auto;
	padding-bottom: 24px;
	text-align: ;
}
.usersupport-head span {
	margin: 0;
	font-size: 26px;
	color: #333;
	font-weight: ;
	line-height: 1;
}
.usersupport-head span i {margin-left: 5px}


.usersupport_wrapper {margin: 0 auto;width: 100%}
.usersupport_wrapper:after {content: ""; display: block; clear: both}

.usersupport_section {
	display: block;
	float: left;
	padding: 22px;
	width: 31%;
	margin-right: 3.5%;
	/*height: 120px;*/
	border: solid 1px #ccc;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.usersupport_section:nth-child(3) {margin-right: 0}
.usersupport_section:hover {border-color: #ddd}
.usersupport_section_wrapper {margin: 0; width: 100%}
.usersupport_section_wrapper:after {content: ""; display: block; clear: both}

.usersupport_section_section_A {
/*
	float: left;
	margin: 0;
	width: 16%;
*/
	margin: 0 auto;
	width: 100%;
	max-width: 60px;
}
.usersupport_section_section_A img {margin: 0; width: 100%}


.usersupport_section_section_B {
/*
	float: right;
	margin: 0;
	width: 78%;
*/
	margin: 0 auto;
	width: 100%;

}
.usersupport_section_section_txt1 {
	margin-top: 14px;
	margin-bottom: 17px;
	padding-bottom: 14px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1;
	border-bottom: solid 1px #ccc;
}
.usersupport_section_section_txt1 i {
	font-size: 28px;
	color: #4a5596;
	font-weight: bold;
	position: relative;
	top: 3px;
	left: 10px;
}
.usersupport_section_section_txt2 {
	margin: 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.6;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.usersupport {
	padding-top: 35px;
	padding-bottom: 70px;
}
.usersupport-head span {
	font-size: 22px;
}
.usersupport_section {
	height: auto;
	min-height: 200px;
}
.usersupport_section_section_A {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 56px;
}
.usersupport_section_section_B {
	float: none;
	margin: 0;
	width: 100%;
}
.usersupport_section_section_txt1 {
	margin-top: 15px;
	margin-bottom: 9px;
	font-size: 16px;
	text-align: center;
}
.usersupport_section_section_txt1 i {
	margin-right: 8px;
	font-size: 18px;
}
.usersupport_section_section_txt2 {
	font-size: 13px;
	line-height: 1.7;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.usersupport {
	padding-top: 20px;
	padding-bottom: 25px;
}
.usersupport-head {
	padding-bottom: 16px;
	text-align: center;
}
.usersupport-head span {
	font-size: 18px;
}

.usersupport_section {
	padding: 15px;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 10px;
	height: auto;
	min-height: 110px;
}
.usersupport_section:nth-child(2n) {margin-right: 0}
.usersupport_section:nth-child(3) {margin-right: 0}

.usersupport_section_section_A {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 46px;
}

.usersupport_section_section_txt1 {
	margin-top: 13px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
}
.usersupport_section_section_txt1 i {
	margin-right: 4px;
	font-size: 16px;
}
.usersupport_section_section_txt2 {
	display: none;
/*
	font-size: 12px;
	line-height: 1.4;
*/
}
}

/* ----------------------------------------------------------------------------		footer
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------		footer-pankuz
---------------------------------------------------------------------------- */

.footer-panukz {
	margin: 0;
	background-color: #fff;
	/*border-top: solid 1px #ddd;*/
}
.footer-panukz-body:after {content: ""; display: block; clear: both}
.footer-panukz-body ul li {float: left; margin: 0}
.footer-panukz-body ul li a p {
	margin: 0;
	font-size: 14px;
	color: #909090;
	line-height: 48px;
}
.footer-panukz-body ul li a p:hover {color: #339fe7}
.footer-panukz-body ul li h1 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 48px;
}
.footer-panukz-body ul li span {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 48px;
}
.footer-panukz-body ul li i {
	margin: 0 20px;
	font-size: 20px;
	color: #707070;
	line-height: 48px;
}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.footer-panukz-body ul li a p {
	font-size: 12px;
}
.footer-panukz-body ul li h1 {
	font-size: 12px;
}
.footer-panukz-body ul li span {
	font-size: 12px;
}
.footer-panukz-body ul li i {
	margin: 0 12px;
	font-size: 16px;
}
}
/* ----------------------------------------------------------------------------		footer | footer-2
---------------------------------------------------------------------------- */
.footer-2 {
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #f2f2f2; /*0c2667*/
}

.sitemap:after {content: ""; display: block; clear: both}
.sitemap-section {
	margin: 0;
	float: left;
	margin-right: 2.5%;
	padding-bottom: 20px;
	width: 17%;
}
.sitemap-section:first-child {width: 21%}
.sitemap-section:nth-child(5) {margin-right: 0}
.sitemap-tx1 {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: solid 0px #AAA;
}
.sitemap-tx1 a {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.sitemap-tx2 li a {
	margin: 3px 0 0 0;
	font-size: 13px;
	color: #333;
	line-height: 2;
}
.sitemap-tx2 li a:hover {color: #666}

.sitemap-tx2 li a i {
	margin-right: 5px;
	font-size: 15px;
	color: #777;
}

/* ------ footer-sns ------ */
.footer-sns {
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 16px;
}
.footer-sns:after {content: ""; display: block; clear: both}
.footer-sns ul {float: right; height: 46px}
.footer-sns ul li {float: left}
.footer-sns ul li span {
	margin: 0 5px 0 0;
	font-size: 15px;
	color: #333;
	line-height: 46px;
}
.footer-sns li img {
	margin: 9px 0 0 5px;
	width: 100%;
	max-width: 28px;
	height: auto;
}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.footer-2 {display: none}
}
/* ----------------------------------------------------------------------------		footer | footer-3
---------------------------------------------------------------------------- */

.footer-3 {background-color: #f2f2f2}

.footer-3-wrapper {
	padding-top: 26px;
	padding-bottom: 24px;
	border-top: solid 1px #888;
}
.footer-3-wrapper:after {content: ""; display: block; clear: both}

.footer-3-wrapper-L {float: left}

.footer-3-wrapper-L-logo {}
.footer-3-wrapper-L-logo ul {}
.footer-3-wrapper-L-logo li {display: inline-block}
.footer-3-wrapper-L-logo li a {margin-right: 12px}
.footer-3-wrapper-L-logo li a img {
	width: auto;
	height: 100%;
	max-height: 28px;
}

.footer-3-wrapper-R {
	float: right;
	padding-top: 0;
}

.footer-3-wrapper-R li {
	display: inline-block;
	font-size: 11px;
	color: #333;
	line-height: 1;
}

.footer-3-wrapper-R li a {
	font-size: 11px;
	color: #333;
}
.footer-3-wrapper-R li a i {
	margin-left: 4px;
}

.footer-3-wrapper-C {
	padding-bottom: 40px;
	font-size: 10px;
	color: #333;
	line-height: 1;
}
.footer-3-wrapper-C:after {content: ""; display: block; clear: both}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.footer-3-wrapper {
	padding-top: 50px;
	padding-bottom: 8px;
	border-top: solid 0px #888;
}
.footer-3-wrapper:after {content: ""; display: block; clear: both}

.footer-3-wrapper-L {float: none}

.footer-3-wrapper-L-logo {text-align: center}
.footer-3-wrapper-L-logo li {display: inline-block}
.footer-3-wrapper-L-logo li a {margin: 0 6px}
.footer-3-wrapper-L-logo li a img {
	width: auto;
	height: 100%;
	max-height: 32px;
}

.footer-3-wrapper-R {
	float: none;
	text-align: center;
	padding-top: 40px;
}

.footer-3-wrapper-R li {
	display: inline-block;
	font-size: 12px;
	color: #333;
	line-height: 1;
}

.footer-3-wrapper-R li a {
	font-size: 12px;
	color: #333;
}
.footer-3-wrapper-R li a i {
	margin-left: 4px;
}

.footer-3-wrapper-C {
	text-align: center;
	padding-bottom: 40px;
	font-size: 11px;
	color: #333;
	line-height: 1;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.footer-3-wrapper {
	padding-top: 50px;
	padding-bottom: 8px;
	border-top: solid 0px #888;
}
.footer-3-wrapper:after {content: ""; display: block; clear: both}

.footer-3-wrapper-L {float: none}

.footer-3-wrapper-L-logo {text-align: center}
.footer-3-wrapper-L-logo li {display: inline-block}
.footer-3-wrapper-L-logo li a {margin: 0 5px}
.footer-3-wrapper-L-logo li a img {
	width: auto;
	height: 100%;
	max-height: 21px;
}

.footer-3-wrapper-R {
	float: none;
	text-align: center;
	padding-top: 40px;
}

.footer-3-wrapper-R li {
	display: inline-block;
	font-size: 11px;
	color: #333;
	line-height: 1;
}

.footer-3-wrapper-R li a {
	font-size: 11px;
	color: #333;
}
.footer-3-wrapper-R li a i {
	margin-left: 4px;
}

.footer-3-wrapper-C {
	text-align: center;
	padding-bottom: 40px;
	font-size: 10px;
	color: #333;
	line-height: 1;
}
}
/* ----------------------------------------------------------------------------		トップに戻る
---------------------------------------------------------------------------- */
.back-to-top-1200 {
	margin: 0 auto;
	width: 100%
	position: relative;
}
.back-to-top {
	cursor: pointer;
	border: solid px #DDD;
	border-radius: 6px;
	margin: 0 0 0 0;
	width: 58px;
	height: 58px;
	z-index: 3000;
	position: fixed;
	right: 40px;
	bottom: 16px;
}
.back-to-top img {
	margin: 0;
	width: 100%;
	max-width: 58px;
	height: auto;
}
.no-js .back-to-top {display: none}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.back-to-top {
	cursor: pointer;
	border: solid px #DDD;
	border-radius: 6px;
	margin: 0 0 0 0;
	width: 40px;
	height: 40px;
	z-index: 3000;
	position: fixed;
	right: 20px;
	bottom: 16px;
}
}





/* ----------------------------------------------------------------------------		lineup
---------------------------------------------------------------------------- */
.lineup-top {
	padding-top: 45px;
	padding-bottom: 50px;
}
.lineup-top-wrapper:after {content: ""; display: block; clear: both}
.lineup-top-section {
	float: left;
	margin-right: 4%;
	width: 48%;
}
.lineup-top-section:nth-child(2n) {margin-right: 0}

.lineup-top-section-img {margin-bottom: 14px}
.lineup-top-section-img img {margin: 0; width: 100%}


/* ----------------------------------------------------------------------------		lineup　キャンペーン2カラム
---------------------------------------------------------------------------- */
.lineup_2clum_wrapper {
	margin: 0 auto;
	padding: 60px 0;
	width: 100%;
}
.lineup_2clum_wrapper:after {content: ""; display: block; clear: both}
.lineup_2clum_section {
	float: left;
	margin-right: 4%;
	width: 48%;
	background-color: #fff;
}
.lineup_2clum_section:nth-child(2n) {margin-right: 0}
.lineup_2clum_section_img {margin: 0; width: 100%}
.lineup_2clum_section_img img {margin: 0; width: 100%; height: auto}
.lineup_2clum_section_text1 {
	margin: 24px auto 10px auto;
	width: 80%;
	font-size: 22px;
	color: #339fe7;
	text-align: center;
	line-height: 24px;
}
.lineup_2clum_section_text1 i {
	padding-bottom: 5px;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 23px;
}
.lineup_2clum_section_text2 {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 80%;
	font-size: 15px;
	color: #111;
	text-align: center;
	line-height: 1.5;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.lineup_2clum_wrapper {
	margin: 0 auto;
	padding: 25px 0;
	width: 100%;
}
.lineup_2clum_wrapper:after {content: ""; display: block; clear: both}
.lineup_2clum_section {
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #FFF;
}
.lineup_2clum_section:nth-child(2n) {margin-right: 0}
.lineup_2clum_section_img {margin: 0; width: 100%}
.lineup_2clum_section_img img {margin: 0; width: 100%; height: auto}
.lineup_2clum_section_text1 {
	margin: 24px auto 10px auto;
	width: 80%;
	font-size: 16px;
	color: #339fe7;
	text-align: center;
	line-height: 24px;
}
.lineup_2clum_section_text1 i {
	padding-bottom: 5px;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 17px;
}
.lineup_2clum_section_text2 {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 80%;
	font-size: 12px;
	color: #111;
	text-align: center;
	line-height: 1.5;
}
}
/* ----------------------------------------------------------------------------		lineup　キャンペーン3カラム
---------------------------------------------------------------------------- */
.lineup_3clum_wrapper {
	margin: 0 auto;
	padding: 60px 0;
	width: 100%;
}
.lineup_3clum_wrapper:after {content: ""; display: block; clear: both}
.lineup_3clum_section {
	float: left;
	margin-right: 3.5%;
	width: 31%;
	background-color: #FFF;
}
.lineup_3clum_section:nth-child(3n) {margin-right: 0}
.lineup_3clum_section_img {margin: 0; width: 100%}
.lineup_3clum_section_img img {margin: 0; width: 100%; height: auto}
.lineup_3clum_section_text1 {
	margin: 24px auto 10px auto;
	width: 80%;
	font-size: 22px;
	color: #339fe7;
	text-align: center;
	line-height: 1;
}
.lineup_3clum_section_text1 i {
	padding-bottom: 2px;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 19px;
}
.lineup_3clum_section_text2 {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 80%;
	font-size: 15px;
	color: #111;
	text-align: center;
	line-height: 1.5;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.lineup_3clum_wrapper {
	margin: 0 auto;
	padding: 25px 0;
	width: 100%;
}
.lineup_3clum_wrapper:after {content: ""; display: block; clear: both}
.lineup_3clum_section {
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #FFF;
}
.lineup_3clum_section:nth-child(3n) {margin-right: 0}
.lineup_3clum_section_img {margin: 0; width: 100%}
.lineup_3clum_section_img img {margin: 0; width: 100%; height: auto}
.lineup_3clum_section_text1 {
	margin: 24px auto 10px auto;
	width: 80%;
	font-size: 16px;
	color: #339fe7;
	text-align: center;
	line-height: 24px;
}
.lineup_3clum_section_text1 i {
	padding-bottom: 5px;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 17px;
}
.lineup_3clum_section_text2 {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 80%;
	font-size: 12px;
	color: #111;
	text-align: center;
	line-height: 1.5;
}
}
/* ----------------------------------------------------------------------------		lineup　商品一覧
---------------------------------------------------------------------------- */
.lineup-work {
	margin-top: 50px;
	margin-bottom: 40px;
}
.lineup-work:after {content: ""; display: block; clear: both}

.lineup-work-section {
	margin: 0 auto 45px auto;
	width: 100%;
}
.lineup-work-section:after {content: ""; display: block; clear: both}
.lineup-work-section .section-header {
	float: left;
	width: 17%;
	text-transform: uppercase;
}
.lineup-work-section .section-header:after {content: ""; display: block; clear: both}
.lineup-work-section .section-header > .inner {margin: 0 auto; width: 100%}


/* タブ */
.lineup-work-section .lineup-tabs li {
	border-bottom: 1px solid rgb(218, 218, 218);
}
.lineup-work-section .lineup-tabs a {
	display: block;
	padding: 15px 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #001a1f;
	line-height: 1;
}
.lineup-work-section .lineup-tabs a:hover,
.lineup-work-section .lineup-tabs a:active {color: #339fe7}
.lineup-work-section .lineup-tabs a i:hover,
.lineup-work-section .lineup-tabs a i:active {color: #339fe7}


/* パネル */
.lineup-work-section .section-body {
	float: right;
	margin: 0　auto;
	width: 80%;
}
.no-js .lineup-work-section .lineup-tabs {display: none}
.no-js .lineup-work-section .section-body {height: auto}
.no-js .lineup-work-section .section-body .image-wrapper,
.no-js .lineup-work-section .section-body .content {height: auto}
.lineup-panel-head {
	margin: 0;
	width: 100%;
	padding-bottom: 13px;
	font-size: 18px;
	font-weight: bold;
	color: #001a1f;
	line-height: 1;
}
.lineup-tabs-panel-wrapper {margin: 0; width: 100%}
.lineup-tabs-panel-wrapper:after {content: ""; display: block; clear: both}
.lineup-tabs-panel-section {
	position: relative;
	float: left;
	padding-top: 6px;
	margin: 0;
	margin-right: 2.5%;
	margin-bottom: 30px;
	width: 18%;
	height: 285px;
	border-top: solid 3px #001a1f;
}
.lineup-tabs-panel-section:nth-child(5n) {margin-right: 0}
.lineup-tabs-panel-section ul a #section01 {
	margin: 0 auto 10px auto;
	padding: 12px 0 2px 0;
	width: 100%;
	max-width: 140px;
	text-align: center;
}
.lineup-tabs-panel-section ul a #section01 img {margin: 0; width: 100%}
.lineup-tabs-panel-section ul a #section02 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #001a1f;
	text-align: center;
	line-height: 1.3;
}
.lineup-tabs-panel-section ul a #section02 i {
	margin-left: 3px;
	font-size: 14px;
}
.lineup-tabs-panel-section ul a #section03 {
	margin: 7px auto 0 auto;
	font-size: 12px;
	color: #808080;
	text-align: center;
	line-height: 1;
}
.lineup-tabs-panel-section ul a #section04 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 9px 0;
	width: 140px;
	background-color: #808a90;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
}


/* 商品一覧はこちらボタン */
.lineup-btn-all a {
	margin-bottom: 14px;
	display: block;
	width: 100%;
	height: 45px;
	background-color: #5787f5;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 43px;
}
.lineup-btn-all a i {margin-right: 5px}
.lineup-btn-all a:hover {background-color: #77a7ff}


/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.no-boxshadow .lineup-work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.lineup-work-section .section-header {
	width: 100%;
	padding-bottom: 30px;
	text-transform: uppercase;
}


/* タブ */
.lineup-work-section .lineup-tabs {margin: 0 auto}
.lineup-work-section .lineup-tabs li {
	float: left;
	margin-right: 2%;
	width: 32%;
	border-bottom: 2px solid #ddd;
}
.lineup-work-section .lineup-tabs li:nth-child(3n) {margin-right: 0}

.lineup-work-section .lineup-tabs a {
	display: block;
	padding: 14px 0;
	font-size: 13px;
	color: #333;
	line-height: 1;
}


/* パネル */
.lineup-work-section .section-body {margin: 0 auto; width: 100%}
.lineup-panel-head {
	font-size: 18px;
}
.lineup-tabs-panel-section {
	margin: 0;
	margin-right: 4%;
	margin-bottom: 25px;
	width: 48%;
	height: auto;
	min-height: 265px;
}
.lineup-tabs-panel-section:nth-child(5n) {margin-right: 4%}
.lineup-tabs-panel-section:nth-child(2n) {margin-right: 0}
.lineup-tabs-panel-section ul a #section01 {
	margin: 0 auto 10px auto;
	padding: 12px 0 2px 0;
	width: 100%;
	max-width: 140px;
	text-align: center;
}
.lineup-tabs-panel-section ul a #section02 {
	line-height: 1.55;
}
.lineup-tabs-panel-section ul a #section04 {
	margin: 20px auto 0 auto;
	padding: 10px 0;
	font-size: 15px;
}
}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.lineup-work-section {
	margin: 0 auto 35px auto;
}
.no-boxshadow .lineup-work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.lineup-work-section .section-header {
	width: 100%;
	padding-bottom: 30px;
	text-transform: uppercase;
}


/* タブ */
.lineup-work-section .lineup-tabs {margin: 0 auto}
.lineup-work-section .lineup-tabs li {
	float: left;
	margin-right: 4%;
	width: 48%;
	margin-bottom: 10px;
	background-color: #eee;
	border: none;
}
.lineup-work-section .lineup-tabs li:nth-child(3n) {margin-right: 4%}
.lineup-work-section .lineup-tabs li:nth-child(2n) {margin-right: 0}
.lineup-work-section .lineup-tabs a {
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	color: #111; /*339fe7*/
	text-align: center;
}
.lineup-work-section .lineup-tabs li a.active {background-color: #f9f9f9}


/* パネル */
.lineup-work-section .section-body {margin: 0 auto; width: 100%}
.lineup-panel-head {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.lineup-tabs-panel-section {
	border-top: solid 0px #001a1f;
	border-bottom: solid 1px #001a1f;
	margin: 0;
	margin-right: 4%;
	margin-bottom: 26px;
	width: 48%;
	height: auto;
	min-height: 250px;
}
.lineup-tabs-panel-section:nth-child(2n) {margin-right: 0}

.lineup-tabs-panel-section ul a #section02 {
	font-size: 12px;
	line-height: 1.55;
}
.lineup-tabs-panel-section ul a #section03 {
	color: #666;
}
.lineup-tabs-panel-section ul a #section04 {
	display: none;
}
}
/* ----------------------------------------------------------------------------		lineup　全ての製品
---------------------------------------------------------------------------- */
.lineup-all {
	padding-top: 60px;
	padding-bottom: 60px;
}
.lineup-all-body {width: 100%}

.lineup-work-all-section {
	margin: 0 auto;
}

.lineup-all-head {
	padding-top: 35px;
	padding-bottom: 14px;
	margin: 0;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	border-bottom: solid 1px #ccc;
}
.lineup-all-section {
	position: relative;
	float: left;
	padding-top: 6px;
	margin: 0;
	margin-right: 2%;
	margin-bottom: 30px;
	width: 15%;
	height: 220px;
}
.lineup-all-section:nth-child(6n) {margin-right: 0}
.lineup-all-section ul a #section01 {
	margin: 0 auto;
	padding: 12px 0 12px 0;
	width: 100%;
	max-width: 140px;
	text-align: center;
}
.lineup-all-section ul a #section01 img {width: 100%}
.lineup-all-section ul a #section02 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1.3;
}
.lineup-all-section ul a #section02 i {margin-left: 3px; font-size: 14px}
.lineup-all-section ul a #section03 {
	margin-top: 7px;
	font-size: 12px;
	color: #888;
	text-align: center;
	line-height: 1;
}
.lineup-all-section ul a #section04 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 9px 0;
	width: 140px;
	background-color: #808a90;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.lineup-all {
	padding-top: 35px;
	padding-bottom: 40px;
}

.lineup-all-head {
	padding-top: 45px;
	padding-bottom: 15px;
	text-align: center;
}
.lineup-all-section {
	padding-top: 6px;
	margin: 0;
	margin-right: 4%;
	margin-bottom: 25px;
	width: 48%;
	height: auto;
}
.lineup-all-section:nth-child(6n) {margin-right: 4%}
.lineup-all-section:nth-child(2n) {margin-right: 0}

.lineup-all-section ul a #section01 {
	width: 100%;
	max-width: 140px;
}
.lineup-all-section ul a #section02 {
	margin: 0;
	font-size: 13px;
}
.lineup-all-section ul a #section02 i {
	font-size: 13px;
}
.lineup-all-section ul a #section03 {
	font-size: 13px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.lineup-all {
	padding-top: 30px;
	padding-bottom: 30px;
}

.lineup-all-head {
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 14px;
}
.lineup-all-section {
	padding-top: 6px;
	margin-right: 4%;
	margin-bottom: 27px;
	width: 48%;
}
.lineup-all-section:nth-child(6n) {margin-right: 4%}
.lineup-all-section:nth-child(2n) {margin-right: 0}
.lineup-all-section ul a #section01 {
	width: 100%;
	max-width: 110px;
}
.lineup-all-section ul a #section02 {
	font-size: 12px;
}
.lineup-all-section ul a #section03 {
	font-size: 12px;
}
}
/* ----------------------------------------------------------------------------		product
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------		product スライダー
---------------------------------------------------------------------------- */
.DETAIL-TOP-m {display: none}

.DETAIL-TOP {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
.DETAIL-TOP img {width: 100%}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.DETAIL-TOP {display: none}
.DETAIL-TOP-m {display: block}
}
/* ----------------------------------------------------------------------------		subheader-lineup
---------------------------------------------------------------------------- */
.sabheader-lineup {
	margin: 0 auto;
	height: 65px;
	background-color: #555; /*27323a*/
}

/* スティッキー状態のスタイル */
.sabheader-lineup.sticky {
    position: fixed;
    top: 0;
    z-index: 300;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.sabheader-lineup {
	height: 45px;
}
}
/* ----------------------------------------------------------------------------		product 商品特長
---------------------------------------------------------------------------- */
.detail-features {
	padding-top: 20px;
	padding-bottom: 0px;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.detail-features {
	padding-top: 25px;
	padding-bottom: 0px;
}
}
/* ----------------------------------------------------------------------------		product プライス
---------------------------------------------------------------------------- */

.DETAIL-TOP2 {
	padding-top: 40px;
	padding-bottom: 30px;
}
.DETAIL-TOP2-L {float: left; margin: 0 auto; width: 30%}
.DETAIL-TOP2-R {float: right; margin: 0 auto; width: 70%}

.product-head-1 {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 1;
}

.DETAIL-BOX1 {margin: 0 auto; width: 100%}
.DETAIL-BOX1:after {content: ""; display: block; clear: both}

.DETAIL-BOX1-A {
	float: left;
	margin: 0;
	height: auto;
}
.DETAIL-BOX1-A-1 {
	margin: 0;
	margin-bottom: 14px;
	font-size: 13px;
	color: #404040;
	text-align: left;
	line-height: 1;
}
.DETAIL-BOX1-A-2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: ;
	color: #222; /*e00028*/
	text-align: left;
	line-height: 1;
}
.DETAIL-BOX1-A-2 span {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #222; /*e00028*/
	text-align: left;
	line-height: 1;
}
.DETAIL-BOX1-A-3 {margin: 0 auto; width: 100%}
.DETAIL-BOX1-A-3:after {content: ""; display: block; clear: both}
.DETAIL-BOX1-A-3-icon {float: left; margin: 0 10px 0 0; height: auto}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {
.DETAIL-TOP2 {padding: 45px 0}
.DETAIL-TOP2-L {float: left; margin: 0 auto; width: 50%}
.DETAIL-TOP2-R {float: right; margin: 0 auto; width: 45%}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.DETAIL-TOP2 {padding: 30px 0}
.DETAIL-TOP2-L {margin: 0 auto; width: 100%}
.DETAIL-TOP2-R {margin: 0 auto; width: 100%}
.DETAIL-BOX1-A-2 {font-size: 19px}
.DETAIL-BOX1-A-2 span {font-size: 14px}
}
/* ----------------------------------------------------------------------------		product 取扱店リンク
---------------------------------------------------------------------------- */

.DETAIL-BOX1-B {
	float: right;
	margin: 0;
	width: 250px;
	height: auto;
}
.DETAIL-BOX1-B-1 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 1;
}
a .DETAIL-BOX1-B-2 {
	margin: 0;
	margin-bottom: 22px;
	padding: 16px 0;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 1;
	background-color: #989898;
}
.DETAIL-BOX1-B-3 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 1;
}
a .DETAIL-BOX1-B-4 {
	margin: 0;
	padding: 17px 0;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 1;
	background-color: #f00028;
}
.DETAIL-BOTTOM-1 {
	margin: 0;
	/*margin-top: 140px;*/
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #333;
	line-height: 1.6;
	text-align: right;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.DETAIL-BOTTOM-1 {margin-top: 0}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.DETAIL-BOTTOM-1 {
	margin-top: 30px;
	font-size: 10px;
}
}
/* ----------------------------------------------------------------------------		lineup | product　仕様・スペック
---------------------------------------------------------------------------- */
.DETAIL-BOX3 {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 70px;
	border-top: solid 1px #a4a4a4;
}
.detail-head {margin: 0}
.detail-head span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	border-bottom: solid 3px #;
}
.detail-head span i {margin-left: 8px}

.SPECIFICATIONS-HEAD {
	margin-top: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	font-size: 15px;
	color: #eee;
	line-height: 1;
	background-color: #909090;
}
.SPECIFICATIONS-HEAD p {margin: 0; padding-left: 20px}
.SPECIFICATIONS-SUBHEAD {
	margin: 0;
	margin-top: 70px;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	line-height: 20px;
}

.SPECIFICATIONS {
	width: 100%;
	display: table;
}
.SPECIFICATIONS-section:nth-child(odd) {
	padding: 15px 0 15px 20px;
	display: table-cell;
	width: 22%;
	min-width: 100px;
	clear: both;
	background-color: #f3f3f3;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	position: relative;
}
.SPECIFICATIONS-section span {
	font-size: 15px;
	color: #333;
}
.SPECIFICATIONS-section-mark {
	margin: 0;
	font-size: 15px;
	color: #333;
	position: absolute;
	top: 14px;
	right: 18px;
}
.SPECIFICATIONS-section:nth-child(even) {
	padding: 9px 25px 9px 20px;
	display: table-cell;
	width: 78%;
	border-bottom: solid 1px #ccc;
	border-right: none;
	font-size: 15px;
	color: #333;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}

.DETAIL-BOTTOM-2 {
	margin: 0;
	margin-top: 24px;
	width: 100%;
	height: auto;
	font-size: 10px;
	font-color: #333;
	line-height: 1.6;
	text-align: right;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 76px) {

.DETAIL-BOX3 {
	padding-top: 50px;
	padding-bottom: 60px;
}

.SPECIFICATIONS-section span {
	font-size: 14px;
}
.SPECIFICATIONS-section:nth-child(even) {
	font-size: 13px;
}
}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.DETAIL-BOX3 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.SPECIFICATIONS {
	width: 100%;
	display: block;
}
.SPECIFICATIONS-section:nth-child(odd) {
	padding: 10px 0 10px 0;
	display: block;
	width: 100%;
	border-bottom: none;
	border-right: none;
}
.SPECIFICATIONS-section span {
	margin-left: 15px;
	font-size: 12px;
}
.SPECIFICATIONS-section-mark {
	font-size: 13px;
}

.SPECIFICATIONS-section:nth-child(even) {
	padding: 9px 0px 9px 0px;
	width: 100%;
	font-size: 12px;
	line-height: 1.7;
	border: none;
}
}
/* ----------------------------------------------------------------------------		zerofire
---------------------------------------------------------------------------- */
.lp-border {
	margin: 0 auto;
	width: 100%;
	border: solid 4px #eaeaea;
}
.zerofire {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 100%;
	max-width: 1200px;
}
.zerofire img {margin: 0; width: 100%}
.zerofire:after {content: ""; display: block; clear: both}

.zerofire-1 {margin: 0 auto; width: 100%}
.zerofire-1:after {content: ""; display: block; clear: both}

.zerofire-2 {margin: 0 auto; margin-top: 40px; width: 100%}
.zerofire-2:after {content: ""; display: block; clear: both}
.zerofire-2-text-1 {
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	text-align: center;
}
.zerofire-2-text-2 {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	text-align: center;
}

.zerofire-3 {margin: 0 auto; margin-top: 40px; margin-bottom: 54px;width: 100%}
.zerofire-3:after {content: ""; display: block; clear: both}

.zerofire-4 {margin: 0 auto; margin-top: 40px; width: 100%}
.zerofire-4:after {content: ""; display: block; clear: both}
.zerofire-4-text-1 {
	margin: 0 auto;
	font-size: 25px;
	color: #333;
	line-height: 1.2;
	text-align: center;
}
.zerofire-4-img-1 {margin: 0 auto; margin-top: 20px; width: 100%}





/* ----------------------------------------------------------------------------		solution
---------------------------------------------------------------------------- */

.solution {
	padding-top: 80px;
	padding-bottom: 120px;
}
.solution_text_0 {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	color: #3b5998;
	text-align: center;
	line-height: 1.5;
}
.solution_text_1 {
	margin: 0;
	font-weight: bold;
	font-size: 60px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}
.solution_text_2 {
	margin: 30px 0 0 0;
	font-size: 16px;
	color: #111;
	text-align: center;
	line-height: 2;
}
.solution_text_3 {
	margin: 80px 0 0 0;
	font-weight: bold;
	font-size: 36px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}
.solution_text_4 {
	margin: 40px 0 0 0;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-size: 50px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}
.solution_2clum_section {float: left; width: 50%}
.solution_2clum_section img {width: 100%}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {
.solution {
	padding-top: 55px;
	padding-bottom: 90px;
}

.solution_text_0 {
	margin-top: 0;
	font-size: 20px;
}
.solution_text_1 {
	margin-top: 0;
	font-size: 48px;
}
.solution_text_2 {
	margin-top: 50px;
	font-size: 15px;
}
.solution_text_3 {
	margin-top: 70px;
	font-size: 30px;
}
.solution_text_4 {
	margin-top: 40px;
	font-size: 40px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.solution {
	padding-top: 50px;
	padding-bottom: 70px;
}
.solution_text_0 {
	margin-top: 0;
	font-size: 14px;
}
.solution_text_1 {
	margin-top: 0;
	font-size: 28px;
}

.solution_text_2 {
	margin-top: 40px;
	font-size: 14px;
}
.solution_text_3 {
	margin-top: 70px;
	font-size: 21px;
}
.solution_text_4 {
	margin-top: 40px;
	font-size: 20px;
}
}

/* ----------------------------------------------------------------------------		solution | コンテンツ
---------------------------------------------------------------------------- */

.solution_content {
	padding-top: 45px;
	padding-bottom: 50px;
}

.solution01_odm {
	padding-top: 0px;
	padding-bottom: 0px;
}

.solution01_odm_wrapper:after {content: ""; display: block; clear: both}

.solution01_odm_section {
	float: left;
	width: 15.5%;
	margin-right: 1.4%;
	min-height: 200px;
}
.solution01_odm_section:nth-child(6n) {margin-right: 0}

.lineup-odm-body-section-1 {
	border: solid 1px #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lineup-odm-body-section-1 img {width: 100%}

.lineup-odm-body-section-2 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.solution_content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.solution01_odm {
	padding-top: 0px;
	padding-bottom: 10px;
}

.solution01_odm_section {
	float: left;
	width: 22.6%;
	min-height: 180px;
	margin-right: 3.2%;
}
.solution01_odm_section:nth-child(6n) {margin-right: 3.2%}
.solution01_odm_section:nth-child(4n) {margin-right: 0}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.solution_content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.solution01_odm {
	padding-top: 0px;
	padding-bottom: 10px;
}

.solution01_odm_section {
	float: left;
	width: 48%;
	min-height: 180px;
	margin-right: 4%;
	margin-bottom: 20px;
}
.solution01_odm_section:nth-child(6n) {margin-right: 4%}
.solution01_odm_section:nth-child(4n) {margin-right: 4%}
.solution01_odm_section:nth-child(2n) {margin-right: 0}
}





/* ----------------------------------------------------------------------------		company
---------------------------------------------------------------------------- */
.company {
	margin-top: 40px;
	margin-bottom: 30px
}

.company-clum {
	margin-top: 10px;
}
.company-clum:after {content: ""; display: block; clear: both}
.company-clum-section {
	float: left;
	margin-right: 2.8%;
	width: 48.6%;
	height: auto;
	margin-bottom: 50px;
}
.company-clum-section:nth-child(2n) {margin-right: 0}
.company-clum-section-img {margin: 0; width: 100%}
.company-clum-section-img img {width: 100%}
.company-clum-section-text1 {
	margin: 0;
	margin-top: 16px;
	font-size: 28px;
	font-family: 'Oswald';
	font-weight: 700;
	color: #333;
	line-height: 1;
}
.company-clum-section-text2 {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {
.company {
	margin-top: 40px;
	margin-bottom: 30px
}

.company-clum {
	margin-top: 10px;
}
.company-clum:after {content: ""; display: block; clear: both}
.company-clum-section {
	margin-bottom: 50px;
}


.company-clum-section-text1 {
	margin: 0;
	margin-top: 16px;
	font-size: 28px;
	font-family: 'Oswald';
	font-weight: 700;
	color: #454545;
	line-height: 1;
}
.company-clum-section-text1 {
	margin-top: 16px;
	font-size: 22px;
}
.company-clum-section-text2 {
	margin-top: 10px;
	font-size: 14px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.company {
	margin-top: 40px;
	margin-bottom: 30px
}

.company-clum {
	margin-top: 10px;
}
.company-clum:after {content: ""; display: block; clear: both}
.company-clum-section {
	margin-bottom: 30px;
}

.company-clum-section-text1 {
	margin-top: 15px;
	font-size: 16px;
}
.company-clum-section-text2 {
	margin-top: 8px;
	font-size: 13px;
}
}
/* ----------------------------------------------------------------------------		company | Message
---------------------------------------------------------------------------- */
.ceo_name {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}
.ceo_clum {margin-bottom: 60px}
.ceo_clum:after {content: ""; display: block; clear: both}
.ceo_clum_text {float: left; margin: 0; width: 62%}
.ceo_clum_text1 {
	margin-bottom: 14px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}
.ceo_clum_text2 {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ceo_clum_img {float: right; margin: 0; width: 25%}
.ceo_clum_img img {width: 100%}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {
.ceo_name {
	margin-bottom: 6px;
	font-size: 13px;
}
.ceo_clum {margin-bottom: 60px}
.ceo_clum_text {float: none; margin: 0 auto; width: 100%}
.ceo_clum_text1 {
	margin-bottom: 14px;
	font-size: 17px;
}
.ceo_clum_text2 {
	margin: 0;
	font-size: 14px;
}
.ceo_clum_img {
	float: none;
	margin-top: 80px;
	margin-bottom: 80px;
	width: 60%;
}
}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.ceo_name {
	margin-bottom: 6px;
	font-size: 13px;
}
.ceo_clum {margin-bottom: 60px}
.ceo_clum_text {float: none; margin: 0 auto; width: 100%}
.ceo_clum_text1 {
	margin-bottom: 14px;
	font-size: 17px;
}
.ceo_clum_text2 {
	margin: 0;
	font-size: 14px;
}
.ceo_clum_img {
	float: none;
	margin-top: 60px;
}
}
/* ----------------------------------------------------------------------------		company | 会社概要
---------------------------------------------------------------------------- */
.corpinfo_box {
	padding-top: 20px;
	padding-bottom: 70px;
}
.corpinfo_information {margin: 0 auto; width: 100%}
.corpinfo_information_img img {width: 100%}
.corpinfo_information_img {margin: 0 auto; width: 100%}
.corpinfo_table_head {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 1;
	border-top: solid 1px #CCC;
}
.corpinfo_table_head p {margin: 0; padding-left: 20px}
.corpinfo_text_bottom {
	margin: 0;
	margin-top: 24px;
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #333;
	line-height: 1.6;
	text-align: right;
}

/* -------会社所在地------- */
.corpinfo_location_img {margin: 0; width: 100%}
.corpinfo_location_img img {width: 100%}
.corpinfo_location_text1 {
	margin-top: 4px;
	font-size: 10px;
	color: #333;
	line-height: 1.6;
	text-align: right;
}
.corpinfo_table {
	width: 100%;
	display: table;
	border-top: solid 1px #CCC;
}
.corpinfo_table-section:nth-child(odd) {
	padding: 0 0 0 20px;
	display: table-cell;
	width: 16%;
	min-width: 100px;
	clear: both;
	background-color: #f3f3f3;
	border-right: solid 1px #CCC;
	position: relative;
}
.corpinfo_table-section span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.corpinfo_table-section:nth-child(even) {
	padding: 5px 25px 5px 15px;
	display: table-cell;
	width: 84%;
	border-right: none;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
.corpinfo_table-section a {
	color: #339fe7;
	text-decoration: underline;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.corpinfo_table {
	width: 100%;
	display: block;
	border-top: solid 1px #CCC;
}
.corpinfo_table-section:nth-child(odd) {
	padding: 15px 0 15px 0;
	display: block;
	width: 100%;
	min-width: 100px;
	border: none;
}
.corpinfo_table-section span {
	margin-left: 15px;
	font-size: 13px;
}
.corpinfo_table-section:nth-child(even) {
	padding: 9px 0px 9px 0px;
	display: block;
	width: 100%;
	font-size: 13px;
}
}
/* ----------------------------------------------------------------------------		company | History
---------------------------------------------------------------------------- */

.history_wrapper:after {content: ""; display: block; clear: both}
.history_text {float: left; width: 60%}
.history_text1 {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}
.history_text2 {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.history_img {float: right; width: 34%}
.history_img img {width: 100%}

.history_select {margin-top: 40px; width: 100%}
.history_select:after {content: ""; display: block; clear: both}
.history_select_section a {
	float: left;
	display: block;
	margin: 0;
	width: 20%;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 40px;
	background-color: #eee;
}
.history_select_section a:hover {color: #fff; background-color: #27323a}
#history_select_section_active {color: #fff; background-color: #27323a}

.history_table {width: 100%; display: table; border-top: solid 1px #ccc}
.history_table-section:nth-child(odd) {
	padding-bottom: 20px;
	display: table-cell;
	width: 16%;
	min-width: 100px;
	clear: both;
	background-color: #f3f3f3;
	border-right: solid 1px #CCC;
	position: relative;
}
.history_table-section span {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.history_table-section:nth-child(even) {
	padding: 5px 25px 5px 15px;
	display: table-cell;
	width: 84%;
	border-right: none;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.history_clum {
	margin-top: 30px;
	margin-bottom: 90px;
}
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.history_wrapper:after {content: ""; display: block; clear: both}

.history_text {
	margin-top: 25px;
	float: none;
	width: 100%;
}
.history_text1 {
	margin-bottom: 3px;
	font-size: 14px;
}
.history_text2 {
	font-size: 14px;
}

.history_img {float: none; width: 100%}
.history_select {margin-top: 40px; width: 100%}
.history_select:after {content: ""; display: block; clear: both}
.history_select_section a {
	float: left;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	width: 100%;
	font-size: 14px;
}

.history_table {width: 100%; display: block; border-top: solid 3px #ccc}
.history_table-section:nth-child(odd) {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	width: 100%;
	min-width: 100px;
	clear: both;
	background-color: #f1f1f1;
	border: none;
	position: relative;
}
.history_table-section span {
	margin-left: 15px;
	font-size: 14px;
}
.history_table-section:nth-child(even) {
	padding: 9px 0px 9px 0px;
	width: 100%;
	font-size: 14px;
}
.history_clum {
	margin-top: 30px;
	margin-bottom: 90px;
}
}





/* ----------------------------------------------------------------------------		About
---------------------------------------------------------------------------- */
.about {
	padding-left: 80px;
	padding-right: 80px;
}
.about-wrapper {
	padding-top: 25px;
	padding-bottom: 30px;
}
.about-wrapper:after {content: ""; display: block; clear: both}

.about-section {
	float: left;
	margin: 0;
	margin-right: 2%;
	padding-bottom: 30px;
	width: 15%;
	height: auto;
	min-height: 280px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-section:nth-child(6n) {margin-right: 0%}
a .about-section-img {
	margin: 0 auto;
	margin-top: 13px;
}
a .about-section-img img {margin: 0; width: 100%; height: auto}
a .about-section-1 {
	margin: 0 auto;
	margin-top: 23px;
	/*padding: 0 15px;*/
	font-size: 18px;
	color: #111;
	line-height: 1.5;
}
a .about-section-2 {
	margin: 0 auto;
	margin-top: 11px;
	/*padding: 0 15px;*/
	font-size: 11px;
	color: #339fe7;
	text-align: center;
	line-height: 12px;
	font-family: 'Arial';
	font-style: italic;
}
a .about-section-3 {
	margin: 0 auto;
	margin-top: 8px;
	/*padding: 0 15px;*/
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}

/* ############################ 1024px以下 ############################ */
@media (max-width: 1024px) {
.about {
	background-color: #fff;
	padding: 0;
}
.about-wrapper {
	padding-top: 30px;
	padding-bottom: 35px;
}
.about-section {
	float: left;
	margin: 0;
	margin-bottom: 10px;
	margin-right: 2%;
	padding-bottom: 30px;
	width: 23.5%;
	height: auto;
	text-align: center;
	background-color: #fff;
}
.about-section:nth-child(6n) {margin-right: 2%}
.about-section:nth-child(4n) {margin-right: 0%}

a .about-section-img {
	margin: 0 auto;
	margin-top: 13px;
	padding: 0;
}
a .about-section-img img {margin: 0; width: 100%; height: auto}
a .about-section-1 {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	font-size: 19px;
	color: #111;
	line-height: 18px;
}
a .about-section-2 {
	margin: 0 auto;
	margin-top: 11px;
	padding: 0;
	font-size: 11px;
	color: #339fe7;
	line-height: 12px;
	font-family: 'Arial';
	font-style: italic;
}
a .about-section-3 {
	margin: 0 auto;
	margin-top: 13px;
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {
.about {
	background-color: #fff;
	padding: 0;
}
.about-wrapper {
	padding-top: 30px;
	padding-bottom: 35px;
}
.about-section {
	float: left;
	margin: 0;
	margin-bottom: 10px;
	margin-right: 3%;
	padding-bottom: 30px;
	width: 48.5%;
	height: auto;
	background-color: #fff;
}
.about-section:nth-child(6n) {margin-right: 3%}
.about-section:nth-child(4n) {margin-right: 3%}
.about-section:nth-child(2n) {margin-right: 0}

a .about-section-img {
	margin: 0 auto;
	margin-top: 13px;
	width: 100%;
}
a .about-section-img img {margin: 0; width: 100%; height: auto}
a .about-section-1 {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 16px;
	color: #111;
	text-align: center;
	line-height: 18px;
}
a .about-section-2 {
	margin: 0 auto;
	margin-top: 11px;
	font-size: 11px;
	color: #339fe7;
	text-align: center;
	line-height: 12px;
	font-family: 'Arial';
	font-style: italic;
}
a .about-section-3 {
	margin: 0 auto;
	margin-top: 13px;
	font-size: 13px;
	color: #333;
	line-height: 1.6;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.about {
	background-color: #fff;
	padding: 0;
}
.about-wrapper {
	padding-top: 30px;
	padding-bottom: 35px;
}
.about-section {
	float: left;
	margin: 0;
	margin-right: 3%;
	padding-bottom: 30px;
	width: 48.5%;
	height: auto;
	background-color: #fff;
}
.about-section:nth-child(6n) {margin-right: 3%}
.about-section:nth-child(4n) {margin-right: 3%}
.about-section:nth-child(2n) {margin-right: 0}

a .about-section-img {
	margin: 0 auto;
	width: 100%;
}
a .about-section-1 {
	margin: 0;
	margin-top: 20px;
	font-size: 19px;
	color: #111;
	text-align: center;
	line-height: 18px;
}
a .about-section-2 {
	margin: 0;
	margin-top: 11px;
	font-size: 12px;
	color: #339fe7;
	text-align: center;
	line-height: 1;
	font-family: 'Arial';
	font-style: italic;
}
a .about-section-3 {
	margin: 0 auto;
	margin-top: 13px;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 1.6;
}
}
/* ----------------------------------------------------------------------------		About | コンテンツ
---------------------------------------------------------------------------- */

.about-content {
	padding-top: 45px;
	padding-bottom: 50px;
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.about-content {
	padding-top: 35px;
	padding-bottom: 40px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.about-content {
	padding-top: 30px;
	padding-bottom: 35px;
}
}
/* ----------------------------------------------------------------------------		コーティング技術
---------------------------------------------------------------------------- */


.tec_1clum {margin: 0 auto;width: 100%}
.tec_1clum:after {content: ""; display: block; clear: both}
.tec_1clum img {margin: 0;width: 100%}


/* 左にテキスト(60%) 右に画像(35%) */
.tec_2clum_a1 {width: 100%; margin-bottom: 40px}
.tec_2clum_a1:after {content: ""; display: block; clear: both}
.tec_2clum_a1_text {float: left; width: 60%}
.tec_2clum_a1_img {float: right; width: 35%}
.tec_2clum_a1_img img {width: 100%}

/* 左に画像(35%) 右にテキスト(60%) */
.tec_2clum_a2 {width: 100%; margin-bottom: 40px}
.tec_2clum_a2:after {content: ""; display: block; clear: both}
.tec_2clum_a2_img {float: left; width: 35%}
.tec_2clum_a2_text {float: right; width: 60%}
.tec_2clum_a2_img img {width: 100%}

/* 左にテキスト(40%) 右に画像(55%) */
.tec_2clum_b1 {width: 100%; margin-bottom: 40px}
.tec_2clum_b1:after {content: ""; display: block; clear: both}
.tec_2clum_b1_text {float: left; width: 40%}
.tec_2clum_b1_img {float: right; width: 55%}
.tec_2clum_b1_img img {width: 100%}

/* 左に画像(55%) 右にテキスト(40%) */
.tec_2clum_b2 {width: 100%; margin-bottom: 40px}
.tec_2clum_b2:after {content: ""; display: block; clear: both}
.tec_2clum_b2_img {float: left; width: 55%}
.tec_2clum_b2_text {float: right; width: 40%}
.tec_2clum_b2_img img {width: 100%}


.tec_3clum {margin: 0 auto;width: 100%}
.tec_3clum:after {content: ""; display: block; clear: both}
.tec_3clum_section {float: left;margin: 0 auto;width: 31%;margin-right: 3.5%}
.tec_3clum_section:nth-child(3n) {margin-right: 0%}
.tec_3clum_section img {
	margin: 0;
	width: 100%;
	border: solid 1px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.tec_content_txt_a_001 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1.3;
}
.tec_content_txt_a_002 {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
.tec_content_txt_a_006 {
	margin-top: 20px;
	text-align: center;
}
.tec_content_txt_a_006 a {
	font-size: 16px;
	font-weight: bold;
	color: #3b5998;
	line-height: 1;
}
.tec_content_txt_a_006 i {
	margin: 0 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #3b5998;
	line-height: 1;
}

.tec_content_txt_b_001 {
	margin: 0 ;
	font-size: 26px;
	font-weight: bold;
	color: #393939;
	text-align: center;
	line-height: 1;
}

.content_anchor {
	margin-top: 26px;
	border-top: solid 3px #ccc;
	background-color: #f1f1f1;
	width: 100%;
}
.content_anchor:after {content: ""; display: block; clear: both}

.content_anchormenu {
	float: left;
}
.content_anchormenu a {
	display: block;
	margin: 0;
	font-size: 14px;
	color: #3b5998;
	line-height: 1;
	padding: 12px 12px;
}
.content_anchormenu a i {
	margin: 0 0 0 6px;
	font-size: 18px;
	color: #3b5998;
	line-height: 1;
}

.txt_h6_center {
	padding-top: 6px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.6;
}

.coating_kind_txt_2 {
	margin-top: 10px;
	font-size: 20px;
	color: #333;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
.coating_kind_txt_1 {
	margin-top: 15px;
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
	color: #333; /*3b5998*/
	text-align: ;
	line-height: 1.5;
}

.txt_h5 {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

.txt_h6_center {
	margin-top: 6px;
	font-size: 14px;
	color: #333;
	text-align: ;
	line-height: 1.6;
}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {


/* 左にテキスト 右に画像 */
.tec_2clum_a1 {margin: 0; width: 100%}
.tec_2clum_a1:after {content: ""; display: block; clear: both}
.tec_2clum_a1_text {float: none; width: 100%}
.tec_2clum_a1_img {float: none; width: 100%; margin-top: 35px}
.tec_2clum_a1_img img {width: 100%}

/* 左に画像 右にテキスト */
.tec_2clum_a2 {margin: 0; width: 100%}
.tec_2clum_a2:after {content: ""; display: block; clear: both}
.tec_2clum_a2_text {float: none; width: 100%}
.tec_2clum_a2_img {float: none; width: 100%; margin-top: 35px}
.tec_2clum_a2_img img {width: 100%}

/* 左にテキスト 右に画像 */
.tec_2clum_b1 {margin: 0; width: 100%}
.tec_2clum_b1:after {content: ""; display: block; clear: both}
.tec_2clum_b1_text {float: none; width: 100%}
.tec_2clum_b1_img {float: none; width: 100%; margin-top: 35px}
.tec_2clum_b1_img img {width: 100%}

/* 左に画像 右にテキスト */
.tec_2clum_b2 {margin: 0; width: 100%}
.tec_2clum_b2:after {content: ""; display: block; clear: both}
.tec_2clum_b2_text {float: none; width: 100%}
.tec_2clum_b2_img {float: none; width: 100%; margin-top: 35px}
.tec_2clum_b2_img img {width: 100%}


.tec_3clum {margin: 0 auto;width: 100%}
.tec_3clum:after {content: ""; display: block; clear: both}
.tec_3clum_section {float: none;margin: 0 auto 50px auto;width: 100%;margin-right: 0%}
.tec_3clum_section:nth-child(3n) {margin-right: 0%}
.tec_3clum_section img {
	margin: 0;
	width: 100%;
	border: solid 1px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tec_txt_b_001 {
	margin-top: 11px;
	font-size: 13px;
	color: #3b5998;
	line-height: 1.5;
}
.tec_txt_b_001 i {
	margin-right: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #3b5998;
}
.tec_txt_b_002 {
	margin-top: 8px;
	font-size: 12px;
	color: #333;
	line-height: 1.7;
}

.tec_content_txt_d_002 {
	margin-top: 5px;
	font-size: 12px;
	color: #333;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}

.content_anchor {
	margin-top: 26px;
	border-top: solid 3px #ccc;
	background-color: #f1f1f1;
	width: 100%;
}
.content_anchor:after {content: ""; display: block; clear: both}

.content_anchormenu {
	float: left;
}
.content_anchormenu a {
	display: block;
	margin: 0;
	font-size: 15px;
	color: #3b5998;
	line-height: 1;
	padding: 12px 12px;
}
.content_anchormenu a i {
	margin: 0 0 0 6px;
	font-size: 18px;
	color: #3b5998;
	line-height: 1;
}
}
/* ----------------------------------------------------------------------------		About | 事業所
---------------------------------------------------------------------------- */

.base_2clum {width :100%}
.base_2clum:after {content: ""; display: block; clear: both}
.base_2clum_section {float: left; width :48%; margin-right: 4%; margin-bottom: 40px}
.base_2clum_section:after {content: ""; display: block; clear: both}
.base_2clum_section:nth-child(2n) {margin-right: 0}
.base_2clum_section_tx {float: left; width :65%; margin-right: 5%;}
.base_2clum_section_img {float: right; width :30%;}
.base_2clum_section_img img {width :100%;}

.about_full_2clum_tx {
	float: left;
	width: 60%;
	padding-left: 100px;
	padding-right: 120px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about_full_2clum_img {float: left; width: 40%}
.about_full_2clum_img img {width: 100%}
.about_full_2clum_txB {
	float: right;
	width: 60%;
	padding-left: 120px;
	padding-right: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about_full_2clum_imgB {float: left; width: 40%}
.about_full_2clum_imgB img {width: 100%}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.base_2clum_section {float: none; width :100%; margin-right: 0; margin-bottom: 30px}
.base_2clum_section:after {content: ""; display: block; clear: both}
}

/* ######################### 499px以下 ######################## */
@media (max-width: 499px) {

.base_2clum_section {float: none; width :100%; margin-right: 0; margin-bottom: 30px}
.base_2clum_section:after {content: ""; display: block; clear: both}
}

/* ----------------------------------------------------------------------------		News
---------------------------------------------------------------------------- */

.news-box {
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #f1f1f1;
}

.news-section-box {
	margin: 0 auto;
	width: 100%;
	max-width: 1480px;
}
.news-section-box:after {content: ""; display: block; clear: both}
.news-section {
	float: left;
	margin: 0;
	margin-right: 1.25%; /*0.8*/
	padding-bottom: 12px;
	margin-bottom: 12px;
	width: 19%; /*16*/
	height: auto;
	min-height: 360px;
	background-color: #fff;
	position: relative;
}
.news-section:nth-child(5n) {margin-right: 0%}
.news-section:nth-child(5n+6) {clear:both}

a .news-section-IMG {
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	height: auto;
}
a .news-section-IMG img {margin: 0; width: 100%; height: auto}
.news-section-textwrapper {
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a .news-section-1 {
	margin: 0;
	margin-top: 14px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}
a .news-section-2 {
	margin-top: 40px;
	font-size: 10px;
	color: #888;
	line-height: 1.3;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
a .news-section-3 {
	margin: 0 auto;
	margin-top: 8px;
	font-size: 13px;
	color: #333;
	line-height: 1.5;
}
a .news-section-4 {
	margin: 0 auto;
	margin-top: 11px;
	font-size: 11px;
	color: #888;
	line-height: 1.3;
	text-align: right;
}
/*----- ニューストップ・シェアボタン -----*/
.news-section-5 {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.news-section-5 img {
	float: left;
	margin-left: 6px;
	width: 23px;
	height: 23px;
}

/* ############################ 1024px以下 ############################ */
@media (max-width: 1024px) {
.news-box {
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #f1f1f1;
}

.news-section-box:after {content: ""; display: block; clear: both}

.news-section {
	margin-right: 0.8%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	width: 24.4%;
	min-height: 360px;
}
.news-section:nth-child(6n) {margin-right: 0.8%}
.news-section:nth-child(4n) {margin-right: 0}
.news-section:nth-child(6n+7) {clear:none}
.news-section:nth-child(4n+5) {clear:both}

.news-section-textwrapper {
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a .news-section-1 {
	margin-top: 14px;
	font-size: 13px;
}
a .news-section-2 {
	margin-top: 40px;
	font-size: 10px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
a .news-section-3 {
	margin-top: 8px;
	font-size: 13px;
}
a .news-section-4 {
	margin-top: 11px;
	font-size: 11px;
	text-align: right;
}
/*----- ニューストップ・シェアボタン -----*/
.news-section-5 {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.news-section-5 img {
	float: left;
	margin-left: 6px;
	width: 23px;
	height: 23px;
}
}
/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {
.news-box {
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #f1f1f1;
}
.news-section-box:after {content: ""; display: block; clear: both}

.news-section {
	margin-right: 2%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	width: 49%;
	min-height: 360px;
}
.news-section:nth-child(6n) {margin-right: 2%}
.news-section:nth-child(4n) {margin-right: 2%}
.news-section:nth-child(2n) {margin-right: 0}
.news-section:nth-child(6n+7) {clear:none}
.news-section:nth-child(4n+5) {clear:none}

.news-section-textwrapper {
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a .news-section-1 {
	margin: 0;
	margin-top: 14px;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	line-height: 18px;
}
a .news-section-2 {
	margin-top: 40px;
	font-size: 10px;
	color: #888;
	line-height: 11px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
a .news-section-3 {
	margin-top: 8px;
	font-size: 13px;
}
a .news-section-4 {
	margin-top: 11px;
	font-size: 11px;
	text-align: right;
}

/*----- ニューストップ・シェアボタン -----*/

}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.news-box {
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f1f1f1;
}
.news-section-box:after {content: ""; display: block; clear: both}

.news-section {
	margin-right: 2%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	width: 49%;
	min-height: 360px;
}

.news-section {
	margin-right: 0;
	padding-bottom: 12px;
	margin-bottom: 12px;
	width: 100%;
	height: auto;
	min-height: 381px;
	background-color: #FFF;
	position: relative;
}

.news-section:nth-child(6n) {margin-right: 2%}
.news-section:nth-child(4n) {margin-right: 2%}
.news-section:nth-child(2n) {margin-right: 0}
.news-section:nth-child(6n+7) {clear:none}
.news-section:nth-child(4n+5) {clear:none}

.news-section-textwrapper {
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a .news-section-1 {
	margin: 0;
	margin-top: 14px;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	line-height: 18px;
}
a .news-section-2 {
	margin-top: 40px;
	font-size: 10px;
	color: #888;
	line-height: 11px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

a .news-section-3 {
	margin-top: 8px;
	font-size: 13px;
}
a .news-section-4 {
	margin-top: 11px;
	font-size: 11px;
	text-align: right;
}
/*----- ニューストップ・シェアボタン -----*/
.news-section-5 {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.news-section-5 img {
	float: left;
	margin-left: 6px;
	width: 32px;
	height: 32px;
}
}
/* ----------------------------------------------------------------------------		News | 記事
---------------------------------------------------------------------------- */
.NEWS_BOX {
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.news_top {
	margin: 0 auto;
	width: 100%;
	height: auto;
	/*max-height: 410px;*/
	text-align: center;
}
.news_top img {
	width: 100%;
	height: auto;
	/*max-height: 410px;*/
}
.news_sns {padding-top: 22px ;width: 100%}
.news_sns:after {content: ""; display: block; clear: both}
.news_sns ul {float: right}
.news_sns ul li {float: left; margin-left: 10px}
#fbbtn {margin-top: -4px}
.linebtn {margin-top: 0; margin-left: 8px}
.linebtn img {margin: 0; width: 82px; height: 20px}
.news_text_1 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	color: #222;
	line-height: 30px;
}

/*------ 記事内のカラム -------*/
.news_1clum {margin: 0 auto;width: 100%;max-width: 640px}
.news_1clum:after {content: ""; display: block; clear: both}
.news_1clum_section {width: 100%;margin-bottom: 20px}
.news_1clum_section img {width: 100%}
.news_1clum_section_tx1 {
	margin: 8px 0 0 0;
	font-size: 14px;
	color: #222;
	line-height: 1.6;
}
.news_2clum {margin-top: 0px;width: 100%}
.news_2clum:after {content: ""; display: block; clear: both}
.news_2clum_section {float:left;width:49%;margin-right:2%;margin-bottom:30px}
.news_2clum_section:nth-child(2n) {margin-right: 0}
.news_2clum_section img {width: 100%}

.news_2clum_section_tx1 {
	margin: 8px 0 0 0;
	font-size: 14px;
	color: #222;
	line-height: 1.6;
}
.news_3clum {margin-top: 0px;width: 100%}
.news_3clum:after {content: ""; display: block; clear: both}
.news_3clum_section {float:left;width:32%;margin-right:2%;margin-bottom:50px}
.news_3clum_section:nth-child(3n) {margin-right: 0}
.news_3clum_section img {width: 100%}
.news_3clum_section_tx1 {
	margin: 8px 0 0 0;
	font-size: 13px;
	color: #222;
	line-height: 1.6;
}
.news_3clum_section_tx1 a {
	margin: 0;
	font-size: 12px;
	color: #339fe7;
	line-height: 1.6;
	text-decoration: underline;
}

.news_4clum {margin-top: 0px; width: 100%}
.news_4clum:after {content: ""; display: block; clear: both}
.news_4clum_section {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.news_4clum_section:nth-child(4n) {margin-right: 0}
.news_4clum_section img {width: 100%}
.news_4clum_section_tx1 {
	margin: 6px 0 0 0;
	font-size: 13px;
	color: #222;
	line-height: 1.6;
}

/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.NEWS_BOX {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#fbbtn {margin-bottom: 8px}
#twbtn {margin-bottom: 8px}
#g+btn {padding-bottom: 6px}
#bibtn {padding-bottom: 6px}

.news_text_1 {
	margin: 0;
	margin-top: -18px;
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: bold;
	color: #222;
	line-height: 1.6;
}
.news_text_2 {
	padding-bottom: 4px;
	border-bottom: solid 1px #aaa;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	line-height: 1.6;
}

/*------ 記事内のカラム -------*/
.news_1clum {margin: 0 auto;width: 100%;max-width: 640px}
.news_1clum:after {content: ""; display: block; clear: both}
.news_1clum_section {width: 100%;margin-bottom: 20px}
.news_1clum_section img {width: 100%}
.news_1clum_section_tx1 {
	margin: 8px 0 0 0;
	font-size: 14px;
	color: #222;
	line-height: 1.6;
}

.news_2clum {margin-top: 0px;width: 100%}
.news_2clum:after {content: ""; display: block; clear: both}
.news_2clum_section {float:left;width:49%;margin-right:2%;margin-bottom:30px}
.news_2clum_section:nth-child(2n) {margin-right: 0}
.news_2clum_section img {width: 100%}
.news_2clum_section_tx1 {
	margin: 8px 0 0 0;
	font-size: 12px;
	color: #222;
	line-height: 1.6;
}

.news_3clum {margin-top: 0px;width: 100%}
.news_3clum:after {content: ""; display: block; clear: both}
.news_3clum_section {float:none;width:100%; margin-right:0; margin-bottom:20px}
.news_3clum_section img {width: 100%}
.news_3clum_section_tx1 {
	margin: 8px 0 0 0;
	font-size: 12px;
	color: #222;
	line-height: 1.6;
}
.news_3clum_section_tx1 a {
	margin: 0 0 0 0;
	font-size: 12px;
	color: #339fe7;
	line-height: 1.6;
	text-decoration: underline;
}

.news_4clum {margin-top: 0px; width: 100%}
.news_4clum:after {content: ""; display: block; clear: both}
.news_4clum_section {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.news_4clum_section img {width: 100%}
.news_4clum_section_tx1 {
	margin: 6px 0 0 0;
	font-size: 12px;
	color: #222;
	line-height: 1.6;
}
}





/* ----------------------------------------------------------------------------		Recruit
---------------------------------------------------------------------------- */
.recruit_wrapper {
	padding-top: 40px;
	padding-bottom: 50px;

}

.recruit_site a {
	display: block;
	float: right;
	margin-bottom: 20px;
	width: 100%;
	height: 54px;
	background-color: #22418b;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 54px;
}
.recruit_entry {
	margin: 84px auto 0 auto;
	width: 100%;
	text-align: center;
	border: solid 0px #4261ab;
}
.recruit_entry img {
	width: 100%;
	max-width: 140px;
}
.recruit_entry_text {
	margin: 0 auto;
	margin-top: 15px;
	font-size: 14px;
	color: #4261ab;
	text-align: center;
	line-height: 1.6;
}
.recruit_site a i {margin-left: 6px}
.recruit_site a:hover {background-color: #4261ab}

/* ----------------------------------------------------------------------------		Recruit | キャリア採用
---------------------------------------------------------------------------- */

.career_2clum {margin: 0 auto; width: 100%}
.career_2clum:after {content: ""; display: block; clear: both}
.career_2clum_section {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.career_2clum_section:nth-child(2n) {margin-right: 0%}

.career_head {
	margin-top: 30px;
	font-size: 27px;
	font-color: #111;
}
.career_txt3 {
	margin: 0;
	font-size: 17px;
	color: #333;
	line-height: 1.8;
}
.career_box {
	margin: 5px auto 60px auto;
	padding: 25px 20px 20px 20px;
	width: 100%;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.career_box:after {content: ""; display: block; clear: both}
.career_txt1 {
	margin: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #555;
}
.career_txt2 {
	margin: 5px 0 17px 30px;
	font-size: 14px;
	color: #555;
}
.career_form {
	margin: 0 auto 30px auto;
	width: 100%;
	text-align: center;
}
.career_form img {width: 100%}

/* ----------------------------------------------------------------------------		お問い合わせフォーム
---------------------------------------------------------------------------- */

.form_content {
	padding-top: 40px;
	padding-bottom: 50px;
}
/*
.input {width: 99%}
#input {width: 100%}
*/
/*
.text-input {
	width: 99%;
	height: 120px;
}

.form-table {display: table}
.form_table p {
	font-size: 14px;
	color: #333;
}
.form-table-wrapper {
	margin: 0;
	width: 100%;
}
.form-table-section-1 {
	padding: 5px;
	display: table-cell;
	min-width: 140px;
	background-color: #f1f1f1;
	border : solid 1px #f1f1f1;
	font-size: 13px;
	color: #333;
	vertical-align: middle;
	text-align: center;
}
.form-table-section-2 {
	padding: 5px;
	display: table-cell;
	width: 100%;
	border : solid 1px #f1f1f1;
	font-size: 13px;
	color: #333;
	text-align: left;
}
.form-table-section p {margin: 0}
*/
/*
#mailform-submit {margin: 50px auto 80px auto}

#mailform-submit #submit {
	padding: 14px 0;
	width: 240px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	background-color: #22418b;
	border: none;
}
#mailform-submit #reset {
	padding: 14px 0;
	width: 240px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	background-color: #808080;
	border: none;
}
#mailform-submit p {
	padding-top: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 1.6;
}
*/
/* ############################ 768px以下 ############################ *
@media (max-width: 768px) {
/*
.form-table-section-1 {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	min-width: 100px;
	font-size: 12px;
	font-weight: bold;
}
.form-table-section-2 {
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	min-width: 100px;
	font-size: 12px;
}
}
*/
/* ----------------------------------------------------------------------------		カタログダウンロード
---------------------------------------------------------------------------- */

.catalog_wrapper {margin: 0; width: 100%}
.catalog_wrapper:after {content: ""; display: block; clear: both}
.catalog_section {
	float: left;
	width: 23.2%; /*18.4*/
	margin-right: 2.4%; /*2*/
	margin-bottom: 30px;
}
.catalog_section:nth-child(4n) {margin-right: 0}
.catalog_section img {width: 100%}

.catalog_img {border: solid 1px #ddd}
.catalog_img img {width: 100%}

.catalog_tx1 {
	margin: 8px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #339fe7;
	text-decoration: underline;
}

/* ############################ 1024px以下 ############################ */
@media (max-width: 1024px) {

.catalog_tx1 {
	min-height: 70px;
}
}

/* ############################ 768px以下 ############################ */
@media (max-width: 768px) {

.catalog_tx1 {
	font-size: 13px;
	min-height: 60px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.catalog_section {
	float: left;
	width: 46%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.catalog_section:nth-child(4n) {margin-right: 2%}
.catalog_section:nth-child(2n) {margin-right: 0}
.catalog_tx1 {
	font-size: 12px;
	min-height: 54px;
}
}
/* ----------------------------------------------------------------------------		サイトマップ
---------------------------------------------------------------------------- */
.sitemap-c {
	padding-top: 45px;
	padding-bottom: 50px;
}

.sitemap-c-wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
}
.sitemap-c-wrapper:after {content: ""; display: block; clear: both}

.sitemap-c-section {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
}
.sitemap-c-section:nth-child(2n) {margin-right: 0}

.sitemap-c-section-head {
	margin-bottom: 15px;
}
.sitemap-c-section-head a {
	display: block;
	width: 100%;
	padding: 15px 15px 12px 15px;
	border: solid 0px #3b5998;
	background-color: #f3f3f6;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sitemap-c-section-head span {
	font-size: 18px;
	color: #3b5998;
	line-height: 1;
}
.sitemap-c-section-head i {
	float: right;
	font-size: 20px;
	color: #3b5998;
	line-height: 1;
}
.sitemap-c-section-text {
	margin-left: 15px;
}
.sitemap-c-section-text a {
	margin-top: 6px;
	font-size: 15px;
	color: #333;
	line-height: 1.8;
}
.sitemap-c-section-text i {
	margin-left: 8px;
	color: #aaa;
}
/* ----------------------------------------------------------------------------		プライバシーポリシー
---------------------------------------------------------------------------- */
.privacy-policy-head {
	margin: 70px auto 30px auto;
	text-align: center;
}
.privacy-policy-head p {margin: 0; text-align: center}
.privacy-tx1 {
	margin: 20px auto 0 auto;
	padding-bottom: 0px;
	height: 25px;
	border-bottom: solid 1px #ccc;
}
.privacy-tx1 p {margin: 0; font-size: 13px; color: #333; line-height: 24px}
