/* ==========================================================================
   parts
   ========================================================================== */
/* ==========================================================================
   modules
   ========================================================================== */
/* sideMenu------------------------------------ */
.m-csrSideMenu {
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .m-csrSideMenu {
    margin-bottom: 40px;
  }
}

.m-csrSideMenu:last-child {
  margin-bottom: 0;
}

.m-csrSideMenu-ttl {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0 15px 30px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-csrSideMenu-ttl {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrSideMenu-ttl {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrSideMenu-ttl {
    padding-left: 0;
  }
}

.m-csrSideMenu-item {
  padding-left: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .m-csrSideMenu-item {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.m-csrSideMenu-item:last-child {
  margin-bottom: 0;
}

.m-csrSideMenu-link {
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .m-csrSideMenu-link {
    font-size: 1.6rem;
  }
}

.m-csrSideMenu-link:hover {
  text-decoration: underline;
}

.m-csrSideMenu-link:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-bottom: 2px;
  border-top: 2px solid #f3be00;
  border-right: 2px solid #f3be00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-newsImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .m-newsImgList.-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-newsImgList.-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsImgList {
    display: block;
  }
}

.m-newsImgList-item {
  width: 32%;
  margin-right: 2%;
}

.m-newsImgList-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .m-newsImgList-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.m-newsImgList-item .m-newsImgList-imgWrapper {
  position: relative;
  width: 100%;
  padding-top: 63.7%;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.m-newsImgList-item .m-newsImgList-imgWrapper .m-newsImgList-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.m-newsImgList-item .m-newsImgList-caption {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .m-newsImgList-item:last-child {
    margin-bottom: 0;
  }
}

/* detail articl------------------------------------ */
.m-csrArticle {
  margin-bottom: 50px;
}

.m-csrArticle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.m-csrArticle-date {
  font-size: 1.4rem;
  color: #666;
  margin-right: 10px;
}

.m-csrArticle-tag {
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #333;
  padding: 0 10px;
}

.m-csrArticle-ttl {
  font-size: 2.8rem;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-csrArticle-ttl {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrArticle-ttl {
    margin-bottom: 30px;
  }
}

.m-csrArticle-img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-csrArticle-img {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrArticle-img {
    margin-bottom: 30px;
  }
}

.m-csrArticle-img img {
  width: 100%;
  margin-bottom: 15px;
}

.m-csrArticle-cap {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

.m-csrArticle-lead {
  font-size: 1.798rem;
  font-weight: bold;
  line-height: 1.33;
}

@media print, screen and (min-width: 769px) {
  .m-csrArticle-lead {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrArticle-lead {
    margin-bottom: 20px;
  }
}

.m-csrArticle-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media print, screen and (min-width: 769px) {
  .m-csrArticle-txt {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrArticle-txt {
    margin-bottom: 30px;
  }
}

.m-csrArticle-txt.-mgbt0 {
  margin-bottom: 0;
}

/* detail share------------------------------------ */
.m-csrShare {
  width: 100%;
  background-color: #f5f5ee;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .m-csrShare {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrShare {
    margin-bottom: 60px;
  }
}

.m-csrShare-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 30px;
}

.m-csrShare-btn {
  margin-right: 10px;
}

@media print, screen and (min-width: 769px) {
  .m-csrShare-btn {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .m-csrShare-btn:hover {
    opacity: 0.7;
  }
}

.m-csrShare-btn:last-child {
  margin-right: 0;
}

/* ==========================================================================
   components
   ========================================================================== */
@media print, screen and (min-width: 769px) {
  .contents-block {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .contents-block {
    margin-bottom: 40px;
  }
}

/* ttl Container------------------------------------ */
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    margin-bottom: 47px;
  }
}

/* 2 columns Container------------------------------------ */
.c-csrTopicContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .c-csrTopicContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer {
    display: block;
    margin-bottom: 60px;
  }
}

.c-csrTopicContainer-main {
  width: calc(880 / 1180 * 100%);
}

@media print, screen and (min-width: 769px) {
  .c-csrTopicContainer-main {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer-main {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer-main {
    width: 100%;
  }
}

.c-csrTopicContainer-side {
  width: calc(230 / 1180 * 100%);
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer-side {
    width: 100%;
  }
}
