@charset "UTF-8";
/*------------------------------------
 CSS Information
 
  Site URL: /biz/sanitation/konnichiwa/naruhodo/index.html
  File name: index.css(/excludes/biz/css/sanitation/konnichiwa/naruhodo/index.css)
  Summary: お役立ちニュースレター ～こんにちは　ダスキンです～ なるほど回覧板用
  Created: 2017-03-22
  Last update: 
  Author: DDuet Iwai
 
  Order of description
------------------------------------*/
/* ===================================================================
    Common
=================================================================== */
.mR0{
	margin-right:0px !important;
}
.shadow {
    box-shadow: rgba(0, 0, 0, 0.65098) 1px 1px 6px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65098) 1px 1px 6px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.65098) 1px 1px 6px -1px;
}

/* ===================================================================
    Mainconter
=================================================================== */
.maincontainer_in {
	background-color: #F8F8F8;
	padding-bottom: 60px;
	padding-top:20px;
}

@media only screen and (max-device-width:767px) {
.maincontainer_in {
	padding-bottom: 0;
	margin-bottom: 30px;
}
}

/* ===================================================================
    MainVisual,summary
=================================================================== */
.title{
}
#naruhodo_index h2 {
	font-weight: bold;
	font-size: 34px;
	color: #ffffff;
	background-color: #ff9933;
	text-align: center;
	height: 60px;
	width: 980px;
	line-height: 60px;
	margin:20px auto;
	}
#naruhodo_index .summary{
    margin: 0px auto 30px auto;
		width: 600px;
}

#naruhodo_index .summary .txt {
	 display: table-cell;
	font-size: 18px;
	background: #FFF;
	line-height:1.5em;
	height: 88px;
	width: 600px;
	margin: 30px auto;
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-device-width:767px) {
	.title{
		width: 96%;
    margin: 0 auto;
}
#naruhodo_index h2 {
	font-weight: bold;
	font-size: 170%;
	color: #ffffff;
	background-color: #ff9933;
	text-align: center;
	height: auto;
	width: 90%;
	line-height: 60px;
	margin:20px auto;
	}

#naruhodo_index .summary {
		width: 86%;
    height: auto;
				}
#naruhodo_index .summary .txt {
display: table-cell;
    font-size: 14px;
    background: #FFF;
    line-height: 1.5em;
    padding: 5px 20px;
    margin: 30px auto;
    text-align: center;
    vertical-align: middle;
		}
		
				
}


/* ===================================================================
index.html（ベースCSS）
=================================================================== */
#naruhodo_index{
	width:980px;
}
#naruhodo_index .index_list01{
	width: 980x;
  margin: 0 auto;
	overflow: hidden;
	
}
#naruhodo_index .index_list01 ul{
	overflow: hidden;
}
#naruhodo_index .index_list01 li{
		float: left;
    /*display: inline-block;*/
    width: 320px;
    height: 164px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 3px #f29636;
    background: #FFF;
    box-sizing: border-box;
		border-radius: 10px;
		}
#naruhodo_index .index_list01 ul li a {
	display:block;
	width: 320px;
  height: 162px;
	font-size: 48px;
	color: #F29636;
	text-decoration: none;
	text-align: center;
  line-height: 164px;
	/* hover */
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
#naruhodo_index .index_list01 ul li a.multi-line{
	display:table-cell;
	font-size: 36px;
  line-height: 1.3em;
	vertical-align: middle;
			/* hover */
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}


#naruhodo_index .index_list01 ul li a:hover{
	  background-color: #F29636;
    opacity: .9;
    color: #fff;
    border-radius: 5px;
    width: 317px;
    height: 158px;
}
#naruhodo_index .index_list01 ul li a.multi-line:hover{
    background-color: #F29636;
    opacity: .9;
    color: #fff;
    border-radius: 5px;
    width: 317px;
    height: 162px;
}

/*2020/02/26　bizコンテンツ移行時に追加*/
#naruhodo_index .index_list01 li{
  width: 300px;
  margin-left: 10px;
}
#naruhodo_index .index_list01 ul li a {
  width: 300px;
}
#naruhodo_index .index_list01 ul li a:hover{
    width: 296px;
}

@media only screen and (max-width:767px) {
#naruhodo_index{
	width: auto;
	margin: 0 auto;
}
#naruhodo_index .index_list01{
	width:90%;
}
#naruhodo_index .index_list01 ul{
	width:auto;
}

#naruhodo_index .index_list01 li{
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	background:#FFF;
}
#naruhodo_index .index_list01 ul li a.multi-line{
		width: 1%;
    line-height: 1em;
    font-size: 190%;}
#naruhodo_index .index_list01 ul li a{
		width: 100%;
    line-height: 80px;
    height: 80px;
    font-size: 256%;
		}
#naruhodo_index .index_list01 ul li a:hover{
	 height: 80px;
   width: auto;
}
.point_bottom {
    margin: 0 auto;
    width: 96%;
    padding-top: 0px;
}
}
