@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    1. anker--type01
    2. anker--type02

-------------------------------------------*/





/* anker--type01
----------------------------------------------------------------*/

.edit_area.type01 {
	margin-bottom: 40px;
}

.h_06.custom01 {
	color: #336600;
}
.h_06.custom01:after {
	background-color: #336600;
}
.h_06.custom02 {
	color: #274E9C;
}
.h_06.custom02:after {
	background-color: #274E9C;
}

.edit_area.type01 .photo-set .photo {
	width: 100%;
	text-align: center;
	float: none;
	margin: 20px auto;
}


/* ipad~ */
@media screen and (min-width: 769px) {
	.edit_area.type01 {
		margin-bottom: 80px;
	}
	.edit_area.type01 .photo-set .photo {
		width: 30%;
		float: right;
	}
	.edit_area.type01 .photo-set .text {
		width: 65%;
		float: left;
	}
}