@charset "utf-8";
.cp-BreadcrumbsHeader { display:none; }
#Main, #message, #pickup { border-bottom:1px solid #dedede; }
.txt_idt { text-indent: 1em; }
.fancybox-bg {
  width:100%;
  height:100%;
}
.modal {
  width:90%;
  max-width:1024px;
}
.modal .fancybox-close-small:after {
  width:40px;
  height:40px;
  padding-top:4px;
  background-color:#333333;
  color:#ffffff;
  font-size:36px;
  top:0;
  right:0;
  border-radius:0;
}
.modal .fancybox-close-small:hover:after { background-color:#cf142b; }

#Main figure {position:relative;}
#Main figure:before {
  content:"";
  display:block;
  padding-top:56.25%;
}
#Main figure div {
  width:100%;
  height:100%;
  background-color:#f3f3f3;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover;
  position:absolute;
  top:0;
  left:0;
}
@media (min-width:641px) {
  #Main .doc-pickup__img { width:80%; }
  #Main .doc-pickup__img figure:before { padding-top:56.25%; }
}

@media screen and (max-width:640px){
  .is-pc { display: none !important; }
}
@media screen and (min-width:641px){
  .is-sp { display: none !important; }
}
.cp-Heading1 h1 { display: none !important; }
.doc-layout {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.doc-layout--wide { max-width: 1024px; }
@media screen and (max-width:640px){
  .doc-layout { padding: 0 15px; }
}
.doc-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 360px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cf142b;
  color: #fff!important;
  text-decoration: none!important;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  transition: opacity 0.3s;
  opacity: 1;
  position: relative;
}
@media screen and (min-width:641px){
  .doc-btn:hover {
    opacity: 0.5;
  }
}
.doc-btn::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url(/-/Media/ScAssets/System/Images/icon_s_right_02.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}
.doc-btn.doc-btn--small {
  margin-top: 14px;
  width: 240px;
  height: 40px;
  font-size: 14px;
  color: #fff!important;
  text-decoration: none!important;
}
.doc-btn.doc-btn--small::after {
  top: 13px;
  right: 10px;
  width: 10px;
  height: 12px;
}
@media screen and (max-width:640px){
  .doc-btn {
    width: 100%;
    max-width: 275px;
    height: 50px;
  }
  .doc-btn::after {
    top: 12px;
    right: 16px;
  }
  .doc-btn.doc-btn--small {
    margin: 8px auto 0;
    color: #fff!important;
    text-decoration: none!important;
  }
}
.doc-tag {
  display: flex;
  position: relative;
  margin: 0 0 0 -12px;
}
.doc-tag__item {
  color: #787878!important;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline!important;
  position: relative;
  z-index: 2;
  display: block;
  transition: opacity 0.3s;
  opacity: 1;
  margin-left: 12px;
  margin-top: 8px;
}
@media screen and (min-width:641px){
  .doc-tag__item:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.doc-tag__item::before { content: "#"; }
@media screen and (max-width:640px){
  .doc-tag {
    display: flex;
    position: relative;
    margin: 0 0 0 -12px;
  }
  .doc-tag__item { font-size: 12px; }
}

/* .doc-header */
.doc-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
}
.doc-header__inner {
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
}
.doc-header__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s;
  margin: 0;
}
.doc-header__title.is-none { opacity: 0; }
.doc-header__right {
  position: absolute;
  top: 22px;
  right: 20px;
}
.doc-header__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 16px;
  position: relative;
  padding-right: 26px;
  transition: opacity 0.3s;
  font-weight: bold;
}
.doc-header__btn.is-open::after { transform: rotate(360deg); }
.doc-header__btn::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url(/-/Media/ScAssets/System/Images/icon_s_accordionup_03.png);
  background-size: cover;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
