@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2026/01/29  */


/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
h1,h2,h3,h4,h5,h6{
	font-weight:400;
}
.kiji-midashi {
    background-color: #1e9d38;
    border-left: 4px solid #336600;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 20px 0 10px;
    padding: 4px 0 4px 10px;
}
.kiji-midashi-2 {
    background-image: url(../../../wp-content/uploads/line.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 20px 0 5px 0;
    padding: 15px 0 0 0;
    font-size: 22px;
    color: #109E31;
    line-height: 1.4em;
    font-weight: normal;
}

.kiji-midashi-3{

    background-image: url(../../../wp-content/uploads/icon_bar.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #cccccc;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 2px 10px;

}
.kiji-midashi-4 {
    background-image: url(../../../wp-content/uploads/icon_dnut.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    color: #1E9D38;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 0 0 5px 22px;
    margin: 0;
}

.kiji-midashi-7 {
    background-image: url(../../../wp-content/uploads/icon_heart.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    color: #109E31;
    line-height: 1.4em;
    font-weight: normal;
}

/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 768px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
		margin-top:1em;
	}
}
.gap10{
	gap:10px !important;
}

a:hover img {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: “alpha(opacity=80)”; /* IE 8 */
}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

hr.wp-block-separator {
    border-color: #ccc;
    border-bottom: none !important;
    border-style: dotted;
    border-width: 1px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: sticky;
    top: 0;
}
.logged-in.device-pc #site-header {
    top: 32px;
}

.site-header-logo{
margin-bottom:10px !important;
	top:-5px;
	position:relative;
}

/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	border-bottom: 3px solid transparent;
}
.global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: #fff;
    border-bottom: 3px solid #4FBA64;
	background-color:#4FBA64
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer-content{
	padding-top:0 !important;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.photo-frame {
    border: 5px solid #F0F0E1;
}
.top-frame {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0;
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}
.top-frame .inner { 
    border: 4px solid #F5F5F5;
    border-radius: 5px;
    padding: 15px 15px 5px;
    margin: 0;
    overflow: hidden;
    min-height: 282px;
}

.top-frame2 .inner {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0!important;
    overflow: hidden;
    width:100%;
}

.top-frame2 .wp-block-group__inner-container{
	    border: 4px solid #F5F5F5;
    border-radius: 5px;
    padding: 15px 15px 5px;
    margin: 0;
    overflow: hidden;
}
.top-frame2 p{
	font-size:18px;
}

.top-cardiology{
	background-image: url(../../../wp-content/uploads/cardiology_bg.jpg);
    background-repeat: no-repeat;
	background-size:100%;
    background-position: left top;
    margin: 0 0 30px 0;
    padding: 30px 344px 28px 25px;
    overflow: hidden;
}

.news {
    background-image: url(../../../wp-content/uploads/bg_paper.jpg);
    background-position: left top;
    background-repeat: repeat;
    padding: 15px;
    margin: 20px 0;
}
.news-box {
    background-color: #FFFFFF;
    max-height: 150px;
    overflow: auto;
    padding: 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
.about-frame {
    border: 1px solid #78BA5F;
    background-color: #FDFFF1;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;

}
.checklist  {
    margin: 0;
    padding: 0;
	list-style:none;
}
.checklist  li
 {
    background-image: url(../../../wp-content/uploads/icon_foot.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    list-style: none;
    margin: 3px 0;
    padding: 0 0 0 28px;
    font-size: 14px;
}
.box2 {
    border: 1px dotted #78BA5F;
    padding: 15px;
    margin: 20px 0 40px 0;
}

#jikan-table {
	border-collapse: collapse;
	width: 100%;
	margin:20px 0;
}

#jikan-table th {
	border:1px solid #109E31;
	padding:5px;
	text-align:center;
	display:table-cell;
	color:#238C00;
	background-color:#FDFFF0;
}
#jikan-table td {
	border:1px solid #109E31;
	padding:5px;
	display:table-cell;
	text-align:center;
	font-size:15px;
	color:#238C00;
}
.sat{
	color:#00A3D9;
}
.sun{
	color:#E8527C;
}


.waku-table {
	border-collapse: collapse;
	width: 100%;
	margin:10px 0;
}
.waku-table tbody {
}
.waku-table th {
	border:1px solid #78BA5F !important;
	padding:10px !important;
	text-align:center !important;
	display:table-cell !important;
	color:#238C00 !important;
	background-color:#FDFFF0 !important;
	white-space:nowrap !important;
	font-size:13px !important;
	width:15%;
}
.waku-table td:first-child {
		width:25%;
}
.waku-table td {
	border:1px solid #78BA5F !important;
	padding:10px !important;
	display:table-cell !important;
}

.waku-table2 {
	border-collapse: collapse;
	width: 100%;
	margin:10px 0;
}
.waku-table2 tbody {
}
.waku-table2 th {
	border:1px solid #78BA5F !important;
	padding:10px !important;
	text-align:center !important;
	display:table-cell !important;
	color:#238C00 !important;
	background-color:#FDFFF0 !important;
/* 	white-space:nowrap !important; */
	font-size:13px !important;

}

.waku-table2 td {
	border:1px solid #78BA5F !important;
	padding:10px !important;
	display:table-cell !important;
}
.merit {
    background-color: #F6F6EE;
    padding: 15px;

    margin: 0 0 10px 0;
}
.box1 {
    border: 1px solid #78BA5F;
    background-color: #FDFFF1;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
}
.tag {
    background-image: url(../../../wp-content/uploads/tag.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 7px 0 6px 15px;
    color: #238C00;
    font-size: 15px;
	font-weight:600;
    margin: 20px 0 0 0;
}


/* アクセス */
.gaiyo-table {
	border-collapse: collapse;
	width: 100%;
}
.gaiyo-table tbody {
}
.gaiyo-table td {
	border-bottom: 1px dotted #CCCCCC;
	padding:5px 0;
	display:table-cell;
	font-size:1rem;
}
.gaiyo-table th {
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
	width: 15%;
	padding:5px 0;
	display:table-cell;
	white-space:nowrap;
	color:#238C00;
		font-size:1rem;
}

.kenkou_box1{
	width:20%;
	padding:37px 10px !important;
}
.kenkou_box2{
	width:40%;
	padding-left:2%;
}

.item-box2 {
    border: 5px solid #F2F2EE;
    padding: 15px;
    margin: 0 0 15px 0;
	height:100%;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.side-about {
    border: 1px solid #DDDDDD;
    background-color: #FDFBF6;
    padding: 9px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.yakan {
    border: 2px solid #43C4E4;
    margin: 0 0 20px 0;
    padding: 11px;
    overflow: hidden;
}