@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
html, body {
  height: 100%;
}

html {
  font-size: 14px;
}

body {
  padding-top: 55px;
  font-family: Arial,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: 1000px) {
  body {
    padding-top: 0;
  }
}

a:link {
  color: #4285f4;
}

a:visited {
  color: #7b1fa2;
}

a:hover,
a:active {
  color: #dd0000;
  text-decoration: none;
}

/*=====================================================
  pb
=====================================================*/
.pbPage {
  width: 100%;
}

.pbHeaderArea {
  width: 100%;
  margin: 0 auto;
}

.pbAreaWrapper1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media print, screen and (min-width: 1000px) {
  .pbAreaWrapper1 {
    width: 1020px;
    padding: 0;
    display: block;
  }
}

:root .pbAreaWrapper2 {
  margin: 0;
}

.pbAreaWrapper2 {
  float: none;
}

.pbMainArea {
  width: 100%;
  margin-left: 0;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .pbMainArea {
    width: 756px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea {
    width: 1020px;
    min-height: 500px;
    margin-left: 0;
  }
}

.pbFooterArea {
  width: 100%;
}

/*=====================================================
  pbHeaderArea
=====================================================*/
.pbHeaderArea {
  position: relative;
  overflow: visible;
}

/*=====================================================
  skipNav
=====================================================*/
.skipNav {
  display: none;
}

/*=====================================================
  header
=====================================================*/
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid #dfdfdf;
}
@media print {
  .header {
    position: relative;
  }
}
@media print, screen and (min-width: 1000px) {
  .header {
    height: auto;
    position: relative;
    border-bottom-width: 0;
  }
}
.header .header__inner {
  padding: 10px;
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .header .header__inner {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
  }
}
.header .header__logo {
  width: 266px;
  margin-right: auto;
}
@media print, screen and (min-width: 1000px) {
  .header .header__logo {
    width: 432px;
  }
}
.header .header__spUtilArea {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .header .header__spUtilArea {
    display: none;
  }
}
.header .header__pcUtilArea {
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .header .header__pcUtilArea {
    display: block;
  }
}
.header .header__pcUtilArea .header__link {
  margin: 0 0 13px 0;
  padding: 0;
}
.header .header__pcUtilArea .header__link li {
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1;
  list-style: none;
  display: inline-block;
}
.header .header__pcUtilArea .header__link li:first-child {
  margin-left: 0;
}
.header .header__pcUtilArea .header__link li a {
  padding-left: 15px;
  display: inline-block;
  color: #333;
  font-size: 13px;
  font-size: 0.92857rem;
  text-decoration: none;
  background: url(/library/2018/images/icon_arrow_circle_red-white_right.png) no-repeat 0 center;
  background-size: 11px 11px;
}
.header .header__pcUtilArea .header__link li a:hover {
  text-decoration: underline;
}
.header .header__pcUtilArea .header__btn {
  margin: 0;
  padding: 0;
  display: flex;
}
.header .header__pcUtilArea .header__btn li {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.header .header__pcUtilArea .header__btn li:first-child {
  margin-left: 0;
}
.header .header__pcUtilArea .header__btn li a {
  width: 100%;
  padding: 8px;
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__pcUtilArea .header__btn li a:hover {
  color: #fff;
  background-color: #dd0000;
  border-color: #dd0000;
}
.header .header__pcUtilArea .header__btn li .icon {
  display: inline-block;
  position: relative;
}
.header .header__pcUtilArea .header__btn li .icon::before {
  padding: 2px 0;
  display: inline-block;
  content: '';
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}
.header .header__pcUtilArea .header__btn li.header__btnDownload {
  width: 174px;
}
.header .header__pcUtilArea .header__btn li.header__btnDownload .icon::before {
  width: 14px;
  height: 18px;
  padding-left: 5px;
  top: -1px;
  background: url(/library/2018/images/icon_doc.png) no-repeat 0 center;
  background-size: 14px 18px;
}
.header .header__pcUtilArea .header__btn li.header__btnDownload a:hover .icon::before {
  background-image: url(/library/2018/images/icon_doc_white.png);
}
.header .header__pcUtilArea .header__btn li.header__btnSchedule {
  width: 176px;
}
.header .header__pcUtilArea .header__btn li.header__btnSchedule .icon::before {
  width: 14px;
  height: 18px;
  padding-left: 10px;
  top: -2px;
  background: url(/library/2018/images/icon_calender.png) no-repeat 0 center;
  background-size: 18px 19px;
}
.header .header__pcUtilArea .header__btn li.header__btnSchedule a:hover .icon::before {
  background-image: url(/library/2018/images/icon_calender_white.png);
}
.header .header__pcUtilArea .header__btn li.header__btnStadium {
  width: 150px;
}
.header .header__pcUtilArea .header__btn li.header__btnStadium .icon::before {
  width: 14px;
  height: 18px;
  padding-left: 8px;
  top: -1px;
  background: url(/library/2018/images/icon_point.png) no-repeat 0 center;
  background-size: 14px 21px;
}
.header .header__pcUtilArea .header__btn li.header__btnStadium a:hover .icon::before {
  background-image: url(/library/2018/images/icon_point_white.png);
}
.header .header__spMenu {
  width: 28px;
  height: 25px;
  margin-top: 8px;
  margin-left: auto;
  position: relative;
  -moz-transition: all 0.2;
  -o-transition: all 0.2;
  -webkit-transition: all 0.2;
  transition: all 0.2;
  cursor: pointer;
}
@media print, screen and (min-width: 1000px) {
  .header .header__spMenu {
    display: none;
  }
}
.header .header__spMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dd0000;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__spMenu span:nth-of-type(1) {
  top: 0;
}
.header .header__spMenu span:nth-of-type(2) {
  top: 11px;
}
.header .header__spMenu span:nth-of-type(3) {
  bottom: 0;
}
.header .header__spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.header .header__spMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.header .header__spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*=====================================================
  gNav
=====================================================*/
.gNav {
  width: 100%;
  height: calc(100vh - 57px);
  margin: 0;
  padding: 0 0 60px 0;
  display: none;
  overflow-y: scroll;
  position: fixed;
  background-color: #dd0000;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 60px;
}
@media print, screen and (min-width: 1000px) {
  .gNav {
    height: auto;
    padding: 16px 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #dd0000;
    top: 0;
  }
}

/*---------------------------------------------------
  gNav__list
---------------------------------------------------*/
:root .gNav__list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list {
    width: 1020px;
    display: flex;
  }
}
:root .gNav__list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #ee8080;
}
:root .gNav__list li:first-child {
  border-top-width: 0;
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li {
    width: auto;
    padding: 0;
    border-top-width: 0;
  }
}
:root .gNav__list li a {
  width: 100%;
  padding: 15px 10px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background-image: url(/library/2018/images/icon_arrow_circle_white-red_right.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 11px;
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li a {
    padding-top: 9px;
    padding-bottom: 6px;
    display: block;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: bold;
    text-align: center;
    background: none;
    border-right: 1px solid #ee8080;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  :root .gNav__list li a:hover {
    color: #ffff00;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__home a {
    width: 56px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/library/2018/images/icon_home.png) no-repeat center center;
    background-size: 20px 18px;
    border-left: 1px solid #ee8080;
  }
  :root .gNav__list li.gNav__home a:hover {
    background: url(/library/2018/images/icon_home_yellow.png) no-repeat center center;
    background-size: 20px 18px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__topics a {
    width: 118px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__society a {
    width: 90px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__club a {
    width: 90px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__university a {
    width: 74px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__technicalcollege a {
    width: 74px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__highschool a {
    width: 74px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__junior a {
    width: 148px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__minitag a {
    width: 118px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__woman a {
    width: 74px;
  }
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__list li.gNav__sevens a {
    width: 104px;
  }
}

/*=====================================================
  gNav__leagueSp
=====================================================*/
:root .gNav__leagueSp {
  margin: 0;
  padding: 0;
  background: #333;
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__leagueSp {
    display: none;
  }
}
:root .gNav__leagueSp li {
  width: 100%;
  border-bottom: 1px solid #555;
}
:root .gNav__leagueSp li a {
  width: 100%;
  padding: 15px 10px;
  display: block;
  color: #FFF;
  line-height: 1;
  text-decoration: none;
  background-color: #181717;
  background-image: url(/library/2018/images/icon_arrrow_circle_white-black_right.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 11px;
}

/*=====================================================
  gNav__listSp
=====================================================*/
:root .gNav__listSp {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1000px) {
  :root .gNav__listSp {
    display: none;
  }
}
:root .gNav__listSp li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #dfdfdf;
}
:root .gNav__listSp li:first-child {
  border-top-width: 0;
}
:root .gNav__listSp li a {
  width: 100%;
  padding: 15px 10px;
  display: block;
  box-sizing: border-box;
  color: #333;
  line-height: 1;
  text-decoration: none;
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_right.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 11px;
}
:root .gNav__listSp li.gNav__spDownload a {
  background-image: url(/library/2018/images/icon_doc.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px 18px;
}
:root .gNav__listSp li.gNav__spSchedule a {
  background-image: url(/library/2018/images/icon_calender.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 18px 19px;
}
:root .gNav__listSp li.gNav__spStadium a {
  background-image: url(/library/2018/images/icon_point.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px 21px;
}

/*=====================================================
  subNavTitle
=====================================================*/
.subNavTitle {
  padding: 20px 15px;
  background-color: #181717;
}
.subNavTitle a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.28571rem;
  color: #fff !important;
  line-height: 1.8;
  font-weight: normal;
  position: relative;
}
.subNavTitle a:after {
  width: 11px;
  height: 17px;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  background: transparent url(/library/2018/images/icon_arrow_link_red_right.png) no-repeat 0 0;
  background-size: 11px 17px;
}
.subNavTitle a:hover {
  text-decoration: underline;
}

/*=====================================================
  subNav
=====================================================*/
.subNav {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background-color: #fff;
}
.subNav .subNav__primary {
  padding: 10px 15px 10px 34px;
  background: #fff url(/library/2018/images/icon_arrow_circle_blac-white_right.png) no-repeat 15px 15px;
  background-size: 11px 11px;
  border-top: 1px dotted #dfdfdf;
}
.subNav .subNav__primary:first-child {
  border-top: none;
}
.subNav .subNav__primary a {
  display: inline;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
}
.subNav .subNav__primary a:hover {
  text-decoration: underline;
}
.subNav .subNav__secondary {
  margin: 0;
  padding: 10px 15px 10px 38px;
  background-color: #fff;
  border-top: 1px dotted #dfdfdf;
  background: #e9eff1 url(/library/2018/images/icon_arrow_circle_blac-white_right_s.png) no-repeat 30px 18px;
  background-size: 4px 5px;
}
.subNav .subNav__secondary a {
  color: #333;
  text-decoration: none;
}
.subNav .subNav__secondary a:hover {
  text-decoration: underline;
}

.subNav__primary + .subNav__secondary {
  border-top-width: 0;
}

/*=====================================================
  footer
=====================================================*/
.footer {
  width: 100%;
  background-color: #fff;
}
.footer .footer__nav {
  background-color: #dd0000;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__nav {
    padding: 15px 10px;
  }
}
.footer .footer__nav ul {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__nav ul {
    text-align: center;
  }
}
.footer .footer__nav ul li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__nav ul li {
    padding: 0;
    display: inline-block;
  }
  .footer .footer__nav ul li:first-child:before {
    padding-right: 5px;
    content: "｜";
    display: inline-block;
    color: #fff;
  }
  .footer .footer__nav ul li::after {
    padding-left: 3px;
    content: "｜";
    display: inline-block;
    color: #fff;
  }
}
.footer .footer__nav ul li a {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
.footer .footer__nav ul li a:hover {
  text-decoration: underline;
}
.footer .footer__bottom {
  padding: 20px 10px;
  background: #181717;
}
.footer .footer__bottom .footer__caution {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #fff;
  text-align: center;
}
.footer .footer__bottom .footer__copyright {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #fff;
  text-align: center;
}

.btnPageTop {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  z-index: 900;
}
@media print, screen and (min-width: 1000px) {
  .btnPageTop {
    width: 60px;
    height: 60px;
  }
}

/*=====================================================
  contactBox
=====================================================*/
.contactBox {
  overflow: hidden;
  *zoom: 1;
}
.contactBox p {
  margin: 0;
}
.contactBox .contactBox__left {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 576px) {
  .contactBox .contactBox__left {
    width: 53%;
    margin-bottom: 0;
    float: left;
  }
}
@media print, screen and (min-width: 576px) {
  .contactBox .contactBox__right {
    width: 45%;
    float: right;
  }
}
.contactBox .contactBox__tel {
  margin: 10px 0 0 0;
}
.contactBox .contactBox__tel a {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #42b31a;
}
@media print, screen and (min-width: 576px) {
  .contactBox .contactBox__tel a {
    font-size: 28px;
  }
}

/*=====================================================
  mainImage
=====================================================*/
.mainImage {
  margin-bottom: 15px;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .mainImage {
    margin-bottom: 30px;
  }
}
.mainImage p {
  width: 100%;
  margin: 0;
  padding: 12px 15px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1.14286rem;
  background-color: #dd0000;
}
@media print, screen and (min-width: 768px) {
  .mainImage p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 24px;
    font-size: 1.71429rem;
    background-color: rgba(6, 51, 218, 0.9);
  }
}

/*=====================================================
  bnrList
=====================================================*/
.pbMainArea .bnrList {
  margin-top: 40px;
  padding: 30px 0;
  background-color: #e9eff1;
}
.pbMainArea .bnrList ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.pbMainArea .bnrList ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .pbMainArea .bnrList ul li {
    width: 46%;
    margin: 0 2% 2% 2%;
    float: left;
  }
}
@media print, screen and (min-width: 768px) {
  .pbMainArea .bnrList ul li {
    width: 228px;
    margin: 0 22px 22px 0;
  }
  .pbMainArea .bnrList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea .bnrList ul li {
    width: 320px;
    margin: 0 30px 20px 0;
  }
}

/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrRed, .bdrLinkList {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #cdd6d9;
}

/*---------------------------------------------------
  bdrRed
---------------------------------------------------*/
.bdrRed {
  border-width: 5px;
  border-color: #dd0000;
}

/*=====================================================
  bdrDot
=====================================================*/
.bdrDot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 15px;
  border: 2px dotted #dfdfdf;
}

/*=====================================================

=====================================================*/
.bdrLinkList {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=====================================================
  depContact
=====================================================*/
.depContact .depContact__title {
  padding: 0;
  background: none;
  border: none;
}

/*=====================================================
  btn
=====================================================*/
.btn {
  padding: 12px 20px 12px 40px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  color: #fff !important;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  background: #dd0000 url("/library/2018/images/icon_arrow_circle_white-red_right.png") no-repeat 20px center;
  background-size: 11px 11px;
}
.btn:hover {
  color: #fff !important;
  background-color: #ff0000;
  text-decoration: none;
}
.btn.btn--up {
  background-image: url("/library/2018/images/icon_arrow_circle_white-red_up.png");
}
.btn.btn--left {
  background-image: url("/library/2018/images/icon_arrow_circle_white-red_left.png");
}
.btn.btn--down {
  background-image: url("/library/2018/images/icon_arrow_circle_white-red_down.png");
}
.btn.btn--large {
  padding: 20px 20px 20px 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.28571rem;
}
.btn .icon--win::after {
  padding-right: 10px;
  background: url("/library/2018/images/icon_win_white.png") no-repeat 6px 0;
  background-size: 14px 11px;
}

/*=====================================================
  btnEntry
  採用情報 応募するボタン
=====================================================*/
.btnEntry, .btnRequest, .btnEstimate {
  width: 100%;
  margin: 30px auto;
  padding: 20px 20px 20px 40px;
  display: block;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  background: #f9a006;
  border-color: #f9a006;
  text-decoration: none !important;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .btnEntry, .btnRequest, .btnEstimate {
    width: 300px;
  }
}
.btnEntry:hover, .btnRequest:hover, .btnEstimate:hover {
  background-color: #f2c309;
  border-color: #f2c309;
}
.btnEntry .icon, .btnRequest .icon, .btnEstimate .icon {
  display: inline-block;
  position: relative;
}
.btnEntry .icon:before, .btnRequest .icon:before, .btnEstimate .icon:before {
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
  text-align: center;
  display: inline-block;
  background: url("/library/2018/images/icon_arrow_blue-white_right.png") no-repeat 0 0;
  background-size: 13px 13px;
}
.btnEntry .icon:before, .btnRequest .icon:before, .btnEstimate .icon:before {
  background-image: url("/library/2018/images/icon_arrow_circle_white-orange_right.png");
}

/*=====================================================
  btnRequest
  お問い合わせ・資料請求ボタン
=====================================================*/
.btnRequest {
  margin: 0 auto;
  background: #42b31a;
}
.btnRequest:hover {
  background-color: #4ed91d;
  border-color: #4ed91d;
}
.btnRequest .icon:before {
  background: url("/library/2018/images/icon_arrow_green-white_right.png") no-repeat 0 0;
  background-size: 13px 13px;
}
.btnRequest .icon:before {
  background-image: url("/library/2018/images/icon_arrow_circle_white-green_right.png");
}

/*=====================================================
  btnRequest
  お問い合わせ・資料請求ボタン
=====================================================*/
.btnEstimate {
  margin: 0 auto;
}

/*=====================================================
  color
=====================================================*/
.red {
  color: #e04f08;
}

.blue {
  color: #dd0000;
}

.green {
  color: #42b31a;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #ff9900;
}

/*=====================================================
  categoryBlock
=====================================================*/
.categoryBlock table {
  border-top: 1px dotted #dfdfdf;
}
.categoryBlock table td {
  width: 100%;
  display: inline-block;
  line-height: 1.4;
}
.categoryBlock table .categoryBlock__date {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  .categoryBlock table .categoryBlock__date {
    padding: 15px 0 10px 0;
  }
}
.categoryBlock table .categoryBlock__title {
  display: inline;
}
.categoryBlock table .categoryBlock__title img {
  width: auto;
}
.categoryBlock table .categoryBlock__title .categoryBlock__titleBox {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dfdfdf;
}
@media print, screen and (min-width: 1000px) {
  .categoryBlock table .categoryBlock__title .categoryBlock__titleBox {
    padding-bottom: 15px;
  }
}

.fs--l {
  font-size: 18px;
  font-size: 1.28571rem;
}
@media print, screen and (min-width: 1000px) {
  .fs--l {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

.fs--ml {
  font-size: 16px;
  font-size: 1.14286rem;
}

.fs--m {
  font-size: 14px;
  font-size: 1rem;
}

.fs--s {
  font-size: 12px;
  font-size: 0.85714rem;
}
@media print, screen and (min-width: 1000px) {
  .fs--s {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}

/*=====================================================
  tblBlock--form
=====================================================*/
.form td {
  padding: 8px !important;
  text-align: left;
  vertical-align: middle !important;
}
.form .pbCorner.pbCornerQuery td.pbLabel {
  width: 100% !important;
  background: #e9eff1;
}
@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 #dfdfdf;
  }
}
.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;
  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__address input[type=text] {
  padding: 8px !important;
  border: 1px solid #dfdfdf !important;
  font-size: 16px;
  font-size: 1.14286rem;
}
@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__address input[type=text] {
    font-size: 14px;
    font-size: 1rem;
  }
}

.f__comment textarea {
  padding: 8px !important;
  border: 1px solid #dfdfdf !important;
  font-size: 16px;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  .f__comment textarea {
    font-size: 14px;
    font-size: 1rem;
  }
}

.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__comment textarea {
  width: 100%;
  height: 100px;
}

/*=====================================================
  f_btn
=====================================================*/
.f_btn {
  border: none !important;
  border-top: 1px solid #dfdfdf;
}
.f_btn input[type=submit],
.f_btn input[type=button].pbQueryOk,
.f_btn input[type=button].pbQueryCancel {
  width: 100%;
  margin: 30px auto;
  padding: 20px 20px 20px 40px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  background: #f9a006;
  border-color: #f9a006;
  text-decoration: none !important;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.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/2018/images/hr_bg.png) repeat-x 0 0;
}

/*=====================================================
  icon
=====================================================*/
.icon--arrow, .icon--arrowLeft, .icon--arrowUp, .icon--arrowDown {
  padding-left: 20px;
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_right.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 11px 11px;
}

.icon--arrowLeft {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_left.png);
  background-image-size: 11px 11px;
}

.icon--arrowUp {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_up.png);
  background-image-size: 11px 11px;
}

.icon--arrowDown {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_down.png);
  background-size: 11px 11px;
}

/*=====================================================
  file
=====================================================*/
.icon--pdf::before, .icon--word::before, .icon--excel::before, .icon--ppt::before, .icon--large::before {
  width: 16px;
  height: 16px;
  padding-right: 7px;
  display: inline-block;
  content: '';
  background-image: url("/library/2018/images/icon_file_pdf.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.icon--word::before {
  background-image: url("/library/2018/images/icon_file_word.png");
}

.icon--excel::before {
  background-image: url("/library/2018/images/icon_file_excel.png");
}

.icon--ppt::before {
  background-image: url("/library/2018/images/icon_file_ppt.png");
}

.icon--large::before {
  width: 13px;
  height: 15px;
  background-image: url("/library/2018/images/icon_large.png");
  background-size: 13px 15px;
}

.icon--win {
  position: relative;
}

.icon--win::after {
  width: 14px;
  height: 12px;
  padding-right: 14px;
  display: inline-block;
  content: '';
  background: url("/library/2018/images/icon_win.png") no-repeat 6px 0;
  vertical-align: middle;
  background-size: 14px 11px;
}

.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;
}

/*=====================================================
  indexBlock
=====================================================*/
.indexBlock a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: #181717;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.indexBlock .pht {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.indexBlock a .pht,
.indexBlock a img {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.indexBlock a .pht:hover,
.indexBlock a img:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.indexBlock .title {
  margin: 10px 0 0 0;
  padding: 0 0 8px 20px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #cdd6d9;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1000px) {
  .indexBlock .title {
    padding-bottom: 3px;
  }
}
.indexBlock .title:before {
  width: 13px;
  height: 13px;
  content: '';
  display: block;
  background: url(/library/2018/images/icon_arrow_blue-white_right.png) no-repeat 0 0;
  background-size: 11px 11px;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  left: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.indexBlock .title a {
  color: #333;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.indexBlock .title a:hover {
  color: #dd0000;
  text-decoration: underline;
}
.indexBlock .text,
.indexBlock p {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 1000px) {
  .indexBlock .text,
  .indexBlock p {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
.indexBlock.indexBlock--border .col__box {
  border: 1px solid #dfdfdf;
}
.indexBlock.indexBlock--border .title {
  padding: 0 10px 10px 10px;
  border: none;
}
.indexBlock.indexBlock--border .title:before {
  background-image: none;
}
.indexBlock.indexBlock--border .text {
  margin-top: 0;
  padding: 0 10px 10px 10px;
}

/*=====================================================
  linkList
=====================================================*/
.pbMainArea .linkList, .pbMainArea .linkListAnchor {
  margin: 1rem 0;
  padding: 0;
}
.pbMainArea .linkList ul, .pbMainArea .linkListAnchor ul {
  margin: 0;
  padding: 0;
}
.pbMainArea .linkList li, .pbMainArea .linkListAnchor li {
  padding: 0 0 0 21px;
  list-style: none;
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_right.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 11px 11px;
}
.pbMainArea .linkList.linkList--side ul, .pbMainArea .linkList--side.linkListAnchor ul {
  overflow: hidden;
  *zoom: 1;
}
@media print, screen and (min-width: 576px) {
  .pbMainArea .linkList.linkList--side li, .pbMainArea .linkList--side.linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}
.pbMainArea .linkList.linkList--2col ul, .pbMainArea .linkList--2col.linkListAnchor ul {
  overflow: hidden;
  *zoom: 1;
}
@media print, screen and (min-width: 576px) {
  .pbMainArea .linkList.linkList--2col li, .pbMainArea .linkList--2col.linkListAnchor li {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .pbMainArea .linkList.linkList--2col li:nth-child(2n), .pbMainArea .linkList--2col.linkListAnchor li:nth-child(2n) {
    padding-right: 0;
  }
}
.pbMainArea .linkList.linkList--left li, .pbMainArea .linkList--left.linkListAnchor li {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_left.png);
}
.pbMainArea .linkList.linkList--up li, .pbMainArea .linkList--up.linkListAnchor li {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_up.png);
}
.pbMainArea .linkList.linkList--down li, .pbMainArea .linkList--down.linkListAnchor li {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_down.png);
}

/*=====================================================
  linkListAnchor
=====================================================*/
.pbMainArea .linkListAnchor {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #cdd6d9;
}
.pbMainArea .linkListAnchor ul {
  overflow: hidden;
  *zoom: 1;
}
.pbMainArea .linkListAnchor li {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_down.png);
}
@media print, screen and (min-width: 576px) {
  .pbMainArea .linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}
.pbMainArea .linkListAnchor.linkListAnchor--right ul li {
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_right.png);
}

/*=====================================================
  ol/ul
=====================================================*/
.pbMainArea ol,
.pbMainArea ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0px 0px 0px 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: 14px;
  font-size: 1rem;
}

.pbMainArea ol {
  padding-left: 30px;
}

.pbMainArea .list--none ul {
  padding-left: 0;
}
.pbMainArea .list--none ul li {
  list-style: none !important;
}

/*=====================================================
  dl
=====================================================*/
dl dt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
}
@media print, screen and (min-width: 1000px) {
  dl dt {
    font-size: 15px;
    font-size: 1.07143rem;
  }
}
dl dd {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1rem;
}
@media print, screen and (min-width: 1000px) {
  dl dd {
    font-size: 15px;
    font-size: 1.07143rem;
  }
}

/*=====================================================
  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: 14px;
  font-size: 1rem;
  line-height: 1.4;
  background: url(/library/2018/images/icon_arrow_s_green_right.png) no-repeat 0 8px;
  background-size: 6px 7px;
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea .listArrow li a {
    font-size: 14px;
    font-size: 1rem;
  }
}
.pbMainArea .listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*=====================================================
  news
=====================================================*/
.news {
  margin-bottom: 30px;
}
.news table {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .news table {
    display: table;
  }
}
.news tbody {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .news tbody {
    display: table-row-group;
  }
}
.news tr {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .news tr {
    display: table-row;
  }
}
.news tr:nth-child(even) {
  background-color: #e9eff1;
}
.news td {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .news td {
    display: table-cell;
  }
}
.news .date {
  width: 100% !important;
  padding: 10px !important;
  border-bottom-width: 0;
}
@media print, screen and (min-width: 768px) {
  .news .date {
    width: 150px !important;
    padding: 15px !important;
  }
  .news .date:first-child {
    padding-top: 0 !important;
  }
}
.news .title {
  width: 100% !important;
  padding: 0 10px 10px 10px !important;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .news .title {
    width: calc(100% - 150px) !important;
    padding: 15px 0 !important;
  }
  .news .title:first-child {
    padding-top: 0 !important;
  }
}
.news .title a {
  color: #333;
}
@media print, screen and (min-width: 1000px) {
  .news .title a {
    text-decoration: none;
  }
}
.news .title a:hover {
  text-decoration: underline;
}
.news .title img {
  width: 28px !important;
  margin-left: 12px !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

/*=====================================================
  pageLink
=====================================================*/
:root .pbMainArea .pageLink {
  margin: 1rem 0;
  padding: 0;
}
:root .pbMainArea .pageLink li {
  margin: 0.2em;
  padding: 0 20px 0 0;
  display: inline-block;
  line-height: 1.4;
}
:root .pbMainArea .pageLink li a {
  padding: 6px 0 6px 24px;
  display: inline-block;
  background: url(/library/2018/images/icon_arrow_green_down.png) no-repeat 0 10px;
  background-size: 16px 16px;
}
@media print, screen and (min-width: 1000px) {
  :root .pbMainArea .pageLink li a {
    background-position: 0 10px;
  }
}

/*=====================================================
  scrollImg
=====================================================*/
.scrollImg {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1000px) {
  .scrollImg {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}
.scrollImg img {
  max-width: initial;
  max-width: auto;
}
@media print, screen and (min-width: 1000px) {
  .scrollImg img {
    max-width: 100%;
  }
}

.scrollImg::-webkit-scrollbar {
  height: 5px;
}

.scrollImg::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scrollImg::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.scrollImg:before {
  margin-bottom: 10px;
  content: "画像は左右にスクロールできます。";
  color: #fff;
  display: inline-block;
  font-size: 12px;
  background-color: #666;
  border-radius: 10px;
  padding: 0.25em 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .scrollImg:before {
    display: none;
  }
}
/*=====================================================
  table
=====================================================*/
table th, table td {
  font-size: 14px;
  font-size: 1rem;
}

/*---------------------------------------------------
  table
---------------------------------------------------*/
.table table, .tableBlock table {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
}
.table th, .tableBlock th {
  padding: 12px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  background-color: #f2f6f7;
  border: 1px solid #dfdfdf;
  word-break: break-all;
}
.table thead th, .tableBlock thead th {
  background-color: #e9eff1;
  text-align: center;
}
.table td, .tableBlock td {
  padding: 12px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  word-break: break-all;
}
.table.table--small th, .table--small.tableBlock th, .table.table--small td, .table--small.tableBlock td {
  padding: 3px;
}
.table .js-on, .tableBlock .js-on {
  background-color: #ffffcc !important;
}
@media print, screen and (min-width: 1000px) {
  .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;
  margin-top: 10px;
}
.tableBlock th:empty {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}
.tableBlock td {
  padding: 7px 0;
  border-width: 0;
}
@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 12px;
    border: 1px solid #dfdfdf;
    border-bottom-style: solid;
  }
}

/*=====================================================
  tableBorderNone
=====================================================*/
.tableBorderNone table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tableBorderNone th {
  padding: 8px 10px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
.tableBorderNone thead th {
  text-align: center;
}
.tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1000px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}
.scroll table {
  max-width: 1020px;
  width: 1020px;
  margin: 1rem 0 !important;
}
@media print, screen and (min-width: 1000px) {
  .scroll table {
    width: 100%;
    max-width: 1020px;
  }
}
.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: 1000px) {
  .scroll:before {
    display: none;
  }
}
/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 10px 0 0 0;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .topicPath {
    width: 756px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .topicPath {
    width: 1020px;
    margin: 20px auto 15px auto;
  }
}

/*=====================================================
  title
=====================================================*/
.pbMainArea h1,
.pbMainArea .h1 {
  margin-bottom: 15px;
  padding: 10px 0;
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: bold;
  line-height: 1.4;
  border-top: 5px solid #dd0000;
  border-bottom: 1px solid #dfdfdf;
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea h1,
  .pbMainArea .h1 {
    padding: 14px 0;
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
.pbMainArea h2,
.pbMainArea .h2 {
  margin: 15px 0;
  padding: 12px 14px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  background-color: #e9eff1;
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea h2,
  .pbMainArea .h2 {
    padding-left: 20px;
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
.pbMainArea h2:before,
.pbMainArea .h2:before {
  width: 6px;
  height: 22px;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 0;
  background-color: #dd0000;
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea h2:before,
  .pbMainArea .h2:before {
    top: 16px;
  }
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
.pbMainArea h3,
.pbMainArea .h3 {
  margin: 15px 0;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #edebeb;
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea h3,
  .pbMainArea .h3 {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
.pbMainArea h3::after,
.pbMainArea .h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #dd0000;
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea h3::after,
  .pbMainArea .h3::after {
    width: 160px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
.pbMainArea h4,
.pbMainArea .h4 {
  margin: 15px 0;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.4;
  font-weight: bold;
  background: url(/library/2018/images/icon_squre_red.png) no-repeat 0 4px;
  background-size: 13px 13px;
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
.pbMainArea h5,
.pbMainArea .h5 {
  margin: 15px 0;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
.pbMainArea h6,
.pbMainArea .h6 {
  margin: 15px 0;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1rem;
}

/*=====================================================
  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;
}

/*# sourceMappingURL=style.css.map */
