@charset "UTF-8";

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

/* 基本フォント ------------------------------ */

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust:none;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg_body.png) repeat;
	text-align: left;
}

img,table {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

address,em,cite {
	font-style: normal;
}

.none {
	display:none;
}

article, aside, footer, header, menu, nav, section { display: block; font-size: 100%; }

/* 基本テキストリンク ------------------------------ */

a {
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* --------------------------------------------------------------------------------------
 非表示設定
--------------------------------------------------------------------------------------- */

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

@media screen and (min-width: 641px) {
.pcNone {
	display: none;
}
}

/* --------------------------------------------------------------------------------------
 レイアウト
--------------------------------------------------------------------------------------- */

#wrap	{
	min-width: 1000px;
	width: 100%;
}

@media screen and (max-width: 640px) {
#wrap	{
	min-width: 320px;
}

.inner {
	width: auto;
}
}

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

#header	{
	width: 1070px;
	margin: 0 auto;
	border-top: 6px #0063dd solid;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	background: #fff;
}

#header > .inner{
	width: 1052px;
	margin: 0 auto;
	padding: 14px 0;
}

#header .logo{
	display: inline;
	float: left;
	margin-left: -3px;
}

#header ul{
	display: inline;
	float: right;
	width: 819px;
	margin: 0 0 0;
}

#header ul li{
	display: inline;
}

#header ul li a{
	position: relative;
	float: left;
	margin: 0 0 0 2px;
	padding: 10px 0 8px;
	border-radius: 2px;
}

#header ul li:nth-child(1) a{
	background: #ffba00;
}

#header ul li:nth-child(2) a{
	background: #3289d3;
}

#header ul li:nth-child(3) a{
	background: #aa62bc;
}

#header ul li:nth-child(4) a{
	background: #e6626c;
}

#header ul li:nth-child(5) a{
	background: #e662ad;
}

#header ul li:nth-child(6) a{
	background: #9fd058;
}

#header ul li:nth-child(7) a{
	background: #e497d8;
}

#header ul li a span{
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 100%;
	text-align: center;
}


@media screen and (max-width: 640px) {
#header	{
	width: 100%;
	border-top: 6px #0063dd solid;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	background: #fff;
}

#header > .inner{
	position: relative;
	width: 100%;
	padding: 7px 0;
}

#header .logo{
	display: block;
	float: none;
	width: 106px;
	margin: 0 0 0 2%;
}

#header .menu {
	position: absolute;
	right: 3%;
	top: 14px;
	width: 24px;
}

#header .menu.active {
	width: 24px;
	height: 22.5px;
	background: url(../img/ico_menu_close.png) no-repeat 0 0;
	background-size: 24px auto;
}

#header .menu.active img {
	display: none;
}

#header ul{
	display: none;
	float: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 5px 4px 10px 2px;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
	background: #fff;
	z-index: 99999;
}

#header ul li{
	display: inline;
	float: left;
	width: 25%;
	padding: 0 0 0 2px;
	box-sizing: border-box;
}

#header ul li a{
	display: block;
	width: 100%;
	margin: 0 0 0;
	padding: 6px 0;
	text-align: center;
}

#header ul li a img{
	width: auto;
	height: 37px;
}

#header ul li:nth-child(5),
#header ul li:nth-child(6),
#header ul li:nth-child(7){
	float: left;
	width: 33.333%;
	padding: 2px 0 0 2px;
	box-sizing: border-box;
}

#header ul li:nth-child(5) a img,
#header ul li:nth-child(6) a img,
#header ul li:nth-child(7) a img{
	width: auto;
	height: 37px;
}

#header ul li a span{
	display: none;
}
}

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

.pagetop{
	width: 96%;
	margin: 0 auto 19px auto;
	text-align: right;
}

/* 下層リンク */

.footerLinkArea {
	padding: 38px 0;
	background: #fff;
	border-top: 2px #eee solid;
}

.footerLinkArea .footerLinkInnerArea {
	width: 1080px;
	margin: 0 auto;
}

.footerLinkArea h2{
	font-size: 14px;
}

.footerLinkArea ul{
	margin: 6px 0 0;
}

.footerLinkArea .yellowBox {
	display: inline;
	float: left;
	width: 220px;
}

.footerLinkArea .blueBox {
	display: inline;
	float: left;
	width: 429px;
}

.footerLinkArea .purpleBox {
	display: inline;
	float: left;
	width: 256px;
}

.footerLinkArea .redBox {
	display: inline;
	float: left;
	width: 174px;
}

.footerLinkArea .pinkBox {
	display: inline;
	float: left;
	width: 220px;
	margin: 50px 0 0;
}

.footerLinkArea .greenBox {
	display: inline;
	float: left;
	width: 423px;
	margin: 50px 0 0;
}

.footerLinkArea .light_pinkBox {
	display: inline;
	float: left;
	width: 435px;
	margin: 50px 0 0;
}

.footerLinkArea .yellowBox h2 a{
	color: #feb20e;
}

.footerLinkArea .blueBox h2 a{
	color: #3289d3;
}

.footerLinkArea .purpleBox h2 a{
	color: #aa62bc;
}

.footerLinkArea .redBox h2 a{
	color: #e6626c;
}

.footerLinkArea .pinkBox h2 a{
	color: #e662ad;
}

.footerLinkArea .greenBox h2 a{
	color: #9fd058;
}

.footerLinkArea .light_pinkBox h2 a{
	color: #e497d8;
}

.footerLinkArea li{
	display: inline;
	float: left;
	width: 45%;
	margin: 4px 0;
	padding: 0 0 0 19px;
	white-space: nowrap;
}

