@charset "utf-8";

.content{
	min-width:940px;
}
#top_menu ul li:nth-child(5) p:first-child{
    color: #205167 !important;
}
.fixed{
	position:fixed !important;
}
.pc_menu {
    display: block !important;
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0px;
		z-index:9999;
}

.outline_top {
	display: block;
	width: 100%;
	height: 480px;
	position: relative;
	background: url(../../images/outline/outline_top.jpg) no-repeat top center;
	background-size: cover;
	margin-top: 60px;
}
.outline_top p.pan{
	position:relative;
	z-index:2;
	font-size:0.9rem;
	top:40px;
	width:95%;
	max-width:940px;
	margin:0 auto;
}
.outline_top p.pan a{
	font-size:0.9rem;
	display:inline-block;
	margin-right:15px;
}
.outline_top_title{
	width:100%;
	max-width:940px;
	margin:0 auto;
	position:relative;
	top:35%;
}
.outline_top h2{
	display:block;
	width:240px;
	text-align:center;
	position:absolute;
	height:48px;
	line-height:48px;
	right:0;
	font-size:2.4rem;
	letter-spacing:0.8rem;
	color:#fff;
	font-weight:normal;
	z-index:2;
}

.outline_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}

.outline_content01{
	width:90%;
	margin:0px auto 0;
	max-width:780px;
}

.title_area{
	width:100%;
	padding-bottom:30px;
	border-bottom:1px dotted #898989;
}

.title_area span{
	display:block;
	/*background:url(../../images/outline/background_line.png) no-repeat center center;*/
	background-size:cover;
	width:102px;
	height:56px;
	text-align:center;
	line-height:56px;
	float:left;
}

.title_area h2{
	width:80%;
	float:right;
	font-size:1rem;
	line-height:54px;
	/*border-top:1px dotted #898989;
	border-bottom:1px dotted #898989;*/
	font-weight:normal;
}


.about_area{
	width:100%;
	position:relative;
	padding-bottom:30px;
	border-bottom:1px dotted #898989;
}
.about_area span{
	display:block;
	/*background:url(../../images/outline/background_line.png) no-repeat center center;*/
	background-size:cover;
	width:102px;
	height:57px;
	text-align:center;
	line-height:56px;
	float:left;
	position:absolute;
	top:48%;
	left:0;
}


.about_area .area{
	width:80%;
	float:right;
}

.area p{
	font-size:1rem;
	line-height:1.8rem;
	padding-top:20px;
}

.area ul{
	display:block;
	margin-top:20px;
}

.area ul li{
	float:left;
	width:32%;
	margin-right:2%;
}

.area ul li:last-child{
	margin-right:0%;
}

.area ul li img{
	width:100%;
}
.box_line{
	border-top:1px dotted #898989;
	margin-top:30px;
}


.area a{
	border-bottom:1px solid #000;
	color:#302623;
}


.map_mask{
	width:100%;
	min-width:800px;
	height:550px;
	position:relative;
	margin-top:60px;
}

#map{
	width:100%;
	height:100%;
	position:relative;
	background:#000;
}

.map_mask:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:10vw;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.map_mask:after{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_bottom.png) no-repeat top center;
	background-size:cover;
	width:100%;
	min-height:100px;
	height:10vw;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}

/* LOCATION 所在地 */
.section__location {
	width: 100%;
	margin: -80px auto 0;
}
.location__content {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto 0;
}
.location__item {
	margin-bottom: 50px;
	box-shadow: 0px 8px 12px -2px #dedede;
}
.item__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
						-ms-flex-pack: flex-start;
					justify-content: flex-start;
	flex-direction: row;
}
.item__image {
	width: 60%;
}
.slider  {
	width: 100%;
}
.slider img {
	width: 100%;
	height: 42vw;
	max-height: 100%;
	object-fit: cover;
}

.item__address {
	display: block;
	padding: 40px 60px;
}
img.address__office {
	height: 30px;
	margin-bottom: 20px;
}
.item__address p {
	line-height: 1.8rem;
}
.item__address p.axess, .item__address span.item,
table.address__table th, table.address__table td {
	font-size: 14px;
	line-height: 1.6rem;
}
.item__address p.axess {
	line-height: 1.6rem;
}
.item__address span.item, table.address__table th {
	color: #426B7D;
	font-weight: bold;
}
.item__address span.item {
	padding-right: 1em;
}
table.address__table {
	width: 100%;
	margin: 20px auto;
}
table.address__table tr {
	width: 100%;
}
table.address__table th {
	width: 40px;
}
.item__map {
	width: 100%;
	height: 400px;
	background-color: #1583BC;
}
.item__map iframe {
	filter: hue-rotate(330deg);
	-webkit-filter: hue-rotate(330deg)
}


