/****************************************
　トップイメージ設定
*****************************************/
.top_slider{
  margin-top:20px;
}
/****************************************
　メインコンテンツ設定
*****************************************/

.service_1{
  text-align:center;
  margin-top:80px;
  color:#66ccff;
}

.service_2{
  width:95%;
  max-width:1100px; 
  margin:0 auto; 
  margin-top:50px;
  margin-bottom:100px;
  line-height:1.8;
}


.service_3{
  width:90%;
  max-width:180px;
  margin:0 auto;
  border-bottom:solid;
  border-width:5px;
  border-color:#66ccff;

}

.service_4{
  padding-top:20px;
  margin-bottom:20px;
}

.service_5{
  width:90%;
  margin:0 auto;
  margin-bottom:30px;
}

.service_6{
  margin-bottom:50px;
}

.service_7{
}

.service_22{	
  color:#000000;
  
}

.service_23{
  display:none;
}

.service_24{

}


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

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

.service_5{
  width:42.5%;
  float:left;
  margin-left:5%;
}

.service_23{
  display:table;
}

.service_24{
  display:none;
}

}

