@charset "UTF-8";

.outline {
	padding: 60px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
	.outline {
		padding: 45px;
	}
}
@media screen and (max-width: 559px) {
	.outline {
		padding: 45px 0;
	}
}
@media screen and (max-width: 430px) {
	.outline {
		padding: 45px 0;
	}
}

.related-title {
	text-align: center;
}


/***************************************************
 * ページナビゲーション
 * ************************************************/

nav.navigation {
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 60px 0 0;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: flex;
    justify-content: center;
}
nav.navigation .page-numbers {
	display: inline-block;
	margin: 0 18px;
	padding: 0 1em;
	border-radius: 4px;
	width: auto;
	height: 48px;
	line-height: 48px;
}
nav.navigation .nav-links span.current {
	background: #F6FDFC;
	color: #FFAE00;
}
nav.navigation a {
	display: inline-block !important;
	color: #FFF;
}
nav.navigation .nav-links a.page-numbers {
	background: #FFAE00;
	color: #FFF;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	width: auto;
}

@media screen and (max-width: 768px) {
	nav.navigation {
		display: block;
	}
	nav.navigation .page-numbers {
		margin: 0 6px;
		padding: 0 12px;
	}
}
@media screen and (max-width: 559px) {
	nav.navigation .page-numbers {
		margin: 0 6px;
		padding: 0 12px;
	}
}



/***************************************************
 * ビフォーアフター
 * home.php
 * archive.php
 * single.php
 * ************************************************/

/* カテゴリリンク
 * ************************************************/

a.category {
	display: inline-block;
	color: #FFF;
}
a.category span {
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 12px;
	border-radius: 60px;
}
span.cat-hoardinghouse {
	background: #FC0054;
}
span.cat-clean {
	background: #7A403D;
}
span.cat-kitchen {
	background: #08B0B9;
}
span.cat-bathroom {
	background: #0469C1;
}
span.cat-restroom {
	background: #438763;
}
span.cat-pet {
	background: #F9A200;
}

@media screen and (max-width: 1194px) {
}
@media screen and (max-width: 768px) {
	a.category span {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 559px) {
	a.category span {
		font-size: 1rem;
	}
}

.description {
	margin-bottom: 60px;
	    padding: 0 60px;
}
.beforeafter-items {
	margin-top: 60px;
}

ul.beforeafter-list {
	overflow: hidden;
	margin: -30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.beforeafter-list li {
	width: calc(100%/2 - 18px);
	margin-top: 30px;
}
ul.beforeafter-list li span.category a {
	display: inline-block;
	padding: 5px 18px;
    font-size: .8em;
}
ul.beforeafter-list li a.permalink {
	display: block;
	text-decoration: none;
}
ul.beforeafter-list li a.permalink p.post-title {
	    text-decoration: none;
    margin: 6px 0;
    font-size: 1.4rem;
    color: #333;
}


ul.beforeafter-list li dl {
	width: 100%;
	margin-top: 12px;
	display: table;
	position: relative;
}
ul.beforeafter-list li dt,
ul.beforeafter-list li dd {
	width: calc(100%/2);
	display: table-cell;
	vertical-align: middle;
}
ul.beforeafter-list li dt span,
ul.beforeafter-list li dd span {
	display: inline-block;
	    text-align: center;
    position: absolute;
    bottom: 0;
    font-size: .7em;
    background: #FFAE00;
    color: #FFF;
    padding: 1px 12px;
    border-radius: 0 12px 0 0;
}
ul.beforeafter-list li dt div,
ul.beforeafter-list li dd div {
	overflow: hidden;
	position: relative;
}
ul.beforeafter-list li dt div {
	border-radius: 18px 0 0 18px;
}
ul.beforeafter-list li dd div {
	border-radius: 0 18px 18px 0;
}
ul.beforeafter-list li img.copyright {
	position: absolute;
	bottom: 6px;
	right: 5px;
}
ul.beforeafter-list li dl img.ba-arrow {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.back-button {
	display: block;
	text-align: center;
	margin-top: 45px;
}

@media screen and (max-width: 1194px) {
	.description {
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	ul.beforeafter-list li {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	ul.beforeafter-list li {
		margin-top: 18px;
	}
}
@media screen and (max-width: 320px) {
	
}




/* single-beforeater
 * ************************************************/

.single_inner {
	padding: 0 30px;
}
#single-beforeater .single-beforeater-title {
	font-size: 3.2rem;
}
#single-beforeater .beforeafter-image {
	margin: 45px 0 0;
	display: flex;
    gap: 60px;
	position: relative;
}
#single-beforeater .beforeafter-image img.ba-arrow {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#single-beforeater .beforeafter-image div {
	width: 100%;
	position: relative;
}
#single-beforeater .beforeafter-image div img {
	border-radius: 12px;
}
#single-beforeater .beforeafter-image div p.ba {
	text-align: center;
	position: absolute;
	bottom: 2vw;
	left: 50%;
	transform: translateX(-50%);
}
#single-beforeater .beforeafter-image div p.ba span {
	display: inline-block;
    text-align: center;
    color: #000;
    background: #FFF;
    border-radius: 30px;
    padding: 2px 22px;
}