@media screen and (min-width: 1420px) {
	.slider img {
		height: 100%;
	}
}
@media screen and (max-width: 1279px) {
	.item__image {
		width: 56%;
	}
	.location__content {
		width: 90%;
	}
	.slider img {
		height: 44vw;
	}
}

/* Tablet */
@media screen and (max-width: 1023px) {
	/* LOCATION 所在地 */
	.section__location {
		margin: -80px auto 0;
	}
	.item__box {
		flex-direction: column;
	}
	.item__image {
		width: 100%;
		order: 2;
	}
	.slider  {
		width: 100%;
	}
	.item__image .slider img {
		height: 290px;
	}
	.item__address {
		width: 100%;
		padding: 40px 60px;
		order: 1;
	}
	img.address__office {
		height: 26px;
		margin-bottom: 20px;
	}
	.item__address p {
		font-size: 14px;
		line-height: 1.6rem;
	}
	.item__address p.axess, .item__address span.item,
	table.address__table th, table.address__table td {
		font-size: 14px;
		line-height: 1.6rem;
	}
	table.address__table {
		width: 100%;
		margin: 20px auto;
	}
	table.address__table th {
		width: 40px;
	}
	.item__map {
		height: 300px;
	}
}
@media screen and (max-width: 640px) {
	/* LOCATION 所在地 */
	.location__content {
		width: 96%;
		max-width: 1200px;
	}
	.location__item {
    margin-bottom: 30px;
	}
	.slider  {
		width: 100%;
	}
	.item__address {
		width: auto;
		padding: 30px 30px;
		order: 1;
	}
	img.address__office {
		height: 26px;
		margin-bottom: 20px;
	}
	.item__address p {
		font-size: 14px;
		line-height: 1.6rem;
	}
	.item__address p.axess, .item__address span.item,
	table.address__table th, table.address__table td {
		font-size: 14px;
		line-height: 1.6rem;
	}
	table.address__table {
		width: 100%;
		margin: 20px auto;
	}
	table.address__table th {
		width: 40px;
	}
	.item__map {
		height: 300px;
	}
}

/* OUTLINE 会社概要 */
.section__outline {
	width: 50%;
	max-width: 1000px;
	margin: auto;
}
table.outline__table {
	width: 70%;
	max-width: 1000px;
	margin: auto;
}
table.outline__table tr {
	width: 100%;
	padding: 0;
}
table.outline__table th {
	width: 40%;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px dotted #898989;
}
table.outline__table td {
	padding: 20px 0;
	text-align: left;
	line-height: 1.8rem;
	border-bottom: 1px dotted #898989;
}

a.outlink {
	padding-right: 1.4em;
	background: url(../../images/outline/icon_blank.svg) no-repeat top 4px right/ 12px;
}

/* 沿革 */
.outline_content02wrap{
	width:100%;
	background:#F7F7F7;
	position:relative;
	padding:150px 0;
}

.outline_content02{
	width:90%;
	max-width:840px;
	margin:60px auto;
}
.outline_content02wrap:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:10vw;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.outline_content02 h2{
	font-size:1.6rem;
	line-height:4rem;
	text-align:center;
	color:#003851;
	border-top:1px solid #A9A9AA;
	border-bottom:1px solid #A9A9AA;

}



.history{
    width: 840px;
    position: relative;
    margin: 0 auto;
    background: url(../../images/outline/history_bg.png);
    /* height: 3708px; */
    background-repeat: round;
    padding-bottom: 70px;
}

.left{
	background:url(../../images/outline/left_bg.png) no-repeat top center;
	background-size:cover;
	width:426px;
	height:105px;
	margin-top:90px;
}

.right{
	background:url(../../images/outline/right_bg.png) no-repeat top center;
	background-size:cover;
	width:426px;
	height:105px;
	position:absolute;
	right:0;
	margin-top:-5px;
}

.left h3{
	display:block;
	width:60px;
	height:105px;
	float:right;
	margin-right:80px;
	margin-top:20px;
	font-size:1.7rem;
	line-height:2.8rem;
	font-family: 'gidole';
	color:#000;
}

.left h3 font{
	display:block;
	width:100%;
	text-align:right;
	font-weight:normal;
	letter-spacing:1px;
}
.right h3{
	display:block;
	width:60px;
	height:105px;
	float:left;
	margin-left:80px;
	margin-top:20px;
	font-size:1.7rem;
	line-height:2.8rem;
	font-family: 'gidole';
	color:#000;
	text-align:center;
}

.right h3 font{
	display:block;
	width:100%;
	text-align:left;
	font-weight:normal;
	letter-spacing:1px;
}

