@charset "UTF-8";

.container {
	padding-bottom: 310px;
}

.footer-content {
	padding: 30px 0 130px;
}

.sidenav-premium-item {
	padding: 10px 15px 10px 20px;
	color: #CBC7C3;
}

.sidenav-premium-item::before {
	content: "";
    position: absolute;
	background: url(../images/icon_premium.png) no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0;
    left: 0;
    width: 16px;
	height: 20px;
	border: none;
	transform: none;
	margin: auto;
}

.sidevav-bnr {
	padding: 10px 0;
}

.ad-area {
	margin: 20px 0;
	text-align: center;
}

.ad-area img {
	display: block;
	margin: auto;
}

.info-app-wrapper {
	padding: 20px 0 0;
}

.info-app-wrapper .link-btn {
	margin: 20px auto 0;
}

.free-container {
	padding-bottom: 310px;
}

.free-info-container {
	padding-bottom: 250px;
}

.free-fotter-content {
	padding: 30px 0 130px;
}

.free-info-fotter-content {
	padding: 30px 0 100px;
}

.free-container .recipe-detail-nutrient {
	margin: 20px 0 0;
}

.free-info-wrapper {
	margin: 10px 0;
	background: #fbf7ea;
}

.free-info-head {
	position: relative;
	background: #fee28d;
	padding: 20px 0 5px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.free-info-head::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	border-style: solid;
	border-width: 40px 50vw 0 50vw;
	border-color: #fee28d transparent transparent transparent;
}

.free-info-catch {
	padding: 50px 0 0;
}

.free-info-catch-head {
	display: flex;
	align-items: center;
    justify-content: center;
}

.free-info-catch-head .icon {
	width: 20%;
	margin-right: 10px;
}

.free-info-catch-head .txt {
	font-size: 2.8rem;
	font-weight: bold;
}

@media (max-width: 320px) {
	.free-info-catch-head .txt {
		font-size: 2.4rem;
	}
}

.free-info-catch-head .txt .small {
	font-size: 1.8rem;
}

.free-info-catch-head .txt .marker {
	background: linear-gradient(transparent 60%, #FEE28D 60%);
}

.free-info-catch .sub-text {
	text-align: center;
	color: #d60000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 0;
}

.free-info-more-btn {
    display: block;
	position: relative;
	background: #FFF;
	border: 1px solid #aea59c;
	border-radius: 100vh;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 0;
	width: 90%;
}

.free-info-more-btn::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #4f4336;
}

.free-info-price {
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	border: 2px dashed #aea59c;
	border-radius: 8px;
}

.free-info-price .txt1 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.free-info-price .txt1 .small {
	font-size: 1.4rem;
}

.free-info-price .txt2 {
	font-size: 1.2rem;
	text-align: center;
}

.free-info-price .dl-bnr {
	display: block;
	width: 70%;
	margin: 10px auto;
}

.free-info-siteprice {
	padding: 0 16px 10px;
}

.free-info-siteprice .txt {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.free-info-siteprice .txt .small {
	font-size: 1.2rem;
}

.free-info-siteprice .txt .red {
	color: #d60000;
}

.free-info-siteprice .button-menu {
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.free-info-siteprice-btn {
	background: #AAB93C;
	border-radius: 100vh;
	padding: 10px 0;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	width: calc(96%/3);
	margin: 10px 0;
}

.free-info-siteprice .link {
	display: block;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

.free-info-siteprice .link::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 3px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #4f4336;
}

.free-info-notes {
	padding: 10px 16px 30px;
}

.free-info-notes a {
	text-decoration: underline;
}

.free-info-btn .grad-btn {
	font-size: 2.4rem;
	line-height: 90%;
	padding: 17px 0 12px;
	margin: 20px auto 10px;
}

.free-info-btn .grad-btn .small {
	font-size: 1.4rem;
	font-weight: normal;
}

.free-info-btn p {
	text-align: center;
}

.free-info-btn p a {
	text-decoration: underline;
}

.free-con-wrapper {
	background: #FBF7EA;
}

.free-con-head {
	background: #fee28d;
	padding: 5px;
	display: flex;
}

.free-con-head .ttl {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin: auto;
}

.free-back-btn {
    position: relative;
}

.free-back-btn::after {
    content: "";
    position: absolute;
    left: 5px;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #4f4336;
    border-left: 3px solid #4f4336;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.free-con-catch {
	padding: 20px 0 0;
}

.free-con-catch-head {
	display: flex;
	align-items: center;
    justify-content: center;
}

.free-con-catch-head .icon {
	width: 20%;
	margin-right: 10px;
}

.free-con-catch-head .txt {
	font-size: 2.8rem;
	font-weight: bold;
}

@media (max-width: 320px) {
	.free-con-catch-head .txt {
		font-size: 2.4rem;
	}
}

.free-con-catch-head .txt .small {
	font-size: 1.8rem;
}

.free-con-catch-head .txt .marker {
	background: linear-gradient(transparent 60%, #FEE28D 60%);
}

.free-con-catch .sub-text {
	text-align: center;
	color: #d60000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 0;
}

.free-con-catch .table-img {
	padding: 0 16px;
}

.free-con-ossme {
	padding: 10px 16px 0;
}

.free-con-ossme .title {
	position: relative;
	display: flex;
    justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

.free-con-ossme .title:before,
.free-con-ossme .title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #4F4336;
}

.free-con-ossme .title:before {
	left:0;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.free-con-ossme .title:after {
	right:0;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.free-con-ossme-box {
	background: #FCC000;
	padding: 5px 10px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}

.free-con-ossme-menu {
	padding: 5px;
}

.free-con-ossme-item {
	display: flex;
	position: relative;
	padding: 10px 0;
}

.free-con-ossme-item::after {
	content: "";
	background-image: linear-gradient(to right, #AEA59C, #AEA59C 2px, transparent 2px, transparent 6px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.free-con-ossme-item:last-child:after {
	display: none;
}

.free-con-ossme-item .img {
	width: 100px;
	flex-shrink: 0;
}

.free-con-ossme-item .img img {
	border: 1px solid #CBC7C3;
}

.free-con-ossme-item .text {
	padding: 5px 0 0 20px;
}

.free-con-ossme-item .text .ttl {
	font-size: 1.4rem;
	font-weight: bold;
}

.fixed-cv {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	height: 90px;
	background: #AAB93C;
}

.fixed-cv-btn {
	width: 80%;
	background: #FFF;
	border-radius: 100vh;
	margin: 15px auto;
	color: #AAB93C;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 13px 0;
	line-height: 1;
}

.fixed-cv-btn .small {
	font-size: 1.2rem;
	font-weight: normal;
}

.fixed-cv p {
	text-align: center;
}

.fixed-cv p a {
	color: #FFF;
	text-decoration: underline;
}

.fixed-cv-app {
	height: 105px;
}

.fixed-cv-app .fixed-cv-btn {
	margin: 15px auto 5px;
}

.special-detail-ttl2 {
	margin-top: 30px;
}