@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	background: transparent;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
body {
	line-height: 1;
}
section, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
}
/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px) {
	html {
		font-size: 2.5vw;
	}
}
body {
	color: #333;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
}
header {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > div {
	display: flex;
	align-items: center;
}
header > div h1 {
	margin-right: 20px;
}
header > div img {
	height: 40px;
}
header > ul {
	display: flex;
	align-items: center;
}
header > ul > li {
	margin-left: 10px;
}
header > ul > li a {
	width: 110px;
	height: 30px;
	font-size: 1.3rem;
	text-decoration: none;
	color: #fff;
	border-radius: 100px;
	background-color: var(--color-bl);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	border-color: var(--color-bl);
	transition: 0.2s;
}
header > ul > li:last-child a {
	background-color: var(--color-gr);
	border: 2px solid;
	border-color: var(--color-gr);
}
header > ul > li:last-child a span {
	padding-right: 18px;
	background: url("../images/common/member_icon.svg") 100% 50% no-repeat;
	display: block;
}
header > ul > li:last-child a:hover span {
	background: url("../images/common/member_icon_h.svg") 100% 50% no-repeat;
}
header > ul > li a:hover {
	color: var(--color-bl);
	background-color: #fff;
}
header > ul > li:last-child a:hover {
	color: var(--color-gr);
}
main {
	display: block;
}
footer {
	min-width: 1100px;
	background-color: var(--color-bl);
}
footer > div {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
footer > div > div:nth-child(1) {
	width: 27%;
}
footer > div > div:nth-child(2) {
	width: 65%;
}
footer > div > div:nth-child(1) dt {
	font-size: 2rem;
	font-weight: 500;
}
footer > div > div:nth-child(1) dt span {
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
}
footer > div > div:nth-child(1) dd {
	margin-top: 10px;
	font-size: 1.4rem;
}
footer > div > div:nth-child(1) ul {
	margin-top: 25px;
}
footer > div > div:nth-child(1) ul li {
	margin-bottom: 10px;
}
footer > div > div:nth-child(1) ul li:last-child {
	margin-bottom: 0;
}
footer > div > div:nth-child(1) ul li a {
	padding: 5px 0;
	font-size: 1.3rem;
	color: #333;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #fff;
	border: #fff 2px solid;
	transition: 0.5s;
}
footer > div > div:nth-child(1) ul li a:hover {
	color: #fff;
	background: none;
}
footer > div > div:nth-child(2) div {
	display: flex;
}
footer > div > div:nth-child(2) div a {
	color: #fff;
}
footer > div > div:nth-child(2) div {
	justify-content: space-between;
}
footer > div > div:nth-child(2) div dl dt:nth-of-type(2) {
	margin-top: 30px;
}
footer > div > div:nth-child(2) div dt {
	font-size: 1.4rem;
	font-weight: 700;
}
footer > div > div:nth-child(2) div dd {
	margin-top: 10px;
	font-size: 1.2rem;
}
footer > div > div:nth-child(2) div dd > ul > li {
	margin-bottom: 5px;
}
footer > div > div:nth-child(2) div dd > ul > li:last-child {
	margin-bottom: 0;
}
footer > div > div:nth-child(2) div > ul > li {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
footer > div > div:nth-child(2) div > ul > li:last-child {
	margin-bottom: 0;
}
footer > div > div:nth-child(2) div:nth-child(2) {
	margin-top: 30px;
}
#copy {
	min-width: 1100px;
	background-color: #0053a1;
	padding: 10px 0;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
}
@media screen and (max-width:768px) {
	header {
		width: 100%;
		min-width: 100%;
		height: 65px;
		padding: 0 15px;
		position: sticky;
		top: 0;
		z-index: 9999;
		/*background-color: rgba(255,255,255,0.8);*/
		background-color: #fff;
		border-bottom: #eee 1px solid;
	}
	header > div h1 {
		margin-right: 15px;
	}
	header > div img {
		height: 6vw;
	}
	header > ul {
		display: none;
	}
	footer {
		min-width: 100%;
	}
	footer > div {
		width: 100%;
		padding: 30px;
	}
	footer > div > div:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	footer > div > div:nth-child(2) {
		display: none;
	}
	#copy {
		min-width: 100%;
	}
}
/***** gnav *****/
#gnav {
	min-width: 1100px;
	background-color: var(--color-bl);
}
.menu {
	width: 1100px;
	margin: 0 auto;
}
.menu > ul {
	display: flex;
	align-items: center;
}
.menu > ul > li {
	flex: auto;
	text-align: center;
	color: #fff;
	border-right: #fff 1px solid;
	transition: 0.5s;
}
.menu > ul > li:first-child {
	border-left: #fff 1px solid;
}
.menu > ul > li span {
	padding: 15px 0;
	font-size: 1.6rem;
	cursor: pointer;
	display: block;
}
.menu > ul > .focus {
	color: #fff;
	background-color: var(--color-gr);
}
.menu > ul > li:hover, .menu > ul > .focus:hover {
	color: var(--color-bl);
	background-color: #fff;
}
.menu > ul > li:nth-last-child(-n+4) {
	display: none;
}
.menu > ul > li > div {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: #fff;
	padding: 30px 0;
	position: absolute;
	z-index: 9999;
	left: 0;
	text-align: left;
	display: none;
	box-shadow: 0 5px 5px 1px rgba(100, 100, 100, .1);
}
.menu > ul > li > div > ul {
	width: 1100px;
	margin: 0 auto;
	/*display: flex;
	align-items: flex-start;
	justify-content: space-between;*/
}
.menu > ul > li > div > ul > li {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	align-items: flex-start;
}
.menu > ul > li > div > ul > li figure {
	width: 270px;
	position: relative;
}
.menu > ul > li > div > ul > li figure figcaption {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	color: #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.menu > ul > li > div > ul > li > ul {
	width: 750px;
	display: flex;
	flex-wrap: wrap;
}
.menu > ul > li > div > ul > li > ul > li {
	width: 45%;
	margin: 2.5% 10% 0 0;
	padding-bottom: 2.5%;
	border-bottom: #999 1px dotted;
}
.menu > ul > li > div > ul > li > ul > li:nth-child(even) {
	margin-right: 0;
}
.menu > ul > li > div > ul > li > ul > li:nth-child(1), .menu > ul > li > div > ul > li > ul > li:nth-child(2) {
	margin-top: 0;
}
.menu > ul > li > div > ul > li > ul li a {
	padding: 10px 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
	transition: 0.5s;
	background: url("../images/common/navi_icon.svg") 98% 50% no-repeat;
}
.menu > ul > li > div > ul > li > ul li a:hover {
	color: var(--color-bl);
	background: url("../images/common/navi_icon.svg") 100% 50% no-repeat;
}
/*.menu > ul > li > div > ul > li > ul li a::after {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/common/navi_icon.svg") 95% 50% no-repeat;
	display: block;
}*/
.menu > ul > li > div > ul > li > ul > li > ul {
	width: 100%;
	margin-top: 10px;
	display: block;
}
.menu > ul > li > div > ul > li > ul > li > ul > li {
	margin: 0 0 5px 0;
	padding: 0;
}
.menu > ul > li > div > ul > li > ul > li > ul > li:last-child {
	margin: 0;
}
.menu > ul > li > div > ul > li > ul > li > ul li a {
	padding-left: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	position: relative;
}
.menu > ul > li > div > ul > li > ul > li > ul li a::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid black;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 45%;
}
@media screen and (max-width:768px) {
	#gnav {
		min-width: 100%;
		background: none;
	}
	#nav_toggle {
		width: 30px;
		padding: 5px 0;
		z-index: 9999;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		right: 15px;
		top: 15px;
	}
	#nav_toggle div {
		display: block;
		width: 30px;
		height: 23px;
		z-index: 100;
		position: relative;
	}
	#nav_toggle span {
		display: block;
		height: 1px;
		background: var(--color-bl);
		position: absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#nav_toggle span:nth-child(1) {
		top: 0px;
	}
	#nav_toggle span:nth-child(2) {
		top: 11px;
	}
	#nav_toggle span:nth-child(3) {
		top: 22px;
	}
	.open #nav_toggle span:nth-child(1) {
		-webkit-transform: translateY(11px) rotate(-315deg);
		transform: translateY(11px) rotate(-315deg);
	}
	.open #nav_toggle span:nth-child(2) {
		opacity: 0;
	}
	.open #nav_toggle span:nth-child(3) {
		-webkit-transform: translateY(-11px) rotate(315deg);
		transform: translateY(-11px) rotate(315deg);
	}
	.menu {
		width: 100%;
		position: fixed;
		top: 64px;
		left: 0;
		display: none;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0 5px 5px 1px rgba(100, 100, 100, .1);
	}
	.menu > ul {
		display: block;
	}
	.menu > ul > li {
		padding: 0;
		text-align: left;
		color: #333;
		border: none;
		border-bottom: #ccc 1px solid;
	}
	.menu > ul > .focus {
		color: #333;
		background-color: #fff;
	}
	.menu > ul > li span {
		padding: 10px;
		display: block;
		position: relative;
	}
	.menu > ul > li.focus span::after {
		display: none;
	}
	.menu > ul > li span::before {
		content: "";
		width: 8px;
		height: 8px;
		margin-right: 12px;
		color: var(--color-bl);
		border-top: 2px solid;
		border-right: 2px solid;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		right: 5px;
		top: 38%;
	}
	.menu > ul > li span.active::before {
		content: "";
		width: 8px;
		height: 8px;
		margin-right: 12px;
		color: var(--color-bl);
		border-top: 2px solid;
		border-right: 2px solid;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		right: 5px;
		top: 46%;
	}
	.menu > ul > li:nth-last-child(-n+4) {
		display: block;
	}
	.menu > ul > li:nth-last-child(-n+4) a {
		padding: 10px;
		text-decoration: none;
		color: #333;
		display: block;
	}
	.menu > ul > li:nth-last-child(1) a {
		background: url("../images/common/member_icon.svg") 95% 50% no-repeat;
	}
	.menu > ul > li:first-child {
		border-top: #ccc 1px solid;
		border-left: none;
	}
	.menu > ul > li:nth-last-child(1) a {
		color: #fff;
		background-color: var(--color-gr);
	}
	.menu > ul > li > div {
		width: 100%;
		margin: 0;
		padding: 0;
		position: static;
		box-shadow: none;
	}
	.menu > ul > li > div > ul {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		background-color: #f5f5f5;
	}
	.menu > ul > li > div > ul > li {
		width: 100%;
		margin: 0;
	}
	.menu > ul > li > div > ul > li figure {
		display: none;
	}
	.menu > ul > li > div > ul > li > ul {
		width: 100%;
		display: block;
	}
	.menu > ul > li > div > ul > li > ul li {
		width: 100%;
		border-bottom: none;
	}
	.menu > ul > li > div > ul > li > ul li a {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-left: calc(10px + 1.6rem);
		font-size: 1.6rem;
		font-weight: 400;
		display: block;
		box-sizing: border-box;
		background: none;
		position: static;
	}
	.menu > ul > li > div > ul > li > ul li a:hover {
		background: none;
	}
	.menu > ul > li > div > ul > li > ul > li {
		margin: 0;
		padding-bottom: 0;
		border-top: #bbb 1px dotted;
	}
	.menu > ul > li > div > ul > li > ul > li > ul {
		display: none;
	}
}
/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {
	display: block;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
	.sp {
		display: block;
	}
}
/***** margin *****/
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mb3 {
	margin-top: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem !important;
}
.ft_m {
	font-size: 1.6rem !important;
}
.ft_l {
	font-size: 1.8rem !important;
}
.ft_ll {
	font-size: 2.2rem !important;
}
/***** フォント太さ *****/
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}
.note::before {
	content: "※";
}
.note_dl dt {
	width: 2.5em;
	float: left;
	clear: left;
}
.note_dl dd {
	padding-left: 2.5em;
}
.note_dl_s {
	margin-top: 5px;
}
.note_dl_s dt {
	width: 1em;
	float: left;
	clear: left;
}
.note_dl_s dd {
	padding-left: 1em;
}
/***** 位置 *****/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
/***** 色 *****/
.red {
	color: #cc0000;
}
.blue {
	color: #0580c4;
}
.black {
	color: #333;
}
/***** 取り消し *****/
.cancel {
	text-decoration: line-through;
}
/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
/***** アイコン *****/
.icon {
	margin-right: 5px;
	padding-right: 22px;
}
@media screen and (max-width:768px) {
	.icon {
		padding-right: 20px;
	}
}
.win_icon {
	padding-right: 18px;
	background: url("../images/common/win_icon.svg") 100% 50% no-repeat;
	background-size: 13px 11px;
}
.pdf_icon {
	background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.pdf_icon {
		background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.xls_icon {
	background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.xls_icon {
		background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.doc_icon {
	background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.doc_icon {
		background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.ppt_icon {
	background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.ppt_icon {
		background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
/***** ボタン *****/
.btn {
	margin-top: 30px;
	margin-bottom: 30px;
}
.inner .btn:last-of-type, .inner_item .btn:last-of-type, .box .btn:last-of-type {
	margin-top: 30px;
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.inner .btn:last-of-type, .inner_item .btn:last-of-type, .box .btn:last-of-type {
		margin-top: 20px;
	}
}
.btn a {
	padding: var(--btn-pad);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all 0.4s;
	border-radius: 100px;
}
@media screen and (max-width:768px) {
	.btn a {
		padding: var(--btn-pad);
	}
}
.btn a:hover {
	background-color: #fff;
}
.btn .no_link {
	padding: var(--btn-pad);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
	display: block;
	border-radius: 100px;
}
@media screen and (max-width:768px) {
	.btn .no_link {
		padding: var(--btn-pad);
	}
}
.btn1 a {
	display: block;
}
.btn2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:768px) {
	.btn2 {
		display: block;
	}
}
.btn2 li {
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.btn2 li {
		width: 100%;
		display: block;
	}
}
.btn2 a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:768px) {
	.btn2 a {
		padding: var(--btn-pad);
		display: block;
		box-sizing: border-box;
	}
}
.btn3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:768px) {
	.btn3 {
		display: block;
	}
}
.btn3 li {
	width: 32%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}
@media screen and (max-width:768px) {
	.btn3 li {
		width: 100%;
		display: block;
	}
}
.btn3 a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:768px) {
	.btn3 a {
		padding: var(--btn-pad);
		display: block;
		box-sizing: border-box;
	}
}
.btn_bl a {
	background-color: var(--color-bl);
	border: var(--btn-border-bl);
}
.btn_bl a:hover {
	color: var(--color-bl);
	border: var(--btn-border-bl);
}
.btn_gr a {
	background-color: var(--color-gr);
	border: var(--btn-border-gr);
}
.btn_gr a:hover {
	color: var(--color-gr);
	background-color: #fff;
	border: var(--btn-border-gr);
}
.btn_s {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px) {
	.btn_s {
		width: 100%;
	}
}
.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px) {
	.btn_m {
		width: 100%;
	}
}
.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px) {
	.btn_l {
		width: 100%;
	}
}
/* ページトップ */
/*********************/
#pagetop {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
	background-color: var(--color-bl);
	border-radius: 50%;
	border: #fff 2px solid;
	cursor: pointer;
	transition: 0.5s;
}
#pagetop::before {
	content: "";
	width: 0;
	height: 0;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 12px solid transparent;
	position: absolute;
	left: 50%;
	top: 37%;
	transform: translate3d(-50%, 0, 0)
}
#pagetop:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px) {
	#pagetop {
		width: 50px;
		height: 50px;
	}
	#pagetop::before {
		border-right: 8px solid transparent;
		border-bottom: 11px solid #fff;
		border-left: 8px solid transparent;
		position: absolute;
		left: 50%;
		top: 36%;
		transform: translate3d(-50%, 0, 0)
	}
}
/***** 印刷用 *****/
@media print {
	main > div {
		display: block;
	}
	main > div::after {
		content: "";
		clear: both;
		display: block;
	}
	#pagetop {
		display: none;
	}
}
/***** 色 *****/ :root {
	--color-bl: #0862b6;
	--color-gr: #36b5b9;
	--color-rd: #cc0000;
	--btn-border-bl: #0862b6 3px solid;
	--btn-border-gr: #36b5b9 3px solid;
	--btn-pad: 25px 0;
}
@media screen and (max-width:768px) {
	:root {
		--btn-pad: 10px 0;
	}
}