.left p{
	padding-left:15px;
	display:block;
	position:relative;
	font-size:0.7rem;
	line-height:1.6rem;
}
.right p{
	float:left;
	padding-left:30px;
	display:block;
	position:relative;
	font-size:0.7rem;
	line-height:1.6rem;
}
.col01 p{
	top:40px;
}

.col02 p{
	top:25px;
}
.col03 p{
	top:15px;
}
.history input{
	display:none;
}
.history label{
	display:none;
}



.relation_top{
	display:block;
	width:100%;
	height:584px;
	position:relative;
	background:url(../../images/outline/outline_top2.jpg) no-repeat top center;
	background-size:cover;
	margin-top:-80px;
}


.relation_top h2{
	display:block;
	width:240px;
	text-align:center;
	position:absolute;
	height:48px;
	line-height:48px;
	right:0;
	font-size:2.4rem;
	letter-spacing:0.8rem;
	color:#fff;
	font-weight:normal;
	z-index:2;
}

.relation_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}


.relation_content01{
	width:90%;
	margin:0 auto;
	max-width:900px;
}

.relation_content03{
	width:90%;
	margin:60px auto 60px;
	max-width:900px;
	padding-bottom: 60px;
	border-bottom:1px solid #878787;
}


.works_logo,
.facilites_logo {
	display:block;
	width:240px;
	float:left;
}

.relation_table{
	float:right;
	width:68%;
}

.relation_table table{
	width:100%;
}
.relation_table th{
	padding:4% 0%;
	width:22%;
	font-weight:normal;
}
.relation_table td{
	width:100%;
	border-bottom:1px dotted #C7C7C8;
}
.relation_table td.first{
	border-top:1px dotted #C7C7C8;
}

.relation_content02{
	width:900px;
	margin:60px auto 60px;
	padding-bottom: 80px;
	border-bottom:1px solid #878787;
}

.relation_content02 .left_area{
	width:160px;
	float:left;
	margin-right:20px;
}
.relation_content02 .center_area{
	width:300px;
	float:left;
}
.relation_content02 img{
	width:325px;
	float:right;
}

.relation_content02 h3{
	font-weight:normal;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
.relation_content02 p{
	line-height:1.8rem;
}

.icon_blank {
	margin-left: 1rem;
	width: 0.9rem;
}

/* PC */
@media screen and (min-width:769px){
	.sp_area { display: none; }
	.sp_br { display: none; }
}
@media screen and (max-width:980px){
	.pc_menu { display:none !important; }
	.outline_top{
		display: block;
		margin-top: 0px;
	}
}

/* Tablet */
@media screen and (max-width: 768px) {
.sp_br { display: block; }
.sp_area { display:block; }
.pc_menu{ display:none !important; }

.content{
	max-width: 736px;
	min-width: 320px;
	margin: 0 auto;
}

.outline_top{
	display:block;
	width:100%;
	height: 360px;
	position:relative;
	background:url(../../images/outline/outline_top.png) no-repeat top center;
	background-size:cover;
	margin-top:0px;
}
.outline_top p.pan{
	position:relative;
	z-index:2;
	font-size:0.7rem;
	top:10px;
	width:95%;
	max-width:940px;
	margin:0 auto;
}
.outline_top p.pan a{
	font-size:0.7rem;
	display:inline-block;
	margin-right:15px;
}
.outline_top_title{
	width:100%;
	max-width:940px;
	margin:0 auto;
	position:relative;
	top:43%;
}
.outline_top h2{
	display:block;
	width:240px;
	text-align:center;
	position:absolute;
	height:48px;
	line-height:48px;
	right:1%;
	font-size:2.4rem;
	letter-spacing:0.8rem;
	color:#fff;
	font-weight:normal;
	z-index:2;
}
.outline_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}

.outline_content01{
	width:90%;
	margin:0px auto 0;
	max-width:780px;
}

.title_area{
	width:100%;
	padding-bottom:10px;
	border-bottom:1px dotted #898989;
}

.title_area span{
	display:block;
	/*background:url(../../images/outline/background_line.png) no-repeat center center;*/
	background-size:cover;
	width:102px;
	height:56px;
	text-align:left;
	line-height:56px;
	float:left;
}

.title_area h2{
	width:80%;
	float:right;
	font-size:1rem;
	line-height:1.6rem;
	/*border-top:1px dotted #898989;*/
	border-bottom:none;
	font-weight:normal;
	margin-top:5px;
	padding-top:15px;
}


.about_area{
	width:100%;
	position:relative;
	padding-bottom:30px;
	border-bottom:1px dotted #898989;
}

.about_area span{
	display:block;
	/*background:url(../../images/outline/background_line.png) no-repeat center center;*/
	background-size:cover;
	width:102px;
	height:56px;
	text-align:left;
	line-height:56px;
	float:left;
	position:relative;
	margin-top:20px;
}



.about_area .area{
	clear:both;
	width:90%;
	float:none;
	margin:0 auto;
}

.area p{
	fpnt-size:1rem;
	line-height:1.8rem;
	padding-top:20px;
}

.area ul{
	display:block;
	margin-top:20px;
}

.area ul li{
	float:left;
	width:32%;
	margin-right:2%;
}

.area ul li:last-child{
	margin-right:0%;
}

.area ul li img{
	width:100%;
}

.box_line{
	border-top:1px dotted #898989;
	margin-top:30px;
}


.area a{
	border-bottom:1px solid #000;
	color:#302623;
}


.map_mask{
	width:100%;
	min-width:100%;
	height:550px;
	position:relative;
	margin-top:60px;
}

#map{
	width:100%;
	height:100%;
	position:relative;
	background:#000;
}