@media screen and (max-width: 1194px) {
	#single-beforeater .beforeafter-image {
		gap: 45px;
	}
}
@media screen and (max-width: 768px) {
	#single-beforeater .single-beforeater-title {
		font-size: 4vw;
	}
	#single-beforeater .beforeafter-image {
		gap: 30px;
	}
	#single-beforeater .beforeafter-image div p.ba span {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 559px) {
	#single-beforeater .single-beforeater-title {
		font-size: 5.2vw;
	}
	#single-beforeater .beforeafter-image {
	    flex-direction: column;
	}
	#single-beforeater .beforeafter-image img.ba-arrow {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	#single-beforeater .beforeafter-image div p.ba {
		bottom: 5vw;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 380px) {
	
}
@media screen and (max-width: 320px) {
	
}

/* 関連のビフォーアフター
 * ************************************************/

#single-beforeater .related {
	border-top: 6px dotted #FFF4F8;
	padding-top: 60px;
	margin: 60px 0;
}
#single-beforeater .related .related-title {
	position: relative;
}
#single-beforeater .related .related-title .related-titletext {
	max-width: 680px;
    width: 65%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
}
#single-beforeater .related .related-title .related-titletext span {
	color: #FFF;
	background: #FFAE00;
}
#single-beforeater .related .related-title img.jisseki {
	width: 320px;
	position: absolute;
    top: -72%;
    right: 4%;
}

@media screen and (max-width: 1194px) {
	#single-beforeater .related .related-title {
		display: flex;
		flex-direction: column;
	}
	#single-beforeater .related .related-title .related-titletext {
		order: 2;
		width: 100%;
        max-width: 100%;
	}
	#single-beforeater .related .related-title img.jisseki {
		position: static;
		order: 1;
		width: 100%;
        min-width: auto;
	}
}
@media screen and (max-width: 768px) {
	#single-beforeater .related .related-title .related-titletext {
		font-size: 4vw;
	}
}
@media screen and (max-width: 559px) {
	#single-beforeater .related .related-title .related-titletext {
		font-size: 5.2vw;
	}
}



/****************************************
 * カスタム投稿タイプ
 * プロが教えるゴミ屋敷克服へのポイント
 * archive-article.php
 * single-article.php
*****************************************/

#archive-article .article_outline {
	padding: 0 60px;
}
#archive-article ul.article_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: -30px;
}
#archive-article ul.article_list li {
	width: calc(100%/3 - 18px);
	margin-top: 30px;
	margin-right: 27px;
}
#archive-article ul.article_list li:nth-child(3n) {
	margin-right: 0;
}
#archive-article ul.article_list li a.image_link {
	display: block;
	border: 2px solid #FFF;
	border-radius: 12px;
}
#archive-article ul.article_list li a.image_link:hover {
	border: 2px solid #FF82A9;
}
#archive-article ul.article_list li img {
	width: 100%;
	border-radius: 12px;
}
#archive-article ul.article_list li .text {
	padding: 0 12px;
	margin-top: 18px;
}
#archive-article ul.article_list li .text .post_title {
	font-size: 1.8rem;
	line-height: 1.4;
    color: #333;
	margin-bottom: 18px;
}
#archive-article ul.article_list li .text .excerpt {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: .9em;
}
#archive-article ul.article_list li .text .permalink-more {
	text-align: right;
}

