@charset "UTF-8";
/* 基本設定 */
/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input {
  margin: 0;
  padding: 0;
  border: 0;
}

*, :before, :after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.pbNestedWrapper {
  overflow: visible;
  clear: none;
  min-width: 1em;
}

#headerArea,
#mainArea {
  overflow: visible;
}

.pb-handle {
  width: auto !important;
  letter-spacing: normal;
}

:root ol, :root ul {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

input::placeholder {
  font-family: inherit;
}

button, input, select, textarea {
  font-family: inherit;
}

button:hover {
  cursor: pointer;
}

/* UTIL */
/* margin-top */
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* margin-bottom */
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* text-align */
.txtAlignL {
  text-align: left !important;
}

.txtAlignC {
  text-align: center !important;
}

.txtAlignR {
  text-align: right !important;
}

/* device */
.pc_none {
  display: none !important;
}
.sp_none {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none !important;
  }
}
/* BASE */
html {
  font-size: 100%;
  position: relative;
}

body {
  font-family: "M PLUS 2", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #FFF;
  font-weight: normal;
  letter-spacing: 0;
  min-width: 800px;
}

#edit_frame body {
  position: inherit;
}

p {
  font-size: 1rem;
  line-height: 1.6;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #6E6E6E;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[target='_blank']::after,
a.pbOpenNewWindow::after,
a[href^="http"]:not(".banner")::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/library/images/icon/icon_newwindow.svg) no-repeat center center / contain;
  margin: 0 8px;
  position: relative;
  top: 2px;
}
a[href$='.pdf']:not([href^="http"])::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/library/images/icon/icon_pdf.svg) no-repeat center center / contain !important;
  margin: 0 8px;
  position: relative;
  top: 2px;
}


