@charset "EUC-JP";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,form,label,legend,footer,header,hgroup,main,menu,nav,section{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}
/*body{line-height:1}*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
 *, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	font-size: 62.5%; /*font-size:10px;*/
}

body {
	font-size:1.4rem; /*font-size:14px;*/
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0;
	padding: 0 0 100px;
	background: #FFF;
	color: #222;
}

/*================================================
 *  全体のリンクテキスト
 ================================================*/
a {
	color: #069;
}
a:visited {
	color: #034464;
}
a:hover {
	color: #71a6c0;
}

/*================================================
 *  ヘッダー
 ================================================*/
 header {
	padding: 10px;
	background: #FFF;
	max-width: 1200px;
	margin:0 auto;
}
header img { 
	max-width: 100%;
	height: auto;
}

/* タイトルとログアウトボタンのflex枠
--------------------------------------- */
.header_inner {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* タイトル
--------------------------------------- */
.header_l {
	width: calc(100% - 160px);
}

/* ログアウトボタン
--------------------------------------- */
.header_r { 
	width: 140px;
}
.header_r a {
	border: 2px solid rgba(125,137,29,0.5);
	border-radius: 20px;
	padding: 4px 5px 3px;
	width: 100%;
	text-align: center;
	display: block;
	width: 140px;
}
.header_r i {
	opacity: 0.5;
}
.header_r a,
.header_r a:visited {
	color: #7D891D;
	text-decoration: none;
}
.header_r a:hover {
	background: rgba(125,137,29,0.2);
}

/* headerの会員情報部分
--------------------------------------- */
.header2 {
	max-width: 1200px;
	background: #F2F2F2;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #CCC;
}
.header2 div {
	padding: 8px 10px;
	border-right: 1px solid #CCC;
	background: #FFF;
}
.header2_logout {
	max-width: 1200px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #CCC;
}
.header2_logout div {
	width: 100%;
	padding: 0 10px 10px;
}
.header2 div.gry {
	background:#F6F6F6;
	border-right: 2px solid #FFF;
}
.header_border {
	border: none;
}

/*================================================
 *  フッター
 ================================================*/
 footer {
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom: 0; /*下に固定*/
	z-index:5;
	clear:both;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#FFF;
	background:#4A88DD;
}

/*================================================
/* コンテンツ
 ================================================*/

 #contents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/*================================================
/* main
 ================================================*/
 #main {
	margin: 0;
	padding: 0;
}

/*================================================
/* form_area
 ================================================*/
 .form_area {
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
}
.form_area_s {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.form_area_es {
	width: 100%;
	max-width: 576px;
	margin: 0 auto;
}

/*================================================
/* btn_area
 ================================================*/
.btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.btn_area div {
	margin: 5px 10px;
}

/*================================================
 page-topボタン
 ================================================*/
#page-top {
	position: fixed;
	bottom: 60px;
	right: 40px;
	font-size: 85%;
	margin: 10px auto;
	z-index:15;
}
#page-top a {
	border: 2px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 10px 5px 10px 10px;
	background: #999;
}
#page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	text-decoration: none;
}

#page-top01 {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #4d4d4d;
  opacity: 0.6;
	z-index:15;
}

  /* Font Awesome */
  #page-top01::before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f0d8';
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    width: 30px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page-top01::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
	#page-top01:hover {
		opacity: 0.7;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		text-decoration: none;
	}

/*================================================
 回り込み解除
 ================================================*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 表示領域が991.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 991.98px) {
	#main {
		padding: 0 10px 10px;
	}
	footer {
		width:100%;
	}
}

/* 表示領域が768px以上の場合に適用するスタイル */
@media screen and (min-width: 768px) {
	.header2 div:last-of-type { /* 一番右側のボーダーを消す */
		border-right: none;
	}
	.header2 div:first-of-type { /*「会員マイページ」タイトル */
		min-width: 300px;
		width: calc(100% - 400px);
		padding-bottom: 15px;
	}
	.header2 div.mode:first-of-type { /*「会員マイページ 認定」タイトル */
		width: calc(100% - 250px);
	}
	.header2 div:nth-of-type(2) { /* 会員氏名 */
		width: 250px;
	}
	.header2 div:nth-of-type(3) { /* 年会費納入状況 */
		width: 150px;
	}
		.spOnly_s {
		display: none !important;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 767.98px) {
	.header_inner {
		flex-direction: column-reverse;
	}
	.header_l {
		width: 100%;
	}
	.header_r {
		margin-left: auto;
	}

	.header2 {
		flex-direction: column;
		border-right: none;
		border-left: none;
	}
	.header2 div {
		width: 100%;
		border: none;
		border-bottom: 1px solid #CCC;
	}
	.header2 div.gry {
		border-bottom: 2px solid #FFF;
	}
	.header2 div:last-of-type { /* 一番下のボーダーを消す */
		border-bottom: none;
	}
	.header2 div.txt_hd {
		display: inline;
	}

/*================================================
/* btn_area
 ================================================*/
	.btn_area {
		flex-direction: column;
		justify-content: center;
		margin: 5px auto;
		max-width: 350px;
	}
	.btn_area div .btn01,
	.btn_area div .btn02,
	.btn_area div .btn11,
	.btn_area div .btn12 {
		margin: 0;
		width: 100%;
	}

  .pcOnly_s {
    display: none !important;
  }
}

/* 表示領域が576px以上の場合に適用するスタイル
-----------------------------------------------------*/
@media screen and (min-width: 576px) {
	.spOnly {
		display: none !important;
	}
}

/* 表示領域が575.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 575.98px) {
	#contents {
		padding-bottom: 50px;
		padding: 0 5px;
	}
	body {
		padding: 0;
	}
	footer {
		position:static;
	}
	.pcOnly {
    display: none !important;
  }
}

/* 印刷時に印刷しない要素 */
@media print {
  #page-top {
    display: none;
  }
}