.detail_body > *:first-child{
	margin-top: 0 !important;
}

.detail_body *{
	font-family: 'Noto Sans JP';
}

.detail_body h1{
	margin: 40px 0 0;
}

.detail_body h2{
	margin: 40px 0 0;
	padding: 8px 5px 8px 10px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	border-top: 1px solid #399D26;
	border-bottom: 1px solid #399D26;
}

.detail_body h3{
	margin: 40px 0 0;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
    color: #222;
	background: #F6F6F6;
	border-radius: 0;
}

.detail_body h4{
	margin: 20px 0 0;
	padding: 8px 0 8px 25px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	position: relative;
	border-bottom: 1px dashed #ccc;
}

.detail_body h4:before{
	content: "\f14a";
	font-family:FontAwesome;
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 16px;
	color: #399D26;
	font-weight: bold;
}

.detail_body h5{
	margin: 20px 0 0;
	padding: 8px 0 8px 25px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	position: relative;
	border-bottom: 1px dashed #ccc;
}

.detail_body h5:before{
	content: "\f101";
	font-family:FontAwesome;
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 16px;
	color: #399D26;
	font-weight: bold;
}

.detail_body h6{
	margin: 20px 0 0 !important;
	font-size: 15px;
	line-height: 150%;
	font-weight: normal;
}

.detail_body h6 a{
	padding: 4px 0 4px 25px;
	font-size: inherit;
	position: relative;
	color: #2F60B4;
	display: inline-block;
}

.detail_body h6 a:before{
	content: "\f0c1";
	font-family: FontAwesome;
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 16px;
	color: inherit;
}

.detail_body table{
	margin: 20px 0 0;
	width: 100%;
}

.detail_body table th,
.detail_body table td{
	padding: 10px 10px;
	font-size: 16px;
	line-height: 150%;
	border: 1px solid #ddd;
}

.detail_body ul,
.detail_body ol{
	margin: 0 0 0;
}

.detail_body ul{
	list-style-type: disc;
}

.detail_body ol{
	margin-left: 27px;
	list-style: decimal;
}

.detail_body ul li{
	font-size: 16px;
}

.detail_body ol li{
	font-size: 16px;
}

.detail_body iframe{
	width: 100%;
	height: 49vw;
}

.detail_body p{
	margin: 20px 0 0;
	font-size: 15px;
}

.detail_body img{
	max-width: 100%;
	height: auto;
}

.detail_body p a{
	color: #2F60B4;
}

.detail_body .link_btn{
	margin: 30px 0 0;
}

.detail_body .link_btn a{
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-flex;
	background: #399D26;
	border-radius: 50px;
	min-width: 280px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
}

.detail_body .info_list{
	margin: 30px 0 0;
	padding: 0 10px 20px;
	border: 1px solid #ddd;
	border-radius: 9px;
}

.detail_body .info_list li{
	padding: 13px 10px 10px;
	border-bottom: 1px dashed #ccc;
	list-style: none;
	font-size: 0;
}

.detail_body .info_list li p{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 70%;
}

.detail_body .info_list li p.title{
	width: 30%;
}

.detail_body .info_list.one li p{
	width: 100% !important;
}

.detail_body .box_line,
.detail_body .box_dot{
	margin: 30px 0 0;
	padding: 15px;
}

.detail_body .box_line p,
.detail_body .box_dot p{
	margin: 0;
}

.detail_body .box_line{
	border: 1px solid #ddd;
}

.detail_body .box_dot{
	border: 1px dashed #ddd;
}

.detail_body .dot_list{
    margin-left: 0 !important;
    list-style-type: none !important;
}

.detail_body .dot_list li{
    padding-left: 5vw;
    position: relative;
    font-weight: bold;
}

.detail_body .dot_list li::before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.detail_body .nom_list{
    margin-left: 0 !important;
    list-style: decimal inside !important;
}

.detail_body .borderb li{
    padding: 3vw 2vw 3vw 6vw;
    border-bottom: 1px dashed #ccc;
}

.detail_body .borderb li::before{
    top: 3vw;
    left: 1vw;
}

.detail_body .pt_reverse,
.detail_body .pp_reverse{
    margin: 0 0 0 !important;
}

.detail_body .pt_reverse{
    list-style-type: none !important;
}

.detail_body .pt_reverse > li,
.detail_body .pp_reverse > li{
    margin: 30px 0 0;
}

.detail_body .pt_reverse .p_box{
    line-height: 0;
}

.detail_body .pp_reverse{
    list-style-type: none !important;
}