.map_mask:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:10vw;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.map_mask:after{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_bottom.png) no-repeat top center;
	background-size:cover;
	width:100%;
	min-height:100px;
	height:10vw;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}

/* OUTLINE 会社概要 */
.section__outline {
	width: 80%;
	max-width: 80%;
}
table.outline__table {
	width: 80%;
	max-width: 80%;
}

/* 沿革 */
.outline_content02wrap{
	width:100%;
	background:#F7F7F7;
	position:relative;
	padding:50px 0 140px;
}

.outline_content02{
	width:90%;
	max-width:840px;
	margin:60px auto;

}
.outline_content02wrap:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:10vw;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.outline_content02 h2{
	font-size:1.2rem;
	line-height:3rem;
	text-align:center;
	color:#003851;
	border-top:1px solid #A9A9AA;
	border-bottom:1px solid #A9A9AA;

}



.history{
	width:100%;
	position:relative;
	margin:20px auto 0;
	background:none;
}

.left{
	background:none;
	width:100%;
	height:auto;
	margin-top:0px;
	clear:both;
	border-bottom:1px dotted #000;
	padding:5px 0;
}

.right{
	clear:both;
	background:none;
	width:100%;
	height:auto;
	position:relative;
	right:0;
	margin-top:0px;
	border-bottom:1px dotted #000;
	padding:5px 0;
}

.left h3{
	display:block;
	width:60px;
	height:auto;
	float:left;
	margin-right:0px;
	margin-top:0px;
	font-size:1.7rem;
	line-height:2.8rem;
	font-family: 'gidole';
	color:#000;
	border-right:1px solid #000;
	padding:0 10px;
}

.left h3 font{
	display:block;
	width:100%;
	border-top:1px solid #000;
	text-align:left;
	font-weight:normal;
	letter-spacing:1px;
	line-height:2rem;
}
.right h3{
	display:block;
	width:60px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:0px;
	font-size:1.7rem;
	line-height:2.8rem;
	font-family: 'gidole';
	color:#000;
	text-align:center;
	border-right:1px solid #000;
	padding:0 10px;
}

.right h3 font{
	border-top:1px solid #000;
	display:block;
	width:100%;
	text-align:left;
	font-weight:normal;
	letter-spacing:1px;
	line-height:2rem;
}

.left p{
	padding-left:30px;
	display:block;
	position:relative;
	font-size:0.7rem;
	line-height:1.6rem;
	float:left;
}
.right p{
	float:left;
	padding-left:30px;
	display:block;
	position:relative;
	font-size:0.7rem;
	line-height:1.6rem;
}

.col01 p{
	top:25px;
}

.col02 p{
	top:15px;
}
.col03 p{
	top:0px;
}
.history input{
	display:none;
}
.history label{
	display:block;
	position:relative;
	height:50px;
	background:#fff;
	border:1px solid #898989;
	cursor:pointer;
}

.history label:after{
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../../images/outline/down.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:15px;
}


.history label p{
	font-size:1.3rem;
	font-weight:bold;
	color:#003851;
	line-height:40px;
	margin-top:5px;
	margin-left:4px;
	border-left:5px solid #003851;
	padding-left:10px;
	letter-spacing:0.2rem
}

.history box{
	display:none;
}


.history input:checked + label{
	background:#003851;
	border:1px solid #003851;
}

.history input:checked + label > p{
	font-size:1.3rem;
	font-weight:bold;
	color:#fff;
	line-height:40px;
	margin-top:5px;
	margin-left:4px;
	border-left:5px solid #fff;
	padding-left:10px;
}

.history input:checked + label + box{
	display:block;
	padding:20px 0;
}

.history input:checked + label:after{
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../../images/outline/up.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:15px;
}







.relation_top{
	display:block;
	width:100%;
	height:584px;
	position:relative;
	background:url(../../images/outline/outline_top2.jpg) no-repeat top center;
	background-size:cover;
	margin-top:-200px;
}


