@charset "FTF-8";


/* 〜〜〜〜〜〜〜〜〜
ニュースセクション内の再初期化・再定義
〜〜〜〜〜〜〜〜〜〜〜 */

#ow-news__list_wrapper {
  padding: 20px;
  letter-spacing: normal;
}


#ow-news__wrapper {
  width: 95%;
  margin: 1.5em auto 3em auto;
}
@media screen and (min-width:768px) {/* pcの場合 */
  #ow-news__wrapper {
    width: 90%;
  }
}
#ow-news__wrapper h2 {
  margin-top:0.5em;
  line-height: 1.25em;
  letter-spacing: normal;
}
#ow-news__wrapper h3 {
  font-size: 1.25em;
  letter-spacing: normal;
  line-height: 1.25em;
}

#ow-news__wrapper {
  letter-spacing: normal;
}

#ow-news__wrapper p {
  line-height: 1.75em;
  margin: 1em 0;
}
#ow-news__wrapper img{
  width: 100%;
}
#ow-news__wrapper a , #ow-news__leading-line a {
  letter-spacing: normal;
}
#ow-news__leading-line {
  border-top:#eee dashed 1px;
  padding-top:3em;
}
/* 〜〜〜〜〜〜〜〜〜
ニュースセクション内の新規定義
〜〜〜〜〜〜〜〜〜〜〜 */

/*-- Layout --*/
.flex__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display:flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap:20px;
}
@media screen and (min-width:768px) {/* pcの場合 */
  .flex__box {
    flex-wrap: initial;
  }
}


/*-- Modules --*/

.article__list li a {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap:wrap;
  width: auto;
  margin:0 auto;
  padding: 1.5em 1em;
  border-bottom: 1px dashed #eee;
  color: #274a78;
  font-size: 1em;
}
.article__list li a time , .article__list li a .midashi {
  width: 95%;
}
.article__list li a::after {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-top: 2px solid #274a78;
  border-right: 2px solid #274a78;
  content: '';
}.article__list li a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.article__list li a:hover {
  background-color: #274a78;
  color:#fff;
}

.article_date {
  font-size: 0.85em;
  letter-spacing: 0.15em!important;
  border: 1px #eee solid;
  /* background-color: #f8f9f9; */
  display: inline-block;
  padding: 0.5em 1.5em;
  color:#555;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.article_date time {
  padding-left: 1em;
  font-weight: normal;
}
.txt_box_attention01 {
  background-color: #FFFCDB;
  padding: 2em 2em;
  border-radius: 10px;
}
.list_default li {
  margin-left:1.5em;
  margin-bottom:0.5em;
  text-indent: -1.5em;
}

.img_shingle_fit_xl {
  width: 100%;
}
@media screen and (min-width:768px) {/* pcの場合 */
  .img_shingle_fit_xl {
    width: 50%;
  }
}




/*-- Decoration --*/

.txt__center {
  text-align: center;
}
.txt_strong {
  color:brown;
  font-weight: 700;
  font-size: 2em;
  display: inline-block;
  padding: 0.5em 0;
}
@media screen and (min-width:768px) {/* pcの場合 */
  .txt_strong {
    font-size: 3em;
  }
}
.txt_strong2 {
  color:#274a78;
  font-weight: 700;
  font-size: 1.25em;
}
@media screen and (min-width:768px) {/* pcの場合 */
  .txt_strong2 {
    font-size: 1.25em;
  }
}
.txt_strong3 {
  color:brown;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
  margin: 0!important;
}

a.txt_link01 {
  color: blue;
  text-decoration: underline;
}

.txt_mark01 {
  background: linear-gradient(transparent 60%, yellow 0%);
}

/*-- BUTTON --*/
.btn_default {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .9em 2em;
  border: 1px solid #274a78;
  border-radius: 5px;
  background-color: #fff;
  color: #274a78;
  font-size: 1em;
}
.btn_default::before {
  transform: rotate(-135deg);
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-top: 2px solid #274a78;
  border-right: 2px solid #274a78;
  content: '';
}.btn_default:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn_default:hover {
  background-color: #274a78;
  color:#fff;
}
