@charset "UTF-8";

/* --------------------------------------------------------
	title
-------------------------------------------------------- */
main .tmp__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px 0 0;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
  box-sizing: border-box;
}

main .tmp__title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right:10px;
  width:40px;
  height:40px;
  color:#fff;
  font-size:1.8rem;
  background:#333;
  border-radius: 20px;
}

main .tmp__title span {
  position: relative;
}

main .tmp__title span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ceefe4;
  z-index: -1;
  border-radius: 5px;
}

main .tmp__title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: -50%;
  width: 150%;
  height: 4px;
  background: rgba(0,0,0,0.05);
  z-index: -1;
  border-radius: 5px;
}

/* --------------------------------------------------------
	category
-------------------------------------------------------- */

/* --------------------------------------------------------
	toc
-------------------------------------------------------- */
#toc .toc__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position:relative;
  margin-bottom:30px;
  min-height:120px;
  /*padding:15px;
  background: #eee;*/
}

#toc .toc__head .toc__data {
  width: calc(100% - 170px);
}

#toc .toc__head .toc__data figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position:absolute;
  top:0;
  left:0;
  width:160px;
  height:120px;
  border:1px solid #ddd;
  background:#fff;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
}

#toc .toc__head .toc__data figure img {
  width:152px;
  height:114px;
  object-fit: cover;
}

#toc .toc__head .toc__data h1 {
  margin-bottom:10px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
}

#toc .toc__head .toc__data h1 i {
  margin-right:10px;
}

#toc .toc__head .toc__data .toc__summary p {
  color:#666;
  font-size: 1.6rem;
  line-height:160%;
}

#toc .articleList {
  margin-bottom:30px;
}

/* --------------------------------------------------------
	archive
-------------------------------------------------------- */
#archive {
  
}

#archive .breadcrumb {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 130%;
}

#archive .breadcrumb span {
  margin-left: 10px;
  color: #999;
}

#archive .daily {
  margin-bottom:30px;
  width: 100%;
}

#archive .daily .daily__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#archive .daily .date {
  display: inline-block;
  margin-bottom:10px;
  padding:2px 15px;
  color:#fff;
  font-size:1.4rem;
}

/* --------------------------------------------------------
	articleList
-------------------------------------------------------- */
.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0;
  padding:0;
  width: 100%;
  box-sizing: border-box;
}

.articleList .articleList__item {
  position:relative;
  margin-bottom:30px;
  width:100%;
  box-sizing: border-box;
}

.articleList .articleList__item .articleList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  padding:10px;
  width:100%;
  height:100%;
  border-top:1px solid #eee;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-left:1px solid #eee;
  border-radius: 2px;
  background:#fff;
  box-sizing: border-box;
  opacity:1.0;
  transition: 0.4s;
}

.articleList .articleList__item .articleList__inner:hover {
  opacity:0.7;
}

.articleList .articleList__text--category {
  margin-bottom:15px;
  font-size:1.2rem;
}

.articleList .articleList__text--title {
  margin-bottom:15px;
  font-size:2.4rem;
  line-height:140%;
}

.articleList .articleList__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin:0;
  padding:0;
  width: 12.4035vw;
  height: 9.303vw;
  overflow: hidden;
}

.articleList .articleList__thumbnail img {
  width: 12.4035vw;
  height: 9.303vw;
  object-fit: cover;
}

.articleList .articleList__text {
  width: calc(100% - (12.4035vw + 20px));
}

.articleList .articleList__text--date {
  font-size:1.2rem;
}

.articleList .articleList__twitter {
  display: block;
  position:absolute;
  top:-10px;
  right:-10px;
  width:30px;
  height:30px;
  background:url(../img/icon-twlist.svg) no-repeat;
}

/* --------------------------------------------------------
	xlarge
-------------------------------------------------------- */
.articleList.xlarge .articleList__item {
  width:49%;
}

.articleList.xlarge .articleList__item .articleList__thumbnail {
  width:100%;
  height:22.75vw;
  overflow: hidden;
}

.articleList.xlarge .articleList__item .articleList__thumbnail img {
  width:100%;
  height:22.75vw;
  object-fit: cover;
}

.articleList.xlarge .articleList__item .articleList__text {
  margin:-40px auto 0;
  width:96%;
}

.articleList.xlarge .articleList__item .articleList__text--category {
  display:inline-block;
  position:absolute;
  top:20px;
  left:20px;
  padding:2px 5px;
  font-size:1.2rem;
  color:#fff;
  border-radius: 2px;
  background:rgba(0,0,0,0.8);
}

