@charset "utf8";

/*コンテンツ*/
.content-wrap {
    margin: 60px auto 0;
    overflow: hidden;
}

/*メインビジュアル*/
#main_image.sub_page {
    height: 300px;
    background: url(../images/subpage_mv.png) no-repeat center 0;
    background-size: cover;
    margin-top: -20px;
}
#main_image.sub_page .box {
	height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_image.sub_page .box .tit {
    line-height: 1.8em;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

/* spview */
@media screen and (max-width:767px) {
	.content-wrap:nth-child(1) {
		margin: 30px auto 0;
	}
	
	/*メインビジュアル*/
	#main_image.sub_page {
		height: 100px;
		margin-top: 60px;
	}
	#main_image.sub_page .box {
		height: 100px;
	}
	#main_image.sub_page .box .tit {
		font-size: 18px;
	}
	
}





/*お祝い金について*/
.iwaikin {}

.iwaikin .head {
	height: 275px;
    padding: 0 0 0 244px;
    background: url(../images/iwaikin_image01.png) no-repeat center left;
    background-size: contain;
    display: flex;
    align-items: center;
}
.iwaikin .head .wrap {
	padding-left: 30px;
}
.iwaikin .head .title {
	color: #ff7b26;
    font-size: 38px;
    font-weight: bold;
    padding: 0 0 20px;
	font-style: italic;
	position: relative;
}
.iwaikin .head .title:before {
	position: absolute;
    left: -30px;
    top: 13px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    background: url(../images/iwaikin_mark01.png) no-repeat;
    background-size: contain;
}
.iwaikin .head .title:after {
	position: absolute;
    right: -25px;
    top: 13px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    background: url(../images/iwaikin_mark02.png) no-repeat;
    background-size: contain;
}
.iwaikin .head p {
	font-size: 17px;
    line-height: 2em;
}
/* spview */
@media screen and (max-width:767px) {
/*お祝い金について*/
	#main-wrapp.iwaikin {
		margin: 60px 0 0px;
		padding-top: 20px;
	}
	.iwaikin .head {
		height: auto;
		padding: 0 0 0 0;
		background: none;
		position: relative;
	}
	.iwaikin .head .wrap {
		padding-left: 0;
	}
	.iwaikin .head .title {
		font-size: 18px;
		padding: 0 0 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.iwaikin .head .title:before,
	.iwaikin .head .title:after {
		content: none;
	}
	.iwaikin .head p {
		font-size: 16px;
	}
	
}



.iwaikin .flow {}
.iwaikin .flow .item {
    background: #f2fcf7;
    padding: 30px;
    margin-bottom: 35px;
}
.iwaikin .item .title {
    color: #108e4d;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.iwaikin .item .title span {
    background: #108e4d;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    padding: 5px 10px;
    margin-right: 20px;
    letter-spacing: 0.08em;
}
.iwaikin .item p {
    color: #758283;
    font-size: 16px;
    line-height: 1.8em;
    font-feature-settings: "palt";
}

.iwaikin dl {
    padding: 15px 0;
}
.iwaikin dl dt {
    color: #108e4d;
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid #108e4d;
    padding: 3px 0 3px 10px;
    margin-bottom: 15px;
}
.iwaikin dl dd {
    color: #758283;
    font-size: 16px;
    line-height: 1.8em;
}


.iwaikin .content-wrap:nth-child(4) {
    margin: 0 auto 0;
    padding: 50px 0 50px;
    overflow: hidden;
}
.iwaikin .desc {
    border: 1px solid #108e4d;
    padding: 30px 35px;
	position: relative;
}
.iwaikin .desc:after {
	position: absolute;
	right: 30px;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 325px;
	height: 370px;
	background: url(../images/iwaikin_image02.png) no-repeat;
	background-size: contain;
	z-index: 10;
}
.iwaikin .desc .logo_wrap {
    text-align: center;
    margin-bottom: 20px;
}
.iwaikin .desc .title {
    color: #108e4d;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.iwaikin .desc p {
	color: #758283;
    font-size: 16px;
    line-height: 1.8em;
    width: 70%;
    max-width: 690px;
}
.iwaikin .desc .img_wrap {
    position: absolute;
    bottom: 0;
    right: 15px;
}

/* タブレットサイズ修正 */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.iwaikin .desc p {
		width: 70%;
	}
	.iwaikin .desc:after {
		position: absolute;
		right: 10px;
		bottom: 0;
		width: 272px;
		height: 310px;
	}
}

/* spview */
@media screen and (max-width:767px) {
	.iwaikin .flow .item {
		padding: 10px 13px;
		margin-bottom: 20px;
	}
	.iwaikin .flow .item:last-child {
		margin-bottom: 0;
	}
	.iwaikin .item .title {
		font-size: 18px;
		text-align: center;
		display: block;
	}
	.iwaikin .item .title span {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}
	
	.iwaikin dl {
		padding: 10px 0;
	}
	.iwaikin dl dt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.iwaikin .content-wrap:nth-child(4) {
		margin: 30px auto 0;
		padding: 0 0 0;
	}
	.iwaikin .desc {
		padding: 15px 10px;
	}
	.iwaikin .desc:after {
		content: none;
	}
	
	.iwaikin .desc .title {
		font-size: 16px;
		padding: 0 0 0;
	}
	
	.iwaikin .desc p {
		width: 100%;
		max-width: inherit;
	}

	
}




.content-wrap.kouotsuhi .inner {
    padding: 2rem;
    background: #f0f0f0;
    max-width: 100%;
    margin: 0 auto;
	font-size: 1rem;
}
/* spview */
@media screen and (max-width:767px) {
	.content-wrap.kouotsuhi .inner {
		padding: 0.75rem 1rem;
	}
	
}



