@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.layout-lower
#visual .body {
  min-height: 300px;
  background: url("../../_images/topics/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/* */


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body {
    min-height: 100%;
    background: url("../../_images/topics/visual-sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}


/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background: var(--c-l-orange);
}

.topics .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics {
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 50px;
    background: var(--c-l-orange);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * インナーボックス
/* ------------------------------------------------------------------------------------------------- */

.topics .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
    max-width: 1080px;
    margin: 0 auto;
  }
}

/* ****************************************************************************************************
   * お知らせ一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics ul.list {}

.topics ul.list li {
  font-size: 1.8rem;
}

.topics ul.list li:first-child {
  border-bottom: 1px solid var(--c-h-orange);
}
.topics ul.list li {
  border-bottom: 1px solid var(--c-h-orange);
}
.topics ul.list li a {
  transition: 0.6s;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  margin: 10px 0;
}
.topics ul.list li a:hover {
  opacity: 1;
  background: var(--c-h-orange);
  border-radius: 10px;
}

.topics ul.list li .day {
  width: 7em;
  display: inline-block;
}
.topics ul.list li .text {
  color: var(--c-orange);
  width: 82%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul.list li {
    font-size: 1.6rem;
  }
  .topics ul.list li a {
    transition: 0.6s;
    display: block;
    justify-content: flex-start;
    padding: 5px 0;
    margin: 5px 0;
  }
  .topics ul.list li .day {
    width: 100%;
    display: block;
  }
  .topics ul.list li .text {
    color: var(--c-orange);
    width: 100%;
    display: block;
    line-height: 1.4;
  }
}


/* ****************************************************************************************************
   * お知らせ詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body {
  background: var(--c-l-orange);
}

#main .layout-body .layout-2 {
  max-width: 1240px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main .layout-body .layout-2 .topics {
  width: 71%;
}
#main .layout-body .layout-2 .topics > .body {
  padding: 0;
}

#main .layout-body .layout-2 .topics .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

#main .layout-body .layout-2 .topics .day {
  font-size: 1.8rem;
  color: var(--c-orange);
  display: inline-block;
}

#main .layout-body .layout-2 .topics .content {
  margin-top: 20px;
  font-size: 1.8rem;
}

#main .layout-body .layout-2 .topics .content a {
  color:#19bfe8;
  text-decoration: underline;
}
#main .layout-body .layout-2 .topics .content a:hover {
  color:#19bfe8;
  text-decoration: none;
}

#main .layout-body .layout-2 .topics .content img {
  display: block;
  margin:10px auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .layout-body .layout-2 .topics {
  width: 100%;
}
#main .layout-body .layout-2 .topics .title-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em 1.5em;
}
#main .layout-body .layout-2 .topics .content {
  margin-top: 20px;
  font-size: 1.6rem;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body .layout-2 .topics .link-btn {}

#main .layout-body .layout-2 .topics .link-btn .btn {}

#main .layout-body .layout-2 .topics .link-btn .btn.back {}

#main .layout-body .layout-2 .topics .link-btn .btn.back::after {
  left: 10px;
  right: auto;
  top: 0;
  transform: rotate(180deg);
  margin-top: 16px;
}

#main .layout-body .layout-2 .topics .link-btn .btn.back:hover:after {
  background: url("../../_images/index/detail-arrow-1.png") no-repeat;
  left: 0.1em;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サイドナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body .layout-2 #side-contents {
  width: 25%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px;
}

#main .layout-body .layout-2 #side-contents .title-2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--c-orange);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body .layout-2 #side-contents .title-2 {
    font-size: 1.8rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .layout-body .layout-2 #side-contents {
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 最新の記事
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body #side-contents .recent {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
}

#main .layout-body #side-contents .recent ul {
  border-top: 1px solid var(--c-h-orange);
}

#main .layout-body #side-contents .recent ul li {
  border-bottom: 1px solid var(--c-h-orange);
}

#main .layout-body #side-contents .recent ul li a {
  position: relative;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  padding: 0.2em 10px;
  border-radius: 10px;
}
#main .layout-body #side-contents .recent ul li a > * {
  display: inline-block;
}
#main .layout-body #side-contents .recent ul li a:hover {
  opacity: 1;
  background: var(--c-h-orange);
  border-radius: 10px;
}

#main .layout-body #side-contents .recent ul li .meta {
  width: 100%;
}
#main .layout-body #side-contents .recent ul li .meta > .layout-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#main .layout-body #side-contents .recent ul li time {
  display: block;
  font-weight: bold;
  margin-right: 10px;
}
#main .layout-body #side-contents .recent ul li .text {
  color: var(--c-orange);
  display: block;
  line-height: 1.6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body #side-contents .recent ul li a {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 過去の記事
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body #side-contents .archive {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
}

#main .layout-body #side-contents .archive ul {
  margin-top: 0;
}

#main .layout-body #side-contents .archive ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.8rem;
}
#main .layout-body #side-contents .archive ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 13px;
}

#main .layout-body #side-contents .archive ul li ~ li {
  margin-top: 0.5em;
}

#main .layout-body #side-contents .archive ul li a {
  display: block;
  margin: 10px 0;
  padding: 0.2em 10px;
  border-radius: 10px;
}
#main .layout-body #side-contents .archive ul li a:hover {
  opacity: 1;
  background: var(--c-h-orange);
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body #side-contents .archive ul li {
    font-size: 1.5rem;
    padding-left: 1.0rem;
  }
  #main .layout-body #side-contents .archive ul li::before {
    width: 9px;
    height: 9px;
    margin-top: 12px;
  }
}