@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ================================================================================================================================ 
 * 全体共通
 * ================================================================================================================================ */
.section-title h2{
	font-size:48px;
	color: var(--color_main) !important;
}
.section-title p{
	font-size:18px;
	font-weight:bold;
}
p{
	text-align: justify;
	text-justify: inter-ideograph;
}
@media(min-width:600px){
	.pc-txtCenter{
		text-align:center;
	}
}

/* ================================================================================================================================ 
 * footer
 * ================================================================================================================================ */
#before_footer_widget .c-bannerLink__title {
    font-size: 48px;
}
.l-footer__foot{
	background:var(--color_main);
	color:#fff;
}
/* ================================================================================================================================ 
 * TOP
 * ================================================================================================================================ */
.fv-copy{
	text-shadow: 0px 0px 1px #949494, 0px 0px 1px #949494, 0px 0px 3px #949494, 0px 0px 4px #949494;
	font-size:32px;
}
.fv-subcopy{
	font-size:20px;
}
@media(max-width:959px){
	.fv-copy{
		line-height:1.5;
	}
}
/* about ------------------------------------------------------------------*/
.column-txt{
	padding-left:50px;
	padding-right:30px;
}
/* case ------------------------------------------------------------------*/
#case .c-bannerLink__description {
    text-align: left;
}
.news-tab ul{
	justify-content:flex-start;
}
/* news */
#news .swell-block-columns__inner{
	gap:10%;
}
.resources .p-postList__meta{
	display:none;
}
@media(max-width:599px){
	.resources.swell-block-column{
		margin-top:40px;
	}
}

/* ================================================================================================================================ 
 * 会社概要
 * ================================================================================================================================ */
@media(min-width:960px){
	h3.copy-txt{
		font-size:30px;
	}
}
/* ================================================================================================================================ 
 * お問い合わせ
 * ================================================================================================================================ */
.contact-form-pp {
    text-align: center;
}

/* ================================================================================================================================ 
 * カスタム投稿
 * ================================================================================================================================ */
/* タイトルヘッダー調整 */
@media (min-width: 600px) {
	.post-type-archive .l-topTitleArea {
        min-height: 240px !important;
        padding: 1em 0;
    }
}

.post-type-archive .l-topTitleArea {
    align-items: center;
    display: flex;
    margin: 0;
    min-height: 11em;
    overflow: hidden;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
}

.post-type-archive .l-topTitleArea__body {
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 3;
}
.post-type-archive-product .p-postList__excerpt{
	display:none;
}
/* カスタム投稿・そのアーカイブページ、日付削除 */
.tax-case time.c-postTimes__modified.icon-modified,
.post-type-archive time.c-postTimes__modified.icon-modified{
	display:none;
}

/* 投稿とTOP最近の投稿ブロックのカテゴリー削除 */
.home span.c-postThumb__cat.icon-folder,
.category span.c-postThumb__cat.icon-folder{
	display:none;
}
.single-applications time.c-postTimes__modified.icon-modified,
.single-applications time.c-postTitle__date.u-thin,
.single-product time.c-postTimes__modified.icon-modified,
.single-product time.c-postTitle__date.u-thin{
    display: none;
}


/* ================================================================================================================================ 
 * お知らせカテゴリーはリスト型、文献カテゴリーのサムネイルを消してテキスト型風に
 * ================================================================================================================================ */

.category-resources .p-postList__thumb.c-postThumb.noimg_{
	display: none;
}
.category-resources .p-postList__body{
	width:100%;
}
.category-resources .p-postList__body {
    display: flex;
    flex-direction: column;
}

.category-resources h2.p-postList__title {
    order: 2;
}
.category-resources .p-postList__excerpt {
    order: 3;
}
.category-resources a.p-postList__link{
    padding: 20px 30px;
    box-shadow: 0px 0px 3px 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3), 0 4px 4px -4px rgba(0, 0, 0, .1);
}