.detail_body .pp_reverse > li{
    line-height: 0;
}

.detail_body .com_table{
    margin: 20px 0 0;
    width: 100%;
}

.detail_body .com_table th,
.detail_body .com_table td{
    padding: 3vw 3vw;
    font-size: 4vw;
    line-height: 170%; 
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.detail_body .com_table th *,
.detail_body .com_table td *{
    font-size: inherit;
}

.detail_body .com_table th,
.detail_body .com_table td.center{
    text-align: center;
    vertical-align: middle;
}

.detail_body .com_table th{
    background: #F7F7F7;
}

.detail_body .com_table.sp_wide tr td,
.detail_body .com_table.sp_wide tr th{
    display: block;
    width: 100%;
}

.detail_body .com_table.sp_wide tr td{
    border-top: none;
    border-bottom: none;
}

.detail_body .com_table.sp_wide tbody > tr:last-child td{
    border-bottom: 1px solid #ddd;
}


/* blog_link
   ================================================================== */
.detail_body .blog_link{
	margin: 20px 0 0;
}

.detail_body .blog_link a{
	padding: 15px;
    border: 1px solid #2F60B4;
    display: block;
}

.detail_body .blog_link a span{
	padding: 0 0 0 32px;
    font-size: 16px;
    font-weight: 500;
    color: #2F60B4;
    display: block;
    position: relative;
}

.detail_body .blog_link a span:before{
	content: "\f0c1";
	font-family:FontAwesome;
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 20px;
	color: inherit;
}

.detail_body .blog_link.pdf_link a{
	padding-left: 15px;
    font-weight: 700;
    border: 1px solid #C82425;
    color: #222;
}

.detail_body .blog_link.pdf_link a:before{
	content: "";
	display: none;
}

.detail_body .blog_link.pdf_link a span{
	padding-left: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    display: block;
    position: relative;
}

.detail_body .blog_link.pdf_link a span::after{
    content: "PDF";
    width: 50px;
    height: 24px;
    font-size: 12px;
    font-family: 'Noto Sans JP';
	top: 1px;
	left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    background: #D90000;
    border-radius: 5px;
}

.detail_body .blog_link.pdf_link img{
    margin: 0 0 10px;
    max-height: 500px;
}


@media screen and (min-width : 500px){
	

	.detail_body .info_list{
		margin: 30px 0 0;
		padding: 0 20px 20px;
	}
	
	.detail_body .info_list li{
		padding: 13px 10px 10px;
	}
	
	.detail_body .info_list li p{
		width: calc(100% - 85px);
	}
	
	.detail_body .info_list li p.title{
		width: 85px;
	}
    
    
    .detail_body .dot_list li{
        padding-left: 2.5vw;
    }


    .detail_body .borderb li{
        padding: 1.5vw 1vw 1.5vw 4vw;
        border-bottom: 1px dashed #ccc;
    }
    
    .detail_body .borderb li::before{
        top: 1.5vw;
        left: 1vw;
    }
    
    .detail_body .pt_reverse > li{
        margin: 5vw 0 0;
        position: relative;
        overflow: hidden;
    }
    
    .detail_body .pt_reverse > li:nth-child(2n+1){
        display: flex;
    }
    
    .detail_body .pt_reverse .p_box{
        width: 50%;
    }
    
    .detail_body .pt_reverse li:nth-child(2n+2) .p_box{
        float: right;
    }
    
    .detail_body .pt_reverse .t_box{
        padding: .5vw 0 0 3vw;
        width: 50%;
        box-sizing: border-box;
    }
    
    .detail_body .pt_reverse li:nth-child(2n+2) .t_box{
        padding: .5vw 3vw 0 0;
    }
    
    .detail_body .pt_reverse li .t_box *:first-child{
        margin-top: 0;
    }

    .detail_body .pp_reverse{
        font-size: 0;
    }
    
    .detail_body .pp_reverse > li{
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 48%;
    }
    
    .detail_body .pp_reverse li:nth-child(2n+2){
        margin-left: 2%;
    }

    .detail_body .com_table th,
    .detail_body .com_table td{
        padding: 15px 15px;
        font-size: 15px;
    }
   
    .detail_body .com_table.sp_wide tr td,
    .detail_body .com_table.sp_wide tr th{
        display: table-cell;
        width: auto;
    }
    
    .detail_body .com_table.sp_wide tr td{
        border: 1px solid #CACACA;
    }

    .detail_body .com_table.sp_wide tr th,
    .detail_body .com_table th{
        width: 23%;
    }


    /* blog_link
       ================================================================== */
    .detail_body .blog_link{
        margin: 20px 0 0;
    }

    .detail_body .blog_link a{
        padding: 20px;
        transition: .3s;
    }

    .detail_body .blog_link a span{
        padding: 0 0 0 32px;
        font-size: 16px;
    }

    .detail_body .blog_link:not(.pdf_link) a:hover{
        opacity: .5;
    }

    .detail_body .blog_link a span:before{
        top: 2px;
        font-size: 20px;
    }

    .detail_body .blog_link.pdf_link a{
        padding-left: 15px;
    }

    .detail_body .blog_link.pdf_link a span{
        padding-left: 70px;
        font-size: 16px;
        transition: .3s;
    }

    .detail_body .blog_link.pdf_link a:hover span{
        color: #C82425;
    }

    .detail_body .blog_link.pdf_link a span::after{
        width: 50px;
        height: 24px;
        font-size: 12px;
        top: -1px;
        left: 0;
    }

    .detail_body .blog_link.pdf_link img{
        margin: 0 0 15px;
    }

	
}
@media screen and (min-width : 768px){

	
	.detail_body iframe{
		width: 100%;
		height: 36vw;
	}


    .detail_body .com_table.sp_wide tr th,
    .detail_body .com_table th{
        width: 30%;
    }
	
	
}
@media screen and (min-width : 769px){

	
	.detail_body p{
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 170%;
	}
	
	.detail_body p a:hover{
		text-decoration: underline;
	}
	
	.detail_body h1{
		margin: 40px 0 0;
	}

	.detail_body h2{
		margin: 40px 0 0;
		padding: 13px 10px 13px 20px;
		font-size: 18px;
	}
	
	.detail_body h3{
		margin: 40px 0 0;
		padding: 14px 25px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.detail_body h4,
	.detail_body h5{
		margin: 20px 0 0;
		padding: 15px 0 15px 43px;
		font-size: 18px;
		font-weight: bold;
	}

	.detail_body h4:before,
	.detail_body h5:before{
		top: 15px;
		left: 15px;
		font-size: 17px;
	}
	
	.detail_body h5:before{
		font-size: 22px;
	}
	
	.detail_body h6{
		margin: 20px 0 0 !important;
		font-weight: normal;
		font-size: 18px;
	}
	
	.detail_body h6 a{
		padding: 4px 0 4px 25px;
		font-size: inherit;
	}

	.detail_body h6 a:before{
		top: 3px;
	}
	
	.detail_body h6 a:hover{
		text-decoration: underline;
	}

	.detail_body ol{
		margin-left: 21px;
	}

	.detail_body iframe{
		width: 560px;
		height: 315px;
	}

	.detail_body .link_btn{
		margin: 30px 0 0;
	}
	
	.detail_body .link_btn a{
		padding: 0 15px;
		transition: .3s;
	}
	
	.detail_body .link_btn a:hover{
		opacity: .7;
	}


	.detail_body .info_list{
		margin: 30px 0 0;
		padding: 10px 20px 30px;
	}
	
	.detail_body .info_list li{
		padding: 15px 20px;
	}
	
	.detail_body .info_list li p{
		width: calc(100% - 91px);
	}
	
	.detail_body .info_list li p.title{
		width: 91px;
	}

	.detail_body .box_line,
	.detail_body .box_dot{
		margin: 30px 0 0;
		padding: 20px;
	}
    
    .detail_body .dot_list li{
        padding-left: 20px;
    }
    
    .detail_body .borderb li{
        padding: 20px 10px 20px 25px;
        border-bottom: 1px dashed #ccc;
    }
    
    .detail_body .borderb li::before{
        top: 20px;
        left: 5px;
    }
    
    .detail_body .pt_reverse > li{
        margin: 30px 0 0;
    }
    
    .detail_body .pt_reverse .p_box{
        width: 50%;
    }
    
    .detail_body .pt_reverse .t_box{
        padding: 5px 0 0 20px;
        width: 50%;
        box-sizing: border-box;
    }
    
    .detail_body .pt_reverse li:nth-child(2n+2) .t_box{
        padding: 5px 20px 0 0;
    }
	
	
}
@media screen and (min-width : 1000px){


    .detail_body .com_table th,
    .detail_body .com_table td{
        padding: 20px 35px;
        font-size: 16px;
    }

    .detail_body .com_table.sp_wide tr th,
    .detail_body .com_table th{
        width: 23%;
    }

    .detail_body .com_table td{
        padding-right: 20px;
    }
    
    
}