@charset "utf-8";
@import "reboot.css";
@import url('https://fonts.googleapis.com/css?family=Raleway');
html {
	overflow-y: scroll;
	width: 100%;
}
body {
	color: #000;
	font-size: 15px;
	font-family: "HGPｺﾞｼｯｸM", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	background-color: #fff;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
a:link, a:visited {
	color: #002d60;
	text-decoration: underline;
}
a:active, a:hover {
	color: #002d60;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
/* header */
header {
	margin: 0;
	padding: 15px 30px;
	width: 1200px;
	height: 105px;
	background: #e1001b;
}
header h1 {
	margin: 0;
	padding: 0;
}
header h1 img {
	height: 70px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
#contents_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
}
nav {
	background: #e1001b;
	width: 220px;
	margin: 0;
	padding: 0;
}
ul#menu {
	margin: 0;
	padding: 25px 0;
}
ul#menu li {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
ul#menu li a {
	padding: 25px 0 25px 55px;
	margin: 0;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	text-align: left;
	background-image: url("../image/cnav_li.png");
	background-position: 28px 28px;
	background-repeat: no-repeat;
	background-size: 11px 11px;
}
/* footer */
#footnav {
	width: 100%;
	background: #e1001b;
	display: flex;
	justify-content: flex-end;
	padding: 11px 15px;
	margin: 0;
}
#footnav li {
	padding: 0;
	margin: 0;
}
#footnav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	border-right: 1px solid #fff;
	line-height: 1;
	font-size: 14px;
}
#footnav li:last-child a {
	border: none;
}
address {
	display: flex;
	text-align: left;
	padding: 10px;
	margin: 0;
	line-height: 1.5;
	align-items: center;
}
address p {
	margin: 0 30px;
}
footer {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #e1001b;
}
/* ページトップへ戻る */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 45px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
}
#page-top:hover {
	opacity: .8;
}
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	top: 20px;
	left: 26px;
	transform: rotate(45deg);
}
@media print {
#page-top {
	display: none;
}
}
/* top */
#mainvisual {
	width: 100%;
	background-size: cover;
	background-repeat:　no-repeat;
	background-image: url(../image/top.jpg);
	background-position: center center;
	height: 550px;
}
main.top {
	width: 1200px;
	padding: 0;
}
#about {
	background: #e1001b;
}
#aboutnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 110px 0 70px;
	width: 89%;
}
#aboutnav li {
	width: 240px;
	background: #fff;
	background-image: none;
	padding: 0;
	margin: 0 0 40px;
	box-shadow: 2px 2px 8px 0 #737373;
}
#aboutnav li.text {
	background: #e1001b;
	box-shadow: 0 0 0 #000;
}
#aboutnav li img {
	width: 240px;
}
#about h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 0;
	background: none;
}
#aboutnav li p {
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.5;
}
#news {
	background: #eaeaea;
	padding: 70px 11%;
}
#news h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	color: #e1001b;
	font-size: 30px;
	margin: 0 0 20px;
	padding: 0;
}
#news ul {
	margin: 0;
	padding: 0;
	/*overflow: auto;
	height: 600px;*/
}
#news ul li {
	margin: 40px 0;
	padding: 0 10px;
	display: flex;
	align-items: flex-start;
	background-image: none;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
#news ul li img {
	width: 140px;
	margin: 0 20px 0 0;
}
#news ul li h3 {
	margin: 5px 0;
	padding: 0;
	font-size: 25px;
}
#news ul li h3::before {
	display: none;
}
#news ul li p {
	margin: 0;
	text-indent: 0;
}
/* main */
#wrapper {
	margin: 0 auto;
	width: 1200px;
	box-shadow: 10px 0 15px 0 #e2e2e2, -10px 0 15px 0 #e2e2e2;
}
main {
	width: 900px;
	min-height: 450px;
	text-align: left;
	margin: 0;
	padding: 0 0 25px;
}
h1 {
	padding: 0 0 8px;
	font-size: 25px;
	line-height: 1;
	text-align: left;
	font-weight: 900;
	margin: 10px auto 25px;
	border-bottom: 3px solid #e1001b;
}
h2 {
	padding: 5px 15px;
	margin: 25px 0 15px 5px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	clear: both;
	background: #ebebeb;
	border-radius: 8px;
}
h3 {
	margin: 25px 10px 15px;
	padding: 0 0 0 15px;
	font-size: 17px;
	line-height: 1.2;
	text-align: left;
	font-weight: 600;
	position: relative;
}
h3::before {
	background: #e1001b;
	width: 10px;
	height: 3px;
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
}
h4 {
	margin: 15px 20px 10px 20px;
	padding: 5px 0 0;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
}
p {
	margin: 5px 10px 0 25px;
	padding: 0;
}
/* list */
ul {
	margin: 10px 10px 15px 30px;
	padding: 0;
}
ul li {
	list-style: none;
	padding: 2px 0 2px 17px;
	background-image: url(../image/li.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin: 0 0 0 7px;
}
@media all and (-ms-high-contrast:none){
ul li {
	background-position: 0 7px;
}
} 
ol {
	margin: 5px 10px 5px 55px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 2px 0;
}
li ol {
	margin: 5px 0 0 20px;
}
ol.circle {
	position: relative;
	margin: 5px 10px 5px 35px;
}
ol.circle li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
}
ol.circle li span {
	position: absolute;
	left: 0;
	margin: 0
}
/* table */
table {
	padding: 0;
	margin: 15px 40px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
}
table th {
	padding: 7px 8px 5px;
	text-align: left;
	background-color: #df001b;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 8px 5px;
	border: 1px solid #df001b;
}
table.noborder th, th.noborder {
	border: none;
}
table.noborder td, td.noborder {
	border: none;
}
/* figure */
figure {
	margin: 10px 15px 15px;
}
figure.center {
	margin: 10px auto 15px;
}
figure.fr {
	float: right;
	margin: 0 15px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 30px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	line-height: 1.3;
	padding: 0 5px;
	text-align: left;
}
figure.movie {
	position: relative;
	padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
figure.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* utility */
a[target="_blank"] {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
a[href$=".pdf"] {
	background: url(../image/ic_pdf.png) right no-repeat;
	padding-right: 24px;
	background-size: 20px 20px;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../image/ic_doc.png) right no-repeat;
	padding-right: 24px;
	background-size: 20px 18px;
}
.no_icon {
	background-image: none !important;
	padding-right: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w38 {
	width: 38%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 0.85em;
}
.large {
	font-size: 1.25em;
}
hr {
	border: 0;
	height: 1px;
	margin: 25px 25px 35px;
	clear: both;
	background: linear-gradient(to right, #fff, #06a709, #fff);
}
blockquote {
	margin: 5px 0 5px 25px;
}
/* member */
.member_cell {
	clear: both;
}
/* map */
#map {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 800px;
	clear: both;
}
/* meeting */
figure.meeting {
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
figure.meeting img  {
	width: 44%;
	margin: 0 3%;
}