@charset "utf-8";

.emp-purple{
	color: #6e3489;
}
.emp-yellowGreen{
	color: #9dc138;
}

.border-blue{
	border-top: dashed 2px #0066cc;
	margin-top: 30px;
}
.red-border{
	margin-top: 60px;
    max-width: 780px;
    margin: 60px auto;
    border: 1px solid #e92020;
    padding: 15px 80px;
    border-radius: 6px;
}

/* orderIndexで使用 */
@media screen and (max-width: 767px){
	.linkgroup-item a span{
		text-align: center;
	}
	.red-border{
		padding: 15px 20px;
	}
}

/* <h3>と右の画像の高さ調整 */
@media screen and (min-width: 768px){
	.margin-top-30{
		margin-top: 30px;
	}
}

/* =======================================
	逆指値M注文用
========================================== */


.sasi_m {
  display: flex;
  justify-content: flex-start; 
}

.sasi_m2 {
    display: flex;
    justify-content: flex-end;    
}
.sasi_m_table2 {
    padding-left: 147px;
}


@media screen and (max-width: 1024px){
    
.sasi_m {
  display: block;
  justify-content: center;
}

.sasi_m_title {
    text-align:center;
    }
    
.sasi_m_table {
    text-align:center;
    padding: 0 0 9px;
}

.sasi_m_table img{
    width: 100%;
}
    
.sasi_m2 {
  display: block;
  justify-content: center;
}
    
.sasi_m_table2 {
    padding-left: 0;
    text-align:center;
    padding: 0 0 9px;
}

 .sasi_m_table2 img{
    width: 100%;
}
    
}




