@charset "UTF-8";
/* 全体 */
html {
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size:62.5%;
	line-height:1.65;
	color:#333
    
   }
   .grid-container2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3つの列を均等に配置 */
    
  }
  .grid-container2-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3つの列を均等に配置 */
    text-align: center;
  }
  .grid-container1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 3つの列を均等に配置 */
  }

  .grid-container1-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 3つの列を均等に配置 */
    text-align: center;
  }
  .grid-container1-sid {
    text-align: center;
  }

   body {
  margin:0px;
	font-size:1.4rem;
	font-weight:500;
	text-align:left;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%
   }
   h2 {
    display: block;
    font-size: 14px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
   a {
	color:#333;
	text-decoration:none
   }
   header{
    margin: auto;
    clear:both;
    top:0;
    left:0;
    right:0;
    height:200px;
    background-position:center center;
    background-repeat:repeat;
    background-size:cover;
    background-image:url(../img/header.webp)
   }
   /* 検索 */
   .search{
    padding: 10px;
  }
  input{
    font-size: 16px;
    transform: scale(1.0);
  }
  input.search{
    width: 80%;
  }
  button[type="submit"] {
    width: 12%;
    background-color: #757576;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
  }
    /* #bookmark */
    #bookmark .bookmarkBox {
      display: flex;
      flex-direction: column;
    }
   #bookmark {
    position:fixed;
    right:0;
    top:26%;
    width:50px;
    z-index:9990;
  }
  * html #bookmark {
     position:absolute;
  }
  #bookmark .bookmarkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bookmark .bookmarkBox div {
    background-color: #fff;
    text-align: center;
  }
  #bookmark a{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #bookmark i {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 25px;
    color: #333333;
  }
  #bookmark img {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
    width: 30px;
    height: 30px;
    filter: invert(7%) sepia(1%) saturate(2969%) hue-rotate(314deg) brightness(99%) contrast(70%);
  }
  #bookmark img.icon-video {
    width: 36px;
    height: 36px;
  }
  .banner{
    width: 100%;
  }