.footerLinkArea .yellowBox li{
	background: url(../img/ico_arw01.png) no-repeat 0 center;
}

.footerLinkArea .blueBox li{
	background: url(../img/ico_arw02.png) no-repeat 0 center;
}

.footerLinkArea .purpleBox li{
	background: url(../img/ico_arw03.png) no-repeat 0 center;
}

.footerLinkArea .redBox li{
	background: url(../img/ico_arw04.png) no-repeat 0 center;
}

.footerLinkArea .pinkBox li{
	background: url(../img/ico_arw05.png) no-repeat 0 center;
}

.footerLinkArea .greenBox li{
	background: url(../img/ico_arw06.png) no-repeat 0 center;
}

.footerLinkArea .light_pinkBox li{
	background: url(../img/ico_arw07.png) no-repeat 0 center;
}




#footer	{
	position: relative;
	padding: 6px 0 20px;
	background: #eee;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}

#footer .inner {
	position: relative;
	width: 1080px;
	margin: 35px auto 0 auto;
}

#footer .footerLeft	{
	position: relative;
	float: left;
	margin: -14px 0 0 0;
}

#footer .footerLeft .logo	{
	margin: 0 0 0 4px;
}

#footer .footerLeft small	{
	display: block;
	margin: 18px 0 0 2px;
}

#footer .footerLeft ul {
	margin: 21px 0 0 4px;
	font-size: 0;
}

#footer .footerLeft ul li{
	display: inline;
	margin: 0 10px 0 0;
}

#footer .footerRight {
	float: right;
}

#footer .footerRight address {
	display: block;
	margin: 21px 0 0;
	font-size: 83.3%;
}

#footer .footerRight .btn {
	margin: 12px 0 0;
	text-align: right;
}

#footer .footerRight .btn a {
	display: inline-block;
	padding: 2px 13px;
	background: #0063dd;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 640px) {
.pagetop{
	width: 96%;
	margin: 6px auto 11px auto;
	text-align: right;
}

.pagetop img{
	width: 11.968%;
}

/* 下層リンク */

.footerLinkArea {
	padding: 0 0;
	background: #fff;
	border-top: 2px #eee solid;
}

.footerLinkArea .footerLinkInnerArea {
	width: auto;
	margin: 0 auto;
}

.footerLinkArea h2{
	font-size: 14px;
}

.footerLinkArea h2 a{
	display: block;
	padding: 11px 3%;
}

.footerLinkArea h2 a:hover{
	text-decoration: none;
}

.footerLinkArea ul{
	display: none;
	margin: 6px 0 0;
	padding: 0 3% 12px 3%;
}

.footerLinkArea .yellowBox {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	border-top: none;
}

.footerLinkArea .blueBox,
.footerLinkArea .purpleBox,
.footerLinkArea .redBox,
.footerLinkArea .pinkBox,
.footerLinkArea .greenBox,
.footerLinkArea .light_pinkBox {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	border-top: 1px #eee solid;
}

.footerLinkArea .yellowBox h2 a
{
	background: url(../img/ico_ft_menu01.png) no-repeat 97% center;
	background-size: 18.5px auto;
	color: #feb20e;
}

.footerLinkArea .blueBox h2 a{
	background: url(../img/ico_ft_menu02.png) no-repeat 97% center;
	background-size: 18.5px auto;
	color: #3289d3;
}

.footerLinkArea .purpleBox h2 a{
	background: url(../img/ico_ft_menu03.png) no-repeat 97% center;
	background-size: 18.5px auto;
	color: #aa62bc;
}

.footerLinkArea .redBox h2 a{
	background: url(../img/ico_ft_menu04.png) no-repeat 97% center;
	background-size: 18.5px auto;
	color: #e6626c;
}

.footerLinkArea .pinkBox h2 a{
	background: url(../img/ico_ft_menu05.png) no-repeat 97% center;
	background-size: 18.5px auto;
	color: #e662ad;
}

.footerLinkArea .greenBox h2 a{
	background: url(../img/ico_ft_menu06.png) no-repeat 97% center;
	background-size: 18.5px auto;
	color: #9fd0588;
}

.footerLinkArea .light_pinkBox h2 a{
	background: url(../img/ico_ft_menu07.png) no-repeat 97% center;
	background-size: 18.5px auto;
	color: #e497d8;
}

.footerLinkArea li{
	display: block;
	float: none;
	width: auto;
	margin: 4px 0;
	padding: 0 0 0 19px;
	white-space: nowrap;
}

.footerLinkArea .yellowBox li{
	background: url(../img/ico_arw01.png) no-repeat 0 center;
}

.footerLinkArea .blueBox li{
	background: url(../img/ico_arw02.png) no-repeat 0 center;
}

.footerLinkArea .purpleBox li{
	background: url(../img/ico_arw03.png) no-repeat 0 center;
}

.footerLinkArea .redBox li{
	background: url(../img/ico_arw04.png) no-repeat 0 center;
}

.footerLinkArea .pinkBox li{
	background: url(../img/ico_arw05.png) no-repeat 0 center;
}

.footerLinkArea .greenBox li{
	background: url(../img/ico_arw06.png) no-repeat 0 center;
}

.footerLinkArea .light_pinkBox li{
	background: url(../img/ico_arw07.png) no-repeat 0 center;
}


#footer	{
	position: relative;
	padding: 6px 0 20px;
	background: #eee;
	-moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
}

#footer .inner {
	width: 94%;
	margin: 0 3%;
	padding: 16px 0 0;
}

#footer .footerLeft	{
	position: relative;
	float: none;
	margin: -26px 0 0 0;
	width: 50%;
}

