﻿@charset "uft-8";

.contents {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .contents {
    margin-top: -50px;
  }
}
@media (min-width: 1024px) {
  .contents {
    margin-top: -40px;
  }
}

/*************
｡｡･｢･､･ｭ･罕ﾃ･ﾁ
**************/
@media (max-width: 767px) {
  .main .eyecatch {
    margin-top: 15px;
  } 
}
.eyecatch .thumbnail img {
  width: 100%;
}

.eyecatch .caption,
.editorName {
  background: #c6c6c6;
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 13px 0 13px 11px;
  margin: 13px 0 20px;
  position: static;
  text-align:center;
}

.eyecatch .thumbnail + .caption {
  font-weight: bold;
  bottom: 0;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  font-size: 16px;
  position: absolute;
  text-align: left;
  color: #fff;
}
.eyecatch .thumbnail + .caption > * {
  font-size: 16px;
}
.eyecatch .caption > * {
  font-size: 22px;
  font-weight: 500;
}
/*************
｡｡･｢･､･ｭ･罕ﾃ･ﾁ
**************/

/*************
｡｡･皈､･・
**************/
.categoryDescript {
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0 3%;
}

.featureWrap {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
}

#Contents .featureWrap a{
  text-decoration: none;
}

.featureWrap .sideBox {
  margin-bottom: 0;
}

.featureWrap dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.featureWrap dd:not(:last-child) {
  margin-bottom: 0;
}

.featureWrap dd a {
  text-decoration: underline;
  font-size: 14px;
}
.editorList .contentListComponent {
  background: url(../../../Page/img_column/clm_line.gif) repeat-x bottom;
  border-bottom: none;
}
.editorList .contentListComponent:last-child {
  background: none;
}
.editorList .contentListComponentBox .contentListComponentBoxLeft {
  width: 80px;
  margin-right: 15px;
}

.editorList .contentListComponentBox .contentListComponentBoxRight {
  width: calc(100% - 95px);
  padding: 0;
}
.editorList .trimImg > img {
  max-width: 80px;
  border-radius: 20px;
}

.main .sideEditorBox .contentListComponentBoxRight {
  width: calc(100% - 90px - 2%);
}

.main .sideEditorBox .trimImg {
  border-radius: 20px;
}

.main .sideEditorBox .trimImg img {
  width: 100%;
  height: 100%;
}
#Contents .editorList .contentListComponentBoxTxt {
  font-weight: bold;
}
.main .contentListComponentBoxDetail {
  line-height: 1.5;
}
/*************
｡｡･皈､･・
**************/

/*************
｡｡PCﾉｽｼｨ
**************/
@media screen and (min-width: 861px) {
  .eyecatch .caption,
  .editorName {
    margin-top: 0px;
    font-size: 13px;
    background: #666;
    color: #fff;
    font-weight: bold;
  }
  .eyecatch .caption h1 {
    font-weight: bold;
  }
  .categoryDescript {
    padding: 0;
    margin: 35px 0 0;
  }
  .eyecatch .caption > * {
    font-size: 22px;
  }
}
