@charset "utf-8";
/* CSS Document */


a:link,
a:visited {
  color: #333333;
}


#members_page {
  font-size: 0;  /* 消さない */
}
@media screen and (max-width: 920px) {
  #members_page {
    padding: 0 22px;
  }
  #main_area #mediadata #members_page #members_rate {
    margin: 0 auto !important;
    text-align: center !important;
  }
}


.md_item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  height: 370px; height: 100%;
	position: relative;
	overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  vertical-align: top;
}
.md_item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .md_item:nth-child(2n) {
    margin-right: 0;
  }
}

.w3 {
  padding: 10px 15px 15px;
  height: 260px;
}

.pink, .tit, h4 {
  color: #CB1672;
}

.w3_inner .imgBox2 {
  display: block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.w3_inner .imgBox2 img {
  width: 150px;
  border: 1px solid #c8c8c8;
}
.w_all .imgBox2 {
  display: block;
  width: 40%;
  margin: 15px auto;
  text-align: center;
}
.w_all .imgBox2 img {
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 920px) {
  .w_all .imgBox2 {
    display: inline-block;
    margin-right: 6%;
    width: 25%;
  }
  .mediaguide_left p.comment2 { 
    display: inline-block;
    margin-top: 30px;
    width: 65%;
    vertical-align: top;
  font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .w_all .imgBox2 {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .w_all .imgBox2 img {
    margin: 20px auto 0;
    width: 150px;
  }
  .mediaguide_left p.comment2 { 
    display: block;
    margin: 20px auto 30px;
    width: 100%;
  }
}

.innerBox .mediaguide_right .md_block p.text2 {
  display: inline-block;
  margin: 5px 0 0 15px;
  width: 95%;
}
@media screen and (max-width: 920px) {
  .innerBox .mediaguide_right .md_block p.text2 {
    display: inline-block;
    margin: 5px 0 0 15px;
    width: 53%;
  }
}
@media screen and (max-width: 414px) {
  .innerBox .mediaguide_right .md_block p.text2 {
    width: 90%;
  }
}



/* 紙面定型表　ダウンロードボタン ------------------------------------*/
.w3_inner .btn2 {
  display: inline-block;
  margin: 0 1px;
  vertical-align: top;
  width: 32.9%; width: 31.9%;
}
.btn_download_ss {
  display: block;
  padding-left: 30px;
  padding-top: 2px;
  width: 110px;
  height: 24px;
  border-radius: 5px;
  background: url(../../common2/images/icon_download.svg) no-repeat 8px 4px;
  background-size: 15px 15px;
  background-color: #666666;
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.btn_download_ss a {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.btn_download_ss a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
  background: #ccc;
}

@media screen and (max-width: 920px) {
  .btn_download_ss {
    padding-left: 30% !important;
    width: 98% !important;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 414px) {
  .w3_inner .btn2 {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .btn_download_ss {
    margin: auto;
    padding-left: 30%; padding-left: 8% !important;
    width: 40% !important;
    font-size: 0.75rem;
  }
}



/* お知らせ members news ------------------------------------ */
#members_page #members_news {
  padding: 15px 20px;
  height: 250px; height: 100%;
  margin-bottom: 30px; 
}
#members_page #members_news h3 {
  font-size: 18px;
  color: #CB1672 !important;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #fff !important;

  width: 100%;
  height: 100%;
}
#members_page #members_news p {
  font-size: 16px;
  border-top: 1px dotted #808080;
  padding: 12px 0;
}
#members_page #members_news p span {
  font-size: 12px;
}

#members_page #members_news p.first {
  border-bottom: 1px dotted #808080;
}

.btn_more a {
}
/* →リンク　一覧はこちら ーー---------------------*/
#members_page #members_news .btn_more a {
  float: right;
  display: block;
  width: 120px;
  position: relative;
  top: -48px; top: -30px;
  right: 20px; right: 10px;
  background: url(../../common2/images/icon_ya_blue.svg) no-repeat 100px 2px;
  background-size: 18px 18px;
  font-size: 0.875rem; /* 14px */ 
  color: #333 !important;

  background-color: #fff;

}
.members-mT50 { margin-top: 50px !important; }
@media screen and (max-width: 510px) {
  #members_page #members_news .btn_more {
    margin: 10px 0 0 65%;
  }
  #members_page #members_news .btn_more a {
    width: 130px;
    top: -48px; top: -10px;
    right: 20px;
    background-position: 100px 4px;

    padding: 2px 10px 0;
    border-radius: 3px;
    
    float: none;
  }
}