#footer .footerLeft .logo	{
	display: none;
}

#footer .footerLeft small	{
	display: block;
	margin: 14px -100% 0 0;
	text-align: center;
}

#footer .footerLeft ul {
	margin: 0 0 0 0;
	font-size: 0;
}

#footer .footerLeft ul li{
	display: inline;
	margin: 0 10px 0 0;
}

#footer .footerLeft ul li img{
	width: 30px;
}

#footer .footerRight {
	float: none;
}

#footer .footerRight .logo{
	display: none;
}

#footer .footerRight address {
	display: none;
}

#footer .footerRight .btn {
	margin: 0 0 0;
	text-align: right;
}

#footer .footerRight .btn a {
	display: inline-block;
	padding: 2px 13px;
	background: #0063dd;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
}

/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

/* スライダー */
.imgMainArea {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
	margin: 23px 0 0 0;
	padding: 4px 0 0;
	text-align: center;
}

.imgMainArea ul{
	width: 20000px !important;
}

.imgMainArea li{
	float: none !important;
	display: inline-block;
	margin: 0 12px 0 0;
	vertical-align: top;
}

.imgMainArea li img{
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.9);
}

.bx-viewport {
overflow: visible!important;
}

.bx-viewport:before,
.bx-viewport:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 1000;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}

.bx-viewport:before {
	right: 100%;
	left: -100%;
}

.bx-viewport:after {
	left: 100%;
	right: -100%;
}


/* コントローラー */
.bx-wrapper .bx-prev {
	left: -24px;
	background: url(../img/top/ico_arw_left01.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -24px;
	background: url(../img/top/ico_arw_right01.png) no-repeat 0 0;
}

.bx-controls {
	position: absolute;
	top: 50%;
	width: 1042px;
	margin: -32px auto 0 auto;
}

.bx-wrapper .bx-controls-direction {
	position: relative;
	width: 1042px;
	margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:0;
	outline:0;
	width: 46px;
	height: 46px;
	text-indent:-9999px;
	z-index:9999;
}

/* ページャー */
.bx-wrapper .bx-pager {
	display: none;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	*zoom:1;
	*display:inline;
}



#contents	{
	position: relative;
	padding: 0 0 106px;
	overflow: hidden;
}

#index #contents	{
	padding: 0 0 106px;
}

#contents .breadcrumb,
.bcWrap .breadcrumb {
	width: 1079px;
	margin: 0 auto;
	padding: 35px 0 14px;
	letter-spacing: -.5em;
}
.bcWrap .breadcrumb {
	padding-bottom: 0;
}
#contents .breadcrumb li,
.bcWrap .breadcrumb li {
	display: inline;
	color: #999;
	letter-spacing: 0;
}

#contents .breadcrumb li:after,
.bcWrap .breadcrumb li:after {
	margin: 0 1em;
	color: #333;
	content: "＞";
}
#contents .breadcrumb li:last-child:after,
.bcWrap .breadcrumb li:last-child:after {
	content: none;
}

#contents .breadcrumb li a,
.bcWrap .breadcrumb li a {
	text-decoration: underline;
}
#contents .breadcrumb li a:hover,
.bcWrap .breadcrumb li a:hover {
	text-decoration: none;
}



@media screen and (max-width: 640px) {
	
	/* スライダー */
.imgMainArea {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 1px 0 0 0;
	padding: 4px 0 0;
	text-align: center;
}

.imgMainArea ul{
	width: 10000px !important;
}

.imgMainArea li{
	float: none !important;
	display: inline-block;
	margin: 0 12px 0 0;
	vertical-align: top;
}

.imgMainArea li img{
	-moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.9);
}

.bx-viewport {
overflow: visible!important;
}

.bx-viewport:before,
.bx-viewport:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 1000;
}

.bx-wrapper {
	margin: 0 auto;
	padding: 0 0 30px;
}

.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}

.bx-viewport:before {
	right: 100%;
	left: -100%;
}

.bx-viewport:after {
	left: 100%;
	right: -100%;
}

.bx-controls {
	position: inherit;
	top: 0;
	width: 1042px;
	margin: -32px auto 0 auto;
}

/* コントローラー */
.bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/top/ico_arw_left01.png) no-repeat 0 0;
	background-size: 23px;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(../img/top/ico_arw_right01.png) no-repeat 0 0;
	background-size: 23px;
}

.bx-controls {
	width: 100%;
	margin: 0 auto 0 auto;
}

.bx-wrapper .bx-controls-direction {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -23px auto 0 auto;
}

.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:0;
	outline:0;
	width: 23px;
	height: 23px;
	text-indent:-9999px;
	z-index:9999;
}

/* ページャー */
.bx-wrapper .bx-pager {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	text-align:center;
	font-size:.85em;
	font-family:Arial;
	font-weight:bold;
	color:#666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	*zoom:1;
	*display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display:block;
	width: 4px;
	height: 4px;
	margin:0 5px;
	outline:0;
	text-indent:-9999px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border: 3px #333 solid;
	background:#333333;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 3px #333 solid;
	background:#fff;
}


#contents	{
	position: relative;
	padding: 0 0 0;
	overflow: hidden;
}

#index #contents	{
	padding: 6px 0 0;
}

#contents .breadcrumb,
.bcWrap .breadcrumb {
	display: none;
}
}

/* トップ */

.sectionBox {
	display: table;
	width: 1030px;
	margin: 20px auto 0;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}

.sectionBox.yellow {
	margin: 17px auto 0;
	border: 3px #ffbb05 solid;
}

.sectionBox.blue {
	border: 3px #3289d3 solid;
}

