@charset "utf-8";

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

/* spTitle
---------------------------------------- */		
	
.spTitle {
	display:block;
	height:75px;
	background-image:url(img/sp_title_bg.jpg);
	background-size:auto 75px;
	background-repeat:repeat-x;
	}
	
.spTitle h1 {
	background-size: auto 100%;
	}

.company .spTitle h1 {
	background-image:url(company/img/sp_title_03.png);
	}
	
.capacity .spTitle h1 {
	background-image:url(capacity/img/sp_title_03.jpg);
	}

.greeting .spTitle h1 {
	background-image:url(greeting/img/sp_title_03.jpg);
	}
	
.staff .spTitle h1 {
	background-image:url(staff/img/sp_title_03.jpg);
	}
	
.inquiry .spTitle h1 {
	background-image:url(inquiry/img/sp_title_03.jpg);
	}
	
	

/* font
---------------------------------------- */


article {
	font-size:12px;
	line-height:1.5;
}


/* article
---------------------------------------- */

	
article .contents {
	max-width:960px;
	margin:auto;
	padding:0 14px;
	}	


/* default
---------------------------------------- */

article header address {
	display:none;
	}
	
#globalNav ul.pc {
	display:none;
	}
	
/* header
---------------------------------------- */

header {
	/*margin-bottom:3px;*/
	}

header h1 {
	width:217px;
	margin-top:11px;
	margin-bottom:11px;
	vertical-align:bottom;
	}
	
/* localNav
---------------------------------------- */

.localNav {
	border-top:solid 1px #fff;
	}
	
	
/* menu-trigger
---------------------------------------- */
.menu-trigger {
	display:block;
	float:right;
	margin-top:15px;
	}
	
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	
}
.menu-trigger {
	position: relative;
	width: 28px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
	
/* globalNav
---------------------------------------- */

#globalNav {
	background-color:#f5f5f5;
	height:auto;
	border-top: solid 2px #e10000;
	
	}
	
#globalNav ul.sp {
	display:none;
	position:absolute;
	top:57px;
	width:100%;
	background-color:#f5f5f5;
	}

#globalNav ul.sp.active {
	display:block;
	}

#globalNav ul.sp li {
	line-height:0;
	height:50px;
	padding-top:7px;
	border-bottom:solid 1px #969696;
	padding-left:14px;
	background-image:url(img/sp_icon_06.png);
	background-size:12px auto;
	background-repeat:no-repeat;
	background-position:92.26% 17px;
	}
	
#globalNav ul.sp li a {
	display:block;
	width:100%;
	height:100%;
	}

#globalNav ul.sp li img {
	width:134px;
	}
	

/* mainImage
---------------------------------------- */

#mainImage {
	margin-bottom:14px;
	margin-top:3px;
	height:150px;
	}
	
/* iconNavSp
---------------------------------------- */
	
#iconNavSp {
	display:block;
	margin-left:14px;
	
	}
	
#iconNavSp a {
	float:left;
	line-height:0;
	display:block;
	width:31.30%;
	margin-right:1.38%;
	margin-bottom:1.38%;
	}

#iconNavSp a img {
	width:100%;
	}
	
/* news
---------------------------------------- */

#news {
	margin-top:16px;
	margin-bottom:54px;
	}
	
#news h1 {
	display:inline-block;
	width:49px;
	}
	
#news h1 img {
	width:100%;
	margin-left:0px;
	}
	
#news ul {
	border-top:solid 1px #969696;
	}

#news ul li {
	border-bottom:solid 1px #969696;
	padding:12px 4px 11px 4px;
	}

#news ul li div {
	display:table;
	width:100%;
	}

#news ul li div time,
#news ul li div p {
	display:block;
	}
	
#news ul li div time {
	width:178px;
	background-image:url(img/sign_33.jpg);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:0 2px;
	background-size:10px auto;
	}
	
#news ul li div p {
	padding-left:13px;
	}

/* iconNav
---------------------------------------- */

#iconNav {
	display:none;
	}
	

/* footer
---------------------------------------- */

footer {
	background-color:#f5f5f5;
	border-top: solid 2px #e10000;
	height:auto;
	position:relative;
	padding-top:58px;
	padding-bottom:15px;
	}
	
footer address {
	display:block;
	margin-bottom:18px;
	}
	
footer address a {
	position:static;
	display:inline;
	}
	
footer p {
	width:300px;
	float:none;
	line-height:0;
	}
	
footer p img {
	width:100%;
	}
	
footer a {
	position:absolute;
	right:14px;
	top:0px;
	width:39px;
	display:block;
	}
	
footer a img {
	width:100%;
	}


	
/* company
---------------------------------------- */

.company .spTitle {
	display:block;
	}

.company .localNav {
	margin-bottom:19px;
	}

.company .localNav div {
	text-align:center;
	padding:0 3.6%;
	}

.company .localNav a {
	margin-right:6.5%;
	display:inline-block;
	float:none;
	}

.company .localNav a:nth-of-type(3) {
	margin-right:0;
	}

