@charset "utf-8";
/*
共通
*/
/*  SNS  */
ul.snsbtn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
ul.snsbtn li {
  display: inline-block;
  width: auto;
  margin-right:5px;
}
ul.snsbtn li:last-child {
  border-right: none;
  margin-right: 0px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.archive ul {
  margin: 50px 0 0;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.archive ul li {
  width: 48%;
  margin: 0 1% 25px;
}

/*
パソコン用
*/
@media (min-width: 768px) {
  #nenga2022 {
    color: #2f2f2f;
    background-image: url(../../img/page/nenga2022/bg_pc.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fcfbf5;
  }
  #nenga2022 .wrap {
    width: 972px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  #nenga2022 .wrap p.nenga_ti {
    margin: 4% 0 !important;
  }
  #nenga2022 .wrap .post-header-meta {
    margin: 2% auto 0;
    text-align: center;
  }
  #nenga2022 .wrap .post-header-meta .fb-like {
    top: 8px;
  }
  #nenga2022 .wrap p.nenga_lead {
    font-size: 132%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 2%;
    line-height: 1.8;
    width: 680px;
    padding: 20px 0;
  }
  #nenga2022 .wrap p.nenga_lead2 {
    padding: 0;
    font-weight: bold;
    text-align: center;
    font-size: 167%;
    line-height: 1.7;
    color: #fff;
  }
  #nenga2022 .wrap .atten a {
    text-decoration: underline;
    color: #fff;
  }
  #nenga2022 .wrap .atten {
    background-color: #e72410;
    padding: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
  }
  #nenga2022 .wrap .atten:before {
    border: 3px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 5px;
    z-index: -1;
  }
  #nenga2022 .wrap p.nenga_lead span.lead_sub {
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
  }
  #nenga2022 .wrap #nenga_list ul {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .list-post li a .inner {
    background-color: #e72410;
    color: #fff;
    padding: 7px 8px 7px !important;
  }
  
  /*3カラム*/
  #nenga2022 .wrap #nenga_list ul:after {
    content: "";
    display: block;
    width: 32%;
  }
  #nenga2022 .wrap #nenga_list ul li {
    width: 32%;
    margin-bottom: 25px;
  }
  #nenga2022 .wrap #nenga_list ul li a.nolink {
    pointer-events: none;
  }
  #nenga2022 .wrap .tw_btn p {
    text-align: center;
    font-size: 130%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #nenga2022 .wrap .tw_btn a {
    width: 450px;
    margin: 0 auto;
    display: block;
  }
  #nenga2022 .aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
  }
  #nenga2022 .btn-tw {
    text-align: center;
  }
	.archive ul li{
	width: 22%;
	margin: 0 1% 10px;
}
	.list-post li a .inner .date {
    color: #fff !important;
    padding: 0px;
    font-size: 12px;
  }
  .list-post li a .inner .deadline {
    color: #fff !important;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
  }
}
/*
スマホ用
*/
@media (max-width: 767px) {
  #nenga2022 {
    color: #2f2f2f;
    background-color: #fcfbf5;
    background: url(../../img/page/nenga2022/bg_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #nenga2022 .wrap {
    padding: 30px 0 50px;
    width: 96%;
    margin: 0 auto;
  }
  #nenga2022 .wrap p.nenga_ti {
    margin: 4% 0 !important;
  }
  #nenga2022 .wrap .post-header-meta {
    text-align: center
  }
  #nenga2022 .wrap .post-header-meta .fb-like {
    position: relative;
    top: 7px;
  }
  #nenga2022 .wrap p.nenga_lead {
    text-align: center;
    font-size: 15px;
    margin: 3% 0 4%;
    font-weight: bold;
    padding: 10px 20px;
  }
  #nenga2022 .wrap p.nenga_lead2 {
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 1.7;
  }
  #nenga2022 .wrap .atten a {
    text-decoration: underline;
    color: #fff;
  }
  #nenga2022 .wrap .atten {
    background-color: #e72410;
    padding: 20px;
    position: relative;
    z-index: 0;
    margin: 0 5px 40px;
  }
  #nenga2022 .wrap .atten:before {
    border: 3px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 5px;
    z-index: -1;
  }
  #nenga2022 .wrap p.nenga_lead span.lead_sub {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
  }
  #nenga2022 .wrap #nenga_list ul {
    margin-top: 15px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 5px;
  }
  #nenga2022 .wrap #nenga_list ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .list-post li a .inner .ttl {
    font-size: 14px;
  }
  #nenga2022 .wrap #nenga_list ul li a.nolink {
    pointer-events: none;
  }
  .list-post li a .thum {
    width: 100%;
    float: none;
  }
  .list-post li a .inner {
    background-color: #e72410;
    color: #fff;
    padding: 5px 5px 0px !important;
  }
  .list-post li a .inner .date {
    color: #fff !important;
    /* padding: 0px 5px 5px !important; */
  }
  #nenga2022 .wrap .tw_btn p {
    text-align: center;
    font-size: 130%;
  }
  #nenga2022 .wrap .tw_btn a {
    width: 230px;
    margin: 0 auto;
    display: block;
  }
  #nenga2022 .aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #nenga2022 .btn-tw {
    text-align: center;
  }
  .tw_btn p:nth-child(2) {
    margin-top: 40px;
  }
	.list-post li a .inner .deadline {
    color: #fff !important;
    padding: 0px;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
  }
}