@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  letter-spacing: 0.05rem;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

::placeholder {
  color: #b3b3b3;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#wpadminbar {
  display: none;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
}

#glt-translate-trigger {
  display: none !important;
}

button {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.pen {
  pointer-events: none;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 50px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 50px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

.en-flag {
  width: 130px !important;
  text-align: center !important;
}
.en-flag .glink {
  padding: 0 5px !important;
}

main,
.second {
  padding-top: var(--headerHeight);
}
@media print {
  main,
  .second {
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  main.member-mb,
  .second.member-mb {
    padding-top: 50px;
  }
}
main.member-mb #page_header,
.second.member-mb #page_header {
  background-image: none;
  border-bottom: 2px solid #1297cc;
  color: #1297cc;
}
main.member-mb #page_header::before, main.member-mb #page_header::after,
.second.member-mb #page_header::before,
.second.member-mb #page_header::after {
  content: none;
}
main.member-mb .secTitle,
.second.member-mb .secTitle {
  font-size: 30px;
  border-bottom: 1px solid #1297cc;
  padding-left: 50px;
  padding-bottom: 10px;
  margin: 0;
}
@media screen and (max-width: 820px), print {
  main.member-mb .secTitle,
  .second.member-mb .secTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  main.member-mb .secTitle,
  .second.member-mb .secTitle {
    font-size: 22px;
    letter-spacing: 0.05rem;
  }
}
main.member-mb .secTitle:after,
.second.member-mb .secTitle:after {
  background-image: url(../images/common/titleImage_mem@2x.png);
  width: 38px;
  height: 44px;
  top: calc(50% - 5px);
  left: 0;
  transform: translate(0, -50%);
}

#pankuzu {
  margin: 15px 0;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin: 10px 0;
  }
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #pankuzu li {
    font-size: 12px;
  }
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #4ab9e5;
  border-bottom: 1px solid #4ab9e5;
}

#page_header {
  text-align: center;
  padding: 40px 0 50px;
  position: relative;
  background-image: url(../images/top/bg02@2x.jpg);
  background-size: 60px;
  background-repeat: repeat;
}
@media screen and (max-width: 820px), print {
  #page_header {
    padding: 35px 0 40px;
  }
}
@media screen and (max-width: 520px) {
  #page_header {
    padding: 25px 0 30px;
  }
}
@media print {
  #page_header {
    zoom: 60%;
    padding-top: 120px;
  }
}
#page_header::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/left@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 405px;
  height: 160px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #page_header::before {
    width: 30vw;
    height: 16vw;
  }
}
@media print {
  #page_header::before {
    top: 60px;
  }
}
#page_header::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/right@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 346px;
  height: 160px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #page_header::after {
    width: 23vw;
    height: 12vw;
    bottom: -5px;
  }
}
@media screen and (max-width: 520px) {
  #page_header::after {
    height: 13vw;
  }
}
#page_header .wrapper {
  position: relative;
  z-index: 2;
}
#page_header h1 {
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px), print {
  #page_header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 30px;
  }
}

#page_header02 {
  text-align: center;
  padding: 40px 0 50px;
  position: relative;
  border-bottom: 2px solid #1297cc;
  color: #1297cc;
}
@media screen and (max-width: 520px) {
  #page_header02 {
    padding: 20px 0 30px;
  }
}
@media print {
  #page_header02 {
    zoom: 60%;
    padding-top: 120px;
  }
}
#page_header02 .wrapper {
  position: relative;
  z-index: 2;
}
#page_header02 h1 {
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px), print {
  #page_header02 h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  #page_header02 h1 {
    font-size: 30px;
  }
}

#memberpage_header {
  border-bottom: 2px solid #1297cc;
  padding: 40px 0;
}
@media screen and (max-width: 820px), print {
  #memberpage_header {
    padding: 20px 0;
  }
}
#memberpage_header h1 {
  text-align: center;
  color: #1297cc;
  font-size: 50px;
}
@media screen and (max-width: 820px), print {
  #memberpage_header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  #memberpage_header h1 {
    font-size: 24px;
  }
}

.secTitle {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  z-index: 3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px), print {
  .secTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 26px;
  }
}
.secTitle::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/ttlImg01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 57px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 820px), print {
  .secTitle::after {
    width: 36px;
    height: 47px;
  }
}
.secTitle.__blue::after {
  color: #77a7bc;
}
.secTitle.__white {
  color: #fff;
}
.secTitle.__white::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/ttlImg02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 57px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 820px), print {
  .secTitle.__white::after {
    width: 36px;
    height: 47px;
  }
}

.secText {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .secText {
    font-size: 14px;
    text-align: left;
  }
}
.secText.white {
  color: #fff;
}

.link-area {
  position: fixed;
  bottom: 10%;
  z-index: 99;
  right: 10px;
}
@media print {
  .link-area {
    display: none !important;
  }
}
.link-area .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.link-area > div {
  width: 170px;
  position: relative;
  right: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 520px) {
  .link-area > div {
    width: 100%;
  }
}

.linkSearch {
  width: 100%;
  background-color: #f98562;
  border-top: 2px solid #fff;
  bottom: 0;
  text-align: center;
  z-index: 50;
  position: fixed;
  padding: 15px;
  transition: all 0.2s;
}
@media screen and (max-width: 520px) {
  .linkSearch {
    padding: 10px;
  }
}
@media print {
  .linkSearch {
    display: none;
  }
}
.linkSearch:hover {
  background-color: #fff;
  opacity: 1;
}
.linkSearch:hover p {
  color: #4ab9e5;
}
.linkSearch p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .linkSearch p {
    font-size: 14px;
  }
}
.linkSearch p span {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 520px) {
  .linkSearch p span {
    padding-left: 40px;
  }
}
.linkSearch p span::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/chara01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 65px;
  left: -11px;
  top: 20%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  .linkSearch p span::after {
    width: 35px;
    height: 40px;
    left: -3px;
  }
}

#clinic_none .link-area {
  display: none !important;
}
#clinic_none .linkSearch {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #clinic_none .siteFoot {
    padding: 15px 0 !important;
  }
}
@media screen and (max-width: 520px) {
  #clinic_none .siteFoot {
    padding: 10px 0 !important;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.blueBg {
  background-color: #55bfe0;
}

.bg02 {
  background-image: url(../images/top/bg02@2x.jpg);
  background-size: 60px;
  background-repeat: repeat;
}

.button01,
.button01 span::before,
.button01 span::after {
  will-change: transform, background-color, color, border;
}

.button01 {
  background-color: #4ab9e5;
  border: 2px solid #4ab9e5;
  border-radius: 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  max-width: 380px;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01.__memberbuttom {
  background-color: #1297cc;
  border: 2px solid #1297cc;
}
.button01.__memberbuttom span::after {
  border: 1px solid #1297cc;
  background-color: #fff;
}
.button01.__memberbuttom span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
}
.button01.__memberbuttom:hover span {
  color: #1297cc;
}
.button01.__memberbuttom:hover span::after {
  background-color: #1297cc;
}
.button01 span {
  position: relative;
  margin-left: 30px;
}
.button01 span::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -33px;
  margin-top: -9px;
}
.button01 span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  position: absolute;
  top: 50%;
  left: -27px;
  margin-top: -2px;
  transform: rotate(45deg);
  z-index: 1;
}
.button01:hover {
  background-color: #fff;
  color: #4ab9e5;
  opacity: 1;
}
.button01:hover span::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.button01:hover span::after {
  background-color: #4ab9e5;
}

_::-webkit-full-page-media, _:future, :root .button01 span::before {
  top: 45% !important;
}

_::-webkit-full-page-media, _:future, :root .button01 span::after {
  top: 45% !important;
}

.button02 {
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #4ab9e5;
  transition: 0.2s all;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.button02::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #4ab9e5;
  border-radius: 50%;
  position: absolute;
  top: 53%;
  right: 15px;
  margin-top: -10px;
}
@media screen and (max-width: 520px) {
  .button02::after {
    margin-top: -11px;
  }
}
.button02::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4ab9e5;
  border-right: solid 1px #4ab9e5;
  position: absolute;
  top: 53%;
  right: 21px;
  margin-top: -5px;
  transform: rotate(135deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .button02::before {
    margin-top: -5px;
  }
}
.button02:hover {
  background-color: #4ab9e5;
  opacity: 1;
  color: #fff;
}
.button02:hover::after {
  border: 1px solid #fff;
}
.button02:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.subBg {
  background-color: #f2fafd;
  padding: 75px 0 80px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  .subBg {
    padding: 45px 0;
  }
}
.subBg:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/bgitem@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 498px;
  height: 484px;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 1024px) {
  .subBg:after {
    width: 22vw;
    height: 22vw;
  }
}
@media screen and (max-width: 520px) {
  .subBg:after {
    width: 32vw;
    height: 32vw;
  }
}

.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* header */
.headerInner {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  top: 0;
  left: 0;
  height: var(--headerHeight);
  position: fixed;
  padding-left: 20px;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 520px) {
  .headerInner {
    padding-left: 10px;
  }
}
@media print {
  .headerInner {
    position: absolute;
  }
}

.logoArea {
  align-items: center;
}
.logoArea .lanBtn {
  border: 1px solid #4ab9e5;
  border-radius: 40px;
  color: #4ab9e5;
  padding: 5px 15px;
  margin-left: 10px;
  transition: 0.2s all;
}
.logoArea .lanBtn:hover {
  background-color: #4ab9e5;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .headerLogo {
    width: 200px;
  }
}
@media print {
  .headerLogo {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  #gNav {
    background-color: #f9f9f9;
    display: none;
    position: fixed;
    padding: 30px;
    left: 0;
    top: var(--headerHeight);
    height: calc(100vh - var(--headerHeight));
    width: 100%;
    overflow: auto;
  }
  #gNav .headerNav {
    flex-direction: column;
    background-color: #fff;
  }
}
@media screen and (max-width: 520px) {
  #gNav {
    padding: 20px;
  }
}
@media print {
  #gNav {
    display: none;
  }
}

.headerNavList + .headerNavList {
  margin-left: clamp(1px, 1.8vw, 35px);
}
.headerNavList .headerNavList__link {
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .headerNavList .headerNavList__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .headerNavList .headerNavList__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList .headerNavList__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .headerNavList .headerNavList__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList {
    width: 100%;
  }
  .headerNavList:first-of-type .headerNavList__link {
    border-top: none !important;
  }
  .headerNavList + .headerNavList {
    margin-left: 0;
  }
  .headerNavList .headerNavList__link {
    border-top: 2px solid #e6e6e6;
    display: block;
    font-weight: 500;
    padding: 17px 20px;
    padding-left: 50px;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .headerNavList .headerNavList__link {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList .headerNavList__link::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #b3b3b3;
    border-right: solid 2px #b3b3b3;
    position: absolute;
    top: 46%;
    left: 19px;
    margin-top: -3px;
    transform: rotate(45deg);
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .headerNavList .headerNavList__link::before {
    left: 14px;
    width: 7px;
    height: 7px;
    top: 49%;
  }
}

.lang_btn {
  margin-left: 20px;
}

.en-button__inner {
  border: 1px solid #4ab9e5;
  background: #fff;
  cursor: pointer;
  display: block;
  padding: 7px 10px;
  text-align: center;
  letter-spacing: -0.01rem;
  border-radius: 22px;
  width: 130px;
  transition: 0.2s all;
  margin: 0 auto;
}
.en-button__inner::before {
  white-space: pre;
  content: "LANGUAGE\a";
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #4ab9e5;
  font-size: 18px;
  line-height: 1.5;
}
.en-button__inner:hover {
  background: #4ab9e5;
}
.en-button__inner:hover::before {
  color: #fff;
}

.en-button__inner02 {
  width: 60px;
  margin-right: 15px;
  font-size: 0;
}

#English,
#Japanese {
  width: 25px !important;
}

#English a,
#Japanese a {
  padding: 0 !important;
}

#google_language_translator select.goog-te-combo {
  display: none;
}

#google_language_translator {
  text-align: center;
}

.en-flag {
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  padding: 10px;
  width: 150px;
  z-index: 0;
  margin-top: 19px;
}
@media screen and (max-width: 1024px) {
  .en-flag {
    right: 20px;
  }
}

.headLoginBtn {
  background-color: #4ab9e5;
  border-radius: 5px;
  border: 1px solid #4ab9e5;
  color: #fff;
  margin: 0 25px;
  transition: 0.2s all;
}
@media screen and (max-width: 1024px) {
  .headLoginBtn {
    border-radius: 5px;
    margin: 45px 0 90px;
    position: relative;
  }
  .headLoginBtn::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 56%;
    right: 11px;
    margin-top: -14px;
  }
  .headLoginBtn::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #4ab9e5;
    border-right: solid 2px #4ab9e5;
    position: absolute;
    top: 56%;
    right: 18px;
    margin-top: -8px;
    transform: rotate(45deg);
    z-index: 1;
  }
}
@media screen and (max-width: 520px) {
  .headLoginBtn {
    margin-top: 30px;
  }
}
.headLoginBtn .headerNavList__link {
  padding: 15px 30px;
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .headLoginBtn .headerNavList__link {
    flex-direction: column;
    padding: 15px;
  }
}
.headLoginBtn .headerNavList__link .login {
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  .headLoginBtn .headerNavList__link .login {
    font-size: 18px;
    padding-left: 28px;
  }
}
.headLoginBtn .headerNavList__link .login::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/login@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 23px;
  left: -3px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .headLoginBtn .headerNavList__link .login::after {
    left: -11px;
  }
}
.headLoginBtn .headerNavList__link .arw {
  margin-top: 5px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1024px) {
  .headLoginBtn .headerNavList__link .arw {
    font-size: 13px;
  }
}
.headLoginBtn:hover {
  background-color: #fff;
}
.headLoginBtn:hover::after {
  border: 1px solid #4ab9e5;
}
.headLoginBtn:hover .headerNavList__link {
  color: #4ab9e5;
  opacity: 1;
}
.headLoginBtn:hover .headerNavList__link .login::after {
  background-image: url(../images/common/login02@2x.png);
}

.lanBtnSP {
  text-align: center;
  margin-right: 10px;
  line-height: 1.2;
}
.lanBtnSP p {
  color: #4ab9e5;
  font-size: 11px;
  letter-spacing: 0.01em;
}
.lanBtnSP img {
  width: 20px;
  height: 20px;
}

:root {
  --borderPosition: 8px;
}

.hunsMenu {
  background: #4ab9e5;
  cursor: pointer;
  position: relative;
  height: var(--headerHeight);
  width: var(--headerHeight);
}
.hunsMenu::before {
  bottom: 3px;
  content: "MENU";
  color: #fff;
  font-size: 11px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.hunsMenu span {
  background: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 2px;
  width: 55%;
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 8px);
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 16px);
}
.hunsMenu.active::before {
  content: "CLOSE";
}
.hunsMenu.active span:nth-of-type(1) {
  top: 13px;
  transform: translateX(-50%) translateY(6px) rotate(-35deg);
  width: 55%;
}
.hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.active span:nth-of-type(3) {
  top: 25px;
  transform: translateX(-50%) translateY(-6px) rotate(35deg);
  width: 55%;
}

