div.contents_wrap{
	min-height: 70vh;
}
div.contents_wrap .container .contents_title{
	font-size: clamp(40px, 7.29vw, 70px);
	color: #d55c1b;
	text-align: center;
	line-height: 1;
	font-weight: 500 !important;
}
div.contents_wrap .age {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
div.contents_wrap .age span {
	display: inline-block;
	padding: 5px 40px;
	position: relative;
	font-size: 30px;
	line-height: 1.4;
	color: #00A559;
	z-index: 2;
}
div.contents_wrap .age span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	height: 90%;
	z-index: -1;
	background: #F0E700;
	transform: skewX(-30deg);
}
@media screen and (max-width: 960px) {
	div.contents_wrap .age span {
		font-size: 24px;
	}
}
@media screen and (max-width: 480px) {
	div.contents_wrap .age span {
		font-size: 15px;
		padding: 5px 20px;
	}
}

.contents-list_wrap h3{
	margin-bottom: 0!important;
	padding: .25em 0 .25em 16px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif!important;
}

.contents_list{
	max-width: 914px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 6em 20px 0;
	position: relative;
}
#top .contents_list{
	max-width: 1000px;
	padding: 1% 20px;
}
.contents_list li{
	width: 33.33333%;
	margin-bottom: 2.5em;
	margin-top: 0;
	padding: 0 .5em;
	box-sizing: border-box;
}
@media (max-width: 1019px) {
	.contents_list{
		padding: 6em 3.2vw 0;
	}
	.contents_list li{
		width: 50%;
		padding: 0 .75em;
	}
}
@media (max-width: 959px) {
	.contents_list li{
		padding: 0 .5em;
	}
}
@media (max-width: 599px) {
	.contents_list{
		padding: 3em 2.8vw 0;
	}
	.contents_list li{
		width: 100%;
	}
}


.contents_list .contents_list-thumb{
	position: relative;
}
.contents_list .contents_list-thumb::before {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .25s;
	width: 100%;
	z-index: 1;
}
.contents_list li a:hover .contents_list-thumb:before {
	opacity: .2;
}
.contents_list .contents_list-thumb figure{
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
}
.contents_list li .contents_list-thumb figure img{
	transition: transform .25s, -webkit-transform .25s;
}
.contents_list li a:hover .contents_list-thumb figure img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
@media not all and (min-width: 960px) {
	.contents_list .contents_list-thumb figure{
		border-radius: 8px;
	}
}

.contents_list .contents_list-body{
	padding-top: 1em;
	transition: opacity .25s;
}
.contents_list li a:hover .contents_list-body{
	opacity: .75;
}
.contents_list .contents_list-body .contents_list-title{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700!important;
}
@media (max-width: 599px) {
	.contents_list .contents_list-body .contents_list-title{
		font-size: 3.8vw;
	}
}

.contents_list .contents_list-body .contents_list-times{
	margin-top: .25em;
	font-size: 11px;
	opacity: .8;
	display: inline-block;
	margin-right: 1.5em;
}
@media (max-width: 599px) {
	.contents_list .contents_list-body .contents_list-times{
		font-size: 10px;
		display: block;
		margin-right: 0;
	}
}

