@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;
}

.sp_none{
	display: none;
}

#style01{
	width:100%;
}

.mem_header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 45px;
	background: url("/image/top_header_back.png");
	z-index: 499;
}

.mem_header01{
	position: relative;
	height: 100%;
}

.mem_header01 h1{
	padding: 10px 0;
	margin-left: 5px;
	font-size: 1em;
}

.mem_header01 h1 img{
	width: 200px;
}

.mem_nav{
	position: absolute;
	top: 100%;
	display: none;
	width: 100%;
	background: #fff;
}

.mem_nav li{
	border-bottom: 1px #ccc solid;
}

.mem_nav li a{
	position: relative;
	display: block;
	padding: 2% 30px 2% 3%;
	color: #573731;
}

.mem_nav ul .logout_button a{
	background: #756C67;
	color: #fff;
	font-size: 16px;
}



.mem_section01{
	box-sizing: border-box;
	min-height: calc( 100vh - 45px - 58px);
	padding: 10vw 5vw;
	margin-top: 45px;
}





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


.logon_box01{
	padding: 8vw 4vw;
	border: 1px #099e82 solid;
	margin: 0 auto;
}

.logon_title01{
	margin-bottom: 4vw;
	font-size: 5vw;
	text-align: center;
}

.logon_box01 dl{
	margin-bottom: 4vw;
}

.logon_box01 dt{
	margin-bottom: 2vw;
	font-size: 4.375vw;
	font-weight: bold;
}

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


.logon_text01{
	margin-bottom: 5vw;
	text-align: center;
	font-size: 4.375vw;
}

.logon_text01 a{
	color: #099e82;
}

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

.logon_button01{
	text-align: center;
}

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

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





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

.memtop_box01{
	color: #333;
}

.mem_title01{
	margin-bottom: 9vw;
	color: #099e82;
	font-size: 5.625vw;
	text-align: center;
}

.mem_notice_ammias{
	margin-bottom: 9vw;
}

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

.mem_notice_ammias h3{
	padding-bottom: 2vw;
	margin-bottom: 5vw;
	font-size: 5vw;
	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 2vw;
	margin-bottom: 5vw;
	font-size: 4.375vw;
}

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

.mem_na_list01 li:not(:last-child){
	margin-bottom: 1vw;
}

.na_list01_date{
	margin-right: 2vw;
	flex-shrink: 0;
}

.na_list01_cate{
	flex-shrink: 0;
}

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

.mem_notice_cate0{
	border: 1px #aaa solid;
	background: #aaa;
	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{
	width: 100%;
	margin-top: 1vw;
}

.na_list01_title a{
	color: #666;
}

.mem_na_more{
	padding: 0 2vw;
	font-size: 4.375vw;
	text-align: right;
}

.mem_na_more a{
	position: relative;
	color: #099e82;
}

.mem_na_more a:before{
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%) rotateZ(-45deg);
	content: "";
	width: 2.5vw;
	height: 2.5vw;
	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 2vw;
	margin-bottom: 6vw;
}

.mem_video h3{
	padding-bottom: 2vw;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 5vw;
	color: #099e82;
	font-size: 5vw;
	text-align: center;
}

.mem_video h4{
	margin-bottom: 2vw;
	font-size: 4.375vw;
	color: #f00;
}

.mem_video_list li{
	margin-bottom: 2vw;
}

.mem_video_osusume{
	margin-bottom: 1vw;
	color: #f00;
	font-size: 3.75vw;
	font-weight: bold;
	line-height: 1;
}

.mem_video_box{
	position: relative;
	width: 100%;
	padding-top: 60%;
}

.mem_video_box > iframe,
.mem_video_box > video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
}

.mem_video_list figure figcaption{
	margin-top: 1vw;
	font-size: 3.75vw;
}

.men_top_text01{
	width:100%;
	margin:1em 0;
	font-size:0.9em;
}




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

.category_change{
	margin-bottom: 5vw;
}

.category_change_text{
	margin-bottom: 2vw;
	color: #666;
	font-size: 4.375vw;
}

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

.category_change_list li{
	margin-right: 2vw;
	margin-bottom: 1vw;
}

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

.paging{
	text-align: center;
	font-size: 5.625vw;
}





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