@media screen and (min-width:641px){
  .doc-header__btn:hover { opacity: 0.5; }
}
.doc-header__menu {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 68px;
  right: 20px;
  pointer-events: none;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #cf142b;
  background-color: rgba(255,255,255,0.9);
  transition: opacity 0.3s;
}
.doc-header__menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.doc-header__menu-item {
  display: block;
  padding: 16px 20px 16px 16px;
  position: relative;
  line-height: 1;
  font-weight: bold;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  color: #000!important;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (min-width:641px){
  .doc-header__menu-item:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.doc-header__menu-item::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 8px;
  background-image: url(/-/Media/ScAssets/System/Images/icon_s_right_01.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}
.doc-header__menu-item:nth-child(2n){ border-left: none; }
.doc-header__menu-item:first-child{
  width: 100%;
  border-top: none;
  border-left: none;
}
@media screen and (max-width:640px){
  .doc-header__inner { padding: 10px 7px; }
  .doc-header__title { font-size: 18px; }
  .doc-header__btn {
    font-size: 14px;
    padding-right: 22px;
  }
  .doc-header__btn::after { top: 2px; }
  .doc-header__menu {
    opacity: 0;
    position: absolute;
    top: 45px;
    right: 0;
    pointer-events: none;
    width: 100%;
  }
  .doc-header__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .doc-header__menu-item {
    display: block;
    padding: 16px 20px 16px 16px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
  }
  .doc-header__menu-item::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 12px;
    background-image: url(/-/Media/ScAssets/System/Images/icon_s_right_01.png);
    background-size: cover;
    width: 24px;
    height: 24px;
  }
  .doc-header__menu-item:first-child{ border-top: none; }
  .doc-header__right {
    top: 10px;
    right: 8px;
  }
}

/* .doc-pickup */
.doc-pickup {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.doc-pickup::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16.5%;
  content: "";
  background-color: #fff;
  z-index: -1;
}
.doc-pickup__img {
  position: relative;
}
.doc-pickup__img img { width: 100%; }
.doc-pickup__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 560px;
  background-color: rgba(255,255,255,0.9);
}
.doc-pickup__inner {
  display: block;
  box-sizing: border-box;
  padding: 12px 24px 0;
  position: relative;
}
.doc-pickup__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.doc-pickup__link-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.doc-pickup__link-inner::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 24px;
  background-image: url(/-/Media/ScAssets/System/Images/icon_s_right_02.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}
