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

#Philosophy_top {
	background: url(../images/bg_philosophy.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#Philosophy_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;
}

#Philosophy_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;
}
#Philosophy_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	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: 28px;
	 color: #3a200f;
	margin: 30px auto -10px;
	font-family: 'Noto Sans JP', sans-serif;
}


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

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

.Philosophy_contentsB h2 {
    font-size: 22px;
    padding: 30px 20px;
    /* background-color: #fef7f7;*/
    border-top: solid 1px #fbd8d8;
    border-bottom: solid 1px #fbd8d8;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    margin: 40px 0px 20px;
	line-height: 1.3;
	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: 30px;
	padding-left: 38px;
	min-height: 34px;
}

@media (max-width: 900px) {
.Philosophy_contentsB h2 {
    font-size: 20px;
}

.Philosophy_contentsB h2 .bg{
	background-size: 26px auto;
}
}


.Philosophy_contentsB p {
    max-width: 1200px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2.0;
    margin: 0px auto;
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 5px 60px;
}


.Philosophy_contentsB p:after{
	content: "";
	display: block;
	clear: both;
}

.Philosophy_contentsB img {
   margin: 10px auto 20px;
}

img.imgM {
	margin: 20px 0;
	max-width: 590px;
	padding: 20px 60px;
	border: 1px solid #ccc;
	width:80%;
}

img.imgEN {
	max-width: 806px;
	width:80%;
}

img.imgM3 {
	margin: 10px 20px 0 60px;
	max-width: 320px;
	width:40%;
	float: left;
}

.font_b {
    font-weight: bold;
}

.p_source {
   font-size: 12px!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:60px 60px 0;
	font-size: 12px;
}


.data_box02 {
	min-width: 640px;
	overflow: hidden;
	margin: 5px auto 20px;
	width: 60%;
	max-width: 900px;
}

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

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

.graph dl dt{
	width: 35%;
	text-align: left;
	font-weight: normal;
	padding: 10px 20px;
	box-sizing: border-box;
-webkit-background-size: 7px 7px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}

.graph dl dd{
	width :100%;
	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: 22px;
    font-weight: normal!important;
    border-bottom: double 4px #e7bcc8;
    color: #c04768;
    padding: 0px 30px;
    display: inline-block;
    margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

.color01{
	color: #9dd1e0;
}

.color02{
	color: #e7bcc8;
}

.Philosophy_contentsB p.data_option {
    text-align: left;
    font-size: 14px;
	padding: 0;
}

.Philosophy_contentsB p.option_text
 {
    font-size: 12px;
	padding: 5px 0;
	 text-align: center;
}

.p_source {
    text-align: left;
    padding: 20px 0px 0;
    margin: 0px 60px 0;
    font-size: 12px;
}

ul.list_c li h3{
   font-weight: bold;
   text-align: left;
	padding: 5px 60px 0;
}
