.recommend {
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 40px;
}
.recommended {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: top;
}
.recomm_title {
	text-align:center;
	font-size:120%;
	font-weight: bolder;
	margin:5px 0 10px 0;
}
.recomm_midashi {
	text-align:center;
	font-size:110%;
	font-weight: bolder;
	margin-top:10px;
}
.recomm_cont {
	text-align:center;
	font-size:100%;
}
.order_indication {
	text-align: center;
}
.order_indication_item {
	margin: 0 auto;
}

.main_offering h3 {
	padding-top: 0;
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #4f9e43;
    border-top: 0;
}
.btn { width: 620px; }
.btn02 { margin: 0 auto 5px; font-size: 16px; }

.short .tel {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
.short ul.tel li {
    width: 45%;
    float: left;
    text-align: center;
}
.short ul.tel li .number {
    font-size: 35px;
    /* color: #4f9e43; */
    background: url(../../img/cmn/ico_tel.png) no-repeat center left;
    background-size: auto 25px;
    padding-left: 30px;
    display: inline-block;
}
/*
.short ul.tel li:first-child {
    border-right: 1px solid #706f6b;
}
*/
.short .tel .sub {
    color: #4f9e43;
}
.short .sub {
    font-size: 15px;
    font-weight: bolder;
}
.short ul.btn_box02 {
    width: 620px;
    margin: 0 auto 40px;
    text-align: center;
}
.short ul.btn_box02 li {
    width: 300px;
    float: left;
}
.short ul.btn_box02 li:last-child {
    float: right;
}
.guideline_ttl {
	background: #75b1d4;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.7rem;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.guideline_wrapper {
	width: 100%;
	background: #d9d8d3;
}
.guideline_wrapper tr th {
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.guideline_wrapper tr td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px;
}
.guideline_wrapper tr td span { font-weight: bolder; }
.bk_gray {
	background: #adc1cc;
}
.boreder-none { border-right: none; }

.f-weight_nomal { font-weight: normal; }
.txt_red { color: red; }
.txt_center { text-align: center; }