/* 効果 */
hr{
  border: none;
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
}
/* 姉妹リンク */
.sister{
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.sister img{
  width: 100%;
}

.center-span {
  display: flex;
  align-items: center;
  text-align: left;
}

.faicon {
  width: 16px;
  height: 16px;
  filter: invert(100%) sepia(3%) saturate(240%) hue-rotate(42deg) brightness(119%) contrast(100%);
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    header{
        width: 120rem;
       }
   }
.sitetitle{
    text-align: center;
    padding-top:90px;
    margin:0px;
     }
.sitetitle a{
  font-size: 32px;;
  font-weight: bold;
}
h1{
    font-size: 16px;
  }
   header p{
	text-align: center;
	margin:0px;
   }
   .info div {
    width: 90%;
    background-color: #f0f0f0;
    margin: 1rem;
  }
  i{
    padding-right: 2px;
  }
  .enclose{
    background-color: #f9f9f9;
    border: solid .1rem #ececec;
    padding:30px;
    font-size: 1.6rem;
  }
  .enclose p{
    padding-bottom: 0;
  }
  .footer{
    width: 120rem;
    margin: 20px auto;
    text-align: right;
  }
  .footer p{
    margin-right: 3rem;
  }
  .footer a{
    margin-right: 3rem;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  /* 色 */
  .grayb{
		background-color: #F4F5F6;
  }
/* 効果 */
   .shadow{
	box-shadow: .2rem .2rem .6rem 0;
	}
  .text-shadow{
    text-shadow: 2px 3px 2px rgb(61 70 70);
  }
  .exlink a:hover {
    text-decoration: underline;
  }
  .exlink p{
  margin: 0px;
    text-decoration-color: #EB4D4D;
   }
   .space a{
    margin-left: 10px;
    line-height: 25px;
   }
   .italic{
    font-style: italic;
   }
   .bold {
    font-weight: bold;
   }
/* ブログタイトル */
	.blog-title {
		position: relative;
		font-weight: 700;
		text-align: center;
	  }
	.blog-title::before {
		position: absolute;
		top: 50%;
		z-index: 1;
		display: block;
		width: 100%;
		height: .1rem;
		content: "";
		background-color: #ddd;
	  }

	  .blog-title span {
		position: relative;
		z-index: 2;
		text-align: center;
		background-color: #fff;
		padding: 0 1rem;
		font-size: 2.4rem;
	  }
      .blog-link a{
        text-align: center;
      }

/* ブログ記事 */
	/* .article{

	} */
	.article-a {
		display: flex;
		align-items: center;
	}
	.article-title {
		width: 100%;
		max-width: 300px;
		min-width: 100px;
		line-height:1.65;
		font-weight: 700;
		color:#333;
	  }
	  .article-time {
		text-align: right;
		color: #757576;
		font-size: 85%;
		font-weight: 600;
	}

    .btn-detail {
        margin-top:2rem;
        text-align:center;
        position: relative;
       }
       .btn-detail a {
        display:block;
        padding:1.2rem 4rem;
        margin:0 auto;
        font-size:1.2rem;
        font-weight:800;
        color:#fff;
        background-color:#3B5998;
        border-radius:.3rem;
        box-shadow:.3rem .3rem 0 #ccc;
        transition:all .3s
       }
       
       .btn_add {
        margin-top:2rem;
        text-align:center;
       }
       .btn_add button{
        padding:1.2rem 4rem;
        display:block;
        margin:0 auto;
        width: 98%;
        font-size:1.2rem;
        font-weight:800;
        color:#fff;
        border: none;
        background-color:#3B5998;
        border-radius:.3rem;
        box-shadow:.3rem .3rem 0 #ccc;
        transition:all .3s
       }


/* 2カラムサイトにする */
.wrapper {
    width: 120rem;
    padding:0;
    display: flex;
    margin: 0px auto;
    justify-content: center;
}

.info {
    padding: 1rem;
}

.main {
  padding: 0rem 1rem;
  margin: 0rem 1rem;
  width: 60%;
    margin-right: 10px;
}

.info{
    padding-right: 0px;
    background: #0E272C;
}
.side {
    width: 30%;
}

.info p, ul {
    padding: 10px;
}

 .info h2{
    padding-left: 1rem;
    color: #E4E7E7;
 }
 
.share h2{
    text-align: center;
}
.white{
  color: #fff;
}
 .sns{
    display: table;
    table-layout: fixed;
    padding:0;
    margin-left: 10px;
    width: 94.5%;
    height: 100%;
  }
  li{
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    height: 100%;
  }
  li a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

li img{
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 45px;
  height: 45px;
  display: inline;
  filter: invert(100%) sepia(3%) saturate(240%) hue-rotate(42deg) brightness(119%) contrast(100%);
}
  .twitter{
    background-color: #1da1f2;
  }
  .line{
    background-color: #06C755;
}
  .facebook{
    background-color: #3B5998;
  }
  .rss{
    background-color: #ee802f;
  }

/* 2カラムコンテンツにする */
.archive {
    text-align: left;
    justify-content: space-around;
}

.archive div {
    flex: 1;
    width: auto;
    height:100%;
    background-color: #fff;
    margin: 1rem;
}

.archive picture{
  width: 350px;
  height:100%;
  max-height: 115px;
  object-fit: cover;
}

.archive img {
    display: block;
    width: 100%;
    /* min-width: 350px; */
    height: 100%;
    max-height: 115px;
    object-fit: cover;
}

.btn-detail img {
  position: absolute;
  width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(317deg) brightness(109%) contrast(105%);
  display: inline-block;
}

#add img {
  position: absolute;
  width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(317deg) brightness(109%) contrast(105%);
  display: inline-block;

}

/* 広告 */
/* 広告タイトル */
.org_title {
  position: relative;
  font-weight: 700;
  text-align: center;
  font-style:italic;
  }
.org_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: .1rem;
  content: "";
  background-color: #ddd;
  }

  .org_title span {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #fff;
  padding: 0 1rem;
  font-size: 2.4rem;
  }
