@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 530px) {
  main {
    padding: 20px 0 30px;
    margin-bottom: 0;
  }
} /* max-width: 530px */


/* トップページ　上部 コンテンツ（スライダー：accordionSlider.css、広告事例）　---------------------*/
#top_content {
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}

/* トップページ　広告事例_2件　---------------------*/
#home_jirei_area {
  display: inline-block;
  float: right;
  width: 600px;
  text-align: left;
}

#home_jirei_area li {
  display: inline-block;
  background-color: #E6E6E6;
}

#home_jirei_area li:last-child {
  margin-right: 0 !important;
}

#home_jirei_area li .jirei_img {
  display: block;
  margin: 0 auto;
  width: 265px;
  height: 265px;
  min-width: 265px;
  min-height: 265px;
  background: #e6e6e6;
  position: relative;
}

#home_jirei_area li .jirei_img img {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;
  width: 70%;
}

/* 下部 記事枠（最新情報・ツイッター・各カテゴリー記事）　---------------------*/
#main_content {
  margin: 30px auto;
  position: relative;
  text-align: center;
}

/* トップページ　左枠 ---------------------*/
#home_info_area {
  /*display: inline-block;*/
  width: 285px;
  vertical-align: top;
  text-align: left;
}

/* 最新情報 ---------------------*/
#home_info_area .home_info {
  width: 100%;
}

/* ツイッター---------------------*/
#home_info_area .home_twit {
  display: inline-block;
  width: 100%;
}

#twitter_box {
   text-align: center;
}

#twitter_box .twitter-timeline {
  float: none;
}

/* 各カテゴリー記事_3件（トップページ　item枠） ---------------------*/
#home_item_area {
  display: inline-block;
  float: right;
  width: 915px;
  text-align: left;
}

#home_item_area li:nth-child(3n) {
  margin-right: 0;
}

/* Twitter ボックス ------------------------------------*/
#twitter_box {
  display: inline-block;
  width: 265px !important; 
  position: relative;
  margin-top: 40px;
  padding: 10px 10px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}

#twitter_box i {
  font-size: 26px;
  color: #409FFF;
  position: absolute;
  top: 18px;
  right: 18px;
}


@media screen and (max-width: 920px) {
  /* 広告事例 ---------------------*/
  #home_jirei_area {
    display: inline-block;
    float: none;
    margin: 0 auto 30px;
    width: 610px;    
  }
  #home_info_area {
    width: 100%;
  }
  
  /* 最新情報 ---------------------*/
  #home_info_area .home_info {
    width: 600px;
    margin: 30px auto;
  }
  #home_info_area .home_info h2 {
    width: 100%;
  }

  /* ツイッター---------------------*/
  #home_info_area .home_twit {
    margin: 30px auto;
    text-align: center;
  }

  /* itemー---------------------*/
  #home_item_area {
    display: block;
    float: none;
    margin: 0 auto 30px;
    width: 610px;
  }
  #home_item_area li {
    margin-right: 30px !important;
  }
  #home_item_area li:nth-child(2n) {
    margin-right: 0 !important;
  }
}  /* max-width: 920px */

@media screen and (max-width: 765px) {
  #main_content {
    margin-top: 0 auto;
  }
  
  /* 広告事例 ---------------------*/
  #home_jirei_area {
    width: 60%;
    margin-bottom: 0;
  }
  #home_jirei_area ul {
    margin-left: auto;
    margin-right: auto;
    width: 285px;
  }
  #home_jirei_area li {
    margin-right: 0 !important;
  }

  /* ツイッター---------------------*/
  #home_info_area .home_twit {
    margin: 30px auto;
    text-align: center;
  }
  #twitter_box {
    width: 100%;
    text-align: center;
  }
  #twitter_box .twitter-timeline {
    float: none;
  }

  /* itemー---------------------*/
  #home_item_area {
    margin-left: auto;
    margin-right: auto;
    width: 285px;
  }
  #home_item_area li {
    margin-right: 0 !important;
  }
}  /* max-width: 765px */

@media screen and (max-width: 630px) {
  /* 最新情報 ---------------------*/
  #home_info_area .home_info {
    width: 80%;
    margin: 30px auto;
  }
  #home_item_area li {
    margin-right: 0 !important;
  }
}  /* max-width: 630px */

