@charset "utf-8";
@import url("base.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/
.about li a{
	color: #000;
	text-decoration: none;
}
.about li a:hover,.about li a:active{
	color: #000;
	text-decoration:underline;
}

/*メイン*/
h1:after{
	content: 'about';
}
#main_title{
	background-image: url(../img/about/top_img.png);
	background-position: bottom center;
}
.about{
	margin: 4em auto 0;
}
.about ul{
	margin: 2em 0 0;
}
.about li{
	width: 96%;
	padding: 1em 2%;
}
.about li:nth-child(odd){
	background-color: #f7f7f7;
}
.about li dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.about li dt{
	width: 20%;
	color: #028a4a;
}	
.about li dd{
	width: 78%;
}	
		

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {

/*メイン*/
h1,.about{
	width: 1280px;
}
.btn{
	display: none;
}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
h1,.about{
	width: 96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/


/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*メイン*/
.btn{
	display: none;
}
}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
/*メイン*/
.btn{
	display: none;
}
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*メイン*/
.about li dl{
	flex-direction:column;
}
.about li dt{
	width: 100%;
	margin: 0 0 0.5em;
}	
.about li dd{
	width: 100%;
}
.map{
		display: none;
	}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {
	
/*メイン*/

}