@charset "UTF-8";
/*
@mixin trans(){
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}*/
/*------------
pankuzu
--------------*/
.pankuzu .pankuzu__inner {
  width: 94%;
  max-width: 1500px;
  margin: 1rem auto;
}
.pankuzu .pankuzu__inner .pankuzu__list .pankuzu__item {
  display: inline-block;
  font-size: 1.4rem;
}
.pankuzu .pankuzu__inner .pankuzu__list .pankuzu__item .pankuzu__icon {
  display: inline-block;
  margin: 0 1rem;
}

/*------------
common
--------------*/
@media screen and (max-width: 1100px) {
  #wrapper {
    margin-left: 0;
  }
}
.section__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.section__ttl span {
  font-size: 1.2rem;
}

/*------------
company
--------------*/
.mvPage {
  position: relative;
  width: 100%;
}
.mvPage .mvPage__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 24%;
  max-width: 400px;
}

.companySection__table {
  width: 100%;
  margin: 0 auto;
}
.companySection__table .tableArea__table .tableArea__tr {
  border-bottom: 1px solid #000;
}
.companySection__table .tableArea__table .tableArea__tr .tableArea__th,
.companySection__table .tableArea__table .tableArea__tr .tableArea__td {
  padding: 16px 24px;
}
.companySection__table .tableArea__table .tableArea__tr .tableArea__th {
  background: #FAFAFA;
  width: 12em;
}
.companySection__table .tableArea__table .tableArea__tr .tableArea__td {
  width: calc(100% - 12em);
}
.companySection__table .tableArea__table .tableArea__tr .tableArea__td .tableArea__tdBlock {
  margin-bottom: 16px;
}
.companySection__table .tableArea__table .tableArea__tr:first-child {
  border-top: 1px solid #000;
}

.healthBox .healthBox__ttl {
  margin: 40px 0 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.healthBox .healthBox__img {
  width: 100%;
  max-width: 300px;
}
.healthBox .healthBox__source {
  margin-top: 40px;
  font-size: 1.4rem;
}
.healthBox .healthBox__link a {
  color: #175FAC;
}

.healthGreeting {
  margin: 0 auto 80px;
  padding: 40px;
  background: #f2f2f3;
}
.healthGreeting .healthBox__name {
  text-align: right;
  margin-top: 16px;
}

.healthAbout {
  margin: 0 auto 80px;
}
.healthAbout .healthAbout__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.healthAbout .healthAbout__imgArea .healthAbout__img {
  width: 50%;
  padding: 40px 50px 0;
  max-width: 400px;
  text-align: center;
}
.healthAbout .healthAbout__imgArea .healthAbout__img:first-child {
  margin: 80px 0;
}

@media screen and (max-width: 1100px) {
  .healthGreeting {
    margin: 0 auto 40px;
  }
  .healthAbout {
    margin: 0 auto 40px;
  }
  .healthAbout .healthAbout__imgArea .healthAbout__img {
    padding: 0 20px;
  }
  .healthAbout .healthAbout__imgArea .healthAbout__img:first-child {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .healthGreeting {
    margin: 0 auto 10vw;
    padding: 5vw;
  }
  .healthAbout {
    margin: 0 auto 10vw;
  }
  .healthAbout .healthAbout__imgArea .healthAbout__img {
    padding: 5vw 0 0;
  }
  .healthAbout .healthAbout__imgArea .healthAbout__img:first-child {
    margin: 10vw auto 0;
  }
}
.companySection__btnArea {
  margin-top: 8rem;
}
.companySection__btnArea .companySection__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.companySection__btnArea .companySection__btnList .companySection__btnItem {
  width: 48%;
  margin-bottom: 2rem;
}
.companySection__btnArea .companySection__btnList .companySection__btnItem:nth-child(odd) {
  margin-right: 4%;
}
.companySection__btnArea .companySection__btnList .companySection__btnItem a {
  display: block;
  width: 100%;
  padding: 16px;
  background: #F2F2F3;
  border-bottom: 4px solid #ca0915;
  position: relative;
  font-size: 1.8rem;
}
.companySection__btnArea .companySection__btnList .companySection__btnItem a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url("../../images/common/icon-btn-arrow-black.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  right: 8px;
}

@media screen and (max-width: 750px) {
  .companySection__btnArea {
    margin-top: 10%;
  }
  .companySection__btnArea .companySection__btnList .companySection__btnItem {
    width: 100%;
    margin-bottom: 16px;
  }
  .companySection__btnArea .companySection__btnList .companySection__btnItem:nth-child(odd) {
    margin-right: 0%;
  }
  .companySection__btnArea .companySection__btnList .companySection__btnItem a {
    font-size: 1.6rem;
  }
}
.sectionGrey {
  background: #FAFAFA;
}

/*------------
environmental,insurance
--------------*/
.environmental {
  margin-top: 8rem;
}
.environmental .section__ttl3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.environmental .environmental__p {
  margin-bottom: 2rem;
}
.environmental .environmental__p .environmental__span {
  display: block;
  text-align: right;
}
.environmental .environmental__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  padding: 2rem 0;
}
.environmental .environmental__block .environmental__left {
  width: 15em;
}
.environmental .environmental__block .environmental__right {
  width: calc(100% - 15em);
}
.environmental .environmental__block .environmental__right .environmental__ttl {
  margin-bottom: 0.5rem;
}
.environmental .environmental__block .environmental__right .healthImg {
  width: 100%;
  max-width: 500px;
  padding: 0.5rem;
}
.environmental .environmental__block:last-child {
  border-bottom: 1px solid #000;
}

.insurance .insurance__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insurance .insurance__list .insurance__item {
  width: calc((100% - 64px) / 3);
  background: #f9f9f9;
  text-align: center;
  padding: 16px 0 19px;
  margin: 24px 32px 0 0;
}
.insurance .insurance__list .insurance__item:nth-child(3) {
  margin-right: 0;
}
.insurance .insurance__list .insurance__item .insurance__num {
  width: 250px;
  margin: 0 auto;
}
.insurance .insurance__list .insurance__item .small {
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .insurance .insurance__list .insurance__item {
    padding: 10px 0 12px;
  }
  .insurance .insurance__list .insurance__item .insurance__num {
    width: 200px;
  }
  .insurance .insurance__list .insurance__item .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .environmental .environmental__block .environmental__left {
    width: 7em;
    padding-right: 1em;
  }
  .environmental .environmental__block .environmental__right {
    width: calc(100% - 7em);
    padding-left: 1em;
  }
  .insurance .insurance__list .insurance__item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    padding: 8px 0;
    margin: 24px 0 0 0;
  }
  .insurance .insurance__list .insurance__item:nth-child(1) {
    margin-right: 16px;
  }
  .insurance .insurance__list .insurance__item:nth-child(3) {
    margin-right: 16px;
  }
  .insurance .insurance__list .insurance__item .insurance__num {
    width: 80%;
    margin: 0 auto;
    bottom: 16px;
  }
}
/*------------
financial
--------------*/
.financial {
  margin-bottom: 2rem;
}
.financial .financial__ttl {
  margin-bottom: 0.5rem;
}
.financial .right {
  text-align: right;
}
.financial .financial__list .financial__item {
  padding-left: 1em;
  　　　　　text-indent: -1em;
}