.articleList.xlarge .articleList__item .articleList__text--title {
  margin-bottom:0;
  padding:3px 10px;
  color:#222;
  line-height:120%;
  background:rgba(255,255,255,0.95);
  display: -webkit-box;
  /*overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  box-sizing: border-box;
}

.articleList.xlarge .articleList__item .articleList__text--date {
  display:inline-block;
  position:absolute;
  top:42px;
  left:20px;
  padding:2px 5px;
  font-size:1.2rem;
  color:#fff;
  border-radius: 2px;
  background:rgba(0,0,0,0.8);
}

/* --------------------------------------------------------
	large
-------------------------------------------------------- */
.articleList.large .articleList__item {
  width:100%;
}

/* --------------------------------------------------------
	medium
-------------------------------------------------------- */
.articleList.medium .articleList__item {
  width:49%;
}

.articleList.medium .articleList__item .articleList__text--title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* --------------------------------------------------------
	small
-------------------------------------------------------- */
.articleList.small {
  margin-bottom:30px;
}

.articleList.small .articleList__item {
  width:32%;
}

.articleList.small .articleList__item .articleList__text--title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.articleList.small .daily__inner:after {
  content:"";
  display: block;
  width:32%;
}

/* --------------------------------------------------------
	xsmall
-------------------------------------------------------- */
.articleList.xsmall {
  margin-bottom:100px;
}

.articleList.xsmall .articleList__item {
  margin-bottom:10px;
  width:49%;
}

.articleList.xsmall .articleList__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin:0;
  padding:0;
  width: 80px;
  height: 60px;
  overflow: hidden;
}

.articleList.xsmall .articleList__thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.articleList.xsmall .articleList__text {
  width: calc(100% - 90px);
}

