@charset "UTF-8";

.r7 {
	margin:7rem 0 7rem 0;
}

.r2 {
	margin:2rem 0 2rem 0;	
}

.mbs {
    margin-bottom:40px;
}

.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;
}

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%;
}

.youtube-container{
	text-align:center;
	margin:10px auto 10px auto;
	width:60%;
}

.main-title span{
	font-size:80%;
}

.point {
    margin: 1rem 0;
    font-size: 110%;
    font-weight: bold;
}


.point_s {
    padding: 3px 10px;
    width: auto;
    background: #FFFBC7;
    color: #00A278;
    font-weight: bold;
    border-radius: 20px;
    border: solid 2px #00A278;
    margin-top: 20px;
	line-height: 250%;
}

.point2 {
    color: #EB6100;
	margin:1rem 0;
    font-size: 130%;
    font-weight: bold;
}

.point2_s {
	padding:3px 10px;
	width:auto;
	background:#FFFBC7;
	color:#EB6100;
	font-weight:bold;
    border-radius: 20px;
	border:solid 2px #EB6100;
	margin-top:20px;
	line-height: 130%;	
}

.strong {
	font-weight:bold;
	font-size:130%;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@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:10px auto 10px auto;
	width:100%;
}
	
.point_s {
	clear:both;
	margin-top:40px;
}	
	
	
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	.sponly{
		display:none;
	}
	
	#sub01 .col3 {
		margin-top: 8rem;
	}
	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;
	}	

.w60 {
	width:60%;
    margin-right:auto;
    margin-left:auto;    
}
    
    
}