@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

p {
  line-height: 1.8;
  font-size: 1em;
  background-color: white;
  font-feature-settings: "palt" 1;
}

h3,
h4 {
  font-feature-settings: "palt" 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  border: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*　overflowの設定　　　*/
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    min-width: 240px;
  }
}
/*======= スムーズスクロール　=======*/
html {
  scroll-behavior: smooth;
}

/*======= ページTOPに戻る =======*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
  /* opacity: 0.6;*/
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*======= コンテンツ =======*/
#content {
  box-sizing: border-box;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

header {
  background-color: #063db5;
  text-align: center;
}

header img {
  width: 240px;
  margin: 15px 0;
}

#main_visual {
  width: 100%;
  margin: 0 auto 20px;
}
#main_visual img {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
}
#main_visual span {
  font-size: 0.8em;
  display: block;
  text-align: right;
  padding: 10px 15px 0 0;
}
#main_visual p {
  text-align: left;
  margin: 30px 15px 45px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
#main_visual p strong.marker {
  font-weight: bold;
  color: #333;
  background: linear-gradient(transparent 60%, #f1e092 80%);
}

/* スクリーンサイズが768px以上の場合に適用 */
@media screen and (min-width: 768px) {
  header {
    text-align: left;
  }
  header img {
    width: 240px;
    margin: 15px 0 15px 30px;
  }
  #main_visual img {
    margin-top: 15px;
  }
  #main_visual p {
    margin: 30px 20px 45px;
  }
}
/*======= pankuzu =======*/
ul.pankuzu {
  margin: 20px 0 20px 10px;
  padding: 0;
  list-style: none;
}

ul.pankuzu li.home {
  padding-left: 10px;
  border-left: 5px solid #f90;
}

ul.pankuzu li {
  float: left;
  font-size: 0.8em;
  padding-left: 5px;
  line-height: 1.5em;
  text-align: left;
  display: block;
}

ul.pankuzu li a {
  color: #333;
}

ul.pankuzu li a:hover {
  color: #909090;
  text-decoration: underline;
}

/*======= footer =======*/
footer {
  background-color: #063db5;
  margin: 300px auto 0;
  padding: 20px 20px 5px;
  text-align: center;
  color: white;
}

nav {
  margin: 0 auto;
  text-align: center;
}

nav ul li {
  margin: 0 auto;
  margin: 0 20px 20px 0;
  padding-right: 20px;
  border-right: solid 1px white;
  display: inline-block;
  font-size: 1em;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

nav ul li a:hover {
  opacity: 0.6;
}

nav ul li:last-child {
  border: none;
}

#footer_info {
  margin: 0 auto;
}

#footer_info img {
  width: 300px;
  margin: 0 auto 10px;
}

#footer_info p {
  background-color: #063db5;
  font-size: 0.9em;
  margin-bottom: 10px;
}

#footer_info p a {
  color: white;
  text-decoration: none;
}

p#copyright {
  font-size: 0.4em;
  letter-spacing: 0.1em;
}

/*======= 特集記事アーカイブTOPページ =======*/
h2 {
  display: flex;
  align-items: center;
  font-size: 2.2em;
  font-weight: bold;
  color: #999;
  margin: 0 20px 30px;
}

h2:before,
h2:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

h2:before {
  margin-right: 1rem;
}

h2:after {
  margin-left: 1rem;
}

/*======= トップページ　3カラム目次 =======*/
.col_3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5%;
}
.col_3 a {
  display: block;
  width: 31%;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 859px) {
  .col_3 a {
    width: 48%;
  }
}
@media screen and (max-width: 567px) {
  .col_3 a {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 100px;
  }
}
.col_3 a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.col_3 a h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  border: 0 !important;
  padding: 0;
  margin-bottom: 10px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  min-height: 3em;
}
.col_3 a h3 span {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
  padding-right: 10px;
  color: #ce0221;
  border-right: solid 1px #ce0221;
}
.col_3 a img {
  width: 100%;
  padding-bottom: 10px;
}
.col_3 a div {
  flex: 1;
}
.col_3 a div h4 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  border-bottom: 1px double #333;
  font-feature-settings: "palt" 1;
  text-align: left;
}
.col_3 a div h5 {
  color: #333;
  padding: 10px 5px 10px 0;
  font-size: 16px;
  font-feature-settings: "palt" 1;
  text-align: right;
  line-height: 1.6;
}
.col_3 a div h5.bold {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.col_3 a div h5.bold span {
  font-weight: normal;
  font-size: 16px;
  padding: 5px 0 2px;
  display: block;
}
.col_3 a div p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  padding: 5px 3px 0;
  margin-bottom: 20px;
  font-feature-settings: "palt" 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  text-indent: 0;
}
.col_3 a div p.text_all {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  height: auto;
}
.col_3 a button {
  border: none;
  border: 1px solid #808080;
  background: white;
  color: #3a3a3c;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* ページナビゲーション */
.pager {
  margin: 80px 0 100px;
}

.pager ul.pagination {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #ccc;
}

.pager span {
  display: block;
  margin: 20px 0 0;
}

.pager span a {
  margin: 0 30px;
  color: #333;
}

.pager span a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

/*@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の記事へ";
  }

  .pager .pagination li.next span::before{
    content: "次の記事へ　";
  }

}*/
/* バナーエリア　*/
#banner {
  width: 90%;
  text-align: center;
  margin: 30px auto 300px;
}