/* web fonts */
@font-face {
  font-family: "icomoon";
  src: url("/library/fonts/icomoon.eot?3ilznr");
  src: url("/library/fonts/icomoon.eot?3ilznr#iefix") format("embedded-opentype"), url("/library/fonts/icomoon.ttf?3ilznr") format("truetype"), url("/library/fonts/icomoon.woff?3ilznr") format("woff"), url("/library/fonts/icomoon.svg?3ilznr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_circle_error:before {
  content: "\e900";
}

@media screen and (max-width: 768px) {
  body {
    min-width: unset;
  }
}
/* HEADER */
.spMenu {
  display: none;
}

.pbHeaderArea {
  margin-top: 170px;
}
.pbHeaderArea.pb-edit, .pbHeaderArea.pb-noedit {
  margin-top: 0;
}

header {
  width: 100%;
  height: 170px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}

.pbHeaderArea.pb-edit header,
.pbHeaderArea.pb-noedit header {
  position: relative;
}

.headerInner {
  width: 100%;
  margin: 0 auto;
}

.headerTop {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  height: 100px;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.headerTop .headerSiteName {
  font-size: 1.25rem;
  font-weight: bold;
}
.headerTop .headerSiteName a {
  text-decoration: none;
  color: #2F2F2F;
}
.headerTop .headerRight {
  display: flex;
  align-items: center;
}
.headerTop .headerRight .headerFontSizeChange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.headerTop .headerRight .headerFontSizeChange .fontSizeChangeText {
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 10px;
}
.headerTop .headerRight .headerFontSizeChange .fontSizeChangeButtons {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.headerTop .headerRight .headerFontSizeChange .fs_changeBtn {
  display: flex;
  width: 45px;
  height: 45px;
  padding: 0 0 1px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50%;
  color: #2F2F2F;
  background-color: #ECF2F8;
  border: 2px solid #3372AA;
  box-sizing: border-box;
  font-weight: bold;
  transition: 0.2s all;
  line-height: 1 !important;
}
.headerTop .headerRight .headerFontSizeChange .fs_changeBtn:hover, .headerTop .headerRight .headerFontSizeChange .fs_changeBtn.is_active {
  color: #FFF;
  background-color: #3372AA;
}
.headerTop .headerRight .headerLogo {
  margin-left: 50px;
}
.headerTop .headerRight .headerLogo img {
  width: auto;
  height: 70px;
}

.headerUserName {
  width: 100%;
}
.headerUserNameInner {
  width: calc(100% - 40px);
  max-width: 1280px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headerUserNameInner .nameWrapper {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
.headerUserNameInner .nameWrapper span {
  margin-left: 1em;
}
.headerUserNameInner .nameWrapper:before {
  content: url(/library/images/header/icon_header_account.svg);
  display: inline-block;
  margin-right: 1em;
}

.headerBottom {
  width: 100%;
  border-top: 1px solid #DFE3E1;
}
.headerBottom .headerBottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}
.headerBottom .headerBottomInner .headerGlobalNavi {
  display: flex;
  align-items: center;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li {
  border-left: 1px solid #DFE3E1;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem {
  display: flex;
  width: 100%;
  min-width: 180px;
  height: 69.2px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #2F2F2F;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 10px 30px;
  text-align: center;
  min-width: 170px;
  border-bottom: 6px solid #009944;
  line-height: 1.4;
  text-decoration: none;
  background-image: url(/library/images/icon/icon_circle_green-bottom.svg);
  background-position: left 8px center;
  background-repeat: no-repeat;
  transition: 0.2s all;
  position: relative;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem:hover {
  background-color: #EFF4F3;
  cursor: pointer;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem.active {
  background-color: #EFF4F3;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem > a {
  text-decoration: none;
  color: #2F2F2F;
}
.headerBottom .headerBottomInner .headerGlobalNavi ul li:last-child {
  border-right: 1px solid #DFE3E1;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 30px 10px;
  box-sizing: border-box;
  background-color: #009944;
  transition: 0.2s all;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer ul {
  display: block;
  width: 100%;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer ul li {
  border: none;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #FFF;
  padding: 2px 2px 4px 2px;
  text-align: left;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer ul li a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.75rem;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer ul li a:after {
  content: ">";
  margin-left: 0.4em;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer ul li a:hover {
  cursor: pointer;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer ul li + li {
  margin-top: 10px;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer.active {
  display: block;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer:hover {
  cursor: default;
}
.headerBottom .headerBottomInner .headerGlobalNaviDrawer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #eff4f3;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
}
.headerBottom .headerBottomInner .headerLoginButton {
  border-left: 1px solid #DFE3E1;
  border-right: 1px solid #DFE3E1;
}
.headerBottom .headerBottomInner .headerLoginButton a, .headerBottom .headerBottomInner .headerLoginButton button {
  width: 190px;
  height: 69.2px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAF7F7;
  border-bottom: 6px solid #CE3C34;
  color: #CE3C34;
  background-image: url(/library/images/icon/icon_login.svg);
  background-position: right 25px center;
  background-repeat: no-repeat;
  padding: 0 60px 0 10px;
  text-decoration: none;
  text-align: center;
}
.headerBottom .headerBottomInner .headerLoginButton a:hover, .headerBottom .headerBottomInner .headerLoginButton button:hover {
  background-color: #49795E;
  color: #FFF;
  border-bottom: 6px solid #3372AA;
  background-image: url(/library/images/icon/icon_login_h.svg);
}
.headerBottom .headerBottomInner .headerLoginButton a.logout, .headerBottom .headerBottomInner .headerLoginButton button.logout {
  background-image: url(/library/images/icon/icon_logout.svg);
}
.headerBottom .headerBottomInner .headerLoginButton a.logout:hover, .headerBottom .headerBottomInner .headerLoginButton button.logout:hover {
  background-image: url(/library/images/icon/icon_logout_h.svg);
}

.headerGlobalNaviItem.inDrawer:hover .headerGlobalNaviDrawer {
  display: block;
}

@media screen and (max-width: 1000px) {
  .headerTop .headerRight .headerFontSizeChange {
    flex-direction: column;
  }
  .headerTop .headerRight .headerFontSizeChange .fontSizeChangeText {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 0.8125rem;
  }
  .headerTop .headerRight .headerFontSizeChange .fontSizeChangeButtons {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .headerTop .headerRight .headerFontSizeChange .fs_changeBtn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .headerTop .headerRight .headerLogo {
    margin-left: 30px;
  }
  .headerTop .headerRight .headerLogo img {
    height: 50px;
  }
  .headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem {
    font-size: 0.78125rem;
    min-width: 140px;
  }
  .headerBottom .headerBottomInner .headerGlobalNaviDrawer ul li a {
    font-size: 0.6875rem;
  }
  .headerBottom .headerBottomInner .headerLoginButton a, .headerBottom .headerBottomInner .headerLoginButton button {
    width: 140px;
    height: 70px;
    font-size: 0.9375rem;
    background-position: right 10px center;
    background-size: 26px;
    padding: 0 40px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .pbHeaderArea {
    margin-top: 60px;
  }
  header {
    height: 60px;
  }
  .headerTop {
    height: 60px;
    min-height: unset;
  }
  .headerTop .headerSiteName {
    font-size: 3vw;
    font-weight: bold;
  }
  .headerTop .headerRight .headerFontSizeChange {
    display: none;
  }
  .headerTop .headerRight .headerLogo {
    margin-left: 10px;
  }
  .headerTop .headerRight .headerLogo img {
    height: 40px;
  }
  .headerUserName {
    display: none;
  }
  .headerBottom {
    display: none;
  }
  .spMenu {
    display: block;
    width: 100%;
  }
  .spMenuInner {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #F7F7F7;
    box-shadow: 0px -3px 10px -2px rgba(0, 0, 0, 0.2);
  }
  .spMenuNavi {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .spMenuNaviItem {
    width: 33.3333333333%;
    height: 100%;
    border-right: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spMenuNaviItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
  }
  .spMenuNaviItem:last-child {
    border-right: none;
  }
  .spMenuNaviWrapper {
    height: 60px;
  }
  .spMenuNaviHamInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .spMenuNaviHamButton {
    width: 20px;
    height: 20px;
    display: block;
    margin-bottom: 5px;
    position: relative;
  }
  .spMenuNaviHamButton span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background: #000;
    transition: 0.3s all;
  }
  .spMenuNaviHamButton span:nth-child(1) {
    position: relative;
    top: 0;
  }
  .spMenuNaviHamButton span:nth-child(2) {
    position: relative;
    top: 6px;
  }
  .spMenuNaviHamButton span:nth-child(3) {
    position: relative;
    top: 12px;
  }
  .spMenuNaviHamTitle {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
  }
  .spMenuNaviEntry {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .spMenuNaviEntry img {
    width: auto;
    height: 20px;
    margin-bottom: 5px;
  }
  .spMenuNaviEntry span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
  .spMenuNaviLogin {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #CE3C34;
    justify-content: center;
    flex-direction: column;
  }
  .spMenuNaviLogin img {
    width: auto;
    height: 20px;
    margin-bottom: 5px;
  }
  .spMenuNaviLogin span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
  .spMenuListWrapper {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: #FFF;
  }
  .spMenuListInner {
    width: 100%;
    height: 100%;
    padding: 50px 10px 90px 10px;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .spMenuFontSizeChange {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
  }
  .spMenuFontSizeChange .spMenuFontSizeChangeText {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
  }
  .spMenuFontSizeChange .spMenuFontSizeChangeButtons {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .spMenuFontSizeChange .fs_changeBtn {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 0 0 1px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
    color: #2F2F2F;
    background-color: #ECF2F8;
    border: 2px solid #3372AA;
    box-sizing: border-box;
    font-weight: bold;
    transition: 0.2s all;
    line-height: 1 !important;
  }
  .spMenuFontSizeChange .fs_changeBtn:hover, .spMenuFontSizeChange .fs_changeBtn.is_active {
    color: #FFF;
    background-color: #3372AA;
  }
  .spMenuList {
    width: 100%;
    margin-top: 50px !important;
  }
  .spMenuList ul {
    width: 100%;
    border: 1px solid #E1E3E2;
    box-sizing: border-box;
  }
  .spMenuListItem {
    border-bottom: 1px solid #E1E3E2;
  }
  .spMenuListItem:last-child {
    border-bottom: none;
  }
  .spMenuListItem a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 15px 40px 15px 15px;
    font-size: 0.875rem;
    color: #000;
    font-weight: bold;
    border-left: 5px solid #009944;
    text-decoration: none;
    background-image: url(/library/images/icon/icon_circle_white-right.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
  .spMenuNaviItem.spMenuNaviItemHam.spMenuNaviItemHam.is_active .spMenuNaviHamButton span:nth-child(1) {
    top: 9px;
    transform: translateY(-50%) rotate(-135deg);
  }
  .spMenuNaviItem.spMenuNaviItemHam.spMenuNaviItemHam.is_active .spMenuNaviHamButton span:nth-child(2) {
    display: none;
  }
  .spMenuNaviItem.spMenuNaviItemHam.spMenuNaviItemHam.is_active .spMenuNaviHamButton span:nth-child(3) {
    top: 7px;
    transform: translateY(-50%) rotate(135deg);
  }
}
/* FOOTER */
.pbFooterArea {
  margin-top: 100px;
}

footer {
  width: 100%;
  border-top: 1px solid #97B7A6;
  background-color: #E7EDEA;
}

.footerInner {
  display: block;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 60px;
  position: relative;
}
.footerInner .footerSiteName {
  font-size: 1.125rem;
  color: #000;
}
.footerInner .footerNavi {
  margin-top: 40px;
}
.footerInner .footerNavi p {
  font-size: 0.9375rem;
  color: #000;
  margin-bottom: 20px;
}
.footerInner .footerNavi ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerInner .footerNavi ul + ul {
  margin-top: 20px;
}
.footerInner .footerNavi ul li a {
  color: #666B6A;
  font-size: 0.9375rem;
  text-decoration: underline;
}
.footerInner .footerNavi ul li a:hover {
  text-decoration: none;
}

.footerCopyright {
  width: 100%;
  color: #FFF;
  padding: 10px 5px;
  text-align: center;
  background-color: #49795E;
}
.footerCopyright p {
  font-size: 0.75rem;
}

.footerTotop {
  width: 100%;
}
.footerTotop img {
  width: 100px;
  height: auto;
}
.footerTotop a.is_fixed {
  position: fixed;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pbFooterArea {
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .footerInner {
    padding: 30px 0;
  }
  .footerInner .footerTotop img {
    width: 100px;
  }
  .footerInner .footerNavi {
    margin-top: 30px;
  }
  .footerInner .footerNavi p {
    margin-bottom: 20px;
  }
  .footerInner .footerNavi ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
  .footerInner .footerNavi ul + ul {
    margin-top: 10px;
  }
  .footerCopyright {
    padding: 10px 20px;
  }
  .footerCopyright p {
    font-size: 0.625rem;
  }
  .footerTotop a.is_fixed {
    bottom: 80px;
  }
}
