@charset "shift_jis";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

.wo_fade-a{
  animation-name:fadeinA;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity:0;
  animation-delay: 0.3s;
}


.wo_fade-b {
  opacity: 0;
  transform: translateY(-12px);
  animation-name: fadeinB;
  animation-delay: 0.6s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.wo_fade-c{
  animation-name:fadeinA;
  animation-duration:1.2s;
  animation-delay: 1.3s;
  animation-fill-mode:forwards;
  opacity:0;
}


.wo_fade-d{
  animation-name:fadeinA;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  animation-delay: 0.3s;
}

.wo_fade-e{
  animation-name:fadeinA;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  animation-delay: 1.8s;
}



.wo_fade-f {
  opacity: 0;
  transform: translateY(-12px);
  animation-name: fadeinB;
  animation-delay: 0.3s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.wo_fade-g{
  animation-name:fadeinA;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  animation-delay: 2.4s;
}

.wo_fade-h{
  animation-name:fadeinA;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  animation-delay: 2.6s;
}




@keyframes fadeinA{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@keyframes fadeinB {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}


.wo_pc{display: block!important;}
.wo_sp{display: none!important;}


.fade-in-section {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.5s; 
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.wo_fadein {
	opacity: 0;
  transition-delay: 1.3s; 
	transition: opacity 0.5s ease-in-out;
}

.wo_fadein.active {
	opacity: 1;
}

@keyframes shine {
  0%, 9.09% { 
    left: -100%;
  }
  9.09% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@media screen and (max-width:670px) {
    .wo_pc{display: none!important;
    }
     .wo_sp{display: block!important;
    }
}

.womanwrap{
  font-family: "Noto Sans JP","Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
   padding-top: 130px;
max-width: 600px;
   width: 90%;
   margin: auto;
   margin-bottom: 104px;
}
#top{
  position: relative;
  background: #DFEEF5;
  padding-bottom: 50px;
}
#top.pattern01{
  background: #FFF3E4;
}
#top.pattern02{
  background: #D7EDF4;
}
#top::after{
  content: "";
  position: absolute;
  right: 50%;
  top: 99%;
  border: 58px solid transparent;
  border-top: 38px solid #DFEEF5;
  transform: translateX(50%);
}
#top.pattern01::after{
  border-top: 38px solid #FFF3E4;
}
#top.pattern02::after{
  border-top: 38px solid #D7EDF4;
}
#top .kv{
  width: 100%;
}
#top .button{
  margin: 40px 0;
}
#top .title{
  text-align: center;
  color: var(---, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 25.2px */
  letter-spacing: 1.12px;
  margin-bottom: 40px;
}
#top .title span{
  color: var(---, #E60000);
}
#top .wo_onym-a{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px 40px;
  margin-bottom: 40px;
}
#top .wo_onym-a > p{
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-width: 243px;
  height: 124px;
  color: var(---, #1A1A1A);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  background-size: contain;
  background-repeat: no-repeat;
}
#top .wo_onym-a > p > span{
  color: #E60000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
