@charset "utf-8";



@media print,screen and (min-width: 769px) {
/* ---------------------------------------
　index
--------------------------------------- */
	#head_line{
		background-image: url(../img/index_main.jpg);
	}
	
#head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 42px;
        line-height: 1;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }    
    
    
	#about_sec{
		margin: 110px auto 0;
		max-width: 800px;
	}

	#about_sec > dl{
		display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
	}
	#about_sec > dl > dt,
	#about_sec > dl > dd{
		box-sizing: border-box;
		padding: 15px 0;
	}
	#about_sec > dl > dt{
		padding-left: 10px;
		width: 21%;
		border-bottom: 1px solid #f2eee5;
	}
	#about_sec > dl > dd{
		width: 79%;
		border-bottom: 1px solid #f2eee5;
	}
	#about_sec > dl > *:nth-last-child(1),
	#about_sec > dl > *:nth-last-child(2){
		border-bottom: none;
		padding-bottom: 0;
	}
	
	
	#about_sec > dl > dd > dl{
		display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
	}
	#about_sec > dl > dd > dl > dt,
	#about_sec > dl > dd > dl > dd{
		box-sizing: border-box;
	}
	#about_sec > dl > dd > dl > dt{
		padding-top: 10px;
		width: 14%;
	}
	#about_sec > dl > dd > dl > dd{
		padding-top: 10px;
		width: 86%;
	}

	
}

@media screen and (max-width:768px) {
	
/* ---------------------------------------
　index
--------------------------------------- */
	#head_line{
		background-image: url(../img/index_main.jpg);
	}
    #head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }
	
	#about_sec{
		margin: 40px 15px 0;
	}
	#about_sec > dl{
	}
	#about_sec > dl > dt{
		margin-top: 20px;
		padding: 0 10px;
	}
	#about_sec > dl > dd{
		border-bottom: 1px solid #f2eee5;
		padding: 0 10px 20px;
	}
	#about_sec > dl > dd:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	

}