@charset "UTF-8";
@import url("/csmembers/common/icon/icon.css");

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.main article p,
.main article a,
.main article li {
  line-height: 1.8;
  font-size: 14px;
}
.main article img {
  height: auto;
  vertical-align: bottom;
}
.main article a {
  text-decoration: none;
  color: #000;
}
.main article.mile #anc02 .txtArea a {
  text-decoration: underline;
  color: #1953c7;
}
.main article .inner {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main article .inner {
    width: auto;
  }
}

/* bread
-------------------------------------*/
.main article .bread {
  padding: 9px 0 7px;
}
.main article .bread ul li {
  position: relative;
  float: left;
}
.main article .bread ul li + li {
  margin-left: 1.5em;
}
.main article .bread ul li + li:after {
  position: absolute;
  top: 0;
  left: -1.1em;
  width: 1em;
  height: 1em;
  content: ">";
}
.main article .bread ul li a {
  font-size: 10px;
}
.main article .bread ul li {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .main article .bread {
    padding: 0 10px;
  }
  .main article .bread ul li + li {
    margin-left: 1.2em;
  }
  .main article .bread ul li + li:after {
    left: -1em;
  }
}

/* mainPh
-------------------------------------*/
.main article.kokunai .mainPh .img {
  display: block;
  width: 100%;
  height: 315px;
  background: url(/csmembers/images/kokunai-lounge/top_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.main article.kaigai .mainPh .img {
  display: block;
  width: 100%;
  height: 315px;
  background: url(/csmembers/images/kaigai-lounge/top_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.main article.insurance .mainPh .img {
  display: block;
  width: 100%;
  height: 315px;
  background: url(/csmembers/images/insurance/top_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.main article.mile .mainPh .img {
  display: block;
  width: 100%;
  height: 315px;
  background: url(/csmembers/images/mile/top_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.main article.delivery .mainPh .img {
  display: block;
  width: 100%;
  height: 315px;
  background: url(/csmembers/images/travel-delivery/top_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.main article.annual-fee .mainPh .img {
  display: block;
  width: 100%;
  height: 315px;
  background: url(/csmembers/images/annual-fee/top_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.main article.business .mainPh .img {
  display: block;
  width: 100%;
  height: 315px;
  background: url(/csmembers/images/business/top_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.main article .mainPh .inner {
  margin-top: -180px;
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.7);
}
.main article .mainPh h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.15em;
}
.main article .mainPh h2 span {
  display: block;
  font-size: 20px;
}
.main article .mainPh p {
  width: 740px;
  margin: 20px auto 0;
}
.main article .mainPh .ttlTxt {
  padding-bottom: 21px;
}

br {
  font-family: sans-serif;
}
.main .awa {
  font-family: "M+ C Type-1 (basic latin) Thin", "M+ Type-1 (general-j) Thin", sans-serif;
}
.main .awa .light {
  font-family: "M+ C Type-1 (basic latin) Light", "M+ Type-1 (general-j) Light", sans-serif;
}
.main .awa .mainPh {
  background: url(/csmembers/images/awa/top_main.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.main .awa .mainPh .inner {
  margin-top: 0;
  padding-top: 0;
  background: none;
  color: #fff;
  padding: 130px 0;
}
.main .awa .mainPh .inner .logo img {
  margin-bottom: 30px;
}
.main .awa .mainPh .inner .logo.spImg img {
  display: none;
}
.main .awa .mainPh .inner h2 {
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  width: max-content;
  display: block;
  margin: 0 auto;
}
.main .awa .mainPh .inner h2 .sp {
  display: none;
}
.main .awa .mainPh .inner .free {
  margin: 20px auto 30px;
  font-size: 68px;
  line-height: 88px;
}
.main .awa .mainPh .inner .free .sp {
  display: none;
}
.main .awa .mainPh .inner .date {
  font-size: 22px;
  line-height: 36px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .main article.kokunai .mainPh .img {
    background: url(/csmembers/images/kokunai-lounge/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 158px;
  }
  .main article.kaigai .mainPh .img {
    background: url(/csmembers/images/kaigai-lounge/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 158px;
  }
  .main article.insurance .mainPh .img {
    background: url(/csmembers/images/insurance/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 158px;
  }
  .main article.mile .mainPh .img {
    background: url(/csmembers/images/mile/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 158px;
  }
  .main article.delivery .mainPh .img {
    background: url(/csmembers/images/travel-delivery/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 158px;
  }
  .main article.annual-fee .mainPh .img {
    background: url(/csmembers/images/annual-fee/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 158px;
  }
  .main article.business .mainPh .img {
    background: url(/csmembers/images/business/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 158px;
  }
  .main article .mainPh .inner {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 23px 0 0;
    padding-top: 0;
    background: none;
  }
  .main article .mainPh h2 {
    font-size: 20px;
  }
  .main article .mainPh h2 span {
    font-size: 12px;
  }
  .main article .mainPh p {
    width: auto;
    margin: 8px 10px 0;
  }

  .main .awa .mainPh {
    background: url(/csmembers/images/awa/top_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main .awa .mainPh .inner {
    padding: 35px 20px;
  }
  .main .awa .mainPh .inner .logo {
    padding: 0 20px;
    margin-bottom: 15px;
    display: block;
  }
  .main .awa .mainPh .inner .logo img {
    margin-bottom: 0;
  }
  .main .awa .mainPh .inner .logo.pcImg img {
    display: none;
  }
  .main .awa .mainPh .inner .logo.spImg img {
    display: block;
  }
  .main .awa .mainPh .inner h2 {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    width: 100%;
    letter-spacing: 0.1em;
  }
  .main .awa .mainPh .inner h2 .sp {
    display: block;
  }
  .main .awa .mainPh .inner .free {
    font-size: 29px;
    line-height: 38px;
    letter-spacing: 0.3em;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .main .awa .mainPh .inner .free .sp {
    display: block;
  }
  .main .awa .mainPh .inner .date {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

/* navArea
-------------------------------------*/
.main article .navArea {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
.main article .navArea li {
  width: 188px;
  height: 220px;
}
.main article.mile .navArea li {
  width: 220px;
}
.main article .navArea li + li {
  margin-left: 10px;
}
.main article .navArea li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 22px 0 70px;
  background: #a78951;
  color: #fff;
  transition: 0.2s;
}
.main article .navArea li a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 65px;
  content: "\e912";
  font-family: "icomoon";
  line-height: 1;
}
.main article .navArea li a span {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding-top: 90px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.main article .navArea li a .btnTtl {
  font-size: 13px;
}
.main article .navArea li a span:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  color: #fff;
  font-size: 70px;
}
.main article .navArea li a:hover {
  background: #c1c1c1;
}
.main article .navArea li a:hover:before {
  bottom: -5px;
}
@media only screen and (max-width: 767px) {
  .main article .navArea {
    display: block;
    margin: 30px 10px 0;
  }
  .main article .navArea li,
  .main article.mile .navArea li {
    width: 100%;
    height: auto;
  }
  .main article .navArea li + li {
    margin: 5px 0 0;
  }
  .main article .navArea li a {
    padding: 0;
  }
  .main article .navArea li a:before {
    bottom: 50%;
    left: inherit;
    right: 10px;
    margin: 0 0 -19px;
    font-size: 36px;
  }
  .main article .navArea li a span {
    justify-content: left;
    height: 65px;
    padding: 0 0 0 70px;
    text-align: left;
  }
  .main article .navArea li a .btnTtl {
    font-size: 14px;
  }
  .main article .navArea li a span:before {
    top: 50%;
    left: 15px;
    margin: -23px 0 0;
    font-size: 36px;
  }
}

/* detailARea
-------------------------------------*/
.main article .detailARea {
  margin-top: 100px;
  padding: 100px 0 110px;
  background: #f6f6f6;
}
.main article .detailARea04 {
  padding-bottom: 490px;
}
.main article .detailARea05 {
  padding-bottom: 210px;
}
.main article .detailARea06 {
  padding-bottom: 260px;
}
.main article .detailARea .block + .block {
  margin-top: 120px;
}
.main article .detailARea .block602 {
  margin-top: 174px;
}
.main article .detailARea .block .inner {
  position: relative;
  width: 980px;
  min-height: 700px;
  margin: 0 auto;
}
.main article .detailARea .block .txtArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 650px;
  padding: 30px 50px 80px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.main article .detailARea .block .txtArea p.icon {
  margin-bottom: 30px;
}
.main article .detailARea .block .txtArea h3 {
  position: relative;
  text-align: center;
  font-size: 28px;
}
.main article .detailARea .block .txtArea h3 span:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  font-size: 70px;
}
.main article .detailARea .block .txtArea h3 {
  font-weight: 500;
  padding-top: 95px;
}
.main article .detailARea .block .txtArea p {
  margin: 20px 0 0;
}
.main article .detailARea .block .txtArea .sBox {
  margin-top: 0;
}
.main article .detailARea .block .txtArea p .sCard {
  font-size: 12px;
}
.main article .detailARea .block .txtArea p .sCard > a {
  font-size: 12px;
  text-decoration: underline;
  color: #2e6be5;
}
.main article .detailARea .block .txtArea p .sCard {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
/* .main article .detailARea .block .txtArea p .sCard b{
  font-weight: normal;
  display: inline-table;
  max-width: calc(100% - 1em);
} */
.main article .detailARea .block .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main article .detailARea .block:nth-child(even) .txtArea {
  left: inherit;
  right: 0;
}
.main article .detailARea .block:nth-child(even) .img {
  right: inherit;
  left: 0;
}
.main article .detailARea .block .img402 {
  bottom: -380px;
}
.main article .detailARea .block .img502 {
  bottom: -100px;
}
.main article .detailARea .block .img601 {
  bottom: -54px;
}
.main article .detailARea .block .img602 {
  bottom: -150px;
}

.main article .detailARea .noteArea {
  margin-top: 75px;
}
.main article .detailARea .noteArea li {
  padding-left: 1em;
  text-indent: -1em;
}

.main .awa .detailARea .block .txtArea {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-bottom: 90px;
}
.main .awa .detailARea .block .txtArea h3 {
  padding-top: 0;
}
.main .awa .detailARea .block .img {
  position: absolute;
  top: 0;
  left: 0;
  right: inherit;
}
.main .awa .detailARea .block:nth-child(odd) .txtArea {
  left: inherit;
}
.main .awa .detailARea .block:nth-child(even) .txtArea {
  right: inherit;
  left: 0;
}
.main .awa .detailARea .block:nth-child(even) .img {
  left: inherit;
  right: 0;
}

.main .awa .detailARea {
  margin-top: 0;
  padding: 110px 0 0;
  text-align: center;
}
.main .awa .detailARea .note {
  text-align: center;
}
.main .awa .detailARea .note h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
.main .awa .detailARea .note p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 70px;
}
.main .awa .detailARea .note .sp {
  display: none;
}
.main .awa .detailARea .block + .block {
  margin-top: 0;
}
.main .awa .detailARea .block .txtArea p {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  text-align: left;
  margin-top: 30px;
}
.main .awa .detailARea .block .txtArea p .pc {
  display: block;
}
.main .awa .detailARea .block .inner {
  min-height: 520px;
}
.main .awa .detailARea .kinou {
  background: #fff;
  padding: 70px 0 85px;
}
.main .awa .detailARea .kinou h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 46px;
}
.main .awa .detailARea .kinou .note {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 70px;
}
.main .awa .detailARea .kinou .note .pc {
  display: block;
}
.main .awa .detailARea .kinou .inner .box {
  float: left;
  width: 196px;
  position: relative;
  padding-top: 90px;
}
.main .awa .detailARea .kinou .inner .box b {
  font-weight: normal;
}
.main .awa .detailARea .kinou .inner .box .img {
  margin-bottom: 35px;
}
.main .awa .detailARea .kinou .inner .box .img span {
  vertical-align: middle;
}
.main .awa .detailARea .kinou .inner .box .img span:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  font-size: 70px;
}
.main .awa .detailARea .kinou .inner01 .box:nth-child(6) {
  margin-left: 196px;
}

@media only screen and (max-width: 767px) {
  .main article .detailARea {
    margin-top: 10px;
    padding: 40px 10px;
  }
  .main article .detailARea .block + .block {
    margin-top: 10px;
  }
  .main article .detailARea .block .inner {
    width: auto;
    min-height: auto;
  }
  .main article .detailARea .block .txtArea {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 20px 20px 14px;
    background: #fff;
    box-shadow: none;
  }
  .main article .detailARea .block .txtArea h3 {
    padding-top: 44px;
    font-size: 16px;
  }
  .main article .detailARea .block .txtArea h3 span:before {
    margin-left: -18px;
    font-size: 36px;
  }
  .main article .detailARea .block .txtArea p.lead {
    margin-top: 0;
  }
  .main article .detailARea .block .img {
    position: inherit;
    bottom: inherit;
    right: inherit;
    padding: 0 20px 20px;
    background: #fff;
  }
  .main article .detailARea .block:nth-child(even) .txtArea {
    right: inherit;
  }
  .main article .detailARea .block:nth-child(even) .img {
    left: inherit;
  }

  .main article .detailARea .noteArea {
    margin-top: 20px;
  }
  .main article .detailARea .noteArea li {
    font-size: 12px;
  }

  .main .awa .detailARea {
    padding: 45px 0 0;
  }
  .main .awa .detailARea .note h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .main .awa .detailARea .note p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 50px;
  }
  .main .awa .detailARea .note .sp {
    display: block;
  }
  .main .awa .detailARea .block {
    margin: 0 10px 10px;
  }
  .main .awa .detailARea .block:last-child {
    margin-bottom: 40px;
  }
  .main .awa .detailARea .block .inner {
    min-height: auto;
  }
  .main .awa .detailARea .block .txtArea {
    position: inherit;
    padding-bottom: 20px;
  }
  .main .awa .detailARea .block .img {
    position: inherit;
  }
  .main .awa .detailARea .block .img img {
    width: auto;
    height: 160px;
  }
  .main .awa .detailARea .block .txtArea h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .main .awa .detailARea .block .txtArea p.icon {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 15px;
  }
  .main .awa .detailARea .block .txtArea p.icon img {
    width: 35px;
    height: 35px;
  }
  .main .awa .detailARea .block .txtArea p .pc {
    display: none;
  }
  .main .awa .detailARea .kinou {
    padding: 50px 20px 0;
  }
  .main .awa .detailARea .kinou h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .main .awa .detailARea .kinou .note {
    font-size: 14px;
    line-height: 25px;
  }
  .main .awa .detailARea .kinou .note .pc {
    display: none;
  }
  .main .awa .detailARea .kinou .note {
    margin-bottom: 35px;
  }
  .main .awa .detailARea .kinou .inner .box {
    width: calc(100% / 2);
    width: -webkit-calc(100% / 2);
  }
  .main .awa .detailARea .kinou .inner01 .box:nth-child(6) {
    margin-left: 0;
  }
}

/* otherArea
-------------------------------------*/
.main article .otherArea {
  padding: 60px 0 100px;
  background-size: 100% auto;
  background-position: center top;
  background-color: #c1c1c1;
}
.main article.kokunai .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_01.jpg) no-repeat;
  background-size: 100% auto;
}
.main article.kaigai .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_02.jpg) no-repeat;
  background-size: 100% auto;
}
.main article.insurance .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_03.jpg) no-repeat;
  background-size: 100% auto;
}
.main article.mile .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_01.jpg) no-repeat;
  background-size: 100% auto;
}
.main article.delivery .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_02.jpg) no-repeat;
  background-size: 100% auto;
}
.main article.annual-fee .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_03.jpg) no-repeat;
  background-size: 100% auto;
}
.main article.business .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_02.jpg) no-repeat;
  background-size: 100% auto;
}
.main .otherArea .other {
  padding: 40px 0 20px;
  background: rgba(255, 255, 255, 0.8);
}
.main .otherArea .other + .other {
  margin-top: 60px;
}
.main .otherArea .other h3 {
  text-align: center;
  font-size: 28px;
}
.main .otherArea .other .other-notes {
  padding: 2%;
  font-size: 12px;
}

.main article.awa .otherArea {
  background: #c1c1c1 url(/csmembers/images/service_bg_04.jpg) no-repeat;
  background-size: 100% auto;
}
.main article.awa .otherArea .other h3 {
  font-weight: 500;
}
.main article.awa .otherArea .other h3 .sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .main article .otherArea {
    padding: 25px 10px 50px;
  }
  .main article.kokunai .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_01_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main article.kaigai .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_02_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main article.insurance .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_03_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main article.mile .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_01_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main article.delivery .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_02_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main article.annual-fee .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_03_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main article.business .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_02_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main .otherArea .other {
    padding: 15px 0 10px;
  }
  .main .otherArea .other + .other {
    margin-top: 30px;
  }
  .main .otherArea .other h3 {
    font-size: 2.2rem;
  }

  .main article.awa .otherArea {
    background: #c1c1c1 url(/csmembers/images/service_bg_04_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .main article.awa .otherArea .other + .other {
    margin-top: 10px;
  }
  .main article.awa .otherArea .other h3 {
    font-weight: 500;
  }
  .main article.awa .otherArea .other h3 .sp {
    display: block;
  }
}

/*other01*/
.main .otherArea .other01 .listArea {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.main .otherArea .other01 .listArea .list {
  width: 31%;
  margin: 0 1.16%;
  padding: 50px 0 50px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .main .otherArea .other01 .listArea .list:not(.sbs) dl {
    margin-top: 3em;
  }
}
.main .otherArea .other01 .listArea .list.wide {
  width: calc(100% - 10px);
}
.main .otherArea .other01 .listArea .list.sbs {
  border: #b1b1b1 2px solid;
}
.main .otherArea .other01 .listArea .list.sbs .entry_faq {
  text-align: center;
  display: block;
  font-size: 12px;
}
.main .otherArea .other01 .listArea .list.sbs .entry_faq a {
  color: #a78951;
  font-weight: 500;
  font-size: 12px;
  border-bottom: #a78951 1px solid;
}
.main .otherArea .other01 .listArea .list {
  font-size: 12px;
  text-align: center;
  position: relative;
}
.main .otherArea .other01 .listArea .list span.lead {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.main .otherArea .other01 .listArea .list span.lead img {
  margin: 0 auto;
  display: block;
  /* max-width: 360px;
  margin: 0 auto;
	background: -webkit-linear-gradient(left, rgba(156, 156, 156,0) 0%,rgba(156, 156, 156,0.45) 9%,rgba(156, 156, 156,1) 20%,rgba(156, 156, 156,1) 40%,rgba(156, 156, 156,1) 80%,rgba(156, 156, 156,0.45) 91%,rgba(156, 156, 156,0) 100%);
	background: linear-gradient(to right, rgba(156, 156, 156,0) 0%,rgba(156, 156, 156,0.45) 9%,rgba(156, 156, 156,1) 20%,rgba(156, 156, 156,1) 40%,rgba(156, 156, 156,1) 80%,rgba(156, 156, 156,0.45) 91%,rgba(156, 156, 156,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a08f59', endColorstr='#009e8d57',GradientType=1 );
  color: #fff;
  font-size: 14px;
  font-weight: 500; */
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other01 .listArea .list span.lead img {
    width: 300px;
  }
}
.main .otherArea .other01 .listArea .list img {
  display: block;
  margin: 0 auto 10px;
}
.main .otherArea .other01 .listArea .list > img:nth-of-type(1) {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  max-width: 250px;
  width: 100%;
}
.main .otherArea .other01 .listArea .list.sbs > img:nth-of-type(1) {
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
}
.main .otherArea .other01 .listArea .list > img:nth-of-type(2) {
  padding-top: 5px;
  height: 40px;
  /* width: 100%; */
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other01 .listArea .list > img:nth-of-type(2) {
    height: auto;
  }
}
.main .otherArea .other01 .listArea .list .btnArea {
  display: flex;
  width: 346px;
  margin: 10px auto 0;
}
.main .otherArea .other01 .listArea .list .btnArea li {
  width: 100%;
}
.main .otherArea .other01 .listArea .list .btnArea li + li {
  margin-left: 10px;
}
.main .otherArea .other01 .listArea .list .btnArea a {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  transition: 0.2s;
}
.main .otherArea .other01 .listArea .list .btnArea .red a {
  background: #dd2b3c;
}
.main .otherArea .other01 .listArea .list .btnArea .gray a {
  background: #979fa5;
}
.main .otherArea .other01 .listArea .list .btnArea a:hover {
  opacity: 0.6;
}
.main .otherArea .other01 .listArea .list .btnArea .linkSp {
  display: none;
}
.main .otherArea .other01 .listArea .alert_txt {
  padding: 15px 0 15px 65px;
  font-size: 12px;
}
.main .otherArea .other01 .listArea .list .listClub {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other01 .listArea {
    display: block;
    margin-top: 13px;
  }
  .main .otherArea .other01 .listArea .list {
    width: 100%;
    margin: 0;
    padding: 50px 13px 25px;
  }
  .main .otherArea .other01 .listArea .list + .list {
    margin-top: 10px;
  }
  .main .otherArea .other01 .listArea .list {
    font-size: 10px;
  }
  .main .otherArea .other01 .listArea .list img {
    display: block;
    width: 180px;
    margin: 0 auto 5px;
  }
  .main .otherArea .other01 .listArea .list .btnArea {
    width: 100%;
    margin-top: 5px;
  }
  .main .otherArea .other01 .listArea .list .btnArea li + li {
    margin-left: 5px;
  }
  .main .otherArea .other01 .listArea .list .btnArea a {
    line-height: 40px;
    font-size: 12px;
  }
  .main .otherArea .other01 .listArea .list .btnArea .linkPc {
    display: none;
  }
  .main .otherArea .other01 .listArea .list .btnArea .linkSp {
    display: block;
  }
}

/*other02*/
.main .otherArea .other02 .listArea {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px -5px 0;
}
.main .otherArea .other02 .listArea li {
  position: relative;
  width: calc(25% - 10px);
  margin: 5px;
  background: #fff;
  text-align: center;
  padding-bottom: 2.5em;
}
.main .otherArea .other02 .listArea li:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #00437c transparent;
  content: "";
}
.main .otherArea .other02 .listArea li a {
  display: block;
  padding-bottom: 8px;
}
/* .main .otherArea .other02 .listArea li:nth-child(6) a,
.main .otherArea .other02 .listArea li:last-child a{
  font-size: 10px;
} */
/* .main .otherArea .other02 .listArea li:nth-child(6) a span,
.main .otherArea .other02 .listArea li:last-child a span {
  margin-bottom: 12px;
} */

.main .otherArea .other02 .listArea li a dt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  padding: 0.75em 0;
  font-weight: 500;
  height: 5em;
}
.main .otherArea .other02 .listArea li a dd {
  line-height: 1.8;
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 1050px) {
  .main .otherArea .other02 .listArea li a dt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other02 .listArea li a dt {
    font-size: 1.2rem;
    height: 4em;
  }
  .main .otherArea .other02 .listArea li a dd {
    line-height: 1.8;
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
  }
}

.main .otherArea .other02 .listArea li a span.img {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.main .otherArea .other02 .listArea li a span.img img {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.main .otherArea .other02 .listArea li a span.img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s;
  content: "";
}
.main .otherArea .other02 .listArea li a span.img img {
  width: 100%;
}
.main .otherArea .other02 .listArea li a:hover span.img:after {
  background: rgba(0, 0, 0, 0.6);
}

.main .otherArea .other02 .listArea li.cr a span:after {
  background: rgba(0, 0, 0, 0.6);
}

.main .otherArea .other02 .listArea li a span.link {
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  width: 100%;
  color: #538dff;
}
.main .otherArea .other02 .listArea li a span.link:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #538dff;
  border-right: 1px solid #538dff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main .otherArea .other02 .listArea li a:hover span img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main .otherArea .other02 .listArea li.cr a:hover span img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other02 .listArea {
    justify-content: left;
    margin: 10px 0 0;
  }
  .main .otherArea .other02 .listArea li {
    width: calc(50% - 4px);
    margin: 2px;
  }
  .main .otherArea .other02 .listArea li:after {
    border-width: 0 0 16px 16px;
  }
  .main .otherArea .other02 .listArea li a {
    padding-bottom: 4px;
    font-size: 10px;
    line-height: 1.5;
  }
  .main .otherArea .other02 .listArea li a span.img {
    margin-bottom: 4px;
  }
  .main .otherArea .other02 .listArea li a span.img:after {
    width: 100%;
    height: 100%;
  }
  .main .otherArea .other02 .listArea li:last-child a {
    /* padding: 0 10px 4px;
    text-align: left; */
  }
  .main .otherArea .other02 .listArea li:last-child a span {
    /* margin: 0 -10px 4px; */
  }
  .main .otherArea .other02 .listArea li a span.link {
    font-size: 12px;
  }
}

/*other03*/
.main .awa .otherArea .other03 {
  padding: 20px;
}
.main .awa .otherArea .other03 h3 {
  padding-bottom: 20px;
}
.main .awa .otherArea .other03 .box {
  width: 100%;
  padding: 60px;
  background: #fff;
}
.main .awa .otherArea .other03 .box .img.pcImg img {
  box-shadow: 0px 5px 8px -4px #999;
  margin-bottom: 36px;
}
.main .awa .otherArea .other03 .box .img.spImg img {
  display: none;
}
.main .awa .otherArea .other03 .box li {
  font-size: 14px;
  line-height: 21px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.main .awa .otherArea .other03 .box li a {
  color: #2e6be5;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .main .awa .otherArea .other03 {
    padding: 15px 10px 10px;
  }
  .main .awa .otherArea .other03 .box {
    padding: 20px 10px 10px;
  }
  .main .awa .otherArea .other03 .box .img.pcImg img {
    display: none;
  }
  .main .awa .otherArea .other03 .box .img.spImg img {
    display: block;
    box-shadow: 0px 5px 8px -4px #bbb;
    margin-bottom: 15px;
  }
  .main .awa .otherArea .other03 .box li {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .main .awa .otherArea .other03 .box li:last-child {
    margin-bottom: 0;
  }
}

/*other04*/
.main .otherArea .other04 .listArea {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.main .otherArea .other04 .listArea .list {
  width: 19%;
  margin: 0 0.5%;
  padding: 50px 0 50px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .main .otherArea .other04 .listArea .list:not(.sbs) dl {
    margin-top: 3em;
  }
}
.main .otherArea .other04 .listArea .list.wide {
  width: calc(100% - 10px);
}
.main .otherArea .other04 .listArea .list.sbs {
  border: #b1b1b1 2px solid;
}
.main .otherArea .other04 .listArea .list.sbs .entry_faq {
  text-align: center;
  display: block;
  font-size: 12px;
}
.main .otherArea .other04 .listArea .list.sbs .entry_faq a {
  color: #a78951;
  font-weight: 500;
  font-size: 12px;
  border-bottom: #a78951 1px solid;
}
.main .otherArea .other04 .listArea .list {
  font-size: 12px;
  text-align: center;
  position: relative;
}
.main .otherArea .other04 .listArea .list span.lead {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.main .otherArea .other04 .listArea .list span.lead img {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other04 .listArea .list span.lead img {
    width: 300px;
  }
}
.main .otherArea .other04 .listArea .list img {
  display: block;
  margin: 0 auto 10px;
}
.main .otherArea .other04 .listArea .list > img:nth-of-type(1) {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  max-width: 160px;
  width: 100%;
}
.main .otherArea .other04 .listArea .list.sbs > img:nth-of-type(1) {
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
}
.main .otherArea .other04 .listArea .list > img:nth-of-type(2) {
  padding-top: 5px;
  height: 30px;
  /* width: 100%; */
}
.main .otherArea .other04 .listArea .list span {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other04 .listArea .list > img:nth-of-type(2) {
    height: auto;
  }
}
.main .otherArea .other04 .listArea .list .btnArea {
  display: flex;
  width: 346px;
  margin: 10px auto 0;
}
.main .otherArea .other04 .listArea .list .btnArea li {
  width: 100%;
}
.main .otherArea .other04 .listArea .list .btnArea li + li {
  margin-left: 10px;
}
.main .otherArea .other04 .listArea .list .btnArea a {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  transition: 0.2s;
}
.main .otherArea .other04 .listArea .list .btnArea .red a {
  background: #dd2b3c;
}
.main .otherArea .other04 .listArea .list .btnArea .gray a {
  background: #979fa5;
}
.main .otherArea .other04 .listArea .list .btnArea a:hover {
  opacity: 0.6;
}
.main .otherArea .other04 .listArea .list .btnArea .linkSp {
  display: none;
}
.main .otherArea .other04 .listArea .alert_txt {
  padding: 15px 0 15px 65px;
  font-size: 12px;
}
.main .otherArea .other04 .listArea .list .listClub {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other04 .listArea {
    display: block;
    margin-top: 13px;
  }
  .main .otherArea .other04 .listArea .list {
    width: 100%;
    margin: 0;
    padding: 50px 13px 25px;
  }
  .main .otherArea .other04 .listArea .list + .list {
    margin-top: 10px;
  }
  .main .otherArea .other04 .listArea .list {
    font-size: 10px;
  }
  .main .otherArea .other04 .listArea .list img {
    display: block;
    width: 180px;
    margin: 0 auto 5px;
  }
  .main .otherArea .other04 .listArea .list .btnArea {
    width: 100%;
    margin-top: 5px;
  }
  .main .otherArea .other04 .listArea .list .btnArea li + li {
    margin-left: 5px;
  }
  .main .otherArea .other04 .listArea .list .btnArea a {
    line-height: 40px;
    font-size: 12px;
  }
  .main .otherArea .other04 .listArea .list .btnArea .linkPc {
    display: none;
  }
  .main .otherArea .other04 .listArea .list .btnArea .linkSp {
    display: block;
  }
}

/*other05*/
.main .otherArea .other05 .listArea {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.main .otherArea .other05 .listArea .list {
  width: 23%;
  margin: 0 0.5%;
  padding: 50px 0 50px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .main .otherArea .other05 .listArea .list:not(.sbs) dl {
    margin-top: 3em;
  }
}
.main .otherArea .other05 .listArea .list.wide {
  width: calc(100% - 10px);
}
.main .otherArea .other05 .listArea .list.sbs {
  border: #b1b1b1 2px solid;
}
.main .otherArea .other05 .listArea .list.sbs .entry_faq {
  text-align: center;
  display: block;
  font-size: 12px;
}
.main .otherArea .other05 .listArea .list.sbs .entry_faq a {
  color: #a78951;
  font-weight: 500;
  font-size: 12px;
  border-bottom: #a78951 1px solid;
}
.main .otherArea .other05 .listArea .list {
  font-size: 12px;
  text-align: center;
  position: relative;
}
.main .otherArea .other05 .listArea .list span.lead {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.main .otherArea .other05 .listArea .list span.lead img {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other05 .listArea .list span.lead img {
    width: 300px;
  }
}
.main .otherArea .other05 .listArea .list img {
  display: block;
  margin: 0 auto 10px;
}
.main .otherArea .other05 .listArea .list > img:nth-of-type(1) {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  max-width: 160px;
  width: 100%;
}
.main .otherArea .other05 .listArea .list.sbs > img:nth-of-type(1) {
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
}
.main .otherArea .other05 .listArea .list > img:nth-of-type(2) {
  padding-top: 5px;
  height: 30px;
  /* width: 100%; */
}
.main .otherArea .other05 .listArea .list span {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other05 .listArea .list > img:nth-of-type(2) {
    height: auto;
  }
}
.main .otherArea .other05 .listArea .list .btnArea {
  display: flex;
  width: 346px;
  margin: 10px auto 0;
}
.main .otherArea .other05 .listArea .list .btnArea li {
  width: 100%;
}
.main .otherArea .other05 .listArea .list .btnArea li + li {
  margin-left: 10px;
}
.main .otherArea .other05 .listArea .list .btnArea a {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  transition: 0.2s;
}
.main .otherArea .other05 .listArea .list .btnArea .red a {
  background: #dd2b3c;
}
.main .otherArea .other05 .listArea .list .btnArea .gray a {
  background: #979fa5;
}
.main .otherArea .other05 .listArea .list .btnArea a:hover {
  opacity: 0.6;
}
.main .otherArea .other05 .listArea .list .btnArea .linkSp {
  display: none;
}
.main .otherArea .other05 .listArea .alert_txt {
  padding: 15px 0 15px 65px;
  font-size: 12px;
}
.main .otherArea .other05 .listArea .list .listClub {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .main .otherArea .other05 .listArea {
    display: block;
    margin-top: 13px;
  }
  .main .otherArea .other05 .listArea .list {
    width: 100%;
    margin: 0;
    padding: 50px 13px 25px;
  }
  .main .otherArea .other05 .listArea .list + .list {
    margin-top: 10px;
  }
  .main .otherArea .other05 .listArea .list {
    font-size: 10px;
  }
  .main .otherArea .other05 .listArea .list img {
    display: block;
    width: 180px;
    margin: 0 auto 5px;
  }
  .main .otherArea .other05 .listArea .list .btnArea {
    width: 100%;
    margin-top: 5px;
  }
  .main .otherArea .other05 .listArea .list .btnArea li + li {
    margin-left: 5px;
  }
  .main .otherArea .other05 .listArea .list .btnArea a {
    line-height: 40px;
    font-size: 12px;
  }
  .main .otherArea .other05 .listArea .list .btnArea .linkPc {
    display: none;
  }
  .main .otherArea .other05 .listArea .list .btnArea .linkSp {
    display: block;
  }
}
