/*====================================================================================
basic
====================================================================================*/

/*====================================================================================
body
====================================================================================*/
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
}

body::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 0;
  content: "";
  border: 30vw solid rgba(0, 0, 0, 0);
  border-right: 50vw solid #148612;
  border-left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

/*====================================================================================
wapper
====================================================================================*/
#wrapper {
  display: flex;
  gap: 60px;
  flex-direction: column;
  max-width: 1070px;
  margin-inline: auto;
  padding-inline: 10px;
}

.wrap01 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 850px) {
  #wrapper {
    gap: 30px;
  }

  .wrap01 {
    gap: 20px;
    padding-top: 20px;
  }
}

/*====================================================================================
conntent
====================================================================================*/
.area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.inner:nth-child(6) .column-inline.mb30 .item figure::before {
  padding-top: 56.25%;
}

.column {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  gap: 20px;
}

.column > * {
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 850px) {
  .area {
    gap: 40px;
  }

  .inner {
    gap: 10px;
  }

  .column {
    flex-direction: column;
  }
}

/*====================================================================================
title/text
====================================================================================*/
abbr, address, article, aside, blockquote, canvas, caption, cite, code, dd, details, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, label, legend, li, p, pre, table, tbody, td, tfoot, th, thead, tr {
  font-family: "ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  word-wrap: break-word;
  list-style-type: none
}
/*====================================================================================
_title
====================================================================================*/
._title {
  display: flex;
  flex-direction: column;
  gap: 0px;
  color: #0a5f08;
  letter-spacing: 0.1em;
  font-weight: 800;
}

._title span{
  line-height: 1em;
  line-height: 1.2em; text-shadow: 0 0 2px #fff;
}

._title span:nth-child(1){
  font-size: 70px;
  font-size: 45px;
}

._title span:nth-child(2){
  font-size: 50px;
  font-size: 25px;
}

@media screen and (max-width: 850px) {
  ._title span:nth-child(1){ font-size: 26px; }
  ._title span:nth-child(2){ font-size: 20px; }
}

/*====================================================================================
common
====================================================================================*/
h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  color: #148612;
}

h2 span {
  display: block;
  background: #fff
}

h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  color: #148612;
}

.red {
  color: #148612;
}

.fw-bo {
  font-size: 12px;
  font-weight: 700;
}

.r .sub img {
  width: 0.9em;
  margin-right: 0.1em;
  margin-top: -3px;
}

.wrap01 .ta-ri {
  margin-top: -15px;
  margin-left: auto;
  margin-right: 0;
}

.wrap05 h3 {
  font-size: 18px;
}

.wrap05 .column {
  flex-direction: column;
}

@media screen and (max-width: 850px) {
  h2 {
    width: 100%;
    font-size: 18px;
  }

  h3 {
    font-size: 20px
  }

  .ta-ri {
    text-align: center;
  }

  .ta-ri::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/*====================================================================================
area
====================================================================================*/
.area.lead {
  padding: 15px;
  background: #fff;
  border: 1px solid #148612
}

.area.lead .column {
  align-items: stretch;
  font-size: 15px;
  line-height: 1.5em
}

@media screen and (max-width: 850px) {
  .area.lead {
    padding: 15px;
  }
}

/*====================================================================================
btnList
====================================================================================*/
.btnList {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.btnList > * {
  flex: 1;
}

.btnList > * {
  max-width: 500px;
}


.btnList li a {
  position: relative;
  display: block;
  padding: 15px;
  font-weight: 700;
  color: #148612;
  border: 1px solid #148612
}

.btnList li a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 14px;
  content: "";
  background: url("../img/arrow_shien.svg") no-repeat
}

@media screen and (max-width: 850px) {
  .btnList {
    flex-direction: column;
  }
}

/*====================================================================================
button
====================================================================================*/
.button {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin-inline: auto;
  border: 1px solid #148612;
  border-radius: 4px
}

.button * {
  font-size: 18px;
  font-weight: bold
}

.button a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%
}

.button img {
  width: 100%;
  max-width: 250px
}

.button .sub {
  white-space: nowrap
}

.button .smallText {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #148612
}

.button .smallText::after {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 5px;
  content: "";
  background: url("../img/arrow_shien.svg") no-repeat
}

/*====================================================================================
youtube
====================================================================================*/
.iflameBox {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0
}

.iflameBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

/*====================================================================================
sns
====================================================================================*/
.snsList {
  display: flex;
  gap: 10px;
}

.snsList li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff
}

.snsList li * {
  color: #fff
}

.snsList li>* {
  display: inline-block
}

.snsList li img {
  width: 30px;
  height: 30px;
}

.snsList li::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-top: -9px;
  content: "";
  background: url("../img/arrow_sns.svg") no-repeat
}

.snsList .x {
  position: relative;
  background: #000
}

.snsList .facebook {
  position: relative;
  background: #3b5998
}

@media screen and (max-width: 850px) {
  .snsList li img {
    width: 20px;
    height: 20px;
  }

  .snsList li {
    font-size: 14px;
  }
}

/*====================================================================================
radarImage
====================================================================================*/
.radarImage a {
  display: block;
  position: relative;
  flex: 1;
  width: 100%;
  margin: auto;
  overflow: hidden
}

.radarImage a::before {
  display: block;
  padding-top: 100%;
  content: ""
}