.contents_list .contents_list-body .contents_list-times{
	padding: 4px 0;
	color: inherit;
	position: relative;
	font-weight: 500!important;
}
.contents_list .contents_list-body .contents_list-times time{
	font-weight: 500!important;
}
.contents_list .contents_list-body .contents_list-times::before{
	position: relative;
	content: "";
	display: inline-block;
	margin-right: .325em;
	top: 1px;
	width: 1em;
	height: 1em;
	background-image: url(../images/icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.contents_list .contents_list-body .contents_list-times.update::before{
	background-image: url(../images/icon_update.png);
}

.contents_list li a:hover .contents_list-body .contents_list-times::before{
	background-image: url(../images/icon_hover.png);
}
.contents_list li a:hover .contents_list-body .contents_list-times.update::before{
	background-image: url(../images/icon_update_hover.png);
}
@media (max-width: 599px){
	.contents_list .contents_list-body .contents_list-times.update{
		margin-top: 0;
		padding-top: 0;
	}
}


/* ページネーション */
.pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	justify-content: center;
	margin: 3em 0;
	position: relative;
}
.pagination-btn{
	box-shadow: 0 2px 4px rgba(0,0,0,.05),0 4px 4px -4px rgba(0,0,0,.1);
	border-radius: 50%;
	margin: 4px;
	color: #fff;
	background-color: #dedede;
	box-sizing: content-box;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 6px;
	min-width: 36px;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: color .25s, background-color .25s;
	width: auto;
}
body .contents_wrap .pagination-btn{
	font-family: sans-serif!important;
	font-weight: 500!important;
}
.pagination-btn.current,
.pagination-btn:hover {
	background-color: #d30112;
	color: #fff;
}

/* 記事内容 */
#contents_detail{
	max-width: 900px;
	margin: 0 auto;
	padding: 5em 48px 0;
}
@media (max-width: 1199px){
	#contents_detail{
		padding: 5em 32px 0;
	}
}
@media (max-width: 959px){
	#contents_detail{
		padding: 5em 4vw 0;
	}
}
@media (max-width: 599px){
	#contents_detail{
		padding-top: 10vw;
	}
}

#contents_detail h2{
	border-top: solid 2px #f7b636;
	border-bottom: solid 2px #f7b636;
	padding: 1em .75em;
	font-size: 1.4em;
	margin: 4em 0 2em;
	line-height: 1.4;
}
#contents_detail h2 span{
	font-size: 16px;
}
@media (max-width: 599px){
	#contents_detail h2{
		font-size: 4.8vw;
	}
}

#contents_detail h3{
	border-left: solid 4px #f7b636;
	padding: .25em 0 .25em 16px;
	font-size: 1.3em;
	line-height: 1.4;
	margin: 3em 0 2em;
}
#contents_detail h3 span{
	font-size: 16px;
}
@media (max-width: 599px){
	#contents_detail h3{
		font-size: 4.4vw;
	}
}

#contents_detail h4{
	border-left: solid 2px #f7b636;
	padding: 0 0 0 16px;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 3em 0 1.5em;
}
@media (max-width: 599px){
	#contents_detail h4{
		font-size: 4.2vw;
	}
}

#contents_detail p{
	margin-bottom: 2em;
	overflow-wrap: break-word;
}
@media (max-width: 599px){
	#contents_detail p{
		font-size: 4vw;
	}
}

#contents_detail table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6;
	max-width: 100%;
	text-align: left;
	width: 100%;
	margin-bottom: 2em;
}
#contents_detail table th,
#contents_detail table td{
	background-clip: padding-box;
	border: 1px solid #dcdcdc;
	padding: .5em .75em;
	position: relative;
	vertical-align: top;
	z-index: 0;
}
@media (max-width: 599px){
	#contents_detail table th,
	#contents_detail table td{
		font-size: 4vw;
	}
}

#contents_detail table th{
	background-color: hsla(0,0%,59%,.05);
}

#contents_detail table.sg_table-merit{
	border: 1px solid #dcdcdc;
	border-collapse: separate;
	border-spacing: 2px;
}
#contents_detail table.sg_table-merit thead th{
	text-align: center;
	color: #fff;
	width: 50%;
}
#contents_detail table.sg_table-merit thead th:first-of-type{
	background-color: #eb7e7f;
}
#contents_detail table.sg_table-merit thead th:last-of-type{
	background-color: #469be4;
}
#contents_detail table.sg_table-merit tbody td{
	background-color: #fff;
}
#contents_detail table.sg_table-merit tbody td span{
	display: inline-block;
	line-height: 1.5;
	padding: 2px 0 2px 1.5em;
	position: relative;
}
#contents_detail table.sg_table-merit tbody td span::before{
	position: absolute;
	display: block;
	height: auto;
	left: .25em;
	top: 2px;
	width: 1em;
}
#contents_detail table.sg_table-merit tbody td span.merit::before{
	content: "○";
	color: #EB7E7F;
}
#contents_detail table.sg_table-merit tbody td span.demerit::before{
	content: "×";
	color: #469BE4;
}

