@media screen and (max-width: 767px) {
/* スマホ -------------------------------------------------------------- */
.pc{
	display:none;
	text-indent:-9999px;
}
img, object, embed{
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}

/* ヘッダー -------------------------------------------------------------- */
header {
    height: 86px;
	background-image:url(../images/common/header-bk.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	width: 100%;
	z-index:10000;
	position: relative;
	margin-bottom:-6px;
}
#header-wrap{
}
#header-wrap #header-l{
	width:100%;
	margin:0 auto;
}
#header-l h1 img,
#header-l .logo img{
	max-width:214px;
	width:60%;
	height:auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	float:left;
	margin:3% auto 0 0;
	padding-left:3%;
	margin:20px 0 0 0;
}
#header-r{
	width:100%;
}

/* スマホナビ -------------------------------------------------------------- */
#menu-sp{
	padding:8px;
	display:block;
	text-align:center;
    background: #0080BD;
	color:#FFF;
	font-size:1.8rem;
	font-weight:bold;
	position:relative;
	z-index:10000;
	width:26px;
	height:28px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	float:right;
	margin:18px 10px 0 0;
}
#menu-sp #open{
	background:url(../images/common/menu_open.png) center center no-repeat;
	background-size:100%;
	width:26px;
	height:28px;
	position:absolute;
}
#menu-sp.active #open{
	background:url(../images/common/menu_close.png) right center no-repeat;
	background-size:100%;
	width:26px;
	height:28px;
}
#menu-sp img{
	height:auto;
}
#menu-sp:hover,
#menu-sp:active{
	cursor:pointer;
}
#nav-wrap{
	display:block;
	clear: both;
	position:absolute;
	display: none;
	z-index:100000;
	width:100%;
	background-color:#FFFFFF;
	top:80px;
	border-bottom: 1px solid #DDDDDD;
}
#nav-wrap li{
	list-style:none;
}
#nav-wrap a{
	text-decoration:none;
	display:block;
	font-size: 100%;
	position: relative;
	padding: 1.0em 4% 0.9em 1.0em;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	color:#333333;
	text-decoration: none;
	width:92%;
	float:left;
	line-height:1.2;
}
#nav-wrap a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #0180BD;
	border-right: solid 2px #0180BD;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav li a span{
	color:#0080BD;
	font-size:1.8vw;
}




/* トップページ -------------------------------------------------------------- */
#top-business-bk{
	background:url(../images/common/bk01.jpg) center top no-repeat #E6EAF0;
	padding:60px 0;
}
#top-business{
	width:90%;
	margin:0 auto;
}
#top-business h2{
	font-size:140%;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
	line-height:1.4;
	margin-bottom:20px;
}
#top-business-wrap{
	width:105.0%;
	overflow:hidden;
	padding-top:6px;
}
#top-business-wrap ul{
}
#top-business-wrap ul li {
	list-style:none;
}
#top-business-wrap ul li a{
	float:left;
	width:46%;
	margin:0 4% 4% 0;	
	color:#FFFFFF;
	text-decoration:none;
	font-size:100%;
}
#top-business-wrap ul li a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width:100%;
	height:auto;
	padding-bottom:6px;
}
#top-business-wrap ul li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#top-business-wrap ul li a:hover .arrow{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#top-business-wrap.second ul{
	margin-left:0;
}
#top-business-wrap.second ul li a{
	color:#333333;
	width:45%;
}



