@charset "utf-8";
.sub-main .text{
	font-size:22px;
	font-size:2.2rem;
	margin: -45px auto 0;
}
.sub-main .text .has_icon{
	display: block;
	font-size:35px;
	font-size:3.5rem;
}

@media screen and (max-width: 680px) {
	.sub-main .text{
		font-size:1.5rem;
		margin: -30px auto 0;
	}
	.sub-main .text .has_icon{
		font-size:2.2rem;
	}
}

img {
	vertical-align: middle;
}

.lead{
	font-size: 27px;
	font-size: 2.7rem;
}
.c_marriage{
	color: #F46C8D;
}
.c_birth{
	color: #ff9933;
}
.c_home{
	color: #66cc33;
}
.c_find-work{
	color: #6699cc;
}
.c_school-event{
	color: #66cc33;
}
.c_old-age{
	color: #cc66cc;
}
.c_saving{
	color: #33ccff;
}
.fgreen {
	color: #1eb42d !important;
}
.fgreen_bg {
	background: #1eb42d !important;
}




.attention{
	font-size: 22px;
	font-size: 2.2rem;
}
.attention:after{
	content:" "; display: block; clear: both;
}
.attention li{
	float: left;
	background: url(../../common/images/icon_attention.gif) no-repeat left;
	padding-left: 50px;
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 12px;
	font-weight: bold;
    text-align: center;
}
.attention li:nth-child(2n+3){
	display: block; clear: both;
}
.attention li span{
	border-bottom: 3px solid #F98200;
	display: inline-block;
}
@media screen and (max-width: 680px) {
	.attention{
		font-size: 1.6rem;
	}
	.attention li{
		float: none;
		padding-left:0px;
		width: auto;
		margin-bottom: 15px;
		background-size: contain;
	}
	.attention li span{
		border-bottom: 2px solid #F98200;
	}
}


