/* お知らせ */
.infoCatWrap {
  display: block;
  width: 1080px;
  margin: 60px auto 0px auto;
}
.infoCatWrap:after {
  content: "";
  display: block;
  clear: both;
}
.infoCatWrap:before {
  content: "";
  display: block;
  clear: both;
}
.infoContLeft {
  width: 770px;
  float: left;
}
body.info main .infoContLeft .detailContents__inner {
  width: 735px;
}
body.single-post main .infoContLeft {
  width: 770px;
  padding-right: 34px;
  border-right: 1px solid #e5e5e5;
}

.infoContList {
  width: 100%;
  padding-right: 45px;
  border-right: 1px solid #e5e5e5;
}
.infoContLeft .infoContList > li {
  display: table;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.infoContList > li:nth-of-type(1) {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.infoContList > li > a > div {
  display: table-cell;
  vertical-align: top;
}
.infoContList .infoContListImg {
  position: relative;
  width: 220px;
}
.infoContList .iconNew::before {
  content: "";
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/info/icon_new.svg);
  background-repeat: no-repeat;
  background-size: 67px 67px;
}
.infoContList .infoContListImg > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.infoContList .infoContListBox {
  width: 470px;
  padding-left: 35px;
}
.infoContList a {
  text-decoration: none;
  color: #333333;
}
.infoContList a:hover {
  opacity: .7;
}
.infoContList a .infoContListMore {
  color: #1ca1cb;
}
.infoContListBox .infoContListTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 170%;
}
.infoContListBox .infoContListMeta {
  display: table;
  margin-top: 10px;
}
.infoContListBox .infoContListMeta > div {
  display: table-cell;
}
.infoContListBox .infoContListMeta .infoContListMetaDate {
  font-size: 16px;
}
.infoContListBox .infoContListMeta .infoContListMetaIcon {
  padding-left: 15px;
}
.infoContListBox .infoContListMeta .infoContListMetaIcon > div {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  background-color: #ebebeb;
  padding: 0px 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.infoContListBox .infoContListTx {
  margin-top: 20px;
  font-size: 14px;
  line-height: 200%;
}
.infoContListBox .infoContListTx:after {
  content: "";
  display: block;
  clear: both;
}
.infoContListBox .infoContListTx:before {
  content: "";
  display: block;
  clear: both;
}
.infoContListBox .infoContListTx .infoContListMore {
  display: block;
  margin-left: auto;
  float: right;
}

.infoContRight {
  width: 280px;
  float: right;
}
.infoContCatHeadline {
  font-size: 18px;
  font-weight: bold;
}
.infoContCatBox {
  width: 240px;
  margin: 0px auto;
}
.infoContCatList {
  width: 100%;
  margin-top: 15px;
}
.infoContCatList a {
  display: block;
  color: #333333;
  font-size: 16px;
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/info/icon_arrow_r.svg) no-repeat;
  background-position: center right 7px;
  background-size: 7px;
}
.infoContPopularPost {
  width: 100%;
  margin-top: 55px;
  padding-bottom: 20px;
  background-color: #e7f7fc;
}
.infoContPopularPost .infoContPopularPostHeadline {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1ca1c8;
}
.infoContPopularPost ul {
  margin-top: 20px;
  padding: 0px 20px;
}
.infoContPopularPost ul li {
  margin-top: 22px;
}
.infoContPopularPost ul li:nth-of-type(1) {
  margin-top: 0px;
}
.infoContPopularPost ul li > a {
  display: table;
}
.infoContPopularPost ul li > a > div {
  display: table-cell;
  vertical-align: top;
}
.infoContPopularPost .infoContPopularPostImg {
  width: 100px;
  height: auto;
  padding-top: 3px;
}
.infoContPopularPost .infoContPopularPostImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.infoContPopularPost .infoContPopularPostTx {
  color: #333333;
  padding-left: 15px;
}

