@charset "utf-8";


@media screen and (min-width:479px)and ( max-width:960px){
/******************************************************************************

 ■ 	法人サイト／タブレット用（479px以下）主なターゲット iPhone/iOS

******************************************************************************/

.main {
  min-width: 100%;
}

.inner {
  width: 90%;
}

#contents .content-head-wrap > .content-head > .inner {
  width: 100%;
}

img{
  width: 100%;
  height: auto;
}
  
#contents .content-head-wrap > .content-head {
  height: auto;
  background: url(./images/bg-slider.png) no-repeat center center;
  background-size: cover;
}
  
.section-link ul > li > a {
  width: 100%;
  height: 90px;
}

.section-link ul > li {
  width: 30%;
  margin: 20px 5% 0 0;
}
  
.section-link ul > li > a > span.single {
  padding: 40px 1em;
}
  
.section-link ul > li > a > span {
  padding: 30px 1em;
}

.pdf_link{
  width: 30%;  
}
}


@media screen and (max-width: 479px) {
/******************************************************************************

 ■ 	スマートフォン用（479px以下）主なターゲット iPhone/iOS

******************************************************************************/
  
.sp{
  display: block;
}

.pc{
display: none;
}

.content
{
	font-size: 105%;
	line-height: 1.6;
}

.content p {
  font-size: 105%;
}
  
body 
{	
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	padding-top: 64px;
}

.main
{
	min-width: 0;
	width: 100%;	
}

.inner
{
	width: auto !important;
}

header
{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 999999;
	height: 64px;
	border-top: none;
	border-bottom: 1px solid #d8d8d8;
}
header .inner
{
	padding: 0;
	height: auto;
}

header .tab
{
	display: none;
}

header h1
{
	background-position: .5em center !important;
	background-size: 50%;
}

header h1 > a
{
	width: 200px !important;
	height: 64px !important;
}

header .departments
{
	display: none;
}

header p.contact
{
	display: none;
}

nav
{
	display: none;
} 


/**ここからスマホメニュー**/
a#mBtn
{
	position: absolute;
	right: 0;
	width: 64px;
	height: 64px;
	top: 0;
	background: url(./svg/icon-menu.svg) no-repeat center center;
	background-size: 36px;
	border-left: 1px solid #d8d8d8;
}

#smt-menu
{
	position: absolute;
	overflow: hidden;
	z-Index: 100000;
	top: -400px;
	right: 0;
	width: 100%;
	font-size: 95%;
}
#smt-menu > ul
{
	border-bottom: 2px solid white;
}

#smt-menu > ul > li
{
	background-color: #eee;
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
}
#smt-menu > ul > li:hover
{
	background-color: #f6f6f6;
}

#smt-menu > ul > li > a
{
	display: block;
	padding: 1em;
	color: inherit;
	text-shadow: 1px 1px 0 white;
	text-decoration: none;
}
#smt-menu > ul > li > a > span
{
	display: block;
	background: url(./svg/icon-gt-grey.svg) no-repeat right center;
	margin-right: .5em;
	background-size: .75em;
}
  

/**ここからコンテンツ・エリア**/
#contents
{
	float: none;
  padding-top: 0;
}

  
/** ここからページコンテンツ **/
.content
{
  font-size: 100%;
	margin-right: 0;
}

.content .section
{
	margin: 1em 0 !important;
	padding-top: 0;
}

.content > .section:last-child
{
	margin-bottom: 0 !important;
}

.content > h1 {
  margin: 0em 0 1em;
}
  
#contents .content-head
{
	padding: 0;
	height: auto !important;
}

#contents .content-head .caption
{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-shadow: 1px 1px 0 white;
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 90%;
	margin-top: 1em;
}

.inner img
{
	min-height: 0;
	width: 100%;
}

#contents .caption
{
	margin: 0 0 2em;
}


/*
関連施設
************/

.section-link 
{
  padding: 0em 0em 1em !important;
}

.section-link ul {
  margin-top: 2.5em;
}

.section-link ul > li {
  float: none;
  width: auto;
  margin: 0.5em 0;
  padding-left: 8px;
}

.section-link ul > li > a {
  width: 90%;
  font-size: 100%;
  margin: 0 auto;
}

.section-link ul > li > a > span {
  padding: 35px 1em;
}
  
/*
トピックス
************/
.section-topics > .info
{
	margin-right: 0;
}

ul#topics > li.has-notify
{
	padding-right: 0;
}


ul#topics > li
{
	padding: .5em 0;
}
ul#topics > li > .info-date
{
	position: static;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: #99c13b;
}
ul#topics > li > .info-notify
{
	border-radius: 3px;
	padding: 5px 10px;
	width: auto;
	height: auto;
	font-size: 80%;
	top: calc(1em + 5px);
	right: 0;
}
ul#topics > li > .info-notify.notify-new
{
	background: red;
}
  
  
/*
お知らせのページ
************/
  
.article_content > h1 {
  margin: 0;
}
  
  .news_content p{
    font-size: 1.1em;
  }

  
/*
理念のページ
************/

.section-idea-1 ul {
  background: none;
  margin-top: 0;
}
  
.section-idea-1 ul > li {
  font-size: 120%;
}
  
.section-idea-2 dl {
  margin: 0;
  padding-top: 0;
}
  
  
/*見出し*/
.content:not(.root) h2 {
  line-height: 2;
  margin-top: 0;
}

  
h2 .notice {
    right: 1.5em;
    bottom: 0.5em;
}
  
  .section-idea-2 .notice{
    display:none;
    
  }
  
/*
概要（outline）のページ
************/

  
/*table調整*/
.content table.tbl01 th {
  padding: 7px;
  width: 16%;
  font-size: 0.85em;
  vertical-align: middle !important;
}

.content table.tbl01 td {
  vertical-align: middle !important;
}  

  

/*
採用情報
************/
.section-topics > .recruit
{
	float: none;
}
  
.section-topics > .recruit > a {
  width: 100%;
  background-size: 100%;
  height: 200px;
}
  
.section-link fieldset {
  padding: 0 1em;
}
  
fieldset .section-link ul {
  margin: 2.5em 0;
}
  
.link_group{
  margin:0 !important;
  }
  
  
.staff_box {
    display: block;
    width: 90%;
}

.staff_story h3 {
  font-size: 1.2em;
  background-position: top left;
  background-size: 12%;
  line-height: 2;
}  

.staff_right_text {
    width: 100%;
    margin-left: 0;
}
  
.command-button {
  width: 90%;
  height: 50px;
  line-height: 50px;
}
  
.content table.tbl01 caption {
  font-size: 1.3em;
}

/*
情報公開
*********/


.actionPlan {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  float: none;
}
  
.pdf_link{
  width: 30% !important;
}
  
  
/*
フッター
*********/
span.address
{
	margin: 0;
  font-size: 1.1em;
}

footer .logo,
footer .departments
{
	display: none;
}

footer .signature
{
	float: none;
	clear: both;
	padding: 1em 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

footer .signature > p
{
	float: none !important;
	text-align: center;
	white-space: nowrap;
}
footer .signature span.phone,
footer .signature span.fax
{
	display: block;
	font-size: 130% !important;
}

footer > .footer-lower ul.menu-list-b
{
	text-align: center;
}

footer > .footer-lower ul.menu-list-b > li
{
	font-size: 90%;
	margin-right: 1em;
}
footer > .footer-lower .copyright
{
	position: static;
	text-align: center;
	padding: 1em 0;
	font-size: 100%;
	color: white;
  text-shadow:none;
}

}

/*  ここまで **************************************************************** */ 