/* トップページニュース -------------------------------------------------------------- */
#top-news-bk{
	background:url(../images/common/bk02.gif) left top repeat;
	padding:60px 0;
}
#top-news{
	max-width:800px;
	width:90%;
	margin:0 auto;
}
#top-news h2{
	font-size:180%;
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;
	line-height:1.0;
}
#top-news h2 span{
	color:#0080BD;
	font-size:70%;
}
.news_wrap_inner {
  clear: left;
  padding:20px 10px 20px 20px;
  border-left:solid 1px #DDDDDD;
  border-right:solid 1px #DDDDDD;
  border-bottom:solid 1px #DDDDDD;
  box-shadow: 0 0 6px #DDDDDD;
  background:#FFF;
}
/* タブ切り替え -------------------------------------------------------------- */
ul#tab{
	margin-left:0;
}
#tab li:first-child{
	border-left:#E6E6E6 1px solid;
}
#tab li {
  float: left;
  padding: 2% 0;
  list-style: none;
  cursor: pointer;
  background: #F9F9F9;
  color:#333333;
  width:32.87%;
  text-align:center;
	border-top:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	border-bottom:#E6E6E6 1px solid;
	font-size:60%;
}
#tab li.select {
	font-weight:bold;
	background:#FFFFFF;
	color:#333333;
	border-bottom:#FFFFFF 1px solid;
}
#tab li:nth-child(1).select{
  background: #0080BD;
  color:#FFFFFF;
  position: relative;
}
#tab li:nth-child(2).select{
  background: #37BC9B;
  color:#FFFFFF;
  position: relative;
}
#tab li:nth-child(3).select{
  background: #E8840B;
  color:#FFFFFF;
  position: relative;
}
#tab li:nth-child(1).select:after, #tab li:nth-child(2).select:after, #tab li:nth-child(3).select:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 44%;
	margin-top: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #FFFFFF transparent;
}
.disnon {
  display: none;
}
.news_wrap_inner {
  clear: left;
  background:#FFFFFF;
  padding:20px;
  color:#222;
  -webkit-border-bottom-left-radius: 5px;  
  -webkit-border-bottom-right-radius: 5px;  
  -moz-border-radius-bottomleft: 5px;  
  -moz-border-radius-bottomright: 5px;
  border-left:solid 1px #DDDDDD;
  border-right:solid 1px #DDDDDD;
  border-bottom:solid 1px #DDDDDD;
  margin-bottom:30px;
}
dl{
}
dl dt {
	font-size:12px;
}
dl dd {
    border-bottom: 1px dotted #ccc;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
}
dl dd a{
	text-decoration:none;
}


/* アイコン -------------------------------------------------------------- */
.icon1,.icon2,.icon3{
	background:#37BC9B;
	display:inline-block;
	width:100px;
	line-height:160%;
	color:#FFF;
	font-size:11px;
	text-align:center;
	margin-left:10px;
    -webkit-border-radius: 2px;  
    -moz-border-radiust: 2px;
}
.icon2{
	background:#E8840B;
}
.icon3{
	background:#DF0B0B;
	display:inline;
	padding:0px 7px;
}



/* トップページ問い合わせ -------------------------------------------------------------- */
#top-toiawase-bk{
	background:url(../images/common/sp-bk03.jpg) center bottom repeat;
	padding:40px 0;
	background-size:cover;
}
#top-toiawase{
	max-width:1000px;
	width:96%;
	margin:0 auto;
	color:#FFFFFF;
}
#top-toiawase h2{
	text-align:center;
	font-weight:normal;
	margin:0 auto 20px;
}
.top-toiawase-l{
	width:100%;
	text-align:center;
}
.toiawase-tel {
	padding-top:6px;
}
.toiawase-tel a{
	color:#FFF;
	text-decoration:none;
}
.toiawase-tel img{
	padding-right:10px;
	margin-top:-6px;
}
.top-toiawase-r{
	width:100%;
	text-align:center;
}
a.btn-contact{
	width:80%;
	margin:0 auto;
	background:#FFFFFF;
	color:#0080BD;
	text-align:center;
	display:block;
	padding:6% 4%;
	text-decoration:none;
}
a.btn-contact:hover{
	background:#CCE5F1;
}
a.btn-contact img{
	padding-right:10px;
}



/* main -------------------------------------------------------------- */
#second-main-bk {
	height:160px;
	width:100%;
}
.second-main-bk-company{
	background:url(../images/company/main.jpg) top center no-repeat;
	background-size:cover;
}
.second-main-bk-recruit{
	background:url(../images/recruit/main.jpg) top center no-repeat;
}
.second-main-bk-news{
	background:url(../images/news/main.jpg) top center no-repeat;
}
.second-main-bk-business{
	background:url(../images/business/main.jpg) top center no-repeat;
}
.second-main-bk-recruit{
	background:url(../images/recruit/main.jpg) top center no-repeat;
}
.second-main-bk-contact{
	background:url(../images/contact/main.jpg) top center no-repeat;
}
.second-main-bk-privacy{
	background:url(../images/privacy/main.jpg) top center no-repeat;
}
.second-main-bk-sitemap{
	background:url(../images/sitemap/main.jpg) top center no-repeat;
}
#second-main-bk-filter{
	background:url(../images/second/main-filter.png) top center repeat;
	height:160px;
}
#second-main{
	max-width:1100px;
	width:96%;
	margin:0 auto;
	position: relative;
	text-align:center;
}
#second-main h1{
	color:#FFF;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align:center;
	padding-top:46px;
	font-size:300%;
	line-height:100%;
	letter-spacing:0.1em;
}
#second-main h1 .second-main-midashi{
	font-size:32%;
	line-height:160%;
	letter-spacing:0.2em;
}