.doc-pickup__link[target="_blank"] > .doc-pickup__link-inner::after {
  background-image: url(/-/Media/ScAssets/System/Images/icon_l_newwindow_02.png);
}
.doc-pickup__link-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 16px;
  background-color: #cf142b;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (min-width:641px){
  .doc-pickup__link:hover ~.doc-pickup__title,
  .doc-pickup__link:hover ~.doc-pickup__head,
  .doc-pickup__link:hover ~.doc-pickup__red,
  .doc-pickup__link:hover .doc-pickup__link-inner::before  {
    opacity: 0.5;
    text-decoration: none;
  }
}
.doc-pickup__red {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #38958e;
  transition: opacity 0.3s;
  opacity: 1;
}
.doc-pickup__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
  opacity: 1;
}
.doc-pickup__date {
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.doc-pickup__title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  transition: opacity 0.3s;
  opacity: 1;
  margin-top: 8px;
}
.doc-pickup__tag { margin-top: 6px; }
@media screen and (max-width:640px){
  .doc-pickup::after { height: calc(100% - 90px); }
  .doc-pickup__box {
    position: static;
    width: 100%;
  }
  .doc-pickup__inner { padding: 8px 16px 0; }
  .doc-pickup__link-inner::after {
    bottom: -10px;
    right: 13px;
    width: 24px;
    height: 24px;
  }
  .doc-pickup__link-inner::before {
    bottom: -16px;
    right: 8px;
    width: 35px;
    height: 35px;
  }
  .doc-pickup__red {
    font-size: 16px;
  }
  .doc-pickup__date { font-size: 14px; }
  .doc-pickup__title {
    font-size: 20px;
  }
  .doc-pickup__tag { margin-top: -4px; }
}
.doc-search { padding: 40px 20px 20px; }
.doc-search__title {
  font-size: 28px;
  color: #000;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.doc-search__box {
  padding: 20px 22px;
  margin-top: 0;
  background-color: #f2f2f2;
  border: 1px solid #e8e8e8;
}
.doc-search__box-inner {
  margin-top: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
.doc-search__tag {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  padding: 12px 12px 12px 24px;
  line-height: 1;
  color: #000;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: opacity 0.3s;
  opacity: 1;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
@media screen and (min-width:641px){
  .doc-search__tag:hover { opacity: 0.5; }
}
.doc-search__tag::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 8px;
  background-image: url(/-/Media/ScAssets/System/Images/icon_s_accordiondown_01.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}
.doc-search__tag--all {
  width: 140px;
  justify-content: center;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
}
.doc-search__tag--all::before { content: none; }
.doc-search__tag.is-active {
  background-color: #cf142b;
  color: #fff;
}
.doc-search__tag.is-active::before { background-image: url(/-/Media/ScAssets/System/Images/icon_s_accordiondown_02.png); }
@media screen and (max-width:640px){
  .doc-search { padding: 20px 20px 10px; }
  .doc-search__title { font-size: 24px; }
  .doc-search__box {
    padding: 10px;
    margin-top: 0;
  }
  .doc-search__tag {
    font-size: 12px;
    padding: 12px 12px 12px 20px;
  }
  .doc-search__tag::before {
    left: 0px;
    top: 6px;
    width: 24px;
    height: 24px;
  }
  .doc-search__tag--all {
    width: 98px;
    font-size: 13px;
    padding: 12px;
  }
}
.doc-list { padding: 20px 20px 40px; }
.doc-list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doc-list__btn { margin: 40px auto 0; }
.doc-list__btn.is-btn-none { display: none; }
.doc-list__btn::after { transform: rotate(90deg); }
.doc-list__item {
  position: relative;
  width: calc(50% - 20px);
}
.doc-list__item.is-none { display: none; }
.doc-list__item:nth-child(n + 3) { margin-top: 40px; }
.doc-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.doc-list__link[target="_blank"] ~.doc-list__img figure div::after {
  background-image: url(/-/Media/ScAssets/System/Images/icon_l_newwindow_02.png);
  width: 24px;
  height: 24px;
  bottom: 9px;
  right: 6px;
}
@media screen and (min-width:641px){
  .doc-list__link:hover ~.doc-list__title,
  .doc-list__link:hover ~.doc-list__head,
  .doc-list__link:hover ~.doc-list__img {
    opacity: 0.5;
    text-decoration: none;
  }
}
.doc-list__img {
  position: relative;
  transition: opacity 0.3s;
  opacity: 1;
}
.doc-list__img figure div::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-image: url(/-/Media/ScAssets/System/Images/icon_s_right_02.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}
.doc-list__img figure div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #cf142b;
  width: 40px;
  height: 40px;
}
.doc-list__head {
  display: flex;
  align-items: center;
  margin-top: 16px;
  transition: opacity 0.3s;
  opacity: 1;
}
.doc-list__date {
  font-size: 14px;
  color: #000;
  line-height: 1;
  margin: 0;
}
.doc-list__title {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  transition: opacity 0.3s;
  opacity: 1;
}
.doc-list__tag { margin-top: 0; }
.doc-list__category {
  width: 118px;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width:640px){
  .doc-list { padding: 10px 20px 40px; }
  .doc-list__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .doc-list__btn { margin: 26px auto 0; }
  .doc-list__item { width: 100% }
  .doc-list__item:nth-child(n + 2) { margin-top: 30px; }
  .doc-list__head { margin-top: 8px; }
  .doc-list__date { font-size: 14px; }
  .doc-list__tag { margin-top: -5px; }
}
@media screen and (min-width:641px){
  #Main .cp-BreadcrumbsHeader { display: block !important; }
}