.memberheader .headerInner {
  padding-right: 40px;
  border-bottom: none;
  box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.4901960784);
}
@media screen and (max-width: 1570px) {
  .memberheader .headerInner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .headerInner {
    padding-right: 0;
    height: 75px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 820px), print {
  .memberheader .headerInner {
    padding-right: 0;
    height: 50px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .headerLogo {
    width: auto;
    line-height: 1.2;
  }
}
@media print {
  .memberheader .headerLogo {
    width: auto;
    line-height: 1.2;
  }
}
.memberheader .headerLogo .headTitle {
  color: #1297cc;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1420px) {
  .memberheader .headerLogo .headTitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .headerLogo .headTitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 820px), print {
  .memberheader .headerLogo .headTitle {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.memberheader .headerLogo .headTitle span {
  font-size: 18px;
  margin-right: 15px;
}
@media screen and (max-width: 1420px) {
  .memberheader .headerLogo .headTitle span {
    font-size: 16px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .headerLogo .headTitle span {
    font-size: 12px;
  }
}
@media print {
  .memberheader .headerLogo .headTitle span {
    font-size: 12px;
  }
}
.memberheader .headerLogo .subTitle span {
  color: #1297cc;
  border: 1px solid #1297cc;
  border-radius: 2px;
  padding: 3px 8px;
}
@media screen and (max-width: 1420px) {
  .memberheader .headerLogo .subTitle span {
    font-size: 12px;
    padding: 0 4px;
  }
}
@media print {
  .memberheader .headerLogo .subTitle span {
    font-size: 12px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .headerNavList {
    width: 100%;
  }
}
@media screen and (max-width: 1570px) {
  .memberheader .headerNavList + .headerNavList {
    margin-left: clamp(1px, 1.1vw, 35px);
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .headerNavList + .headerNavList {
    margin-left: 0;
  }
}
.memberheader .hoverLink {
  margin-right: clamp(1px, 1.8vw, 35px);
}
@media screen and (max-width: 1570px) {
  .memberheader .hoverLink {
    margin-right: clamp(1px, 1.1vw, 35px);
  }
}
.memberheader .hoverLink:hover .hover-menu {
  display: block;
  visibility: visible;
}
.memberheader .headerNavList__link {
  font-size: 16px;
}
@media screen and (max-width: 1420px) {
  .memberheader .headerNavList__link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .headerNavList__link {
    display: block;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    border-top: none !important;
    font-size: 14px;
  }
  .memberheader .headerNavList__link::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #1297cc;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 48%;
    right: 15px;
    transform: translate(0, -50%);
  }
  .memberheader .headerNavList__link::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #1297cc;
    border-right: solid 1px #1297cc;
    position: absolute;
    top: 48%;
    right: 21px;
    transform: translate(0, -50%) rotate(45deg);
    z-index: 1;
    left: auto !important;
    margin-top: 0 !important;
  }
}
.memberheader .headerNavList__link.hovernav span {
  position: relative;
  padding-right: 15px;
}
.memberheader .headerNavList__link.hovernav span::before {
  border-top: none;
  border-bottom: 1.5px solid #1297cc;
  border-right: 1.5px solid #1297cc;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.memberheader .headerNavList__link.memberLink {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #1297cc;
  display: block;
  padding: 2px 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1570px) {
  .memberheader .headerNavList__link.memberLink {
    margin-left: 0;
  }
}
@media screen and (max-width: 1420px) {
  .memberheader .headerNavList__link.memberLink {
    padding: 2px 10px;
  }
}
.memberheader .headerNavList__link.memberLink span {
  color: #1297cc;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1570px) {
  .memberheader .headerNavList__link.memberLink span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1420px) {
  .memberheader .headerNavList__link.memberLink span {
    font-size: 16px;
    padding-left: 22px;
  }
}
.memberheader .headerNavList__link.memberLink span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/loginicon@2x.png);
  background-size: contain;
  width: 28px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1420px) {
  .memberheader .headerNavList__link.memberLink span::before {
    width: 21px;
    height: 19px;
  }
}
.memberheader .hover-menu {
  position: absolute;
  display: none;
}
.memberheader .hover-menu .hover-inner {
  border-radius: 5px;
  background: #e5f4f9;
  box-shadow: 4px 4px 10px rgba(158, 158, 158, 0.4);
  margin-top: 65px;
  padding: 15px 20px;
  width: 260px;
}
.memberheader .hover-menu .hover-inner a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1420px) {
  .memberheader .hover-menu .hover-inner a {
    font-size: 14px;
  }
}
.memberheader .hover-menu .hover-inner a:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.memberheader .hover-menu .hover-inner a::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #1297cc;
  border-radius: 50%;
  position: absolute;
  top: 33%;
  right: 0;
  transform: translate(0, -50%);
}
.memberheader .hover-menu .hover-inner a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
  position: absolute;
  top: 33%;
  right: 6px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.memberheader .hover-menu .hover-inner a span {
  position: relative;
  padding-left: 25px;
}
.memberheader .hover-menu .hover-inner a span::before {
  position: absolute;
  content: "";
  background-color: #1297cc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  .memberheader #gNav {
    background-color: #f9f9f9;
    display: none;
    position: fixed;
    padding: 30px;
    left: 0;
    top: 75px;
    height: calc(100vh - 50px);
    width: 100%;
    overflow: auto;
  }
  .memberheader #gNav .headerNav {
    flex-direction: column;
    background-color: #fff;
  }
}
@media screen and (max-width: 1200px) and (max-width: 820px) {
  .memberheader #gNav {
    top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .memberheader #gNav {
    padding: 20px;
  }
}
@media print {
  .memberheader #gNav {
    display: none;
  }
}
.memberheader .logoutLink {
  text-align: center;
  color: #1297cc;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 3px;
  margin-right: 10px;
}
.memberheader .logoutLink span {
  display: block;
}
.memberheader .hunsMenu {
  width: 75px;
  height: 75px;
  background-color: #1297cc;
}
@media screen and (max-width: 820px), print {
  .memberheader .hunsMenu {
    width: 50px;
    height: 50px;
  }
}
.memberheader .hunsMenu::before {
  bottom: 6px;
  font-size: 15px;
}
@media screen and (max-width: 820px), print {
  .memberheader .hunsMenu::before {
    bottom: 3px;
    font-size: 11px;
  }
}
.memberheader .hunsMenu span:nth-of-type(1) {
  top: calc(var(--borderPosition) + 8px);
}
.memberheader .hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 18px);
}
.memberheader .hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 30px);
}
.memberheader .hunsMenu.active span:nth-of-type(1) {
  top: 23px;
}
.memberheader .hunsMenu.active span:nth-of-type(3) {
  top: 35px;
}
@media screen and (max-width: 820px), print {
  .memberheader .hunsMenu span:nth-of-type(1) {
    top: var(--borderPosition);
  }
  .memberheader .hunsMenu span:nth-of-type(2) {
    top: calc(var(--borderPosition) + 8px);
  }
  .memberheader .hunsMenu span:nth-of-type(3) {
    top: calc(var(--borderPosition) + 16px);
  }
  .memberheader .hunsMenu.active span:nth-of-type(1) {
    top: 13px;
  }
  .memberheader .hunsMenu.active span:nth-of-type(3) {
    top: 25px;
  }
}
.memberheader .spc1200__show {
  align-items: center;
}
.memberheader .acd-ttl {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}
.memberheader .acd-ttl span {
  padding: 0 20px;
}
.memberheader .acd-ttl::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #1297cc;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 18px;
  right: 15px;
}
.memberheader .acd-ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
  position: absolute;
  top: 21px;
  right: 20px;
  transform: rotate(135deg);
  transition: all 0.2s;
  z-index: 1;
}
.memberheader .acd-ttl.open::before {
  transform: translate(0, -50%) rotate(-45deg);
  top: 27px;
}
.memberheader .acd-ttl.open + .acd-inner {
  /*(開いた後の)中身の装飾*/
  max-height: 1000px; /*中身の高さに合わせて変更*/
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 20px;
}
.memberheader .acd-inner {
  /*(開く前の)中身の装飾*/
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  padding: 0 20px;
}
.memberheader .acd-inner li {
  padding-left: 5px;
}
.memberheader .acd-inner li a {
  font-size: 14px;
}
.memberheader .acd-inner li a span {
  color: #1297cc;
  margin-right: 5px;
  font-size: 15px;
}
.memberheader .acd-inner li + li {
  margin-top: 10px;
}
@media screen and (min-width: 1201px) {
  .memberheader .spc1200__show {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .memberheader .spc1200__hide {
    display: none !important;
  }
}

#footContact .Bg {
  background-color: #f9f9f9;
  padding: 60px 0 35px;
}
@media screen and (max-width: 820px), print {
  #footContact .Bg {
    padding: 45px 0 25px;
  }
}
@media screen and (max-width: 520px) {
  #footContact .Bg {
    padding: 30px 0 15px;
  }
}
#footContact .linkArea {
  flex-wrap: wrap;
}
#footContact .linkArea .linkBtn {
  width: calc(33% - 15px);
  font-size: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #footContact .linkArea .linkBtn {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #footContact .linkArea .linkBtn {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
}

.shareArea {
  padding: 50px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .shareArea {
    padding: 40px 0 30px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 820px), print {
  .shareArea {
    flex-wrap: wrap;
    padding: 40px 0 20px;
    max-width: 550px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 520px) {
  .shareArea {
    padding: 30px 0 15px;
    margin-bottom: 20px;
  }
}
.shareArea .shareBtn {
  width: calc(25% - 20px);
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 820px), print {
  .shareArea .shareBtn {
    width: calc(50% - 10px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  .shareArea .shareBtn {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px), print {
  .shareArea .shareBtn img {
    width: 100%;
  }
}

/*  footer  */
.footLogo {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  .footLogo {
    width: 70%;
  }
}

.footercontent {
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .footercontent {
    justify-content: center;
    padding-bottom: 0;
  }
}
@media print {
  .footercontent {
    justify-content: center;
  }
}

.Leftcontent {
  width: 330px;
}
@media screen and (max-width: 1024px) {
  .Leftcontent {
    margin-right: 0;
  }
}
@media print {
  .Leftcontent {
    margin-right: 0;
  }
}

.Rightcontent {
  width: calc(100% - 440px);
}
@media print {
  .Rightcontent {
    display: none;
  }
}

.siteMapList {
  width: 100%;
}
.siteMapList:nth-child(2) {
  margin-left: 30px;
}
.siteMapList li {
  text-align: left;
}
.siteMapList li a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-weight: 500;
  padding: 13px 0;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
.siteMapList li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #b3b3b3;
  border-right: solid 2px #b3b3b3;
  position: absolute;
  top: 48%;
  left: 0;
  margin-top: -3px;
  transform: rotate(45deg);
  z-index: 1;
}

.siteFoot {
  background-color: #55bfe0;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .siteFoot {
    padding: 10px 0 75px;
  }
}
@media screen and (max-width: 520px) {
  .siteFoot {
    padding: 10px 0 53px;
  }
}
.siteFoot .siteFootItem__link {
  color: #fff;
  font-size: 13px;
}

.memberfooter {
  position: relative;
  border-top: 2px solid #1297cc;
  padding-top: 110px;
}
@media screen and (max-width: 1024px) {
  .memberfooter {
    padding-top: 70px;
  }
}
@media screen and (max-width: 520px) {
  .memberfooter {
    padding-top: 40px;
  }
}
@media print {
  .memberfooter {
    padding-top: 70px;
  }
}
@media screen and (max-width: 520px) {
  .memberfooter.page-id-370, .memberfooter.page-id-1845 {
    padding-bottom: 40px;
  }
}
.memberfooter::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/footdeco@2x.png);
  background-size: contain;
  width: 434px;
  height: 348px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .memberfooter::before {
    width: 260px;
    height: 210px;
  }
}
@media screen and (max-width: 520px) {
  .memberfooter::before {
    width: 160px;
    height: 130px;
  }
}
@media print {
  .memberfooter::before {
    width: 260px;
    height: 210px;
  }
}
.memberfooter .footlogo {
  max-width: 350px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .memberfooter .footlogo {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 520px) {
  .memberfooter .footlogo {
    max-width: 300px;
    margin: 0 auto 40px;
  }
}
@media print {
  .memberfooter .footlogo {
    margin: 0 auto 70px;
  }
}
.memberfooter .footTitle {
  color: #1297cc;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  .memberfooter .footTitle {
    font-size: 22px;
  }
}
.memberfooter .footTitle span {
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  .memberfooter .footTitle span {
    font-size: 16px;
  }
}
.memberfooter .subTitle span {
  color: #1297cc;
  font-size: 19px;
  border: 1px solid #1297cc;
  border-radius: 2px;
  padding: 3px 8px;
}
@media screen and (max-width: 520px) {
  .memberfooter .subTitle span {
    font-size: 14px;
  }
}
.memberfooter .footLinkArea {
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 105px;
}
@media print {
  .memberfooter .footLinkArea {
    display: none;
  }
}
.memberfooter .footLinkArea a {
  position: relative;
  width: calc(25% - 20px);
  color: #1297cc;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #1297cc;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.memberfooter .footLinkArea a::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #1297cc;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 48%;
  right: 0;
  transform: translate(0, -50%);
}
.memberfooter .footLinkArea a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
  position: absolute;
  top: 48%;
  right: 6px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.memberfooter .siteFootItem__link {
  color: #666;
  font-size: 12px;
  padding-bottom: 25px;
}

/** top 共通 ***********************************************************/
@media print {
  #top {
    zoom: 60%;
    padding-top: 60px;
  }
}

#topSNS .infoCard {
  padding: 0 10px;
}

@media screen and (max-width: 820px), print {
  .infoCardImage {
    margin: 0 auto 30px;
    width: 80%;
  }
}

@media screen and (max-width: 820px), print {
  .infoCardText {
    width: 100%;
  }
}
#topSNS .infoCardText {
  margin-bottom: 20px;
}

/** topFv ***********************************************************/
.topFvCard {
  background-image: url(../images/top/main@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px), print {
  .topFvCard {
    background-image: url(../images/top/bg02@2x.jpg);
    background-size: 60px;
    background-position: left;
    background-repeat: repeat;
  }
}

.topFvTitle {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .topFvTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .topFvTitle {
    font-size: 28px;
  }
}
.topFvTitle span {
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .topFvTitle span {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .topFvTitle span {
    font-size: 17px;
  }
}

.topFvText {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .topFvText {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px), print {
  .topFvText {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .topFvText {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 820px), print {
  .topTtlAea {
    padding-top: 60px;
    background-image: url(../images/top/main@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 520px) {
  .topTtlAea {
    padding-top: 40px;
    background-image: url(../images/top/main_sp@2x.png);
    background-size: cover;
    background-position: top;
  }
}
@media print {
  .topTtlAea {
    padding-top: 90px;
    padding-bottom: 60px;
    background-image: url(../images/top/main@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 820px), print {
  .gra {
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
  }
}
@media screen and (max-width: 520px) {
  .gra {
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
  }
}
@media print {
  .gra {
    background: none;
  }
}

.topFvBox {
  padding: 80px 0 50px;
}
@media screen and (max-width: 820px), print {
  .topFvBox {
    padding: 0 0 40px;
  }
}
.topFvBox .btnArea {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .topFvBox .btnArea {
    flex-direction: column;
  }
}
.topFvBox .btnArea .fourBox {
  flex-wrap: wrap;
  align-items: center;
  width: 535px;
}
@media screen and (max-width: 1100px) {
  .topFvBox .btnArea .fourBox {
    width: 465px;
  }
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .fourBox {
    width: 415px;
  }
}
@media screen and (max-width: 820px), print {
  .topFvBox .btnArea .fourBox {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
  }
}
.topFvBox .btnArea .fourBox .fbbtn {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 33px 15px;
  margin-top: 22px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .fourBox .fbbtn {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .fourBox .fbbtn {
    border-radius: 6px;
    padding: 23px 15px;
    margin-top: 18px;
  }
}
.topFvBox .btnArea .fourBox .fbbtn p {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .fourBox .fbbtn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .fourBox .fbbtn p {
    font-size: 14px;
  }
}
.topFvBox .btnArea .fourBox .fbbtn01 {
  border: 1px solid #ef6f5e;
  color: #ef6f5e;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .fourBox .fbbtn01 img {
    max-width: 45px;
  }
}
.topFvBox .btnArea .fourBox .fbbtn02 {
  border: 1px solid #ddba0e;
  color: #ddba0e;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .fourBox .fbbtn02 img {
    max-width: 64px;
  }
}
.topFvBox .btnArea .fourBox .fbbtn03 {
  border: 1px solid #6fc67b;
  color: #6fc67b;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .fourBox .fbbtn03 img {
    max-width: 31px;
  }
}
.topFvBox .btnArea .fourBox .fbbtn04 {
  border: 1px solid #4ab9e5;
  color: #4ab9e5;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .fourBox .fbbtn04 img {
    max-width: 42px;
  }
}
.topFvBox .btnArea .btnAreaFlex {
  width: calc(100% - 566px);
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .topFvBox .btnArea .btnAreaFlex {
    width: calc(100% - 506px);
  }
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .btnAreaFlex {
    width: calc(100% - 436px);
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn {
  background-color: #4ab9e5;
  border-radius: 7px;
  border: 1px solid #4ab9e5;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  position: relative;
  transition: 0.2s all;
  width: calc(50% - 15px);
}
@media screen and (max-width: 900px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn {
    width: calc(50% - 8px);
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn .LoginBtn_inner {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  letter-spacing: 0.01em;
  flex-direction: column;
  padding: 50px 15px;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn .LoginBtn_inner {
    font-size: 18px;
    padding: 60px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn .LoginBtn_inner {
    padding: 57px 15px;
  }
}
@media screen and (max-width: 900px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn .LoginBtn_inner {
    font-size: 15px;
    padding: 57px 5px;
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn .LoginBtn_inner .arw {
  margin-top: 5px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn .LoginBtn_inner .arw {
    font-size: 13px;
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn01 {
  background-color: #f98562;
  border: 1px solid #f98562;
  padding: 3px;
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn01 .LoginBtn_inner {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 45px 5px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn01 .LoginBtn_inner {
    padding: 55px 5px;
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn01 .LoginBtn_inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/happychan@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 63px;
  right: 11px;
  top: 10px;
}
@media screen and (max-width: 900px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn01 .LoginBtn_inner::after {
    width: 45px;
    height: 53px;
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02 {
  background-color: #fff;
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #4ab9e5;
  background-color: #fff;
  position: absolute;
  bottom: 14px;
  right: 11px;
  margin-top: -14px;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02::after {
    margin-top: -11px;
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #4ab9e5;
  border-right: solid 2px #4ab9e5;
  position: absolute;
  bottom: 20px;
  right: 18px;
  margin-top: -8px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02::before {
    margin-top: -5px;
  }
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02 .LoginBtn_inner {
  color: #4ab9e5;
  font-weight: bold;
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02:hover {
  background-color: #4ab9e5;
  opacity: 1;
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02:hover::after {
  border: 1px solid #4ab9e5;
}
.topFvBox .btnArea .btnAreaFlex .btnAreaFlexbtn02:hover .LoginBtn_inner {
  color: #fff;
}
.topFvBox .btnArea .LoginBtn {
  width: calc(100% - 565px);
  margin-top: 22px;
  background-color: #4ab9e5;
  border-radius: 7px;
  border: 1px solid #4ab9e5;
  color: #fff;
  transition: 0.2s all;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .topFvBox .btnArea .LoginBtn {
    width: calc(100% - 505px);
  }
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .LoginBtn {
    width: calc(100% - 435px);
  }
}
@media screen and (max-width: 820px), print {
  .topFvBox .btnArea .LoginBtn {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
    margin-top: 22px;
  }
}
.topFvBox .btnArea .LoginBtn::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 53%;
  right: 11px;
  margin-top: -14px;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .LoginBtn::after {
    margin-top: -11px;
  }
}
.topFvBox .btnArea .LoginBtn::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #4ab9e5;
  border-right: solid 2px #4ab9e5;
  position: absolute;
  top: 53%;
  right: 18px;
  margin-top: -8px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .LoginBtn::before {
    margin-top: -5px;
  }
}
.topFvBox .btnArea .LoginBtn .LoginBtn_inner {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: auto;
  letter-spacing: 0.1em;
  flex-direction: column;
  padding: 15px;
}
@media screen and (max-width: 820px), print {
  .topFvBox .btnArea .LoginBtn .LoginBtn_inner {
    min-height: 90px;
  }
}
.topFvBox .btnArea .LoginBtn .LoginBtn_inner .login {
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  font-size: 33px;
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .LoginBtn .LoginBtn_inner .login {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .LoginBtn .LoginBtn_inner .login {
    font-size: 18px;
    padding-left: 28px;
  }
}
.topFvBox .btnArea .LoginBtn .LoginBtn_inner .login::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/login@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 40px;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .LoginBtn .LoginBtn_inner .login::after {
    width: 30px;
    height: 30px;
    left: -10px;
  }
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .LoginBtn .LoginBtn_inner .login::after {
    width: 19px;
    height: 23px;
    left: -11px;
  }
}
.topFvBox .btnArea .LoginBtn .LoginBtn_inner .arw {
  margin-top: 5px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .LoginBtn .LoginBtn_inner .arw {
    font-size: 13px;
  }
}
.topFvBox .btnArea .LoginBtn:hover {
  background-color: #fff;
  opacity: 1;
}
.topFvBox .btnArea .LoginBtn:hover::after {
  border: 1px solid #4ab9e5;
}
.topFvBox .btnArea .LoginBtn:hover .LoginBtn_inner {
  color: #4ab9e5;
  opacity: 1;
}
.topFvBox .btnArea .LoginBtn:hover .LoginBtn_inner .login::after {
  background-image: url(../images/top/login02@2x.png);
}
.topFvBox .btnArea .LoginBtn02 {
  background-color: #fff;
}
.topFvBox .btnArea .LoginBtn02::after {
  border: 1px solid #4ab9e5;
}
.topFvBox .btnArea .LoginBtn02 .LoginBtn_inner {
  color: #4ab9e5;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .topFvBox .btnArea .LoginBtn02 .LoginBtn_inner {
    font-size: 24px;
  }
}
@media screen and (max-width: 880px) {
  .topFvBox .btnArea .LoginBtn02 .LoginBtn_inner {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .LoginBtn02 .LoginBtn_inner {
    font-size: 18px;
  }
}
.topFvBox .btnArea .LoginBtn02:hover {
  background-color: #4ab9e5;
  opacity: 1;
}
.topFvBox .btnArea .LoginBtn02:hover .LoginBtn_inner {
  color: #fff;
}
.topFvBox .btnArea .LoginBtn03 {
  background-color: #f98562;
  border: 1px solid #f98562;
  padding: 3px;
  min-height: 90px;
}
.topFvBox .btnArea .LoginBtn03::before {
  display: none;
}
.topFvBox .btnArea .LoginBtn03::after {
  background-color: unset;
  border: unset;
  position: absolute;
  content: "";
  background-image: url(../images/top/happychan@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 63px;
  right: 11px;
  top: 30%;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .LoginBtn03::after {
    width: 42px;
    height: 50px;
    right: 6px;
    top: 32%;
  }
}
.topFvBox .btnArea .LoginBtn03 .LoginBtn_inner {
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .topFvBox .btnArea .LoginBtn03 .LoginBtn_inner {
    font-size: 18px;
  }
}
.topFvBox .btnArea .LoginBtn03:hover {
  background-color: #f98562;
  border: 1px solid #f98562;
  opacity: 0.7;
}
.topFvBox .btnArea .LoginBtn03:hover::after {
  border: unset;
}
.topFvBox .btnArea .LoginBtn03:hover .LoginBtn_inner {
  color: #fff;
}

#topFv .bnrArea {
  padding: 45px 0 32px;
  background-color: #fffeee;
}
#topFv .bnrArea .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  #topFv .bnrArea .wrapper {
    flex-direction: column;
  }
}
#topFv .bnrArea a {
  width: calc(50% - 15px);
}
@media screen and (max-width: 520px) {
  #topFv .bnrArea a {
    width: 100%;
  }
}
#topFv .bnrArea .leftBnr {
  position: relative;
}
@media screen and (max-width: 520px) {
  #topFv .bnrArea .leftBnr {
    margin-bottom: 10px;
  }
}
#topFv .bnrArea .leftBnr::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/item01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 77px;
  height: 97px;
  left: -18px;
  top: -20px;
}
@media screen and (max-width: 1024px) {
  #topFv .bnrArea .leftBnr::after {
    width: 12vw;
    height: 8vw;
  }
}
@media screen and (max-width: 520px) {
  #topFv .bnrArea .leftBnr::after {
    width: 14vw;
    height: 16vw;
    left: -10px;
    top: -14px;
  }
}

/** topics ***********************************************************/
#topTopics {
  padding: 90px 0 80px;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
@media screen and (max-width: 820px), print {
  #topTopics {
    padding: 45px 0;
  }
}
#topTopics .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 45px;
}
@media screen and (max-width: 550px) {
  #topTopics .tab-wrap {
    justify-content: space-between;
  }
}
#topTopics .tab-label {
  background: #fff;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-right: 15px;
  margin-bottom: -1px;
}
@media screen and (max-width: 1024px) {
  #topTopics .tab-label {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #topTopics .tab-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  #topTopics .tab-label {
    width: calc(50% - 7px);
    border-radius: 5px;
    flex: unset;
    margin: 0;
    margin-bottom: 10px;
  }
}
#topTopics .tab-label01 {
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  #topTopics .tab-label01 {
    margin: 0;
    margin-bottom: 10px;
  }
}
#topTopics .tab-label04 {
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  #topTopics .tab-label04 {
    margin: 0;
    margin-bottom: 10px;
  }
}
#topTopics .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 550px) {
  #topTopics .tab-content .topicsArea {
    margin-top: 30px;
  }
}
#topTopics .tab-content .topicsList:first-child {
  border-top: 1px solid #ccc;
}
#topTopics .tab-content .no-topics {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 550px) {
  #topTopics .tab-content .no-topics {
    border-top: unset;
  }
}
#topTopics .tab-switch:checked + .tab-label {
  background: #f98562;
  border: 1px solid #f98562;
  color: #fff;
}
#topTopics .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
}
#topTopics .tab-switch {
  display: none;
}

