@charset "Shift_JIS";


@media print {
  body {
    width: 1000px;
    transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
  }
}

html, body {
  height: 100%;
}

body {
	font-size: 14px;
	line-height: 1.8;
	color: #434343;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	min-width: 320px;
}

a {
	color: #0066B5;
}
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
 
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

p {
	margin: 0;
}

section {
	margin-bottom: 40px;
}

h1 a {
	width: 247px;
	height: 56px;
	background-image: url(../img/logo.svg);
	xbackground-repeat: no-repeat;
	background-position:;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 15px;
}

h2 {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	color: #0066B5;
	margin: 0px 0px 50px -20px;
	padding: 0px 20px 3px 20px;
	border-bottom: 2px solid #0066B5;
	position: relative;
}

h2 span {
	display: table;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	position: absolute;
	left: 20px;
	top: 32px;
}

h3 {
	display: table;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	color: #0066B5;
	background-color: #D6E0F2;
	margin-bottom: 10px;
}

/* ------------------------- */

.container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding:0;
	background-color: #0060B0;
}

.contents {
	width: 1000px;
	margin: 0px;
	padding: 33px 95px 50px 95px;
	background-color: #FFF;
	background-image: url(../img/contents_bg.svg);
	background-repeat: repeat-x;
}

/* ------------------------- */

#pagetop a {
	width: 40px;
	height: 40px;
    position: fixed;
    bottom: 20px;
    right: 15px;
	background-image: url(../img/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

#pagetop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* ------------------------- */

.flex_str {
	display: flex;
	flex-wrap: wrap;
}

.flex_ctr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex_btw {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_btw:after {
	content: none;
}

/* ------------------------- */

.pdg {
	padding-left: 20px;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.img_left {
	float: left;
	margin: 0px 30px 10px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 30px;
}

.fig {
	text-align: center;
	padding-bottom: 30px;
}

.kakomi01 {
	border: 1px dashed #999;
	padding: 12px 20px;
	margin-bottom: 45px;
	border-radius: 15px;
	text-align: center;
}

.btn01 {
	margin-top: 15px;
}

.btn01 a {
	display: inline-block;
	background-color: #BBB;
	color: #FFF;
	padding: 8px 20px;
}
.btn01 a:after {
	margin-left: 15px;
	content: "\f0da"; /* caret-right */
    font-family: FontAwesome;
}
.btn01 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn02 a {
	display: table;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 1;
	color: #0066B5;
	font-weight: normal;
	background-color: #D6E0F2;
	margin: 10px 0px;
}
.btn02 a:link
.btn02 a:visited,{
	color: #0066B5;
}
.btn02 a:hover {
	background-color: #E0EDFC;
	text-decoration: none;
}

figure {
	display: inline-block;
    margin: 0;
}

figure img {
    margin: 0px 0px 8px 0px;
}

figcaption {
	line-height: 1.2;
    text-align: center;
}


/* ヘッダー
------------------------------------- */

#header a {
	color: #FFF;
	text-decoration: none;
}

#header {
	width: 1000px;
	position: relative;
	background-color: #FFF;
	padding-top: 90px;
}

/* ------------------------- */

#header .snavi {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	right: 0px;
	top: 35px;
}

#header .snavi li {
	margin: 0px 0px 0px 10px;
}

#header .snavi li a {
	display: block;
	padding: 2px 20px;
	font-size: 12px;
	line-height: 1.3;
	color: #FFF;
	background-color: #0066B5;
}

#header .snavi li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* ------------------------- */

#header .gnavi {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 0px 0px;
}
#header .gnavi_bottom {
	width: 1000px;
	height: 10px;
	margin-top: -10px;
	background-image: url(../img/gnavi_bottom.svg);
	background-repeat: no-repeat;
}

#header .gnavi li {
	margin: 0px 0px 0px 0px;
}

#header .gnavi li a {
	display: block;
	width: 250px;
	height: 70px;
	padding: 21px 0px 0px 0px;
	font-size: 14px;
	color: #FFF;
	line-height: 1.4;
	text-align: center;
	background: rgb(0, 96, 176);
	background: -moz-linear-gradient(top, rgba(0, 96, 176, 1) 0%, rgba(0, 133, 167, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 96, 176, 1) 0%, rgba(0, 133, 167, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 96, 176, 1) 0%, rgba(0, 133, 167, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0060b0', endColorstr='#0085a7', GradientType=0);
}

#header .gnavi li.g01 a {
	letter-spacing: -1px;
}

