@charset "UTF-8";


/* ttl00 ------------------------------------------------------------------------------*/
#lifestage .ttl00 {
	font-size: 20px;
}
#lifestage .ttl00::after {
	background-color: #00afcc;
}
#lifestage.lifestage_index .ttl00::after {
	width: 130px;
}
/* ttl01 ------------------------------------------------------------------------------*/
#lifestage .ttl01::after {
	background-color: #00afcc;
}
#lifestage .ttl01::before {
	color: #00afcc;
}
/* ttl02 ------------------------------------------------------------------------------*/
#lifestage .ttl02 {
	background-color: #EAFAF7;
	border-left: solid 3px #00afcc;
}
#lifestage .ttl02::before {
	color: #00afcc;
}
/* ttl03 ------------------------------------------------------------------------------*/
#lifestage .ttl03 {
	border: solid 1px #00afcc;
}
#lifestage .ttl03::before {
	background-color: #00afcc;
}
#lifestage .ttl03::after {
	color: #00afcc;
}
/* ttl04 ------------------------------------------------------------------------------*/
#lifestage .ttl04 {
	border: solid 1px #00afcc;
}
#lifestage .ttl04::before {
	background-color: #00afcc;
}
/* ttl05 ------------------------------------------------------------------------------*/
#lifestage .ttl05 {
	border: solid 1px #00afcc;
}
#lifestage .ttl05::before {
	color: #00afcc;
	background-color: #00afcc;
}
/* ttl06 ------------------------------------------------------------------------------*/
#lifestage .ttl06 {
	border-bottom: dotted 1px #00afcc;
}
#lifestage .ttl06 span {
	color: #00afcc;
}
/* list01 ------------------------------------------------------------------------------*/
#lifestage .list01 li .title span {
	background-color: #00afcc;
}
/* list03 ------------------------------------------------------------------------------*/
#lifestage .list03 li .title {
	background-color: #EAFAF7;
}
/* list07 ------------------------------------------------------------------------------*/
#lifestage .list07 dt {
	background-color: #00afcc;
}
#lifestage .list07 dd .title {
	color: #00afcc;
}




/*------------------------------------------------------------------------------
lifestage設定
------------------------------------------------------------------------------*/
#lifestage {
	margin: 30px 0px 0px;
	padding: 0px;
}
#lifestage .erabu-block {
	padding: 0px;
}
#lifestage .erabu-block .lead {
	margin: 10px 0 0;
}

#lifestage .erabu-block .inner {
	margin: 0px;
	padding: 0 0px 0px 0;
	overflow: hidden;
}


/* erabu-box ------------------------------------------------------------------------------*/
#lifestage .erabu-block .inner .box_01 {
	float: left;
	padding: 0px;
	margin: 20px 0px 0px;
	width: 48.571428571428571428571428571429%;	/* 340/700*100 */
}
#lifestage .erabu-block .inner .box_01:nth-child(2n) {
	float: right;
}
#lifestage .erabu-block .inner .box_01:nth-child(2n+1) {
	clear: both;
}
#lifestage .erabu-block .inner .box_01 dt {
	box-sizing: border-box;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 10px 5px 9px 10px;
	display: table;
/*	background: #fffffc;
	border-bottom: 3px solid #ffd45b;*/
	background: #f2f9fc;
	border-bottom: 3px solid #00afcc;
}
/*#lifestage .erabu-block .inner .box_01:first-child dt {
	background: #f2f9fc;
	border-bottom: 3px solid #00afcc;
}*/


#lifestage .erabu-block .inner .box_01 dt a {
	box-sizing: border-box;
	display: table-cell;
	color: #000;
	text-decoration: none;
	width: 100%;
	padding: 0 1em 0 0;
	margin: 0px;
	vertical-align: middle;
	background-image: url(../img/lifestage/icon_arrow_01.png);
	background-size: 11px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
#lifestage .erabu-block .inner .box_01 dd {
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	margin: 0px;
}
#lifestage .erabu-block .inner .box_01 dd a {
	float: left;
	display: block;
	width: 35.294117647058823529411764705882%;	/* 120/340*100 */
	max-width: 120px;
	margin: 0 auto;
}
#lifestage .erabu-block .inner .box_01 dd a img {
	width: 100%;
	height: auto;
}
#lifestage .erabu-block .inner .box_01 dd .text {
	float: right;
	width: 61.764705882352941176470588235294%;	/* 210/340*100 */
}





/* hosyo-block ------------------------------------------------------------------------------*/
#lifestage .hosyo-block {
	padding: 0px;
}
#lifestage .hosyo-block h2 {
	font-size: 24px;
	font-weight: normal;
}
#lifestage .hosyo-block .link01 {
	margin: 10px 0;
}
#lifestage .hosyo-block .box_wrap {
	width: 100%;
	padding: 0px;
	margin: 20px auto;
	position: relative;
}
#lifestage .hosyo-block .box_wrap .img {
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	padding: 20px;
	border: solid 1px #CCC;
	border-radius: 10px;
}
#lifestage .hosyo-block .box_wrap .img img {
	width: 100%;
	height: auto;
}
#lifestage .hosyo-block .box_wrap .h01 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 64px;	/* 64/700*100 */
	margin-left: 104px;	/* 104/700*100 */
}
#lifestage .hosyo-block .box_wrap .h02 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 64px;	/* 64/700*100 */
	margin-left: 174px;	/* 174/700*100 */
}
#lifestage .hosyo-block .box_wrap .h03 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 64px;	/* 64/700*100 */
	margin-left: 244px;	/* 244/700*100 */
}
#lifestage .hosyo-block .box_wrap .h04 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 64px;	/* 64/700*100 */
	margin-left: 358px;	/* 358/700*100 */
}

