@charset 'utf-8';

/*entryBox
------------------------------*/
.entryBox{
	max-width: 600px;}
.mainBtn{
	width: 65%;
	margin: 0;
	float: left;
}
.subBtn{
	width: 32%;
	margin: 0;
	float: right;
}

/*mainTitBox
------------------------------*/
.mainTitBox{
	position: relative;
	vertical-align: bottom;
}
body#sphone .mainTitBox .line01{
	width:100%;
	height:4px;
}
.mainTit{
	background: #014FA2 url(/sp/company/img/bg_title01a.png) repeat-x top left;
	background-size: 60px;
	padding: 15px 0 12px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.titLink{
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
}
.titLink img{
	height: 36px;
	width: 56px;
}


/*wrapper
------------------------------*/
.wrapper{
	padding: 10px 10px 0;
	background-image: url(/sp/company/img/bg_line.png);
}
.wrapperBox{
	padding: 15px 12px ;
	background-color: #ffffff;
	font-size: 15px;
	text-align: left;
}

/*contentsBox
------------------------------*/
.contentsBox{
	margin:0 0 20px;
}
.contentsBoxTxt{
	margin-bottom: 15px;
}
.contentsBoxList{
	margin: 0 0 30px 0;
	border: 1px solid #c0c0c0;
	font-size: 13px;
}
.contentsBoxItem{	padding: 15px 15px;}
.contentsBoxItem + .contentsBoxItem{	border-top: 1px solid #c0c0c0;}
.contentsBoxItem a{
	padding-right: 20px;
	display: block;
	color: #010101;
	background-image: url(/sp/company/img/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px;
}

.contentsBoxTit{
	padding:13px;
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #6d8dc0;
}
.contentsBoxTit > span{
	font-size: 14px;
}
.contentsBoxSubtit{
	margin-bottom: 8px;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 1.4em;
	color: #010101;
	background-color: #eaedf4;
	border: 1px solid #c0c0c0;
	border-left: 10px solid #5379b8;
}

.contentsBox{
	padding:14px 10px 5px 10px;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	font-size: 14px;
}
.contentsBoxImg{	margin-bottom: 20px;}


/*contentsBoxMovie
------------------------------*/
.contentsBoxMovie {
	position: relative;
	margin-bottom: 15px;
}
.contentsBoxMovie ul{
	text-align: center;
}
.contentsBoxMovie li{
	margin-bottom: 10px;
}


/* no.39180236 2020.03.19 ここから修正 */
/* google map
------------------------------*/
#googlemaps {
	width:100%;
	height:250px;
	position:relative;
	margin: 0 auto;
}
#googlemaps  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.googlemaps_btn a {
    display: block;
    background: #fff;
    border: 1px solid #d0d0d0;
    color: #1e1e1e;
	font-size: 14px;
	font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0.707px 0.707px 6px 0 rgba(158, 159, 160, .2);
    padding: 10px 15px;
    margin: 20px;
}
.googlemaps_btn a .mrk {
	position: relative;
	padding-left: 15px
}
.googlemaps_btn a .mrk:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/sp/img/arw01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    top: 2px;
    left: -22px;
}
/* no.39180236 2020.03.19 ここまで修正 */