@charset 'UTF-8';
/* CSS Document */
/* z-index

9999	nav ul li ul.sub

*/
/* -------------------------------------------------------- html &amp; body */
html {
  height: 100%;
  /* background: #f2edea; */
  /* background: url("../img/bg.png"),
	#f2edea;    
    background-repeat: repeat-y,
	no-repeat;
	background-position: right,
	inherit;
    background-size: 300px 1px,
	auto; */
  /* background: url("../img/bg.png") repeat-y scroll right 0 / 300px 1px, #f9f2ee none no-repeat scroll 0 0; */
  background: #f9f2ee;
  /* background: #f2edea; */
  height: 100vh; /* min-width: 1000px; */
}
body {
  /* min-width: 1200px; */
  /* background: #f0f0f0; */
  /* height: 100%;
	min-height: 100vh; */
  width: 100%;
  /* overflow-x: hidden; */
  box-sizing: border-box;
  /* background-color: #f5f5f5,
	#f8f8f8;
	background-repeat: repeat-y,
	repeat;
	background-size: 300px,
	contain;
	background-position: left,
	inherit; */
  /* height: 100%;
    min-height: 100vh; */
  position: relative;
}
body:before {
  /* background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	content: "";
	height: 100vh;
	border-right: 1px solid #dadce0;
	box-sizing: border-box; */
}
body.top {
  /* background: #f2edea; */
  background: #f9f2ee; /* background: #fff9f7; */
}
div.wrapper {
  box-sizing: border-box;
  /* min-width: 1000px; */
  /* overflow: hidden; */
  position: relative;
  width: 100%; /* background-image: url("../img/bg.png");
    background-position: left bottom;
    background-repeat: repeat-y;
    background-size: 300px 1px; */
}
div.inner {
  /* width: 1000px; */
  width: 100%;
  max-width: 1200px;
}
/* ト ッ プ ペ ー ジ の と き */
body.top div.inner {
  margin-left: auto;
  margin-right: auto;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- header */
body.top header {
  width: 100%;
  background: #fff;
  position: relative;
  height: 100px; /* */
  /* border-bottom: 1px solid #ddd; */
  /* padding: 0 40px; */
  box-sizing: border-box;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0; /* border-bottom: 1px solid #1d1d1b; */ /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); */
}
header {
  width: 100%;
  background: #fff;
  height: 100px; /* */
  box-sizing: border-box;
  z-index: 2000;
  position: relative;
  border-bottom: 1px solid #ddd;
}
body.en header {
  height: 60px;
}
header > div.inner {
  /* overflow: hidden;
    max-height: 100px;
    padding: 1em 0 0; */
  position: relative;
  max-width: inherit;
}
header div.logo {
  height: 60px;
  position: relative; /* transition: 0.2s all; */
}
header div.logo a {
  display: block;
  padding: 0;
  color: #0a0a0a;
  /* font-size: 2.4rem; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  white-space: nowrap;
  /* left: 0.25em; */
  left: 10px; /* */ /* padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;	 */
}
header div.logo a img {
  display: block;
  max-width: 280px;
  height: auto; /* transition: 0.2s all; */
}
header div.logo div {
  /* font-size: 3rem;
	font-weight: bold;
	position: absolute;
	bottom: 0.25em;
	letter-spacing: -0.05em;
	white-space: nowrap;
	left: 280px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #1d1d1b; */
  /* transition: 0.2s all; */
}
header div.logo div.text {
  width: 375px;
  position: absolute;
  left: 280px;
  top: 0;
  height: 60px;
}
header div.logo div.text img {
  width: 375px;
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* header div.logo a img
{
    display: block;

    width: 440px; 
    height: 60px; 
	
	transition: all 0.4s ease 0s;
	max-width: 440px; 
}
 */
header div.logo a:hover {
  text-decoration: none;
}
header div.logo h1, header div.logo span {
  font-weight: normal;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- nav */
header div.menu-button {
  display: none;
}
div.nav-wrap {
  /* background: #1d1d1b; */
  background: #f8f8f8;
  /* background: #837d7b; */
  /* box-shadow: 0 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
nav {
  /* background: #f4c543; */
  position: relative;
  /* height: 100%; */
  /* height: 60px; */
  height: 40px;
}
nav ul {
  display: table;
  width: 100%;
  height: 100%;
}
nav ul li {
  position: relative;
  display: table-cell;
  /* height: 80px; */
  vertical-align: middle;
  width: 20%;
}
nav > div.inner > ul > li > a::after {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: '';
  transition: all .1s ease-in-out;
  background: #003e6c;
}
nav > div.inner > ul > li > a:hover::after {
  left: 0;
  width: 100%;
}
nav ul li a {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  /* padding: 1em; */
  text-align: center;
  /* color: #1d1d1b; */
  color: #1d1d1b;
  white-space: nowrap;
}
nav > ul > li:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  width: 10%;
  height: 3px;
  background: #fff; /* default */
  display: block;
  z-index: 1000;
}
nav > ul > li:nth-child(1):before {
  background: #0094c8; /* #539cb5; */
}
nav > ul > li:nth-child(2):before {
  background: #04a500; /* #6dab6c; */
}
nav > ul > li:nth-child(3):before {
  background: #ffb2b4; /* #f3adaf; */
}
nav > ul > li:nth-child(4):before {
  background: #ffe800; /* #f4be1d; */
}
nav > ul > li:nth-child(5):before {
  background: #3e344f; /* #f4be1d; */
}
nav ul li.current a {
  color: #1d1d1b;
}
nav ul li.current:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 25%;
  height: 3px;
  left: 50%;
  background: #003e6c;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
nav ul li a:hover {
  /* color: #0a84ff; */
  /* color: #848484; */
  /* color: #fff;
    background: #ff8cb3; */
  /* opacity: 0.9; */
  text-decoration: underline;
}
nav ul li a::after {
  /* border-right: 1px solid #1d1d1b; */
  border-right: 1px solid #ddd;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%) rotate(30deg);
  -webkit-transform: translate(0px, -50%) rotate(30deg);
  width: 1px; /* position: absolute;
    top: 1.2em;
    right: 0;

    width: 1px;
    height: 15px;

    content: '';

    background: #e9e9e9; */
}
nav ul li:first-child a::after {
  display: none; /* position: absolute;
    top: 1.2em;
    right: 0;

    width: 1px;
    height: 15px;

    content: '';

    background: #e9e9e9; */
}
nav ul li:first-child a::before {
  /* position: absolute;
    top: 1.2em;
    left: 0;

    width: 1px;
    height: 15px;

    content: '';

    background: #e9e9e9; */
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ @sub-menu */
nav ul li div.sub-menu {
  position: absolute;
  /* top: 70px; */ /* */
  /* top: 0; */
  /* left: 50%; */
  left: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  top: 40px; /* transform: translateX(-50%);
	-webkit-transform: translateX(-50%); */
}
nav ul li div.sub-menu ul {
  height: 100%;
  display: block;
}
nav ul li div.sub-menu ul li {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
}
nav ul li div.sub-menu ul li a {
  display: block;
  white-space: nowrap;
  padding: 0.8em 4em 0.8em 1em; /* */
  position: relative;
  color: #1b1b1b;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: left;
  background: rgba(248, 248, 248, 0.95);
  transition: 0.25s all;
  width: 100%;
}
nav ul li div.sub-menu ul li a:hover {
  /* background: #f8f8f8; */
  background: #fff;
  color: #1d1d1b;
}
nav ul li div.sub-menu ul li a:before {
  /* reset */
  position: relative;
  width: 0;
  height: 0;
  background: none;
  content: "";
  top: inherit;
  left: inherit;
  transform: none;
  -webkit-transform: none;
}
nav ul li div.sub-menu ul li a:before {
  /* reset */
  position: relative;
  width: 0;
  height: 0;
  background: none;
  content: "";
  top: inherit;
  left: inherit;
  transform: none;
  -webkit-transform: none;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
nav ul li div.sub-menu ul li:first-child a:before {
  /* reset */
  position: relative;
  width: 0;
  height: 0;
  background: none;
  content: "";
  top: inherit;
  /* filter: drop-shadow(0 0 1px #ccc); */
  left: inherit;
  transform: none;
  -webkit-transform: none;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  border-top: 1px solid #ccc border-right: 1px solid #ccc;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
nav ul li div.sub-menu ul li a:hover:before {
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
}
nav ul li div.sub-menu ul li:first-child a:hover:before {
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
}
nav ul li div.sub-menu ul li a:after {
  /* reset */
  display: none;
  position: relative;
  width: 0;
  height: 0;
  background: none;
  content: "";
  top: inherit;
  left: inherit;
  transform: none;
  -webkit-transform: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ @end sub-menu */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ header div.utility-links */
/* ト ッ プ ペ ー ジ の と き */
body.top header div.inner {
  position: relative;
}
header div.utility-links {
  /* border-top: 1px solid #dadce0; */
  /* background: #987edf; */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header div.utility-links ul {
  text-align: right;
  font-size: 1.3rem;
}
header div.utility-links ul li {
  display: inline-block;
}
header div.utility-links ul li a {
  color: #1d1d1b;
  padding-left: 2em;
  padding-right: 1em;
  position: relative;
  display: block; /* background: #f4c543; */
}
header div.utility-links ul li a:hover {
  text-decoration: underline;
}
header div.utility-links ul li a:before {
  border-right: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
  content: "";
  height: 4px;
  left: 1em;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%) rotate(45deg);
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  width: 4px;
}
header div.utility-links ul li.youtube-links {}
header div.utility-links ul li.youtube-links a:before {
  display: none;
}
header div.utility-links ul li.youtube-links a {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  padding: 0;
}
header div.utility-links ul li.youtube-links a:after {
  /* width: 45px;
	height: 45px;
	border-radius: 1000px;
	border: 2px solid #eee;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%); */
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Layout */
div.column-wrap {
  box-sizing: border-box;
  min-height: 100%;
  /* padding-bottom: 40px; */
  position: relative;
  /* top: 100px; */
  visibility: visible;
  box-sizing: border-box; /* background-image: url("../img/bg.png");
    background-position: right bottom;
    background-repeat: repeat-y;
    background-size: 300px 1px; */
}
body.en div.column-wrap {
  /* top: 60px; */
}
aside.aside-column {
  /* background: #5a4a18;
	width: 30%;
	max-width: 300px;
	width: 300px;
	float: left;
	position: relative;
	z-index: 1;
	position: relative;
	float: left;
	left: 0;
	top: 0; */
  right: 0;
  box-sizing: border-box;
  height: calc(100vh);
  /* box-shadow: 5px 0 5px rgba(0,0,0,0.25); */
  /* background: #f5f5f5; */
  box-sizing: border-box;
  padding: 20px;
  /* border-right: 1px solid #dadce0; */
  position: absolute;
  /* top: 100px; */
  width: 300px;
  /* left: calc(100vw - 300px); */
  z-index: 1000;
  background: #f8f8f8;
  /* box-shadow: -3px 0 3px rgba(0, 0, 0, 0.05); */ /* */
  border-left: 1px solid #ddd; /* background: #e3e8db;
	background: #fff;
	background: #f2edea; */
}
aside.aside-column.fixed {
  position: fixed;
  height: calc(100vh-100px);
  top: 0;
}
aside.aside-column div.contact-us {
  margin-bottom: 1em;
}
aside.aside-column div.contact-us a {
  display: block;
  padding: 1em;
  background: #1d1d1b;
  color: #fff;
  position: relative;
  border: 2px solid #515151;
}
aside.aside-column div.contact-us a:hover {
  text-decoration: underline;
}
aside.aside-column div.contact-us a:before {
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
}
body.en aside.aside-column {
  /* top: 60px; */
}
div.main-column {
  float: left;
  max-width: calc(100vw - 300px);
  /* min-width: 70%; */
  width: 100%;
  /* padding-bottom: 40px; */
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  /* background: #f2edea; */
  /* background: #fff; */
  background: #f9f2ee;
}
div.main-column.en {
  float: none;
  max-width: calc(100%);
  /* min-width: 70%; */
  width: 100%;
  /* padding-bottom: 40px; */
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  /* background: #f2edea; */
  /* background: #fff; */
  background: #f9f2ee;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section common */
section {
  padding: 0;
  position: relative;
}
section div.title {
  /* border-bottom: 1px solid #dadce0; */
  /* border-bottom: 4px solid #1d1d1b; */
  border-bottom: 4px solid #f0f0f0;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  clear: both;
  position: relative;
}
/* 理事長ご挨拶 */
section div.title.aisatsu:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  display: block;
  bottom: -4px;
  background: #0094c8;
}
/* 一般・患者の方 */
section div.title.kanja {
  border-bottom: 4px solid #fff;
}
section div.title.kanja:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  display: block;
  bottom: -4px;
  background: #ffb2b4;
}
/* 医師・会員の方 */
section div.title.non-member {
  border-bottom: 4px solid #fff;
}
section div.title.non-member:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  display: block;
  bottom: -4px;
  background: #04a500;
}
/* 会員専用ページ */
section div.title.members-only {
  border-bottom: 4px solid #fff;
}
section div.title.members-only:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  display: block;
  bottom: -4px;
  background: #3e344f;
}
section div.title h1, section div.title h2 {
  font-size: 2.8rem;
  /* font-weight: normal; */
  font-weight: bold; /* letter-spacing: 0; */ /* font-family: "Engagement"; */
}
section div.title div.more a {
  position: relative;
  padding-left: 0.5em;
  color: #1d1d1b;
}
section div.title div.more a:hover {
  /* color: #0a84ff; */
  text-decoration: underline;
}
section div.title div.more a:after {
  position: absolute;
  top: 50%;
  left: -0.5em;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(-0, -50%) rotate(45deg);
  /* border-top: 1px solid #0a84ff;
    border-right: 1px solid #0a84ff; */
  border-top: 1px solid #1d1d1b;
  border-right: 1px solid #1d1d1b;
}
section div.title div.update {
  float: right;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ div.guide-information */
aside.aside-column div.title h2 {
  font-size: 2.0rem;
  font-weight: normal;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em; /* font-family: "Engagement"; */
}
aside.aside-column div.guide-information {}
aside.aside-column div.guide-information table {
  font-size: 1.4rem;
  border-top: 1px solid #1d1d1b;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}
aside.aside-column div.guide-information table th {
  font-size: 1.4rem;
  border-bottom: 1px solid #1d1d1b;
  text-align: left;
  white-space: nowrap;
  padding: 0.5em 0.25em;
  font-weight: normal;
}
aside.aside-column div.guide-information table td {
  font-size: 1.5rem;
  border-bottom: 1px solid #1d1d1b;
  padding: 0.5em 0.25em;
}
aside.aside-column div.guide-information table .note {
  font-size: 1.2rem;
}
aside.aside-column div.guide-information table td ul li {
  padding-left: 1em;
  position: relative;
}
aside.aside-column div.guide-information table td ul li:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background: #5f6368;
  border-radius: 1000px;
  content: "";
  position: absolute;
}
/* 電話番号 */
aside.aside-column div.guide-information table td a[href^="tel:"] {
  color: #1d1d1b;
  text-decoration: none;
  pointer-events: none;
}
aside.aside-column div.guide-information table td a:hover {
  color: #1d1d1b;
  text-decoration: none;
}
aside.aside-column div.address {
  margin-bottom: 20px;
}
/* */
aside.aside-column div.guide-information table td a[href^="mailto:"] {
  color: #1d1d1b;
  text-decoration: none;
}
aside.aside-column div.guide-information table td a:hover {
  color: #1d1d1b;
  text-decoration: underline;
}
aside.aside-column ul.utility {
  /* text-align: right; */
}
aside.aside-column ul.utility li {
  /* display: inline; */
}
aside.aside-column ul.utility li a {
  font-size: 1.5rem;
  position: relative;
  padding: 1em;
  /* color: #0a84ff; */
  color: #1d1d1b;
  display: block;
  background: #00b599;
  text-align: center;
}
aside.aside-column ul.utility li a:hover {
  /* text-decoration: underline; */
}
aside.aside-column ul.utility li a:hover {
  /* color: #0a84ff; */
  text-decoration: underline;
}
aside.aside-column ul.utility li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(-0, -50%) rotate(45deg); /* border-top: 1px solid #0a84ff;
    border-right: 1px solid #0a84ff; */ /* border-top: 1px solid #1d1d1b;
    border-right: 1px solid #1d1d1b; */
}
/* material-icon */
body.top section.news {
  /* margin-top: 130px; */
  margin-top: 30px;
  padding: 0 30px;
}
body.top section.news div.title {
  float: left;
}
body.top section.news div.title h2 {
  font-size: 2.1rem;
  font-weight: bold;
}
/* */
section.news {}
section.news div.inner {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  max-width: 1140px;
  padding: 20px 30px;
  margin-left: auto;
  margin-right: auto;
}
section.news div.title-wrap {
  border-bottom: 4px solid #f0f0f0;
  clear: both;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
section.news div.title-wrap:before {
  /* background: #ff4740;
    bottom: -0.35em;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 100px;
    z-index: 0; */
}
section.news div.title {
  border-bottom: none;
  clear: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
section.news div.title h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
section.news div.title h2 a {
  /* color: #1d1d1b; */
  color: #ff4740;
}
section.news div.more {
  float: right;
}
section.news div.more a {
  position: relative;
  color: #1d1d1b;
}
section.news div.more a:hover {
  text-decoration: underline;
}
section.news div.more a:before {
  border-right: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
  content: "";
  height: 8px;
  left: -1em;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%) rotate(45deg);
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  width: 8px;
}
section.news ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
}
section.news ul li div.new {
  background: #ff4740;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 1em;
  padding: 0 0.5em;
  vertical-align: middle;
  float: left;
  position: relative;
  top: 0.5rem;
}
section.news ul li div.update {
  float: left;
  margin-right: 2%;
  overflow: hidden;
  font-size: 1.4rem;
  padding-top: 0.2em;
}
section.news ul li div.headline {
  float: left;
  overflow: hidden;
}
section.news ul li a {
  /* color: #1d1d1b; */
  color: #1a0dab;
}
section.news ul li a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.mainVisual */
section.mainVisual {
  /* margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
	border-bottom: 4px solid #fff; */
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
/* 英 語 ペ ー ジ の と き */
body.top.en section.mainVisual {
  margin-top: 50px;
}
section.mainVisual div.wrap {
  position: relative;
  height: 100%;
}
section.mainVisual div.visual {
  /* margin-bottom: 40px; */ /* */
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  position: relative;
}
section.mainVisual div.visual div.guidance-banner {
  width: 20%;
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #ddd;
}
section.mainVisual div.visual div.guidance-banner a {
  display: block;
  color: #000;
  transition: 0.25s all;
}
section.mainVisual div.visual div.guidance-banner a:hover {
  opacity: 0.75;
}
section.mainVisual div.visual div.guidance-banner a div.new {
  background: #ff4740;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -1rem;
  left: -1rem;
  border-radius: 100rem;
}
section.mainVisual div.visual div.guidance-banner a div.new span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-size: 1.0rem;
}
section.mainVisual div.visual div.guidance-banner img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
section.mainVisual div.visual div.guidance-banner a div.caption {
  position: relative;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  background: #ff4740;
  color: #fff;
  border-radius: 100rem;
  text-align: center;
}
section.mainVisual div.visual div.guidance-banner a div.caption::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 4px;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 4px;
}
section.mainVisual div.message {
  margin-bottom: 40px; /* */
  padding: 30px;
  border-bottom: 2px solid #fff;
  line-height: 2;
}
section.mainVisual div.wrap div.main {
  /* position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);	
	transform: translate(-50%, -50%); */
}
section.mainVisual div.wrap div.main div.copy {}
section.mainVisual div.wrap div.main div.copy span {
  /* font-size: 10rem;
	color: green; */
}
section.mainVisual div.wrap div.main div.copy div.mainTitle {
  /* font-size: 20rem;
	text-align: center;
	
	font-weight: bold;
	line-height: 1; */
}
section.mainVisual img {
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); */
  border: 1px solid #ddd;
  box-sizing: border-box;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ div.contents */
div.main-column div.contents-wrap {
  /* padding: 1em; */
}
div.main-column div.contents-wrap div.contents {
  /* background: #fff; */
  box-sizing: border-box;
  /* border: 1px solid #dadce0;
	border-radius: 8px; */
  /* border: 4px solid #fff; */
  /* max-width: 1000px; */
  /* max-width: 1200px; */
  margin-bottom: 120px; /* */
}
div.main-column div.contents-wrap div.contents div.inner {
  /* padding: 2em; */
  padding: 30px;
  box-sizing: border-box;
}
div.main-column.en div.contents div.inner {
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ div.top-section */
div.top-section {
  /* padding-top: 40px; */
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
div.top-section div.inner {
  max-width: 1140px; /* */
}
div.top-section:before {
  /* background: #1d1d1b;
	width: calc(100% + 60px);
	display: block;
	height: 100px;
	position: absolute;
	top: -30px;
	left: -30px;
	right: -30px;
	content: "";
	z-index: 2; */
}
div.top-section section {
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  padding: 30px; /* 
	padding-top: 0; */
  background: #fff;
  position: relative;
  z-index: 3;
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); */
  border: 1px solid #ddd;
  box-sizing: border-box;
}
div.top-section section:nth-child(2) {
  margin-right: 0;
}
/* reset */
div.top-section section div.title {
  border-bottom: 0;
}
div.top-section section div.title a {
  border-bottom: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  color: #1d1d1b;
  display: block;
  position: relative;
  z-index: 1;
}
div.top-section section div.title a:before {
  position: absolute;
  top: 50%;
  left: -0.5em;
  width: 12px;
  height: 12px;
  margin: auto;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(-0, -50%) rotate(45deg);
  border-top: 1px solid #1d1d1b;
  border-right: 1px solid #1d1d1b;
}
div.top-section section div.title a:hover {
  text-decoration: underline;
}
div.top-section section div.title h2 {
  position: relative;
  z-index: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 医師・会員の方へ */
div.top-section section:nth-child(1) div.title h2:before {
  content: "";
  width: calc(100% + 60px);
  height: 4px;
  display: block;
  position: absolute;
  background: #f0f0f0;
  left: -30px;
  bottom: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}
div.top-section section:nth-child(1) div.title h2:after {
  content: "";
  /* width: 20%; */
  width: 100px;
  height: 4px;
  display: block;
  position: absolute;
  background: #04a500;
  left: -30px;
  bottom: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 一般・患者の方へ */
div.top-section section:nth-child(2) div.title h2:before {
  content: "";
  width: calc(100% + 60px);
  height: 4px;
  display: block;
  position: absolute;
  background: #f0f0f0;
  left: -30px;
  bottom: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}
div.top-section section:nth-child(2) div.title h2:after {
  content: "";
  /* width: 20%; */
  width: 100px;
  height: 4px;
  display: block;
  position: absolute;
  background: #ffb2b4;
  left: -30px;
  bottom: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ @end */
div.top-section section div.clearfix ul {
  /* float: left;
	width: 49%;
	margin-right: 2%; */
  width: 100%;
}
div.top-section section div.clearfix ul:nth-child(2) {
  margin-right: 0;
}
div.top-section section div.clearfix ul li {
  float: left;
  width: 50%;
}
div.top-section section ul li a {
  color: #1d1d1b;
  position: relative;
  /* padding-left: 0.8em; */
  line-height: 1.8;
  display: block;
  border-bottom: 2px solid #fff;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.125em;
  font-size: 1.6rem;
  box-sizing: border-box;
}
div.top-section section ul li a:hover {
  /* color:  #0a84ff; */
  text-decoration: underline;
}
div.top-section section ul li a::before {
  position: absolute;
  top: 50%;
  left: -1em;
  width: 6px;
  height: 6px;
  margin: auto;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(-0, -50%) rotate(45deg);
  border-top: 1px solid #1d1d1b;
  border-right: 1px solid #1d1d1b;
}
div.top-section section ul li.kaishi {
  position: relative;
}
div.top-section section ul li.kaishi div.regulation {
  position: absolute;
  bottom: -1em; /* font-size: 1.2rem; */ /* left: -1em; */
  /* transform: scale( 0.9,0.9 );
	-webkit-transform: scale( 0.9,0.9 ); */
}
div.top-section section ul li.kaishi div.regulation a {
  position: relative;
  /* background: #f8f8f8;
	border-radius: 1000px; */
  padding: 0.125em 1.0em 0.125em 0.1em;
  /* line-height: 1;
	border: 1px solid #ddd; */
  z-index: 10;
}
div.top-section section ul li.kaishi div.regulation a:before {
  position: absolute; /* top: 50%; */ /* left: 0.5em; */
  /* width: 4px;
    height: 4px; */
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.topics */
section.topics {
  padding: 30px;
  /* padding-top: 0; */
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
}
section.topics div.inner {}
/* ト ッ プ ペ ー ジ の と き */
body.top section.topics {
  background: none;
  padding-top: 0;
  border: none;
}
body.top section.topics div.inner {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  max-width: 1140px; /* */
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);	 */
  border: 1px solid #ddd;
  box-sizing: border-box;
}
section.topics div.title-wrap {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
section.topics div.title-wrap::before {
  background: #f0f0f0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: -30px;
  position: absolute;
  transform: translateY(-50%);
  width: calc(100% + 60px);
  z-index: 0;
}
section.topics div.title-wrap::after {
  background: #ffe800;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: -30px;
  position: absolute;
  transform: translateY(-50%);
  width: 100px;
  z-index: 0;
}
section.topics div.title {
  border-bottom: none;
}
/* section.topics div.inner {	
	position: relative;
	z-index: 1000;
    width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
} */
ul.topics-list li {
  /* border-bottom: 4px solid #f2edea; */
  /* border-bottom: 1px solid #1d1d1b; */
  border-bottom: 1px solid #ddd;
}
ul.topics-list li div.entry {
  /* border-bottom: 1px dashed #dadce0; */
  display: block;
  padding: 1em 0;
}
ul.topics-list li:first-child a div.entry {
  /* border-top: 1px dashed #dadce0; */
}
ul.topics-list li a div.thumbnail-wrap, ul.topics-list li span div.thumbnail-wrap {
  background: #f0f0f0;
}
ul.topics-list li a div.thumbnail, ul.topics-list li span div.thumbnail {
  overflow: hidden;
  /* width: 100%; */
  float: left;
  width: 160px;
  margin-right: 1em;
}
ul.topics-list li a div.thumbnail span, ul.topics-list li span div.thumbnail span {
  display: block;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
ul.topics-list li a div.thumbnail span img, ul.topics-list li span div.thumbnail span img {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease 0s;
}
ul.topics-list li a:hover div.thumbnail span img {
  opacity: 0.75;
}
ul.topics-list li div.wrap {
  /* float: left; */
  overflow: hidden; /* min-width: 150px; */
}
ul.topics-list li div.information-wrap {
  /* float: left; */
  overflow: hidden;
}
ul.topics-list li div.entry div.new {
  /* float: left; */
  background: #ff4740;
  color: #fff;
  padding: 0 0.5em;
  font-size: 1.1rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: 1em; /* border-radius: 1000px; */
}
ul.topics-list li div.entry div.update {
  color: #1d1d1b;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  padding-right: 1em;
}
ul.topics-list li div.entry div.headline h2 {
  color: #1d1d1b;
  /* font-weight: bold; */
  overflow: hidden;
  font-size: 1.8rem;
}
ul.topics-list li a:hover div.entry div.headline h2 {
  /* color: #0a84ff; */
  text-decoration: underline;
}
ul.topics-list li div.entry a div.headline:hover {
  /* text-decoration: underline; */
}
ul.topics-list li div.entry div.description {
  color: #1d1d1b;
  font-size: 1.4rem;
  padding-top: 0.5em;
}
/* */
div.relation-link {}
div.relation-link ul li {
  display: inline-block;
}
div.relation-link ul li a {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  color: #1d1d1b;
}
div.relation-link ul li a:hover {
  color: #0a84ff;
}
div.relation-link ul li a::before {
  border-right: 1px solid #0a84ff;
  border-top: 1px solid #0a84ff;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%) rotate(45deg);
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  width: 4px;
}
/* */
section.extra {
  margin-bottom: 40px;
}
section.extra ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  text-align: center;
  border: 1px solid #dadce0;
  border-radius: 8px;
  box-sizing: border-box;
}
section.extra ul li:nth-child(2) {
  margin-right: 0;
}
section.extra ul li a h2 {
  padding: 1em;
  font-weight: normal;
}
footer {
  border-top: 1px solid #ddd;
  max-width: calc(100vw - 300px);
  position: relative;
  width: 100%;
  z-index: 0;
}
footer.en {
  border-top: 1px solid #ddd;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
  text-align: center;
}
footer.en div.inner {
  margin-left: auto;
  margin-right: auto;
}
/* ト ッ プ ペ ー ジ の と き */
body.top footer {
  /* background: #1d1d1b; */
  color: #1b1b1b;
  position: relative;
  z-index: 1000;
  /* text-align: center; */
  box-sizing: border-box;
  /* height: 100px; */
  max-width: 100%;
  border-top: 1px solid #ddd;
}
footer div.footer-sitemap {
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  /* border-bottom: 4px solid #515151; */
  border-bottom: 1px solid #ddd;
  /* box-shadow: -3px 0 3px 3px rgba(0, 0, 0, 0.05); */
  /* border-top: 1px solid #ddd; */
  box-sizing: border-box;
}
footer div.footer-sitemap div.inner {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
footer div.footer-sitemap div.inner > ul > li {
  float: left;
  width: 14.285714%;
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
footer div.footer-sitemap div.inner > ul > li:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff; /* default */
  display: block;
  z-index: 1000;
  border-radius: 1000px;
}
footer div.footer-sitemap div.inner > ul > li:nth-child(1):before {
  background: #0094c8;
}
footer div.footer-sitemap div.inner > ul > li:nth-child(2):before {
  background: #04a500;
}
footer div.footer-sitemap div.inner > ul > li:nth-child(3):before {
  background: #ffb2b4;
}
footer div.footer-sitemap div.inner > ul > li:nth-child(4):before {
  background: #ffe800;
}
footer div.footer-sitemap div.inner > ul > li:nth-child(5):before {
  background: #3e344f;
}
footer div.footer-sitemap div.inner > ul > li:nth-child(2), footer div.footer-sitemap div.inner > ul > li:nth-child(3) {
  width: 28.571428%;
}
footer div.footer-sitemap ul li a {
  color: #1b1b1b;
  font-size: 1.4rem;
  text-decoration: underline;
}
footer div.footer-sitemap ul li a:hover {
  text-decoration: none;
}
footer div.footer-sitemap div.inner > ul > li div ul {
  float: left;
  width: 50%;
}
footer div.footer-sitemap div.inner > ul > li div ul li a {
  font-size: 1.2rem;
}
body.top div.footer-sitemap {
  display: none;
}
footer div.information {
  /* color: #e6e6e6; */
  background: #f8f8f8; /* */
  padding: 1em;
}
footer div.information a {
  color: #1b1b1b;
}
footer div.copyright {
  color: #1b1b1b;
  background: #f8f8f8;
  font-size: 1.4rem;
  padding-left: 1em;
  padding-right: 1em;
}
/* ト ッ プ ペ ー ジ の と き */
body.top footer div.information {
  text-align: center;
}
body.top footer div.copyright {
  text-align: center;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- topicPath */
.topic-path {
  font-size: 1.2rem;
  display: block;
  /* margin: 0 auto 40px; */
  /* background: #4568DC; */
  /* background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);
	background: linear-gradient(to right, #B06AB3, #4568DC); */
  /* border-bottom: 1px solid #dadce0;
	background: #f1f3f4; */
  /* background: #f2edea; */
  background: #fff;
  border-bottom: 1px solid #ddd; /* border-top: 4px solid #333; */
}
.topic-path ul {
  padding: 1em 0;
  list-style: none;
}
.topic-path ul li {
  display: inline;
}
.topic-path ul li a {
  /* font-weight: bold; */
  text-decoration: none;
  position: relative;
  padding: 0 1em;
  color: #1d1d1b;
}
.topic-path ul li span {
  padding: 0 1em;
  color: #1d1d1b;
}
.topic-path ul li a:before {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-top: 1px solid #1d1d1b;
  border-right: 1px solid #1d1d1b;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  transition: all .2s ease-in;
}
.topic-path ul li a:hover {
  text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- categories */
/* categoryList */
/* categoryUpdate */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- categoryTitles */
/* -------------------------------------------------------- div.categoryVisual */
/* div.categoryTitles div.categoryVisual {
	height: 200px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

div.categoryTitles div.categoryVisual img {
	display: block;
	width: 100%;
}

div.categoryTitles div.title {
	position: relative;
	z-index: 100;
	height: 200px;
	padding-top: 2.5em;
	box-sizing: border-box;
}

div.categoryTitles div.title h1 {
	position: relative;
}

div.categoryTitles div.title h1 {
	text-align: center;
	font-weight: bold;
	font-size: 3.0rem;
	margin-bottom: 0.5em;
	color: #000;
	
	-webkit-animation: 0.5s ease 0.4s normal both 1 running transitionTop;
	animation: 0.5s ease 0.4s normal both 1 running transitionTop;
}

div.categoryTitles div.description {
	position: relative;
}

div.categoryTitles div.description:before {
	background: #4568DC;
	background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);
	background: linear-gradient(to right, #B06AB3, #4568DC);
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto 20px;
    width: 40px;
	
	-webkit-animation: 0.5s ease 0s normal both 1 running drawLines;
	animation: 0.5s ease 0s normal both 1 running drawLines;
}

div.categoryTitles div.description h2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
	-webkit-animation: 0.5s ease 0.4s normal both 1 running transitionBottom;
	animation: 0.5s ease 0.4s normal both 1 running transitionBottom;
} */
/*
  -webkit-animation: 1s ease 0.3s normal both 1 running show;
*/
/* section.category {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 30px;

} */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- categoryList */
ul.category-list {
  position: relative;
  z-index: 1000;
  padding-top: 1em;
}
ul.category-list li {
  margin: 0;
  position: relative;
  float: left;
  margin-bottom: 2.87%;
  transition: all .1s ease-in-out;
  box-sizing: border-box;
  border: 1px solid #dadce0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
ul.category-list li {
  width: 22.84%;
  margin-right: 2.88%;
}
ul.category-list li:nth-child(4n) {
  margin-right: 0;
}
/* ul.category-list li:nth-child(n+4) { margin-bottom: 0;} */
ul.category-list li:before {
  background: none;
}
ul.category-list li a {
  display: block;
  padding: 1em;
  min-height: 60px;
}
ul.category-list div.article {
  /* padding: 20px; */
}
/* ul.category-list div.article div.wrap {
	padding: 1em;
	position: relative;
}
 */
ul.category-list div.article div.headline {
  margin-bottom: 10px;
  padding-bottom: 1em;
}
ul.category-list div.article div.headline h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #1d1d1b;
  font-weight: normal;
}
ul.category-list div.article div.description {
  font-size: 1.2rem;
  /* font-weight: bold; */
  color: #999;
  margin-bottom: 1em;
}
ul.category-list div.article div.more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  /* border-top: 1px solid #1d1d1b; */
  background: #f0f0f0;
}
ul.category-list div.article div.more span {
  position: relative;
  font-size: 1.3rem;
  padding-left: 1em;
  padding-right: 0.5em;
  /* width: 60%; */
  box-sizing: border-box;
  transition: all .1s ease-in-out;
  display: inline-block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: #333;
}
ul.category-list div.article div.more span:before {
  border-right: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%) rotate(45deg);
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  width: 4px;
}
ul.category-list div.article div.update {
  font-size: 1.2rem;
  /* color: #ba9875; */
  color: #000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.scroller {
  bottom: 0;
  display: block;
  height: 60px;
  position: fixed;
  right: 0;
  width: 60px;
  z-index: 10000;
}
div.scroller div.button {
  height: 60px;
  position: absolute;
  top: 0;
  width: 60px;
}
div.scroller div.button a {
  background: #1d1d1b;
  display: block;
  height: 60px;
  position: relative;
  width: 60px;
  border: 2px solid #515151;
  box-sizing: border-box;
}
div.scroller div.button a:hover {
  opacity: 0.9;
}
div.scroller div.button a.scrollTop::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 12px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.contents */
/* */
section.contents {
  background: #fff;
  padding: 40px; /* */
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); */
  border: 1px solid #ddd;
  box-sizing: border-box;
}
section.contents div.title {
  padding-bottom: 1em;
}
section.contents div.box {
  position: relative;
  height: 100px;
  width: 100%;
}
section.contents div.red {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  background: #ff0000;
  /* background-blend-mode: multiply; */
  z-index: 1002;
  transition: all .5s ease-in-out;
  opacity: 0.5; /* animation: 0.5s normal both 1 running transitionRed; */
}
section.contents div.box:hover div.red {
  left: 100px; /* animation: 0.5s normal both 1 running transitionRed; */
}
section.contents div.blue {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  background: #0000ff;
  /* background-blend-mode: multiply; */
  opacity: 0.5;
  z-index: 1001;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ English-Contents */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .greeting  ----- */
section.greeting {
  padding: 0;
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 1000;
}
section.greeting div.inner {
  background: #fff;
  box-sizing: border-box;
  max-width: 1140px;
  padding: 30px;
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);	 */
  border: 1px solid #ddd;
  box-sizing: border-box;
}
section.greeting div.title-wrap {
  position: relative;
}
section.greeting div.title-wrap::before {
  background: #f0f0f0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: -30px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: calc(100% + 60px);
  z-index: 0;
}
section.greeting div.title-wrap::after {
  background: #539cb5;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: -30px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100px;
  z-index: 0;
}
section.greeting div.title {
  border-bottom: none;
}
section.greeting div.title h2 {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
section.greeting div.director {
  float: right;
  width: 28%;
  margin-left: 2%;
  margin-top: 2rem;
}
section.greeting div.director div.thumbnail {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.5em;
}
section.greeting div.director div.thumbnail span {
  display: block;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
section.greeting div.director div.thumbnail span img {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease 0s;
}
section.greeting div.description {
  float: right;
  width: 70%;
}
section.greeting div.post {
  font-size: 1.4rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ----- .board-member  ----- */
section.board-member {
  padding: 0;
  padding-top: 0;
}
section.board-member div.inner {
  background: #fff;
  box-sizing: border-box;
  max-width: 1140px;
  padding: 30px;
  /* box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); */
  border: 1px solid #ddd;
  box-sizing: border-box;
}
section.board-member div.title-wrap {
  position: relative;
}
section.board-member div.title-wrap::before {
  background: #f0f0f0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: -30px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: calc(100% + 60px);
  z-index: 0;
}
section.board-member div.title-wrap::after {
  background: #968cc0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: -30px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100px;
  z-index: 0;
}
section.board-member div.title {
  border-bottom: none;
}
section.board-member div.title h2 {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
section.board-member ul {
  padding-top: 20px;
}
section.board-member ul li {
  float: left;
  width: 22.0%;
  margin-right: 4%;
  margin-bottom: 20px;
}
section.board-member ul li:nth-child(4n) {
  margin-right: 0;
}
section.board-member ul li div.thumbnail {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.5em;
}
section.board-member ul li div.thumbnail span {
  display: block;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
section.board-member ul li div.thumbnail span img {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease 0s;
}
section.board-member ul li div.member-information {}
section.board-member ul li div.post {
  font-size: 1.3rem;
}
section.board-member ul li div.name {
  font-size: 1.6rem;
  font-weight: bold;
}
/* addition */
section.mainVisual + div.clearfix {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* section.greeting {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		margin-right: 20px;
}
section.greeting div.director {
		float: left;
		width: 25%;
		margin-left: 0;
}
section.board-member {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0;
} */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ----- footer div.contact-us ----- */
footer div.contact-us {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
footer div.contact-us a {
  display: block;
  padding: 1em;
  background: #1d1d1b;
  color: #fff;
  position: relative;
  border: 2px solid #515151;
  text-align: center;
}
footer div.contact-us a:hover {
  text-decoration: underline;
}
footer div.contact-us a:before {
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ----- header div.other-links ----- */
header div.other-links {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
}
header div.other-links ul {
  text-align: right;
  font-size: 1.6rem;
}
header div.other-links ul li {
  display: inline-block;
}
header div.other-links ul li a {
  color: #1d1d1b;
  padding-left: 2em;
  padding-right: 1em;
  position: relative;
  display: block;
  /* background: #f4c543; */
  white-space: nowrap;
}
header div.other-links ul li a:hover {
  text-decoration: underline;
}
header div.other-links ul li a:before {
  border-right: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
  content: "";
  height: 4px;
  left: 1em;
  margin: auto;
  position: absolute;
  top: 55%;
  transform: translate(0px, -50%) rotate(45deg);
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  width: 4px;
}
/* other-links が あ る ば あ い の utility-links */
header div.other-links + div.utility-links {
  top: 70%;
}
/* */
div.banner-section ul {
  clear: both;
  overflow: hidden;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
}
div.banner-section ul li {
  /*   float: left; */
  width: 32%;
  margin-right: 2%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
div.banner-section.en ul {
	max-width: 760px;
}

div.banner-section.en ul li {
  /*   float: left; */
  width: 32%;
  margin-right: 2%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
div.banner-section.en ul li {
  /*   float: left; */
  width: 49%;
  margin-right: 2%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
div.banner-section ul li:nth-child(3) {
  margin-right: 0;
}
div.banner-section ul li a {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  transition: 0.25s all;
  color: #333;
}
div.banner-section ul li a:hover {
  background: #f8f8f8;
  /* color: #ff4740; */
}
/* div.banner-section ul li a::before {
  border-right: 1px solid #ff4740;
  border-top: 1px solid #ff4740;
  content: "";
  height: 16px;
  right: 20px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 16px;
} */
div.banner-section ul li a > div.banner-thumbnail {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 0.05em solid #ccc;
  margin-bottom: 1rem;
}
div.banner-section ul li a > div.banner-title {
  position: relative;
  /* top: 50%;
  left: 45%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  white-space: nowrap; */
  font-size: clamp(1.2rem, 1.4vw, 1.8rem);
}