#contents_detail .sg_button{
	box-shadow: 0 2px 2px rgba(0,0,0,.1),0 4px 8px -4px rgba(0,0,0,.2);
	color: #fff;
	font-weight: 700;
	transition: box-shadow .25s;
	background: #d30112;
	border-radius: 80px;
	display: block;
	letter-spacing: 1px;
	line-height: 1.5;
	min-width: 80%;
	width: 80%;
	padding: 1em 1.5em;
	text-align: center;
	margin: 0 auto 32px;
	box-sizing: border-box;
}
#contents_detail .sg_button-wrap{
	text-align: center;
}
#contents_detail .sg_button-member{
	display: block;
	color: #3d79d5;
	font-weight: 700;
	font-size: 1.6em;
	text-decoration: underline;
	margin: 0 auto 32px;
}
#contents_detail .sg_link-inline{
	color: #3d79d5;
	text-decoration: underline;
}
@media (max-width: 599px){
	#contents_detail .sg_button-member{
		font-size: 6.4vw;
	}
}

#contents_detail .sg_mt-0{
	margin-top: 0;
}
#contents_detail .sg_mb-0{
	margin-bottom: 0!important;
}
#contents_detail .sg_mb-1{
	margin-bottom: 1em;
}
#contents_detail .sg_inline-color{
	color: #3d79d5;
}

#contents_detail .contents_title{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0;
}
@media (max-width: 599px){
	#contents_detail .contents_title{
		font-size: 5vw;
	}
	#contents_detail .sg_button{
		font-size: 4vw;
		width: 100%;
	}
}

#contents_detail .contents_date{
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.5em;
	align-items: center;
	margin-top: .75em;
	font-size: 12px;
	opacity: .8;
}
#contents_detail .contents_date p{
	margin-bottom: 0;
	font-weight: 500!important;
}
#contents_detail .contents_date time{
	font-weight: 500!important;
}

#contents_detail .contents_thumb{
	margin: 2em 0;
}
#contents_detail .contents_thumb img{
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.1),0 4px 8px -4px rgba(0,0,0,.2);
}
#contents_detail .post_content{
	margin: 0;
	padding: 0 16px;
	font-size: 16px;
}
@media (max-width: 959px){
	#contents_detail .post_content{
		padding: 0;
	}
}

#contents_detail .post_content ul{
	padding-left: 1.5em;
	margin-bottom: 2em;
}
#contents_detail .post_content ul li{
	line-height: 1.5;
	margin: .25em 0;
	list-style: disc;
	text-align: justify;
}
#contents_detail .post_content ul.sg_list-decimal li{
	list-style: decimal;
}
@media (max-width: 599px){
	#contents_detail .post_content ul li{
		font-size: 4vw;
	}
}

#contents_detail .post_content figure{
	margin: 0 0 2em;
}
#contents_detail .post_content figure.sg_imgsize-m{
	text-align: center;
}
#contents_detail .post_content figure.sg_imgsize-m img{
	max-width: 600px;
	width: 100%;
}
#contents_detail .post_content figcaption{
	color: inherit;
	display: block !important;
	font-size: .8em;
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: .75em;
	opacity: .8;
	text-align: center;
}

#contents_detail .post_content .sg_cap-box{
	display: flex;
	border: 3px solid #F7B637;
	border-radius: 20px;
	padding: 2em;
	background-color: #fff;
	grid-gap: 1.5em;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
}
#contents_detail .post_content .sg_cap-box .sg_cap-box-img{
	flex-basis: 40%;
	flex-grow: 0;
}
@media (max-width: 781px){
	#contents_detail .post_content .sg_cap-box .sg_cap-box-img{
		flex-basis: 100%!important;
	}
}

