/* CSS Document */

@charset"utf-8";

/*body要素内全体の指定*/
* {
margin: 0;
padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	padding:0px;
	color:#551c08;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "ＭＳ Ｐゴシック", "ms p gothic";
    font-weight: 300;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-image: url("../img/background.jpg");
	background-repeat: repeat;
}
body a { color: #4BA9E9; text-decoration:none; transition-property: all; transition-duration: 0.3s; }
body a:link { color: #4BA9E9; }
body a:visited { color: #4BA9E9; }
body a:active { opacity: 0.5; }
body a:hover { opacity: 0.5; transition-property: all; transition-duration: 0.3s; }
body #index {
	min-height:550px;
	height:auto;
	background-image: url(../img/top_img.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	overflow:hidden;
	zoom:1;
}

#wrapper {
	width:auto;
	min-width:100%;
	height:auto;
	padding:0px;
}

ol{
    padding-left: 1.5em;
}


/* PC版 */
@media screen and (min-width: 800px) {
.sp{
	display: none;
}
.sp_text{
	display: none;
}

/*footer要素*/
footer {
	clear:both;
	min-width:100%;
	width:auto;
	margin:0px auto;
	padding:10px 55px;
	box-sizing: border-box;
	font-size:10px;
	text-align:right;
    position: relative;
	z-index:30;
}
footer a { color: #FFFFFF; text-decoration:none; }
footer a:link { color: #FFFFFF; }
footer a:visited { color: #FFFFFF; }
footer a:active { color: #9ee0f4; }
footer a:hover { color: #9ee0f4; }


/*article要素*/
article {
	max-width:950px;
	padding:0px 50px 0px 310px;
	overflow:hidden;
	position:relative;
	zoom:1;
}


/*article内table要素ここから*/

/*table要素共通*/
article table {
	width:100%;
	margin:20px auto;
}
article table .td_l {
	width:60px;
}
article table .td_r {
}

/*サブページ画像*/
#sub_head-img{
	width: 100%;
	margin-bottom: 20px;
}
#subpage_box {
	width:auto;
	height:auto;
	min-height:800px;
	padding:35px 0px;
}

/*お知らせ*/
#news_box {
	width:auto;
	height:auto;
	padding:50px 0px;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.news_box dl {
	width:auto;
	padding: 10px 5px;
	border-bottom: 1px dotted #999999;
}
.news_box dl:first-child {
	border-top: 1px dotted #999999;
	margin: 20px 0 0;
}

.news_box ul {
	list-style-type: none;
	width:auto;
}
.news_box li {
	padding: 10px 5px;
	border-bottom: 1px dotted #999999;
}
.news_box li:first-child {
	border-top: 1px dotted #999999;
	margin: 20px 0 0;
}

/*お知らせページャー*/
.pager {
	width:auto;
	margin:0 auto;
	text-align:center;
}
.pager ul {
	text-decoration:none;
	margin: 30px 0;
	padding: 0;
}
.pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}
.pager li a {
	color: #ffffff;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: rgba(85,28,8,0.6);
	padding:10px 13px;
}
.pager li a:hover {
	color: #ffffff;
    background: #551c08;
	opacity: 1;
}
.pager li:last-child {
	margin:0px;
}

.pager li.no-link {
    text-decoration: none;
    background: none;
	color: #551c08;
    line-height: 100%;
	padding:10px 13px;
}
.pager li.this-page {
    text-decoration: none;
	color: #ffffff;
    background: #551c08;
    line-height: 100%;
	padding:10px 13px;
}

	
.ichiran {
	min-width:100%;
	font-size:14px;
	line-height:100%;
	text-align:right;
	margin-top: 15px;
}
.mds_sub {
	font-size:18px;
	line-height:1.5em;
}
.breadcrumbs {
	font-size: 12px;
	margin: 10px 0;
}
.contents{
	margin: 20px auto ;
	line-height: 2em;
}
h3{
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #551c08;
}

/*研修参加証ダウンロード*/
.kenshu-download{
    width: fit-content;
    margin: 40px auto 20px;
}

/*会の概要*/
#about_box {
	width:auto;
	height:auto;
	padding:50px 0px;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#about_box  td {
	border-bottom:1px solid #333333;
	padding:10px 5px;
}


/*お知らせ詳細 会員お知らせ詳細*/
.news_detail img{
	width: 100%!important;
	height: auto;
}

/*お問い合わせ*/
#contact_box {
	width:auto;
	height:auto;
	padding:50px 0px 100px;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#contact_box .box {
	max-width:950px;
	margin:20px auto;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#contact_box .contact_l {
	min-width:200px;
	font-size:14px;
	padding:20px 0px;
	float:left;
}
#contact_box .contact_r {
	width:95%;
	max-width:745px;
	float:left;
}
#submit {
	cursor:pointer;
	display:block;
	font-size:18px;
	width:180px;
	margin:0px auto;
	padding:15px 0px;
	border-style:none;
	background-color:#333;
	color:#fff;
}
#submit:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	}

/*必須マーク*/ 

.essential {
    font-size: 12px;
    background: #9ee0f4;
    padding: 0px 5px;
    margin-left: 5px;
/*
	font-size:14px;
	background:#9ee0f4;
	padding:3px 5px;
	margin-left:15px;
*/
}


#top_img {
	width:auto;
	height:550px;
	padding:0px;
	margin:-550px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.top_text {
	width:auto;
	height:auto;
	margin:150px auto;
	color:#ffffff;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.text01 {
	font-size:30px;
}
.text02 {
	font-size:18px;
	line-height:1.8em;
}


#mds_box {
	width:auto;
	margin:0px auto;
	padding:0px 10px;
	border-left:solid 5px #FFB0B0;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.mds {
	font-size:26px;
	line-height:1em;
	float:left;
	text-align:left;
}
	