.relation_top h2{
	display:block;
	width:240px;
	text-align:center;
	position:absolute;
	height:48px;
	line-height:48px;
	right:0;
	font-size:2.4rem;
	letter-spacing:0.8rem;
	color:#fff;
	font-weight:normal;
	z-index:2;
}

.relation_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}


.relation_content01{
	width:90%;
	margin:60px auto 0;
	max-width:900px;
}

.works_logo,
.facilites_logo {
	display:block;
	width:60%;
	float:none;
	margin:0 auto;
}

.relation_table{
	float:none;
	width:100%;
	margin-top:60px;
}

.relation_table table{
	width:100%;
}
.relation_table tr{
	margin: 20px;
	line-height:1.4rem;
}
.relation_table th{
	float: left;
	clear: both;
	width: 100%;
	padding:2% 0%;
	font-weight: bold;
	line-height:1.4rem;
}
.relation_table td{
	line-height:1.6rem;
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0;
	border-bottom:none;
}
.relation_table td.first{
	padding: 10px 0;
	border-top:none;
}


.relation_table2{
	float:none;
	width:100%;
	margin-top:0px;
}

.relation_table2 table{
	width:100%;
}
.relation_table2 th{
	float: left;
	clear: both;
	width: 100%;
	padding:2% 0%;
	font-weight:normal;
}
.relation_table2 td{
	float: left;
	clear: both;
	width: 100%;
	line-height:1.4rem;
	padding:2% 0%;
	border-bottom:none;
}
.relation_table2 td.first{
	border-top:none;
}





.relation_content02{
	width:100%;
	margin:0;
}

.relation_content02 .left_area{
	display:none;
}
.relation_content02 .center_area{
	display:none;
}
.relation_content02 img{
	display:block;
	width:60%;
	float:none;
	margin:20px auto 0;
}

.relation_content02 h3{
	font-weight:normal;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
.relation_content02 p{
	line-height:1.8rem;
}








/* 																												end
----------------------------------------------------------------------------------------------------------------- */}
@media screen and (max-width:640px){
.content{
	max-width:640px;
	min-width:320px;
}

/* OUTLINE 会社概要 */
.section__outline {
	width: 90%;
	max-width: 90%;
}
table.outline__table {
	width: 90%;
	max-width: 90%;
}
table.outline__table tr {
	display: block;
}
table.outline__table th, table.outline__table td, a.outlink {
	font-size: 0.9rem;
}
table.outline__table th, table.outline__table td {
	display: block;
	width: 100%;
	text-align: left;
	float: left;
	clear: both;
}
table.outline__table th {
	padding: 20px 0 0;
	border-bottom: none;
}
table.outline__table td {
	padding: 10px 0 20px;
	border-bottom: 1px dotted #898989;
}

a.outlink {
	padding-right: 1.4em;
	background: url(../../images/outline/icon_blank.svg) no-repeat top 3px right/ 12px;
}

/* 沿革 */
/* 																												end
----------------------------------------------------------------------------------------------------------------- */}


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

.content{
	max-width:414px;
	min-width:320px;
}

.title_area h2{
	width:68%;
	float:right;
	font-size:0.7rem;
	line-height:1.4rem;
	/*border-top:1px dotted #898989;*/
	border-bottom:none;
	font-weight:normal;
	margin-top:5px;
	padding-top:15px;
}

.area p{
	font-size:0.8rem;
	line-height:1.4rem;
	padding-top:10px;
}

.area ul{
	display:block;
	margin-top:20px;
}

.area ul li{
	float:left;
	width:32%;
	margin-right:2%;
}

.area ul li:last-child{
	margin-right:0%;
}

.area ul li img{
	width:100%;
}

.box_line{
	border-top:1px dotted #898989;
	margin-top:30px;
}


.area a{
	display:inline-block;
	font-size:0.7rem;
	border-bottom:1px solid #000;
	color:#302623;
}


.map_mask{
	width:100%;
	min-width:100%;
	height:350px;
	position:relative;
	margin-top:60px;
}

#map{
	width:100%;
	height:100%;
	position:relative;
	background:#000;
}

.map_mask:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:10vw;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.map_mask:after{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_bottom.png) no-repeat top center;
	background-size:cover;
	width:100%;
	min-height:100px;
	height:10vw;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}


.info_area{
	width:90%;
	max-width:840px;
	margin:0 auto;
}
.info_area table{
	width:100%;
}
.info_area table th{
	width:37%;
	padding:4.5% 0 4% 0;
	position:relative;
	vertical-align:top;
	font-size:0.6rem;
	text-align:center;
	border-bottom:1px dotted #898989;
	border-right:1px dotted #898989;

}
.info_area table td{
	width:70%;
	border-bottom:1px dotted #898989;
	padding:4% 0 4% 2%;
	line-height:1.4rem;
	font-size:0.6rem;
}

