@charset "utf-8";
/* CSS Document */


/* ==========================
==========　メイン　===========
============================= */

/* 下層ページビジュアル
---------------------------*/
.page_visual {
	background: url(../img/page_visual.webp)no-repeat center center;
	background-size: cover;
}

/* 
---------------------------*/



.midashi_dai {
    color: #909090;
    font-size: 30px;
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #e4e4e4;
	padding: 25px 0;
}
.midashi_tyu {
    color: #000000;
    font-size: 24px;
	padding: 70px 0 20px;
	border-bottom: 1px solid #e4e4e4;
}

.what {
  margin: 40px 0 50px;
}


ul.detail {}
ul.detail li {width: 100%; max-width: 282px; margin-bottom: 40px;}
ul.detail li p {width: 100%;}
p.customer_name {
    font-size: 130%;
    text-align: center;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
p.customer_img {text-align: center;}
ul.detail {
    display: flex;
    justify-content: space-between;
}
p.customer_txt {
    margin-top: 20px;
}

/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.outer1000 {
		width: 92%;
	}

ul.detail {
    flex-wrap: wrap;
}
ul.detail li {
    max-width: none;
}
	

}


@media print {


}