@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 801px) {
  body {
    min-width: 960px;
  }
}
.kokumin-life-support {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1;
  color: #333;
}
.kokumin-life-support *,
.kokumin-life-support *::before,
.kokumin-life-support *::after {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kokumin-life-support header,
.kokumin-life-support main,
.kokumin-life-support section,
.kokumin-life-support footer {
  display: block;
}
.kokumin-life-support ul, .kokumin-life-support ol {
  list-style: none;
}
.kokumin-life-support a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.kokumin-life-support img {
  border: none;
  vertical-align: bottom;
}
.kokumin-life-support button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 801px) {
  .kokumin-life-support .is-sp {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .kokumin-life-support img {
    width: 100%;
  }
  .kokumin-life-support .is-pc {
    display: none !important;
  }
}

.kls__hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 801px) {
  .kls__hover:hover {
    opacity: 0.7;
  }
}
.kls__btn {
  text-align: center;
}
.kls__btn a {
  position: relative;
  border-radius: 50vw;
  background: #FFDD37;
  font-weight: bold;
  color: #009944;
}
.kls__btn a::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  width: 1em;
  height: 1em;
  background: url("/library/kumiaiin/kokumin-life-support/images/ic_arrow_01.svg") no-repeat center center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 801px) {
  .kls__btn a {
    width: 304px;
    font-size: 17px;
    line-height: 61px;
    -webkit-box-shadow: 0px 5px 0px 0px #b9b9b9;
            box-shadow: 0px 5px 0px 0px #b9b9b9;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .kls__btn a:hover {
    -webkit-box-shadow: 0px 0px 0px 0px #b9b9b9;
            box-shadow: 0px 0px 0px 0px #b9b9b9;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media (max-width: 800px) {
  .kls__btn a {
    width: 100%;
    max-width: 76vw;
    font-size: 4vw;
    line-height: 15.25vw;
    -webkit-box-shadow: 0px 1.25vw 0px 0px #b9b9b9;
            box-shadow: 0px 1.25vw 0px 0px #b9b9b9;
  }
}

.kls__slash::before, .kls__slash::after {
  display: inline-block;
  margin: 0 0.3em;
  content: "/";
}
.kls__slash::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.kls-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #009944;
  background: #fff;
}
@media (min-width: 801px) {
  .kls-header {
    padding: 0 20px;
  }
  .kls-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    height: 70px;
  }
  .kls-header__logo {
    padding-top: 5px;
  }
}
@media (max-width: 800px) {
  .kls-header {
    padding: 0 4vw;
  }
  .kls-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12.5vw;
  }
  .kls-header__logo {
    padding-top: 1.25vw;
    width: 43.5vw;
  }
  .kls-header__40th {
    width: 12.75vw;
  }
}

