@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
html, body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  min-width: auto;
  padding-top: 126px;
  font-family: 'A-OTF UD新ゴ Pro' , 'UD Shin Go Regular' , meiryo , 'メイリオ' ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1rem;
  color: #333;
  text-align: left;
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  body {
    padding-top: 100px;
  }
}

a:link {
  color: #1a0dab;
  text-decoration: underline;
}

a:visited {
  color: #609;
}

a:hover,
a:active {
  color: #317dd2;
  text-decoration: none;
}

/*=====================================================
  pb
=====================================================*/
.pbPage {
  width: 100%;
}

.pbHeaderArea {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  overflow: visible;
}

.pbHeaderArea .pbNestedWrapper {
  overflow: visible;
}

#area1 {
  position: relative;
}

.pbAreaWrapper1 {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}

@media print, screen and (min-width: 1200px) {
  .pbAreaWrapper1 {
    width: 1050px !important;
    margin: 0 auto;
  }
}

.pbRightArea {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 15px;
  float: none;
  order: 2;
}

@media print, screen and (min-width: 1200px) {
  .pbRightArea {
    width: 230px;
    margin: 0 0 40px auto;
    padding: 0;
    order: 2;
  }
}

.pbRightArea p {
  margin: 1rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

:root .pbAreaWrapper2 {
  width: 100%;
  margin: 0;
  float: none;
}

@media print, screen and (min-width: 1200px) {
  :root .pbAreaWrapper2 {
    width: 795px;
    order: 1;
  }
}

.pbMainArea {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media print, screen and (min-width: 1200px) {
  .pbMainArea {
    width: 795px;
    margin: 0 auto 60px auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}

.pbFooterArea {
  width: 100%;
}

@media print, screen and (min-width: 1200px) {
  .pbFooterArea {
    position: relative;
  }
}

/*==================================================
  header
==================================================*/
.header {
  width: 100%;
  height: 66px;
  margin: 0;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
}

@media print, screen and (min-width: 1200px) {
  .header {
    height: 100px;
    padding: 0 20px;
    align-items: center;
    transition: all .2s;
    border-bottom-color: transparent;
  }
}

.header .logo {
  width: 260px;
  margin: 5px auto 0 0;
}

@media print, screen and (min-width: 1200px) {
  .header .logo {
    width: 398px;
    margin: 0 auto 0 0;
    transition: all .2s;
  }
}

.header .header__inner {
  display: none;
}

@media print, screen and (min-width: 1200px) {
  .header .header__inner {
    max-width: calc(100% - 440px);
    margin: 0 0 0 auto;
    display: block;
  }
}

@media print, screen and (min-width: 1200px) {
  .header.header--fixed {
    height: 56px;
    padding: 7px 20px;
  }
  .header.header--fixed .logo {
    width: 260px;
  }
  .header.header--fixed .header__utilNav {
    display: none;
  }
  .header.header--fixed .header__search input[type=button] {
    height: 40px;
  }
  .header.header--fixed .header__search input.pbInputForm {
    height: 40px;
  }
  .header.header--fixed .header__fontSizeSelect {
    margin-top: 0;
  }
  .header.header--fixed .header__fontSizeSelect ul li a {
    height: 40px;
  }
}

/*==================================================
  header__utilNav
==================================================*/
.header__utilNav {
  display: none;
}

@media print, screen and (min-width: 1200px) {
  .header__utilNav {
    margin-bottom: 10px;
    display: block;
    transition: all .2s;
  }
  .header__utilNav ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header__utilNav ul li {
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .header__utilNav ul li:last-child a {
    padding-right: 0;
  }
  .header__utilNav ul li a {
    padding: 4px 14px 4px 12px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    background-image: url("/library/hp2020/images/icon_arrow_s_primary_right.png");
    background-size: 5px 7px;
    background-repeat: no-repeat;
    background-position: 0 6px;
  }
}

@media print, screen and (min-width: 1200px) and (min-width: 1200px) {
  .header__utilNav ul li a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .header__utilNav ul li a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1200px) and (min-width: 1200px) {
  .header__utilNav ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .header__utilNav ul li a.header__utilNavSitemap {
    padding-left: 24px;
    background-image: url("/library/hp2020/images/icon_sitemap.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px 18px;
  }
  .header__utilNav ul li a.header__utilNavFaq {
    padding-left: 24px;
    background-image: url("/library/hp2020/images/icon_message.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px 18px;
  }
  .header__utilNav ul li a.header__utilNavAccess {
    padding-left: 24px;
    background-image: url("/library/hp2020/images/icon_access.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px 18px;
  }
  .header__utilNav ul li a.header__utilNavPrivacy {
    padding-left: 24px;
    background-image: url("/library/hp2020/images/icon_key.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px 18px;
  }
}

/*==================================================
  header__controlNav
==================================================*/
.header__controlNav {
  width: 617px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}

/*==================================================
  header__search
==================================================*/
.header__search {
  display: none;
}

@media print, screen and (min-width: 1200px) {
  .header__search {
    display: block;
  }
  .header__search form {
    display: flex;
    flex-wrap: wrap;
  }
  .header__search label {
    margin: 0 !important;
    padding: 0 !important;
  }
  .header__search input.pbInputForm {
    width: 340px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ebecec;
    border: none;
    font-size: 15px;
  }
}

@media print, screen and (min-width: 1200px) and (min-width: 1200px) {
  .header__search input.pbInputForm {
    transition: all .2s;
  }
  .header__search input.pbInputForm:focus {
    background-color: #faf4dc;
  }
}

@media print, screen and (min-width: 1200px) {
  .header__search input[type=button] {
    width: 65px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    color: #fff;
    position: relative;
    border: none;
    cursor: pointer;
    background-color: #161b24;
    background-image: url("/library/common2020/images/icon_search.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
  }
}

/*==================================================
  header__fontSizeSelect
==================================================*/
.header__fontSizeSelect {
  width: 182px;
  margin: 2px 30px 0 0;
  padding: 0;
}

.header__fontSizeSelect ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__fontSizeSelect ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__fontSizeSelect ul li.header__fontSizeSelectMedium {
  width: 72px;
}

.header__fontSizeSelect ul li.header__fontSizeSelectMedium a {
  font-size: 14px;
}

.header__fontSizeSelect ul li.header__fontSizeSelectLarge {
  width: 100px;
}

.header__fontSizeSelect ul li.header__fontSizeSelectLarge a {
  font-size: 20px;
}

.header__fontSizeSelect ul li a {
  width: 100%;
  height: 46px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #161b24;
  transition: all .2s;
}

.header__fontSizeSelect ul li a:hover {
  background: #0858aa;
}

.header__fontSizeSelect ul li a.on {
  color: #7a858a;
  background: #c5d3d9;
}

/*==================================================
  header__spMenu
==================================================*/
.header__spMenu {
  width: 46px;
  height: 51px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  background-color: #0858aa;
}

.header__spMenu.active {
  width: 46px;
  height: 46px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  background-color: #0858aa;
}

@media print, screen and (min-width: 1200px) {
  .header__spMenu {
    display: none;
  }
}

.header__spMenu span {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: all .2s;
}

.header__spMenu span:nth-of-type(1) {
    top: 12px;
    left: 12px;
}

.header__spMenu span:nth-of-type(2) {
    top: 20px;
    left: 12px;
}

.header__spMenu span:nth-of-type(3) {
    bottom: 21px;
    left: 12px;
}

.header__spMenu span:nth-of-type(4) {
    bottom: 15px;
    left: 8.5px;
    font-size: 11px;
    color: white;
    background-color: #0858aa;
}


.header__spMenu.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 22px;
}

.header__spMenu.active span:nth-of-type(2) {
  transform: rotate(-180deg);
  opacity: 0;
}

.header__spMenu.active span:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 22px;
}

.header__spMenu.active span:nth-of-type(4) {
      display: none;
}

.alertArea {
  width: 100%;
  padding: 20px;
  color: #FFF;
  background: #d7141a;
  background: linear-gradient(to right, #d7141a 0%, #f62c33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media print, screen and (min-width: 1200px) {
  .alertArea {
    padding: 30px 0;
    z-index: 9999;
  }
}

.alertArea a {
  color: #fff;
  text-decoration: underline;
}

.alertArea .alertArea__inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.alertArea h2 {
  margin: 0 0 1.5rem 0;
  padding-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

@media print, screen and (min-width: 1200px) {
  .alertArea h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.alertArea h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
}

.alertArea p {
  margin: 1rem 0 2rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

@media print, screen and (min-width: 1200px) {
  .alertArea p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.alertArea ul {
  margin: 1rem 0 2rem 20px;
}

.alertArea ul li {
  line-height: 1.8;
}

/*=====================================================
  gNavArea
=====================================================*/
.gNavArea {
  width: 100%;
  height: calc(100vh - 144px);
  display: none;
  position: fixed;
  top: 144px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999!important;
}

@media print, screen and (min-width: 1200px) {
  .gNavArea {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: 100px;
    left: 0;
    top: 0;
    overflow-y: visible;
    background: #fff;
  }
}

@media print, screen and (min-width: 1200px) {
  .gNavArea.gNav--fixed {
    position: fixed;
    top: 56px;
    height: 40px;
  }
  .gNavArea.gNav--fixed .gNav__list > li .gNav__primaryNav a {
    height: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
  .gNavArea.gNav--fixed .gNav__list > li .gNav__primaryNav a:before {
    height: 30px;
  }
}

.gNavArea .gNav__list {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
  border-top: 1px solid #DADDDF;
}

@media print, screen and (min-width: 1200px) {
  .gNavArea .gNav__list {
    display: flex;
    flex-wrap: wrap;
    border-top-width: 0;
  }
}

.gNavArea .gNav__list li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DADDDF;
}

@media print, screen and (min-width: 1200px) {
  .gNavArea .gNav__list li {
    width: 20%;
  }
}

.gNavArea .gNav__list li:first-child a:before {
  display: none;
}

.gNavArea .gNav__list li a {
  width: 100%;
  margin: 0;
  padding: 15px 15px 15px 30px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  background-image: url("/library/hp2020/images/icon_arrow_s_primary_right.png");
  background-size: 5px 7px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

@media print, screen and (min-width: 1200px) {
  .gNavArea .gNav__list li a {
    padding: 0 15px;
    height: 62px;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    background-image: none;
    transition: all .2s;
  }
  .gNavArea .gNav__list li a:before {
    width: 1px;
    height: 52px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #DADDDF;
  }
  .gNavArea .gNav__list li a:hover {
    color: #fff;
    background-color: #0858aa;
  }
}




.gNavArea .gNav__primaryNav .gNav__spBtnPrimary {
  width: 54px;
  min-height: 54px;
  margin: 0 0 0 auto;
  display: block;
  background-color: #0858aa;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .gNavArea .gNav__primaryNav .gNav__spBtnPrimary {
    display: none;
  }
}

.gNavArea .gNav__primaryNav .gNav__spBtnPrimary span {
  position: absolute;
  left: 0;
  display: block;
  background-color: #fff;
  transition: all .2s;
}

.gNavArea .gNav__primaryNav .gNav__spBtnPrimary span:nth-of-type(1) {
  width: 18px;
  height: 2px;
  top: 26px;
  left: 18px;
}

.gNavArea .gNav__primaryNav .gNav__spBtnPrimary span:nth-of-type(2) {
  width: 2px;
  height: 18px;
  top: 18px;
  left: 26px;
}

.gNavArea .gNav__primaryNav .gNav__spBtnPrimary.active span:nth-of-type(2) {
  transform: rotate(90deg);
  top: 18px;
  left: 26px;
}



.gNavArea .gNav__primaryNav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 1200px) {
  .gNavArea .gNav__primaryNav {
    border-bottom-width: 0;
    position: relative;
  }
/*  .gNavArea .gNav__primaryNav:before {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background-color: #6B6B8B;
    position: absolute;
    left: 0;
    top: 23px;
  }
  .gNavArea .gNav__primaryNav:after {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background-color: #111131;
    position: absolute;
    left: 1px;
    top: 23px;
  }
*/}

.gNavArea .gNav__primaryNav .gNav__primaryLink {
  width: calc(100% - 54px);
  display: block;
}

@media print, screen and (min-width: 1200px) {
  .gNavArea .gNav__primaryNav .gNav__primaryLink {
    width: 100%;
    display: flex;
  }
}
@media print, screen and (max-width: 1200px) {
  .gNav__scondaryNav {
    border-top: 1px solid #DADDDF;
  }
  .gNav__scondaryNav .gNav__scondaryNavList ul li {
      border-top:none !important;
  }
}
/*==================================================
  navQuick
==================================================*/
.navQuick {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 66px;
  z-index: 9999;
  background: #0455ba;
  background: linear-gradient(to right, #0455ba 0%, #098bd8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media print, screen and (min-width: 1200px) {
  .navQuick {
    width: 4.3em;
    right: 0;
    left: auto;
    top: calc(100vh / 2 - 100px);
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 0px 14px -6px black;
  }
}

.navQuick ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.navQuick ul li {
  width: 25%;
  height: 66px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .navQuick ul li {
    width: 100%;
    min-height: 4.6rem;
  }
}

.navQuick ul li:before {
  width: 1px;
  height: 66px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

@media print, screen and (min-width: 1200px) {
  .navQuick ul li:before {
    width: 100%;
    height: 1px;
  }
}

.navQuick ul li a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 24px 24px;
}

@media print, screen and (min-width: 1200px) {
  .navQuick ul li a {
    background-size: 2rem;
    padding: 0 0 0.6rem 0;
    background-position: center 0.6rem;
  }
}

.navQuick ul li.navQuick__home a {
  background-image: url("/library/hp2020/images/icon_home.png");
}

.navQuick ul li.navQuick__tel a {
  background-image: url("/library/hp2020/images/icon_tel.png");
}

.navQuick ul li.navQuick__schedule a {
  background-image: url("/library/hp2020/images/icon_clock.png");
}

@media print, screen and (min-width: 1200px) {
  .navQuick ul li.navQuick__access {
    min-height: 5.3rem;
  }
}

.navQuick ul li.navQuick__access a {
  padding-bottom: 5px;
  background-position: center 5px;
  background-image: url("/library/hp2020/images/icon_bus.png");
}

@media print, screen and (min-width: 1200px) {
  .navQuick ul li.navQuick__access a {
    padding-bottom: 0.6rem;
    background-position: center 0.6rem;
  }
}

.gNavSpUtil {
  padding: 20px 15px 100px 15px;
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .gNavSpUtil {
    display: none;
  }
}

.gNavSpUtil .gNavSpUtil__nav {
  margin: 0 0 20px 0;
}

.gNavSpUtil .gNavSpUtil__nav ul {
  margin: 0;
  padding: 0;
}

.gNavSpUtil .gNavSpUtil__nav ul li {
  margin: 0 10px 14px 0;
  padding: 0;
  display: block;
  list-style: none;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.gNavSpUtil .gNavSpUtil__nav ul li a {
  margin: 0;
  padding: 0 0 0 24px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  background-image: url("/library/hp2020/images/icon_arrow_s_primary_right.png");
  background-size: 5px 7px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
}

.gNavSpUtil .gNavSpUtil__nav ul li a.gNavSpUtil__navSitemap {
  padding-left: 24px;
  background-image: url("/library/hp2020/images/icon_sitemap.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 18px 18px;
}

.gNavSpUtil .gNavSpUtil__nav ul li a.gNavSpUtil__navFaq {
  padding-left: 24px;
  background-image: url("/library/hp2020/images/icon_message.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 18px 18px;
}

.gNavSpUtil .gNavSpUtil__nav ul li a.gNavSpUtil__navAccess {
  padding-left: 24px;
  background-image: url("/library/hp2020/images/icon_access.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 18px 18px;
}

.gNavSpUtil .gNavSpUtil__nav ul li a.gNavSpUtil__navPrivacy {
  padding-left: 24px;
  background-image: url("/library/hp2020/images/icon_key.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 18px 18px;
}

.gNavSpUtil .gNavSpUtil__nav ul li.gNavSpUtil__navApp {
  margin-top: 20px;
}

.gNavSpUtil .gNavSpUtil__nav ul li.gNavSpUtil__navApp a {
  width: 240px;
  margin: 0 auto;
  padding: 16px 0;
  display: block;
  color: #fff;
  text-align: center;
  background: #043eb5;
  background: linear-gradient(to right, #043eb5 0%, #0ca9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  position: relative;
}

.gNavSpUtil .gNavSpUtil__search {
  width: 100%;
}

.gNavSpUtil .gNavSpUtil__search form {
  display: flex;
  flex-wrap: wrap;
}

.gNavSpUtil .gNavSpUtil__search label {
  margin: 0 !important;
}

.gNavSpUtil .gNavSpUtil__search input.pbInputForm {
  width: calc(100% - 65px);
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ebecec;
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
  box-sizing: border-box;
}

.gNavSpUtil .gNavSpUtil__search input[type=button] {
  width: 65px;
  height: 50px;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  color: #fff;
  background-color: #161b24;
  border: none;
  cursor: pointer;
  background-image: url("/library/common2020/images/icon_search.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  z-index: 9999;
}

/*==================================================
  cv-particles-js
==================================================*/
#cv-particles-js {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}

/*=====================================================
  cv
=====================================================*/
.cv {
  position: relative;
  overflow: hidden;
  background: #043eb5;
  background: linear-gradient(to right, #043eb5 0%, #0ca9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

.cv .cv__inner {
  padding: 20px 15px 10px 15px;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 1200px) {
  .cv .cv__inner {
    width: 1050px;
    padding: 40px 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .cv .cv__btnArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.cv .cv__btn {
  width: 100%;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__btn {
    width: 32%;
  }
}

.cv .cv__btn .icon {
  padding: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 576px) {
  .cv .cv__btn .icon {
    padding: 20px 10px;
  }
}

@media print, screen and (min-width: 1200px) {
  .cv .cv__btn .icon {
    padding: 30px 10px;
  }
}

.cv .cv__btn a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -8px #03173d;
}

@media print, screen and (min-width: 576px) {
  .cv .cv__btn a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .cv .cv__btn a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.cv .cv__btn.cv__btnApp .icon {
  padding-left: 40px;
  background-image: url("/library/EntranceExam2020/images/icon_cv_app.png");
  background-size: 20px 25px;
  background-position: 10px center;
}

@media print, screen and (min-width: 1200px) {
  .cv .cv__btn.cv__btnApp .icon {
    padding-left: 60px;
    background-size: 33px 41px;
    background-position: 10px center;
  }
}

.cv .cv__btn.cv__btnInternet .icon {
  padding-left: 44px;
  background-image: url("/library/EntranceExam2020/images/icon_cv_pc.png");
  background-size: 26px 25px;
  background-position: 10px center;
}

@media print, screen and (min-width: 1200px) {
  .cv .cv__btn.cv__btnInternet .icon {
    padding-left: 64px;
    background-size: 42px 40px;
    background-position: 10px center;
  }
}

.cv .cv__btn.cv__btnContact .icon {
  padding-left: 44px;
  background-image: url("/library/EntranceExam2020/images/icon_cv_mail.png");
  background-size: 26px 20px;
  background-position: 7px center;
}

@media print, screen and (min-width: 1200px) {
  .cv .cv__btn.cv__btnContact .icon {
    padding-left: 64px;
    background-size: 42px 30px;
    background-position: 10px center;
  }
}

/*==================================================
  bnrArea
==================================================*/
/*==================================================
  footer
==================================================*/
.footer {
  padding: 30px 15px;
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .footer {
    padding: 30px 0;
  }
}

.footer .footer__inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 1200px) {
  .footer .footer__inner {
    width: 1050px;
  }
}

.footer .footer__logo {
  width: 250px;
  margin: 0 auto 15px auto;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__logo {
    width: 30%;
    margin: 0 auto 0 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer .footer__logo {
    width: 250px;
    margin: 0 40px 0 0;
  }
}

.footer .footer__address {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__address {
    width: 46%;
    text-align: left;
    margin: 0 auto 0 2%;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer .footer__address {
    width: 510px;
    margin: 0 40px 0 0;
    text-align: left;
  }
}

.footer .footer__address .footer__addressLink {
  display: block;
}

@media print, screen and (min-width: 1200px) {
  .footer .footer__address .footer__addressLink {
    display: inline;
  }
}

.footer .footer__nihonIryoKinouHyouka {
  width: 140px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__nihonIryoKinouHyouka {
    width: 20%;
    margin: 0 auto 0 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer .footer__nihonIryoKinouHyouka {
    width: 200px;
  }
}

/*==================================================
  copyright
==================================================*/
.copyright {
  margin: 0;
  padding: 15px 20px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background: #021b40;
  background: linear-gradient(to right, #021b40 0%, #1a4b89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media print, screen and (min-width: 1200px) {
  .copyright {
    padding: 30px 20px;
  }
}

/*==================================================
  btnPageTop
==================================================*/
.btnPageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 500;
}

.btnPageTop a {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.9;
  background-color: #0858aa;
  background-image: url(/library/hp2020/images/icon_arrow_s_white_up.png);
  background-position: center center;
  background-size: 7px 5px;
  background-repeat: no-repeat;
}

/*=====================================================
  subNavTitle
=====================================================*/
.subNavTitle {
  margin: 0;
  padding: 12px 14px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  position: relative;
  background-color: #f4f8fd;
}

@media print, screen and (min-width: 1200px) {
  .subNavTitle {
    padding-left: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.subNavTitle a {
  color: #333;
  text-decoration: none;
}

.subNavTitle a:hover {
  text-decoration: none;
}

.subNavTitle:before {
  width: 6px;
  height: 22px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #0858aa;
}

@media print, screen and (min-width: 1200px) {
  .subNavTitle:before {
    top: 16px;
  }
}

/*=====================================================
  subNav
=====================================================*/
.subNav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border: 5px solid #f4f8fd;
}

.subNav > .pbNested {
  display: flex;
  flex-wrap: wrap;
}

.subNav .subNav__primary {
  width: 100%;
  margin: 0 0 5px 0;
}

@media print, screen and (min-width: 768px) {
  .subNav .subNav__primary {
    width: 49.8%;
  }
  .subNav .subNav__primary:nth-child(even) {
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .subNav .subNav__primary {
    width: 24%;
    margin: 0 0.5% 5px 0.5%;
  }
  .subNav .subNav__primary:nth-child(even) {
    margin: 0 0.5% 10px 0.5%;
  }
}

.subNav .subNav__primary a {
  margin: 0;
  padding: 15px 15px 15px 25px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  color: #333;
  text-decoration: none;
  background-image: url(/library/hp2020/images/icon_arrow_s_primary_right.png);
  background-repeat: no-repeat;
  background-position: 15px 22px;
  background-size: 5px 7px;
  border: 2px solid #0858aa;
}

@media print, screen and (min-width: 1200px) {
  .subNav .subNav__primary a {
    transition: all .2s;
  }
  .subNav .subNav__primary a:hover {
    background-position: 19px 22px;
  }
}

.linkNav {
  width: 100%;
  margin: 0 auto 34px auto;
}

.linkNav .pbNested {
  display: flex;
  flex-wrap: wrap;
}

.linkNav .pbNested .pbNestedWrapper {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.linkNav .pbNested .pbNestedWrapper:nth-child(3n) {
  margin-right: 0;
}

@media print, screen and (min-width: 576px) {
  .linkNav .pbNested .pbNestedWrapper {
    width: 19.2%;
    margin-right: 1%;
  }
  .linkNav .pbNested .pbNestedWrapper:nth-child(3n) {
    margin-right: 1%;
  }
  .linkNav .pbNested .pbNestedWrapper:nth-child(5n) {
    margin-right: 0;
  }
}

.contentsMenu {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 4% 4% 2% 4%;
  background-color: #f4f8fd;
}

@media print, screen and (min-width: 1200px) {
  .contentsMenu {
    padding: 20px 20px 10px 20px;
  }
}

.contentsMenu > .pbNested {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .contentsMenu > .pbNested {
    justify-content: start;
  }
}

.contentsMenu > .pbNested .pbNestedWrapper {
  width: 49% !important;
  margin-bottom: 2%;
}

@media print, screen and (min-width: 576px) {
  .contentsMenu > .pbNested .pbNestedWrapper {
    width: 32% !important;
    margin-right: 2%;
  }
  .contentsMenu > .pbNested .pbNestedWrapper:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .contentsMenu > .pbNested .pbNestedWrapper {
    width: 245px !important;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.bnrContents {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0;
}

@media print, screen and (min-width: 1200px) {
  .bnrContents {
    padding: 0;
  }
}

.bnrContents p {
  margin: 0 !important;
  line-height: 1 !important;
}

.bnrContents > .pbNested {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .bnrContents > .pbNested {
    justify-content: start;
  }
}

.bnrContents > .pbNested .pbNestedWrapper {
  width: 49%;
  margin-bottom: 2%;
  text-align: center;
}

@media print, screen and (min-width: 576px) {
  .bnrContents > .pbNested .pbNestedWrapper {
    width: 32%;
    margin-right: 2%;
  }
  .bnrContents > .pbNested .pbNestedWrapper:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .bnrContents > .pbNested .pbNestedWrapper {
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
  .bnrContents > .pbNested .pbNestedWrapper:nth-child(3n) {
    margin-right: 1.6%;
  }
  .bnrContents > .pbNested .pbNestedWrapper:nth-child(4n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .bnrContents > .pbNested .pbNestedWrapper {
    width: 185px;
    margin-right: 17px;
    margin-bottom: 17px;
  }
  .bnrContents > .pbNested .pbNestedWrapper:nth-child(3n) {
    margin-right: 17px;
  }
  .bnrContents > .pbNested .pbNestedWrapper:nth-child(4n) {
    margin-right: 0;
  }
}

.scheduleInfo {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
  padding: 10px 10px 20px 10px;
  border: 5px solid #f4f8fd;
}

.scheduleInfo .scheduleInfo__mainTitle {
  margin: 0 0 10px;
  padding: 12px 10px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  background: #0858aa;
  background: #043eb5;
  background: linear-gradient(to right, #043eb5 0%, #0ca9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

.scheduleInfo .scheduleInfo__title {
  margin: 0 0 10px 0;
  padding: 10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #f4f8fd;
}

.scheduleInfo ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 0 0 20px;
}

.scheduleInfo ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: disc;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}

/*==================================================
  subNavList
==================================================*/
.subNavList ul {
  margin: 0 0 40px 0;
  padding: 0;
  border-bottom: 1px solid #DADDDF;
}

.subNavList ul li {
  margin: 0;
  padding: 12px 15px;
  line-height: 1.6;
  list-style: none;
  border-top: 1px solid #DADDDF;
  background-image: url(/library/hp2020/images/icon_arrow_s_primary_right.png);
  background-size: 5px 7px;
  background-repeat: no-repeat;
  background-position: 0 22px;
}

@media print, screen and (min-width: 1200px) {
  .subNavList ul li {
    transition: all .2s;
  }
  .subNavList ul li:hover {
    background-position: 4px 22px;
  }
}

.subNavList ul li a {
  display: block;
  text-decoration: none;
  padding: 0;
  background: none;
  border-bottom-width: 0;
}

@media print, screen and (min-width: 1200px) {
  .subNavList ul li a:hover {
    text-decoration: underline;
  }
}

/*==================================================
  sideBnrArea
==================================================*/
.sideBnrArea {
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #f4f8fd;
}

@media print, screen and (min-width: 1200px) {
  .sideBnrArea {
    padding: 20px 20px 15px 20px;
  }
}

.sideBnrArea > .pbNested {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .sideBnrArea > .pbNested {
    justify-content: start;
  }
}

.sideBnrArea p {
  margin: 0;
}

.sideBnrArea .pbNestedWrapper {
  width: 49%;
  margin-bottom: 2%;
}

@media print, screen and (min-width: 576px) {
  .sideBnrArea .pbNestedWrapper {
    width: 23.8%;
    margin-right: 1.6%;
  }
  .sideBnrArea .pbNestedWrapper:nth-child(4n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .sideBnrArea .pbNestedWrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.sideBnrArea .shRAreaBnMargin {
  text-align: center;
}

/*==================================================
  cornerPage
==================================================*/
.cornerPage table {
  display: block;
}

.cornerPage table tbody {
  display: flex;
  flex-wrap: wrap;
}

.cornerPage table tbody tr {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

@media print, screen and (min-width: 1200px) {
  .cornerPage table tbody tr {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .cornerPage table tbody tr:nth-child(even) {
    margin: 0 0 0 auto;
  }
}

.cornerPage table tbody tr td {
  display: block;
}

.cornerPage a {
  width: 100%;
  padding: 12px 20px 12px 44px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  border: 1px solid #DADDDF;
  border-radius: 5px;
  transition: all .2s;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eaedee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  box-shadow: -1px 0px 8px -3px #aaaaaa;
}

.cornerPage a:before {
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 14px 14px;
  transition: .2s all;
}

@media print, screen and (min-width: 1200px) {
  .cornerPage a:hover {
    color: #fff !important;
    background-color: #0858aa;
    text-decoration: none;
    border-color: #0858aa;
    background: #0ca9d7;
    background: linear-gradient(to bottom, #0ca9d7 0%, #043eb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  }
  .cornerPage a:hover:before {
    left: 24px;
    background-image: url(/library/hp2020/images/icon_arrow_m_white_right.png);
  }
}

/*=====================================================
  bnrList
=====================================================*/
.bnrList {
  margin: 40px 0;
}

.bnrList > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
}

.bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested {
  width: 49% !important;
  margin: 0 auto 2% 0;
}

.bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested:nth-child(2n) {
  margin: 0 0 2% auto;
}

@media print, screen and (min-width: 576px) {
  .bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested {
    width: 24% !important;
    margin: 0 1% 1% 0;
  }
  .bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested:nth-child(2n) {
    margin: 0 1% 1% 0;
  }
  .bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested:nth-child(4n) {
    margin: 0 0 1% 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested {
    width: 23.8% !important;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
  .bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested:nth-child(2n) {
    margin: 0 1.6% 1.6% 0;
  }
  .bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested:nth-child(4n) {
    margin: 0 0 1.6% 0;
  }
}

.bnrList > .pbNestedHorizontalWrapper .pbHorizontalNested p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrRed, .bdrLinkList {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #DADDDF;
}

/*---------------------------------------------------
  bdrRed
---------------------------------------------------*/
.bdrRed {
  border-width: 5px;
  border-color: #e04f08;
}

/*=====================================================
  bdrDot
=====================================================*/
.bdrDot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 15px;
  border: 2px dotted #DADDDF;
}

/*=====================================================

=====================================================*/
.bdrLinkList {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=====================================================
  depContact
=====================================================*/
.depContact .depContact__title {
  padding: 0;
  background: none;
  border: none;
}

/*=====================================================
  btn
=====================================================*/
.btn, .btnUp, .btnLeft, .btnDown, .btnWin, .btnPdf, .btnWord, .btnExcel, .btnPpt {
  padding: 12px 20px 12px 44px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  border: 1px solid #DADDDF;
  border-radius: 5px;
  transition: all .2s;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eaedee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  box-shadow: -1px 0px 8px -3px #aaaaaa;
}

.btn:before, .btnUp:before, .btnLeft:before, .btnDown:before, .btnWin:before, .btnPdf:before, .btnWord:before, .btnExcel:before, .btnPpt:before {
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 14px 14px;
  transition: .2s all;
}

@media print, screen and (min-width: 1200px) {
  .btn:hover, .btnUp:hover, .btnLeft:hover, .btnDown:hover, .btnWin:hover, .btnPdf:hover, .btnWord:hover, .btnExcel:hover, .btnPpt:hover {
    color: #fff !important;
    background-color: #0858aa;
    text-decoration: none;
    border-color: #0858aa;
    background: #043eb5;
    background: linear-gradient(to bottom, #043eb5 0%, #0ca9d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  }
  .btn:hover:before, .btnUp:hover:before, .btnLeft:hover:before, .btnDown:hover:before, .btnWin:hover:before, .btnPdf:hover:before, .btnWord:hover:before, .btnExcel:hover:before, .btnPpt:hover:before {
    left: 24px;
    background-image: url(/library/hp2020/images/icon_arrow_m_white_right.png);
  }
}

/*=====================================================
  btnUp
=====================================================*/
.btnUp:before {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_up.png);
}

@media print, screen and (min-width: 1200px) {
  .btnUp:hover:before {
    left: 20px;
    top: 12px;
    background-image: url(/library/hp2020/images/icon_arrow_m_white_up.png);
  }
}

/*=====================================================
  btnLeft
=====================================================*/
.btnLeft:before {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_left.png);
}

@media print, screen and (min-width: 1200px) {
  .btnLeft:hover:before {
    left: 16px;
    background-image: url(/library/hp2020/images/icon_arrow_m_white_left.png);
  }
}

/*=====================================================
  btnDown
=====================================================*/
.btnDown:before {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_down.png);
}

@media print, screen and (min-width: 1200px) {
  .btnDown:hover:before {
    left: 20px;
    top: 20px;
    background-image: url(/library/hp2020/images/icon_arrow_m_white_down.png);
  }
}

/*=====================================================
  btnWin
=====================================================*/
.btnWin {
  padding: 12px 44px;
}

.btnWin:after {
  width: 17px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
  background-image: url(/library/hp2020/images/icon_win.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 15px 12px;
  transition: .2s all;
}

.btnWin:hover:after {
  background-image: url(/library/hp2020/images/icon_win_white.png);
}

/*=====================================================
  btnPdf
=====================================================*/
.btnPdf:before {
  width: 16px;
  height: 16px;
  top: 14px;
  background-image: url(/library/hp2020/images/icon_file_pdf.png);
}

@media print, screen and (min-width: 1200px) {
  .btnPdf:hover:before {
    left: 24px;
    background-image: url(/library/hp2020/images/icon_file_pdf.png);
  }
}

/*=====================================================
  btnword
=====================================================*/
.btnWord:before {
  width: 16px;
  height: 17px;
  top: 14px;
  background-image: url(/library/hp2020/images/icon_file_word.png);
  background-size: 16px 17px;
}

@media print, screen and (min-width: 1200px) {
  .btnWord:hover:before {
    left: 24px;
    background-image: url(/library/hp2020/images/icon_file_word.png);
  }
}

/*=====================================================
  btnExcel
=====================================================*/
.btnExcel:before {
  width: 16px;
  height: 16px;
  top: 14px;
  background-image: url(/library/hp2020/images/icon_file_excel.png);
  background-size: 16px 16px;
}

@media print, screen and (min-width: 1200px) {
  .btnExcel:hover:before {
    left: 24px;
    background-image: url(/library/hp2020/images/icon_file_excel.png);
  }
}

/*=====================================================
  btnPpt
=====================================================*/
.btnPpt:before {
  width: 16px;
  height: 16px;
  top: 14px;
  background-image: url(/library/hp2020/images/icon_file_ppt.png);
  background-size: 16px 16px;
}

@media print, screen and (min-width: 1200px) {
  .btnPpt:hover:before {
    left: 24px;
    background-image: url(/library/hp2020/images/icon_file_ppt.png);
  }
}

/*=====================================================
  btn
=====================================================*/
@media print, screen and (min-width: 1200px) {
  .btn:hover, .btnUp:hover, .btnLeft:hover, .btnDown:hover, .btnWin:hover, .btnPdf:hover, .btnWord:hover, .btnExcel:hover, .btnPpt:hover {
    background: #0ca9d7;
    background: linear-gradient(to bottom, #0ca9d7 0%, #043eb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  }
}

/*=====================================================
  color
=====================================================*/
.red {
  color: #e04f08;
}

.blue {
  color: #0858aa;
}

.green {
  color: #42b31a;
}

.yellow {
  color: #FFD200;
}

.orange {
  color: #ff9900;
}

.fs--l {
  font-size: 18px;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 1200px) {
  .fs--l {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.fs--ml {
  font-size: 16px;
  font-size: 1rem;
}

.fs--m {
  font-size: 16px;
  font-size: 1rem;
}

.fs--s {
  font-size: 12px;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 1200px) {
  .fs--s {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*=====================================================
  tblBlock--form
=====================================================*/
.form td {
  padding: 8px !important;
  text-align: left;
  vertical-align: middle !important;
}

.form .pbCorner.pbCornerQuery td.pbLabel {
  width: 100% !important;
  background: #f4f8fd;
  white-space: normal !important;
}

@media print, screen and (min-width: 768px) {
  .form .pbCorner.pbCornerQuery td.pbLabel {
    width: 150px !important;
  }
}

.form .pbCorner.pbCornerQuery td {
  border: none;
}

@media print, screen and (min-width: 768px) {
  .form .pbCorner.pbCornerQuery td {
    border: 1px solid #DADDDF;
  }
}

.form .pbDescription {
  display: inline-block;
  line-height: 1.8;
}

.form td.pbErrorMsg {
  border: 5px solid #e04f08 !important;
}

.form .pbErrorMsg {
  color: #e04f08 !important;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  line-height: 1.8;
}

/*=====================================================
  f_text
=====================================================*/
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  display: inline-block;
}

input[type=submit],
button {
  border: none;
}

label {
  margin-right: 20px;
  display: inline-block;
}

.f_caseText {
  color: #999;
}

.f__name input[type=text],
.f__kana input[type=text],
.f__age input[type=text],
.f__tel input[type=text],
.f__mail input[type=text],
.f__zip input[type=text],
.f__date input[type=text],
.f__text input[type=text],
.f__text2 input[type=text],
.f__address input[type=text] {
  padding: 8px !important;
  border: 1px solid #DADDDF !important;
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .f__name input[type=text],
  .f__kana input[type=text],
  .f__age input[type=text],
  .f__tel input[type=text],
  .f__mail input[type=text],
  .f__zip input[type=text],
  .f__date input[type=text],
  .f__text input[type=text],
  .f__text2 input[type=text],
  .f__address input[type=text] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.f__comment textarea {
  padding: 8px !important;
  border: 1px solid #DADDDF !important;
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .f__comment textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.f__name input[type=text],
.f__kana input[type=text] {
  width: 30%;
}

@media print, screen and (min-width: 768px) {
  .f__name input[type=text],
  .f__kana input[type=text] {
    width: 100px;
  }
}

.f__age input[type=text] {
  width: 10%;
}

@media print, screen and (min-width: 768px) {
  .f__age input[type=text] {
    width: 50px;
  }
}

.f__tel input[type=text] {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__tel input[type=text] {
    width: 200px;
  }
}

.f__zip input[type=text] {
  width: 40%;
}

@media print, screen and (min-width: 768px) {
  .f__zip input[type=text] {
    width: 100px;
  }
}

.f__mail input[type=text] {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__mail input[type=text] {
    width: 200px;
  }
}

.f__date input[type=text] {
  width: 100%;
}

.f__address input[type=text] {
  width: 100%;
}

.f__text input[type=text] {
  width: 100%;
}

.f__text2 input[type=text] {
  width: 50%;
}

.f__comment textarea {
  width: 100%;
  height: 100px;
}

.f__select {
  margin-right: 10px;
  padding: 8px;
  border: 1px solid #DADDDF;
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .f__select {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*=====================================================
  f_btn
=====================================================*/
.f__btn {
  border: none !important;
  border-top: 1px solid #DADDDF;
}

.f__btn input[type=submit],
.f__btn input[type=button].pbQueryOk,
.f__btn input[type=button].pbQueryCancel {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  color: #fff !important;
  text-align: center;
  background: #f9a006;
  border-color: #f9a006;
  text-decoration: none !important;
  transition: all .2s;
}

@media print, screen and (min-width: 768px) {
  .f__btn input[type=submit],
  .f__btn input[type=button].pbQueryOk,
  .f__btn input[type=button].pbQueryCancel {
    width: 300px;
  }
}

.f__btn input[type=submit]:hover,
.f__btn input[type=button].pbQueryOk:hover,
.f__btn input[type=button].pbQueryCancel:hover {
  background-color: #f2c309;
  border-color: #f2c309;
}

.f__btn input[type=button].pbQueryOk {
  margin: 20px auto 10px auto;
  display: inline-block;
  border: none;
}

@media print, screen and (min-width: 576px) {
  .f__btn input[type=button].pbQueryOk {
    width: 200px;
    margin: 20px 20px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .f__btn input[type=button].pbQueryOk {
    width: 300px;
  }
}

.f__btn input[type=button].pbQueryCancel {
  margin: 0 auto;
  display: inline-block;
  border: none;
  background-color: #666;
}

.f__btn input[type=button].pbQueryCancel:hover {
  background-color: #999;
}

@media print, screen and (min-width: 576px) {
  .f__btn input[type=button].pbQueryCancel {
    width: 200px;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .f__btn input[type=button].pbQueryCancel {
    width: 300px;
  }
}

/*=====================================================
  hr
=====================================================*/
hr {
  width: 100%;
  height: 3px;
  margin: 20px 0;
  padding: 0;
  border: none;
  background: url(/library/common2020/images/hr_bg.png) repeat-x 0 0;
}

/*=====================================================
  icon
=====================================================*/
.iconArrow, .iconArrowLeft, .iconArrowUp, .iconArrowDown {
  padding-left: 20px;
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 14px 14px;
}

.iconArrowLeft {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_left.png);
}

.iconArrowUp {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_up.png);
}

.iconArrowDown {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_down.png);
}

/*=====================================================
  new
=====================================================*/
.iconNew {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 8px 2px 8px;
  display: inline-block;
  font-size: 8px;
  font-size: 0.5rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  background: #e04f08;
  border-radius: 30px;
  vertical-align: middle;
}

/*=====================================================
  file
=====================================================*/
.iconPdf::before, .iconWord::before, .iconExcel::before, .iconPpt::before {
  width: 16px;
  height: 16px;
  padding-right: 7px;
  display: inline-block;
  content: '';
  background-image: url(/library/hp2020/images/icon_file_pdf.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.iconWord::before {
  background-image: url(/library/hp2020/images/icon_file_word.png);
}

.iconExcel::before {
  background-image: url(/library/hp2020/images/icon_file_excel.png);
}

.iconPpt::before {
  background-image: url(/library/hp2020/images/icon_file_ppt.png);
}

.iconWin {
  position: relative;
}

.iconWin::after {
  width: 22px;
  height: 13px;
  padding-right: 6px;
  display: inline-block;
  content: '';
  background: url(/library/hp2020/images/icon_win.png) no-repeat 4px 0;
  vertical-align: middle;
  background-size: 15px 12px;
  backface-visibility: hidden;
}

.iconWin.iconWin--white:after {
  background: url(/library/hp2020/images/icon_win_white.png) no-repeat 4px 0;
  background-size: 15px 12px;
}

.icon--none::before,
.icon--none::after {
  width: 0 !important;
  height: 0 !important;
  margin-bottom: 0;
  padding: 0 !important;
  content: "" !important;
  background: none !important;
}

.icon--noneBefore::before {
  padding: 0 !important;
  content: "" !important;
}

.icon--noneAfter::after {
  padding: 0 !important;
  content: "" !important;
}

/*=====================================================
  linkList
=====================================================*/
.linkList, .linkListAnchor {
  margin: 0;
  padding: 0;
}

.linkList ul, .linkListAnchor ul {
  margin: 0 !important;
  padding: 0 !important;
}

.linkList li, .linkListAnchor li {
  padding: 0 0 0 18px !important;
  list-style: none;
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 14px 14px;
}

.linkList li ul li, .linkListAnchor li ul li {
  padding-left: 16px !important;
  background-image: url(/library/hp2020/images/icon_arrow_s_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 5px 7px;
}

.linkList.linkList--side ul, .linkList--side.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--side li, .linkList--side.linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}

.linkList.linkList--2col ul, .linkList--2col.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--2col li, .linkList--2col.linkListAnchor li {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .linkList.linkList--2col li:nth-child(2n), .linkList--2col.linkListAnchor li:nth-child(2n) {
    padding-right: 0;
  }
}

.linkList.linkList--3col ul, .linkList--3col.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .linkList.linkList--3col li, .linkList--3col.linkListAnchor li {
    width: 32%;
    padding-right: 3%;
    display: inline-block;
    vertical-align: top;
  }
  .linkList.linkList--3col li:nth-child(3n), .linkList--3col.linkListAnchor li:nth-child(3n) {
    padding-right: 0;
  }
}

.linkList.linkList--left li, .linkList--left.linkListAnchor li {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_right.png);
}

.linkList.linkList--up li, .linkList--up.linkListAnchor li {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_up.png);
}

.linkList.linkList--down li, .linkList--down.linkListAnchor li {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_down.png);
}

/*=====================================================
  linkListAnchor
=====================================================*/
.linkListAnchor {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #DADDDF;
}

.linkListAnchor ul {
  overflow: hidden;
}

.linkListAnchor li {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_down.png);
}

@media print, screen and (min-width: 576px) {
  .linkListAnchor li {
    padding-right: 20px !important;
    display: inline-block;
  }
}

.linkListAnchor.linkListAnchor--vertical li {
  display: block;
}

.linkListAnchor.linkListAnchor--right ul li {
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_right.png);
}

/*=====================================================
  ol/ul
=====================================================*/
.pbMainArea ol,
.pbMainArea ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 0 0 20px;
}

.pbMainArea ol li,
.pbMainArea ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
}

.pbMainArea ol {
  padding-left: 30px;
}

.pbMainArea .list--none ul {
  padding-left: 0;
}

.pbMainArea .list--none ul li {
  list-style: none !important;
}

.list--2col ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 576px) {
  .list--2col ul {
    align-items: start;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 576px) {
  .list--2col li {
    width: calc(49% - 20px);
    margin-left: 20px;
  }
  .list--2col li:nth-child(2n) {
    padding-right: 0;
  }
  .list--2col li ul li {
    width: 100%;
  }
}

.list--3col ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 576px) {
  .list--3col ul {
    align-items: start;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 768px) {
  .list--3col li {
    width: calc(32% - 20px);
    margin-left: 20px;
    margin-right: 1%;
  }
  .list--3col li:nth-child(3n) {
    margin-right: 0;
  }
  .list--3col li ul li {
    width: 100%;
  }
}

.list--4col ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 576px) {
  .list--4col ul {
    align-items: start;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 768px) {
  .list--4col li {
    width: calc(24.1% - 20px);
    margin-left: 20px;
    margin-right: 1.2%;
  }
  .list--4col li:nth-child(4n) {
    margin-right: 0;
  }
  .list--4col li ul li {
    width: 100%;
  }
}

/*=====================================================
  dl
=====================================================*/
dl dt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1200px) {
  dl dt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

dl dd {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1200px) {
  dl dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
.pbMainArea .listArrow ul, .pbMainArea .listArrow ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}

.pbMainArea .listArrow li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}

.pbMainArea .listArrow li a {
  padding: 2px 15px 2px 15px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  background: url(/library/images/icon_arrow_s_green_right.png) no-repeat 0 8px;
  background-size: 6px 7px;
}

@media print, screen and (min-width: 1200px) {
  .pbMainArea .listArrow li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pbMainArea .listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*=====================================================
  youtube
=====================================================*/
.youtube > .pbBlock > div {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube > .pbBlock > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==================================================
  menuList
==================================================*/
.menuList .menuList__primary span, .menuList .menuList__secondary span {
  padding: 5px 0 5px 20px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  background-image: url(/library/hp2020/images/icon_arrow_m_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 14px 14px;
}

.menuList .menuList__secondary {
  margin-left: 24px;
}

.menuList .menuList__secondary span {
  padding: 5px 0 5px 10px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  background-image: url(/library/hp2020/images/icon_arrow_s_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 14px;
  background-size: 5px 7px;
}

/*==================================================
  nestCol2
==================================================*/
.nestCol2 > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nestCol2 .nestColBox {
  width: 100% !important;
}

@media print, screen and (min-width: 576px) {
  .nestCol2 .nestColBox {
    width: 48% !important;
    margin-bottom: 1%;
  }
  .nestCol2 .nestColBox:nth-child(2n) {
    margin: 0 0 0 auto;
  }
}

/*==================================================
  nestCol3
==================================================*/
.nestCol3 > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
}

.nestCol3 .nestColBox {
  width: 100% !important;
}

@media print, screen and (min-width: 576px) {
  .nestCol3 .nestColBox {
    width: 30% !important;
    margin-right: 5%;
    margin-bottom: 2%;
  }
  .nestCol3 .nestColBox:nth-child(3n) {
    margin-right: 0;
  }
}

/*==================================================
  nestCol4
==================================================*/
.nestCol4 > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
}

.nestCol4 .nestColBox {
  width: 100% !important;
}

@media print, screen and (min-width: 576px) {
  .nestCol4 .nestColBox {
    width: 23.8% !important;
    margin-right: 1.6%;
    margin-bottom: 2%;
  }
  .nestCol4 .nestColBox:nth-child(4n) {
    margin-right: 0;
  }
}

/*=====================================================
  news
=====================================================*/
.news {
  margin-bottom: 30px;
}

.news table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #999;
}

.news td {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 1200px) {
  .news td {
    width: calc(100% - 180px);
  }
}

.news .date {
  width: 100% !important;
  padding: 15px 0 10px 0;
}

@media print, screen and (min-width: 1200px) {
  .news .date {
    width: 180px !important;
    padding: 15px 0;
  }
}

.news .icon {
  width: 100% !important;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 1200px) {
  .news .icon {
    width: 120px !important;
    padding: 15px 0;
  }
}

.news .link {
  width: 100% !important;
  line-height: 1.4;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 1200px) {
  .news .link {
    width: calc(100% - 120px) !important;
    padding: 15px 0;
  }
}

/*==================================================
  photoCol
==================================================*/
.photoCol, .photoCol02 {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.photoCol .pbNestedHorizontalWrapper, .photoCol02 .pbNestedHorizontalWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.photoCol .photoCol__pht, .photoCol02 .photoCol__pht {
  width: 100% !important;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 576px) {
  .photoCol .photoCol__pht, .photoCol02 .photoCol__pht {
    width: 30% !important;
    margin: 0;
  }
}

.photoCol .photoCol__text, .photoCol02 .photoCol__text {
  width: 100% !important;
}

@media print, screen and (min-width: 576px) {
  .photoCol .photoCol__text, .photoCol02 .photoCol__text {
    width: 68% !important;
    margin: 0 0 0 auto;
  }
}

.photoCol02 .photoCol__pht {
  margin: 0 0 0 auto;
}

.photoCol02 .photoCol__text {
  margin: 0 auto 0 0;
}

/*==================================================
  pickupList
==================================================*/
.pickupList {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}

.pickupList > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .pickupList > .pbNestedHorizontalWrapper {
    justify-content: start;
  }
}

@media print, screen and (min-width: 1200px) {
  .pickupList > .pbNestedHorizontalWrapper {
    width: 100%;
    max-width: 795px;
    margin-right: auto;
    margin-left: auto;
  }
}

.pickupList .pickupList__box {
  width: 48% !important;
  margin-bottom: 4%;
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .pickupList .pickupList__box {
    width: 32% !important;
    margin-right: 2%;
  }
  .pickupList .pickupList__box:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .pickupList .pickupList__box {
    width: 23.8% !important;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
  .pickupList .pickupList__box:nth-child(3n) {
    margin-right: 1.6%;
  }
  .pickupList .pickupList__box:nth-child(4n) {
    margin-right: 0;
  }
}

.pickupList .pickupList__box .pickupList__pht {
  overflow: hidden;
}

.pickupList .pickupList__box .pickupList__pht p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.pickupList .pickupList__box .pickupList__pht img {
  transition: all .2s;
}

.pickupList .pickupList__box .pickupList__pht img:hover {
  transform: scale(1.1);
}

.pickupList .pickupList__box .pickupList__title p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.pickupList .pickupList__box .pickupList__title a {
  width: 100%;
  padding: 10px 10px 10px 30px;
  display: block;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  background: #043eb5;
  background: linear-gradient(to bottom, #043eb5 0%, #0ca9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

.pickupList .pickupList__box .pickupList__title a:before {
  width: 5px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 17px;
  background-image: url(/library/hp2020/images/icon_arrow_s_white_right.png);
  background-size: 5px 7px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1200px) {
  .pickupList .pickupList__box .pickupList__title a:before {
    transition: all .2s;
  }
}

@media print, screen and (min-width: 1200px) {
  .pickupList .pickupList__box .pickupList__title a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .pickupList .pickupList__box .pickupList__title a:hover:before {
    left: 20px;
  }
}

/*==================================================
  pickupList
==================================================*/
.pickupList .pickupList__box .pickupList__title a {
  background: #043eb5;
  background: linear-gradient(to right, #043eb5 0%, #0ca9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

/*=====================================================
  table
=====================================================*/
table th, table td {
  font-size: 16px;
  font-size: 1rem;
}

/*---------------------------------------------------
  table
---------------------------------------------------*/
.table table, .tableBlock table {
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #DADDDF;
}

.table th, .tableBlock th {
  padding: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #f2f6f7;
  border: 1px solid #DADDDF;
  word-break: break-all;
  text-align: left;
}

.table thead th, .tableBlock thead th {
  background-color: #f4f8fd;
}

.table td, .tableBlock td {
  padding: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #DADDDF;
  vertical-align: middle;
  word-break: break-all;
}

.table.table--small th, .table--small.tableBlock th, .table.table--small td, .table--small.tableBlock td {
  padding: 8px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.table .js-on, .tableBlock .js-on {
  background-color: #ffffcc !important;
}

@media print, screen and (min-width: 1200px) {
  .table .js-on, .tableBlock .js-on {
    background-color: transparent !important;
  }
}

.tableBlock table {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock table {
    display: table;
  }
}

.tableBlock tbody {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tbody {
    display: table-row-group;
  }
}

.tableBlock tr {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tr {
    display: table-row;
  }
}

.tableBlock th, .tableBlock td {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th, .tableBlock td {
    display: table-cell;
    border-width: 1px;
  }
}

.tableBlock th {
  text-align: left;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  margin-top: 10px;
}

.tableBlock th:empty {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: top;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}

.tableBlock td {
  padding: 7px 0;
  border-width: 0;
  border-bottom: 1px dotted #DADDDF;
}

@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 12px;
    border: 1px solid #DADDDF;
    border-bottom-style: solid;
  }
}

/*=====================================================
  tableBorderNone
=====================================================*/
.tableBorderNone table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tableBorderNone th {
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.tableBorderNone thead th {
  text-align: center;
}

.tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 1200px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}

.scroll table {
  max-width: 1000px;
  width: 1000px;
  margin: 1rem 0 !important;
}

@media print, screen and (min-width: 768px) {
  .scroll table {
    width: 100%;
    max-width: 1050px;
  }
}

.scroll table th,
.scroll table td {
  vertical-align: middle;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.scroll:before {
  content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
  /* 文字化け対策のためUnicode変換 */
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border-radius: 8px;
  padding: 0.05em 0.5em;
}

@media print, screen and (min-width: 768px) {
  .scroll:before {
    display: none;
  }
}

/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  margin: 10px 15px 25px 15px;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #969E9E;
}

@media print, screen and (min-width: 1200px) {
  .topicPath {
    width: 100%;
    max-width: 795px;
    margin: 20px auto;
    padding: 0 40px;
    position: relative;
    left: 90px;
    z-index: 10;
  }
}

@media print, screen and (min-width: 1200px) {
  .topicPath {
    padding: 0;
  }
}

.topicPath a {
  margin-right: 10px;
  display: inline-block;
  color: #969E9E;
  text-decoration: none;
}

.topicPath a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 1200px) {
  .topicPath {
    max-width: 1050px;
  }
}

.topicPath {
  left: 0;
}

/*=====================================================
  title
=====================================================*/
.pbMainArea h1,
.pbMainArea .h1 {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 14px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  position: relative;
  border-bottom: 3px solid #0858aa;
}

@media print, screen and (min-width: 768px) {
  .pbMainArea h1,
  .pbMainArea .h1 {
    padding-bottom: 20px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
.pbMainArea h2,
.pbMainArea .h2 {
  margin: 20px 0;
  padding: 12px 18px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  position: relative;
  background-color: #F3F4F5;
}

@media print, screen and (min-width: 1200px) {
  .pbMainArea h2,
  .pbMainArea .h2 {
    padding: 15px 15px 15px 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.pbMainArea h2 a,
.pbMainArea .h2 a {
  text-decoration: underline;
}

.pbMainArea h2 a:hover,
.pbMainArea .h2 a:hover {
  text-decoration: none;
}

.pbMainArea h2:before,
.pbMainArea .h2:before {
  width: 6px;
  height: 22px;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 0;
  background-color: #0858aa;
}

@media print, screen and (min-width: 1200px) {
  .pbMainArea h2:before,
  .pbMainArea .h2:before {
    top: 20px;
  }
}

.pbMainArea h2 .icon--win::after,
.pbMainArea .h2 .icon--win::after {
  background: url(/library/images/icon_win_white.png) no-repeat 4px 0;
  background-size: "/library/hp2020/images/icon_win.png";
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
.pbMainArea h3,
.pbMainArea .h3 {
  margin: 20px 0;
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  border-bottom: 3px solid #edebeb;
}

@media print, screen and (min-width: 1200px) {
  .pbMainArea h3,
  .pbMainArea .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pbMainArea h3::after,
.pbMainArea .h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #0858aa;
}

@media print, screen and (min-width: 1200px) {
  .pbMainArea h3::after,
  .pbMainArea .h3::after {
    width: 160px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
.pbMainArea h4,
.pbMainArea .h4 {
  margin: 20px 0;
  padding-left: 20px;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  position: relative;
  border-bottom: 1px solid #DADDDF;
}

.pbMainArea h4::before,
.pbMainArea .h4::before {
  width: 11px;
  height: 11px;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
  background-color: #0858aa;
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
.pbMainArea h5,
.pbMainArea .h5 {
  margin: 20px 0;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  border-bottom: 1px dotted #ccc;
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
.pbMainArea h6,
.pbMainArea .h6 {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
.pbMainArea p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}

.pbMainArea p:first-child {
  margin-top: 0;
}

.pbMainArea h1,
.pbMainArea .h1 {
  background: transparent;
}

/*=====================================================
  nowrap
=====================================================*/
.nowrap {
  white-space: nowrap;
}

/*=====================================================
  note
=====================================================*/
.note1 {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note1_5 {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.note2 {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

.note2-5 {
  display: inline-block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.note3 {
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
}

.note3-5 {
  display: inline-block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}

.note4 {
  display: inline-block;
  padding-left: 4rem;
  text-indent: -4rem;
}

.note4-5 {
  display: inline-block;
  padding-left: 4.5rem;
  text-indent: -4.5rem;
}
/*# sourceMappingURL=style.css.map */