/* html{
  font-size: 62.5%;
  line-height: 1.7;
}

body{
  font-size: 1.6rem;
  font-family: 'Poppins', 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width:767px) {
  body{
    font-size: 1.3rem;
  }
} */

.-header-bnr.show{
display: none !important;
}
img{
  display: inline-block;
  width: 100%;
  height: auto;
}

*{
  box-sizing: border-box;
}

ul{
  list-style: none;
}


/*---memCmp_btn01--*/
.-memCmp_btn01{
  display: flex;
  justify-content: center;
  margin: 5em 0;
  padding: 0;
}
.-memCmp_btn01>a{
  font-size: 24px;
  line-height: 1.1;
  padding: 23px 40px;
  background-color: #202021;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 7px;
  text-decoration: none;
  box-shadow: 0 7px 0 0 rgba(0,0,0,1);
  transition: .5s ease;
}
.-memCmp_btn01>a:hover{
  transform: translateY(7px);
  box-shadow: 0 0 0 0 rgba(0,0,0,1);
  background-color: #000;
  transition: .2s ease;
}
.-memCmp_btn01>a span{
  font-size: 0.66em;
}
.-memCmp_btn01>a::before{
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(./icon_arw01.png) no-repeat left center/contain;
  margin-right: 10px;
}


@media screen and (max-width:767px) {
  .-memCmp_btn01{
    margin: 3em 4vw;
  }
  .-memCmp_btn01>a{
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 5px 0 0 rgba(0,0,0,1);
    flex-flow: row wrap;
    justify-content: center;
    line-height: 1.4;
  }
  .-memCmp_btn01>a::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(./icon_arw01.png) no-repeat left center/contain;
    margin-right: 5px;
  }
}
/*---//memCmp_btn01--*/


/*---memCmp_btn02--*/
.-memCmp_btn02{
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 20%;
  right: -100%;
  animation: anime1 .5s ease .5s 1 normal forwards;
}
@keyframes anime1 {
  0% {right: -100%;}
  100% {right: 0;}
}
.-memCmp_btn02>a{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 1.1;
  padding: 15px;
  background-color: #202021;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 0 0 7px;
  text-decoration: none;
  transition: .5s ease;
}
.-memCmp_btn02>a:hover{
  transform: translateY(7px);
  box-shadow: 0 0 0 0 rgba(0,0,0,1);
  background-color: #000;
  transition: .2s ease;
}
.-memCmp_btn02>a span{
  font-size: 0.66em;
}

@media screen and (max-width:767px) {
  .-memCmp_btn02{
    display: none;
    /* top: inherit;
    bottom: 10%; */
  }
  .-memCmp_btn02>a{
    /* font-size: 1.4rem;
    padding: .75em; */
  }
}
/*---memCmp_btn02--*/