#contents_detail .post_content .sg_cap-box .sg_cap-box-img figure{
	margin: 0;
	text-align: center;
}
#contents_detail .post_content .sg_cap-box .sg_cap-box-img figure img{
	border-radius: 9999px;
}
#contents_detail .post_content .sg_cap-box .sg_cap-box-contents{
	flex-basis: 0;
	flex-grow: 1;
	line-height: 1.6;
}
#contents_detail .post_content .sg_cap-box .sg_cap-box-contents p{
	margin-bottom: 1em;
}
#contents_detail .post_content .sg_cap-box .sg_cap-box-contents .sg_cap-box-name span{
	color: #e15e14;
}
#contents_detail .post_content .sg_cap-box .sg_cap-box-contents .sg_cap-box-text{
	margin-bottom: 0;
}

#contents_detail .post_content .sg_cap-box.simple{
	border-radius: 0;
	border: none;
	margin-bottom: 2em;
	flex-wrap: nowrap;
}
#contents_detail .post_content .sg_cap-box.simple .sg_cap-box-img{
	flex-basis: 31%;
}
#contents_detail .post_content .sg_cap-box.simple .sg_cap-box-contents{
	flex-basis: 66%;
}
#contents_detail .post_content .sg_cap-box.simple .sg_cap-box-contents .sg_cap-box-text{
	font-size: .75em;
	line-height: 2;
}
@media (max-width: 781px){
	#contents_detail .post_content .sg_cap-box.simple{
		flex-wrap: wrap;
	}
}
@media (max-width: 599px){
	#contents_detail .post_content .sg_cap-box.simple{
		padding: 1.5em;
	}
	#contents_detail .post_content .sg_cap-box.simple .sg_cap-box-contents .sg_cap-box-text{
		font-size: 3vw;
	}
}


#contents_detail .post_content .post_index{
	background: #fff;
	border-radius: 10px;
	border: 1px solid hsla(0,0%,78%,.5);
	padding: 1.25em;
	margin: 4em 0;
}
#contents_detail .post_content .post_index .post_index-title{
	border-bottom: 1px dashed hsla(0,0%,78%,.5);
	margin-bottom: 1em;
	padding: 0 .5em .75em;
	display: block;
	font-size: 1.2em;
	line-height: 1;
	color: #e15e14;
}
@media (max-width: 599px){
	#contents_detail .post_content .post_index .post_index-title{
		font-size: 4.8vw;
	}
}

#contents_detail .post_content .post_index .post_index-list{
	counter-reset: toc 0;
}
#contents_detail .post_content .post_index .post_index-list li{
	margin: .25em 0 .25em 2em;
	line-height: 1.6;
	position: relative;
}
#contents_detail .post_content .post_index .post_index-list li:not(:first-of-type){
	margin-top: 0.5em;
}
@media (max-width: 599px){
	#contents_detail .post_content .post_index .post_index-list li{
		font-size: 4vw;
	}
}

#contents_detail .post_content .post_index .post_index-list li::before{
	border-right: 1px solid;
	content: counters(toc, "-");
	counter-increment: toc;
	display: block;
	letter-spacing: -.1px;
	line-height: 1.1;
	padding: 0 .5em 0 0;
	position: absolute;
	right: calc(100% + .5em);
	top: .25em;
	-webkit-transform: scale(.95);
	transform: scale(.95);
	white-space: nowrap;
	width: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
}

#contents_detail .post_content .sg_balloon{
	display: flex;
	margin-bottom: 2em;
}
#contents_detail .post_content .sg_balloon .sg_balloon-icon{
	width: 80px;
	flex-shrink: 0;
	text-align: center;
}
@media (max-width: 599px){
	#contents_detail .post_content .sg_balloon .sg_balloon-icon{
		width: 60px;
	}
}