@media screen and (max-width: 1194px) {
	#archive-article ul.article_list li {
		width: calc(100%/2 - 15px);
	}
	#archive-article ul.article_list li:nth-child(odd) {
		margin-right: 30px;
	}
	#archive-article ul.article_list li:nth-child(even) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	#archive-article ul.article_list li {
		width: calc(100%/2 - 9px);
	}
	#archive-article ul.article_list li:nth-child(odd) {
		margin-right: 18px;
	}
	#archive-article ul.article_list li:nth-child(even) {
		margin-right: 0;
	}
}
@media screen and (max-width: 559px) {
	#archive-article ul.article_list {
		
	}
	#archive-article ul.article_list li {
		width: 100%;
		display: flex;
		margin-right: 0 !important;
		margin-top: 20px;
		border-bottom: 1px solid #ededed;
		padding-bottom: 20px
	}
	#archive-article ul.article_list li img {
		width: 26vw;
	}
	#archive-article ul.article_list li .text {
		width: calc(100% - 26vw);
        padding-left: 30px;
		margin-top: 0;
	}
	#archive-article ul.article_list li .text .excerpt {
		-webkit-line-clamp: 2;
	}
	#single-article .article_text .article_text_box {
		padding: 45px 0;
	}
	#single-article .article_temp {
		background: url(../images/post/article_temp_bg_sp.png) no-repeat;
		background-position: top right;
		background-size: cover;
		padding: 45px;
	}
	
	#single-article .article_text .women_img img {
		width: 160px;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 430px) {
	#archive-article ul.article_list li .text {
		padding: 0 0 0 18px;
	}
	#archive-article ul.article_list li .text .post_title {
		font-size: 1.7rem;
		margin-bottom: 12px;
	}
	#single-article .article_temp {
		padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	#archive-article ul.article_list li img {
		    width: 24vw;
	}
	#archive-article ul.article_list li .text {
		width: calc(100% - 24vw);
		padding-left: 18px;
	}
	#archive-article ul.article_list li .text .post_title {
		font-size: 1.6rem;
	}
}

#single-article .article-name {
	    background: #FF82A9;
    padding: 18px 60px;
    border-radius: 18px 18px 0 0;
}
#single-article .article-name p {
	color: #FFF;
	font-size: .8em;
}
#single-article .article-image {
	text-align: center;
	width: 100%;
}
#single-article .article-image img {
	border-radius: 18px;
}
#single-article .single-content {
	margin-top: 30px;
}
#single-article .single-share {
	margin-top: 60px;
}
#single-article .single-share ul.sns-list {
	display: flex;
	justify-content: flex-end;
}
#single-article .single-share ul.sns-list li:not(:last-child) {
	margin-right: 18px;
}
#single-article .single-share a.shareBtn {
	display: inline-block;
}
#single-article .article-button {
	text-align: center;
	padding-bottom: 60px;
}

@media screen and (max-width: 559px) {
	#single-article .article-name {
		width: calc(100% + 60px);
		margin-left: -30px;
		padding: 18px 30px;
		border-radius: 0;
	}
	#single-article .article-name span {
		display: block;
	}
	#single-article .article-name p {
		font-size: .7em;
	}
	#single-article .single-share ul.sns-list {
		justify-content: center;
	}
}
@media screen and (max-width: 320px) {
	#single-article .single-share a.shareBtn {
		width: 36px;
		height: 36px;
	}
}


/****************************************
 * カスタム投稿タイプ
 * お客様の声
 * archive-voice.php
 * single-voice.php
*****************************************/