#lifestage .hosyo-block .box_wrap .h05 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 64px;	/* 64/700*100 */
	margin-left: 492px;	/* 492/700*100 */
}
#lifestage .hosyo-block .box_wrap .h06 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 64px;	/* 64/700*100 */
	margin-left: 608px;	/* 608/700*100 */
}



/* lead01 ------------------------------------------------------------------------------*/
#lifestage .lead01 {
	margin: 15px 0px 0px;
	padding: 0px;
}


/* pnavi ------------------------------------------------------------------------------*/
#lifestage .pnavi {
	margin: 20px 0px 0px;
	padding: 0px;
}
#lifestage .pnavi ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#lifestage .pnavi ul:first-child {
	margin-bottom: 10px;
}
#lifestage .pnavi ul li {
	width: 32.380952380952380952380952380952%;	/* 226.66666666666666666666666666667/700*100 */
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#lifestage .pnavi ul li a {
	box-sizing: border-box;
	display: block;
	color: #1d3994;
	font-size: 16px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, sans-serif;
	text-decoration: none;
	width: 100%;
	padding: 0.75em 0;
	background-color: #FFF;
	border: solid 1px #CCC;
	border-bottom: solid 3px #999;
	border-radius: 5px;
}
#lifestage .pnavi ul li a:hover {
	color: #a5b0d4;
}


/* image ------------------------------------------------------------------------------*/
#lifestage .image {
	width: 100%;
	margin: 0 auto;
}
#lifestage .image img {
	width: 100%;
	height: auto;
}


/* stage-block ------------------------------------------------------------------------------*/
#lifestage .stage-block {
	padding: 0px;
}
/*
#lifestage .stage-block h1 {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, sans-serif;
	line-height: 1;
	width: 100%;
	padding: 5px 0px 3px 0px;
	margin: 0px 0px 10px;
	background: transparent;
	border-bottom: solid 3px #00afcc;
}
#lifestage .stage-block h2 {
	box-sizing: border-box;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, sans-serif;
	width: 100%;
	padding: 5px 26px 5px 7px;
	margin: 0 0 10px;
	border-left: solid 3px #00afcc;
	background-color: #f2f9fc;
}*/
#lifestage .stage-block .box_01 {
	margin: 10px 0 0 0!important;
}
#lifestage .stage-block .box_01 .image {
	float: left;
	width: 28.571428571428571428571428571429%;	/* 200/700*100 */
	max-width: 200px;
}
#lifestage .stage-block .box_01 .text {
	float: right;
	width: 68.571428571428571428571428571429%;	/* 480/700*100 */
	margin: 0;
}
#lifestage .stage-block p.text {
	margin: 10px 0;
	padding: 0px;
}
#lifestage .stage-block p.text2 {
	margin: 5px 0 1em;
	padding: 0px;
}


/* point-block ------------------------------------------------------------------------------*/
#lifestage .point-block {
	margin: 0;
	padding: 0px;
}
#lifestage .point-block p.text {
	margin: 1em 0;
	padding: 0px;
}
#lifestage .point-block dl {
	margin: 15px 0 0px;
}
#lifestage .point-block dl dd {
	margin: 0px;
	padding: 10px 0px 15px 25px;
}
#lifestage .point-block dl dd:last-child{
	padding-bottom: 0;
}





/* child ------------------------------------------------------------------------------*/
#lifestage .child .check-block {
	padding: 0px;
}
#lifestage .child .check-block .inner {
	margin: 15px 0px 0px;
}
#lifestage .child .check-block .inner .text01 {
	margin: 5px 0px 0px;
	padding: 0px;
}

#lifestage .child .check-block .inner .box_01 {
	margin-bottom: 20px;
}
#lifestage .child .check-block .inner .box_01 .text02 {
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px 0 0px 0px;
}
#lifestage .child .check-block .inner .box_01 .text02 span {
	font-weight: bold;
}
#lifestage .child .check-block .inner .box_01 .image02 {

	width: 100%;
	max-width: 400px;
	margin: 20px auto 0;
}


/* gaisan ----------------------*/
#lifestage .child .check-block .gaisan {
	margin: 20px 0px 0px;
	padding: 0px;
	position: relative;
}
#lifestage .child .check-block .gaisan form ol {
	margin: 0px;
	padding: 0px 0px 0px 0;
}
#lifestage .child .check-block .gaisan form ol li {
	margin: 14px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#lifestage .child .check-block .gaisan form ol li .step {
	display: inline-block;
	color: #00afcc;
	font-size: 18px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, sans-serif;
	vertical-align: middle;
	width: 267px;
	margin: 0px;
	padding: 0px;
}
#lifestage .child .check-block .gaisan form ol li .step span {
	font-size: 26px;
	font-style: italic;
	padding-right: 10px;
}
#lifestage .child .check-block .gaisan form ol li .step span.small {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#lifestage .child .check-block .gaisan form ol li .input {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#lifestage .child .check-block .gaisan form ol li .input input {
	vertical-align: middle;
}

