@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:499px) {
	html {
		font-size: 2.5vw;
	}
}
body {
  min-width: 1200px;
	color: #333;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
}
header {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main {
	display: block;
}
footer {
  padding-top: 50px;
  background: var(--sub-color1);
}
footer > div {
  width: 1200px;
  margin: 0 auto;
}
footer > div > div:nth-child(1) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: var(--sub-color2) 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer > div > div:nth-child(1) dl dt {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--ttl-font);
}
footer > div > div:nth-child(1) dl dt span {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}
footer > div > div:nth-child(1) dl dd {
  margin-top: 10px;
  font-size: 1.8rem;
}
footer > div > div:nth-child(1) > div {
  padding-left: 110px;
  background: url("../images/common/footer_tel_icon.svg") 0 5px no-repeat;
  background-size: 90px;
}
footer > div > div:nth-child(1) > div > ul li {
  margin-bottom: 15px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
footer > div > div:nth-child(1) > div > ul li span {
  font-size: 2rem;
}
footer > div > div:nth-child(1) > div > p {
  font-size: 1.8rem;
}
footer > div > div:nth-child(2) {
  padding-bottom: 50px;
  border-bottom: var(--sub-color2) 1px solid;
  display: flex;
}
footer > div > div:nth-child(2) > ul {
  width: 300px;
  margin-right: 100px;
}
footer > div > div:nth-child(2) > ul li {
  margin-bottom: 10px;
}
footer > div > div:nth-child(2) > ul li a {
  padding: 10px;
  font-size: 1.8rem;
}
footer > div > div:nth-child(2) > ul li a::before {
	width: 24px;
	height: 24px;
}
footer > div > div:nth-child(2) > ul li a::after {
	width: 4px;
	height: 4px;
	right: 21px;
}
footer > div > div:nth-child(2) > div {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
footer > div > div:nth-child(2) > div dt {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--ttl-font);
}
footer > div > div:nth-child(2) > div dd {
  margin-top: 15px;
}
footer > div > div:nth-child(2) > div dd ul li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
footer > div > div:nth-child(2) > div dd ul li:last-child {
  margin-bottom: 0;
}
footer > div > div:nth-child(2) > div dd ul li a {
  text-decoration: none;
  color: #000;
}
footer > div > div:nth-child(2) > div dd ul li a:hover {
  text-decoration: underline;
}
#copy {
  padding: 20px 0;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
	header {
		width: 100%;
		min-width: 100%;
		height: 70px;
		padding: 0 15px;
		position: sticky;
		top: 0;
		z-index: 10000;
		/*background-color: rgba(255,255,255,0.8);*/
		background-color: #fff;
		border-bottom: #eee 1px solid;
    display: flex;
    align-items: center;
	}
  h1 {
    width: 85%;
  }
  h1 img {
    width: 100%;
  }
  footer {
    padding-top: 20px;
  }
  footer > div {
    width: 100%;
  }
  footer > div > div:nth-child(1) {
    margin-bottom: 20px;
    padding: 0 15px 20px;
    border-bottom: var(--sub-color2) 1px solid;
    display: block;
  }
  footer > div > div:nth-child(1) dl dt {
    font-size: 2.2rem;
    text-align: center;
  }
  footer > div > div:nth-child(1) dl dt span {
    font-size: 1.6rem;
  }
  footer > div > div:nth-child(1) dl dd {
    font-size: 1.4rem;
    text-align: center;
  }
  footer > div > div:nth-child(1) > div {
    margin-top: 20px;
    padding-left: 0;
    background: none;
  }
  footer > div > div:nth-child(1) > div > ul li {
    margin-bottom: 18px;
    font-size: 3.2rem;
    text-align: center;
  }
  footer > div > div:nth-child(1) > div > ul li span {
    margin-top: 10px;
    font-size: 1.6rem;
    display: block;
  }
  footer > div > div:nth-child(1) > div > p {
    font-size: 1.6rem;
    text-align: center;
  }
  footer > div > div:nth-child(2) {
    padding-bottom: 20px;
  }
  footer > div > div:nth-child(2) > ul {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
  }
  footer > div > div:nth-child(2) > ul li {
    margin-bottom: 10px;
  }
  footer > div > div:nth-child(2) > ul li:last-child {
    margin-bottom: 0;
  }
  footer > div > div:nth-child(2) > ul li a {
    padding: 10px;
    font-size: 1.6rem;
  }
  footer > div > div:nth-child(2) > ul li a::before {
    width: 24px;
    height: 24px;
  }
  footer > div > div:nth-child(2) > ul li a::after {
    width: 4px;
    height: 4px;
    right: 21px;
  }
  footer > div > div:nth-child(2) > div {
    display: none;
  }
	#copy {
		min-width: 100%;
    text-align: center;
	}
}
/***** nav *****/
/*#nav .menu-item-has-children > a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#nav .menu-item-has-children > a.open:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#nav .menu-item-has-children > a.open:after {
	background: transparent;
}*/
#nav .menu-item-has-children .sub-menu {
	display: none;
}

