@charset "UTF-8";

@media only screen and (max-width: 640px) {

/* CSS Document */

.pc {display:none;}
.close {display:none;}
.open {display:block;}

/*----------------------------------------------------
  リセット
----------------------------------------------------*/
body, div, p, table, th, td,
h1, h2, h3, h4, h5, h6, blockquote, pre, address,
ul, ol, li, dl, dt, dd, form, fieldset
{
	margin: 0;
	padding:	0;
	color:#000;
	line-height: 180%;
	font-family:'Hiragino Kaku Gothic ProN',Meiryo,'Lucida Grande', sans-serif;
	-webkit-appearance:none;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse; /* セル間のボーダーを重ねて表示 */
	border-spacing: 0; /* セル間のボーダーの間隔 */
	}

body {background:url(../img/index/background.png);}

body,
html {
	height: 100%;
	font-size: 62.5%;
	border-top:#044182 solid 3px;
}

a img {border:none;}


a:link {
	color:#03F;
	text-decoration:none;
	border:none;
}

a:visited {
	color:#36C;
	text-decoration:underline;
	border:none;
}

a:hover {
	color:#03C;
	text-decoration: none;
	border:none;
}

.clear {
	clear:both;
}

/*----------------------------------------------------
  clearfix
----------------------------------------------------*/

.clearfix {width:100%;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;}

.clearfix{ overflow:hidden;}




/*----------------------------------------------------
  CONTAINER
----------------------------------------------------*/
#container {
	width:100%;
	margin:0 auto;
	background:#FFF;
	border-right:#bdc3c7 solid 1px;
	border-left:#bdc3c7 solid 1px;
}

#shinsotsu {
}

#tenshoku {
}

#footer {
}



/*----------------------------------------------------
  HEADER
----------------------------------------------------*/
#header_line01 {
	width:100%;
	padding:10px 0 0;
}

#header_line01 p {
	width:98%;
	margin:0 auto;
	font-size:1.2rem;
}

.header_line02 {
	width:100%;
	padding:5px 0 20px;
}

.header_line02 p {
	width:98%;
	margin:0 auto;
	font-size:1.2rem;
}

#header {
	width:100%;
	margin:0 auto;
	position:relative;
}

#header p {
	height:25px;
	font-size:1.0em;
	font-size:1.0rem;
}

#header h1 {
	margin-top:55px; /*トップテキストが無い場合*/
	margin-bottom:15px;
	text-align:center;
}

#header h1 img {
	width:96%;
}

#active {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#active ul {width:100%;}

#active ul li {
	float:left;
	list-style-type:none;
	width:50%;
}

#active ul li img {
	width:100%;
}

#sp_menu {
	width:50%;
	height:40px;
	box-sizing:border-box;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	color:#FFF;
	font-size:1.4rem;
	font-weight:bold;
	line-height:40px;
	padding-left:30px;
	float:left;
}

.sp_menu_off {
	background:#0093fb url(../img/index/list_mark.png) 6% center no-repeat;
}

.sp_menu_on {
	background:#0093fb url(../img/index/list_mark_down.png) 6% center no-repeat;
}

#contact_us a {
	width:50%;
	height:40px;
	font-size:1.4rem;
	font-weight:bold;
	line-height:40px;
	padding-left:32px;
	box-sizing:border-box;
	border-bottom:#FFF solid 1px;
	float:left;
	background:#323232 url(../img/index/list_mark.png) 8% center no-repeat;
	display:block;
	color:#FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact_us img {
	width:100%;
	height:39px;
	display:none;
}

#g_navi {
	display:none;
	clear:both;
	width:100%;
	height:200px;
	margin-bottom:10px;
}

#g_navi li a {
	width:100%;
	height:40px;
	list-style:none;
	color:#FFF;
	font-size:1.4rem;
	line-height:40px;
	padding-left:30px;
	border-bottom:#FFF solid 1px;
	background:#30a6fa url(../img/index/list_mark.png) 3% center no-repeat;
	display:block;
}

#g_navi li img {
	display:none;
}

#g_navi li.last {
	display:none;
}

#job_introduction {
	width:100px;
	height:170px;
	position:fixed;
	top:95px;
	right:0;
	z-index:3000;
	/*mobile*/
	display:none;
}

/*----------------------------------------------------
  TOP_IMG
----------------------------------------------------*/

#top_img {
	width:100%;
	margin:10px auto 10px;
}

#top_img img {
    width: 100%;
}

/*----------------------------------------------------
  SECTION
----------------------------------------------------*/

.section {width:100%; margin:0 auto;}

.section h2 {
	background:url(../img/index/h_background.gif) repeat-x;
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
	text-align:center;
}

.section h2 img {
}

.section h2.news {
	margin-bottom:10px;
}

.arrow_down {
	width:100%;
	text-align:center;
	margin-bottom:45px;
}

/*----------------------------------------------------
  NEWS
----------------------------------------------------*/


#news {
	width:100%;
	margin:10px 0;
}

#news_sub {
	width:100%;
	margin:10px 0 0;
}

