@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: #000;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
}
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10000;
}
header > div {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer {
  background: var(--base-color);
}
footer > div:nth-child(1) {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
footer > div:nth-child(1) > div:nth-child(1) {
  margin-right: 50px;
  padding-right: 50px;
  border-right: #fff 1px solid;
}
footer > div:nth-child(1) > div:nth-child(1) dl dt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
footer > div:nth-child(1) > div:nth-child(1) dl dt span {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
footer > div:nth-child(1) > div:nth-child(1) dl dd {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}
footer > div:nth-child(1) > div:nth-child(1) ul {
  margin-top: 20px;
}
footer > div:nth-child(1) > div:nth-child(1) ul li {
  margin-bottom: 5px;
  line-height: 1;
}
footer > div:nth-child(1) > div:nth-child(1) ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
}
footer > div:nth-child(1) > div:nth-child(2) {
  flex: 1;
}
footer > div:nth-child(1) > div:nth-child(2) > ul {
  display: flex;
}
footer > div:nth-child(1) > div:nth-child(2) > ul li {
  margin-right: 30px;
  line-height: 1.3;
}
footer > div:nth-child(1) > div:nth-child(2) > ul li:last-child {
  margin-right: 0;
}
footer > div:nth-child(1) > div:nth-child(2) > ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
footer > div:nth-child(1) > div:nth-child(2) > ul li a:hover {
  text-decoration: underline;  
}
footer > div:nth-child(1) > div:nth-child(2) > dl {
  margin-top: 10px;
}
footer > div:nth-child(1) > div:nth-child(2) > dl dt a {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
footer > div:nth-child(1) > div:nth-child(2) > dl dt a:hover {
  text-decoration: underline;  
}
footer > div:nth-child(1) > div:nth-child(2) > dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
footer > div:nth-child(1) > div:nth-child(2) > dl dd ul li {
  margin-right: 20px;
  line-height: 1.3;
}
footer > div:nth-child(1) > div:nth-child(2) > dl dd ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
}
footer > div:nth-child(1) > div:nth-child(2) > dl dd ul li a:hover {
  text-decoration: underline;  
}
footer > div:nth-child(2) {
  padding: 10px 0;
  background: var(--sub-color1);
}
footer > div:nth-child(2) > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer > div:nth-child(2) > div > ul {
  display: flex;
}
footer > div:nth-child(2) > div > ul li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
  border-right: #fff 1px solid;
}
footer > div:nth-child(2) > div > ul li:nth-child(1) {
  padding-left: 15px;
  border-left: #fff 1px solid;
}
footer > div:nth-child(2) > div > ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
}
#copy {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
	header {
		width: 100%;
		min-width: 100%;
		height: 70px;
		/*background-color: rgba(255,255,255,0.8);*/
		background-color: #fff;
		border-bottom: #eee 1px solid;
    display: flex;
    align-items: center;
	}
  header > div {
    width: 100%;
    height: 70px;
    padding: 0 15px;
  }
  h1 {
    width: 70%;
  }
  h1 img {
    width: 100%;
  }
  footer > div:nth-child(1) {
    width: 100%;
    display: block;
  }
  footer > div:nth-child(1) > div:nth-child(1) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  footer > div:nth-child(1) > div:nth-child(1) dl {
    text-align: center;
  }
  footer > div:nth-child(1) > div:nth-child(2) {
    display: none;
  }
  footer > div > div:nth-child(2) > div {
    display: none;
  }
  footer > div:nth-child(2) {
    padding: 0 0 10px;
  }
  footer > div:nth-child(2) > div {
    width: 100%;
    display: block;
  }
  footer > div:nth-child(2) > div > ul {
    display: flex;
    justify-content: space-between;
    border-top: #fff 1px solid;
  }
  footer > div:nth-child(2) > div > ul li {
    margin-right: 0;
    padding-right: 0;
    flex: auto;
  }
  footer > div:nth-child(2) > div > ul li:nth-child(1) {
    padding-left: 0;
    border-left: none;
  }
  footer > div:nth-child(2) > div > ul li:last-child {
    border-right: none;
  }
  footer > div:nth-child(2) > div > ul li a {
    padding: 15px 0;
    text-align: center;
    display: block;
  }
	#copy {
		min-width: 100%;
    padding-top: 10px;
    text-align: center;
    border-top: #fff 1px solid;
	}
}
/***** 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 li a {
		padding: 20px;
    font-weight: 700;
		font-family: var(--ttl-font);
		text-decoration: none;
		color: #fff;
		display: block;
		position: relative;
	}
	#nav li.focus a {
		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: #fff;
		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: 30px 0 20px;
	}
	#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 > a {
		font-size: 1.6rem;
		font-weight: 500;
		font-family: var(--ttl-font);
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .4s;
    cursor: pointer;
/*    position: relative;*/
	}
	#nav > ul > li a:hover,
  #nav > ul > li:hover {
		color: var(--base-color);
	}
  #nav .menu-item-has-children {
    position: static !important;
  }
	#nav .menu-item-has-children > a {
		cursor: pointer;
	}
	#nav .current-menu-item li a {
		color: #333;
	}
	#nav li .sub-menu {
		position: absolute;
		width: 100%;
		top: 100px;
    left: 0;
    right: 0;
		/*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
		z-index: 999;
		border: none;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.9);
	}
  #nav li .sub-menu ul {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
	#nav li .sub-menu li {
    width: 25%;
    margin-bottom: 10px;
	}
  #nav li .sub-menu li:nth-child(5),
  #nav li .sub-menu li:nth-child(6) {
    flex: 1;
  }
	#nav li .sub-menu li:last-child {
		border: none;
	}
	#nav li .sub-menu li a {
    padding-left: 22px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--ttl-font);
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.4s;
	}
  #nav li .sub-menu li a::before {  
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    left: 6px;
    top: 50%;
    z-index: 1;
    transition: .2s;
  }
  #nav li .sub-menu li a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: var(--base-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
  }
	#nav li .sub-menu li a:hover {
    color: 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: .8em;
  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 Kaku Gothic New", sans-serif;
  --eng-font: "Roboto", sans-serif;
  --base-color: #0073D6;
  --sub-color1: #00539B;
  --sub-color2: #95C3C8;
  --sub-color3: #87bee9;
  --sub-color4: #ea6000;
  --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;
	}
}

/***** 臨床薬理センター追加調整：グローバルメニュー強調 *****/
header {
  border-bottom: #d7ebff 1px solid;
  box-shadow: 0 4px 18px rgba(0, 115, 214, 0.10);
}
@media print, screen and (min-width : 769px) {
  #nav {
    padding: 22px 0 20px;
  }
  #nav > ul > li {
    margin-left: 12px;
  }
  #nav > ul > li > a {
    padding: 10px 16px;
    font-size: 1.65rem;
    font-weight: 700;
    color: #003f78;
    background: #eef8ff;
    border: #d2eaff 1px solid;
    border-radius: 100px;
    box-shadow: 0 2px 6px rgba(0, 115, 214, 0.06);
  }
  #nav > ul > li.current-menu-item > a,
  #nav > ul > li > a:hover,
  #nav > ul > li:hover > a {
    color: #fff;
    background: var(--base-color);
    border-color: var(--base-color);
    box-shadow: 0 6px 14px rgba(0, 115, 214, 0.20);
  }
  #nav li .sub-menu {
    top: 100px;
    background: rgba(255,255,255,0.96);
  }
}
@media only screen and (max-width : 768px) {
  #nav li a {
    font-weight: 700;
  }
}


