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

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

#market_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;
}

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

#market_contents a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.market_contentsB h1{
	text-align: center;
	font-size: 1.8rem;
	 color: #3a200f;
	margin: 20px auto;
}


.market_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;
}

.market_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; /* 横方向中央揃え */
}

.market_contentsB h2 .bg{
	background: url(../../../common/images/icon_heart.png) no-repeat;
	background-size: 24px auto;
	padding: 0 0px 0 26px;
}

.market_contentsB h2 .smtet{
	letter-spacing: 0px;
}

.market_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;
}

.market_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.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;
}