@charset "UTF-8";
/* 基本設定 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.6;
	word-wrap : break-word;
	overflow-wrap : break-word;
	background-color: #d6d8ca;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  /* box-shadow: 0 0 30px 0px rgb(0 0 0 / 50%); */
}

/* スマホサイズのときは制限を外す */
@media (max-width: 750px) {
  .container {
    max-width: 100%;
    box-shadow: none; /* スマホでは影も不要なら */
  }
}

.pc { display: block; }
.sp { display: none; }
.mid { display: none; }

/* SP（〜500px） */
@media screen and (max-width: 500px) {
  .pc { display: none; }
  .sp { display: block; }
  .mid { display: none; }
}

/* MID（501px〜767px） */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: none; }
  .mid { display: block; }
}

/* PC（768px〜） */
@media screen and (min-width: 768px) {
  .pc { display: block; }
  .sp { display: none; }
  .mid { display: none; }
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	overflow: hidden;
}

.float_btn{
	width: 100%;
	/* max-width: 500px; */
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	}
	.float_btn a:hover{
		opacity: .7:
	}
	/* float_btn01 */
	.float_btn01 a:nth-child(1){
		width: 50%;
	}
	.float_btn01 a:nth-child(2){
		width: 50%;
	}
.menu {display: none;}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	/* padding-bottom: 80px; */
	/* margin: 0 auto; */
	/* clear: both; */
	/* overflow: hidden; */
}

/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}

/* ▼▼▼ フッター
===================================== */

/* ▼ ページ上部へ戻る
--------------------------------------- */
#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	font-size: 12px;
	color: #fff;
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}
	#wrapper {width: 100%;}
	/* .pc {display: none;}
	.sp {display: block;} */



	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		/* float: none;
		width: 100%; */
		}
	#main {
		/* padding-bottom: 33px; */
	}

	/* 2column の場合！！各自修正して使用してください */
	.flex_box{
	}


	/* ▼▼▼ フッター
	====================================================== */
	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
	}

}
.page-top{
	position: fixed;
	width: 60px;
	height: auto;
	right: 50px;
	bottom: 30px;
	z-index: 9999;
}

@media screen and (max-width: 768px){
	.page-top{
		position: fixed;
		width: 50px;
		height: auto;
		right: 10px;
		bottom: 70px;
	}
}
a:active img,
a:focus img {
	opacity: 1; /* クリック後も元に戻す */
}