.hoken{
	margin-top: 40px;
        display: flex;
    justify-content: center;
}
.hoken:after{
	content:" "; display: block; clear: both;
}
.hoken  a{
    text-decoration: none;
}
.hoken dl{
	width: 210px;
	height: 160px;
	float: left;
	background: #1eb42d;
	margin-left: 20px;
	padding: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
.hoken a:first-child dl{
	margin-left: 0;
}
.hoken a dd{
	color: #fff;
}
.hoken a dt{
	color: #1eb42d;
}
.hoken dd{
	display: block;
	height: 49px;
	line-height: 1.4;
}
.hoken dt{
	background: #fff;
	height: 95px;
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
}
.hoken dt span{
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	margin: -25px auto 0;
}
.hoken dt p{
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	bottom: -10px;
	right: 5px;
}
.hoken a:hover dt{
	background: #E8F7CD;
}
/*　　20170111追加　　*/
.hoken .teiki span{
    top: 40%;}
.hoken .teiki_p{
    top: 48%;
    text-align: center;
    right: 55px;
}
/**/
@media screen and (max-width: 680px) {
	.hoken{
		margin-top: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
	}
    .hoken a {
        display: block;
        width:48%;
        
    }
    
	.hoken dl{
		width: 100%;
		height: 160px;
		margin-left: 10px;
		padding: 8px;
		margin-top: 10px;
	}
	.hoken a:nth-of-type(2n+1) dl{
		margin-left: 0;
	}
	.hoken dt{
		font-size: 2rem;
		position: relative;
	}
	.hoken .teiki_p {
    top: 45%;
    right: 16px;
   }
}



/* ご結婚 */
.sub-main.marriage {
	background: url(../images/marriage/sub_bg_marriage.jpg) no-repeat center right;
	background-size:cover;
}
.sub-main.marriage .has_icon{
	color: #f46c8d;
	position: relative;
}
.sub-main.marriage .has_icon:after{
	content:"";
	background: url(../images/icon_marriage.gif) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 43px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	margin-top: -20px;
}

@media screen and (max-width: 680px) {
	.sub-main.marriage .has_icon:after{
		content:"";
		background-size: contain;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-left: 10px;
		margin-top: -18px;
	}
}
/* ご出産 */
.sub-main.birth {
	background: url(../images/birth/sub_bg_birth.jpg) no-repeat center right;
	background-size:cover;
}
.sub-main.birth .has_icon{
	color: #ff9933;
	position: relative;
}
.sub-main.birth .has_icon:after{
	content:"";
	background: url(../images/icon_birth.gif) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 43px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	margin-top: -20px;
}
@media screen and (max-width: 680px) {
	.sub-main.birth .has_icon:after{
		content:"";
		background-size: contain;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-left: 10px;
		margin-top: -18px;
	}
}
/* 住宅購入 */
.sub-main.home {
	background: url(../images/home/sub_bg_home.jpg) no-repeat center right;
	background-size:cover;
}
.sub-main.home .has_icon{
	color: #66cc33;
	position: relative;
}
.sub-main.home .has_icon:after{
	content:"";
	background: url(../images/icon_home.gif) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 43px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	margin-top: -20px;
}
@media screen and (max-width: 680px) {
	.sub-main.home .has_icon:after{
		content:"";
		background-size: contain;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-left: 10px;
		margin-top: -18px;
	}
}
/* ご就職*/
.sub-main.find-work {
	background: url(../images/find-work/sub_bg_find-work.jpg) no-repeat center right;
	background-size:cover;
}
.sub-main.find-work .has_icon{
	color: #6699cc;
	position: relative;
}
.sub-main.find-work .has_icon:after{
	content:"";
	background: url(../images/icon_find-work.gif) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 43px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	margin-top: -20px;
}
@media screen and (max-width: 680px) {
	.sub-main.find-work .has_icon:after{
		content:"";
		background-size: contain;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-left: 10px;
		margin-top: -18px;
	}
}
/* 入学・卒業*/
.sub-main.school-event {
	background: url(../images/school-event/sub_bg_school-event.jpg) no-repeat center right;
	background-size:cover;
}
.sub-main.school-event .has_icon{
	color: #66cc33;
	position: relative;
}
.sub-main.school-event .has_icon:after{
	content:"";
	background: url(../images/icon_school-event.gif) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 52px;
	height: 25px;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	margin-top: -10px;
}
@media screen and (max-width: 680px) {
	.sub-main.school-event .has_icon:after{
		content:"";
		background-size: contain;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-left: 10px;
		margin-top: -18px;
	}
}
/* 老後*/
.sub-main.old-age {
	background: url(../images/old-age/sub_bg_old-age.jpg) no-repeat center right;
	background-size:cover;
}
.sub-main.old-age .has_icon{
	color: #cc66cc;
	position: relative;
}
.sub-main.old-age .has_icon:after{
	content:"";
	background: url(../images/icon_old-age.gif) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 43px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	margin-top: -20px;
}
@media screen and (max-width: 680px) {
	.sub-main.old-age .has_icon:after{
		content:"";
		background-size: contain;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-left: 10px;
		margin-top: -18px;
	}
}
/* 節約*/
.sub-main.saving {
	background: url(../images/saving/sub_bg_saving.jpg) no-repeat center right;
	background-size:cover;
}
.sub-main.saving .has_icon{
	color: #33ccff;
	position: relative;
}
.sub-main.saving .has_icon:after{
	content:"";
	background: url(../images/icon_saving.gif) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 43px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-left: 10px;
	margin-top: -10px;
}
@media screen and (max-width: 680px) {
	.sub-main.saving .has_icon:after{
		content:"";
		background-size: contain;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-left: 10px;
		margin-top: -18px;
	}
}


.toku .txt1 {
	border-bottom:2px solid #1eb42d;
	color:#1eb42d;
	font-weight:bold;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
.toku .txt2 {
	margin-left:0;
	zoom: 1;
	overflow: hidden;
}
.toku .img{
	float:left;
	width:130px;
	height: 130px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 25px;
	position: relative;
	}
.toku .img img {
  max-width:140%;
  min-width:100%;
  width:auto;
  min-height:100%;
  max-height:140%;
  height:auto;
  position:absolute;
  top:-40%;
  right:-40%;
  bottom:-40%;
  left:-40%;
  margin:auto;
}
.toku a{
	text-decoration: none;
	}
@media screen and (max-width: 680px) {
	.toku .img{
		width:80px;
		height: 80px;
		}
}

