@charset "UTF-8";
/*utf-8です*/
.arrow_link {
  position: relative;
  padding: 0 0 0 16px; }
  .arrow_link:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 16px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #159E3C;
    border-right: 3px solid #159E3C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (max-width: 480px) {
  .arrow_link {
    position: relative;
    padding: 0 0 0 16px; }
    .arrow_link:before {
      position: absolute;
      content: "";
      left: 0px;
      top: 12px;
      width: 5px;
      height: 5px;
      border-top: 3px solid #159E3C;
      border-right: 3px solid #159E3C;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); } }
/*max-width:480px*/
/***************************************/
.c01-03-enkaku {
  font: 17px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  margin: 0 auto 70px; }

.c01-03-enkaku th {
  vertical-align: top;
  width: 130px;
  border-right: 1px solid #ccc;
  padding: 5px 0px 15px; }

.c01-03-enkaku td {
  vertical-align: top;
  padding: 5px 15px 15px 25px; }

.c01-03-dl {
  font: 17px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  padding: 25px;
  border: 1px solid #ccc;
  background-color: #f6fcf8; }

.c01-03-dl dt {
  position: relative;
  padding: 0 0 5px 20px;
  font-weight: bold;
  color: #16a85b; }

.c01-03-dl dt:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #16a85b;
  left: 1px;
  top: 6.5px; }

.c01-03-dl dt span {
  color: #000;
  font-size: 15px;
  font-weight: normal; }

.c01-03-dl dd {
  margin: 0 0 25px;
  padding: 0 0 0 20px; }

.c01-03-dl dd span {
  font-weight: bold;
  margin: 0 0 8px 20px;
  display: block; }

@media (max-width: 480px) {
  .c01-03-enkaku {
    font: 16px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 100%;
    margin: 0 auto 70px; }

  .c01-03-enkaku th {
    vertical-align: top;
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px; }

  .c01-03-enkaku td {
    vertical-align: top;
    width: 100%;
    display: block;
    padding: 7px 0 35px; }

  .c01-03-dl {
    font: 16px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 100%;
    padding: 15px 20px 15px 15px;
    border: 1px solid #ccc;
    background-color: #f6fcf8; }

  .c01-03-dl dd {
    margin: 0 0 25px;
    padding: 0 0 0 20px; }

  .c01-03-dl dd span {
    font-weight: bold;
    margin: 0 0 15px 20px;
    display: block; } }
/*max-width:480px*/
/***************************************/
.flex_c01-5 {
  max-width: 520px;
  margin: 60px 0 0 auto;
  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; }

.flex_c01-5 img {
  max-width: 200px; }

.flex_c01-5 .txt {
  width: calc(100% - 220px); }

.flex_c01-5 .txt p {
  margin: 0;
  font: 15px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  font-weight: 300; }

.flex_c01-5 .txt p.txt04 {
  margin: 10px 0 0 0;
  font: 16px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  font-weight: 400; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .flex_c01-5 {
    max-width: 520px;
    margin: 60px 0 0 auto;
    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; }

  .flex_c01-5 img {
    max-width: 140px; }

  .flex_c01-5 .txt {
    width: calc(100% - 160px); }

  .flex_c01-5 .txt p {
    margin: 0;
    font: 14px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 100%;
    font-weight: 300; }

  .flex_c01-5 .txt p.txt04 {
    margin: 5px 0 0 0;
    font: 16px/180% 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 100%;
    font-weight: 400; } }
/*max-width:480px*/
/***************************************/
/***c01／1-6***/
/**********************************************************************/
.c01-6_dl01 dd,
.c01-6_dl02 dd {
  margin-bottom: 45px; }
.c01-6_dl01 ul,
.c01-6_dl02 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: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
.c01-6_dl01 li,
.c01-6_dl02 li {
  font: 17px/230% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 30px !important;
  position: relative;
  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; }
  .c01-6_dl01 li:before,
  .c01-6_dl02 li:before {
    position: absolute;
    content: "";
    display: none !important; }

.c01-6-lit {
  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; }
  .c01-6-lit li {
    font: 17px/230% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 30px !important;
    position: relative;
    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; }
    .c01-6-lit li:before {
      position: absolute;
      content: "";
      display: none !important; }

.c06liflex {
  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; }
  .c06liflex span:nth-of-type(1) {
    width: 170px;
    margin: 0; }
  .c06liflex span {
    margin: 0 30px 0 0; }

.c01-6_dl01 {
  /*   li:nth-child(1):after{
      position: absolute;
      content: "\2605";
      left: 8px;
      top: -2px;
      color: #CC183A;
      background-color: #fff;
      display: block;
    }*/ }
  .c01-6_dl01 dt {
    font: 17px/100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #16a85b;
    border: #16a85b solid 1px;
    padding: 10px 15px 8px;
    margin-bottom: 10px; }

.c01-6_dl02 dt {
  font: 17px/100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #16a85b;
  border-left: #16a85b solid 8px;
  padding: 5px 10px 5px;
  margin-bottom: 10px; }

.c01-7_dl01_sub {
  text-align: right;
  font: 16px/200% 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300; }

.c01-7_dl01_sub span {
  color: #CC183A; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .c01-6_dl01 ul,
  .c01-6_dl02 ul {
    display: block; }

  .c01-6-lit {
    display: block; }

  .c06liflex {
    display: block !important; }
    .c06liflex span:nth-of-type(1) {
      width: 100%;
      display: block;
      margin: 0; }
    .c06liflex span {
      margin: 0;
      display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .c01-6_dl01 dd,
  .c01-6_dl02 dd {
    margin-bottom: 45px; }
  .c01-6_dl01 ul,
  .c01-6_dl02 ul {
    display: block; }
  .c01-6_dl01 li,
  .c01-6_dl02 li {
    font: 16px/200% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 30px !important;
    position: relative;
    width: 100%; }
    .c01-6_dl01 li:before,
    .c01-6_dl02 li:before {
      position: absolute;
      content: "";
      display: none !important; }

  .c01-6-lit {
    display: block; }
    .c01-6-lit li {
      font: 16px/200% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      padding-left: 30px !important;
      position: relative;
      width: 100%; }

  .c01-6_dl01 li:nth-child(1):after {
    left: 8px;
    top: -2px; }

  .c01-7_dl01_sub {
    text-align: right;
    font: 15px/200% 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300; } }
/*max-width:480px*/
.c01-5block {
  text-align: right !important; }
  .c01-5block img {
    margin: 0 0 0 auto !important; }

/************************************************/
.c01-05_flex {
  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;
  margin: 0 0 0 auto;
  max-width: 700px; }
  .c01-05_flex img {
    width: 320px;
    order: 2; }
  .c01-05_flex div {
    order: 1;
    max-width: 350px;
    width: calc(100% - 370px);
    margin: 0 50px 0 0; }
  .c01-05_flex dt {
    font: 15px/1.4em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 20px; }
    .c01-05_flex dt:before {
      position: absolute;
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50px;
      background-color: #00a73c;
      left: 0;
      top: 5px; }
  .c01-05_flex dd {
    padding: 0 0 0 20px; }
    .c01-05_flex dd span {
      font: 30px/1.0em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
      font-weight: 700;
      margin: 10px 0 8px;
      display: block; }
    .c01-05_flex dd small {
      display: block;
      font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      margin: 0 0 15px; }
    .c01-05_flex dd:nth-of-type(2) {
      font: 14px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      padding: 15px 0 0;
      text-align: right;
      border-top: 1px solid #ccc; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .c01-05_flex {
    display: block;
    margin: 0 auto;
    max-width: 350px; }
    .c01-05_flex img {
      width: 320px;
      display: block;
      margin: 0 !important; }
    .c01-05_flex div {
      max-width: 350px;
      width: 100%;
      margin: 20px auto 50px; } }
/*max-width:768px*/
/*max-width:480px*/
/*******************************************************************************/
.txt_box div.alignright {
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
  text-align: right !important; }
  .txt_box div.alignright img {
    max-width: 481px; }

hr {
  display: block;
  margin: 40px 0; }
