@charset "UTF-8";
/** @format */
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/** @format */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
全体の設定
----------------------------------------------------*/
#bokutori_news {
  margin: 0% auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 1024px) {
  #bokutori_news {
    width: 100%;
  }
}
/*----------------------------------------------------
各セクションの基本設定
----------------------------------------------------*/
section {
  width: 100%;
  margin: 1rem auto;
  padding: 0;
}
section .inner {
  width: min(100%, 980px);
  margin-inline: auto;
  padding-inline: 24px;
}
section h2 {
  width: 50vw;
  margin: 3% auto;
  color: #fff;
  font-size: 1.6rem;
}
section .caption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2rem;
  margin: 5% auto;
}
section p {
  font-size: 1.2rem;
  text-align: left;
  line-height: 2rem;
  margin: 5% auto;
}
section .story_txt p {
  width: 80%;
  margin: 5% auto;
  color: #fff;
  font-size: 1.8vw;
  text-align: center;
  line-height: 2.4rem;
}
@media all and (max-width: 1024px) {
  section {
    padding: 5% 0% 5% 0%;
  }
  section h1 {
    width: 40vw;
    margin: 3% auto;
  }
  section h2 {
    width: 70vw;
    font-size: 1.6rem;
  }
  section .caption {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2rem;
    margin: 5% auto;
  }
  section p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8rem;
    margin: 5% auto;
  }
}
@media all and (max-width: 640px) {
  section {
    width: 100%;
    margin: 1rem auto;
    padding: 0;
  }
  section h1 {
    width: 60vw;
    margin: 3% auto;
  }
  section h2 {
    width: 80vw;
    margin: 0 auto 2rem;
  }
  section .caption {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2rem;
    margin: 5% auto;
  }
  section p {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 5% auto;
  }
  section .story_txt p {
    width: 80%;
    margin: 5% auto;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
  }
}
@media all and (max-width: 320px) {
  section .caption {
    font-size: 1rem;
    text-align: center;
    line-height: 1.8rem;
    margin: 5% auto;
  }
  section p {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.4rem;
    margin: 5% auto;
  }
}

