@charset "UTF-8";

body {
	min-width: 1000px;
	font-family: 16px 'Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic';
	font-size: 16px;
	line-height: 1.5;
    word-wrap: break-word;
	background-color: #ffffff;
	color: #333;
}

img {
    border: medium none;
    margin: 0;
    padding: 0;
	max-width: 100%;
}

table {
    font-size: inherit;
}

table, th, td {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

textarea, input {
	font-family: 16px 'Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic';
	font-size: 14px
	line-height: 1.5;
    outline: 0 none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0 none;
}

a {
    color: #006699;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}

a:link {
    color: #006699;
    outline: medium none;
    text-decoration: none;
}

a:hover {
    color: #FF9933;
    outline: medium none;
    text-decoration: none;
}

h1, h2, h3 {
    font-size: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}


ul.indList li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.u-type00 {
  counter-reset: number;
}
ul.u-type00 li {
	margin-bottom: 8px;
	padding-left: 1.8em;
	position: relative;
	font-size: 1.5em;
	color: #0064B2;
}
ul.u-type00 li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 0;
	left: 0;
}

ul.u-type01 {
  counter-reset: number;
}
ul.u-type01 li {
	margin-bottom: 8px;
	padding-left: 1.8em;
	position: relative;
}
ul.u-type01 li:before {
	counter-increment: number;
	content: counter(number)".";
	position: absolute;
	top: 0;
	left: 0;
}

ul.u-type02 {
  counter-reset: number;
}
ul.u-type02 li {
	margin-bottom: 8px;
	padding-left: 1.8em;
	position: relative;
}
ul.u-type02 li:before {
	counter-increment: number;
	content: counter(number)")";
	position: absolute;
	top: 0;
	left: 0;
}

ol.decimal {
    padding-left: 1.5em;
}
ol.decimal li {
    list-style: outside none decimal;
}

ul.disc {
    padding-left: 1.5em;
}
ul.disc li {
    list-style: outside none disc;
}

.hover:hover {
    opacity: 0.7;
    text-decoration: none;
}
.hover:hover a {
    text-decoration: none;
}

.nomb {
    margin-bottom: 0 !important;
}


.disable {
    cursor: default;
    pointer-events: none;
}

.hideset {
	display: none;
}

.sponly {
    display: none!important;
}
.pconly {
    display: block!important;
}

.sizem {
	font-size: 0.75em;
}



/* ------ header ------ */
#header {
	width: 100%;
	min-width: 1000px;
	height: 110px;
	border-top: 3px solid #005091;
}
#header .header-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#logo {
	margin: 0;
	position: absolute;
	left: 0;
	top: 30px;
}

#grouplogo {
	position: absolute;
	right: 0px;
	top: 5px;
}

#spMenu {
	width: 30px;
	height: 30px;
	display: none;
}

#spMenu.off {
	background: url("../img/b_menu_off.png") no-repeat left top;
	background-size:30px 30px;
}

#spMenu.on {
	background: url("../img/b_menu_on.png") no-repeat left top;
	background-size:30px 30px;
}


/* ------ menu ------ */
#gmenu {
	width: 100%;
	background: #E8E8E8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #E8E8E8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#E8E8E8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#E8E8E8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E8E8',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
	border-bottom: 2px solid #fff;
	position: relative;
	z-index: 0; 
}
#gmenu .gmenu-inner {
	width: 1000px;
	margin: 0 auto;
}
#gmenu ul {
}
#gmenu ul li {
	width: 20%;
	padding: 0 1px 0 0;
	float: left;
	display: block;
	height: 100%;
	text-align: center;
	font-size: 1em;
	background: #AFB5B8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #AFB5B8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#AFB5B8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#AFB5B8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#AFB5B8',GradientType=0 ); /* IE6-9 */
}
#gmenu .gmenu-inner ul li:first-child {
	padding: 0 1px 0 1px;
}
#gmenu .gmenu-inner ul li a {
	padding: 30px 0 20px 0;
	display: block;
	height: 100%;
	color: #373F45;
	background: #E8E8E8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #E8E8E8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#E8E8E8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#E8E8E8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E8E8',GradientType=0 ); /* IE6-9 */
}
#gmenu .gmenu-inner ul li a:hover {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
#gmenu ul li.current {
	border-bottom: 2px #ffb41f solid;
}


