@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  padding-bottom: 130px;
}

#main-contents div.body {
  max-width: 1120px;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents {
  padding-bottom: 50px;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual {
  position: relative;
  background: url("../../_images/topics/visual.jpg") no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

body#layout-lower
.visual {
  height: 200px;
}

}

/* ****************************************************************************************************
   * 情報公開
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  padding-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.topics {
  position: relative;
  padding-top: 40px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.0;
}
.topics .title::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-mark-1.png") no-repeat;
  width: 120px;
  height: 5px;
  margin: 10px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.topics .title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.0;
}
.topics .title::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-mark-1.png") no-repeat;
  width: 60px;
  height: 2.5px;
  background-size: 60px 2.5px;
  margin: 10px auto 0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * お知らせ
/* ------------------------------------------------------------------------------------------------- */

#topics {}

#topics ul.list {
  background: #e8f7ed;
  padding: 0 40px;
}

#topics ul.list li {}

#topics ul.list li a {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
#topics ul.list li:first-child a {
  border-top: 0;
}


#topics ul.list li a > * {
  display: inline-block;
}
#topics ul.list li a:hover {
  color: #1cac4a;
}

#topics ul.list li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #1cac4a;
  border-right: solid 3px #1cac4a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -5px auto 0;
  transition: 0.2s right;
}
#topics ul.list li a:hover::after {
  right: -0.8em;
}


#topics ul.list li .day {
  min-width: 15em;
}
#topics ul.list li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#topics ul.list {
  background: #e8f7ed;
  padding: 0 20px;
}

#topics ul.list li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
  border-top: 1px solid #ccc;
}
}




/* ****************************************************************************************************
   * お知らせ詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title-1 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0.8em;
}
.topics .title-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-mark-3.png") no-repeat;
  width: 7px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body {}

#main .layout-body .layout-2 {}

/* ----------------------------------------------------------------------------------------------------
   * メインコンテンツ
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body .layout-2 .topics {
  width: 71%;
}
#main .layout-body .layout-2 .topics > .body {
  padding: 0;
}

#main .layout-body .layout-2 .topics .day {
  font-weight: bold;
  display: inline-block;
  margin-top: 0.5em;
}

#main .layout-body .layout-2 .topics .content {
  margin-top:20px;
}

#main .layout-body .layout-2 .topics .content a {
  color:#fe0002;
  text-decoration: underline;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .layout-body .layout-2 .topics {
  width: 100%;
}
}

/* ----------------------------------------------------------------------------------------------------
   * サイドナビ
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body .layout-2 #side-contents {
  width: 24%;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 100px;
}

#main .layout-body .layout-2 #side-contents .title-2 {
  font-size: 1.8rem;
  background: #e8f7ed;
  padding:0 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .layout-body .layout-2 #side-contents {
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-contents ul {}

#side-contents ul li {}

#side-contents ul li a {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  padding: 10px 40px 10px 0;
  border-bottom: 1px solid #ddd;
}
#side-contents ul li a::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-1.png") no-repeat;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
}
#side-contents ul li a > * {
  display: inline-block;
}
#side-contents ul li a:hover {
  background: #f2f4ed;
  color: #1cac4a;
}
#side-contents ul li a:hover::after {
  animation: arrow .8s infinite;
}
@keyframes arrow {
  50% {
    right: .2em;
    opacity: 1;
  }
  100% {
    right: -.4em;
    opacity: 0;
  }
}

#side-contents ul li time {
  display: block;
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .link-btn {
  margin-bottom: 40px;
}

.topics .btn {
  position: relative;
  width: 280px;
  background: #ea5714;
  color: #fff;
  display: block;
  padding: 20px;
}
.topics .btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -5px;
  transition: 0.2s left;
}
.topics .btn:hover:after {
  left: 1.0em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.topics .link-btn {
  margin-bottom: 0;
}

.topics .btn {
  position: relative;
  width: 100%;
  background: #ea5714;
  color: #fff;
  display: block;
  padding: 20px;
}
.topics .btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -5px;
  transition: 0.2s left;
}
.topics .btn:hover:after {
  left: 1.0em;
}
}
