@charset "UTF-8";

/* ============================
* 共通
* ========================= */
* {
	box-sizing: border-box;
}
body {
	line-height: 1.8;
	font-size: 14px;
	color: #333;
	width: 970px;
	margin: 0 auto;
	font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}
a {
	color: inherit;
	color: blue;
}
img {
	vertical-align: bottom;
}
ul {
	list-style: none;
	padding-left: 0;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}
.txt_c {
	text-align: center;
}
.blue {
	color: blue;
}
.red {
	color: red;
}
.redLine {
	color: red;
	border-bottom: 1px red solid;
}
.font_b {
	font-weight: bold;
}
h2 {
	border-bottom: 3px dotted #ddd;
}
small {
	font-size: 12px;
	vertical-align: bottom;
}
/* ============================
* HEADER
* ========================= */
nav a:link,
nav a:visited {
	text-decoration: none;
}
.logo {
	width: 165px;
	height: auto;
}
nav {
	width: 645px; /* org 645*/ 
	background-image: url(../img/nav_free.png);
	background-repeat: no-repeat;
}
nav img {
	width: 30px;
	height: auto;
}
nav ul {
	display: flex;
	justify-content: space-around;
}
header {
	display: flex;
	/* justify-content: space-between; */
}

/* ============================
* MAIN
* ========================= */
/* top */
.oshirase img {
	width: 116px;
	height: auto;
}
.new img {
	width: 58px;
	height: auto;
}
.new {
	padding: 0;
}
.new_list {
	border: 1px solid #ddd;
	padding: 0 .5em;
}
.new_list li {
	margin-bottom: 1em;
	list-style: circle;
}
.new_list ul {
	line-height: 1.2;
	padding-left: 1em;
}
.news-box {
    width: 65%;
}
.catch1 {
	width: 474px;
	height: 46px;
	margin: 0;
}
.top_text {
	margin-top: 3em;
}
.top_icon {
	text-align: center;
}
.top_icon img{
	margin: 10px;
}

/* about */
.about_icon img {
	margin: 0 1em;
}
.card div {
	border: 2px solid #DDD;
	padding: 1em;
}
.br_none tr th {
	white-space: nowrap;
	vertical-align: top;
}
.index_table th {
	vertical-align: top;
}
/* torikumi */

/* voice */
.riyou {
	background: #b3b3b3;
	color: #fff;
	border-radius: 5px;
	padding: 0.5em 0;
	text-align: center;
	font-size: 20px;
}
article.card div {
	width: 220px;
	height: 230px;
	margin: 2em auto;
}
article {
	border-bottom: 3px dotted #bbbbbb;
}
article:last-child {
	border-bottom: none;
}
/* uketori */

/* siryosyu */
.kisya {
	border: 1px solid #333;
	padding: 1em;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.kisya th,
.kisya td {
	width: 1.5em;
}
/* access */

/* ============================
* FOOTER
* ========================= */
footer p {
	border-top: 2px solid #DDD;
	text-align: center;
}