/* ------ contents ------ */
#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E6E5E1;
}
#contents .contents-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
#contents .contents-innertop {
	/*background: url("/topimg/bg_top.jpg") #0064B2 no-repeat left top;*/
	background: #0064B2;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
#contents .contents-inner .newsbox, #contents .contents-inner .submenubox {
	margin: 0 0 20px 0;
}
#contents .contents-inner .subtitle {
	margin: 0 0 10px 0;
	padding: 6px 10px 4px 20px;
	font-size: 1.8em;
	color: #0064B2;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 54%, rgba(255,255,255,0) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 54%,rgba(255,255,255,0) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 54%,rgba(255,255,255,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/* IE10以降 */
@media all and (-ms-high-contrast:none){
	#contents .contents-inner .subtitle {
		padding: 14px 10px 6px 20px;
	}
}

#contents .contents-inner .newsbox .subcontents {
	padding: 15px 30px;
	background-color: #fff;
}
#contents .contents-inner .newsbox .subcontents p:nth-child(n+2) {
	margin-top: 10px;
}

#contents .contents-inner .newsbox dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
}
#contents .contents-inner .newsbox dl dt {
	width : 140px;
	padding: 0 0 5px 10px;
	border-bottom: 1px #ccc dotted;
}
#contents .contents-inner .newsbox.newsbox_type02 dl dt {
	width : 170px;
}

#contents .contents-inner .newsbox dl dd {
	width: calc(100% - 140px);
	padding: 0 0 12px 5px;
	border-bottom: 1px #ccc dotted;
}
#contents .contents-inner .newsbox dl dd {
	width: calc(100% - 170px);
}
#contents .contents-inner .submenubox .subcontents {
	padding: 15px 30px;
	background-color: rgba(000,000,000,0.2);
}
#contents .contents-inner .submenubox .subcontents ul {
	width: 100%;
}
#contents .contents-inner .submenubox .subcontents ul li {
	width: 33.3%;
	float: left;
	text-align: center;
}
#contents .contents-inner .submenubox .subcontents ul li img {
	box-shadow: 0 0 5px #111;
}

#mainimg {
	text-align: center;
	background: url("/topimg/bg_main.jpg") #fff no-repeat center top;
	height: 480px;
	border-bottom: 3px #FFB41F solid;
}



/* ------ other page ------ */
.title {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 3px #FFB41F solid;
}

.contents-area {
	margin-bottom: 25px;
	padding: 30px;
	background-color: #fff;
	text-align: left;
}
.contents-area p {
	margin-bottom: 1em;
}
.contents-area .leadtext {
	margin-bottom: 1em;
}
.contents-area .infobox {
	padding: 10px 12px;
	border: 1px #ccc solid;
	display: inline-block;
}
.contents-area .infobox span:last-child {
	margin-left: 1em;
	display: inline-block;
}
.contents-area .titlecopy {
	margin-bottom: 30px;
	font-size: 1.5em;
	color: #0064B2;
}
.contents-area .c-box {
	width: 100%;
}
.contents-area .c-box .left {
	width: 530px;
	float: left;
}
.contents-area .c-box .right {
	width: 350px;
	float: right;
}
.contents-area .c-box .left2 {
	width: 470px;
	float: left;
}
.contents-area h3 {
	margin-bottom: 30px;
	padding: 5px 0 0 25px;
	font-size: 2.0em;
	font-weight: normal;
	color: #0064B2;
	background: url("../img/bg_h3.png") no-repeat left top;
}
.contents-area h4 {
	margin-bottom: 20px;
	padding: 6px 0 2px 12px;
	font-size: 1.5em;
	font-weight: normal;
	color: #0064B2;
	border-left: 2px #E3B600 solid;
}
.contents-area .sec {
	margin-bottom: 40px;
}
.contents-area .center {
	text-align: center;
}

