@charset "utf-8";
/* CSS Document */


/* ページの初期設定 */
html,body {
	width:100%;
	position: relative;
}

html{
	min-height:100%;
	font-size: 10px/*62.5%*/!important;/*=10px ベースのフォントサイズ*/
}
@media (max-width: 959px) {
	html {
		background-image: url("../img/other/bg_contents.jpg");
		background-repeat: repeat;
	}
}
@media (min-width: 960px) {
	html {
		background-color:#cee4ae;
	}
}

body {	
	min-height:100vh;	
	line-height: 1.4;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:var(--clr-bk);
	text-align: center;
	position:relative;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
vertical-align: middle;
	color:#333!important;
}


/* 画像の初期設定 */
img {
	vertical-align: top;
	border: none;
}


/* リンクの初期設定 */
a {
	color: var(--clr-b);
	font-weight:bold;
	text-decoration: none;
}


/*レイアウト*/
#wrapper {
	width: 100%;
	display: flex;
    min-height: 100%;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}
@media (max-width: 959px) {

}
@media (min-width: 960px) {
	#wrapper {
		padding: 30px;
	}
}

#wrap {
	width : 100%;
	/*background-color: #f8f4e6;*/
	box-sizing: border-box;
	border-radius:10px;
	position: relative;
}
@media (max-width: 959px) {
	#wrap{
		padding: 20px;
	}
}
@media (min-width: 960px) {
	#wrap{
		background-image: url("../img/other/bg_contents.jpg");
		background-repeat: repeat;
		padding: 30px;
	}
}
#wrap:before{
	content: "";
	background: url("../img/other/bg_LB.png") top right / 100% auto no-repeat;
	display: block;
	position: absolute;
}
@media (max-width: 959px) {
	#wrap:before{
		content: "";
		width : 40vw;
		height: 20vw;
		bottom: -5px;
		left  : -5px;
	}
}
@media (min-width: 960px) {
	#wrap:before{
		content: "";
		width : 300px;
		height: 145px;
		bottom: -15px;
		left  : -15px;
	}
}
#wrap:after{
	content: "";
	background: url("../img/other/bg_RT.png") top right / 100% auto no-repeat;
	display: block;
	position: absolute
}
@media (max-width: 959px) {
	#wrap:after{
        width: 25vw;
        height: 15vw;
        top  : 0;
        right: -5px;
	}
}
@media (min-width: 960px) {
	#wrap:after{
		width : 300px;
		height: 145px;
		top  : -10px;
		right: -10px;
	}
}


.contents_width{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.ui-dialog{
	z-index:100001;
}

h3{
	font-size:2.4rem;
	border-bottom: 1px solid #333;
	margin-bottom:20px;
}


/*/// header ///
//////////////////////////////////////////////// */
#header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
font-weight: normal;
	background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
	border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
	backdrop-filter: blur(20px);
	box-shadow: 0 5px 20px rgba(200, 200, 230, 0.5); /* 薄い影 */
}


/*/// contentns ///
//////////////////////////////////////////////// */
.contents{
	width: 100%;
	text-align:center;
	z-index: 2;
	position: relative;
}

/*/// footer ///
//////////////////////////////////////////////// */
#footer{
	width:100%;
	position: fixed;
	bottom: 0;
	font-size:1.4rem;
	line-height:24px;

	color:#fff;
	background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
	border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
	backdrop-filter: blur(20px);
	box-shadow: 0 5px 20px rgba(200, 200, 230, 0.5); /* 薄い影 */
	z-index: 5;
}


/*/// ダイアログ ///
//////////////////////////////////////////////// */
.dialog_sf_theme.ui-dialog {
	padding:0;
	overflow: inherit;
	border-radius: 0;
	border: 0;
}


/*/// ツールチップ ///
//////////////////////////////////////////////// */
.ui-tooltip {	
	position: absolute;
	z-index: 3;
}
body .ui-tooltip {
	padding: 8px;
	border-width: 2px;
	color: var(--clr-w);
	background: var(--clr-bk5);
	letter-spacing: 1px;
	border-radius: 4px;
	border: 0;
	box-shadow: none;
	font-size: 1.2rem;
}



/*/// rtnLink（ページャー） ///
//////////////////////////////////////////////// */
.rtnLink .pager_prev,
.rtnLink .pager_next{
	display:none;
}
.rtnLink span em,
.rtnLink a:nth-child(n+2){
	border-left: 1px solid var(--clr-bkd);
}
.rtnLink a:last-child{
	border-left: 0;
}
.rtnLink a:nth-last-child(2){
	border-right: 1px solid var(--clr-bkd);
}
.rtnLink a .pager_prev ,
.rtnLink a .pager_next {
	padding-left:0;
	padding-right:0;
	color: var(--clr-bkc);
	display:inline;
	height:auto;
	border:none;
	background:none;
}
.rtnLink .pager_next,
.rtnLink .pg_last{ border-left: 1px solid var(--clr-bkd);}
.rtnLink span em,
.rtnLink a,
.rtnLink .pg_first,
.rtnLink .pg_last{
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
	display:inline-block;
	color:var(--clr-bk9);
	height:20px;
	line-height:20px;
}
.rtnLink span em ,
.rtnLink a:hover,
.rtnLink a:hover span{
	color:var(--clr-b)!important;
}
.rtnLink a{
	color:var(--clr-bk9);
	text-decoration:none;
}
.rtnLink a[title="最初へ"],
.rtnLink a[title="最後へ"]{
	display:none;
}





/*/// その他 ///
//////////////////////////////////////////////// */

/*/// ローディング ///
//////////////////////////////////////////////// */
#loader-bg,
#loader-bg2 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
}
#loader,
#loader2{
	max-width: 350px;
	display: none;
	text-align: center;
	color: #fff;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	z-index: 1001;
}
#loader img,
#loader2 img{
	width: 100%;
	height: auto;
	display: inline-block;
}