/** Search ***********************************************************/
#topSearch .blueBg {
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #topSearch .blueBg {
    padding: 45px 0;
  }
}

/** topAbout ***********************************************************/
#topAbout .bg02 {
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #topAbout .bg02 {
    padding: 45px 0;
  }
}
#topAbout .btnArea {
  max-width: 800px;
  margin: 30px auto 0;
}
@media screen and (max-width: 700px) {
  #topAbout .btnArea {
    flex-direction: column;
    margin: 10px auto 0;
  }
}
#topAbout .btnArea a {
  width: calc(50% - 10px);
}
@media screen and (max-width: 700px) {
  #topAbout .btnArea a {
    width: 100%;
    margin: 20px auto 0;
  }
}

.map-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

svg polygon {
  cursor: pointer;
  transition: fill 0.2s;
}

svg polygon:hover {
  filter: brightness(1.2); /* 少し明るくする */
}

.cls-1 {
  fill: #ef6f5e;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  cursor: pointer;
}

.cls-11 {
  stroke: #ef6f5e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.28px;
}

.cls-white,
.cls-1_r,
.cls-2_r,
.cls-3_r,
.cls-9_b02,
.cls-1_y02,
.cls-3_g02,
.cls-7_g02 {
  fill: #fff;
}

.cls-1:hover,
.cls-4_r:hover,
.cls-9_r:hover,
.cls-10_r:hover,
.cls-3_r:hover,
.cls-4_r.hovered,
.cls-9_r.hovered,
.cls-10_r.hovered,
.cls-3_r.hovered,
#kita.hovered {
  fill: #fbbab0;
}

.cls-2 {
  fill: #8a7bc9;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  cursor: pointer;
}

.cls-2:hover,
#higashi.hovered,
.cls-8_b02:hover,
.cls-8_b02.hovered {
  fill: #d5c7f0;
}

.cls-3 {
  fill: #6fc67b;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  cursor: pointer;
}

.cls-3:hover,
#naka.hovered,
.cls-2_g02:hover,
.cls-4_g02:hover,
.cls-2_g02.hovered,
.cls-4_g02.hovered {
  fill: #c1ddbf;
}

.cls-4 {
  fill: #eacc1c;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  cursor: pointer;
}

.cls-4:hover,
#minami01.hovered,
#minami02.hovered,
.cls-3_y02.hovered,
.cls-4_y02.hovered,
.cls-5_y02.hovered,
.cls-3_y02:hover,
.cls-4_y02:hover,
.cls-5_y02:hover {
  fill: #f9ed94;
}

.cls-5_b {
  stroke: #8a7bc9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.28px;
}

.cls-6_y {
  stroke: #eacc1c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.28px;
}

.cls-4_g {
  stroke: #6fc67b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.28px;
}

.cls-1_r, .cls-4_r, .cls-5_r, .cls-6_r,
.cls-1_b02, .cls-2_b02, .cls-6_b02, .cls-8_b02, .cls-7_b02, .cls-4_b02,
.cls-2_y02, .cls-3_y02, .cls-4_y02, .cls-5_y02, .cls-6_y02, .cls-7_y02,
.cls-1_g02, .cls-2_g02, .cls-3_g02, .cls-4_g02, .cls-5_g02, .cls-6_g02 {
  stroke: #fff;
}

.cls-7_r {
  stroke-width: 5px;
}

.cls-7_r, .cls-4_r, .cls-9_r, .cls-10_r, .cls-5_r, .cls-6_r {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-7_r, .cls-9_r, .cls-10_r, .cls-3_r {
  stroke: #ef6f5e;
}

.cls-4_r {
  fill: #ef6f5e;
}

.cls-9_r {
  stroke-width: 4px;
}

.cls-10_r {
  stroke-width: 2px;
}

.cls-1_b02 {
  stroke-width: 1.31px;
}

.cls-1_b02, .cls-2_b02, .cls-5_b02, .cls-6_b02, .cls-7_b02, .cls-4_b02 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-2_b02, .cls-6_b02 {
  stroke-width: 1.83px;
}

.cls-10_b02, .cls-5_b02, .cls-7_b02,
.cls-7_r, .cls-8_r, .cls-9_r, .cls-10_r, .cls-5_r,
.cls-9_y02, .cls-6_y02, .cls-8_y02,
.cls-8_g02, .cls-9_g02, .cls-5_g02 {
  fill: none;
}

.cls-5_b02 {
  stroke: #8a7bc9;
  stroke-width: 2px;
}

.cls-6_b02 {
  fill: #f9f9f9;
}

.cls-8_b02 {
  fill: #8a7bc9;
  stroke-miterlimit: 10;
}

.cls-2_y02 {
  stroke-width: 1.83px;
}

.cls-2_y02, .cls-5_y02, .cls-6_y02, .cls-8_y02, .cls-7_y02 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-3_y02, .cls-4_y02, .cls-5_y02 {
  fill: #eacc1c;
}

.cls-4_y02 {
  stroke-width: 0.86px;
}

.cls-8_y02 {
  stroke: #eacc1c;
  stroke-width: 2px;
}

.cls-1_g02, .cls-2_g02, .cls-3_g02, .cls-4_g02,
.cls-3_y02, .cls-4_y02,
.cls-1_r, .cls-3_r {
  stroke-miterlimit: 10;
}

.cls-1_g02, .cls-6_g02,
.cls-2_y02, .cls-7_y02,
.cls-1_b02, .cls-2_b02, .cls-3_b02, .cls-4_b02,
.cls-6_r {
  fill: #e5e5e5;
}

.cls-2_g02, .cls-4_g02 {
  fill: #6fc67b;
}

.cls-4_g02 {
  stroke-width: 0.86px;
}

.cls-9_g02 {
  stroke: #6fc67b;
  stroke-width: 2px;
}

.cls-9_g02, .cls-5_g02, .cls-6_g02 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-10_g02,
.cls-10_y02,
.cls-11_r,
.cls-11_b02 {
  fill: #55bfe0;
}

.cls-11_g02,
.cls-12_r,
.cls-12_b02,
.cls-11_y02 {
  clip-path: url(#clippath);
}

.mapName:hover {
  opacity: 1;
}

.backButton:hover {
  cursor: pointer;
}

#kitaText01:hover,
#kitaText02:hover,
#higashiText01:hover,
#higashiText02:hover,
#nakaText01:hover,
#nakaText02:hover,
#minamiText01:hover,
#minamiText02:hover {
  cursor: pointer;
}

/** topics ***********************************************************/
.topicsBg {
  background-color: #f2fafd;
  padding: 75px 0 80px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  .topicsBg {
    padding: 45px 0;
  }
}
.topicsBg:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/bgitem@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 498px;
  height: 484px;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 1024px) {
  .topicsBg:after {
    width: 22vw;
    height: 22vw;
  }
}
@media screen and (max-width: 520px) {
  .topicsBg:after {
    width: 32vw;
    height: 32vw;
  }
}

#topics .topicsBg:after {
  width: 408px !important;
  height: 396px !important;
}
@media screen and (max-width: 1024px) {
  #topics .topicsBg:after {
    width: 22vw !important;
    height: 22vw !important;
  }
}
@media screen and (max-width: 520px) {
  #topics .topicsBg:after {
    width: 32vw !important;
    height: 32vw !important;
  }
}

#topics .wrapper,
#topics_detail .wrapper {
  z-index: 2;
  position: relative;
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 550px) {
  .category__list {
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: unset;
  }
}
.category__list li {
  background: #fff;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-right: 15px;
  margin-bottom: -1px;
}
.category__list li a {
  display: block;
  padding: 10px 0.5em;
}
@media screen and (max-width: 1024px) {
  .category__list li {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px), print {
  .category__list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .category__list li {
    width: calc(50% - 7px);
    border-radius: 5px;
    flex: unset;
    margin: 0;
    margin-bottom: 10px;
  }
}
.category__list li:first-child {
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  .category__list li:first-child {
    margin: 0;
    margin-bottom: 10px;
  }
}
.category__list li:last-child {
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .category__list li:last-child {
    margin: 0;
    margin-bottom: 10px;
  }
}
.category__list .choice {
  background: #f98562;
  border: 1px solid #f98562;
}
.category__list .choice a {
  color: #fff;
}

.topicsList {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 550px) {
  .topicsList:first-of-type {
    border-top: 1px solid #ccc;
  }
}

.topicsListItem {
  padding: 20px 40px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .topicsListItem {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px), print {
  .topicsListItem {
    padding: 15px 20px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 520px) {
  .topicsListItem {
    padding-right: 38px;
  }
}
.topicsListItem::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #4ab9e5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 53%;
  right: 20px;
  margin-top: -11px;
}
@media screen and (max-width: 520px) {
  .topicsListItem::after {
    right: 15px;
  }
}
.topicsListItem::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4ab9e5;
  border-right: solid 1px #4ab9e5;
  position: absolute;
  top: 53%;
  right: 27px;
  margin-top: -5px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .topicsListItem::before {
    right: 22px;
  }
}
.topicsListItem:hover {
  background-color: #fffeee;
  opacity: 1;
}
.topicsListItem .topicsItemHead {
  margin-right: 20px;
}
@media screen and (max-width: 820px), print {
  .topicsListItem .topicsItemHead {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  .topicsListItem .topicsItemHead {
    margin-right: 0;
  }
}
.topicsListItem .topicsItemTitle {
  max-width: calc(100% - 310px);
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .topicsListItem .topicsItemTitle {
    max-width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  .topicsListItem .topicsItemTitle {
    max-width: 100%;
  }
}

.topicsItemTime {
  font-size: 16px;
  margin-right: 1em;
}
@media screen and (max-width: 520px) {
  .topicsItemTime {
    font-size: 14px;
  }
}

.topicsItemCategory {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  padding: 3px 10px;
  display: inline-block;
  width: 147px;
}
@media screen and (max-width: 520px) {
  .topicsItemCategory {
    font-size: 14px;
  }
}

/** topicsDetail ***********************************************************/
#detailBox {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 60px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 820px), print {
  #detailBox {
    padding: 30px;
  }
}
#detailBox .topicsItemHead {
  margin-bottom: 17px;
}
#detailBox .topicsItemTitle {
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 820px), print {
  #detailBox .topicsItemTitle {
    font-size: 24px;
  }
}

@media print {
  .sin_btns {
    padding-top: 30px;
  }
}

.sin_back02 {
  border-bottom: 1px solid #333;
}

.sin_pre,
.sin_nex {
  position: relative;
}
.sin_pre::before,
.sin_nex::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  height: 8px;
  width: 8px;
}

.sin_pre {
  padding-left: 15px;
}
.sin_pre::before {
  left: 0;
  transform: translate(0, -50%) rotate(135deg);
}

