@charset "utf-8";

/*--------------------------------------
	common
--------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
}
  
body {
	overflow: auto;
	height: 100%;
	line-height: 1.7;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
	font-size: 16px;
	color: #000;
	position: relative;
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.4em;
		font-size: 14px;
	}
}
.fm {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover img {
	opacity: .8;
}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

.inner {
	margin: 0 auto;
	max-width: 960px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 15px;
		max-width: 100%;
		width: 100%;
	}
}

header#header {
	padding: 50px 0 80px;
	text-align: center;
	background-color: #00b2cc;
}
header#header .lead {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
header#header .logo {
	margin-top: 30px;
}
header#header .on_air {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	header#header {
		padding: 40px 0 50px;
	}
	header#header .lead {
		font-size: 16px;
	}
	header#header .logo {
		margin-top: 30px;
	}
	header#header .logo img {
		width: 280px;
	}
	header#header .on_air {
		margin-top: 50px;
	}
	header#header .on_air img {
		width: 250px;
	}
}

footer#footer {
	padding: 20px 0;
	text-align: center;
	background-color: #00b2cc;
	color: #fff;
}
footer#footer a {
	color: #fff;
}
footer#footer span {
	display: inline-block;
	margin: 0 10px;
}
footer#footer .name {
	font-weight: bold;
	font-size: 24px;
	padding-top: 15px
}
footer#footer .address {
	font-size: 15px;
}
footer#footer .info {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	footer#footer span {
		margin: 0 5px;
	}
	footer#footer .name {
		font-size: 24px;
	}
	footer#footer .address {
		margin-top: 5px;
		font-size: 13px;
	}
	footer#footer .info {
		margin-top: 5px;
		line-height: 1.2;
		font-size: 18px;
	}
}

#sec1 {
	padding: 40px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#sec1 .img img {
		width: 272px;
	}
}

#sec2 .rows .list {
	padding: 20px 0;
}
#sec2 .rows .list:nth-child(odd) {
	background-color: #bdebf2;
}
#sec2 .rows .list .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#sec2 .rows .list:nth-child(even) .inner {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#sec2 .rows .list .info {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	padding: 0 30px;
}
#sec2 .rows .list .info .title {
	font-weight: bold;
	font-size: 22px;
}
#sec2 .rows .list .info .text {
	color: #666464;
}
#sec2 .rows .list .img {
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 30px;
}
@media screen and (max-width: 767px) {
	#sec2 .rows .list {
		padding: 40px 0;
	}
	#sec2 .rows .list .inner {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 10px;
	}
	#sec2 .rows .list .info {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		justify-content: center;
		padding: 0;
	}
	#sec2 .rows .list .info .title {
		font-size: 20px;
	}
	#sec2 .rows .list .info .text {
		margin-top: 15px;
		line-height: 2;
		font-size: 14px;
	}
	#sec2 .rows .list .img {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 30px;
		padding: 0;
	}
}

#sec3 {
	padding: 65px 0 55px;
	text-align: center;
}
#sec3 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 45px;
}
#sec3 ul li {
	margin: 0 20px;
}
#sec3 ul li a {
	display: block;
	padding: 10px;
	width: 176px;
	text-align: center;
	line-height: 1.2;
	border: 2px solid #626262;
}
@media screen and (max-width: 767px) {
	#sec3 {
		padding: 30px 0;
	}
	#sec3 .img img {
		width: 300px;
	}
	#sec3 ul {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	#sec3 ul li {
		margin: 20px 0 0 0;
	}
	#sec3 ul li a {
		padding: 10px;
		width: 176px;
	}
}