@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
flowページ用のcssです。
-------------------------------- */

#member_top {
	background: url(../images/bg_member.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 120px;
	width: 100%;
	text-align: center;
}
#member_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}

#member_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#data_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.0;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}

.data_contentsB {
	margin: 0;
	background: #fbf2e5;
	padding: 10px 10px 40px;
}
.data_inner {
	margin: 0px 0 0;
	padding: 0 10px 40px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.data_area {
	width: 100%;
	padding: 0px 10px 40px;
	box-sizing: border-box;
	margin: 0px 0px 0;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	color: #4d4d4d;
	background-color: #fff;
}

.first_text {
	font-size: 14px;
	line-height: 1.8;
	margin: -10px 0px 10px;
	text-align: left;
	background-color: #fff;
}

.membership {
	box-sizing: border-box;
	text-align: center;
	width: 160px;
	height: 160px;
    margin: 0 auto;
	background-color:#e7bcc8;
	font-size: 1.8rem;
	border-radius: 50%;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	line-height: 1.8;
}

.data_member {
	font-size: 2.8rem;
	text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}

.data_text_s {
	font-size: 1.2rem;
}

.data_inner h2 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: double 4px #e7bcc8;
	color: #c04768;
	padding: 0px 30px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}


.data_box01 {
	overflow: hidden;
	margin: 0px auto 20px;
	width: 100%;
}

.d_left_part {
	width : 100%;
	float: left;
	box-sizing: border-box;
}



.d_left_part dl{
	width: 100%;
	background-color: #e7bcc8;
	font-size: 1.2rem;
	margin: 10px 0;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #e7bcc8;
	box-sizing: border-box;
}

.d_left_part dl dt{
	float: left;
	width: 50%;
	text-align: left;
	font-weight: normal;
	padding: 5px 20px;
	box-sizing: border-box;
	background-color: #e7bcc8;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f7d7e0), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f7d7e0),color-stop(.75, #f7d7e0), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	box-shadow: inset 1px 1px 0 rgb(255 255 255 / 40%), 0 4px #f7d7e0;
}

.d_left_part dl dd{
	float: left;
	width: 50%;
	text-align: right;
	background-color: #fcf1f4;
	padding: 5px 20px;
	box-sizing: border-box;
	box-shadow: inset 1px 1px 0 rgb(255 255 255 / 40%), 0 4px #f7d7e0;
}

.data_note {
    text-align: left;
    font-size: 1.0rem;
    margin: 5px 0 0px 0;
	width: 100%;
}

.data_note2 {
    text-align: right;
    font-size: 1.0rem;
    margin: 5px 0 0px 0;
}

.data_text {
    text-align: left;
    font-size: 1.4rem;
	margin: 0px auto;
	width: 100%;
	line-height: 1.8;
}
.data_box02 {
	overflow: hidden;
	margin: 16px auto 20px;
	width: 100%;
}

.graph {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 0 2px;
}

.graph dl{
	width: 100%;
	font-size: 1.0rem;
	margin: 10px 0;
	overflow: hidden;
}

.graph dl dt{
	float: left;
	width: 70px;
	text-align: left;
	font-weight: normal;
	padding: 10px 5px;
	box-sizing: border-box;
-webkit-background-size: 7px 7px;
}

.graph dl dd{
	float: left;
	width : -moz-calc(100% - 70px);
	width : -webkit-calc(100% - 70px);
	width : calc(100% - 70px);
	text-align: left;
	box-sizing: border-box;
}

.graph dl dd span{
	display: block;
}

.is-gray{
	background-color: #eae4d5;
	padding: 8px 0px 8px 2px;
	box-sizing: border-box;
}

.is-pink{
	background-color: #e7bcc8;
	padding: 8px 0px 8px 2px;
	box-sizing: border-box;
}

.average_annual_income{
	margin: 20px auto;
	font-size: 1.4rem;
}

.aai01:before {
	content: "\A" ;
	white-space: pre ;
}
.aai01{
	font-size: 1.7rem;
	color:#c04768;
	font-weight: bold;
}

.aai02{
	font-size: 1.5rem;
	font-weight: bold;
	color: #664b3a;
}

.graph2 {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 0 2px;
}

.graph2 dl{
	width: 100%;
	font-size: 1.0rem;
	margin: 10px 0;
	overflow: hidden;
}

.graph2 dl dt{
	float: left;
	width: 40px;
	text-align: left;
	font-weight: normal;
	padding: 10px 5px;
	box-sizing: border-box;
-webkit-background-size: 7px 7px;
}

.graph2 dl dd{
	float: left;
	width : -moz-calc(100% - 40px);
	width : -webkit-calc(100% - 40px);
	width : calc(100% - 40px);
	text-align: left;
	box-sizing: border-box;
	background-color: #ddd;
}

.graph2 dl dd span{
	display: block;
	float: left;
}

.is-color01{
	background-color: #f8c564;
padding: 8px 0px 8px 2px;
	box-sizing: border-box;
}

.is-color02{
	background-color: #ffa13f;
	padding: 8px 0px 8px 2px;
	box-sizing: border-box;
}

.is-color03{
	background-color: #f58933;
	padding: 8px 0px 8px 2px;
	box-sizing: border-box;
}

.color01{
	color: #f8c564;
}

.color02{
	color: #ffa13f;
}

.color03{
	color: #f58933;
}

.color04{
	color: #ddd;
}

.data_option {
    text-align: left;
    font-size: 1.2rem;
	margin: 0px auto;
	width: 100%;
}