@media only screen and (max-width : 768px) {
	#menu_btn {
		top: 20px;
		right: 10px;
		transition: .3s;
		cursor: pointer;
		position: absolute;
		z-index: 10000;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-trigger {
		width: 18px;
		height: 17px;
		position: relative;
	}
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--base-color);
		transition: all .2s;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 70%;
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}	
	#menu_btn.active .menu-trigger span {
		background-color: #fff;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}
	#menu_btn.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}
	#nav {
		width: 100%;
		height: 100%;
    padding-top: 70px;
		overflow: auto;
		background: var(--base-color);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
		transform: translate(100%);
		transition: all .5s;
	}
	#nav.open {
		transform: translateZ(0);
	}
	#nav li {
		padding: 0;
		border-bottom: #fff 1px dotted;
	}
	#nav li:first-child {
		border-top: #fff 1px dotted;
	}
  #nav > ul > li:nth-last-child(1),
  #nav > ul > li:nth-last-child(2),
  #nav > ul > li:nth-last-child(3) {
    display: block;
  }
	#nav li a,
  #nav li > span {
		padding: 20px;
    font-weight: 700;
		font-family: var(--ttl-font);
		text-decoration: none;
		color: #fff;
		display: block;
		position: relative;
	}
	#nav li.focus a,
  #nav li.focus > span {
		color: var(--base-color);
		background-color: #fff;
	}
	#nav .menu-item-has-children > a {
		position: relative;
	}
	#nav .menu-item-has-children > a::before {
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-left: 0;
		border-bottom: 0;
		position: absolute;
		right: 20px;
		top: 47%;
		transform: rotate(135deg) translateX(-50%);
		display: block;
	}
	#nav .menu-item-has-children.open > a::before {
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-left: 0;
		border-bottom: 0;
		position: absolute;
		right: 10px;
		top: 43%;
		transform: rotate(-45deg) translateX(-50%);
		display: block;
	}
	#nav .menu-item-has-children.focus > a::before {
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid var(--base-color);
		border-left: 0;
		border-bottom: 0;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: rotate(135deg) translateX(-50%);
		display: block;
	}
	#nav .menu-item-has-children.focus.open > a::before {
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid var(--base-color);
		border-left: 0;
		border-bottom: 0;
		position: absolute;
		right: 10px;
		top: 45%;
		transform: rotate(-45deg) translateX(-50%);
		display: block;
	}
	#nav .menu-item-has-children .sub-menu li {
		border: none;
	}
	#nav .menu-item-has-children .sub-menu li a {
		padding: 12px 20px;
    font-weight: 500;
		color: #000;
		border-top: var(--base-color) 1px dotted;
		background: var(--sub-color1);
	}
}
@media print, screen and (min-width : 769px) {
	#menu_btn, .overlay {
		display: none;
	}
	#nav {
		padding: 20px 0 10px;
	}
	#nav > ul {
		display: flex;
    justify-content: flex-end;
	}
	#nav > ul > li {
    margin-left: 35px;
		position: relative;
	}
	#nav > ul > li:first-child {
    margin-left: 0;
	}  
	#nav > ul li.focus a,
  #nav > ul li.focus > span {
		color: var(--base-color);
	}
  #nav > ul > li:nth-last-child(1),
  #nav > ul > li:nth-last-child(2),
  #nav > ul > li:nth-last-child(3) {
    display: none;
  }
	#nav > ul > li > a,
  #nav > ul > li > span {
		font-size: 1.9rem;
		font-weight: 700;
		font-family: var(--ttl-font);
		text-decoration: none;
		color: #333;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .4s;
    cursor: pointer;
    position: relative;
	}
	#nav > ul > li > a::before,
  #nav > ul > li > span::before {
		content: "";
		width: 40%;
		height: 1px;
		background-color: var(--base-color);
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%);
    transition: .4s;
	}
  #nav > ul > li > a:hover::before,
  #nav > ul > li > span:hover::before {
		content: "";
		width: 60%;
		height: 1px;
		background-color: var(--base-color);
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%);
	}
	#nav > ul > li a:hover,
  #nav > ul > li span:hover {
		color: var(--base-color);
	}
	#nav .menu-item-has-children > a {
		cursor: pointer;
	}
	#nav .current-menu-item li a {
		color: #333;
	}
	#nav li ul.sub-menu {
		position: absolute;
		width: 200px;
		top: 40px;
    left: 50%;
    transform: translateX(-50%);
		/*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
		z-index: 999;
		border: none;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: var(--base-color) 2px solid
	}
  #nav li ul.sub-menu::before {
    content: "";
    color: var(--base-color);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.64952em 0.375em;
    border-bottom-color: currentColor;
    border-top: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
  }
	#nav li ul.sub-menu li {
		width: 100%;
		border-bottom: var(--base-color) 1px solid;
	}
	#nav li ul.sub-menu li:last-child {
		border: none;
	}
	#nav li ul.sub-menu li a {
		padding: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--ttl-font);
    text-decoration: none;
		background-color: rgba(255,255,255,0.9);
    display: block;
    position: relative;
    transition: 0.4s;
	}
	#nav li ul.sub-menu li a:hover {
    color: #fff;
		background: var(--base-color);
	}
  
  #nav > ul > .focus .sub-menu li a,
  #nav > ul > .focus .sub-menu li span {
    color: #000;
  }
}

/*****  *****/
#wrap {
}
#header_nav {
  display: flex;
  justify-content: flex-end;
}
#header_nav li {
  margin-left: 25px;
}
#header_nav li a {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--ttl-font);
  color: #333;
}
#header_nav li a:hover {
  text-decoration: none;
}
@media only screen and (max-width : 768px) {
  #header_nav {
    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;
}
/***** リスト *****/
.ttl + .list,
.sub_ttl + .list {
  margin-top: 0;
}
.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.arrow_list li {
  margin-bottom: 10px;
  padding-left: 27px;
  position: relative;
}
.disc li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.arrow_list li:last-child,
.disc li:last-child {
  margin-bottom: 0;
}
.arrow_list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--base-color);
  line-height: 1;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}