.company .officeList {
	margin-bottom:50px;
	}


/* comTable
---------------------------------------- */

.comTable dl,
.comTable dl dt,
.comTable dl dd {
	display:block;
	}
	
.comTable dl dt,
.comTable dl dd {
	padding:8px 10px 8px 10px;
	}
	
.comTable dl dd {
	padding-bottom:14px;
	}
	
.comTable dt {
	width:100%;
	}
	
.comTable dd:nth-of-type(1) {
	display:none;
	}
	
.comTable dl:nth-of-type(1) dd:nth-of-type(2) {
	border-top:none;
	}
	
.comTable dl:last-of-type dd {
	border-bottom:none;
	}
	
.comTable dd small {
	font-size:12px;
	}
	
.comTable dd .conLink {
	width:85px;
	position:static;
	float:right;
	clear:both;
	display:block;
	}
	
.conLinkWrap {
	padding-top:9px;
	}

	
.customer .comTable dt {
	width:100%;
	}
	
.comTable dd.spBorder {
	border-bottom:solid 1px #646464 !important;
	}

/* map
---------------------------------------- */	
	
#map_content{
    height:178px;
}


/* map
---------------------------------------- */
	
#map_content{
	margin-bottom:5px;
}

.myMap {
	text-align:right;
	font-size:12px;
	}

/* officeList
---------------------------------------- */

.officeList {
	font-size:12px;
	margin-top:2px;
	}
	
.officeList li {
	border-bottom:solid 1px #646464;
	padding:38px 9px 13px 9px;
	}
	
.officeList li {
	background-repeat:no-repeat;
	background-size:26px auto;
	background-position:4px 7px;
	}
	
.officeList li:last-of-type {
	padding-bottom:13px;
	border-bottom:solid 1px #646464;
	}
	
/* greeting
---------------------------------------- */

.greeting {}

.greeting section .contents {
	width:100%;
	}

.greeting .spTitle {
	margin-bottom:15px;
	}
	
	
/* imgColumn
---------------------------------------- */	

.imgColumn {
	margin-bottom:50px;
	}

.imgColumn .image {
	float:none;
	width:290px;
	height:50px;
	margin:auto;
	line-height:0;
	position:relative;
	}
	
.imgColumn .image img {
	width:146px;
	position:absolute;
	}
	
.imgColumn .image img:nth-of-type(1) {
	left:0;
	top:0;
	}

.imgColumn .image p {
	width:127px;
	padding-top:10px;
	position:absolute;
	left:190px;
	bottom:0;
	}
	
.imgColumn .image p img {
	width:106px;
	float:right;
	margin-top:14px;
	position:static;
	}
	
.imgColumn .column {
	float:none;
	width:100%;
	margin-bottom:20px;
	}
	
