@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: normal;
}

dt, dd {
	text-align: left;
	font-size: 14px;
  	font-size: 1.4rem;
	
}

dt {
	margin-top: 30px;
}

hr {
	margin: 30px 0;
	}


h3 {
	font-size: 20px;
	font-size: 2.0rem;
	padding-bottom: 1em;
}


.eight.columns {
	padding: 0 0;
}
.four.columns {
	padding-right: 0;
}





.carousel {
	 min-width: 100%;
	 margin: 0 auto;
 }
.carousel-item {
   width: 100%;
   background: #fff;
}
/* any old class name would do here */
.slag {
   float: left;
   width: 100%;
   background-color: #fff;
   padding:0;
}
 
 
.solution_waku {
	padding: 2em;
	margin: 0 0 3em;
	border: 2px solid #ccc !important;
}
.solution_waku:hover {
	background-color: #fbfbfb !important;
	border: 2px solid #ea5e00 !important;
}




ul#list li ul {
	margin: 2em auto 0;
}
ul#list li li {

	font-weight: bold;
}
ul#list li:hover li, ul#list li li:hover {
	border: none !important;
}






.top_mainhh {
	border: 1px solid #727f8c;
	text-decoration: none;
	color: #333;
	padding: 0 1em;
	margin-bottom: 1.5em;
	position: relative;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.top_mainhh a {
	color: #4b4b4b;
	cursor: pointer;
	z-index: 100;
}
.top_mainhh h3 {
	text-align: center;
	margin-top: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.top_mainhh:hover {
	border: 1px solid #ea5e00;
	text-decoration: none;
	cursor: pointer;
}




 /* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {



	
}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
ul#list li ul {
	margin: 0 auto 0;
}

ul#list li li {
	margin: 0 auto 1em !important;
	padding: 0 0 0 3em !important;
	text-align: left;
	font-weight: bold;
}


.top_mainhh {
	min-height: 260px;
	padding: 0 1em;
	margin-bottom: 0;
}

}

