@charset "utf-8";
/*****************************************

		下層ページcss

******************************************/
.ind {
  padding-left: 10px;
  padding-right: 10px;
}
/*リスト
******************************************/
/*丸リスト*/
ul.List01 li {
  background: url(../images/listicon01.png) no-repeat left 4px;
  line-height: 1.2;
  background-size: 10px auto;
  padding-left: 18px;
  margin-bottom: 10px;
}
ul.List01 li:last-child {
  margin-bottom: 0;
}
ul.List01.side {
  font-size: 0;
}
ul.List01.side li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
ul.attowList01 li {
  background: url(../images/arrow05.png) no-repeat left 9px;
  background-size: 4px auto;
  padding-left: 14px;
  margin-bottom: 5px;
}
ul.attowList01 li:last-child {
  margin-bottom: 0;
}
ul.attowList01.side {
  font-size: 0;
}
ul.attowList01.side li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
/*数字のリスト*/
ol {
  list-style: decimal outside;
  margin: 0 0 0 1.5em;
}
ol li {
  margin-bottom: 5px;
}
ol.mB03 li {
  margin-bottom: 3px;
}
ol.numbold {
  font-weight: bold;
}
ol.numbold li span {
  font-weight: 100;
}
/*かっこ付きの数字リスト*/
.list_parentheses li:before {
  content: "("counter(cnt) ")";
  counter-increment: item;
  margin-right: 0.5em;
}
.list_parentheses li {
  padding-left: 2em;
  text-indent: -2em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 8px;
}
.list_parentheses li:last-child {
  margin-bottom: 0;
}
/*米印のリスト*/
ul.asteriskList li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
ul.asteriskList li:before {
  content: "※";
  margin-right: 0.2em;
}
/*ただのマージンが下につくだけのリスト*/
ul.nomalList li {
  margin-bottom: 5px;
}
ul.nomalList li:last-child {
  margin-bottom: 0;
}
/*アイコン
******************************************/
.pdf {
  background: url(../images/icon_pdf.png) no-repeat left 7px;
  background-size: 12px auto;
  padding-left: 21px;
}
.word {
  background: url(../images/icon_word.png) no-repeat left 7px;
  background-size: 12px auto;
  padding-left: 21px;
}
.excel {
  background: url(../images/icon_excel.png) no-repeat left 7px;
  background-size: 12px auto;
  padding-left: 21px;
}
.link {
  background: url(../images/icon_blanklink.png) no-repeat left 9px;
  background-size: 12px auto;
  padding-left: 21px;
}
/*テーブル
******************************************/
table.table01 {
  width: 100%;
  border-top: #0078AC solid 1px;
  border-left: #0078AC solid 1px;
}
table.table01 th {
  background: #E1EFFD;
  color: #00628C;
  padding: 5px 15px;
  border-right: #0078AC dotted 1px;
  border-bottom: #0078AC solid 1px;
  vertical-align: top;
}
table.table01 td {
  padding: 5px 15px;
  background: #fff;
  border-right: #0078AC solid 1px;
  border-bottom: #0078AC solid 1px;
  vertical-align: top;
}
/*コンテンツ部分
******************************************/
.contents {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 40px auto;
  padding: 45px 0 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1365px) { /*タブレットコンテンツの時は、最低限の高さを設定*/
  .contents {
    min-height: 100vh;
  }
}
.contents .contents_inner {
  margin-bottom: 50px;
}
.contents h2 {
  font-size: 24px;
  padding: 0 0 23px 40px;
  border-bottom: #0094D7 solid 2px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}
.contents h3 {
  font-size: 19px;
  background: #CFE6FC;
  padding: 5px 15px;
  color: #0078AC;
  margin-bottom: 20px;
}
.contents h4 {
  font-size: 17px;
  border-bottom: #0094D7 solid 1px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-weight: bold;
}
.contents h5 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  color: #0094D7;
}
.contents .catch {
  color: #053978;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contents .catch .point {
  display: inline-block;
  background: #053978;
  padding: 5px 10px;
  font-size: 15px;
  color: #FFF;
  margin-right: 15px;
  line-height: 1.2;
  border-radius: 2px;
  font-weight: bold;
  vertical-align: middle;
}
.contents .catch02 {
  color: #053978;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) { /*SP*/
  .ind {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*リスト
******************************************/
  /*丸リスト*/
  ul.List01 li {
    background: url(../images/listicon01.png) no-repeat left 3px;
    background-size: 9px auto;
    padding-left: 19px
  }
  ul.attowList01 li {
    background: url(../images/arrow05.png) no-repeat left 7px;
    background-size: 4px auto;
  }
  /*アイコン
******************************************/
  .pdf {
    background: url(../images/icon_pdf.png) no-repeat left top;
    background-size: 10px auto;
    padding-left: 20px;
  }
  .word {
    background: url(../images/icon_word.png) no-repeat left top;
    background-size: 10px auto;
    padding-left: 20px;
  }
  .excel {
    background: url(../images/icon_excel.png) no-repeat left top;
    background-size: 10px auto;
    padding-left: 20px;
  }
  .link {
    background: url(../images/icon_blanklink.png) no-repeat left 2px;
    background-size: 10px auto;
    padding-left: 20px;
  }
  /*テーブル
******************************************/
  table.table01 {
    width: 100%;
    border-top: #0078AC solid 1px;
    border-left: #0078AC solid 1px;
  }
  table.table01 th {
    padding: 5px 10px;
    display: block;
    border-right: #0078AC solid 1px;
    border-bottom: #0078AC dotted 1px;
    width: 100%;
  }
  table.table01 td {
    display: block;
    padding: 3px 10px;
    width: 100%;
  }
  /*コンテンツ部分
******************************************/
  .contents {
    width: 100%;
    padding: 30px 10px;
    margin: 0 auto 20px auto;
  }
  .contents .contents_inner {
    margin-bottom: 40px;
  }
  .contents h2 {
    font-size: 20px;
    padding: 0 0 15px 32px;
    background-size: 18px auto !important;
    background-position: left 3px !important;
    margin-bottom: 20px;
  }
  .contents h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contents h4 {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
  .contents h5 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
    color: #0094D7;
  }
  .contents .catch {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .contents .catch02 {
    color: #053978;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}