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

#member_top {
	background: url(../images/bg_member.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#member_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	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: 16px;
	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: 16px;
	line-height: 2.0;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}

.data_contentsB {
    margin: 0px;
	background: #fbf2e5;
	padding: 30px 5% 60px;
}

.data_inner{
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 60px 60px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
	background-color: #fff;
}

.data_area {
	width: 100%;
	max-width: 1200px;
	padding: 0px 20px 40px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #4d4d4d;
	line-height: 1.8;
	background-color: #fff;
}

.first_text {
	font-size: 16px;
	line-height: 1.8;
	margin: 10px 0px 30px;
}

.membership {
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	width: 250px;
	height: 250px;
    margin: 0 auto;
	background-color:#e7bcc8;
	font-size: 20px;
	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: 36px;
	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: 12px;
}

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


.data_box01 {
	min-width: 600px;
	overflow: hidden;
	margin: 0px auto 20px;
	width: 60%;
	max-width: 900px;
}

.d_left_part {
	width : -moz-calc(100% - 200px);
	width : -webkit-calc(100% - 200px);
	width : calc(100% - 200px);
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}

.d_right_part {
	width: 200px;
	float: left;
}

.d_right_part img{
	width: 200px;
	border-radius: 10px;
	margin: 10px 0 0;
}

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

.d_left_part dl dt{
	float: left;
	width: 50%;
	text-align: left;
	font-weight: normal;
	padding: 10px 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: 10px 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: 12px;
    margin: 5px 0 0px 0;
	min-width: 600px;
	width: 60%;
	max-width: 900px;
}

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

.data_text {
    text-align: left;
    font-size: 16px;
	min-width: 600px;
	margin: 0px auto;
	width: 60%;
	max-width: 900px;
}
.data_box02 {
	min-width: 600px;
	overflow: hidden;
	margin: 16px auto 20px;
	width: 60%;
	max-width: 900px;
}

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

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

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

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

.graph dl dd span{
	display: block;
}

.is-gray{
	background-color: #eae4d5;
	padding: 7px 10px;
	box-sizing: border-box;
}

.is-pink{
	background-color: #e7bcc8;
	padding: 7px 10px;
	box-sizing: border-box;
}

.average_annual_income{
	margin: 20px auto;
	font-size: 18px;
}
.aai01{
	font-size: 30px;
	color:#c04768;
	font-weight: bold;
}

.aai02{
	font-size: 24px;
	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: 14px;
	margin: 10px 0;
	overflow: hidden;
}

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

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

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

.is-color01{
	background-color: #f8c564;
	padding: 7px 10px;
	box-sizing: border-box;
}

.is-color02{
	background-color: #ffa13f;
	padding: 7px 10px;
	box-sizing: border-box;
}

.is-color03{
	background-color: #f58933;
	padding: 7px 10px;
	box-sizing: border-box;
}

.is_adjustment{
	padding: 7px 10px 7px 0!important;
}

.color01{
	color: #f8c564;
}

.color02{
	color: #ffa13f;
}

.color03{
	color: #f58933;
}

.color04{
	color: #ddd;
}

.data_option {
    text-align: left;
    font-size: 14px;
}
