@charset "utf-8";
/* CSS Document */
/*======================
 module
======================*/
* {
  color: #000;
}
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}
a {
  word-wrap: break-word;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
ul li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
.pc {
  display: block;
}
.sp {
  display: none
}
img {
  width: 100%;
  height: auto;
}
figure {
  margin: 0 10px;
}
figcaption {
  font-size: 12px;
  margin-top: 10px;
}
.main_image figure {
  width: 70%;
}
.img_flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
body {
  background-color: #f4f9e8;
  margin: 30px 0;
}
a {
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color: #709918;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 30px 30px;
  background-color: #fff;
}
.logo {
  width: 250px;
}
.listlink {
  padding-left: 15px;
  background: url(/welfare/img/common/for_ico_link.gif) left .3em no-repeat;
}
.icon_pdf {
  margin-right: 3px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(/welfare/img/common/for_ico_pdf.gif);
}
h2 {
  color: #8fc31f;
}
h3 {
  border-left: 2px solid #8fc31f;
  padding-left: 12px;
}
section {
  margin-bottom: 30px;
}
.main_image {
  margin-bottom: 40px;
}
.main_image figure {
  margin: 0 auto;
}
.english {
  font-size: 16px;
}
.lead {
  margin-bottom: 40px;
}
.akaji {
  color: #cc3d3d;
}
footer {
  margin-top: 30px;
}
footer p {
  font-size: 12px;
  text-align: center;
}
.flex_03 {
  display: block;
}
.flex_02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 96%;
    margin: 0 auto;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .wrap {
    padding: 20px 4% 30px;
  }
  .main_image figure {
    width: 100%;
  }
  .flex_03 {
    display: none;
  }
  .flex_02 {
    display: block;
  }
}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 320px) {}