@media screen and (max-width: 530px) {
  /* 広告事例 ---------------------*/
  #home_jirei_area {
    width: 80%;
  }


  /* 最新情報 ---------------------*/
  #home_info_area {
    display: inline-block;
  }
  #home_info_area .home_info {
    width: 80%;
    margin: 50px auto 0;
  }
  
  #home_item_area li {
    margin-right: 0 !important;
  }

  /* itemー---------------------*/
  #home_item_area {
    margin: 0;
    width: 100%;
  }
  
  #home_item_area li.w3 {
    width: 100% !important;
  }
  #home_item_area li.item {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
    height: 150px !important;
    max-height: 200px !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
  }

  #home_item_area li.item img {
    float: left;
    width: 130px;
    height: auto;
    margin-right: 15px;
  }
  
  #home_item_area li.item .itemTitle {
    float: left;
    margin: 0; margin-top: -20px;
    width: 65%; 
    text-align: left;
  }
  
  #home_item_area li.item .tab {  /* カテゴリー名 */
    display: inline-block;
    padding: 4px 10px 0;
    height: 30px;
    position: relative;
    top: 80px; top: 100px;
    left: 10px;
    background-color: #f9f9f9;
    font-size: 0.75rem;
    font-weight: normal;
    color: #cb1672;
    z-index: 1;
  }
  
  #home_item_area li.item .caption {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home_item_area li.item .caption a:hover, 
  #home_item_area li.item .caption a:active {
    width: 100%;
    height: 100%;
  }
  #home_item_area li.item .caption .capinner {
    display: none;
  }
}  /* max-width: 530px */


@media screen and (max-width: 460px) {
  #home_item_area li.item img {
    width: 30%; width: 130px;
  }
  #home_item_area li.item .itemTitle {
    width: 55%; width: 58%; width: 56%;
  }
}  /* max-width: 460px */


@media screen and (max-width: 365px) {
  /* 広告事例 ---------------------*/
  #home_jirei_area {
    width: 100%;
  }
  
  /* ツイッター---------------------*/
  #twitter_box {
    width: 280px !important;
  }

  /* itemー---------------------*/
  #home_item_area li.item {
    height: 130px !important;
  }
  #home_item_area li.item img {
    width: 32%;
  }
  #home_item_area li.item .itemTitle {
    width: 64%; width: 180px;
  }
  
  
  
  
    #home_item_area li.item .tab {  /* カテゴリー名 */
    /*display: inline-block;
    padding: 4px 10px 0;
    height: 30px;
    position: relative;*/
    top: 80px; top: 90px;
    left: 10px;
    /*background-color: #f9f9f9;
    font-size: 0.75rem;
    font-weight: normal;
    color: #cb1672;
    z-index: 1;*/
  }

  
}  /* max-width: 365px */




/* トップページ　よみバズ ---------------------*/
li.baz_item .caption .capinner p .tR {
  text-align: right;
  line-height: 1;
}
li.baz_item .caption .capinner p.red_text {
  text-align: right !important;
  font-size: 42px;
  font-weight: bold;
  /*line-height: 1.6em;*/
  line-height: 1;
  color: #E5006A; color: #fff;
}
li.baz_item .caption .capinner p.red_text2 {
  text-align: right !important;
  font-size: 32px;
  font-weight: bold;
  /*line-height: 1.6em;*/
  line-height: 1;
  color: #E5006A; color: #fff;
}
li.baz_item .caption .capinner p.red_text span {
  margin-right: 10px;
  font-size: 0.96875rem;
  /*line-height: 1.2;*/
  line-height: 1;
  color: #E5006A; color: #fff;
}

@media screen and (max-width: 765px) {

  li.baz_item .caption .capinner p .tR {
    text-align: right;
  }
  li.baz_item .caption .capinner p.red_text {
    text-align: right !important;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.6em;
    color: #fff;
  }
  li.baz_item .caption .capinner p.red_text2 {
    text-align: right !important;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6em;
    color: #fff;
  }
  li.baz_item .caption .capinner p.red_text span {
    margin-right: 10px;
    font-size: 0.96875rem;
    line-height: 1.4;
    color: #fff;
  }
}

@media screen and (max-width: 530px) {
   li.baz_item .caption .capinner p .tR {
    text-align: right;
  }
   li.baz_item .caption .capinner p.red_text {
    text-align: right !important;
    font-size: 1.62rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #E5006A;
  }
  li.baz_item .caption .capinner p.red_text2 {
    text-align: right !important;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #E5006A;
  }
  li.baz_item .caption .capinner p.red_text span {
    margin-right: 10px;
    font-size: 1rem;
    line-height: 1.2;
    color: #E5006A;
  }
  li.baz_item .caption .capinner p.mB30 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 460px) {
  li.baz_item .caption .capinner p.red_text {
    text-align: right !important;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #E5006A;
  }
  li.baz_item .caption .capinner p.red_text2 {
    text-align: right !important;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #E5006A;
  }
  li.baz_item .itemTitle {
    top: -210px;
  }
}/* max-width: 460px */





/*@media print {
  #home_jirei_area li:nth-child(1) {
    margin-right: 20px !important;
  }
}*/