.info_area table th:after{
	display:block;
	position:absolute;
	content:'\0025bc';
	color:#000;
	font-size:14px;
	width:8px;
	height:8px;
	top:14px;
	right:0;
	left:1%;
}

.info_area a {
	font-size:0.6rem;
	display:inline-block;
}


.outline_content02wrap{
	width:100%;
	background:#F7F7F7;
	position:relative;
	padding:50px 0 140px;
}

.outline_content02{
	width:90%;
	max-width:840px;
	margin:60px auto;

}


.outline_content02wrap:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:10vw;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.outline_content02 h2{
	font-size:1.2rem;
	line-height:3rem;
	text-align:center;
	color:#003851;
	border-top:1px solid #A9A9AA;
	border-bottom:1px solid #A9A9AA;

}



.history{
	width:100%;
	position:relative;
	margin:20px auto 0;
	background:none;
	height: auto;
}

.left{
	background:none;
	width:100%;
	height:auto;
	margin-top:0px;
	clear:both;
	border-bottom:1px dotted #000;
	padding:5px 0;
}

.right{
	clear:both;
	background:none;
	width:100%;
	height:auto;
	position:relative;
	right:0;
	margin-top:0px;
	border-bottom:1px dotted #000;
	padding:5px 0;
}

.left h3{
	display:block;
	width:50px;
	height:auto;
	float:left;
	margin-right:0px;
	margin-top:0px;
	font-size:1.3rem;
	line-height:2rem;
	font-family: 'gidole';
	color:#000;
	border-right:1px solid #000;
	padding:0 10px;
}

.left h3 font{
	display:block;
	width:100%;
	border-top:1px solid #000;
	text-align:left;
	font-size:0.8rem;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.6rem;
}
.right h3{
	display:block;
	width:50px;
	height:auto;
	float:left;
	margin-right:0px;
	margin-top:0px;
	font-size:1.3rem;
	line-height:2rem;
	font-family: 'gidole';
	color:#000;
	border-right:1px solid #000;
	padding:0 10px;
}

.right h3 font{
	display:block;
	width:100%;
	border-top:1px solid #000;
	text-align:left;
	font-size:0.8rem;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.6rem;
}

.left p{
	padding-left:10px;
	display:block;
	position:relative;
	font-size:0.7rem;
	line-height:1.6rem;
	float:left;
}
.right p{
	float:left;
	padding-left:10px;
	display:block;
	position:relative;
	font-size:0.7rem;
	line-height:1.6rem;
}

.col01 p{
	top:15px;
}

.col02 p{
	top:0px;
}
.col03 p{
	top:0px;
}
.history input{
	display:none;
}
.history label{
	display:block;
	position:relative;

	height:50px;
	background:#fff;
	border:1px solid #898989;
	cursor:pointer;
}

.history label:after{
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../../images/outline/down.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:15px;
}


.history label p{
	font-size:1.3rem;
	font-weight:bold;
	color:#003851;
	line-height:40px;
	margin-top:5px;
	margin-left:4px;
	border-left:5px solid #003851;
	padding-left:10px;
	letter-spacing:0.2rem
}

.history box{
	display:none;
}


.history input:checked + label{
	background:#003851;
	border:1px solid #003851;
}

.history input:checked + label > p{
	font-size:1.3rem;
	font-weight:bold;
	color:#fff;
	line-height:40px;
	margin-top:5px;
	margin-left:4px;
	border-left:5px solid #fff;
	padding-left:10px;
}

.history input:checked + label + box{
	display:block;
	padding:20px 0;
}

.history input:checked + label:after{
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../../images/outline/up.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:15px;
}

.relation_top{
	display:block;
	width:100%;
	height:584px;
	position:relative;
	background:url(../../images/outline/outline_top2.jpg) no-repeat top center;
	background-size:cover;
	margin-top:-200px;
}


.relation_top h2{
	display:block;
	width:240px;
	text-align:center;
	position:absolute;
	height:48px;
	line-height:48px;
	right:0;
	font-size:2.4rem;
	letter-spacing:0.8rem;
	color:#fff;
	font-weight:normal;
	z-index:2;
}

.relation_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}


.relation_content01{
	width:90%;
	margin:0 auto;
	padding: 0 0 60px;
	max-width:900px;
}

.works_logo{
	display:block;
	width:60%;
	float:none;
	margin:0 auto;
}

.facilites_logo{
	display:block;
	width:80%;
	float:none;
	margin:60px auto 0;
}

.relation_table{
	float:none;
	width:100%;
	margin-top:40px;
}