/*------------
privacy
--------------*/
.privacy__block {
  margin-bottom: 3rem;
}
.privacy__block .privacy__ttl {
  margin-bottom: 0.5rem;
}

.privacyLink {
  margin-top: 5rem;
  text-align: center;
}
.privacyLink .btnBlue .btnBlue__link {
  margin-top: 2rem;
}

/*------------
guide
--------------*/
.guide__block {
  margin-bottom: 4rem;
}
.guide__block .guide__ttl {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

.guide__box {
  border: 1px solid grey;
  padding: 2rem;
  margin: 1rem 0 1rem;
}
.guide__box .guide__h3 {
  margin-bottom: 1rem;
}
.guide__box .guide__list .guide__item .guide__item-p {
  margin-left: 1em;
}
.guide__box .pdf-logo {
  margin-right: 1em;
}

.guide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.guide__flex .guide__pdf {
  width: 130px;
  margin: 0;
}
.guide__flex .guide__right {
  width: calc(100% - 130px);
}

@media screen and (max-width: 750px) {
  .guide__block {
    margin-bottom: 5%;
  }
  .guide__box {
    padding: 1rem;
  }
}
/*------------
health
--------------*/
.caution {
  font-size: 1.2rem;
}

.health .inner {
  max-width: 900px;
}

.health__ttl3 {
  text-align: center;
  font-size: 1.8rem;
}

.healthBlock {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 1rem 0;
}
.healthBlock .healthBlock__table {
  width: 100%;
}
.healthBlock .healthBlock__table caption {
  text-align: center;
}
.healthBlock .healthBlock__table .healthBlock__tr .healthBlock__th {
  width: 40%;
  text-align: center;
  padding: 1rem;
}
.healthBlock .healthBlock__table .healthBlock__tr .healthBlock__td {
  width: 20%;
  text-align: center;
  padding: 1rem;
}

.womanPlan .womanPlan__list .womanPlan__item {
  margin: 24px 0;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__ttl {
  font-size: 1.8rem;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block {
  padding-left: 1.8rem;
  margin: 8px 0 32px;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__border {
  border: 1px solid #000;
  padding: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__border .womanPlan__ttl2 {
  font-weight: bold;
  margin-bottom: 8px;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__ttl3 {
  font-weight: bold;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__ttl3-lead {
  margin-bottom: 8px;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__2ndItem {
  text-indent: -1em;
  padding-left: 1em;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl .womanPlan__dt {
  width: 8em;
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl .womanPlan__dd {
  width: calc(100% - 8em);
}
.womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl .womanPlan__dd p {
  text-indent: -1em;
  padding-left: 1em;
}

.gap__table {
  width: 100%;
  border-right: 1px solid #000;
  margin-bottom: 8px;
}
.gap__table .gap__tr {
  border-bottom: 1px solid #000;
}
.gap__table .gap__tr .gap__th,
.gap__table .gap__tr .gap__td {
  padding: 16px 24px;
  text-align: center;
  border-left: 1px solid #000;
}
.gap__table .gap__tr .gap__th {
  background: #ECECEC;
  width: 12em;
}
.gap__table .gap__tr .gap__th .gap__th-span {
  display: block;
}
.gap__table .gap__tr .gap__td {
  width: calc(100% - 12em);
  background: #fff;
}
.gap__table .gap__tr .gap__td .tableArea__tdBlock {
  margin-bottom: 16px;
}
.gap__table .gap__tr:first-child {
  border-top: 1px solid #000;
}

@media screen and (max-width: 750px) {
  .womanPlan .womanPlan__list .womanPlan__item {
    margin: 5% 0;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__ttl {
    font-size: 1.2em;
    margin-bottom: 4px;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block {
    padding-left: 0;
    margin: 0 0 5%;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__border {
    padding: 4%;
    margin-bottom: 2%;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__border .womanPlan__ttl2 {
    margin-bottom: 2%;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__ttl3-lead {
    margin-bottom: 2%;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl .womanPlan__dt {
    width: 100%;
    font-weight: bold;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl .womanPlan__dd {
    width: 100%;
    margin-bottom: 2%;
  }
  .womanPlan .womanPlan__list .womanPlan__item .womanPlan__block .womanPlan__dl .womanPlan__dd p {
    text-indent: -1em;
    padding-left: 1em;
  }
}
/*------------
privacy
--------------*/
#privacy1 .privacy__block {
  margin-bottom: 2rem;
}
#privacy1 .privacy__block .privacy__ttl {
  margin-bottom: 0.5rem;
}
#privacy1 .privacy__block .privacy__list .privacy__item {
  text-indent: -1em;
  padding-left: 1em;
}
#privacy1 .privacy__block .privacy__list .privacy__item .privacy__span {
  display: block;
}
#privacy1 .privacyLink {
  margin-top: 5rem;
}
#privacy1 .btnBlue .btnBlue__link {
  margin: 1rem 0 0 0;
}

/*------------
guide
--------------*/
#guide1 .inner .guide__block {
  margin-bottom: 4rem;
}
#guide1 .inner .guide__block .guide__ttl {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
#guide1 .inner .guide__box {
  border: 1px solid grey;
  padding: 2rem;
  margin: 1rem 0 1rem;
}
#guide1 .inner .guide__box .guide__h3 {
  margin-bottom: 1rem;
}
#guide1 .inner .guide__box .guide__list .guide__item .guide__item-p {
  margin-left: 1em;
}
#guide1 .inner .guide__box .pdf-logo {
  margin-right: 1em;
}
#guide1 .inner .guide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#guide1 .inner .guide__flex .guide__pdf {
  width: 130px;
  margin: 0;
}
#guide1 .inner .guide__flex .guide__right {
  width: calc(100% - 130px);
}

@media screen and (max-width: 750px) {
  #guide1 .inner .guide__block {
    margin-bottom: 5%;
  }
  #guide1 .inner .guide__box {
    padding: 1rem;
  }
}
/*------------
404
--------------*/
.s404 {
  text-align: center;
}
.s404 .s404__h1 {
  font-size: 3rem;
  margin-bottom: 24px;
}
.s404 .s404__h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
  .s404 .s404__h1 {
    font-size: 2.4rem;
    margin-bottom: 5%;
  }
  .s404 .s404__h2 {
    margin-bottom: 5%;
  }
}