.imgColumn .column h2 {
	width:208px;
	height:43px;
	background-image:url(greeting/img/greeting_03_sp_07.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	margin-bottom:12px;
	text-indent:-9999px;
	overflow:hidden;
	}
	
.imgColumn .column h2 img {
	width:100%;
	}
	
.imgColumn .column p {
	line-height:1.5;
	margin-bottom:13px;
	}
	
.imgColumn .column p:last-of-type {
	margin-bottom:0;
	}
	
	

/* capacity
---------------------------------------- */

.capacity {}

.capacity section .contents {
	}

.capacity .spTitle {
	margin-bottom:17px;
	}
	
/* capContents
---------------------------------------- */	

.contents.capContents {
	padding-bottom:50px;
	}

.capContents strong {
	font-weight:bold;
	}

.capContents > dl:nth-child(1) {
	background-color:#fefce1;
	padding:13px 14px 13px 14px;
	
	margin:0 -14px 0 -14px;
	margin-bottom:28px;
	}
	
.capContents > dl:nth-child(1) dt {
	margin-bottom:11px;
	}
	
.capContents > dl:nth-child(1) dd {
	line-height:1.9;
	}
	
.capContents > dl:nth-child(1) dd ul {
	width:210px;
	}
	
.capContents > dl:nth-child(1) dd ul li span {
	float:right;
	}
	
.capContentsList {}


.capContentsList dl,
.capContentsList div {
	padding:0 0px;
	border-left:none;
	border-right:none;
	margin-bottom:22px;
	}
	
.capContentsList dl dt {
	font-weight:bold;
	margin-bottom:10px;
	}

.capContentsList div {
	text-align:center;
	}
	
.capContentsList div p {
	width:100%;
	float:none;
	text-align:left;
	}
	
.capContentsList div img {
	float:none;
	margin-bottom:15px;
	}
	
.capContentsList div:nth-of-type(1) {}

.capContentsList div:nth-of-type(1) img {
	width:119px;
	margin-top:0;
	margin-left:0;
	}
	
.capContentsList div:nth-of-type(2) img {
	width:158px;
	margin-top:8px;
	margin-left:-10px;
	}
	
.capContentsList div:last-of-type {
	margin-bottom:0;
	}
	
/* trast
---------------------------------------- */

.trast {}

.trast .head {
	text-align:center;
	padding:35px 0 35px 0;
	}

.trast .head h1 {
	line-height:0;
	width:100%;
	max-width:314px;
	margin:auto;
	}

.trast .head img {
	width:100%;
	}

/* inquiry
---------------------------------------- */

.inquiry {}

.inquiry section .contents {
	max-width:810px;
	}

.inquiry .spTitle {
	margin-bottom:28px;
	}
	

/* inqContents
---------------------------------------- */

	
.contents.inqContents {
	
	padding:0 17px;
	padding-bottom:44px;
	}

.inqContents dl:nth-of-type(1),
.inqContents dl:nth-of-type(2) {
	display:block;
	margin-bottom:28px;
	}

.inqContents dl:nth-of-type(1) dt,
.inqContents dl:nth-of-type(1) dd,
.inqContents dl:nth-of-type(2) dt,
.inqContents dl:nth-of-type(2) dd {
	display:block;
	}

.inqContents dl:nth-of-type(1) dt,
.inqContents dl:nth-of-type(2) dt {
	line-height:1;
	font-size:14px;
	padding-left:34px;
	background-size:24px auto;
	background-repeat:no-repeat;
	background-position:0 0;
	height:22px;
	padding-top:4px;
	width:100%;
	}

.inqContents dl:nth-of-type(1) dt {
	background-image:url(inquiry/img/inq_07.jpg);
	}
	
.inqContents dl:nth-of-type(2) dt {
	background-image:url(inquiry/img/inq_10.jpg);
	}
	
.inqContents dl:nth-of-type(1) dd,
.inqContents dl:nth-of-type(2) dd {
	font-size:18px;
	font-weight:bold;
	}
	
.inqContents dl:nth-of-type(2) {
	margin-bottom:48px;
	}
	
.inqContents dl.arrow_box {
	padding:22px 22px;
	}
	
.inqContents dl.arrow_box dt {
	font-size:18px;
	font-weight:bold;
	margin-bottom:11px;
	line-height:1.0;
	}
	

/* arrow_box
---------------------------------------- */
	
.arrow_box {
	position: relative;
	background: #fff;
	border: 4px solid #000;
	border-radius:10px;
	width:100%;
	margin-left:0;
	box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-ms-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-o-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: -28px;
	left:-4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 20px;
	
	border-bottom-width:24px;
	border-top-width:24px;
	
	margin-left:-3px;
	margin-top: 10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #000;
	
	
	border-width: 20px;
	
	border-bottom-width:25px;
	border-top-width:25px;
	
	margin-right:-0px;
	margin-top: -0px;
	
	z-index:-10;
	
}


/* staContents
---------------------------------------- */

.staff {}

.staff section .contents {
	max-width:810px;
	}

.staff .spTitle {
	margin-bottom:23px;
	}
	
/* staContents
---------------------------------------- */

	
.contents.staContents {
	padding-bottom:51px;
	}
	
.staContents .voice {
	margin-bottom:23px;
	}
	
.staContents .voice.last {
	margin-bottom:0;
	}

.staContents .voice .image {
	width:100%;
	float:none;
	margin-right:0%;
	text-align:center;
	margin-bottom:10px;
	}

.staContents .voice .image img {
	width:184px;
	}
	
.staContents .voice .arrow_box {
	width:100%;
	float:none;
	padding:19px 21px;
	padding-bottom:18px;
	margin-bottom:6px;
	}
	
.staContents .voice .arrow_box p {
	text-align:right;
	}
	
.staContents .voice:nth-of-type(2n) .image {
	float:none;
	margin-right:0;
	margin-left:2.66%;
	}

.staContents .voice:nth-of-type(2n) .arrow_box {
	position: relative;
	background: #fff;
	border: 4px solid #000;
	border-radius:10px;
	width:100%;
	margin-left:0;
	box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-ms-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	-o-box-shadow:6px 6px 0px rgba(0,0,0,0.4);
	}
	
.staContents .voice:nth-of-type(2n) .arrow_box:after,
.staContents .voice:nth-of-type(2n) .arrow_box:before {
	right: 100%;
	top: -28px;
	left:-4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	left:0;
}

.staContents .voice:nth-of-type(2n) .arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 20px;
	
	border-bottom-width:24px;
	border-top-width:24px;
	
	margin-left:-3px;
	margin-top: 10px;
}

.staContents .voice:nth-of-type(2n) .arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #000;
	
	
	border-width: 20px;
	
	border-bottom-width:25px;
	border-top-width:25px;
	
	margin-left:0;
	
	margin-right:-0px;
	margin-top: -0px;
	
	z-index:-10;
	
}

.blogInfo {
	margin-top:25px;
	}

.blogInfo a {
	display:inline-block;
	border: solid 4px #e10000;
	background-color:#f5f5f5;
	padding:8px 16px;
	line-height:0;
	float:none;
	width:100%;
	text-align:center;
	}
	
.blogInfo a img {
	width:77.35%;
	}

}