.relation_table table{
	width:100%;
}
.relation_table th{
	font-size:0.7rem;
	line-height:1.2rem;
	padding:2% 0%;
	width:30%;
	font-weight:normal;
}
.relation_table td a{
	font-size:0.7rem;
	line-height:1.2rem;
	width:100%;
	display:block;
}

.icon_blank {
	width: 0.8rem;
	padding-top:0.1rem;
}

.relation_table td{
	font-size:0.7rem;
	line-height:1.2rem;
	width:100%;
	border-bottom:1px dotted #C7C7C8;
}
.relation_table td.first{
	border-top:1px dotted #C7C7C8;
}

.relation_table2{
	float:none;
	width:100%;
	margin-top:0px;
	padding: 0;
}

.relation_table2 table{
	width:100%;
}
.relation_table2 th{
	font-size:0.7rem;
	line-height:1.2rem;
	padding:2% 0%;
	width:30%;
	font-weight:normal;
}
.relation_table2 td{
	font-size:0.7rem;
	line-height:1.2rem;
	padding:2% 0%;
	width:100%;
	border-bottom:1px dotted #C7C7C8;
}
.relation_table2 td.first{
	border-top:none;
}

.relation_content02{
	width:100%;
	margin:0 0 40px;
}

.relation_content02 .left_area{
	display:none;
}
.relation_content02 .center_area{
	display:none;
}
.relation_content02 img{
	display:block;
	width:60%;
	float:none;
	margin:20px auto 0;
}

.relation_content02 h3{
	font-weight:normal;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
.relation_content02 p{
	line-height:1.8rem;
}




/* 																												end
----------------------------------------------------------------------------------------------------------------- */}


@media screen and (max-width:375px){
.content{
	max-width:375px;
	min-width:320px;
}


/* 																												end
----------------------------------------------------------------------------------------------------------------- */}


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

.content{
	max-width:320px;
	min-width:320px;
}


.title_area h2{
	width:63%;
	float:right;
	font-size:8px;
	line-height:1.2rem;
	/*border-top:1px dotted #898989;*/
	border-bottom:none;
	font-weight:normal;
	margin-top:5px;
	padding-top:15px;
}

.area p{
	font-size:9px;
	line-height:1.4rem;
	padding-top:10px;
}

.area ul{
	display:block;
	margin-top:20px;
}

.area ul li{
	float:left;
	width:32%;
	margin-right:2%;
}

.area ul li:last-child{
	margin-right:0%;
}

.area ul li img{
	width:100%;
}

.box_line{
	border-top:1px dotted #898989;
	margin-top:30px;
}


.area a{
	display:inline-block;
	font-size:0.7rem;
	border-bottom:1px solid #000;
	color:#302623;
}


.map_mask{
	width:100%;
	min-width:100%;
	height:300px;
	position:relative;
	margin-top:60px;
}

#map{
	width:100%;
	height:100%;
	position:relative;
	background:#000;
}

.map_mask:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:30px;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.map_mask:after{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_bottom.png) no-repeat top center;
	background-size:cover;
	width:100%;
	min-height:100px;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}


.info_area{
	width:90%;
	max-width:840px;
	margin:0 auto;
}
.info_area table{
	width:100%;
}
.info_area table th{
	width:45%;
	padding:4.5% 0 4% 0;
	position:relative;
	vertical-align:top;
	font-size:0.6rem;
	text-align:center;
	border-bottom:1px dotted #898989;
	border-right:1px dotted #898989;

}
.info_area table td{
	width:70%;
	border-bottom:1px dotted #898989;
	padding:4% 0 4% 2%;
	line-height:1.4rem;
	font-size:0.6rem;
}

.info_area table th:after{
	display:block;
	position:absolute;
	content:'\0025bc';
	color:#000;
	font-size:14px;
	width:8px;
	height:8px;
	top:14px;
	right:0;
	left:1%;
}

.outline_content02wrap{
	width:100%;
	background:#F7F7F7;
	position:relative;
	padding:50px 0 140px;
}

.outline_content02{
	width:90%;
	max-width:840px;
	margin:60px auto;

}


