@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

body {
  font-size: 16px;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  color: #000;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .75;
}

.taC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.cYe {
  color: #f7dd00;
}

.cRe {
  color: #ce0001;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none!important;
  }
}

.blackCircle, .whiteCircle, .redCircle {
  border-radius: 50%;
  text-align: center;
  background: #000;
}

.whiteCircle {
  background: #fff;
}

.redCircle {
  background: #ce0001;
}

.boxshadow {
  box-shadow: 0px 1px 11px 1px #c7c7c7;
  -moz-box-shadow: 0px 1px 11px 1px #c7c7c7;
  -webkit-box-shadow: 0px 1px 11px 1px #c7c7c7;
}

.linkStyle01, .linkStyle02 {
  display: inline-block;
  position: relative;
  min-width: 355px;
  background: #1e439d;
  color: #fff;
  padding: 14px 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .linkStyle01, .linkStyle02 {
    min-width: 0;
    width: 100%;
  }
}

.linkStyle01:after, .linkStyle02:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 9px;
  height: 24px;
  background: url(/afl/navi_lis_shain/img/ico_arrowRight_white02.svg) no-repeat center;
  background-size: contain;
}

.linkStyle02 {
  background: #ce0001;
}

.blackBox {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bgBl01 {
  background: #1e439d;
}

.bgBl02 {
  background: #d2e3f5;
}

.bgBl03 {
  background: #e9f1f9;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.contentIn {
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contentIn {
    margin: 0 2%;
  }
}

/*
// mainvisual
*/
.mainvisual {
  height: 687px;
  background: url(/afl/navi_lis_shain/img/bg_key01_pc.png) no-repeat center;
  background-size: cover;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    padding: 15px 15px 17px;
    height: auto;
  }
}

.mvBox {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  border-bottom: solid 2px #1e439d;
  border-right: solid 2px #1e439d;
  padding: 73px 0 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mvBox {
    border-right: 0;
    border-left: solid 2px #1e439d;
		padding: 50px 0 70px;
  }
}

.mvBox:before, .mvBox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 92%;
  background: #1e439d;
}

@media screen and (max-width: 768px) {
  .mvBox:before, .mvBox:after {
    left: auto;
    right: 0;
    height: 97%;
  }
}

.mvBox:after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 75%;
  height: 2px;
}

@media screen and (max-width: 950px) {
  .mvBox:after {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .mvBox:after {
    right: auto;
    left: 0;
    width: 65%;
  }
}

.mvLogo {
  position: absolute;
  width: 209px;
  top: -16px;
  left: -1px;
}

@media screen and (max-width: 768px) {
  .mvLogo {
    width: 30.289855%;
    top: -9px;
    left: auto;
    right: 0;
  }
  .mvLogo img {
    width: 100%;
  }
}

h1 .txt {
  display: inline-block;
  border: solid 2px #1e439d;
  font-size: 25px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  padding: 9px 0;
  color: #1e439d;
}

@media screen and (max-width: 768px) {
  h1 .txt {
    width: auto;
    font-size: 13px;
    max-width: none;
    padding: 4px 6px;
  }
}

h1 .indent {
  display: block;
  position: relative;
  max-width: 400px;
  text-indent: -9999px;
  background: url(/afl/navi_lis_shain/img/txt/txt_ttl01.png) no-repeat center;
  background-size: contain;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  h1 .indent {
    width: 67.637681%;
    max-width: none;
    margin-top: 6px;
  }
}

h1 .indent:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 40.6%;
}

.mvText01 {
  margin-top: 100px;
  width: 58.9%;
  background: #fff;
  padding: 19px 10%;
  text-align: left;
}