#top .wo_onym-a > p:nth-child(2n){
  padding: 0px 5px 20px;
  transform: translateY(47px);
  background-image: url(/tameru/monefit/assets/img/lp/account/hukidashi_r.png);
}
#top .wo_onym-a > p:nth-child(2n+1){
  padding: 0px 5px 20px;
  background-image: url(/tameru/monefit/assets/img/lp/account/hukidashi_l.png);
}
#top.pattern01 .wo_onym-a > p:nth-child(2n){
  background-image: url(/tameru/monefit/assets/img/lp/account/01/hukidashi_r_pc.png);
}
#top.pattern01 .wo_onym-a > p:nth-child(2n+1){
  background-image: url(/tameru/monefit/assets/img/lp/account/01/hukidashi_l_pc.png);
}
#top.pattern02 .wo_onym-a > p:nth-child(2n){
  background-image: url(/tameru/monefit/assets/img/lp/account/02/hukidashi_r_pc.png);
}
#top.pattern02 .wo_onym-a > p:nth-child(2n+1){
  background-image: url(/tameru/monefit/assets/img/lp/account/02/hukidashi_l_pc.png);
}
#anchor > div > .title{
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  padding: 55px 30px;
}
#anchor > div > .title div.title--text{
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 1.28px;
}
#anchor > div > .title div.title--sub{
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  color: var(---, #E60000);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  letter-spacing: 1.12px;
}
#anchor > div > .title div.title--sub::before,
#anchor > div > .title div.title--sub::after{
  content: "";
  display: block;
  width: 21px;
  height: 2.5px;
  background: #E60000;
  margin-top: 8px;
}
#anchor > div > .title div.title--sub::before{
  transform: rotate(60deg);
}
#anchor > div > .title div.title--sub::after{
  transform: rotate(-60deg);
}
#anchor > div > .title .title--img{
  display: flex;
  gap: 15px;
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 1.28px;
}
#anchor > div > .title .title--text{
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 1.28px;
}
#anchor > div > .title img{
  width: 100%;
}
#anchor > div > .anchorbox{
  display: flex;
  flex-wrap: wrap;
  gap: 45px 24px;
  margin-bottom: 55px;
}
#anchor > div > .anchorbox > a{
  position: relative;
  display: flex;
  min-width: 288px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.09px;
  flex: 1 0 0;
  padding: 0 15px;
  border-radius: var(--8, 8px);
  border: 2px solid var(---, #E60000);
  background: var(---, #FFF);
}
#anchor > div > .anchorbox > a::before{
  content: "";
  background: var(---, #FFF);
  position: absolute;
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
}
#anchor > div > .anchorbox > a:nth-child(1)::before{
  background-image: url(/tameru/monefit/assets/img/lp/account/anchor_01.svg);
}
#anchor > div > .anchorbox > a:nth-child(2)::before{
  background-image: url(/tameru/monefit/assets/img/lp/account/anchor_02.svg);
}
#anchor > div > .anchorbox > a:nth-child(3)::before{
  background-image: url(/tameru/monefit/assets/img/lp/account/anchor_03.svg);
}
#anchor > div > .anchorbox > a:nth-child(4)::before{
  background-image: url(/tameru/monefit/assets/img/lp/account/anchor_04.svg);
}
#anchor > div > .anchorbox > a::after{
  content: "";
  background: var(---, #FFF);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13px;
  width: 14.993px;
  height: 7.497px;
  background-image: url(/tameru/monefit/assets/img/lp/account/arrow.svg);
}
#anchor > div > .anchorbox > a > span{
  color: var(---, #1A1A1A);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
#anchor > div > .anchorbox > a > span.small{
  color: var(---, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.56px;
}
.sec-main{
  margin-bottom: 50px;
}
.sec-main > .main{
  border-radius: var(--32, 32px);
  background: #DFEEF5;
  display: flex;
  width: 100%;
  padding: 60px var(--40, 40px) var(--40, 40px) var(--40, 40px);
  margin-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.sec-main.pattern01 > .main{
  background: #FFF3E4;
}
.sec-main.pattern02 > .main{
  background: #D7EDF4;
}
.sec-main > .main .title{
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.sec-main > .main .title > p{
  color: var(---, #1A1A1A);
  text-align: center;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-main > .main .title > h2{
  display: flex;
  flex-flow: column;
  color: var(---, #1A1A1A);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
}
.sec-main > .main .title > h2 span.small{
  color: var(---, #1A1A1A);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
}
.sec-main > .main .title > h2 span.small span{
  color: var(---, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}
.sec-main > .main .title > h2 span.red{
  color: var(---, #E60000);
}
.sec-main > .main .content{
  display: flex;
  padding: var(--32, 32px) var(--40, 40px);
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--16, 16px);
  background: #FFF;
}
.sec-main > .main .content > *{
  margin-bottom: 0;
}
.sec-main > .main .content > .text p{
  color: var(---, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.64px;
}
.sec-main > .main .content > .text p + p{
  margin-top: 16px;
}
.sec-main > .main .content > .text a{
  color: var(---, #E60000);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.4px; /* 115% */
  letter-spacing: 1.4px;
}
.sec-main > .main .content > .text p + a{
  margin-top: 10px;
}
.sec-main > .main .content > .text .red{
  color: var(---, #E60000);
}
.sec-main > .main .content > .text .label{
  background: linear-gradient(transparent 70%, #F9F5CF 70%);
}
.sec-main > .main .content > .text + .img{
  margin-top: 32px;
}
.sec-main > .main .content > .img img{
  max-width: 100%;
}
.wo_tabs {
  background-color: #fff;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wo_tab_item {
  width: 48%;
  height: 50px;
  border-radius: 100px;
  background-color: white;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #E60000;
  display: block;
  position: relative;
  float: left;
  border:1px solid #E60000;
  font-weight: bold;
  transition: all 0.2s ease;
}
.wo_tab_item:after{  
  width: 10px;
  display: inline-block;
  height: 10px;
  right: 20px;
  top: 21px;
  position: absolute;
  content: "";
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #E60000;
  border-bottom: 0;
}
.wo_tabs input:checked + .wo_tab_item:after {
  width: 10px;
  display: inline-block;
  height: 10px;
  right: 20px;
  top: 21px;
  position: absolute;
  content: "";
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid white!important;
  border-bottom: 0;
}
.wo_tab_item:hover {
  opacity: 0.75;
}
input[name="wo_tab_item"] {
  display: none;
}
.wo_tab_content {
  display: none;
  clear: both;
  width: 100%;
  overflow: hidden;
}
#wo_merit-tab:checked ~ #wo_merit,
#wo_demerit-tab:checked ~ #wo_demerit {
  display: block;
}
.wo_tabs input:checked + .wo_tab_item {
  background-color: #E60000;
  color: #fff;
  width: 48%;
}
.wo_table th,td {
  width: 70%;
  padding: 15px;
  vertical-align:middle;
  border: solid 1px #C6C6C6;
}
.wo_table ul li{
  padding:4px;
}
.wo_table ul li:before {
  content:  "";
  width:  10px;
  height:  10px;
  display:  inline-block;
  background-color: #E60000;
  border-radius:  50%;
  margin-right: 5px;
}
.wo_table {
  margin: 30px 0 30px;
  width: 100%;
  border-collapse:  collapse;
}
.wo_table th {
  width: 30%;
  height: 83px;
  vertical-align:middle;
  padding: 15px;
  text-align: center;
  background-color: #F4F4F4;
}
.wo_table th.mark{
  background: #FFD2D2;
}
.wo_table td.mark{
  background: #FFF4F4;
}
.wo_table th img{
  width: 20px;
  margin-right: 4px;
}
#wo_content-b .wo_point{
  color: #E60000;
}
#wo_content-c .wo_table th {
  width: 28%;
  height: 83px;
  vertical-align:middle;
  padding: 11px;
  text-align:center;
  background: #EBEBEB;
}
#wo_content-c .wo_table th img {
  width: 90%;
  margin: 0 auto !important;
  text-align: center !important;
}
#wo_content-c .wo_table th.quest img{
  width: 92px;
}
#wo_content-c .wo_table th.etrust img{
  width: 129px;
}
#wo_content-c .wo_table td {
  width: 31%;
  text-align: center;
  font-weight: 500;
  padding: 5px;
  vertical-align:middle;
  border: solid 1px #C6C6C6;
}
span.wo_ex{
  font-size: 11px;
  display: block;
  margin-top: 3px;
  letter-spacing: 0em;
}
a.wo_etrust{
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0E8FA2;
  font-weight: 700;
}
a.wo_etrust:hover{
  color: #0E8FA2;
}
a.wo_etrust img{
  width: 15px;
  margin-right: 5px;
}
.list ul{
  margin-top: 35px;
}
.list ul li{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 47px;
  margin-bottom: 15px;
}
.list ul li:last-child{
  margin-bottom: 0;
}
.list ul li:before{
  content: '';
  display: block;
  width: 33px; 
  height: 33px;
  background-image: url(/tameru/monefit/assets/img/lp/account/c_04-c.svg);
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;  
  bottom:0;
  margin:auto;    
}
.button a{
  display: flex;
  padding: 25px 56px;
  margin: 0 30px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 100px;
  background: var(--module-btn-primary, #E60000);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.20);
}
.button a img{
  max-width: 100%;
}
@media screen and (max-width:670px) {
  .womanwrap {
    font-family: "Noto Sans JP","Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: unset;
  }
  #top{
    padding-bottom: 40px;
  }
  #top::after{
    border: 29px solid transparent;
    border-top: 27px solid #DFEEF5;
  }
  #top.pattern01::after{
    border-top: 27px solid #FFF3E4;
  }
  #top.pattern02::after{
    border-top: 27px solid #D7EDF4;
  }
  #top .title{
    color: var(---, #1A1A1A);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 0.96px;
  }
  #top .button{
    margin: 40px 16px;
  }
  .wo_onym{
    margin: 0 12px;
  }
  #top .wo_onym-a{
    flex-flow: column;
    gap: 0;
    margin-bottom: 0;
  }
  #top .wo_onym-a > p{
    min-width: 100%;
    height: auto;
    aspect-ratio: 3.5 / 1;
    color: var(---, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
  }
  #top .wo_onym-a > p > span{
    color: var(---, #E60000);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  #top .wo_onym-a > p:nth-child(2n){
    margin-left: auto;
    padding: 0px 0 4%;
    padding-left: 12%;
    transform: translateY(0);
    background-image: url(/tameru/monefit/assets/img/lp/account/hukidashi_r_sp.png);
  }
  #top .wo_onym-a > p:nth-child(2n+1){
    margin-right: auto;
    padding: 0px 0 4%;
    padding-right: 12%;
    background-image: url(/tameru/monefit/assets/img/lp/account/hukidashi_l_sp.png);
  }
  #top.pattern01 .wo_onym-a > p:nth-child(2n){
    background-image: url(/tameru/monefit/assets/img/lp/account/01/hukidashi_r_sp.png);
  }
  #top.pattern01 .wo_onym-a > p:nth-child(2n+1){
    background-image: url(/tameru/monefit/assets/img/lp/account/01/hukidashi_l_sp.png);
  }
  #top.pattern02 .wo_onym-a > p:nth-child(2n){
    background-image: url(/tameru/monefit/assets/img/lp/account/02/hukidashi_r_sp.png);
  }
  #top.pattern02 .wo_onym-a > p:nth-child(2n+1){
    background-image: url(/tameru/monefit/assets/img/lp/account/02/hukidashi_l_sp.png);
  }
  #anchor,
  #wo_content-a,
  #wo_content-b,
  #wo_content-c,
  #wo_content-d{
    padding: 0 16px;
  }
  #anchor > div > .title{
    padding: 72px 0 32px;
    gap: 11px;
  }
  #anchor > div > .title div.title--sub{
    color: var(---, #E60000);
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.72px;
    gap: 4px;
  }
  #anchor > div > .title div.title--sub::before, #anchor > div > .title div.title--sub::after{
    width: 15.375px;
    height: 1px;
  }
  #anchor > div > .title div.title--text{
    color: var(--module-text-normal, #1A1A1A);
    text-align: center;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.8px;
  }
  #anchor > div > .anchorbox{
    gap: 24px 16px;
  }
  #anchor > div > .anchorbox > a{
    max-width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    padding: 20px 5px;
  }
  #anchor > div > .anchorbox > a > span{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
  }
  #anchor > div > .anchorbox > a > span.small{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.48px;
  }
  #anchor > div > .anchorbox > a::before{
    top: -15px;
    width: 32px;
    height: 32px;
  }
  .sec-main > .main{
    padding: 64px 16px 16px;
  }
  .sec-main > .main .content{
    padding: 24px 16px;
  }
  .sec-main > .main .title > h2 span.small{
    color: var(---, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
  }
  .sec-main > .main .title > h2 span.small span{
    color: var(---, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.88px;
  }
  .wo_tab_item{
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .wo_tab_item:after,
  .wo_tabs input:checked + .wo_tab_item:after{
    position: unset;
    margin-top: 5px;
  }
  .wo_table th{
    width: 33%;
    height: 83px;
    line-height: 1.3;
    font-size: 3.3vw;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
  }
  .wo_table td {
    width: 70%;
    padding: 15px 6px 15px 18px;
    vertical-align: middle;
  }
  .wo_table ul li{
    font-size: 3vw;
    text-indent: -1em;
    padding: 4px 4px 4px 1.1em;
  }
  .wo_table ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
  }
  a.wo_etrust {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0E8FA2;
    font-weight: 700;
    letter-spacing: 0em;
  }
  #wo_content-c .wo_table td {
    width: 31%;
    text-align: center;
    font-weight: 500;
    font-size: 3vw;
    padding: 5px;
    line-height: 1.2;
    vertical-align: middle;
  }
  #wo_content-c span.wo_ex {
    font-size: 2.2vw;
    display: block;
    margin-top: 3px;
    letter-spacing: 0em;
  }
  #wo_content-c .wo_table th.quest,
  #wo_content-c .wo_table th.etrust,
  #wo_content-c .wo_table th:empty{
    height: unset;
  }
  #wo_content-c .wo_table th.quest{
    padding: 9px 13px;
  }
  #wo_content-c .wo_table th.etrust{
    padding: 17px 7px;
  }
  #wo_content-c .wo_table th.quest img{
    width: 72.5px;
    height: 29.792px;
  }
  #wo_content-c .wo_table th.etrust img{
    width: 83.204px;
    height: 17.855px;
  }
  .button a {
    margin: 0;
    padding: 20px 34px;
  }
}
a:hover{
  opacity: 0.7 !important;
}