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

#Philosophy_top {
	background: url(../images/bg_philosophy.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 120px;
	width: 100%;
	text-align: center;
}
#Philosophy_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;
}
#Philosophy_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;
}
#Philosophy_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.0;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}
#Philosophy_contents a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.Philosophy_contentsB h1 {
	text-align: center;
	font-size: 1.8rem;
	color: #3a200f;
	margin: 20px auto;
	font-family: 'Noto Sans JP', sans-serif;
}
.Philosophy_contentsB {
	margin: 0;
	background: #fbf2e5;
	padding: 10px 10px 40px;
}
.contentsB_inner {
	margin: 0px 0 0;
	padding: 0 0 40px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
.Philosophy_contentsB h2 {
	font-size: 1.6rem;
	padding: 20px 10px 20px 0;
	/* background-color: #fef7f7;*/
	border-top: solid 1px #fbd8d8;
	border-bottom: solid 1px #fbd8d8;
	letter-spacing: 2px;
	text-align: left;
	color: #000;
	margin: 20px 0 20px 0;
	line-height: 1.5;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.Philosophy_contentsB h2 .bg {
	background: url(../../../common/images/icon_heart.png) no-repeat;
	background-size: 24px auto;
	padding: 0 0px 0 26px;
}
.Philosophy_contentsB p {
	text-align: left;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.0;
	margin: 0px auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	padding: 5px 10px;
}
.Philosophy_contentsB img {
	margin-bottom: 10px;
}
img.imgM1 {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 0 10px;
}
img.imgM {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
img.imgEN {
	width: 100%;
}
img.imgM3 {
	width : -moz-calc(100% - 40px);
	width : -webkit-calc(100% - 40px);
	width : calc(100% - 40px);
	margin: 0 20px 10px;
}
.font_b {
	font-weight: bold;
}
.p_source {
	font-size: 1.1rem!important;
	line-height: 1.4!important;
}
.p_source a {
	text-decoration: underline;
}
.p_source a:hover {
	text-decoration: none;
}
.data_box {
	text-align: left;
	border-top : solid 1px #ccc;
	padding: 20px 0px 0;
	margin: 40px 10px 0;
	font-size: 1.1rem;
}
.data_box02 {
	overflow: hidden;
	margin: 16px auto 20px;
	width: 100%;
}
.graph {
	border-bottom: solid 1px #ccc;
	padding: 2px 0 2px;
	margin: 0 10px;
}
.graph dl {
	width: 100%;
	font-size: 1.0rem;
	margin: 10px 0;
	overflow: hidden;
	display: table;
}
.graph dl dt {
	width: 26%;
	text-align: left;
	font-weight: normal;
	padding: 10px 5px;
	box-sizing: border-box;
	-webkit-background-size: 7px 7px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
}
.graph dl dd {
	width : -moz-calc(100% - 5px);
	width : -webkit-calc(100% - 5px);
	width : calc(100% - 5px);
	text-align: left;
	box-sizing: border-box;
	margin: 5px 0;
}
.graph dl dd span {
	display: block;
}
.is-pink {
	background-color: #e7bcc8;
	padding: 3px 10px;
	box-sizing: border-box;
}
.is-blue {
	background-color: #9dd1e0;
	padding: 3px 10px;
	box-sizing: border-box;
}
.data_box02 h3 {
	font-size: 1.8rem;
	font-weight: normal;
	border-bottom: double 4px #e7bcc8;
	color: #c04768;
	padding: 0px 30px 5px;
	display: inline-block;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
}
.color01 {
	color: #9dd1e0;
}
.color02 {
	color: #e7bcc8;
}
.Philosophy_contentsB p.data_option {
	text-align: left;
	font-size: 1.2rem;
	margin: 0px auto;
	width: 100%;
}
ul.list_c li h3 {
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 0;
	line-height: 1.2;
}
