@charset "utf-8";

/*-------------------------------------
	メインビジュアル
--------------------------------------*/
#main{
 width: 100%;
 position: relative;
}
#main img{
 width: 100%;
}
#main p{
 position: absolute;
 top: 40px;
 text-align: center;
 color: #FFF;
 font-weight: bold;
 font-size: 16px;
 line-height: 1.5;
 width: 90%;
 margin-left: 5%;
}
/*-------------------------------------
	トップページ
--------------------------------------*/
#top .top_cts{
 display: flex;
 margin-bottom: 20px;
}
#top .top_cts .ttl{
 flex-shrink: 0;
 margin: 0 10px;
}
#top .top_cts .ttl p{
 background: #727171;
 color: #FFF;
 width: 90px;
 height: 90px;
 font-size: 12px;
 text-align: center;
 vertical-align: middle;
 display: table-cell;
 border-radius: 50%;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 line-height: 1.5;
}
#top .top_cts .txt p{
 font-size: 12px;
}
@media screen and (min-width:600px){
 #top #main p{
  top: 235px;
  font-size: 36px;
 }
 #top .top_cts{
  margin-bottom: 40px;
 }
 #top .top_cts .ttl p{
  width: 150px;
  height: 150px;
  font-size: 16px;
 }
 #top .top_cts .txt p{
  font-size: 14px;
  line-height: 2;
 }
}
/*-------------------------------------
	会社概要
--------------------------------------*/
#company dt{
 font-weight: bold;
}
#company dd{
 padding-bottom: 10px;
 margin-bottom: 10px;
 border-bottom: 1px solid #ccc;
}
@media screen and (min-width:600px){
 #company dd{
  padding-bottom: 20px;
  margin-bottom: 20px;
 }
}