/*---memCmp_hdr01--*/
.-memCmp_hdr01{
  max-width: 1020px;
  min-height: 300px;
  width: 100%;
  background: url(./bg_kv02.png) no-repeat top center/cover;
  margin: 50px auto 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
}
.-memCmp_hdr01_logo01{
  order: 10;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.-memCmp_hdr01_tit01{
  order: 20;
  margin: 15px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.-memCmp_hdr01_txt01{
  order: 30;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.-memCmp_hdr01_txt01 span{
  display: inline-block;
}
/*---//memCmp_hdr01--*/

/*---memCmp_main01--*/
.-memCmp_main01{
  max-width: 1020px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}
@media screen and (max-width:767px) { 
  .-memCmp_hdr01{
    margin: 0 auto 0;
  }
  .-memCmp_main01{
    padding: 4vw;
  }
  .-memCmp_hdr01_txt01{
    font-size: 13px;
  }
}
/*---//memCmp_main01--*/

/*---memCmp_sec01--*/
.-memCmp_sec01{}
.-memCmp_sec01_tit01{
  max-width: 916px;
  margin: 0 auto 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
}
.-memCmp_sec01_txt01{
  text-align: center;
  padding: 0;
  margin: 0 0 2em;
  font-size: 16px;
}
.-memCmp_sec01_txt01 span{
  display: inline-block;
}

.-memCmp_sec01_ul01{
  max-width: 900px;
  margin: 70px auto 0;
  padding: 0;
  list-style: none;
}
.-memCmp_sec01_ul01>li{
  background-color: #e3ecf3;
  margin-bottom: 5em;
  padding: 20px 40px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.-memCmp_sec01_ul01>li:last-of-type{
  margin-bottom: 0;
}
.-memCmp_sec01_ul01>li .-stit01{
  order: 20;
  color: #c61a1a;
  font-size: 46px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding: 0;
  min-height: auto;
  background: transparent;
  display: block;
}
.-memCmp_sec01_ul01>li .-stit01 span{
  display: inline-block;
}
.-memCmp_sec01_ul01>li .-pnt01{
  order: 10;
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  background-color: #c61a1a;
  margin: -35px 0 1em;
  padding: 7px 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
.-memCmp_sec01_ul01>li .-pnt01::before{
  content: '';
  display: block;
  width: 31px;
  height: 23px;
  margin-right: 5px;
  background: url(./icon_pint01.png) no-repeat center center/contain;
}
.-memCmp_sec01_ul01>li .-txt01{
  order: 30;
  text-align: center;
  font-size: 16px;
  margin: 1em 0;
}
.-memCmp_sec01_ul01>li .-txt01 span{
  display: inline-block;
}
.-memCmp_sec01_ul01>li .-txt01 .-txtS{
  font-size: .75em;
}
.-memCmp_sec01_ul01>li .-txt01 strong{
  font-weight: bold;
}


@media screen and (max-width:767px) { 
.-memCmp_sec01_ul01>li .-txt01{
  order: 30;
  text-align: center;
  font-size: 16px;
  margin: 1em 0;
}
  .-memCmp_sec01_tit01{
    margin: 0 auto 20px;
  }
  .-memCmp_sec01_txt01{
    margin: 0 0 1em;
    font-size: 13px;
  }
  
  .-memCmp_sec01_ul01{
    margin: 35px auto 0;
  }
  .-memCmp_sec01_ul01>li{
    background-color: #e3ecf3;
    margin-bottom: 4em;
    padding: 4vw;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .-memCmp_sec01_ul01>li:last-of-type{
    margin-bottom: 0;
  }
  .-memCmp_sec01_ul01>li .-stit01{
    font-size: 21px;
  }
  .-memCmp_sec01_ul01>li .-txt01{
    font-size: 13px;
  }
  .-memCmp_sec01_ul01>li .-pnt01{
    font-size: 16px;
    margin: -30px 0 1em;
    padding: 5px 20px;
  }
  .-memCmp_sec01_ul01>li .-pnt01::before{
    content: '';
    display: block;
    width: 21px;
    height: 20px;
    margin-right: 5px;
    background: url(./icon_pint01.png) no-repeat center center/contain;
  }
}
/*--//-memCmp_sec01--*/

/*--memCmp_sec02--*/
.-memCmp_sec02{
  max-width: 900px;
  margin: 0 auto;
}
.-memCmp_sec02_tit01{
  max-width: 888px;
  margin: 0 auto 40px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
}
.-memCmp_sec02_ul01{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
.-memCmp_sec02_ul01>li{
  width: 46.666%;
  margin: 0 6.66% 6.66% 0;
  background-color: #c61a1a;
  border: 1px solid #c61a1a;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 0 15px; 
}
.-memCmp_sec02_ul01>li:nth-of-type(2n){
  margin: 0 0 6.66% 0;
}
.-memCmp_sec02_ul01>li:last-of-type{
  margin: 0 0 0 0;
}
.-memCmp_sec02_ul01>li:not(:nth-of-type(2n)):nth-last-child(2){
  margin: 0 6.66% 0 0;
}
.-memCmp_sec02_ul01>li .-stit01{
  order: 20;
  padding: 15px;
  color: #fff;
  font-size:24px;
  line-height: 1.4;
  text-align: center;
  padding: .5em .5em 0;
  margin: 0 0 0.5em;background: transparent;
  display: block;
}
.-memCmp_sec02_ul01>li .-stit01 span{
  display: inline-block;
}
.-memCmp_sec02_ul01>li .-txt01{
  order: 30;
  font-size: 13px;
  color: #fff;
  padding: 0 1em;
  margin: 0;text-align: center;
}
.-memCmp_sec02_ul01>li .-txt01 span{
  display: inline-block;
}
.-memCmp_sec02_ul01>li .-pic01{
  order: 10;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:767px) {
  .-memCmp_sec02_tit01{
    margin: 0 auto 20px;
  }
  .-memCmp_sec02_ul01>li{
    width: 100%;
    margin: 0 0 4vw;
    padding: 0 0 15px; 
  }
  .-memCmp_sec02_ul01>li:nth-of-type(2n){
    margin: 0 0 4vw 0;
  }
  .-memCmp_sec02_ul01>li:not(:nth-of-type(2n)):nth-last-child(2){
    margin:0 0 4vw 0;
  }
  .-memCmp_sec02_ul01>li:last-of-type{
    margin: 0 0 0 0;
  }
  .-memCmp_sec02_ul01>li .-stit01{
    font-size:18px;
  }
  .-memCmp_sec02_ul01>li .-txt01{
    padding: 0 4vw;
  }
}
/*--//-memCmp_sec02--*/


/*---memCmp_sec03--*/
.-memCmp_sec03{
  max-width: 900px;
  margin: 0 auto 5em;
  border: 5px solid #d9e1f6;
  padding: 30px 40px;
  background-color: #fff;
}
.-memCmp_sec03_tit01{
  margin: 0 0 1em;
  padding: 0;
  font-size: 13px;
  text-align: center;
  border: none;
}
.-memCmp_sec03_ul01{
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.-memCmp_sec03_ul01>li{
  font-size: 13px;
  text-indent: -1em;
  margin: 0 0 1em 1em;
  padding: 0;
}
.-memCmp_sec03_ul01>li a{
  color: #202021;
}
.-memCmp_sec03_ul01>li a:hover{
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .-memCmp_sec03{
    margin: 0 auto 3em;
    padding: 4vw;
  }
  .-memCmp_sec03_tit01{
    margin: 0 0 1em;
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
}
/*--//-memCmp_sec03--*/

/*---memCmp_footer01--*/
.-memCmp_footer01{
  width: 100%;
  padding: 0 15px;
  background-color: #2c2c2c;
  color: #CDD0D1;
}
.-memCmp_footer01_inner01{
  max-width: 1020px;
  margin: 0 auto;
  padding: 1em 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 12px;
}
.-memCmp_footer01_ul01{
  display: flex;
  padding: 0;
  margin: 0;
}
.-memCmp_footer01_ul01>li{
  color: #CDD0D1;
}
.-memCmp_footer01_ul01>li:not(:last-of-type):after{
  content: '｜';
  display: inline-block;
  margin: 0 1em;
}
.-memCmp_footer01_ul01>li>a{
  font-size: 12px;
  color: #CDD0D1;
  text-decoration: none;
}
.-memCmp_footer01_ul01>li>a:hover{
  color: #CDD0D1;
  text-decoration: underline;
}
.-memCmp_footer01_copy01{
  color: #CDD0D1;
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .-memCmp_footer01{
    padding: 0 4vw;
  }
  .-memCmp_footer01_ul01{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .-memCmp_footer01_copy01{
    width: 100%;
    text-align: center;
  }
}
/*--//-memCmp_footer01--*/