@charset "UTF-8";

/*--よくある質問--*/
#txt+div .inner_item_txt {
    background: #000000ad;
}

#txt+div *{
   color: #f5f5f5!important;
}

#txt+div .heading.block_header_4 .h {
    text-shadow: 1px 1px 3px #fff;
}

#txt+div .inner_item a:hover + .inner_item_txt .heading.block_header_4 p,
#txt+div .inner_item a:hover + .inner_item_txt .heading + p{
    color: #6b6b6b !important;
}

/*--T.R.Sが選ばれる理由--*/
#Trs_Select + section .w-title{
  margin-bottom:1rem;
  font-size: 1.8rem;
  font-weight: bold;
}

#Trs_Select + section .w-body{
  display: flex;
  justify-content: center;
}

#Trs_Select + section:before{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background-color: #000000ba;
  top:0;
  left:0;
}

#Trs_Select + section .w-body .w-circle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid  #6b6b6b;
    border-radius: 100%;
    height: 135px;
    min-width: 135px;
    max-width: 135px;
    margin: 2rem 2% 0;
    box-sizing: border-box;
}

#Trs_Select + section .w-title,
#Trs_Select + section .w-text,
#Trs_Select + section .heading.block_header_1 p,
#Trs_Select + section .heading.block_header_1 .h {
  color: #ddd;
}

#Trs_Select + section .heading.block_header_1 p{
      border-bottom: 1px solid #ddd;
}

#Trs_Select + section .w-body .w-circle p:nth-of-type(1){
    margin-bottom: 0;
    color: #ddd;
    font-weight: bold;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

#Trs_Select + section .w-body .w-circle p:nth-of-type(2){
    line-height: 1.2;
    color: #6b6b6b;
    font-style: italic;
}

@media screen and (max-width:500px){
  #Trs_Select + section .w-body .w-circle{
    height: 28vw;
    min-width: 28vw;
    max-width: 28vw;
    margin: 2rem 1% 0;
    position: relative;
    top: 5px;
  }

  #Trs_Select + section .w-body .w-circle p:nth-of-type(1){
    font-size: max(13px , 3.5vw);
    min-height: 11vw;
  }

  #Trs_Select + section .w-body .w-circle p:nth-of-type(2){
    /*font-size: max(28px , 3vw);*/
    font-size: max(20px , 8vw);
  }
}

@media screen and (min-width:501px){
  #Trs_Select + section .w-body .w-circle{
    padding: 1rem;
  }

  #Trs_Select + section .w-body .w-circle p:nth-of-type(2){
    font-size: 4rem;
  }
}