
@charset "utf-8";

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

/* ---------------背景--------------- */
body {
	margin: 0 0 0 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 0 0 0;
	font-size: 23px;
	font-weight: bold;
	color: #1e1e1e;
	line-height: 23px;
}

h2 {
/*
	font-family: 'Oswald';
	font-weight: 700;
*/
	margin: 0 0 0 0;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	line-height: 20px;
}
#h2-border {

	border-bottom: solid 1px #CCC;
}

h3 {
	margin: 0 0 0 0;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #404040;
	line-height: 16px;
}

h6 {
	margin: 0 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #505050;
	line-height: 11px;
}

.TX {
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #222;
	line-height: 170%;
}
#color-white {
	color: #FFF;
}

a {text-decoration: none;
}
a:link { color: #000000; }
a:visited {color: #111111; }

a:active { color: #787878; }
/* ---------------リンク--------------- */

a:link p {margin: 0 0 0 0}
}
a:visited p {margin: 0 0 0 0}
}
a:hover p {
	margin: 0 0 0 0;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	/*color: #5f1980;*/
	text-decoration: underline;
}
a:active p {margin: 0 0 0 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; }
/* ---------------BOX--------------- */
.PADDING-BOX {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---------------id要素--------------- */
#border-top-1 {border-top: solid 1px #AAA}
#margin-right-0 {margin-right: 0}
#border-right-0 {border-right: 0}
#border-bottom-0 {border-bottom: 0}
/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {

#none-max1000 {display: none}
}
/* ############################ 999px以下 ############################ */
@media (max-width: 999px) {

#none-min1000 {display: none}
}
/* ############################ 900px以上 ############################ */
@media (min-width: 900px) {

#none-min900 {display: none}
}
/* ############################ 899px以下 ############################ */
@media (max-width: 899px) {

#none-max900 {display: none}
}
/* ############################ 768px以上 ############################ */
@media (min-width: 768px) {

#none-min768 {display: none}
}
/* ############################ 767px以下 ############################ */
@media (max-width: 767px) {

#none-max768 {display: none}
}

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

#under768-view {display: none}
}
/* ############################ 767px以下 ############################ */
@media (max-width: 767px) {

#over768-view {display: none}
}
/* ############################ 651px以上 ############################ */
@media (min-width: 651px) {

#under651-view {display: none}
}
/* ############################ 650px以下 ############################ */
@media (max-width: 650px) {

#over650-view {display: none}
}
/* ############################ 600px以上 ############################ */
@media (min-width: 600px) {

#none-max600 {display: none}
}
/* ############################ 599px以下 ############################ */
@media (max-width: 599px) {
#none-min600 {display: none}
}
/* ############################ 500px以上 ############################ */
@media (min-width: 500px) {
#none-max500 {display: none}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
#none-min500 {display: none}
}
/* ---------------pankuzu--------------- */

/* ------------------------------------------------------------------------------------------------------------------ 共通コンテンツ ---------------------------------------------------------------------------------------------------------------------- */

/* === 全体 ===*/
#wrapper {
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper:after {content: ""; display: block; clear: both;}


/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {
#wrapper-top {
	background-color: #f2f4f7;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper-top:after {content: ""; display: block; clear: both;}
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
#wrapper-top {
	background-color: #f2f4f7;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper-top:after {content: ""; display: block; clear: both;}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
#wrapper-top {
	background-color: #fff;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper-top:after {content: ""; display: block; clear: both;}
}
/* === サイトタイトル ===*/
#saiyo-header {
	margin: 0 auto;
	margin-top: 300px;
	margin-bottom: 300px;
	margin-left: 20px;
	max-width: 1300px;
}
#saiyo-header:after {content: ""; display: block; clear: both;}
#saiyo-header {
	float: left;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
}
#saiyo-header {
	float: right;
	margin: 0;
	padding-right: ;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
}

#saiyo-header img {
	margin: 0;
	width: 100%;
	max-width: 397px;
	height: auto;
}

.saiyo-body {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.saiyo-body:after {content: ""; display: block; clear: both;}

/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {
.padding {
	margin:0 auto;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.padding {
	margin:0 auto;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.padding {
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}

.padding-bottom {
	margin:0 auto;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-padding {
	margin:0 auto;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	max-width: 1100px;
	height: auto;
	/*border: solid 1px #DDD;*/
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#padding-blue2 {
	background-color: #27323a; /*27323a*/ /*454a4d*/
}
#padding-lightgray1 {
	background-color: #fafafa;
}
#padding-lightgray2 {
	background-color: #f3f3f3;
}
#padding-lightgray3 {
	background-color: #edf0f1;
}
#padding-darkgray1 {
	background-color: #27323a; /*27323a*/ /*454a4d*/
}

.saiyo-body-topimg {
	margin: 0;
	width: 100%;
}
.saiyo-body-topimg img {
	margin: 0;
	width: 100%;
	height: auto
}

.saiyo-home-grayback {
	background-color: #f8f8f8;
	width: auto;
	height: auto;
	margin-left: 200px;
}

.main-header {
	z-index: 1;
	width: 100%;
	height: 50px;
	background-color: #3a6eb8; /*3a6eb8*/
	opacity: 1.0;
/*
	position: fixed;
	top: 0;
	right: 0;
*/
	box-shadow: 0 2px 12px 2px rgba(0,0,0,0.2) ;
	-webkit-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.2) ;
	-moz-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.2) ;
}
.main-header-wrapper {
	margin-left: 0;
	position: relative;
}


.main-header-text > h1 {
	margin: 0;
	font-size: 15px;
	font-weight: ;
	color: #FFF;
	line-height: 15px;
	position: absolute;
	top: 17px;
	left: 25px;
}
.main-header-text > h1 span {
	margin: 0;
	font-family: 'Oswald';
	font-style: ;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	line-height: 15px;
}

.main-header-pankz {
	margin: 0;
	font-size: 11px;
	font-weight: ;
	color: #FFF;
	line-height: 11px;
	position: absolute;
	top: 19px;
	right: 30px;
}
.main-header-pankz a {
	margin: 0;
	font-size: 11px;
	font-weight: ;
	color: #FFF;
	line-height: 11px;
	text-decoration: underline;
}

.contents-wrapper {
	margin: 0 auto;
	padding: 50px 0 50px 0;
	/*padding: 40px 0 40px 0;*/
	width: 100%;
	max-width: 1000px;
}

.contents-wrapper:after {content: ""; display: block; clear: both;}

.contents-wrapper-960 {
	margin: 0 auto;
	padding: 40px 0 40px 0;
	width: 100%;
	max-width: 960px;
}

.submenu-3 {
	margin: 0:
	width: 100%;
	height: 80px;
	background-color: #22418b;
	border-top: solid px #cecece;
	border-bottom: solid px #cecece;
}
.submenu-2 {
	margin: 0:
	width: 100%;
	height: 50px;
	background-color: #EEE;
	border-top: solid px #cecece;
	border-bottom: solid px #cecece;
}
.submenu {
	margin: 0:
	width: 100%;
	height: 50px;
	background-color: #EEE;
	border-top: solid px #cecece;
	border-bottom: solid px #cecece;
}


.interview-title {
	margin: 0;
	width: ;
	position: absolute;
	top: 240px;
	left: 80px;
}
.interview-title img {
	width: 100%;
	height: auto;
}

.interview-header {
	margin: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	border-bottom: solid 1px #eee;
	position: relative;
	z-index: 300;
	/*position: relative;*/
}
.interview-header-TX3 {
	margin: 0;
	position: absolute;
	top: 22px;
	left: 25px;
}
.interview-header-TX3 img {
	margin: 0;
	width: auto;
	height: auto;
	max-height: 20px;
}
.interview-header-TX1 {
	margin: 0;
	font-size: 21px;
	color: #BBB;
	font-family: 'Oswald';
	font-weight: 400;
	position: absolute;
	top: 21px;
	left: 226px; /*60*/
}

.interview-header-TX2 {
	margin: 0;
	font-size: 14px;
	color: #aaa;
	position: absolute;
	top: 27px;
	right: 60px; /*375*/
}
.interview-header-TX5 {
	margin: 0;
	font-size: 21px;
	color: #aaa;
	font-style: italic;
	font-family: 'Oswald';
	font-weight: 400;
	position: absolute;
	top: 16px;
	left: 30px; /*60*/
}
.interview-header-TX5 span {
	margin: 0;
	margin-right: 15px;
	font-size: 28px;
	color: #22418b;
	font-style: italic;
	font-family: 'Oswald';
	font-weight: 700;
}

.interview-header-ICON {
	margin: 0;
	position: absolute;
	top: 22px;
	right: 60px; /*80*/
}
.interview-header-ICON:after {content: ""; display: block; clear: both;}

.interview-header-ICON-section {
	float: left;
	margin-left: 15px;
}
.interview-header-ICON-section a i {
	margin: 0;
	font-size: 19px;
	color: #888;
	line-height: 19px;
	vertical-align: middle;
}
.interview-header-ICON-section a img {
	margin: 0;
	width: auto;
	height: auto;
	max-height: 19px;
	vertical-align: middle;
}
/*
.interview-header-ICON1 a {
	margin: 0;
	font-size: 12px;
	color: #666;
	line-height: 12px;
	vertical-align: middle;
}
.interview-header-ICON1 a i {
	margin: 0;
	margin-right: 8px;
	margin-bottom: 2px;
	font-size: 18px;
	color: #444;
	line-height: 18px;
	vertical-align: middle;
}
.interview-header-ICON2 {
	margin: 0;
	position: absolute;
	top: 24px;
	right: 115px; /*170*/
}
.interview-header-ICON2 a {
	margin: 0;
	font-size: 12px;
	color: #666;
	line-height: 12px;
	vertical-align: middle;
}
.interview-header-ICON2 a i {
	margin: 0;
	margin-right: 8px;
	margin-bottom: 2px;
	font-size: 18px;
	color: #444;
	line-height: 18px;
	vertical-align: middle;
}
.interview-header-ICON3 {
	margin: 0;
	position: absolute;
	top: 24px;
	right: 25px; /*80*/
}
.interview-header-ICON3 a {
	margin: 0;
	font-size: 12px;
	color: #666;
	line-height: 12px;
	vertical-align: middle;
}
.interview-header-ICON3 a i {
	margin: 0;
	margin-right: 8px;
	margin-bottom: 2px;
	font-size: 18px;
	color: #444;
	line-height: 18px;
	vertical-align: middle;
}
*/

/*-------- 人気ワード --------*/
.interview-header-2 {
	border-bottom: solid 1px #e7e7e7;
	background-color: #FFF;
	margin: 0;
	width: 100%;
	height: 40px;
	position: relative;
}
.interview-header-2-TX1 {
	margin: 0;
	font-size: 15px;
	color: #555;
	line-height: 15px;
	position: absolute;
	top: 15px;
	left: 25px; /*50*/
}
.interview-header-2-TX2-wrapper {
	margin: 0;
	position: absolute;
	top: 9px;
	left: 115px; /*140*/
}
.interview-header-2-TX2-wrapper:after {content: ""; display: block; clear: both;}
.interview-header-2-TX2 {
	float: left;
	margin: 0;
	margin-right: 8px;
}
.interview-header-2-TX2 a {
	margin: 0;
	padding: 2px 11px;
	font-size: 12px;
	font-weight: ;
	color: #505050;
	line-height: 12px;
	background-color: #EEE;
	border-radius: 2px;
}


.contents-2clum-index {
	/*margin-bottom: 10px;*/
	width: 100%;
	height: 70px;
	background-color: #f7f7f7;
	position: relative;
}
.contents-2clum-index-TX1 {
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 24px;
	color: #333;
	text-align: left;
	line-height: 70px;
	margin-left: 25px;
}
.contents-2clum-index-TX2 {
	font-size: 25px;
	font-weight: bold;
	color: #222;
	line-height: 25px;
	position: absolute;
	top: 25px;
	left: 170px;
}
.contents-2clum-index-TX3 {
	position: absolute;
	top: 0;
	right: 105px;
}
.contents-2clum-index-TX3 a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
}
.contents-2clum-index-TX3 i {
	font-size: 18px;
	color: #337fe9;
	line-height: 70px;
}
.contents-2clum-index-TX4 {
	position: absolute;
	top: 0;
	right: 25px;
}
.contents-2clum-index-TX4 a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
}
.contents-2clum-index-TX4 i {
	font-size: 18px;
	color: #337fe9;
	line-height: 70px;
}

.contents-2clum-wrapper {
	background-color: #FFF;
}
.contents-2clum-wrapper:after {content: ""; display: block; clear: both;}