/* 囲み -------------------------------------------------------------- */
.wrap{
	width:94%;
	margin:0 auto;
	padding-bottom:40px;
	overflow:hidden;
}
#contents-bk{
	background:url(../images/common/bk02.gif) left top repeat;
	padding:10px 0 60px;
}
.contents{
	width:94%;
	margin:0 auto;
}
.contents ul{
	margin-left:30px;
}

/* フッター -------------------------------------------------------------- */
#footer{
	padding:20px 0;
	background:#F9F9F9;
	clear:both;
	color:#464646;
}
#footer .footer-wrap{
	width:98%;
	margin:0 auto;
}
#footer .footer-wrap .footer-wrap-l{
	width:100%;
	text-align:center;
	line-height:1.4;
	font-size:90%;
}
#footer .footer-wrap .footer-wrap-l a{
	text-decoration:none;
}
#footer .footer-wrap .footer-wrap-r{
	width:100%;
	text-align:center;
	font-size:70%;
}
#footer .footer-wrap .footer-wrap-r ul{
	text-align:center;
}
#footer .footer-wrap .footer-wrap-r ul li{
	list-style:none;
	display:inline-block;
}
#footer .footer-wrap .footer-wrap-r ul li a{
	background:url(../images/common/arrow03.png) left center no-repeat;
	padding-left:10px;
	float:left;
	margin:0 0 0 14px;
	text-decoration:none;
}
#footer .footer-copy{
	font-size:50%;
	text-align:center;
	padding-top:10px;
}
#backtop {
	position:fixed;
	right: 20px;
	bottom: 20px;
	display:none;
	width:30px;
	height:auto;
}


/* 見出し -------------------------------------------------------------- */
.contents h2{
	position: relative;
	display: block;
	margin:0 auto 60px auto;
	text-align:center;
	font-size:180%;
	line-height:140%;
	font-weight:normal;
}
.contents h2:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0180BD;
	border-radius: 2px;
}
.contents h3{
	font-size:130%;
	padding:0.75em 0.5em 0.75em 1em;
	line-height:130%;
	background:#FDFEFF;
	border-top:solid 1px #E6F0F8;
	border-left:solid 3px #0180BD;
	border-right:solid 1px #E6F0F8;
	border-bottom:solid 1px #DDDDDD;
	margin:30px 0 15px;
	clear:both;
}
.contents h4{
  font-size:120%;
  padding: 10px 20px 8px 10px;
  margin:20px 0 15px;
  border-bottom:solid 2px #E8E8E8;
  color:#0180BD;
}
.contents h5{
	font-size:110%;
  padding: 0 0 6px 10px;
  border-bottom:2px solid #0180BD;
  position: relative;
  margin:40px 0 15px 0;
}
 
.contents h5:before{
  content:"";
  display:block;
  width:15%;
  border-bottom:2px solid #0180BD;
  position:absolute;
  bottom:0;
  margin-left:-10px;
  margin-bottom:-2px;
}



/* 第2階層 -------------------------------------------------------------- */
.breadcrumbs{
	width:96%;
	margin:0 auto 20px;
	font-size:11px;
	text-align:left;
	color:#999999;
}
.breadcrumbs a{
	text-decoration:none;
	color:#999999;
}
.breadcrumbs a:hover{
	text-decoration:underline;
}


/* 第二階層のサブメニュー -------------------------------------------------------------- */
.submenu{
	margin-bottom:40px;
}
.submenu ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	margin:0;
	padding:0;
	font-size:0;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
}
.submenu li {
	display: inline;
	margin:0;
	padding:0;
}
.submenu li a{
	text-align: center;
	font-size:12px;
	width: 49.65%;
	padding: 0.3em 0;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	display: inline-block;
	margin:0;
	background:url(../images/common/arrow05.png) 0.5em center no-repeat;
	text-decoration:none;
}
.submenu li a:hover,
.submenu li.no a.active:hover{
	background:#0180BD url(../images/common/arrow05.png) 0.5em center no-repeat;
	color:#FFFFFF;
}
.submenu li a.active{
	background:#0180BD url(../images/common/arrow05.png) 0.5em center no-repeat;
	color:#FFFFFF;
}
.submenu li.no a.active{
	background-color: transparent;
	color:#222222;
}
.submenu.news li a{
	width: 33%;
	font-size:11px;
}