.contents-area.c-organization {
	position: relative;
}
.c-organization .b_organization a {
	padding: 10px 35px 10px 20px;
	display: inline-block;
	background: #0064B2;
	color: #fff;
}
.c-organization .b_organization {
	position: absolute;
	right: 30px;
	top: 30px;
}
.c-organization .b_organization a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	transform: rotate(45deg);
}
.c-organization .b_organization a:hover {
	cursor: pointer;
	opacity: 0.6;
}
.c-organization .c-switch {
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
}

.c-linkMore {
	margin: 10px 0;
	position: relative;
	text-align: right;
}
.c-linkMore a {
	padding: 0 15px 0 0;
}
.c-linkMore a::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 2px #0064B2;
	border-right: solid 2px #0064B2;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	transform: rotate(45deg);
}
.c-linkMore a:hover {
	cursor: pointer;
	opacity: 0.6;
	color: #0064B2;
}


.p-recruit .title {
	position: relative;
}
.p-recruit .title .c-switch {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
}

.list1 dl {
	width: 100%;
	background-color: #efefef;
	border-bottom: 1px #ccc solid;
}
.list1 dl dt {
	width : 160px;
	padding: 10px 0 6px 15px;
	float: left;
	clear: both;
	border-top: 1px #ccc solid;
	background-color: #efefef;
}
.list1 dl dd {
	margin-left:160px;
	padding: 10px 0 6px 15px;
	border-top: 1px #ccc solid;
	background-color: #fff;
}
.list1 dl dd span {
	margin-right: 1em;
}
.list1 dl dd p {
	margin-bottom: 4px;
}
.list2 dl {
	width: 100%;
	border-bottom: 1px #ccc solid;
	background: url("/business/img/bg_list.gif") repeat-y left top;
	font-size: 0.9em;
}
.list2.single dl {
	background: none;
}
.list2 dl dt {
	width : 480px;
	float: left;
	clear:both;
}
.list2 dl dt span {
	padding: 10px 0 6px 10px;
	display: inline-block;
	vertical-align: top;
}
.list2 dl dt span:first-child {
	width: 280px;
}
.list2.single dl dt span:first-child {
	width: 100%;
}
.list2 dl dt span:nth-child(2) {
	width: 200px;
	border-top: 1px #ccc solid;
}
.list2 dl dt.rowtop {
	border-top: 1px #ccc solid;
}
.list2 dl dt.rowtop span:nth-child(2) {
	border-top: none;
}
.list2 dl dd {
	margin-left: 480px;
	padding: 10px 0 6px 10px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
}
.list2 dl dt span.nodisp {
	color: #fff;
}
.list2head {
	margin-top: 20px;
}
.list2head dl {
	width: 100%;
	text-align: center;
	border-top: 1px #ccc solid;
	background-color: #efefef;
	font-size: 0.9em;
}
.list2head dl dt {
	width : 480px;
	padding: 10px 0 6px 10px;
	float: left;
	clear:both;
}
.list2head dl dd {
	margin-left: 480px;
	padding: 10px 0 6px 10px;
	border-left: 1px #ccc solid;
}