.sin_nex {
  padding-right: 15px;
}
.sin_nex::before {
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

.pagination {
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 820px), print {
  .pagination {
    padding-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .pagination {
    margin: 0 auto;
  }
}
.pagination .inner {
  display: flex;
  justify-content: center;
}
.pagination .inner span,
.pagination .inner a {
  line-height: 26px;
  width: 30px;
  height: 30px;
  border: 1px solid #4ab9e5;
  border-radius: 3px;
  color: #4ab9e5;
  background-color: #fff;
  margin: 0 10px;
  text-align: center;
}
.pagination .inner .current {
  background-color: #4ab9e5;
  color: #fff;
}
.pagination .inner .pn-prev,
.pagination .inner .pn-next {
  position: relative;
}
.pagination .inner .pn-prev::after,
.pagination .inner .pn-next::after {
  border-top: 1px solid #4ab9e5;
  border-right: 1px solid #4ab9e5;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 10px;
  transition: all 0.2s;
  width: 8px;
}
.pagination .inner .pn-prev.opa,
.pagination .inner .pn-next.opa {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.pagination .inner .pn-prev.opa::after,
.pagination .inner .pn-next.opa::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagination .inner .pn-next::after {
  transform: rotate(45deg);
  right: 11px;
}
.pagination .inner .pn-prev::after {
  transform: rotate(225deg);
  left: 11px;
}

.no-topics {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 550px) {
  .no-topics {
    padding-top: 30px;
  }
}

.addtoany_content {
  align-items: center;
  display: flex;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  justify-content: center;
  padding: 20px;
  margin-top: 40px !important;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  .addtoany_content {
    padding: 10px;
    margin-top: 30px !important;
    margin-bottom: 0;
  }
}

.addtoany_header {
  border-right: 1px solid #b3b3b3;
  margin: 0 !important;
  padding-right: 35px;
  margin-right: 40px !important;
}
@media screen and (max-width: 520px) {
  .addtoany_header {
    padding-right: 10px;
    margin-right: 10px !important;
  }
}

.addtoany_list a,
.widget .addtoany_list a {
  padding: 0;
}
.addtoany_list a + a,
.widget .addtoany_list a + a {
  margin-left: 50px;
}
@media screen and (max-width: 820px), print {
  .addtoany_list a + a,
  .widget .addtoany_list a + a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  .addtoany_list a + a,
  .widget .addtoany_list a + a {
    margin-left: 20px;
  }
}

@media screen and (max-width: 520px) {
  #contact .textCenter {
    text-align: left;
  }
}
#contact .doiChecks {
  text-align: center !important;
}

.required {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 820px), print {
  .required {
    margin-left: 1em;
  }
}

@media screen and (max-width: 820px), print {
  .formItem + .formItem {
    display: block;
    margin-top: 20px;
  }
}
.formItem th, .formItem td {
  padding: 10px;
}
@media screen and (max-width: 820px), print {
  .formItem th, .formItem td {
    padding: 5px 10px;
    display: block;
    width: 100%;
  }
}

.formTitle {
  vertical-align: top;
  text-align: left;
  width: 280px;
}

.formInner {
  text-align: left;
  width: calc(100% - 280px);
}

.formInputBox {
  border: 1px solid #ccc;
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.mailConf {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.mailConf input {
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.privacyLink {
  text-decoration: underline;
  color: #4ab9e5;
}

.radioInput,
.checkInput {
  display: none;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.radioInput:checked + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  height: 10px;
  width: 10px;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.checkInput:checked + .mwform-checkbox-field-text::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  position: absolute;
  top: 25%;
  transform: translate(0, -50%) rotate(45deg);
  left: 3px;
  height: 18px;
  width: 11px;
}

@media screen and (max-width: 520px) {
  #search .textCenter {
    text-align: left;
  }
}

area {
  cursor: pointer;
}

#searchContents {
  position: relative;
  z-index: 2;
}

.searchArea {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .searchArea {
    flex-direction: column;
  }
}
.searchArea .button01 {
  max-width: 278px;
  padding: 12px;
  position: relative;
  margin: 25px auto 0;
}
.searchArea .button01::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/mm02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 18px;
  left: 23px;
  top: 52%;
  transform: translate(0, -50%);
}
.searchArea .button01:hover::after {
  background-image: url(../images/top/mm03@2x.png);
}

.searchItem {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1024px) {
  .searchItem {
    width: 100%;
  }
}

.searchText {
  font-size: 24px;
  font-weight: bold;
}

.searchsubText {
  margin: 20px 0 10px;
}
@media screen and (max-width: 520px) {
  .searchsubText {
    margin-top: 10px;
  }
}

.mapArea {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 70px 50px 50px;
}
@media screen and (max-width: 1024px) {
  .mapArea {
    text-align: center;
    margin-bottom: 20px;
    padding: 50px;
  }
}
@media screen and (max-width: 820px), print {
  .mapArea {
    padding: 35px;
  }
}
@media screen and (max-width: 520px) {
  .mapArea {
    padding: 25px;
  }
}

.keywordArea {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 55px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  .keywordArea {
    padding: 35px;
  }
}
@media screen and (max-width: 520px) {
  .keywordArea {
    padding: 25px;
  }
}
.keywordArea .keywordText {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.keywordArea .keywordText::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/mm01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 18px;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
}
.keywordArea .keywordText input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 0.8em calc(0.8em + 30px) 0.8em 1.2em;
}

.conditionArea {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
@media screen and (max-width: 820px), print {
  .conditionArea {
    padding: 35px;
  }
}
@media screen and (max-width: 520px) {
  .conditionArea {
    padding: 25px;
  }
}

.selectText {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  .selectText {
    font-size: 14px;
  }
}

.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.selectbox::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  position: absolute;
  top: 46%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(135deg);
  z-index: 1;
}
.selectbox select {
  appearance: none;
  padding: 0.8em calc(0.8em + 30px) 0.8em 1.2em;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
}

select {
  color: #ccc;
}
select option {
  color: #333 !important;
}
select option:first-child {
  color: #ccc;
}

/** clinic-list ***********************************************************/
@media print {
  #clinic-listContents {
    zoom: 60%;
  }
}
#clinic-listContents .pagination {
  padding-top: 60px;
}
@media screen and (max-width: 820px), print {
  #clinic-listContents .pagination {
    padding-top: 30px;
  }
}
#clinic-listContents .wrapper {
  position: relative;
  z-index: 2;
}
#clinic-listContents .number {
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #clinic-listContents .number {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#clinic-listContents .number span {
  display: inline-block;
  padding: 0 5px;
  font-size: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  #clinic-listContents .number span {
    font-size: 40px;
  }
}
#clinic-listContents .topicsSubtext {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  #clinic-listContents .topicsSubtext {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#clinic-listContents .no-topics {
  padding-top: 10px;
}

.searchArea02 {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 70px 50px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px), print {
  .searchArea02 {
    margin-bottom: 30px;
    padding: 50px 40px 35px;
  }
}
@media screen and (max-width: 520px) {
  .searchArea02 {
    padding: 40px 25px 25px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.searchArea02 .searchText02 {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  .searchArea02 .searchText02 {
    margin-bottom: 25px;
  }
}
.searchArea02 .searchText02 span {
  background-color: #fff;
  display: block;
  font-size: 26px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .searchArea02 .searchText02 span {
    font-size: 22px;
  }
}
.searchArea02 .searchText02::after {
  border: 1px solid #ccc;
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.searchArea02 .resultFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.searchArea02 .resultFlex .resultItem {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .searchArea02 .resultFlex .resultItem {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 520px) {
  .searchArea02 .resultFlex .resultItem {
    width: 100%;
  }
}
.searchArea02 .resultFlex .resultItem .resultTitle {
  font-size: 16px;
  color: #666;
  padding-left: 10px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .searchArea02 .resultFlex .resultItem .resultTitle {
    line-height: 1.3;
  }
}
@media screen and (max-width: 520px) {
  .searchArea02 .resultFlex .resultItem .resultTitle {
    font-size: 16px;
  }
}
.searchArea02 .resultFlex .resultItem .resultTitle::after {
  position: absolute;
  content: "";
  background-color: #48b2d3;
  width: 2px;
  height: 18px;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  .searchArea02 .resultFlex .resultItem .resultTitle::after {
    top: 4px;
  }
}
.searchArea02 .resultFlex .resultItem .resultText {
  margin: 10px 0 20px;
  font-size: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 520px) {
  .searchArea02 .resultFlex .resultItem .resultText {
    font-size: 18px;
    margin: 5px 0 15px;
  }
}
.searchArea02 .blueArea {
  background-color: #4ab9e5;
  color: #fff;
  font-size: 22px;
  padding: 15px;
}
@media screen and (max-width: 520px) {
  .searchArea02 .blueArea {
    font-size: 18px;
  }
}
.searchArea02 .qa__head {
  cursor: pointer;
  position: relative;
}
.searchArea02 .qa__head::before {
  position: absolute;
  content: "";
  right: 19px;
  top: 32px;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
  width: 25px;
  height: 3px;
  background: #fff;
}
@media screen and (max-width: 520px) {
  .searchArea02 .qa__head::before {
    top: 29px;
  }
}
.searchArea02 .qa__head::after {
  position: absolute;
  content: "";
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
  width: 3px;
  height: 25px;
  background: #fff;
  right: 30px;
  top: 20px;
}
@media screen and (max-width: 520px) {
  .searchArea02 .qa__head::after {
    top: 17px;
  }
}
.searchArea02 .qa__body {
  max-width: 900px;
  margin: 15px auto 0;
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.searchArea02 .is-open + .qa__body {
  line-height: 1.5;
  max-height: 1000px; /*中身の高さに合わせて変更*/
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
.searchArea02 .is-open::before {
  content: none;
}
@media screen and (max-width: 820px), print {
  .searchArea02 .flexArea {
    flex-direction: column;
  }
}
.searchArea02 .flexArea .keywordArea {
  width: 100%;
}
.searchArea02 .flexArea form {
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px), print {
  .searchArea02 .flexArea form {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  .searchArea02 .flexArea .conditionArea02 {
    width: 100%;
  }
}
.searchArea02 .keywordArea {
  box-shadow: unset;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  .searchArea02 .keywordArea {
    padding: 0;
  }
}
.searchArea02 .keywordArea .keywordText {
  margin: 0;
}

.scroll-hint-icon-wrap {
  top: -10% !important;
}

.scrolltable {
  display: block;
  overflow-x: scroll;
  white-space: normal;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 0;
}
.scrolltable::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .scrolltable {
    white-space: nowrap;
  }
}
.scrolltable tbody {
  display: table;
  width: 100%;
}
.scrolltable tr {
  font-size: 18px;
  font-weight: 500;
}
.scrolltable tr td,
.scrolltable tr th {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .scrolltable tr td,
  .scrolltable tr th {
    padding: 10px;
    font-size: 14px;
  }
}
.scrolltable tr td {
  border: 1px solid #ccc;
  padding: 15px 20px 15px;
}
.scrolltable tr td p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .scrolltable tr td p {
    font-size: 16px;
  }
}
.scrolltable tr td .siryoItem {
  color: #48b2d3;
  display: inline-block;
}
.scrolltable tr td .siryoItem p {
  font-weight: 500;
}
.scrolltable tr td .siryoItem p span {
  border-bottom: 1px solid #48b2d3;
}
.scrolltable tr th {
  font-weight: 500;
  color: #fff;
  border-right: 1px solid #fff;
  letter-spacing: 0.15em;
  font-size: 20px;
  padding: 15px 20px;
  width: 25%;
}
.scrolltable tr th:last-child {
  border-right: none;
}
.scrolltable tr .b1 {
  background-color: #4ab9e5;
}
.scrolltable tr .b2 {
  background-color: #64c4e9;
}

/** clinic-list_detail ***********************************************************/
@media print {
  #clinic-list_detail {
    zoom: 60%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 820px), print {
  #clinic-list_detail #detailBox {
    padding: 40px;
  }
}
@media screen and (max-width: 520px) {
  #clinic-list_detail #detailBox {
    padding: 30px;
  }
}

#detailBox {
  position: relative;
  z-index: 2;
}

.clinic-list_detail__main .topicsItemTitle {
  border-bottom: none !important;
  line-height: 1 !important;
  margin-bottom: 10px !important;
}
.clinic-list_detail__main .itemBg {
  border: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  .clinic-list_detail__main .topicsItemTitle {
    font-size: 24px !important;
    padding-bottom: 10px !important;
    line-height: 1.4 !important;
  }
}
.clinic-list_detail__main .itemArea {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .clinic-list_detail__main .itemArea {
    flex-direction: column;
  }
}
.clinic-list_detail__main .itemArea .left {
  padding: 20px;
  background-color: #4ab9e5;
  color: #fff;
  font-size: 20px;
  width: 132px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  .clinic-list_detail__main .itemArea .left {
    width: 100%;
    font-size: 18px;
    padding: 12px;
  }
}
.clinic-list_detail__main .itemArea .left p {
  font-weight: normal;
}
.clinic-list_detail__main .itemArea .right {
  width: calc(100% - 132px);
  padding: 20px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  .clinic-list_detail__main .itemArea .right {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }
}
.clinic-list_detail__main .itemArea .right p {
  margin-top: 1px;
}
.clinic-list_detail__main .itemArea .right a {
  color: #4ab9e5;
  border-bottom: 1px solid #4ab9e5;
  position: relative;
}
.clinic-list_detail__main .itemArea .right a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 1px;
}
.clinic-list_detail__main .itemArea .right .tel-link a {
  color: #333 !important;
  border: unset !important;
}
.clinic-list_detail__main .itemArea .right .tel-link a::after {
  display: none !important;
}
@media screen and (max-width: 520px) {
  .clinic-list_detail__main .itemArea .right02 {
    padding-right: 22px;
  }
}
.clinic-list_detail__main .itemArea:last-child .left {
  border-bottom: unset;
}
.clinic-list_detail__main .itemArea:last-child .right {
  border-bottom: unset;
}

.itemMap {
  width: 100%;
  height: 500px;
  margin: 50px 0 0;
}
@media screen and (max-width: 520px) {
  .itemMap {
    margin: 30px 0 0;
    height: 300px;
  }
}
.itemMap iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 520px) {
  .itemMap iframe {
    height: 300px;
  }
}

.clinic-list_detail__main .backbutton {
  border-bottom: 1px solid #4ab9e5;
  color: #4ab9e5;
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  .clinic-list_detail__main .backbutton {
    font-size: 16px;
  }
}
.clinic-list_detail__main .sin_back {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  .clinic-list_detail__main .sin_back {
    margin-top: 20px;
  }
}

#posterArea .wrapper {
  position: relative;
  z-index: 2;
}
#posterArea .posterBg {
  background-image: url(../images/poster/posterbg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 80px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #posterArea .posterBg {
    padding: 0 0 45px;
  }
}
#posterArea .posterBg:after {
  position: absolute;
  content: "";
  background-image: url(../images/poster/bg_item02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 498px;
  height: 484px;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 1024px) {
  #posterArea .posterBg:after {
    width: 22vw;
    height: 22vw;
  }
}
@media screen and (max-width: 520px) {
  #posterArea .posterBg:after {
    width: 32vw;
    height: 32vw;
  }
}
#posterArea .posterBg:before {
  position: absolute;
  content: "";
  background-image: url(../images/poster/bg_item01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 480px;
  height: 512px;
  right: 0;
  top: 180px;
}
@media screen and (max-width: 1024px) {
  #posterArea .posterBg:before {
    width: 22vw;
    height: 24vw;
  }
}
@media screen and (max-width: 520px) {
  #posterArea .posterBg:before {
    width: 32vw;
    height: 34vw;
    top: 90px;
  }
}
#posterArea .posterTitleimg {
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  #posterArea .posterTitleimg {
    margin-bottom: 40px;
  }
}
#posterArea .whiteArea {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 0;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 820px), print {
  #posterArea .whiteArea {
    padding: 30px 30px 0;
  }
}
#posterArea .whiteArea .posterTitle {
  color: #3a2009;
  font-size: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px), print {
  #posterArea .whiteArea .posterTitle {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .posterTitle {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
#posterArea .whiteArea .posterText {
  color: #3a2009;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .posterText {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#posterArea .whiteArea .posterSubTitle {
  border-top: 1px solid #ff7b4a;
  border-bottom: 1px solid #ff7b4a;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .posterSubTitle {
    padding: 13px;
  }
}
#posterArea .whiteArea .posterSubTitle h3 {
  color: #ff7b4a;
  font-size: 26px;
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .posterSubTitle h3 {
    font-size: 22px;
  }
}
#posterArea .whiteArea .poster {
  flex-wrap: wrap;
}
#posterArea .whiteArea .poster .posterItem {
  width: calc(50% - 22px);
  margin-bottom: 45px;
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .poster .posterItem {
    width: 100%;
    margin-bottom: 30px;
  }
}
#posterArea .whiteArea .poster .posterImg {
  border-width: 18px;
  border-color: #d26432 #f37f34 #d26432 #f37f34;
  border-style: solid;
  font-size: 0;
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .poster .posterImg {
    border-width: 11px;
  }
}
#posterArea .whiteArea .poster .posterImg img {
  width: 100%;
}
#posterArea .whiteArea .poster .scholl {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .poster .scholl {
    font-size: 16px;
    margin-top: 8px;
  }
}
#posterArea .whiteArea .poster .name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #posterArea .whiteArea .poster .name {
    font-size: 16px;
  }
}
#posterArea .whiteArea .poster .posterItem02 .posterImg {
  width: 75%;
  margin: 0 auto;
}
#posterArea .orangeArea {
  margin: 80px 0 0;
  padding: 50px;
  background-color: #f9ece4;
  border-radius: 5px;
}
@media screen and (max-width: 820px), print {
  #posterArea .orangeArea {
    padding: 30px;
    margin-top: 50px;
  }
}
#posterArea .orangeArea h3 {
  color: #3a2009;
  font-size: 30px;
  font-weight: bold;
  padding-left: 23px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #posterArea .orangeArea h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#posterArea .orangeArea h3::after {
  position: absolute;
  content: "";
  background-image: url(../images/poster/item01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 26px;
  left: 0px;
  top: 53%;
  transform: translate(0, -50%);
}
#posterArea .orangeArea .btnArea {
  flex-wrap: wrap;
}
#posterArea .orangeArea .btnArea a {
  width: calc(33% - 10px);
  color: #3a2009;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #posterArea .orangeArea .btnArea a {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #posterArea .orangeArea .btnArea a {
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
  }
}
#posterArea .orangeArea .btnArea a:hover span {
  border-bottom: 1px solid #3a2009;
}
#posterArea .orangeArea .btnArea a::after {
  position: absolute;
  content: "●";
  color: #e95225;
  font-size: 13px;
  left: -2px;
  top: 15px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #posterArea .orangeArea .btnArea a::after {
    top: 50%;
  }
}

