@charset "utf-8";
/* CSS Document */
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height:165%;
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	margin: 0 auto;
	width: 1000px;
}
/* タイトル */
#title {
	display: flex;
	justify-content: space-between;
	height: 80px;
}
#title > div:nth-of-type(1) {
	width: 10%;
/*	background: #DD9799;*/
}
#title > div:nth-of-type(2) {
	width: 80%;
	padding-left: 20px;
/*	background: #B8E5E5;*/
}
#title > div:nth-of-type(3) {
	width: 20%;
/*	background: #DDCC81;*/
}
#title .jsod {
	margin: 20px 0;
	padding: 3px 0 1px;
	background: #CC0000;
	color: #FFFFFF;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	transform: scale(1,1.5);/*（ X軸 , Y軸 ）の並びで、「1」を100％として指定*/
}
#title h1 {
	margin: 17px 0 0;
	font-size: 165%;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#title .ttl_en {
	margin-top: -5px;
	font-weight: bold;
	font-size: 75%;
}
#title .btn_toi {
	margin: 20px 0;
}
#title .btn_toi a {
	display: flex;
	padding: 5px 10px;
	width: 130px;
/*	border: solid 1px;*/
	border-radius: 5px;
	text-align: center;
	background: #ff8c00;
	color: #FFFFFF;
	font-size: 90%;
}
#title .btn_toi a:hover {
	opacity: 0.7;
}
#title .btn_toi a .mail {
	margin: 0 10px 0 0;
	width: 30px;
	height: auto;
}
#title .btn_toi a p {
	margin: 3px 0 0;
}
#title .nv_head {
	margin: 10px 0 0;
}
/* ナビゲーション */
.nav {
	background: #0066CC;
}
.nav nav {
	margin: 0 auto;
	padding-top: 5px;
	width: 1000px;
}
.nav nav ul {
	display: flex;
	justify-content:flex-start;
/*	justify-content: space-between;*/
}
.nav nav ul li {
	padding: 10px;
}
.nav a {
	color: #FFFFFF;
	padding-right: 30px;
	border-right: solid 1px #FFFFFF;
}
.nav li:last-child a {
	border-right: none;
}
/*■■■■ハンバーガーメニュー（ナビゲーションドロワー）■■■■*/
#nav-drawer {
    display: none;
}
/*　■■■■■■■■■ コンテンツ（スライド） ■■■■■■■■■　*/
/* トップイメージ */
/* 全体のスタイル */
.swiper-container_pre {/*とりあえず画像1枚で公開する場合*/
/*	width: 100%;
	height: 700px;
	background-image: url("../img/slide/024.jpg");
	background-size: cover;*/
	display: none;
}
.swiper-container {/*画像を増やす場合はこちらから*/
	width: 1000px;
	height: 300px;
/*	height: 400px;*/
/*	display: none;*/
}
.swiper-wrapper {
/*	width: 100%;
	height: 700px;*/
}
.swiper-wrapper_pre {
/*	width: 100%;
	height: 700px;*/
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	text-align: center;
	line-height: 0px;
/*	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 700px;*/
}
/* 6枚6 */
.swiper-slide:nth-child(6n+1) {
	background-image: url("../img/slide/image06.jpg");
	background-size: cover;
/*	background-color: #EECB27;*/
}
/* 6枚1 */
.swiper-slide:nth-child(6n+2) {
	background-image: url("../img/slide/image01.jpg");
	background-size: cover;
/*	background-color: #E13239;*/
}
/* 6枚2 */
.swiper-slide:nth-child(6n+3) {
	background-image: url("../img/slide/image03.jpg");
	background-size: cover;
/*	background-color: #1F1762;*/
}
/* 6枚3 */
.swiper-slide:nth-child(6n+4) {
	background-image: url("../img/slide/image05.jpg");
	background-size: cover;
/*	background-color: #BEDAE5;*/
}
/* 6枚4 */
.swiper-slide:nth-child(6n+5) {
	background-image: url("../img/slide/image04.jpg");
	background-size: cover;
}
/* 6枚5 */
.swiper-slide:nth-child(6n+6) {
	background-image: url("../img/slide/image02.jpg");
	background-size: cover;
}
/*新着情報*/
#news {
	margin: 20px auto;
	padding: 20px;
	bottom: 50px;
	width: 1000px;
	height: 400px;
/*	background: #D99495;*/
}
#news h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #999999;
	font-size: 120%;
}
#news .timeline {
	width: 100%;
	height: 150px;/*新着情報が増えたら調整、250pxくらいを想定。*/
/*	height: 250px;*/
	overflow:auto;
