.detail_body h1{
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
	margin: 20px auto 20px;
}

.detail_body h2{
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
    color: #0095DA;
	border-top: 1px solid #0095DA;
	border-bottom: 1px solid #0095DA;
	padding: 8px 5px 8px 10px;
	margin: 20px auto 20px;
}

.detail_body h3{
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	background: #F6F6F6;
	padding: 10px 15px;
	margin: 20px 0 15px;
	border-radius: 9px;
}

.detail_body h4{
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	padding: 8px 0 8px 25px;
	margin: 20px 0 0;
	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: #0095DA;
	font-weight: 400;
}

.detail_body h5{
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	padding: 8px 0 8px 25px;
	margin: 20px 0 0;
	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: #0095DA;
	font-weight: 400;
}

.detail_body h6{
	font-size: 15px;
	line-height: 150%;
	margin: 10px 0 0 !important;
	font-weight: 400;
}

.detail_body h6 a{
	font-size: inherit;
	padding: 4px 0 4px 25px;
	position: relative;
	color: #0059B2;
	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{
	width: 100%;
	margin: 20px 0;
}

.detail_body table th,
.detail_body table td{
	font-size: 16px;
	line-height: 150%;
	padding: 10px 10px;
	border: 1px solid #ddd;
}

.detail_body ul,
.detail_body ol{
	margin: 20px 0 0 20px;
}

.detail_body ul{
	list-style-type: disc;
}

.detail_body ol{
	margin-left: 27px;
	list-style: decimal;
}

.detail_body ul li{
	font-size: 16px;
	line-height: 150%;
}

.detail_body ol li{
	font-size: 16px;
	line-height: 150%;
}

.detail_body iframe{
	width: 100%;
	height: 49vw;
}

.detail_body p{
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 150%;
}

.detail_body p:first-child{
	margin-top: 0;
}

.detail_body img{
	max-width: 100%;
	height: auto;
}

.detail_body p a{
	text-decoration: underline;
}

.detail_body .link_btn{
	margin: 10px 0;
}

.detail_body .link_btn a{
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-flex;
	background: #2B2B2B;
	border-radius: 50px;
	min-width: 280px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
}


.detail_body .info_list{
	margin: 20px 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%;
}


.detail_body .box_line,
.detail_body .box_dot{
	margin: 15px 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{
    margin-left: 0 !important;
    margin-bottom: 40px !important;
    list-style-type: none !important;
}

.detail_body .pt_reverse > li{
    margin: 8vw 0 0;
}

.detail_body .pt_reverse > li:first-child{
    margin-top: 0;
}

.detail_body .pt_reverse .p_box{
    line-height: 0;
}


.detail_body .pp_reverse{
    margin-left: 0 !important;
    margin-bottom: 40px !important;
    list-style-type: none !important;
}

.detail_body .pp_reverse > li{
    margin: 4vw 0 0;
   line-height: 0;
}


.detail_body .com_table{
    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 #CACACA;
}


@media screen and (min-width : 500px){
	

	.detail_body .info_list{
		margin: 20px 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{
        margin-bottom: 40px !important;
    }
    
    .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{
        margin-bottom: 40px !important;
        font-size: 0;
    }
    
    .detail_body .pp_reverse > li{
        margin: 3vw 0 0;
        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%;
    }

	
}
@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: 10px 0 0;
		font-size: 16px;
		line-height: 170%;
	}
	
	.detail_body p a:hover{
		text-decoration: none;
	}
	
	.detail_body h1{
		font-size: 24px;
		margin: 25px auto;
	}

	.detail_body h2{
		font-size: 18px;
		padding: 13px 10px 13px 20px;
		margin: 25px 0;
	}
	
	.detail_body h3{
		font-size: 18px;
		padding: 14px 25px;
		margin: 25px 0;
	}
	
	.detail_body h4,
	.detail_body h5{
		font-size: 18px;
		padding: 15px 0 15px 43px;
		margin: 20px 0;
	}

	.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 10px !important;
		font-size: 18px;
	}
	
	.detail_body h6 a{
		font-size: inherit;
		padding: 4px 0 4px 25px;
	}

	.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: 20px 0;
	}
	
	.detail_body .link_btn a{
		padding: 0 15px;
		transition: .3s;
	}
	
	.detail_body .link_btn a:hover{
		opacity: .7;
	}


	.detail_body .info_list{
		margin: 25px 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: 20px 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{
        margin-bottom: 50px !important;
    }
    
    .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;
    }


    .detail_body .pp_reverse{
        margin-bottom: 50px !important;
    }
    
    .detail_body .pp_reverse > li{
        margin: 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;
    }
    
    
}