@media screen and (max-width: 950px) {
  .mvText01 {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .mvText01 {
    width: 64.927536%;
    margin-top: 15%;
    padding: 10px 8.508929% 10px;
  }
  .mvText01 img {
    width: 64.339286%;
  }
}

.mvText02 {
  margin-top: 28px;
  margin-left: auto;
  background: #1e439d;
  width: 81.3%;
  text-align: left;
  padding: 25px 45px 24px;
}

@media screen and (max-width: 768px) {
  .mvText02 {
    width: 93.913043%;
    padding: 13px 4.938272%;
    margin-top: 10px;
  }
}

.mvText02 a:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 10px;
  background: url(/afl/navi_lis_shain/img/ico_arrowBottom_white02.svg) no-repeat center;
  background-size: contain;
  margin-left: 15px;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .mvText02 a:after {
    width: 20px;
    height: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mvText02 img {
    width: 37.628866%;
  }
}

.mvCard {
  position: absolute;
  right: 13%;
  top: 350px;
}

@media screen and (max-width: 950px) {
  .mvCard {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mvCard {
    width: 46.304348%;
    top: 62%;
    right: 5.507246%;
  }
  .mvCard img {
    width: 100%;
  }
}

.mvText03 {
  position: absolute;
  left: 9.5%;
  top: 255px;
  background: #ce0001;
  border-radius: 50%;
  text-align: center;
  width: 170px;
  height: 170px;
  padding: 32px 0 0 4px;
}

@media screen and (max-width: 950px) {
  .mvText03 {
    left: 1%;
  }
}

@media screen and (max-width: 768px) {
  .mvText03 {
    width: 90%;
    top: 52.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 8.3%;
    border-radius: 50px;
    padding: 0;
  }
  .mvText03 img {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.mile {
  padding: 47px 0 36px;
  background: linear-gradient(#132c7a, #1e439d);
}

@media screen and (max-width: 768px) {
  .mile {
    background: #fff;
    padding: 39px 0 0;
  }
}

.mile .ttl {
  position: relative;
  width: 212px;
  height: 212px;
  padding-top: 96px;
}

@media screen and (max-width: 768px) {
  .mile .ttl {
    width: 42.916667%;
    height: auto;
    padding-top: 0;
    background: none;
    border-radius: 0;
    margin-left: 5.8333%;
  }
  .mile .ttl img {
    width: 100%;
  }
}

.mile .ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  right: -56px;
  width: 125px;
  height: 101px;
  background: url(/afl/navi_lis_shain/img/ico_mile01_pc.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .mile .ttl:after {
    width: 85.483871%;
    background: url(/afl/navi_lis_shain/img/ico_mile01_sp.png) no-repeat center;
    background-size: contain;
    right: -106.774194%;
  }
}

.mile .text {
  width: 100%;
  max-width: 604px;
  color: #fff;
  line-height: 39px;
  margin-top: 20px;
}

@media screen and (max-width: 950px) {
  .mile .text {
    width: 60%;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .mile .text {
    width: 100%;
    background: #1e439d;
    padding: 30px 16px;
    font-size: 13px;
    line-height: 38px;
  }
}

.mile .text span {
  vertical-align: baseline;
}

.mile .text .txt01 {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .mile .text .txt01 {
    font-size: 20px;
  }
}

.mile .text .txt02 {
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  .mile .text .txt02 {
    font-size: 20px;
  }
}

.useful {
  padding: 57px 0 127px;
}

@media screen and (max-width: 768px) {
  .useful {
    padding: 25px 0 32px;
  }
}

.useful h2 {
  height: 48px;
  text-indent: -9999px;
  background: url(/afl/navi_lis_shain/img/txt/txt_txt05_pc.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  .useful h2 {
    position: relative;
    width: 78.33333%;
    height: auto;
    background: url(/afl/navi_lis_shain/img/txt/txt_txt05_sp.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
  }
  .useful h2:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 10.834813%;
  }
}

.useful .top {
  position: relative;
}

.useful .top .image01 {
  padding-top: 28px;
}

.useful .top .text01 {
  position: absolute;
  top: 55px;
  right: 0;
  font-size: 25px;
  color: #010101;
  line-height: 1.89;
}

@media screen and (max-width: 768px) {
  .useful .top .text01 {
    position: static;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
  }
}

.useful .top .txt01 {
  letter-spacing: 0.06em;
}

.useful .top .txt02 {
  margin-top: 14px;
}

.useful .top .circle {
  display: inline-block;
  width: 137px;
  height: 137px;
  padding-top: 34px;
  vertical-align: middle;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .useful .top .circle {
    position: relative;
    padding-top: 0;
    width: 26.111%;
    height: auto;
    vertical-align: bottom;
  }
  .useful .top .circle:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.useful .top .circle img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .useful .top .circle img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.useful .bottom {
  position: relative;
  padding: 50px 70px 42px;
  border: solid 5px #1e439d;
}

@media screen and (max-width: 768px) {
  .useful .bottom {
    margin-top: 22px;
    border-width: 2px;
    padding: 34px 6.33333% 40px;
  }
}

.useful .bottom .circle {
  position: absolute;
  top: -32%;
  left: -4%;
  color: #fff;
  width: 63px;
  height: 63px;
  padding-top: 25px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .useful .bottom .circle {
    top: -20px;
    left: 0;
  }
}

.useful .bottom .txt01 {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .useful .bottom .txt01 {
    font-size: 16px;
  }
}

.useful .bottom .txt02 {
  position: relative;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 950px) {
  .useful .bottom .txt02 {
    font-size: 16px;
    width: 100%;
    padding-left: 63px;
    margin-left: auto;
  }
}

.useful .bottom .box {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .useful .bottom .box {
    margin-top: 30px;
  }
}

.useful .bottom .box01, .useful .bottom .box02 {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .useful .bottom .box01, .useful .bottom .box02 {
    width: 100%;
  }
}

.useful .bottom .list01 {
  margin-top: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .useful .bottom .list01 {
    width: 100%;
    margin-top: 30px;
  }
}

.useful .bottom .list01 li {
  width: 25%;
  float: left;
  text-align: center;
}

.useful .bottom .list01 img {
  height: 32px;
}

.useful .bottom .list01 .txt {
  font-size: 13px;
  display: block;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .useful .bottom .list01 .txt {
    font-size: 11px;
  }
}

.useful .bottom .list01 .txt.last {
  margin-top: 0;
}

.useful .bottom .lead01 {
  font-size: 14px;
  background: #eee;
  padding: 8px 0;
  text-align: center;
  width: 94%;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .useful .bottom .lead01 {
    font-size: 12px;
  }
}

.useful .bottom .box01 {
  position: relative;
}

.useful .bottom .box01:after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  right: -32px;
  width: 17px;
  height: 31px;
  background: url(/afl/navi_lis_shain/img/ico_arrowRight_blue01.svg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .useful .bottom .box01:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -47px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/afl/navi_lis_shain/img/ico_arrowBottom_blue01.svg) no-repeat center;
    background-size: contain;
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .useful .bottom .box02 {
    margin-top: 58px;
  }
  .useful .bottom .box02 .txt02 {
    width: 100%;
    padding-left: 0;
  }
}

.useful .bottom .txt03 {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .useful .bottom .txt03 {
    margin-top: 10px;
  }
}

.useful .bottom .txt03 .image {
  display: inline-block;
  width: 35%;
  max-width: 66px;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .useful .bottom .txt03 .image {
    width: 20%;
  }
}

.useful .bottom .txt03 .image img {
  width: 100%;
}

.useful .bottom .txt03 .txt {
  position: relative;
  display: inline-block;
  font-size: 19px;
  top: -10px;
  max-width: 210px;
  width: 70%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .useful .bottom .txt03 .txt {
    font-size: 16px;
    width: 73.535948%;
  }
}

.useful .bottom .txt04 {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .useful .bottom .txt04 {
    font-size: 31px;
  }
}

.useful .lead02 {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  bottom: -70px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .useful .lead02 {
    position: static;
    margin-top: 28px;
    font-size: 13px;
  }
}

.useful .link01 {
  display: inline-block;
  position: relative;
  font-size: 15px;
  border: solid 1px #a0a0a0;
  padding: 10px 20px 10px 50px;
  vertical-align: middle;
  margin-left: 20px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .useful .link01 {
    font-size: 12px;
    margin-top: 12px;
    margin-left: 0;
  }
}

.useful .link01:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 16px;
  height: 14px;
  background: url(/afl/navi_lis_shain/img/ico_link01.png) no-repeat center;
  background-size: contain;
}

.change {
  padding: 52px 0 48px;
}

@media screen and (max-width: 768px) {
  .change {
    padding: 36px 0 38px;
  }
}

.change h2 {
  height: 42px;
  text-indent: -9999px;
  background: url(/afl/navi_lis_shain/img/txt/txt_txt08_pc.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  .change h2 {
    width: 95.138889%;
    height: auto;
    background: url(/afl/navi_lis_shain/img/txt/txt_txt08_sp.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
  }
  .change h2:after {
    content: "";
    display: block;
    padding-top: 7.027818%;
  }
}

.change h2 + p {
  font-size: 24px;
  text-align: center;
  line-height: 1.48;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .change h2 + p {
    font-size: 16px;
  }
}

.overseas, .area {
  text-align: center;
}

.overseas .ttl01, .area .ttl01 {
  display: inline-block;
  width: 86px;
  height: 86px;
  padding-top: 33px;
}

@media screen and (max-width: 768px) {
  .overseas .ttl01, .area .ttl01 {
    width: 52px;
    height: 52px;
    padding-top: 16px;
  }
}

.overseas .ttl01 img, .area .ttl01 img {
  width: 100%;
}

.overseas .txt01, .area .txt01 {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .overseas .txt01, .area .txt01 {
    font-size: 14px;
    line-height: 1.28;
  }
}

.overseas {
  padding: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  .overseas {
    padding: 22px 0 20px;
  }
}

.overseas .txt01 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .overseas .txt01 {
    margin-top: 13px;
  }
}

.overseas .list01 {
  margin-top: 23px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .overseas .list01 {
    margin-top: 18px;
  }
}

.overseas .list01 li {
  position: relative;
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .overseas .list01 li {
    width: 100%;
  }
}

.overseas .image img {
  width: 100%;
}

.overseas dt img {
  width: 127px;
}

@media screen and (max-width: 768px) {
  .overseas dt img {
    width: 68px;
  }
}

.overseas .txt02 {
  width: 88%;
  padding: 36px 0 39px;
}

@media screen and (max-width: 768px) {
  .overseas .txt02 {
    padding: 14px 0 16px;
  }
}

.overseas dd {
  vertical-align: middle;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .overseas dd {
    padding-top: 9px;
  }
}

.overseas dd span {
  display: inline-block;
  vertical-align: middle;
}

.overseas dd span img {
  width: 166px;
}

@media screen and (max-width: 950px) {
  .overseas dd span img {
    width: 144px;
  }
}

@media screen and (max-width: 768px) {
  .overseas dd span img {
    width: 102px;
  }
}

.overseas dd span + span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(/afl/navi_lis_shain/img/ico_arrowRight_white01.svg) no-repeat center;
  background-size: contain;
  margin: 0 15px 4px;
}

@media screen and (max-width: 768px) {
  .overseas dd span + span:before {
    width: 6px;
    margin: 0 10px -1px;
  }
}

.overseas .list01 li + li dt img {
  width: 105px;
}

@media screen and (max-width: 768px) {
  .overseas .list01 li + li dt img {
    width: 51px;
  }
}

.overseas .taC {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .overseas .taC {
    margin-top: 10px;
  }
}

.overseas .taC img {
  width: 155px;
}

@media screen and (max-width: 768px) {
  .overseas .taC img {
    width: 106px;
  }
}

.area {
  padding: 31px 0 61px;
}

@media screen and (max-width: 768px) {
  .area {
    padding: 29px 0 26px;
  }
}

.area .txt01 {
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .area .txt01 {
    margin-top: 20px;
  }
}

.area .box {
  position: relative;
}

.area .list01 {
  overflow: hidden;
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .area .list01 {
    margin-top: 24px;
  }
}

.area .list01 li {
  position: relative;
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .area .list01 li img {
    width: 100%;
  }
}

.area .list01 span {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 13px;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .area .list01 span {
    bottom: auto;
    font-size: 8px;
  }
}

@media screen and (max-width: 768px) {
  .area .list01 li:first-child span, .area .list01 li:nth-child(2) span {
    top: 3px;
  }
  .area .list01 li:last-child span, .area .list01 li:nth-child(3) span {
    bottom: 3px;
  }
}

.area .list01 li:nth-child(odd) span {
  left: 7px;
}

@media screen and (max-width: 768px) {
  .area .list01 li:nth-child(odd) span {
    left: 3px;
  }
}

.area .list01 li:nth-child(even) span {
  right: 7px;
}

@media screen and (max-width: 768px) {
  .area .list01 li:nth-child(even) span {
    right: 3px;
  }
}

.area .txt02 {
  padding: 32px 0 38px;
  max-width: 528px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .area .txt02 {
    width: 81.111%;
    padding: 17px 0 19px;
    max-width: none;
  }
}

.area .txt02 dt img {
  width: 98px;
}

@media screen and (max-width: 768px) {
  .area .txt02 dt img {
    width: 51px;
  }
}

.area .txt02 dd {
  margin-top: 18px;
}

.area .txt02 dd span img {
  width: 190px;
}

@media screen and (max-width: 768px) {
  .area .txt02 dd span img {
    width: 102px;
  }
}

.area .txt02 dd span + span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(/afl/navi_lis_shain/img/ico_arrowRight_white01.svg) no-repeat center;
  background-size: contain;
  margin: 0 15px 7px;
}

@media screen and (max-width: 768px) {
  .area .txt02 dd span + span:before {
    width: 6px;
    margin: 0 10px 0;
  }
}

.area .txt02 dd span + span img {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .area .txt02 dd span + span img {
    width: 89px;
  }
}

.area .taC {
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .area .taC {
    margin-top: 10px;
  }
}

.area .taC img {
  width: 155px;
}

@media screen and (max-width: 768px) {
  .area .taC img {
    width: 106px;
  }
}

.know {
  padding: 58px 0 81px;
}
.know .image img{
	width: 160px;
}

@media screen and (max-width: 768px) {
  .know {
    padding: 26px 0 29px;
  }
  .know .image img {
    width: 120px;
  }
}

.know .contentIn {
  max-width: 810px;
}

.know h2 {
  height: 43px;
  text-indent: -9999px;
  background: url(/afl/navi_lis_shain/img/txt/txt_txt19_pc.png) no-repeat center;
  margin: 28px auto 38px;
}

@media screen and (max-width: 768px) {
  .know h2 {
    height: auto;
    background: url(/afl/navi_lis_shain/img/txt/txt_txt19_sp.png) no-repeat center;
    background-size: 100%;
    margin: 20px 0 16px;
  }
  .know h2:after {
    content: "";
    display: block;
    padding-top: 6.223479%;
  }
}

.know dl {
  border-top: solid 1px #a0a0a0;
  padding: 20px 20px 20px;
}

@media screen and (max-width: 768px) {
  .know dl {
    border-top: 0;
    border-bottom: solid 1px #a0a0a0;
    padding: 14px 0 19px;
  }
}

.know dl.last {
  border-bottom: solid 1px #a0a0a0;
}

.know dt {
  position: relative;
  cursor: pointer;
}

.know dd {
  padding-bottom: 10px;
}

.know .int {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  margin-right: 29px;
}

@media screen and (max-width: 768px) {
  .know .int {
    width: 36px;
    margin-right: 21px;
  }
}

.know .int img {
  width: 100%;
}

.know .ttl {
  font-size: 19px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .know .ttl {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
  }
}

.know .ttl span {
  font-size: 26px;
  font-weight: 500;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .know .ttl span {
    font-size: 19px;
  }
}

.know .ico {
  position: absolute;
  display: block;
  top: 26px;
  right: 23px;
  width: 28px;
  height: 7px;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .know .ico {
    width: 16px;
    top: 18px;
    right: 0;
  }
}

.know .ico:before, .know .ico:after {
  content: "";
  display: block;
  position: absolute;
  width: 57%;
  height: 1px;
  background: #000;
  transform-origin: center;
}

.know .ico:before {
  bottom: 0;
  left: 0;
  transform: rotate(40deg);
}

.know .ico:after {
  bottom: 0;
  right: 0;
  transform: rotate(140deg);
}

.know .active .ico {
  transform: rotate(180deg);
}

.know .example {
  position: absolute;
  top: 19px;
  left: 21px;
  width: 63px;
  height: 63px;
  color: #fff;
  padding-top: 23px;
}

@media screen and (max-width: 768px) {
  .know .example {
    font-size: 9px;
    width: 44px;
    height: 44px;
    padding-top: 18px;
    left: 2%;
  }
}

.know .lead {
  position: relative;
  max-width: 82%;
  background: #f7f7f7;
  margin: 16px auto 0;
  padding: 28px 21px 29px;
}

@media screen and (max-width: 768px) {
  .know .lead {
    max-width: none;
    margin-top: 20px;
    padding: 24px 23px;
  }
}

@media screen and (max-width: 768px) {
  .know .lead01 {
    padding: 14px 1.913043%;
  }
}

.know .block01, .know .block02 {
  overflow: hidden;
	display: flex;
	justify-content:center;
}

.know .block01 .item, .know .block02 .item {
  float: left;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .know .block01 .item, .know .block02 .item {
	  float: left;
	  padding: 10px 2.4%;
	}
}

.know .block01 .item + .item, .know .block02 .item + .item {
  border-left: solid 1px #a0a0a0;
}

.know .block01 .txt01, .know .block01 .txt02, .know .block02 .txt01, .know .block02 .txt02 {
  font-size: 15px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .know .block01 .txt01, .know .block01 .txt02, .know .block02 .txt01, .know .block02 .txt02 {
    font-size: 9px;
  }
}

.know .block01 .txt02, .know .block02 .txt02 {
  margin-top: 6px;
}

.know .block01 .txt02 span, .know .block02 .txt02 span {
  font-size: 25px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  .know .block01 .txt02 span, .know .block02 .txt02 span {
    font-size: 15px;
  }
}

.know .block01 {
  width: 95%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .know .block01 {
    width: 85%;
    margin: 0 auto;
  }
}

.know .block01 .item {
  width: 48%;
  text-align: center;
}

.know .block02 {
  margin-top: 20px;
}

.know .block02 .item {
/*  width: 33%;*/
  text-align: center;
}

.know .txt03 {
  line-height: 1.86;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .know .txt03 {
    font-size: 11px;
  }
}

.know .txt04 {
  font-size: 20px;
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .know .txt04 {
    font-size: 15px;
  }
}

.know .taC a {
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .know .taC a {
    margin-top: 20px;
	padding-left: 0;
	  padding-right: 0;
  }
}

.know .taC a img {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .know .taC a img {
    width: 264px;
  }
}

.app {
  padding: 44px 0 75px;
}

@media screen and (max-width: 768px) {
  .app {
    padding: 22px 0;
  }
}

.app .contentIn {
  max-width: 810px;
}

.app .accoDl {
  border: solid 1px #000;
}

.app .accoDl dt {
  position: relative;
  font-size: 18px;
  padding: 23px 49px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .app .accoDl dt {
    padding: 22px 18px;
    font-size: 12px;
  }
}

.app .accoDl .ico {
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  top: 20px;
  right: 27px;
}

@media screen and (max-width: 768px) {
  .app .accoDl .ico {
    width: 17px;
    height: 17px;
    right: 18px;
  }
}

.app .accoDl .ico:before, .app .accoDl .ico:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app .accoDl .ico:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all .3s;
}

.app .accoDl .active .ico:before {
  transform: translate(-50%, -50%) rotate(0);
}

.app .accoDl dd .text {
  margin: 0 17px 16px;
  padding: 45px 34px 36px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .app .accoDl dd .text {
    padding: 25px 20px 23px;
  }
}

.app .accoDl dd p {
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .app .accoDl dd p {
    font-size: 11px;
  }
}

.app .accoDl dd p + p {
  margin-top: 16px;
}

.app h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 53px;
  padding-bottom: 26px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 768px) {
  .app h3 {
    margin-top: 27px;
    font-size: 12px;
    padding-bottom: 16px;
  }
}

.app .list01 {
  margin-top: 36px;
  overflow: hidden;
}

.app .list01 li {
  width: 22%;
  max-width: 179px;
  float: left;
}

@media screen and (max-width: 768px) {
  .app .list01 li {
    width: 50%;
    max-width: none;
    text-align: center;
		margin-bottom: 14px;
  }
}

.app .list01 li + li {
  margin-left: 4%;
}

@media screen and (max-width: 768px) {
  .app .list01 li + li {
    margin-left: 0;
  }
}

.app .list01 li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .app .list01 li img {
    width: 64.927536%;
  }
}

.app .list01 .name {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.666;
  text-align: center;
  height: 3em;
}

@media screen and (max-width: 768px) {
  .app .list01 .name {
    margin-top: 7px;
    font-size: 9px;
  }
}

.app .list01 li a {
  display: block;
  width: 100%;
	min-width: 100%;
	padding: 14px 0;
	margin-top: 20px;
}

.app .list01 li a:after {
  content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 8px;
    width: 6px;
    height: 16px;
    background: url(/afl/navi_lis_shain/img/ico_arrowRight_white02.svg) no-repeat center;
    background-size: contain;
}

.app .list01 li a img {
  width: 70%;
	margin: auto;
	backface-visibility: hidden;
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .app .list01 li a {
	  display: block;
	  width: 95%;
		min-width: 95%;
		padding: 9px 0;
	  	margin: 10px auto 0;
	}
	.app .list01 li:nth-child(1) .name {
	  height: 3em;
	}
	.app .list01 li:nth-child(2) .name {
	  height: 3em;
	}
	.app .list01 li a:after {
  content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 8px;
    width: 6px;
    height: 16px;
    background: url(/afl/navi_lis_shain/img/ico_arrowRight_white02.svg) no-repeat center;
    background-size: contain;
}

	.app .list01 li a img {
	position: relative;
    top: -2px;
}
}

@media screen and (max-width: 768px) {
  .app .list01 .name {
    margin-top: 7px;
    font-size: 9px;
  }
}

.app .boxCardSummary__content {
	padding: 30px;
}
@media only screen and (max-width: 768px) {
	.app .boxCardSummary__content {
		padding: 15px;
	}
}
.app .boxCardSummary__column {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
	.app .boxCardSummary__column {
		margin-top: 15px;
		max-width: 335px;
	}
}
.app .boxCardSummary__columnImage {
	margin-right: 40px;
}
@media only screen and (max-width: 768px) {
	.app .boxCardSummary__columnImage {
		width: 135px;
		margin-right: 15px;
	}
	.app .boxCardSummary__columnImage img{
		width: 100%;
	}
}
.app .boxCardSummary__columnText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.app .boxCardSummary__columnText .osusume dl {
	border: 1px solid #ccc;
  text-align: center;
}
.app .boxCardSummary__columnText .osusume dl dt {
	background-color: #ccc;
}
.app .boxCardSummary__columnText .osusume dl dd {
	background-color: #fff;
}
.app .boxCardSummary__columnText .osusume dl dt, .boxCardSummary__columnText .osusume dl dd {
	padding: 8px;
}
@media only screen and (max-width: 768px) {
	.app .boxCardSummary__columnText .osusume dl dt, .boxCardSummary__columnText .osusume dl dd {
		font-size: 11px;
		padding: 4px;
	}
}
.app .boxCardSummary__columnText .card_info .appeal_txt {
  margin-top: 20px;
  border: 1px solid #cf0000;
  color: #cf0000;
  text-align: center;
  padding: 6px;
  font-size: 22px;
  font-weight: bold;
	background: #fff;
}
@media only screen and (max-width: 768px) {
	.app .boxCardSummary__columnText .card_info .appeal_txt {
		margin-top: 10px;
		padding: 4px;
		font-size: 14px;
	}
}

.app .taC {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .app .taC {
    margin-top: 5px;
  }
}

.app .taC a img {
  width: 211px;
}

@media screen and (max-width: 768px) {
  .app .taC a img {
    width: 144px;
  }
}

#footer {
  font-size: 10px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  #footer {
    font-size: 7px;
    text-align: center;
    padding: 18px 0;
  }
}


.mgb20 {
	margin-bottom: 20px !important;
}


.bd_mgn {
	border-bottom: solid 1px #a0a0a0;
	padding-bottom: 20px;
}

.line01 {border-left: none !important;}

.item.line01 hr {
	width: 75%;
}


.noteList{font-size:14px;line-height:18px;}
.noteList > li{margin-top:3px;padding-left:1.2em;}
.noteList > li:first-child{margin-top:0}
.noteList > li > span.listMark{width:1em;margin-right:0.2em;margin-left:-1.2em;display:inline-block;*display:inline;zoom:1;}
.noteList > li.clrRD{color:#cc0000}

.head__attention .conditions {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-left: 3px;
  display: inline-block;
  font-weight: normal;
	vertical-align: baseline;
}
.head__attention .conditions .tag {
  display: inline-block;
  padding: 1px 3px;
  min-width: 80px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 5px;
}
