@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#index .section {
	box-sizing:border-box;
	width:100%;
	margin-bottom: 22px;
	border: 1px solid #BBB;
	padding: 20px;
	border-radius: 5px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-content:flex-start;
	align-items:flex-start;
}
#index .section .body {
	box-sizing:border-box;
	width: 415px;
	min-height:185px;
	padding-bottom:55px;
	position:relative;
}
#index .section .name {
	font-size: 22px;
	color: #FF6600;
	background-image: url(../img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 28px;
	padding-left: 28px;
	margin-bottom: 10px;
}
#index .section .body p {

}

#index .section .body .btn {
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	
}
#index .section .body .btn a {
	background-color: #214593;
	width: 228px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-radius:20px;
	transition:0.4s;
	text-align:center;
}
#index .section .body .btn a:hover {
	opacity:0.7;
}
#index .section .photo {
	box-sizing: border-box;
	width: 270px;
	padding: 9px;
	border: 1px solid #BBB;
	border-radius:4px;
	box-shadow: 0px 0px 2px #666;
}
#index .section .photo div {
	width: 100%;
	display:block;
	line-height:0px;
}
#index .section .photo img {
	width: 100%;
	height: auto;
	display:inline;
}


#index .pager {
	text-align: center;
	margin-bottom: 23px;
}
#index .pager ul {
   text-align: center;
}
#index .pager ul li {
  display: inline-block;
  padding: 5px;
}
#index .pager ul li a {
	display: block;
	height: 34px;
	width: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #214593;
	font-weight: bold;
	border-radius:5px;
	transition:0.4s;
}
#index .pager ul li.current a {
	opacity:0.7;
}
#index .pager ul li a:hover {
	opacity:0.7;
}
#recipe .section {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#recipe .section .lead {
	width:100%;
	margin-bottom: 30px;
	margin-right: 10px;
}
#recipe .section .zairyo {
	box-sizing:border-box;
	background-image: url(../img/zairyo_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 384px;
	font-size: 15px;
	line-height: 120%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 20px;
	position: relative;
}
#recipe .section .zairyo p {
	margin-bottom: 1em;
	font-weight: bold;
	color: #FF6600;
	text-indent:-0.5em;
}

#recipe .section .zairyo .tape {
	position: absolute;
	z-index: 5;
	left: 143px;
	top: -15px;
}
#recipe .section .zairyo .tape img {
	width:auto;
	height:37px;
}
#recipe .section .zairyo li {
	margin-bottom: 7px;
}
#recipe .section .zairyo li:last-child {
	margin-bottom: 0px;
}

#recipe .section .main_photo {
	width: 360px;
}
#recipe .section .flow {
	margin-top: 40px;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
#recipe .section .flow .ttl {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
	margin-bottom: 35px;
	width: 100%;
	font-size: 26px;
	line-height: 28px;
	background-image: url(../img/flow_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:contain;
	font-weight: 400;
	color: #FF6600;
	padding-left:60px;
}
#recipe .section .flow .item {
	background-image: url(../img/flow_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 245px;
	margin-bottom: 30px;
	position: relative;
	min-height: 10em;
	border-radius: 5px;
	line-height:150%;
}
#recipe .section .flow .item .text {
	padding-top: 38px;
	padding-right: 12px;
	padding-left: 17px;
	padding-bottom: 15px;
}
#recipe .section .flow .item .num {
	position: absolute;
	z-index: 5;
	top: -10px;
	left: 13px;
}
#recipe .section .flow .item .num img {
	height:40px;
	width:auto;
}
#recipe .section .flow:after {
	content:"";
	display:block;
	width: 245px;
}

#recipe .section .btn {
	margin-top: 30px;
	width:100%;
	
}
#recipe .section .btn a {
	background-color: #318CC0;
	text-align: center;
	display: block;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-radius:5px;
	transition:0.4s;
}
#recipe .section .btn a:hover {
	opacity:0.7;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#index .section {
	margin-bottom: 32px;
	border: 2px solid #BBB;
	padding: 25px;
	border-radius: 8px;
	padding-bottom:116px;
	position:relative;
}
#index .section .body {
	width: 290px;
	min-height: inherit;
	padding-bottom:0px;
	position: static;
}
#index .section .name {
	box-sizing:border-box;
	width:100%;
	font-size: 34px;
	line-height: 110%;
	padding-left: 40px;
	margin-bottom: 20px;
	background-size:30px auto;
}
#index .section .body .name {
	display:none;
}
#index .section .body p {
	line-height:140%;
}
#index .section .body .btn {
	bottom:33px;
}
#index .section .body .btn a {
	width: 358px;
	font-size: 30px;
	line-height: 62px;
	border-radius:29px;
	transition:none;
}
#index .section .photo {
	width: 344px;
	padding: 12x;
	border-radius:6px;
	box-shadow: 0px 0px 2px #333;
}
#index .pager {
	margin-bottom: 34px;
}
#index .pager ul li {
  padding: 9px;
}
#index .pager ul li a {
	height: 54px;
	width: 54px;
	font-size: 30px;
	line-height: 54px;
	border-radius:8px;
	transition:none;
}


#recipe .section .lead {
	order:1;
	margin-bottom: 1em;
	margin-right: 0px;
}
#recipe .section .zairyo {
	order:3;
	font-family: "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/zairyo_bg_sp.png);
	background-size:cover;
	width: 100%;
	font-size: 30px;
	line-height: 120%;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 35px;
}

#recipe .section .zairyo .tape {
	z-index: 5;
	left: 281px;
	top: -26px;
}
#recipe .section .zairyo .tape img {
	width:auto;
	height:56px;
}
#recipe .section .zairyo li {
	margin-bottom: 7px;
}
#recipe .section .main_photo {
	order:2;
	width: 100%;
	margin-bottom:55px;
}
#recipe .section .main_photo img {
	width: 100%;
	height:auto;
}
#recipe .section .flow {
	margin-top: 40px;
	order:4;
}
#recipe .section .flow .ttl {
	font-size: 40px;
	line-height: 38px;
	padding-left:80px;
	margin-bottom:45px;
}
#recipe .section .flow .item {
	width: 335px;
	margin-bottom: 30px;
	min-height:7em;
	border-radius: 5px;
}
#recipe .section .flow .item .text {
	padding-top: 45px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#recipe .section .flow .item .num {
	position: absolute;
	z-index: 5;
	top: -15px;
	left: 18px;
}
#recipe .section .flow .item .num img {
	height:48px;
	width:auto;
}
#recipe .section .flow:after {
	display:none;
}

#recipe .section .btn {
	order:5;
	margin-top: 60px;
	width:100%;
	padding-bottom:40px;
	
}
#recipe .section .btn a {
	width: 377px;
	height: 60px;
	font-size: 30px;
	line-height: 58px;
	border-radius:8px;
	transition:none;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}


