@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body { 
	color: #000000;
	margin:0;
	padding:0;
	font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

img{
	vertical-align: bottom;
	border:0;
	margin:0;
}

table,tr,td {
	border-collapse: collapse; 
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

ul{
	list-style-type: none;
}

.pc_none{
	display: none;
}


#style01{
	width:100%;
	min-width: 1080px;
}

.mem_header{
	width: 100%;
	padding: 20px 0;
	background: url("/image/top_header_back.png");
}

.mem_header01{
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

.mem_header01 h1{
	font-size: 20px;
}

.mem_nav{
	margin-top: 20px;
}

.mem_nav ul{
	display: flex;
	border-left: 1px #ccc solid;
}

.mem_nav ul li{
	width: 25%;
	border-right: 1px #ccc solid;
}

.mem_nav ul li a{
	display: block;
	color: #573731;
	text-align: center;
	text-decoration: none;
}

.mem_nav ul li a:hover{
	text-decoration: underline;
}

.mem_section01{
	padding: 50px 0 80px;
}

.mem_nav ul .logout_button{
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	border: none;
}

.mem_nav ul .logout_button a{
	display: inline-block;
	padding: 5px 50px 5px 30px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.mem_nav ul .logout_button a:after{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotateZ(-45deg);
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

.mem_nav ul .logout_button a:hover{
	opacity: 0.8;
	text-decoration: none;
}






/* ■■■■■■■■■■■■■■■■■■■■ ログイン画面　■■■■■■■■■■■■■■■■■■■■ */

.logon_box01{
	width: 400px;
	padding: 40px 20px;
	border: 1px #099e82 solid;
	margin: 0 auto;
}

.logon_title01{
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.logon_box01 dl{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.logon_box01 dt{
	width: 28%;
	margin-right: 2%;
	font-weight: bold;
}

.logon_box01 dd{
	width: 70%;
}

.logon_box01 dd input{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: 1px #ccc solid;
	font-size: 16px;
}

.logon_text01{
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
}

.logon_text01 a{
	color: #099e82;
	text-decoration: none;
}

.logon_text01 a:hover{
	text-decoration: underline;
}

.logon_button01{
	text-align: center;
}

.logon_button01 button{
	padding: 10px 40px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}

.logon_button01 button:hover{
	border: 1px #9f938c solid;
	background: #9f938c;
}





/* ■■■■■■■■■■■■■■■■■■■■ トップ画面　■■■■■■■■■■■■■■■■■■■■ */

.memtop_box01{
	color: #333;
}

.mem_title01{
	margin-bottom: 40px;
	color: #099e82;
	text-align: center;
}

.memtop_box01{
	width: 1080px;
	margin: 0 auto;
}

.mem_notice_ammias{
	margin-bottom: 40px;
}

.mem_notice_ammias a:hover{
	text-decoration: none;
}

.mem_notice_ammias h3{
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.type_notice .mem_na_title01{
	border-bottom: 1px #099e82 solid;
	color: #099e82;
}

.type_ammias .mem_na_title01{
	border-bottom: 1px #f00 solid;
	color: #f00;
}

.mem_na_list01{
	padding: 0 20px;
	margin-bottom: 30px;
}

.mem_na_list01 li{
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px #ccc solid;
	color: #333;
}

.mem_na_list01 li:not(:last-child){
	margin-bottom: 10px;
}

.na_list01_date{
	width: 95px;
	margin-right: 10px;
	flex-shrink: 0;
}

.na_list01_cate{
	width: 135px;
	margin-right: 10px;
	flex-shrink: 0;
}

.mem_na_cate{
	display: inline-block;
	padding: 1px 10px;
	border-radius: 15px;
	font-size: 13px;
}

.mem_notice_cate0{
	border: 1px #aaaaaa solid;
	background: #aaaaaa;
	color: #fff;
}

.mem_notice_cate1{
	border: 1px #d60e0e solid;
	background: #d60e0e;
	color: #fff;
}

.mem_notice_cate2{
	border: 1px #ffba00 solid;
	background: #ffba00;
	color: #333;
}

.mem_notice_cate3{
	border: 1px #333333 solid;
	background: #ffffff;
	color: #333;
}

.mem_notice_cate4{
	border: 1px #FFFF00 solid;
	background: #FFFF00;
	color: #333;
}

.mem_notice_cate5{
	border: 1px #bce2e8 solid;
	background: #bce2e8;
	color: #333;
}


.mem_notice_cate6{
	border: 1px #b1ff5d solid;
	background: #b1ff5d;
	color: #333;
}

.mem_notice_cate7{
	border: 1px #e198b4 solid;
	background: #e198b4;
	color: #fff;
}

.mem_notice_cate8{
	border: 1px #02ed0d solid;
	background: #02ed0d;
	color: #333;
}

.mem_notice_cate9{
	border: 1px #df5dff solid;
	background: #df5dff;
	color: #fff;
}

.mem_notice_cate10{
	border: 1px #640125 solid;
	background: #640125;
	color: #fff;
}

.mem_notice_cate11{
	border: 1px #0263ed solid;
	background: #0263ed;
	color: #fff;
}

.mem_notice_cate12{
	border: 1px #e7609e solid;
	background: #e7609e;
	color: #fff;
}

.mem_notice_cate13{
	border: 1px #55295b solid;
	background: #55295b;
	color: #fff;
}

.mem_notice_cate14{
	border: 1px #d60e0e solid;
	background: #d60e0e;
	color: #fff;
}


.mem_ammias_cate0{
	background: #ccc;
	border: 1px #aaa solid;
	color: #333;
}

.mem_ammias_cate7{
	background: #84b7ff;
	border: 1px #0263ed solid;
	color: #333;
}

.mem_ammias_cate8{
	background: #84ffb2;
	border: 1px #02ed0d solid;
	color: #333;
}

.mem_ammias_cate9{
	background: #fff884;
	border: 1px #ffba00 solid;
	color: #333;
}

.mem_ammias_cate4{
	background: #ff8484;
	border: 1px #d60e0e solid;
	color: #333;
}

.na_list01_title a{
	color: #666;
}

.mem_na_more{
	display: flex;
	justify-content: flex-end;
	padding: 0 20px;
	text-align: right;
}

.mem_na_more a{
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
	color: #099e82;
}

.mem_na_more a:before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotateZ(-45deg);
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px #099e82 solid;
	border-bottom: 1px #099e82 solid;
}

.type_ammias .mem_na_more a{
	color: #f00;
}

.type_ammias .mem_na_more a:before{
	border-right: 1px #f00 solid;
	border-bottom: 1px #f00 solid;
}

.mem_video{
	padding: 0 20px;
	margin-bottom: 40px;
}

.mem_video01:not(:last-child){
	margin-bottom: 20px;
}

.mem_video h3{
	padding-bottom: 10px;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 30px;
	color: #099e82;
	text-align: center;
}

.mem_video h4{
	margin-bottom: 10px;
	font-size: 18px;
	color: #f00;
}

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

.mem_video_list > li{
	width: 245px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.mem_video_list > li:nth-child(4n){
	margin-right: 0;
}

.mem_video_osusume{
	height: 1em;
	margin-bottom: 5px;
	color: #f00;
	font-weight: bold;
	line-height: 1;
}

.mem_video_box{
	position: relative;
	width: 245px;
	height: 163px;
}

.mem_video_box > iframe,
.mem_video_box video{
	width: 100%;
	height: 100%;
	background: #666;
}

.mem_top_box01 > h3{
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px #099e82 solid;
	color: #099e82;
}

.men_top_text01{
	width:880px;
	margin:0 auto 10px 200px;
	font-size:14px;
}



/* ■■■■■■■■■■■■■■■■■■■■ お知らせ一覧・AMMIAS一覧画面　■■■■■■■■■■■■■■■■■■■■ */

.category_change{
	padding: 0 20px;
	margin-bottom: 40px;
}

.category_change_text{
	margin-bottom: 5px;
	color: #666;
}

.category_change_list{
	display: flex;
}

.category_change_list li{
	margin-right: 10px;
}

.category_change_list li a:hover{
	opacity: 0.6;
}

.paging{
	text-align: center;
}





/* ■■■■■■■■■■■■■■■■■■■■ お知らせ詳細・AMMIAS詳細画面　■■■■■■■■■■■■■■■■■■■■ */

.na_detail_data01{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.na_detail_date{
	margin-right: 10px;
}

.na_detail_title{
	padding: 0 10px 5px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 50px;
}

.na_detail_text{
	padding: 0 40px;
	margin-bottom: 70px;
	line-height: 2;
}

.na_detail_button{
	text-align: center;
}

.na_detail_button a{
	display: inline-block;
	padding: 5px 40px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

.na_detail_button a:hover{
	opacity: 0.8;
}

.na_detail_file{
	padding: 0 40px;
}

.na_detail_file li{
	padding: 7px 0 8px 40px;
	margin-bottom: 20px;
	background: url("./img/file_icon_32x32.png") left center no-repeat;
	font-size: 14px;
}

.na_detail_file li:last-of-type{
	margin-bottom: 70px;
}

.na_detail_file li a{
	color: #099e82;
}

.news_pdf{
	padding: 0 40px;
	margin-bottom: 70px;
}




/* ■■■■■■■■■■■■■■■■■■■■ 会員情報画面　■■■■■■■■■■■■■■■■■■■■ */

.meminfo_box01{
	width: 1080px;
	margin: 0 auto;
}

.meminfo_box01_01{
	margin-bottom: 40px;
}

.meminfo_title01{
	padding-bottom: 10px;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 30px;
	color: #099e82;
	text-align: center;
}

.meminfo_title01_text{
	padding-bottom: 10px;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 30px;
	color: #333333;
	text-align: left;
}

.meminfo_title01_text2{
	padding: 0 110px 10px 110px;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 30px;
	color: #333333;
	text-align: left;
}

.meminfo_passset{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.meminfo_passset_pass{
	margin-right: 20px;
}

.meminfo_passset_pass input{
	width: 300px;
	padding: 5px;
	font-size: 16px;
}

.meminfo_passset_button button{
	padding: 5px 20px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.meminfo_passset_button button:hover{
	border: 1px #9f938c solid;
	background: #9f938c;
}

.meminfo_box01_01 dl{
	display: flex;
	width: 700px;
	padding: 10px 30px;
	border-bottom: 1px #ccc solid;
	margin: 0 auto;
}

.meminfo_box01_01 dl:first-of-type{
	border-top: 1px #ccc solid;
	background: #eee;
}

.meminfo_box01_01 dt{
	width: 160px;
	margin-right: 20px;
	flex-shrink: 0;
}

.meminfo_box01_01 dd a{
	color: #666;
}

.meminfo_box01_01 dd a:hover{
	text-decoration: none;
}





/* ■■■■■■■■■■■■■■■■■■■■ DATAアーカイブ画面　■■■■■■■■■■■■■■■■■■■■ */

.mem_data_box01{
	margin: 0 50px 40px;
}

.mem_data_select{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.mem_data_select li:not(:last-child){
	margin-right: 20px;
}

.mem_data_select li select{
	padding: 5px;
	font-size: 16px;
}

.mem_data_word{
	margin-bottom: 30px;
	text-align: center;
}

.mem_data_word input{
	width: 500px;
	padding: 5px;
	font-size: 16px;
}

.mem_data_button{
	text-align: center;
}

.mem_data_button button{
	padding: 5px 20px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.mem_data_button button:hover{
	border: 1px #9f938c solid;
	background: #9f938c;
}

.mem_data_box02{
	padding: 0 20px;
}

.mem_data_box02 table{
	width: 100%;
}

.mem_data_box02 tr{
	width: 100%;
}

.mem_data_box02 th{
	padding: 5px;
	border-top: 1px #ccc solid; 
	border-bottom: 1px #ccc solid; 
	background: #eee;
	text-align: center;
}

.mem_data_box02 td{
	padding: 5px;
	border-bottom: 1px #ccc solid; 
	text-align: center;
}

.mem_data_box02 .mem_data_width01{
	width: 130px;/*125*/
}

.mem_data_box02 .mem_data_width02{
	width: 260px;
}

.mem_data_box02 .mem_data_width03{
	width: 80px;/*85*/
}

.mem_data_box02 .mem_data_width04{
	width: 120px;
}

.mem_data_box02 .mem_data_width05{
	width: 400px;
}

.mem_data_box02 td a{
	color: #666;
}

.mem_data_box02 td a:hover{
	text-decoration: none;
}

.mem_data_memmnt{
	width:100%;
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:right;
}



/* ■■■■■■■■■■■■■■■■■■■■ 各種申請画面　■■■■■■■■■■■■■■■■■■■■ */

.memreq_box01{
	width: 700px;
	margin: 0 auto 40px;
}

.memreq_box01_01{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.memreq_box01_01 > div:not(:last-child){
	margin-right: 10px;
}

.memreq_box01_01 input,
.memreq_box01_01 select{
	width: 220px;
	padding: 5px;
	font-size: 16px;
}

.memreq_box01_01 a,
.memreq_box01_01 button,
.memreq_box01_button02 button{
	display: inline-block;
	padding: 5px 20px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.memreq_box01_01 a:hover,
.memreq_box01_01 button:hover,
.memreq_box01_button02 button:hover{
	border: 1px #9f938c solid;
	background: #9f938c;
}

.memreq_box01_button02{
	text-align: center;
}

.memreq_box01_02{
	margin-top: 30px;
}

.memreq_box01_02 h4{
	margin-bottom: 10px;
}



.memreq_box01_03{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.memreq_box01_03 > div:not(:last-child){
	margin-right: 10px;
}

.memreq_box01_03 select{
	width: 225px;
	padding: 5px;
	font-size: 16px;
}

.memreq_box01_03 input{
	width: 300px;
	padding: 5px;
	font-size: 16px;
}

.memreq_box01_03 a,
.memreq_box01_03 button,
.memreq_box01_button02 button{
	display: inline-block;
	padding: 5px 20px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.memreq_box01_03 a:hover,
.memreq_box01_03 button:hover,
.memreq_box01_button02 button:hover{
	border: 1px #9f938c solid;
	background: #9f938c;
}






.memreq_list01 li{
	margin-left: 2em;
	margin-bottom: 5px;
}

.memreq_list02{
	width: 700px;
	margin: 0 auto;
}

.memreq_list02 li{
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}

.memreq_list02 li:before{
	position: absolute;
	content: "・";
	left: 0;
}

.memreq_list02 li a{
	color: #666;
}

.memreq_list02 li a:hover{
	text-decoration: none;
}



.fileup_box{
	box-sizing: border-box;
	width: 300px;
	height: 300px;
	padding: 5px;
}

.fileup_box01{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border:1px #ccc solid;
}

.fileup_box01 h2{
	padding: 5px;
	margin-bottom: 20px;
	background: #8dbbff;
	color: #fff;
	font-size: 14px;
}

.fileup_file,
.fileup_text{
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.fileup_file input{
	width: 100%;
	border: 1px #ccc solid;
}

.fileup_button{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.fileup_button button{
	display: inline-block;
	padding: 5px 20px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.fileup_button button:hover{
	border: 1px #9f938c solid;
	background: #9f938c;
}

.mem_movie_back{
	margin-top: 40px;
	text-align: center;
}

.mem_movie_back a{
	display: inline-block;
	padding: 5px 40px;
	border: 1px #756C67 solid;
	border-radius: 25px;
	background: #756C67;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

.mem_movie_back a:hover{
	opacity: 0.8;
}





/*■■■■■■■■■■■■■■■■■■ member_kaiho.php ■■■■■■■■■■■■■■■■■■*/

.kaiho_box{
	width: 1080px;
	margin: 0 auto;
}

.kaiho_box:not(:last-child){
	margin-bottom: 40px;
}

.kaiho_box h3{
	border-bottom: 2px #099e82 solid;
	margin-bottom: 20px;
}

.kaiho_list{
	display: flex;
}

.kaiho_list li{
	width: 250px;
	margin-right: calc(80px / 3);
}

.kaiho_list li:nth-child(4n){
	margin-right: 0;
}

.kaiho_list li a{
	color: #333;
	text-decoration: none;
}

.kaiho_list_img{
	border: 1px #ccc solid;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 3px 3px 3px #999;
	transition: 0.3s ease-in-out;
}

.kaiho_list li a:hover .kaiho_list_img{
	transform: scale(150%);
}

.kaiho_list_img img{
	width: 100%;
}

.kaiho_list li a:hover .kaiho_list_img img{
	opacity: 1;
}

.kaiho_list_name{
	text-align: left;
}

.kaiho_list li a:hover .kaiho_list_name{
	text-decoration: underline;
}