@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*メイン*/
#single_top {
  width: 96%;
  padding: 4em 2% 2em 2% !important;
  background-image: url(../img/news/top_img.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  font-size: 187% !important;
  color: #fff;
  text-align: center;
  font-weight: bold; }

.back_g {
  background-color: #edf5dd;
  padding: 3em 0; }

#single {
  margin: 0 auto;
  background-color: #fff;
  padding: 3em 2%; }
  #single h1 {
    font-size: 112.5%;
    border-bottom: 1px solid #87ba18;
    padding: 1em 0;
    margin: 0 0 2em; }
  #single figure {
    width: 45%; }
  #single p {
    margin: 1em 0 0; }
  #single #date {
    margin: 0; }

/*ページャーcss*/
#blog_more {
  display: flex;
  justify-content: space-between;
  margin: 3em auto 0; }

#blog_more li a {
  width: 80px;
  border: 1px solid #39c7d8;
  color: #fff;
  padding: 0.5em 10px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s linear;
  border-radius: 15px;
  background-color: #39c7d8; }

#blog_more li a:hover, #blog_more li a:active {
  background-color: #fff;
  color: #39c7d8;
  text-decoration: none; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/
  #single {
    width: calc(1280px - 4%); } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/
  #single {
    width: 92%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*メイン*/
  #single_top {
    padding: 3em 2% 2em 2% !important; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*メイン*/
  #single_top {
    padding: 1.5em 2% !important;
    font-size: 160% !important; }

  .back_g {
    padding: 2em 0; }

  #single figure {
    width: 80%; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*メイン*/ }
