@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 769px){
.order-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 30px auto 0;
  }
  .order-info .order-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 500px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    text-align: center;
	  color: white;
  }
		.order-info .order-header p{margin-bottom: 0!important;}
		
  .order-info .order-body {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 20px 30px;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
  }
	}

@media only screen and (max-width: 768px) {
  .order-announcement {
    padding: 0 20px;
	  margin-bottom: 30px;
  }
  .order-announcement .order-header {
    padding: 18px 20px 10px;
	  border-radius: 10px 10px 0 0;
	  text-align: center;
  }
	.order-announcement .order-title a{ display: block;line-height: 1.7;
  font-size: 23px;}
}

.order-info{	letter-spacing: 0.1rem;}
.order-auto {background: #fbb03b;}
.order-ope {background: #259dae;}
.order-announcement .order-title {
  display: inline-block;
  margin: 0;
   font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.order-announcement .order-title a{color: #ffffff; }
.order-body {
  padding: 20px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.order-body ul { padding: 10px 0 10px;
}
.order-body ul li{text-indent: -1em;
   padding-left: 1em;
}