@charset "utf-8";
.page_bottom{
	padding-top:100px;
}
.panel-layout h3{
	font-size:24px;
	background:#8dc358;
	color:#fff;
	padding:14px 16px;
	letter-spacing:1px;
	margin:80px 0 25px 0 !important;
}
.panel-layout h4{
	font-size:19px;
	color:#8dc358;
	display:block;
	margin:40px 0 18px 0;
	line-height:170%;
}
.panel-layout p{
	line-height:190%;
}
.panel-layout strong{
	padding-top:15px;
	display:inline-block;
}
.panel-layout ul , .panel-layout ol{
	margin:30px 0 30px 18px !important;
	color:#555;
}
.panel-layout li{
	margin-bottom:15px;
}
.panel-layout li:last-child{
	margin-bottom:0px;
}
.panel-layout table{
  margin:10px 0px 10px 0px;
  border: 1px solid #eeeeee;
  text-align:center;
  font-size: 14px;
	width:auto;
}
.panel-layout table th{
  background-color: #ededed;
  padding:15px 30px 15px 30px;
  border: 1px solid #eeeeee;
  text-align:center;
  font-size: 15px;
}
.panel-layout table td{
  padding:15px 30px 15px 30px;
  border: 1px solid #eeeeee;
  text-align:center;
  font-size: 15px;
}
.panel-layout a{
/* 	color:#8dc358;	 */
	color:#004682;
	text-decoration:underline;
}
.panel-layout a:hover{
	text-decoration:none;
}
.panel-widget-style img{
	width:100%;
	height:auto;
}
.panel-layout .notice{
	padding:30px 20px 15px 20px;
	background:#FFFAE6;
	margin:30px 0 30px 0;
}
.panel-layout .notice{
	font-size:1.2em;
	letter-spacing:1px;
	font-weight:bold;
	color:#333;
}
.panel-layout .tel a{
	display: inline-block;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
	letter-spacing: 1px;
	padding: 8px 30px 12px 34px;
  color: #000;
  border: none;
  outline: none;
  transition: all 0.5s ease;
	background: #ffd036;
	margin-top:10px;
}
.panel-layout .tel a:hover{
  transition: all 0.5s ease;
}
.panel-layout .tel a svg{
	display: inline-block;
	vertical-align: middle;
}
.panel-layout .tel a span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.panel-layout .w100{
  width:100% !important;
}
.contact_panel{
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:0 30px 50px 30px;
	text-align:center;
	margin-top:50px;
}
.contact_panel h4{
	display:inline-block;
	padding-bottom:8px;
	margin-bottom:5px;
	font-size:22px;
	letter-spacing:3px;
}
.contact_panel p{
	font-size:15px;
}
.contact_panel p span{
	font-size:13px;
}
.contact_panel h5{
	font-size:16px;
	color:#333;
	margin-top:20px;
}
.contact_panel a{
	font-size:23px !important;
	padding: 7px 40px 14px 44px !important;
}

@media only screen and (max-width: 990px) {
	.page_bottom{
		padding-top:80px;
	}
	.panel-layout h3{
		margin:60px 0 25px 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.panel-layout .notice{
		font-size:1em;
	}
	.panel-layout h3{
		font-size:18px;
	}
	.panel-layout h4{
		font-size:17px;
	}
	.panel-layout h4 br{
		display:none;
	}
	.contact_panel{
		padding:0 20px 45px 20px;
	}
	.contact_panel h4{
		font-size:18px;
		letter-spacing:1px;
	}
	.contact_panel p{
		font-size:14px;
	}
	.contact_panel p span{
		font-size:12px;
	}
	.contact_panel h5{
		font-size:15px;
	}
	.contact_panel a{
		font-size:20px !important;
		padding: 8px 30px 14px 34px !important;
	}
}
/* 投稿コンテンツ */

.single .widget-title,
.singleCont .wp-block-heading {
    color: #004682;
    font-size: 19px;
    background-color: transparent;
    padding: 0;
	margin: 5% 0 0 0!important;
/* 	text-align: left!important; */
	font-weight: bold;
	line-height: 210%;
}

.singleCont p{
    line-height: 190%;
}

.singleCont .wp-block-post-featured-image{
    width: min(768px, 100%);
    margin: 0 auto 40px;
}

.singleCont [id="toc_container"]{
    margin-top: 3em;
}

.singleCont ol{
    list-style-type: decimal;
    list-style-position: inside;
}

.singleCont li{
    margin-bottom: 1em;
}

.textwidget .num{
  display: flex;
    justify-content: space-around;
	margin: 0 !important;
}
.num .li{
  width: 48%;
}
.num .li img{
    margin: 0 0 20% 0;
}

@media (max-width:990px){
    .singleCont .wp-block-heading{
        font-size: 17px !important;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 600px) {
	.panel-layout table th{
	  padding:15px 10px 15px 10px;
	  font-size: 14px;
	}
	.panel-layout table td{
	  padding:10px;
	  font-size: 13px;
	}
	.num .li {
    width: 100%;
}
	.textwidget .num{
    flex-wrap: wrap;
}
	.textwidget .num img {
    margin: 1% 0;
}
}
/* 投稿 */
.topics_box table ,.topics_box td,.topics_box th {
	border: 1px solid #595959;
	border-collapse: collapse;
    width: auto;
}
.topics_box td:last-child{
    width: 65%;
    padding: 2%;
}
.panel-layout .topics_box th {
    background-color: #004b86;
    color: #fff;
	padding:1.5% 1%;
}
.panel-layout .topics_box td {
    background-color: #f9f9f9;
	text-align:left;
}
@media screen and (max-width: 767px){
    .topics_box td:last-child{
    padding: 4%;
}
}
.wp-caption.alignnone {
        width: auto !important;
    }
.frame {
    margin: 0% 10% 0% 10%;
    background-color: #f5f5f5;
    padding: 3% !important;
}
@media screen and (max-width: 767px){
	.frame{
		margin: 0% 0% 0% 0%;
		padding: 6% !important;
	}
	.reverse{
		flex-direction: column-reverse !important;
}
	.frame .panel-grid-cell{
		margin-bottom: 0px !important;
}
	.single .frame .so-panel img{
		margin-bottom: 10px !important;
	}
}
.textwidget .a {
    word-break: break-all;
}