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

@media screen and (max-width: 992px) { /* tab */
   #logo {
    float: none;
    background: #0b6c56;
    width: 100%;
    padding: 13px 0 13px;
}
    #logo a {
    width: 181px;
    padding: 0;
    margin: 0 auto;
}
}

@media (max-width: 768px) {
	
	/* 一覧 */
	.stock-list .stock-txt {
    padding: 8px;
	}
	
	/* 詳細 */
	.st-img-wrap .thumb-list li {
	float:left;
	width:20%;
	}
	
	.stock-dtl-wrap .price {
	font-size:18px;
	}
	
	table.contact,.contact tr,.contact th,.contact td{
		display:block;
		width:100%;
		}
	.contact th{
		border-bottom:dotted 1px #ccc;
		font-size:12px;
		font-weight:bold;
		}
	
	.checkbox-inline {
    width:auto;
	padding-right: 20px;
	}
	
    
/*******20190207***********/
    #purchase {
    margin-top: 0;
}
    
     .page-ttl{
    
    position: relative;
    padding: 40px 0px 0 0px;
    width: 100%;
    height: 150px;
    background-image: url(../../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 50px;
    
}

.page-ttl h1 {
    text-align: center;
    margin-top: 14px;
}
    
   #logo {
    float: none;
    background: #0b6c56;
    width: 100%;
    padding: 13px 0 13px;
}
    #logo a {
    width: 181px;
    padding: 0;
    margin: 0 auto;
}
    
    .contact th {
    border-bottom: dotted 1px #ccc;
    font-size: 13px;
    font-weight: bold;
}
    
    .flow-area, .flow-area-hover {
    font-size: 12px;
}
}