.outline_content02wrap:before{
	content:' ';
	display:block;
	background:url(../../images/outline/map_mask_top.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height:10vw;
	min-height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.outline_content02 h2{
	font-size:1.2rem;
	line-height:3rem;
	text-align:center;
	color:#003851;
	border-top:1px solid #A9A9AA;
	border-bottom:1px solid #A9A9AA;

}



.history{
	width:100%;
	position:relative;
	margin:20px auto 0;
	background:none;
}

.left{
	background:none;
	width:100%;
	height:auto;
	margin-top:0px;
	clear:both;
	border-bottom:1px dotted #000;
	padding:5px 0;
}

.right{
	clear:both;
	background:none;
	width:100%;
	height:auto;
	position:relative;
	right:0;
	margin-top:0px;
	border-bottom:1px dotted #000;
	padding:5px 0;
}

.left h3{
	display:block;
	width:50px;
	height:auto;
	float:left;
	margin-right:0px;
	margin-top:0px;
	font-size:1.3rem;
	line-height:2rem;
	font-family: 'gidole';
	color:#000;
	border-right:1px solid #000;
	padding:0 10px;
}

.left h3 font{
	display:block;
	width:100%;
	border-top:1px solid #000;
	text-align:left;
	font-size:0.8rem;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.6rem;
}
.right h3{
	display:block;
	width:50px;
	height:auto;
	float:left;
	margin-right:0px;
	margin-top:0px;
	font-size:1.3rem;
	line-height:2rem;
	font-family: 'gidole';
	color:#000;
	border-right:1px solid #000;
	padding:0 10px;
}

.right h3 font{
	display:block;
	width:100%;
	border-top:1px solid #000;
	text-align:left;
	font-size:0.8rem;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.6rem;
}

.left p{
	padding-left:10px;
	display:block;
	position:relative;
	font-size:8px;
	line-height:1.2rem;
	float:left;
}
.right p{
	float:left;
	padding-left:10px;
	display:block;
	position:relative;
	font-size:8px;
	line-height:1.2rem;
}

.col01 p{
	top:15px;
}

.col02 p{
	top:0px;
}
.col03 p{
	top:0px;
}
.history input{
	display:none;
}
.history label{
	display:block;
	position:relative;

	height:50px;
	background:#fff;
	border:1px solid #898989;
	cursor:pointer;
}

.history label:after{
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../../images/outline/down.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:15px;
}


.history label p{
	font-size:1.3rem;
	font-weight:bold;
	color:#003851;
	line-height:40px;
	margin-top:5px;
	margin-left:4px;
	border-left:5px solid #003851;
	padding-left:10px;
	letter-spacing:0.2rem
}

.history box{
	display:none;
}


.history input:checked + label{
	background:#003851;
	border:1px solid #003851;
}

.history input:checked + label > p{
	font-size:1.3rem;
	font-weight:bold;
	color:#fff;
	line-height:40px;
	margin-top:5px;
	margin-left:4px;
	border-left:5px solid #fff;
	padding-left:10px;
}

.history input:checked + label + box{
	display:block;
	padding:20px 0;
}

.history input:checked + label:after{
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../../images/outline/up.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:15px;
}







.relation_top{
	display:block;
	width:100%;
	height:584px;
	position:relative;
	background:url(../../images/outline/outline_top2.jpg) no-repeat top center;
	background-size:cover;
	margin-top:-200px;
}


.relation_top h2{
	display:block;
	width:240px;
	text-align:center;
	position:absolute;
	height:48px;
	line-height:48px;
	right:0;
	font-size:2.4rem;
	letter-spacing:0.8rem;
	color:#fff;
	font-weight:normal;
	z-index:2;
}

.relation_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}


.relation_content01{
	width:90%;
	margin:0 auto;
	max-width:900px;
}

.works_logo{
	display:block;
	width:60%;
	float:none;
	margin:0 auto;
}

.relation_table{
	float:none;
	width:100%;
	margin-top:40px;
}

.relation_table table{
	width:100%;
}
.relation_table th{
	font-size:0.7rem;
	line-height:1.2rem;
	padding:2% 0%;
	width:30%;
	font-weight:normal;
}
.relation_table td a{
	font-size:0.7rem;
	line-height:1.2rem;
	width:100%;
	display:block;
}
.relation_table td{
	font-size:0.7rem;
	line-height:1.2rem;
	width:100%;
	border-bottom:1px dotted #C7C7C8;
}
.relation_table td.first{
	border-top:1px dotted #C7C7C8;
}


.relation_table2{
	float:none;
	width:100%;
	margin-top:0px;
}

.relation_table2 table{
	width:100%;
}
.relation_table2 th{
	font-size:0.7rem;
	line-height:1.2rem;
	padding:2% 0%;
	width:30%;
	font-weight:normal;
}
.relation_table2 td{
	font-size:0.7rem;
	line-height:1.2rem;
	padding:2% 0%;
	width:100%;
	border-bottom:1px dotted #C7C7C8;
}
.relation_table2 td.first{
	border-top:none;
}





.relation_content02{
	width:100%;
	margin:0;
}

.relation_content02 .left_area{
	display:none;
}
.relation_content02 .center_area{
	display:none;
}
.relation_content02 img{
	display:block;
	width:60%;
	float:none;
	margin:20px auto 0;
}

.relation_content02 h3{
	font-weight:normal;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
.relation_content02 p{
	line-height:1.8rem;
}



/* 																												end
---------------------------------------------------------------------------------------------------------------- */}
