@charset 'UTF-8';
@media screen and (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-anchor {
    width: 1080px;
    margin: 0 auto;
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor {
    margin: 0 20px;
    padding-top: 70px;
  }
}

@media print, (min-width: 768px) {
  .m-anchor__ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.m-anchor__ul__tw {
  display: table;
  width: 100%;
}

.m-anchor__ul__tw__in {
  display: table-cell;
  vertical-align: middle;
}

@media print, (min-width: 768px) {
  .m-anchor__ul__tw__in {
    height: 118px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__tw__in {
    height: 80px;
    padding-left: 20px;
  }
}

.m-anchor__ul__sw {
  display: flex;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-anchor__ul__sw {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__sw {
    margin-bottom: 6px;
  }
}

.m-anchor__ul__sw__c:nth-child(1) {
  margin-right: 2px;
}

.m-anchor__ul__sw__c:nth-child(2) {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-anchor__ul__sw__c:nth-child(2) {
    margin-left: 15px;
    padding: 5px 0 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__sw__c:nth-child(2) {
    margin-left: 12px;
    padding: 5px 0 0 12px;
  }
}

.m-anchor__ul__sw__c:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  background: #000;
  transform: rotate(33.5deg);
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-anchor__ul__sw__c:nth-child(2)::before {
    top: 6.5px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__sw__c:nth-child(2)::before {
    top: 5.5px;
    height: 12px;
  }
}

.m-anchor__ul__sw__p {
  border-radius: 999px;
  background: #000;
  font-size: 8px;
  line-height: 1;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-anchor__ul__sw__p {
    width: 79px;
    padding: 9px 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__sw__p {
    width: 63.2px;
    padding: 7.2px 0 6.4px;
  }
}

.m-anchor__ul__sw__p > span {
  display: block;
  position: relative;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .m-anchor__ul__sw__p > span {
    width: 51px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__sw__p > span {
    width: 40.8px;
    height: 8.8px;
  }
}

.m-anchor__ul__sw__p > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-anchor__ul__sw__p > span > img:nth-child(2) {
  opacity: 0;
}

.m-anchor__ul__sw__t {
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .m-anchor__ul__sw__t {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__sw__t {
    font-size: 12px;
  }
}

.m-anchor__ul__t {
  font-weight: 700;
  line-height: 1.2;
}

@media print, (min-width: 768px) {
  .m-anchor__ul__t {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__t {
    font-size: 20px;
  }
}

.m-anchor__ul__ic {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background: #000;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-anchor__ul__ic {
    right: 30px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__ic {
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.m-anchor__ul__ic::before,
.m-anchor__ul__ic::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-anchor__ul__ic::before,
  .m-anchor__ul__ic::after {
    width: 8px;
    height: 10.5px;
    margin: -4.5px 0 0 -3.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul__ic::before,
  .m-anchor__ul__ic::after {
    width: 6.66666px;
    height: 8.75px;
    margin: -4px 0 0 -3px;
  }
}

.m-anchor__ul__ic::before {
  background-image: url(/resilience/madori/images/icon_arrow02.png);
}

.m-anchor__ul__ic::after {
  background-image: url(/resilience/madori/images/icon_arrow01.png);
  opacity: 0;
}

@media print, (min-width: 768px) {
  .m-anchor__ul > li {
    width: 50%;
    box-sizing: border-box;
  }
}

.m-anchor__ul > li > a {
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
  color: inherit;
  text-decoration: none;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  body.pc .m-anchor__ul > li > a:hover,
  body.pc .m-anchor__ul > li > a:active {
    border-color: #000;
    background: #000;
    color: #fff;
  }
  body.pc .m-anchor__ul > li > a:hover .m-anchor__ul__sw__c:nth-child(2)::before,
  body.pc .m-anchor__ul > li > a:active .m-anchor__ul__sw__c:nth-child(2)::before {
    background: #fff;
  }
  body.pc .m-anchor__ul > li > a:hover .m-anchor__ul__sw__p,
  body.pc .m-anchor__ul > li > a:active .m-anchor__ul__sw__p {
    background: #fff;
  }
  body.pc .m-anchor__ul > li > a:hover .m-anchor__ul__sw__p > span > img:nth-child(1),
  body.pc .m-anchor__ul > li > a:active .m-anchor__ul__sw__p > span > img:nth-child(1) {
    opacity: 0;
  }
  body.pc .m-anchor__ul > li > a:hover .m-anchor__ul__sw__p > span > img:nth-child(2),
  body.pc .m-anchor__ul > li > a:active .m-anchor__ul__sw__p > span > img:nth-child(2) {
    opacity: 1;
  }
  body.pc .m-anchor__ul > li > a:hover .m-anchor__ul__ic,
  body.pc .m-anchor__ul > li > a:active .m-anchor__ul__ic {
    background: #fff;
  }
  body.pc .m-anchor__ul > li > a:hover .m-anchor__ul__ic::before,
  body.pc .m-anchor__ul > li > a:active .m-anchor__ul__ic::before {
    opacity: 0;
  }
  body.pc .m-anchor__ul > li > a:hover .m-anchor__ul__ic::after,
  body.pc .m-anchor__ul > li > a:active .m-anchor__ul__ic::after {
    opacity: 1;
  }
}

@media print, (min-width: 768px) {
  .m-anchor__ul > li:nth-child(2n+1) {
    padding-right: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-anchor__ul > li:nth-child(2n+2) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-anchor__ul > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print, (min-width: 768px) {
  .m-anchor__ul > li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.m-anchor__n {
  display: flex;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.m-anchor__n__m {
  white-space: nowrap;
}

.m-image {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-image__sc {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc {
    padding-top: 70px;
  }
}

.m-image__sc__mn {
  position: relative;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .m-image__sc__mn {
    height: 385px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc__mn__hd {
    position: absolute;
    top: 0;
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__mn__hd {
    margin-bottom: 25px;
  }
}

.m-image__sc__mn__hd__s {
  margin-bottom: 10px;
  font-size: 8px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-image__sc__mn__hd__s {
    text-align: center;
  }
}

.m-image__sc__mn__hd__s > img {
  vertical-align: top;
}

.m-image__sc__mn__hd__tt {
  font-weight: 700;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-image__sc__mn__hd__tt {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__mn__hd__tt {
    font-size: 24px;
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc__mn__pw {
    position: absolute;
    top: 0;
    width: 683px;
  }
}

.m-image__sc__mn__pw__in {
  position: relative;
  padding-top: 56.36896%;
  overflow: hidden;
}

.m-image__sc__mn__pw__in2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 900%;
  height: 100%;
  margin-left: -400%;
}

.m-image__sc__mn__pw__ul {
  display: flex;
  height: 100%;
}

.m-image__sc__mn__pw__ul__p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.m-image__sc__mn__pw__ul__p > img,
.m-image__sc__mn__pw__ul__p > video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-image__sc__mn__pw__ul > li {
  position: relative;
  width: 11.11111%;
}

@media print, (min-width: 768px) {
  .m-image__sc__mn__tw {
    position: absolute;
    top: 94px;
    width: 400px;
    height: auto !important;
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__mn__tw {
    position: relative;
    margin: 20px 20px 0;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
  }
}

.m-image__sc__mn__tw__t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.m-image__sc__sb {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-image__sc__sb {
    margin-top: -100px;
    padding: 180px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb {
    margin-top: 30px;
    padding: 20px 0;
  }
}

.m-image__sc__sb::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
}

.m-image__sc__sb__in {
  position: relative;
}

.m-image__sc__sb__bd {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__bd {
    width: 1020px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__bd {
    margin: 0 40px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__bd__in {
    width: 222.35294%;
    margin-left: -61.17647%;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__bd__in {
    width: 396.61017%;
    margin-left: -148.30508%;
  }
}

.m-image__sc__sb__ul {
  display: flex;
}

.m-image__sc__sb__ul__pw {
  position: relative;
}

.m-image__sc__sb__ul__pw__p {
  position: relative;
  padding-top: 56.36364%;
  overflow: hidden;
}

.m-image__sc__sb__ul__pw__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-image__sc__sb__ul__pw__pl {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #000;
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ul__pw__pl {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ul__pw__pl {
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
  }
}

.m-image__sc__sb__ul__pw__pl::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ul__pw__pl::before {
    margin: -6px 0 0 -3px;
    border: 6px solid transparent;
    border-left: 9px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ul__pw__pl::before {
    margin: -3.75px 0 0 -1.875px;
    border: 3.75px solid transparent;
    border-left: 5.625px solid #fff;
  }
}

.m-image__sc__sb__ul > li {
  width: 11.11111%;
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ul > li {
    padding: 0 .70547%;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ul > li {
    padding: 0 .42735%;
  }
}

.m-image__sc__sb__ul > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: .3;
  transition: opacity 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  body.pc .m-image__sc__sb__ul > li > a:hover,
  body.pc .m-image__sc__sb__ul > li > a:active {
    opacity: 1;
  }
}

.m-image__sc__sb__ul > li.is-cr > a {
  opacity: 1;
  pointer-events: none;
}

.m-image__sc__sb__ar {
  position: absolute;
  top: 0;
  height: 100%;
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ar {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ar {
    width: 40px;
  }
}

.m-image__sc__sb__ar > a {
  display: block;
  position: relative;
  height: 100%;
}

.m-image__sc__sb__ar > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: url(/resilience/madori/images/icon_arrow06.png) no-repeat;
  background-size: contain;
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ar > a::before {
    width: 14px;
    height: 22.5px;
    margin-top: -11.25px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ar > a::before {
    width: 9.1px;
    height: 14.625px;
    margin-top: -7.3125px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ar:nth-child(1) {
    left: 50%;
    margin-left: -555px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ar:nth-child(1) {
    left: 0;
  }
}

.m-image__sc__sb__ar:nth-child(1) > a::before {
  transform: scaleX(-1);
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ar:nth-child(1) > a::before {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ar:nth-child(1) > a::before {
    left: 20px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ar:nth-child(2) {
    right: 50%;
    margin-right: -555px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ar:nth-child(2) {
    right: 0;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc__sb__ar:nth-child(2) > a::before {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__sc__sb__ar:nth-child(2) > a::before {
    right: 20px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc:nth-child(1) .m-image__sc__mn__hd {
    left: 50%;
    margin-left: -500px;
  }
}

.m-image__sc:nth-child(1) .m-image__sc__mn__hd__s > img {
  width: 64.5px;
  height: 10px;
}

@media print, (min-width: 768px) {
  .m-image__sc:nth-child(1) .m-image__sc__mn__pw {
    right: 50%;
    margin-right: -683px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc:nth-child(1) .m-image__sc__mn__tw {
    left: 50%;
    margin-left: -500px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc:nth-child(2) .m-image__sc__mn__hd {
    right: 50%;
    margin-right: -500px;
  }
}

.m-image__sc:nth-child(2) .m-image__sc__mn__hd__s > img {
  width: 62px;
  height: 10px;
}

@media print, (min-width: 768px) {
  .m-image__sc:nth-child(2) .m-image__sc__mn__pw {
    left: 50%;
    margin-left: -683px;
  }
}

@media print, (min-width: 768px) {
  .m-image__sc:nth-child(2) .m-image__sc__mn__tw {
    right: 50%;
    margin-right: -500px;
  }
}

.m-keyvis {
  position: relative;
}

.m-keyvis__mv {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-keyvis__mv {
    padding-top: 40.13672%;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__mv {
    padding-top: 152%;
  }
}

.m-keyvis__mv > video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .m-keyvis__mv > video.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis__mv > video.is-sp {
    display: none;
  }
}

.m-keyvis__ms {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .15);
}

.m-keyvis__tw {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

@media print, (min-width: 768px) {
  .m-keyvis__tw {
    transform: translateY(-40%);
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__tw {
    transform: translateY(-45%);
  }
}

.m-keyvis__tw__tt {
  font-size: 8px;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-keyvis__tw__tt {
    margin-left: -25px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__tw__tt {
    margin-left: 2px;
  }
}

.m-keyvis__tw__tt > img {
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-keyvis__tw__tt > img {
    width: 674px;
    height: 121.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__tw__tt > img {
    width: 344px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__tw__tt > img:nth-child(1) {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis__tw__tt > img:nth-child(2) {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc {
    padding-top: 80px;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__sm {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__sm {
    margin-bottom: 40px;
  }
}

.m-plan__sc__sm__lb {
  border-radius: 999px;
  background: #000;
  font-size: 8px;
  line-height: 1;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-plan__sc__sm__lb {
    width: 79px;
    margin: 0 auto 25px;
    padding: 9px 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__sm__lb {
    width: 63.2px;
    margin: 0 auto 20px;
    padding: 7.2px 0 6.4px;
  }
}

.m-plan__sc__sm__lb > img {
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-plan__sc__sm__lb > img {
    width: 51px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__sm__lb > img {
    width: 40.8px;
    height: 8.8px;
  }
}

.m-plan__sc__sm__s {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-plan__sc__sm__s {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__sm__s {
    margin-bottom: 13px;
    font-size: 14px;
  }
}

.m-plan__sc__sm__tt {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-plan__sc__sm__tt {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__sm__tt {
    font-size: 24px;
  }
}

.m-plan__sc__dt {
  background: #f7f7f7;
}

@media print, (min-width: 768px) {
  .m-plan__sc__dt {
    position: relative;
    padding: 130px 0 150px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__dt {
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__fl {
    display: none !important;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__fl {
    position: absolute;
    right: 50%;
    top: -36px;
    width: 306px;
    margin-right: -570px;
    border-radius: 4px;
    background: #000;
  }
  .m-plan__sc__fl__cw {
    display: flex;
    align-items: center;
    height: 72px;
  }
  .m-plan__sc__fl__cw__c:nth-child(1) {
    padding-left: 30px;
  }
  .m-plan__sc__fl__cw__c:nth-child(2) {
    padding-left: 30px;
  }
  .m-plan__sc__fl__tt {
    font-size: 8px;
    line-height: 1;
  }
  .m-plan__sc__fl__tt > img {
    width: 49px;
    height: 11px;
    vertical-align: top;
  }
  .m-plan__sc__fl__ul {
    display: flex;
  }
  .m-plan__sc__fl__ul > li {
    width: 50px;
    font-size: 8px;
    line-height: 1;
    text-align: center;
  }
  .m-plan__sc__fl__ul > li > a {
    display: inline-block;
    position: relative;
    padding: 5px 4px 9px;
    vertical-align: top;
  }
  .m-plan__sc__fl__ul > li > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scaleX(0);
    transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__fl__ul > li > a > img {
    height: 17.5px;
    vertical-align: top;
    opacity: .4;
    transition: opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  body.pc .m-plan__sc__fl__ul > li > a:hover > img,
  body.pc .m-plan__sc__fl__ul > li > a:active > img {
    opacity: 1;
  }
  .m-plan__sc__fl__ul > li:nth-child(n+2) {
    margin-left: 45px;
  }
  .m-plan__sc__fl__ul > li.is-1 > a > img {
    width: 22.5px;
  }
  .m-plan__sc__fl__ul > li.is-15 > a > img {
    width: 41.5px;
  }
  .m-plan__sc__fl__ul > li.is-2 > a > img {
    width: 24.5px;
  }
  .m-plan__sc__fl__ul > li.is-cr > a {
    pointer-events: none;
  }
  .m-plan__sc__fl__ul > li.is-cr > a::before {
    transform: scaleX(1);
  }
  .m-plan__sc__fl__ul > li.is-cr > a > img {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pt {
    display: none !important;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__pt {
    width: 1080px;
    margin: 0 auto;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cw {
    display: flex;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cw__c:nth-child(1) {
    width: 304px;
    padding-right: 29.5px;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cw__c:nth-child(2) {
    width: 717px;
    padding-left: 29.5px;
  }
  .m-plan__sc__pt .m-plan__sc__pt__lw {
    position: relative;
    min-height: 100%;
    overflow: hidden;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__tt {
    margin-bottom: 10px;
    font-size: 8px;
    line-height: 1;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__tt > img {
    width: 50px;
    height: 13.5px;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li {
    overflow: hidden;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li > div {
    padding-top: 20px;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li > div > a {
    display: block;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li > div > a > span {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #fff;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li > div > a > span::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 10.5px;
    margin: -5.25px 0 0 -3px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li > div > a:hover,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li > div > a:active {
    opacity: .7;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li:nth-child(1) > div > a {
    background: #2c74e6;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li:nth-child(1) > div > a > span::before {
    background-image: url(/resilience/madori/images/icon_arrow03.png);
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li:nth-child(2) > div > a {
    background: #ff8900;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li:nth-child(2) > div > a > span::before {
    background-image: url(/resilience/madori/images/icon_arrow04.png);
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li:nth-child(3) > div > a {
    background: #76b945;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li:nth-child(3) > div > a > span::before {
    background-image: url(/resilience/madori/images/icon_arrow05.png);
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln__ul > li.is-cr > div > a {
    pointer-events: none;
  }
  .m-plan__sc__pt .m-plan__sc__pt__ln.is-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd {
    display: none;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__bd {
    position: relative;
    min-height: 410px;
    padding: 30px 28px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
    transition: background 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__x {
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__x > a {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__x > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: background 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__x > a > span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 17px;
    height: 17px;
    margin: -8.5px 0 0 -8.5px;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__x > a > span::before,
  .m-plan__sc__pt .m-plan__sc__pt__cd__x > a > span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7.5px;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__x > a > span::before {
    transform: rotate(-45deg);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__x > a > span::after {
    transform: rotate(45deg);
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__cd__x > a:hover,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__cd__x > a:active {
    opacity: .7;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__tt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__p {
    position: relative;
    margin: 0 auto;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__p > span {
    display: block;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__p > span::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__t {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__n {
    margin-top: 10px;
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft {
    position: relative;
    height: 40px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    transition: background 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__t {
    position: relative;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__t > span {
    display: block;
    position: absolute;
    left: 0;
    top: 12.5px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 350ms, opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li > a {
    display: block;
    position: relative;
    width: 30px;
    height: 100%;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 10.5px;
    margin-top: -5.25px;
    background: url(/resilience/madori/images/icon_arrow02.png) no-repeat;
    background-size: contain;
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li > a:hover,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li > a:active {
    opacity: .7;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li:nth-child(1) {
    left: 0;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li:nth-child(1) > a::before {
    left: 50%;
    margin-left: -4px;
    transform: scaleX(-1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li:nth-child(2) {
    right: 0;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__ft__ul > li:nth-child(2) > a::before {
    right: 50%;
    margin-right: -4px;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__sw {
    position: relative;
    overflow: hidden;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f > ul > li {
    display: none;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f > ul > li.is-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-1 .m-plan__sc__pt__cd__ft__t > span:nth-child(1),
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-2 .m-plan__sc__pt__cd__ft__t > span:nth-child(2),
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-3 .m-plan__sc__pt__cd__ft__t > span:nth-child(3) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-1 .m-plan__sc__pt__cd__bd {
    background: #2c74e6;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-1 .m-plan__sc__pt__cd__x > a::before {
    background: #143e80;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-1 .m-plan__sc__pt__cd__ft {
    background: #143e80;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-2 .m-plan__sc__pt__cd__bd {
    background: #ff8900;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-2 .m-plan__sc__pt__cd__x > a::before {
    background: #c46900;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-2 .m-plan__sc__pt__cd__ft {
    background: #c46900;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-3 .m-plan__sc__pt__cd__bd {
    background: #76b945;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-3 .m-plan__sc__pt__cd__x > a::before {
    background: #5c9631;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-3 .m-plan__sc__pt__cd__ft {
    background: #5c9631;
  }
  .m-plan__sc__pt .m-plan__sc__pt__cd.is-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw {
    position: relative;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__fl {
    position: relative;
    overflow: hidden;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div {
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div.is-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li {
    display: none;
    position: absolute;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 6px solid;
    border-radius: 50%;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a::before,
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 25px;
    margin: -12.5px 0 0 -30px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a::after {
    background-image: url(/resilience/madori/images/txt_plan_pt05.png);
    opacity: 0;
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a:hover::before,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a:active::before {
    opacity: 0;
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a:hover::after,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul > li > a:active::after {
    opacity: 1;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-1 > li > a {
    border-color: #2c74e6;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-1 > li > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02.png);
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-1 > li > a:hover,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-1 > li > a:active {
    background: #2c74e6;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-2 > li > a {
    border-color: #ff8900;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-2 > li > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03.png);
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-2 > li > a:hover,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-2 > li > a:active {
    background: #ff8900;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-3 > li > a {
    border-color: #76b945;
  }
  .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-3 > li > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04.png);
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-3 > li > a:hover,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f > ul.is-3 > li > a:active {
    background: #76b945;
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt {
    width: 170px;
    margin: 60px 0 0 auto;
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt > a {
    display: block;
    position: relative;
    height: 48px;
    border: 1px solid #000;
    border-radius: 4px;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt > a::before,
  .m-plan__sc__pt .m-plan__sc__pt__bt > a::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 10.5px;
    margin-top: -5.25px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt > a::before {
    background-image: url(/resilience/madori/images/icon_arrow01.png);
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt > a::after {
    background-image: url(/resilience/madori/images/icon_arrow02.png);
    opacity: 0;
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt > a > span {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: center;
    pointer-events: none;
    transition: opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__bt > a:hover,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__bt > a:active {
    background: #000;
    color: #fff;
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__bt > a:hover::before,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__bt > a:active::before {
    opacity: 0;
  }
  body.pc .m-plan__sc__pt .m-plan__sc__pt__bt > a:hover::after,
  body.pc .m-plan__sc__pt .m-plan__sc__pt__bt > a:active::after {
    opacity: 1;
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt.is-1 > a > span:nth-child(1) {
    opacity: 1;
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt.is-1 > a > span:nth-child(2) {
    opacity: 0;
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt.is-2 > a > span:nth-child(1) {
    opacity: 0;
  }
  .m-plan__sc__pt .m-plan__sc__pt__bt.is-2 > a > span:nth-child(2) {
    opacity: 1;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd {
    width: 1080px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd {
    margin: 0 20px 20px;
  }
}

.m-plan__sc__pd__tt {
  background: #000;
  font-size: 8px;
  line-height: 1;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__tt {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__tt {
    padding: 15px 0;
  }
}

.m-plan__sc__pd__tt > img {
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__tt > img {
    width: 92px;
    height: 12.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__tt > img {
    width: 78.2px;
    height: 10.625px;
  }
}

.m-plan__sc__pd__bd {
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background: #fff;
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__bd {
    padding: 27px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__bd {
    padding: 25px 0;
  }
}

.m-plan__sc__pd__cw {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__cw {
    max-width: 333px;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__cw__c:nth-child(1) {
    width: 310px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__cw__c:nth-child(1) {
    width: 110px;
  }
}

.m-plan__sc__pd__p {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__tw {
    display: flex;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__tw__c:nth-child(2) {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__tw__c:nth-child(2) {
    margin-top: 2px;
  }
}

.m-plan__sc__pd__ul > li {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__ul > li {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__ul > li {
    font-size: 14px;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__pd__ul > li:nth-child(n+2) {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__pd__ul > li:nth-child(n+2) {
    margin-top: 2px;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__sw {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__sw {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__ss {
    left: 0;
    width: 100%;
    z-index: 500;
    background: #f7f7f7;
  }
  .m-plan__sc__ss .m-plan__sc__ss__in {
    padding: 10px 20px 20px;
    transition: padding 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul {
    display: flex;
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li {
    width: 50%;
    font-size: 8px;
    line-height: 1;
    text-align: center;
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li > a {
    display: block;
    position: relative;
    padding: 10px 0;
    opacity: .15;
    transition: opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #000;
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li > a > img {
    height: 17.5px;
    vertical-align: top;
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li.is-1 > a > img {
    width: 22.5px;
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li.is-15 > a > img {
    width: 41.5px;
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li.is-2 > a > img {
    width: 24.5px;
  }
  .m-plan__sc__ss .m-plan__sc__ss__fl__ul > li.is-cr > a {
    opacity: 1;
    pointer-events: none;
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln {
    margin-top: 20px;
    overflow: hidden;
    transition: margin 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul {
    display: flex;
    margin: 0 -5px;
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li {
    width: 33.33333%;
    overflow: hidden;
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li > div {
    padding: 0 5px;
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li > div > a {
    display: block;
    position: relative;
    height: 56px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: height 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li > div > a > span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
    transition: font-size 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li > div > a > span:nth-child(1) {
    font-size: 11px;
    transition: visibility 0ms, opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li > div > a > span:nth-child(2) {
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 350ms, opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li:nth-child(1) > div > a {
    background: #2c74e6;
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li:nth-child(2) > div > a {
    background: #ff8900;
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li:nth-child(3) > div > a {
    background: #76b945;
  }
  .m-plan__sc__ss .m-plan__sc__ss__ln__ul > li.is-cr > div > a {
    pointer-events: none;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw {
    position: relative;
    max-width: 335px;
    margin: 20px auto 0;
    transition: margin 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__in {
    position: relative;
    max-width: 335px;
    margin: 0 auto;
    transition: max-width 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__fl {
    position: relative;
    overflow: hidden;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div {
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div.is-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul > li {
    position: absolute;
    top: 0;
    width: 15.52239%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 350ms, opacity 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul > li > span {
    display: block;
    position: relative;
    padding-top: 100%;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul > li > span > span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 50%;
    transition: border-width 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul > li > span > span > span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul > li > span > span > span::before {
    content: '';
    display: block;
    padding-top: 41.66667%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul.is-1 > li > span > span {
    border-color: #2c74e6;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul.is-1 > li > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02.png);
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul.is-2 > li > span > span {
    border-color: #ff8900;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul.is-2 > li > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03.png);
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul.is-3 > li > span > span {
    border-color: #76b945;
  }
  .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f > ul.is-3 > li > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04.png);
  }
  .m-plan__sc__ss.is-pos1,
  .m-plan__sc__ss.is-pos2,
  .m-plan__sc__ss.is-pos3 {
    position: absolute;
    top: 0 !important;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc__sd {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc__sd {
    margin: 20px 20px 0;
  }
  .m-plan__sc__sd .m-plan__sc__sd__in {
    position: relative;
    overflow: hidden;
  }
  .m-plan__sc__sd .m-plan__sc__sd__tt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  .m-plan__sc__sd .m-plan__sc__sd__p {
    position: relative;
    margin: 0 auto;
  }
  .m-plan__sc__sd .m-plan__sc__sd__p > span {
    display: block;
  }
  .m-plan__sc__sd .m-plan__sc__sd__p > span::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .m-plan__sc__sd .m-plan__sc__sd__t {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
  }
  .m-plan__sc__sd .m-plan__sc__sd__n {
    margin-top: 10px;
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f {
    display: none;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f > ul > li {
    padding: 15px 0;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f > ul > li > div {
    position: relative;
    padding: 25px 20px 30px;
    border-radius: 4px;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f > ul.is-1 > li > div {
    background: #2c74e6;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f > ul.is-2 > li > div {
    background: #ff8900;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f > ul.is-3 > li > div {
    background: #76b945;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f > ul:first-child > li:first-child {
    padding-top: 0;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f > ul:last-child > li:last-child {
    padding-bottom: 0;
  }
  .m-plan__sc__sd .m-plan__sc__sd__f.is-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_01_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_01_02.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_02_02_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_02_02_02.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_02_03_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(1) {
    padding-top: 84.30962%;
    background-image: url(/resilience/madori/images/pic_plan_pt01_01.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(2) {
    padding-top: 70.57183%;
    background-image: url(/resilience/madori/images/pic_plan_pt01_02.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) {
    left: 280px;
    top: 405px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_03.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) {
    left: 465px;
    top: 405px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_04.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 530px;
    top: 21px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 417px;
    top: 194px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_03.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) {
    left: 216px;
    top: 46px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(2) {
    left: 540px;
    top: 46px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 180px;
    top: 137px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_04.png);
  }
}

.m-plan__sc:nth-child(1) .m-plan__sc__pd__p {
  background-image: url(/resilience/madori/images/pic_plan_pd01.png);
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(1) .m-plan__sc__pd__p {
    width: 97px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(1) .m-plan__sc__pd__p {
    width: 72.75px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(1) {
    padding-top: 84.30962%;
    background-image: url(/resilience/madori/images/pic_plan_pt01_01.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(2) {
    padding-top: 70.57183%;
    background-image: url(/resilience/madori/images/pic_plan_pt01_02.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) {
    left: 37.0516%;
    margin-top: 54.48536%;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_03.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) {
    left: 62.85356%;
    margin-top: 54.48536%;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_04.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 71.91911%;
    margin-top: .92887%;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 56.159%;
    margin-top: 25.05718%;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_03.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) {
    left: 28.12552%;
    margin-top: 4.41562%;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(2) {
    left: 73.31381%;
    margin-top: 4.41562%;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 23.1046%;
    margin-top: 17.10739%;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_04.png);
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_01_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_01_02.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_02_02_01.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_02_02_02.jpg);
  }
  .m-plan__sc:nth-child(1) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd01_02_03_01.jpg);
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(3) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_03.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(4) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_04.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_01_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_01_02.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_02_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_02_02.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_03_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(1) {
    padding-top: 96.51325%;
    background-image: url(/resilience/madori/images/pic_plan_pt02_01.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(2) {
    padding-top: 54.25384%;
    background-image: url(/resilience/madori/images/pic_plan_pt02_02.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 165px;
    top: 256px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(2) {
    left: 289px;
    top: 394px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(3) {
    left: 274px;
    top: 290px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(3) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(4) {
    left: 141px;
    top: 178px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(4) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 151px;
    top: 368.5px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > a {
    width: 300px;
    height: 100px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_05.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) {
    left: 334px;
    top: 36.5px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(2) {
    left: 141px;
    top: 39px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(2) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) {
    left: 176px;
    top: 278px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(2) {
    left: 402px;
    top: 55.5px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(2) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 346px;
    top: 32px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_06.png);
  }
}

.m-plan__sc:nth-child(2) .m-plan__sc__pd__p {
  background-image: url(/resilience/madori/images/pic_plan_pd02.png);
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(2) .m-plan__sc__pd__p {
    width: 106px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(2) .m-plan__sc__pd__p {
    width: 79.5px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(1) {
    padding-top: 96.51325%;
    background-image: url(/resilience/madori/images/pic_plan_pt02_01.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(2) {
    padding-top: 54.25384%;
    background-image: url(/resilience/madori/images/pic_plan_pt02_02.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 21.01255%;
    margin-top: 33.70432%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(2) {
    left: 38.30683%;
    margin-top: 52.95119%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(3) {
    left: 36.21478%;
    margin-top: 38.4463%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(3) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(4) {
    left: 17.66527%;
    margin-top: 22.82566%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(4) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 19.05997%;
    width: 41.841%;
    margin-top: 49.3947%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > span {
    padding-top: 33.33333%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > span > span > span {
    width: 30%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_05.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) {
    left: 44.58298%;
    margin-top: 3.09066%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(2) {
    left: 17.66527%;
    margin-top: 3.43933%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(2) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_03.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) {
    left: 22.54672%;
    margin-top: 36.77266%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(2) {
    left: 54.06695%;
    margin-top: 5.74059%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(2) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 46.25662%;
    margin-top: 2.46304%;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_06.png);
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(3) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_03.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(4) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_02_04.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_01_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_01_02.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_02_01.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p {
    width: 135px;
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 147.5%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_02_02.jpg);
  }
  .m-plan__sc:nth-child(2) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 67.79661%;
    background-image: url(/resilience/madori/images/pic_plan_cd02_02_03_01.jpg);
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_01_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p {
    padding-top: 80.64516%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span {
    position: absolute;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 43.54839%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span:nth-child(1)::before {
    padding-top: 74.31907%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span:nth-child(2) {
    right: 0;
    bottom: 0;
    width: 53.22581%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span:nth-child(2)::before {
    padding-top: 150.63291%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p {
    width: 128px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 155.55556%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p {
    width: 200px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 100%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 66.44068%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-3 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 70%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_03_02.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_02_01_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_02_02_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_02_03_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(1) {
    padding-top: 79.14923%;
    background-image: url(/resilience/madori/images/pic_plan_pt03_01.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(2) {
    padding-top: 64.50488%;
    background-image: url(/resilience/madori/images/pic_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) {
    left: 635px;
    top: 8px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) {
    left: 446px;
    top: 229px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 37px;
    top: 176px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(2) {
    left: 446px;
    top: 153px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 445px;
    top: 389px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(2) {
    left: 31px;
    top: 136px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(2) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) {
    left: 61px;
    top: 134px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) {
    left: 99px;
    top: 247px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 408px;
    top: 310px;
  }
}

.m-plan__sc:nth-child(3) .m-plan__sc__pd__p {
  background-image: url(/resilience/madori/images/pic_plan_pd03.png);
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(3) .m-plan__sc__pd__p {
    width: 70.5px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(3) .m-plan__sc__pd__p {
    width: 52.875px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(1) {
    padding-top: 79.14923%;
    background-image: url(/resilience/madori/images/pic_plan_pt03_01.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(2) {
    padding-top: 64.50488%;
    background-image: url(/resilience/madori/images/pic_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) {
    left: 86.56346%;
    margin-top: -.88424%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) {
    left: 60.20363%;
    margin-top: 29.93863%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 3.16039%;
    margin-top: 22.54672%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(2) {
    left: 60.20363%;
    margin-top: 19.33891%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 60.06416%;
    margin-top: 52.25384%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(2) {
    left: 2.32357%;
    margin-top: 16.96792%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(2) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) {
    left: 6.50767%;
    margin-top: 16.68898%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) {
    left: 11.80753%;
    margin-top: 32.44909%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-2 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt03_02.png);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 54.90377%;
    margin-top: 41.2357%;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_01_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p {
    padding-top: 80.64516%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span {
    position: absolute;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 43.54839%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span:nth-child(1)::before {
    padding-top: 74.31907%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span:nth-child(2) {
    right: 0;
    bottom: 0;
    width: 53.22581%;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span:nth-child(2)::before {
    padding-top: 150.63291%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p {
    width: 128px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 155.55556%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p {
    width: 200px;
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 100%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 66.44068%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-3 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 80.67797%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_01_03_02.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_02_01_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_02_02_01.jpg);
  }
  .m-plan__sc:nth-child(3) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd03_02_03_01.jpg);
  }
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p {
    width: 113px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 170%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_01_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p {
    width: 113px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 170%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_01_02.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-2 > li:nth-child(3) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_02_03.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(1) > ul.is-3 > li:nth-child(2) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_03_02.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-1 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_02_01_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__cd__sw__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__pt__cd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_02_03_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(1) {
    padding-top: 71.68759%;
    background-image: url(/resilience/madori/images/pic_plan_pt04_01.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__fl > div:nth-child(2) {
    padding-top: 41.49233%;
    background-image: url(/resilience/madori/images/pic_plan_pt04_02.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) {
    left: 364px;
    top: 195px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) {
    left: 15px;
    top: 15px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 169px;
    top: 43px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(2) {
    left: 238px;
    top: 158px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(3) {
    left: 182px;
    top: 294px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 582px;
    top: 105px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_02.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(2) {
    left: 238px;
    top: 158px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) {
    left: 57px;
    top: 59.5px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) > a::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_02.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__pt .m-plan__sc__pt__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 267px;
    top: 115px;
  }
}

.m-plan__sc:nth-child(4) .m-plan__sc__pd__p {
  background-image: url(/resilience/madori/images/pic_plan_pd04.png);
}

@media print, (min-width: 768px) {
  .m-plan__sc:nth-child(4) .m-plan__sc__pd__p {
    width: 62px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(4) .m-plan__sc__pd__p {
    width: 46.5px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(1) {
    padding-top: 71.68759%;
    background-image: url(/resilience/madori/images/pic_plan_pt04_01.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__fl > div:nth-child(2) {
    padding-top: 41.49233%;
    background-image: url(/resilience/madori/images/pic_plan_pt04_02.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(1) {
    left: 48.76709%;
    margin-top: 25.19665%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-1 > li:nth-child(2) {
    left: .09205%;
    margin-top: .09205%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(1) {
    left: 21.57043%;
    margin-top: 3.99721%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(2) {
    left: 31.19386%;
    margin-top: 20.03626%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-2 > li:nth-child(3) {
    left: 23.38354%;
    margin-top: 39.00418%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) {
    left: 79.17155%;
    margin-top: 12.64435%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt04_02.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(1) > ul.is-3 > li:nth-child(2) {
    left: 31.19386%;
    margin-top: 20.03626%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) {
    left: 5.94979%;
    margin-top: 6.29847%;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-1 > li:nth-child(1) > span > span > span::before {
    background-image: url(/resilience/madori/images/txt_plan_pt02_02.png);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__ss .m-plan__sc__ss__pw__mk__f:nth-child(2) > ul.is-3 > li:nth-child(1) {
    left: 35.23849%;
    margin-top: 14.03905%;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p {
    width: 113px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 176.64671%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_01_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p {
    width: 113px;
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-1 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 176.64671%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_01_02.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_02_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_02_02.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-2 > li:nth-child(3) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_02_03.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_03_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(1) > ul.is-3 > li:nth-child(2) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_01_03_02.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-1 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_02_01_01.jpg);
  }
  .m-plan__sc:nth-child(4) .m-plan__sc__sd .m-plan__sc__sd__f:nth-child(2) > ul.is-3 > li:nth-child(1) .m-plan__sc__sd__p > span::before {
    padding-top: 60.33898%;
    background-image: url(/resilience/madori/images/pic_plan_cd04_02_03_01.jpg);
  }
}

@media print, (min-width: 768px) {
  .m-point {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-point {
    margin-top: 80px;
  }
}

@media print, (min-width: 768px) {
  .m-point__tw {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__tw {
    margin-bottom: 40px;
  }
}

.m-point__tw__s {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-point__tw__s {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__tw__s {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.m-point__tw__t {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-point__tw__t {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__tw__t {
    font-size: 22px;
  }
}

.m-point__sc {
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-point__sc__pw {
    position: relative;
    padding-top: 56.53333%;
  }
}

.m-point__sc__pw__p {
  position: absolute;
}

@media print, (min-width: 768px) {
  .m-point__sc__pw__p {
    left: 50%;
  }
}

.m-point__sc__pw__p::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, (min-width: 768px) {
  .m-point__sc__tw {
    position: absolute;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc__tw {
    margin: -10px 20px 0;
  }
}

.m-point__sc__tw__lb {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-point__sc__tw__lb {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc__tw__lb {
    margin-bottom: 5px;
  }
}

.m-point__sc__tw__lb > img {
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-point__sc__tw__lb > img {
    width: 137px;
    height: 43px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc__tw__lb > img {
    width: 102.75px;
    height: 32.25px;
  }
}

.m-point__sc__tw__t {
  font-weight: 700;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-point__sc__tw__t {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc__tw__t {
    font-size: 22px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(n+2) {
    margin-top: 70px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(1) {
    height: 480px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(1) .m-point__sc__pw__p:nth-child(1) {
    top: 60px;
    width: 730px;
    margin-left: -683px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(1) .m-point__sc__pw__p:nth-child(1) {
    left: 0;
    top: 0;
    width: 84%;
  }
}

.m-point__sc:nth-child(1) .m-point__sc__pw__p:nth-child(1)::before {
  padding-top: 57.53425%;
  background-image: url(/resilience/madori/images/pic_point01.jpg);
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(1) .m-point__sc__pw__p:nth-child(2) {
    top: 0;
    width: 350px;
    margin-left: 332px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(1) .m-point__sc__pw__p:nth-child(2) {
    right: 0;
    bottom: 0;
    width: 44.53333%;
  }
}

.m-point__sc:nth-child(1) .m-point__sc__pw__p:nth-child(2)::before {
  padding-top: 60%;
  background-image: url(/resilience/madori/images/pic_point02.jpg);
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(1) .m-point__sc__tw {
    top: 268px;
    margin-left: 111px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(1) .m-point__sc__tw__t {
    margin-left: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(2) {
    height: 420px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(2) .m-point__sc__pw__p:nth-child(1) {
    top: 0;
    width: 730px;
    margin-left: -47px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(2) .m-point__sc__pw__p:nth-child(1) {
    right: 0;
    top: 0;
    width: 84%;
  }
}

.m-point__sc:nth-child(2) .m-point__sc__pw__p:nth-child(1)::before {
  padding-top: 57.53425%;
  background-image: url(/resilience/madori/images/pic_point03.jpg);
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(2) .m-point__sc__pw__p:nth-child(2) {
    top: 55px;
    width: 210px;
    margin-left: -643px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(2) .m-point__sc__pw__p:nth-child(2) {
    left: 5.33333%;
    bottom: 0;
    width: 26.66667%;
  }
}

.m-point__sc:nth-child(2) .m-point__sc__pw__p:nth-child(2)::before {
  padding-top: 166.66667%;
  background-image: url(/resilience/madori/images/pic_point04.jpg);
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(2) .m-point__sc__tw {
    top: 131px;
    margin-left: -480px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(2) .m-point__sc__tw {
    text-align: right;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(2) .m-point__sc__tw__t {
    margin-left: 75px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(3) {
    height: 525px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(3) .m-point__sc__pw__p:nth-child(1) {
    top: 0;
    width: 730px;
    margin-left: -683px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(3) .m-point__sc__pw__p:nth-child(1) {
    left: 0;
    top: 0;
    width: 84%;
  }
}

.m-point__sc:nth-child(3) .m-point__sc__pw__p:nth-child(1)::before {
  padding-top: 57.53425%;
  background-image: url(/resilience/madori/images/pic_point05.jpg);
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(3) .m-point__sc__pw__p:nth-child(2) {
    top: 315px;
    width: 350px;
    margin-left: 235px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__sc:nth-child(3) .m-point__sc__pw__p:nth-child(2) {
    right: 0;
    bottom: 0;
    width: 44.53333%;
  }
}

.m-point__sc:nth-child(3) .m-point__sc__pw__p:nth-child(2)::before {
  padding-top: 60%;
  background-image: url(/resilience/madori/images/pic_point06.jpg);
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(3) .m-point__sc__tw {
    top: 109px;
    margin-left: 95px;
  }
}

@media print, (min-width: 768px) {
  .m-point__sc:nth-child(3) .m-point__sc__tw__t {
    margin-left: 55px;
  }
}

.m-point__lt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-point__lt {
    margin-top: 100px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-point__lt {
    margin-top: 60px;
    font-size: 22px;
  }
}

.m-srwrap {
  position: relative;
  color: #222;
  font-family: 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .m-srwrap {
    min-width: 1140px;
  }
}

@media print, (min-width: 768px) {
  .m-sticky {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .m-sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 700;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
    visibility: hidden;
    transform: translateY(-55px);
    transition: visibility 0ms 350ms, transform 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-sticky .m-sticky__hd__tw__u {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .m-sticky .m-sticky__hd__tw__u:nth-child(1) {
    transition: visibility 0ms, opacity 350ms linear;
  }
  .m-sticky .m-sticky__hd__tw__u:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 350ms, opacity 350ms linear;
  }
  .m-sticky .m-sticky__hd__pl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .m-sticky .m-sticky__hd__pl__u {
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 85px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 350ms, opacity 350ms linear;
  }
  .m-sticky .m-sticky__hd__pl__u__lb {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 55px;
    margin-top: -9px;
    padding: 6px 0 5px;
    border-radius: 999px;
    background: #000;
    font-size: 8px;
    line-height: 1;
    text-align: center;
  }
  .m-sticky .m-sticky__hd__pl__u__lb > img {
    width: 37px;
    height: 8px;
    vertical-align: top;
  }
  .m-sticky .m-sticky__hd__pl__u__t {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-sticky .m-sticky__hd__mn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .m-sticky .m-sticky__hd__mn > span {
    display: table;
    width: 100%;
    height: 100%;
  }
  .m-sticky .m-sticky__hd__mn > span > span {
    display: table-cell;
    vertical-align: middle;
  }
  .m-sticky .m-sticky__hd__ic {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .m-sticky .m-sticky__hd__ic::before,
  .m-sticky .m-sticky__hd__ic::after {
    content: '';
    display: block;
    position: absolute;
    background: #222;
  }
  .m-sticky .m-sticky__hd__ic::before {
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
  }
  .m-sticky .m-sticky__hd__ic::after {
    left: 7px;
    top: 0;
    width: 2px;
    height: 100%;
    transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-sticky .m-sticky__hd > a {
    display: block;
    position: relative;
    height: 54px;
    color: inherit;
    text-decoration: none;
  }
  .m-sticky .m-sticky__bd {
    display: none;
    overflow: hidden;
  }
  .m-sticky .m-sticky__ul {
    border-top: 1px solid #eee;
  }
  .m-sticky .m-sticky__ul__lb {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 55px;
    margin-top: -9px;
    padding: 6px 0 5px;
    border-radius: 999px;
    background: #000;
    font-size: 8px;
    line-height: 1;
    text-align: center;
  }
  .m-sticky .m-sticky__ul__lb > img {
    width: 37px;
    height: 8px;
    vertical-align: top;
  }
  .m-sticky .m-sticky__ul__t {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-sticky .m-sticky__ul__ic {
    position: absolute;
    right: 23px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    box-sizing: border-box;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(135deg);
  }
  .m-sticky .m-sticky__ul > li > a {
    display: block;
    position: relative;
    padding: 16px 0 16px 85px;
    color: inherit;
    text-decoration: none;
  }
  .m-sticky .m-sticky__ul > li:nth-child(n+2) {
    border-top: 1px solid #eee;
  }
  .m-sticky.is-show {
    visibility: visible;
    transform: translateY(0px);
    transition: visibility 0ms, transform 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-sticky.is-menuShow .m-sticky__hd__tw__u:nth-child(1) {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 350ms, opacity 350ms linear;
  }
  .m-sticky.is-menuShow .m-sticky__hd__tw__u:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 350ms linear;
  }
  .m-sticky.is-menuShow .m-sticky__hd__ic::after {
    transform: scaleY(0);
  }
  .m-sticky.is-pl1 .m-sticky__hd__pl__u:nth-child(1),
  .m-sticky.is-pl2 .m-sticky__hd__pl__u:nth-child(2),
  .m-sticky.is-pl3 .m-sticky__hd__pl__u:nth-child(3),
  .m-sticky.is-pl4 .m-sticky__hd__pl__u:nth-child(4) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 350ms linear;
  }
}

.m-thought {
  background: #000;
}

@media print, (min-width: 768px) {
  .m-thought {
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-thought {
    padding: 60px 0 80px;
  }
}

.m-thought__tt {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-thought__tt {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__tt {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media print, (min-width: 768px) {
  .m-thought__ul {
    display: flex;
  }
}

.m-thought__ul__pw {
  position: relative;
}

.m-thought__ul__pw__bg {
  position: relative;
  padding-top: 47.94721%;
  overflow: hidden;
}

.m-thought__ul__pw__bg::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-thought__ul__pw__p {
  position: absolute;
  top: 0;
}

.m-thought__ul__pw__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-thought__ul__bt {
  margin: 20px auto 0;
  padding: 0 20px;
}

@media print, (min-width: 768px) {
  .m-thought__ul__bt {
    max-width: 440px;
  }
}

.m-thought__ul__bt > span {
  display: block;
}

@media print, (min-width: 768px) {
  .m-thought__ul__bt > span {
    background: #fff;
  }
}

.m-thought__ul__bt > span > span {
  display: block;
  position: relative;
  background: #0d75c1;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-thought__ul__bt > span > span {
    padding: 16px 0;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__ul__bt > span > span {
    max-width: 335px;
    margin: 0 auto;
    font-size: 15px;
  }
}

@media (max-width: 374px) {
  .m-thought__ul__bt > span > span {
    font-size: 4vw;
  }
}

.m-thought__ul__bt > span > span::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media print, (min-width: 768px) {
  .m-thought__ul > li {
    width: 50%;
    box-sizing: border-box;
  }
}

.m-thought__ul > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  body.pc .m-thought__ul > li > a:hover .m-thought__ul__pw__bg::before,
  body.pc .m-thought__ul > li > a:active .m-thought__ul__pw__bg::before {
    transform: scale(1.1);
  }
  body.pc .m-thought__ul > li > a:hover .m-thought__ul__bt > span > span,
  body.pc .m-thought__ul > li > a:active .m-thought__ul__bt > span > span {
    opacity: .7;
  }
}

@media print, (min-width: 768px) {
  .m-thought__ul > li:nth-child(1) {
    padding-right: 1px;
  }
}

.m-thought__ul > li:nth-child(1) .m-thought__ul__pw__bg::before {
  background-image: url(/resilience/madori/images/bg_thought01.jpg);
}

@media print, (min-width: 768px) {
  .m-thought__ul > li:nth-child(1) .m-thought__ul__pw__p {
    left: 16.27566%;
    width: 67.44868%;
    margin-top: 7.47801%;
    padding-top: 32.9912%;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__ul > li:nth-child(1) .m-thought__ul__pw__p {
    left: 5.33333%;
    width: 89.33333%;
    margin-top: 7.46667%;
    padding-top: 32.53333%;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__ul > li:nth-child(1) .m-thought__ul__pw__p > img:nth-child(1) {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-thought__ul > li:nth-child(1) .m-thought__ul__pw__p > img:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__ul > li:nth-child(1) .m-thought__ul__bt > span > span {
    padding: 13px 0;
  }
}

@media print, (min-width: 768px) {
  .m-thought__ul > li:nth-child(2) {
    padding-left: 1px;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__ul > li:nth-child(2) {
    margin-top: 40px;
  }
}

.m-thought__ul > li:nth-child(2) .m-thought__ul__pw__bg::before {
  background-image: url(/resilience/madori/images/bg_thought02.jpg);
}

@media print, (min-width: 768px) {
  .m-thought__ul > li:nth-child(2) .m-thought__ul__pw__p {
    left: 33.72434%;
    width: 32.55132%;
    margin-top: 7.47801%;
    padding-top: 32.9912%;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__ul > li:nth-child(2) .m-thought__ul__pw__p {
    left: 33.2%;
    width: 33.86667%;
    margin-top: 6.93333%;
    padding-top: 34.26667%;
  }
}

@media screen and (max-width: 767px) {
  .m-thought__ul > li:nth-child(2) .m-thought__ul__bt > span > span {
    padding: 8px 0;
  }
}

.m-what {
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-what {
    margin: 0 20px;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw {
    display: flex;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c {
    width: 50%;
  }
}

.m-what__cw__c__bx {
  border: 1px solid #d9d9d9;
  background: #fff;
}

@media print, (min-width: 768px) {
  .m-what__cw__c__bx {
    padding: 40px;
  }
}

.m-what__cw__c__bx__tw__tt {
  font-weight: 700;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-what__cw__c__bx__tw__tt {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c__bx__tw__tt {
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c__bx__tw__tt > img {
    vertical-align: -55%;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c__bx__tw__tt > img {
    vertical-align: -50%;
  }
}

.m-what__cw__c__bx__tw__s {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-what__cw__c__bx__tw__s {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c__bx__tw__s {
    font-size: 14px;
  }
}

.m-what__cw__c__bx__t {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-what__cw__c__bx__t {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c__bx__t {
    margin-top: 20px;
    font-size: 16px;
  }
}

.m-what__cw__c__bx__t sup {
  margin: 0 1px;
}

@media print, (min-width: 768px) {
  .m-what__cw__c__bx__t sup {
    font-size: 12px;
    vertical-align: 30%;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c__bx__t sup {
    font-size: 10px;
    vertical-align: 30%;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c:nth-child(1) .m-what__cw__c__bx {
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c:nth-child(1) .m-what__cw__c__bx {
    margin-right: 20px;
    padding: 30px 20px 50px;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c:nth-child(1) .m-what__cw__c__bx__tw__tt {
    margin-left: -22px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c:nth-child(1) .m-what__cw__c__bx__tw__tt {
    margin-left: -13px;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c:nth-child(1) .m-what__cw__c__bx__tw__tt > img {
    width: 214.5px;
    height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c:nth-child(1) .m-what__cw__c__bx__tw__tt > img {
    width: 128.7px;
    height: 31.8px;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c:nth-child(2) .m-what__cw__c__bx {
    margin: 80px 0 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c:nth-child(2) .m-what__cw__c__bx {
    margin: -20px 0 0 20px;
    padding: 30px 20px;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c:nth-child(2) .m-what__cw__c__bx__tw__tt {
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c:nth-child(2) .m-what__cw__c__bx__tw__tt {
    margin-left: -10px;
  }
}

@media print, (min-width: 768px) {
  .m-what__cw__c:nth-child(2) .m-what__cw__c__bx__tw__tt > img {
    width: 342px;
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__cw__c:nth-child(2) .m-what__cw__c__bx__tw__tt > img {
    width: 205.2px;
    height: 31.2px;
  }
}

.m-what__n {
  display: flex;
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-what__n {
    position: absolute;
    left: 0;
    top: 263px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__n {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-what__n .m-what__n__t {
    width: 100%;
  }
}

.m-wpwrap {
  background: #f7f7f7;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-wpwrap__in {
    width: 1080px;
    margin: 0 auto;
    padding: 100px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-wpwrap__in {
    padding: 50px 0 80px;
  }
}