/*	background: #E88082;*/
}
#news .timeline dl {
	margin: 0 0 10px;
	min-width: 700px;
	border-bottom: dotted 1px #999999;
}
#news .timeline dt {
	float: left;
}
#news .timeline dd {
	margin: 0 0 10px 9em;
}
/*バナー広告*/
#news div:nth-of-type(2) {
	width: 40%;
	text-align: center;
}
/*#news div:nth-of-type(2) img {
	width: 150px;
	height: auto;
}*/
ul.br_ad {
	display: flex;
	flex-wrap:wrap;
	width: 1000px;
	margin: 30px 0 0 20px;
/*	background: #EFAFB0;*/
}
ul.br_ad img {
	margin-right: 50px;
}
ul.br_ad img:hover {
	opacity: 0.6;
}
ul.br_ad .inoue img {
	width: 200px;
	height: auto;
}
ul.br_ad .handaya img {
	width: 190px;
	height: auto;
/*	border: solid 1px #DDDDDD;*/
}
ul.br_ad .sugiura img {
	width: 170px;
	height: auto;
/*	border: solid 1px #DDDDDD;*/
}
ul.br_ad .santen img {
	width: 200px;
	height: auto;
}
ul.br_ad .nidek img {
	margin-top: 10px;
	width: 170px;
	height: auto;
}
ul.br_ad .ideta img {
	width: 200px;
	height: auto;
}
ul.br_ad .hogy img {
	margin-top: 20px;
	width: 170px;
	height: auto;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
/*フッター*/
footer {
	padding: 10px 0 30px;
	background:#CCCC99;
}
#jimu {
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
}
#jimu h2 {
	margin: 0;
	font-size: 110%;
}
#jimu dl {
	margin: 0 0 0 20px;
	font-size: 90%;
	line-height: 140%;
}
footer .copy {
	text-align: center;
	font-size: 80%;
}
/*　■■■■■■■■■ コンテンツ（テンプレート） ■■■■■■■■■　*/
#con_temp {
	margin: 0 auto;
	width: 1000px;
	min-height: 600px;
/*	background: #DBB0B1;*/
}
#con_temp h2 {
	margin: 50px 0 30px;
	font-size: 150%;
	font-weight:normal;
/*	width:90%;
	margin: 0;
	padding:50px;
	font-size:250%;
	font-weight:bold;
	background:#DDDDDD;
	text-align: center;
	color: #555555;*/
}
/*　■■■■■■■■■ 次回開催 ■■■■■■■■■　*/
#jikai {
	width: 100%;
	margin: 0 0 0 0px;
/*	background: #EDC8C9;*/
}
#jikai h3 {
	margin: 50px 0 10px;
	padding: 5px 20px;
	border: solid 1px #00CC66;
	font-size: 110%;
}
#jikai dl {
	display: flex;
	margin: 0 0 10px 20px;
}
#jikai dt {
	margin: 0 20px 0 0;
}
#jikai dt p {
	padding: 2px 15px;
	width: 80px;
	text-align: center;
	border-radius: 5px;
	background: #0066CC;
	color: #FFFFFF;
}
#jikai dd {
	padding: 2px 0;
}
/*　■■■■■■■■■ 演題登録 ■■■■■■■■■　*/
#endai {
	width: 100%;
	margin: 0 0 0 0px;
	padding-bottom: 200px;
/*	background: #EDC8C9;*/
}
#endai .bx_en {
	margin: 20px 0 0;
	padding: 20px 20px;
/*	background: #CCCCCC;*/
	border: solid 1px;
}
#endai ul.btn_touroku {
	display: flex;
	margin: 10px 0;
}
#endai ul.btn_touroku a {
	display: block;
	margin: 0 20px 0 0;
	padding: 10px 50px;
	border: solid 1px #999999;
	border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
}
#endai ul.btn_touroku a:hover {
	opacity: 0.7;
}
#endai ul.btn_touroku li:nth-of-type(1) a {
	background: #CC3300;
}
#endai ul.btn_touroku li:nth-of-type(2) a {
	background: #003399;
}
#endai .bx_en li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
#endai .bx_en li > span {
	color: #33CCFF;
}
/*　■■■■■■■■■ 挨拶 ■■■■■■■■■　*/
#aisatsu {
	display: flex;
	width: 100%;
	margin: 0 0 0 0px;
	padding-bottom: 200px;
/*	background: #EDC8C9;*/
}
#aisatsu figure {
	margin: 0 40px 0 0;
/*	background: #9DB0D1;*/
}
#aisatsu figure img {
	width: 250px;
	height: auto;
}
#aisatsu div {
/*	background: #ACD79E;*/
}
/*　■■■■■■■■■ 役員一覧 ■■■■■■■■■　*/
#yakuin {
	margin: 0 0 100px 0px;
	padding: 0 0 0 40px;
	width: 100%;
