#mainContents [class*="row"]{
    margin-top:1rem;
	margin-bottom:1rem;
}
#mainContents .row2{
	margin-bottom:2rem;
}

/*#mainContents .row3{
	margin-bottom:.5rem;
	border-bottom:1px solid #555;
}*/
#mainContents .row3 {
  position: relative;
  margin-bottom: 20px;
  padding: 1.5rem 1rem;
  border: 2px solid #CCA99D;
  border-radius: 10px;
  background: #fff;
}

#mainContents .row3:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #CCA99D transparent transparent transparent;
}

#mainContents .row3:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffff transparent transparent transparent;
}
div#wholeContents.twoColumnpage .btn {
    margin-bottom:0;
}

div#wholeContents.twoColumnpage .btn a {
    display: block;
    font-size: 1.5rem;
    width: 90%;
    margin: 2rem auto 0;
    padding: 0.9rem 0 0.8rem;
}

#meal p{
	text-align:center;
}

.square {
    text-align: center;
    padding:.8em;
	border: 1px solid #ccc;
	position: relative;
	z-index: 0;
    max-width: 470px;
    width: 100%;
    background: #e9fdd2;
    }
.square:before {
	border-bottom:34px solid transparent;
	border-left:34px solid #99cc99;
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
    background-color:none;
}
/*.square:after{
	border-left:34px solid transparent;
	border-bottom:34px solid #99cc99;
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
}*/
.square p{
    color: #333;
    font-size: 1.1rem!important;
    font-weight: bold;
}

h3.title_2 {
    font-size: 1.1rem;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    padding: .5rem .5rem .5rem 2.5rem;
    color: #333;
    font-weight: bold;
    border-radius: 100vh 0 0 100vh;
    border: 1px #ccc solid;
    background: #e3eff9;
}
h3.title_2:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 50%;
    background: #fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: .5em 0;
    padding: 0;
}
/***************TB****************/

@media screen and (max-width:768px) {

}


/***************TB****************/


/***************SP****************/


@media screen and (max-width:480px) {
div#wholeContents.twoColumnpage .btn a {
    display: block;
    font-size: 1.1rem;
    width: 90%;
    margin: 0 auto;
    /*padding: 1rem 1rem .9rem;*/
}


/*#mainContents .row3 {
    border-bottom: transparent;
}*/
div#wholeContents.twoColumnpage div#meal .wpb_single_image
{
 margin:0;   
}


#wholeContents.twoColumnpage .left .vc_column-inner {

    padding-right: 0;


 }

 #meal .vc_col-sm-4{
    margin-bottom: 1rem;
 }

#point4 .vc_col-sm-3{
    width: 50%;
}


}



/***************SP****************/