@media screen and (max-width: 767px) {
  .pcOnly { display: none!important; }
  .mt20Sp { margin-top: 20px !important; }
  #footer .pgTopLinkWrap {
    bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .spOnly { display: none!important; }
  .aC-pc { text-align: center; }
  .mr40{
    margin-right: 40px;
  }
  .mr55{
    margin-right: 55px;
  }
  .mt0{
    margin-top: 0 !important;
  }
  .mt25{
    margin-top: 25px;
  }
  .mt35{
    margin-top: 35px;
  }
  .ml90{
    margin-left: 90px;
  }
  .pc_w100{
    width: 100%;
  }

  #web_merit .merit_box{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
  }
  #web_merit .merit_box li{
    width: 33%;
  }
  #web_merit .merit_box li img{
    width: 100%;
  }

/*** �ȉ����[�_���pCSS ***/
.modal_wrap2.recip_m .modal_content2 label {
  content: "";
  transform: translate(0%, -50%);
  z-index: 2;
  font-size: 45px;
  color: #999999;
}
.modal_wrap2.recip_m input {
  display: none;
}
.modal_wrap2.recip_m .modal_overlay2 {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  z-index: 1000000;
}
.modal_wrap2.recip_m .modal_trigger2 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_wrap2.recip_m .modal_content2 {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 830px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 15px;
}
.modal_wrap2.recip_m .modal_content2 img{
width:100%;
}

.modal_wrap2.recip_m .modal_content2 h2 {
  margin: 0;
  padding: 45px 30px 20px 30px;
  font-size: 24px;
  color: #004831;
  text-align: center;
  font-weight: bold;
}

.modal_wrap2.recip_m .modal_content2 p {
 font-size: 14px;
}