/*	background: #EDC8C9;*/
}
#yakuin h6 {
	margin: 30px 0 5px;
}
#yakuin h6 span {
	margin-left: 10px;
	font-weight: normal;
	font-size: 85%;
}
#yakuin ul {
	margin: 0px 0 0 7em;
}
#yakuin ul li {
	display: flex;
}
#yakuin ul li span:nth-of-type(1) {
	width: 120px;
	font-size: 105%;
}
#yakuin ul li span:nth-of-type(2) {
	font-size: 90%;
}
#yakuin ul li.kanji:before {
	text-indent: -5em;
	content: "監事兼務";
	font-size: 85%;
}
/*　■■■■■■■■■ 会則 ■■■■■■■■■　*/
#kaisoku {
	margin: 0 0 100px 0px;
	padding: 0 0 0 40px;
	width: 100%;
/*	background: #EDC8C9;*/
}
#kaisoku h6 {
	margin: 30px 0 5px;
}
#kaisoku .lst_kou {
	margin: 0;
}
#kaisoku .lst_kou li {
	margin: 0 0 0 2.1em;
	text-indent: -2.1em;
}
/*　■■■■■■■■■ 開催履歴 ■■■■■■■■■　*/
#rireki {
	margin: 0 0 100px 0px;
	padding: 0 0 0 40px;
	width: 100%;
/*	background: #EDC8C9;*/
}
/*#rireki a {
	color: #0000FF;
}
#rireki a:hover {
	color: #FF0000;
}*/
#rireki table {
	width: 100%;
}
#rireki tr {
	border-bottom: solid 1px;
}
#rireki th {
	text-align: left;
}
#rireki td {
	padding: 10px 10px;
	line-height: 120%;
/*	border: solid 1px;*/
}
#rireki td:nth-of-type(1) {
	width: 15%;
}
#rireki td:nth-of-type(2) {
	width: 8%;
}
#rireki td:nth-of-type(3) {
	width: 30%;
}
#rireki td:nth-of-type(4) {
}
#rireki td:nth-of-type(5) {
}
#rireki tr:nth-of-type(2n) {
	background: #CCFFFF;
/*	background: #ffffe0;*/
}
/*　■■■■■■■■■ 関連リンク ■■■■■■■■■　*/
#lnk {
	margin: 0 0 100px 0px;
	padding: 0 0 0 40px;
	width: 100%;
/*	background: #EDC8C9;*/
}
#lnk ul {
	margin: 20px 0 0;
	list-style: disc;
}
#lnk ul a {
	text-decoration: underline;
}
/*　■■■■■■■■■ 問い合わせ ■■■■■■■■■　*/
#cntct {
	margin: 0 auto;
	width: 100%;
/*	background: #E7F4B7;*/
}
#cntct .box {
	margin: 20px 0;
	padding: 10px;
/*	border: solid 1px;*/
}
#cntct table {
	margin: 0 0 30px;
}
#cntct table th {
	padding: 10px;
	width: 20%;
	text-align: left;
	vertical-align: top;
	border: solid 1px #999999;
	background: #DDDDDD;
}
#cntct table th > span {
	float: right;
	padding: 0 7px;
	font-size: 85%;
	background: #FF6600;
	color: #FFFFFF;
	border-radius: 5px;
}
#cntct table td {
	padding: 10px;
	border: solid 1px #999999;
}
/*ボーダーを消す場合*/
/*#cntct table td > input {
	border: none;
}
#cntct table td > input:focus {
	outline: none;
}
#cntct table td > textarea {
	border: none;
}
#cntct table td > textarea:focus {
	outline: none;
}*/
/*#cntct dl {
	margin: 30px 0;
}
#cntct dl dt {
	float: left;
}
#cntct dl dd {
	margin: 0 0 10px 14em;
}*/
#cntct .susumu {
	text-align: center;
}
#cntct .susumu > input {
	margin-right: 20px;
}
/*　■■■■■■■■■ 汎用 ■■■■■■■■■　*/
#zaku {
	width: 95%;
	margin: 0 0 100px 20px;
/*	background: #EDC8C9;*/
}
#zaku h3 {
	margin:25px 0 15px;
	padding:5px 0 5px 30px;
	width:98%;
	background:#f63;
	box-shadow:1px 1px 1px #333;
	font-size:105%;
	font-weight:bold;
	color:#fff;
}
/* -------------- 共通コンテンツ -------------- */
.atcl00 {
	margin: 0 0 25px 2.5em;
	width: 90%;
}
.atcl01 {
	margin: 0 0 0 1.5em;
	width: 95%;
}