#contents_detail .post_content .sg_balloon .sg_balloon-icon .sg_balloon-img{
	border-radius: 50%;
	border: 2px solid #ececec;
}
#contents_detail .post_content .sg_balloon .sg_balloon-icon .sg_balloon-name{
	display: block;
	font-size: 10px;
	line-height: 1;
	opacity: .8;
	padding-top: 4px;
	font-weight: 500!important;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif!important;
}
#contents_detail .post_content .sg_balloon .sg_balloon-body{
	padding: 8px 24px;
	align-items: flex-start;
	display: flex;
	flex-basis: 100%;
	justify-content: flex-start;
}
#contents_detail .post_content .sg_balloon .sg_balloon-body .sg_balloon-text{
	background: #f7f7f7;
	border-color: #ccc;
	border-radius: 8px;
	color: #333;
	line-height: 1.6;
	padding: 1em;
	position: relative;
	box-sizing: border-box;
}
#contents_detail .post_content .sg_balloon .sg_balloon-body .sg_balloon-text p{
	margin-bottom: 0;
}
#contents_detail .post_content .sg_balloon .sg_balloon-body .sg_balloon-text::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 16px;
	left: -10px;
	display: block;
	border-style: solid;
	border-color: transparent;
	border-right-color: #f7f7f7;
	border-width: 8px 10px 8px 0;
	z-index: 3;
}

#contents_detail .post_content .sg_has-background{
	padding: 2em;
	background: #fff;
	margin-bottom: 2em;
}
#contents_detail .post_content .sg_flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents_detail .post_content .sg_flex-container .sg_flex-item{
	width: 48.5%;
	box-sizing: border-box;
}
@media (max-width: 781px){
	#contents_detail .post_content .sg_flex-container .sg_flex-item.width{
		width: 100%;
	}
}
@media (max-width: 599px){
	#contents_detail .post_content .sg_has-background{
		padding: 1.5em;
	}
}

#contents_detail .post_content .sg_recipe-material h3,
#contents_detail .post_content .sg_recipe-material h4{
	margin-top: 0;
	margin-bottom: 0.5em;
}
#contents_detail .post_content .sg_recipe-material table th,
#contents_detail .post_content .sg_recipe-material table td{
	font-size: 13px;
}


#contents_detail .post_content .sg_flex-recipe{
	display: flex;
	gap: 1.5em;
	align-items: flex-start;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
#contents_detail .post_content .sg_flex-recipe .sg_flex-recipe-img{
	flex-basis: 0;
	flex-grow: 1;
}
#contents_detail .post_content .sg_flex-recipe .sg_flex-recipe-img figure{
	margin: 0;
}
#contents_detail .post_content .sg_flex-recipe .sg_flex-recipe-text{
	flex-basis: 33.33%;
	flex-grow: 0;
	border: 0.1px dashed white;
	box-sizing: border-box;
}
@media (max-width: 781px){
	#contents_detail .post_content .sg_flex-recipe .sg_flex-recipe-text{
		flex-basis: 100%;
	}
}

#contents_detail .post_content .sg_flex-recipe .sg_flex-recipe-text p{
	border: dashed 2px hsla(0,0%,78%,.5);
	padding: 1.5em;
	margin-bottom: 0;
}
#contents_detail .post_content .sg_recipe-flow{
	margin-bottom: 2em;
}
#contents_detail .post_content .sg_recipe-step{
	margin-bottom: 0 !important;
	padding: 0 0 1em 64px;
	position: relative;
}
#contents_detail .post_content .sg_recipe-step:last-of-type{
	padding-bottom: 0;
}
#contents_detail .post_content .sg_recipe-step:not(:last-of-type)::before{
	border-left: 1px dashed hsla(0,0%,78%,.5);
	content: "";
	display: block;
	height: 100%;
	left: 23px;
	position: absolute;
	top: 0;
	width: 0;
}
@media (max-width: 599px){
	#contents_detail .post_content .sg_recipe-step:not(:last-of-type)::before{
		display: none;
	}
}

#contents_detail .post_content .sg_recipe-step p:last-child{
	margin-bottom: 1em;
}