.modal_wrap2.recip_m .modal_content2 .btn a {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 auto 25px;
  padding: 9px 0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10vw;
  background: #e26d00;
  color: #ffffff;
}
.modal_wrap2.recip_m .modal_content2 .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(0%, -50%);
}
.modal_wrap2.recip_m .close_button {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.modal_wrap2.recip_m .modal_content2 .close_button img{
width:46px;
}

.modal_wrap2.recip_m input:checked ~ .modal_overlay2 {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap2.recip_m .modal_content2 .tuner_box .tuner_area{
  border: 2px solid #0099ff;
  border-top:none;
  margin: 0;
  padding: 20px;
}

.modal_wrap2.recip_m .modal_content2 .tuner_about{
  margin: 0;
  padding:0 55px 50px 55px;
  color: #333333;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about h3{
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about .dotList01{
  font-size: 14px;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about .dotList01 > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 10px;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about .dotList01 > li:before {
  margin-right: 0.5em;
  content: "・";
}



.modal_wrap2.recip_m .modal_content2 .overflow_s{
  max-height: 640px;
  overflow-y: scroll;
}

  .wd-method .box_type01{
    display: flex;
    padding: 20px 0 0 30px;
  }

  .wd-method .sv_area::before{
    position: absolute;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 35px 35px 34px;
    border-color: transparent transparent #F4F7EA transparent;
    top: -35px;
    left: 50%;
    margin-left: -30px;
  }

  .wd-method .box_type03{
    display: flex;
    margin-top: 20px;
    padding: 0 10px 0 35px;
    font-size: 16px;
    color: #333333;
  }

  .wd-method .box_type04{
    display: flex;
    padding-top: 45px;
    font-size: 14px;
    color: #333333;
    margin: 0 35px;
  }
  .wd-method .box_type04.d_block{
    display: block;
  }

  .btn_type04 {
    width: 120px;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #999999;
    background-color: #fff;
    padding: 15px 0 15px;
    margin: 25px auto 0 auto;
    color: #999999;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}



}

/* -----------------------------------------
    �S��
----------------------------------------- */
p {
  font-size: 18px;
  color: #333333;
}
#main {
  background: none;
}
#container {
  color: #4c4c4c;
  max-width: none;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","���C���I",Meiryo,"�l�r �o�S�V�b�N","MS PGothic",sans-serif;
}
.wd-section {
  padding: 100px 0 70px;
  width: 100%;
}
.wd-inner {
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------
    �T�C�h�{�^��
----------------------------------------- */
.wd-fixedFoot {
  position: fixed;
  top: 400px;
  right: 0px;
  z-index: 15;
}
.wd-fixedFoot_item {
  cursor: pointer;
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.wd-fixedFoot_item:hover {
  opacity: 0.8;
}
.wd-fixedFoot_item+.wd-fixedFoot_item {
  margin-top: 10px;
}

/* -----------------------------------------
    ���C���r�W���A��
----------------------------------------- */
.wd-baseInner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wd-section-mv {
  background-color: #F6F7F5;
  padding-top: 54px;
  padding-left: 54px;
  padding-bottom: 52px;
}
.wd-mv_notice {
  text-align: center;
}
.wd-mv_notice img {
  width: 100%;
  max-width: 1154px;
}

/* -----------------------------------------
    �y�[�W��������
----------------------------------------- */
.wd-section-notice {
  padding: 30px 0;
}

/* -----------------------------------------
	card
----------------------------------------- */

.card {
	padding: 30px 30px 40px;
	background-color: #F6F7F5;
}

.card h2,
.wd-sustainable__inner h2 {
	margin-bottom: 30px;
	font-size: 32px;
	color: #004831;
	font-weight: bold;
	text-align: center;
}

.card h3 {
	margin-top: 22px;
	margin-bottom: 24px;
	font-size: 24px;
	color: #548900;
	font-weight: bold;
}

.card p {
	font-size: 18px;
	color: #4C4C4C;
}

.card sup {
	font-size: 14px;
}

/* -----------------------------------------
	card
----------------------------------------- */
.card ul  {
	margin-bottom: 20px;
}

.card ul li {
	font-size: 18px;
	color: #4C4C4C;
    padding-left: 30px;
    text-indent: -16px;
}

.card ul li:before {
	content: "・";
	display: inline-block;
    margin-right: 5px;
}

.card ul li a {
	color: #4C4C4C;
}

.card__link {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 16px;
	color: #4C4C4C !important;
}

.card__link span {
	font-size: 18px;
	color: #4C4C4C;
}

.card__link::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #4C4C4C;
    border-right: solid 1px #4C4C4C;
    transform: rotate(45deg);
    content: "";
}

.card .note {
	font-size: 14px;
}

/* -----------------------------------------
    CTA
----------------------------------------- */
.btn_type01{
  cursor: pointer;
  width: 376px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  text-align: center;
  background-color: #EB5F00;
  padding: 15px 0 15px 20px;
  margin: 20px auto 0 auto;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.btn_type01:hover {
  opacity: 0.8;
}
.btn_type01 span{
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.btn_type01 span::before{
  position: absolute;
  content: "";
  background: url(/memfs/net-service/web_detail/img/index3/icon_app.png) center center no-repeat;
  background-size: contain;
  height: 29px;
  width: 29px;
  margin-left: -30px;
}

.btn_type02{
  width: 376px;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
  background-color: #162688;
  padding: 15px 0 15px 20px;
  margin: 20px auto 0 auto;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.btn_type02:hover {
  opacity: 0.8;
}
.btn_type02 a{
  position: relative;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.btn_type02 a::before{
  position: absolute;
  content: "";
  background: url(/memfs/net-service/web_detail/img/index3/icon_gear.png) center center no-repeat;
  background-size: contain;
  height: 25px;
  width: 27px;
  margin-left: -30px;
}

.btn_type03{
    width: 376px;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #1D2FA8;
    background-color: #fff;
    padding: 15px 0 15px;
    margin: 20px auto 0 auto;
    color: #1D2FA8;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

/* -----------------------------------------
    step
----------------------------------------- */
.wd-section-step {
  margin-top: 52px;
  margin-bottom: 70px;
}

.wd-section-step h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 65px;
  text-align: center;
}

.wd-section-step h2 span {
  display: inline-block;
  margin: 0 30px 0;
  font-size: 28px;
  color: #004831;
  font-weight: bold;
}

.wd-section-step h2::before {
  content: url(/memfs/net-service/web_detail/img/index3/img_step_h2_icon_left.png);
}
.wd-section-step h2::after {
  content: url(/memfs/net-service/web_detail/img/index3/img_step_h2_icon_right.png);
}

.wd-section-step .step-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.step-icon {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #548900;
}

.step-icon span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px auto 0;
  border-radius: 50%;
  background-color: #004831;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.step-list {
  position: relative;
  margin-bottom: 56px;
}

.step-list li {
  width: 200px;
  position: relative;
}

.step-list li::after {
  content: url(/memfs/net-service/web_detail/img/index3/icon_step-list.png);
  position: absolute;
  right: -70px;
  top: 40px;
}

.step-list li:nth-child(2)::after {
  right: -75px;
}

.step-list li:last-child::after {
  content: "";
}

.wd-section-step .step-list .stepTitle {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #004831;
}
.wd-section-step .step-list .stepTitle span {
  font-weight: bold;
}

/* -----------------------------------------
    servie
----------------------------------------- */
.wd-servie {
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}

.wd-servie-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #548900;
  text-align: center;
}

.wd-servie-title span {
  display: block;
  margin: 0 28px;
  font-size: 22px;
  font-weight: bold;
}

.wd-servie-title::before {
  content: url(/memfs/net-service/web_detail/img/index3/img_service_title_icon_left.png);
}
.wd-servie-title::after {
  content: url(/memfs/net-service/web_detail/img/index3/img_service_title_icon_right.png);
}

.wd-servie-box {
  display: flex;
  justify-content: center;
}

/* -----------------------------------------
    about
----------------------------------------- */
.wd-section-about {
  max-width: 1000px;
  width: 100%;
  margin: 75px auto 0;
  padding: 24px 34px 30px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

.wd-section-about .wd-about-inner {
  display: flex;
  align-items: center;
}

.about-txt-box {
  margin-left: 30px;
  font-size: 20px;
}


.about-txt-title {
  font-size: 28px;
  color: #548900;
  font-weight: bold;
}

/* -----------------------------------------
    app
----------------------------------------- */
.wd-section-app {
  margin-bottom: 60px;
  padding: 40px 0;
  background-color: #F4F7EA;
}

.app-inner {
  max-width: 1000px;
  width: 100%;
  margin:  auto;
  text-align: center;
}

.app-inner h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #004831;
}

.app-inner p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.app-inner p::before {
  content: url(/memfs/net-service/web_detail/img/index3/img_step_h2_icon_left.png);
}
.app-inner p::after {
  content: url(/memfs/net-service/web_detail/img/index3/img_step_h2_icon_right.png);
}
.app-inner p span {
  display: inline-block;
  margin: 0 15px;
  font-weight: bold;
}

/* -----------------------------------------
    mv2
----------------------------------------- */
.wp-section-mv2 {
  margin-top: 60px;
}

.wp-section-mv2 img {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}



/* -----------------------------------------
    web_merit
----------------------------------------- */
.wd-merit.wd-section {
  padding: 100px 0 80px;
}

.wd-merit h2{
  font-size: 32px;
  color: #004831;
  position: relative;
  text-align: center;
}
.wd-merit h2 span{
  font-weight: bold;
}
.wd-merit h2 span::before{
  position: absolute;
  content: "";
  background: url(/memfs/net-service/web_detail/img/index3/icon_l.png) center center no-repeat;
  background-size: contain;
  height: 33px;
  width: 32px;
  margin-left: -40px;
  bottom: 10px;
}
.wd-merit h2 span::after{
  position: absolute;
  content: "";
  background: url(/memfs/net-service/web_detail/img/index3/icon_r.png) center center no-repeat;
  background-size: contain;
  height: 24px;
  width: 35px;
  margin-left: 10px;
  bottom: 10px;
}

.wd-merit {
  margin-top: 155px;
}

.web-merit-img {
  margin-top: 40px;
  margin-bottom: 15px;
}

.web-merit-img img {
  display: block;
  max-width: 1202px;
  width: 100%;
  margin: 0 auto 0;
}

.web-merit-inner .merit-link {
  margin: 0 auto 10px;
  text-align: center;
  color: #1D2FA8;
}
.web-merit-inner .merit-link:hover a {
  text-decoration: underline;
}
.web-merit-inner .merit-link a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1D2FA8;
  border-right: 1px solid #1D2FA8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.web-merit-inner .merit-link a {
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 20px;
}


/* -----------------------------------------
    method
----------------------------------------- */
.wd-method h2{
  font-size: 32px;
  color: #004831;
  position: relative;
  text-align: center;
}
.wd-method h2 span{
  font-weight: bold;
}
.wd-method h2.h2_type02{
  font-size: 28px;
  margin-top: 50px;
  font-weight: bold;
}
.wd-method .method_area{
  margin-top: 40px;
}
.wd-method {
  margin-top: 75px;
  margin-bottom: 80px;
}

.wd-method .wd-method_desc {
  width: 800px;
  margin: 22px auto 25px;
}

.method-area {
  margin-bottom: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.method-area__inner {
  margin: 40px auto;
}

.wd-section-method__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.wd-section-method__inner p {
  margin-bottom: 20px;
}

.method-area__inner h3 {
  position: relative;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.method-area__inner h3 span {
  font-weight: bold;
}
.method-area__inner h3 span::before {
  position: absolute;
  content: "";
  background: url(/memfs/net-service/web_detail/img/index3/icon_sp_green.png) center center no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
  margin-left: -40px;
}
.method-pc .method-area__inner h3 span::before {
  background: url(/memfs/net-service/web_detail/img/index3/icon_pc_green.png) center center no-repeat;
  background-size: contain;
  height: 31px;
  width: 37px;
  margin-left: -40px;
  bottom: 8px;
}

.method_area-col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.method_area-col2  .method_area-col-img {
  margin-left: 120px;
}

.method_area-col2 .method_area-col-txt {
  display: block;
  width: 450px;
  margin-left: 70px;
}

.method_area-col1 {
  display: block;
}

.method_area-col1  .method_area-col-img {
  text-align: center;
}

.method_area-col1  .method_area-col-txt {
  max-width: 656px;
  width: 100%;
  margin: auto;
}

/* -----------------------------------------
    sustainable
----------------------------------------- */
.wd-section-c_01 {
  background-color: #F4F7EA;
}
.sustainable_area {
  text-align: center;
  background-color: #fff;
  padding: 40px 0 45px 0;
  font-size: 14px;
  background-image: url(/memfs/net-service/web_detail/img/index3/bg_sustainable.png);
  border-radius: 5px 5px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.sustainable_area .text_title{
  font-size: 32px;
  margin-bottom: 20px;
  color: #004831;
  font-weight: bold;
}
.sustainable_area .iconLink01 {
  font-size: 14px;
  margin-top: 40px;
}
.sustainable_area p {
  font-size: 18px;
}

.wd-sustainable__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}


/* -----------------------------------------
    sedynavi
----------------------------------------- */

.wd-section-sedynavi {
  margin-top: 45px;
  padding-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 45px;
  background: url(/memfs/net-service/web_detail/img/cmn_bg01.png) no-repeat 50% 0;
  text-align: center;
}

.cedynavi-logo {
  margin-bottom: 30px;
}

.wd-section-sedynavi__inner {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.wd-section-sedynavi__inner h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #162688;
  font-weight: bold;
}

.cedynav-btn {
  display: block;
  width: 376px;
  border-radius: 35px;
  text-align: center;
  text-decoration: none;
  background-color: #162688;
  padding: 17px 0 20px 17px;
  margin: 20px auto 0 auto;
}

.cedynav-btn:hover {
  opacity: 0.8;
}

.cedynav-btn span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}


/* modal */
.modal input {
  display: none;
}

.modal__overlay {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  z-index: 2;

  
  /* opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; */
}

.modal.open .modal__overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  z-index: 20000;
}

.modal__inner {
  display: none;
  opacity: 0;
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 830px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s, transform 0s 0.5s;
  z-index: -99;
}

.modal.open .modal__inner {
  display: block;
  opacity: 1;
  z-index: 20001;
}

.modal__scloll {
  max-height: 720px;
  height: 90%;
  padding: 30px 85px;
}

.modal .closeIcon {
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  transform: translate(0%, -50%);
  z-index: 2;
  font-size: 45px;
  color: #004831;
}

.modalApp h2 {
  text-align: center;
}

.modalAppCols {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 45px;
}

.modalAppImg {
  margin-right: 50px;
}

.modalAppCols p.label {
  margin-top: 8px;
}

.modalAppCols p.label span {
  padding: 0 12px;
  color: #fff;
  background-color: #004831;
  font-weight: normal;
}

.modalAppTextArea {
  margin-bottom: 45px;
}

.modalAppTextArea p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.modalAppBtnArea {
  display: flex;
  padding-top: 50px;
  background-image: radial-gradient(#004831 22%, transparent 20%);
  background-size: 8px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.modalAppBtnArea div {
  text-align: center;
}

.modalAppBtnArea .iphone {
  margin-right: 40px;
}

.modalAppBtnArea div p {
  font-size: 16px;
  font-weight: bold;
}

.modalAppBtnArea div .logo {
  display: block;
  margin: 16px 20px;
}

.modalAppBtnArea div .qr {
  margin-top: 20px;
}

.modal .closeBtn {
  width: 120px;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #4C4C4C;
  background-color: #fff;
  padding: 5px 0;
  margin: 25px auto 0 auto;
  color: #4C4C4C;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modalAppBtnArea.-sp {
  display: none;
}


@media screen and (max-width: 767px) {
  body {
    padding-bottom: 70px !important;
  }
  #container {
    font-size: 14px;
  }
  .wd-baseinner {
    padding: 0 20px;
  }

  .wd-fixedHead {
    width: 100%;
    border-bottom-left-radius: 0;
    border-left: none;
  }
  .wd-fixedFoot {
    width: 100%;
    background-color: #FEF7F2;
    top:auto;
    bottom: 0;
    right: 0;
    padding: 0px 10px 10px 10px;
    border-top: 1px solid #ddd;
  }
  .wd-fixedFoot .btn_type01{
    width: 95%;
  }

  .wd-fixedFoot_item+.wd-fixedFoot_item {
    margin-top:0;
  }
  .wd-fixedFoot_item.wd-flowBtn {
    width: 48%;
  }
  .wd-fixedFoot_item .wd-flowBtn {
    width: 100%;
    display: block;
  }
  .wd-fixedFoot_item .wd-flowBtn img {
    width: 100%;
  }
  .wd-fixedFoot_item {
    cursor: pointer;
    width: 95%;
    border-radius: 35px;
    text-align: center;
    background-color: #EB5F00;
    padding: 10px 0 10px 20px;
    margin: 20px auto 0 auto;
  }
  .wd-fixedFoot_item p {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .wd-fixedFoot_item p::before {
    position: absolute;
    content: "";
    background: url(/memfs/net-service/web_detail/img/index3/icon_app.png) center center no-repeat;
    background-size: contain;
    height: 29px;
    width: 29px;
    margin-left: -30px;
    top: -3px;
  }


  .wd-section {
    padding: 60px 0;
  }
  .wd-section-mv {
    padding-top: 0px;
  }
  .wd-subTitle {
    font-size: 17px;
    margin: 35px auto 20px;
  }
  .wd-subTitle::after {
    width: 32px;
    height: 25px;
    background-size: contain;
  }
  .wd-mv_lead {
    width: 100%;
    font-size: 16px;
  }
  .wd-mv_note {
    width: 100%;
    font-size: 14px;
  }
  .wd-lead {
    font-size: 22px;
  }
  .wd-lead::after {
    width: 100px;
    left: -20px;
  }
  .wd-inner {
    padding: 0 20px;
  }
  .wd-app_base {
    padding: 0 20px 130%;
  }
  .wd-app_slider {
    width: 100vw;
    top: auto;
    bottom: 0;
    left: -20px;
    right: 0;
    margin: auto;
    transform: none;
  }
  .wd-app_slide {
    width: 100%;
    margin-right: 2vw;
    margin-left: 2.3vw;
    max-width: 280px;
  }
  .slick-dots {
    margin: 10px auto 0;
  }
  .slick-next {
    right: 30px;
    left: auto;
  }
  .slick-prev {
    left: 30px;
  }
  .wd-acdHead {
    font-size: 16px;
  }
  .wd-acdHead_btnClosed,
  .wd-acdHead_btnOpened {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 14px;
  }
  .wd-acdHead_btnClosed::before,
  .wd-acdHead_btnOpened::before{
    width: 25px;
    height: 25px;
  }
  .wd-step {
    padding: 20px;
  }
  .wd-step_head {
    width: 220px;
    margin-bottom: 0;
  }
  .wd-step_itemHead {
    font-size: 16px;
  }
  .wd-step_item-sidepic {
    display: block;
  }
  .wd-step_item-sidepic .wd-step_itemHead {
    width: 100%;
  }
  .wd-step_item-sidepic img {
    width: 100%;
  }
  .wd-step_txtfig {
    display: block;
  }
  .wd-step_txtfig img {
    width: 100%;
  }
  img.wp-step_selectedIcon {
     width: 16px;
  }
  .ipUser img,.adUser img {
    width: 136px;
    margin: auto;
  }
  .wd-table-side {
    display: block;
  }
  .wd-table-side .wd-table_head {
    width: 100%;
  }
  .wd-table-side .wd-table_body {
    width: 100%;
  }
  .wd-table_head {
    padding: 15px;
    text-align: center;
  }
  .wd-table_body {
    padding: 15px;
    text-align: center;
  }
  .wd-answer::before {
    margin-bottom: 10px;
  }








  /* 20210608 */
  #sustainable.wd-section {
    padding: 20px 0;
  }

  .sustainable_area .text_title {
    font-size: 22px;
    margin-bottom: 5.3vw;
    text-align: center;
    font-weight: bold;
  }

  .sustainable_area p {
    font-size: 16px;
  }
  .sustainable_area{
    margin: 0 20px;
    text-align: left;
    background-color: #fff;
    padding: 6.6vw 3.9vw 22.9vw 3.9vw;
    font-size: 3.7vw;
    background-image: url(/memfs/net-service/web_detail/img/index3/bg_sustainable_sp.png);
    border-radius: 5px 5px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }

  #web_merit.wd-section {
    padding: 11.9vw 0 60px;
  }
  #web_merit h2 {
    font-size: 24px;
    font-weight: bold;
  }
  #web_merit h2 span::after {
    margin-left: 15px;
  }


  #web_merit .merit_box{
    text-align: center;
  }

  .btn_type01 {
    max-width: 315px;
    width: auto;
  }
  .btn_type02 {
    max-width: 315px;
    width: auto;
  }

  #app h2 {
    font-size: 6.3vw;
  }
  #app h2 {
    font-weight: bold;
  }

  #app h2 span::after {
    margin-left: 15px;
  }


  .slick-prev ,
  .slick-next {
    width: 0;
    height: 0;
  }

  .wd-method h2 span{
    margin-left: 30px;
    font-weight: bold;
  }

  .wd-method .ma_box {
    padding: 0px 3.9vw 40px 3.9vw;
  }

  .wd-method .ma_box .text_type01 {
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 20px 15px;
  }
  .wd-method .ma_box .text_type01 img {
    vertical-align: middle;
    margin: 0;
  }


  .wd-method .sv_area {
    background-color: #F4F7EA;
    padding: 35px 5.3vw 25px 5.3vw;
    margin: 40px 0 0 0;
    border-radius: 6px;
    position: relative;
  }

  .btn_type01 span::before {
    top: -3px;
  }

  #app h2 {
    font-size: 6.3vw;
  }
  #app h2 span::before {
    margin-left: -24vw;
  }
  #app h2 span::after {
    margin-left: 15px;
  }


  .wd-app {
    margin: 20px -20px 0 -20px;
  }
  .wd-app_slider .s_box{
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
  }


  .wd-method .box_type03{
    font-size: 14px;
    color: #333333;
  }

  .wd-method h2.h2_type02 {
    font-size: 5.3vw;
    margin-top: 40px;
  }

  .wd-method .box_type04{
    padding-top: 15px;
    font-size: 14px;
    color: #333333;
    margin: 0 15px;
  }

  .btn_type01 span {
    font-size: 16px;
  }
  .btn_type02 {
    width: 100%;
    border-radius: 35px;
    text-align: center;
    background-color: #162688;
    padding: 15px 0 15px 20px;
    margin: 20px auto 0 auto;
  }
  .btn_type02 a {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }

  #web_schedule h2 {
    font-size: 6.3vw;
  }
  #web_schedule h2 span{
    font-weight: bold;
  }
  #web_schedule h2 span::before {
    margin-left: -22vw;
  }
  #web_schedule h2 span::after {
    margin-left: 5vw;
  }


  .btn_type03 {
    width: 100%;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #1D2FA8;
    background-color: #fff;
    padding: 15px 0 15px;
    margin: 20px auto 0 auto;
    color: #1D2FA8;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
  }

  #web_schedule .box_area {
    background-color: #F0F0F0;
    text-align: left;
    padding: 40px 20px;
    font-size: 13px;
    color: #333333;
    margin: 40px auto 0;
  }

  .modal_wrap2.recip_m .modal_content2 label {
    content: "";
    transform: translate(0%, -50%);
    z-index: 100;
}
.modal_wrap2.recip_m input {
    display: none;
}
.modal_wrap2.recip_m .modal_overlay2 {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    z-index: 1000000;
}
.modal_wrap2.recip_m .modal_trigger2 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_wrap2.recip_m .modal_content2 {
    position: relative;
    align-self: center;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    line-height: 2em;
    transition: 0.5s;
    border-radius: 15px;
    margin: 0 5.3vw;
}
.modal_wrap2.recip_m .modal_content2 img{
  width:100%;
}

