﻿/** ベース
---------------------------------------------**/
html{
  font-size: 62.5%;
}

body{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{
  text-decoration: none;
}

p{
  margin: 0;
}

h1,
h2,
h3,
h4,
h5{
  margin: 0;
}

ul{
  margin: 0;
  padding-left: 0;
}

ul li{
  list-style: none;
}

.wrapper{
  min-width: 1200px;
  position: relative;
}

.pc-only{
  display: block !important;
}

.sp-only{
  display: none !important;
}


/** ヘッダー
---------------------------------------------**/
header{
  width: 100%;
  height: 175px;
  background-color: #009a54;
}

header a{
  color: #fff;
}

.header-heading{
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
}

.header-heading h1{
  height: 60px;
}

.header-heading img.pc-only{
  margin: 0 auto;
}

.donation-link{
  position: absolute;
  right: -30px;
  bottom: 15px;
  padding-right: 25px;
  background: url(../images/img-external_link.png) no-repeat right center;
}

header nav{
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

header nav ul{
  width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
}

header nav ul li{
  width: 220px;
  display: flex;
  align-items: center;
  border-right: 1px solid #333;
}

header nav li a{
  width: 100%;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.2;
}

header nav li:first-child{
  border-left: 1px solid #333;
}

header nav li a > span{
  display: block;
  font-size: 1.4rem;
}

header .sp-menu-btn{
  display: none;
}


/** メイン
---------------------------------------------**/
main{
  width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.main-image-area{
  margin-bottom: 50px;
}

.main-image-area img{
  width: 100%;  
}

.top-pickup-heading{
  position: relative;
  margin-bottom: 40px;
}

.top-pickup-heading h2{
  height: 0;
  margin: 0;
  padding-top: 86px;
  background-image: url(../images/img-title_pickup.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  overflow: hidden;
}

.top-pickup-list li{
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #333;
}

.top-pickup-list li:first-child{
  border-top: 1px solid #333;
}

.top-pickup-list li a{
  display: block;
  color: red;
}

.top-pickup-list li time{
  margin-right: 2em;
}

.news-heading{
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
}

.news-heading h2{
  height: 0;
  margin: 0;
  padding-top: 86px;
  background-image: url(../images/img-title_news.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  overflow: hidden;
}

.news-heading .more{
  padding-right: 20px;
  background: url(../images/btn-arrow.png) no-repeat right center;
  position: absolute;
  top: 30px;
  right: 0;
  color: #333;
}

.news-list li{
  padding: 15px;
  border-bottom: 1px solid #333;
}

.news-list li:first-child{
  border-top: 1px solid #333;
}

.news-list li a{
  display: block;
}

.news-list li time{
  margin-right: 2em;
}

.pickup-link-area ul.pc-only{
  display: flex !important;
}

.pickup-link-area ul li a{
  display: block;
}

.pickup-link-area ul li a img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.link-banner-area{
  padding: 30px 0;
}

.link-banner-area ul{
  width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.link-banner-area ul li{
  margin: 0 20px;
}

.link-banner-area ul li a{
  display: block;
}

.title-image-area{
  position: relative;
}

.title-image-area > img.pc-only{
  width: 100%;
}

.title-image-area .title{
  width: 100%;
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: 2;
}

.title-image-area h2{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;  
}

.content{
  margin-top: 50px;
}

.content .image-box{
  margin: 30px 0 20px;
  text-align: center;
}

.content .image-box img{
  width: 70%;
  height: auto;
}

.content .sponsor-image{
  margin: 30px 0 20px;
  text-align: center;
}

.content .sponsor-image figure{
  position: relative;
  display:inline-block;
  vertical-align: middle;
  margin: 0px 20px 0px 20px;
  width: 20%;
  height: 200px;
}

.content .sponsor-image img{
  position: absolute;
  top: 50%;
  left: 0;
  /*right: 0;*/
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.content .sponsor-image figcaption{
  position: absolute;
  top: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.content .caption-image figure{
  position: relative;
  display:inline-block;
  vertical-align: middle;
  margin: 0px 20px 0px 20px;
  width: 30%;
  height: 200px;
}

.content .caption-image img{
  position: absolute;
  top: 50%;
  left: 0;
  /*right: 0;*/
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.content .caption-image figcaption{
  position: absolute;
  top: 110%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.content h3{
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #d5ecdc;
  border-left: 20px solid #009a54;
  font-size: 2.4rem;
  font-weight: normal;
}

.content h4{
  margin-bottom: 20px;
  border-bottom: 2px solid #009a54;
  font-size: 2.4rem;
  font-weight: normal;
}

.content h5{
  font-size: 2.0rem;
  color: #fe0002;
}

.content form{
  text-align:center
}

.content form label{
  display: inline-block;
  width: 300px;
  text-align: right;
}

.inner-content{
  margin-bottom: 30px;
}

.inner-content p{
  margin-top: 0;
}

.itemization{
  width: 80%; margin:auto;
}

.itemization li{
  list-style-type: disc;
}

.itemization h5{
  color: black;
}

.name_list{
  width: 80%; margin:auto;
}

.name_list table{
  border-collapse:  collapse;
}

.name_list td{
  border: solid 1px;
  padding: 5px;
}

.machine_list{
  width: 80%; margin:auto;
}

.machine_list table{
  border-collapse:  collapse;
}

.machine_list td{
  border: solid 1px;
  padding: 5px;
  text-align:  center;
}

.covid19_list{
  width: 100%; margin:auto;
}

.covid19_list table{
  border-collapse:  collapse;
}

.covid19_list td{
  border: solid 1px;
  padding: 5px;
}

.page-link-area{
  margin-top: 50px;
}

.page-link{
  display: flex;
}

.page-link li{
  width: 240px;
  margin-right: 20px;
  background-color: #666;
}

.page-link li:last-child{
  margin-right: 0;
}

.page-link li a{
  display: block;
  margin-right: 10px;
  padding: 15px 15px 15px 10px;
  background: url(../images/img-arrow.png) no-repeat right center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.year-article-list{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

.year-article-list li{
  width: 235px;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #666;
  box-sizing: border-box;
}

.year-article-list li:nth-child(4n){
  margin-right: 0;
}

.year-article-list li a{
  display: block;
  padding: 15px 15px 15px 10px;
  margin-right: 10px;
  background: url(../images/img-arrow.png) no-repeat right center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.scroll-area{
  max-height: 260px;
  overflow-y: auto;
}


/** SNS
---------------------------------------------**/
.sns-area{
  display: flex;
  margin: 50px 0;
}

.sns-area .twitter{
  width: 48%;
  height: 600px;
  margin-right: 2%;
  overflow-y: scroll;
}

.sns-area .facebook{
  width: 48%;
  height: 600px;
  margin-left: 2%;
  text-align: center;
}


/** フッター
---------------------------------------------**/
footer{
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #009a54;
}

footer .footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  position: relative;
}

footer .page-top{
  position: fixed;
  left: 50%;
  bottom: 70px;
  margin-left: 530px;
}

footer h3{
  margin-bottom: 15px;
  font-size: 2.2rem;
  color: #009a54;
}

footer .copyright{
  margin-bottom: 0;
  padding: 10px;
  background-color: #009a54;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}