@charset "UTF-8";
.news_list {
  width: 100%;
  margin: 5% 5% 2% 0;
}
.detail_list2 {
  line-height: 40px;
  margin: 20px 0;
}
.detail_list2 ul {
  display: flex;
}
.detail_list2 ul li {
  padding-right: 30px;
}
.detail_list ul li {
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
}

/* 文章 */
/* body.is-gyosei.is-black .container_detail {
   border: solid#ffff01 1px;
}
body.is-gyosei.is-blue .container_detail {
  border:  solid #c6e6e9 1px ;
} */

.container_detail_file {
  text-decoration: underline;
}

/* slider */
.main-slider {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .main-slider {
    padding-bottom: 40px;
  }
}

/* filling用のdiv */
.container_detail_bottom {
  height: 30px;
  clear: both;
}

/* カテゴリタイトルのリンク */
.right-category-list-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.right-category-list-ul li {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .right-category-list-ul li {
    width: calc(25% - 3.75px);
    margin: 0 5px 0 0;
  }
  .right-category-list-ul li:nth-child(4n) {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .right-category-list-ul li {
    width: calc(50% - 2.5px);
    margin: 0 5px 0 0;
  }
  .right-category-list-ul li:nth-child(2n) {
    margin: 0;
  }
}
.right-category-list-ul li a {
  display: block;
  font-weight: bold;
  border: 1px #ddd solid;
  margin-top: 6px;
  border-radius: 4px;
  padding: 15px;
  color: #3f72af;
}
.right-category-list-ul li a:hover {
  border: 1px #00a0e8 solid;
  opacity: 1;
}
body.is-gyosei.is-black .right-category-list-ul li a,
body.is-gyosei.is-blue .right-category-list-ul li a {
  background: white;
  color: #3f72af;
}

.link_btn {
  border-radius: 4px;
  padding: 0 15px;
  color: #00a0e8;
  line-height: 35px;
}

/* ▽▽▽htmlなcontent▽▽▽ */
/* h1,h2,h3,h4 */
.contentArticleDoc h1 {
  font-size: 1.5em;
  margin: 0 0 0.667em 0;
}
.contentArticleDoc h2 {
  padding: 14px;
  font-size: 1.25em;
  border-left: 8px transparent solid;
  border-left-color: #2053a1;
  border-image: none;
  border-radius: 4px;
  background-color: #eee;
  margin: 1em 0 1em 0;
}
.contentArticleDoc h3 {
  border: solid #89c88a 1px;
  border-radius: 4px;
  padding: 14px;
  margin: 1em 0 1em 0;
}
.contentArticleDoc h4 {
  padding: 0 0 0.5em 0;
  border-bottom: 2px #eee solid;
  margin: 1em 0 1em 0;
}
.contentArticleDoc h1:first-child,
.contentArticleDoc h2:first-child,
.contentArticleDoc h3:first-child,
.contentArticleDoc h4:first-child {
  margin-top: 0;
}
body.is-gyosei.is-black .contentArticleDoc h2,
body.is-gyosei.is-black .contentArticleDoc h3 {
  background: #00a0e8;
  border-left: initial;
  border-image: initial;
  color: white;
}
body.is-gyosei.is-blue .contentArticleDoc h2,
body.is-gyosei.is-blue .contentArticleDoc h3 {
  background: lightcyan;
  color: #11161f;
  border-image: linear-gradient(to bottom, #30b8b0, #aed36e) 1 10;
}

/* p */
.contentArticleDoc p {
  margin-top: 10px !important;
}

/* a */
.contentArticleDoc a {
  color: #3f72af;
  text-decoration: underline;
}
.contentArticleDoc a:visited {
  color: #3f72af;
}
.contentArticleDoc a:hover {
  color: red;
}
body.is-gyosei.is-blue .contentArticleDoc a {
  color: #c6e6e9;
}
body.is-gyosei.is-blue .contentArticleDoc a:hover {
  color: white;
}
body.is-gyosei.is-black .contentArticleDoc a {
  color: #ffff01;
}
body.is-gyosei.is-black .contentArticleDoc a:hover {
  color: #fff;
}

/* table */
table {
  width: 100%;
}


/* ue */
#ue .inquiry {
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
#ue .inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-size: 110%;
  font-weight: bold;
}
#ue .tel,
.fax,
.email {
  display: inline;
}
#ue .department,
.section {
  font-weight: bold;
}
#ue .top,
.middle {
  margin-bottom: 0px;
}
#ue .department,
.section,
.tel,
.fax {
  margin-right: 10px;
}

/* Header Banner */
#commonHeader {
  display: none;
}

/* Icons */
.iconFile,
.iconDefault {
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  background-image: url(/common/img/common/icons/icon_note.png);
  /* line-height: 3.3; */
}

