@charset "UTF-8";
.border-title,
.single-title,
.page-title {
	border-bottom: 3px solid #65c2e9;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 8px 4px;
	margin-bottom: 1em;
}

.entry-content h2 {
	color: #fff;
	font-size: 1.5rem;
	margin: 6rem 0 2rem;
	line-height: 1.5;
	padding: .5rem .6rem .6rem 2.5rem;
	text-indent: -1.7rem;
	background-color: #65c2e9;
}

.entry-content h4 {
	padding: .2rem .6rem;
	border-bottom: solid 3px #65c2e9;
}

.entry-content h2:before {
	color: #fffdab;
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	margin-right: .4rem;
}
.widgettitle, .sidebar .wp-block-group h2, .drawer .wp-block-group h2 {
    color: #ffffff!important;
    background-color: #65C2E9!important;
}

/* Easy Table Of Contentsによる目次に番号振りをする */
#ez-toc-container .ez-toc-list {
  margin-left: 0;
}
#ez-toc-container ul.ez-toc-list li {
  list-style: none;
}
#ez-toc-container ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
  counter-reset: item;
}
#ez-toc-container ul.ez-toc-list li a::before, .ez-toc-widget-container ul.ez-toc-list li a::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.sidebar #ezw_tco-2 .widgettitle:before {
    content: "\f0ca";
}


.icon-uniE900:before {
	color: #ed91ff;
}



.border-none {
    border: none!important;
}


.txt-center {
    text-align: center!important;
}
.txt-right {
    text-align: right!important;
}

.fs08em {
    font-size: 0.8em!important;
}
.fs100em {
    font-size: 10.0em!important;
}

.w50 {
    width: 50%!important;
}
.w100 {
    width: 100%!important;
}

.shtb3 a {
    text-decoration: none;
    color: #494949;
}
.shtb3 a:hover {
    font-weight: bold;
    text-decoration: underline;
    font-size: 110%;
}





.menuboxicon {
    font-size: 2.0em!important;
    
}
.menuboxtext {
    font-size: 1.0em!important;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .menuboxicon {
        font-size: 1.0em!important;        
    }
    .menuboxtext {
        font-size: 0.9em!important;
    }
    
}

/* モーダルウィンドウの背景 */
.modal {
    display: none; /* 初期状態では非表示 */
    position: fixed; /* 画面全体に固定 */
    z-index: 1; /* 背景より前面に表示 */
    left: 0;
    top: 0;
    width: 100%; /* 画面全体を覆う */
    height: 100%;
    overflow: auto; /* スクロール可能 */
    background-color: rgb(0, 0, 0); /* 半透明の黒 */
    background-color: rgba(0, 0, 0, 0.4); /* 半透明 */
}

/* モーダルウィンドウのコンテンツ */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 上からのマージンで中央に配置 */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* 幅は80% */
    max-width: 600px; /* 最大幅を600pxに */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    position: relative; /* 相対位置に設定 */
}
@media screen and (max-width: 768px) {
	.modal-content {
		margin : 30% auto;
	}
}
/* 閉じるボタン (×) */
#close {
    color: #4d4d4d;
    position: absolute;
    top: -10px; /* モーダルの上から10px */
    right: 5px; /* モーダルの右から10px */
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#close:hover,
#close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
