@charset "utf-8";

/* --------------------------------------------------------------------------------
	reset
-------------------------------------------------------------------------------- */
article #reason p{
	font-size: 14px;
}

/* --------------------------------------------------------------------------------
	reason
-------------------------------------------------------------------------------- */
#reason{
	margin: 0 0 10vw;
	padding: 0 3vw;
	font-size: 14px;
}
#reason .section_header {
    margin-top: 3vw !important;
    margin-bottom: 3vw !important;
	padding: 0 !important;
    padding-top: 10vw !important;
    padding-left: 8vw !important;
    line-height: 1.25 !important;
    font-size: 5vw !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif !important;
    background: url(https://www.ogawaya-shop.com/images/index/title-temp.png) no-repeat 0 0 !important;
    height: 60px !important;
}

#reason .reason-unit .reason-unit-box {
	width: 100%;
	margin: 0 0 30px;
}

/* ---- 見出し ---- */
#reason h3 {
	display: flex;
	align-items: center;
	
	width: calc(100% - 18vw);
	height: 15vw;
	margin: 0 0 10px;
	padding: 0 0 0 18vw;
	line-height: 1.2;
	font-weight: bold;
	font-size: 4vw;
}
#reason .reason-unit:nth-of-type(1) h3 {
	background: url("../../images/freepage/1/icon-no1.png") no-repeat 0 50%;
	background-size: 14vw auto;
}
#reason .reason-unit:nth-of-type(2) h3 {
	background: url("../../images/freepage/1/icon-no2.png") no-repeat 0 50%;
	background-size: 14vw auto;
}
#reason .reason-unit:nth-of-type(3) h3 {
	background: url("../../images/freepage/1/icon-no3.png") no-repeat 0 50%;
	background-size: 14vw auto;
}
#reason .reason-unit:nth-of-type(4) h3 {
	background: url("../../images/freepage/1/icon-no4.png") no-repeat 0 50%;
	background-size: 14vw auto;
}
#reason .reason-unit:nth-of-type(5) h3 {
	background: url("../../images/freepage/1/icon-no5.png") no-repeat 0 50%;
	background-size: 14vw auto;
}

/* ---- 画像・テキスト ---- */
#reason .reason-unit .reason-unit-box .img {
	text-align: center;
}
#reason .reason-unit .reason-unit-box .img img {
	width: 85%;
}
#reason .reason-unit .reason-unit-box .txt {
	padding: 2vw 5vw;
	background: #fff;
}
#reason .reason-unit .reason-unit-box .txt p {
	line-height: 2;
}
