/*!
Theme Name: crowfunding
Theme URI: https://them.es/starter
Author: Om
Author URI: https://them.es/
Description:
Version: 3.0.2
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: crowfunding
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */
.single-lenders__content h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}


/*================================
【2021_10_28_スタイル追加】
=================================*/

.entry-title::after {
	border-bottom: 1px solid #C8C8C9;
	border-bottom: 2px #20A2B2;
}

.newClass____single-fund__content____lendingFundInformation01 img {
	max-height: 235px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 1199px) {
	.newClass____single-fund__content____lendingFundInformation01 img {
		max-height: 270px;
	}
}
