.single_content h1 {
    font-size: 20px;
    background-color: #f17a54;
    width: 100%;
    font-weight: bold;
    color: #FFF!important;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    letter-spacing: 0.3em;
    padding: 15px 5px 15px 15px!important;
    margin: 10px 0px 0px 0px!important;
    line-height: 1.5;
}
@media (max-width: 991px){
.single_content h1 {
    font-size: 16px;
    padding: 15px 5px 15px 15px!important;
    margin: 25px 0px 0px 0px!important;
    line-height: 1.4;
}
}
.single_content h2 {
    border-left: 7px #f17a54 solid;
    font-weight: 700;
    line-height: 1.4;
    color: #4b3a24;
    margin:0px 0px 10px 6px;
    padding: 10px 5px 10px 10px;
	font-size: 23px;
}
@media (max-width: 991px){
.single_content h2 {
	font-size: 21px;
}
}
@media (max-width: 575px){
.single_content h2 {
    margin-bottom: 10px;
    margin-left: 0px;
	font-size: 19px;
}
}
@media (max-width: 530px){
.single_content h2 {
    padding: 10px 5px 10px 10px;
    margin-left: -3px;
}
}
@media (max-width: 450px){
.single_content h2 {
    padding: 10px 5px 10px 7px;
    margin-left: -3px;
	font-size: 18px;
}
}
.single_content h3 {
    color: rgb(241, 122, 84);
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin: 20px 0px 0.8em;
    padding: 15px 5px 12px 12px;
    border-left: none;
    border-top: 1px solid rgb(241, 122, 84);
    border-bottom: 1px solid rgb(241, 122, 84);
}
@media screen and (max-width: 620px){
.single_content h3 {
    font-size: 18px;
    padding: 12px 0px 10px 5px;
}
}
.single_content h4 {
    font-size: 19px;
    border-left: 0px #f17a54 solid;
    border-bottom: solid 2px #f17a54;
    border-top: 0px;
    margin: 20px 5px 15px 0px;
    padding: 0px 5px 5px 0px;
    font-weight: bold;
    color: #333;
    line-height: 1.0;
    display: inline-block;
}
@media (max-width: 575px){
.single_content h4 {
    font-size: 18px;
    margin: 20px 5px 12px 0px;
    padding: 0px 5px 3px 0px;
}
}
	
.single_content{
    padding: 15px 15px 15px 15px;
    background-color: #f9fff9;
	line-height:1.8;
	}	
.section_waku {
    padding-bottom: 0px!important;
}	
.single_content p{
	font-size: 16px;
    margin: 0 0 1.6em;
	}
img.img_left_50 {
    margin: 0px 15px 10px 0px!important;
    width: 48%!important;
    float: left;
}
	.single_content a{
		text-decoration:underline;
		color:rgb(23, 73, 157);
	}
ol, ul{
    padding-left: 30px;
    padding-bottom: 20px;
	}
ol li{
	list-style-type: decimal;
    padding-left: 0px;
    padding-bottom: 0px;
	}
ul li {
    list-style: square;
    padding-left: 0px;
    padding-bottom: 0px;
}
.bgBox ul{
    padding-bottom: 0px;
	}


