@charset "UTF-8";
.menu-contents {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .24rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .menu-contents {
    padding-top: 90px;
    padding-bottom: 270px;
    font-size: 14px;
  }
}



.menu-contents-sc {
  position: relative;
  margin-top: .50rem;
  padding: 0.35rem 0.12rem 1rem;
  background: #fff;
  border-radius: .15rem;
  box-shadow: 0.04rem 0.06rem 6px rgba(153, 151, 151, 0.75);
  color: #000;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc {
    margin-top: 50px;
    padding: 85px 40px 90px;
    border-radius: 15px;
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
  }
}



p.pri_info {
    text-align: center;
    margin: 2% 0;
    font-size: 16px;
    line-height: 1.5;
}
p.pri_tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	color: #002588;
}
h5{
	padding: 18px 0;
	font-size: 24px;
	letter-spacing: .1em;
    text-align: center;
    color: #002588;
	border-bottom:2px solid #002588;
	border-top:2px solid #002588;
	color: #002588;
	}
	p.pri_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
	
	
@media screen and (min-width:0px) and (max-width:767px) {

h5 {
    font-size: 18px;}
p.pri_info {
    text-align: center;
    margin: 2% 0 5% 0;
    font-size: 16px;
    line-height: 1.5;
}
}


