/* CSS Document */
/*  /////////////////////////////////////////////////////////////// 

       共通　item　トップページ
//////////////////////////////////////////////////////////////// */
/* #5AB4BD;　　基本色*/
/*hr色付け <br>で調整
--------------------------------------*/

/* ===================================================
  カラー
文森色と同系色　#77D18D;　テーブル使用

=================================================== */
/*.red {
  color: red;
}*/
/*赤色
----------------*/
/*color: #b00020; */ /* 濃い赤系。コントラスト4.5:1以上を想定 */
.red {
  color: #b00020;
}

.font_s
 {
  font-size: 0.7em;
}


/*.green {
  color: #0BA83A;
}*/
.space_r_10p {
  margin-right: 10px;
}
.space_r_20p {
  margin-right: 20px;
}
.space_l_20p {
  margin-left: 20px;
}
.w120{
	width: 120px;
}
.w200{
	width: 200px;
}
/*===========================================
戻るボタン（固定のヒストリーバック）2023.3.22
============================================ */
/*位置を固定*/
.com_back_btn_area {
  text-align: right;
	margin-bottom: 20px;
	border: solid 0px;
}
.com_back_btn_area a {
text-decoration: none;
	color: #424446;
}

/*ボタン仕様*/
.com_back_btn_area .back_btn {
  text-align: center;
  padding: 6px 16px;
  /*cursor: pointer;*/
  font-size: 14px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #54BF66;
  transition: 0.5s; /*hover処理の時間*/
}

.com_back_btn_area2 .back_btn:hover {
  background-color: #5AB4BD;
  color: #ffffff;
}
/*ボタンの左矢印*/
.com_back_btn_area .back_arrow {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*矢印と文字（戻る）並列*/
.com_back_btn_area .back_arrow, .com_back_btn_area .back_txt {
  display: inline-block;
}
/* スマホ用 */
@media (max-width: 749px) {
	.com_back_btn_area{
		display: none;
	}
}
/* ==================================================

      <!--- =========================================
      共通　ページタイトル（com_item.css）
      ========================================== --->
      <section class="com_page_title_flex">
        <div class="icon"><img src="../img_common/icon_manabu.svg" alt="情報アイコン"/></div>
        <div class="title">「みのかも文化の森」の学校活用</div>
      </section>
================================================ */
.com_page_title_flex {
  display: flex;
  align-items: center;
	grid-gap: 16px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: solid 0px;
}
/*ページicon*/
.com_page_title_flex .icon img {
  width: 36px;
  vertical-align: bottom;
  border: solid 0px;
}
/*ページタイトル*/
.com_page_title_flex .title {
  font-size: 1.4em;
  line-height: 1.4em;
  
 /* color: #2B7440;*//*文森色と同系色*/
  /*text-shadow: 1px 2px 1px #B7AFB0;*/
  border: solid 0px;
}
/*span単位で改行*/
.com_page_title_flex .title span {
  display: inline-block;
}
/*タイトル中のspanのスペース　IE対応*/
.com_page_title_flex .title .span_space{
	margin-right: 20px;
}
/*タイトル大小の文字を並べる天池中央*//*新収蔵記念「本陣の品々」*/
/*未使用中*/
.com_page_title_flex .title_flex{
	display: flex;
	align-items: center;/*天池中央*/	
}

/*サブページタイトル（ページタイトル上の文字　div指定）*/
.com_page_title_flex  .title_s {
  font-size: 0.9em;
  line-height:0.9em;
}
/*サブページタイトル（ページタイトルに続くタイトル　div指定）*/
/*未使用中*/
.com_page_title_flex .title .title_m {
  font-size: 20px;
  line-height: 24px;
}
/*タイトルにルビがある場合の処理　上に余白をつける*/
/*未使用中*/
.com_page_title_flex .title .ruby_margin{
	margin-top:10px;
}
/*===================================================
　ページ説明
================================================== */

.com_reed_area { /*テキスト */
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  color: black;
  text-align: justify;
}

.com_reed_area_left { /*テキスト */
  width: 100%;
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  color: black;
  text-align: justify;
}
/*処理のタイトル
 <div class="syori_title"><span>あいうえお。</span></div>
------------------------------------------------*/
/*.syori_title{
margin: 0px 0 10px 0;
}
.syori_title::before {
  content: '●';
	color:#9ECF59;
	margin-right: 3px;
}*/

/* #5AB4BD;　　基本色*/
/*hr色付け <br>で調整
--------------------------------------*/
.line_hight{
	border-top: solid 1px #92BB8F;
	height: 1px;
	/*margin-top: 20px;*/
	/*margin-bottom: 16px;*/
	
}

.link_waku .btn_flex {
  display: flex;
  /* justify-content: space-between;*/ /*両端揃え*/
  align-items: center;
  /*text-align: center;*/
  padding: 6px 10px;
  box-sizing: border-box;
  /*cursor: pointer;*/
  font-size: 0.7em;
  border-radius: 4px;
  /*color: #000000;*/
  /*background-color: #ffffff;*/
  /*border: solid 1px #54BF66;*/
  border: solid 1px #92BB8F;
  transition: 0.5s; /*hover処理の時間*/
}
.link_waku .btn_flex:hover {
  background-color: #D8F5D3;
  /*color: #000000;*/
}
/*===========================================
ボタン　矢印付き
font-size: 0.8em;

	             <!-- リンクボタン--- -->
              <div class="com_link_waku"><a href="jinbutsu_tataeru/index.cfm">
                <div class="btn_flex">
                  <div>人物をたたえる活動</div>
                  <div class="next_arrow"></div>
                </div>
                </a> </div>

============================================ */
/*リンクボタンを下の揃える*/
.com_link_waku{
	margin: auto auto 0 0 ;
	
}
/*その他の情報下段はリンクボタンを下に揃えない*/
.sonota_info_flex2 .com_link_waku{
	margin: 0 auto  auto 0 ;
	
}
.com_link_waku .btn_flex {
	   display: flex;
    justify-content: space-between;/*両端揃え*/
    align-items: center;
  /*text-align: center;*/
  padding: 6px 10px;
	box-sizing: border-box;
  /*cursor: pointer;*/
  font-size: 0.7em;
	line-height: 1.2em;
  border-radius: 4px;
	/*color: #000000;*/
  /*background-color: #ffffff;*/
  /*border: solid 1px #54BF66;*/
	border: solid 1px #92BB8F;
  transition: 0.5s; /*hover処理の時間*/
}
.com_link_waku .btn_flex:hover{
	background-color:#D8F5D3;
	color: #000000;
}




/*ボタンの右矢印*/
.com_link_waku .next_arrow {
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*ボタンの左矢印*/
.com_link_waku .back_arrow {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



/*===================================================
　スムーズ　アップ　ボタン（上へ戻る） 円形
================================================== */
.common_smooth_up {
  width: 100%;
  text-align: center;
}
.common_smooth_up_btn {
  display: inline-block;
  /*margin-left: 50%;*/
  margin-bottom: 30px;
  text-decoration: none;
  color: #000000;
  width: 50px;
  height: 45px;
  padding-top: 5px;
  line-height: 1rem;
  border-radius: 50%;
  border: solid 1px #000000;
  text-align: center;
  overflow: hidden;
  /*font-weight: bold;*/
  transition: .4s;
}
.common_smooth_up_btn:hover {
  /*border: solid 3px #000000;*/
	background-color:#D8F5D3;
	color: #000000;
  /*color: white;*/
}



/* スマホ用 */
@media (max-width: 749px) {
	
}