#header .gnavi li.g01 a:hover,
#about #header .gnavi li.g01 a {
	background: rgb(0,103,151);
	background: -moz-linear-gradient(top,  rgba(0,103,151,1) 0%, rgba(0,67,128,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006797', endColorstr='#004380',GradientType=0 );
}
#header .gnavi li.g02 a:hover,
#bylaw #header .gnavi li.g02 a {
	background: rgb(0,103,151);
	background: -moz-linear-gradient(top,  rgba(0,103,151,1) 0%, rgba(0,67,128,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006797', endColorstr='#004380',GradientType=0 );
}
#header .gnavi li.g03 a:hover,
#info #header .gnavi li.g03 a {
	background: rgb(0,103,151);
	background: -moz-linear-gradient(top,  rgba(0,103,151,1) 0%, rgba(0,67,128,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006797', endColorstr='#004380',GradientType=0 );
}
#header .gnavi li.g04 a:hover,
#members #header .gnavi li.g04 a {
	background: rgb(0,103,151);
	background: -moz-linear-gradient(top,  rgba(0,103,151,1) 0%, rgba(0,67,128,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,103,151,1) 0%,rgba(0,67,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006797', endColorstr='#004380',GradientType=0 );
}


/* フッター
------------------------------------- */

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer {
	width: 1000px;
	height: 150px;
	background: rgb(0,133,167);
	background: -moz-linear-gradient(top,  rgba(0,133,167,1) 0%, rgba(0,96,176,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,133,167,1) 0%,rgba(0,96,176,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,133,167,1) 0%,rgba(0,96,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085a7', endColorstr='#0060b0',GradientType=0 );
}

#footer .logo {
	height: 64px;
	background-image: url(../img/footer_logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

#footer small {
	display: block;
	padding: 20px 0px;
	font-size: 12px;
	line-height: 1.3;
	color: #FFF;
	text-align: center;
}


/* トップページ
------------------------------------- */

#home #header .gnavi_bottom {
	background-image: url(../img/gnavi_bottom_home.svg);
}

#home .contents {
	padding: 33px 0px 50px 0px;
	background-image: none;
}

/* ------------------------- */

#home .news {
	width: 610px;
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
}

#home .news .ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 1.1;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 5px;
	letter-spacing: 6px;
	color: #0066B5;
	border-bottom: 2px solid #0066B5;
}

#home .news dt.new::before {
	content: "NEW";
	background-color: #0080CB;
	font-size: 11px;
	line-height: 1;
	color: #FFF;
	padding: 2px 6px;
	position: absolute;
	left: -45px;
	top: 1px;
}

#home .news dl {
	padding: 0px 0px 0px 50px;
	font-size: 14px;
	line-height: 1.4;
}

#home .news dt {
	text-align: left;
	clear: left;
	float: left;
	width: 7em;
	padding: 0px 0px 5px 0px;
	position: relative;
}

#home .news dd {
	text-align: left;
	padding: 0px 15px 5px 7em;
}

/* ------------------------- */

#home .pickup {
	width: 291px;
}

/* ------------------------- */

#home .kyosan {
	margin: 50px 45px 0px 45px;
}

#home .kyosan .ttl {
	font-size: 15px;
	color: #0066B5;
	padding: 2px 5px 8px 5px;
	border-top: 2px solid #0066B5;
}

#home .kyosan .ttl span:after {
	content: "|";
	margin: 0px 3px;
}

#home .kyosan .ttl span:last-child:after {
	content: none;
}

#home .kyosan ul {
	display: flex;
	flex-wrap: wrap;
}

#home .kyosan li {
	margin: 0px 5px 5px 0px;
	border: 1px solid #0066B5;
}


/* テーブル01
------------------------------------- */

.tbl01 {
	line-height: 1.4;
	margin: 20px 0px 0px 0px;
}
.tbl01 th {
	font-weight: normal;
	padding: 7px 15px 7px 15px;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
}
.tbl01 td {
	padding: 7px 15px 7px 15px;
	border: 1px solid #CCC;
}


/* misc
------------------------------------- */

.jimukyoku {
	padding-left: 4em;
	text-indent: -4em;
	line-height: 1.4;
	margin: 15px 0px 0px 15px;
}

#bylaw p {
	line-height: 1.6;
	padding-left: 4.3em;
	text-indent: -4.3em;
	margin-top: 10px;
}

#bylaw ol {
	padding-left: 6.4em;
	text-indent: -2.6em;
}

#bylaw h3 {
	display: inline;
	padding: 0px;
	font-size: 16px;
	line-height: 1.4;
	color: #434343;
	background-color: transparent;
	margin-bottom: 0px;
}

