﻿.about_tit h2{
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 100px;
	margin: 100px 0 70px;
	padding: 0;
	line-height: 100px;
	text-align: center;
}

.about_sub_tit{
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	margin: 0 0 20px;
	padding: 0;
	line-height: 60px;
	text-align: center;
}

.about_liner{
	width: 130px;
	height: 4px;
	margin: 0 auto 20px;
	background-color: #000;
}

.about_txt01{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
	line-height: 50px;
	text-align: center;
}

.about_txt02{
	width: 750px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto 100px;
	padding: 0;
	line-height: 32px;
	text-align: center;
}

.about_line{
	width: 1080px;
	margin: 0 auto 50px;
}

.about_box{
	width: 1080px;
	display: inline-block;
}

.anout_l{
	width: 300px;
	margin-right: 30px;
	float: left;
}
.anout_l img{
	width: 300px;
	height: 300px;
	margin-bottom: 5px;
}
.anout_l span{
	width: 300px;
	font-size: 12px;
	color: #000;
}

.anout_r{
	width: 1080px;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	float: none;
}


@media screen and (max-width:639px) {
/*　画面サイズが639pxまではここを読み込む　*/

.about_tit h2{
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	margin: 20px 0;
	padding: 0;
	line-height: 60px;
	text-align: center;
}

.about_sub_tit{
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	margin: 0 0 20px;
	padding: 0;
	line-height: 40px;
	text-align: center;
}

.about_liner{
	width: 130px;
	height: 4px;
	margin: 0 auto 20px;
	background-color: #000;
}

.about_txt01{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
	line-height: 36px;
	text-align: center;
}

.about_txt02{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto 100px;
	padding: 0;
	line-height: 32px;
	text-align: left;
}

.about_line{
	width: 100%;
	margin: 0 auto 20px;
}

.about_box{
	width: 100%;
	display: inline-block;
}

.anout_l{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}
.anout_l img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.anout_l span{
	width: 100%;
	font-size: 14px;
	color: #000;
}

.anout_r{
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	float: left;
}

}

@media screen and (min-width: 640px) {
/* 640pxからの幅の場合に適応される */

}
