@charset "utf-8";
/* CSS Document */

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
header{ 
	height:auto;
	overflow:hidden;
	padding:0 0 10px 0;
	border-top: 60px solid #004ea2;
	border-bottom: 4px solid #e4f1ff;
}

header .inner{
	border-top: 4px solid #549ae5;
	width:100%;
}

header .inner h1{
	float:none;
	text-align:center;
}

header #headerArea{
	clear:both;
	position:relative;
	overflow:hidden;
	padding:20px 0;
}

p.main{
	text-align:center;
	margin-bottom:40px;
}

/* □ about
-------------------------------- */
#about{
	padding-top:50px;
}
	#about h2{
		margin-bottom:30px;
	}

	#about{
        padding-top:50px;
    }
	
    #about .message{
        overflow: hidden;
    }
    #about .message .ceo{
        width: 300px;
        float: left;
    }

	#about p.ceoname{
		padding-top:2px;
	}
	#about .explain p{
        font-size: 1.6rem;
        line-height: 1.8;
	}


@media only screen and
(max-width : 640px) {
	
    #about .message{
        overflow: hidden;
    }
    #about .message .ceo{
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
    #about .message .ceo .image{
        text-align: center;
    }

	#about p.ceoname{
		padding-top:2px;
	}
	#about .explain p{
        font-size: 1.8rem;
        line-height: 1.8;
	}
}
		
/* □ company
-------------------------------- */
#company{
	background:#e4f1ff;
	padding:40px 0;
}
		
	#company .subsection{
		width:960px;
		margin:auto;
		
	}
	#company .subsection h2{
		margin-bottom:30px;
	}

	#company .subsection p.facebook.pc{
		position:relative;
	}

	#company .subsection p.facebook.pc img{
		position:absolute;
		right:0;
		top:-70px;
		width:250px;
	}

	#company .subsection .snsbuttons.pc{
        display: block;
		text-align:right;
        margin-top: -12px;
        margin-bottom: 17px;
	}
	#company .subsection .snsbuttons li{
        float: none;
        display: inline-block;
        width: auto;
        margin: 0;
	}
	#company .subsection .snsbuttons li + li{
        margin-left: 2px;
	}
	
	#company .subsection p.facebook.sp{
		display:none;
	}

	#company .subsection .snsbuttons.sp{
		display:none;
	}
		
	#company .subsection p.images{
		float:left;
	}
		
	#company .subsection table{
		float:left;
		padding-left:30px;
		width:50%;
		table-layout:fixed;
	}
		
	#company .subsection table tr,
	#company .subsection table th,
	#company .subsection table td{
		border:1px solid #004ea2;
		padding:1em;
	}
		
	#company .subsection table th{
		width:9em;
		background:#2775ca;
		color:#fff;
		text-align:center;
	}
	#company .subsection table td{
		background:#fff;
		padding-left:2.5em;
		height:1.5em;
	}
	
	#company .subsection table td span{
		display:inline-block;
	}
		
	
	
/* □ relation
-------------------------------- */
#relation{
	padding:40px 0;
}
		
	#relation h2{
		padding:10px 30px;
		background:#004ea2;
		display:inline-block;
	}
	
	#relation div.subsection{
		border:1px solid #004ea2;
		background:#f6f6f6;
		padding:20px;
		width:920px;
		overflow:hidden;
	}
	
	#relation div.subsection p{
		float:left;
		margin:0;
	}
	
	#relation div.subsection ul li{
		clear:both;
		border-bottom:1px dotted #004ea2;
		padding:20px;
		overflow:hidden;
	}
	#relation div.subsection ul li:last-child{
		border-bottom:none;
		padding-bottom:20px;
		margin-bottom:0px;
	}
	#relation div.subsection dl{
		float:left;
		padding:25px 0 0 30px;
		
		    width: 630px;
	}
	#relation div.subsection dl dt{
		font-size:133%;
		font-weight:700;
		color:#004ea2;
		padding-bottom:15px;
		letter-spacing:2px;
	}
	#relation div.subsection dl dd{
		float:left;
	}
	#relation div.subsection dl dd span{
		display:inline-block;
	}
	
	#relation div.subsection dl dd.detail{
		float:right;
	}
	
/* □ info
-------------------------------- */
section#info{
	background:url(../../images/common/footer/bg.jpg) center center repeat-x ;
	background-size:cover;
	padding-top:60px;
}

	section#info div.infoBox{
		width:960px;
		margin:30px auto;
		text-align:center;
		padding:40px 0;
		background-color:rgba(255,255,255,0.6);
		
	}
	
	section#info div.infoBox dl dt{
		font-weight:bold;
		padding-bottom:40px;
	}
	
	section#info div.infoBox dl dd{
		color:#333;
		font-weight:700;
		
	}
	
	section#info div.infoBox dl dd.official{
		display:inline-block;
		padding:0 15px;
	}
	