#visit .subBg {
  background-color: unset;
  padding: 0;
}
@media print {
  #visit .subBg {
    zoom: 60%;
  }
}
@media screen and (max-width: 520px) {
  #visit .secTitle {
    line-height: 1.5;
  }
}
#visit #sec10 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  #visit #sec10 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
#visit #sec20 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  #visit #sec20 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 520px) {
  #visit .secTitle {
    font-size: 24px;
  }
}

.visitTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .visitTitle {
    line-height: 1.3;
  }
}
@media screen and (max-width: 520px) {
  .visitTitle {
    font-size: 20px;
  }
}
.visitTitle::after {
  position: absolute;
  content: "";
  background-color: #48b2d3;
  width: 4px;
  height: 26px;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  .visitTitle::after {
    top: 4px;
  }
}
@media screen and (max-width: 520px) {
  .visitTitle::after {
    width: 3px;
    height: 20px;
  }
}

.visittext {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .visittext {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  .visittext {
    font-size: 16px;
  }
}

#visit10 {
  padding: 80px 0;
  background-color: #f2fafd;
}
@media screen and (max-width: 520px) {
  #visit10 {
    padding: 40px 0;
  }
}
#visit10 .btnArea {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #visit10 .btnArea {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#visit10 .btnArea a {
  width: calc(50% - 20px);
}
@media screen and (max-width: 750px) {
  #visit10 .btnArea a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #visit10 .btnArea a {
    font-size: 16px;
  }
}
#visit10 .subtitle {
  font-size: 26px;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #visit10 .subtitle {
    font-size: 21px;
    margin-top: 5px;
  }
}
#visit10 .whiteArea {
  margin-top: 40px;
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #visit10 .whiteArea {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 25px 15px;
  }
}
#visit10 .whiteArea .indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #visit10 .whiteArea .indent {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  #visit10 .whiteArea .indent {
    font-size: 16px;
  }
}
#visit10 .whiteArea .indent span {
  font-size: 12px;
  position: absolute;
  margin-top: 5px;
  left: 20px;
}
@media screen and (max-width: 520px) {
  #visit10 .whiteArea .indent span {
    margin-top: 3px;
    left: 18px;
  }
}
#visit10 .whiteArea .red {
  color: #ef2f0f;
}
#visit10 .buttonDL {
  background-color: #55bfe0;
  border-radius: 7px;
  border: 1px solid #55bfe0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 22px;
  padding: 20px;
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  #visit10 .buttonDL {
    width: 100%;
    max-width: 530px;
  }
}
@media screen and (max-width: 520px) {
  #visit10 .buttonDL {
    font-size: 20px;
    padding: 15px 20px 20px;
  }
}
#visit10 .buttonDL span {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 520px) {
  #visit10 .buttonDL span {
    font-size: 16px;
  }
}
#visit10 .buttonDL span::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/dl01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 1px;
}
@media screen and (max-width: 520px) {
  #visit10 .buttonDL span::after {
    bottom: 0;
  }
}
#visit10 .buttonDL:hover {
  background-color: #fff;
  color: #55bfe0;
  opacity: 1;
}
#visit10 .buttonDL:hover span {
  border-bottom: 1px solid #55bfe0;
}
#visit10 .buttonDL:hover span::after {
  background-image: url(../images/visit/dl02@2x.png);
}

#visit20 {
  padding: 80px 0;
}
@media screen and (max-width: 520px) {
  #visit20 {
    padding: 40px 0;
  }
}
#visit20 .visittext {
  position: relative;
  z-index: 2;
}
#visit20 .blueArea {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  background-color: #f3fafd;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #visit20 .blueArea {
    margin-top: 20px;
    padding: 25px 15px;
  }
}
#visit20 .blueArea p {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  #visit20 .blueArea p {
    font-size: 15px;
  }
}
#visit20 .blueArea a {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
}
#visit20 .blueArea a span {
  background: linear-gradient(transparent 97%, #333 0%);
}
@media screen and (max-width: 520px) {
  #visit20 .blueArea a {
    font-size: 15px;
  }
}
#visit20 .blueArea .dl img {
  display: inline-block;
  top: 2px;
  position: relative;
  width: 21px;
  height: 18px;
}
#visit20 .blueArea .link {
  position: relative;
}
#visit20 .blueArea .link::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 4px;
}
@media screen and (max-width: 520px) {
  #visit20 .blueArea .link::after {
    bottom: 3px;
  }
}

@media print {
  #emergency .subBg {
    zoom: 70%;
  }
}
@media screen and (max-width: 520px) {
  #emergency .secTitle {
    line-height: 1.5;
  }
}
#emergency .secText {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #emergency .secText {
    font-size: 16px;
  }
}
#emergency .flexArea {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px), print {
  #emergency .flexArea {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #emergency .flexArea {
    margin-top: 40px;
  }
}
#emergency .flexArea .leftArea {
  width: 470px;
  background-color: #fff;
}
@media screen and (max-width: 820px), print {
  #emergency .flexArea .leftArea {
    width: 100%;
  }
}
#emergency .flexArea .leftArea .itemArea {
  border-top: 1px solid #ccc;
  padding: 17px 20px;
}
#emergency .flexArea .leftArea .itemArea:last-child {
  border-bottom: 1px solid #ccc;
}
#emergency .flexArea .leftArea .itemArea .right {
  font-size: 18px;
  width: calc(100% - 105px);
}
@media screen and (max-width: 520px) {
  #emergency .flexArea .leftArea .itemArea .right {
    font-size: 16px;
    width: calc(100% - 95px);
  }
}
#emergency .flexArea .leftArea .itemArea .right a {
  border-bottom: 1px solid #48b2d3;
  color: #48b2d3;
  position: relative;
}
#emergency .flexArea .leftArea .itemArea .right a::after {
  position: absolute;
  content: "";
  background-image: url(../images/emergency/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -28px;
  bottom: 1px;
}
@media screen and (max-width: 520px) {
  #emergency .flexArea .leftArea .itemArea .right a::after {
    bottom: 0;
  }
}
#emergency .flexArea .leftArea .itemArea .right .tel-link a {
  color: #333 !important;
  border: unset !important;
}
#emergency .flexArea .leftArea .itemArea .right .tel-link a::after {
  display: none !important;
}
#emergency .flexArea .leftArea .itemArea .left {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #emergency .flexArea .leftArea .itemArea .left {
    font-size: 16px;
  }
}
#emergency .flexArea .rightArea {
  margin-left: 50px;
  width: calc(100% - 520px);
}
@media screen and (max-width: 1024px) {
  #emergency .flexArea .rightArea {
    margin-left: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #emergency .flexArea .rightArea {
    text-align: center;
    margin-top: 45px;
    margin-left: 0;
    width: 100%;
  }
}
#emergency .flexArea .rightArea img {
  width: 100%;
}

#handicap .subBg {
  background-color: unset;
  padding: 0;
}
@media print {
  #handicap .subBg {
    zoom: 60%;
  }
}
@media screen and (max-width: 520px) {
  #handicap .secTitle {
    font-size: 24px;
  }
}

.visitTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .visitTitle {
    line-height: 1.3;
  }
}
@media screen and (max-width: 520px) {
  .visitTitle {
    font-size: 20px;
  }
}
.visitTitle::after {
  position: absolute;
  content: "";
  background-color: #48b2d3;
  width: 4px;
  height: 26px;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  .visitTitle::after {
    top: 4px;
  }
}
@media screen and (max-width: 520px) {
  .visitTitle::after {
    width: 3px;
    height: 20px;
  }
}

.handitext {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .handitext {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  .handitext {
    font-size: 16px;
    margin-top: 10px;
  }
}

#handicap10 {
  padding: 80px 0;
  background-color: #f2fafd;
}
@media screen and (max-width: 520px) {
  #handicap10 {
    padding: 40px 0;
  }
}
#handicap10 .whiteArea {
  margin-top: 30px;
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #handicap10 .whiteArea {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 25px 15px;
  }
}
#handicap10 .whiteArea .indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #handicap10 .whiteArea .indent {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  #handicap10 .whiteArea .indent {
    font-size: 16px;
  }
}
#handicap10 .whiteArea .indent span {
  font-size: 12px;
  position: absolute;
  margin-top: 5px;
  left: 20px;
}
@media screen and (max-width: 520px) {
  #handicap10 .whiteArea .indent span {
    margin-top: 3px;
    left: 18px;
  }
}
#handicap10 .whiteArea .red {
  color: #ef2f0f;
}
#handicap10 .buttonDL {
  background-color: #55bfe0;
  border-radius: 7px;
  border: 1px solid #55bfe0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 22px;
  padding: 20px;
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  #handicap10 .buttonDL {
    width: 100%;
    max-width: 530px;
  }
}
@media screen and (max-width: 520px) {
  #handicap10 .buttonDL {
    font-size: 18px;
    padding: 15px 15px 20px;
  }
}
#handicap10 .buttonDL span {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 520px) {
  #handicap10 .buttonDL span {
    font-size: 16px;
  }
}
#handicap10 .buttonDL span::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/dl01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 1px;
}
@media screen and (max-width: 520px) {
  #handicap10 .buttonDL span::after {
    bottom: 0;
  }
}
#handicap10 .buttonDL:hover {
  background-color: #fff;
  color: #55bfe0;
  opacity: 1;
}
#handicap10 .buttonDL:hover span {
  border-bottom: 1px solid #55bfe0;
}
#handicap10 .buttonDL:hover span::after {
  background-image: url(../images/visit/dl02@2x.png);
}
#handicap10 .subTitle {
  font-size: 20px;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #handicap10 .subTitle {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
#handicap10 .subText {
  font-size: 18px;
  word-break: auto-phrase;
}
@media screen and (max-width: 520px) {
  #handicap10 .subText {
    font-size: 16px;
  }
}

#project #sec10,
#project #sec20,
#project #sec30,
#project #sec40,
#project #sec50,
#project #sec60,
#project #sec70 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  #project #sec10,
  #project #sec20,
  #project #sec30,
  #project #sec40,
  #project #sec50,
  #project #sec60,
  #project #sec70 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
@media print {
  #project #project10,
  #project #project20,
  #project #project30,
  #project #project40,
  #project #project50 {
    zoom: 50%;
  }
}
@media screen and (max-width: 520px) {
  #project .secTitle {
    font-size: 24px;
  }
}
#project .indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #project .indent {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  #project .indent {
    font-size: 16px;
  }
}
#project .indent span {
  font-size: 12px;
  position: absolute;
  margin-top: 5px;
  left: 20px;
}
@media screen and (max-width: 520px) {
  #project .indent span {
    margin-top: 3px;
    left: 18px;
  }
}
#project .red {
  color: #ef2f0f;
  margin-bottom: 0;
}
#project .mb20 {
  margin-bottom: 20px;
}
#project .mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #project .mb30 {
    margin-bottom: 15px;
  }
}

.projectTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .projectTitle {
    line-height: 1.3;
  }
}
@media screen and (max-width: 520px) {
  .projectTitle {
    font-size: 20px;
  }
}
.projectTitle::after {
  position: absolute;
  content: "";
  background-color: #48b2d3;
  width: 4px;
  height: 26px;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  .projectTitle::after {
    top: 4px;
  }
}
@media screen and (max-width: 520px) {
  .projectTitle::after {
    width: 3px;
    height: 20px;
  }
}

.projecttext {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .projecttext {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  .projecttext {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
}

#project10,
#project30,
#project50,
#project60,
#project70 {
  padding: 80px 0;
  background-color: #f2fafd;
}
@media screen and (max-width: 820px), print {
  #project10,
  #project30,
  #project50,
  #project60,
  #project70 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 520px) {
  #project10,
  #project30,
  #project50,
  #project60,
  #project70 {
    padding: 40px 0;
  }
}
#project10 .btnArea,
#project30 .btnArea,
#project50 .btnArea,
#project60 .btnArea,
#project70 .btnArea {
  margin-bottom: 35px;
  flex-wrap: wrap;
}
#project10 .btnArea .button02,
#project30 .btnArea .button02,
#project50 .btnArea .button02,
#project60 .btnArea .button02,
#project70 .btnArea .button02 {
  width: calc(33% - 20px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #project10 .btnArea .button02,
  #project30 .btnArea .button02,
  #project50 .btnArea .button02,
  #project60 .btnArea .button02,
  #project70 .btnArea .button02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px), print {
  #project10 .btnArea .button02,
  #project30 .btnArea .button02,
  #project50 .btnArea .button02,
  #project60 .btnArea .button02,
  #project70 .btnArea .button02 {
    width: calc(50% - 10px);
    max-width: 320px;
  }
}
@media screen and (max-width: 520px) {
  #project10 .btnArea .button02,
  #project30 .btnArea .button02,
  #project50 .btnArea .button02,
  #project60 .btnArea .button02,
  #project70 .btnArea .button02 {
    width: 100%;
    font-size: 16px;
  }
}
@media print {
  #project10 .btnArea .button02,
  #project30 .btnArea .button02,
  #project50 .btnArea .button02,
  #project60 .btnArea .button02,
  #project70 .btnArea .button02 {
    width: calc(33% - 20px);
  }
}
#project10 .btnArea .dummy,
#project30 .btnArea .dummy,
#project50 .btnArea .dummy,
#project60 .btnArea .dummy,
#project70 .btnArea .dummy {
  visibility: hidden;
}
@media screen and (max-width: 520px) {
  #project10 .btnArea .dummy,
  #project30 .btnArea .dummy,
  #project50 .btnArea .dummy,
  #project60 .btnArea .dummy,
  #project70 .btnArea .dummy {
    display: none;
  }
}
#project10 .flexArea,
#project30 .flexArea,
#project50 .flexArea,
#project60 .flexArea,
#project70 .flexArea {
  padding: 20px 0 35px;
}
@media screen and (max-width: 820px), print {
  #project10 .flexArea,
  #project30 .flexArea,
  #project50 .flexArea,
  #project60 .flexArea,
  #project70 .flexArea {
    flex-direction: column;
  }
}
#project10 .flexArea .projectImg10,
#project30 .flexArea .projectImg10,
#project50 .flexArea .projectImg10,
#project60 .flexArea .projectImg10,
#project70 .flexArea .projectImg10 {
  width: 350px;
}
@media screen and (max-width: 820px), print {
  #project10 .flexArea .projectImg10,
  #project30 .flexArea .projectImg10,
  #project50 .flexArea .projectImg10,
  #project60 .flexArea .projectImg10,
  #project70 .flexArea .projectImg10 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #project10 .flexArea .projectImg10,
  #project30 .flexArea .projectImg10,
  #project50 .flexArea .projectImg10,
  #project60 .flexArea .projectImg10,
  #project70 .flexArea .projectImg10 {
    width: 100%;
  }
}
#project10 .flexArea .textArea,
#project30 .flexArea .textArea,
#project50 .flexArea .textArea,
#project60 .flexArea .textArea,
#project70 .flexArea .textArea {
  width: calc(100% - 390px);
  margin-top: -5px;
}
@media screen and (max-width: 820px), print {
  #project10 .flexArea .textArea,
  #project30 .flexArea .textArea,
  #project50 .flexArea .textArea,
  #project60 .flexArea .textArea,
  #project70 .flexArea .textArea {
    width: 100%;
  }
}
#project10 .fleximgArea,
#project30 .fleximgArea,
#project50 .fleximgArea,
#project60 .fleximgArea,
#project70 .fleximgArea {
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #project10 .fleximgArea,
  #project30 .fleximgArea,
  #project50 .fleximgArea,
  #project60 .fleximgArea,
  #project70 .fleximgArea {
    margin-top: -20px;
  }
}
#project10 .fleximgArea div,
#project30 .fleximgArea div,
#project50 .fleximgArea div,
#project60 .fleximgArea div,
#project70 .fleximgArea div {
  width: calc(50% - 20px);
}
@media screen and (max-width: 520px) {
  #project10 .fleximgArea div,
  #project30 .fleximgArea div,
  #project50 .fleximgArea div,
  #project60 .fleximgArea div,
  #project70 .fleximgArea div {
    width: 100%;
    margin-top: 20px;
  }
}
#project10 .js-scrollable,
#project30 .js-scrollable,
#project50 .js-scrollable,
#project60 .js-scrollable,
#project70 .js-scrollable {
  margin: 30px 0 15px;
}
@media screen and (max-width: 520px) {
  #project10 .js-scrollable,
  #project30 .js-scrollable,
  #project50 .js-scrollable,
  #project60 .js-scrollable,
  #project70 .js-scrollable {
    margin: 15px 0;
  }
}
#project10 .js-scrollable th,
#project30 .js-scrollable th,
#project50 .js-scrollable th,
#project60 .js-scrollable th,
#project70 .js-scrollable th {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #project10 .js-scrollable th,
  #project30 .js-scrollable th,
  #project50 .js-scrollable th,
  #project60 .js-scrollable th,
  #project70 .js-scrollable th {
    font-size: 16px;
  }
}
#project10 .js-scrollable td,
#project30 .js-scrollable td,
#project50 .js-scrollable td,
#project60 .js-scrollable td,
#project70 .js-scrollable td {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #project10 .js-scrollable td,
  #project30 .js-scrollable td,
  #project50 .js-scrollable td,
  #project60 .js-scrollable td,
  #project70 .js-scrollable td {
    font-size: 16px;
  }
}
#project10 .js-scrollable .center,
#project30 .js-scrollable .center,
#project50 .js-scrollable .center,
#project60 .js-scrollable .center,
#project70 .js-scrollable .center {
  text-align: center;
}
#project10 .whiteArea,
#project30 .whiteArea,
#project50 .whiteArea,
#project60 .whiteArea,
#project70 .whiteArea {
  margin-top: 40px;
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #project10 .whiteArea,
  #project30 .whiteArea,
  #project50 .whiteArea,
  #project60 .whiteArea,
  #project70 .whiteArea {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 25px 15px;
  }
}
#project10 .projectTitle,
#project30 .projectTitle,
#project50 .projectTitle,
#project60 .projectTitle,
#project70 .projectTitle {
  margin-bottom: 10px;
}