ul#voice_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	border-top: 1px solid #ededed;
}
ul#voice_list li {
	width: calc(100%/2 - 18px);
	padding: 30px 0;
	border-bottom: 1px solid #ededed;
}
ul#voice_list li .voice_item_flex {
	display: flex;
	align-items: stretch;
    height: 100%;
}
ul#voice_list li .voice_item_flex .voice_item_flex___img {
    width: 35%;
}
ul#voice_list li .voice_item_flex .voice_item_flex___img img {
	border-radius: 18px;
	    border: 3px solid #ededed;
}
ul#voice_list li .voice_item_flex .voice_item_flex___txt {
    width: 65%;
	padding-left: 30px;
	display: flex;
    flex-direction: column;
}
ul#voice_list li .voice_item_flex .voice_item_flex___txt .post_title {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 12px 0;
}
ul#voice_list li .voice_item_flex .voice_item_flex___txt .excerpt {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: .9em;
}
ul#voice_list li .voice_item_flex .voice_item_flex___txt .permalink-more {
	text-align: right;
	margin-top: auto;
}

@media screen and (max-width: 1194px) {
	ul#voice_list {
		display: block;
	}
	ul#voice_list li {
		width: 100%;
	}
	ul#voice_list li:nth-child(2) {
		border-top: none;
	}
}
@media screen and (max-width: 559px) {
	ul#voice_list li .voice_item_flex .voice_item_flex___img {
		width: 30%;
	}
	ul#voice_list li .voice_item_flex .voice_item_flex___txt {
		width: 70%;
	}
	ul#voice_list li .voice_item_flex .voice_item_flex___txt .excerpt {
		-webkit-line-clamp: 2;
	}
	
	#single-voice .single_flex {
		flex-direction: column;
		margin: 0;
	}
	#single-voice .single_flex .single_flex___voiceimage {
		width: 100%;
		text-align: center;
	}
	#single-voice .single_flex .single_flex___voicetxt {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	#single-voice .single_flex .single_flex___voicetxt .voice_txt {
		padding: 30px;
	}
}
@media screen and (max-width: 430px) {
	ul#voice_list li {
		width: 100%;
	}
	ul#voice_list li .voice_item_flex {
		flex-direction: row;
	}
	ul#voice_list li .voice_item_flex .voice_item_flex___img {
	}
	ul#voice_list li .voice_item_flex .voice_item_flex___txt {
		padding-left: 18px;
		margin-top: 0;
	}
	ul#voice_list li .voice_item_flex .voice_item_flex___txt .post_title {
		font-size: 1.7rem;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 320px) {
	#archive-voice ul#voice_list li img {
		width: 120px;
	}
	#archive-voice ul#voice_list li .text {
		width: calc(100% - 120px);
	}
	ul#voice_list li .voice_item_flex .voice_item_flex___txt .post_title {
		font-size: 1.6rem;
	}
}


#single-voice .single-voice-flex {
	display: flex;
}
#single-voice .single-voice-flex .single-voice-flex___img {
	text-align: center;
    width: 420px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
#single-voice .single-voice-flex .single-voice-flex___img img {
	border-radius: 18px;
	border: 1px solid #ededed;
}
#single-voice .single-voice-flex .single-voice-flex___text {
	width: calc(100% - 380px);
    line-height: 1;
    margin-top: 60px;
    margin-left: -40px;
    background: #FFF4F8;
	border-radius: 18px;
    padding: 60px 60px 120px 90px;
    min-height: 480px;
	position: relative;
}
#single-voice .single-voice-flex .single-voice-flex___text .voice-msg {
	line-height: 1.8;
}
#single-voice .single-voice-flex .single-voice-flex___text .voice-msg .voice-msg-title {
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 12px;
	color: #FF82A9;
    font-size: 2.2rem;
	border-bottom: 1px solid;
}
#single-voice .single-voice-flex .single-voice-flex___text p.thanks {
	position: absolute;
    bottom: 30px;
    right: 90px;
    font-size: 1.2rem;
}
#single-voice .single-voice-flex .single-voice-flex___text .voice-msg img.illust {
	width: 60px;
	position: absolute;
    bottom: 30px;
    right: 30px;
}
#single-voice .single-voice-button {
	margin-top: 60px;
	text-align: center;
}