#contents_detail .post_content .sg_recipe-step .sg_recipe-number{
	position: absolute;
	box-sizing: content-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 48px;
	justify-content: center;
	left: 0;
	line-height: 1;
	text-align: center;
	top: 0;
	width: 48px;
	background-color: #d30112;
	border-radius: 50%;
	font-size: 20px;
}
#contents_detail .post_content .sg_recipe-step .sg_recipe-title{
	min-height: 48px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	font-size: 1.25em;
}
@media (max-width: 599px){
	#contents_detail .post_content .sg_recipe-step .sg_recipe-title{
		font-size: 5vw;
	}
}
#contents_detail .post_content .sg_recipe-step .sg_recipe-step-body{
	margin-top: 1em;
}
@media (max-width: 599px){
	#contents_detail .post_content .sg_recipe-step .sg_recipe-step-body{
		margin-left: -48px;
	}
}

#contents_detail .post_content .sg_recipe-step .sg_recipe-step-body figure.sg_fullsize{
	margin-bottom: 1em;
}
#contents_detail .post_content .sg_recipe-step .sg_recipe-step-body figure.sg_fullsize img{
	max-width: 482px;
	width: 100%;
}

#contents_detail .sg_postlink{
	display: flex;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .08);
	color: #333;
	position: relative;
	padding: 24px;
	align-items: center;
	margin-bottom: 2em;
	transition: box-shadow .25s;
}
@media (max-width: 599px){
	#contents_detail .sg_postlink{
		padding: 16px;
	}
}
#contents_detail .sg_postlink:hover{
	box-shadow: 0 4px 16px rgba(0,0,0,.1),0 12px 28px -12px rgba(0,0,0,.05);
}
#contents_detail .sg_postlink .sg_post-thumb{
	width: 21%;
	margin: 0 1em 0 0;
	flex-shrink: 0;
}
@media (max-width: 599px){
	#contents_detail .sg_postlink .sg_post-thumb{
		width: 40%;
	}
}
#contents_detail .sg_postlink .sg_post-thumb figure{
	margin: 0;
	position: relative;
}
#contents_detail .sg_postlink .sg_post-thumb figure::before{
	content: "";
	display: block;
	height: 0;
	padding-top: 56.25%;
}
#contents_detail .sg_postlink .sg_post-thumb figure img{
	position: absolute;
	object-fit: cover;
	display: block;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100% !important;
	top: 0;
	left: 0;
	transition: transform .25s, -webkit-transform .25s;
}
#contents_detail .sg_postlink .sg_post-body .sg_post-title{
	line-height: 1.4;
}
#contents_detail .sg_postlink .sg_post-body .sg_post-detail{
	display: block;
	font-size: .8em;
	line-height: 1.4;
	margin-top: .5em;
	opacity: .8;
	word-break: break-word;
}
@media (max-width: 959px){
	#contents_detail .sg_postlink .sg_post-body .sg_post-detail{
		display: none;
	}
}


#contents_detail .sg_postlink .sg_post-caption{
	position: absolute;
	display: inline-block;

	bottom: 8px;
	right: 8px;
	opacity: .8;

	transform: scale(.8);
	transform-origin: 100% 100%;

	font-size: 11px;
	line-height: 2;
	padding: 0 .5em;
	z-index: 1;
}
#contents_detail .sg_postlink .sg_post-caption::before{
	content: "";
	position: absolute;
	background-image: url(../images/icon_caption.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 3px;
	width: 9px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	left: -7px;
}
@media (max-width: 599px){
	#contents_detail .sg_postlink .sg_post-body .sg_post-title{
		font-size: 3.6vw;
	}
	#contents_detail .sg_postlink .sg_post-caption{
		font-size: 10px;
		bottom: 2px;
		right: 4px;

		display: none;
	}
}


#contents_detail .sg_topics{
	border-radius: 20px;
	border: solid 4px hsla(0,0%,78%,.15);
	padding: 1.5em;
}
#contents_detail .sg_topics .sg_tipics-title{
	font-size: 1.25em;
}
@media (max-width: 599px){
	#contents_detail .sg_topics .sg_tipics-title{
		font-size: 5vw;
	}
}

