@charset "UTF-8";
/* Scss Document */
img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }

* {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
.shadow-img img {
  box-shadow: 2px 2px 4px gray; }

img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto; }
  img.no_shadow {
    box-shadow: none !important; }

a[target="_blank"]:after,
a[target="blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  color: #FF0000;
  content: '\f08e'; }

/*用語解説*/
/******************************************/
.txt_box ul.single_sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px; }
  .txt_box ul.single_sdgs li {
    width: 55px;
    height: 55px;
    margin: 0 15px 0px 0;
    background-size: 60px 60px;
    background-position: center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .txt_box ul.single_sdgs li:before {
      display: none; }

.ico-sdgs_01 {
  background-image: url("../images/sdgs/sdgs_01.svg"); }

.ico-sdgs_02 {
  background-image: url("../images/sdgs/sdgs_02.svg"); }

.ico-sdgs_03 {
  background-image: url("../images/sdgs/sdgs_03.svg"); }

.ico-sdgs_04 {
  background-image: url("../images/sdgs/sdgs_04.svg"); }

.ico-sdgs_05 {
  background-image: url("../images/sdgs/sdgs_05.svg"); }

.ico-sdgs_06 {
  background-image: url("../images/sdgs/sdgs_06.svg"); }

.ico-sdgs_07 {
  background-image: url("../images/sdgs/sdgs_07.svg"); }

.ico-sdgs_08 {
  background-image: url("../images/sdgs/sdgs_08.svg"); }

.ico-sdgs_09 {
  background-image: url("../images/sdgs/sdgs_09.svg"); }

.ico-sdgs_10 {
  background-image: url("../images/sdgs/sdgs_10.svg"); }

.ico-sdgs_11 {
  background-image: url("../images/sdgs/sdgs_11.svg"); }

.ico-sdgs_12 {
  background-image: url("../images/sdgs/sdgs_12.svg"); }

.ico-sdgs_13 {
  background-image: url("../images/sdgs/sdgs_13.svg"); }

.ico-sdgs_14 {
  background-image: url("../images/sdgs/sdgs_14.svg"); }

.ico-sdgs_15 {
  background-image: url("../images/sdgs/sdgs_15.svg"); }

.ico-sdgs_16 {
  background-image: url("../images/sdgs/sdgs_16.svg"); }

.ico-sdgs_17 {
  background-image: url("../images/sdgs/sdgs_17.svg"); }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .txt_box ul.single_sdgs {
    margin: 0 auto 50px;
    max-width: 980px; }
    .txt_box ul.single_sdgs li {
      width: 50px;
      height: 50px;
      margin: 0 10px 10px 0;
      background-size: 50px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .txt_box ul.single_sdgs {
    margin: 0 auto 40px; }
    .txt_box ul.single_sdgs li {
      width: 45px;
      height: 45px;
      margin: 0 10px 10px 0;
      background-size: 45px 45px; } }
/*max-width:480px*/
/******************************************************************/
section {
  margin: 0 auto 150px;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 980px; }

#page_header {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto 80px; }
  #page_header h1 {
    position: relative;
    background-image: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
    height: 90px;
    font: 34px/90px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row; }
    #page_header h1 .number {
      font: 60px/80px "Arial", Gadget, sans-serif;
      margin-right: 25px; }
  #page_header br {
    display: none; }

@media (max-width: 1024px) {
  section {
    margin: 0 auto 150px;
    padding: 0;
    display: block;
    width: 100%;
    max-width: 980px;
    padding: 0 40px; } }
@media (max-width: 768px) {
  section {
    padding: 0 25px; }

  #page_header {
    padding: 0 25px; }
    #page_header h1 {
      position: relative;
      background-image: none;
      padding: 15px 0 10px;
      margin: 0 auto;
      width: 100%;
      max-width: 1260px;
      height: auto;
      font: 28px/130% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold; }
      #page_header h1 .number {
        font: 45px/100% "Arial", Gadget, sans-serif;
        margin-right: 15px;
        display: block;
        width: 26px; }
        #page_header h1 .number.big {
          width: 51px; }
      #page_header h1 span:nth-child(2n) {
        flex: 1; }
    #page_header br {
      display: block;
      isplay: block; } }
@media (max-width: 480px) {
  section {
    padding: 0 15px; }

  #page_header {
    padding: 0 15px;
    margin: 0 auto 45px; }
    #page_header h1 {
      height: auto;
      margin: 0 auto;
      font: 24px/130% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold; }
      #page_header h1 .number {
        font: 45px/100% "Arial", Gadget, sans-serif;
        margin-right: 15px; } }
/******************************************************************/
.kome_block {
  display: block;
  position: relative;
  margin: 0 0 0 17px;
  padding: 0 0 0 20px; }
  .kome_block:before {
    content: "※";
    position: absolute;
    left: 0; }