.whiteArea02 {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .whiteArea02 {
    margin-top: 20px;
    padding: 25px 15px;
  }
}
.whiteArea02 p {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  .whiteArea02 p {
    font-size: 15px;
  }
}
.whiteArea02 a {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
}
.whiteArea02 a span {
  background: linear-gradient(transparent 97%, #333 0%);
}
@media screen and (max-width: 520px) {
  .whiteArea02 a {
    font-size: 15px;
  }
}
.whiteArea02 .dl span {
  position: relative;
}
.whiteArea02 .dl span::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/dl03@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 2px;
}
@media screen and (max-width: 520px) {
  .whiteArea02 .dl span::after {
    bottom: 0;
  }
}
.whiteArea02 .link {
  position: relative;
}
.whiteArea02 .link::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 4px;
}
@media screen and (max-width: 520px) {
  .whiteArea02 .link::after {
    bottom: 3px;
  }
}

#project30 .flexArea {
  padding: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  #project30 .flexArea {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px), print {
  #project30 .flexArea {
    flex-direction: column;
  }
}
#project30 .flexArea .projectImg30 {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  #project30 .flexArea .projectImg30 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 820px), print {
  #project30 .flexArea .projectImg30 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #project30 .flexArea .projectImg30 {
    width: 100%;
  }
}
#project30 .flexArea .textArea {
  width: calc(100% - 450px);
  margin-top: -5px;
}
@media screen and (max-width: 1024px) {
  #project30 .flexArea .textArea {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #project30 .flexArea .textArea {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #project30 .whiteArea {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
#project30 .whiteArea a {
  display: inline-block;
  font-size: 18px;
}
#project30 .whiteArea a span {
  background: linear-gradient(transparent 97%, #333 0%);
}
@media screen and (max-width: 520px) {
  #project30 .whiteArea a {
    font-size: 14px;
  }
}
#project30 .whiteArea .dl {
  margin-top: 15px;
}
#project30 .whiteArea .dl span {
  position: relative;
}
#project30 .whiteArea .dl span::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/dl03@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 2px;
}
@media screen and (max-width: 520px) {
  #project30 .whiteArea .dl span::after {
    bottom: 0;
    right: -22px;
    width: 15px;
    height: 15px;
  }
}
#project30 .whiteArea .link {
  position: relative;
}
#project30 .whiteArea .link::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 4px;
}
@media screen and (max-width: 520px) {
  #project30 .whiteArea .link::after {
    width: 15px;
    height: 15px;
    bottom: 3px;
    right: -22px;
  }
}

#project20,
#project40 {
  padding: 80px 0;
}
@media screen and (max-width: 820px), print {
  #project20,
  #project40 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 520px) {
  #project20,
  #project40 {
    padding: 40px 0;
  }
}
#project20 .visittext,
#project40 .visittext {
  position: relative;
  z-index: 2;
}
#project20 .blueArea,
#project40 .blueArea {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  background-color: #f3fafd;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #project20 .blueArea,
  #project40 .blueArea {
    margin-top: 20px;
    padding: 25px 15px;
  }
}
#project20 .blueArea a,
#project40 .blueArea a {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
}
#project20 .blueArea a span,
#project40 .blueArea a span {
  background: linear-gradient(transparent 97%, #333 0%);
}
@media screen and (max-width: 520px) {
  #project20 .blueArea a,
  #project40 .blueArea a {
    font-size: 15px;
  }
}
#project20 .blueArea p,
#project40 .blueArea p {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  #project20 .blueArea p,
  #project40 .blueArea p {
    font-size: 15px;
  }
}
#project20 .blueArea p a,
#project40 .blueArea p a {
  margin-top: 0;
}
#project20 .blueArea .dl span,
#project40 .blueArea .dl span {
  position: relative;
}
#project20 .blueArea .dl span::after,
#project40 .blueArea .dl span::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/dl03@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 2px;
}
@media screen and (max-width: 520px) {
  #project20 .blueArea .dl span::after,
  #project40 .blueArea .dl span::after {
    bottom: 0;
  }
}
#project20 .blueArea .link,
#project40 .blueArea .link {
  position: relative;
}
#project20 .blueArea .link::after,
#project40 .blueArea .link::after {
  position: absolute;
  content: "";
  background-image: url(../images/visit/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 4px;
}
@media screen and (max-width: 520px) {
  #project20 .blueArea .link::after,
  #project40 .blueArea .link::after {
    bottom: 3px;
  }
}
#project20 .projectImg40,
#project40 .projectImg40 {
  padding: 15px 0;
}

#project20 .secTitle {
  margin-bottom: 20px;
}

#project40 {
  background-color: #f2fafd;
}

#project70 {
  background-color: unset;
}

#about .subBg {
  background-color: unset;
  padding: 0;
}
@media print {
  #about .subBg {
    zoom: 60%;
  }
}
#about #sec10,
#about #sec20,
#about #sec30 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  #about #sec10,
  #about #sec20,
  #about #sec30 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 520px) {
  #about .secTitle {
    font-size: 24px;
  }
}
#about .mb20 {
  margin-bottom: 20px;
}
#about .mb25 {
  margin-bottom: 25px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 520px) {
  #about .mb25 {
    margin-bottom: 10px;
  }
}
#about .mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  #about .mb50 {
    margin-bottom: 25px;
  }
}

.aboutTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .aboutTitle {
    line-height: 1.3;
  }
}
@media screen and (max-width: 520px) {
  .aboutTitle {
    font-size: 20px;
  }
}
.aboutTitle::after {
  position: absolute;
  content: "";
  background-color: #48b2d3;
  width: 4px;
  height: 26px;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  .aboutTitle::after {
    top: 4px;
  }
}
@media screen and (max-width: 520px) {
  .aboutTitle::after {
    width: 3px;
    height: 20px;
  }
}

.abouttext {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .abouttext {
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  .abouttext {
    font-size: 16px;
  }
}
.abouttext a:hover {
  color: #4ab9e5;
  border-bottom: 1px solid #4ab9e5;
}

#about10 {
  padding: 80px 0;
  background-color: #f2fafd;
}
@media screen and (max-width: 520px) {
  #about10 {
    padding: 40px 0;
  }
}
#about10 .btnArea {
  margin-bottom: 35px;
  flex-wrap: wrap;
}
#about10 .btnArea .button02 {
  width: calc(33% - 20px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 820px), print {
  #about10 .btnArea .button02 {
    width: calc(50% - 10px);
    max-width: 320px;
  }
}
@media screen and (max-width: 520px) {
  #about10 .btnArea .button02 {
    width: 100%;
    font-size: 16px;
  }
}
@media print {
  #about10 .btnArea .button02 {
    width: calc(33% - 20px);
  }
}
#about10 .btnArea .dummy {
  visibility: hidden;
}
@media screen and (max-width: 520px) {
  #about10 .btnArea .dummy {
    display: none;
  }
}
#about10 .flexArea {
  padding: 20px 0 35px;
}
@media screen and (max-width: 820px), print {
  #about10 .flexArea {
    flex-direction: column;
  }
}
#about10 .flexArea .projectImg10 {
  width: 200px;
}
@media screen and (max-width: 820px), print {
  #about10 .flexArea .projectImg10 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #about10 .flexArea .projectImg10 {
    width: 100%;
  }
}
#about10 .flexArea .textArea {
  width: calc(100% - 250px);
  margin-top: -5px;
}
@media screen and (max-width: 820px), print {
  #about10 .flexArea .textArea {
    width: 100%;
  }
}
#about10 .whiteArea {
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 8px;
  padding: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #about10 .whiteArea {
    margin-bottom: 30px;
    padding: 25px 15px;
  }
}
#about10 .aboutTitle02 {
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #about10 .aboutTitle02 {
    font-size: 20px;
  }
}
#about10 .aboutTitle02 span {
  position: absolute;
  left: 0;
  color: #4ab9e5;
  font-size: 16px;
  top: 6px;
}
@media screen and (max-width: 520px) {
  #about10 .aboutTitle02 span {
    font-size: 14px;
    top: 5px;
  }
}
#about10 .aboutText02 {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  #about10 .aboutText02 {
    font-size: 16px;
  }
}
#about10 .b_none {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

#about20 {
  padding: 80px 0;
}
@media screen and (max-width: 520px) {
  #about20 {
    padding: 40px 0;
  }
}
#about20 .secTitle {
  margin-bottom: 20px;
}

#about30 {
  padding: 80px 0;
  background-color: #f2fafd;
}
@media screen and (max-width: 520px) {
  #about30 {
    padding: 40px 0;
  }
}
#about30 .js-scrollable {
  margin: 20px 0 50px;
}
@media screen and (max-width: 520px) {
  #about30 .js-scrollable {
    margin: 10px 0 30px;
  }
}
#about30 .js-scrollable th {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #about30 .js-scrollable th {
    font-size: 16px;
  }
}
#about30 .js-scrollable td {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #about30 .js-scrollable td {
    font-size: 16px;
  }
}
#about30 .js-scrollable .b1 {
  width: 155px;
}
#about30 .js-scrollable .b2 {
  width: 295px;
}
#about30 .js-scrollable .b3 {
  width: calc(100% - 450px);
}
#about30 .projectImg {
  margin-bottom: 40px;
}
#about30 .flexMember {
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px), print {
  #about30 .flexMember {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  #about30 .flexMember {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
#about30 .memberItem {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #about30 .memberItem {
    width: 100%;
  }
}
#about30 .memberItem .name {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #1297cc;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #about30 .memberItem .flexItem {
    flex-direction: column;
  }
}
#about30 .memberItem .memberImg {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  #about30 .memberItem .memberImg {
    margin: 0 auto 10px;
  }
}
#about30 .memberItem .textArea {
  width: calc(100% - 255px);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  #about30 .memberItem .textArea {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #about30 .memberItem .textArea {
    font-size: 16px;
  }
}
#about30 .memberItem .textArea span {
  font-weight: bold;
}
#about30 .memberItem .textArea a {
  position: relative;
  border-bottom: 1px solid #1297cc;
  color: #1297cc;
  margin-left: 20px;
}
#about30 .memberItem .textArea a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/pdf@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
}
#about30 .end {
  margin-bottom: 0;
}
#about30 .chairman {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #about30 .chairman .flexItem {
    flex-direction: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #about30 .chairman .flexItem {
    flex-direction: column;
  }
}
#about30 .chairman .memberImg {
  width: 100%;
  max-width: 315px;
}
@media screen and (max-width: 520px) {
  #about30 .chairman .memberImg {
    width: 230px;
    margin: 0 auto 10px;
  }
}
#about30 .chairman .textArea {
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 520px) {
  #about30 .chairman .textArea {
    padding-left: 0;
  }
}

@media print {
  #member {
    zoom: 60%;
    padding-top: 60px;
  }
}
#member .dotsBg {
  background-image: url(../images/common/dotsBg.jpg);
  background-repeat: repeat;
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #member .dotsBg {
    padding: 45px 0;
  }
}
#member .tabBg {
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #member .tabBg {
    padding: 45px 0;
  }
}
#member .tabBg.blue {
  background-color: rgba(18, 151, 204, 0.11);
}
#member .tabBg.green {
  background-color: #e4efc5;
}
#member .tabBg.orange {
  background-color: #fdf3eb;
}
#member .tabBg.pink {
  background-color: #fbeaf2;
}
#member .tabBg.gray {
  background-color: #e6e6e6;
}
#member .tabBg.purple {
  background-color: #f5ebfc;
}
#member .tabBg .secTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #member .tabBg .secTitle {
    margin-bottom: 30px;
  }
}
#member .tabBg .whiteArea {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media screen and (max-width: 820px), print {
  #member .tabBg .whiteArea {
    padding: 30px;
  }
}
#member .tabBg .whiteArea + .whiteArea {
  margin-top: 30px;
}
@media screen and (max-width: 820px), print {
  #member .tabBg .whiteArea + .whiteArea {
    margin-top: 15px;
  }
}
#member .tabBg .whiteArea .memberTitle {
  border-left: 4px solid #1297cc;
  padding-left: 15px;
  line-height: 1.2;
}
#member .tabBg .whiteArea .memberTitle.inside a::before {
  right: 7px;
  margin-top: -1px;
  transform: translate(0, -50%) rotate(135deg);
}
#member .tabBg .whiteArea .memberTitle a {
  position: relative;
  padding-right: 35px;
  font-size: 24px;
}
@media screen and (max-width: 820px), print {
  #member .tabBg .whiteArea .memberTitle a {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #member .tabBg .whiteArea .memberTitle a {
    font-size: 20px;
  }
}
#member .tabBg .whiteArea .memberTitle a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
  position: absolute;
  top: 53%;
  right: 8px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
#member .tabBg .whiteArea .memberTitle a::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #1297cc;
  border-radius: 50%;
  position: absolute;
  top: 53%;
  right: 0;
  transform: translate(0, -50%);
}
#member .tabBg .whiteArea .comFlex {
  flex-wrap: wrap;
  margin-top: 20px;
}
#member .tabBg .whiteArea .comFlex .comItem {
  width: 48%;
  position: relative;
  padding-left: 65px;
}
#member .tabBg .whiteArea .comFlex .comItem:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  #member .tabBg .whiteArea .comFlex .comItem {
    width: 100%;
  }
  #member .tabBg .whiteArea .comFlex .comItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  #member .tabBg .whiteArea .comFlex .comItem {
    padding-left: 15px;
  }
}
#member .tabBg .whiteArea .comFlex .comItem .new {
  animation: tikatika 1s step-end infinite;
  color: #fff;
  background-color: #ff7b4a;
  border-radius: 20px;
  line-height: 1;
  padding: 3px 8px 6px;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  #member .tabBg .whiteArea .comFlex .comItem .new {
    font-size: 14px;
  }
}
#member .tabBg .whiteArea .comFlex .comItem .comLink {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 520px) {
  #member .tabBg .whiteArea .comFlex .comItem .comLink {
    font-size: 16px;
  }
}
#member .tabBg .whiteArea .comFlex .comItem .comLink::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
  position: absolute;
  top: 11px;
  left: 7px;
  transform: rotate(135deg);
  z-index: 1;
}
#member .tabBg .whiteArea .comFlex .comItem .comLink::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #1297cc;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
#member .tabBg .whiteArea .comFlex .comItem .comLink02 {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 520px) {
  #member .tabBg .whiteArea .comFlex .comItem .comLink02 {
    font-size: 16px;
  }
}
#member .tabBg .whiteArea .comFlex .comItem .comLink02::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
  position: absolute;
  top: 15px;
  left: 6px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