#news h2,
#news_sub h2 {
	width:92%;
	margin:5px auto 0;
	padding:3px 0;
	text-align:center;
	background:#ffaa38;
	font-size:1.6rem;
	color:#FFF;
	text-shadow:
               0px 3px 10px rgba(0,0,0,0.15),
               0px 5px 2px rgba(0,0,0,0.1),
               0px 12px 30px rgba(0,0,0,0.1);
	border-right:#ffaa38 2px solid;
	border-left:#ffaa38 2px solid;
}

#news ul,
#news_sub ul {
	width:92%;
	margin:0 auto;
	border-right:#ccc 2px solid;
	border-left:#ccc 2px solid;
}

#news li,
#news_sub li {
	list-style:none;
	border-bottom:#ccc 2px solid;
}

#news li p,
#news_sub li p {
	padding:10px 12px 15px;
	font-size:1.4rem;
	line-height:2.0rem;
}

#news li p a,
#news_sub li p a {
	display:block;
	color:#000;
}

#news li span.icon,
#news_sub li span.icon {
	font-size:1.1rem;
	padding:3px 5px;
	margin-right:8px;
	color:#FFF;

	background:#044180;

	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */

}

#news li span.date,
#news_sub li span.date {
	font-size:1.3rem;
	font-weight:bold;
}

#news .news_text a,
#news_sub .news_text a
{
	padding-top:10px;
}

#news p.allList {
	width:92%;
	margin:0 auto 30px;
	padding:5px 0;
	text-align:center;
	font-size:13px;
	font-size:1.3rem;
	clear:both;
	border-right:#ccc 2px solid;
	border-bottom:#ccc 2px solid;
	border-left:#ccc 2px solid;
	background:#ecf0f1;
}

#news p.allList a {
	display:block;
}


/*----------------------------------------------------
  SHINSOTSU
----------------------------------------------------*/

h3 {
	width:90%;
	margin-left:5%;
	overflow:hidden;
}


.box {
	width:90%;
	border:#e6e6e6 solid 5px;
	padding:10px;
	margin-right:5%;
	margin-bottom:15px;
	margin-left:5%;
	box-sizing:border-box;
	float:left;
}

.box ul {
	margin-bottom:3px;
}

.box li {
	float:left;
	margin-right:0px;
	list-style:none;
}

.box p {
	font-size:2.0em;
	font-size:1.3rem;
	line-height:1.6em;
	line-height:1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box > img {
	margin-bottom:12px;
	width:100%;
}

.box p.title {
	font-size:1.6rem;
	line-height:2.2rem;
	margin-bottom:8px;
	font-weight:bold;
}

.box_first p.title {
	font-size:1.6rem;
}

.box_first img.event_img {
	width:100%;
	margin-bottom:8px;
}

.box img.event_img {
	width:100%;
	margin-bottom:8px;
}

.box p.date {
	background:url(../img/index/icon_date.svg) left top no-repeat;
	padding-left:68px;
	font-size:1.6rem;
	font-weight:bold;
}

.box p.time {
	padding-left:68px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#bdbdbd solid 1px;
	font-size:1.4rem;
}

.box p.place01 {
	background:url(../img/index/icon_place.svg) left top no-repeat;
	padding-left:68px;
	font-size:1.6rem;
	margin-bottom:5px;
	font-weight:bold;
}

.box p.place02 {
	padding-left:68px;
	font-size:1.4rem;
	margin-bottom:8px;
}

.gMap {
	display:none;
	position: relative;
	padding-bottom: 40%; // これが縦横比
	height: 0;
	overflow: hidden;
}

.gMap iframe {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 130px !important;
}

/***************  box_wrapper_seminer  ***************/


.box_wrapper_seminer .box {
	width:90%;
}

.box .date {
	margin-bottom:5px;
	font-size:1.4rem;
}

.box .seminer_inner {
	background:#ecf0f1;
	padding:10px 10px 5px;
}

.box .smn_time {
	padding-bottom:10px;
	margin-bottom:5px;
	font-size:13px;
	font-size:1.3rem;
}

.box .smn_place02 {
	font-size:12px;
	font-size:1.2rem;
}

.box_wrapper_seminer .box p.title {
	font-size:1.6rem;
}




/*----------------------------------------------------
  LINK
----------------------------------------------------*/

#link {
	width:100%;
	margin:0 auto 10px;
}

#link h2 {
	background:#969696;
}

#link h2 img {
	width:95%;
}

.service_link {
	width:100%;
	border-bottom:#dbdbdb solid 1px;
	margin-bottom:15px;
	float:left;
}

.service_link > img {
	width:48%;
	margin-right:1%;
	margin-left:1%;
	float:left;
}

.sub_link {
	width:100%;
	background:#bdc3c7;
}

.sub_link > a {
	margin-bottom:10px;
}

.sub_link > a img {
	width:100%;
}

.service_link ul {
	overflow: hidden;
	list-style:none;
	width:100%;
}

.service_link li {
	float:left;
	display: inline;
	width:48%;
	margin-right:1%;
	margin-bottom:1.8%;
	margin-left:1%;
 }

.service_link li img,
.sub_link li img {
	width:100%;
}