.articleList.xsmall .articleList__text--category {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.articleList.xsmall .articleList__item .articleList__text--title {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.articleList.xsmall .articleList__item .articleList__text--description {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* --------------------------------------------------------
	otherList
-------------------------------------------------------- */
.nonGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0 0 80px 0;
  padding:0;
  width: calc(92vw - (300px + 4vw));
  box-sizing: border-box;
}

.nonGrid-item {
  margin-bottom:30px;
  width:32%;
  box-sizing: border-box;
}

.nonGrid-item .nonGrid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:10px;
  width:100%;
  height:100%;
  border:1px solid #ddd;
  background:#fff;
  box-sizing: border-box;
}

.ngiList__text {
  width:calc(100% - 260px);
}

.ngiList__text--category {
  margin-bottom:20px;
  font-size:1.2rem;
}

.ngiList__text--title {
  margin-bottom:20px;
  font-size:1.8rem;
  line-height:140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ngiList__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin:0;
  padding:0;
  width:240px;
  height:180px;
  overflow: hidden;
}

.ngiList__thumbnail img {
  width:100%;
}

.ngiList__text--date {
  font-size:1.2rem;
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1500px) {
  .articleList.small .articleList__item {
    margin-bottom: 15px;
  }
  
  .articleList.small .articleList__thumbnail {
    margin:0 auto 5px;
  }
  
  .articleList.small .articleList__item .articleList__text {
    width: 100%;
  }

  .articleList.small .articleList__item .articleList__text--category {
    margin-bottom: 5px;
  }

  .articleList.small .articleList__item .articleList__text--title {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height:120%;
  }
}

@media screen and (max-width: 1200px) {
  .articleList.xlarge .articleList__item {
    width:100%;
  }

  .articleList.xlarge .articleList__item .articleList__thumbnail, .articleList.large .articleList__item .articleList__thumbnail {
    width:240px;
    height:180px;
    overflow: hidden;
  }
  
  .articleList.xlarge .articleList__item .articleList__thumbnail img, .articleList.large .articleList__item .articleList__thumbnail img {
    width:240px;
    height:180px;
    object-fit: cover;
  }
  
  .articleList.medium .articleList__thumbnail {
    /*width: 31.106vw;
    height: 23.33vw;*/
    margin:0 auto;
    width: 18.553vw;
    height: 13.915vw;
  }
  
  .articleList.medium .articleList__thumbnail img {
    width: 18.553vw;
    height: 13.915vw;
    object-fit: cover;
  }

  .articleList.xlarge .articleList__item .articleList__text, .articleList.large .articleList__item .articleList__text {
    margin:0;
    width: calc(100% - 260px);
  }

  .articleList.xlarge .articleList__item .articleList__text--category {
    display:inline-block;
    position:relative;
    top:inherit;
    left:inherit;
    padding:0;
    color:inherit;
    background:none;
  }

  .articleList.xlarge .articleList__item .articleList__text--title, .articleList.large .articleList__item .articleList__text--title {
    margin-bottom:20px;
    padding:0;
    color:inherit;
    font-size: 2.2rem;
    line-height: 140%;
    background:none;
    /*display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
  }

  .articleList.xlarge .articleList__item .articleList__text--date {
    display:inline-block;
    position:relative;
    top:inherit;
    left:inherit;
    padding:0;
    color:inherit;
    background:none;
  }
  
  .articleList.medium .articleList__item .articleList__text {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 980px) {
  .articleList.xsmall .articleList__item {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  header {
    margin-bottom:0;
  }
  
  .headerInner__largeAds {
    display:none;
  }
  
  .articleList .articleList__text--category {
    margin-bottom:10px;
  }
  
  .articleList .articleList__item .articleList__text--title {
    margin-bottom:10px;
  }
  
  .articleList.large  .articleList__item .articleList__text--title, .articleList.medium  .articleList__item .articleList__text--title, .articleList.small  .articleList__item .articleList__text--title {
    margin-bottom:10px;
  }
  
  #toc .toc__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .articleList.medium .articleList__item {
    margin-bottom:10px;
  }
  
  .articleList.small .articleList__item {
    margin-bottom:10px;
  }

  .articleList.small .articleList__thumbnail, .articleList.medium .articleList__thumbnail {
    margin-bottom:5px;
    width: 31.106vw;
    height: 23.33vw;
    overflow: hidden;
  }
  
  .articleList.small .articleList__thumbnail img, .articleList.medium .articleList__thumbnail img{
    width: 31.106vw;
    height: 23.33vw;
    object-fit: cover;
  }
  
  #toc .toc__head .toc__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  #toc .toc__head .toc__data figure {
    position: relative;
    top:inherit;
    left:inherit;
  }
  
  #toc .toc__head .toc__data h1 {
    position: relative;
    top:inherit;
    left:inherit;
    width: calc(100% - 165px);
  }
  
  #toc .toc__head .toc__data .toc__summary {
    margin-top:10px;
    width:100%;
  }
  
  #toc .toc__head .toc__data .toc__summary p {
    margin-bottom:5px;
    font-size:1.4rem;
    line-height:138%;
  }
  
  #toc .toc__head .toc__data .toc__summary p:last-child {
    margin-bottom:0;
  }
}

@media screen and (max-width: 480px) {
  .articleList .articleList__item {
    margin-bottom: 10px;
  }

  .articleList .articleList__item .articleList__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px;
  }
  
  .articleList.xlarge .articleList__item .articleList__thumbnail, .articleList.large .articleList__item .articleList__thumbnail, .articleList.medium .articleList__item .articleList__thumbnail {
    width: 31.106vw;
    height: 23.33vw;
  }
  
  .articleList.xlarge .articleList__item .articleList__text, .articleList.large .articleList__item .articleList__text, .articleList.medium .articleList__item .articleList__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: calc(100% - (31.106vw + 5px));
  }
  
  .articleList.xlarge .articleList__item .articleList__text--category, .articleList.large .articleList__item .articleList__text--category, .articleList.medium .articleList__item .articleList__text--category {
    margin-bottom: 5px;
    font-size:1.1rem;
    letter-spacing: -0.04em;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  
  .articleList.xlarge .articleList__item .articleList__text--date, .articleList.large .articleList__item .articleList__text--date, .articleList.medium .articleList__item .articleList__text--date {
    margin-bottom: 5px;
    font-size:1.1rem;
    letter-spacing: -0.04em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .articleList.xlarge  .articleList__item .articleList__text--title, .articleList.large  .articleList__item .articleList__text--title, .articleList.medium  .articleList__item .articleList__text--title {
    margin-bottom: 0;
    font-size:1.4rem;
    line-height: 120%;
    -webkit-line-clamp: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .articleList.small {
    margin-bottom: 0;  
  }

  .articleList.small .articleList__item {
    width: 100%;
  }

  .articleList.small .articleList__item .articleList__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:10px 5px;
  }

  .articleList.small .articleList__thumbnail {
    margin: 0;
  }

  .articleList.small .articleList__item .articleList__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: calc(100% - (31.106vw + 5px));
  }
  
  .articleList.small .articleList__item .articleList__text--category {
    font-size:1.1rem;
    letter-spacing: -0.04em;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  
  .articleList.small .articleList__item .articleList__text--date {
    margin-bottom: 5px;
    font-size:1.1rem;
    letter-spacing: -0.04em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .articleList.small  .articleList__item .articleList__text--title {
    margin-bottom: 0;
    font-size:1.4rem;
    -webkit-line-clamp: 4;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .articleList.small  .articleList__item .articleList__text--description {
    margin-top: 10px;
    font-size:1.1rem;
    -webkit-line-clamp: 4;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .articleList .articleList__twitter {
    top: -6px;
    right:-6px;
    width: 46px;
    height: 46px;
    background: url(../img/icon-sm-twlist.svg) no-repeat;
  }
}

@media screen and (max-width: 375px) {
  #toc .toc__head .toc__data figure {
    margin-bottom:10px;
    width:100%;
  }
  
  #toc .toc__head .toc__data h1 {
    width:100%;
  }
  
  #toc .toc__head .toc__data .toc__summary {
    margin-top:0;
  }
}

@media screen and (max-width: 980px) and (min-width: 801px) {
  #toc .toc__head .toc__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  #toc .toc__head .toc__data figure {
    position: relative;
    top:inherit;
    left:inherit;
  }
  
  #toc .toc__head .toc__data h1 {
    position: relative;
    top:inherit;
    left:inherit;
    width: calc(100% - 165px);
  }
  
  #toc .toc__head .toc__data .toc__summary {
    margin-top:10px;
    width:100%;
  }
  
  #toc .toc__head .toc__data .toc__summary p {
    margin-bottom:5px;
    font-size:1.4rem;
    line-height:138%;
  }
  
  #toc .toc__head .toc__data .toc__summary p:last-child {
    margin-bottom:0;
  }
}
