﻿@charset "UTF-8";
/* CSS Document */
/*共通*/
.font_s {
  font-size: 12px;
}
img {
  vertical-align: bottom;
}
#video_main a {
  text-decoration: none;
  color: #1D1C1C;
  /*color: #ffffff;*/
}
.hr_line {
  margin: 20px 0 20px 0;
  border-top: solid 1px #92CB5A;
}
/* END 共通*/
#video_main {
  width: 100%;
  max-width: 1200px;
  /*max-width: 1000px;*/
  padding-top: 0px; /*pc30px*/
  border: solid 0px;
  /*color: #ffffff;*/
}
/*-- -------------------------------
 動画の分類タイトル
・文化の森の活動をシリーズでご紹介
・館蔵する動画のご紹介

-------------------------------- -*/
.section_title_line .title{
	position: relative;
  text-align: left;
  width: 100%;
  /*max-width: 900px;*/
  margin: 10px auto 10px auto;

/*color: #847E7E;*/
	 color: #228ABB;
}
.section_title_line .title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;/*横位置*/
  padding: 0 1em;/*スペース*/
  background-color: #fff;
  text-align: left;
      font-size: 18px;
}

.section_title_line .title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #73869A;
}
@media  (max-width: 749px) {
	/*年の位置調整*/
.section_title_line .title span {
  margin: 0 0.6em;/*横位置*/
  padding: 0 0.2em;/*スペース*/
          font-size: 16px;
}
}
/* ==========================================
   コンテンツ一覧（画像　コンテンツ名　説明）
=========================================== */
.contents_flex_box_new {
  width: 100%;
  max-width: 1000px;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap; /*アイテムを折り返して複数行*/
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: solid 0px;
}
@media (max-width: 550px) {
  .contents_flex_box_new {
    flex-direction: column;
    justify-content: center;
    align-items: center;
	  margin-top: 20px;
    margin-bottom: 10px;
  }
}
/*1枠分;-------------------------------*/
.contents_flex_box_new .flex-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 230px;
  vertical-align: top;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 0px;
  border: solid 0px #5FB270;
}
@media (max-width: 550px) {
  .contents_flex_box_new .flex-box {
    width: 100%;
    max-width: 1000px;
    vertical-align: top;
    text-align: left;
margin-bottom: 30px;
    padding: 20px;
	  box-sizing: border-box;
  border: solid 1px #5FB270;
  }
}
/*画像枠---------------------------------------*/
.contents_flex_box_new .photo_waku {
  width: 100%;
  background: #ffffff;
  /*border: solid 1px #B4AEAE;*/
}
/*画像--iframe------------------------------------*/
.contents_flex_box_new img{
  max-width: 100%; /*親要素の幅に合わせる*/
  height: auto;
  vertical-align: bottom; /*画像下のすきまを消す*/
  /*display: block;*/
  opacity: 1;
  transition: .9s;
  border: solid 1px #B4AEAE;
}
.contents_flex_box_new iframe{
    width: 100%;
 height: auto;
  vertical-align: bottom; /*画像下のすきまを消す*/
  /*display: block;*/
  opacity: 1;
  transition: .9s;
  border: solid 1px #B4AEAE;
}
@media (max-width: 550px) {
.contents_flex_box_new iframe{
height: 220px;
}
}

/*コンテンツ（画像）タイトル-----------------------------------*/
.contents_flex_box_new .txt01 {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 18px;
  /*letter-spacing: 2px;*/
  color: #44A01B;
}
.contents_flex_box_new .txt01 span {
  display: inline-block;
}
/*説明--------------------------------------*/
.contents_flex_box_new .txt02 {
  width: 100%;
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  text-align: justify;
  font-size: 12px;
  line-height: 14px;
  color: "#000000";
  margin-bottom: 20px;
}
/*リンク情報（ボタン）など
----------------------------------------*/
/*ボタンを最下位に揃える*/
.contents_flex_box_new .link_area {
  margin-top: auto;
}
/*ボタン仕様*/
.contents_flex_box_new .link_btn {
  display: block;
  text-align: center;
  padding: 4px 30px;
  /*cursor: pointer;*/
  font-size: 14px;
  border-radius: 4px;
  background-color: #ffffff;
  /*border: solid 1px #54BF66;*/
  color: #1C7E4A;
  border: solid 1px #92BB8F;
  transition: 0.5s; /*hover処理の時間*/
}
.contents_flex_box_new .link_btn:hover {
  color: #ffffff;
  background-color: #92BB8f;
}
/*文字と矢印　並列*/
.contents_flex_box_new .text_next_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*flex-wrap:wrap;*/
}
/*矢印*/
.contents_flex_box_new .next_arrow {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: solid 1px;
  border-right: solid 1px;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*-webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);*/
}
/* END flex_box */
/* =====================================================================*/
/* スマホ用***************** */
@media (max-width: 749px) {}
/* タブレット用 ***************** */
@media (min-width: 750px) and (max-width: 1023px) {}
/* Desktop ***************** */
@media (min-width: 1024px) {}