.imglist1 ul, .imglist2 ul, .imglist3 ul {
	width: 100%;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.imglist1 ul li img , .imglist2 ul li img, .imglist3 ul li img {
	width: 100%;
}
.imglist1 ul li {
	width:calc((100% - 40px) / 3);
}
.imglist1 ul li.wide {
	width: 100%;
}
.imglist1 ul li p {
	margin-bottom: 0;
}
.imglist1 ul li p.imgtext {
	margin: 5px 0 0 0;
	padding-right: 20px;
	font-size: 12px;
	text-align: left;
}
.imglist2 ul li {
	width: calc((100% - 20px) / 2);
}
.imglist2 ul li.wide {
	width: 100%;
}
.imglist3 ul li {
	width: 100%;
}

.imgcaption {
	padding: 5px 10px;
	display: inline-block;
	font-size: 14px!important;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.linkb {
	margin-top: 3px;
	padding-left: 22px;
	background: url("../img/i_arrow3.png") no-repeat left 3px;
}
.linkb2 {
	margin-top: 3px;
	padding-left: 22px;
	background: url("../img/i_arrow4.png") no-repeat left 3px;
}

#map_canvas {
	width: 440px;
	height: 316px;
}

#contactbox {
	width: 100%;
	border: 4px #0064B2 solid;
	min-height: 100%;
	overflow: hidden;
}

#contactbox .inner {
	margin: 15px 0;
	padding: 5px 20px;
}

#contactbox .left {
	width: 30%;
	float: left;
	background: url("/recruit/img/bg_contact.jpg") repeat left top;
	color: #fff;
	padding-bottom: 300px;
	margin-bottom: -300px;
}

#contactbox .mid {
	width: 35%;
	float: left;
	background-color: #fff;
}
#contactbox .mid .inner {
	border-right: 1px #0064B2 solid;
}

#contactbox .right {
	width: 35%;
	float: left;
	background-color: #fff;
}

#contactbox p {
	margin-bottom: 5px;
}

#contactbox .pickup a {
	font-size: 1.5em;
	font-weight: bold;
	color: #E18700;
}

.btn01 {
	width: 100%;
	background-color: ;
	border-radius: 8px;
	text-align: center;
	background-color:#FFCC00;
}
.btn01 a {
	padding: 12px 0 10px;
	display: block;
	border-radius: 5px;
	color: #373F45;
	background: url("../img/i_arrow5.png") no-repeat right 10px center;
}
.btn01 a:hover {
	opacity: 0.6;
}


/* ------ policies ------ */
.p-policies {
}
.p-policies h4 {
	padding: 2px 0 0 16px;
}
.p-policies h5 {
	margin-bottom: 10px;
	padding: 5px 12px 2px;
	display: inline-block;
	font-size: 1.0em;
	font-weight: normal;
	background: #ddd;
}
.p-policies h3 + h4 {
	margin-top: 35px;
}
.p-policies p + h4,
.p-policies ul + h4 {
	margin-top: 40px;
}
.p-policies .contents-area p:last-child {
	margin: 0;
}
.p-policies .contents-area .infobox {
	margin-bottom: 40px;
}


/* ------ componet ------ */
.c-movie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.c-movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.c-pict {
}
.c-pict ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
}
.c-pict ul li {
	width: calc((100% - 30px) / 3);
	padding: 0;
	border: 2px #0064B2 solid;
	border-radius: 5px;
}
.c-pict h4 {
	margin: 0;
	padding: 8px;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
	border-left: none;
	text-align: center;
	background: #0064B2;
}
.c-pict p {
	margin: 0!important;
	padding: 0 15px 15px;
	font-size: 0.8em;
}
.c-pict .c-pict__img {
	padding: 30px 20px;
	text-align: center;
}
.c-pict .c-pict__img img {
	height: 60px;
}
.c-pict .c-pict__photo {
	text-align: center;
}
.c-pict img {
	max-width: 100%;
}
.c-pict__bus {
	background: url("../../recruit/img/photo3.jpg") no-repeat right bottom;
	background-size: 45%;
	padding-bottom: 60px !important;
}
.c-pict__right {
	display: block;
	text-align: right;
}

.c-pict__right + br {
	display: none;
}