#banner_01,
#banner_02,
#banner_03 {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}

#banner_01 img,
#banner_02 img,
#banner_03 img {
  width: 100%;
}

#banner ul li {
  margin-bottom: 30px;
}

#banner ul li:last-child {
  margin-bottom: 0px;
}

#banner p {
  width: 100%;
  text-align: center;
  background-color: #e7e7e7;
  margin: 30px 0;
}

#banner ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  /* スクリーンサイズが768px以上の場合に適用 */
  #banner {
    width: 920px;
    text-align: center;
    margin: 50px auto 300px;
  }
  #banner_01,
  #banner_02,
  #banner_03 {
    width: 920px;
    height: auto;
    text-align: center;
  }
  #banner ul li {
    width: 296px;
    float: left;
    padding-right: 16px;
    margin-bottom: 0px;
  }
  #banner ul li:last-child {
    padding-right: 0px;
  }
  ul#banner_01 #b_01 {
    float: left;
    width: 608px;
  }
  ul#banner_01 #b_02 {
    float: right;
    width: 296px;
  }
  ul#banner_03 {
    text-align: center;
  }
  #banner p {
    width: 920px;
    margin: 30px auto;
  }
  .pd_top_10px {
    padding-top: 10px;
  }
}
/*=======  PR広告エリア =======*/
.PR_single {
  margin: 0 auto;
}

.PR_single a {
  width: 95%;
  margin: 0 auto;
}

.PR_single img,
.PR_long img {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* スクリーンサイズが768px以上の場合に適用 */
  .PR_single,
  .PR_single_wide {
    margin: 0 auto;
    text-align: center;
  }
  .PR_single img {
    width: 500px;
  }
  .PR_single_wide img {
    margin: 0 auto;
    width: 700px;
  }
  .PR_single img.PR_long {
    width: 400px;
  }
}
.PR_all {
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 0 15px;
}

.PR_all p {
  width: 100%;
  text-align: center;
  background-color: #e7e7e7;
  margin: 30px 0;
}

.PR_box_3column,
.PR_box_4column,
.PR_box_2column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  /* Safari etc. */
  /* IE10        */
  flex-wrap: wrap;
  text-align: left;
}

.PR_box_3column a,
.PR_box_4column a,
.PR_box_2column a {
  width: 48%;
  padding-bottom: 15px;
}

.PR_box_3column img,
.PR_box_4column img,
.PR_box_2column img {
  width: 100%;
}

.PR_box_3column a.sky {
  width: 95%;
  margin: 0 auto;
}

.PR_box_3column a.toyo {
  width: 95%;
  margin: 0 auto 15px;
}

.PR_box_2column p {
  background-color: white;
  font-size: 15px;
  width: calc(49% - 20px);
  margin: 0;
  padding: 0 10px 15px;
  text-align: justify;
}

.PR_box_2column p.stadium_text {
  width: 95%;
  margin: 0;
  padding: 0 10px 15px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  /* スクリーンサイズが768px以上の場合に適用 */
  .PR_all {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .PR_box_3column a,
  .PR_box_3column a.toyo {
    width: 32%;
  }
  .PR_box_3column a.sky {
    width: 63%;
  }
  .PR_box_4column a {
    width: 24%;
  }
  .PR_box_2column a {
    width: 49%;
  }
  .PR_box_2column p.stadium_text {
    width: calc(49% - 20px);
    margin: 0;
    padding: 0 10px 15px;
    text-align: justify;
  }
  .center {
    margin: 0 auto;
    text-align: center;
  }
}
/* 最後のコンテンツを左寄せにする指定 */
.PR_box_3column:after {
  content: "";
  display: block;
  width: 32%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}/*# sourceMappingURL=style.css.map */