﻿@charset "utf-8";
#main-box {
	width: 100%;
	height: 260px;
	background-image: url("../img/index/main-img-01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-text {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #03A9F4;
	text-align: center;
	letter-spacing: 0.12em;
	line-height:1.2em;
}
.main-text span {
	padding: 0 5px;
	background: linear-gradient(transparent 0%, #fff 0%);
}
#aisatsu {
	text-align: center;
}
#aisatsu h2 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	font-weight: normal;
	font-size: 116%;
	letter-spacing: .3em;
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
#aisatsu h2:after {
  content: " ";
  margin-left: -.3em;
}
#aisatsu h2:before, #aisatsu h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#aisatsu p {
	margin: 0 auto;
	padding: 0 30px 6px 30px;
	max-width: 600px;
	text-align: left;
	line-height: 1.4em;
}
#aisatsu h2:before {
  border-left: solid 1px #03A9F4;
  border-top: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  left: 0;
}
#aisatsu h2:after {
  content: '';
  border-top: solid 1px #03A9F4;
  border-right: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  right: 0;
}

#news {
	margin-top: 80px;
	text-align: center;
	background-image: url("../img/index/news-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#news ul {
	margin: 30px;
	padding: 20px;
	background-color: #fff;
	text-align: left;
}
#news li {
	margin: 8px;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px dashed #aaa;
	list-style-type: none;
	line-height: 1.2em;
}
#news li:last-child {
	border-bottom: none;
}
#news span {
	margin-right: 50px;
	}
#news h3 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	font-weight: normal;
	font-size: 116%;
	letter-spacing: .3em;
}
#news h3:after {
  content: " ";
  margin-left: -.3em;
}
#news h3:before, #news h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#news h3:before {
  border-left: solid 1px #03A9F4;
  border-top: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  left: 0;
}
#news h3:after {
  content: '';
  border-top: solid 1px #03A9F4;
  border-right: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  right: 0;
}
@media screen and (min-width : 280px ){
	#main-box {
		height: 260px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	#news ul {
		width: 600px;
		margin: 0 auto;
	}
	#main-box {
		height: 360px;
	}
	.main-text {
		font-size: 36px;
	}
}
@media screen and (min-width:1024px) {
	#news ul {
		width: 800px;
		margin: 0 auto;
	}
	#main-box {
		height: 480px;
	}
	.main-text {
		font-size: 48px;
	}
}
