/*PC*/

h4 {
	font-size: 18px;
	font-weight: bold;
	color:#8CC131;
	border-bottom: dashed 2px #8CC131;
	margin-bottom: 20px !important; 
}

h5 {
	font-size: 18px;
	font-weight: bold;
	color:#FB862D;
	margin-left: 20px;
}

h5 .hd_01 {
	font-size: 18px;
	font-weight: bold;
	color:#896C6C;
}


.col-sec{
	margin-bottom: 60px;
}

.photo1{
	margin-left: 20px;
	margin-bottom: 30px;
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 2em;
    background: #fff8e8;
    border: dashed 2px #ffc06e;
}

.box1 p {
    margin: 0; 
    padding: 0;
}

.checklist1 {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.checklist1 ul {
	border: solid 2px #ffb03f;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	width: 90%;
}

.checklist1 ul li {
	line-height: 1.5;
	color: #666;
	list-style-type: none!important;
	padding-left: 0px;
}

.checklist1 ul li::before {
	background: none;
	border: 0;
}

.checklist1 ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	border-left: 3px solid #ffb03f;
	border-bottom: 3px solid #ffb03f;
	transform: rotate(-45deg);
}

.waku01{
	margin: 5px 20px;
	padding: 15px 0px; 0px; 0px;
	background-color: #F5F5F0;
	border-radius: 20px;
}

.waku01 p{
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.waku01 .hd_01{
	color: #9A3F3F;
}


/*SP*/
@media screen and (max-width:767px) {

.photo1{
	height: auto;
	width: 90%;
}

}