.sectionBox.purple {
	border: 3px #aa62bc solid;
}

.sectionBox.red {
	border: 3px #e6626c solid;
}

.sectionBox.pink {
	border: 3px #e662ad solid;
}

.sectionBox.green {
	border: 3px #9fd058 solid;
}

.sectionBox.light_pink {
	border: 3px #e497d8 solid;
}

.sectionBox .leftImg {
	display: inline;
	float: left;
}

.sectionBox .rightBox {
	display: table-cell;
	width: 615px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.5;
}

.sectionBox .rightBox li{
	display: inline;
	float: left;
	width: 197px;
	margin: 6px 0;
	letter-spacing: -1px;
}

.sectionBox .rightBox li:nth-child(2n){
	width: 195px;
}

.sectionBox .rightBox li:nth-child(3n){
	width: 160px;
}
	

.sectionBox .rightBox li{
	padding: 0 0 0 19px;
}

.sectionBox.yellow .rightBox li{
	background: url(../img/ico_arw01.png) no-repeat 0 center;
}

.sectionBox.blue .rightBox li{
	background: url(../img/ico_arw02.png) no-repeat 0 center;
}

.sectionBox.purple .rightBox li{
	background: url(../img/ico_arw03.png) no-repeat 0 center;
}

.sectionBox.red .rightBox li{
	background: url(../img/ico_arw04.png) no-repeat 0 center;
}

.sectionBox.pink .rightBox li{
	background: url(../img/ico_arw05.png) no-repeat 0 center;
}

.sectionBox.green .rightBox li{
	background: url(../img/ico_arw06.png) no-repeat 0 center;
}

.sectionBox.light_pink .rightBox li{
	background: url(../img/ico_arw07.png) no-repeat 0 center;
}


@media screen and (max-width: 640px) {
.sectionBox {
	display: block;
	width: 94.5%;
	margin: 20px 1.5% 0 2%;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}

.sectionBox:first-child {
	margin: 0 1.5% 0 2%;
}

.sectionBox .leftImg {
	display: block;
	float: none;
	text-align: center;
}

.sectionBox .rightBox {
	display: block;
	width: 97%;
	padding: 7px 0 15px 3%;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.5;
}

.sectionBox .rightBox li{
	display: inline;
	float: left;
	width: 47% !important;
	margin: 7px 0;
	letter-spacing: -1px;
}

.sectionBox .rightBox li{
	padding: 0 0 0 3%;
}

.sectionBox.purple .rightBox li{
	white-space: nowrap;
}
}

/* 下層 */

#article .imgMainArea{
	margin: 0;
	height: auto;
	overflow: visible;
}

#article .imgMainArea img{
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	width: auto;
}


#article #contents .inner {
	position: relative;
	width: 1080px;
	margin: 28px auto 0 auto;
}

#article .contentsArea{
	display: inline;
	float: right;
	width: 786px;
	border: 4px #ffbb05 solid;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}

#article.blue .contentsArea{
	border: 4px #3289d3 solid;
}
#article.purple .contentsArea{
	border: 4px #aa62bc solid;
}
#article.red .contentsArea{
	border: 4px #e6626c solid;
}
#article.pink .contentsArea{
	border: 4px #e662ad solid;
}
#article.green .contentsArea{
	border: 4px #9fd058 solid;
}
#article.light_pink .contentsArea{
	border: 4px #e497d8 solid;
}


@media screen and (max-width: 640px) {
#article .imgMainArea{
	margin: 8px 0 0;
	height: auto;
	overflow: visible;
}

#article #contents .inner {
	position: relative;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 104px 0 0;
}

#article .contentsArea{
	display: block;
	float: none;
	width: 94%;
	margin: 0 auto;
	border: 4px #ffbb05 solid;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}
}


/* リード分 */

#article .inner .leadBox {
	padding: 0 34px;
}

#article .inner .leadBox h2 {
	padding: 24px 0 0;
	color: #ffbb05;
	font-size: 28px;
}

#article.blue .inner .leadBox h2{
	color: #3289d3;
}
#article.purple .inner .leadBox h2{
	color: #aa62bc;
}
#article.red .inner .leadBox h2{
	color: #e6626c;
}
#article.pink .inner .leadBox h2{
	color: #e662ad;
}
#article.green .inner .leadBox h2{
	color: #9fd058;
}
#article.light_pink .inner .leadBox h2{
	color: #e497d8;
}

#article .inner .leadBox p {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 2.1;
}

@media screen and (max-width: 640px) {

#article .inner .leadBox {
	padding: 0 3%;
}

#article .inner .leadBox h2 {
	padding: 24px 0 0;
	color: #ffbb05;
	font-size: 16px;
}

#article .inner .leadBox p {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 2.1;
}
}


/* 流れ */

#article .inner .flowArea {
	margin: 25px 0 0;
	padding: 0 34px;
}

#article .inner .flowArea h2{
	padding: 8px 0;
	border-top: 3px #ffbb05 solid;
	border-bottom: 3px #ffbb05 solid;
	color: #ffbb05;
	font-size: 20px;
	text-align: center;
	margin: 0 0 14px;
}

#article.blue .inner .flowArea h2{
	border-top: 3px #3289d3 solid;
	border-bottom: 3px #3289d3 solid;
	color: #3289d3;
}
#article.purple .inner .flowArea h2{
	border-top: 3px #aa62bc solid;
	border-bottom: 3px #aa62bc solid;
	color: #aa62bc;
}
#article.red .inner .flowArea h2{
	border-top: 3px #e6626c solid;
	border-bottom: 3px #e6626c solid;
	color: #e6626c;
}
#article.pink .inner .flowArea h2{
	border-top: 3px #e662ad solid;
	border-bottom: 3px #e662ad solid;
	color: #e662ad;
}
#article.green .inner .flowArea h2{
	border-top: 3px #9fd058 solid;
	border-bottom: 3px #9fd058 solid;
	color: #9fd058;
}
#article.light_pink .inner .flowArea h2{
	border-top: 3px #e497d8 solid;
	border-bottom: 3px #e497d8 solid;
	color: #e497d8;
}

