@charset "UTF-8";

.r7 {
	margin:7rem 0 7rem 0;
}

.r2 {
	margin:2rem 0 2rem 0;	
}

.right {
	text-align: right;
	padding-right:2rem;
}

.btn-arrow-left a {
	display: block;
	font-weight: 500;
}

#sub01 .col3 a {
	display: block;
	border: solid 1px #919191;
}

#sub01 .col3 .text {
	margin-top: 0.5em;
	font-size: 0.9em;
	text-align:center;
}

ul.list-kinou .ttl {
	font-weight: 500;
}

ul.list-kinou .text {
	margin-top: 0.25em;
}

.kazari-num {
	display: inline-block;
	width: 1.5em;
	margin-right: 0.5em;
	background: #e60012;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	border-radius: 0.5rem;
	background: #e60012;
}

ul.list-feature li {
	margin-top:20px;
	}

.youtube-container{
	text-align:center;
	width:60%;
}

/* 仕様ボタン */
a.btn-spec {
	background: #535353;
	color: #fff;
	display: inline-block;
	padding: 0.5em 0.75em 0.5em 1.5em;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	position: relative;
	text-decoration: none;
}
a.btn-spec.recipe {
    margin: 1.5em 0 0 0;
}

a.btn-spec::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0.5em;
	margin-top: -0.5em;
}

.w90 {
	width:90%;
}
.w60 {
	width:60%;
}

.w50 {
    width: 50%!important;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	ul.list-links li {
		width: 100%;
		margin-top: 2rem;
	}
	ul.list-kinou li {
		margin-top: 1em;
	}
	ul.list-kinou li:first-child {
		margin-top: 0;
	}
	#sub01 .col3 {
		margin-top: 4rem;
	}
	ul.list-feature p{
		background:#4784A1;
		padding:8px;
		width:100%;
		text-align:center;
		font-size:1.8rem;
		color:#fff;
		font-weight:bold;
	}

.youtube-container{
	text-align:center;
	margin:40px auto 40px auto;
	width:100%;
}
	
	
.w50 {
    width: 100%!important;
}	
	
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	#sub01 .col3 {

	}
	ul.list-kinou {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.list-kinou li {
		width: 48%;
		margin-top: 2rem;
	}
	ul.list-kinou li:nth-child(-n+2) {
		margin-top: 0;
	}
	ul.list-kinou .ttl {
		font-size: 1.8rem;
	}
	ul.list-feature {
		display: flex;
		justify-content: space-between;
		margin-top: 2rem;
	}
	ul.list-feature li {
		width: 48%;
		margin-bottom:30px;
	}
	ul.list-feature p{
		background:#4784A1;
		padding:8px;
		width:100%;
		text-align:center;
		font-size:1.8rem;
		color:#fff;
		font-weight:bold;
	}	
}