/******************************************************************/
.search {
  max-width: 1000px;
  margin: 0 auto; }
  .search .no_search {
    text-align: center;
    font: 20px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500; }
  .search ul {
    margin: 0 auto 30px; }
  .search li {
    font: 17px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    border-bottom: dashed 1px #ccc;
    padding: 15px 0; }
    .search li a {
      position: relative;
      padding: 0 0 0 30px; }
      .search li a:before {
        position: absolute;
        content: "";
        top: 8px;
        left: 5px;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 4px solid #159E3C;
        border-right: 4px solid #159E3C; }

/******************************************************************/
.policy {
  max-width: 800px;
  margin: 0 auto 50px; }
  .policy img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  .policy p {
    font: 24px/130% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    text-align: center; }

.policy_kome {
  max-width: 800px;
  margin: 0 auto 50px;
  width: 100%;
  font: 15px/2.0em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 16px; }
  .policy_kome:before {
    position: absolute;
    content: "※";
    left: 0; }

/******************************************************************/
.message {
  max-width: 800px;
  margin: 0 auto 50px; }
  .message img {
    max-width: 100%;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  .message p {
    font: 16px/2.2em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    margin: 0 0 40px; }
    .message p.right {
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      align-items: center;
      font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400; }
      .message p.right span {
        font: 14px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 300;
        display: block;
        width: 100%;
        margin: 0 5px 10px 0; }

/******************************************************************/
.page_normal header {
  background-color: #00a73c; }

.page_c01 header {
  background-color: #16a85b; }

.page_c02 header {
  background-color: #5eb031; }

.page_c03 header,
.c03-02 header {
  background-color: #e66900; }

.page_c04 header {
  background-color: #da3915; }

.page_c05 header {
  background-color: #f08437; }

.page_c06 header {
  background-color: #f5a33b; }

.page_c07 header {
  background-color: #ea545d; }

.page_c08 header {
  background-color: #ed7987; }

.page_c09 header {
  background-color: #9f74a6; }

/******************************************************************/
.wp-block-image,
.wp-block-image_n {
  text-align: center;
  margin: 50px auto 40px !important; }
  .wp-block-image img,
  .wp-block-image_n img {
    max-width: 100% !important;
    height: auto; }
  .wp-block-image p,
  .wp-block-image_n p {
    font: 15px/1.8 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
    font-weight: 300 !important;
    margin: 10px auto 0 !important; }
    .wp-block-image p br,
    .wp-block-image_n p br {
      display: none; }
  .wp-block-image .wp-element-caption,
  .wp-block-image_n .wp-element-caption {
    font: 15px/1.8 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
    font-weight: 300 !important;
    margin: 10px auto 0 !important; }
  .wp-block-image .aligncenter,
  .wp-block-image_n .aligncenter {
    width: 100%; }
  .wp-block-image.reverse,
  .wp-block-image_n.reverse {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .wp-block-image.reverse .wp-element-caption,
    .wp-block-image_n.reverse .wp-element-caption {
      order: 1;
      margin: 0 auto 10px !important; }
    .wp-block-image.reverse img,
    .wp-block-image_n.reverse img {
      order: 2; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .wp-block-image,
  .wp-block-image_n {
    text-align: center;
    margin: 0 auto 50px !important; }
    .wp-block-image p,
    .wp-block-image .wp-element-caption,
    .wp-block-image_n p,
    .wp-block-image_n .wp-element-caption {
      font: 14px/1.8 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      margin: 10px auto 0 !important; }
      .wp-block-image p br,
      .wp-block-image .wp-element-caption br,
      .wp-block-image_n p br,
      .wp-block-image_n .wp-element-caption br {
        display: block; } }
/*max-width:480px*/
/******************************************************************/
article .cat_ttl {
  font: 24px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  display: block;
  color: #ccc;
  border: #ccc 1px solid;
  font-weight: bold;
  padding: 8px 15px 9px;
  margin: 0 0 20px; }
article .archive_list {
  margin: 0 0 100px; }
article h2 {
  font: 30px/1.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  padding: 5px 0 4px 15px;
  border-left: 5px solid #16a85b;
  color: #16a85b;
  margin: 50px 0 25px;
  text-align: justify;
  text-justify: inter-ideograph; }
article h3 {
  font: 22px/1.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  padding: 0 0 0 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative; }
  article h3:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
    background-color: #00a73c; }
article h4 {
  font: 20px/1.6em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative; }
  article h4 b, article h4 strong {
    color: #000 !important; }
  article h4.no_top {
    margin-top: 0px; }

.txt_box p {
  font: 17px/2.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  margin-bottom: 30px; }
.txt_box img {
  max-width: 100% !important;
  height: auto !important;
  text-align: center;
  display: block;
  margin: 0 auto !important; }
.txt_box ul {
  margin: 0 0 30px; }
  .txt_box ul li {
    font: 17px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative; }
    .txt_box ul li:before {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #ccc;
      left: 0;
      top: 10px;
      border-radius: 50px; }
.txt_box ol {
  margin: 0 0 30px; }
  .txt_box ol li {
    font: 17px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative;
    counter-increment: number; }
    .txt_box ol li:before {
      content: "(" counter(number) ")";
      position: absolute;
      left: 0; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  article .cat_ttl {
    font: 22px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    display: block;
    color: #ccc;
    border: #ccc 1px solid;
    font-weight: bold;
    padding: 8px 15px 3px;
    margin: 0 0 20px; }
  article .archive_list {
    margin: 0 0 100px; }
  article h2 {
    font: 24px/1.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  article .cat_ttl {
    font: 18px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    display: block;
    color: #ccc;
    border: #ccc 1px solid;
    font-weight: bold;
    padding: 8px 15px 8px;
    margin: 0 0 20px; }
  article .archive_list {
    margin: 0 0 100px; }
  article h2 {
    font: 22px/1.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700; }
  article h3 {
    font: 20px/1.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700; }
  article h4 {
    font: 18px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    margin-top: 40px; }

  .txt_box p {
    font: 16px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300; }
  .txt_box ul {
    margin: 0 0 30px; }
    .txt_box ul li {
      font: 16px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300; }
  .txt_box ol {
    margin: 0 0 30px; }
    .txt_box ol li {
      font: 16px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300; } }
/*max-width:480px*/
/******************************************************************/
#list h2 {
  margin: 70px 0 25px; }
  #list h2.c01 {
    border-left: 5px solid #16a85b;
    color: #16a85b; }
    #list h2.c01 a {
      color: #16a85b; }
  #list h2.c02 {
    border-left: 5px solid #5eb031;
    color: #5eb031; }
    #list h2.c02 a {
      color: #5eb031; }
  #list h2.c03 {
    border-left: 5px solid #e66900;
    color: #e66900; }
    #list h2.c03 a {
      color: #e66900; }
  #list h2.c04 {
    border-left: 5px solid #da3915;
    color: #da3915; }
    #list h2.c04 a {
      color: #da3915; }
  #list h2.c05 {
    border-left: 5px solid #f08437;
    color: #f08437; }
    #list h2.c05 a {
      color: #f08437; }
  #list h2.c06 {
    border-left: 5px solid #f5a33b;
    color: #f5a33b; }
    #list h2.c06 a {
      color: #f5a33b; }
  #list h2.c07 {
    border-left: 5px solid #ea545d;
    color: #ea545d; }
    #list h2.c07 a {
      color: #ea545d; }
  #list h2.c08 {
    border-left: 5px solid #ed7987;
    color: #ed7987; }
    #list h2.c08 a {
      color: #ed7987; }
  #list h2.c09 {
    border-left: 5px solid #9f74a6;
    color: #9f74a6; }
    #list h2.c09 a {
      color: #9f74a6; }
  #list h2 a:hover {
    opacity: 0.5; }

.list_list a:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: #16a85b 4px solid;
  border-right: #16a85b 4px solid; }
.list_list.c01 a:hover {
  color: #16a85b; }
.list_list.c01 a:before {
  border-top: #16a85b 4px solid;
  border-right: #16a85b 4px solid; }
.list_list.c01 span {
  color: #16a85b; }
.list_list.c02 a:hover {
  color: #5eb031; }
.list_list.c02 a:before {
  border-top: #5eb031 4px solid;
  border-right: #5eb031 4px solid; }
.list_list.c02 span {
  color: #5eb031; }
.list_list.c03 a:hover {
  color: #e66900; }
.list_list.c03 a:before {
  border-top: #e66900 4px solid;
  border-right: #e66900 4px solid; }
.list_list.c03 span {
  color: #e66900; }
.list_list.c04 a:hover {
  color: #da3915; }
.list_list.c04 a:before {
  border-top: #da3915 4px solid;
  border-right: #da3915 4px solid; }
.list_list.c04 span {
  color: #da3915; }
.list_list.c05 a:hover {
  color: #f08437; }
.list_list.c05 a:before {
  border-top: #f08437 4px solid;
  border-right: #f08437 4px solid; }
.list_list.c05 span {
  color: #f08437; }
.list_list.c06 a:hover {
  color: #f5a33b; }
.list_list.c06 a:before {
  border-top: #f5a33b 4px solid;
  border-right: #f5a33b 4px solid; }
.list_list.c06 span {
  color: #f5a33b; }
.list_list.c07 a:hover {
  color: #ea545d; }
.list_list.c07 a:before {
  border-top: #ea545d 4px solid;
  border-right: #ea545d 4px solid; }
.list_list.c07 span {
  color: #ea545d; }
.list_list.c08 a:hover {
  color: #ed7987; }
.list_list.c08 a:before {
  border-top: #ed7987 4px solid;
  border-right: #ed7987 4px solid; }
.list_list.c08 span {
  color: #ed7987; }
.list_list.c09 a:hover {
  color: #9f74a6; }
.list_list.c09 a:before {
  border-top: #9f74a6 4px solid;
  border-right: #9f74a6 4px solid; }
.list_list.c09 span {
  color: #9f74a6; }

.list_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 0 0; }
.list_list .number {
  font: 17px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  margin-right: 10px;
  text-align: left;
  width: 45px;
  position: relative; }
.list_list a {
  font: 17px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  padding: 0 0 13px 24px;
  width: calc(100% - 60px);
  display: block;
  position: relative;
  border-bottom: #CCC dashed 1px; }

.list_ttl {
  font: 20px/1.8em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500; }
  .list_ttl.c02 {
    position: relative;
    padding: 0 0 0 25px;
    margin: 25px 0 0; }
    .list_ttl.c02:before {
      position: absolute;
      content: "";
      width: 17px;
      height: 17px;
      background-color: #5eb031;
      display: block;
      left: 0;
      top: 9px; }
  .list_ttl.c03 {
    position: relative;
    padding: 0 0 0 25px;
    margin: 25px 0 0; }
    .list_ttl.c03:before {
      position: absolute;
      content: "";
      width: 17px;
      height: 17px;
      background-color: #e66900;
      display: block;
      left: 0;
      top: 9px; }

/******************************************************************/
.name {
  text-align: right; }
  .name span {
    font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300; }

/******************************************************************/
.txt_link {
  position: relative;
  padding: 0 0 0 15px; }
  .txt_link:before {
    position: absolute;
    content: "";
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .txt_link.c04:before {
    border-top: 2px solid #da3915;
    border-right: 2px solid #da3915; }

/******************************************************************/
.page_c01 b, .page_c01 strong {
  color: #16a85b; }
.page_c01 .cat_ttl {
  color: #16a85b;
  border: #16a85b 1px solid; }
.page_c01 h2 {
  border-left: 5px solid #16a85b;
  color: #16a85b; }
.page_c01 .txt_box a:hover {
  color: #16a85b; }
.page_c01 h3:before {
  background-color: #16a85b; }
.page_c01 ul li:before {
  background-color: #16a85b; }

.c01-7_table {
  font: 17px/2.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  width: 100%;
  margin: 85px auto 50px; }
  .c01-7_table th {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 8px 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    width: 170px; }
  .c01-7_table td {
    padding: 8px 0 8px 20px; }

.c01-7_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font: 17px/2.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300; }
  .c01-7_dl dt {
    width: 170px;
    text-align: center;
    background-color: #777;
    margin-right: 20px;
    font-weight: bold;
    color: #fff; }

@media (max-width: 480px) {
  .c01-7_table {
    font: 16px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    width: 100%;
    margin: 85px auto 50px; }
    .c01-7_table th {
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ccc;
      padding: 0 0 7px;
      text-align: left;
      font-weight: bold;
      vertical-align: top;
      width: 100%;
      display: block; }
    .c01-7_table td {
      padding: 0;
      width: 100%;
      display: block;
      padding: 7px 0 20px; }

  .c01-7_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font: 16px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300; }
    .c01-7_dl dt {
      width: 170px;
      text-align: center;
      background-color: #777;
      margin: 0 0 10px;
      font-weight: bold;
      color: #fff; }
    .c01-7_dl dd {
      text-align: left !important; }
    .c01-7_dl span {
      display: inline-block; } }
/******************************************************************/
.page_c02 .cat_ttl {
  color: #5eb031;
  border: #5eb031 1px solid; }
.page_c02 h2 {
  border-left: 5px solid #5eb031;
  color: #5eb031; }
.page_c02 .txt_box a:hover {
  color: #5eb031; }
.page_c02 h3:before {
  background-color: #5eb031; }
.page_c02 ul li:before {
  background-color: #5eb031; }
.page_c02 h4 {
  color: #5eb031; }

/******************************************************************/
.page_c03 .cat_ttl,
.c03-02 .cat_ttl {
  color: #e66900;
  border: #e66900 1px solid; }
.page_c03 h2,
.c03-02 h2 {
  border-left: 5px solid #e66900;
  color: #e66900; }
.page_c03 .txt_box a:hover,
.c03-02 .txt_box a:hover {
  color: #e66900; }
.page_c03 h3:before,
.c03-02 h3:before {
  background-color: #e66900; }
.page_c03 ul li:before,
.c03-02 ul li:before {
  background-color: #e66900; }
.page_c03 h4,
.c03-02 h4 {
  color: #e66900; }
.page_c03 h5,
.c03-02 h5 {
  font-weight: 500;
  margin: 40px 0 20px; }

/******************************************************************/
.page_c04 .cat_ttl {
  color: #da3915;
  border: #da3915 1px solid; }
.page_c04 h2 {
  border-left: 5px solid #da3915;
  color: #da3915; }
.page_c04 .txt_box a:hover {
  color: #da3915; }
.page_c04 h3:before {
  background-color: #da3915; }
.page_c04 ul li:before {
  background-color: #da3915; }
.page_c04 h4 {
  color: #da3915; }
  .page_c04 h4 b, .page_c04 h4 strong {
    color: #000 !important; }

/******************************************************************/
.page_c05 .cat_ttl {
  color: #f08437;
  border: #f08437 1px solid; }
.page_c05 h2 {
  border-left: 5px solid #f08437;
  color: #f08437; }
.page_c05 .txt_box a:hover {
  color: #f08437; }
.page_c05 h3:before {
  background-color: #f08437; }
.page_c05 ul li:before {
  background-color: #f08437; }
.page_c05 h4 {
  color: #f08437; }

/******************************************************************/
.page_c06 .cat_ttl {
  color: #f5a33b;
  border: #f5a33b 1px solid; }
.page_c06 h2 {
  border-left: 5px solid #f5a33b;
  color: #f5a33b; }
.page_c06 .txt_box a:hover {
  color: #f5a33b; }
.page_c06 h3:before {
  background-color: #f5a33b; }
.page_c06 ul li:before {
  background-color: #f5a33b; }

/******************************************************************/
.page_c07 .cat_ttl {
  color: #ea545d;
  border: #ea545d 1px solid; }
.page_c07 h2 {
  border-left: 5px solid #ea545d;
  color: #ea545d; }
.page_c07 .txt_box a:hover {
  color: #ea545d; }
.page_c07 h3:before {
  background-color: #ea545d; }
.page_c07 ul li:before {
  background-color: #ea545d; }
.page_c07 h4 {
  color: #ea545d; }

/******************************************************************/
.page_c08 .cat_ttl {
  color: #ed7987;
  border: #ed7987 1px solid; }
.page_c08 h2 {
  border-left: 5px solid #ed7987;
  color: #ed7987; }
.page_c08 .txt_box a:hover {
  color: #ed7987; }
.page_c08 h3:before {
  background-color: #ed7987; }
.page_c08 ul li:before {
  background-color: #ed7987; }
.page_c08 h4 {
  color: #ed7987; }

.c08_number {
  position: relative;
  padding: 0 0 0 30px;
  text-align: justify;
  text-justify: inter-ideograph; }
  .c08_number:before {
    position: absolute;
    content: attr(name);
    left: 0;
    font-weight: 400; }

.c08-9_div {
  padding: 15px 0 0; }
  .c08-9_div img {
    max-width: 380px !important; }
  .c08-9_div a {
    position: relative; }
    .c08-9_div a:before {
      position: absolute;
      content: "";
      left: -17px;
      top: 5px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #ed7987;
      border-right: 2px solid #ed7987;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.c08-2_div {
  padding: 15px 0 0; }
  .c08-2_div img {
    max-width: 640px !important; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .c08_number {
    position: relative;
    padding: 40px 0 0 0;
    overflow: hidden; }
    .c08_number:before {
      position: absolute;
      content: attr(name);
      left: 0;
      top: 0;
      display: block;
      padding: 0 0 0 15px;
      font-weight: 400;
      width: 100%;
      background-color: #efefef; } }
/*max-width:480px*/
/******************************************************************/
.page_c09 .cat_ttl {
  color: #9f74a6;
  border: #9f74a6 1px solid; }
.page_c09 h2 {
  border-left: 5px solid #9f74a6;
  color: #9f74a6; }
.page_c09 .txt_box a:hover {
  color: #9f74a6; }
.page_c09 h3 {
  color: #9f74a6; }
  .page_c09 h3:before {
    background-color: #9f74a6; }
.page_c09 ul li:before {
  background-color: #9f74a6; }

/*通常の画像エリア*/
/******************************************/
.otoiawase {
  max-width: 100%;
  padding: 30px;
  margin: 60px auto 30px; }
  .otoiawase p {
    font-weight: bold !important;
    font: 15px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 5px 25px;
    border-bottom: #B2B2B2 dashed 1px; }
    .otoiawase p:before {
      position: absolute;
      content: "";
      width: 13px;
      height: 13px;
      background-color: #B2B2B2;
      top: 11px;
      left: 2px; }
  .otoiawase li {
    font: 15px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-bottom: 8px;
    position: relative;
    padding: 0 0 0 25px; }
    .otoiawase li:last-child {
      margin-bottom: 0; }
    .otoiawase li:before {
      position: absolute;
      content: attr(name);
      left: 0; }

@media (max-width: 768px) {
  .otoiawase {
    max-width: 100%;
    padding: 15px; }
    .otoiawase p {
      font-weight: bold !important;
      font: 15px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      margin-bottom: 20px !important;
      position: relative;
      padding: 0 0 5px 25px; }
      .otoiawase p:before {
        position: absolute;
        content: "";
        width: 13px;
        height: 13px;
        top: 9px;
        left: 2px; }
    .otoiawase li {
      font: 15px/155% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      margin-bottom: 10px;
      padding: 0 0 0 0;
      text-align: left; } }
/*用語解説*/
/******************************************/
.span_c01 {
  color: #16a85b;
  font-weight: 700; }

main .glossary_link {
  text-decoration: none;
  position: relative;
  display: inline-block; }
  main .glossary_link:after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: dashed #ccc 1px;
    left: 0;
    bottom: 2px; }
main .pop {
  position: absolute;
  top: 38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  /* Safari用 */
  transform: translate(-50%, 0%);
  display: block;
  width: 350px;
  padding: 10px 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #fff;
  border: 1.5px solid #ccc;
  font: 14px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  z-index: -999;
  opacity: 0; }
main .glossary_link:hover::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  /* Safari用 */
  transform: translate(-50%, 0%);
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #cccccc transparent; }
main .glossary_link:hover .pop {
  display: block;
  opacity: 1;
  z-index: 1; }
main .glossary_link:hover {
  color: #E50011; }

@media (max-width: 1024px) {
  main .glossary_link {
    text-decoration: none;
    position: relative;
    display: inline;
    border-bottom: dashed #999 1px; }
    main .glossary_link:after, main .glossary_link:before {
      display: none !important; }
  main .glossary_link:hover .pop {
    display: none;
    opacity: 0;
    z-index: -999; }
  main .pop {
    position: absolute;
    display: none;
    width: 100%;
    padding: 0;
    z-index: -999;
    opacity: 0; } }
/******************************************/
#page_footer {
  padding: 20px 40px;
  background-color: #fff;
  position: relative; }
  #page_footer div {
    border-top: 1px solid #ccc;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 150px;
    padding: 20px 0; }
  #page_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 980px;
    margin: 0 auto 20px; }
  #page_footer li {
    font: 16px/160% 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400; }
  #page_footer .next {
    position: relative;
    padding: 0 20px 0 0; }
    #page_footer .next:before {
      position: absolute;
      content: "";
      right: 2px;
      top: 8px;
      width: 7px;
      height: 7px;
      border-top: 3px solid #159E3C;
      border-right: 3px solid #159E3C;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  #page_footer .prev {
    position: relative;
    padding: 0 0 0 20px; }
    #page_footer .prev:before {
      position: absolute;
      content: "";
      left: 2px;
      top: 8px;
      width: 7px;
      height: 7px;
      border-top: 3px solid #159E3C;
      border-right: 3px solid #159E3C;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.back_top {
  font: 16px/100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center; }

@media (max-width: 768px) {
  #page_footer {
    padding: 20px 25px;
    background-color: #fff; }
    #page_footer div {
      border-top: 1px solid #ccc;
      width: 100%;
      max-width: 980px;
      margin: 0 auto 80px;
      padding: 20px 0; } }
@media (max-width: 480px) {
  #page_footer {
    padding: 20px 15px;
    background-color: #fff; } }
/*用語解説*/
/******************************************/
/******************************************/
.link_slide {
  display: block;
  transition: .3s; }
  .link_slide:hover {
    opacity: .6 !important; }

.link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
  margin: 5px 0 0;
  font: 15px/190% 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center; }
  .link:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/common/link.svg) center center no-repeat;
    background-size: contain;
    left: 5px;
    top: -2px; }

/******************************************/
.wp-caption {
  max-width: 800px !important;
  display: block;
  width: 100% !important;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  .wp-caption p.wp-caption-text {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    text-align: center;
    margin: 0 auto 10px;
    width: 100% !important;
    order: 1; }
  .wp-caption img {
    order: 2;
    box-shadow: 2px 2px 4px gray; }
  .wp-caption.no-shadow img {
    box-shadow: none !important; }

.caption {
  display: block;
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto 40px; }
  .caption img {
    box-shadow: 2px 2px 4px gray;
    display: block; }
  .caption p {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    text-align: center;
    margin: 10px auto 15px;
    width: 100% !important; }

/******************************************/
.pic_flex {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center; }
  .pic_flex li {
    list-style: none;
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    padding: 0 !important; }
    .pic_flex li:last-of-type {
      margin-bottom: 0 !important; }
    .pic_flex li:before {
      display: none !important; }
    .pic_flex li.center {
      margin: 0 auto 20px; }
    .pic_flex li.w100 {
      width: 100% !important; }
      .pic_flex li.w100 p {
        margin: 0 auto 30px !important; }
      .pic_flex li.w100 img {
        max-width: 390px !important; }
    .pic_flex li.w100pic {
      width: 100% !important; }
      .pic_flex li.w100pic img {
        max-width: 390px !important; }
    .pic_flex li img {
      box-shadow: 2px 2px 4px gray;
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .pic_flex li p {
      font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100% !important;
      margin: 10px auto 30px !important;
      text-align: center; }

.pic_flex03 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto  !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center; }
  .pic_flex03 li {
    list-style: none;
    width: calc((100% - 30px)/3);
    margin-bottom: 20px;
    padding: 0 !important; }
    .pic_flex03 li:before {
      display: none !important; }
    .pic_flex03 li.center {
      margin: 0 auto 20px; }
    .pic_flex03 li.w100 {
      width: 100% !important; }
    .pic_flex03 li img {
      box-shadow: 2px 2px 4px gray;
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .pic_flex03 li p {
      font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100% !important;
      margin: 10px auto 30px !important;
      text-align: center; }

.pic_only {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center; }
  .pic_only img {
    box-shadow: 2px 2px 4px gray;
    display: block;
    max-width: 100%;
    height: auto;
    width: calc((100% - 20px)/2);
    margin: 0 0 30px !important; }
  .pic_only p {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300 !important;
    width: 100% !important;
    margin: -20px auto 30px !important;
    text-align: center; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .pic_flex li,
  .pic_flex03 li,
  .pic_flex_none li {
    width: 100%;
    margin: 0 auto 20px; }
    .pic_flex li.center,
    .pic_flex03 li.center,
    .pic_flex_none li.center {
      margin: 0 auto 20px; }
    .pic_flex li p,
    .pic_flex03 li p,
    .pic_flex_none li p {
      font: 14px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100% !important;
      margin: 10px auto 30px !important;
      text-align: center; }

  .pic_only {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 30px; }
    .pic_only img {
      width: 100%; }
    .pic_only p {
      font: 14px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important; } }
/*max-width:480px*/
/******************************************/
.iframe {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px; }
  .iframe p {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300 !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    text-align: center; }
  .iframe iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; }

@media (max-width: 480px) {
  .iframe p {
    font: 14px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300 !important; } }
/*max-width:480px*/
video {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  display: block;
  aspect-ratio: 16/9; }

/******************************************/
.table_box {
  margin: 0 auto 50px;
  max-width: 800px;
  width: calc(100% - 40px); }
  .table_box table {
    width: 100%; }
  .table_box th {
    border: 1px solid #ccc;
    background-color: #efefef;
    width: 300px;
    padding: 10px;
    font: 16px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400; }
  .table_box td {
    border: 1px solid #ccc;
    padding: 10px;
    font: 16px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400; }
  .table_box caption {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300 !important;
    width: 100% !important;
    margin: 0 auto 10px;
    text-align: center; }
  .table_box p {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300 !important;
    width: 100% !important;
    margin: 10px auto 30px !important;
    text-align: right; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .table_box {
    margin: 0 auto 50px;
    max-width: 640px;
    width: calc(100% - 30px); }
    .table_box table {
      width: 100%; }
    .table_box tr {
      display: block;
      width: 100%;
      margin: 0 0 10px; }
    .table_box th {
      border-bottom: none;
      display: block;
      width: 100%; }
    .table_box td {
      display: block;
      width: 100%; }
    .table_box caption {
      font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100% !important;
      margin: 0 auto 10px;
      text-align: center; }
    .table_box p {
      font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100% !important;
      margin: 0 auto 30px !important;
      text-align: right; } }
/*max-width:768px*/
/*max-width:480px*/
/******************************************/
.flex_pic {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center; }
  .flex_pic div {
    width: calc((100% - 20px)/2);
    text-align: center;
    margin-bottom: 20px; }
    .flex_pic div.center {
      margin: 0 auto 20px; }
    .flex_pic div img {
      max-width: 100%;
      width: 100% !important;
      height: auto !important;
      margin: 0 auto;
      display: block;
      box-shadow: 2px 2px 4px gray; }
    .flex_pic div p {
      font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100% !important;
      margin: 10px auto 30px !important; }
  .flex_pic .center_txt {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300 !important;
    width: 100% !important;
    margin: -10px auto 30px !important; }
  .flex_pic .right_txt {
    text-align: right !important;
    margin: 10px auto 0; }

.flex_center {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start; }
  .flex_center div {
    width: calc((100% - 40px)/3);
    margin: 0 20px 20px 0; }
    .flex_center div:nth-of-type(3n) {
      margin: 0 0 20px; }
    .flex_center div p {
      font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100% !important;
      margin: 10px auto 30px !important; }
  .flex_center img {
    width: 100%;
    box-shadow: 2px 2px 4px gray; }
  .flex_center .center_txt {
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300 !important;
    width: 100% !important;
    margin: 10px auto 30px !important; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .flex_center {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .flex_center div {
      width: calc((100% - 20px)/2); }
      .flex_center div:nth-of-type(3n) {
        margin: 0 20px 20px 0; }
      .flex_center div:nth-of-type(2n) {
        margin: 0 0 20px; }
    .flex_center .center_txt {
      text-align: left;
      margin: 0 auto 0; }

  .flex_pic div {
    width: 100% !important;
    text-align: center;
    margin: 0 0 20px !important; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .flex_pic div,
  .flex_center div {
    width: 100% !important;
    text-align: center;
    margin: 0 0 20px !important; }
    .flex_pic div p,
    .flex_center div p {
      font: 14px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 300 !important;
      width: 100%;
      margin: 10px auto 0; }
  .flex_pic .center_txt,
  .flex_center .center_txt {
    text-align: center; } }
/*max-width:480px*/
/******************************************/
.graph {
  text-align: center;
  margin: 0 auto 50px; }
  .graph p {
    margin-bottom: 10px;
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300; }
  .graph img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }

/******************************************/
.kome {
  text-align: left;
  font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  position: relative;
  padding: 0 0 0 18px;
  margin: 5px 0 0; }
  .kome:before {
    position: absolute;
    content: "※";
    left: 0;
    top: 0; }

.kome_list li {
  text-align: left;
  font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  position: relative;
  padding: 0 0 0 18px;
  margin: 5px 0 0; }
  .kome_list li:before {
    display: none !important; }
  .kome_list li:after {
    position: absolute;
    content: "※";
    left: 0;
    top: 0; }

/******************************************/
.inyou {
  background-color: #efefef;
  padding: 20px 30px; }
  .inyou p {
    font: 17px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px dashed #ccc; }
  .inyou ul {
    margin: 0 0 0; }
  .inyou.c01 {
    background-color: #d0eede; }
    .inyou.c01 p:before {
      background-color: #16a85b; }
  .inyou.c02 {
    background-color: #dfefd6; }
    .inyou.c02 p:before {
      background-color: #5eb031; }
  .inyou.c03 {
    background-color: #fae1cc; }
    .inyou.c03 p:before {
      background-color: #e66900; }
  .inyou.c04 {
    background-color: #f8d7d0; }
    .inyou.c04 p:before {
      background-color: #da3915; }
  .inyou.c05 {
    background-color: #fce6d7; }
    .inyou.c05 p:before {
      background-color: #f08437; }
  .inyou.c06 {
    background-color: #fdedd8; }
    .inyou.c06 p:before {
      background-color: #f5a33b; }
  .inyou.c07 {
    background-color: #fbdddf; }
    .inyou.c07 p:before {
      background-color: #ea545d; }
  .inyou.c08 {
    background-color: #fbe4e7; }
    .inyou.c08 p:before {
      background-color: #ed7987; }
  .inyou.c09 {
    background-color: #ece3ed; }
    .inyou.c09 p:before {
      background-color: #9f74a6; }

/******************************************/
/*glossary*/
/******************************************/
.glossary_dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  .glossary_dl dt {
    padding-top: 150px;
    padding-left: 25px;
    margin-top: -150px;
    color: #E50011;
    font: 20px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    z-index: 1; }
    .glossary_dl dt:before {
      position: absolute;
      content: "★";
      font: 20px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      left: 0; }
  .glossary_dl dd {
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
    font: 17px/230% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph; }
    .glossary_dl dd.no_ryoutan {
      text-align: left !important; }

.glossary_dl.top img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }
.glossary_dl.top p {
  text-align: center; }
  .glossary_dl.top p span {
    font: 14px/230% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify;
    display: block;
    text-align: center;
    margin: 0 auto; }

.sgds_table {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 100px;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }
  .sgds_table caption {
    text-align: center;
    margin: 0 auto 15px; }
  .sgds_table th, .sgds_table td {
    border: 1px solid #ccc;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    padding: 10px; }
  .sgds_table th {
    text-align: center;
    width: 100px; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .glossary_dl {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
    .glossary_dl dt {
      padding-top: 150px;
      padding-left: 25px;
      margin-top: -150px;
      color: #E50011;
      font: 18px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold;
      margin-bottom: 5px;
      position: relative;
      z-index: 1; }
      .glossary_dl dt:before {
        position: absolute;
        content: "★";
        font: 20px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        left: 0; }
    .glossary_dl dd {
      position: relative;
      z-index: 10;
      margin-bottom: 40px;
      font: 16px/230% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:480px*/
/******************************************/
.link_p_c05 a {
  text-decoration: underline;
  color: #f08437; }
  .link_p_c05 a:hover {
    opacity: 0.5; }

.video {
  max-width: 800px;
  text-align: center;
  margin: 0 auto; }
  .video video {
    border: 1px solid #efefef;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    max-width: 800px !important; }

/******************************************/
.normal_list li {
  position: relative; }
  .normal_list li:before {
    display: none !important; }
  .normal_list li:after {
    position: absolute;
    content: "・";
    left: 0;
    top: 0; }
