@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
/*	font-family: "NotoSansCJKjp", sans-serif;*/
	font-family: 'Zen Kaku Gothic New';
	font-weight: 400;
	line-height: 1.5;
/*	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	margin: 0;
	color: #333;
}
.small{ font-size: 0.8em!important; }

/*文字の横位置*/
.al-l{ text-align: left; }
.al-r{ text-align: right; }
.al-c{ text-align: center; }

.main-wrapper,
.footer-wrapper{
	width: 100%;
	max-width: 650px;
	margin: 20px auto;
}

h2 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}
h2:before,
h2:after {
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #B7CCA3;
}
h2:before {
  left: 0;
  content: '\f101';
}
h2:after {
  right: 0;
  content: '\f100';
}


.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--bsky,
a.btn--inst,
a.btn--thrd,
a.btn--tea,
a.btn--sell,
a.btn--site,
a.btn--duo,
a.btn--orange{
  color: #fff;
  background: #aaa;
	border: 2px solid #fff;
}
a.btn--bsky:hover {
  background: #1DA1F2;
}
a.btn--thrd:hover {
  background: #555;
}
a.btn--inst:hover {
  background: #CF2E92;
}
a.btn--duo:hover {
  background: #5DCE0A;
}
a.btn--tea:hover {
  background: #91C177;
}
a.btn--orange:hover {
  background: #f56500;
}
a.btn--sell:hover {
  background: #f56500;
}
a.btn--site:hover {
  background: #f56500;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
a.btn--circle {
  border-radius: 50%;
  line-height: 1.2;
  width: 100px;
  height: 100px;
  padding: 0;
	margin: 0 5px 10px 5px;
}
.btn i{
	display: block;
	padding: 14px 10px 13px 10px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
i.hover_1:hover{
	display: none;
}
/*a.btn:hover i.hover_1{
	display: none;
}*/


p{
	font-size: 0.8em;
	margin: 0px 10px 20px 10px;
	line-height: 2;
}
.main-wrapper ul,
.main-wrapper ol{
	margin: 0 0 0 -1.5em;
	font-size: 0.8em;
}
.main-wrapper ul li,
.main-wrapper ol li{
	margin: 0 10px 10px 0;
}

table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th{
	padding: 0;
}
th{
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: left;
}
table.table-block{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

.table-block th,
.table-block td{
	padding: 1.25em 1em;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	vertical-align: top!important;
}


img{
	height: auto;
	max-width: 100%;
	border: 0;
}
img.bnr01{
	width: 60%;
	min-width: 280px;
	height: auto;
	border: 0;
}
a img{
    transition: 0.3s;
}
a img:hover{
    opacity: 0.7;
}
img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}


@media only screen and (max-width:400px) {
	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
	.table-block,
	.table-block thead,
	.table-block tbody,
	.table-block tfoot,
	.table-block tr,
	.table-block th,
	.table-block td{
		display: block;
	}

	.table-block{
		border-bottom: 1px solid #959595;
	}
	
	.table-block th,
	.table-block td{
		float: left;
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-block:after{
		content : '';
		display : block;
		clear : both;
		height:0;
	}

	.table-scroll:before{
		content: "※はみ出ている場合、横にスクロールできます。"
	}
}