.radarImage a >* {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media screen and (min-width: 850px) {
  .radarImage {
    text-align: center;
    background-color: #f3f3f3;
  }

  .radarImage a {
    max-width: 500px;
    margin-inline: auto;
  }
}

/*====================================================================================
areaList
====================================================================================*/
.areaList {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 15px;
  background-color: #eef1f8;
  border-radius: 8px
}

.areaList__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.areaList__title {
  font-weight: bold;
  line-height: 1em;
}

.areaList__group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start
}

.areaList__item {
  display: block;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25)
}

.areaList__item p {
  font-weight: bold;
  line-height: 1.25em
}

/*====================================================================================
appInfo
====================================================================================*/
.appInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #148612;
}

.appBtn {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 850px) {
  .appInfo {
    flex-direction: column;
    gap: 15px;
  }
}

/*====================================================================================
item
====================================================================================*/
.item {
  display: flex;
  gap: 10px;
  position: relative;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.item > *:not(figure) {
  flex: 1;
}

.item figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 6px;
  overflow: hidden;
}

.item figure:before {
  content:"";
  display: block;
  padding-top: 75%;
}

.item figure > * {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  bottom: 0;
  right: 0;
}

.item p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2em;
  vertical-align: middle;
}

.item p .sub {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
}

.item p a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%
}

.item .news_title {
  padding-bottom: 20px;
}

.item .date {
  color: #999;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%
}

.item.oyakutachi {
  width: 100%;
  align-items: center;
  flex-direction: row;
  border-radius: 12px;
  border: 2px solid #fff;
  background: #eef1f8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}

.item.oyakutachi figure {
  width: 40px;
  background-color: #fff;
}

.item.oyakutachi figure:before {
  padding-top: 100%;
}

.item.oyakutachi figure img {
  width : 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: transparent;
}

@media screen and (min-width: 850px) {
  .column-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5px;
  }

  .item {
    width: calc((100% - 15px) * .25);
    flex-direction: column;
    border-radius: 4px;
  }

  .item:not(.oyakutachi) {
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  }

  .item:not(.oyakutachi):nth-child(n + 5) {
    width: calc((100% - 5px) * .5);
    flex-direction: row;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 10px;
    align-items: center;
  }
  .item:not(.oyakutachi):nth-child(n + 5) figure {
    width: 87px;
  }
  .item:not(.oyakutachi):nth-child(n + 5) p {
    color: #1f59ba;
  }
}

@media screen and (max-width: 850px) {
  .column-inline {
    margin-inline: -10px;
  }

  .item:not(.oyakutachi):not(:last-child) {
    border-bottom: none;
  }

  .item figure {
    width: 90px;
  }
}

/*====================================================================================
footer
====================================================================================*/
footer {
  margin-top: 40px
}

footer p {
  font-size: 12px;
  text-align: center;
  opacity: .8
}

/*====================================================================================
content__inner
====================================================================================*/
.content__inner {
  display: flex;
  gap: 30px;
}

.content__inner-main {
  flex: 1;
}

.content__inner-main .btnList a {
  background-color: #EEF1F8;
  color: #3569C0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

.content__inner-main .btnList a::before {
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url("https://weathernews.jp/onebox/img/icon_arrow.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}

.content__inner-main .btnList a::after {
  display: none;
}

.content__inner-sub {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 300px;
}

.content__inner-sub .column-inline {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.content__inner-sub .inner,
.content__inner-sub .area {
  gap: 10px;
}

.content__inner-sub .wrap03 .column,
.content__inner-sub .wrap02 .column {
  flex-direction: column;
  gap: 10px;
}

.areaTxt01 {
  font-size: 12px;
}

@media screen and (max-width: 850px) {
  .content__inner {
    flex-direction: column;
  }

  .content__inner-main .item:nth-child(n + 4) figure {
    width: 55px;
  }

  .content__inner-main .item:nth-child(n + 4) .date {
    font-size: 13px;
  }

  .content__inner-main .item:nth-child(n + 4) .news_title {
    padding-bottom: 13px;
  }

  .content__inner-sub {
    width: 100%;
  }

  .content__inner-sub .column-inline {
    margin-inline: 0;
  }

  .areaList {
    padding: 15px 10px;
  }
  .areaList__group {
    gap: 5px 6px;
  }

  .areaList__item {
    padding: 5px 8px;
  }

  .areaList__item p {
    font-size: 14px;
  }
}

/*====================================================================================
topics_card
====================================================================================*/
.topics__cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.topics__card {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #FFF;
  background: #eef1f8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}

.topics__card figure img {
  width: 100%;
}

.topics__card-textarea {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.topics__card-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
}

.topics__card-text {
  font-size: 14px;
  line-height: 1.2em;
}

@media screen and (max-width: 850px) {
  .topics__cards {
    gap: 5px;
    flex-direction: row;
  }

  .topics__card {
    width: calc((100% - 5px) * .5);
    display: flex;
    flex-direction: column;
    border-radius: 6px;
  }

  .topics__card-textarea {
    flex: 1;
  }

  .topics__card-text {
    font-size: 13px;
    margin-top: auto;
  }
}


/*====================================================================================
other
====================================================================================*/
.pc {
  display: flex !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: flex !important;
  }
}

.bold {
  font-weight: bold !important;
}
