.content {
	max-width: 1280px;
	padding: 0 5%;
	box-sizing: border-box;
	margin: auto;
	padding-bottom: 100px;
}

.cotop {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
.cotop01 {
	order: 2;
	width: 20%;
}
.cotop02 {
	order: 1;
	width: 75%;
}
.title {
	text-align: center;
}

.title h2 {
	font-size: 220%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.title h2::before {
	position: absolute;
	content: "";
	background-color: #000;
	height: 1px;
	width: 40px;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}

.title h6 {
	font-size: 90%;
	line-height: 1.4;
	font-family: "Times New Roman", Times, "serif";
}

.cotop02 p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn {
	margin: 30px 0;
}

.btn a {
	background-color: #000;
	color: #fff;
	font-size: 100%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 15px 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.cotop-sita {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
.cotop-sita li {
	width: 47%;
	display: flex;
	justify-content: space-between;
}

.title02 {
	text-align: center;
}

.title02 h2 {
	font-size: 220%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.title02 h2::before {
	position: absolute;
	content: "";
	background-color: #000;
	height: 1px;
	width: 40px;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}
.title02 h6 {
	font-size: 90%;
	line-height: 1.4;
	font-family: "Times New Roman", Times, "serif";
}


.cotop-sita li .title02 {
	width: 20%;
}
.to-naka {
	width: 77%;
}

.to-naka p {
	margin: 20px 0;
}

.new-box {
	background-image: url("../img/footba.png");
	padding: 80px 0;
}
.new-box-naka {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 5%; 
	display: flex;
}

.new-box-naka01 {
	width: 20%;
}
.new-box-naka02 {
	width: 77%;
}

.new-box-naka02 ul {
	border-top: 1px solid #A3A3A3;
}
.new-box-naka02 li {
	border-bottom: 1px solid #A3A3A3;
	padding: 20px;
}
.new-box-naka02 li h5 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 100%;
}
.new-box-naka02 li p a {
	color: #000;
	font-size:120%;
}

.footimgs {
	display: flex;
	justify-content: space-between;
}
.footimgs li {
	padding: 5px 0px 5px 5px;
}
.footimgs li:last-child {
	padding: 5px 5px 5px 5px;
}

#news-block {
	position: relative;
}
#news-block::before {
    display: block;
    height: 140px;
    margin-top: -140px;
    content: "";
}


@media screen and ( max-width:800px )
{
.cotop {
    display: inherit;
}
.cotop01 {
    width: 100%;
	margin-bottom: 40px;
}
.cotop02 {
    width: 100%;
	margin-top: 0px;
}
.cotop-sita {
    display: inherit;
}
.cotop-sita li {
    width: 100%;
    display: inherit;
	margin-top: 100px;
}
.cotop-sita li .title02 {
    width: 100%;
	margin-bottom: 40px;
}
.to-naka {
    width: 100%;
}
.title h2 {
    font-size: 200%;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
}
.title02 h2 {
    font-size: 200%;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
}
.new-box-naka {
    padding: 0 5%;
    display: inherit;
}
.new-box-naka01 {
    width: 100%;
	margin-bottom: 40px;
}
.new-box-naka02 {
    width: 100%;
}


}