.kls-kv {
  position: relative;
  margin-bottom: -1px;
  background: #E8F1D6;
  overflow: hidden;
}
.kls-kv::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: repeat-x center bottom;
  content: "";
  pointer-events: none;
}
.kls-kv-txt {
  text-align: center;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.kls-kv-txt.is-anime {
  opacity: 0;
}
.kls-kv-txt__03 {
  font-weight: bold;
}
.kls-kv-ani {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.kls-kv-ani li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.kls-kv-msg {
  position: absolute;
  bottom: 2px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.kls-kv-msg.is-anime {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.kls-kv-msg > img {
  width: auto;
}
.kls-kv-msg p {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 801px) {
  .kls-kv::after {
    background-image: url("/library/kumiaiin/kokumin-life-support/images/kv_bg_01_pc.png");
  }
  .kls-kv__inner {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 610px;
  }
  .kls-kv-txt {
    margin-left: -30px;
    padding-top: 45px;
    width: 500px;
  }
  .kls-kv-txt.is-anime {
    -webkit-transform: translateX(260px);
            transform: translateX(260px);
  }
  .kls-kv-txt__02 {
    margin: 27px 0 23px;
  }
  .kls-kv-txt__03 {
    margin-top: 27px;
    font-size: 18px;
    line-height: 1.6111111111;
  }
  .kls-kv-ani {
    position: absolute;
    top: 18px;
    right: -90px;
    width: 600px;
  }
  .kls-kv-ani.is-anime {
    -webkit-transform: translateX(-270px);
            transform: translateX(-270px);
  }
  .kls-kv-msg {
    left: -20px;
    padding-top: 78px;
    width: 311px;
    height: 230px;
  }
  .kls-kv-msg > img {
    height: 152px;
  }
}
@media (max-width: 800px) {
  .kls-kv {
    padding-bottom: 42.5vw;
  }
  .kls-kv::after {
    background-image: url("/library/kumiaiin/kokumin-life-support/images/kv_bg_01_sp.png");
    background-size: 100%;
  }
  .kls-kv-txt {
    padding-top: 7.5vw;
  }
  .kls-kv-txt.is-anime {
    -webkit-transform: translateY(50vw);
            transform: translateY(50vw);
  }
  .kls-kv-txt > * {
    padding: 0 5.625vw;
  }
  .kls-kv-txt__01 img {
    width: 63.75vw;
  }
  .kls-kv-txt__02 {
    margin: 3.75vw 0 3.25vw;
  }
  .kls-kv-txt__03 {
    margin: 4.25vw 0 5vw;
    padding: 0;
    font-size: 4.25vw;
    line-height: 1.5882352941;
  }
  .kls-kv-ani {
    padding-top: 107.5% !important;
  }
  .kls-kv-ani.is-anime {
    -webkit-transform: translateY(-50vw);
            transform: translateY(-50vw);
  }
  .kls-kv-msg {
    margin-left: 21vw;
    padding-top: 6.75vw;
    width: 63.5vw;
    height: 37vw;
  }
  .kls-kv-msg > img {
    height: 30.25vw;
  }
  .kls-kv-msg p {
    width: 35.5vw;
  }
}

.kls-intro {
  background: #FAFDE2;
}
.kls-intro__txt {
  text-align: center;
  font-weight: bold;
  color: #009944;
}
.kls-intro-box {
  background: #fff;
}
.kls-intro-box dd {
  text-align: center;
  font-weight: bold;
}
.kls-intro-nav a {
  display: block;
  position: relative;
  background: #fff;
  border-style: solid;
  border-color: #009944;
}
.kls-intro-nav a::before, .kls-intro-nav a::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kls-intro-nav a::before {
  border-color: transparent transparent #009944 transparent;
}
.kls-intro-nav a::after {
  border-color: transparent transparent #fff transparent;
}
.kls-intro-nav a ~ a {
  border-color: #45B035;
}
.kls-intro-nav a ~ a::before {
  border-color: transparent transparent #45B035 transparent;
}
.kls-intro-nav a ~ a .kls-intro-nav__txt {
  color: #45B035;
}
.kls-intro-nav a ~ a .kls-intro-nav__arrow {
  background: #45B035;
}
.kls-intro-nav__hdg {
  text-align: center;
}
.kls-intro-nav__txt {
  text-align: center;
  font-weight: bold;
  color: #009944;
}
.kls-intro-nav__arrow {
  margin-bottom: -1px;
  background: #009944;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.kls-intro-nav__arrow::after {
  width: 1em;
  height: 1em;
  background: url("/library/kumiaiin/kokumin-life-support/images/ic_arrow_02.svg") no-repeat center center;
  background-size: contain;
  content: "";
}
@media (min-width: 801px) {
  .kls-intro__inner {
    margin: 0 auto;
    padding: 75px 0 100px;
    width: 960px;
  }
  .kls-intro__txt {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 1.4;
  }
  .kls-intro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    border-radius: 20px;
    width: 820px;
    height: 200px;
  }
  .kls-intro-box dt {
    padding: 0 7px 30px 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px;
  }
  .kls-intro-box dt img {
    display: block;
    margin: 0 auto;
  }
  .kls-intro-box dt > img:first-child {
    margin: 0 0 5px -45px;
  }
  .kls-intro-box dt br {
    display: none;
  }
  .kls-intro-box dd {
    font-size: 20px;
    line-height: 1.8;
  }
  .kls-intro-box dd em {
    font-size: 24px;
  }
  .kls-intro-box dd span {
    display: inline-block;
    text-align: left;
  }
  .kls-intro-box dd a {
    margin-top: 15px;
  }
  .kls-intro-kyousai dt {
    width: 318px;
    background-image: url("/library/kumiaiin/kokumin-life-support/images/it_line_01_01_pc.svg");
  }
  .kls-intro-kyousai dd {
    width: 502px;
  }
  .kls-intro-support {
    margin-top: 40px;
  }
  .kls-intro-support dt {
    width: 521px;
    background-image: url("/library/kumiaiin/kokumin-life-support/images/it_line_01_02_pc.svg");
  }
  .kls-intro-support dd {
    width: 299px;
  }
  .kls-intro-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .kls-intro-nav a {
    padding-top: 28px;
    width: 470px;
    border-width: 6px;
    border-radius: 20px 6px 6px 20px;
  }
  .kls-intro-nav a::before {
    border-width: 0 18px 30px 18px;
  }
  .kls-intro-nav a::after {
    border-width: 0 12px 20px 12px;
  }
  .kls-intro-nav a .kls-intro-nav__arrow {
    border-radius: 0 0 0 10px;
  }
  .kls-intro-nav a ~ a {
    border-radius: 6px 20px 20px 6px;
  }
  .kls-intro-nav a ~ a .kls-intro-nav__txt {
    background-image: url("/library/kumiaiin/kokumin-life-support/images/it_line_02_02_pc.svg");
  }
  .kls-intro-nav a ~ a .kls-intro-nav__arrow {
    border-radius: 0 0 10px 0;
  }
  .kls-intro-nav__txt {
    margin: 2px 0 24px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.5714285714;
    background: url("/library/kumiaiin/kokumin-life-support/images/it_line_02_01_pc.svg") no-repeat center bottom;
    background-size: 398px;
  }
  .kls-intro-nav__example {
    padding-left: 30px !important;
  }
  .kls-intro-nav__example li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
  }
  .kls-intro-nav__example p {
    width: 255px;
    font-size: 13px;
    line-height: 1.5384615385;
  }
  .kls-intro-nav__arrow {
    position: relative;
    margin-top: 20px;
    padding-top: 19px;
    height: 69px;
    font-size: 17px;
  }
  .kls-intro-nav__arrow::after {
    display: block;
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 800px) {
  .kls-intro__inner {
    padding: 13.75vw 5.625vw 15vw;
  }
  .kls-intro__txt {
    margin-bottom: 11.25vw;
    font-size: 4.25vw;
    line-height: 1.5294117647;
  }
  .kls-intro-box {
    padding-bottom: 7.5vw;
    border-radius: 3.75vw;
  }
  .kls-intro-box dt {
    margin-bottom: 3.75vw;
    text-align: center;
  }
  .kls-intro-box dt > img:first-child {
    margin: -5vw 0 0 -5vw;
  }
  .kls-intro-box dd {
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
  .kls-intro-box dd em {
    font-size: 4.25vw;
  }
  .kls-intro-box dd a {
    margin: 3.75vw 0 1.25vw;
  }
  .kls-intro-kyousai dt img {
    width: 26.5vw;
  }
  .kls-intro-kyousai dt img:first-child {
    width: 64vw;
  }
  .kls-intro-support {
    margin-top: 7.5vw;
    padding-top: 8.75vw;
    background: url("/library/kumiaiin/kokumin-life-support/images/it_line_03_sp.svg") no-repeat;
    background-size: 100%;
  }
  .kls-intro-support dt img {
    width: 39.25vw;
  }
  .kls-intro-support dt img:first-child {
    margin-bottom: 3.75vw;
    width: 71.25vw;
  }
  .kls-intro-nav a {
    margin-top: 8vw;
    padding-top: 6.25vw;
    border-width: 1vw;
    border-radius: 3.75vw;
  }
  .kls-intro-nav a::before {
    border-width: 0 4vw 6.75vw 4vw;
  }
  .kls-intro-nav a::after {
    border-width: 0 2.75vw 4.75vw 2.75vw;
  }
  .kls-intro-nav__hdg {
    margin-bottom: 3vw;
    padding: 0 4vw;
  }
  .kls-intro-nav__txt {
    font-size: 4.25vw;
    line-height: 1.4117647059;
  }
  .kls-intro-nav__example {
    margin: 5vw 0 4.5vw !important;
    padding: 0 4vw !important;
  }
  .kls-intro-nav__arrow {
    padding: 3.75vw;
    border-radius: 0 0 2.5vw 2.5vw;
    font-size: 4vw;
  }
  .kls-intro-nav__arrow::after {
    display: inline-block;
    margin-left: 0.5em;
  }
}

.kls-cv {
  background: #009944;
}
.kls-cv__txt {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.kls-cv__box {
  background: #fff;
}
.kls-cv__box::after {
  display: block;
  clear: both;
  content: "";
}
.kls-cv__img {
  position: absolute;
  left: 0;
}
.kls-cv__chara {
  float: left;
  text-align: center;
  font-weight: bold;
  color: #009944;
}
.kls-cv__store {
  float: right;
}
@media (min-width: 801px) {
  .kls-cv__inner {
    position: relative;
    margin: 0 auto;
    padding: 47px 0 50px;
    width: 960px;
  }
  .kls-cv__txt {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .kls-cv__box {
    margin-left: auto;
    padding: 40px 48px 38px 91px;
    border-radius: 20px;
    width: 753px;
  }
  .kls-cv__img {
    top: 31px;
  }
  .kls-cv__chara {
    font-size: 13px;
    line-height: 1.3846153846;
  }
  .kls-cv__chara img {
    margin-bottom: 13px;
  }
  .kls-cv__store {
    margin: -7px 0 25px !important;
    font-size: 0;
  }
  .kls-cv__store li {
    display: inline-block;
  }
  .kls-cv__store li + li {
    margin-left: 22px;
  }
  .kls-cv__store a + img {
    margin-left: 4px;
  }
  .kls-cv__store img {
    vertical-align: middle;
  }
  .kls-cv .kls__btn {
    float: right;
    width: 470px;
  }
}
@media (max-width: 800px) {
  .kls-cv__inner {
    padding: 9.5vw 5.625vw 10vw;
  }
  .kls-cv__txt {
    margin-bottom: 48vw;
    font-size: 7vw;
  }
  .kls-cv__box {
    position: relative;
    padding: 18vw 6.25vw 8.75vw;
    border-radius: 3.75vw;
  }
  .kls-cv__img {
    top: -42.5vw;
    width: 100%;
    text-align: center;
  }
  .kls-cv__img img {
    width: 48vw;
  }
  .kls-cv__chara {
    font-size: 3vw;
    line-height: 1.5;
  }
  .kls-cv__chara img {
    margin-bottom: 2.5vw;
    width: 24vw;
  }
  .kls-cv__store {
    margin-bottom: 7.5vw !important;
    padding-top: 0.75vw !important;
    font-size: 0;
  }
  .kls-cv__store li + li {
    margin-top: 2.5vw;
  }
  .kls-cv__store a + img {
    display: none;
  }
  .kls-cv__store img {
    width: 42.5vw;
  }
}

.kls-support {
  background: #FAFDE2;
}
.kls-support__hdg {
  text-align: center;
  font-weight: bold;
}
.kls-support__hdg em {
  color: #009944;
}
.kls-support section {
  border-style: solid;
  background: #fff;
}
@media (min-width: 801px) {
  .kls-support__inner {
    margin: 0 auto;
    padding: 70px 0 100px;
    width: 960px;
  }
  .kls-support__hdg {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 1.40625;
  }
  .kls-support section {
    padding: 54px 44px 64px;
    border-width: 6px;
    border-radius: 50px;
  }
  .kls-support section ~ section {
    margin-top: 80px;
  }
}
@media (max-width: 800px) {
  .kls-support__inner {
    padding: 13.75vw 5.625vw 15vw;
  }
  .kls-support__hdg {
    margin-bottom: 7.5vw;
    font-size: 7vw;
    line-height: 1.5;
  }
  .kls-support section {
    padding: 9vw 4vw 10vw;
    border-width: 1vw;
    border-radius: 3.75vw;
  }
  .kls-support section ~ section {
    margin-top: 12.5vw;
  }
}

.kls-security {
  border-color: #009944;
}
.kls-security__hdg {
  text-align: center;
}
.kls-security__sub {
  text-align: center;
  font-weight: bold;
}
.kls-security__sub em {
  color: #009944;
}
.kls-security__txt {
  font-weight: bold;
}
.kls-security-point > li {
  background: #AFD8C7;
}
.kls-security-point__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kls-security-point__hdg span {
  display: block;
  font-weight: bold;
}
.kls-security-point__01 {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 801px) {
  .kls-security__sub {
    margin: 50px 0 35px;
    font-size: 28px;
  }
  .kls-security__txt {
    text-align: center;
    font-size: 17px;
    line-height: 1.4117647059;
  }
  .kls-security-point {
    margin: 50px 0 50px !important;
  }
  .kls-security-point > li {
    padding-bottom: 33px;
    border-radius: 20px;
  }
  .kls-security-point > li ~ li {
    margin-top: 30px;
  }
  .kls-security-point__hdg {
    margin: 0 auto 10px;
    width: 780px;
  }
  .kls-security-point__hdg span ~ span {
    padding-top: 40px;
    width: 616px;
    text-align: center;
    font-size: 20px;
  }
  .kls-security-point__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 17px;
  }
  .kls-security-point__01 li ~ li {
    margin-left: 30px;
  }
  .kls-security-point__01 img {
    margin-bottom: 15px;
  }
  .kls-security-point__02 {
    margin: 0 auto !important;
    width: 543px;
    overflow: hidden;
  }
  .kls-security-point__02 li {
    float: right;
  }
  .kls-security-point__02 li:first-child {
    float: left;
  }
  .kls-security-point__02 li:last-child {
    margin-top: 8px;
  }
}
@media (max-width: 800px) {
  .kls-security__sub {
    margin: 6vw 0 3.75vw;
    font-size: 5.5vw;
    line-height: 1.5454545455;
  }
  .kls-security__txt {
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
  .kls-security-point {
    margin: 9vw 0 7.5vw !important;
  }
  .kls-security-point > li {
    padding-bottom: 7.5vw;
    border-radius: 2.5vw;
  }
  .kls-security-point > li ~ li {
    margin-top: 7.5vw;
  }
  .kls-security-point__hdg {
    margin-bottom: 3.75vw;
    padding: 0 3.75vw;
  }
  .kls-security-point__hdg img {
    width: 15vw;
  }
  .kls-security-point__hdg span ~ span {
    padding: 5vw 0 0 3.75vw;
    font-size: 4.25vw;
    line-height: 1.4117647059;
  }
  .kls-security-point__01 {
    font-size: 3.5vw;
  }
  .kls-security-point__01 li ~ li {
    margin-top: 5vw;
  }
  .kls-security-point__01 img {
    margin-bottom: 2.5vw;
    width: 63.75vw;
  }
  .kls-security-point__02 {
    text-align: center;
  }
  .kls-security-point__02 li ~ li {
    margin-top: 2.5vw;
  }
  .kls-security-point__02 img {
    width: 63.75vw;
  }
}

.kls-life {
  border-color: #45B035;
}
.kls-life__hdg {
  text-align: center;
}
.kls-life__sub {
  text-align: center;
  font-weight: bold;
}
.kls-life__sub em {
  color: #45B035;
}
.kls-life__txt {
  font-weight: bold;
}
.kls-life-example dt {
  background: #45B035;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.kls-life-example dt::before, .kls-life-example dt::after {
  display: inline-block;
  border-radius: 50vw;
  width: 0.45em;
  height: 0.45em;
  background: #fff;
  content: "";
}
@media (min-width: 801px) {
  .kls-life__sub {
    margin: 50px 0 35px;
    font-size: 28px;
  }
  .kls-life__txt {
    text-align: center;
    font-size: 17px;
    line-height: 1.4117647059;
  }
  .kls-life-example {
    margin-top: 40px;
  }
  .kls-life-example dt {
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 46px;
  }
  .kls-life-example dt::before, .kls-life-example dt::after {
    margin: 0 0.7em;
    vertical-align: middle;
  }
  .kls-life-example dt ~ dt,
.kls-life-example dd + dd {
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  .kls-life__sub {
    margin: 6vw 0 3.75vw;
    font-size: 5.5vw;
    line-height: 1.5454545455;
  }
  .kls-life__txt {
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
  .kls-life-example {
    margin-top: 8.75vw;
  }
  .kls-life-example dt {
    position: relative;
    margin-bottom: 5vw;
    padding: 1.75vw 0;
    border-radius: 1.25vw;
    font-size: 4.25vw;
    line-height: 1.4117647059;
  }
  .kls-life-example dt::before, .kls-life-example dt::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kls-life-example dt::before {
    left: 0.6em;
  }
  .kls-life-example dt::after {
    right: 0.6em;
  }
  .kls-life-example dt ~ dt,
.kls-life-example dd + dd {
    margin-top: 10vw;
  }
  .kls-life-example img ~ img {
    margin-top: 10px;
  }
  .kls-life-example__txt {
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .kls-life-example__txt span {
    font-size: 4.25vw;
  }
  .kls-life-example__txt li:nth-child(1) {
    color: #00AB84;
  }
  .kls-life-example__txt li:nth-child(2) {
    display: none;
    color: #45B035;
  }
  .kls-life-example__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25vw 0 3.75vw;
  }
  .kls-life-example__btn button {
    position: relative;
    border-width: 0.5vw;
    border-style: solid;
    width: 50%;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 11.25vw;
  }
  .kls-life-example__btn button::after {
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-color: #007bff transparent transparent transparent;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kls-life-example__btn button:nth-child(1) {
    border-radius: 2.5vw 0 0 2.5vw;
    border-color: #00AB84;
    color: #00AB84;
  }
  .kls-life-example__btn button:nth-child(1).is-current {
    background: #00AB84;
    color: #fff;
  }
  .kls-life-example__btn button:nth-child(1).is-current::after {
    border-width: 3vw 0 0 3vw;
    border-color: #00AB84 transparent transparent transparent;
    content: "";
  }
  .kls-life-example__btn button:nth-child(2) {
    border-radius: 0 2.5vw 2.5vw 0;
    border-color: #8FC31F;
    color: #8FC31F;
  }
  .kls-life-example__btn button:nth-child(2).is-current {
    background: #8FC31F;
    color: #fff;
  }
  .kls-life-example__btn button:nth-child(2).is-current::after {
    border-width: 3vw 3vw 0 0;
    border-color: #8FC31F transparent transparent transparent;
    content: "";
  }
  .kls-life-example__img li:nth-child(2) {
    display: none;
  }
}

.kls-app__hdg {
  position: relative;
  background: #009944;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.kls-app__hdg::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #009944 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kls-app__img {
  text-align: center;
}
.kls-app__sub {
  border-top: 1px solid #009944;
  font-weight: bold;
  color: #009944;
}
.kls-app-use > li {
  border: solid #009944;
  background: #EDF6EC;
}
.kls-app-use > li ~ li {
  position: relative;
}
.kls-app-use > li ~ li::before {
  display: block;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
}
.kls-app-use__hdg {
  background: #009944;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.kls-app-use__01 .kls-app-use__chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kls-app-use__01 .kls-app-use__txt {
  text-align: center;
  font-weight: bold;
}
.kls-app-use__01 .kls-app-use__txt em {
  color: #009944;
}
.kls-app-use__01 .kls-app-use__txt span {
  display: inline-block;
  width: 100%;
  background: #009944;
  color: #fff;
}
.kls-app-use__03 .kls-app-use__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kls-app-use__03 .kls-app-use__img span {
  display: block;
  font-weight: bold;
  color: #E85400;
}
.kls-app-use__03 .kls-app-use__list dt {
  position: relative;
  border-radius: 50vw;
  background: #009944;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.kls-app-use__03 .kls-app-use__list dt img {
  position: absolute;
}
.kls-app-use__03 .kls-app-use__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kls-app-use__03 .kls-app-use__list li::before {
  margin-right: 0.1em;
  color: #009944;
  content: "●";
}
.kls-app-use__03 .kls-app-use__link {
  text-align: right;
}
.kls-app-use__03 .kls-app-use__link a {
  text-decoration: underline;
}
.kls-app-use__03 .kls-app-use__link a:hover {
  text-decoration: none;
}
.kls-app-notice p ~ p {
  margin-top: 1em;
}
@media (min-width: 801px) {
  .kls-app__hdg {
    font-size: 32px;
    line-height: 113px;
  }
  .kls-app__hdg::after {
    border-width: 18px 17px 0 17px;
  }
  .kls-app__inner {
    margin: 0 auto;
    padding: 78px 0 70px;
    width: 960px;
  }
  .kls-app__sub {
    margin: 60px 0 25px;
    padding-top: 60px;
    font-size: 28px;
  }
  .kls-app-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kls-app-use > li {
    border-width: 2px;
    border-radius: 20px;
    width: 296px;
  }
  .kls-app-use > li ~ li::before {
    top: 50%;
    left: -27px;
    border-width: 13px 0 13px 14px;
    border-color: transparent transparent transparent #009944;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kls-app-use__hdg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -2px 0 0 -2px;
    border-radius: 20px 20px 0 0;
    width: calc(100% + 4px);
    height: 70px;
    font-size: 20px;
    line-height: 1.4;
  }
  .kls-app-use__body {
    padding: 30px 18px 25px;
  }
  .kls-app-use__01 .kls-app-use__txt {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .kls-app-use__01 .kls-app-use__txt em {
    font-size: 18px;
  }
  .kls-app-use__01 .kls-app-use__txt span {
    margin: 5px 0;
    border-radius: 4px;
    line-height: 21px;
    font-size: 11px;
  }
  .kls-app-use__01 .kls-app-use__store {
    margin-top: 24px;
  }
  .kls-app-use__01 .kls-app-use__store li {
    overflow: hidden;
  }
  .kls-app-use__01 .kls-app-use__store li ~ li {
    margin-top: 20px;
  }
  .kls-app-use__01 .kls-app-use__store li ~ li a ~ img {
    margin-top: -5px;
  }
  .kls-app-use__01 .kls-app-use__store li a {
    float: left;
  }
  .kls-app-use__01 .kls-app-use__store li a ~ img {
    float: right;
  }
  .kls-app-use__02 {
    text-align: center;
  }
  .kls-app-use__02 .kls-app-use__img img ~ img {
    margin-top: 23px;
  }
  .kls-app-use__03 .kls-app-use__img {
    padding-left: 6px;
  }
  .kls-app-use__03 .kls-app-use__img span {
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .kls-app-use__03 .kls-app-use__list dt {
    margin: 20px 0 7px;
    font-size: 14px;
    line-height: 26px;
  }
  .kls-app-use__03 .kls-app-use__list dt img {
    top: -21px;
    right: -4px;
  }
  .kls-app-use__03 .kls-app-use__list dd {
    font-size: 12px;
    line-height: 1.5833333333;
  }
  .kls-app-use__03 .kls-app-use__link {
    font-size: 12px;
  }
  .kls-app-notice {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
@media (max-width: 800px) {
  .kls-app__hdg {
    font-size: 7vw;
    line-height: 19.5vw;
  }
  .kls-app__hdg::after {
    border-width: 3.5vw 3.5vw 0 3.5vw;
  }
  .kls-app__inner {
    padding: 13.5vw 5.625vw 6.25vw;
  }
  .kls-app__sub {
    margin: 10vw 0 6.75vw;
    padding-top: 10vw;
    white-space: nowrap;
    font-size: 5.5vw;
  }
  .kls-app-use > li {
    border-width: 0.5vw;
    border-radius: 4vw;
  }
  .kls-app-use > li ~ li {
    margin-top: 11vw;
  }
  .kls-app-use > li ~ li::before {
    left: 50%;
    top: -7.5vw;
    border-width: 3.5vw 3.25vw 0 3.25vw;
    border-color: #009944 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kls-app-use__hdg {
    margin: -0.5vw 0 0 -0.5vw;
    padding: 2.75vw 0;
    border-radius: 4vw 4vw 0 0;
    width: calc(100% + 1vw);
    font-size: 5vw;
    line-height: 1.4;
  }
  .kls-app-use__body {
    padding: 7.5vw 4.5vw 7vw;
  }
  .kls-app-use__01 .kls-app-use__chara {
    padding: 0 2.5vw;
  }
  .kls-app-use__01 .kls-app-use__img {
    width: 26vw;
  }
  .kls-app-use__01 .kls-app-use__txt {
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
  .kls-app-use__01 .kls-app-use__txt em {
    font-size: 5.5vw;
  }
  .kls-app-use__01 .kls-app-use__txt span {
    margin: 0.5vw 0;
    border-radius: 1vw;
    line-height: 5.5vw;
    font-size: 3vw;
  }
  .kls-app-use__01 .kls-app-use__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5vw;
  }
  .kls-app-use__01 .kls-app-use__store li a ~ img {
    display: none;
  }
  .kls-app-use__01 .kls-app-use__store img {
    width: auto;
    height: 12.5vw;
  }
  .kls-app-use__02 .kls-app-use__img {
    position: relative;
  }
  .kls-app-use__02 .kls-app-use__img img {
    width: 59vw;
  }
  .kls-app-use__02 .kls-app-use__img img ~ img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23.25vw;
  }
  .kls-app-use__03 .kls-app-use__img {
    padding-left: 4.5vw;
  }
  .kls-app-use__03 .kls-app-use__img img {
    width: 20.25vw;
  }
  .kls-app-use__03 .kls-app-use__img span {
    padding-left: 3.5vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .kls-app-use__03 .kls-app-use__list {
    padding: 0 2vw;
  }
  .kls-app-use__03 .kls-app-use__list dt {
    margin: 5vw 0 1.75vw;
    font-size: 3.5vw;
    line-height: 6.5vw;
  }
  .kls-app-use__03 .kls-app-use__list dt img {
    top: -8.75vw;
    right: 0;
    width: 13.5vw;
  }
  .kls-app-use__03 .kls-app-use__list dd {
    padding: 0 4.5vw;
    font-size: 3vw;
    line-height: 1.5833333333;
  }
  .kls-app-use__03 .kls-app-use__link {
    padding-right: 6.5vw;
    font-size: 3vw;
  }
  .kls-app-notice {
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
}

.kls-footer {
  position: relative;
  z-index: 3;
  background: #fff;
}
.kls-footer__copyright {
  background: url("/library/kumiaiin/kokumin-life-support/images/ft_bg_03.png") top right 50px/120px 45px no-repeat, url("/library/kumiaiin/kokumin-life-support/images/ft_bg_02.png") top left 50px/95px 45px no-repeat, url("/library/kumiaiin/kokumin-life-support/images/ft_bg_01.png") top 0px left/1px 45px repeat-x;
  text-align: center;
}
@media (min-width: 801px) {
  .kls-footer {
    padding: 30px 0;
  }
  .kls-footer__pagetop {
    position: absolute;
    top: -34px;
    right: 42px;
  }
  .kls-footer__pagetop a {
    display: block;
    padding-top: 66px;
    width: 67px;
    height: 115px;
    background: url("/library/kumiaiin/kokumin-life-support/images/ft_btn_02.png") no-repeat;
    text-align: center;
    font-size: 12px;
    line-height: 1.1667;
    color: #009944;
  }
  .kls-footer__pagetop a:hover {
    text-decoration: underline;
  }
  .kls-footer__btn {
    margin: 0 auto 22px;
    padding: 0 20px;
    max-width: 1140px;
  }
  .kls-footer__copyright {
    padding-top: 40px;
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .kls-footer {
    padding: 7.5vw 0 5vw;
  }
  .kls-footer__pagetop {
    display: none;
  }
  .kls-footer__btn {
    padding: 0 6.75vw;
    text-align: right;
  }
  .kls-footer__btn img {
    width: 43.25vw;
  }
  .kls-footer__copyright {
    padding-top: 55px;
    font-size: 3.25vw;
  }
}