@media screen and (max-width: 1194px) {
	#single-voice .single-voice-flex .single-voice-flex___img {
		width: 32vw;
	}
	#single-voice .single-voice-flex .single-voice-flex___text {
		width: calc(100% - 32vw + 40px);
		padding: 45px 45px 142px 75px;
	}
	#single-voice .single-voice-flex .single-voice-flex___text p.thanks {
		max-width: 20vw;
	}
	#single-voice .single-voice-flex .single-voice-flex___text .voice-msg img.illust {
		width: 5vw;
	}
}
@media screen and (max-width: 1024px) {
	#single-voice .single-voice-flex {
		flex-direction: column;
	}
	#single-voice .single-voice-flex .single-voice-flex___img {
        width: 50vw;
        margin: 0 auto;
    }
	#single-voice .single-voice-flex .single-voice-flex___text {
		width: 100%;
		margin: 30px auto 0;
		padding: 45px 45px 150px 45px;
	}
	#single-voice .single-voice-flex .single-voice-flex___text p.thanks {
		max-width: 100%;
		padding-left: 7vw;
	}
	#single-voice .single-voice-flex .single-voice-flex___text .voice-msg img.illust {
		width: 5vw;
	}
}
@media screen and (max-width: 768px) {
    #single-voice .single-voice-flex .single-voice-flex___text {
        padding: 30px;
		min-height: 100%;
    }
	#single-voice .single-voice-flex .single-voice-flex___text p.thanks {
		display: none;
	}
	#single-voice .single-voice-flex .single-voice-flex___text .voice-msg img.illust {
		width: 100%;
		position: static;
		margin-top: 30px;
	}
}
@media screen and (max-width: 559px) {
	#single-voice .single-voice-flex .single-voice-flex___img {
		width: 100%;
	}
	#single-voice .single-voice-flex .single-voice-flex___text {
		padding: 30px;
	}
	#single-voice .single-voice-flex .single-voice-flex___text .voice-msg .voice-msg-title {
		font-size: 2rem;
	}
	#single-voice .single-voice-flex .single-voice-flex___text p.thanks {
		padding-left: 30px;
	}
}
@media screen and (max-width: 380px) {
	#single-voice .single-voice-flex .single-voice-flex___text {
		padding: 30px 20px;
	}
	#single-voice .single-voice-flex .single-voice-flex___text .voice-msg .voice-msg-title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 320px) {
}


/* 関連 *
 * ***************************************/

#single-voice .related {
	    margin-top: 90px;
}

@media screen and (max-width: 1194px) {
	#single-voice .related {
		margin-top: 75px;
	}
}
@media screen and (max-width: 559px) {
	#single-voice .related {
		margin-top: 60px;
	}
}
@media screen and (max-width: 320px) {
	#single-voice .related {
		margin-top: 45px;
	}
}


/****************************************
 * カスタム投稿タイプ：お知らせ
*****************************************/

ul#news-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ededed;
}
ul#news-list li {
	width: 100%;
	padding: 30px 0;
	margin: 0;
	border-bottom: 1px solid #ededed;
	border-radius: 0;
}
ul#news-list li .news_flex {
	display: flex;
}
ul#news-list li .news_flex .news_flex___img {
	width: 320px;
}
ul#news-list li .news_flex .news_flex___txt {
	width: calc(100% - 320px);
	padding-left: 45px;
}
ul#news-list li .news_flex .news_flex___txt time {
	display: block;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
    color: #666;
}
ul#news-list li .news_flex .news_flex___txt .post-title {
	font-size: 2.2rem;
    font-weight: 500;
	margin-bottom: 22px;
}
ul#news-list li .news_flex .news_flex___txt .post-title a.permalink {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
ul#news-list li .news_flex .news_flex___txt .excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 15px;
	font-size: .9em;
}
ul#news-list li .news_flex .news_flex___txt .permalink-more {
	text-align: right;
}