.c-voice {
	margin-top: 30px;
	display: none;
}
.c-voice h5 {
	width: 50%;
	margin: 0 auto 40px auto;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #0099cc;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;
	color: #0064B2;
	font-weight: bold;
}
.c-voice h5:nth-child(n+2) {
	margin-top: 80px;
}
.c-voice p {
	margin: 0;
}
.c-voice ul {
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 45px 15px;
}
.c-voice ul li {
	width: calc((100% - 30px) / 3);
	padding: 10px 10px 2px 10px;
	border: 2px #0099cc solid;
	background-color: #E8FAFF;
	border-radius: 5px;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 15px 0;
	justify-content:space-between;
}
.c-voice ul li p:nth-child(2){
	padding-right: 80px;
	text-align: right;
	font-size: 0.85em;
	color: #0064B2;
}
.c-voice ul li p:last-child {
	position: absolute;
	bottom: -35px;
	right: 10px;
	font-size: 0;
}
.c-voice ul li p:last-child img {
	max-width: 70px;
}

.c-switch {
	margin: 30px 0 0 0;
	display: inline-block;
}
.c-switch span {
	padding: 10px 40px 10px 20px;
	background: #09c;
	border-radius: 5px;
	color: #fff;
	position: relative;
	display: block;
	user-select: none;
}
.c-switch span::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 15px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
}
.c-switch.is-open span::after {
	top: 20px;
	transform: rotate(-45deg);
}
.c-switch span:hover {
	cursor: pointer;
	opacity: 0.6;
}

.c-border {
	margin: 25px 0 0 0;
	border: 0;
	border-top: 1px #ddd solid;
}



/* ------ footer ------ */
#footer {
	width: 100%;
	font-size: 0.9em;
	background: url("../img/bg_footer.png") #ddd repeat left top;
	border-top: 2px #fff solid;
}

#footer .footer-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 30px;
	position: relative;
}

#footer a {
	color: #333;
}

#footer .footer-inner .fmenubox {
}

#footer .footer-inner ul {
}

#footer .footer-inner ul li {
	margin-bottom: 10px;
	padding: 0 0 0 8px;
	color: #0B441A;
	border-left: 2px #006699 solid;
}

#footer .footer-inner ul li:last-child {
	margin-bottom: 0;
}


#footer .footer-inner .footeraddress {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#footer .footer-inner .footeraddress span:last-child {
	margin-left: 20px;
}


#footerlogo {
	padding-bottom: 5px;
	text-align: right;
	background: url("../img/bg_footer2.png") #265C88 repeat left top;
}

#footerlogo  .footerlogoline {
	border-bottom: 2px #fff solid;
}

#footerlogo .footerlogo-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#copyright {
	margin: 10px 0;
	text-align: center;
	font-size: 0.85em;
}



/* ------ to top ------ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0;
}
#page-top a {
	width: 36px;
	background: url("../img/b_scrollup.png") left top no-repeat;
	display: block;
	height: 36px;
}
#page-top a:hover {
	opacity: 0.5;
}





/* ------------------------------------------ */
/* --------------- SP setting --------------- */
/* ------------------------------------------ */

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

body {
	min-width:240px;
	font-size:15px;
}
.sponly {
	display: block!important;
}

.pconly {
	display: none!important;
}

ul.u-type00 li {
	font-size: 1.25em;
}

#overlay {
	width: 100%;
	background-color: #000000;
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 63px;
	z-index: 9;
}


#header {
	min-width: 100%;
	height: auto;
}

#header .header-inner {
	width: 100%;
	min-height: 60px;
}

#header .header-inner h1 {
	padding: 0 0 0 10px;
}


#logo {
	margin: 0;
	max-width: 240px;
	top: 20px;
}

#logo img {
	width: 100%;
}

#spMenu {
	display: block;
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
}


#gmenu {
	background: none;
	position: fixed;
	right: -70%;
	border-bottom: none;
}

#gmenu .gmenu-inner {
	width: 70%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

#gmenu .gmenu-inner ul {
	background: #004D8A url("../img/bg_gmenu-sp.jpg") no-repeat left top;
}