/* 広告内容 */
.org_archive {
  text-align: left;
  justify-content: space-around;
}
.org_archive div {
  flex: 1;
  width: auto;
  height:100%;
  background-color: #fff;
  margin: 1rem;
}

.org_archive picture{
width: 350px;
height:100%;
max-height: 115px;
object-fit: cover;
}

.org_archive img {
  display: block;
  width: 100%;
  /* min-width: 350px; */
  height: 100%;
  max-height: 115px;
  object-fit: cover;
}
.org_article-a {
  align-items: center;
}

/* スマフォ表示 */
@media screen and (max-width: 769px) {
  .sitetitle{
    text-align: right;
    padding: 115px 20px 0px 0px;
    margin:0px;
     }
    .catchcopy{
      text-align: right;
      padding-right:20px;
      margin:0px;  
    }
    header{
       height: 200px;
       flex-direction: column;
       width: 100%;
    }
    .wrapper {
        flex-direction: column;
        width: 100%;
    }
    .main{
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }
    .side{
        box-sizing: border-box;
        width: auto;
        padding-right: 0px;
        padding-left: 0px;
        margin:1rem;
    }
    .info{
        padding: 0rem;
        padding-top: 1rem;
        padding-bottom: 1rem;

    }
    .info div {
    width: auto;
    background-color: #f0f0f0;
    margin: 20px;
}
input.search{
  width: 80%;
}
button[type="submit"] {
  width: 12%;
}
 .sns{
    display: table;
    table-layout: fixed;
    padding:0;
    width: 96.1%;
    height: 100%;
  }
li i{
    font-size: 80px;
  }
  .blog-title {
    margin: 2rem 0 2rem 0;
  }
  .org_title {
    margin: 0;
  }
.archive div {
    width: auto;
    margin: 20px auto;
}
.archive picture{
    width: 100%;
    max-width: 300px;
    min-width: 80px;
  height:100px;
  max-height: 162px;
  min-height: 139px;
  object-fit: cover;
}
.archive img {
    display: block;
    width: 100%;
    /* max-width: 300px; */
    /* min-width: 80px; */
    height: 100%;
    max-height: 162px;
    /* min-height: 115px; */
    object-fit: cover;
}

.archive div {
    flex: 1;
    width: auto;
    height:100%;
    background-color: #fff;
    margin: 1rem;
}
.article-title {
		width: 100%;
		max-width: 300px;
		min-width: 150px;
    font-size: 14px;
		color:#333;
	  }
      .enclose{
        margin: 1rem;
        font-size: 1.7rem;
    }
/* #bookmark */
#bookmark {
	width:100.4%;
	overflow:hidden;
	margin:0 -1px;
	top:auto;
	right:auto;
	left:0;
	bottom:0;
}
#bookmark .bookmarkBox {
      height: 4.8rem;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      background-color: #fff;
    }
#bookmark .bookmarkBox div.wid25 {
      width: 20%;
    }
#bookmark .bookmarkBox div, #bookmark .bookmarkBox div:last-child {
      border-bottom: none;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      border-left: #fff 1px solid;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      height: 100%;
      position:relative;
    }

#bookmark img {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  width: 28px;
  height: 28px;
  filter: invert(7%) sepia(1%) saturate(2969%) hue-rotate(314deg) brightness(99%) contrast(70%);
}
#bookmark img.icon-video {
  width: 32px;
  height: 32px;
}

.btn-detail img {
  position: absolute;
  width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  min-height: 16px;
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(317deg) brightness(109%) contrast(105%);
  display: inline-block;
}

.spon {
  display: block;
}

.footer{
    flex-direction: column;
    width: 100%;
}

}

/* 広告 */

.dlbanner{
  text-align: center;
}

/* スポットライト記事 */
.spotlight-article {
    margin: 1rem 0;
    background-color: #fff;
}

.spotlight-article a {
    display: block;
}

.spotlight-article picture {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.spotlight-article img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    display: block;
}

.spotlight-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem;
    gap: 0.5rem;
}

.spotlight-meta .article-title {
    flex: 1;
    min-width: 0;
}

.spotlight-meta .article-time {
    flex-shrink: 0;
    white-space: nowrap;
}
