@charset "UTF-8";

/* 問題コンテンツ */
.question_box{
  margin: 0 auto;
}
.question_box .question_conts{
  display: flex;
  justify-content: left;
  margin: 40px 0 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;

}
.question_box .q_icon_box{
  margin: auto 0;
}
.question_box .q_icon{
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
  background: #00862e;
  color: #fff;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  padding: 1rem;
}
.question_box .q_ttl_box{
  margin: auto 0;
}
.question_box .q_ttl{
  margin-left: 30px;
}
.question_box .q_ttl p{
  margin: auto 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.question_box .q_ttl span{
  font-size: 1.4rem;
}
.question_box .q_choices{
  background: #f5f5f5;
  padding: 10px;
  margin: 0 0 0;
}
.question_box .q_choices p{
  margin: 0 0 0 20px;
}
.koshien_game_box{
  display: flex;
  justify-content: center;
}
.koshien_game_box div{
  width: 40%;
  padding: 4% 2.5%;

}
.koshien_game_choices{
  padding: 40px;
}
@media screen and (max-width:991px){
  .koshien_game_box div{
    width: 48%;
    padding: 4% 2%;
  }
  .koshien_game_choices {
    padding: 0 4% 20px;
  }
}
/* 問題コンテンツ */

/* ランキングコンテンツ */
.ranking_box{
  background: #fcf9e6;
  padding: 20px 10px;
}

.ranking_1_conts{
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 20px;
  width: 60%;
  margin: 0 auto 20px;
  background: #fff;
}
.ranking_icon_1{
  text-align: center;
  font-size: 1.6rem;
}
.ranking_icon_1 > img{
  width: 80px!important;
  margin: 0 auto;
}
p.ranking_1_name{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
p.ranking_1_rate{
  text-align: center;
  background: #00862e;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  width: 50%;
  margin: 0 auto 20px;
}

.ranking_list_3col{
  display: flex;
  justify-content: center;

}

.ranking_list_3col .ranking_list{
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  padding: 18px;
  width: 30%;
  background: #fff;
}


.ranking_list_2col{
  display: flex;
  justify-content: center;

}

.ranking_list_2col .ranking_list{
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  padding: 20px;
  width: 48%;
  background: #fff;
}


p.ranking_cate{
  font-size: 1.2rem;
  background: #f5f5f5;
  padding: 5px 20px;
  text-align: center;
  margin: 5px auto 5px;
  display: table;
}

.ranking_list p.ranking_1_name{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}
.ranking_list p.ranking_1_rate{
  text-align: center;
  background: #00862e;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  display: table;
  margin: 5px auto 10px;
}

p.come{
  font-size: 1.1rem;
  text-align: right;
}

@media screen and (max-width:991px){
  .ranking_list_3col .ranking_list{
    padding: 5px;
  }
  .ranking_list_2col .ranking_list{
    padding: 10px;
  }
  .ranking_list p.ranking_1_rate {
    padding: 3px 15px;
  }
  /* .ranking_list p.ranking_1_name{
    min-height: 4.2rem;
  } */
  .ranking_icon_1{
    font-size: 1.4rem;
  }
  div.ranking_icon_1 img{
    width: 40px!important;
    margin: 0 auto;
  }
  .height_adjustment{
    min-height: 4.3rem;
  }
}
/* ランキングコンテンツ */



/* 決勝 */
.bg_bule{
  background: #d1eaf6;
  margin: 20px auto;
  padding: 10px;
}
.finalist{
  width: 30%;
  margin: 20px auto 20px;
}
p.cate_typical{
  background: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}



.column_recommend_item {
  display: flex;
  align-items: center;
}
.column_recommend_item .img{
  width: 40%;
  margin-right: 5%;
}
.column_recommend_item .txt{
  width: 60%;
  
}
.column_recommend_item .txt p {
  margin: 0;
}
.column_recommend_item .txt .main {
  font-size: 2.6rem;
}
.ranking_icon_final{
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.ranking_icon_final .final_icon_box{
  width: 20%;
  margin: 0 10px 5px 0 ;
}
.final_result{
  margin: auto 0;
  font-size: 1.4rem;
}

@media screen and (max-width:991px){
  .column_recommend_item .txt .main {
    font-size: 1.8rem;
  }
}




/* 商品 */
#column .topic > p span.bold{
  font-weight: bold;
  display: contents;
}
#column .topic .item > div div:nth-of-type(2) span.bold{
  font-weight: bold;
  display: contents;
}














.point_block_yellow {
  background: #fcf9e6;
  padding: 2.0rem;
  margin: 2.0rem;
}
.point_block_yellow h4 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.point_block_yellow h4 span {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.0rem 1.5rem;
  background: #eee300;
  color: #fff;
  margin-right: 2rem;
}
.point_block_yellow p,
.point_block_yellow table {
  margin: 2.0rem;
}
.point_block_yellow table {
  width: auto;
}
.point_block_yellow .img {
  text-align: center;
  width:60%;
  margin: 4.0rem auto;
  max-width: 500px;
}
.point_block_yellow .img img {
  max-width: 100%;
  width: auto!important;
  margin: auto;
}
.table_houi td,
.table_houi th{
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width:991px){
  .point_block_yellow h4 {
    font-size:1.8rem;
  }
  .point_block_yellow h4 span {
    font-size:2.0rem;
    padding: 1.0rem 1.5rem;
    margin-right: 1rem;
  }
  .point_block_yellow p,
  .point_block_yellow table {
    margin: 1.0rem;
  }
  .point_block_yellow .img {
    width:70%;
    margin: 2.0rem auto;
  }
}


.living_husui_colors {
  max-width: 700px;
  margin: auto;
  flex-wrap: wrap;
}
.living_husui_colors,
.living_husui_color_flex {
  display: flex;
}
.living_husui_colors > div {
  width: 25%;
}
.living_husui_colors > div.set{
  width: 50%;
}
.living_husui_colors > div > p{
  text-align: center;
  margin: 1rem;
}
.living_husui_color {
  width: 100%;
  padding: 5px;
}
.living_husui_color .color_box {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  height: 150px;
}
.living_husui_color a {
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.living_husui_color .color_box.--pink {
  background: #ff99cc;
  color: #fff;
}
.living_husui_color .color_box.--pink + a {
  border:1px solid #ff99cc;
  color: #ff99cc;
}
.living_husui_color .color_box.--yellow {
  background: #ffff00;
  color: #000;
}
.living_husui_color .color_box.--yellow + a {
  border:1px solid #ffff00;
  color: #000;
}
.living_husui_color .color_box.--red {
  background: #ff0000;
  color: #fff;
}
.living_husui_color .color_box.--red + a {
  border:1px solid #ff0000;
  color: #ff0000;
}
.living_husui_color .color_box.--blue {
  background: #0070c0;
  color: #fff;
}
.living_husui_color .color_box.--blue + a {
  border:1px solid #0070c0;
  color: #0070c0;
}
@media screen and (max-width:991px){
  .living_husui_colors > div {
    width: 50%;
  }
  .living_husui_colors > div.set {
    width: 100%;
  }
  .living_husui_color {
    margin-bottom: 2rem;;
  }
}


.ng_checklist {
  padding: 2.0rem;
}
@media screen and (max-width:991px){
  .ng_checklist {
    padding: 1.0rem;
  }
}

.item_read {
  text-align: center;
}


#column .topic .items > div {
    margin: 3.0rem auto 0;
    background: #fcf9e6;
    border-radius: 10px;
    padding: 2.0rem;
    width: 95%;
    max-width: 800px;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 1.6rem;
}
#column .topic .items h5 {
  -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 1.0em 0 0.75em;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
}
#column .topic .items h5 + p {
  margin: 0 2.0rem 2.0rem;
}
#column .topic .items .items_list {
  margin: 2.0rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#column .topic .items .items_list > div {
  width: 31%;
  margin: 1%;
}
#column .topic .items a{
  display: block;
  margin: 1.0rem auto 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1.0rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .2s ease;
  font-size: 1.4rem;
} 
#column .topic .items a:after{
  content: "▲";
  display: inline-block;
  line-height: 1.0;
  transform: rotate(90deg);
  margin-left:2.0rem;
} 
#column .topic .items a.rakuten{
  background:#bf0000;
  border: solid 2px #bf0000;
} 
#column .topic .items a.yahoo{
  background:#f86601;
  border: solid 2px #f86601;
} 
#column .topic .items a.rakuten:hover{
  color:#bf0000;
  background: #fff;
} 
#column .topic .items a.yahoo:hover{
  color:#f86601;
  background: #fff;
}
@media screen and (max-width:991px){
  #column .topic .items h5 + p {
    margin: 1.0rem;
  }
  #column .topic .items .items_list{
    margin: 0 0 1.0rem;
    justify-content: flex-start;
  }
  #column .topic .items .items_list > div {
    width: 48%;
    margin: 1% 1% 4%;
  }
  #column .topic .items a {
    font-size: 1.1rem;
    padding: 1rem 0.5rem;
  }
  #column .topic .items a:after{
    font-size: 1.0rem;
    margin-left: 0.2rem;
  } 
}


/* 共通 */
.pcv{
  display: block;
}
.spv{
  display: none;
}
@media screen and (max-width:991px){
  .pcv{
    display: none;
  }
  .spv{
    display: block;
  }

}