.modal_wrap2.recip_m .modal_content2 h2 {
    margin: 0;
    padding: 7vw;
    font-size: 5.3vw;
    color: #532b00;
font-family: '�q���M�m�p�S Pro W6','Hiragino Kaku Gothic Pro',sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
}

.modal_wrap2.recip_m .modal_content2 .text_type01 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.modal_wrap2.recip_m .modal_content2 ul {
    padding: 0 ;
}

.modal_wrap2.recip_m .modal_content2 .m_tltle2 {
font-family: '�q���M�m�p�S Pro W6','Hiragino Kaku Gothic Pro',sans-serif;
    font-size: 4.3vw;
    color: #532b00;
    font-weight: bold;
    background-color: #fff4e5;
    padding:1.5vw;
    margin: 0 ;
    text-align: center;
}

.modal_wrap2.recip_m .modal_content2 .list_recipe li {
  margin-top:20px;
}

.modal_wrap2.recip_m .modal_content2 .list_recipe dl {
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.modal_wrap2.recip_m .modal_content2 .list_recipe dt {
 font-family: '�q���M�m�p�S Pro W6','Hiragino Kaku Gothic Pro',sans-serif;
    display: table-cell;
    font-size: 4vw;
    color: #393939;
    font-weight: bold;
  text-align: left;
}
.modal_wrap2.recip_m .modal_content2 .list_recipe dt.c_type01 {
  color: #ff931e;
}
.modal_wrap2.recip_m .modal_content2 .list_recipe dd {
font-family: '�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    display: table-cell;
    width: 110px;
    font-size: 4vw;
    color: #393939;
    font-weight: bold;
    text-align: right;
}

.modal_wrap2.recip_m .modal_content2 .list_number{
  margin-top:4.6vw;
}
.modal_wrap2.recip_m .modal_content2 .list_number li {
 list-style: none;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-align: left;
  margin-top:10px;
  font-size: 4vw;
}

.modal_wrap2.recip_m .modal_content2 p.list_number_text {
font-weight: normal;
  text-align: left;
  margin-top:10px;
}
.modal_wrap2.recip_m .modal_content2 .iconLink01 {
  margin-top: 10px;
}
.modal_wrap2.recip_m .modal_content2 .iconLink01 a:before{
  top: 0.2em;
}


.modal_wrap2.recip_m .modal_content2 .btn a {
    position: relative;
    display: block;
    width: 320px;
    margin: 0 auto 25px;
    padding: 9px 0;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10vw;
    background: #e26d00;
    color: #ffffff;
}
.modal_wrap2.recip_m .modal_content2 .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate(0%, -50%);
    
}
.modal_wrap2.recip_m .close_button {
    position: absolute;
    top: 40px;
    right: 25px;
    cursor: pointer;
    font-size: 7.5vw;
    color: #999999;
}