#article .inner .flowArea .lead{
	margin: 14px 0 25px;
	font-size: 14px;
	line-height: 2.1;
}

#article .inner .flowArea .img{
	margin: 28px 0 25px;
	text-align: center;
}

#article .inner .flowArea .flowBox{
	margin: 0 0 9px;
	padding: 0 0 39px;
	background: url(../img/ico_yellow_arw01.png) no-repeat center bottom;
}

#article.blue .inner .flowArea .flowBox{
	background: url(../img/ico_blue_arw01.png) no-repeat center bottom;
}
#article.purple .inner .flowArea .flowBox{
	background: url(../img/ico_purple_arw01.png) no-repeat center bottom;
}
#article.red .inner .flowArea .flowBox{
	background: url(../img/ico_red_arw01.png) no-repeat center bottom;
}
#article.pink .inner .flowArea .flowBox{
	background: url(../img/ico_pink_arw01.png) no-repeat center bottom;
}
#article.green .inner .flowArea .flowBox{
	background: url(../img/ico_green_arw01.png) no-repeat center bottom;
}
#article.light_pink .inner .flowArea .flowBox{
	background: url(../img/ico_light_pink_arw01.png) no-repeat center bottom;
}

#article .inner .flowArea .flowBox.low02{
	margin: 0 0 25px;
	padding: 0 0 0;
	background: none;
}

#article .inner .flowArea .flowBox.low02 h3{
	margin: 0 0 0 !important;
}

#article .inner .flowArea .flowBox:last-child{
	margin: 0 0 0;
	padding: 0 0 30px;
	background: none;
}

#article .inner .flowArea .flowBox .clearfix{
	padding: 31px;
	background: #fefdec;
}

#article.blue .inner .flowArea .flowBox .clearfix{
	background: rgba(50,137,179,0.2);
}
#article.purple .inner .flowArea .flowBox .clearfix{
	background: rgba(170,98,188,0.2);
}
#article.red .inner .flowArea .flowBox .clearfix{
	background: rgba(230,98,108,0.2);
}
#article.pink .inner .flowArea .flowBox .clearfix{
	background: rgba(230,98,173,0.2);
}
#article.green .inner .flowArea .flowBox .clearfix{
	background: rgba(159,208,88,0.2);
}
#article.light_pink .inner .flowArea .flowBox .clearfix{
	background: rgba(228,151,216,0.2);
}

#article .inner .flowArea .flowBox.low02 .clearfix{
	padding: 0;
	background: none;
}

#article .inner .flowArea .flowBox .clearfix .leftImg{
	position: relative;
	display: inline;
	float: left;
	margin: 0 15px 10px 0;
}

#article .inner .flowArea .flowBox .clearfix h3{
	margin: 0;
	font-size: 18px;
	color: #ffbb05;
}
#article.blue .inner .flowArea .flowBox .clearfix h3{
	color: #3289d3;
}
#article.purple .inner .flowArea .flowBox .clearfix h3{
	color: #aa62bc;
}
#article.red .inner .flowArea .flowBox .clearfix h3{
	color: #e6626c;
}
#article.pink .inner .flowArea .flowBox .clearfix h3{
	color: #e662ad;
}
#article.green .inner .flowArea .flowBox .clearfix h3{
	color: #9fd058;
}
#article.light_pink .inner .flowArea .flowBox .clearfix h3{
	color: #e497d8;
}

#article .inner .flowArea .flowBox .clearfix p{
	margin: 10px 0 0;
	line-height: 2.2;
}

@media screen and (max-width: 640px) {
#article .inner .flowArea {
	padding: 0 4%;
}
#article .inner .flowArea h2{
	border-top: 3px #ffbb05 solid;
	border-bottom: 3px #ffbb05 solid;
	color: #ffbb05;
	font-size: 16px;
	text-align: center;
}

#article .inner .flowArea .flowBox{
	margin: 0 0 9px;
	padding: 0 0 39px;
	background: url(../img/ico_yellow_arw01.png) no-repeat center bottom;
}

#article .inner .flowArea .flowBox.low02{
	margin: 0 0 39px;
	padding: 0 0 0;
	background: none;
}

#article .inner .flowArea .flowBox:last-child{
	margin: 0 0 0;
	padding: 0 0 30px;
	background: none;
}

#article .inner .flowArea .flowBox .clearfix{
	padding: 5%;
	background: #fefdec;
}

#article .inner .flowArea .flowBox.low02 .clearfix{
	padding: 0;
	background: none;
}

#article .inner .flowArea .flowBox .clearfix .leftImg{
	display: block;
	float: none;
	margin: 10px auto 0 !important;
}

#article .inner .flowArea .flowBox .clearfix h3{
	margin: 0;
	font-size: 16px;
	color: #ffbb05;
}

#article .inner .flowArea .flowBox .clearfix p{
	line-height: 2.2;
}
}

/* これってどういう意味 */

#article .inner .meaningArea {
	margin: 0 31px 0 33px;
	padding: 0 0 35px;
}