#lifestage .child .check-block .gaisan form ol li .input label,
#lifestage .child .check-block .gaisan form ol li .input select{
	font-size: 16px;
}
#lifestage .child .check-block .gaisan form ol li .input select{
	height: 30px;
}

#lifestage .child .check-block .gaisan form .kei_wrap {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #333;
	font-size: 22px;
	font-family: "メイリオ", Meiryo, sans-serif;
	vertical-align: bottom;
}
#lifestage .child .check-block .gaisan form .kei_wrap .kei {
	display: inline-block;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, sans-serif;
	vertical-align: bottom;
	line-height: normal;
	text-align: right;
	width: auto;
	min-width: 3.5em;
	height: 31px;
	padding: 8px 1em 8px 0.25em;
	margin: 0px 3px;
	border: solid 1px #EFEFEF;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3) inset;
	border-radius: 5px;
}


/* marriage ------------------------------------------------------------------------------*/
#lifestage .marriage .stage-block h3 {
	margin: 20px 0px 0px;
}
.stage-block .t1 { font-weight: bold; color: #2E4AAB; }
.stage-block .t2 { font-weight: bold; color: #DB1F7A; }


#lifestage .marriage .lady-block {
	margin: 20px 0px 0 0;
	padding: 0px;
	overflow: hidden;
}

.lady-block .t2 { font-weight: bold; color: #DB1F7A; }


#lifestage .marriage .lady-block h4 {
	margin-bottom: 10px;
	font-family: "メイリオ", Meiryo, sans-serif;
}
#lifestage .marriage .lady-block dl dt {
	margin-bottom: 10px;
}
#lifestage .marriage .lady-block dl dd {
	margin: 0px;
}
#lifestage .marriage .lady-block dl dd span {
	font-weight: bold;
}
#lifestage .marriage .lady-block .kome {
	font-size: 12px;
	text-align: right;
	margin: 10px 0px 0px;
	padding: 0px 13px 0px 0px;
}


#lifestage .marriage .lady-block .lady01 {
	box-sizing: border-box;
	padding: 15px;
	margin: 10px 0 0;
	background-color: #FCF1F7;
	-moz-border-radius: 5px;    /* Firefox用 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	border-radius:5px;         /* CSS3草案 */
	behavior: url(/PIE.htc);    /* IE6～IE8適用ファイル */
}
#lifestage .marriage .lady-block .lady01:last-child {
	margin: 0;
}

#lifestage .marriage .lady-block .lady01 .box_01 {
	margin-bottom: 10px;
}

#lifestage .marriage .lady-block .lady01 .box_01 .image {
	float: left;
	width: 15.735294117647058823529411764706;	/* 107/680*100 */
	max-width: 107px;
}
#lifestage .marriage .lady-block .lady01 .box_01 dl {
	float: right;
	width: 81.323529411764705882352941176471%;	/* 553/680*100 */
	margin: 10px 0;
}

#lifestage .marriage .lady-block .lady02 {
	box-sizing: border-box;
	padding: 10px;
	margin: 20px 0 10px 0;
	background: #FCF1F7;
	-moz-border-radius: 5px;    /* Firefox用 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	border-radius:5px;         /* CSS3草案 */
	behavior: url(/PIE.htc);    /* IE6～IE8適用ファイル */
}


/* myhome ------------------------------------------------------------------------------*/
#lifestage .myhome .katuyo-block {
	background: #F0FFDA;
	padding: 15px;
	-moz-border-radius: 5px;    /* Firefox用 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	border-radius:5px;         /* CSS3草案 */
	behavior: url(/PIE.htc);
	overflow: hidden;
}
#lifestage .myhome .katuyo-block dl {
	width: 50%;	/* 330/660*100 */
	float: left;
}
#lifestage .myhome .katuyo-block dl dt {
	color: #408E4F;
	font-size: 16px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, sans-serif;
	margin: 0px;
}
#lifestage .myhome .katuyo-block dl dd {
	margin: 0px;
	padding: 8px 0px 0px;
}
#lifestage .myhome .katuyo-block .image {
	float: right;
	width: 48.484848484848484848484848484848%;	/* 320/660*100 */
	max-width: 320px;
	margin: 0 auto;
}
#lifestage .marriage .inner .kome {
	font-size: 12px;
	letter-spacing: 1px;
	text-indent: -1em;
	margin: -5px 0px 10px 1em;
	padding: 0px;
}

#lifestage .flink-lifestage-area{
	text-align: center;
	border: solid 4px #f2fbfc;
	margin: 20px 0 0px;
	padding: 10px 15px;
}
#lifestage .flink-lifestage-area p.link01{ margin: 0 !important; }