@charset "utf-8";
/* ================================================================================================================== */
/* 全体                                                                                                               */
/* ================================================================================================================== */
.single {
  width: 980px;
  margin: 0 auto;
  padding: 55px 0 50px;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.single > article {
  width: 700px;
}
.single > nav {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .single {
    width: auto;
    padding: 0.030rem 0 0.040rem;
    display: block;
  }
  .single > article {
    width: auto;
  }
  .single > nav {
    width: auto;
  }
}
/* ================================================================================================================== */
/* 記事                                                                                                               */
/* ================================================================================================================== */
/* ------------------------------------------------------------------------------------------------------------------ */
/* 記事:HEADER                                                                                                        */
/* ------------------------------------------------------------------------------------------------------------------ */
.single > article > header {
}
@media screen and (max-width: 767px) {
  .single > article > header {
    box-sizing: border-box;
    width: 0.690rem;
    margin: 0 auto;
  }
}
/* ---------------------------------------------------------------- */
/* ITEM:NUM01                                                       */
/* ---------------------------------------------------------------- */
.single > article > header .item.num01 {
  padding: 27px 28px 30px;
  background: #ebf8f1;
}
.single > article > header .item.num01 .date {
  color: #00a24d;
  font-size: 0.14rem;
  line-height: 1;
}
.single > article > header .item.num01 .title {
  margin-top: 5px;
  color: #00561f;
  font-size: 0.36rem;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .single > article > header .item.num01 {
    padding: 0.035rem 0.025rem 0.030rem;
  }
  .single > article > header .item.num01 .date {
    font-size: 0.020rem;
  }
  .single > article > header .item.num01 .title {
    margin-top: 0.005rem;
    font-size: 0.038rem;
    line-height: 0.049rem;
  }
}
/* ---------------------------------------------------------------- */
/* ITEM:NUM02                                                       */
/* ---------------------------------------------------------------- */
.single > article > header .item.num02 {
  margin-top: 17px;
}
.single > article > header .item.num02 dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.single > article > header .item.num02 dl:nth-child(n + 2) {
  margin-top: 6px;
}
.single > article > header .item.num02 dl dt {
  font-size: 0.14rem;
  line-height: 1.4;
}
.single > article > header .item.num02 dl dt span {
  display: inline-block;
  padding: 0 5px;
}
.single > article > header .item.num02 dl dd {
  font-size: 0.14rem;
  line-height: 1.4;

  display: -webkit-flex;
  display: flex;
}
.single > article > header .item.num02 dl dd a:nth-child(n + 2) {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .single > article > header .item.num02 {
    margin-top: 0.025rem;
  }
  .single > article > header .item.num02 dl {
  }
  .single > article > header .item.num02 dl:nth-child(n + 2) {
    margin-top: 0.010rem;
  }
  .single > article > header .item.num02 dl dt {
    font-size: 0.024rem;
    line-height: 1.4;
  }
  .single > article > header .item.num02 dl dt span {
    padding: 0 0.010rem;
  }
  .single > article > header .item.num02 dl dd {
    font-size: 0.024rem;
    line-height: 1.4;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single > article > header .item.num02 dl dd a:nth-child(n + 2) {
    margin-left: 0.020rem;
  }
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* 記事:CONTENT                                                                                                       */
/* ------------------------------------------------------------------------------------------------------------------ */
.single > article > .article_content {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content {
    margin-top: 0.040rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章                                                               */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section {
}
.single > article > .article_content > section .headline {
  padding: 9.5px 10px;
  background: #195b00;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ffffff;
  font-size: 0.20rem;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
.single > article > .article_content > section .content {
  padding-top: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section {
  }
  .single > article > .article_content > section .headline {
    padding: 0.026rem 0.030rem;
    font-size: 0.040rem;
    line-height: 0.054rem;
  }
  .single > article > .article_content > section .content {
    width: 0.690rem;
    margin: 0 auto;
    padding-top: 0.030rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:共通                                                  */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content a {
  text-decoration: underline;
}
.single > article > .article_content > section .content a:hover {
  text-decoration: none;
}
.single > article > .article_content > section .content .partition_line {
  content: "";
  margin: 0 auto;
  padding: 35px 0;
  background-image: linear-gradient(to left, #195b00, #195b00);
  background-position: center center;
  background-size: auto 1px;
  background-repeat: no-repeat;
}
.single > article > .article_content > section .content .vshort {
  margin-top: -42px;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section .content a {
  }
  .single > article > .article_content > section .content a:hover {
  }
  .single > article > .article_content > section .content .partition_line {
    padding: 0.050rem 0;
    background-size: auto 0.002rem;
  }
  .single > article > .article_content > section .content .vshort {
    margin-top: -0.010rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:Item共通                                              */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content .item:nth-child(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section .content .item:nth-child(n + 2) {
    margin-top: 0.030rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:Item(Photo)                                           */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content .item.type_photo {
}
.single > article > .article_content > section .content .item.type_photo img {
  width: 100% !important;
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:Item(小見出し+本文)                                   */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content dl.item.type_node {
}
.single > article > .article_content > section .content dl.item.type_node dt {
  font-family: 'Noto Sans JP', sans-serif;
  color: #195b00;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 22px;
}
.single > article > .article_content > section .content dl.item.type_node dd {
  margin-top: 12px;
  font-size: 0.14rem;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section .content dl.item.type_node {
  }
  .single > article > .article_content > section .content dl.item.type_node dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.040rem;
    line-height: 0.054rem;
  }
  .single > article > .article_content > section .content dl.item.type_node dd {
    margin-top: 0.020rem;
    font-size: 0.026rem;
    line-height: 0.044rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:Item(Text)                                            */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content .item.type_text {
  font-size: 0.14rem;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section .content .item.type_text {
    font-size: 0.026rem;
    line-height: 0.044rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:Item(横並び:写真+写真)                                */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content .item.type_double_photo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.single > article > .article_content > section .content .item.type_double_photo img {
  width: 340px !important;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section .content .item.type_double_photo {
    display: block;
  }
  .single > article > .article_content > section .content .item.type_double_photo img {
    width: 100% !important;
  }
  .single > article > .article_content > section .content .item.type_double_photo img:nth-child(n + 2) {
    margin-top: 0.030rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:Item(横並び:写真+テキスト)                            */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content .item.type_photo_and_text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.single > article > .article_content > section .content .item.type_photo_and_text .sub_item {
  width: 340px;
}
.single > article > .article_content > section .content .item.type_photo_and_text .sub_item.opt_photo img {
  width: 100% !important;
}
.single > article > .article_content > section .content .item.type_photo_and_text .sub_item.opt_text {
  font-size: 0.14rem;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section .content .item.type_photo_and_text {
    display: block
  }
  .single > article > .article_content > section .content .item.type_photo_and_text .sub_item {
    width: auto;
  }
  .single > article > .article_content > section .content .item.type_photo_and_text .sub_item:nth-child(n + 2) {
    margin-top: 0.030rem;
  }
  .single > article > .article_content > section .content .item.type_photo_and_text .sub_item.opt_photo img {
  }
  .single > article > .article_content > section .content .item.type_photo_and_text .sub_item.opt_text {
    font-size: 0.026rem;
    line-height: 0.044rem;
  }
}
/* ---------------------------------------------------------------- */
/* 章:CONTENT:Item(引用情報)                                        */
/* ---------------------------------------------------------------- */
.single > article > .article_content > section .content .item.type_quotation {
  padding: 15px 25px 15px 45px;
  background: #f5f5f5;
  font-style: italic;
  background-image: url('../../images/common/icon/icon_quote.svg');
  background-position: 18px 20px;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.single > article > .article_content > section .content .item.type_quotation .sub_item.opt_text {
  font-size: 0.14rem;
  line-height: 24px;
}
.single > article > .article_content > section .content .item.type_quotation .sub_item.opt_source {
  text-align: right;
  font-size: 0.14rem;
  line-height: 24px;
}
.single > article > .article_content > section .content .item.type_quotation .sub_item.opt_source a {
  display: inline;
  color: #195b00;
}
@media screen and (max-width: 767px) {
  .single > article > .article_content > section .content .item.type_quotation {
    padding: 0.040rem 0.040rem 0.040rem 0.140rem;
    background-position: 0.035rem 0.040rem;
    background-size: 0.050rem auto;
    background-repeat: no-repeat;
  }
  .single > article > .article_content > section .content .item.type_quotation .sub_item.opt_text {
    font-size: 0.026rem;
    line-height: 0.044rem;
  }
  .single > article > .article_content > section .content .item.type_quotation .sub_item.opt_source {
    font-size: 0.026rem;
    line-height: 0.044rem;
  }
  .single > article > .article_content > section .content .item.type_quotation .sub_item.opt_source a {
  }
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* 記事:FOOTER                                                                                                        */
/* ------------------------------------------------------------------------------------------------------------------ */
.single > article > footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .single > article > footer {
    display: block;
    margin-top: 0.040rem;
  }
  .single > article > footer dl {
    border-top: 0.002rem solid #195b00;
    padding: 0.030rem;
    color: #195b00;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .single > article > footer dl dt {
    width: 0.090rem;
    font-size: 0.028rem;
    line-height: 0.033rem;
    flex-shrink: 0;
  }
  .single > article > footer dl dd {
    font-size: 0.028rem;
    line-height: 1;
  }
  .single > article > footer dl dd a {
    text-decoration: underline;
    max-width: 0.430rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* ================================================================================================================== */
/* nav                                                                                                                */
/* ================================================================================================================== */
.single > nav {
}
.single > nav dl.category {
}
.single > nav dl.category dt {
  color: #00561f;
  font-size: 0.34rem;
  line-height: 1;
}
.single > nav dl.category dd {
  margin-top: 18px;
}
.single > nav dl.category dd div:nth-child(n + 2) {
  margin-top: 15px;
}
.single > nav dl.category dd div a {
  font-size: 0.16rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single > nav {
  }
  .single > nav .post_type_top a {
    display: block;
    border-top:    0.002rem solid #195b00;
    border-bottom: 0.002rem solid #195b00;
    text-align: center;
    color: #00561f;
    font-size: 0.050rem;
    line-height: 0.092rem;
  }
  .single > nav dl.category {
    width: 0.690rem;
    margin: 0.045rem auto 0;
  }
  .single > nav dl.category dt {
    font-size: 0.045rem;
    line-height: 1;
  }
  .single > nav dl.category dd {
    margin-top: 0.030rem;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single > nav dl.category dd div {
    width: 50%;
    flex-shrink: 0;
  }
  .single > nav dl.category dd div:nth-child(n + 2) {
    margin-top: 0;
  }
  .single > nav dl.category dd div:nth-child(n + 3) {
    margin-top: 0.030rem;
  }
  .single > nav dl.category dd div a {
    font-size: 0.024rem;
  }
}