#member .tabBg .whiteArea .comFlex .comItem .comLink02::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #1297cc;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 520px) {
  #member .tabBg .memberTitle02 {
    position: relative;
  }
  #member .tabBg .memberTitle02::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #1297cc;
    border-right: solid 1px #1297cc;
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translate(0, -50%) rotate(45deg);
    z-index: 1;
  }
  #member .tabBg .memberTitle02::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #1297cc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 520px) {
  #member .tabBg .memberTitle02 a::before {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #member .tabBg .memberTitle02 a::after {
    display: none;
  }
}
#member .tabBg .button01 {
  margin-top: 50px;
}
@media screen and (max-width: 820px), print {
  #member .tabBg .button01 {
    margin-top: 25px;
  }
}
#member .newsList + .button01 {
  margin-top: 50px;
}
@media screen and (max-width: 820px), print {
  #member .newsList + .button01 {
    margin-top: 25px;
  }
}
#member .newsList .newsItem {
  border-bottom: 1px solid #b3b3b3;
}
#member .newsList .newsItem .newsLink {
  display: flex;
  padding: 20px 60px 20px 20px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 820px), print {
  #member .newsList .newsItem .newsLink {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #member .newsList .newsItem .newsLink {
    padding: 20px 30px 20px 10px;
  }
}
#member .newsList .newsItem .newsLink:hover {
  background-color: #fffeee;
  opacity: 1;
}
#member .newsList .newsItem .newsLink::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #1297cc;
  border-right: solid 1px #1297cc;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #member .newsList .newsItem .newsLink::before {
    right: 18px;
  }
}
#member .newsList .newsItem .newsLink::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #1297cc;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #member .newsList .newsItem .newsLink::after {
    right: 10px;
  }
}
#member .newsList .newsItem .newsLink .linkLeft {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  #member .newsList .newsItem .newsLink .linkLeft {
    width: 330px;
  }
}
@media screen and (max-width: 820px), print {
  #member .newsList .newsItem .newsLink .linkLeft {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #member .newsList .newsItem .newsLink .linkLeft {
    font-size: 16px;
  }
}
#member .newsList .newsItem .newsLink .linkLeft .day {
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  #member .newsList .newsItem .newsLink .linkLeft .day {
    margin-right: 10px;
  }
}
#member .newsList .newsItem .newsLink .linkLeft .category {
  width: 145px;
  text-align: center;
  color: #4d4d4d;
}
@media screen and (max-width: 520px) {
  #member .newsList .newsItem .newsLink .linkLeft .category {
    width: 100px;
  }
}
#member .newsList .newsItem .newsLink .linkLeft .category.blue {
  background-color: #d3ecef;
}
#member .newsList .newsItem .newsLink .linkLeft .category.green {
  background-color: #e4efc5;
}
#member .newsList .newsItem .newsLink .linkLeft .category.orange {
  background-color: #f9e3cf;
}
#member .newsList .newsItem .newsLink .linkLeft .category.pink {
  background-color: #f7e2ec;
}
#member .newsList .newsItem .newsLink .linkLeft .category.gray {
  background-color: #e6e6e6;
}
#member .newsList .newsItem .newsLink .linkRight {
  font-size: 22px;
  width: calc(100% - 340px);
}
@media screen and (max-width: 1024px) {
  #member .newsList .newsItem .newsLink .linkRight {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 820px), print {
  #member .newsList .newsItem .newsLink .linkRight {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 520px) {
  #member .newsList .newsItem .newsLink .linkRight {
    font-size: 18px;
  }
}
#member #event_link,
#member #contents_link {
  margin-top: -30px;
  padding-top: 30px;
}
#member #memberTop {
  padding-top: 80px;
}
@media screen and (max-width: 820px), print {
  #member #memberTop {
    padding-top: 40px;
  }
}
#member #memberTop .infoText {
  font-size: 1.125rem;
  margin: 35px 0;
}
@media screen and (max-width: 820px), print {
  #member #memberTop .infoText {
    margin: 20px 0;
  }
}
#member #memberTop .tab input[type=radio] {
  display: none;
}
#member #memberTop .tab .tab_panel {
  width: 100%;
  display: none;
}
#member #memberTop .tab #tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#member #memberTop .tab #tab2:checked ~ .panel_area #panel2 {
  display: block;
}
#member #memberTop .tab #tab2:checked ~ #tab1:checked {
  background-color: #d37676;
}
#member #memberTop .tab #tab3:checked ~ .panel_area #panel3 {
  display: block;
}
#member #memberTop .tab #tab4:checked ~ .panel_area #panel4 {
  display: block;
}
#member #memberTop .tab #tab5:checked ~ .panel_area #panel5 {
  display: block;
}
#member #memberTop .tab .linkFlex {
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 820px), print {
  #member #memberTop .tab .linkFlex {
    margin-bottom: 45px;
  }
}
#member #memberTop .tab .linkFlex .linkItem {
  width: 31.45%;
  text-align: center;
  padding: 15px 60px;
  color: #4d4d4d;
  position: relative;
  transition: all 0.2s;
}
#member #memberTop .tab .linkFlex .linkItem:nth-child(n+4) {
  margin-top: 30px;
}
#member #memberTop .tab .linkFlex .linkItem.red {
  background-color: #f8c3c3;
}
#member #memberTop .tab .linkFlex .linkItem.blue {
  background-color: #d3ecef;
}
#member #memberTop .tab .linkFlex .linkItem.green {
  background-color: #e4efc5;
}
#member #memberTop .tab .linkFlex .linkItem.orange {
  background-color: #f9e3cf;
}
#member #memberTop .tab .linkFlex .linkItem.pink {
  background-color: #f7e2ec;
}
#member #memberTop .tab .linkFlex .linkItem.gray {
  background-color: #e6e6e6;
}
#member #memberTop .tab .linkFlex .linkItem::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -1px;
  transform: translate(0, -50%) rotate(135deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #member #memberTop .tab .linkFlex .linkItem::before {
    right: 17px;
  }
}
#member #memberTop .tab .linkFlex .linkItem::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  #member #memberTop .tab .linkFlex .linkItem::after {
    right: 10px;
  }
}
#member #memberTop .tab .linkFlex .linkItem.active, #member #memberTop .tab .linkFlex .linkItem:hover {
  cursor: pointer;
  opacity: 1;
  color: #fff;
  transition: all 0.2s;
}
#member #memberTop .tab .linkFlex .linkItem.active.red, #member #memberTop .tab .linkFlex .linkItem:hover.red {
  background-color: #d37676;
}
#member #memberTop .tab .linkFlex .linkItem.active.blue, #member #memberTop .tab .linkFlex .linkItem:hover.blue {
  background-color: #2bafd8;
}
#member #memberTop .tab .linkFlex .linkItem.active.green, #member #memberTop .tab .linkFlex .linkItem:hover.green {
  background-color: #7dc457;
}
#member #memberTop .tab .linkFlex .linkItem.active.orange, #member #memberTop .tab .linkFlex .linkItem:hover.orange {
  background-color: #e29054;
}
#member #memberTop .tab .linkFlex .linkItem.active.pink, #member #memberTop .tab .linkFlex .linkItem:hover.pink {
  background-color: #e288a1;
}
#member #memberTop .tab .linkFlex .linkItem.active.gray, #member #memberTop .tab .linkFlex .linkItem:hover.gray {
  background-color: #5b5b5b;
}
#member #memberTop .tab .linkFlex .linkItem.active::before, #member #memberTop .tab .linkFlex .linkItem:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#member #memberTop .tab .linkFlex .linkItem.active::after, #member #memberTop .tab .linkFlex .linkItem:hover::after {
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #member #memberTop .tab .linkFlex .linkItem {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 820px), print {
  #member #memberTop .tab .linkFlex .linkItem {
    width: 48%;
  }
  #member #memberTop .tab .linkFlex .linkItem:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  #member #memberTop .tab .linkFlex .linkItem {
    width: 100%;
  }
  #member #memberTop .tab .linkFlex .linkItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
#member #memberTop .event .eventBg {
  padding: 90px 0;
  background-color: rgba(193, 193, 193, 0.11);
}
@media screen and (max-width: 820px), print {
  #member #memberTop .event .eventBg {
    padding: 45px 0;
  }
}
#member #memberTop .event .eventBg .eventText {
  margin: 30px 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 820px), print {
  #member #memberTop .event .eventBg .eventText {
    margin: 20px 0;
    letter-spacing: 0.03rem;
  }
}
#member #memberTop .event .eventBg .fc-unthemed .fc-popover, #member #memberTop .event .eventBg .fc-unthemed .fc-row, #member #memberTop .event .eventBg .fc-unthemed hr, #member #memberTop .event .eventBg .fc-unthemed tbody, #member #memberTop .event .eventBg .fc-unthemed td, #member #memberTop .event .eventBg .fc-unthemed th, #member #memberTop .event .eventBg .fc-unthemed thead {
  border-color: #ccc;
}
#member #memberTop .event .eventBg .fc-unthemed th {
  background-color: #1297cc;
  color: #fff;
  font-weight: 500;
}
@media print {
  #member #memberTop .event .eventBg .fc-unthemed th {
    color: #fff;
    background-color: #1297cc !important;
    font-weight: 500;
  }
}
#member #memberTop .event .eventBg .fc-basic-view tbody .fc-row {
  min-height: 100px;
}
@media print {
  #member #memberTop .event .eventBg .fc-basic-view tbody .fc-row {
    min-height: 100px !important;
  }
}
#member #memberTop .event .eventBg .fc-day-grid-event.fc-event {
  width: 90%;
  margin: 0 auto;
  border: none;
}
#member #memberTop .event .eventBg .fc-content {
  color: #333;
  font-size: 16px;
  padding: 3px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #member #memberTop .event .eventBg .fc-content {
    font-size: 10px;
  }
}
#member #memberTop .event .eventBg .fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  font-weight: 500;
  padding: 0 5px 0 !important;
}
#member #memberTop .event .eventBg .eo-fullcalendar-reset.fc-unthemed .fc-today {
  background-color: transparent;
}
#member #memberTop .event .eventBg .fc-sun {
  color: #de342f;
}
#member #memberTop .event .eventBg .fc-state-default {
  background-color: #fff;
  border: 1px solid #cccccc;
}
#member #memberTop .event .eventBg .fc button {
  width: 32px;
  height: 32px;
  padding: 0;
}
#member #memberTop .event .eventBg .fc-today-button {
  font-size: 18px;
  width: 55px !important;
}
@media screen and (max-width: 820px), print {
  #member #memberTop .event .eventBg .fc-today-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 601px) {
  #member #memberTop .event .eventBg .fc-left {
    float: left;
  }
}
#member #memberTop .event .eventBg .fc-left h2 {
  font-size: 24px;
  border-bottom: 1px solid #1297cc;
  border-top: 1px solid #1297cc;
  padding: 0 10px;
  background-color: #fff;
}
@media screen and (max-width: 820px), print {
  #member #memberTop .event .eventBg .fc-left h2 {
    font-size: 21px;
  }
}
#member #memberTop .event .eventBg .eo-fullcalendar .fc-toolbar {
  margin-bottom: 35px;
}
@media print {
  #member #memberTop .event .eventBg .eo-fullcalendar .fc-toolbar {
    display: flex;
  }
}
@media screen and (max-width: 520px) {
  #member #memberTop .event .eventBg .eo-fullcalendar .fc-toolbar {
    margin-bottom: 25px;
  }
}
#member #memberTop .event .eventBg .fc-right {
  padding: 4px 0;
}
@media screen and (max-width: 601px) {
  #member #memberTop .event .eventBg .fc-right {
    float: right;
    display: flex;
  }
}
#member #memberTop .event .eventBg .eventNote {
  text-indent: -1em;
  padding-left: 1em;
  color: #666;
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  #member #memberTop .event .eventBg .eventNote {
    margin-top: 10px;
    letter-spacing: 0.03rem;
  }
}
#member #topMenberNews {
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #member #topMenberNews {
    padding: 45px 0;
  }
}
#member #topMenberNews .button01 {
  margin-top: 50px;
}
@media screen and (max-width: 820px), print {
  #member #topMenberNews .button01 {
    margin-top: 25px;
  }
}
#member #contentsArea .addtoany_share_save_container {
  display: none !important;
}
#member #contentsArea .contetsBg {
  background-image: url(../images/common/dotsBg.jpg);
  background-repeat: repeat;
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .contetsBg {
    padding: 45px 0;
  }
}
#member #contentsArea .contetsBg:nth-child(even).blue {
  background-image: none;
  background-color: rgba(18, 151, 204, 0.11);
}
#member #contentsArea .contetsBg:nth-child(even).green {
  background-image: none;
  background-color: #e4efc5;
}
#member #contentsArea .contetsBg:nth-child(even).orange {
  background-image: none;
  background-color: #fdf3eb;
}
#member #contentsArea .contetsBg:nth-child(even).pink {
  background-image: none;
  background-color: #fbeaf2;
}
#member #contentsArea .contetsBg:nth-child(even).gray {
  background-image: none;
  background-color: #e6e6e6;
}
#member #contentsArea .contetsBg:nth-child(even).purple {
  background-image: none;
  background-color: #f5ebfc;
}
#member #contentsArea .leadText {
  margin: 30px 0;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .leadText {
    margin: 20px 0;
    letter-spacing: 0.03rem;
  }
}
#member #contentsArea .cateBox,
#member #contentsArea .contentLink {
  margin-top: -130px;
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  #member #contentsArea .cateBox,
  #member #contentsArea .contentLink {
    margin-top: -70px;
    padding-top: 70px;
  }
}
#member #contentsArea h3 {
  background-color: #1297cc;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #member #contentsArea h3 {
    font-size: 20px;
  }
}
#member #contentsArea h4 {
  font-size: 24px;
  border-left: 3px solid #1297cc;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #member #contentsArea h4 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
#member #contentsArea p a {
  border-bottom: 1px solid #cf2e2e;
}
#member #contentsArea .fileTitle a {
  border: unset !important;
}
#member #contentsArea .wp-block-group {
  padding: 20px;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .wp-block-button {
    width: 75% !important;
  }
}
@media screen and (max-width: 520px) {
  #member #contentsArea .wp-block-button {
    width: 100% !important;
  }
}
#member #contentsArea .wp-block-separator {
  margin: 20px 0;
}
#member #contentsArea .wp-block-flexible-table-block-table {
  margin: 10px 0 35px;
}
#member #contentsArea .wp-block-column summary {
  display: none;
}
#member #contentsArea .wp-block-details summary {
  display: none;
}
#member #contentsArea table {
  background-color: #fff;
}
#member #contentsArea table th {
  background-color: #e5f4f9;
  border-color: #ccc;
}
#member #contentsArea table td {
  border-color: #ccc;
}
#member #contentsArea .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
#member #contentsArea .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  padding: 15px;
}
#member #contentsArea .wp-block-button__link {
  border-radius: 0;
  margin-top: 40px;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .wp-block-button__link {
    margin-top: 20px;
  }
}
#member #contentsArea .has-background {
  margin: 20px 0;
}
@media screen and (max-width: 520px) {
  #member #contentsArea .has-background {
    margin: 10px 0;
  }
}
@media screen and (max-width: 520px) {
  #member #contentsArea .spebtn {
    font-size: 24px !important;
  }
}
#member #contentsArea .filelist-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#member #contentsArea .filelist-wrapper .fileItem {
  display: flex;
  padding: 8px 20px 10px 85px;
  position: relative;
}
#member #contentsArea .filelist-wrapper .fileItem:nth-child(odd) {
  background-color: #fff;
}
#member #contentsArea .filelist-wrapper .fileItem:nth-child(even) {
  background-color: #eee;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .filelist-wrapper .fileItem {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #member #contentsArea .filelist-wrapper .fileItem {
    padding: 5px 15px 15px 75px;
  }
}
#member #contentsArea .filelist-wrapper .fileItem .new {
  animation: tikatika 1s step-end infinite;
  color: #fff;
  background-color: #ff7b4a;
  border-radius: 20px;
  line-height: 1;
  padding: 3px 8px 6px;
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  #member #contentsArea .filelist-wrapper .fileItem .new {
    font-size: 14px;
    top: 12px;
    left: 15px;
  }
}
#member #contentsArea .filelist-wrapper .fileItem .fileTitle {
  margin-right: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .filelist-wrapper .fileItem .fileTitle {
    margin-right: 0;
  }
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist {
  display: flex;
  flex-wrap: wrap;
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename {
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename {
    margin-right: 5px;
  }
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename.filetype-pdf a::before {
  background-image: url(../images/member/pdf.svg);
  width: 12px;
  height: 16px;
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename.filetype-word a::before {
  background-image: url(../images/member/word.svg);
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename.filetype-excel a::before {
  background-image: url(../images/member/excel.svg);
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename.filetype-powerpoint a::before {
  background-image: url(../images/member/powerpoint.svg);
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename.filetype-youtube a {
  padding-left: 45px;
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename.filetype-youtube a::before {
  background-image: url(../images/member/youtube.svg);
  width: 24px;
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename a {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 5px 15px 7px 35px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 1;
}
#member #contentsArea .filelist-wrapper .fileItem .file-sublist .filename a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 13px;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
}
#member #contentsArea .download-button {
  padding: 50px 0;
  color: #1297cc;
  display: block;
}
@media screen and (max-width: 820px), print {
  #member #contentsArea .download-button {
    padding: 30px 0;
  }
}
#member #contentsArea .download-button span {
  border-bottom: 1px solid #1297cc;
}
#member #contentsArea iframe {
  width: 100%;
}
@media screen and (max-width: 520px) {
  #member #contentsArea iframe {
    height: 300px;
  }
}
@media screen and (max-width: 520px) {
  #member #contentsArea .wp-block-group {
    flex-direction: column;
  }
}
#member #contentsArea td a {
  border-bottom: 1px solid #ff0000;
  color: #ff0000;
}
#member #contentsArea td a code {
  border: none;
}
#member #contentsArea .dt_bnr {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #member #contentsArea .dt_bnr {
    margin-bottom: 20px;
  }
}
#member #contentsArea .has-black-color {
  border-bottom: 1px solid #333;
}
#member #contentsNews .button01 {
  margin-top: 50px;
}
@media screen and (max-width: 820px), print {
  #member #contentsNews .button01 {
    margin-top: 25px;
  }
}
#member .hidden-item {
  display: none;
}
#member .filelist-wrapper {
  margin: 20px 0;
}
#member .acdInner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-top: 0;
}
#member .acdInner.open {
  max-height: 5000px; /* 中身が多くても開けるように大きめに */
  transition: max-height 1s ease-out;
}
#member .toggle-wrapper {
  text-align: center;
}
#member .toggle-more-files {
  margin-top: 10px;
  padding-right: 30px;
  padding-bottom: 3px;
  color: #1297cc;
  cursor: pointer;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid #1297cc;
  position: relative;
}
#member .toggle-more-files::before {
  position: absolute;
  content: "";
  background-image: url(../images/member/open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 2px;
  top: calc(50% - 2px);
  transform: translate(0, -50%);
}
#member .toggle-more-files.toggle-more-files-close:before {
  background-image: url(../images/member/close.svg);
}

#link_m_study_news,
#link_public_health_news,
#link_general_affairs_news,
#link_dental_technician_news,
#link_office_news {
  padding-top: 150px;
  margin-top: -150px;
}

@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** member ***********************************************************/
.member_newsBg {
  padding: 50px 0 80px;
}
@media screen and (max-width: 820px), print {
  .member_newsBg {
    padding: 15px 0 45px;
  }
}

#member .wrapper,
#member_detail .wrapper {
  z-index: 2;
  position: relative;
}

