@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.Poppins {
	font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.Cinzel {
	font-family: "Cinzel", serif;
	//font-optical-sizing: auto;
	font-weight: 400;
}
.noto, .noto200 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
}
.noto200 {
	font-weight: 200;
}
.sippo {
	font-family: 'Shippori Mincho', serif;
}
h1, h2, h3, p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8em;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
h1 {
	white-space: nowrap;
}
h2 {
	//letter-spacing: 0.2em;
	font-size: 1.6em;
}
h3 {
	//letter-spacing: 0.2em;
	font-size: 1.2em;
}
p {
	font-size: 1.1em;
}
.pzero {
	margin-top: 0px;
	padding-top: 0px;
}
.underl1 {
	border-bottom: 2px solid #000;
	display: inline-block;
	padding-bottom: 4px;
}
.pdff {
	background-color: #ddd;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 5px;
	margin-left: 10px;
}
.pbig200 {
	font-size: 200%;
}
.pbig150 {
	font-size: 150%;
}

.pcell {
	display: table;
	width: 100%;
	//background-color: rgba(102,255,255,1);
}
.pcellleft {
	display: table-cell;
    text-align: left;
}
.pcellright {
	display: table-cell;
    text-align: right;
}
.pright {
	text-align: right;
}
.pgreen {
	color:#191;
}
.pcenter {
	text-align: center;
}
.psmall {
	font-size: 80%;
}
.ptitle {
	letter-spacing: 0.2em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}
.fsize1 {
	font-size: 2em;
}
.fsize2 {
	font-size: 1.8em;
}
.fsize3 {
	font-size: 3em;
}
.fsize4 {
	font-size: 1.3em;
}
.fsize5 {
	font-size: 1.4em;
}
.fcolor1 {
	color: rgba(0,0,0,1);
	z-index: 20;
}
.pwhite {
	color: rgba(255,255,255,1);
}
.paddv1 {
	padding-top: 40px;
	padding-bottom: 60px;
}
.pagefooter {

	//background-color: rgba(200,100,200,0.3);

	//color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #e6e6e6;
}
.articlefooter {
	text-align: center;
}
.pflx {
	text-align:left;
}
/* 右矢印2 Start */
.arrow2 {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 5px 20px;
  border-radius: 9999px;
  background-color: #000;
}

.arrow2::before,
.arrow2::after {
  content: "";
  position: absolute;
  //top: calc(50% - 0px);
  top 50%;
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.arrow2::before {
  transform: rotate(45deg);
}

.arrow2::after {
  transform: rotate(-45deg);
}
/* 右矢印2 END */

.brmb {
	display:block;
}
.brpc {
	display:none;
}
@media screen and (min-width:800px) {
.brmb {
	display:none;
}
.brpc {
	display:block;
}
	.fsize1 {
	font-size: 2em;
	}
.pflx {
	text-align:center;
}


}
.bw {
	border: thin solid #333;
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
	color: #333;
	background-color: #FFF;
}
