.Topics_ideal_inner{
  width: 1000px;;
  margin: 0 auto 50px auto;
}

.Topics_ideal_headbox{
  font-size: 36px;
  font-weight: bold;
  background-image: url("../img/topics/midashi_three.png");
  background-repeat:no-repeat;
  position: relative;
  height: 100px;
  margin-bottom: 30px;
}

.Topics_ideal_headbox h3{
  color: #FFFFFF;
  position: absolute;
  top: -30px;
  right: 20px;
}

.Topics_ideal_headbox br{
  display: none;
}

.Topics_ideal_imagebox{
  display: flex;
  justify-content: center;
}

.Topics_ideal_imagebox img{
  max-width: 100%;
  height: 321px;
  text-align: center;
}

.large{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.small{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.Topics_ideal_textbox{
  width: 90%;
  font-size: 16px;
  color: #707070;
  margin-left: auto;
  margin-right: auto;
}

.Topics_ideal_textbox p{
  text-indent: 1em;
}

.Topics_topic_inner{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.Topics_topic_topbox{
  font-size: 36px;
  font-weight: bold;
  background-image: url("../img/topics/midashi_three.png");
  background-repeat:no-repeat;
  position: relative;
  height: 100px;
}

.Topics_topic_topbox h3{
  color: #FFFFFF;
  position: absolute;
  top: -30px;
  right: 320px;
}

.Topics_topic_textbox{
  color: #707070;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.Topics_topic_content h4{
  font-size: 24px;
}

.b_off{
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
}

.top{
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #FFF;
  font-weight: bold;
  height: 50px;
  background-color: #1879BF;
  border-radius: 5px;
}

.top2{
  font-size: 18px;
  font-weight: bold;
}

.Topics_topic_content{
  font-size: 16px;
  margin-bottom: 50px;
  margin-left: 50px;
}

.Topics_topic_content h4{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.bio::before{
  content: url("../img/topics/midashi_three_one.png");
  margin-right: 20px;
}

.kodawari::before{
  content: url("../img/topics/midashi_three_2.png");
  margin-right: 20px;
}

.tenpo::before{
  content: url("../img/topics/midashi_three_3.png");
  margin-right: 20px;
}

.short{
  width: 80%;
  margin: 0 10% 0 10%;
}

.Topics_topic_goodbox p{
  text-indent: 1em;
}

.Topics_topic_contentimage{
  display: flex;
}

.Topics_topic_contentimage img{
  margin: 0 20px 0 15px;
  max-width: 345px;
  max-height: 234px;
}

.Topics_store_contentimage{
  display: flex;
}

.Topics_store_contentimage img{
  max-width: 345px;
  max-height: 234px;
}

.Topics_store_contentimage figure{
  margin: 0 20px 0 20px;
}

.Topics_store_contentimage figcaption{
  font-size: 16px;
  text-align: right;
}

.Topics_coin_inner{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.Topics_coin_topbox{
  font-size: 36px;
  background-image: url("../img/topics/midashi_three.png");
  background-repeat:no-repeat;
  position: relative;
  height: 100px;
}

.Topics_coin_topbox h3{
  color: #FFFFFF;
  position: absolute;
  top: -30px;
  right: 270px;
}

.Topics_topic_textbox{
  color: #707070;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.Topics_coin_content{
  margin: 0 0 30px 50px;
}

.Topics_coin_content h4{
  font-size: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.coinlaundry::before{
  content: url("../img/topics/midashi_coin_mark.png");
  margin-right: 20px;
}

.b_off{
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
}

.top3{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  height: 50px;
  margin-bottom: 20px;
  background-color: #1879BF;
  border-radius: 5px;
  text-indent: 1em;
  padding: 3px 0 3px 0;
}

.Topics_coin_content p{
  text-indent: 1em;
  font-size: 16px;
}

.Topics_coin_contentimage{
  display: flex;
}

.Topics_coin_contentimage img{
  max-width: 345px;
  max-height: 234px;
}

.Topics_coin_content figure{
  margin: 0 0 0 20px;
}

.Topics_coin_content figcaption{
  font-size: 16px;
  text-align: right;
}

.sp{
  display: none;
}

@media screen and (max-width: 499px) {
  .Topics_ideal_inner{
    width: 85%;
  }

  .Topics_ideal_headbox br{
    display: block;
  }

  .Topics_ideal_headbox{
    font-size: 18px;
  }

  .Topics_topic_inner{
    width: 85%;
  }

  .Topics_topic_topbox{
    font-size: 20px;
  }

  .Topics_topic_textbox{
    font-size: 16px;
  }

  .Topics_ideal_imagebox img{
    width: 348px;
    height: 119px;
  }

  .large{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .small{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .Topics_ideal_textbox{
    width: 100%;
  }

  .Topics_topic_contentimage img{
    width: auto;
    height: 116px;
    margin: 0 5px 0 0;
  }

  .Topics_coin_inner{
    width: 85%;
  }

  .top{
    font-size: 18px;
  }

  .top2{
    font-size: 18px;
  }

  .top3{
    font-size: 13px;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
  }

  .short{
    width: 100%;
    margin: 0;
  }

  .Topics_ideal_headbox{
    font-size: 18px;
    background-image: url("../img/topics/sp/mobi_midashi_customer-1.png");
    height: 60px;
  }

  .Topics_topic_topbox{
    font-size: 18px;
    background-image: url("../img/topics/sp/mobi_midashi_customer-2.png");
    height: 60px;
  }

  .Topics_ideal_headbox h3{
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    top: -18px;
    right: 40px;
  }

  .Topics_topic_topbox h3{
    font-size: 18px;
    color: #FFFFFF;
    top: -4px;
    right: 80px;
  }

  .Topics_topic_content{
    margin-left: 0;
  }

  .Topics_topic_content h4{
    font-size: 16px;
  }

  .bio::before{
    content: url("../img/topics/sp/midashi_three_one.png");
    margin-right: 10px;
  }

  .kodawari::before{
    content: url("../img/topics/sp/midashi_three_2.png");
    margin-right: 10px;
  }

  .tenpo::before{
    content: url("../img/topics/sp/midashi_three_3.png");
    margin-right: 10px;
  }

  .Topics_coin_topbox{
    font-size: 18px;
    background-image: url("../img/topics/sp/mobi_midashi_customer.png");
    height: 60px;
  }

  .Topics_coin_topbox h3{
    font-size: 18px;
    color: #FFFFFF;
    top: -4px;
    right: 50px;
  }

  .Topics_coin_content{
    margin: 0 0 30px 0;
  }

  .Topics_coin_content h4{
    font-size: 16px;
  }

  .coinlaundry::before{
    content: url("../img/topics/sp/midashi_coin_mark.png");
    margin-right: 10px;
  }

  .b_off{
    display: none;
  }

  .Topics_store_contentimage img{
    width: auto;
    height: 116px;
  }

  .Topics_store_contentimage figure{
    margin: 0 10px 0 0px;
  }

  .Topics_store_contentimage figcaption{
    font-size: 12px;
  }

  .Topics_coin_contentimage img{
    width: auto;
    height: 116px;
  }

  .Topics_coin_content figure{
    margin: 0 10px 0 0;
  }

  .Topics_coin_content figcaption{
    font-size: 12px;
    text-align: right;
  }

  .sp{
    display: block;
  }

}