@media screen and (max-width: 1194px) {
	ul#news-list li .news_flex .news_flex___img {
		    width: 26vw;
	}
	ul#news-list li .news_flex .news_flex___txt {
		width: calc(100% - 26vw);
	}
}
@media screen and (max-width: 768px) {
	ul#news-list li .news_flex .news_flex___img {
		    width: 26vw;
	}
	ul#news-list li .news_flex .news_flex___txt {
		width: calc(100% - 26vw);
		padding-left: 30px;
	}
	ul#news-list li .news_flex .news_flex___txt .post-title {
		font-size: 2rem;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 559px) {
	ul#news-list li .news_flex .news_flex___img {
		    width: 26vw;
	}
	ul#news-list li .news_flex .news_flex___txt {
		width: calc(100% - 26vw);
		padding-left: 30px;
	}
	ul#news-list li .news_flex .news_flex___txt .post-title {
		font-size: 1.8rem;
		margin-bottom: 12px;
	}
	ul#news-list li .news_flex .news_flex___txt .excerpt {
	display: none;
	}
}
@media screen and (max-width: 430px) {
	ul#news-list li .news_flex .news_flex___txt {
		padding-left: 18px;
	}
}
@media screen and (max-width: 320px) {
	ul#news-list li .news_flex .news_flex___img {
		    width: 24vw;
	}
	ul#news-list li .news_flex .news_flex___txt {
		width: calc(100% - 24vw);
		padding-left: 18px;
	}
	ul#news-list li .news_flex .news_flex___txt .post-title {
		font-size: 1.6rem;
	}
}

#single-news .news-title {
	padding-bottom: 12px;
}
#single-news .post-title {
	color: #009900;
	margin-bottom: 0;
}
#single-news time {
	display: block;
	text-align: right;
	margin-top: 18px;
	font-weight: 400;
    font-size: .9em;
}
#single-news .news-contents {
	background: #E5FFE5;
}
#single-news .news-contents .single-content {
	
}

@media screen and (max-width: 559px) {
	#single-news .news-contents {
		        width: calc(100% + 60px);
        margin-left: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}



/****************************************
 * single 投稿ページ
*****************************************/

#single .content {
	padding: 50px 160px 60px;
	background: #FFF;
}
#single .meta {
	position: relative;
	margin-bottom: 30px;
}

#single p.date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: .9em;
}
#single p.common-title {
	margin: 10px 0 0;
    color: #ED6103;
    line-height: 1.5;
    font-size: .9em;
}
#single .image {
	margin-top: 35px;
}
#single .image img {
	border-radius: 10px;
}
#single .content-body .box {
	background: #fad6be;
	padding: 25px 30px;
	border-radius: 10px;
	font-size: 16px;
	letter-spacing: .8px;
	line-height: 1.7;
	margin: 30px 0;
}
#single ul.single-tag {
	margin-left: -20px;
	margin-top: -20px;
}
#single ul.single-tag li {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
}
#single ul.single-tag li a {
	display: block;
    position: relative;
    padding: 10px 20px;
    border-radius: 17.5px;
    font-size: 13px;
    overflow: hidden;
    color: #ED6103;
    background: #fad6be;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
	#single .content {
		padding: 50px 40px 60px;
	}
}
@media screen and (max-width: 430px) {
	#single .content {
		padding: 25px 20px 35px;
	}
	#single .category span {
		padding: 5px 12px;
		border-radius: 13px;
		font-size: 10px;
	}
	#single .image img {
		border-radius: 5px;
	}
	#single .content-body .box {
		padding: 15px;
		border-radius: 5px;
	}
}


/***************************************************
 * シェアボタン
 * home.php
 * archive.php
 * single.php
 * ************************************************/

.p-share {
	background: #f6f6f6;
	padding: 30px 0;
	border-radius: 10px;
	margin-top: 50px;
}
.p-share dl {
	display: table;
	width: 100%;
}
.p-share dl dt {
	display: table-cell;
	text-align: center;
	width: 150px;
	vertical-align: middle;
	color: #ED6103;
}
.p-share dl dd {
	display: table-cell;
	vertical-align: middle;
}
.p-share dl dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-share dl dd ul li {
	width: calc(100%/5);
}
.p-share i {
	font-size: 1.5em;
}
.p-share  i.fa-facebook {
	color: #3C5A99;
}
.p-share  i.fa-twitter {
	color: #1DA1F2;
}
.p-share  i.fa-line {
	color: #00B900;
}
.p-share  i.fa-get-pocket {
	color: #ee4056;
}
.p-share i.fa-hatena:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold;
	color: #5279E7;
}

@media screen and (max-width: 430px) {
	.p-share dl dt {
		width: 80px;
	}
	.p-share i {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 380px) {
	.p-share dl dt {
		width: 70px;
		font-size: .7em;
	}
}
@media screen and (max-width: 320px) {
	.p-share dl dt {
		width: 60px;
	}
}