#members_page #members_index_rate,
#members_page #members_index_mediakit {
  width: 420px;
  padding: 0;
  text-align: center;
}
#members_page #members_index_rate h2.md,
#members_page #members_index_mediakit h2.md {
  font-size: 36px;
  color: #CB1672;
  padding: 30px 0 15px;
  text-align: center;
  line-height: 1.2;
}
#members_page #members_index_rate h2.md {
  line-height: 1.87;
}
  #main_area #mediadata #members_index_rate h2 span {
    font-size: 16px;
  }
  #main_area #mediadata #members_index_rate h2 span.size {
    font-size: 13px !important;
  }
#members_page #members_index_rate img,
#members_page #members_index_mediakit img {
  position: relative;
  left: 5px;
  padding: 0;
}



h2.md {
  border-bottom: 2px solid #d3dadd; border-bottom: none;
  font-size: 1.5rem;
}
h2.md:after {
  border-bottom: 2px solid #cb1672; border-bottom: none;
}



#members_page #members_index_mediakit h2.md {
  font-size: 1.5rem;
  line-height: 30px;
}


/*その他公開中の媒体資料・企画書*/
#members_page #members_index_mediakit .index_members_mediakit2 {
  clear: both;
  border: 1px #e6e6e6 solid;
  margin-bottom: 20px;
  
  background-color: #d51672;
  
}
#members_page #members_index_mediakit .index_members_mediakit2 h2.md {
  padding: 20px 0 0; padding: 20px 0;
}







#members_page #members_rate .md_item h2.md {
  color: #CB1672; 
}
#members_page #members_rate .md_item:nth-of-type(4n) {
  margin-right: 0;
}
#members_page #members_contact {
  margin-top: 20px;
  padding: 15px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}
#members_page #members_contact p {
  font-size: 15px;
}
#members_page #members_contact p a {
  color: #285bb0;
}
#members_page h2.mediadata_page_h2 {
  color: #CB1672; 
}
#members_page #mediakit h3 {
  background: #CB1672; }
#members_page #mediakit h4 {
  color: #CB1672;
}


#members_page .about_rate {
  margin: 0 auto 50px;
  width: 90% !important;
  font-size: 1rem;
}
#members_page .about_rate h3 {
  color: #CB1672; 
}
#members_page .about_rate h4 {
  background: #CB1672;
}
#members_page .about_rate p.indent {
  padding-top: 5px;
  margin-bottom: 10px;
  line-height: 1.65;
  font-weight: normal;
}
#members_page .about_rate ul {
}



.about_rate h5 {
  font-weight: bold;
  color: #CB1672 !important;
  margin: 15px 0 10px;
  font-size: 17px;
}
.about_rate p {
  margin: 0 0 5px 20px;
}
.about_rate p.indent {
  text-indent: -2.7em; padding-left: 1.8em;
  padding-left: 2.7em; text-indent: -1.8em;
}
.about_rate ul {
  padding-left: 63px;
  margin-bottom: 10px;
}






#mediadata .rate {
  width: 100%;
  text-align: center !important;
}
#mediadata .rate h2 {
  padding: 30px 0 0 !important;
  width: 100%;
  color: #012c73;
  line-height: 1.4em;
}
#mediadata .rate h2 span {
  font-size: 18px !important;
}
#mediadata .rate p {
  font-size: 12px;
}
#mediadata .rate p.size {
    margin-top: 5px;
    text-align: center;
}
#mediadata .rate p.rate_content {
  height: 70px;
  padding: 0 8px;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
#mediadata .rate img {
}







#mediadata .md_item a {
  display: block;
  height: 100%;
  width: 100%;
}
#mediadata .md_item a:hover {
  opacity: 1.0;
  background: #f9f9f9;
  transition: .2s;
}

