﻿@charset "utf-8";

/* ---------------------------------------------
　content
------------------------------------------------ */

.content .about {
	margin: 0 auto 40px;
	font-size: 0;
}

.content .about li {
	position: relative;
	display: inline-block;
	width: 263px;
	margin-bottom: 40px;
}

.content .about li + li {
	margin-left: 22px;
}
.content .about li:nth-child(5) {
	margin-left: 0;
}

.content .about li .img {
	-webkit-border-radius: 21px 0 21px 0 / 21px 0 21px 0;
	-moz-border-radius: 21px 0 21px 0 / 21px 0 21px 0;
	border-radius: 21px 0 21px 0 / 21px 0 21px 0;
	overflow: hidden;
}

.content .about li .frame {
	position: absolute;
	top: 0;
	left: 0;
}

.content .about li .title {
	text-align: center;
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}

.content .about li .title span {
	position: relative;
	display: inline-block;
}

.content .about li .title span::before {
	content: "";
	display: block;
	width: 14px;
	height: 34px;
	background: url(../images/list-about-title-l.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: -2px;
	left: -20px;
}

.content .about li .title span::after {
	content: "";
	display: block;
	width: 14px;
	height: 33px;
	background: url(../images/list-about-title-r.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: -2px;
	right: -20px;
}

.content .news {
	display: table;
	margin-top: 30px;
	width: 100%;
	background: url(../images/border-news.png) top left repeat-x;
}

.content .news a {
	display: table-row;
	background: url(../images/border-news.png) bottom left repeat-x;
}

.content .news p {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin: 0;
}

.content .news p.date {
	width: 110px;
	padding-left: 20px;
}

.content .news p.title {
	width: auto;
	padding-right: 20px;
}

.content .news p.arrow {
	width: 37px;
	vertical-align: middle;
}


/* --- bnr-link --- */
.bnr-link {
    margin-bottom: 20px;
}

.bnr-link p {
    padding: 5px;
    margin: 0 auto;
	text-align: center;
}