.arrow_list li::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid var(--base-color);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 0.8em;
  left: 7px;
  box-sizing: border-box;
}
.disc li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background: var(--base-color);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .arrow_list li {
    padding-left: 20px;
  }
  .arrow_list li::before {
    width: 10px;
  }
  .arrow_list li::after {
    content: "";
    width: 7px;
    height: 7px;
    left: 5px;
  }
}
/***** ※ *****/
.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: 20px;
}
@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 a {
	font-weight: 700;
  font-family: var(--ttl-font);
	text-decoration: none;
  letter-spacing: 0.1em;
	color: #fff;
	transition: all 0.4s;
	border-radius: 10px;
  background: var(--base-color);
  border: var(--base-color) 2px solid;
  display: block;
  position: relative;
}
.btn a:hover {
	color: var(--base-color);
	background-color: #fff;
}
.btn .no_link {
	font-weight: 700;
  font-family: var(--ttl-font);
	text-decoration: none;
  letter-spacing: 0.1em;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 2px solid;
	display: block;
	border-radius: 10px;
}
.btn a::before,
.btn a::after {
	content: "";
  position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	vertical-align: middle;
}
.btn a::before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.btn a:hover::before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--base-color);
}
.btn a::after {
	border-top: 1px solid var(--base-color);
	border-right: 1px solid var(--base-color);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_s {
  width: 30%;
  margin: 30px auto;
}
.note + .btn_s {
  margin-top: 15px;
}
.btn_s a, 
.btn_s > span {
  padding: 15px;
  font-size: 1.8rem;
}
.btn_s a::before {
	width: 24px;
	height: 24px;
}
.btn_s a::after {
	width: 4px;
	height: 4px;
	right: 21px;
}
@media screen and (max-width:768px) {  
  .btn_s {
    width: 100%;
    margin: 20px 0;
  }
  .btn_s a,
  .btn_s > span {
    padding: 10px;
    font-size: 1.6rem;
  }
}
/* ページトップ */
/*********************/
#pagetop {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
	background-color: var(--base-color);
	border-radius: 50%;
	border: #fff 2px solid;
	cursor: pointer;
	transition: 0.5s;
}
#pagetop::before {
	content: "";
	width: 8px;
	height: 8px;
/*
	border-right: 12px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 12px solid transparent;
*/
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -38%) rotate(-45deg);
}
#pagetop:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px) {
	#pagetop {
		width: 50px;
		height: 50px;
	}
}
/***** 印刷用 *****/
@media print {
	main > div {
		display: block;
	}
	main > div::after {
		content: "";
		clear: both;
		display: block;
	}
	#pagetop {
		display: none;
	}
}
/***** *****/
:root {
  --ttl-font: "Zen Maru Gothic", sans-serif;
  --base-color: #0FABC2;
  --sub-color1: #E5F6F8;
  --sub-color2: #95C3C8;
  --sub-color3: #87bee9;
  --hover-color1: #87bee9;
  --box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  --btn-pad: 20px 0;
}
@media screen and (max-width:768px) {
	:root {
		--btn-pad: 10px 0;
}