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



/*-----コンセプト-----*/
#concept{	
	width:100%;
	text-align:center;
	margin:71px auto 0;
    overflow: hidden;/*中のdiv要素がはみ出ないように*/
}


/*-----お約束-----*/
#promiss{
	width:100%;
	height:600px;
	text-align:center;
    background:url(../img/concept/promiss_bg.jpg) no-repeat center;
	clear:both;
	float: none;
	justify-content: center;
	background-size: cover;
	align-items: center;
    display: flex;
}


#promiss .inner{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 0;
	text-align:center;
	clear:both;
}

#promiss .inner .p_detaile{
	width:100%;
	max-width:1020px;
	padding:20px auto;
	margin:10px auto 0;
	
}

#promiss .inner .box{
	width:26.6%;
	height: 250px;
	margin-right:1%;
	padding:3%;
	background-color: #fff;
	float: left;
	overflow: auto;
  background: rgba(255,255,255,0.7);
}

#promiss .inner .box .no{
	font-size: 35px;
}

#promiss .inner .box .big{
	font-size:22px;
	padding: 15px 0;
	border-top: 1px solid #443935;
	border-bottom: 1px solid #443935;
}

#promiss .inner .box .txt{
	padding: 15px 0 0;
	text-align: left;
}

#promiss .inner .box:last-child{
		margin-right:0px;
	}


@media only screen and (max-width: 768px){
#promiss{
	width:100%;
	padding: 50px 0;
	height:auto;
	text-align: center;
	justify-content:center;
	background-size:cover;
	align-items: center;
    display: flex;

}

#promiss .inner{
	width:90%;
	height:auto;
	padding:10% auto;
}
	
#promiss .inner .box{
	width:94%;
	height:auto;
	margin-bottom: 10px;
}

#promiss .conceptimg img{
	width:70%;
	margin:1%;
}
	

}

/*-----流れ-----*/
#flow{
	width:100%;
	padding:50px 0;
	height:auto;
	text-align:center;
}

#flow .time{
	margin:20px 0;
}

#flow p img{
	width:90%;
}

#flow ul.box{
	width:60%;
	margin:0 auto 10px;
}

#flow .box dt{
	height:auto;
	font-size:20px;
	padding: 10px 0;
	text-align: center;
	background-color: #f9f8f9;
}

#flow .box dd{
	width:100%;
	height:auto;
	font-size:18px;
	padding:10px 0;
	text-align: center;
}


#flow table{
	width:84%;
	text-align: left;
	margin:20px auto;
	clear: both;
	font-size:16px;	
}

#flow table tr{
	padding:30px 0;
	margin-bottom: 20px;
}
#flow table th{
	width: auto;
  border-bottom:1px solid #443935;
		padding:10px 0;
}

#flow table td{
		width: auto;
		padding:10px 0;
  border-bottom:1px solid #443935;
}
#flow a{
	text-decoration: underline;
}

.yajiruhi{
	margin:0 auto 0;
	padding:15px 0 0; /* 要素の上の余白調整 */
	position: relative;
	height:10px;
	clear: both;
}

.yajiruhi:before {
	    border-top:20px solid #f9f8f9; /* 角度を緩やかなものに指定 */
	    border-left: 70px solid transparent; /* 左のボーダーを透過に指定 */
	    border-right: 70px solid transparent; /*右のボーダーを透過に指定*/
	    content: "";
	    position: absolute;
		top:0; /* 四角形の高さと同じ物を指定 */
	    left: 50%; /* 中央寄せに使用 */
	    margin-left: -70px; /* 中央寄せに使用 */
	}

@media only screen and (max-width: 768px){
#flow{
	width:98%;
	margin:0 auto 0;
	text-align: center;
}

#flow img{
	display: none;
}
#flow .box{
	width:100%;
	margin:0 auto 10px;
	text-align: center;
	overflow: hidden;
}
#flow .box dt{
	width:100%;
	clear: both;
}
#flow .box dd{
	width:99%;
	margin-left:-1%;
	clear: both;
}
#flow table{
	width:100%;
	text-align: left;
	margin:20px auto;
	clear: both;
}
}