.na_detail_data01{
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
}

.na_detail_date{
	margin-right: 2vw;
	font-size: 4.375vw;
}

.na_detail_title{
	padding: 0 2vw 1vw;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5vw;
	font-size: 5.625vw;
}

.na_detail_text{
	padding: 0 4vw;
	margin-bottom: 8vw;
	font-size: 4.375vw;
	line-height: 2;
}

.na_detail_text img{
	max-width: 100%;
	height: auto !important;
}

.na_detail_button{
	text-align: center;
}

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

.na_detail_button a:hover{
	opacity: 0.8;
}

.na_detail_file{
	padding: 0 4vw;
}

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

.na_detail_file li:last-of-type{
	margin-bottom: 6vw;
}

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

.news_pdf{
	padding: 0 4vw;
	margin-bottom: 6vw;
}




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

.meminfo_box01_01{
	margin-bottom: 6vw;
}

.meminfo_title01{
	padding-bottom: 2vw;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 4vw;
	font-size: 5vw;
	color: #099e82;
	text-align: center;
}

.meminfo_title01_text{
	padding-bottom: 2vw;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 4vw;
	font-size: 5vw;
	color: #333333;
	text-align: left;
}

.meminfo_title01_text2{
	padding-bottom: 2vw;
	border-bottom: 1px #099e82 solid;
	margin-bottom: 4vw;
	font-size: 5vw;
	color: #333333;
	text-align: left;
}

.meminfo_passset{
	align-items: center;
	margin: 0 auto;
}

.meminfo_passset_pass{
	margin-bottom: 2vw;
}

.meminfo_passset_pass input{
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 4.375vw;
}

.meminfo_passset_button{
	text-align: center;
}

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

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

.meminfo_box01_01 dl{
	display: flex;
	padding: 2vw;
	border-bottom: 1px #ccc solid;
	margin: 0 auto;
	font-size: 4.375vw;
}

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

.meminfo_box01_01 dt{
	width: 30%;
	margin-right: 5%;
	flex-shrink: 0;
}

.meminfo_box01_01 dd a{
	color: #666;
}

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





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

.mem_data_box01{
	margin-bottom: 6vw;
}

.mem_data_select{
	margin-bottom: 2vw;
}

.mem_data_select li:not(:last-child){
	margin-bottom: 2vw;
}

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

.mem_data_word{
	margin-bottom: 3vw;
	text-align: center;
}

.mem_data_word input{
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 4.375vw;
}

.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: 4.375vw;
	text-align: center;
	cursor: pointer;
}

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

.mem_data_box02 table{
	font-size: 3.75vw;
}

.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 td a{
	color: #666;
}

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

.mem_data_memmnt{
	display:none;
}



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

.memreq_box01{
	margin-bottom: 6vw;
}

.memreq_box01_01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2vw;
}

.memreq_box01_input01{
	width: 100%;
	margin-bottom: 2vw;
}

.memreq_box01_button01:not(:last-child){
	margin-right: 2vw;
}

.memreq_box01_01 input,
.memreq_box01_01 select{
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 4.375vw;
}

.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: 4.375vw;
	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: 4vw;
}

.memreq_box01_02 h4{
	margin-bottom: 2vw;
	font-size: 4.375vw;
}




.memreq_box01_03 input,
.memreq_box01_03 select{
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 4.375vw;
}

.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: 4.375vw;
	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: 2vw;
	font-size: 4.375vw;
}

.memreq_list02 li{
	position: relative;
	padding-left: 1em;
	margin-bottom: 2vw;
	font-size: 4.375vw;
}

.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: 5vw;
	text-align: center;
}

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

.mem_movie_back a:hover{
	opacity: 0.8;
}





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

.kaiho_box:not(:last-child){
	margin-bottom: 5vw;
}

.kaiho_box h3{
	font-size: 1.2em;
	border-bottom: 2px #099e82 solid;
	margin-bottom: 3vw;
}

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

.kaiho_list li{
	width: 48%;
	margin: 0 4% 4% 0;
}

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

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

.kaiho_list_img{
	border: 1px #ccc solid;
	margin-bottom: 2vw;
	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{
	font-size: 0.9em;
	text-align: left;
}

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