/*========================
共通 
========================*/

html {
	font-size: 10px;
}

body {
	font-size: clamp(1.8rem, 1vw + 1rem, 2rem);
	line-height: normal;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		"Hiragino Sans", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN W6",
		"Yu Gothic", "Meiryo", sans-serif;
	font-weight: normal;
}

h2 {
	font-size: clamp(2.2rem, 1vw + 1.5rem, 2.6rem);
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	font-family:
		"Hiragino Mincho Pro",
		/* macOS */
		"Hiragino Mincho ProN",
		/* macOS 古い版 */
		"Yu Mincho",
		/* Windows */
		"MS PMincho",
		/* Windows */
		"YuMincho",
		/* Windows 代替 */
		serif;
	/* その他・フォールバック */
	font-weight: bold;

}

h2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	width: 100px;
	height: 2px;
	background: linear-gradient(to right, #dc5863 0%, #aa2d35 100%);
}

h3 {
	font-size: clamp(2rem, 1vw + 1.2rem, 2.3rem);
}

a {
	text-decoration: none;
}

ol {
	list-style-type: decimal;
	/* 1. 2. 3. を復活 */
	padding-left: 1.5em;
}

ul {
	list-style-type: disc;
	/* 黒丸に変更 */
	padding-left: 1.5em;
	/* インデント調整 */
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.column {
	flex-direction: column;
}

.title {
	margin: 20px auto;
	width: 90%;
	max-width: 500px;
	aspect-ratio: 10.376/1;
	background-image: url(../img/title.png);
	background-size: contain;
}

header {
	width: 100%;
	padding: .2em 0;
	background-color: #f5f1de;
	gap: 16px;
	font-weight: bold;
}

header a {
	color: #8f6c29;
	padding: .7em;
	font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
	border-radius: 10px;
	transition: color .3s, background-color .3s;
}

header a:hover {
	color: #fff;
	background-color: #8f6c29;
}

@media screen and (max-width:768px) {
	.pc-only {
		display: none;
	}
}

@media screen and (min-width:769px) {
	.sp-only {
		display: none;
	}

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

section {
	width: 95%;

	margin: 40px auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

small {
	font-size: .7em;
}

.mincho {
	font-family:
		"Hiragino Mincho Pro",
		/* macOS */
		"Hiragino Mincho ProN",
		/* macOS 古い版 */
		"Yu Mincho",
		/* Windows */
		"MS PMincho",
		/* Windows */
		"YuMincho",
		/* Windows 代替 */
		serif;
	/* その他・フォールバック */
}

footer {
	width: 100%;
	padding: 40px 20px;
	background-color: #8f6c29;
	font-size: .75em;
	color: #fff;
	gap: 30px;
}

.footer-icon {
	gap: 20px;
}

.footer-icon a {
	transition: opacity .3s;
	width: 50px;
}

.footer-icon a:hover {
	opacity: .7;
}

.footer-icon img {
	width: 100%;
}

.footer-info,
.footer-link {
	max-width: 800px;
	gap: 2em;
	flex-wrap: wrap;
}

.footer-info span {
	display: inline-block;
}




/*========================
index.html
========================*/

.glide {
	width: 100%;
}

.glide-top {
	margin: 0 auto;
	max-width: 1200px;
}

.glide__slide {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 1.958/1;
	position: relative;
}

.glide__slides {
	width: 100%;
}

.slide01 {
	position: relative;
	background-image: url(../img/slide-01.png);
}

.slide02 {
	background-image: url(../img/slide-02.png);
}

.slide03 {
	background-image: url(../img/slide-03.png);
}

.slide01-text {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 20px;
}

.slide-01-sp,
.slide-02-sp,
.slide-03-sp {
	width: 100%;
	aspect-ratio: 0.604/1;
}

.slide-01-sp {
	background-image: url(../img//slide-01-sp.png);
}

.slide-02-sp {
	background-image: url(../img//slide-02-sp.png);
}

.slide-03-sp {
	background-image: url(../img//slide-03-sp.png);
}

.intro-circle-slide {
	min-width: 0 !important;
	width: 175px !important;
	height: 175px !important;
	line-height: 1;
	font-size: .9em;
}

.slide01-text-title>p {
	font-weight: bold;
	font-size: 1.75em;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.main-menu-bg {
	position: absolute;
	background-color: rgb(255, 255, 255, .5);
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	padding: 20px 0;
	width: 100%;
}

.menu-bg {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-image: url(../img/slide-bg.png);
	background-size: contain;
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 45px 20px;
}

.mein-menu-title {
	height: 8vw;
	max-height: 90px;
}

.menu-explain {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.menu-text {
	color: #8f6c29;
}

.menu-text-area {
	color: #fff;
	background: linear-gradient(to right, #dc5863 0%, #aa2d35 100%);
	padding: 0 .5em;
}

.area-aircon {
	background: linear-gradient(to right, #8f6c29 0%, #C5B695 100%);
}

.menu-link {
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	border-radius: 9999px;
	border: 1px solid #dc0033;
	padding: .5em 1em;
	width: 12em;
	transition: opacity 0.3s ease;
}

.menu-link svg {
	margin-left: 1em;
	transition: transform 0.3s;
}

.menu-link:hover svg {
	transform: translateX(16px);
}

.menu-link-01 {
	color: #dc0033;
}

.menu-link-02 {
	border-color: #007882;
	color: #007882;
}

.menu-link:hover {
	opacity: .7;
}

/* ガイド丸ポッチ */
.glide__bullets {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.glide__bullet {
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	border: none;
}

/* 選択中のポッチの色 */
.glide__bullet--active {
	background: #dc0033;
}

.introduce {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 40px;
}

.intro-01 {
	background-image: url(../img/title_sub_pc.png);
	aspect-ratio: 4.15/1;
	max-width: 1000px;
}

.intro-02 {
	background-image: url(../img/introduce-pc.png);
	aspect-ratio: 2.5/1;
	max-width: 700px;
}

.intro-point {
	width: 100%;
	flex-wrap: wrap;
	gap: 18px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.intro-circle {
	width: 30%;
	min-width: 250px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: radial-gradient(circle, #dc5863 0%, #aa2d35 100%);
	color: #fff;
	padding: 1em;
	box-sizing: border-box;
}

.intro-circle p {
	text-align: center;
}

.second-contents {
	width: 100%;
	max-width: 1200px;
	padding: 40px;
}

.second-contents-color {
	width: 100%;
	background-color: #f9f6e9;
}

.service-item {
	width: 100%;
	max-width: 800px;
	margin-bottom: 60px;
	padding: 10px;
	background-color: #fff;
}

.service-item-content {
	margin-bottom: 1em;
	gap: 10px;
}

.service-item-img {
	width: 40%;
}

.service-item-title {
	height: 50px;
	width: auto;
	/* object-fit: contain; */
}

.service-item-sub {
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em;
}

.service-item-explain {
	margin: 0 1.1em;
}

.service-item-explain span {
	display: inline-block;
	margin-right: .5em;
}

.item-price {
	padding: 1em;
	background-color: #fcf4c8;
	color: #8f6c29;
	font-weight: bold;
}

.service-feature-title {
	color: #dc0033;
	gap: 1em;
	width: 100%;
}

.service-feature {
	width: 100%;
}

.service-feature-title::before {
	content: "";
	width: 30%;
	aspect-ratio: 9.261/1;
	background-image: url(../img/service-feature-title_before.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.service-feature-title::after {
	content: "";
	width: 30%;
	aspect-ratio: 9.261/1;
	background-image: url(../img/service-feature-title_after.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.service-feature p {
	margin: 1em auto;
	max-width: 500px;
}

.flow {
	width: 100%;
	gap: 16px;
	align-items: stretch;
	align-items: flex-start;
}

.flow-item {
	position: relative;
	width: 22%;
}

.flow-item:not(:last-child)::before {
	content: "";
	position: absolute;
	right: -17%;
	top: 157px;
	background-image: url(../img/arrow-right-02.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.75em;
	aspect-ratio: 0.945/1;
	z-index: 2;
}

.flow-item-bg {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	aspect-ratio: 1.15/1;
}

.flow-item-bg-01 {
	background-image: url(../img/flow-01.png);
}

.flow-item-bg-02 {
	background-image: url(../img/flow-02.png);
}

.flow-item-bg-03 {
	background-image: url(../img/flow-03.png);
}

.flow-item-bg-04 {
	background-image: url(../img/flow-04.png);
}

.flow-item-title {
	width: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #8f6c29;
	padding: 1em .25em;
	border-radius: 0 0 10px 10px;
	text-align: center;
	height: 5em;
}

.flow-item-text {
	font-size: .8em;
	text-align: justify;
	padding: 5px;
}

.glide-review-slide {
	width: 100%;
}

.glide-review {
	width: 100%;
}

.news {
	border-bottom: thin dotted #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	justify-content: flex-start;
	gap: 16px;
}

.news-date {
	font-weight: bold;
}

.news-category {
	background-color: #D8545F;
	color: #fff;
	border-radius: 10px;
	padding: 0px 10px;
}

.news-title {
	border-bottom: 2px dotted #D8545F;
	padding-bottom: .2em;
	transition: color .1s;
	color: #aa2d35;
}

.news-title:hover {
	border-style: solid;
	color: #dc0033;
}

.bnr-enishi {
	display: block;
	margin: 80px auto 0 auto;
	width: 80%;
	max-width: 400px;
	transition: opacity .2s;
}

.bnr-enishi img {
	width: 100%;
}

.bnr-enishi:hover {
	opacity: .7;
}

.post-list {
	margin-top: 2em;
	justify-content: flex-end;
}

.txt-deco {
	width: 100%;
	margin-bottom: 40px;
	aspect-ratio: 8.889/1;
	background-image: url(../img/txt-deco.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-contact {
	width: 100%;
	align-items: stretch;
	gap: 20px;
}

.footer-contact a {
	width: 49%;
	max-width: 400px;
	transition: opacity .3s;
}

.footer-contact a:hover {
	opacity: .7;
}

.footer-contact img {
	width: 100%;
}

.footer-shikiri {
	background-color: #999;
	width: 1px;
}



.footer-bar-bg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, #dc5863 0%, #aa2d35 100%);
}

.footer-bar {
	margin: 10px auto;
	width: 85%;
	max-width: 1200px;
	justify-content: space-between;
	color: #fff;
	padding: 8px 0;
	z-index: 1000;
	gap: 3%;
}

.footer-bar a {
	transition: opacity .3s;
}

.footer-bar a:hover {
	opacity: .7;
}

.footer-bar a img {
	width: 100%;
}

.footer-bar-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-bar-sp a {
	width: 50%;
}

.footer-bar-sp a img {
	width: 100%;
}


@media screen and (max-width:768px) {

	.intro-01 {
		background-image: url(../img/title_sub_sp.png);
		aspect-ratio: 1.735/1;
		max-width: 400px;
	}

	.intro-02 {
		background-image: url(../img/introduce-sp.png);
		aspect-ratio: 0.888/1;
		max-width: 330px;
	}

	.second-contents {
		padding: 20px;
	}

	.service-item-content {
		flex-direction: column-reverse;

	}

	.service-item-img {
		width: 100%;
	}

	.flow {
		flex-direction: column;
		gap: 20px;
	}

	.flow-item {
		width: 100%;
	}

	.flow-item:not(:last-child)::before {
		display: none;
	}

	.flow-item:not(:last-child)::after {
		content: "";
		position: relative;
		background-image: url(../img/arrow-right-02.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 1.75em;
		aspect-ratio: 0.945/1;
		z-index: 2;
		transform: rotate(90deg);
	}

	.footer-contact {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 40px;
	}

	.footer-contact a {
		width: 100%;
		max-width: 375px;
	}


}

@media screen and (max-width:434px) {
	header {
		gap: 10px;
	}

	header a {
		padding: .7em 0;
	}

	.footer-bar {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

}



/* =======================================================================
   展開メニュー
========================================================================== */

.accordion-kakomi {
	margin-bottom: 40px;
	padding: 20px;
	border: #dc0033 dotted 1px;
	background-color: #fff;
	box-sizing: border-box;
}

.toggle,
.toggle-radio {
	display: none;
}

.Label {
	padding-bottom: 20px;
	display: inline-flex;
	color: #fff;
	justify-content: flex-start;
	align-items: center;
	border-bottom: #dc0033 solid 1px;
}

.Label-kigou-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dc0033;
	width: 30px;
	height: 30px;
	transition: .2s;
}

.Label-kigou {
	width: 20px;
	height: 2px;
	background-color: #fff;
	transform: rotate(0deg);
	transition: .3s;
}


.Label-kigou::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transform: rotate(90deg);
	transition: .3s;
}

.Label-text {
	width: calc(100% - 35px);
}

.Label,
.accordion-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.accordion-content {
	/*本文*/
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	color: #935436;
}

.toggle:checked+.Label+.accordion-content {
	/*開閉時*/
	height: auto;
	padding: 20px 20px 0;
	transition: all .3s;
}

.toggle:checked+.Label>.Label-kigou-bg>.Label-kigou {
	transform: rotate(180deg);
}

.toggle:checked+.Label>.Label-kigou-bg>.Label-kigou::before {
	transform: rotate(0deg);
}

.Label-text {
	font-size: 1.1em;
	color: #935436;
	margin-left: .5em;
}

@media (max-width: 540px) {
	.Label-text {
		font-size: 1em;
	}
}



/* =======================================================================
　modal window
========================================================================== */

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
	margin: 5% auto;
	display: block;
	max-width: 90%;
	max-height: 100%;
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
}

#caption {
	text-align: center;
	color: #ccc;
	padding: 10px 0;
}


/* =======================================================================
無限横スライド
========================================================================== */

.slider {
	overflow: hidden;
	width: 100%;
}

.slider.dragging {
	cursor: grabbing;
	/* ドラッグ中は掴むアイコン */
}

.slide-track {
	gap: 20px;
	transition: transform 0.2s ease;
	/* ドラッグ終了時にスムーズ */
}

.slide {
	cursor: grab;
	user-select: none;
	flex: 0 0 auto;
	/* 縮まない＆必要な幅を確保 */
	width: 100%;
	max-width: 400px;
	/* スライド1枚の幅を指定 */
}

.review-item-slide {
	width: 100%;
	list-style: none;
}

.review-item {
	width: 100%;
	aspect-ratio: 0.751/1;
	background-image: url(../img/review-slide-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.review-item-people {
	padding: 25px 25px 0 25px;
	gap: 16px;
	box-sizing: border-box;
}

.review-item-people-img {
	width: 40%;
}

.review-item-people-text {
	font-size: .8em;
	font-weight: bold;
}

.review-item-text {
	padding: 25px;
	font-size: .8em;
}





/* =======================================================================
2nd 共通
========================================================================== */
.breadcrumb {
	width: 100%;
	padding: .2em 0;
	background-color: #8f6c29;
	color: #fff;
	font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
}

.breadcrumb a::after {
	content: ">";
	margin: 0 .75em;
}

.bread-text {
	margin: 0 auto;
	width: 95%;
	max-width: 800px;
}

.breadcrumb a:hover {
	transition: color .3s;
}

.breadcrumb a:hover {
	color: #ddd;
}

.second-main-img {
	width: 100%;
	max-width: 1200px;
	aspect-ratio: 3.5/1;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 背景画像の透過 */
/* .second-main-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(49, 102, 80, 0.6);
	z-index: 1;
} */




/* =======================================================================
terms.html
========================================================================== */
.terms-img {
	background-image: url(../img/seocnd-terms-img.png);
}

.company-info {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.company-info th,
.company-info td {
	border: 1px solid #ccc;
	padding: 10px;
}

/* 左列：上下左右中央揃え */
.company-info th {
	text-align: center;
	vertical-align: middle;
	width: 25%;
	/* 左列幅調整 */
	background-color: #f5f5f5;
}

/* 右列：上下中央、左寄せ */
.company-info td {
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
}



/* =======================================================================
privacy.html
========================================================================== */

.privacy {
	font-size: .85em;
	line-height: 2;
}

.privacy p {
	text-align: left;
	letter-spacing: 0.5;
}

.privacy h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 30px 0 15px 0;
}

.privacy li {
	text-align: left
}

.privacy ol.first li {
	margin-left: 1.5rem;
}



/* =======================================================================
price-kuukann.html
========================================================================== */
.price-title {
	background-size: contain;
	width: 90%;
	max-width: 400px;
	aspect-ratio: 5.11/1;
}

.price-title-01 {
	background-image: url(../img/menu-title-02.png);
}

.price-title-02 {
	background-image: url(../img/menu-title-04.png);
}

.kuukan-plan {
	width: 100%;
	flex-wrap: wrap;
	gap: 20px;
}

.kuukan-plan-item {
	width: 100%;
	max-width: 350px;
	position: relative;
	/* padding: 1em; */
	color: #fff;
}

.kuukan-plan-ico {
	position: relative;
	width: 35%;
	height: 55px;
	right: 0%;
	transform: translateX(100%);
	background-size: contain;
	background-repeat: no-repeat;
}

.kuukan-plan-ico-01 {
	background-image: url(../img/kuukan-price-01.png);
	aspect-ratio: 1.8/1;

}

.kuukan-plan-ico-02 {
	background-image: url(../img/kuukan-price-02.png);
	aspect-ratio: 2.221/1;
}

.kuukan-plan-ico-03 {
	background-image: url(../img/kuukan-price-03.png);
	aspect-ratio: 1.982/1;
}

.kuukan-plan-main {
	padding: 1em;
	width: 100%;
}

.kuukan-plan-main-01 {
	background-color: #39b54a;
}

.kuukan-plan-main-02 {
	background-color: #00a99d;
}

.kuukan-plan-main-03 {
	background-color: #007882;
}

.kuukan-plan-main-title {
	font-weight: bold;
	font-size: 1.5em;
}

.kuukan-plan-border {
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.kuukan-plan-main-size {
	border-radius: 9999px;
	border: 1px solid #fff;
	padding: .2em 2em;
}

.kuukan-paln-sub {
	width: 100%;
	background-color: #fff;
	padding: 1em;
	gap: 20px;
	color: #000;
}

.kuukan-plan-sub-price {
	font-weight: bold;
	font-size: 1.75em;
}

.kuukan-plan-sub-price-01 {
	color: #39b54a;
}

.kuukan-plan-sub-price-02 {
	color: #00a99d;
}

.kuukan-plan-sub-price-03 {
	color: #007882;
}

.kuukan-plan-sub-text {
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}

.kuukan-plan-sub-text img {
	width: 20%;
}

.kuukan-flow-item {
	width: 100%;
	padding: 1em;
	border: #007882 solid 1px;
}

.kuukan-flow-item-title {
	justify-content: flex-start;
	gap: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #007882;
}

.kuukan-flow-item-title img {
	width: 30px;
	height: 30px;
}

.kuukan-flow-item span {
	display: inline-block;
	padding-left: 35px;
}

.kuukan-flow-arrow {
	margin-bottom: 40px;
	width: 250px;
	height: 60px;
	background-color: #007882;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}



/* =======================================================================
price-aircon.html
========================================================================== */
.aircon-price {
	max-width: 600px;
	color: #007882;
	font-weight: bold;
	gap: 20px;
}

.aircon-price h3 {
	margin-right: auto;
}

.aircon-price-flex {
	width: 100%;
	gap: 5px;
}

.aircon-price-flex p {
	width: calc(50% - 5px);
	text-align: center;
	padding: .5em 1em;
	background-color: #fff;
}

.aircon-price-flex-ver p {
	font-size: 1.1em;
	color: #fff;
	background-color: #007882;
}

.aircon-price-torihazushi {
	width: 100%;
	margin-top: 60px;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 2px solid #007882;
}

/* =======================================================================
WP single.php
========================================================================== */
.btn_base {
	text-align: right;
}

.btn_base a {
	color: #aa2d35;
}

.btn_base a:hover {
	color: #dc0033;
}


/* =======================================================================
WP archive.php
========================================================================== */
.post {
	justify-content: flex-start;
	gap: 1em;
	margin-bottom: 40px;
}

.post-thumbnail {
	width: 175px;
}

.post-thumbnail img {
	width: 100%;
}

.post-txt {
	width: 70%;
	font-size: 1.1em;
}

.post-title {
	color: #dc0033;
}

.post-excerpt {
	font-size: .8em;
}

@media (max-width: 434px) {
	.post {
		flex-direction: column;
		align-items: flex-start;
	}

	.post-txt {
		width: 100%;
	}

	.post-thumbnail {
		width: 175px;
	}
}