#pnavi{
clear:both;
padding:0;
border:1px solid #ddd;
background:#fff;
height:auto;
overflow:hidden;
}
#pnavi .next,#pnavi .prev{
position:relative;
}
#pnavi .next{
text-align:right;
border-bottom:1px solid #ddd;
}
#pnavi i{
font-size:22px;
font-size:2.2rem;
}
#pnavi .next-arrow,#pnavi .prev-arrow{
font-size:18px;
font-size:1.8rem;
position:absolute;
top:10px;
}
#pnavi .next-arrow{
left:20px;
}
#pnavi .prev-arrow{
right:20px;
}
#pnavi .ntitle,#pnavi .ptitle{
margin-top:32px;
}
#pnavi img{
height:100px;
width:100px;
border:1px solid #ddd;
border-radius:8px;
}
#pnavi a{
display:block;
padding:15px 30px;
overflow:hidden;
text-decoration:none;
color:#999;
min-height:132px;
}
#pnavi a:hover{
color:#dc143c;
}
#pnavi a>img,#pnavi a:hover>img{
transition:all .4s ease-in-out;
}
#pnavi a:hover>img{
border-color:#337ab7;
}
#pnavi .block-span{
display:block;
margin-top:35px;
}
#pnavi .next img,#pnavi .no-img-next i{
float:right;
margin:0 0 0 10px;
}
#pnavi .prev img,#pnavi .no-img-prev i{
float:left;
margin:0 10px 0 0;
}
#pnavi i.navi-home,#pnavi .no-img-next i,#pnavi .no-img-prev i{
height:100px;
}
#pnavi i.navi-home{
font-size:96px;
padding:2px 0 2px 25px;
}
#pnavi .no-img-next i,#pnavi .no-img-prev i{
font-size:70px;
padding:15px 0 15px 25px;
}

	
#pnavi img {
width: 100px!important;
}
#pnavi .prev img{
    margin: 0 10px 0 0!important;
}
#pnavi .next img{
    margin: 0 0 0 10px!important;
}
#pnavi a {
    padding: 10px 10px;
}
#pnavi .ptitle {
    margin-top: 22px;
}
#pnavi .next-arrow, #pnavi .prev-arrow {
    font-size: 1.4rem;
	top: 5px;
}
#pnavi a {
    min-height: 110px;
}
@media only screen and (max-width: 991px){
#pnavi .prev img{
    margin: 0 10px 0 0!important;
}
#pnavi .next img{
    margin: 0 0 0 10px!important;
}
}
@media only screen and (max-width: 767px){
#pnavi {
line-height: 1.5!important;
}
#pnavi a {
    padding: 5px 10px;
}
}

	
#pnavi .next-arrow, #pnavi .prev-arrow {
    font-size: 15px;
}
#pnavi i {
    font-size: 22px;
}
	#pnavi a{
		color:#777;
	}	

	

/*レスポンシブ*/
@media only screen and (min-width: 601px){
#pnavi .next,#pnavi .prev,#pnavi .next a,#pnavi .prev a{
padding-bottom:32767px;
margin-bottom:-32752px;
}
#pnavi .next,#pnavi .prev{
margin-bottom:-32767px;
width:50%;
}
#pnavi .next{
float:right;
border-left:1px solid #ddd;
}
	}
@media only screen and (max-width: 600px){	
#pnavi .ntitle, #pnavi .ptitle {
    font-size: 14px;
}
}

.kiji_thum img{
	padding-bottom:10px;
	max-width:400px!important;
	width:100%;
	}

.z-ex {
    position: relative;
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #999;
    box-shadow: 1px 1px 5px #aaa;
    background-color: #fff;
    z-index: 1;
margin: 20px 0 40px 19%!important;
font-size: 100%;
    font-weight: normal;
    line-height: 1.7!important;
color:#593528;;
}
.z-ex::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: 0px;
    border-radius: 40px;
    border: 3px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 5px #aaa;
left: -110px;
    background-color: #fff;
}
.z-ex::before {
    position: absolute;
    content: "";
    top: 28px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #fff;
    z-index: 2;
-webkit-transform: rotate(135deg);
left: -7px;
    transform: rotate(135deg);
}
@media screen and (max-width: 790px){
.z-ex {
    padding: 20px 15px;
font-size: 100%;
}
}
@media screen and (max-width: 590px){
.z-ex {
    padding: 20px 10px;
font-size: 100%;
margin: 20px 0 40px 19%!important;
}
.z-ex::after {
left: -100px;
}
.soudanjo-list{
padding:5px 0px 13px 5px;
}

}

@media screen and (max-width: 478px){
.z-ex {
    padding: 20px 10px;
font-size: 100%;
margin: 15px 0 30px 19%!important;
}
.z-ex::after {
    width: 67px;
    height: 67px;
    border-radius: 30px;
left: -80px;
top: 5px;
}
.z-ex::before {
    top: 38px;
}
}
@media screen and (max-width: 478px){
.z-ex::after {
    width: 60px;
    height: 60px;
    left: -72px;
}
}
.z-ex::after {
    background-image: url(https://jm-h.com/wp-content/uploads/2022/12/okada2.png);
}

.explain {
    border-radius: 6px;
    border: 2px solid #999;
    box-shadow: 1px 1px 5px #aaa;
    background-color: #fff;
    z-index: 1;
    line-height: 1.5;
    padding: 15px 15px 15px;
    margin-bottom: 30px;
    display: inline-block;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
	font-size: 95%;
}

.explain .line {
margin-bottom: 10px;
line-height: 1.4;
}
.explain .line:last-child {
  margin-bottom: 0;
}