.sub_link ul {
	margin:10px auto 5px;
	width:76%;
	list-style:none;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	justify-content:center;
}

.sub_link li {
	width:28%;
	float:left;
	margin-left:2%;
	margin-right:3%;
	margin-bottom:20px;
}

/*----------------------------------------------------
  FOOTER
----------------------------------------------------*/

#footer {
	width:100%;
	margin:0 auto;
	background:#FFF;
}

#footer_service ul:first-child{
	border-top:#333 solid 1px;
}

#footer_service ul li a {
	width:100%;
	height:40px;
	list-style:none;
	background:#FFF;
	color:#333;
	font-size:1.4rem;
	line-height:40px;
	padding-left:15px;
	border-bottom:#333 solid 1px;
	display: block;
	padding: 0 0 0 10px;
	overflow: hidden;
	background:url(../img/index/list_mark_b.png) 92% center no-repeat;
}

#footer_service li:first-child{
	border-top:none;
	border-left:none;
}

#footer_logo {
	text-align:center;
	padding-top:10px;
}

#footer_link {
	background:#969696;
}

#footer_link ul li a {
	width:100%;
	height:40px;
	list-style:none;
	color:#FFF;
	font-size:1.4rem;
	line-height:40px;
	padding-left:15px;
	border-bottom:#FFF solid 1px;
	display: block;
	padding: 0 0 0 10px;
	overflow: hidden;
	background:url(../img/index/list_mark.png) 92% center no-repeat;
}

#footer_link li:first-child{
	border-left:none;
}

#copyright {
	width:100%;
	color:#969696;
	background:#FFF;
	font-size:1.0rem;
	text-align:center;
}


.bx-wrapper .bx-prev {
	display:none;
}

.bx-wrapper .bx-next {
	display:none;
}

/*----------------------------------------------------
------------------------------------------------------
  NEWSページ
------------------------------------------------------
----------------------------------------------------*/

#pageNav {
	width:92%;
	margin:0 auto 15px;
	padding:5px 0 0;
	text-align:center;
	font-size:13px;
	font-size:1.3rem;
	clear:both;
	border-right:#ccc 2px solid;
	border-bottom:#ccc 2px solid;
	border-left:#ccc 2px solid;
	background:#ecf0f1;
}

#pageNav ul {
	margin: 0 0 5px;
	padding: 10px 10px 5px;
	text-align: center;
}

#pageNav ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#pageNav ul li span,
#pageNav ul li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

#pageNav ul li a:hover {
	background: #eeeff7;
	border-color: #00f;
}







#news_text {
	width:100%;
	padding-top:10px;
	position:relative;
}

#news_text h2 {
	width:100%;
	margin:5px auto 0;
	padding:3px 15px;
	text-align:left;
	background:#ffaa38;
	font-size:1.6rem;
	color:#FFF;
	text-shadow:
               0px 3px 10px rgba(0,0,0,0.15),
               0px 5px 2px rgba(0,0,0,0.1),
               0px 12px 30px rgba(0,0,0,0.1);
	border-right:#ffaa38 2px solid;
	border-left:#ffaa38 2px solid;
}

#news_text ul {
	width:92%;
	margin:10px auto 20px;
}

#news_text li {
	float:left;
	list-style:none;
	font-size:1.2rem;
	padding:1px 5px;
	margin-right:8px;
	color:#FFF;

	background:#044180;

	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}

#news_text p.date {
	width:92%;
	margin:20px auto 10px;
	font-size:2.2em;
	font-size:1.5rem;
	font-weight:bold;
	line-height:1.6em;
	line-height:1.8rem;
}

#news_text h3 {
	width:92%;
	margin:0 auto 15px;
	font-size:1.4em;
	font-size:2.0rem;
	text-align:left;
	color:#333;
	line-height:1.8em;
	line-height:2.4rem;
}

#news_text .text {
	width:92%;
	margin:0 auto 75px;
	font-size:2.2em;
	font-size:1.4rem;
	line-height:1.8em;
	line-height:2.2rem;
}

#news_text .text p {
	margin-bottom:20px;
}

#news_text .text img {
	margin-bottom:20px;
	max-width:100%;
}


#news_pager {
	position:absolute;
	top:23px;
	right:20px;
}

#news_pager img.line {margin:0 3px;}

div.banner {
	width:96%;
	margin:0 auto 20px;
}

div.banner a img {
	width:100%;
}

div#maintenance_information {
    box-sizing: border-box;
    width: 90%;
    margin: 10px auto 40px;
    padding: 20px 20px;
    border: solid 5px #ccc;
    text-align: center;
    font-size: 1.8em;
}

div#maintenance_information h1 {
    font-size: 1.6em;
}

div#maintenance_information p {
    margin-top: 15px;
    text-align: left;
}

.box_wrapper_headline {
	color: #004098;
	font-weight:bold;
	font-size:2.6em;
	margin-bottom:3px;
}

/*----------------------------------------------------
  TOPページ
----------------------------------------------------*/
img.icon_svg { height: 22px; margin-right: 3px; }
.date.svg_background, .place01.svg_background { height: 20px; }
}