/* ニュースの年度サブメニュー -------------------------------------------------------------- */
.submenu2{
	margin-top:40px;
	margin-bottom:10px;
}
.submenu2 ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	margin:0;
	padding:0;
	font-size:0;
	border-top:#DDDDDD 1px solid;
	border-bottom:#DDDDDD 1px solid;
}
.submenu2 li {
	display: inline;
	margin:0;
	padding:0;
}
.submenu2 li a{
	font-size:14px;
	padding: 1em 0;
	display: inline-block;
	margin:0;
	background:url(../images/common/arrow07.png) left center no-repeat;
	text-decoration:none;
	padding-left:1.5em;
	margin-left:20px;
}

/* テーブル ---------------------------------------------------------------------------------------------------------------------------- */
table.table01,table.sp-table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	margin-bottom:8px;
	font-size:90%;
	line-height:160%;
	width:100%;
}
table.table01 th,table.sp-table th {
	padding: 6px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background:#F7FCFF;
	width:26%;
}
table.table01 td,table.sp-table td {
	padding: 6px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

table.table02 {
	border-collapse: separate;
	border-spacing: 0;
}
table.table02 th,table.table02 td{
	border-bottom:solid 1px #cccccc;
	padding:5px 5px 10px 5px;
	display:block;
	margin-bottom:10px;
}
table.table02 th{
	border-bottom:none;
	margin-bottom:0px;
}

table.even tr:nth-child(even) th,table.even tr:nth-child(even) td{
	background: #eee;
}
table.even tr:nth-child(odd) th,table.even tr:nth-child(odd) td{
	background: #fff;
}
.nowrap{
	white-space: nowrap;
}
.scroll{width:100%;overflow-x:scroll;}
.scroll::-webkit-scrollbar{height:10px;}/*バーの太さ*/
.scroll::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:#003A8F;}/*バーの色*/
table.table03 {
	border-collapse: separate;
	border-spacing: 0;
}
table.table03 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table.table03 th{
	border-bottom: none!important;
	text-align:left;
	display: block;
	width: 100%;
	padding-bottom: 0!important;
}
table.table03 th,table.table03 td{
	border-bottom: dashed 1px #cccccc;
	padding:14px 4px;
	display: block;
}
table.table03 p{
	padding-bottom: 0;
}
/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}


/* ボタン -------------------------------------------------------------- */
.btn01,
a.btn01{
	display:block;
	text-decoration:none;
	border: 1px solid #0080BD;
	padding:15px;
	color:#0080BD;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	background:url(../images/common/arrow02.png) 20px center no-repeat;
}
.btn01:hover,
a.btn01:hover{
	background:url(../images/common/arrow04.png) 20px center no-repeat #0080BD;
	color:#FFFFFF;
	cursor:pointer;
}

.btn02,a.btn02{
	background-image:url(../images/common/arrow02.png);
	background-repeat:no-repeat;
	background-position:14px center;
	background-color:#FF6600;
	display:block;
	text-decoration:none;
	padding:15px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	width:60%;
	margin:20px auto 10px;
}
.btn02:hover,a.btn02:hover{
	background-color:#FF8533;
	color:#FFF;
	cursor:pointer;
}
a.btn01.top-news{
	width:88%;
	margin:20px auto 0;
}


/* サイトマップ -------------------------------------------------------------- */
ul.sitemap li a{
	text-decoration:none;
}
ul.sitemap li{
	list-style:none;
	background:url(../images/common/arrow08.png) left 8px no-repeat;
	padding-left:20px;
	margin-bottom:6px;
}
ul.sitemap li ul{
	margin-left:10px;
}
ul.sitemap li ul li{
	background:url(../images/common/arrow09.png) left center no-repeat;
	padding-left:16px;
}



/* フォーム -------------------------------------------------------------- */
/* お問合わせ -------------------------------------------------------------- */
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact select,
.contact textarea{
	padding:1%;
	border: 1px solid #CCCCCC;
	background:#FAFAFA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:0px 0px 5px 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	width:96%;
}
.contact select{
	width:auto;
}
.contact input[type="submit"],
.contact input[type="reset"],
.contact input[type="button"]{
	padding:10px 60px;
	color:#ffffff;
	background:#0068B5;
	font-weight:bold;
	border:none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	margin:10px auto;
	cursor:pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
}
.contact input[type="submit"]{
		background:#FF6600;
}

.contact input[type="radio"]{
	margin-right:10px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






}


@media screen and (min-width:680px) and (max-width:844px) {
#menu{
	width:102.0%;
	overflow:hidden;
}
#menu .menu-box a{
	float:left;
	width:48%;
	margin:0 2% 2% 0;
	background:#FDDB55;
}


}