.contents-2clum-L {
	float: left;
	margin: 0;
	width: 100%;
}
.contents-2clum-R {
	float: left;
	margin: 0;
	background-color: #FFF;
	width: 80%; /*260*/
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-2clum-padding {
	width: 100%;
}
.contents-2clum-R-head {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	line-height: 15px;
	padding-bottom: 8px;
	border-bottom: solid 2px #555;
}
.contents-2clum-R-head-2 {
	margin: 0;
	margin-top: 8px;
	font-size: 13px;
	color: #111;
	line-height: 13px;
}
.contents-2clum-R-wrapper-head {
	margin: 30px 0 5px 0;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 400;
	color: #111;
	line-height: 14px;
}
.contents-2clum-R-wrapper {
	border-top: solid 1px #CCC;
	margin: 0 0 60px 0;
}
.contents-2clum-R-contents {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	height-auto: 57px;
	border-bottom: solid 1px #CCC;
}
.contents-2clum-R-contents:after {content: ""; display: block; clear: both;}

.contents-2clum-R-contents-IMG {
	float: left;
	margin: 0;
	padding-right: 4%;
	width: 26%;
}
.contents-2clum-R-contents-IMG img {
	margin: 0;
	width: 100%;
	height: auto;
}
.contents-2clum-R-contents-TX {
	float: left;
	margin: 0;
	width: 70%;
	position: relative;
}
.contents-2clum-R-contents-TX-1 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000; /*009fe7*/
	line-height: 16px;
}
.contents-2clum-R-contents-TX-2 {
	margin: 0;
	font-size: 11px;
	color: #777;
	line-height: 11px;
	position: absolute;
	bottom: 0;
}
/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {
.saiyo-body-background {
	width: auto;
	height: auto;
	margin-left: 240px; /*280*/
}
.saiyo-body-background:after {content: ""; display: block; clear: both;}

.contents-2clum {
	margin: 25px auto 105px auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-2clum:after {content: ""; display: block; clear: both;}
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.saiyo-body-background {
	margin-left: 0;
}
.saiyo-body-background:after {content: ""; display: block; clear: both;}

.contents-padding {
	margin:0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	height: auto;
	/*border: solid 1px #DDD;*/
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-2clum {
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-2clum-L {
	float: left;
	margin: 0;
	width: 100%;
}
.contents-2clum-R {
	display: none;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {

.saiyo-body-background {
	margin-left: 0;
}
.saiyo-body-background:after {content: ""; display: block; clear: both;}

.contents-padding {
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	height: auto;
	/*border: solid 1px #DDD;*/
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-2clum {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-2clum-L {
	float: left;
	margin: 0;
	width: 100%;
}
.contents-2clum-R {
	display: none;
}

.contents-2clum-index {
	/*margin-bottom: 10px;*/
	width: 100%;
	height: 70px;
	background-color: #f7f7f7;
	position: relative;
}
.contents-2clum-index-TX1 {
	margin: 0 auto;
	width: 100%;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 21px;
	color: #333;
	text-align: center;
	line-height: 70px;
}
.contents-2clum-index-TX3 {
	position: absolute;
	top: 0;
	left: 20px;
}
.contents-2clum-index-TX3 a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
}
.contents-2clum-index-TX3 i {
	font-size: 14px;
	color: #337fe9;
	line-height: 70px;
}
.contents-2clum-index-TX4 {
	position: absolute;
	top: 0;
	right: 20px;
}
.contents-2clum-index-TX4 a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
}
.contents-2clum-index-TX4 i {
	font-size: 14px;
	color: #337fe9;
	line-height: 70px;
}
}
/* ------------------------------------------------------------------------------------------------------------------ サイドバー ---------------------------------------------------------------------------------------------------------------------- */
.saiyo-side {
	border-right: solid 1px #e1e1e1;
	margin: 0;
	width: 240px; /*200*/
	height: 100%;
	background-color: #FFF;
	z-index: 1000;

/*
	position: absolute;
	top: 25px;
	left: 35px;
*/
	position: absolute;
	top: 0;
	left: 0;
}

.saiyo-side-wrapper {
	margin: 0 auto;
	100%;
}

.saiyo-side-logo {
	margin: 0 auto;
	padding: 25px 0 10px 0;
	width: 150px;
	/*width: 120px;*/
}
.saiyo-side-logo a img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-side-title {
	margin: 0 auto;
	padding: 0 0 18px 0;
	width: 100%;
	/*font-family: 'Oswald';*/
	font-size: 13px;
	font-weight: bold;
/*	color: #111155;	*/
	color: #808080;
	text-align: center;
	line-height: 23px;
	border-bottom: solid 1px #e1e1e1;
}

.saiyo-side-nav {
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	margin: 0 auto;
	padding: 0; /*16 0*/
	width: 100%;
	text-align: left;
}
.saiyo-side-nav ul > li#parent > a {
	margin: 0 auto;
	display: block; /*必要！*/
	padding: 5px 0 12px 0; /*18px 0*/
	width: 100%;
	border-top: solid 1px #e1e1e1;
position: relative;
}
.saiyo-side-nav ul > li#parent > a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.saiyo-side-nav ul > li#parent > a p {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	margin-left: 25px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-size: 15px;
	color: #111;
	line-height: 15px;
}
.saiyo-side-nav ul > li#parent > a span {
	margin-left: 25px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #AAA;
}
.saiyo-side-nav ul > li#parent > a i {
	font-weight: normal;
	font-size: 26px;
	color: #111;
	line-height: 24px;
	position: absolute;
	top: 18px;
	right: 25px;
}
/*
.saiyo-side-nav ul > li#parent > a {
	margin: 0 auto;
	display: block;
	padding: 11px 0;
	width: 100%;
	font-size: 10px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	line-height: 14px;
	color: #AAA;
}
.saiyo-side-nav ul > li#parent > a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.saiyo-side-nav ul > li#parent > a span {
	font-weight: normal;
	font-size: 14px;
	color: #111;
	line-height: 18px;
}
*/
.saiyo-side-nav ul > li#parent > a > i {
	margin: 0;
	padding-left: 6px;
	font-size: 16px;
	font-weight: ;
	color: #22418b; /*404040*/
}

#nav .subs {
	z-index: 1000;
	margin: 0;
	height: 100%;
	width: 210px;
	background-color: #339ff7; /*339ff7*/ /*c00020*/
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 240px;
	box-shadow: 14px 0px 12px -12px rgba(0,0,0,0.3)inset ;
	-webkit-box-shadow: 14px 0px 12px -12px rgba(0,0,0,0.3)inset ;
	-moz-box-shadow: 14px 0px 12px -12px rgba(0,0,0,0.3)inset ;
}
#nav > li:hover .subs {
	visibility: visible;
}

#nav .subs li:nth-child(1) {
	margin-top: 152px;
}

#nav .subs li a {
	margin: 0 auto;
	display: block; /*必要！*/
	padding: 20px 0;
	font-size: 12px;
	font-weight: ;
	color: #fff;
	text-align: center;
	background-color: #339ff7; /*339ff7*/
	box-shadow: 14px 0px 12px -12px rgba(0,0,0,0.3)inset ;
	-webkit-box-shadow: 14px 0px 12px -12px rgba(0,0,0,0.3)inset ;
	-moz-box-shadow: 14px 0px 12px -12px rgba(0,0,0,0.3)inset ;
}
#nav .subs li a:hover {
	/*
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	*/
	background-color: #11418b;
}



.saiyo-side-entry {
	margin: 15px auto 12px auto;
	width: 208px;
	height: 40px;
	background-color: #f00028;
	border-radius: 0px;
	text-align: center;
}
.saiyo-side-entry:hover {
	background-color: #ff5555;
}

.saiyo-side-entry-text1 {
	padding: 20px 0 0 0;

}
.saiyo-side-entry-text1 span {
	margin: 5px 0 0 0;
	width: 100%;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 24px;
	color: #FFF;
	line-height: 24px;
}
.saiyo-side-entry-text2 {
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
}
.saiyo-side-entry-text3 {
	position: ;
	top: ;
	right: ;
}
.saiyo-side-entry-text3 i {
	margin: 0;
	font-size: 22px;
	font-weight: ;
	color: #FFF;
	line-height: 21px;
}

.saiyo-side-intern {
	margin: 0 auto 15px auto;
	width: 208px;
	height: 40px;
	background-color: #22418b;
	border-radius: 0px;
	text-align: center;
}
.saiyo-side-intern:hover {
	background-color: #ff5555;
}

.saiyo-side-intern-text1 {
	padding: 15px 0 0 0;

}
.saiyo-side-intern-text1 span {
	margin: 5px 0 0 0;
	width: 100%;
	font-family: 'Oswald';
	font-weight: 400;
	/*font-family: "Arial Black";*/
	/*font-style: italic;*/
	font-size: 18px;
	font-weight: ;
	color: #FFF;
	line-height: 18px;
}
.saiyo-side-intern-text2 {
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
}

.saiyo-side-social {
	margin: 0 auto 0 auto; /*14px auto 0 auto*/
	padding: 12px 0; /*12px 0*/
	width: 100px;
	text-align: center;
}
.saiyo-side-social-text1 {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: ;
	color: #606060;
	line-height: 150%;
}
.saiyo-side-social-icon {
	margin: 0 auto 0 auto;
	width: 100px;
	text-align: center;
}
.saiyo-side-social-icon:after {content: ""; display: block; clear: both;}

.saiyo-side-social-icon ul li {
	float: left;
	margin: 0;
	margin-right: 5px;
	width: 26px;
	height: 26px;
}
.saiyo-side-social-icon ul li:nth-child(3) {
	margin-right: 0;
}
.saiyo-side-social-icon ul li a img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-side-social-icon ul li a i {
	margin: 0;
	font-size: 20px;
	color: #606060;
	line-height: 20px;
}
.saiyo-side-mail {
	margin: 0 auto;
	padding: 12px 0; /*12px 0*/
	width: 160px; /*140px*/
	text-align: center;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
			background-color: #FFF;
}
.saiyo-side-mail i {
	margin: 0 auto 10px auto;
	font-size: 20px;
	font-weight: ;
	color: #606060;
	line-height: 20px;
}
.saiyo-side-mail-text1 {
	margin: 0 auto 0 auto;
	font-size: 11px;
	font-weight: ;
	color: #606060;
	line-height: 11px;
}

.saiyo-side-foot {
	margin: 10px auto 0 auto; /*20px auto 0 auto*/
	width: 160px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #606060; /*606060*/
	line-height: 16px;
}
.saiyo-side-link {
	margin: 0 auto;
	margin-top: 25px;
	width: 140px;
	text-align: center;
}
/*
.saiyo-side-link {
	margin: 18px auto 0 auto;
	padding: 0;
	width: 140px;
	text-align: center;
	border-top: solid px #AAA;
	border-bottom: solid px #AAA;
}
*/
.saiyo-side-link-text1 a {
	margin: 0 auto 0 auto;
	font-size: 12px;
	font-weight: ;
	color: #3388cd;
	line-height: 11px;
	text-decoration: underline;
}
.saiyo-side-link-text1 i {
	margin: 0 auto 0 auto;
	padding-left: 3px;
	font-size: 11px;
	font-weight: ;
	color: #606060;
	line-height: 11px;
}
.saiyo-side-A {
margin: 0 auto;
	padding: 8px 0 25px 0;
font-size: 8px;
color: #808080;
width: 160px;
text-align: center;
}
/*
.saiyo-side-A {
margin: 4px auto 0 auto;
font-size: 10px;
color: #808080;
width: 160px;
text-align: center;
}
*/

.saiyo-side-sns-wrapper {
	margin: 0;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
/*
position: absolute;
bottom: 0;
*/
}
.saiyo-side-sns a {
	float: left;
	margin: 0;
	border-right: solid 1px #e1e1e1;
	width: 59px;
	height: 60px;
	text-align: center;
}
#border-right-0 {
	border-right: solid 0px #FFF;
}
.saiyo-side-sns a i {
	margin: 0 auto;
	font-size: 22px;
	color: #999;
	text-align: center;
	line-height: 60px;
}
.saiyo-side-sns a img {
	margin: 0 auto;
	margin-top: 18px;
	width: auto;
	max-height: 23px;
	text-align: center;
}
#facebook-color {color: #3b5998}
#youtube-color {color: #cd201f}
#mail-color {color: #AAA}

/* ------モバイルメニュー------ */

.mobile-header {
	margin: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
	background-color: #FFF;
	border-bottom: solid 1px #ccc;
	box-shadow: 0 2px 12px 2px rgba(0,0,0,0.2) ;
	-webkit-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.2) ;
	-moz-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.2) ;
}

.mobile-logo {
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
}

.mobile-logo img {
	margin: 0;
	margin-top: 14px;
	width: 100%;
	max-width: 200px;
	height: auto;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.saiyo-side-sns a {
	float: left;
	margin: 0;
	border-right: solid 1px #e1e1e1;
	width: 59px;
	height: 60px;
	text-align: center;
}
#border-right-0 {
	border-right: solid 1px #FFF;
}
.mobile-entrybtn a {
	margin: 0;
	width: 68px;
	height: 34px;
	background-color: #f00028; /*0284c3*/
	font-size: 13px;
	font-weight: ;
	color: #fff;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	position: fixed;
	top: 12px;
	right: 25px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.mobile-logo {
	margin: 0 auto;
	width: 100%;
	max-width: 140px;
}
.mobile-logo img {
	margin: 0;
	margin-top: 19px;
	width: 100%;
	max-width: 140px;
	height: auto;
}
.saiyo-side-sns a {
	float: left;
	margin: 0;
	border-right: solid 1px #e1e1e1;
	width: 59px;
	height: 60px;
	text-align: center;
}
#border-right-0 {
	border-right: solid 1px #FFF;
}
.mobile-entrybtn a {
	margin: 0;
	width: 50px;
	height: 30px;
	background-color: #f00028; /*0284c3*/
	font-size: 12px;
	font-weight: ;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	position: fixed;
	top: 15px;
	right: 20px;
}
}
/* ------------------------------------------------------------------------------------------------------------------新着ニュース---------------------------------------------------------------------------------------------------------------------- */