@media screen and (max-width: 643px) {
  #main_area #mediadata #members_rate .md_item:nth-of-type(1n) {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 530px) {
  #main_area #mediadata #members_rate .md_item {
    padding-top: 30px !important;
  }
  #members_page #members_index_mediakit .index_members_mediakit {
    height: 125px !important;
    padding: 30px 0 0;
    float: left; 
  }

  /*その他公開中の媒体資料・企画書*/
  #members_page #members_index_mediakit .index_members_mediakit2 {
  }
  #members_page #members_index_mediakit .index_members_mediakit h2.md {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }
  #members_page #members_index_mediakit .index_members_mediakit2 h2.md {
    font-size: 1.25rem !important;
    padding: 20px 0 0; padding: 20px 0;
    margin-top: 10px;
  }
}


@media screen and (max-width: 414px) {
  #main_area #mediadata #members_rate .md_item:nth-of-type(1n) {
    margin-right: auto;
    margin-left: auto;
  }
  #main_area #mediadata #members_rate .md_item:nth-of-type(3n) {
    margin: 20px auto;
  }
  #main_area #mediadata #members_index_rate h2 span {
    font-size: 16px;
  }
  #main_area #mediadata #members_index_rate h2 span.size {
    font-size: 13px;
  }
  #main_area #mediadata #members_index_mediakit {
  }
  #main_area #mediadata #members_index_mediakit .index_members_mediakit,
  #main_area #mediadata #members_index_mediakit .index_members_mediakit2 {
    width: 100%;
    float: none;
  }
  #main_area #mediadata #members_index_mediakit .index_members_mediakit h2,
  #main_area #mediadata #members_index_mediakit .index_members_mediakit2 h2 {
    margin-top: 0;
    height: 100% !important;
    vertical-align: middle;
  }
  #main_area #mediadata #members_index_mediakit .index_members_mediakit h2.md,
  #main_area #mediadata #members_index_mediakit .index_members_mediakit2 h2.md {
  }
  #main_area #mediadata #members_index_mediakit .index_members_mediakit:nth-of-type(2) h2.md {
    padding: 12px 10px;
  }
  #main_area #mediadata #members_index_mediakit .index_members_mediakit2 {
  }

  #main_area #mediadata #members_index_mediakit .index_members_mediakit h2.mob {
    margin: 0; margin-top: -10px !important;
    padding: 0 !important;
  }

  #main_area #mediadata #members_index_mediakit .index_members_mediakit2 h2.mob {
    padding-left: 3px;
    padding-right: 3px;
  }
  
  #members_page #members_index_mediakit .index_members_mediakit2 {
}

  
}


/**************************************************************************************************************/
#members_rate {
  width: 100%;
  text-align: center;
}
#members_page #members_rate .md_item {
  display: inline-grid;
  place-items: center;
}
#members_page #members_rate .md_item img {
  display: inline-block;
  /*margin: auto;*/
  
}
#members_page #members_rate .md_item.w6, #members_page #members_rate .md_item_right.w6 {
  width: 48% !important;
  line-height: 4;
}
#members_page #members_rate .md_item.w6 h2.md,
#members_page #members_rate .md_item.w3 h2.md {
  font-size: 21px;
  font-weight: normal;
  color: #CB1672;
}
#members_page #members_rate .md_item.w3 {
  width: 23% !important;
}
@media screen and (max-width: 1251px) {
  #members_page #members_rate .md_item.w3 {
    width: 285px !important;
  }
  #members_page #members_rate .md_item:nth-of-type(4n) {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 920px) {
  #members_page #members_rate .md_item.w6, #members_page #members_rate .md_item_right.w6 {
    display: block;
    width: 100% !important;
  }
  #members_page #members_rate .md_item.w3 {
    width: 285px !important;
  }
  #members_page #members_rate .md_item:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 717px) {
  #members_page #members_rate .md_item:nth-of-type(1n),
  #members_page #members_rate .md_item:nth-of-type(2n),
  #members_page #members_rate .md_item:nth-of-type(3n),
  #members_page #members_rate .md_item:nth-of-type(4n) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.size {
  font-size: 1rem !important;
}
/**************************************************************************************************************/
#members_page #members_rate .md_item.non {
  border: 0;
  width: 23% !important;
  display: inline-block;
}
@media screen and (max-width: 1251px) {
  #members_page #members_rate .md_item.non {
  width: 285px !important;
  }
}
@media screen and (max-width: 717px) {
  #members_page #members_rate .md_item.non {
    display: none !important;
  }
}