#article .inner .meaningArea .meaningInnerArea{
	padding: 0 0 33px;
	border: 2px #ffbb05 solid;
	border-radius: 0 0 2px 2px;
}
/* 20190604 企業名がないのでコメントアウト*/
#article.salary .inner .meaningArea .meaningInnerArea{
	padding: 0;
}

#article.blue .inner .meaningArea .meaningInnerArea{
	border: 2px #3289d3 solid;
}
#article.purple .inner .meaningArea .meaningInnerArea{
	border: 2px #aa62bc solid;
}
#article.red .inner .meaningArea .meaningInnerArea{
	border: 2px #e6626c solid;
}
#article.pink .inner .meaningArea .meaningInnerArea{
	border: 2px #e662ad solid;
}
#article.green .inner .meaningArea .meaningInnerArea{
	border: 2px #9fd058 solid;
}
#article.light_pink .inner .meaningArea .meaningInnerArea{
	border: 2px #e497d8 solid;
}

#article .inner .meaningArea h2{
	padding: 6px 0;
	border-radius: 4px 4px 0 0;
	background: #ffba00;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

#article.blue .inner .meaningArea h2{
	background: #3289d3;
}
#article.purple .inner .meaningArea h2{
	background: #aa62bc;
}
#article.red .inner .meaningArea h2{
	background: #e6626c;
}
#article.pink .inner .meaningArea h2{
	background: #e662ad;
}
#article.green .inner .meaningArea h2{
	background: #9fd058;
}
#article.light_pink .inner .meaningArea h2{
	background: #e497d8;
}

#article .inner .meaningArea .lead{
	margin: 4%;
	padding: 0 0 0;
	font-size: 14px;
	line-height: 2.2;
}

#article .inner .meaningArea .txtBox{
	margin: 20px 33px 0 32px;
	padding: 15px 20px 20px 20px;
	background: #f5f5f5;
	line-height: 2;
}

#article .inner .meaningArea.low02 .txtBox{
	margin: 0 4% 0 4%;
	padding: 0;
	background: none;
	font-size: 18px;
	line-height: 2;
}

#article .inner .meaningArea .txtBox h3{
	font-size: 18px;
	line-height: 1.8;
	color: #ffae00;
}

#article.blue .inner .meaningArea .txtBox h3{
	color: #3289d3;
}
#article.purple .inner .meaningArea .txtBox h3{
	color: #aa62bc;
}
#article.red .inner .meaningArea .txtBox h3{
	color: #e6626c;
}
#article.pink .inner .meaningArea .txtBox h3{
	color: #e662ad;
}
#article.green .inner .meaningArea .txtBox h3{
	color: #9fd058;
}
#article.light_pink .inner .meaningArea .txtBox h3{
	color: #e497d8;
}

#article .inner .meaningArea .txtBox h3 a{
	color: #ffae00;
}

#article.blue #article .inner .meaningArea .txtBox h3 a{
	color: #3289d3;
}
#article.purple .inner .meaningArea .txtBox h3 a{
	color: #aa62bc;
}
#article.red .inner .meaningArea .txtBox h3 a{
	color: #e6626c;
}
#article.pink .inner .meaningArea .txtBox h3 a{
	color: #e662ad;
}
#article.green .inner .meaningArea .txtBox h3 a{
	color: #9fd058;
}
#article.light_pink .inner .meaningArea .txtBox h3 a{
	color: #e497d8;
}

@media screen and (max-width: 640px) {
	
#article .inner .meaningArea {
	margin: 0 4%;
	padding: 0 0 5.5%;
}

#article .inner .meaningArea h2{
	font-size: 16px;
}

#article .inner .meaningArea .meaningInnerArea{
	padding: 0 0 20px;
	border: 2px #ffbb05 solid;
	border-radius: 0 0 2px 2px;
}
/* 20190604 企業名がないのでコメントアウト*/
#article.salary .inner .meaningArea .meaningInnerArea{
	padding: 0;
}

#article .inner .meaningArea .txtBox{
	margin: 4% 4% 0 4%;
	padding: 4%;
	background: #f5f5f5;
	line-height: 2;
}

}

/* サイド */

#article .sideArea{
	display: inline;
	float: left;
	width: 253px;
}

#article .sideArea .navBox li{
	margin: 19px 0 0;
	font-size: 20px;
}

#article .sideArea .navBox li:first-child{
	margin: 0 0 0;
}

#article .sideArea .navBox li a{
	display: block;
	padding: 16px 0 16px 25px;
	border-radius: 2px;
	background: #ffba00 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
}


#article.blue .sideArea .navBox li a{
	background: #3289d3 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.purple .sideArea .navBox li a{
	background: #aa62bc url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.red .sideArea .navBox li a{
	background: #e6626c url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.pink .sideArea .navBox li a{
	background: #e662ad url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.green .sideArea .navBox li a{
	background: #9fd058 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.light_pink .sideArea .navBox li a{
	background: #e497d8 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}

#article .sideArea .navBox li a:hover{
	text-decoration: none;
}


#article .sideArea .navBox li a:hover{
	background: #fed35e url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.blue .sideArea .navBox li a:hover{
	background: #7eb4e3 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.purple .sideArea .navBox li a:hover{
	background: #c391d0 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.red .sideArea .navBox li a:hover{
	background: #ed9198 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.pink .sideArea .navBox li a:hover{
	background: #ed91c5 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.green .sideArea .navBox li a:hover{
	background: #bcde8a url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.light_pink .sideArea .navBox li a:hover{
	background: #ecb6e4 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}


#article .sideArea .navBox li.active a{
	background: #fed35e url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.blue .sideArea .navBox li.active a{
	background: #7eb4e3 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.purple .sideArea .navBox li.active a{
	background: #c391d0 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.red .sideArea .navBox li.active a{
	background: #ed9198 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.pink .sideArea .navBox li.active a{
	background: #ed91c5 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.green .sideArea .navBox li.active a{
	background: #bcde8a url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}