#contents_detail .sg_block-faq {
	margin-bottom: 3rem;
	padding-left: 0 !important;
}
#contents_detail .sg_block-faq li:first-of-type{
	border-top: 1px dotted #231815;
}
#contents_detail .sg_block-faq li {
	border-bottom: 1px dotted #231815;
	padding: 45px 20px;
}
@media screen and (max-width: 768px) {
	#contents_detail .sg_block-faq li {
		padding: 20px 10px;
	}
}
#contents_detail .sg_faq_q {
	font-weight: 700;
	line-height: 1.5;
	padding: 0 1em 0 3em;
	position: relative;
	color: #E16018;
	font-size: 17px;
	margin-bottom: 35px;
}
@media screen and (max-width: 768px){
	#contents_detail .sg_faq_q{
		margin-bottom: 25px;
		font-size: 16px;
	}
}
@media (max-width: 599px){
}
#contents_detail .sg_faq_q:before {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 40px;
	background-image: url(../images/question.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#contents_detail .sg_faq_a {
	line-height: 1.5;
	padding: 0 1em 0 51px;
	position: relative;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	font-size: 19px;
}
@media screen and (max-width: 768px){
	#contents_detail .sg_faq_a{
		padding-left: 48px;
	}
	#contents_detail .sg_faq_a p{
		font-size: 16px;
	}
}
@media (max-width: 599px){
}
#contents_detail .sg_faq_a:before {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	top: -6px;
	width: 30px;
	height: 40px;
	background-image: url(../images/answer.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#contents_detail .sg_block-faq figure.sg_fullsize img{
	max-width: 512px;
	width: 100%;
}
#contents_detail .sg_block-faq p{
	margin-bottom: 0;
}
#contents_detail .contents_list{
	padding: 0;
}
#contents_detail .sg_button-pl-wrap{
	display: flex;
	justify-content: center;
}
#contents_detail .sg_button-pl{
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}
@media (max-width: 599px){
	#contents_detail .sg_button-pl{
		font-size: 4.5vw;
	}
}

#contents_detail .sg_button-pl:hover{
	color: #f00;
}


/*ニュース一覧*/
.contents_list .news-item:nth-child(n+7) {
	display: none;
}
.more-btn .button {
	max-width: 310px;
	margin: 0 auto;
}
.more-btn .button .more {
	display: block;
	font-size: 25px;
	color: #FFF;
	position: relative;
	text-align: center;
	padding: 3px 10px;
	padding: 5px 10px 0 \0;
	background: #F7B635;
	transition: 0.3s all ease-in-out 0s;
}
.more-btn .button .more:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 4px;
	bottom: 4px;
	border: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	border-right: 6px solid #FFF;
}
.more-btn .button .more.loading {
	color: #F7B635;
}

.loader {
	position: absolute;
	top: 64%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: 0.2s;
}
.loading .loader {
	opacity: 1;
}
.line-scale > div {
	background-color: #fff;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}
.line-scale > div:nth-child(1) {
	-webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
	-webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
	-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
	-webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
	-webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

@-webkit-keyframes line-scale {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1); }
		50% {
			-webkit-transform: scaley(0.4);
			transform: scaley(0.4); }
			100% {
				-webkit-transform: scaley(1);
				transform: scaley(1); }
			}
			@keyframes line-scale {
				0% {
					-webkit-transform: scaley(1);
					transform: scaley(1); }
					50% {
						-webkit-transform: scaley(0.4);
						transform: scaley(0.4);}
						100% {
							-webkit-transform: scaley(1);
							transform: scaley(1); }
						}

						@media screen and (max-width: 480px) {
							.more-btn .button {
								max-width: 200px;
							}
							.more-btn .button .more {
								font-size: 16px;
							}
							.line-scale > div {
								height: 24px;
							}
						}


#contents_detail .post_content figure.sg_illustration{
	text-align: center;
}
#contents_detail .post_content figure.sg_illustration img{
	max-width: 359px;
	width: 100%;
}