.infoContDl {
  width: 100%;
  margin-top: 45px;
  padding-bottom: 30px;
  background-color: #e5f9ef;
}
.infoContDl .infoContDlHeadline {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #3ab595;
}
.infoContDl .infoContDlList {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px 20px 20px 20px;
}
.infoContDl .infoContDlList a {
  width: 50%;
  margin-top: 20px;
  padding-right: 10px;
}
.infoContDl .infoContDlList a:nth-of-type(even) {
  padding-right: 0px;
  padding-left: 10px;
}
.infoContDl .infoContDlImg {
  display: table;
  width: 100%;
  height: 119px;
}
.infoContDl .infoContDlImg > div {
  display: table-cell;
  vertical-align: middle;
}
.infoContDl .infoContDlImg > div > img {
  width: 100%;
  height: auto;
}
.infoContDl .infoContDlTx {
  margin-top: 5px;
  font-size: 13px;
  color: #333333;
}
.infoContDl .buDlList {
  display: block;
  width: 240px;
  height: 38px;
  line-height: 36px;
  margin: 20px auto 0px auto;
  color: #333333;
  font-size: 14px;
  background: #ffffff url(../images/info/icon_dl_arrow.svg) no-repeat center right 15px;
  background-size: 6px 12px;
  text-align: center;
  border: 1px solid #3ab595;
  border-radius: 8px;
}
body.info main .infoContLeft .detailContents__inner {
  width: 100%;
  overflow: visible;
}
body.info main .infoContLeft .detailContents__inner img {
  max-width: 100%;
}

body.single-post .infoRecommendBox {
  width: 735px;
  margin: 60px auto 0px auto;
}
body.single-post .infoRecommendBox .infoRecommendHeadline {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
body.single-post .infoRecommendBox > ul {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
body.single-post .infoRecommendBox li {
  position: relative;
  width: 225px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, .15);
  margin-left: 30px;
}
body.single-post .infoRecommendBox li a {
  color: #333333;
}
body.single-post .infoRecommendBox li a:hover {
  opacity: .7;
}
body.single-post .infoRecommendBox li:nth-of-type(1) {
  margin-left: 0px;
}
body.single-post .infoRecommendBox li .infoRecommendImg {
  position: relative;
}
body.single-post .infoRecommendBox li .infoRecommendImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.single-post .infoRecommendBox li .iconNew::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/info/icon_new.svg);
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

