@charset "UTF-8";
/*
Theme Name: 新潟医学会
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 2;
}
#entrybody a {
  color: #0C6B42;
  text-decoration: underline;
  font-weight: 500;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ul {
  list-style-type: disc;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 0.95168vw;
}
@media screen and (max-width: 767px) {
  #entrybody li li {
    font-size: 3.33333vw;
  }
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody h1 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #428B6C;
}
#entrybody h1:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #428B6C;
}
#entrybody h1:first-child {
  margin-top: 0;
}
#entrybody h1.has-text-align-left {
  text-align: left;
}
#entrybody h1.has-text-align-center {
  text-align: center;
}
#entrybody h1.has-text-align-right {
  text-align: right;
}
#entrybody h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}
#entrybody h2 + h3 {
  margin-top: 20px;
}
#entrybody h2::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #0C6B42;
  width: 18px;
  height: 18px;
}
#entrybody h2:first-child {
  margin-top: 0;
}
#entrybody h2.has-text-align-left {
  text-align: left;
}
#entrybody h2.has-text-align-center {
  text-align: center;
}
#entrybody h2.has-text-align-right {
  text-align: right;
}
#entrybody h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0C6B42;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}
#entrybody h3:first-child {
  margin-top: 0;
}
#entrybody h3.has-text-align-left {
  text-align: left;
}
#entrybody h3.has-text-align-center {
  text-align: center;
}
#entrybody h3.has-text-align-right {
  text-align: right;
}
#entrybody h4,
#entrybody h5,
#entrybody h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0C6B42;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
#entrybody h4:first-child,
#entrybody h5:first-child,
#entrybody h6:first-child {
  margin-top: 0;
}
#entrybody h4.has-text-align-left,
#entrybody h5.has-text-align-left,
#entrybody h6.has-text-align-left {
  text-align: left;
}
#entrybody h4.has-text-align-center,
#entrybody h5.has-text-align-center,
#entrybody h6.has-text-align-center {
  text-align: center;
}
#entrybody h4.has-text-align-right,
#entrybody h5.has-text-align-right,
#entrybody h6.has-text-align-right {
  text-align: right;
}
#entrybody p {
  line-height: 1.75;
  margin-bottom: 20px;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 15px 12px;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 20px;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody iframe[src*="youtube.com"] {
  height: auto;
  aspect-ratio: 16/9;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #666;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}
#entrybody .wp-block-image {
  margin-bottom: 60px;
}
#entrybody .wp-block-image figcaption {
  font-size: 1.02489vw;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #entrybody .wp-block-image figcaption {
    font-size: 3.58974vw;
  }
}
#entrybody .wp-block-button a.wp-block-button__link {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #0054a7 0%, #2a83ad 50%, #A5C0DB 50%, #A5C0DB 100%);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 200% 100%;
  padding: 9px 30px;
  position: relative;
  overflow: hidden;
}
#entrybody .wp-block-button a.wp-block-button__link:hover {
  opacity: 1;
  background-position: left center;
}
#entrybody .wp-block-button a.wp-block-button__link[target="_blank"]::after {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background: url(img/common/icon_blank-white.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 12px;
  margin-left: 12px;
  font-size: 1.1713vw;
}
@media screen and (max-width: 767px) {
  #entrybody .wp-block-button a.wp-block-button__link[target="_blank"]::after {
    font-size: 4.10256vw;
  }
}
#entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 0.87848vw;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .wp-caption {
    font-size: 3.07692vw;
  }
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #entrybody h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 24px;
  }
  #entrybody h2 + h3 {
    margin-top: 24px;
  }
  #entrybody h2::before {
    left: 0;
    top: 10px;
    background: #0C6B42;
    width: 18px;
    height: 18px;
  }
  #entrybody h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 24px;
  }
  #entrybody h4,
  #entrybody h5,
  #entrybody h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
  background: #F2F3F0;
  color: #1D1D1D;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1140px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #3C9CA2;
  text-decoration: underline;
}
a:hover {
  color: #3C9CA2;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

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

ul,
ol {
  box-sizing: content-box !important;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  box-shadow: 0 3px 6px rgba(58, 58, 58, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.l-header__logo {
  background: #F2F3F0;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.l-header__logo .c-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo .logo {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-header__logo .logo a {
  text-decoration: none;
  color: #0C6B42;
  display: flex;
  align-items: center;
}
.l-header__logo .logo span {
  background: #428B6C;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
  margin-left: 15px;
  padding: 3px 11px;
  line-height: 1.5;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.l-header__logo .block1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header__logo .contact a {
  display: block;
  background: url(img/common/icon_contact.svg) no-repeat left center;
  background-size: 18px auto;
  padding-left: 26px;
  text-decoration: none;
  color: #1D1D1D;
}
.l-header__logo .member {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.l-header__logo .member:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 1px solid #D1D1D1;
}
.l-header__logo .member li {
  margin-left: 16px;
}
.l-header__logo .member li:first-child {
  margin-left: 0;
}
.l-header__logo .member li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.l-header__logo .member li.login a {
  color: #0C6B42;
  background: #fff;
}
.l-header__logo .member li.login a:hover {
  background: #E4EEEA;
}
.l-header__logo .member li.regist a {
  color: #fff;
  background: #0C6B42;
}
.l-header__logo .member li.regist a:hover {
  background: #13A666;
  border-color: #13A666;
}
.l-header__logo .member a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  padding: 6px 17px;
  border: 1px solid #0C6B42;
}
.l-header__nav {
  background: #fff;
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -20px;
}
.l-header__nav li a {
  display: block;
  padding: 13px 20px;
  color: #1D1D1D;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-header.is-scrolled .l-header__logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-header.is-scrolled .l-header__logo .logo {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .l-header.is-scrolled .l-header__logo .logo span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-header.is-scrolled .l-header__logo .member a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .l-header.is-scrolled .l-header__nav li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/*=======================================
フッター
=========================================*/
.l-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 120px;
}
.is-home .l-footer {
  margin-top: 0;
}
.l-footer .c-wrap__940 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer__menu {
  background: url(img/common/footer_menu_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 120px;
}
.l-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__menu ul.col3 {
  max-width: 930px;
}
.l-footer__menu ul.col3 li {
  width: 32.2580%;
  margin-left: 1.613%;
  margin-bottom: 0;
}
.l-footer__menu ul.col3 li:nth-child(2n+1) {
  margin-left: 1.613%;
}
.l-footer__menu ul.col3 li:nth-child(3n+1) {
  margin-left: 0;
}
.l-footer__menu ul.col3 li a {
  font-size: 20px;
  font-size: 2rem;
  padding: 30px 24px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer__menu ul.col3 li span {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer__menu li {
  width: 48.4210%;
  margin-left: 3.158%;
  margin-bottom: 30px;
}
.l-footer__menu li:nth-child(2n+1) {
  margin-left: 0;
}
.l-footer__menu li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.l-footer__menu li a {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 38px 34px 38px 50px;
  backdrop-filter: blur(30px) brightness(1.15);
  border-radius: 4px;
}
.l-footer__menu li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  color: #0C6B42;
}
.l-footer__menu li a:hover span:after {
  right: -5px;
}
.l-footer__menu li span {
  display: block;
  padding-right: 40px;
  position: relative;
}
.l-footer__menu li span:after {
  display: block;
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(img/common/arrow_1.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.l-footer__link {
  padding-top: 55px;
  padding-bottom: 55px;
}
.l-footer__link ul {
  display: flex;
  justify-content: space-between;
}
.l-footer__link li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #D1D1D1;
}
.l-footer__link li:last-child {
  border-right: 1px solid #D1D1D1;
}
.l-footer__link li a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  color: #0C6B42;
  padding: 24px 12px;
  text-align: center;
  display: block;
}
.l-footer__link li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.l-footer__link li a:hover span:after {
  right: -5px;
}
.l-footer__link li span {
  display: inline-block;
  padding-right: 48px;
  position: relative;
}
.l-footer__link li span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 32px;
  height: 32px;
  background: url(img/common/arrow_1.svg) no-repeat center;
  background-size: cover;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.l-footer__nav {
  width: 52.1276%;
}
.l-footer__nav .logo {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-footer__nav .logo a {
  text-decoration: none;
  color: #1D1D1D;
}
.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__nav li {
  margin-top: 16px;
  margin-right: 32px;
}
.l-footer__nav li a {
  color: #1D1D1D;
  text-decoration: none;
}
.l-footer__nav li a:hover {
  text-decoration: underline;
}
.l-footer__member {
  width: 44.2105%;
  height: 230px;
  background: #0C6B42;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-footer__member .h {
  font-weight: 500;
  margin-bottom: 30px;
}
.l-footer__member ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.l-footer__member li {
  margin-left: 4px;
  margin-right: 4px;
  min-width: 160px;
}
.l-footer__member li a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 10px;
  text-decoration: none;
}
.l-footer__member li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.l-footer__member li.mypage {
  width: 100%;
  margin-bottom: 14px;
}
.l-footer__member li.mypage a {
  background: #C9DED5;
  color: #0C6B42;
  border-color: #C9DED5;
}
.l-footer__member li.mypage a:hover {
  background: #fff;
  border-color: #fff;
}
.l-footer__member li.login a {
  color: #fff;
}
.l-footer__member li.login a:hover {
  background-color: #13A666;
  border-color: #13A666;
}
.l-footer__member li.regist a {
  background: #fff;
  color: #1D1D1D;
}
.l-footer__member li.regist a:hover {
  color: #13A666;
}
.l-footer__member .forget {
  margin-top: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.l-footer__member .forget a {
  color: #fff;
}
.l-footer__copyright {
  background: #fff;
  padding: 12px 0;
}
.l-footer__copyright .c-wrap__940 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__copyright .privacy {
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer__copyright .privacy a {
  color: #6B6B6B;
  text-decoration: none;
}
.l-footer__copyright .privacy a:hover {
  text-decoration: underline;
}
.l-footer__copyright .copyright {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6B6B6B;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  border-bottom: 1px solid #93BDAB;
  padding-bottom: 37px;
  margin-bottom: 80px;
}
.l-pagetitle .h {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #428B6C;
}

/*=======================================
パンくず
=========================================*/
.l-breadcrumb {
  padding-top: 24px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-breadcrumb li {
  margin-right: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.l-breadcrumb li::before {
  display: inline-block;
  content: "＞";
  margin-right: 16px;
}
.l-breadcrumb li:first-child::before {
  display: none;
}
.l-breadcrumb li a {
  color: #1D1D1D;
}

/*=======================================
ページトップボタン
=========================================*/
/*=======================================
コンテンツ
=========================================*/
.l-contents {
  padding-top: 124px;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .l-header {
    box-shadow: none;
  }
  .l-header__logo {
    background: #fff;
    padding-top: 5.89744vw;
    padding-bottom: 3.33333vw;
    box-shadow: 0 0.76923vw 1.53846vw rgba(58, 58, 58, 0.1);
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .l-header__logo .c-wrap {
    justify-content: flex-start;
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
  .l-header__logo .logo {
    font-size: 4.61538vw;
    margin-right: auto;
  }
  .l-header__logo .logo a {
    flex-direction: column;
  }
  .l-header__logo .logo span {
    font-size: 3.58974vw;
    margin-left: 0;
    margin-top: 0.51282vw;
    padding: 0.76923vw 3.07692vw;
  }
  .l-header__logo .member {
    margin-left: 0;
    padding-left: 0;
  }
  .l-header__logo .member:before {
    display: none;
  }
  .l-header__logo .member li {
    margin-left: 2.05128vw;
  }
  .l-header__logo .member li a {
    font-size: 3.58974vw;
    padding: 1.53846vw 3.07692vw;
    line-height: 1.2;
  }
  .l-header__logo .btn {
    margin-left: 3.58974vw;
    width: 8.20513vw;
    height: 8.20513vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header__logo .btn span {
    width: 100%;
    height: 2px;
    background: #1D1D1D;
    position: relative;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .l-header__logo .btn span:before, .l-header__logo .btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D1D1D;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .l-header__logo .btn span:before {
    top: -8px;
  }
  .l-header__logo .btn span:after {
    bottom: -8px;
  }
  .l-header__logo .btn.is-open span {
    background: transparent;
  }
  .l-header__logo .btn.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header__logo .btn.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__logo.is-login {
    padding-top: 1.28205vw;
    padding-bottom: 2.30769vw;
  }
  .l-header__logo.is-login .block1,
  .l-header__logo.is-login .btn {
    position: relative;
    top: 8px;
  }
  .l-header__nav {
    display: none;
    background: #E4EEEA;
    padding-top: 27.69231vw;
    padding-bottom: 5.12821vw;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 899;
    overflow: auto;
  }
  .l-header__nav .c-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .l-header__nav ul {
    display: block;
    margin-left: 0;
  }
  .l-header__nav li a {
    padding: 4.35897vw 17.94872vw;
    position: relative;
    font-size: 5.12821vw;
    font-weight: 500;
    color: #0C6B42;
  }
  .l-header__nav li a:after {
    display: block;
    content: "";
    position: absolute;
    right: 17.94872vw;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 8.20513vw;
    height: 8.20513vw;
    background: url(img/common/arrow_1.svg) no-repeat center;
    background-size: cover;
  }

  .l-contents {
    padding-top: 65px;
  }

  .l-footer {
    padding-top: 36px;
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .l-footer__menu {
    margin-top: 136px;
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url(img/common/footer_menu_bg1_sp.jpg);
  }
  .l-footer__menu .c-wrap__950 {
    display: block;
  }
  .l-footer__menu ul.col3 li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .l-footer__menu ul.col3 li:last-child {
    margin-bottom: 0;
  }
  .l-footer__menu ul.col3 li:nth-child(2n+1), .l-footer__menu ul.col3 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .l-footer__menu ul.col3 li a {
    height: 90px;
    padding: 10px 30px;
  }
  .l-footer__menu li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .l-footer__menu li:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .l-footer__menu li:last-child {
    margin-bottom: 0;
  }
  .l-footer__menu li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 26px 30px;
  }
  .l-footer__link {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .l-footer__link ul {
    display: block;
  }
  .l-footer__link li {
    width: auto;
    border-left: 0;
  }
  .l-footer__link li:last-child {
    border-right: 0;
  }
  .l-footer__link li a {
    padding: 12px 26px;
    text-align: left;
  }
  .l-footer .c-wrap__940 {
    flex-direction: column-reverse;
  }
  .l-footer__nav {
    width: auto;
    padding-left: 26px;
    padding-right: 26px;
  }
  .l-footer__nav .logo {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
  .l-footer__nav li {
    width: 50%;
    margin-right: 0;
  }
  .l-footer__member {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-bottom: 36px;
  }
  .l-footer__member .h {
    margin-bottom: 16px;
  }
  .l-footer__member li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .l-footer__member li.mypage {
    margin-bottom: 24px;
  }
  .l-footer__member li a {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .l-footer__member .forget {
    margin-top: 18px;
  }
  .l-footer__copyright {
    padding: 24px;
    padding-bottom: 16px;
    text-align: center;
  }
  .l-footer__copyright .c-wrap__940 {
    display: block;
  }
  .l-footer__copyright .privacy {
    margin-bottom: 32px;
  }

  .l-pagetitle {
    margin-bottom: 60px;
  }
  .l-pagetitle .h {
    font-size: 30px;
    font-size: 3rem;
  }

  .l-breadcrumb {
    margin-bottom: 50px;
    display: block;
    line-height: 1.5;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    margin-right: -2.5641vw;
  }
  .l-breadcrumb li {
    display: inline;
  }
}