#member .catetitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -10px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #member .catetitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #member .catetitle {
    font-size: 22px;
    margin-bottom: 35px;
    margin-top: 0;
  }
}
#member .catetitle::after {
  position: absolute;
  content: "";
  border: 1px solid #1297cc;
  width: 30px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.tab_area__inner {
  font-size: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .tab_area__inner {
    flex-wrap: wrap;
  }
}
.tab_area__inner li {
  width: calc(16.6666666667% - 15px);
}
@media screen and (max-width: 1024px) {
  .tab_area__inner li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 820px), print {
  .tab_area__inner li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 520px) {
  .tab_area__inner li {
    width: calc(50% - 10px);
  }
}
.tab_area__inner a {
  align-items: center;
  border: 1px solid #999;
  color: #999;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  padding: 5px 0;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .tab_area__inner a {
    font-size: 18px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 820px), print {
  .tab_area__inner a {
    font-size: 18px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 900px) {
  .tab_area__inner a {
    margin: 5px 0;
    font-size: 15px;
  }
}
.tab_area__inner a span {
  background-color: #999;
  color: #fff;
  position: absolute;
  padding: 6px 0;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tab_area__inner a span {
    top: -90px;
  }
}
.tab_area__inner a:hover {
  background: #f98562;
  border: 1px solid #f98562;
  color: #fff;
  opacity: 1;
  transition: 0.2s;
}
.tab_area__inner .active a {
  background: #f98562;
  border: 1px solid #f98562;
  color: #fff;
}

.memberList {
  border-bottom: 1px solid #ccc;
}
.memberList:first-of-type {
  border-top: 1px solid #ccc;
}

.memberListItem {
  padding: 20px 40px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .memberListItem {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px), print {
  .memberListItem {
    padding: 15px 20px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 520px) {
  .memberListItem {
    padding-right: 38px;
  }
}
.memberListItem::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #4ab9e5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 53%;
  right: 20px;
  margin-top: -11px;
}
@media screen and (max-width: 520px) {
  .memberListItem::after {
    right: 15px;
  }
}
.memberListItem::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4ab9e5;
  border-right: solid 1px #4ab9e5;
  position: absolute;
  top: 53%;
  right: 27px;
  margin-top: -5px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .memberListItem::before {
    right: 22px;
  }
}
.memberListItem:hover {
  background-color: #fffeee;
  opacity: 1;
}
.memberListItem .memberItemHead {
  margin-right: 20px;
}
@media screen and (max-width: 820px), print {
  .memberListItem .memberItemHead {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  .memberListItem .memberItemHead {
    margin-right: 0;
  }
}
.memberListItem .memberItemTitle {
  max-width: calc(100% - 340px);
  line-height: 1.7;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .memberListItem .memberItemTitle {
    max-width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  .memberListItem .memberItemTitle {
    max-width: 100%;
    font-size: 18px;
  }
}

.memberItemTime {
  font-size: 20px;
  margin-right: 1em;
}
@media screen and (max-width: 820px), print {
  .memberItemTime {
    font-size: 18px;
  }
}

.memberItemCategory {
  font-size: 20px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 820px), print {
  .memberItemCategory {
    font-size: 18px;
  }
}
.memberItemCategory .tag {
  color: #4d4d4d;
  display: inline-block;
  padding: 0 10px;
  width: 143px;
}
@media screen and (max-width: 820px), print {
  .memberItemCategory .tag {
    width: 133px;
  }
}
.memberItemCategory .kensyu {
  background-color: #d3ecef;
}
.memberItemCategory .kousyu {
  background-color: #e4efc5;
}
.memberItemCategory .soumu {
  background-color: #f9e3cf;
}
.memberItemCategory .gikou {
  background-color: #f7e2ec;
}
.memberItemCategory .jimu {
  background-color: #e6e6e6;
}

/** memberDetail ***********************************************************/
.topicsBg02 {
  background-color: #f2fafd;
  padding: 75px 0 80px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  .topicsBg02 {
    padding: 45px 0;
  }
}

#detailBox02 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 820px), print {
  #detailBox02 {
    padding: 30px;
  }
}
@media screen and (max-width: 520px) {
  #detailBox02 {
    padding: 30px 20px;
  }
}
#detailBox02 .memberItemHead {
  margin-bottom: 17px;
}
#detailBox02 .memberItemTitle {
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 820px), print {
  #detailBox02 .memberItemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  #detailBox02 .memberItemTime {
    font-size: 17px;
  }
}

.sin_btns02 {
  background-color: #f4f4f4;
  padding: 30px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 520px) {
  .sin_btns02 {
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.sin_btns02 .sin_pre,
.sin_btns02 .sin_nex {
  position: relative;
}
.sin_btns02 .sin_pre::before,
.sin_btns02 .sin_nex::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #1297cc;
  border-right: 1px solid #1297cc;
  top: 53%;
  height: 6px;
  width: 6px;
}
.sin_btns02 .sin_pre::after,
.sin_btns02 .sin_nex::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #1297cc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.sin_btns02 .sin_pre {
  padding-left: 30px;
}
@media screen and (max-width: 520px) {
  .sin_btns02 .sin_pre {
    padding-left: 20px;
  }
}
.sin_btns02 .sin_pre::before {
  left: 11px;
  transform: translate(0, -50%) rotate(135deg);
}
@media screen and (max-width: 520px) {
  .sin_btns02 .sin_pre::before {
    left: 5px;
  }
}
.sin_btns02 .sin_pre::after {
  left: 3px;
}
@media screen and (max-width: 520px) {
  .sin_btns02 .sin_pre::after {
    left: -3px;
  }
}
.sin_btns02 .sin_nex {
  padding-right: 30px;
}
@media screen and (max-width: 520px) {
  .sin_btns02 .sin_nex {
    padding-right: 20px;
  }
}
.sin_btns02 .sin_nex::before {
  right: 11px;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 520px) {
  .sin_btns02 .sin_nex::before {
    right: 5px;
  }
}
.sin_btns02 .sin_nex::after {
  right: 3px;
}
@media screen and (max-width: 520px) {
  .sin_btns02 .sin_nex::after {
    right: -3px;
  }
}

#member .tab_area__inner a:hover {
  background: #ff7b4a;
  border: 1px solid #ff7b4a;
  color: #fff;
  opacity: 1;
  transition: 0.2s;
}
#member .tab_area__inner .active a {
  background: #ff7b4a;
  border: 1px solid #ff7b4a;
  color: #fff;
}
#member .pagination .inner a {
  border-radius: 0 !important;
  border: 1px solid #1297cc !important;
}
#member .pagination .inner .current {
  background-color: #1297cc !important;
  color: #fff;
  border-radius: 0 !important;
}
#member .pagination .inner .pn-prev::after,
#member .pagination .inner .pn-next::after {
  border-top: 1px solid #1297cc !important;
  border-right: 1px solid #1297cc !important;
}
#member .pagination .inner .opa {
  border: 1px solid #ccc !important;
}
#member .pagination .inner .opa::after {
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.no-member {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 550px) {
  .no-member {
    padding-top: 30px;
  }
}

#member_detail .gikou {
  width: 240px;
}
@media screen and (max-width: 550px) {
  #member_detail .gikou {
    width: 140px;
  }
}

.login_status {
  font-size: 0;
}
.login_status a {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #1297cc;
  display: block;
  padding: 2px 20px;
  margin-left: 10px;
  color: #1297cc;
  font-size: 20px;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1555px) {
  .login_status a {
    margin-left: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .login_status a {
    padding: 2px 10px;
    font-size: 16px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .login_status a {
    padding: 0;
    border: none;
    display: flex;
    align-items: end;
    height: 65px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 820px), print {
  .login_status a {
    height: 50px;
  }
}
.login_status a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/loginicon@2x.png);
  background-size: contain;
  width: 28px;
  height: 26px;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .login_status a::before {
    width: 21px;
    height: 19px;
    left: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .login_status a::before {
    width: 28px;
    height: 26px;
    top: 40%;
    left: 28px;
  }
}
@media screen and (max-width: 820px), print {
  .login_status a::before {
    width: 21px;
    height: 19px;
    left: 25px;
    top: 15px;
  }
}
@media print {
  .login_status a {
    display: none;
  }
}

#login #loginArea {
  padding-top: 65px;
  margin-bottom: 100px;
}
@media screen and (max-width: 520px) {
  #login #loginArea {
    padding-top: 30px;
    margin-bottom: 50px;
  }
}
#login legend {
  display: none;
}
#login form {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
#login label {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #login label {
    font-size: 16px;
  }
}
#login fieldset {
  margin: 0 !important;
}
#login .button_div #rememberme,
#login .button_div label {
  display: none;
}
#login .div_text {
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 520px) {
  #login .div_text {
    margin-bottom: 15px !important;
  }
}
#login .div_text input {
  height: 60px;
}
@media screen and (max-width: 520px) {
  #login .div_text input {
    height: 50px;
  }
}
#login #wpmem_login,
#login .wpmem_msg {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#login .wpmem_msg {
  margin: 0 auto 30px;
}
#login .button_div {
  position: relative;
  padding: 0 !important;
  height: 71px;
  font-size: 0;
  max-width: 380px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 520px) {
  #login .button_div {
    margin: 30px auto 0;
    height: 58px;
  }
}
#login .button_div::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 85px;
  transform: translate(0, -50%);
}
#login .button_div::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  position: absolute;
  top: 50%;
  left: 91px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
#login .button_div:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#login .button_div:hover::after {
  background-color: #1297cc;
  border: 1px solid #1297cc;
}
#login .button_div:hover input {
  background-color: #fff;
  color: #1297cc;
  opacity: 1;
}
#login .button_div input {
  background-color: #1297cc;
  border: 2px solid #1297cc;
  border-radius: 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #login .button_div input {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
#login .noteArea {
  max-width: 800px;
  margin: 60px auto 0;
  background-color: #fcfae3;
  padding: 35px;
}
@media screen and (max-width: 520px) {
  #login .noteArea {
    padding: 20px;
    margin: 30px auto 0;
  }
}
#login .noteArea li {
  text-indent: -1rem;
  padding-left: 1rem;
}

/** file ***********************************************************/
#member.file .fileBg {
  background-color: rgba(74, 185, 229, 0.07);
  padding: 90px 0 75px;
}
@media screen and (max-width: 820px), print {
  #member.file .fileBg {
    padding: 45px 0;
  }
}
#member.file #detailBox_file {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 820px), print {
  #member.file #detailBox_file {
    padding: 40px;
  }
}
@media screen and (max-width: 520px) {
  #member.file #detailBox_file {
    padding: 20px;
  }
}
#member.file #detailBox_file .fileItemHead {
  margin-bottom: 10px;
}
#member.file #detailBox_file .fileItemHead .fileItemTime {
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #member.file #detailBox_file .fileItemHead .fileItemTime {
    font-size: 16px;
  }
}
#member.file #detailBox_file .fileItemTitle {
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 820px), print {
  #member.file #detailBox_file .fileItemTitle {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#member.file #detailBox_file .fileFlex {
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 820px), print {
  #member.file #detailBox_file .fileFlex {
    margin-top: 20px;
  }
}
#member.file #detailBox_file .fileFlex .fileItem {
  width: 49%;
  display: block;
  background-color: rgba(147, 198, 206, 0.15);
  color: #1297cc;
  padding: 15px;
}
#member.file #detailBox_file .fileFlex .fileItem:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 820px), print {
  #member.file #detailBox_file .fileFlex .fileItem {
    width: 100%;
  }
  #member.file #detailBox_file .fileFlex .fileItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
#member.file #detailBox_file .fileFlex .fileItem.pdf span::before {
  background-image: url(../images/file/pdf.svg);
  width: 22px;
}
#member.file #detailBox_file .fileFlex .fileItem.word span::before {
  background-image: url(../images/file/word.svg);
}
#member.file #detailBox_file .fileFlex .fileItem.excel span::before {
  background-image: url(../images/file/excel.svg);
}
#member.file #detailBox_file .fileFlex .fileItem.powerpoint span::before {
  background-image: url(../images/file/powerpoint.svg);
}
#member.file #detailBox_file .fileFlex .fileItem.youtube span::before {
  background-image: url(../images/file/youtube.svg);
}
#member.file #detailBox_file .fileFlex .fileItem span {
  position: relative;
  padding-left: 33px;
  display: block;
}
#member.file #detailBox_file .fileFlex .fileItem span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  top: -3px;
  left: 0;
}
#member.file #detailBox_file .sin_btns {
  background-color: #f4f4f4;
  padding: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 820px), print {
  #member.file #detailBox_file .sin_btns {
    margin-top: 30px;
  }
}

#message_board #commentcontent {
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 820px), print {
  #message_board #commentcontent {
    margin-top: -65px;
    padding-top: 65px;
  }
}
#message_board .addtoany_share_save_container {
  display: none !important;
}
#message_board .areaBg {
  background-color: rgba(74, 185, 229, 0.07);
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #message_board .areaBg {
    padding: 45px 0;
  }
}
#message_board .messageArea {
  background-color: #fff;
  padding: 80px;
}
@media screen and (max-width: 820px), print {
  #message_board .messageArea {
    padding: 40px;
  }
}
@media screen and (max-width: 520px) {
  #message_board .messageArea {
    padding: 20px;
  }
}
#message_board .messecontent {
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #message_board .messecontent {
    margin-bottom: 30px;
  }
}
#message_board .is-reply {
  margin: 40px 0;
}
@media screen and (max-width: 520px) {
  #message_board .is-reply {
    margin: 20px 0;
  }
}
#message_board .is-reply:last-of-type {
  margin-bottom: 0;
}
#message_board .is-reply .messeinner {
  margin-bottom: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 20px;
  padding-top: 0;
}
#message_board .is-reply + .is-reply {
  margin-top: 0;
}
#message_board .messeinner {
  border: 2px solid #ccc;
  padding: 20px 30px;
}
@media screen and (max-width: 520px) {
  #message_board .messeinner {
    padding: 10px 15px;
  }
}
#message_board .messeinner .tiem {
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #message_board .messeinner .tiem {
    font-size: 12px;
  }
}
#message_board .messeinner .name {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #message_board .messeinner .name {
    margin-bottom: 5px;
  }
}
#message_board .messeinner .name span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #message_board .messeinner .name span {
    font-size: 16px;
  }
}
#message_board .messeinner .Text {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #message_board .messeinner .Text {
    font-size: 16px;
  }
}
#message_board .messeinner .hensinbtn {
  color: #1297cc;
  font-size: 18px;
  display: contents;
}
@media screen and (max-width: 520px) {
  #message_board .messeinner .hensinbtn {
    font-size: 16px;
  }
}
#message_board .messeinner .hensinbtn span {
  position: relative;
  padding-left: 25px;
}
#message_board .messeinner .hensinbtn span::before {
  content: "";
  position: absolute;
  background-image: url(../images/message_board/arw@2x.png);
  background-size: contain;
  width: 20px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#message_board .messeinner .ripname {
  margin-bottom: 5px;
}
#message_board .messeinner .ripname span {
  background-color: #4ab9e5;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  display: inline-block;
}
#message_board .sosinArea {
  border-top: 1px solid #1297cc;
  padding-top: 50px;
}
@media screen and (max-width: 520px) {
  #message_board .sosinArea {
    padding-top: 25px;
  }
}
@media print {
  #message_board .sosinArea {
    margin-top: 30px;
  }
}
#message_board .sosinArea .noteTitle {
  color: #f24340;
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #message_board .sosinArea .noteTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#message_board .sosinArea .noteText {
  padding: 10px 15px;
  background-color: #ffebe9;
  color: #f24340;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 45px;
}
@media screen and (max-width: 520px) {
  #message_board .sosinArea .noteText {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#message_board .sosinArea .commentitle {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  padding-left: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
  #message_board .sosinArea .commentitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#message_board .sosinArea .commentitle::before {
  content: "";
  position: absolute;
  background-image: url(../images/message_board/icon@2x.png);
  background-size: contain;
  width: 18px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#message_board .replies {
  padding: 0;
}
#message_board .backBtn {
  background-color: #f4f4f4;
  padding: 25px;
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #message_board .backBtn {
    margin-top: 30px;
    padding: 15px;
  }
}
#message_board .required {
  color: #f24340;
  background-color: #fff;
  border: 1px solid #f24340;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
}
#message_board .comment,
#message_board .user {
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  #message_board .comment,
  #message_board .user {
    font-size: 18px;
  }
}
#message_board .textArea {
  display: block;
  border: 2px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 15px;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #message_board .textArea {
    padding: 5px 10px;
    font-size: 16px;
  }
}
#message_board .nameArea {
  display: block;
  border: 2px solid #ccc;
  max-width: 250px;
  width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
  font-size: 18px;
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  #message_board .nameArea {
    padding: 5px 10px;
    font-size: 16px;
  }
}
#message_board .sosinbtn input {
  text-align: center;
  max-width: 145px;
  width: 100%;
  margin-top: 25px;
  background-color: #4ab9e5;
  color: #fff;
  padding: 10px 0;
  transition: all 0.2s;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #message_board .sosinbtn input {
    margin-top: 10px;
  }
}
#message_board .sosinbtn input:hover {
  opacity: 0.7;
}
#message_board .noteText {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #message_board .noteText {
    margin-bottom: 20px;
  }
}
#message_board .show-replies-btn {
  width: auto;
  margin-top: 20px;
}
#message_board .show-replies-btn button {
  width: auto;
}
#message_board .show-replies-btn span {
  position: relative;
  color: #1297cc;
  border-bottom: 1px solid #1297cc;
  padding-right: 25px;
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #message_board .show-replies-btn span {
    font-size: 16px;
  }
}
#message_board .show-replies-btn span::before {
  content: "";
  position: absolute;
  background-image: url(../images/message_board/plus@2x.png);
  background-size: contain;
  width: 22px;
  height: 22px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#message_board .show-replies-btn.active span::before {
  background-image: url(../images/message_board/minus@2x.png);
}
#message_board .reply-to-info {
  margin-top: 30px;
}
#message_board .widget {
  z-index: 800;
  width: 166px;
  height: 166px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  opacity: 1;
  background: url(../images/message_board/commentbtn@2x.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  #message_board .widget {
    width: 116px;
    height: 116px;
  }
}
@media screen and (max-width: 520px) {
  #message_board .widget {
    display: none !important;
  }
}
@media print {
  #message_board .widget {
    display: none !important;
  }
}
#message_board .widget a {
  position: relative;
  display: block;
  width: 166px;
  height: 166px;
}
#message_board .widget:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
#message_board .spwidget {
  position: fixed;
  visibility: visible;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#message_board .spwidget a:hover {
  opacity: 1;
}