.modal_wrap2.recip_m .modal_content2 .close_button img{
  width:46px;
}

.modal_wrap2.recip_m input:checked ~ .modal_overlay2 {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap2.recip_m .modal_content2 .tuner_box .tuner_area{
    border: 2px solid #0099ff;
    border-top:none;
    margin: 0;
    padding: 20px;
}

.modal_wrap2.recip_m .modal_content2 .tuner_about{
  margin: 0;
  padding:0 7vw 10.6vw 7vw;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about .tuner_col3{
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0 0 20px 0;
}

.modal_wrap2.recip_m .modal_content2 .overflow_s{
    overflow-y: scroll;
    max-height: 600px;
}



.modal_wrap2.recip_m .modal_content2 h2 {
  margin: 0;
  padding: 10.6vw 30px 20px 30px;
  font-size: 4.7vw;
  color: #004831;
  text-align: center;
  font-weight: normal;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about h3 {
  font-size: 3.9vw;
  margin: 20px 0;
  font-weight: bold;
}

.modal_wrap2.recip_m .modal_content2 .tuner_about .dotList01 {
  font-size: 13px;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about .dotList01 > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.modal_wrap2.recip_m .modal_content2 .tuner_about .dotList01 > li::before {
  margin-right: 0.5em;
  content: "�E";
}

.btn_type04 {
  width: 120px;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #999999;
  background-color: #fff;
  padding: 15px 0 15px;
  margin: 40px auto 0 auto;
  color: #999999;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.wd-method a.ma_acdHead {
  font-size: 14px;
}


#web_schedule .s_area {
  background-color: #fff;
    border-radius: 6px;
    padding: 20px 15px 15px 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

#web_schedule .method_area {
  margin-top: 15px;
}
#web_schedule a.ma_acdHead {
  display: block;
  width: 100%;
  max-width: 830px;
  border: 1px solid #ddd;
  color: #333333;
  font-size: 14px;
  padding: 20px 15px 20px 20px;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  border-radius: 6px;
}
#web_schedule a.ma_acdHead.add_icon_02::before {
  position: absolute;
  content: "";
  background: url(/memfs/net-service/web_detail/img/index3/icon_pc_green.png) center center no-repeat;
  background-size: contain;
  height: 29px;
  width: 25px;
  margin-left: -35px;
  bottom: 15px;
}
#web_schedule a.ma_acdHead::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #004831;
  border-right: solid 2px #004831;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -4px;
}
#web_schedule a.ma_acdHead.opened::after {
  transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}