/*----------------------------------------------------
更新履歴表示の基本設定
----------------------------------------------------*/
.latest_info {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 3rem 2rem 8rem;
  text-align: center;
  background: url(../../_assets/images/bg_info.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.latest_info .title_latest_info {
  width: min(100%, 420px);
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.latest_info .title_latest_info .ph_shiju-kara_latest_info_001 {
  width: 48px;
  flex: 0 0 auto;
}
.latest_info .title_latest_info .ph_title_latest_info {
  width: 180px;
  flex: 0 0 auto;
}
.latest_info .latest_info_list {
  width: min(100%, 760px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.latest_info .latest_info_item {
  width: 100%;
  display: grid;
  grid-template-columns: 120px 72px 1fr;
  align-items: start;
  column-gap: 1rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
  padding-bottom: 0.9rem;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.35);
  transition: opacity 0.2s ease;
}
.latest_info .latest_info_item:hover {
  opacity: 0.8;
}
.latest_info .latest_info_item:not(a) {
  cursor: default;
}
.latest_info .latest_info_item:not(a):hover {
  opacity: 1;
}
.latest_info .latest_info_date {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.latest_info .new_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 0.2rem 0.6rem;
  background-color: #ff7f1f;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  margin-top: 0.2rem;
}
.latest_info .latest_info_body {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}
.latest_info .latest_info_item:not(.is-new) {
  grid-template-columns: 120px 1fr;
}
.latest_info .latest_info_item:not(.is-new) .latest_info_body {
  grid-column: 2;
}
@media all and (max-width: 1024px) {
  .latest_info {
    width: 100%;
    padding: 3rem 2rem 6rem;
    background-size: cover;
  }
  .latest_info .latest_info_list {
    width: min(100%, 680px);
  }
  .latest_info .latest_info_item {
    grid-template-columns: 110px 68px 1fr;
  }
  .latest_info .latest_info_item:not(.is-new) {
    grid-template-columns: 110px 1fr;
  }
}
@media all and (max-width: 640px) {
  .latest_info {
    width: 100%;
    padding: 2rem 1.2rem 3rem;
    background-position: center top;
    background-size: cover;
  }
  .latest_info .title_latest_info {
    width: 80%;
    margin: 0 auto 1.5rem;
    gap: 0.6rem;
  }
  .latest_info .title_latest_info .ph_shiju-kara_latest_info_001 {
    width: 14%;
  }
  .latest_info .title_latest_info .ph_title_latest_info {
    width: 42%;
  }
  .latest_info .latest_info_list {
    width: 90%;
    gap: 0.9rem;
  }
  .latest_info .latest_info_item {
    grid-template-columns: 1fr;
    row-gap: 0.35rem;
    padding-bottom: 0.8rem;
  }
  .latest_info .latest_info_item:not(.is-new) {
    grid-template-columns: 1fr;
  }
  .latest_info .latest_info_date {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .latest_info .new_icon {
    width: fit-content;
    min-width: 54px;
    padding: 0.18rem 0.55rem;
    font-size: 0.72rem;
    margin-top: 0;
  }
  .latest_info .latest_info_body {
    font-size: 1rem;
    line-height: 1.45;
  }
  .latest_info .latest_info_item:not(.is-new) .latest_info_body {
    grid-column: auto;
  }
}

/*----------------------------------------------------
過去のメディア掲出情報表示の基本設定
----------------------------------------------------*/
.media_info {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.media_info .media_info_icon_area {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  margin: 4rem auto 2rem;
}
.media_info .media_info_icon_area img {
  width: min(100%, 280px);
  height: auto;
}
.media_info .media_info_list {
  width: min(90%, 720px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.media_info .media_info_item {
  width: 100%;
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 1.25rem;
  align-items: start;
  text-align: left;
  text-decoration: none;
  color: #228443;
  padding-bottom: 0.9rem;
  border-bottom: 2px dotted rgba(34, 132, 67, 0.35);
  transition: opacity 0.2s ease;
}
.media_info a.media_info_item:hover {
  opacity: 0.7;
}
.media_info .media_info_item:not(a) {
  cursor: default;
}
.media_info .media_info_date {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.media_info .media_info_body {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  word-break: break-word;
}
@media all and (max-width: 1024px) {
  .media_info {
    width: 100%;
    padding: 3rem 2rem 5rem;
  }
  .media_info .media_info_list {
    width: min(100%, 700px);
  }
  .media_info .media_info_item {
    grid-template-columns: 135px 1fr;
    column-gap: 1rem;
  }
}
@media all and (max-width: 640px) {
  .media_info {
    width: 100%;
    padding: 2.5rem 0rem 4rem;
  }
  .media_info .media_info_icon_area {
    width: 70%;
    margin: 0 auto 1.5rem;
  }
  .media_info .media_info_icon_area img {
    width: 100%;
  }
  .media_info .media_info_list {
    width: 90%;
    gap: 0.8rem;
  }
  .media_info .media_info_item {
    grid-template-columns: 1fr;
    row-gap: 0.2rem;
    padding-bottom: 0.75rem;
  }
  .media_info .media_info_date {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .media_info .media_info_body {
    font-size: 0.95rem;
    line-height: 1.45;
  }
}

/*----------------------------------------------------
基準コンテナ幅の基本設定
----------------------------------------------------*/
.container {
  width: min(100%, 980px);
  margin-inline: auto;
  padding-inline: 24px;
}

/*----------------------------------------------------
固定購入ボタン
----------------------------------------------------*/
#btn_buy_pinned {
  z-index: 99998;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

#btn_buy_pinned a {
  display: block;
  width: 250px;
  opacity: 1;
  background-color: #1967b3;
  border-top-right-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  padding: 0.5rem 0;
}

#btn_buy_pinned a span {
  vertical-align: middle;
}

#btn_buy_pinned a:hover {
  text-decoration: none;
  opacity: 0.7;
}/*# sourceMappingURL=news.css.map */