@charset "UTF-8";
/***************特集ページ別コンテンツ****************/
/*上部コンテンツ*/

.pc_view { display: block !important; }
.sp_view { display: none !important; }
@media (min-width: 1px) and (max-width: 640px) {
  .pc_view { display: none !important; }
  .sp_view { display: block !important; }
}


#page.in.feature .feature_top {
  background-repeat: no-repeat;
  background-position: left;
}



@media (min-width: 1px) and (max-width: 640px) {

  #page.in.feature .feature_inner {
    padding-left: 0px;
  }
}

#page.in.feature .feature_description {
  /* background: url(../images/lightfiltering/main-back.png); */
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}


#page.in.feature .feature_description .grade_title {
  margin: 60px 0 20px;
}
#page.in.feature .feature_description  .grade_title .title {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
#page.in.feature .feature_description .grade_title .title::after {
  width: 370px;
  height: 1px;
  background: #000;
  content: "";
  display: block;
  margin: auto;
}
#page.in.feature .feature_description .grade_title .sub_title {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

#page.in.feature .feature_description .grade_description_top{
  margin:0 0 20px 0;
}
#page.in.feature .feature_description .grade_description_bottom{
  margin:20px 0 0 0;
}

#page.in.feature .feature_description .description_text {
  width: 480px;
  padding-top: 70px;
  margin-bottom: 40px;
}
#page.in.feature .feature_description .description_text .come {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 1px;
}
@media (min-width: 1px) and (max-width: 640px) {
  #page.in.feature .feature_description .light-filerting_grade{
    margin: 0 30px;
  }

  #page.in.feature .feature_description .description_title .title {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  #page.in.feature .feature_description .grade_title .title::after {
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    display: block;
    margin: auto;
  }


  #page.in.feature .feature_description .description_text .come {
    font-size: 13px;
    line-height: 1.8;
  }
}

#page_user_data .feature {
	background: #FFF;
}

/* 3カラムボタン */
#page.in.feature .btn_3col{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 20px 0;
	padding: 0 0;
}

#page.in.feature .btn_3col_list {
	display: block;
	margin: 0;
	width: 49%;
}

#page.in.feature  .grade_button {
  height: 100%;
  background: url(../images/base/icn_arrow_right.png) right 5px center no-repeat;
  border-radius: 3px;
  background-color: #b21d33;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -ms-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
#page.in.feature  .grade_button p {
  height: 100%;
}

#page.in.feature  .grade_button p a {height: 100%;font-size: 14px;color:#fff;text-align: center;display: block;padding: 0 20px;display: flex;justify-content: center;align-items: end;line-height: 1;padding: 15px 0 20px;}

#page.in.feature  .grade_button p a span {
  font-size: 24px;
  color:#e9dd06;
  padding: 0px 2px 0;
  margin: 0 0 -3px 0px;
  line-height: 1;
  display: inline-block;
}

.md_column_btnlist {
	margin-top: 20px;
}

@media (min-width: 1px) and (max-width: 640px) {
  #page.in.feature .btn_3col{
    width: 100%;
    border-spacing: 5px;
    padding: 0 0 ;
  }
  
  #page.in.feature .btn_3col_list{
    width: 100%;
  }
  
  #page.in.feature  .grade_button {
    /* border: 1px solid #000; */
    width: 100%;
    background: url(../images/base/icn_arrow_right.png) right 10px center no-repeat;
    border-radius: 3px;
    background-color: #b21d33;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  }

  #page.in.feature  .grade_button p{
    word-wrap: break-word;
    width: 99%;
    margin: 0 auto;
  }

  #page.in.feature  .grade_button p a {
    font-size: 12px;
    color:#fff;
    text-align: center;
    display: block;
  }
  #page.in.feature  .grade_button p a span {
    font-size: 16px;
    color:#e9dd06;
    padding: 0 0;
  }
}

/* 3カラムボタン */
#page.in.feature  .last_button {
  border: 1px solid #000;
  width: 260px;
  margin: 20px auto 40px;
  background: url(../images/about/sakaku.png) right 10px center no-repeat;
  border-radius: 3px;
}
#page.in.feature  .last_button p a {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 20px;
}

/* オプション裏地 */
#page.in.feature .option_conts{
  background: #eee;
  padding: 30px;
  height: 290px;
  position: relative;
}

#page.in.feature .option_conts .title_conts{
  position: absolute;
  top:30px;
  left: 30px;
}

#page.in.feature .option_conts .title {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
  font-weight: bold;
}

#page.in.feature .option_conts .title span{
  font-size: 16px;
}

#page.in.feature .option_conts .title::after {
  width: 250px;
  height: 1px;
  background: #000;
  content: "";
  display: block;
  margin-bottom: 5px;
}
#page.in.feature .option_conts .sub_title {
  font-size: 12px;
  text-align: left;
  margin-top: -5px;
}

#page.in.feature .option_conts .img_conts{
  position: absolute;
  top: 30px;
  right:30px;
  width: 360px;
}

#page.in.feature .option_conts .description_conts{
  position: absolute;
  top: 110px;
  left:30px;
  width: 360px;
}

#page.in.feature  .option_button {
  border: 1px solid #000;
  width: 260px;
  margin: 20px 0  0;
  background: url(../images/about/sakaku.png) right 10px center no-repeat;
  border-radius: 3px;
}
#page.in.feature  .option_button p a {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 20px;
}
@media (min-width: 1px) and (max-width: 640px) {
  #page.in.feature .option_conts{
    background: #eee;
    padding: 30px 20px;
    height: auto;
  }
  
  #page.in.feature .option_conts .title_conts{
    position: relative;
    top:0;
    left: 0;
    text-align: center;
    margin: 0 0 20px 0;
  }
  
  #page.in.feature .option_conts .title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    font-weight: bold;
  }
  
  #page.in.feature .option_conts .title span{
    font-size: 16px;
  }
  
  #page.in.feature .option_conts .title::after {
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    display: block;
    margin: 10px 0;
  }
  #page.in.feature .option_conts .sub_title {
    font-size: 12px;
    text-align: center;
  }
  
  #page.in.feature .option_conts .img_conts {
    position: relative;
    top:0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
  
  #page.in.feature .option_conts .description_conts{
    position: relative;
    top:0;
    left: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  #page.in.feature  .option_button {
    border: 1px solid #000;
    width: 260px;
    margin: 20px auto;
    background: url(../images/about/sakaku.png) right 10px center no-repeat;
    border-radius: 3px;
  }
  #page.in.feature  .option_button p a {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 20px;
  }
}
/* オプション裏地 */