nav .drawer-menu li{
	padding: 5px 5px;
	border-bottom: 1px dotted #999999;
}
nav .drawer-menu li:first-child {
	border-top: 1px dotted #999999;
}
nav .drawer-menu li a{
	display: block;
}
nav.drawer-nav .banner{
	display: none;
}

/*会長あいさつ*/
.greeting {
	overflow: hidden;
	position: relative;
	zoom:1;
	text-align: justify;
}
.greeting .image {
	width: 300px;
	float: right;
	margin: 10px 0 0 20px;
}

/*役員名簿*/
.table table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}
.table table th {
	background-color: #feefef;
	padding: 5px;
	border: 1px solid #999999;
}
.table table td {
	padding: 5px 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
.table table.td-center td {
	text-align: center;
}

/*会員ページ*/
.shiryou {
	margin: 10px auto 40px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #999999;
}
.shiryou ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.shiryou ul li {
	width: 250px;
	margin: 0 15px 0 0;
}

.ihou, .rijikai,.gijiroku,.keijiban,.download{
	width: 100%;
	margin: 10px 0 20px;
}
.ihou .banner,.rijikai .banner,.gijiroku .banner,.keijiban .banner,.download .banner {
	width: 420px;
}
ul.file{
    padding-left: 1em;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* 掲示板 */
.comment{
	width: 100%;
	box-sizing: border-box;
    margin: 1em 0 0;
	padding: 25px 25px;
	background-color: #feefef;
	border-radius: 10px;
}
.comment .keisai {
}
.comment .keisai dl{
	background-color: #ffffff;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 170%;
	margin-bottom: 20px;
	text-align: justify;
	position: relative;
}
.comment .keisai dl .data{
    font-size: 12px;
    border-bottom: 1px dotted #999999;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.comment .keisai dl.l{
	margin-right: 30px;
}
.comment .keisai dl.l::after{
	content: "";
	border-style: solid;
	border-width: 15px 15px 0 0;
    position: absolute;
    border-color: #ffffff transparent transparent transparent;
    bottom: -15px;
}
.comment .keisai dl.r{
	margin-left: 30px;
}
.comment .keisai dl.r::after{
	content: "";
	border-style: solid;
	border-width: 0 15px 15px 0;
    position: absolute;
    border-color: transparent #ffffff transparent transparent;
    bottom: -15px;
	right: 20px;
}

.comment .keisai dl dd{
    font-weight: bold;
}
.comment .keisai dl.l dd{
	text-align: left;
}
.comment .keisai dl.r dd{
	text-align: right;
}

.comment hr {
	margin: 20px 0 20px;
	border:none;
	border-bottom:1px dotted #999999;
}

.comment .form {
	color: #333333;
	background-color: #ffffff;
	padding: 20px 20px;
	border-radius: 10px;
}
.comment .form dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1px;
	margin: 0 0 10px;
}
.comment .form dt{
	width: 120px;
}
.comment .form dd{
	width: 85%;
}
.comment .form dd input[type="text"] {
	width: 250px;
	padding: 5px;
}
.comment .form dd textarea {
    max-width: 700px;
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.comment .form #submit {
    font-size: 16px;
    width: 150px;
    padding: 10px 0px;
}

}






