@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 20px;
    max-width: 1023px;
}
.headLine01 {
    margin-bottom: 15px;
    font-size: 2.67rem;
    line-height: 1.2;
	font-weight: 900;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 1.8em;
	}
}
.headLine02 {
    margin-bottom: 62px;
    padding: 9px 10px 14px;
    color: #fff;
    font-size: 3.1rem;
    letter-spacing: 1px;
    text-align: center;
    background-color: #D6355E;
}
@media all and (min-width: 897px) and (max-width: 1081px) {
	.headLine02 {
		font-size: 2.8rem;
	}
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 30px;
		font-size: 1.9rem;
	}
}
.headLine03 {
    margin: 0 0 48px 21px;
	font-size: 3.2rem;
	color: #fff;
}
.headLine03 span {
	min-width: 432px;
	padding: 17px 130px 12px 27px;
	background: url(../../img/index/h2_bg02.png) no-repeat right top;
	position: relative;
	background-size: auto 79px;
	display: inline-block;
	box-sizing: border-box;
}
.headLine03 span::before {
	width: 8px;
	height: 79px;
	position: absolute;
	top: 0;
	left: -8px;
	background: url(../../img/index/h2_bg01.png) no-repeat left top;
	background-size: 8px auto;
	content: "";
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin: 0 0 40px 5px;
        font-size: 2.4rem;
    }
    .headLine03 span {
        padding: 6px 100px 6px 15px;
        min-width: 260px;
        background-size: auto 50px;
    }
    .headLine03 span::before {
        left: -5px;
        width: 5px;
        height: 50px;
        background-size: auto 50px;
    }
}

.headLine04 {
    margin: 0 auto;
	padding-left: 7px;
    max-width: 904px;
    font-size: 3.6rem;
	line-height: 1;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	box-sizing: border-box;
	letter-spacing: 2px;
	position: relative;
	z-index: 10;
}
.headLine04 span {
	padding: 8px 8px 12px 36px;
	border-right: 10px solid #D6355E;
	box-shadow: 5px 5px 9px #666;
	border-radius: 0 6px 6px 0;
	display: block;
	position: relative;
	background-color: #fff;
}
.headLine04 span::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 120px;
    height: 9px;
    background-image: url("../../img/index/h3_bg.png");
    background-size: 120px;
}
@media all and (min-width: 897px) and (max-width: 1081px) {
	.headLine04 {
		font-size: 3rem;
	}
}
@media all and (max-width: 896px) {
    .headLine04 {
		margin: 0 -2px;
		padding-left: 0;
        font-size: 1.8rem;
    }
    .headLine04 span {
        padding: 8px 12px;
    }
}

.headLine05 {
	margin-left: 27px;
	line-height: 1;
}
.headLine05 span {
	min-width: 278px;
    padding: 13px 95px 6px 18px;
	height: 63px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 3.19rem;
    font-weight: 600;
    background-color: #87B828;
    border-radius: 0 37px 37px 0;
	box-sizing: border-box;
}
.headLine05 span::before {
    width: 77px;
    height: 135px;
    position: absolute;
    top: 0px;
    left: -66px;
    background: url("../../img/index/h2_img05.png") no-repeat left top;
    background-size: 77px;
    content: '';
}
.headLine05 span::after {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 8px;
    right: 10px;
    border: 5px solid #539D20;
    border-radius: 50%;
    background-color: #D5E642;
    content: '';
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin: 0 0 30px 0 !important;
	}
	.headLine05 span {
		padding: 13px 45px 16px 15px;
		font-size: 1.8rem;
		min-height: 47px;
		height: auto;
		border-radius: 37px;
	}
	.headLine05 span::before {
		display: none;
	}
	.headLine05 span::after {
		margin-top: -14px;
		width: 24px;
		height: 24px;
		border-width: 3px;
		top: 50% !important;
	}
}
.headLine06 {
	position: absolute;
	top: -2px;
	left: 14px;
	font-size: 2.4rem;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 10px;
		padding: 0;
    }
	.headLine06 {
		font-size: 1.9rem;
		top: 1px;
		left: 5px;
	}
}