#article.light_pink .sideArea .navBox li.active a{
	background: #ecb6e4 url(../img/ico_arw08.png) no-repeat 96% center;
	background-size: 7px auto;
}

#article .sideArea .otherBox {
	margin: 50px 0 0;
}

#article .sideArea .otherBox h2{
	position: relative;
	margin: 0 0 -22px;
	padding: 8px 0;
	background: #999999;
	border-radius: 50px;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	font-size: 20px;
	text-align: center;
	color: #fff;
}

#article .sideArea .otherBox .otherInnerBox {
	padding: 37px 0 55px;
	border-radius: 4px;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	font-size: 13px;
}

#article .sideArea .otherBox ul{
	margin: 0 14px;
}

#article .sideArea .otherBox li {
	padding: 5px 0;
}

#article .sideArea .otherBox li a{
	padding: 0 0 0 20px;
	background: url(../img/ico_arw09.png) no-repeat left center;
}

@media screen and (max-width: 640px) {
#article .sideArea{
	display: block;
	float: none;
	width: auto;
	margin: 0 3%;
}

#article .sideArea .navBox {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
}

#article .sideArea .navBox ul{
	margin: 0 1% 0 1.5%;
}

#article .sideArea .navBox li{
	display: inline-block;
	width: 49%;
	margin: 4px 0 0;
	padding: 0 0 0 .5%;
	font-size: 16px;
	box-sizing: border-box;
	vertical-align: top;
}

#article .sideArea .navBox li:first-child{
	margin: 4px 0 0;
}

#article .sideArea .navBox li:nth-child(3),
#article .sideArea .navBox li:nth-child(4){
	margin: 6px 0 0;
}

#article .sideArea .navBox li a{
	display: block;
	width: 95%;
	padding: 8px 0 8px 5%;
	border-radius: 2px;
	background: #ffba00 url(../img/ico_arw08.png) no-repeat 97% center;
}

#article .sideArea .navBox li a:hover{
	text-decoration: none;
}

#article .sideArea .otherBox {
	margin: 15px 0 5px;
}

#article .sideArea .otherBox h2{
	position: relative;
	margin: 0 0 -15px;
	padding: 5px 0;
	background: #999999;
	border-radius: 50px;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	font-size: 16px;
	text-align: center;
	color: #fff;
}

#article .sideArea .otherBox .otherInnerBox {
	padding: 30px 0 20px;
	border-radius: 4px;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	font-size: 13px;
}

#article .sideArea .otherBox ul{
	margin: 0 14px;
}

#article .sideArea .otherBox li {
	padding: 5px 0;
}

#article .sideArea .otherBox li a{
	padding: 0 0 0 20px;
	background: url(../img/ico_arw09.png) no-repeat left center;
}
}

/* お仕事トップ */
#article #contents .inner.contTop {
	margin: 18px auto 0 auto;
}

#article .imgMainArea.contTop h1{
	width: 1079px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}

#article .imgMainArea.contTop h1 img{
	border: none;
}

#article .imgMainArea.contTop img{
	display:block;
	box-sizing: border-box;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

#article .contentsArea.small{
	float: left;
	width: 522px;
	margin: 0 0 18px 0;
}

#article .contentsArea.small:nth-child(2n){
	margin-left: 20px;
}

#article .contentsArea.small:last-child{
	margin-bottom: 30px;
}

#article .contentsArea .jobMenu{
	padding:30px 26px 28px;
}

#article .contentsArea .jobMenu h2{
	padding: 0 0 0 15px;
	border-left: 4px #ffbb05 solid;
	font-size: 21px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	color: #555555;
}

#article.blue .contentsArea .jobMenu h2{
	border-left: 4px solid #3289d3;
}
#article.purple .contentsArea .jobMenu h2{
	border-left: 4px solid #aa62bc;
}
#article.red .contentsArea .jobMenu h2{
	border-left: 4px solid #e6626c;
}
#article.pink .contentsArea .jobMenu h2{
	border-left: 4px solid #e662ad;
}
#article.green .contentsArea .jobMenu h2{
	border-left: 4px solid #9fd058;
}
#article.light_pink .contentsArea .jobMenu h2{
	border-left: 4px solid #e497d8;
}

#article .contentsArea .jobMenu h2 span{
	display: inline-block;
	margin-right: 2px;
	font-size: 24px;
	color: #ffbb05;
}

#article .contentsArea .jobMenu h2.small span{
	font-size:23px;
}

#article.blue .contentsArea .jobMenu h2 span{
	color: #3289d3;
}
#article.purple .contentsArea .jobMenu h2 span{
	color: #aa62bc;
}
#article.red .contentsArea .jobMenu h2 span{
	color: #e6626c;
}
#article.pink .contentsArea .jobMenu h2 span{
	color: #e662ad;
}
#article.green .contentsArea .jobMenu h2 span{
	color: #9fd058;
}
#article.light_pink .contentsArea .jobMenu h2 span{
	color: #e497d8;
}

#article .contentsArea .jobMenu h2 span.small{
	margin-right: 1px;
	font-size: 18px;
	color: #555555;
}

#article .contentsArea .jobMenu .txtBox{
	margin: 24px auto 30px;
}

#article .contentsArea .jobMenu .txtBox p{
	font-size:12px;
	line-height:2em;
}

#article .contentsArea .jobMenu img.leftImg{
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