/***** 臨床薬理センター追加調整 v2：グローバルメニュー強調・110％ *****/
@media print, screen and (min-width: 769px) {
  header {
    border-bottom: #d7ebff 1px solid !important;
    box-shadow: 0 4px 18px rgba(0, 115, 214, 0.12) !important;
  }
  header #nav {
    padding: 18px 0 18px !important;
  }
  header #nav > ul {
    gap: 10px !important;
    align-items: center !important;
  }
  header #nav > ul > li {
    margin-left: 0 !important;
  }
  header #nav > ul > li > a {
    padding: 10px 15px !important;
    font-size: 1.76rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #003f78 !important;
    background: #eaf6ff !important;
    border: #badfff 1px solid !important;
    border-radius: 999px !important;
    box-shadow: 0 3px 8px rgba(0, 115, 214, 0.10) !important;
    white-space: nowrap !important;
  }
  header #nav > ul > li.current-menu-item > a,
  header #nav > ul > li > a:hover,
  header #nav > ul > li:hover > a {
    color: #fff !important;
    background: var(--base-color) !important;
    border-color: var(--base-color) !important;
    box-shadow: 0 6px 14px rgba(0, 115, 214, 0.22) !important;
    text-decoration: none !important;
  }
  header #nav li .sub-menu {
    top: 100px !important;
    background: rgba(255,255,255,0.98) !important;
  }
  header #nav li .sub-menu li a {
    font-size: 1.65rem !important;
  }
}
@media only screen and (max-width: 768px) {
  header #nav li a {
    font-size: 1.76rem !important;
    font-weight: 700 !important;
  }
}
