@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap" rel="stylesheet');

/*================================================
 *  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: 'Noto Sans JP', 'Open Sans', Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	margin: 0;
	padding: 0 0 100px;
	background: #FFF;
	color: #222;
}

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

/* ローカルモード時の表示部分 */
.box_local {
	padding: 0.5em;
	background: #F03;
	color: #FFF;
	border: 3px solid #F99;
}
/* テストモード時の表示部分 */
.box_test {
	padding: 0.5em;
	background: #09C;
	color: #FFF;
	border: 3px solid #6CF;
}

.httl p {
	position: absolute;
	font-weight: bold; /*太字に*/
	font-size: 2em;/*サイズ2倍*/
	padding: 0;
	margin: 0;
	left: 30px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  padding: 30px 30px 32px;
  background: #2679B4;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #FFF;
}
header img {
  width: 100%;
  max-width: 64px;
  height:auto;
  vertical-align:middle;
}
header h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

/* タイトルとログアウトボタンの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 a {
	width: 140px;
	padding:10px;
	color:#ffffff;
	text-align: center;
	text-decoration: none;
	background: #999;
	display: block;
	position:relative;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	border-radius: 9999px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin: 0;
}
.header_r a:hover {
	opacity:0.7;
}

/* トップページへ戻る・ログアウトボタン */
#head_container {
	padding: 10px;
}

#head_box_right1 {
	float:right;
	text-align: right;
	width:160px;
}

#head_box_right2 {
	float:right;
	text-align: right;
	padding-top: 15px;
	width:400px;
	font-size: 90%;
}

#head_box_left1 {
	float:left;
	text-align: left;
	width:350px;
}

#head_clear {
	clear: both;
	text-align: center;
}

/* 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;
}

/*================================================
 *  フッター
 ================================================*/
 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: 10px;
	right: 10px;
	z-index:15;
}
#page-top a {
	border: 2px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
  font-size: 3.0rem;
	padding: 10px 15px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
  opacity: 0.9;
  border-radius: 9999px;
	background: #CCC;
  transition: all .5s ease;
  line-height: 1;
}
#page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	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 5 Free';
    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);
	}
	.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: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;
	}
	body {
		padding: 0;
	}
	footer {
		position:static;
	}
	.pcOnly {
    display: none !important;
  }
}