#article .jobContents li{
	display: inline-block;
	float: left;
	width: 21%;
	margin: 0;
	padding: 0 0 0 15px;
	white-space: nowrap;
	font-size: 15px;
	background: url(../img/ico_arw01.png) no-repeat 0 center;
}

#article.blue .jobContents li{
	background: url(../img/ico_arw02.png) no-repeat 0 center;
}
#article.purple .jobContents li{
	background: url(../img/ico_arw03.png) no-repeat 0 center;
}
#article.red .jobContents li{
	background: url(../img/ico_arw04.png) no-repeat 0 center;
}
#article.pink .jobContents li{
	background: url(../img/ico_arw05.png) no-repeat 0 center;
}
#article.green .jobContents li{
	background: url(../img/ico_arw06.png) no-repeat 0 center;
}
#article.light_pink .jobContents li{
	background: url(../img/ico_arw07.png) no-repeat 0 center;
}

#article .jobContents li:nth-child(3){
	width: 30%;
}

#article .jobContents li:last-child{
	width: 15%;
}

#article .subMenu{
	display: none;
	width: 1080px;
	margin: -82px auto 24px;
	position:relative;
	z-index: 999;
}

#article .subMenu ul{
	width: 564px;
	margin: 0 auto;
}

#article .subMenu li{
	display: inline-block;
	float: left;
	margin: 0 0 0 12px;
	-moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}

#article .subMenu li:first-child{
	margin: 0;
}

#article .subMenu li a{
	display: block;
}

.pcHide{
	display: none;
}

@media screen and (max-width: 640px) {
	.pcHide{
		display: block;
	}
	.spHide{
		display: none;
	}

	#article .imgMainArea.contTop h1{
		width: 100%;
		padding: 0;
	}
	
	#article .imgMainArea.contTop img{
	}

	#article .contentsArea.small{
		float: none;
		width: 92%;
		margin: 0 auto 14px;
	}

	#article .contentsArea.small:first-child{
		margin-top: -110px;
	}

	#article .contentsArea.small:nth-child(2n){
		margin-left: auto;
	}

	#article .contentsArea .jobMenu{
		padding:16px 11px 16px 14px;
	}

	#article .contentsArea .jobMenu.crd h2{
		margin-right: -10px;
	}
	
	#article .contentsArea .jobMenu h2{
		padding: 0 0 0 8px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}

	#article .contentsArea .jobMenu h2.small {
		font-size: 12px;
	}

	#article .contentsArea .jobMenu h2 span{
		font-size: 16px;
	}
	
	#article .contentsArea .jobMenu h2.small span {
		font-size: 12px;
	}
	
	#article .contentsArea .jobMenu h2 span.small{
		font-size: 11px;
		color: #555555;
	}

	#article .contentsArea .jobMenu .txtBox{
		margin: 14px auto 20px;
	}

	#article .contentsArea .jobMenu .txtBox p{
		font-size:10px;
	}

	#article .contentsArea .jobMenu img.leftImg{
		width: 40%;
		margin: 0 10px 5px 0;
	}

	#article .jobContents li{
		display: inline-block;
		float: left;
		width: 46%;
		margin: 0 0 6px;
		padding: 0 0 0 10px;
		font-size: 12px;
	}

	#article .jobContents li:nth-child(3),
	#article .jobContents li:last-child{
		width: 46%;
	}
	
	.pcHide{
		overflow: auto;
	}
	
	.pcHide .bd_sp{
		margin: 0 auto 0 20px;
		padding: 14px 0 14px;
		letter-spacing: -.5em;
		white-space: nowrap;

	}

	.pcHide .bd_sp li{
		display: inline;
		color: #999;
		letter-spacing: 0;
	}

	.pcHide .bd_sp li:last-child{
		padding: 0 20px 0 0 ;
	}

	.pcHide .bd_sp li:after{
		margin: 0 1em;
		color: #333;
		content: "＞";
	}

	.pcHide .bd_sp li:last-child:after{
		content: none;
	}

	.pcHide .bd_sp li a:hover{
		text-decoration: none;
	}

}

/* --------------------------------------------------------------------------------------
 体験入学バナー
--------------------------------------------------------------------------------------- */
/* バナー2（下） */
body.top #banner2_bottom {
	margin-top: 20px;
}
body.second #banner2_bottom {
	margin-top: 0;
}
body.third #banner2_bottom {
	margin-top: 28px;
}
body#index #contents #banner2_bottom .inner {
	width: 1036px;
	margin: 0 auto;
}
body#article #contents #banner2_bottom .inner {
	width: 1080px;
	margin: 0 auto;
}
body #banner2_bottom ul {
	display: flex;
	flex-wrap: nowrap;
}
body #banner2_bottom ul li {
	width: 49%;
	margin-right: 2%;
}
body #banner2_bottom ul li:last-child {
	margin-right: 0;
}
body #banner2_bottom ul li img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.5);
}
body #banner2_bottom ul li a {
	position: relative;
	display: block;
	transition: .2s;
}
body #banner2_bottom ul li a span {
	position: relative;
	z-index: 2;
}
body #banner2_bottom ul li a:hover {
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
	box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.25);
}
body #banner2_bottom ul li a:hover img {
	opacity: 1;
}
@media (max-width: 768px) {
	body.top #banner2_bottom,
	body.second #contents #banner2_bottom,
	body.third #contents #banner2_bottom {
		width: 95%;
		margin: 20px 2.5%;
	}
	body#index #contents #banner2_bottom .inner,
	body#article #contents #banner2_bottom .inner {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	body #banner2_bottom ul {
		display: block;
	}
	body #banner2_bottom ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	body #banner2_bottom ul li:last-child {
		margin-bottom: 0;
	}
}