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

html {
  font-size: 16px;
}

body {
  font-family: YakuHanJP,Arial,"Noto Sans JP",meiryo,'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1rem;
  color: #19201e;
  text-align: left;
  background-color: #fff;
}

a:link {
  color: #3c3cc7;
}

a:visited {
  color: #7b1fa2;
}

a:hover,
a:active {
  color: #ff00ff;
}

s {
  color: #999;
}

/*=====================================================
  header
=====================================================*/
.header {
  width: 100%;
}
.header .header__inner {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 1100px) {
  .header .header__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.header .header__logo {
  width: 300px;
  padding: 10px 0;
}
@media print, screen and (min-width: 1100px) {
  .header .header__logo {
    width: 600px;
    padding: 15px 0;
  }
}
.header .header__home {
  margin-right: 0;
  margin-left: auto;
}
.header .header__home a {
  padding-left: 10px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #19201e;
  text-decoration: none;
  background-image: url("../images/icon_arrow_s_green_right.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 4px 7px;
}
.header .header__home a:hover {
  text-decoration: underline;
}

/*=====================================================
  main
=====================================================*/
.main {
  width: 100%;
  margin: 0;
  padding: 25px 20px;
}
@media print, screen and (min-width: 1100px) {
  .main {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0;
  }
}

/*=====================================================
  mt
=====================================================*/
.mt {
  width: 100%;
  padding: 25px 20px;
  background-color: #006699;
}
@media print, screen and (min-width: 1100px) {
  .mt {
    padding: 30px 0;
  }
}
.mt h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  border-left-width: 0;
}
@media print, screen and (min-width: 1100px) {
  .mt h1 {
    width: 1000px;
    margin: 0 auto;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/*=====================================================
  footer
=====================================================*/
.footer {
  background-color: #f7f7f7;
}
.footer .copyright {
  margin: 0;
  padding: 0 20px 20px 20px;
  line-height: 1;
  text-align: center;
}
.footer .copyright small {
  font-size: 10px;
  font-size: 0.625rem;
}

/*==================================================
  footer__address
==================================================*/
.footer__address {
  padding: 20px 20px;
}
@media print, screen and (min-width: 1100px) {
  .footer__address {
    padding: 20px 0;
  }
}
.footer__address p {
  text-align: center;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 1100px) {
  .footer__address p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*=====================================================
  pageTop
=====================================================*/
.btnPageTop {
  position: relative;
}
.btnPageTop a {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-color: rgba(0, 102, 153, 0.9);
  background-image: url("../images/icon_arrow_s_white_up.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 4px;
}

/*==================================================
  btnApp
==================================================*/
.btnApp {
  line-height: 1;
  text-align: center;
}
.btnApp a {
  min-width: 280px;
  padding: 18px 30px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #fd7f03;
  box-shadow: 0px 2px 2px 0px #a1550b;
  border-radius: 30px;
}
@media print, screen and (min-width: 1100px) {
  .btnApp a {
    width: 360px;
    font-size: 22px;
    font-size: 1.375rem;
    transition: all .2s;
  }
  .btnApp a:hover {
    transform: scale(1.1);
  }
}
.btnApp a .icon {
  padding-left: 26px;
  display: inline-block;
  background-image: url("../images/icon_arrow_l_white-orange_right.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
@media print, screen and (min-width: 1100px) {
  .btnApp a .icon {
    padding: 2px 0 2px 30px;
    background-size: 20px 20px;
    transition: all .2s;
  }
}

@media print {
  .btnPageTop {
    display: none;
  }
}
/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrRed, .bdrLinkList {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ced6dc;
}

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

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

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

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

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

/*=====================================================
  btn
=====================================================*/
.btn, .btn--win, .btn--pdf, .btn--word, .btn--excel, .btn--ppt {
  padding: 12px 24px 12px 14px;
  display: inline-block;
  color: #19201e;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  background-image: url("../images/icon_arrow_s_green_right.png");
  background-repeat: no-repeat;
  background-position: right 10px top 19px;
  background-size: 4px 7px;
  border: 1px solid #ced6dc;
}
@media print, screen and (min-width: 1100px) {
  .btn, .btn--win, .btn--pdf, .btn--word, .btn--excel, .btn--ppt {
    transition: all .2s;
  }
  .btn:hover, .btn--win:hover, .btn--pdf:hover, .btn--word:hover, .btn--excel:hover, .btn--ppt:hover {
    color: #fff;
    border-color: #006699;
    background-color: #006699;
    background-position: right 5px top 19px;
    background-image: url("../images/icon_arrow_s_white_right.png");
  }
}
.btn a, .btn--win a, .btn--pdf a, .btn--word a, .btn--excel a, .btn--ppt a {
  text-decoration: underline;
}
.btn.btn--up, .btn--up.btn--win, .btn--up.btn--pdf, .btn--up.btn--word, .btn--up.btn--excel, .btn--up.btn--ppt {
  padding: 12px 24px 12px 34px;
  background-image: url("../images/icon_arrow_s_green_up.png");
  background-position: 10px center;
  background-size: 7px 4px;
}
.btn.btn--up:hover, .btn--up.btn--win:hover, .btn--up.btn--pdf:hover, .btn--up.btn--word:hover, .btn--up.btn--excel:hover, .btn--up.btn--ppt:hover {
  background-image: url("../images/icon_arrow_s_white_up.png");
  background-position: left 10px top 12px;
}
.btn.btn--left, .btn--left.btn--win, .btn--left.btn--pdf, .btn--left.btn--word, .btn--left.btn--excel, .btn--left.btn--ppt {
  padding: 12px 24px 12px 34px;
  background-image: url("../images/icon_arrow_s_green_left.png");
  background-position: 10px center;
}
.btn.btn--left:hover, .btn--left.btn--win:hover, .btn--left.btn--pdf:hover, .btn--left.btn--word:hover, .btn--left.btn--excel:hover, .btn--left.btn--ppt:hover {
  background-image: url("../images/icon_arrow_s_white_left.png");
  background-position: left 5px center;
}
.btn.btn--down, .btn--down.btn--win, .btn--down.btn--pdf, .btn--down.btn--word, .btn--down.btn--excel, .btn--down.btn--ppt {
  padding: 12px 24px 12px 34px;
  background-image: url("../images/icon_arrow_s_green_down.png");
  background-position: 10px center;
  background-size: 7px 4px;
}
.btn.btn--down:hover, .btn--down.btn--win:hover, .btn--down.btn--pdf:hover, .btn--down.btn--word:hover, .btn--down.btn--excel:hover, .btn--down.btn--ppt:hover {
  background-image: url("../images/icon_arrow_s_white_down.png");
  background-position: left 10px bottom 12px;
}
.btn.btn--edit, .btn--edit.btn--win, .btn--edit.btn--pdf, .btn--edit.btn--word, .btn--edit.btn--excel, .btn--edit.btn--ppt {
  background-color: #333;
  color: #fff !important;
  background-image: url("../images/icon_arrow_s_white_left.png");
  border-color: #333;
}
.btn.btn--large, .btn--large.btn--win, .btn--large.btn--pdf, .btn--large.btn--word, .btn--large.btn--excel, .btn--large.btn--ppt {
  padding: 14px 44px 14px 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background-position: right 10px top 23px;
}
.btn.btn--large:hover, .btn--large.btn--win:hover, .btn--large.btn--pdf:hover, .btn--large.btn--word:hover, .btn--large.btn--excel:hover, .btn--large.btn--ppt:hover {
  background-position: right 5px top 23px;
}

/*=====================================================
  btn--win
=====================================================*/
.btn--win {
  background-image: url("../images/icon_win.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px 11px;
}
.btn--win:hover {
  background-image: url("../images/icon_win_white.png");
  background-position: right 8px center;
  background-size: 14px 11px;
}

.btn--pdf {
  padding: 12px 14px 12px 34px;
  background-image: url("../images/icon_file_pdf.png");
  background-repeat: no-repeat;
  background-position: left 10px top 15px;
  background-size: 16px 16px;
}
.btn--pdf:hover {
  background-image: url("../images/icon_file_pdf.png");
  background-repeat: no-repeat;
  background-position: left 10px top 15px;
  background-size: 16px 16px;
}

.btn--word {
  padding: 12px 14px 12px 34px;
  background-image: url("../images/icon_file_word.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px 16px;
}
.btn--word:hover {
  background-image: url("../images/icon_file_word.png");
  background-position: left 10px center;
  background-size: 16px 16px;
}

.btn--excel {
  padding: 12px 14px 12px 34px;
  background-image: url("../images/icon_file_excel.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px 16px;
}
.btn--excel:hover {
  background-image: url("../images/icon_file_excel.png");
  background-position: left 10px center;
  background-size: 16px 16px;
}

.btn--ppt {
  padding: 12px 14px 12px 34px;
  background-image: url("../images/icon_file_ppt.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px 16px;
}
.btn--ppt:hover {
  background-image: url("../images/icon_file_ppt.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px 16px;
}

/*==================================================
  btnAppForm
==================================================*/
.btnAppForm {
  padding: 8px 20px 8px 36px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #fd7f03;
  box-shadow: 0px 2px 2px 0px #a1550b;
  border-radius: 30px;
  padding-left: 26px;
  background-image: url("../../images/icon_arrow_l_white-orange_right.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
@media print, screen and (min-width: 1100px) {
  .btnAppForm {
    transition: all .2s;
  }
}

/*=====================================================
  btnList
=====================================================*/
.btnList ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.btnList ul li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .btnList ul li {
    width: 49.5%;
  }
  .btnList ul li:nth-child(2n) {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1100px) {
  .btnList ul li {
    width: 33.33333%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .btnList ul li:nth-child(2n) {
    margin-left: 0;
  }
  .btnList ul li:nth-child(3n) {
    padding-right: 0;
  }
}
.btnList ul li a .btn, .btnList ul li a .btn--win, .btnList ul li a .btn--pdf, .btnList ul li a .btn--word, .btnList ul li a .btn--excel, .btnList ul li a .btn--ppt {
  width: 100%;
}

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

.blue {
  color: #006699;
}

.green {
  color: #006699;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #ff9900;
}

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

.fs--ml {
  font-size: 17px;
  font-size: 1.0625rem;
}

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

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

/*=====================================================
  hr
=====================================================*/
hr {
  width: 100%;
  height: 3px;
  margin: 50px 0;
  padding: 0;
  border: none;
  background-color: #e8eef3;
}

/*=====================================================
  icon
=====================================================*/
.icon--arrow, .icon--arrowLeft, .icon--arrowUp, .icon--arrowDown {
  padding-left: 14px;
  background-image: url("../images/icon_arrow_s_green_right.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 4px 7px;
}

.icon--arrowLeft {
  background-image: url("../images/icon_arrow_s_green_left.png");
  background-size: 4px 7px;
}

.icon--arrowUp {
  background-image: url("../images/icon_arrow_s_green_up.png");
  background-size: 7px 4px;
  background-position: 0 7px;
}

.icon--arrowDown {
  background-image: url("../images/icon_arrow_s_green_down.png");
  background-size: 7px 4px;
  background-position: 0 7px;
}

/*=====================================================
  file
=====================================================*/
.icon--pdf::before, .icon--word::before, .icon--excel::before, .icon--ppt::before, .icon--large::before {
  width: 16px;
  height: 16px;
  padding-right: 24px;
  display: inline-block;
  content: 'PDF';
  text-indent: -9999px;
  background-image: url("../images/icon_file_pdf.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.icon--word::before {
  content: 'ワードファイル';
  text-indent: -9999px;
  background-image: url("../images/icon_file_word.png");
}

.icon--excel::before {
  content: 'エクセルファイル';
  text-indent: -9999px;
  background-image: url("../images/icon_file_excel.png");
}

.icon--ppt::before {
  content: 'パワーポイント';
  text-indent: -9999px;
  background-image: url("../images/icon_file_ppt.png");
}

.icon--large::before {
  width: 13px;
  height: 15px;
  background-image: url("../images/icon_large.png");
  background-size: 13px 15px;
}

.icon--win {
  position: relative;
}

.icon--win::after {
  width: 14px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  content: '（別ウィンドウ）';
  text-indent: -9999px;
  background: url("../images/icon_win.png") no-repeat 0 0;
  background-size: 17px 13px;
  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;
}

/*=====================================================
  icon--new
=====================================================*/
.icon--new {
  margin-left: 10px;
  padding: 4px 10px 3px 10px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: Arial;
  color: #fff;
  line-height: 1;
  background-color: #e04f08;
  position: relative;
  top: -2px;
  border-radius: 10px;
}

/*=====================================================
  icon--free
=====================================================*/
.icon--free {
  margin-left: 10px;
  padding: 4px 10px 3px 10px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: Arial;
  color: #fff;
  line-height: 1;
  background-color: #0d6ee7;
  position: relative;
  top: -2px;
  border-radius: 10px;
}

/*=====================================================
  indexList
=====================================================*/
.indexList a {
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
  color: #19201e;
  text-decoration: none;
}
.indexList a .indexList__title {
  padding: 10px 20px 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  border-bottom: 1px solid #d5d6d7;
  background-image: url("/images/icon_arrow_m_green_right.png");
  background-repeat: no-repeat;
  background-position: right 5px top 16px;
  background-size: 8px 9px;
}
@media print, screen and (min-width: 1100px) {
  .indexList a .indexList__title {
    padding: 15px 20px 15px 0;
    font-size: 15px;
    font-size: 0.9375rem;
    background-position: right 5px top 20px;
  }
}
.indexList a:hover {
  color: #006699;
}
.indexList a:hover .indexList__title {
  background-position: right 0 top 20px;
}

/*=====================================================
  linkList
=====================================================*/
.linkList, .linkListAnchor {
  margin: 1rem 0;
  padding: 0;
}
.linkList ul, .linkListAnchor ul {
  margin: 0;
  padding: 0;
}
.linkList li, .linkListAnchor li {
  padding: 0 0 0 16px;
  list-style: none;
  background-image: url("../images/icon_arrow_s_green_right.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 4px 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: 30%;
    padding-right: 0;
    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("../images/icon_arrow_s_green_left.png");
}
.linkList.linkList--up li, .linkList--up.linkListAnchor li {
  background-image: url("../images/icon_arrow_s_green_up.png");
}
.linkList.linkList--down li, .linkList--down.linkListAnchor li {
  background-image: url("../images/icon_arrow_s_green_down.png");
}

/*=====================================================
  linkListAnchor
=====================================================*/
.linkListAnchor {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #ced6dc;
}
.linkListAnchor ul {
  overflow: hidden;
}
.linkListAnchor li {
  background-image: url("../images/icon_arrow_s_green_down.png");
  background-position: 0 12px;
  background-size: 7px 4px;
}
@media print, screen and (min-width: 576px) {
  .linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}
.linkListAnchor.linkListAnchor--right ul li {
  background-image: url("../images/icon_arrow_s_green_right.png");
  background-position: 0 8px;
  background-size: 4px 7px;
}

/*=====================================================
  ol/ul
=====================================================*/
ol,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 30px;
}
ol li,
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;
}
ol li ul,
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list--none ul {
  padding-left: 0;
}
.list--none ul li {
  list-style: none !important;
}

/*=====================================================
  dl
=====================================================*/

/*=====================================================
  youtube
=====================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*=====================================================
  ol/ul
=====================================================*/
.listArrow ul, .listArrow ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}
.listArrow li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}
.listArrow li a {
  padding: 2px 15px 2px 15px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  background-image: url("../../../images/icon_arrow_s_navy_right.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 4px 7px;
}
.listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*=====================================================
  news
=====================================================*/
.news {
  margin: 0;
  padding: 0;
}
.news ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #CCC;
}
.news ul li {
  margin: 0;
  padding: 10px 20px 10px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border-top: 1px dotted #CCC;
  background-image: url("../../../images/icon_arrow_m_green_right.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 8px 9px;
}
@media print, screen and (min-width: 1100px) {
  .news ul li {
    padding: 15px 0;
  }
  .news ul li:hover {
    background-position: right 0 center;
  }
}
.news ul li .news__date {
  margin-right: 10px;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 1.6;
}
@media print, screen and (min-width: 1100px) {
  .news ul li .news__date {
    width: 120px;
    margin-bottom: 0;
  }
}
.news ul li .news__tag {
  display: inline-block;
  margin-bottom: 3px;
  position: relative;
  top: -2px;
}
@media print, screen and (min-width: 1100px) {
  .news ul li .news__tag {
    width: 150px;
    margin-bottom: 0;
  }
}
.news ul li .news__tag .news__tagItem {
  padding: 2px 15px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  background-color: #006699;
}
.news ul li .news__tag .news__tagItem.news__tagItem--info {
  background-color: #3abbdb;
}
.news ul li .news__tag .news__tagItem.news__tagItem--topics {
  background-color: #6dc880;
}
.news ul li .news__tag .news__tagItem.news__tagItem--important {
  background-color: #FF0000;
}
.news ul li .news__title {
  width: 100%;
  display: block;
  line-height: 1.6;
}
@media print, screen and (min-width: 1100px) {
  .news ul li .news__title {
    width: calc(100% - 130px);
  }
}
.news ul li .news__title a {
  text-decoration: none;
}
.news ul li .news__title a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 1100px) {
  .news.news--large li .news__title {
    width: calc(100% - 180px);
  }
}

/*=====================================================
  newsDate detail
=====================================================*/
.newsDate {
  text-align: right;
}

/*=====================================================
  paging
=====================================================*/
.paging {
  margin: 30px 0;
  text-align: center;
}
.paging ul {
  margin: 0;
  padding: 0;
}
.paging ul li {
  margin: 0;
  padding: 0px;
  list-style: none;
  background-image: none;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}
.paging ul li a {
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  border: 1px solid #ced6dc;
  box-sizing: border-box;
}
.paging ul li a:hover {
  background: #006699;
  color: #fff;
  border-color: #006699;
}
.paging ul li.on a {
  background: #006699 !important;
  color: #fff !important;
  border-color: #006699 !important;
}

/*==================================================
  trainingList
==================================================*/
.trainingList {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px dotted #CCC;
}
.trainingList li {
  margin: 0;
  padding: 10px 0 10px 20px;
  position: relative;
  font-weight: bold;
  list-style: none;
  border-top: 1px dotted #CCC;
}
.trainingList li:before {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #006699;
}
@media print, screen and (min-width: 768px) {
  .trainingList li {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .trainingList li .trainingList__link {
    width: calc(100% - 160px);
    float: left;
  }
}
.trainingList li .trainingList__form {
  margin-top: 5px;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .trainingList li .trainingList__form {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    float: right;
    text-align: left;
  }
}
.trainingList li .trainingList_finish {
  padding: 8px 20px 8px 20px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #666;
  border-radius: 30px;
}

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

/*---------------------------------------------------
  table
---------------------------------------------------*/
table {
  margin-top: 25px;
  margin-bottom: 25px;
}
table.table--small th, table.table--small td {
  padding: 8px 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}

caption {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

th {
  padding: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #d5d6d7;
}

thead th {
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
}

td {
  padding: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #d5d6d7;
  vertical-align: middle;
}

.tableBlock table {
  padding-bottom: 20px;
  display: block;
  border-width: 0;
  border-bottom-width: 1px;
}
@media print, screen and (min-width: 768px) {
  .tableBlock table {
    padding-bottom: 0;
    display: table;
    border-bottom-width: 0;
  }
}
.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 #d5d6d7;
    border-bottom-style: solid;
  }
}

/* =====================================================
  tableBorderNone
=====================================================*/
.main .tableBorderNone table, #editor-input-content .tableBorderNone table {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}
.main .tableBorderNone th, #editor-input-content .tableBorderNone th {
  padding: 8px 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: none;
}
@media print, screen and (min-width: 1100px) {
  .main .tableBorderNone th, #editor-input-content .tableBorderNone th {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main .tableBorderNone thead th, #editor-input-content .tableBorderNone thead th {
  text-align: center;
  border: none;
}
.main .tableBorderNone td, #editor-input-content .tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
}
@media print, screen and (min-width: 1100px) {
  .main .tableBorderNone td, #editor-input-content .tableBorderNone td {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1100px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}
.scroll table {
  max-width: 1020px;
  width: 800px;
  margin: 1rem 0 !important;
}
@media print, screen and (min-width: 1100px) {
  .scroll table {
    width: 100%;
    max-width: 1000px;
  }
}
.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: 1100px) {
  .scroll:before {
    display: none;
  }
}
/*=====================================================
  tag
=====================================================*/
.tag {
  min-width: 50px;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: -2px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  background-color: #333;
  border-radius: 20px;
}
.tag--uketsuke {
  background-color: #0297e4;
}
.tag--manin {
  background-color: #bd2880;
}

/*=====================================================
  mt
=====================================================*/
h1 {
  margin: 0 0 20px 0;
  padding: 12px 0 12px 18px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 5px solid #006699;
}
@media print, screen and (min-width: 1100px) {
  h1 {
    margin-bottom: 30px;
    padding: 15px 0 15px 25px;
    font-size: 30px;
    font-size: 1.875rem;
    border-left-width: 6px;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
h2,
.h2 {
  margin: 20px 0;
  padding: 12px 14px 12px 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  background-color: #d7e1f6;
}
@media print, screen and (min-width: 1100px) {
  h2,
  .h2 {
    padding: 12px 16px 12px 20px;
  }
}
h2:before,
.h2:before {
  width: 5px;
  height: 26px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #006699;
}
@media print, screen and (min-width: 1100px) {
  h2:before,
  .h2:before {
    top: 14px;
  }
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
h3,
.h3 {
  margin: 20px 0;
  padding-bottom: 0.4rem;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #e8eef3;
}
@media print, screen and (min-width: 1100px) {
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h3::after,
.h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #006699;
}
@media print, screen and (min-width: 1100px) {
  h3::after,
  .h3::after {
    width: 140px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
h4,
.h4 {
  margin: 30px 0 20px 0;
  padding: 0 0 10px 18px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px solid #e8eef3;
}
h4:before,
.h4:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #006699;
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
h5,
.h5 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}
h5:before,
.h5:before {
  width: 13px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #006699;
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
h6,
.h6 {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
}

/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  width: 100%;
  padding: 0 15px;
}
@media print, screen and (min-width: 1000px) {
  .topicPath {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .topicPath {
    width: 1000px;
  }
}
.topicPath ol {
  width: 100%;
  margin: 0;
  padding: 12px 0 0 0;
}
@media print, screen and (min-width: 1100px) {
  .topicPath ol {
    padding-bottom: 20px;
  }
}
.topicPath ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.topicPath ol li::before {
  content: " > ";
}
.topicPath ol li:first-child::before {
  content: "";
}

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

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

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

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

.note2_5 {
  display: block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

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

.note3_5 {
  display: block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}

/*=====================================================
  wrap
=====================================================*/
.wrap {
  width: 100%;
  margin: 0;
  padding: 25px 20px;
}
@media print, screen and (min-width: 1100px) {
  .wrap {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*# sourceMappingURL=style.css.map */