#gmenu .gmenu-inner ul li {
	width: 100%;
	padding: 0;
	float: none;
	height: auto;
	text-align: center;
	background: none;
	border-bottom: 1px #fff solid;
}

#gmenu .gmenu-inner ul li:first-child {
	padding: 0;
}

#gmenu .gmenu-inner ul li:last-child {
	background-color: #fff;
}

#gmenu .gmenu-inner ul li:last-child img {
	width: 100%;
	max-width: 300px;
	padding: 0 20px;
}

#gmenu .gmenu-inner ul li a {
	padding: 20px 10px 17px 10px;
	color: #fff;
	background: none;
	display: block;
	font-size: 16px;
}

#gmenu .gmenu-inner ul li a:hover {
	background: none;
}

#spmenu {
	display: none;
}


#contents {
	min-width: 240px;
}


#mainimg {
	background: none;
	height: auto;
	border-bottom: none;
}

#mainimg img {
	width: 100%;
}

#contents .contents-inner {
	width: 100%;
	padding: 0 0 20px 0;
	background: none;
	box-shadow: none;
}

#contents .contents-innertop {
	padding: 20px 0 20px 0;
	background-color: #0064B2;
}

#contents .contents-inner .subtitle {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 6px 10px;
	font-size: 1.2em;
}

#contents .contents-inner .submenubox .subcontents {
	padding: 10px 10px;
}

#contents .contents-inner .submenubox .subcontents ul li img {
	width: 92%;
}

#contents .contents-inner .newsbox .subcontents {
	padding: 10px 10px;
	background-color: #fff;
}

#contents .contents-inner .newsbox dl {
	gap: 0;
}

#contents .contents-inner .newsbox dl dt {
	width: 100%;
	margin-bottom: 0;
	padding: 3px 8px 2px 8px;
	font-size: 0.75em;
	border: none;
}

#contents .contents-inner .newsbox dl dd {
	width: 100%;
	margin-bottom: 10px;
	padding:0 8px 10px 8px;
}

.title {
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
}

.title h2 img {
	width: 100%;
}

.contents-area {
	margin-bottom: 25px;
	padding: 20px;
	background-color: #fff;
	text-align: left;
	box-shadow: 0 1px 4px #ccc;
}

.contents-area p {
	margin-bottom: 1em;
}

.contents-area .infobox span, .contents-area .infobox span:last-child {
	margin-left: 0em;
	margin-top: 16px;
	display: block;
}

.contents-area .imgfull50 img {
	width: 50%;
}
.contents-area .imgfull80 img {
	width: 80%;
}

.contents-area .imgfull100 img {
	width: 100%;
}

.contents-area .titlecopy {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0064B2;
}

.contents-area .c-box .left {
	width: 100%;
	margin-bottom: 20px;
	float: none;
}

.contents-area .c-box .right {
	width: 100%;
	float: none;
	text-align: center;
}

.contents-area .c-box .left2 {
	width: 100%;
	margin-bottom: 20px;
	float: none;
}

#map_canvas {
	width: 100%;
	height: 316px;
}

.contents-area h3 {
	margin-bottom: 20px;
	padding: 2px 0 0 16px;
	font-size: 1.5em;
	background: url("../img/bg_h3.png") no-repeat left top;
	background-size: 4px auto;
}

.contents-area h4 {
	margin-bottom: 20px;
	font-size: 1.25em;
}

.c-organization .b_organization {
	right: 20px;
	top: 20px;
}

.c-organization .c-switch {
	position: relative;
	top: initial;
	left: initial;
	margin: -10px 0 60px 0;
	transform: initial;
}

.p-recruit .title .c-switch {
	left: initial; 
	right: 10px;
	transform: initial;
}

