@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/*SP時ヘッダー位置*/
.wrapper_ {
    margin-top: 125px;
}

/*SP時ヘッダー検索窓非表示*/
.globalmenu_ form{
	display:none;
}


/* モバイルレイアウト : 480 px およびそれ以下. */
@media only screen and (max-width: 480px){

h3{
   /*font-size: calc(83vw / 18) ;*/
    font-size: 120%;
    font-weight: 700;
    line-height: 1.5em;
}

.item{
    margin: 20px 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.item .imageBox img{
    width: 70%;
    margin: 0 0 0 14%
}

.item .textBox{
    display: inline-block;
    vertical-align: middle;
    width:100%;
    margin-left: 0;
}

.item .textBox h3{
    margin: 0 20px 0px 10px;
    letter-spacing: 0.1em
}

.item .textBox p{
    margin: 0px 10px 0px 10px;
    line-height: 1.5em;
    font-size: 100%;
}

.m_image{
    /*margin: 10px 10px 0px 10px;*/
}

.m_explanation_01{
    margin: 10px 10px 0px 10px;
    font-size: 120%;
    font-weight: 700;
}

.m_explanation_02{
    margin: 00px 10px 0px 10px;
    font-size: 110%;
}

.m_explanation_03{
    margin: 0px 10px 0px 10px;
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 300;
}

.m_name{
    margin: 10px 10px 0px 10px;
    font-size: 200%;
    font-weight: 800;
}

.button_01{
    margin: 0px 0px 10px 40px;
}

.hd_b1{
    background-image: url(/img/usr/common/top_feature/2020_sep/dainichi_humidifier/dh_17.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;

}

.hd_b2{
    background-image: url(/img/usr/common/top_feature/2020_sep/dainichi_humidifier/dh_34.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;

}

/*ページ内リンク設定*/
a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -100px;
    color: #555555;
    text-decoration-line: none;
}

.setumei {
    width: 100%;
}

.img-right {
    margin-left: auto;
}
}


/* タブレットレイアウト : 481 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) and (max-width: 768px){

h3{
    font-size: 120%;
    font-weight: 700;
    line-height: 1.5em;
}

.item{
    margin: 50px 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    /*vertical-align: top;*/
    width: 55%;
    text-align: center;
}

.item .imageBox img{
    width: 70%;
    margin: 0 0 0 14%
}

.item .textBox{
    width:43%;
    margin-left: 5px;
    display: inline-block;
}

.item .textBox p{
    margin: 0;
    line-height: 2.0em;
    font-size: 122%;
}

.item .textBox h3{
    margin: 0 20px 0px 10px;
    letter-spacing: 0.1em
}

.m_image{
    /*margin: 10px 10px 0px 10px;*/
}

.m_explanation_01{
    margin: 10px 10px 0px 10px;
    font-size: 135%;
    font-weight: 700;
}

.m_explanation_02{
    margin: 10px 10px 0px 10px;
    font-size: 120%;
}

.m_explanation_03{
    margin: 10px 10px 0px 10px;
    font-size: 130%;
    line-height: 1.5em;
    font-weight: 300;
}

.m_name{
    margin: 10px 10px 0px 10px;
    font-size: 250%;
    font-weight: 800;
}

.button_01{
    margin: 10px 0px 0px 40px;
}

.hd_b1{
    background-image: url(/img/usr/common/top_feature/2020_sep/dainichi_humidifier/dh_17.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;

}

.hd_b2{
    background-image: url(/img/usr/common/top_feature/2020_sep/dainichi_humidifier/dh_35.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;

}

/*ページ内リンク設定*/
a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -70px;
    color: #555555;
    text-decoration-line: none;
}

.setumei {
    width: 100%;
}

.img-right {
    margin-left: auto;
}
}



/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {

h3{
    font-size: 250%;
    font-weight: 700;
    line-height: 1.5em;
}

.item{
    margin: 15px 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    vertical-align: top;
    width: 55%;
    text-align: center;
}

.item .textBox{
    width:43%;
    margin-left: 5px;
    display: inline-block;
}

.item .textBox p{
    margin: 0;
    line-height: 2.0em;
    font-size: 122%;
    font-weight: 700;
}

.item .textBox .date{
    font-size: 100%;
    font-weight: 600;
}

.m_image{
    margin: 10px 10px 0px 10px;
}

.m_explanation_01{
    margin: 10px 10px 0px 10px;
    font-size: 135%;
    font-weight: 700;
}

.m_explanation_02{
    margin: 10px 10px 0px 10px;
    font-size: 120%;
}

.m_explanation_03{
    margin: 10px 10px 0px 10px;
    font-size: 130%;
    line-height: 1.5em;
    font-weight: 300;
}

.m_name{
    margin: 10px 10px 0px 10px;
    font-size: 250%;
    font-weight: 800;
}

.button_01{
    margin: 0px 0px 0px 160px;
}

.hd_b1{
    background-image: url(/img/usr/common/top_feature/2020_sep/dainichi_humidifier/dh_17.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
}

.hd_b2{
    background-image: url(/img/usr/common/top_feature/2020_sep/dainichi_humidifier/dh_34.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
}

/*ページ内リンク設定*/
a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -70px;
    color: #555555;
    text-decoration-line: none;
}

.setumei {
    width: 550px;
}

.img-right {
    margin-left: auto;
}
}