#web_schedule .ma_box {
  display: none;
  border: 1px solid #ddd;
  padding: 20px 3.9vw 20px 3.9vw;
  max-width: 830px;
  margin: 0 auto;
  border-top: none;
}

.wd-app_slider .s_box img{
  width: 90%;
}



  .sp_mt40{
    margin-top: 40px !important;
  }

  .sp_mb10{
    margin-bottom: 10px;
  }
  .sp_mb20{
    margin-bottom: 20px;
  }

  .sp_mrl3{
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .sp_mrl6{
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .sp_pt10{
    padding-top: 10px;
  }

  .sp_fs15{
    font-size: 15px;
  }

  .sp_aC{
    text-align: center !important;
  }
  .sp_aL{
    text-align: left !important;
  }
  p {
    font-size: 16px;
  }
  .wd-mv_notice {
    padding-top: 23px;
  }

  .wd-mv_notice img {
    max-width: 500px;
  }

  .card {
		margin: 0 0px;
		padding: 30px 20px 40px;
	}

	.card p {
		font-size: 13px;
	}

	.card__link span {
		font-size: 16px;
	}

	.card sup {
		font-size: 12px;
	}

	.card ul li {
		font-size: 16px;
		padding-left: 20px;
		text-indent: -10px;
	}

	.card h2,
  .wd-sustainable__inner h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.card h3 {
		font-size: 20px;
	}

	.card p {
		font-size: 16px;
	}
 
  .wd-section-step h2 {
    margin-bottom: 34px;
    align-items: center;
  }
  .wd-section-step h2 span {
    margin: 0 16px;
    font-size: 24px;
  }
  .wd-section-step .step-list {
    display: block;
  }
  .step-list li {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }
  .step-list li::after {
    display: none;
  }
  .step-list li:last-child {
    padding-bottom: 0;
  }
  .step-list li .step-sp {
    position: relative;
    width: 179px;
  }
  .step-list li .step-sp::after {
    content: url(/memfs/net-service/web_detail/img/index3/icon_step-list.png);
    position: absolute;
    right: auto;
    left: 82px;
    top: auto;
    bottom: -20px;
    transform: rotate(90deg);
  }
  .step-list li:last-child .step-sp::after  {
    display: none;
  }

  .wd-section-step .step-list .stepTitle {
    font-size: 16px;
  }
  .wd-section-step .step-list .stepTitle span {
    display: inline-block;
    padding-bottom: 8px;
    background-image: radial-gradient(#004831 22%, transparent 20%);
    background-size: 10px 10px;
    background-position: bottom;
    background-repeat: repeat-x;
}
  .step-img {
    width: 120px;
    text-align: center;
  }
  .wd-servie-box {
    display: block;
  }
  .wd-servie-title span {
    margin: 0 10px;
    font-size: 16px;
  }
  .wd-section-step {
    margin-bottom: 50px;
  }
  .wd-section-about .wd-about-inner {
    display: block;
  }
  .wd-section-about {
    width: auto;
    margin: 50px 20px 0px;
    padding: 30px 14px 30px;
  }
  .wd-about-inner img {
    display: block;
    margin: 0 auto;
  }
  .about-txt-box .about-txt-title {
    margin: 14px 0;
    text-align: center;
    font-size: 18px;
  }
  .about-txt-box {
    margin-left: 0;
  }
  .about-txt-box p {
    font-size: 16px;
  }
  .wd-section-app {
    padding: 20px;
  }
  .app-inner h2 {
    font-size: 18px;
  }
  .app-inner p {
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
  }
  .app-inner p span {
    margin: 0 10px;
  }
  .wp-section-mv2 img {
    max-width: 500px;
  }
  .wd-merit {
    margin: 60px 20px 0;
  }
  .web-merit-img img {
    max-width: 500px;
  }
  .wd-section-method__inner {
    width: auto;
    margin: 0 20px;
  }
  .wd-method .wd-method_desc {
    width: auto;
    margin: 22px 10px 25px;
  }
  .wd-method h2.add_icon span::before {
    bottom: calc(50% - 25px);
  }
  .method_area-col2 {
    display: block;
  }
  .method-area__inner h3 {
    font-size: 18px;
  }
  .method-area__inner h3 span {
    margin-left: 20px;
  }
  .method-area__inner h3 span::before {
    height: 25px;
    width: 25px;
    margin-left: -25px;
  }
  .method-pc .method-area__inner h3 span::before {
    height: 25px;
    width: 25px;
    bottom: 3px;
    margin-left: -25px;
  }
  .method_area-col2 .method_area-col-img {
    margin-left: 0;
  }
  .method_area-col2 .method_area-col-img  img {
    display: block;
    margin: 0 auto;
  }
  .method_area-col2 .method_area-col-txt {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
  }
  .wd-method h2 {
    font-size: 24px;
  }
  .method_area-col2 {
    padding: 0px 0 40px 0;
  }
  .method-area__inner {
    margin: 0;
    padding: 40px 20px 10px;
  }
  .wd-section-sedynavi__inner h2 {
    font-size: 22px;
  }
  .wd-section-sedynavi p {
    text-align: left;
  }
  .wd-section-sedynavi {
    padding-bottom: 0;
    padding-top: 0;
    margin: 50px 20px 0;
  }
  .wd-section-sedynavi__inner {
    width: auto;
  }
  .cedynav-btn {
    max-width: 315px;
    width: auto;
  }
  .cedynav-btn span {
    font-size: 16px;
  }

  .modal__inner {
    width: 95%;
    height: 80%;
    padding-top: 30px;
  }

  .modal__scloll {
    overflow-y:scroll;
    max-height: 720px;
    height: 100%;
    padding: 0 0 30px;
  }

  .modal .closeIcon {
    top: 20px;
    right: 5px;
    font-size: 40px;
}

  .modalAppBtnArea.-pc {
    display: none;
  }

  .modalAppCols {
    margin-top: 14px;
  }

  .modalApp {
    padding: 0 5px;
  }

  .modalAppCol {
    width: 50%;
  }
  .modalAppImg {
    margin-right: 10px;
  }

  .modalAppBtnArea {
    background-image: none;
  }

  .modalAppCols p.label span {
    padding: 0 5px;
    font-size: 4.27vw;
  }

  .modalAppBtnArea div {
    width: 50%;
  }

  .modalAppBtnArea .iphone {
    margin-right: 0;
  }

  .modalAppBtnArea div p {
    margin-bottom: 10px;
    font-size: 3.37vw;
  }
  .modalAppTextArea {
    margin-bottom: 0;
  }
  .modalAppBtnArea div .logo {
    margin: 0 auto;
  }
  .modalAppBtnArea div img {
    display: block;
    margin: 0 auto;
  }
  .modalAppTextArea p {
    font-size: 3.37vw;
  }

  .modalAppBtnArea.-sp {
    display: flex;
  }

  .modalApp .modalAppBtnArea .iphone a img {
    height: 47px;
  }

  .modalApp .modalAppBtnArea .android a img {
    height: 47px;
  }

  /* -----------------------------------------
    mv2
  ----------------------------------------- */
  .wp-section-mv2 {
    margin: 60px 20px 0;
  }

}

@media (min-width: 767px) and (max-height: 700px) {

.modal__inner {
  padding-top: 70px;
  height: 90%;
}

.modal__scloll {
  overflow-y: scroll;
}
}
/* 移行時追加 */
.qr{
  width: 130px;
}