/* タブレット版 */
@media screen and (max-width: 800px) {
.pc{
	display: none;
}
.sp_text{
	display: none;
}

/*footer要素*/
footer {
	width:100%;
	margin:0px auto;
	padding:5px 0px;
	background-color:#551c08;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
    position: fixed;
	z-index:30;
	bottom:0;
}
footer a { color: #FFFFFF; text-decoration:none; }
footer a:link { color: #FFFFFF; }
footer a:visited { color: #FFFFFF; }
footer a:active { color: #9ee0f4; }
footer a:hover { color: #9ee0f4; }



/*article要素*/
article {
	width:90%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	zoom:1;
}


/*article内table要素ここから*/

/*table要素共通*/
article table {
	width:100%;
	margin:20px auto;
}

#subpage_box {
	width:auto;
	height:auto;
	padding:80px 0px;
}

/*お知らせ*/
#news_box {
	width:auto;
	height:auto;
	padding:80px 0px;
}
.news_box dl {
	width:auto;
	padding: 10px 5px;
	border-bottom: 1px dotted #999999;
	font-size:15px;
	line-height: 1.8em;
}
.news_box dl:first-child {
	border-top: 1px dotted #999999;
	margin: 20px 0 0;
}
.news_box ul {
	list-style-type: none;
	width:auto;
}
.news_box li {
	padding: 10px 5px;
	border-bottom: 1px dotted #999999;
}
.news_box li:first-child {
	border-top: 1px dotted #999999;
	margin: 20px 0 0;
}

/*お知らせページャー*/
.pager {
	width:90%;
	margin:0 auto;
	text-align:center;
}
.pager ul {
	text-decoration:none;
	margin: 30px 0;
	padding: 0;
}
.pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}
.pager li a {
	color: #ffffff;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: rgba(85,28,8,0.6);
	padding:10px 13px;
}
.pager li a:hover {
	color: #ffffff;
    background: #551c08;
	opacity: 1;
}
.pager li:last-child {
	margin:0px;
}

.pager li.no-link {
    text-decoration: none;
    background: none;
	color: #551c08;
    line-height: 100%;
	padding:10px 13px;
}
.pager li.this-page {
    text-decoration: none;
	color: #ffffff;
    background: #551c08;
    line-height: 100%;
	padding:10px 13px;
}


.ichiran {
	min-width:100%;
	font-size:14px;
	line-height:100%;
	margin: 20px 0;
	float:right;
	text-align:right;
}
.mds_sub {
	font-size:18px;
	line-height:1.5em;
}

/*研修参加証ダウンロード*/
.kenshu-download{
    width: fit-content;
    margin: 20px auto 0px;
}

/*会の概要*/
#about_box {
	width:auto;
	height:auto;
	padding:80px 0px;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#about_box td {
	border-bottom:1px solid #333333;
	padding:10px 5px;
}
#about_box .td_l {
	width:60px;
	font-size:14px;
}
#about_box .td_r {
	width:auto;
}


/*お知らせ詳細 会員お知らせ詳細*/
.news_detail img{
	width: 100%!important;
	height: auto;
}

/*お問い合わせ*/
#contact_box {
	width:auto;
	height:auto;
	font-size:13px;
	padding:100px 0px 120px;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#contact_box .box {
	width:100%;
	margin:10px auto;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#contact_box .contact_l {
	width:98%;
	font-size:14px;
	padding:10px 0px;
	float:left;
}
#contact_box .contact_r {
	width:98%;
	max-width:745px;
	float:left;
}
#submit {
	cursor:pointer;
	display:block;
	font-size:18px;
	width:180px;
	margin:0px auto;
	padding:15px 0px;
	border-style:none;
	background-color:#333;
	color:#fff;
}
#submit:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	}

/*必須マーク*/ 

.essential {
	font-size:14px;
	background:#9ee0f4;
	padding:3px 5px;
	margin-left:15px;
}


#top_img {
	width:auto;
	height:550px;
	padding:0px;
	margin:-550px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.top_text {
	width:auto;
	height:auto;
	margin:150px auto;
	color:#ffffff;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.text01 {
	font-size:30px;
}
.text02 {
	font-size:18px;
	line-height:1.8em;
}


#mds_box {
	width:auto;
	margin:0px auto;
	padding:0px 10px;
	border-left:solid 5px #FFB0B0;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.mds {
	font-size:26px;
	line-height:1em;
	float:left;
	text-align:left;
}

.breadcrumbs {
	font-size: 12px;
	margin: 10px 0;
}
.contents{
	margin: 20px auto ;
	line-height: 2em;
}
h3{
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #551c08;

}