body.single-post .infoRecommendTxBox {
  padding: 15px 30px 30px 30px;
  font-size: 16px;
}
body.single-post .infoRecommendTxBox .infoRecommendDate {
  font-weight: bold;
}
body.single-post .infoRecommendTxBox .infoRecommendTx {
  margin-top: 10px;
}
body.single-post .boxTopPostList {
  width: calc(100% - 7px );
  margin: 30px auto;
  padding: 20px 30px;
  position:relative;
  background-color: #ffffff;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, .15);
  border-radius: 10px;
}
body.single-post .boxTopPostList .headline {
  font-size: 17px;
  font-weight: bold;
}
body.single-post .boxTopPostList ul {
  margin-top: 0px;
  padding-bottom: 10px;
}
body.single-post .boxTopPostList li {
  margin-top: 15px;
  font-size: 14px;
}
body.single-post .boxTopPostList li a {
  display: table;
  color: #333333;
}
body.single-post .boxTopPostList li a > div {
  display: table-cell;
  vertical-align: top;
}
body.single-post .boxTopPostList li a:hover {
  color: #0066cc;
}
body.single-post .boxTopPostList li a:hover div:nth-of-type(1) {
  color: #333333;
}
body.single-post .boxTopPostList li a div:nth-of-type(2) span:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/info/icon_mokuji.svg) no-repeat;
  background-size: 100%;
}
body.single-post .boxPostRecommend {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 20px 30px 20px 30px;
  text-align: center;
  color: #333333;
  border: 3px solid #1ca1c8;
  border-radius: 10px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, .15);
}
body.single-post .boxPostRecommend:hover {
  opacity: 0.7;
}
body.single-post .boxPostRecommend .headline {
  padding: 7px 35px;
  position: absolute;
  top: -25px;
  left: 20px;
  background-color: #1ca1c8;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}
body.single-post .txTop {
  font-size: 15px;
  font-weight: bold;
}
body.single-post .txBottom {
  font-size: 28px;
  font-weight: bold;
}
body.single-post .txBottom > div {
  vertical-align: middle;
}
body.single-post .txBottom > div::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../images/info/icon_recommend.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .infoCatWrap {
    width: 100%;
    margin: 25px auto 0px auto;
  }
  .infoContLeft {
    width: 100%;
    float: none;
  }
  .infoContLeft .infoContList {
    border-right: none;
  }
  .infoContLeft .infoContList > li {
    display: block;
  }
  .infoContLeft .infoContList {
    padding-left: 15px;
    padding-right: 15px;
  }
  .infoContLeft .infoContList > li {
    display: block;
  }
  .infoContList > li > a > div {
    display: block;
  }
  .infoContList .infoContListImg {
    width: 100%;
  }
  .infoContList .iconNew::before {
    width: 85px;
    height: 85px;
    background-size: 85px 85px;
  }
  .infoContList .infoContListBox {
    width: 100%;
    padding-left: 0px;
  }
  .infoContListBox .infoContListTitle {
    margin-top: 10px;
    font-size: 19px;
  }
  .infoContListBox .infoContListMeta .infoContListMetaDate {
    font-size: 14px;
  }
  .infoContListBox .infoContListMeta .infoContListMetaIcon {
    padding-left: 10px;
  }
  .infoContListBox .infoContListMeta .infoContListMetaIcon > div {
    font-size: 11px;
  }
  .infoContListBox .infoContListTx {
    margin-top: 15px;
  }
  .infoContRight {
    width: 100%;
    float: none;
    margin-top: 60px;
    padding: 0px 25px 50px 25px;
  }
  .infoContCatBox {
    width: 100%;
    margin: 0px auto;
  }
    .infoContCatHeadline {
    font-size: 16px;
  }
  .infoContCatList a {
    font-size: 14px;
    padding: 15px 0px;
    background-position: center right 5px;
    background-size: 5px;
  }
  .infoContPopularPost {
    margin-top: 50px;
    padding-bottom: 18px;
  }
  .infoContPopularPost .infoContPopularPostHeadline {
    padding: 7px 13px;
    font-size: 16px;
  }
  .infoContPopularPost ul {
    margin-top: 18px;
    padding: 0px 18px;
  }
  .infoContPopularPost ul li {
    margin-top: 18px;
  }
  .infoContPopularPost .infoContPopularPostImg {
    width: 135px;
    padding-top: 3px;
  }
  .infoContPopularPost .infoContPopularPostTx {
    padding-left: 20px;
  }

  .infoContDl {
    margin-top: 40px;
    padding-bottom: 21px;
    top: 0px !important;
  }
  .infoContDl .infoContDlHeadline {
    padding: 7px 13px;
    font-size: 16px;
  }
  .infoContDl .infoContDlList {
    padding: 0px 18px 20px 18px;
  }
  .infoContDl .infoContDlList a {
    width: 50%;
    margin-top: 20px;
    padding-right: 8px;
  }
  .infoContDl .infoContDlList a:nth-of-type(even) {
    padding-right: 0px;
    padding-left: 8px;
  }
  .infoContDl .infoContDlImg {
    width: 100%;
    height: auto;
  }
  .infoContDl .infoContDlTx {
    font-size: 14px;
  }
  .infoContDl .buDlList {
    display: block;
    width: calc( 100% - 40px );
    height: 60px;
    line-height: 60px;
    margin: 20px auto 0px auto;
    font-size: 14px;
    background: #ffffff url(../images/info/icon_dl_arrow.svg) no-repeat center right 20px;
    background-size: 7px 14px;
  }

  body.single-post main .infoContLeft {
    width: 100%;
    padding-right: 0px;
  }
  body.single-post main .infoContRight {
    width: 100%;
  }
  
  body.single-post .infoRecommendBox {
    width: 100%;
    margin: 35px auto 0px auto;
    padding: 0px 15px;
  }
  body.single-post .infoRecommendBox .infoRecommendHeadline {
    font-size: 18px;
  }
  body.single-post .infoRecommendBox > ul {
    display: block;
    margin-top: 15px;
  }
  body.single-post .infoRecommendBox li {
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
  }
  body.single-post .infoRecommendBox li:nth-of-type(1) {
    margin-top: 0px;
  }
  body.single-post .infoRecommendTxBox {
    padding: 10px 20px 20px 20px;
    font-size: 14px;
  }
  body.single-post .boxPostRecommend {
    margin-top: 50px;
    padding: 20px 20px 10px 20px;
  }
  body.single-post .boxPostRecommend .headline {
    padding: 5px 23px;
    position: absolute;
    top: -20px;
    left: 15px;
    font-size: 14px;
  }
  body.single-post .txTop {
    font-size: 12px;
  }
  body.single-post .txBottom {
    font-size: 19px;
  }
  body.single-post .txBottom div::after {
    width: 23px;
    height: 23px;
    vertical-align: top;
    margin-top: 7px;
  }
  
}