/* Icons - */
.iconFileRight,
.iconDefault {
  padding: 0 25px 12px 0;
  background-repeat: no-repeat;
  background-image: url(/common/img/common/icons/icon_note.png);
  background-position: 100% 0%;
  /* line-height: 3.3; */
}
.iconBmp,
.iconCsv,
.iconDoc,
.iconDocx,
.iconGif,
.iconJpg,
.iconJpe,
.iconJpeg,
.iconJtd,
.iconLzh,
.iconPdf,
.iconPng,
.iconPpt,
.iconTxt,
.iconXls,
.iconXlsx,
.iconZip {
  height: 40px;
}
.iconBmp {
  background-image: url(/common/img/common/icons/bmp.gif);
}
.iconCsv {
  background-image: url(/common/img/common/icons/csv.gif);
}
.iconDoc,
.iconDocx {
  background-image: url(/common/img/common/icons/doc.gif);
}
.iconGif {
  background-image: url(/common/img/common/icons/gif.gif);
}
.iconJpg {
  background-image: url(/common/img/common/icons/jpg.gif);
}
.iconJpe {
  background-image: url(/common/img/common/icons/jpg.gif);
}
.iconJpeg {
  background-image: url(/common/img/common/icons/jpg.gif);
}
.iconJtd {
  background-image: url(/common/img/common/icons/jtd.gif);
}
.iconLzh {
  background-image: url(/common/img/common/icons/lzh.gif);
}
.iconPdf {
  background-image: url(/common/img/common/icons/icon_pdf.png);
}
.iconPng {
  background-image: url(/common/img/common/icons/png.gif);
}
.iconPpt {
  background-image: url(/common/img/common/icons/ppt.gif);
}
.iconTxt {
  background-image: url(/common/img/common/icons/txt.gif);
}
.iconXls,
.iconXlsx {
  background-image: url(/common/img/common/icons/icon_excel.png);
}
.iconZip {
  background-image: url(/common/img/common/icons/zip.gif);
}
/* △△△htmlなcontent△△△ */

/* /detail.php用 */
@media only screen and (max-width: 767px) {
  .top-div p {
    top: 47vw;
    left: 33vw;
  }
  .top-div .top-img {
    content: url(/common/img/index/module_kv_sp.png);
  }
}

/* 下記未review */
.tow-img {
  display: inline-block;
  width: 49%;
}
.thr-img {
  display: inline-block;
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  .one-img,
  .tow-img,
  .thr-img {
    width: 100%;
    margin-top: 30px;
  }
}
table {
  margin-top: 40px;
}
.table-notes {
  font-size: 80%;
}
video {
  width: 100%;
}

/* detail画面の署名 */
.detail-comment-div {
  margin-top: 40px;
}
.detail-comment-div-title {
  background-color: #78c88a;
  color: white;
  padding: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.detail-comment-div-body p:nth-child(1) {
  font-weight: 700;
}
.detail-comment-div-body {
  padding: 18px;
  border:  #73b973 solid 1px;
}
.detail-comment-div-body .comment {
  white-space: break-spaces;
}
body.is-gyosei.is-black .detail-comment-div-title {
  background-color: #ffff00;
  color: #000;
}
body.is-gyosei.is-black .detail-comment-div-body {
  border: 1px solid #ffff00;
}


/* 230517 - 地域おこし協力隊 */
.c-status {
  display: flex;
  justify-content: space-between;
}
.c-statusImg {
  width: 30%;
}
.c-statusImg figure img {
  width: 100%;
}
.c-statusBox {
  width: calc(70% - 40px);
  margin-left: 40px;
}
.c-statusBox_item:not(:first-of-type) {
  margin-top: 20px;
}
.c-statusBox_item dt {
  position: relative;
  padding-left: 1.4em;
}
.c-statusBox_item dt::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0%;
  width: 1em;
  height: 1em;
  background: #000;
  border-radius: 50%;
}
.c-discList li {
  position: relative;
  padding-left: 1em;
}
.c-discList li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

/* reverse */
@media only screen and (min-width: 768px) {
  .c-status.c-status__rev {
    flex-direction: row-reverse;
  }
  .c-status.c-status__rev .c-statusBox {
    margin-left: 0;
    margin-right: 40px;
  }
}

/* smartphone */
@media only screen and (max-width: 767px) {
  .c-status {
    flex-direction: column;
  }
  .c-statusImg,
  .c-statusBox {
    width: 100%;
  }
  .c-statusImg figure {
    text-align: center;
  }
  .c-statusImg figure img {
    width: auto;
  }
  .c-statusBox {
    margin: 20px auto 0;
  }
}