/*会長あいさつ*/
.greeting {
	text-align: justify;
}
.greeting .image {
	width: 70%;
	margin: 20px auto 10px;
}

/*役員名簿*/
.table{
	font-size: 14px;
}
.table table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}
.table table th {
	background-color: #feefef;
	padding: 5px;
	border: 1px solid #999999;
}
.table table td {
	padding: 5px 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
.table table.td-center td {
	text-align: center;
}

/*会員ページ*/
.shiryou {
	margin: 10px auto 40px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #999999;
}
.shiryou ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.shiryou ul li {
	width: 250px;
	margin: 0 15px 0 0;
}


.ihou, .rijikai,.gijiroku,.keijiban,.download{
	width: 100%;
	margin: 10px 0 20px;
}
.ihou .banner, .rijikai .banner,.gijiroku .banner,.keijiban .banner,.download .banner {
	width: 70%;
}
ul.file {
    padding-left: 1em;
}
/* 掲示板 */
.comment{
	width: 100%;
	box-sizing: border-box;
    margin: 1em 0 0;
	padding: 25px 25px;
	background-color: #feefef;
	border-radius: 10px;
}
.comment .keisai {
}
.comment .keisai dl{
	background-color: #ffffff;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 170%;
	margin-bottom: 20px;
	text-align: justify;
	position: relative;
}
.comment .keisai dl .data{
    font-size: 12px;
    border-bottom: 1px dotted #999999;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.comment .keisai dl.l{
	margin-right: 30px;
}
.comment .keisai dl.l::after{
	content: "";
	border-style: solid;
	border-width: 15px 15px 0 0;
    position: absolute;
    border-color: #ffffff transparent transparent transparent;
    bottom: -15px;
}
.comment .keisai dl.r{
	margin-left: 30px;
}
.comment .keisai dl.r::after{
	content: "";
	border-style: solid;
	border-width: 0 15px 15px 0;
    position: absolute;
    border-color: transparent #ffffff transparent transparent;
    bottom: -15px;
	right: 20px;
}

.comment .keisai dl dd{
    font-weight: bold;
}
.comment .keisai dl.l dd{
	text-align: left;
}
.comment .keisai dl.r dd{
	text-align: right;
}

.comment hr {
	margin: 20px 0 20px;
	border:none;
	border-bottom:1px dotted #999999;
}

.comment .form {
	color: #333333;
	background-color: #ffffff;
	padding: 20px 20px;
	border-radius: 10px;
}
.comment .form dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1px;
	margin: 0 0 10px;
}
.comment .form dt{
	width: 120px;
}
.comment .form dd{
	width: 100%;
}
.comment .form dd input[type="text"] {
	width: 250px;
	padding: 5px;
}
.comment .form dd textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.comment .form #submit {
    font-size: 16px;
    width: 150px;
    padding: 10px 0px;
}

}






/* スマホ版 */
@media screen and (max-width: 600px) {

.pc{
	display: none;
}
.sp_text{
	display: contents;
	font-size: 13px;
}


body #index {
	min-height:300px;
	height:auto;
	background-image: url(../img/top_img.png);
	background-position:bottom;
}
#top_img {
	width:auto;
	height:300px;
	padding:0px;
	margin:-300px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	zoom:1;
}

nav.drawer-nav .banner{
	width: 90%;
	padding: 5%;
}


/*会の概要*/
#about_box {
	width:auto;
	height:auto;
	padding:80px 0px;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#about_box td {
	border-bottom:1px solid #333333;
	padding:10px 5px;
}
#about_box .td_l {
	width:60px;
	font-size:14px;
}
#about_box .td_r {
	width:auto;
}

.breadcrumbs {
	display: none;
}

h3{
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #551c08;

}

/*役員名簿*/
.table{
	overflow: auto;
	white-space: nowrap;
	font-size: 12px;
}
.table table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}
.table table th {
	background-color: #feefef;
	padding: 2px;
	border: 1px solid #999999;
}
.table table td {
	padding: 2px 6px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
.table table.td-center td {
	text-align: center;
}

.ihou, .rijikai,.gijiroku,.keijiban,.download{
	width: 100%;
}
.ihou .banner, .rijikai .banner,.gijiroku .banner,.keijiban .banner,.download .banner{
	width: 100%;
}
ul.file {
    padding-left: 1em;
}

/*掲示板*/
.comment .keisai dl.l,.comment .keisai dl.r {
	margin-left: 0px;
	margin-right: 0px;
}


}



::selection {
	background:#9ee0f4; /* Safari */
}
::-moz-selection {
    background:#9ee0f4; /* Firefox */
}

.aki {
	margin:400px auto;
}