.top-information {
	border-bottom: solid px #DDD;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	min-height: 130px;
	background-color: #fff;
	position: relative;
}
.top-information-wrapper {
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top-information-A {
	float: left;
	/*border-right: solid 1px #808080;
	margin: 0 0 0 -1px;*/
	width: 8%;
	height: auto;
	/*background-color: #339fe7;*/
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
}
.top-information-B {
	margin: 0;
	/*width: 80%;*/
	height: auto;
	/*background-color: #22418b;*/
}
.top-information-B-section-head {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #666;
	text-align: left;
	line-height: 200%;
}
.top-information-B-section {
	margin: 0 auto;
	/*margin-bottom: 4px;*/
}
/*.top-information-B-section:after {content: ""; display: block; clear: both;}*/

.top-information-B-section-1 {
clear: both;
margin-bottom: 4px;
	float: left;
	width: 150px;
	font-size: 14px;
	color: #22418b; /*3388cd*/
	text-align: left;
}
.top-information-B-section-2 {
	float: left;
	max-width: 100%;
	font-size: 14px;
	color: #22418b; /*3388cd*/
	text-align: left;
}
/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {
.top-information-btn {
	position: absolute;
	top: 15px;
	right: 30px;
}
.top-information-btn a {
	padding: 6px 35px;
	background-color: #22418b;
	font-size: 12px;
	font-weight: ;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.top-information {
	margin: 0 auto;
	width: 100%;
	min-height: 75px;
	position: relative;
}
.top-information-wrapper {
	margin: 0 auto;
	padding: 0 25px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top-information-B-section {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 100%;
}
.top-information-B-section:after {content: ""; display: block; clear: both;}

.top-information-B-section-1 {
	width: 100%;
	font-size: 12px;
	color: #666;
	text-align: left;
}
.top-information-B-section-2 {
	width: 100%;
	font-size: 14px;
	color: #22418b;
	text-align: left;
}
.top-information-btn {
	position: absolute;
	top: 15px;
	right: 30px;
}
.top-information-btn a {
	padding: 6px 35px;
	background-color: #22418b;
	font-size: 12px;
	font-weight: ;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.top-information {
	margin: 0 auto;
	width: 100%;
	min-height: 75px;
	position: relative;
}
.top-information-wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top-information-B-section {
	margin: 0 auto;
	margin-bottom: 6px;
	width: 100%;
}
.top-information-B-section:after {content: ""; display: block; clear: both;}

.top-information-B-section-1 {
	width: 100%;
	font-size: 12px;
	color: #666;
	text-align: left;
}
.top-information-B-section-2 {
	width: 100%;
	font-size: 13px;
	color: #22418b;
	text-align: left;
}

.top-information-btn {
	margin-top: 20px;
	padding: 8px 0 12px 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #22418b;
}
.top-information-btn a {
	font-size: 13px;
	font-weight: ;
	color: #fff;
	line-height: 13px;
}
}

/*-------------------------------------インフォメーションページ-------------------------------------*/
.information-wrapper {
	margin: 0 auto;
	padding: 150px 0;
	width: 100%;
	height: auto;
	min-height: 450px;
}
.information-head {
	border-bottom: solid 1px #AAA;
	padding-bottom: 25px;
	margin: 0 auto;
	font-size: 38px;
	color: #707070;
	text-align: center;
	line-height: 34px;
}
.information-IMG1 {
	margin: 0;
	width: 100%;
	max-width: 800px;
}
.information-IMG1 img {
	margin: 0;
	width: 100%;
}
.information-TX1 {
	margin: 5px auto 0 auto;
	font-size: 14px;
	color: #333;
	text-align: ;
	line-height: 165%;
}
.information-TX1 a {
	color: #057cca;
	text-decoration: underline;
}
.information-TX2 {
	border-bottom: solid px #AAA;
	margin: 40px auto 10px auto;
	font-size: 36px;
	color: #333;
	text-align: ;
	line-height: 36px;
}
/*
.information-TX2 {
	background-color: #22418b;
	border-bottom: solid px #AAA;
	padding: 10px;
	margin: 40px auto 0 auto;
	width: 430px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 16px;
}
*/
.information-TX3 {
	margin: 20px 0 0 0;
	width: 450px;
	font-size: 15px;
	color: #111;
	text-align: ;
	line-height: 15px;
}






/* ------------------------------------------------------------------------------------------------------------------ 各コンテンツトップイメージ ---------------------------------------------------------------------------------------------------------------------- */

.contents-top-img-2 {
	margin: 0;
	width: 100%;
	/*max-width: 780px;*/
	position: relative;
}
.contents-top-img-2 img {
	width: 100%;
	height: auto;
}


.contents-top-img {
	margin: 0 auto;
	width: 100%;
	text-align: center;
overflow: hidden;
	height: auto;
	position: relative;
}
.contents-top-img:after {content: ""; display: block; clear: both;}

.contents-top-img img {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: auto;
}

.contents-top-TX-1 {
	margin: 0 auto;
	width: 100%;
	font-size: 135px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 110px;

}
.contents-top-TX-2 {
	margin: 0 auto;
	width: 100%;
	font-size: 46px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 34px;
}
.contents-top-TX-3 {
	margin: auto;
	width: 100%;
	height: 40px;
	max-width: 820px;
	background-color: #337ef9;

	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

	position: absolute;
	top: 314px;
	right: 0;
	left: 0;
}
.contents-top-TX-3 span {
	margin: 0;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.contents-top-TX-4 {
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 150%;
	position: absolute;
	top: 380px;
}
.contents-box-A-wrapper {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
/*
	padding-left: 60px;
	padding-right: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 240px;
	right: 0;
	left: 0;
	bottom: 0
*/
}
/*
.contents-box-A-wrapper {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: absolute;
	top: 180px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
}
*/
/*
.contents-box-A-wrapper {
	margin: 40px auto;
	width: 100%;
	max-width: px;
	height: auto;
}
*/

.contents-box-A-wrapper:after {content: ""; display: block; clear: both;}

.contents-box-A-h {
	margin: auto;
	width: 100%;
	height: 40px;
	background-color: #337ef9;
}
/*.contents-box-A-section {
	float: left;
	margin-right: 2%;
	width: 32%;
	height: auto;
}
*/
/*
.contents-box-A-section {
	float: left;
	margin-right: 4%;
	width: 48%;
	height: auto;
	min-height: 450px;
}
*/
.contents-box-A-section {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.contents-box-A-section:nth-child(2) {
	margin-right: 0;
}
.contents-box-A-section:nth-child(3) {
	margin-right: 0;
}
.contents-box-A {
	width: 100%;
	height: auto;
	min-height: 240px;
	border-bottom: solid 8px #e00028;
	background-color: #eee; /*337ef9*/

}

.contents-box-A-TX1 {
	margin: 26px auto 0 auto;
	text-align: center;
}
.contents-box-A-TX1 i {
	margin: 0;
	font-size: 90px;
	color: #999; /*fff*/
	line-height: 90px;
}
.contents-box-A-TX2 {
	padding-top: 30px;
	font-size: 16px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #555;/*fff*/
	text-align: center;
	line-height: 26px;
}
.contents-box-A-TX3 {
	margin: 0 auto;
	margin-top: 14px;
	font-size: 22px;
	font-weight: bold;
	color: #f00028;/*fff*/
	text-align: center;
	line-height: 16px;
}
.contents-box-A2-TX1 {
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	font-size: 19px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 19px;
}
.contents-box-A2-TX2 {
	margin: 0 auto;
	padding: 0px 20px 5px 20px;
	font-size: 16px;
	color: #222;
	text-align: center;
	line-height: 170%;
}
.contents-box-A2-TX3 {
	margin: 0 auto;
	padding: 5px 30px 0 30px;
	font-size: 15px;
	font-weight: ;
	color: #333;
	text-align: center;
	line-height: 155%;
}
.contents-box-A2-TX4:after {content: ""; display: block; clear: both;}

.contents-TX-2 {
	margin: 0 auto;
	width: 100%;
	font-size: 40px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 80px;
}
.contents-TX-4 {
	margin: 0 auto;
	width: 100%;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	line-height: 150%;
	position: absolute;
	top: 150px;
}

.contents-IMG {
	width: 100%;
}
.contents-IMG img {
	width: 100%;
}


.contents-background {
	background: url(../images/saiyo/vision-window.jpg) no-repeat center top fixed;
	background-size: contain;
	/*background-size: cover;*/
	width: auto;
	height: 700px;
}



/*サブページ２カラム*/
.saiyo-boxA {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.saiyo-boxA img,.saiyo-boxB img,.saiyotop-boxB img {
	width: 100%;
	height: auto;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

.saiyo-boxA-section {
	width: 100%;
	background-color: #FFF;
	position: relative;
}
.saiyo-boxA-section-1 {
	font-size: 150px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 11%;
	right: 0;
	left: 0;
	bottom: 0;
}
.saiyo-boxA-section-2 {
	font-size: 25px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 65%;
	right: 0;
	left: 0;
	bottom: 0;
}
.saiyo-boxB {
	margin: 0px auto; /*20px auto*/
	width: 100%;
}
.saiyo-boxB:after {content: ""; display: block; clear: both;}

.saiyo-boxB-section:nth-child(1n) {
	margin-right: 0;
	float: left;
	width: 50%;
	background-color: #FFF;
	position: relative;
}
.saiyo-boxB-section:nth-child(2n) {
	margin-right: 0;
	float: right;
	width: 50%;
	background-color: #FFF;
	position: relative;
}
.saiyo-boxB-section-1 {
	font-size: 24px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 48%;
	right: 0;
	left: 0;
	bottom: 0;
}
.saiyo-boxB-section-2 {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 36%;
	right: 0;
	left: 0;
	bottom: 0;
}
/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {
.contents-box-A2 {
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 0px;
	width: 70%;
	height: auto;
	background-color: #FFF;
}

.contents-box-A2-TX4 {
	margin: 0 auto 20px auto;
	font-size: 13px;
	font-weight: ;
	color: #333;
	text-align: center;
	line-height: 155%;
}
.contents-box-A2-TX4-A {
	/*float: left;*/
	padding: 0;
	/*padding-left: 30px;*/
	margin: 0 auto;
	/*margin-right: 1%;*/
	/*width: 20%;*/
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #e00028;
	/*text-align: left;*/
	text-align: center;
	line-height: 155%;
}
.contents-box-A2-TX4-B {
	/*float: left;*/
	padding: 0;
	/*padding-right: 20px;*/
	margin: 0 auto;
	/*width: 58%;*/
	width: 100%;
	font-size: 16px;
	font-weight: ;
	color: #333;
	/*text-align: left;*/
	text-align: center;
	line-height: 155%;
}
}
/* ############################ 999px以下 ############################ */
@media (max-width: 999px) {
.contents-box-A2 {
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 0px;
	width: 80%;
	height: auto;
	background-color: #FFF;
}
.contents-box-A-wrapper {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
}
.contents-box-A-section {
	width: 100%;
	height: auto;
}

.contents-box-A2-TX4 {
	margin: 0 auto 20px auto;
	font-size: 13px;
	font-weight: ;
	color: #333;
	text-align: center;
	line-height: 155%;
}
.contents-box-A2-TX4-A {
	/*float: left;*/
	padding: 0;
	/*padding-left: 30px;*/
	margin: 0 auto;
	/*margin-right: 1%;*/
	/*width: 20%;*/
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #e00028;
	/*text-align: left;*/
	text-align: center;
	line-height: 155%;
}
.contents-box-A2-TX4-B {
	/*float: left;*/
	padding: 0;
	/*padding-right: 20px;*/
	margin: 0 auto;
	/*width: 58%;*/
	width: 100%;
	font-size: 15px;
	font-weight: ;
	color: #333;
	/*text-align: left;*/
	text-align: center;
	line-height: 155%;
}

.saiyo-boxB-section-1 {
	font-size: 24px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 53%;
	right: 0;
	left: 0;
	bottom: 0;
}
.saiyo-boxB-section-2 {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 37%;
	right: 0;
	left: 0;
	bottom: 0;
}
}

/* ############################ 650px以下 ############################ */
@media (max-width: 650px) {
.contents-box-A2 {
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 0px;
	width: 90%;
	height: auto;
	background-color: #FFF;
}

.contents-box-A2-TX4 {
	margin: 0 auto 20px auto;
	font-size: 13px;
	font-weight: ;
	color: #333;
	text-align: center;
	line-height: 155%;
}
.contents-box-A2-TX4-A {
	/*float: left;*/
	padding: 0;
	/*padding-left: 30px;*/
	margin: 0 auto;
	/*margin-right: 1%;*/
	/*width: 20%;*/
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #e00028;
	/*text-align: left;*/
	text-align: center;
	line-height: 155%;
}
.contents-box-A2-TX4-B {
	/*float: left;*/
	padding: 0;
	/*padding-right: 20px;*/
	margin: 0 auto;
	/*width: 58%;*/
	width: 100%;
	font-size: 15px;
	font-weight: ;
	color: #333;
	/*text-align: left;*/
	text-align: center;
	line-height: 155%;
}

.saiyo-2clum-section {
	margin: 0;
	width: 50%;
}
}

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

.saiyo-box-TOP {
	/*border-top: solid 4px #339fe7;*/
	width: 100%;
	position: relative;
}
.saiyo-box-TOP img {
	width: 100%;
	height: auto;
}

.saiyo-box-clum {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*トップページ３～４カラム*/
.saiyotop-boxB-wrapper:after {content: ""; display: block; clear: both;}

.saiyotop-boxB-section {
	float: left;
	width: 23.5%; /*24.7*/
	margin: 1%; /*0.15%*/
	min-height: 250px;
	background-color: #;
	position: relative;
}
.saiyotop-boxB-section:nth-child(1) {
	margin-left: 0;
}
.saiyotop-boxB-section:nth-child(4n) {
	margin-right: 0;
}

.saiyotop-boxB-section img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.saiyotop-boxB-TX-1 {
	margin: 0 auto;
	padding: 31px 20px 8px 20px;
	height: auto;
	font-size: 13px;
	color: #444;
	font-weight: bold;
	line-height: 155%;
}
.saiyotop-boxB-TX-3 {
	margin: 0 auto;
	padding: 0px 20px 23px 20px;
	font-size: 11px;
	color: #808080;
	line-height: 11px;
}
/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {
.saiyotop-boxB {
	margin: 20px auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.saiyotop-boxB:after {content: ""; display: block; clear: both;}

.saiyo-box-TOP-section {
	font-size: 25px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: right;
	line-height: 15px;
	position: absolute;
	top: 16px;
	right: 20px;
}
.saiyo-box-TOP-section span {
	font-size: 10px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 10px;
}

.saiyotop-boxB-TX {
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #FFF;
position: relative;
}
.saiyotop-boxB-TX-2 {
	margin: 0;
	padding: 5px 16px;
	width: 70px;
	height: 15px;
	background-color: #22418b;
	font-size: 11px;
	color: #FFF; /*777*/
	font-weight: ;
	text-align: center;
	line-height: 15px;
position: absolute;
right: 20px;
top: -13px;
}
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.saiyotop-boxB {
	margin: 20px auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.saiyotop-boxB:after {content: ""; display: block; clear: both;}

.saiyotop-boxB-section {
	float: left;
	width: 48%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 0%;
	margin-right: 4%;
	height: auto;
	min-height: 20px;
	/*min-height: 220px;*/
	background-color: #;
	position: relative;
}/*日本語センター
.saiyo-box-TOP-section {
	margin: auto;
	font-size: 38px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
}
.saiyo-box-TOP-section span {
	font-size: 22px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 20px;
}
*/
/*英語センター
.saiyo-box-TOP-section {
	margin: auto;
	font-size: 65px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	line-height: 18px;
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
}
.saiyo-box-TOP-section span {
	font-size: 22px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 20px;
}
*/
/*英語右上*/
.saiyo-box-TOP-section {
	font-size: 21px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: right;
	line-height: 15px;
	position: absolute;
	top: 16px;
	right: 20px;
}
.saiyo-box-TOP-section span {
	font-size: 10px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 10px;
}

.saiyotop-boxB-TX {
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
position: relative;
}
.saiyotop-boxB-section:nth-child(1) {
	margin-left: 0;
}
.saiyotop-boxB-section:nth-child(2) {
	margin-right: 0;
}
.saiyotop-boxB-section:nth-child(3) {
	margin-left: 0;
	overflow: hidden;
	clear: both;
}
.saiyotop-boxB-section:nth-child(4) {
	margin-right: 0;
}
.saiyotop-boxB-TX-2 {
	margin: 0;
	padding: 5px 10px;
	width: 52px;
	height: 15px;
	background-color: #22418b;
	font-size: 11px;
	color: #FFF; /*777*/
	font-weight: ;
	text-align: center;
	line-height: 15px;
position: absolute;
right: 15px;
top: -13px;
}
.saiyotop-boxB-TX-1 {
	margin: 0 auto;
	padding: 31px 10px 8px 10px;
	height: auto;
	font-size: 14px;
	color: #339fe7;
	font-weight: normal;
	line-height: 155%;
}
.saiyotop-boxB-TX-3 {
	margin: 0 auto;
	padding: 0px 10px 23px 10px;
	font-size: 11px;
	color: #808080;
	line-height: 11px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.saiyotop-boxB {
	margin: 0 auto;
	margin-top: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.saiyotop-boxB:after {content: ""; display: block; clear: both;}

.saiyotop-boxB-section {
	float: left;
	width: 48%;
	margin-top: 0%;
	margin-bottom: 4%;
	margin-left: 0%;
	margin-right: 4%;
	height: auto;
	min-height: 20px;
	/*min-height: 220px;*/
	background-color: #;
	position: relative;
}

.saiyo-box-TOP-section {
	margin: auto;
	font-size: 25px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	line-height: 15px;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 0;
	left: 0;
}
.saiyo-box-TOP-section span {
	font-size: 10px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 10px;
}

.saiyotop-boxB-TX {
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #;
position: relative;
}
.saiyotop-boxB-section:nth-child(1) {
	margin-left: 0;
}
.saiyotop-boxB-section:nth-child(2) {
	margin-right: 0;
}
.saiyotop-boxB-section:nth-child(3) {
	margin-left: 0;
	overflow: hidden;
	clear: both;
}
.saiyotop-boxB-section:nth-child(4) {
	margin-right: 0;
}
.saiyotop-boxB-TX-2 {
	margin: 0;
	margin-top: 3px;
	padding: 5px 0;
	width: 100%;
	height: 15px;
	background-color: #;
	font-size: 13px;
	color: #0284c3; /*777*/
	font-weight: ;
	text-align: center;
	line-height: 15px;
position: none;
}
.saiyotop-boxB-TX-1 {
	margin: 0 auto;
	padding: 31px 10px 8px 10px;
	height: auto;
	font-size: 14px;
	color: #339fe7;
	font-weight: normal;
	line-height: 155%;
}
.saiyotop-boxB-TX-3 {
	margin: 0 auto;
	padding: 0px 10px 23px 10px;
	font-size: 11px;
	color: #808080;
	line-height: 11px;
}
}
/* ------------------------------------------------------------------------------------------------------------------ トップメッセージ ---------------------------------------------------------------------------------------------------------------------- */

.topmessage-padding {
	margin:0 auto;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: #f1f1f1;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.topmessage-padding:after {content: ""; display: block; clear: both;}

.topmessage-BOXA {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
	height: auto;
	background-color: #FFF;
}
.topmessage-BOXA:after {content: ""; display: block; clear: both;}

.topmessage-TX-BOXB {
	margin: 0;
	padding: 60px;
	width: 450px;
	height: auto;
	background-color: #FFF;
}
.topmessage-TX-BOXC {
	margin: 0;
	/*margin-top: 40px;*/
	margin-bottom: 40px;
	width: 100%;
	max-width: 800px;
	height: auto;
	/*border: solid 14px #f1f1f1;*/
	background-color: #22418b; /*f08070*/
}
.topmessage-TX-BOXC-TX {
	margin: 0 auto;
	padding: 40px;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	line-height: 32px;
}

.topmessage-TX {
	float: left;
	margin: 0;
	width: 58%;
	height: auto;
	background-color: #FFF;
}

.topmessage-TX-4 {
	margin: 0;
	margin-bottom: 45px;
	padding: 5px 10px;
	max-width: 60px;
	font-size: 10px;
	color: #FFF;
	background-color: #f08070;
	text-align: center;
}
.topmessage-TX-1 {
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: ;
	line-height: 23px;
}
.topmessage-TX-2 {
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 14px;
	color: #111;
	text-align: ;
	line-height: 170%;
}
.topmessage-TX-3 {
	margin: 0 auto;
	font-size: 11px;
	color: #111;
}
.topmessage-TX-5 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: ;
	color: #000;
	text-align: ;
	line-height: 16px;
}
.topmessage-IMG-1 {
	float: right;
	margin: 0;
	width: 35%;
	height: auto;
}
.topmessage-IMG-1 img {
	width: 100%;
	height: auto;
}
.topmessage-IMG-2 {
	margin: 0;
	width: 450px;
	height: auto;
	position: absolute;
	top: 760px;
	left: 120px;
}
.topmessage-IMG-2 img {
	width: 100%;
	height: auto;
}

.saiyo-topmessage-head-1 {
	margin: 0 auto 15px auto; /*0 0 19px 0*/
	width: 100%;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 28px; /*33*/
	color: #22418b; /*3a6eb8*/ /*2b373f*/ /*2a5eaa*/
	text-align: center;
	line-height: 28px; /*36*/
}
.saiyo-topmessage-head-2 {
	margin: 0 auto;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #111; /*3d3d3d/*/ /*f55410*/
	text-align: center;
	line-height: 27px;
}

.saiyo-topmessage-name-1 {
	margin: 0 0 12px 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	text-align: ;
	line-height: 14px;
}
.saiyo-topmessage-name-2 {
	margin: 0 0 0 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	text-align: ;
	line-height: 14px;
}

.saiyo-topmessage-contents1 {
	margin: 45px 0 30px 0;
	width: 100%;
}
.saiyo-topmessage-contents1:after {content: ""; display: block; clear: both;}

.saiyo-topmessage-contents1-text {
	float: left;
	margin: 0;
	width: 60%;
}

.saiyo-topmessage-contents1-text-1 {
	margin: 0 0 23px 0;
	padding-bottom: 3px;
	border-bottom: solid 1px #CCC;
	padding-left: 15px;
	border-left: solid 7px #24418b;
	width: 100%;
	font-size: 21px; /*30*/
	font-weight: bold;
	color: #24418b;
	line-height: 170%;
}

.saiyo-topmessage-contents1-text-2 {
	margin: 0 0 0 0;
	width: 100%;
	font-size: 14px;
	font-weight: ;
	color: #222;
	line-height: 180%;
}

.top-name {
	margin-top: 20px;
	text-align: right;
}


.saiyo-topmessage-contents1-img {
	float: right;
	margin: 0;
	width: 30%;
}
.saiyo-topmessage-contents1-img img {
	margin: 0;
	width: 100%;
	height: auto;
}

.saiyo-topmessage-contents1-img-text {
	margin: 11px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: right;
	line-height: 16px;
}


.saiyo-topmessage-contents2 {
	margin: 80px auto 30px auto;
	width: 100%;
	max-width: 1200px;
	background-color: #;
}
.saiyo-topmessage-contents2:after {content: ""; display: block; clear: both;}

.topmessage-contents2-wrapper {
	margin: 0 auto;
	width: 100%;
}

.topmessage-contents2-section {
	margin: 0;
	margin-right: 4%;
	float: left;
	width: 40%;
	max-width: 360px;
}
/*
.topmessage-contents2-section:nth-child(2) {
	float: right;
	margin-left: 1%;
	margin-right: 9%;
}
*/

.saiyo-topmessage-contents2-head1 {
	margin: 0 0 5px 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	text-align: center;
	line-height: 160%;
}
.saiyo-topmessage-contents2-text1 {
	margin: 6px 0 18px 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	line-height: 160%;
}

.saiyo-topmessage-contents2-img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-topmessage-contents2-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {

}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.topmessage-BOXA {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
	height: auto;
	background-color: #FFF;
}
.topmessage-TX-BOXC {
	margin: 0;
	/*margin-top: 40px;*/
	margin-bottom: 40px;
	width: 100%;
	max-width: 800px;
	height: auto;
	/*border: solid 14px #f1f1f1;*/
	background-color: #22418b;
}
.topmessage-TX-BOXC-TX {
	margin: 0 auto;
	padding: 30px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 32px;
}
.topmessage-TX-1 {
	margin: 0 auto;
	margin-bottom: 25px;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 23px;
}
.topmessage-TX-5 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: ;
	color: #000;
	text-align: center;
	line-height: 16px;
}
.topmessage-TX-2 {
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 13px;
	color: #111;
	text-align: ;
	line-height: 170%;
}

.topmessage-TX {
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #FFF;
}
.topmessage-IMG-1 {
	margin: 0;
	width: 100%;
	height: auto;
}
.topmessage-IMG-1 img {
	width: 100%;
	height: auto;
}
.topmessage-contents2-section {
	margin: 0;
	width: 100%;
}
.saiyo-topmessage-contents2-head1 {
	margin: 0 0 5px 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	text-align: center;
	line-height: 160%;
}
.saiyo-topmessage-contents2-text1 {
	margin: 6px 0 28px 0;
	width: 100%;
	height: auto;
	font-size: 13px;
	font-weight: normal;
	color: #222;
	line-height: 160%;
}

.saiyo-topmessage-contents2-img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-topmessage-contents2-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
}
/* ------------------------------------------------------------------------------------------------------------------ 経営ビジョン ---------------------------------------------------------------------------------------------------------------------- */

.vision-TX-4 {
	margin: 0;
	margin-bottom: 40px;
	padding: 5px 10px;
	max-width: 60px;
	font-size: 15px;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
.vision-TX-1 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-align: ;
	line-height: 150%;
}
.vision-TX-2 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 16px;
	color: #111;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 170%;
}
.vision-TX-3 {
	margin: 0 auto;
	margin-bottom: 55px;
	font-size: 14px;
	color: #000;
	text-align: ;
}
/*
.vision-TX {
	margin: 0;
	width: 100%;
}
.vision-IMG {
	margin: 0 auto;
	width: 100%;
	max-width: 610px;
}
*/
.vision-TX {
float: left;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.vision-IMG {
	margin: 0px auto 0 auto;
	width: 100%;
	max-width: 640px;
}

.vision-IMG img {
	margin: 0;
	width: 100%;
	height: auto;
}

.vision-contents-2 {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	text-align: center;
}

.vision-index-text3 {
	margin: 24px 0 0 0;
}

#vision-3principle-head {
	padding-top: 15px;
}
.vision-3principle-head1 {
	margin: 0 auto;
	margin-bottom: 16px;
	width: 100%;
	height: auto;
	font-size: 18px; /*20*/
	font-weight: bold;
	color: #404040;
	text-align: center;
	line-height: 20px;
}
.vision-3principle-head2 {
	margin: 0 auto;
	margin-bottom: 16px;
	width: 100%;
	height: auto;
	font-size: 34px; /*20*/
	font-weight: ;
	color: #111;
	text-align: center;
}
.vision-3principle-text {
	margin-top: 20px;
	font-size: 14px;
	color: #111;
	text-align: left;
	line-height: 160%;
	margin-left:auto;
	margin-right:auto;
}
.vision-3principle-img {
	margin: 30px auto 50px auto;
	width: 100%;
	max-width: 580px;
}
.vision-3principle-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.vision-3principle-text {
	margin-top: 20px;
	font-size: 13px;
	color: #111;
	text-align: left;
	line-height: 160%;
	margin-left:auto;
	margin-right:auto;
}
.vision-TX-2 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 13px;
	color: #111;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 160%;
}
.vision-TX-4 {
	margin: 0;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 5px 10px;
	max-width: 60px;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
}
/* ------------------------------------------------------------------------------------------------------------------ 求める人財像 ---------------------------------------------------------------------------------------------------------------------- */

.person-TX {
	margin: 0;
	margin-top: -20px;
	margin-bottom: -20px;
	width: 80%;
}

.person-TX-4 {
	margin: 0;
	margin-bottom: 45px;
	padding: 5px 10px;
	max-width: 60px;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
.person-TX-1 {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #222;
	text-align: ;
	line-height: 32px;
}
.person-TX-2 {
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 15px;
	color: #000;
	text-align: ;
	line-height: 210%;
}
.person-TX-3 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 12px;
	color: #000;
}

#backcolor000 {
	background-color: #000;
}







.saiyo-person-contents {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.saiyo-person-contents img {
	margin: 0;
	width: 100%;
	height: auto;
}

.saiyo-person-contents-head {
	margin: 50px auto 0 auto;
	width: 100%;
	font-size: 23px;
	font-weight: bold;
	color: #404040;
	text-align: center;
	line-height: 19px;
}

.saiyo-person-contents-text {
	margin: 25px auto 0 auto;
	width: 100%;
	font-size: 15px;
	font-weight: ;
	color: #404040;
	text-align: center;
	line-height: 200%;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.person-TX {
	margin: 0;
	margin-top: -20px;
	margin-bottom: -20px;
	width: 100%;
}
.person-TX-1 {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 37px;
	font-weight: bold;
	color: #222;
	text-align: ;
	line-height: 150%;
}
.person-TX-2 {
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 14px;
	color: #000;
	text-align: ;
	line-height: 200%;
}
.person-TX-3 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 12px;
	color: #000;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.person-TX {
	margin: 0;
	margin-top: -20px;
	margin-bottom: -20px;
	width: 100%;
}
.person-TX-1 {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 31px;
	font-weight: bold;
	color: #222;
	text-align: ;
	line-height: 150%;
}
.person-TX-2 {
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 13px;
	color: #000;
	text-align: ;
	line-height: 200%;
}
.person-TX-3 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 11px;
	color: #000;
}
}
/* ------------------------------------------------------------------------------------------------------------------ 募集要項 ---------------------------------------------------------------------------------------------------------------------- */

.saiyo-recruit-topimg {
	margin: 0;
	width: 100%;
	position: relative;
}
.saiyo-recruit-topimg:after {content: ""; display: block; clear: both;}

.saiyo-recruit-topimg img {
	margin: 0;
	width: 100%;
	height: auto;
}

.recruit-topimg-text-1 {
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: ;
	font-size: 58px;
	color: #2c80a0;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 34%;
	left: 0;
	right: 0;
	bottom: 0;
}

.recruit-topimg-text-2 {
	font-weight: bold;
	font-size: 32px;
	color: #2c80a0;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 45%;
	left: 0;
	right: 0;
	bottom: 0;
}
.recruit-topimg-text-3 {
	
}




.saiyo-recruit-head-2 {
	margin: 0 auto 30px auto;
	width: 100%;
	font-size: 30px;
	font-weight: ;
	color: #303030;
	text-align: ;
	line-height: 28px;
}

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

.saiyo-recruit-contents-2 {
	margin: 0 auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



#recruit-sales {
	background-color: #f7ffbf;
	padding-bottom: 30px;
}
#recruit-research {
	background-color: #bfdcff;
	padding-bottom: 30px;
}
#recruit-manufacturing {
	background-color: #bffff7;
	padding-bottom: 30px;
}
#recruit-officework {
	background-color: #f7bff7;
	padding-bottom: 30px;
}
#recruit-width {
	margin-left: 15px;
	margin-right: 15px;
}




/* ------グリッド------ */

.DETAIL-BOX3 {
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 100%;
	max-width: 960px;
	border: solid 0px #CCC;
	border-left: ;
	border-right: ;
}
.DETAIL-BOX3:after {content: ""; display: block; clear: both;}

.DETAIL-HEAD-3 {
	margin: 0 auto;
	margin-bottom: 16px;
	width: 100%;
	max-width: 960px;
	height: auto;
	font-size: 18px; /*20*/
	font-weight: bold;
	color: #404040;
	text-align: left;
	line-height: 20px;
}
#border-bottom-0 {
	border-bottom: 0;
}

/* ############################ 1000px以上 ############################ */
@media (min-width: 1000px) {
.saiyo-recruit-contents-1-section {
padding-top: 0;
padding-left: 2.5%;
padding-right: 2.5%;
padding-bottom: 2.5%;
	float: left;
	margin: 0;
	/*margin-bottom: 35px;*/
	margin-right: 0%;
	width: 45%;
	min-height: 370px; /*480*/
}
.saiyo-recruit-contents-1-section:nth-child(2n) {
	margin-right: 0;
}
.saiyo-recruit-contents-1-section:nth-child(3) {
	clear: both;
}
.saiyo-recruit-contents-1-section-img {
	margin: 0;
	width: 100%;
	/*border-bottom: solid 5px #22418b;*/
}
.saiyo-recruit-contents-1-section-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-recruit-contents-1-section-text1 {
	width: 100%;
	margin: 30px auto 5px auto;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 22px;
}
.saiyo-recruit-contents-1-section-text1 span {
	font-size: 13px;
	font-weight: ;
	text-align: center;
	line-height: 13px;
}
.saiyo-recruit-contents-1-section-text2 {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #111;
	text-align: ;
	line-height: 160%;
}


.SPECIFICATIONS {
	width: 100%;
	display: table;
}
.SPECIFICATIONS-section:nth-child(odd) {
	padding: 16px 0 16px 20px;
	display: table-cell;
	width: 18%;
	min-width: 100px;
	background-color: #ededf1;
	clear: both;
	border-bottom: solid 1px #FFF;
	border-right: solid 0px #CCC;
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	text-align: left;
	line-height: 14px;
	vertical-align: middle;
	position: relative;
}
.SPECIFICATIONS-section-mark {
	margin: 0;
	font-size: 12px;
	font-color: #404040;
	position: absolute;
	top: 14px;
	right: 18px;
}
.SPECIFICATIONS-section:nth-child(even) {
	padding: 16px 25px 16px 12px;
	display: table-cell;
	width: 82%;
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
	border-right: none;
	font-size: 14px;
	color: #303030;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.SPECIFICATIONS-section-2 {
	padding: 8px 0 8px 20px;
	display: table-cell;
	width: 10%;
	min-width: 100px;
	background-color: #ededf1;
	clear: both;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	text-align: left;
	line-height: 13px;
	vertical-align: middle;
	position: relative;
}
.SPECIFICATIONS-section-3 {
	padding: 8px 25px 8px 12px;
	display: table-cell;
	width: 72%;
	border-bottom: solid 1px #CCC;
	border-right: none;
	font-size: 13px;
	color: #111;
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}

}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.saiyo-recruit-contents-1-section {
padding-top: 0;
padding-left: 2.5%;
padding-right: 2.5%;
padding-bottom: 2.5%;
	float: left;
	margin: 0;
	/*margin-bottom: 35px;*/
	margin-right: 0%;
	width: 45%;
	min-height: 370px; /*480*/
}
.saiyo-recruit-contents-1-section:nth-child(2n) {
	margin-right: 0;
}
.saiyo-recruit-contents-1-section:nth-child(3) {
	clear: both;
}
.saiyo-recruit-contents-1-section-img {
	margin: 0;
	width: 100%;
	/*border-bottom: solid 5px #22418b;*/
}
.saiyo-recruit-contents-1-section-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-recruit-contents-1-section-text1 {
	margin: 30px auto 25px auto;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 22px;
}
.saiyo-recruit-contents-1-section-text1 span {
	font-size: 13px;
	font-weight: ;
	text-align: center;
	line-height: 13px;
}
.saiyo-recruit-contents-1-section-text2 {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #111;
	text-align: center;
	line-height: 160%;
}


.SPECIFICATIONS {
	width: 100%;
}
.SPECIFICATIONS-section:nth-child(odd) {
	padding: 15px 0px 15px 0px;
	width: 100%;
	min-width: 100px;
	background-color: #ccdff1;
	clear: both;
	border-bottom: solid 1px #CCC;
	font-size: 12px;
	font-color: #505050;
	background-color: #f1f1f1;
	text-align: left;
	position: relative;
}
.SPECIFICATIONS-section-mark {
	margin: 0;
	font-size: 13px;
	font-color: #404040;
	position: absolute;
	top: 14px;
	right: 18px;
}
.SPECIFICATIONS-section:nth-child(even) {
	padding: 9px 0px 9px 0px;
	width: 100%;
	border-bottom: solid 1px #CCC;
	border-right: none;
	font-size: 13px;
	font-color: #404040;
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.saiyo-recruit-contents-1-section {
	padding: 0;
	margin: 0 0 30px 0;
	width: 100%;
}
.saiyo-recruit-contents-1-section-img {
	margin: 0;
	width: 100%;
	/*border-bottom: solid 5px #22418b;*/
}
.saiyo-recruit-contents-1-section-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-recruit-contents-1-section-text1 {
	margin: 30px auto 25px auto;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 20px;
}
.saiyo-recruit-contents-1-section-text1 span {
	font-size: 13px;
	font-weight: ;
	text-align: center;
	line-height: 13px;
}
.saiyo-recruit-contents-1-section-text2 {
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	color: #111;
	text-align: center;
	line-height: 160%;
}


.DETAIL-HEAD-3 {
	margin: 0 auto;
	margin-bottom: 16px;
	width: 100%;
	max-width: 960px;
	height: auto;
	font-size: 18px; /*20*/
	font-weight: bold;
	color: #404040;
	text-align: center;
	line-height: 20px;
}
.SPECIFICATIONS {
	width: 100%;
}
.SPECIFICATIONS-section:nth-child(odd) {
	padding: 15px 0px 15px 0px;
	width: 100%;
	min-width: 100px;
	background-color: #ccdff1;
	clear: both;
	border-bottom: solid 1px #CCC;
	font-size: 12px;
	font-color: #505050;
	background-color: #f1f1f1;
	text-align: left;
	position: relative;
}
.SPECIFICATIONS-section-mark {
	margin: 0;
	font-size: 13px;
	font-color: #404040;
	position: absolute;
	top: 14px;
	right: 18px;
}
.SPECIFICATIONS-section:nth-child(even) {
	padding: 9px 0px 9px 0px;
	width: 100%;
	border-bottom: solid 1px #CCC;
	border-right: none;
	font-size: 13px;
	font-color: #404040;
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}
}

/* ------------------------------------------------------------------------------------------------------------------ 福利厚生 ---------------------------------------------------------------------------------------------------------------------- */
.welfare-top-text {
	font-size: 130px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 21%;
	right: 0;
	left: 0;
	bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------------------ 新人研修 ---------------------------------------------------------------------------------------------------------------------- */
.education-top-text {
	font-size: 135px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 17%;
	right: 0;
	left: 0;
	bottom: 0;
}
.education-section-wrapper {
background-color: #f5f5f5;
	margin: 0 auto 45px auto;
padding-bottom: 15px;
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.education-section-wrapper:after {content: ""; display: block; clear: both;}

.education-section-textA {
	float: left;
	width:60%;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.education-section-textA:after {content: ""; display: block; clear: both;}

.education-section-imgA {
	float: left;
	width: 40%;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.education-section-imgA:after {content: ""; display: block; clear: both;}

.education-section-imgA img {
	width: 100%;
	height: auto;
}

.education-section-text0 {
	width: 180px;
	padding: 15px;
/*background-color: #3a6eb8;*/
	font-size: 20px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #FFF;
	text-align: center;
	line-height: 23px;
	position: absolute:
	top: -25px;
	left: -25px;
}

#education-section-text0-1 {background-color: #f78d9d}
#education-section-text0-2 {background-color: #85b3f2}
#education-section-text0-3 {background-color: #9ae378}
#education-section-text0-4 {background-color: #fa915a}

.education-section-text1 {
	margin-top: 40px;
	font-size: 19px;
	/*font-style: italic;*/
	font-weight: bold;
	color: #333;
	text-align: ;
	line-height: 22px;
}
.education-section-text1 span {
	font-size: 14px;
	font-weight: ;
	text-align: ;
	line-height: 14px;
}
.education-section-text2 {
	margin-top: 20px;
	font-size: 14px;
	color: #111;
	line-height: 170%;
}

.education-section-text2 strong {
	color: #000;
	text-decoration: ;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {

}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.education-section-textA {
	width:100%;
	padding: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.education-section-textA:after {content: ""; display: block; clear: both;}

.education-section-imgA {
	width: 100%;
	padding: 25px 25px 0 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.education-section-imgA:after {content: ""; display: block; clear: both;}

.education-section-imgA img {
	width: 100%;
	height: auto;
}
.education-section-text0 {
	width: 100%;
	padding: 15px 0;
/*background-color: #3a6eb8;*/
	font-size: 20px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #FFF;
	text-align: center;
	line-height: 23px;
	position: absolute:
	top: -25px;
	left: -25px;
}
.education-section-text1 {
	margin-top: 30px;
	font-size: 19px;
	/*font-style: italic;*/
	font-weight: bold;
	color: #333;
	text-align: ;
	line-height: 22px;
}
.education-section-text1 span {
	font-size: 14px;
	font-weight: ;
	text-align: ;
	line-height: 14px;
}
.education-section-text2 {
	margin-top: 20px;
	font-size: 13px;
	color: #111;
	line-height: 170%;
}
}
/* ------------------------------------------------------------------------------------------------------------------ 採用フロー ---------------------------------------------------------------------------------------------------------------------- */

.zinzaizou {
	padding: 70px 0 0 0;
	height: auto;
	min-height: 300px;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zinzaizou:after {content: ""; display: block; clear: both;}

.zinzaizou:nth-child(1) {background-color: #ee8784}
.zinzaizou:nth-child(2) {background-color: #f9b900}
.zinzaizou:nth-child(3) {background-color: #00a0c5}
.zinzaizou:nth-child(4) {background-color: #005ead}

.zinzaizou-imgbox-A {
	float: right;
	width: 38%;
}
.zinzaizou-imgbox-A img {
	width: 100%;
}
.zinzaizou-textbox-A {
	float: left;
	width: 45%;
}
.zinzaizou-imgbox-B {
	float: left;
	width: 38%;
}
.zinzaizou-imgbox-B img {
	width: 100%;
}
.zinzaizou-textbox-B {
	float: right;
	width: 45%;
}

.zinzaizou-text1 {
	font-size: 36px;
	color: #fff;
}
.zinzaizou-text2 {
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 165%;
}
.zinzaizou-text3 {
	font-size: 36px;
	color: #fff;
}
.zinzaizou-text4 {
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 165%;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.zinzaizou {
	padding: 60px 0;
	height: auto;
	min-height: 300px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zinzaizou-imgbox-A {
	float: right;
	width: 36%;
}
.zinzaizou-textbox-A {
	float: left;
	width: 55%;
}
.zinzaizou-imgbox-B {
	float: left;
	width: 36%;
}
.zinzaizou-textbox-B {
	float: right;
	width: 55%;
}

.zinzaizou-text1 {
	font-size: 28px;
	color: #fff;
}
.zinzaizou-text2 {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 165%;
}
.zinzaizou-text3 {
	font-size: 28px;
	color: #fff;
}
.zinzaizou-text4 {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 165%;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.zinzaizou {
	padding: 40px 0;
	height: auto;
	min-height: 300px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zinzaizou-imgbox-A {
	width: 100%;
	margin: 0;
}
.zinzaizou-textbox-A {
	width: 100%;
	margin: 0;
}
.zinzaizou-imgbox-B {
	width: 100%;
	margin: 0;
}
.zinzaizou-textbox-B {
	width: 100%;
	margin: 0;
}

.zinzaizou-text1 {
	font-size: 22px;
	color: #fff;
}
.zinzaizou-text2 {
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
	line-height: 165%;
}
.zinzaizou-text3 {
	font-size: 22px;
	color: #fff;
}
.zinzaizou-text4 {
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
	line-height: 165%;
}
}




.flow-contents {
	margin: 0 auto;
	padding: 40px 0 50px 0;
	width: 100%;
	max-width: 900px;
	height: auto;
}
.flow-contents:after {content: ""; display: block; clear: both;}

.flow-contents-head {
	margin: 0px 0 0 0;
	padding-bottom: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 18px;
}
.flow-contents-head span {
	margin: 0;
	padding-top: 0px;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 40px;
	color: #22418b;
	text-align: center;
	line-height: 84px;
}
.flow-contents-head-2 {
	margin: 10px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 15px;
}

.flow-contents-1A {
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 35px;
}
.flow-contents-1A:after {content: ""; display: block; clear: both;}

.flow-contents-1A-text {
	float: left;
	display: block;
	margin-right: 1.4%; /*1.5*/
	margin-bottom: 8px;
	width: 15.5%; /*18.8*/
	height: 70px;
	background-color: #22418b; /*3c92cc*/
	font-size: 15px;
	font-weight: ;
	color: #FFF;
	text-align: center;
	line-height: 70px;
	position: relative;
}
.flow-contents-1A-text:nth-child(6) {
	margin-right: 0;
}
.flow-contents-1B {
	text-align: center;
}

.flow-contents-2B {display: none}
.flow-contents-2C {display: none}
.flow-contents-2A {
	margin: 0;
	width: 100%;
	max-width: 900px;
}
.flow-contents-2A img {
	margin: 0;
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.flow-contents-2B {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.flow-contents-2B img {
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
	max-width: 500px;
	height: auto;
}
.flow-contents-2C {
	margin: 0;
	width: 100%;
	text-align: center;
}
.flow-contents-2C img {
	margin: 0;
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.flow-contents-3A {
	margin-top: 0 auto;
	width: 100%;
	max-width: ;
	min-height: 140px;
}
.flow-contents-3A-section {
	margin-top: 20px;
	float: left;
	width: 22%;
	margin-right: 4%;
	height: 130px;
	text-align: center;
	background-color: #22418b;
}
.flow-contents-3A-section:nth-child(4) {
	margin-right: 0;
}
.flow-contents-3A-section i {
	margin-top: 20px;
	font-size: 50px;
	font-weight: ;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.flow-contents-3A-section p {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 16px;
}
/*
.flow-contents-3A {
	margin-top: 20px;
	font-size: 16px;
	font-weight: ;
	color: #4a4a4a;
	text-align: center;
	line-height: 16px;
}
*/
.flow-contents-4A {
	margin-top: 20px;
	font-size: 15px;
	font-weight: ;
	color: #4a4a4a;
	text-align: center;
	line-height: 15px;
}
.flow-contents-5 {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 640px;
}
.flow-contents-5:after {content: ""; display: block; clear: both;}

.flow-contents-5-section {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.flow-contents-5-section:nth-child(2) {
	margin-right: 0;
}
.flow-contents-5-TX1 {
	margin: 0 auto;
	height: 70px;
	background-color: #f00028;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 70px;
}
.flow-contents-5-TX3 {
	margin: 0;
	height: 70px;
	background-color: #9ae378;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 70px;
}
.flow-contents-5-TX2 {
	margin-top: 10px;
	font-size: 14px;
	color: #111;
	text-align: center;
	line-height: 14px;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.flow-contents-2A {display: none}
.flow-contents-2B {display: block}
.flow-contents-2C {display: none}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.flow-contents-2A {display: none}
.flow-contents-2B {display: none}
.flow-contents-2C {display: block}
.flow-contents {
	margin: 0 auto;
	padding: 20px 0 40px 0;
	width: 100%;
}
.flow-contents-1A-text {
	float: left;
	display: block;
	margin-right: 4%;
	margin-bottom: 3%;
	width: 48%;
	height: 45px;
	background-color: #3c92cc; /*339ff7*/
	font-size: 14px;
	font-weight: ;
	color: #FFF;
	text-align: center;
	line-height: 46px;
}
.flow-contents-1A-text:nth-child(2n) {
	margin-right: 0;
}

.flow-contents-3A-section {
	margin-top: 20px;
	float: left;
	width: 48%;
	margin-right: 4%;
	height: 130px;
	text-align: center;
	background-color: #22418b;
}
.flow-contents-3A-section:nth-child(2n) {
	margin-right: 0;
}
.flow-contents-3A-section i {
	margin-top: 20px;
	font-size: 50px;
	font-weight: ;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.flow-contents-3A-section p {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 16px;
}

.flow-contents-4A {
	margin-top: 20px;
	font-size: 13px;
	font-weight: ;
	color: #4a4a4a;
	text-align: center;
	line-height: 155%;
}
.flow-contents-5-section {
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}

.flow-contents-5-TX1 {
	margin: 0;
	height: 70px;
	background-color: #f00028;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 70px;
}
.flow-contents-5-TX3 {
	margin: 0;
	height: 70px;
	background-color: #9ae378;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 70px;
}
.flow-contents-5-TX2 {
	margin-top: 10px;
	font-size: 14px;
	color: #111;
	text-align: center;
	line-height: 14px;
}
}
/* ------------------------------------------------------------------------------------------------------------------ 社員紹介 ---------------------------------------------------------------------------------------------------------------------- */

.interview-slider {
	margin-top: 80px;
}

.member-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-wrapper:after {content: ""; display: block; clear: both;}

.member-head-1 {
	margin: 0 0 28px 0;
	font-size: 28px;
	font-weight: ;
	color: #cc0012;
	line-height: 28px;
}

.member-sction {
	float: left;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 1.6%;
	margin-left: 1.6%;
	width: 30%;
	min-height: 200px; /*420*/
	border-left: solid px #DDD;
	border-bottom: solid px #DDD;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*
.member-sction:nth-child(2n) {
	margin-right: 0;
}
*/

.member-sction-img {
	margin: 0;
	width: 100%;
}

.member-sction-img img {
	margin: 0;
	width: 100%;
	height: auto
}
.member-sction-text1 {
	width: 100%;
	margin: 18px auto 0 auto;
	font-size: 14px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #3a6eb8;
	line-height: 18px;
}
.member-sction-text2 {
	width: 100%;
	margin: 18px auto 0 auto;
	font-size: 14px;
	font-family: 'Oswald';
	font-weight: 700;
	color: #111;
	line-height: 21px;
}
.member-sction-text5 {
	width: 100%;
	margin: 3px auto 0 auto;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	line-height: 150%;
}
.member-sction-text3 {
	width: 100%;
	margin: 8px auto 0 auto;
	font-size: 13px;
	font-weight: ;
	color: #333;
	line-height: 150%;
}
.member-sction-text4 {
	width: 100%;
	margin: 12px auto 0 auto;
	font-size: 13px;
	font-weight: ;
	color: #3a3a3a;
	line-height: 150%;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.member-wrapper {
	margin: 0 auto;
	width: 100%;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-wrapper:after {content: ""; display: block; clear: both;}

.member-head-1 {
	margin: 0 0 28px 0;
	font-size: 28px;
	font-weight: ;
	color: #cc0012;
	line-height: 28px;
}

.member-sction {
	float: left;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 4%;
	width: 48%;
	min-height: 200px; /*420*/
	border-left: solid px #DDD;
	border-bottom: solid px #DDD;
	background-color: #FFF;
}
.member-sction:nth-child(2n) {
	margin-right: 0;
}
.member-sction-text2 {
	width: 100%;
	margin: 18px auto 0 auto;
	font-size: 14px;
	font-family: 'Oswald';
	font-weight: 700;
	color: #111;
	line-height: 21px;
}
.member-sction-text5 {
	width: 100%;
	margin: 3px auto 0 auto;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	line-height: 150%;
}
.member-sction-text3 {
	width: 100%;
	margin: 8px auto 0 auto;
	font-size: 13px;
	font-weight: ;
	color: #333;
	line-height: 150%;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.member-wrapper {
	margin: 0 auto;
	width: 100%;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-wrapper:after {content: ""; display: block; clear: both;}

.member-head-1 {
	margin: 0 0 28px 0;
	font-size: 28px;
	font-weight: ;
	color: #cc0012;
	line-height: 28px;
}

.member-sction {
	float: left;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 4%;
	width: 48%;
	min-height: 200px; /*420*/
	border-left: solid px #DDD;
	border-bottom: solid px #DDD;
	background-color: #FFF;
}
.member-sction:nth-child(2n) {
	margin-right: 0;
}
.member-sction-text2 {
	width: 100%;
	margin: 18px auto 0 auto;
	font-size: 12px;
	font-family: 'Oswald';
	font-weight: 700;
	color: #111;
	line-height: 21px;
}
.member-sction-text5 {
	width: 100%;
	margin: 3px auto 0 auto;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	line-height: 150%;
}
.member-sction-text3 {
	width: 100%;
	margin: 8px auto 0 auto;
	font-size: 12px;
	font-weight: ;
	color: #333;
	line-height: 150%;
}
}
/* ------------------------------------------------------------------------------------------------------------------ メンバー紹介 ---------------------------------------------------------------------------------------------------------------------- */

.interview-text-1 {
	font-size: 180px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	line-height: 180px;
	margin: auto;
	position: absolute;
	top: 6%;
	right: 0;
	left: 0;
	bottom: 0;
}
.interview-text-2 {
	font-size: 23px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	margin: auto;
	position: absolute;
	top: 27%;
	right: 0;
	left: 0;
	bottom: 0;
}

.interview-top-text {
	font-size: 150px;
	color: #DDD;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: ;
	line-height: 20px;
	margin: auto;
	position: absolute;
	top: 28%;
	right: 5%;
}
.interview-top-text span {
	margin: 0;
	font-size: 23px;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 20px;
}

.interview-menu-wrapper {
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	background-color: #f6f6f6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;


}
.interview-menu {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	height: 58px;
}
.interview-menu:after {content: ""; display: block; clear: both;}

.interview-menu a {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 12px;
	font-size: 13px;
	font-weight: ;
	color: #3a6eb8;
	line-height: 58px;
}
#interview-menu-active {
	color: #ffffff;
	background-color: #3a6eb8;
}
.interview-menu a:hover {
	color: #ffffff;
	background-color: #3a6eb8;
}
.interview-menu a i {
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: ;
	color: #3a6eb8;
}
.interview-head img {
	margin: 0;
	width: 100%;
	max-width: 450px;
	height: auto;
}

.interview-topimg {
	margin: 0 auto;
	width: 100%;
	max-width: px;
	position: relative;
}
.interview-topimg img {
	margin: 0;
	width: 100%;
	height: auto;
}
.interview-topimg-text-1 {
	width: 100%;
	max-width: 328px;
	position: absolute;
	top: 14%;
	left: 5%;
}
.interview-topimg-text-1 img {
	width: 100%;
	height: auto;
}
.interview-topimg-text-2 {
	font-size: 16px;
	font-weight: ;
	color: #4a4a4a;
	letter-spacing: 0.1em;
	line-height: 150%;
	position: absolute;
	top: 23%;
	left: 5%;
}
.interview-topimg-text-3 {
	font-size: 46px;
	font-weight: ;
	color: #4a4a4a;
	letter-spacing: 0.1em;
	line-height: 150%;
	position: absolute;
	top: 36%;
	left: 5%;
}


.interview-profile1 {
	margin: 0 auto;
	margin-top: 4px;
	width: 100%;
	max-width: 1000px;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	line-height: 150%;
}
.interview-profile2 {
	margin: 0 auto;
	margin-top: 16px;
	width: 100%;
	max-width: 1000px;
	font-size: 28px;
	color: #22418b;
	line-height: 28px;
}
.interview-profile3 {
	margin-top: 15px;
	font-size: 15px;
	color: #111;
	line-height: 150%;
}
.interview-profile4 {
	margin-top: 10px;
	font-size: 13px;
	color: #111;
	line-height: 24px;
}
.interview-profile5 {
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	line-height: 14px;
}
.interview-profile6 {
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	line-height: 160%;
}







.interview-content-wrapper {
	margin: 60px auto 60px auto;
	width: 100%;
	max-width: 900px;
}
.interview-content-wrapper:after {content: ""; display: block; clear: both;}

.interview-content1-text {
	float: left;
	margin: 0;
	width: 65%;
}
.interview-content-text-1 {
	margin: 0 0 15px 0;
	width: 100%;
	max-width: 560px;
}
.interview-content-text-1 img {
	margin: 0;
	width: 100%;
	height: auto
}
.interview-content-text-1 span {
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #ff7777; /*3a6eb8*/
	line-height: 18px;
}
.interview-content-text-2 {
	margin: 0 ;
	padding: 11px 0 15px 0;
	width: 100%;
}
.interview-content-text-2 span {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #111; /*3a6eb8*/
	line-height: 18px;
}
/*
.interview-content-text-2 {
	margin: 0 0 12px 0;
	font-size: 24px;
	font-weight: ;
	color: #111;
	line-height: 160%;
}
*/
.interview-content-text-3 {
	margin: 0;
	font-size: 13px;
	color: #000;
	line-height: 155%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.interview-content-text-4 {
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	line-height: 24px;
}

.interview-content1-img {
	float: right;
	margin: 0;
	width: 40%;
}
.interview-content1-img img {
	margin: 0;
	width: 100%;
	height: auto;
}


.interview-content2-img {
	float: left;
	margin: 0;
	/*padding-left: 6%;*/
	width: 100%;
}
.interview-content2-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
.interview-content2-text {
	float: right;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	width: 40%;
}

.interview-content3-text {
	float: left;
	margin: 0;
	width: 54%;
}
.interview-content3-img {
	float: right;
	margin: 0;
	width: 35%;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.interview-content3-img img {
	margin: 0;
	width: 100%;
	height: auto;
}

.interview-other {
	margin: 80px auto 0 auto;
	padding-top: 36px;
	width: 100%;
	border-top: solid 0px #AAA;
	font-size: 28px;
	color: #111;
	line-height: 28px;
}

.interview-other-wrapper {
	margin: 20px auto 0px auto;
	width: 100%;
}
.interview-other-wrapper:after {content: ""; display: block; clear: both;}

.interview-other-section {
	float: left;
	margin: 0 0 20px 0;
	margin-right: 2.36%;
	width: 14.7%;
}
.interview-other-section:nth-child(6n) {
	margin-right: 0%;
}
.interview-other-section img {
	margin: 0;
	width: 100%;
	height: auto;
}

.interview-other-section-text {
	margin: 6px 0 0 0;
	font-size: 13px;
	font-weight: ;
	color: #1e1e1e;
	line-height: 18px;
}


.interview-control {
	width: 100%;
	height: 50px;
	position:relative;
}
.interview-control-1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 10px;
	left: 60px;
}
.interview-control-1 i {
	font-size: 18px;
	color: #339fe7;
}
.interview-control-2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 10px;
	right: 60px;
}
.interview-control-2 i {
	font-size: 18px;
	color: #339fe7;
}

.interview-time {
	margin: 0;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 60px;
	padding-right: 60px;
	background-color: #eaeaea; /*767778*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.interview-time-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}

.interview-time-head-1 {
	margin-bottom: 10px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 40px;
	color: #333;
	line-height: 40px;
}
.interview-time-head-1 i {
	margin-right: 4px;
}
.interview-time-head-2 {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
}
.interview-time-section {
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
	background-color: #fff;
}
.interview-time-section p {
	margin-left: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
}

/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.interview-content-wrapper {
	margin: 60px auto 60px auto;
	width: 100%;
	max-width: 900px;
}
.interview-content3-text {
	float: left;
	margin: 0;
	width: 54%;
}
.interview-content3-img {
	float: right;
	margin: 0;
	width: 35%;
	padding-top: 50px;

}
.interview-control-1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 10px;
	left: 25px;
}
.interview-control-1 i {
	font-size: 18px;
	color: #339fe7;
}
.interview-control-2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 10px;
	right: 25px;
}
.interview-control-2 i {
	font-size: 18px;
	color: #339fe7;
}
.interview-time {
	margin: 0;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #eaeaea; /*767778*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.interview-content-wrapper {
	border-top: solid px #ccc;
	padding-top: 50px;
	margin: 30px auto 20px auto;
	width: 100%;
	max-width: 900px;
}

.interview-profile1 {
	margin: 0 auto;
	margin-top: 4px;
	width: 100%;
	max-width: 1000px;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	line-height: 150%;
}
.interview-profile2 {
	margin: 0 auto;
	margin-top: 16px;
	width: 100%;
	max-width: 1000px;
	font-size: 30px;
	color: #22418b;
	line-height: 30px;
}

.interview-content-text-1 span {
	display: block;
	width: 100%;
	font-size: 17px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #ff7777; /*3a6eb8*/
	line-height: 160%;
}

.interview-content1-img {
	margin: 0;
	margin-top: 20px;
	width: 100%;
}
.interview-content1-img img {
	margin: 0;
	width: 100%;
	height: auto;
}
.interview-content3-text {
	margin: 0;
	width: 100%;
}
.interview-content3-img {
	margin: 0;
	width: 100%;
	padding-top: 50px;
}
.interview-control-1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 10px;
	left: 20px;
}
.interview-control-1 i {
	font-size: 18px;
	color: #339fe7;
}
.interview-control-2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 10px;
	right: 20px;
}
.interview-control-2 i {
	font-size: 18px;
	color: #339fe7;
}
.interview-time {
	margin: 0;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eaeaea; /*767778*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.interview-time-section p {
	margin-left: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
}

/* ------------------------------------------------------------------------------------------------------------------ 神戸合成の仕事 ---------------------------------------------------------------------------------------------------------------------- */
.job-top-text {
	font-size: 160px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	line-height: 24px;
	margin: auto;
	position: absolute;
	top: 220px;
	right: 0;
	left: 0;
	bottom: 0;
}
.job-top-text span {
	margin: 0;
	font-size: 23px;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 20px;
}

.job-top-wrapper {
	margin: auto;
	width: 60%;
	position: absolute;
	top: 46%;
	right: 0;
	left: 0;
	bottom: 0;
}
.job-top-wrapper:after {content: ""; display: block; clear: both;}

.job-top-section {
	float: left;
	width: 22%;
	margin-right: 4%;
	background-color: #3a6eb8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.job-top-section a:hover {

	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;

}
.job-top-section:nth-child(4n) {
	margin-right: 0;
}
.job-top-section-text1 {
	font-size: 18px;
	color: #404040;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	bottom: 0;
}
.job-top-section-text2 {
	font-size: 15px;
	color: #3a6eb8;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 54%;
	right: 0;
	left: 0;
	bottom: 0;
}

.product-topimg {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.product-topimg img {
	margin: 0;
	width: 100%;
	height: auto;
}

.product-topimg-text-1 {
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: ;
	font-size: 46px; /*58*/
	color: #FFF;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 34%;
	left: 0;
	right: 0;
	bottom: 0;
}

.product-topimg-text-2 {
	font-weight: bold;
	font-size: 23px;/*32*/
	color: #FFF;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 43%;
	left: 0;
	right: 0;
	bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------------------ 職場案内 ---------------------------------------------------------------------------------------------------------------------- */
.office-top-text {
	font-size: 160px;
	color: #FFF;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	margin: auto;
	position: absolute;
	top: 190px;
	right: 0;
	left: 0;
	bottom: 0;
}
.office-top-text span {
	margin: 0;
	font-size: 23px;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 20px;
}

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

.office-section {
	border-top: solid 9px #3a6eb8; /*68a8cd*/ /*2b373f*/ /*3a6eb8*/
	float: left;
	margin: 0;
	padding-bottom: 50px;
	width: 50%;
	/*min-height: 540px;*/
}
.office-section:nth-child(odd) {
	clear: both;
}

.office-section-img {
	width: 100%;
}
.office-section-img img {
	width: 100%;
	height: auto;
}

.office-section-text-1 {
	width: 80%;
	margin: 0px auto 5px auto;
	font-size: 23px;
	font-weight: bold;
	color: #444;
	text-align: center;
	line-height: 19px;
}

.office-section-text-2 {
	width: 80%;
	margin: 30px auto 10px auto;
	font-size: 11px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #3a6eb8;
	text-align: center;
	line-height: 18px;
}
.office-section-text-3 {
	width: 80%;
	margin: 0px auto 0px auto;
	font-size: 14px;
	color: #111;
	text-align: left;
	line-height: 160%;
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.office-section {
	border-top: solid 9px #3a6eb8;
	float: left;
	margin: 0;
	padding-bottom: 30px;
	width: 100%;
}
.office-section-text-1 {
	width: 85%;
	margin: 0px auto 5px auto;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-align: center;
	line-height: 19px;
}
.office-section-text-3 {
	width: 85%;
	margin: 0px auto 0px auto;
	font-size: 12px;
	color: #111;
	text-align: left;
	line-height: 170%;
}
}
/* ------------------------------------------------------------------------------------------------------------------ Mission--------------------------------------- */

.mission-contents img {
	width: 100%;
	height: auto;
}

.mission-contents-0 {
	width: 100%;
	position: relative;
}
.mission-contents-0 img {
	width: 100%;
}
.mission-contents-0-1 {
	text-align: center;
	position: absolute;
	margin: auto;
	top: 150px;
	left: 0;
	right: 0;
	bottom: 0;
}
.mission-contents-0-1 img {
	max-width: 378px;
	height: auto;
}
.mission-contents-0-2 {
	text-align: center;
	position: absolute;
	margin: auto;
	top: 700px;
	left: 0;
	right: 0;
	bottom: 0;
}
.mission-contents-0-2 img {
	max-width: 73px;
	height: auto;
}
.mission-contents-0-3 {
	text-align: center;
	position: absolute;
	margin: auto;
	top: 350px;
	left: 0;
	right: 0;
	bottom: 0;
}
.mission-contents-0-3 img {
	max-width: 512px;
	height: auto;
}
.mission-img-wrapper {
	width: 100%;
	height: auto;
	background-color: #000;
	text-align: center;
}
.mission-img-wrapper img {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
}
.mission-text-wrapper {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 100%;
	position: relative;
}
.mission-text-1 {
	margin: 10px auto 0 auto;
	font-size: 46px; /*58*/
	color: #f00028;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 46px;
	text-align: center;
}
#mission-text-green {
	color: #009044;
}
.mission-text-2 {
	margin: 0 auto 0 auto;
	font-size: 76px; /*112*/
	color: #959595;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 78px;
	text-align: center;
}
.mission-text-3 {
	max-width: 840px;
	margin: 30px auto 0 auto;
	font-size: 31px;
	color: #000;
	font-weight: ;
	line-height: 31px;
	text-align: center;
}
.mission-text-4 {
	max-width: 840px;
	margin: 25px auto 0 auto;
	font-size: 15px;
	color: #333;
	font-weight: ;
	line-height: 26px;
	text-align: center;
}
.mission-text-5 {
	max-width: 840px;
	margin: 30px auto 0 auto;
	font-size: 12px;
	color: #656565;
	font-weight: ;
	line-height: 12px;
	text-align: right;
}
.mission-textimg-1 {
	position: absolute;
	top: -185px;
	right: 0;/*40*/
}
.mission-textimg-1 img {
	max-width: 133px;
}

.mission-contents-7 {
	background-color: #;
	width: auto;
}
.mission-contents-7-TX {
	margin: 0;
	float: left;
	width: 65%;
}
.mission-contents-7-IMG {
	margin: 0;
	float: right;
	width: 30%;
}
.mission-contents-7-IMG img {
	margin: 0;
	width: 100%;
	height: auto;
}

.mission-contents-8 {
	border-top: solid 1px #AAA;
	margin: 60px auto 0 auto;
	/*padding: 220px 0;*/
	width: 100%;
	background-color: #;
	position: relative;
}
.mission-contents-8-text1 {
	margin: auto;
	font-size: 90px; /*80*/
	color: #FFF;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
}
.mission-contents-8-text2 {
	margin: auto;
	font-size: 36px;
	color: #FFF;
	font-weight: ;
	font-style: italic;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0;
}

.mission-contents-9 {
	margin: 0 auto;
	padding: 70px 0;
	width: 100%;
	background-color: 100%;
}
.mission-contents-9-1 {
	margin: 0 auto;
	font-size: 60px; /*80*/
	color: #000;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 60px;
	text-align: center;
}
.mission-contents-8-text2 {
	margin: auto;
	font-size: 36px;
	color: #FFF;
	font-weight: ;
	font-style: italic;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0;
}


/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
/*
.mission-contents-1 ,.mission-contents-2 ,.mission-contents-3 ,.mission-contents-4 ,.mission-contents-5 ,.mission-contents-6 ,.mission-contents-7 ,.mission-contents-8 ,.mission-contents-9 {
	margin-left: 0;
}
*/
.mission-textimg-1 {
	position: absolute;
	top: -126px;
	right: 0;
}
.mission-textimg-1 img {
	max-width: 96px;
}
.mission-text-1 {
	margin: 10px auto 0 auto;
	font-size: 36px; /*48*/
	color: #f00028;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 36px;
	text-align: center;
}
#mission-text-green {
	color: #009044;
}
.mission-text-2 {
	margin: 0 auto 0 auto;
	font-size: 70px; /*95*/
	color: #959595;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 70px;
	text-align: center;
}
.mission-text-3 {
	max-width: 840px;
	margin: 30px auto 0 auto;
	font-size: 31px;
	color: #000;
	font-weight: ;
	line-height: 31px;
	text-align: center;
}
.mission-text-4 {
	max-width: 840px;
	margin: 25px auto 0 auto;
	font-size: 15px;
	color: #333;
	font-weight: ;
	line-height: 30px;
	text-align: center;
}
.mission-text-5 {
	max-width: 840px;
	margin: 30px auto 0 auto;
	font-size: 12px;
	color: #656565;
	font-weight: ;
	line-height: 12px;
	text-align: right;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
/*
.mission-contents-1 ,.mission-contents-2 ,.mission-contents-3 ,.mission-contents-4 ,.mission-contents-5 ,.mission-contents-6 ,.mission-contents-7 ,.mission-contents-8 ,.mission-contents-9 {
	margin-left: 0;
}
*/
.mission-text-1 {
	margin: 10px auto 0 auto;
	font-size: 21px; /*28*/
	color: #f00028;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 28px;
	text-align: center;
}
#mission-text-green {
	color: #009044;
}
.mission-text-2 {
	margin: 0 auto 0 auto;
	font-size: 36px; /*48*/
	color: #959595;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: italic;
	line-height: 36px;
	text-align: center;
}
.mission-text-3 {
	max-width: 840px;
	margin: 10px auto 0 auto;
	font-size: 21px;
	color: #000;
	font-weight: ;
	line-height: 150%;
	text-align: center;
}
.mission-text-4 {
	max-width: 840px;
	margin: 8px auto 0 auto;
	font-size: 14px;
	color: #333;
	font-weight: ;
	line-height: 170%;
	text-align: center;
}
.mission-text-5 {
	max-width: 840px;
	margin: 30px auto 0 auto;
	font-size: 12px;
	color: #656565;
	font-weight: ;
	line-height: 12px;
	text-align: right;
}

.mission-contents-7-TX {
	margin: 0;
	width: 100%;
}
.mission-contents-7-IMG {
	margin: 0;
	width: 100%;
}
.mission-contents-7-IMG img {
	margin: 0;
	width: 100%;
	height: auto;
}
}








/* ------------------------------------------------------------------------------------------------------------------ 企業概要 ---------------------------------------------------------------------------------------------------------------------- */

.corporation-top-text {
	margin: 0px 0 40px 0;
	height: auto;
	font-size: 26px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #404040; /*22418b 339ff7*/
	line-height: 32px;
}

.corporation-top {
	margin: 0;
	width: 100%;
}
.corporation-top img {
	margin: 0;
	width: 100%;
	height: auto;
}

.corporaiton-contents-2 {
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.corporation-contents-text {
	float: left;
	margin: 0;
	width: 50%;
}
.corporation-contents-img {
	float: right;
	margin: 0;
	width: 45%;
}
.corporation-contents-img img {
	margin: 0;
	width: 100%;
	height: auto;
}

.saiyo-overview-text-1 {
	margin: 0;
	margin-bottom: 17px; /*20*/
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #505050;
	line-height: 16px;
	border-bottom: solid 1px #CCC;
}
.saiyo-overview-text-2 {
	margin: 0;
	margin-bottom: 35px;
	font-size: 13px;
	color: #111;
	line-height: 170%;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {

}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.corporation-top-text {
	margin: 0px 0 40px 0;
	height: auto;
	font-size: 26px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #333;
	text-align: center;
	line-height: 32px;
}
}
/* ------------------------------------------------------------------------------------------------------------------ 沿革 ---------------------------------------------------------------------------------------------------------------------- */

.saiyo-enkaku-text {
	margin: 0 auto;
	padding: 9px 0;
	width: 100%;
	border-top: solid 1px #CCC;
}
.saiyo-enkaku-text:after {content: ""; display: block; clear: both;}

.history-container-text {
	float: left;
	width: 67%;
}
.history-container-img {
	float: right;
	width: 21%;
}
.history-container-img-section {
	margin: 0;
	margin-bottom: 40px;
	width: 100%;
}
.history-container-img-section img {
	margin: 0;
	width: 100%;
	height: auto;
}
.history-container-img-section-text {
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #111;
	text-align: center;
	line-height: 13px;
}

.saiyo-enkaku-text-1 {
	float: left;
	margin: 0;
	margin-right: 1%;
	width: 15%;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	line-height: 13px;
}
.saiyo-enkaku-text-2 {
	float: left;
	margin: 0;
	width: 84%;
	height: auto;
	font-size: 13px;
	color: #111;
	line-height: 13px;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {

}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.saiyo-enkaku-text {
	margin: 0 auto;
	padding: 9px 0;
	width: 100%;
	border-top: solid 0px #CCC;
}
.history-container-text {
	width: 100%;
}
.history-container-img {
	width: 100%;
}
.saiyo-enkaku-text-1 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	width: 100%;
	background-color: #f1f1f1;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	line-height: 13px;
}
.saiyo-enkaku-text-2 {
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #111;
	line-height: 160%;
}
}
/* ------------------------------------------------------------------------------------------------------------------ FAQ ---------------------------------------------------------------------------------------------------------------------- */

.faq-wrapper {
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
}
.faq {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
	/*border: solid 1px #dedede;*/
}

.faq-TX-0 {
	margin: 0;
	font-size: 17px;
	font-weight: ;
	color: #111;
	text-align: right;
	line-height: 15px;
}

.faq-TX-1 {
	margin: 70px 0 0 0;
	font-size: 36px;
	font-weight: ;
	color: #111;
	text-align: ;
	line-height: 36px;
}
.faq-TX-2 {
	margin: 50px 0 0 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #dedede;
	font-size: 22px;
	font-weight: bold;
	color: #111;
	text-align: ;
	line-height: 22px;
}
.faq-TX-3-wrapper {
	margin: 0;
	padding-top: 17px;
	padding-bottom: 50px;
	border-bottom: solid px #dedede;
}
.faq-TX-3 {
	margin: 0;
	font-size: 14px;
	font-weight: ;
	color: #0284c3;
	text-align: ;
	line-height: 160%;
}
.faq-TX-3 a {
	margin: 0;
	font-size: 16px;
	font-weight: ;
	color: #0284c3; /*324fe3*/
	text-align: ;
	line-height: 160%;
	text-decoration: ;
}

.faq-TX-4 {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: solid 1px #dedede;
	font-size: 19px;
	font-weight: bold;
	color: #0284c3;
	text-align: ;
	line-height: 19px;
}

.faq-TX-5 {
	margin: 10px 0 30px 0;
	font-size: 16px;
	font-weight: ;
	color: #111;
	text-align: ;
	line-height: 170%;
}

.faq-TX-6 {
	margin: 30px auto 5px auto;
	padding-bottom: 10px;
	border-bottom: solid px #dedede;
	font-size: 16px;
	font-weight: ;
	color: #505050;
	text-align: center;
	line-height: 16px;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.faq-TX-0 {
	margin: 0;
	font-size: 17px;
	font-weight: ;
	color: #111;
	text-align: right;
	line-height: 15px;
}

.faq-TX-1 {
	margin: 70px 0 0 0;
	font-size: 37px;
	font-weight: ;
	color: #111;
	text-align: ;
	line-height: 37px;
}
.faq-TX-2 {
	margin: 50px 0 0 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #dedede;
	font-size: 22px;
	font-weight: bold;
	color: #111;
	text-align: ;
	line-height: 22px;
}
.faq-TX-3-wrapper {
	margin: 0;
	padding-top: 17px;
	padding-bottom: 50px;
	border-bottom: solid px #dedede;
}
.faq-TX-3 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: ;
	color: #0284c3;
	text-align: ;
	line-height: 160%;
}
.faq-TX-3 a {
	margin: 0;
	font-size: 16px;
	font-weight: ;
	color: #0284c3; /*324fe3*/
	text-align: ;
	line-height: 160%;
	text-decoration: ;
}

.faq-TX-4 {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: solid 1px #dedede;
	font-size: 19px;
	font-weight: bold;
	color: #0284c3;
	text-align: ;
	line-height: 19px;
}

.faq-TX-5 {
	margin: 10px 0 30px 0;
	font-size: 15px;
	font-weight: ;
	color: #111;
	text-align: ;
	line-height: 170%;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.faq-TX-0 {
	margin: 0;
	font-size: 13px;
	font-weight: ;
	color: #111;
	text-align: right;
	line-height: 13px;
}

.faq-TX-1 {
	margin: 60px 0 0 0;
	font-size: 28px;
	font-weight: ;
	color: #111;
	text-align: center;
	line-height: 150%px;
}
.faq-TX-2 {
	margin: 36px 0 0 0;
	padding-bottom: 11px;
	border-bottom: solid 1px #dedede;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	text-align: center;
	line-height: 18px;
}
.faq-TX-3-wrapper {
	margin: 0;
	padding-top: 17px;
	padding-bottom: 20px;
	border-bottom: solid px #dedede;
}
.faq-TX-3 {
	margin: 0;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: ;
	color: #0284c3;
	text-align: ;
	line-height: 160%;
}
.faq-TX-3 a {
	margin: 0;
	font-size: 13px;
	font-weight: ;
	color: #0284c3; /*324fe3*/
	text-align: ;
	line-height: 160%;
	text-decoration: ;
}

.faq-TX-4 {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: solid 1px #dedede;
	font-size: 14px;
	font-weight: bold;
	color: #0284c3;
	text-align: ;
	line-height: 160%;
}

.faq-TX-5 {
	margin: 10px 0 30px 0;
	font-size: 13px;
	font-weight: ;
	color: #111;
	text-align: ;
	line-height: 170%;
}
}
/* ------------------------------------------------------------------------------------------------------------------ 同じカテゴリー ---------------------------------------------------------------------------------------------------------------------- */

.same-padding {
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 45px;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	height: auto;
	background-color: #FFF;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sametopics-head {
	margin: 0 auto;
	width: 100%;
	font-family: 'Roboto Condensed';/*Roboto Condensed*/ /*Oswald*/
	font-weight: 700;
	font-size: 30px;
	color: #111;
	text-align: center;
	line-height: 36px;
}

.sametopics-wrapper {
	padding: 30px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
.sametopics-wrapper:after {content: ""; display: block; clear: both;}

.sametopics {
	float: left;
	margin-right: 2.9%;
	width: 31.4%;
}
.sametopics:after {content: ""; display: block; clear: both;}
.sametopics:nth-child(3) {
	margin-right: 0;
}
.sametopics-IMG {
	float: left;
	margin: 0 auto;
	width: 55%;
}
.sametopics-IMG img {
	margin: 0;
	width: 100%;
	height: auto;
}
.sametopics-TX {
	float: right;
	margin: 0 auto;
	width: 40%;
}
/*
.sametopics-TX1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 10px;
	max-width: 70px;
	background-color: #888;
	font-size:11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 11px;
}
*/
.sametopics-TX1 {
	margin: 0;
	margin-bottom: 6px;
	font-size:11px;
	font-weight: bold;
	color: #111;
	text-align: ;
	line-height: 11px;
}

.sametopics-TX2 {
	margin: 0;
	font-size:13px;
	color: #111;
	text-align: ;
	line-height: 12px;
}
.sametopics-TX3 {
	margin: 0;
	margin-top: 6px;
	font-size:11px;
	color: #808080;
	line-height: 11px;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.same-padding {
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 55px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	height: auto;
	background-color: #FFF;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sametopics-head {
	margin: 0 auto;
	width: 100%;
	font-family: 'Roboto Condensed';/*Roboto Condensed*/ /*Oswald*/
	font-weight: 700;
	font-size: 28px;
	color: #111;
	text-align: center;
	line-height: 28px;
}

.sametopics-wrapper {
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
.sametopics-wrapper:after {content: ""; display: block; clear: both;}

.sametopics {
	float: left;
	margin-right: 4%;
	width: 48%;
	margin-bottom: 20px;
}
.sametopics:nth-child(3) {
	margin-bottom: 0;
}
.sametopics:after {content: ""; display: block; clear: both;}
.sametopics:nth-child(2) {
	margin-right: 0;
}
.sametopics-IMG {
	float: left;
	margin: 0 auto;
	width: 50%;
}
.sametopics-IMG img {
	margin: 0;
	width: 100%;
	height: auto;
}
.sametopics-TX {
	float: right;
	margin: 0 auto;
	width: 45%;
}
.sametopics-TX1 {
	margin: 0;
	margin-bottom: 6px;
	font-size:11px;
	font-weight: bold;
	color: #111;
	text-align: ;
	line-height: 11px;
}

.sametopics-TX2 {
	margin: 0;
	font-size:13px;
	color: #111;
	text-align: ;
	line-height: 12px;
}
.sametopics-TX3 {
	margin: 0;
	margin-top: 6px;
	font-size:11px;
	color: #808080;
	line-height: 11px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.same-padding {
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	height: auto;
	background-color: #FFF;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sametopics-head {
	margin: 0 auto;
	width: 100%;
	font-family: 'Roboto Condensed';/*Roboto Condensed*/ /*Oswald*/
	font-weight: 700;
	font-size: 27px;
	color: #111;
	text-align: center;
	line-height: 27px;
}

.sametopics-wrapper {
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 100%;
}
.sametopics-wrapper:after {content: ""; display: block; clear: both;}

.sametopics {
	border-left: solid 5px #ccc;
	width: 100%;
	margin-bottom: 20px;
}
.sametopics:nth-child(3) {
	margin-bottom: 0;
}
.sametopics:after {content: ""; display: block; clear: both;}
.sametopics-IMG {
	float: left;
	margin: 0 auto;
	width: 40%;
}
.sametopics-IMG img {
	margin: 0;
	width: 100%;
	height: auto;
}
.sametopics-TX {
	float: right;
	margin: 0 auto;
	width: 50%;
}
.sametopics-TX1 {
	margin: 0;
	margin-bottom: 6px;
	font-size:11px;
	font-weight: bold;
	color: #111;
	text-align: ;
	line-height: 11px;
}

.sametopics-TX2 {
	margin: 0;
	font-size:13px;
	color: #111;
	text-align: ;
	line-height: 12px;
}
.sametopics-TX3 {
	margin: 0;
	margin-top: 6px;
	font-size:11px;
	color: #808080;
	line-height: 11px;
}
}

/* ------------------------------------------------------------------------------------------------------------------ ページ内リンク ---------------------------------------------------------------------------------------------------------------------- */
.link-box {
	margin: 0 auto;
	width: 100%;
	min-height: 410px;
	background-color: #3a424a;
	padding-left: 25px;
	padding-right: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.link-box:after {content: ""; display: block; clear: both;}

.link-box-t-1 {
	margin: 0 auto;
	padding-top: 3px;
	font-size: 13px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #FFF;
	text-align: center;
}
.link-box-t-2 {
	margin: 0 auto;
	padding-top: 60px;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.link-box-t-3 {
	margin: 0 auto;
	padding-top: 10px;
	font-size: 15px;
	font-weight: ;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.link-box-back {
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
	max-width: 920px;
	position: relative;
}
.link-box-back:after {content: ""; display: block; clear: both;}

.link-box-back img {
	margin: 0;
	width: 100%;
}
.link-box-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 920px;
	position: absolute;
	top: 0;
	left: 0;
}
.link-box-wrapper:after {content: ""; display: block; clear: both;}

.link-box-img {
	float: left;
	margin: 0;
	width: 33.333%;
}
.link-box-img img {
	margin: 0;
	width: 100%;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.link-box {
	margin: 0 auto;
	width: 100%;
	min-height: 30px;
	background-color: #3a424a;
	padding-left: 25px;
	padding-right: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.link-box-t-2 {
	margin: 0 auto;
	padding-top: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.link-box-back {
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 60px;
	width: 100%;
	max-width: 920px;
	position: relative;
}
.link-box-back:after {content: ""; display: block; clear: both;}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.link-box {
	margin: 0 auto;
	width: 100%;
	min-height: 30px;
	background-color: #3a424a;
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.link-box-t-1 {
	margin: 0 auto;
	padding-top: 3px;
	font-size: 9px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #FFF;
	text-align: center;
}
.link-box-t-2 {
	margin: 0 auto;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.link-box-t-3 {
	margin: 0 auto;
	padding-top: 10px;
	font-size: 13px;
	font-weight: ;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.link-box-back {
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 60px;
	width: 100%;
	max-width: 920px;
	position: relative;
}
.link-box-back:after {content: ""; display: block; clear: both;}
}
/* ------------------------------------------------------------------------------------------------------------------お問い合わせフォーム---------------------------------------------------------------------------------------------------------------------- */
.form_bg {
	margin: 0 0 0 0;
	background-color: #ebebeb;
}
.form_h1 {
	margin: 0 auto 30px auto;
	padding-top: 30px;
	width: 100%;
	max-width: 750px;
	height: 30px;
}
.form_wrapper_1000 {
	margin: 0 auto 0px auto;
	padding-bottom: 50px;
	width: 100%;
	max-width: 1000px;
	background-color: #FFF;
	box-shadow: 0px 5px 10px #808080;
}
.input {
	width: 99%;
}
.text-input {
	width: 99%;
	height: 120px;
}
.form_table p {
	font-size: 13px;
	color: #333333;
}
.form-table-wrapper {
	margin: 0;
	width: 100%;
	max-width: 750px;
}
#mailform-submit {
	margin: 50px auto 80px auto;
}
/* ############################ 768px以上 ############################ */
@media (min-width: 768px) {

#input {width: 100%}

.form-table {display: table}

.form-table-section-1 {
	padding: 5px;
	display: table-cell;
	min-width: 100px;
	background-color: #f1f1f1;
	border : solid 1px #f1f1f1;
	font-size: 12px;
	font-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: 12px;
	font-color: #333;
	text-align: left;
}
.form-table-section p {
	margin: 0;
}
}
/* ############################ 767px以下 ############################ */
@media (max-width: 767px) {

.form-table-section-1 {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	min-width: 100px;
	background-color: #f1f1f1;
	border : solid 1px #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	font-color: #333;
	vertical-align: middle;
	text-align: center;
}
.form-table-section-2 {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	min-width: 100px;
	border : solid 1px #f1f1f1;
	font-size: 12px;
	font-color: #333;
	text-align: center;
}
}
/* ------------------------------------------------------------------------------------------------------------------ エントリー ---------------------------------------------------------------------------------------------------------------------- */

.entry-box {
	margin: 0 auto; /*80px auto 0 auto*/
	border-top: solid 7px #2a5eb4;
	/*border-top: solid 5px #2a5eb4;*/
	width: 100%;
	height: 150px;
	background-color: #2a5eb4; /*2a5eb4*/ /*7c7c7c*/
/*
	position: relative;
*/
}
.entry-box-wrapper {
	margin: 0 auto;
	width: 100%;
	/*max-width: 680px;*/
}
.entry-box-wrapper:after {content: ""; display: block; clear: both;}

.entry-box-A {
	margin-top: 0px;
	float: left;
	width: 70%;
	height: 150px;
	background-color: #FFF;
}
.entry-box-B {
	margin-top: 0px;
	float: left;
	width: 30%;
	height: 150px;
	background-color: #FFF;
}
.entry-box-1 {
	margin: 36px 0 0 50px;
	font-size: 36px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #2a5eb4;
	text-align: left;
	line-height: 34px;
}
.entry-box-2 {
	margin: 15px 0 0 50px;
	font-size: 14px;
	font-weight: ;
	color: #3a3a3a;
	text-align: left;
	line-height: 14px;
}
.entry-box-3 {
	margin: 36px auto 0 auto;
	max-width: 230px;
	text-align: center;
/*
	position: absolute;
	top: 45px;
	left: 760px;
*/
}
.entry-box-3 img {
	margin: 0;
	width: 100%;
}
.entry-box-4 {
	margin: 14px auto 0 auto;
	font-size: 13px;
	color: #3a3a3a;
	text-align: center;
	line-height: 13px;
/*
	position: absolute;
	top: 105px;
	left: 820px;
*/
}
.entry-box-4 i {
	margin-left: 5px;
	font-size: 13px;
	color: #3a3a3a;
}
a .entry-box-4:hover {
	color: #2a5eb4;
	text-decoration: underline;
}
a .entry-box-4 i:hover {
	color: #2a5eb4;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------------ 新着ニュース ---------------------------------------------------------------------------------------------------------------------- */
.info-btn-wrapper {
	margin: 0 auto;
	margin-top: 20px;
	width: auto;
}
.info-btn-wrapper:after {content: ""; display: block; clear: both;}

.info-btn {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.info-btn-TX1 {
	margin: 0 auto;
	height: 50px;
	background-color: #f00028;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
/* ------------------------------------------------------------------------------------------------------------------ サイトマップ ---------------------------------------------------------------------------------------------------------------------- */
.sitemap {
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 53px;
	width: 100%;
	max-width: 1200px;
	height: auto
}
.sitemap:after {content: ""; display: block; clear: both;}

.sitemap-head {
	border-bottom: solid px #CCC;
	margin: 0 auto 20px auto;
	padding-bottom: 15px;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 19px; /*23*/
	color: #22418b;
	text-align: center;
	line-height: 22px;
}
.sitemap-section {
	float: left;
	width: 15%;
	margin-right: 2%;
}
.sitemap-section:nth-child(6) {
	margin-right: 0;
}

.sitemap-section-1 {
	margin: 0 0 7px 0;
border-bottom: dotted 0px #3a6eb8;
}
.sitemap-section-2 {
	margin: 0 0 1px 0;
}
.sitemap-section-1 a {
	margin: 0;
	font-size: 13px;
	/*font-family: 'Oswald';*/
	font-weight: bold;
	color: #22418b;
	text-align: ;
	line-height: 13px;
}
.sitemap-section-2 a {
	margin: 0;
	font-size: 13px;
	font-weight: ;
	color: #303030;
	text-align: ;
	line-height: 170%;
}

/* ------------------------------------------------------------------------------------------------------------------ フッター ---------------------------------------------------------------------------------------------------------------------- */

.saiyo-body-contents-2 {
	margin: 0;
	padding: 34px 11px 30px 11px;
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	border-top: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.saiyo-body-contents-2-wrapper {
	margin: 0 auto;
	width: 95%;
}
.saiyo-body-contents-2-wrapper:after {content: ""; display: block; clear: both;}


.saiyo-body-contents-2-text1 {
	margin: 0 auto 10px auto;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 16px;
}
.saiyo-body-contents-2-text1 a {
	margin: 0;
	font-size: 14px;
	font-weight: ;
	color: #3a6eb8; /*3a6eb8*/
	text-align: left;
	line-height: 16px;
	text-decoration: underline;
}
.saiyo-body-contents-2-text2 {
	margin: 0;
	border-bottom: dotted 0px #606060;
	line-height: 24px;
}
.saiyo-body-contents-2-text2 a {
	margin: 0;
	font-size: 13px;
	font-weight: ;
	color: #3a6eb8; /*3a6eb8*/
	text-align: left;
	line-height: 18px;
	text-decoration: underline;
}

.saiyo-body-contents-2-section {
	float: left;
	margin: 0;
	margin-bottom: 10px;
	margin-right: 0%;
	width: 25%;
	height: 450px;
	background-color: #FFF;
}
.saiyo-body-contents-2-section:nth-child(4n) {
	margin-right: 0;
}

.saiyo-body-contents-2-section-img {
	margin: 0;
	width: 100%;
	height: auto;
}
.saiyo-body-footer {
	margin: 0 0 0 0;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	background-color: #fff; /*#f2f2f2*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-share-wrapper {
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.saiyo-body-footer-share {
	margin: 0;
	padding: 10px 0 15px 0;
	width: 100%;
}
.saiyo-body-footer-share img {
	margin: 0;
	width: 214px;
	height: auto;
}
.saiyo-body-footer-text-wrapper {
/*border-top: solid 1px #CCC;*/
background-color: #;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}
.saiyo-body-footer-text-wrapper:after {content: ""; display: block; clear: both;}

.saiyo-body-footer-text1 {
	margin: 0 auto;
	width: 411px;
}
.saiyo-body-footer-text1:after {content: ""; display: block; clear: both;}

.saiyo-body-footer-text1-1 {
float: left;
	margin: 0 auto;
	font-size: 13px;
	color: #22418b;
	text-align: center;
	line-height: 13px;
}
.saiyo-body-footer-text1-1 span {
	background-color: #22418b;
	margin: 0 7px 0 0;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: ;
	color: #FFF;
	text-align: center;
	line-height: 12px;
}
.saiyo-body-footer-text1-1 a {

	margin: 0 6px;
	font-size: 11px;
	font-weight: ;
	color: #22418b;
	line-height: 13px;
}
.saiyo-body-footer-text1-2 {
/*float: right;*/
	margin: 20px auto 15px auto;
	font-size: 10px;
	color: #505050;
	line-height: 10px;
	text-align: center;
}
.saiyo-body-footer-text2 {
width: 100%;
background-color: #FFF;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 23px 0;
	margin: 0 auto;
	font-size: 10px;
	color: #606060;
	text-align: center;
	line-height: 10px;
}
/* ############################ 999px以下 ############################ */
@media (max-width: 999px) {
.saiyo-body-footer-text1 {
	margin: 0 auto;
	width: 100%;
}
.saiyo-body-footer-text1-1 {
	float: none;
	margin: 0 auto;
	font-size: 13px;
	color: #22418b;
	text-align: center;
	line-height: 13px;
}
}
/* ------------------------------------------------------------------------------------------------------------------ Other ---------------------------------------------------------------------------------------------------------------------- */




#lightgray {
	background-color: #f1f1f1;
}
#backgroundcolor-cyan {
	/*background: url(../images/saiyo/2015-11-17.jpg) no-repeat center top fixed;
	background-size: cover;*/
	background-color: #f4f4f2;
	width: auto;
	height: auto;
}
#width80-bottom {
	width: 80%;
	margin: 0 auto 20px auto;
}
#color-white {
	color: #FFF;
}
#margin-top-yellow {
	border-top: solid 18px #fafaaa;
}
#color-pink {
	color: #f382c0;
}

/* ------------------------------------------------------------------------------------------------------------------ トップに戻る ---------------------------------------------------------------------------------------------------------------------- */

.back-to-top-1200 {
	margin: 0 auto 0 auto;
	width: 100%
	position: relative;
}
.back-to-top {
	cursor: pointer;
	border: solid px #DDD;
	border-radius: 6px;
	background-color: #111;
	margin: 0 0 0 0;
	width: 48px;
	height: 48px;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	position: fixed;
	right: 40px;
	bottom: 16px;
}
.back-to-top img {
	margin: 0;
	width: 100%;
	max-width: 48px;
	height: auto;
}
.no-js .back-to-top {
	display: none;
}
/* ########################### 500以上～999px以下 ##################### */
@media (min-width: 500px) and (max-width: 999px) {
.back-to-top {
	cursor: pointer;
	border: solid px #DDD;
	border-radius: 6px;
	background-color: #111;
	margin: 0 0 0 0;
	width: 48px;
	height: 48px;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	position: fixed;
	right: 25px;
	bottom: 16px;
}
}
/* ############################ 499px以下 ############################ */
@media (max-width: 499px) {
.back-to-top {
	cursor: pointer;
	border: solid px #DDD;
	border-radius: 6px;
	background-color: #111;
	margin: 0 0 0 0;
	width: 48px;
	height: 48px;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	position: fixed;
	right: 20px;
	bottom: 16px;
}
}

