<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
//  笘�� 縺薙�繝｢繧ｸ繝･繝ｼ繝ｫ縺ｯscss繧貞茜逕ｨ縺励※縺�∪縺吶�
//  笘�� css繧堤峩謗･險倩ｿｰ縺励◆縺��ｴ蜷医�縲√％縺ｮ繧ｹ繧ｿ繧､繝ｫ繧ｷ繝ｼ繝医↓險倩ｿｰ繧偵＠縺ｦ縺上□縺輔＞縲�
//
// == 逶ｮ谺｡��merge.css�� ================================================
//
//  pageneme..................繝壹�繧ｸ蜷�
//
// 菴懈�閠� 2019.02.27 muramoto
// 譖ｴ譁ｰ閠� 2021.03.22 kunihiro
//
// =============================================================================
/*

/* ------------------------------------
  縺薙％縺ｫ繝壹�繧ｸ蜷阪ｒ險倩ｼ峨＠縺ｦ縺上□縺輔＞
------------------------------------ */


/* 隕句�縺礼ｭ峨ｒ險倩ｼ峨＠縺ｦ縺上□縺輔＞
------------------------------------ */



/* ------------------------------------
  蜈ｨ繝壹�繧ｸ蜈ｱ譛�
------------------------------------ */

@media screen and (max-width: 767px){
    .sp_none{
        display:none !important
    }
}
@media screen and (min-width: 768px){
    .pc_none{
        display:none !important
    }
}

/* 繝｡繝九Η繝ｼ繧ｯ繝ｪ繝�け譎ょ虚菴�
------------------------------------ */
.header_info .header_gnav .header_gnav_box &gt; li .cont_gnav_hover_box_js_on {
  position: absolute;
  top: 148px;
  left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header_info .header_gnav .header_gnav_box &gt; li &gt; a.gnav_js_on {
  background-color: #EEEAE7;
}

.page_top_group .header_info .header_gnav .header_gnav_box &gt; li &gt; a.gnav_now_on {
  background-color: #EEEAE7;
}

.page_top_shin_h .header_info .header_gnav .header_gnav_box &gt; li &gt; a.gnav_now_on {
  background-color: #EAF4E6;
}

.page_top_koga_21 .header_info .header_gnav .header_gnav_box &gt; li &gt; a.gnav_now_on {
  background-color: #FCEFE2;
}

.page_top_shin_c .header_info .header_gnav .header_gnav_box &gt; li &gt; a.gnav_now_on {
  background-color: #F5E7EF;
}


.fontL {
  zoom: 120%;
  /* 18px */
}

.fontM {
  zoom: 110%;
  /* 14px */
}

.fontS {
}

.page_top_shin_h .features {
    padding: 60px 0 0 0;
    text-align: center;
}

.page_top_group .header_info .header_gnav .header_gnav_box&gt;li&gt;a {
  height: auto;
}
.page_top_shin_h .header_info .header_gnav .header_gnav_box&gt;li&gt;a {
  height: auto;
}
.page_top_koga_21 .header_info .header_gnav .header_gnav_box&gt;li&gt;a {
  height: auto;
}
.page_top_shin_c .header_info .header_gnav .header_gnav_box&gt;li&gt;a {
  height: auto;
}

/* 繝医ャ繝励�繝ｼ繧ｸ
------------------------------------ */

/* layout.scss縺ｫ遘ｻ蜍包ｼ�210322 kunihiro��
.cont_news .news_wrap .news_box a .pick_up_box .img_box {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.cont_news .news_wrap .news_box a .pick_up_box .summary_box {
  flex: 1;
  margin-left: 15px;
}


.cont_news .news_wrap .blog_box {
    position: relative;
    border: solid 1px #7C5745;
    border-radius: 3px;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px 72px 20px;
    text-align: left;
}

.cont_news .news_wrap .blog_box a .pick_up_box {
    display: flex;
    border-bottom: solid 1px #7C5745;
    padding: 20px 0 20px 0;
}

.cont_news .news_wrap .blog_box a .pick_up_box .img_box {
    width: 150px;
    overflow: hidden;
    border: 3px solid #FFF;
}

.cont_news .news_wrap .blog_box a .pick_up_box .summary_box {
    width: 360px;
    margin-left: 15px;
}

.cont_news .news_wrap .blog_box a .pick_up_box .summary_box .txt_date {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-bottom: 10px;
}

.cont_news .news_wrap .blog_box a .pick_up_box .summary_box .txt_category {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding: 0 20px;
    border-radius: 3px;
}

.cont_news .news_wrap .blog_box a .pick_up_box .summary_box .txt_tl {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.cont_news .news_wrap .blog_box .txt_link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 90%;
    font-size: 1.6rem;
    border: solid 1px #7C5745;
    text-align: center;
    color: #FFF;
    background-color: #7C5745;
}

.cont_news .news_wrap .blog_box .txt_link span::after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../img_cmn/ico_arrow_white.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    right: 0px;
    margin-left: 5px;
}
*/


.home_menu_sp .base_btn_sub_menu a .txt_box .txt_sub {
  line-height: 1.2;
  display: block;
}

/* 繝倥ャ繝繝ｼ縺ｮLINE繝懊ち繝ｳ */
.page_top_koga_21 .header_link_box .header_link li .header_link_txt.line {
  margin-top: 0;
}

/* 繝倥ャ繝繝ｼ縺ｮ螟匁擂蛻晁ｨｺ-蝠剰ｨｺ-繝懊ち繝ｳ */
.header_info .header_top .header_right_box .header_link_box .header_link li .header_link_ico.link_ico_first {
  background-image: url(https://www.tenjinkai.or.jp/themes/PC2021/img_cmn/ico_first.svg);
  /* background-image: url(../img_cmn/ico_first.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 譁ｰ蜿､雉繧ｯ繝ｪ繝九ャ繧ｯ縲荳句ｱ､繝壹�繧ｸ
繝倥ャ繝繝ｼ縺ｮ繝懊ち繝ｳ蟷� */
.page_top_shin_c .header_info .header_top .header_right_box .header_link_box .header_link li a {
  width: 140px;
}

.page_top_shin_c .is_animation .header_top .header_right_box .header_link_box .header_link li a {
  width: 150px;
}

.is_animation .header_top .header_right_box .header_link_box .header_link li .header_link_txt.line {
  line-height: 2px;
  padding-left: 0;
}

.page_top_shin_c .header_info .header_top .header_right_box .header_link_box .header_link {
  display: flex;
}</pre></body></html>