/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */
footer p.copyright{
	float:none;
	text-align:center;
	margin:0;
	color:#aed5ff;
}




@media only screen and
(max-width : 640px) {
	
header .inner h1{
	width:100%;
}

header .inner h1 img{
	width:95%;
}

p.main img{
	width:100%;
}

header{ 
	border-top: 20px solid #004ea2;
	padding:0;
}
header #headerArea{
	clear:both;
	position:relative;
	overflow:hidden;
	padding:40px 0;
}

/* □ about
-------------------------------- */
#about{
}
	#about h2{
		margin-bottom:30px;
	}
	
	#about h2 img{
		width:90%;
	}
	
	#about p.pc{
		display:none;
	}
	
	#about div.sp{
		display:block;
	}
	
	#about p.ceoname{
		padding-top:20px;
		text-align:right;
	}
	
		
/* □ company
-------------------------------- */
#company{
	background:#e4f1ff;
	padding:30px 0;
}
		
	#company .subsection{
		width:auto;
		margin:auto;
		padding:3%
		
	}
	#company .subsection h3{
		margin-bottom:30px;
	}


	#company .subsection p.facebook.pc{
		display:none;
	}	
	
	#company .subsection p.facebook.sp{
		display:block;
		margin:4% 0 0 0;
	}
	#company .subsection p.facebook.sp img{
		width:100%;
	}

	#company .subsection .snsbuttons.pc{
        display: none;
	}

	#company .subsection .snsbuttons.sp{
        display: block;
        margin-top: 8px;
	}
	#company .subsection .snsbuttons{
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin: 4px 0 0 0;
        padding-bottom: 17px;
    }
	#company .subsection .snsbuttons li{
        width: 48%;
    }
	#company .subsection .snsbuttons li img{
        width: 100%;
    }
    
		
	#company .subsection p.images{
		float:none;
	}
		
	#company .subsection p.images img{
		width:100%;
		max-width:100%;
	}
		
	#company .subsection table{
		float:none;
		padding-left:0;
		width:100%;
		table-layout:fixed;
	}
		
	#company .subsection table tr,
	#company .subsection table th,
	#company .subsection table td{
		border:1px solid #004ea2;
		padding:0.5em;
		display:block;
	}
	#company .subsection table tr{
		border:none;
		padding:0;
	}
	#company .subsection table th{
		width:auto;
		background:#2775ca;
		color:#fff;
		text-align:center;
	}
	#company .subsection table td{
		background:#fff;
		padding-left:0.5em;
	}
		
	#company .subsection table td span{
		display:block;
	}
		
	#company .subsection table td span.tel-link{
		display:inline-block;
	}
		
		
	#company .subsection div.map{
		clear:both;
		padding-top: 20px;
	}
		
	#company .subsection div.map iframe{
		margin-bottom:0;
	}
		
	#company .subsection div.map p.googlemap{
		text-align:right;
	}
	#company .subsection table td{
		background:#fff;
		padding-left:1em;
		height:auto;
	}
		
	#company .subsection table tr.sp{
		display:none;
	}
	
	
/* □ relation
-------------------------------- */
#relation{
	padding:40px 3%;
}
		
	#relation h2{
		width:100%;
		box-sizing:border-box;
		padding:2%;
	}
	
		
	#relation h2 img{
		width:100%;
	}
	
	#relation div.subsection{
		border:1px solid #004ea2;
		background:#f6f6f6;
		padding:20px;
		width:100%;
		overflow:hidden;
		box-sizing:border-box;
	}
	
	#relation div.subsection p{
		float:none;
		margin:0;
	}
	
	#relation div.subsection p img{
		width:100%;
	}
	
	#relation div.subsection dl{
		float:none;
		padding:25px 0 0 0;
		    width: 100%;
			box-sizing:border-box;
	}
	#relation div.subsection dl dt{
		font-size:133%;
		font-weight:700;
		color:#004ea2;
		padding-bottom:15px;
		letter-spacing:2px;
	}
	#relation div.subsection dl dd{
		float:none;
	}
	
	#relation div.subsection dl dd span{
		display:block;
	}
	
	#relation div.subsection dl dd.detail{
		float:none;
		text-align:right;
		padding-top:20px;
	}


/* □ info
-------------------------------- */
section#info{
}

	section#info div.infoBox{
		width:100%;
		margin:30px auto;
		text-align:center;
		padding:40px 0;
		background-color:rgba(255,255,255,0.6);
		
	}
	
	section#info div.infoBox dl dt{
		font-weight:bold;
		padding-bottom:40px;
	}
	
	section#info div.infoBox dl dd{
		padding-bottom:20px;
		
	}
	
	section#info div.infoBox dl dd img{
		width:100%;
		padding-bottom:20px;
	}
	
	section#info div.infoBox dl dd.official{
		display:inline-block;
		padding:0 15px;
	}
	


}





	