.list1 dl {
	width: 100%;
	background-color: #efefef;
	border-bottom: 1px #ccc solid;
}
.list1 dl dt {
	width: 100%;
	padding: 10px 8px 6px 8px;
	float: none;
	border-top: 1px #ccc solid;
	background-color: #efefef;
}
.list1 dl dd {
	margin-left:0;
	padding: 10px 8px 10px 8px;
	border-top: 1px #ccc dotted;
	background-color: #fff;
}
.list1 dl dd span {
	margin-right: 0;
	margin-bottom:16px;
	display: block;
}
.list1 dl dd span:first-child {
	border: 1px #ccc solid;
	padding: 5px 10px;
	background-color: #fff;
}
.list1 dl dd p {
	margin-bottom: 20px;
}
.list2 dl {
	background: none;
	border-bottom: none;
}
.list2 dl dt {
	width : 100%;
	float: none;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	background-color: #ededed;
}
.list2 dl dt span {
	padding: 5px 10px 5px 10px;
	display: block;
}
.list2 dl dt span:first-child {
	width: 100%;
	padding-bottom: 0;
	border-top: 1px #ccc solid;
	color: #0064B2;
}
.list2 dl dt span:nth-child(2) {
	width: 100%;
	padding-top: 0;
	border-top: none;
}
.list2 dl dt.rowtop {
	border-top: none;
}
.list2 dl dt.rowtop span:nth-child(2) {
	border-top: none;
}
.list2 dl dd {
	margin-left: 0;
	margin-bottom: 5px;
	display: block;
	padding: 5px 10px 5px 10px;
	border: 1px #ccc solid;
}
.list2head {
	display: none;
}
.list2head + .list2 {
	margin-top: 20px;
}
.imglist1 ul, .imglist2 ul, .imglist3 ul {
	gap: 10px;
}

.imglist1 ul li {
	width: calc((100% - 10px) / 2);
}
.imglist1 ul li p.imgtext {
	padding: 0;
	font-size: 12px;
}
.imglist2 ul li {
	width: 100%;
}

.imgcaption {
	right: auto!important;
}


.c-pict h4 {
	margin: 0;
	font-size: 1.0em;
}
.c-pict ul {
	gap: 12px 0;
}
.c-pict ul li {
	width: 100%;
}
.c-pict__bus {
	padding-bottom: 80px !important;
}
.c-pict .c-pict__photo img {
	width: 100%;
}
.c-pict__right {
	display: inline;
	text-align: left;
}
.c-pict__right + br {
	display: block;
}

.c-voice h5 {
	width: 90%;
	margin: 0 auto 30px auto;
	font-size: 1.1em;
}
.c-voice ul li {
	width: calc((100% - 15px) / 2);
}


#contactbox {
	width: 100%;
	border: 4px #0064B2 solid;
	min-height: 100%;
	overflow: hidden;
}
#contactbox .inner {
	margin: 0 10px 0 10px;
	padding: 10px;
}
#contactbox .left {
	width: 100%;
	float: none;
	background: url("/recruit/img/bg_contact.jpg") repeat left top;
	padding-bottom: 300px;
	margin-bottom: -300px;
}
#contactbox .mid {
	width: 100%;
	float: none;
}
#contactbox .mid .inner {
	border-right: none;
	border-bottom: 1px #0064B2 solid;
}
#contactbox .right {
	width: 100%;
	float: none;
}
#contactbox p {
	margin-bottom: 5px;
}
#contactbox .pickup a {
	font-size: 1.5em;
	font-weight: bold;
	color: #E18700;
}


#footer .footer-inner {
	width: 100%;
	padding: 15px;
}
#footer .footer-inner .footeraddress {
	position: static;
	text-align: right;
}
#footer .footer-inner .footeraddress p {
	display: inline-block;
	text-align: left;
}
#footerlogo .footerlogo-inner {
	width: 100%;
	padding: 15px;
}
#footerlogo .footerlogo-inner img {
	width: 70%;
}




}





@media print {
	
	#page-top, .nodisp {
		opacity: 0!important;
	}
	
	
}


