@charset "UTF-8";
/* CSS Document */

body {
	font-size: 18px;
	color: #333;
	line-height: 195%;
}
/* 本文の文字揃え */
.mainWrap {
	text-align: justify;
	text-rendering: geometricPrecision;
}




#mainLeft {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.entry a:link {
	text-decoration: underline;
}


.case_intro_box {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin-top: 16px;
}
.content_categoly_title {
	background-color: #FFF;
	padding: 0;
	position: relative;
}
.content_categoly_title > span {
	font-size: 16px;
	color: #FFF;
	padding: 10px 20px;
	background-color: #3296C8;
	line-height: 100%;
	display: inline-block;
	margin: 2px;
	margin-right: 15px;
}

/*　事例のポイント　*/
.case_feature ul {
	margin: 0;
	padding: 0;
}
.case_feature_point {
	font-size: 15px;
	margin-bottom: 8px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1;
}
.case_feature {
	border: solid 1px #FAFAFA;
	padding: 24px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: var(--font-family) !important;
	font-weight: var(--font-weight-bold);
	font-style: normal;
	background-color: #FFF;
}
.case_feature li {
	list-style: none;
	padding-left: 2rem;
	line-height: 160%;
	margin: 8px 0;
	font-size: 84%;
}
.case_feature li:before {
	content: "●";
	margin-right: 10px;
	color: #DDD;
}


h1 span.caseCate {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 300;
	font-style: normal;
	color: #333;
	padding: 6px 16px;
	background-color: #EAEAEA;
	border-radius: 100px;
	line-height: 1.1;
}
h1 span.caseTitle {
	display: block;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 0rem;
	font-size: 36px;
	margin-top: 0;
	padding: 0.2rem 0rem 0rem 0;
}
h1 span.sama {
	font-size: 70%;
	font-weight: 400;
	font-style: normal;
	color: #666;
}
.case-catch {
	font-size: 24px;
	color: #127e9c;
	text-indent: -1.5rem;
	margin-left: 3rem;
}



h2.ryumin, h3.ryumin {
	font-style: normal;
	font-size: 26px;
	border-bottom: solid 1px #AAA;
	padding-bottom: 14px;
	margin-top: 0;
	position: relative;
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 8px;
}
h2.ryumin:before, h3.ryumin:before {
	content: "▶︎";
	color: #3296C8;
}





#profile {
	border-left : solid 3px #C8393C;
	padding-left: 2rem;
}
#profile.text_block p {
	margin-bottom:0;
}
#profile.text_block p.company {
	margin-bottom: 0.6rem;
	font-size:1.4rem;
	font-weight:bold;
}
#profile.text_block p.tel {
	margin-bottom: 0.6rem;
	color: #787676;
}
#profile.text_block p.site {
	margin-top: 1rem;
	font-size: 1rem;
}





#selesComment {
	border: solid 1px #D7D7D7;
	padding: 2.5rem;
	margin-top: 3rem;
	margin-bottom: 5rem;
}
#selesComment.text_block p {
	margin-bottom:0;
}


#pcp_banner {
	margin-bottom: 6rem;
}
#pcp_banner.text_block p {
	margin-bottom:0;
}

.name {
	font-weight: 500;
	font-size: 15px;
}



/*　カテゴリーエントリーリスト　*/
.sub_entry_list_wrap {
	background-color: rgba(255,255,255,1.00);
	padding: 64px 0 80px;
}

.sub_entry_list ul.category_entry_list,
.sub_entry_list ul.category_entry_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_entry_list ul.category_entry_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax( 260px, 1fr));
	gap:   32px  36px;
}
.sub_entry_list ul.category_entry_list li {
	display: flex;
	align-items: flex-start;
}
.sub_entry_list ul.category_entry_list li a {
	font-size: 17px;
	display: inline-block;
	padding: 0;
	color: #000;
	transition: 0.3s;
	text-decoration: none;
	line-height: 1.2;
}
.sub_entry_list ul.category_entry_list li a:hover {
	color: #176D8F;
}
.sub_entry_list ul.category_entry_list li span {
	color: #DDD;
}
.sub_entry_list_wrap h3{
	 text-align: center;
	font-size: 36px;
}





/* 担当者のコメント */
.commentBox {
	border-top: solid 1px #C3C3C3;
	border-bottom: solid 1px #C3C3C3;
	padding:2rem;
	margin-bottom: 3rem;
}
.commentBox p {
	margin-bottom:0;
	color: #514848;
}
p.catch {
	line-height: 2.2rem;
}




/*　企業情報　*/

.company_prof {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border-color: #ddd;
	padding: 0;
}


.company_prof .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	font-size: 20px;
	font-weight: 500;
}
.company_prof .panel-body {
	padding: 16px;
}
@media (min-width:992px){ 
	.company_prof .panel-body {
		padding: 32px 48px;
	}

	.company_prof .col-sm-4 {
		padding-right: 52px;
	}
}

.company_prof_text {
	font-size: 86%;
	line-height: 165%;
}
.address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}






/*　関連製品　*/
 
    .product_related_entry_wrap {
        background-color: #e3e7e9;
        border-top: solid 1px #CCC;
        height: 1;
        width: 100%;
        padding: 16px;
        margin-top: 64px;
    }
    .product_related_entry {
        display: block; color: #000;
        background-color: #FFF;
        transition: 0.5s;
        max-width: 640px;
        padding: 32px;
        position: relative;
        padding-bottom: 64px;
        margin-left: auto;
        margin-right: auto;
    }
    .product_related_entry:hover {
        background-color: #E2ECF1;
    }
    .related_items_grid {
        justify-content: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    a.product_related_entry{
		text-decoration: none;
	}
    .product_related_entry_desc {
        font-size: 15px;
        line-height: 155%; color: #666;
    }
        .product_related_entry h3 {
        font-size: 22px;
    }
    .more_detail {
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
    }
    
    
    @media (min-width: 640px) {
        .product_related_entry_wrap {
            padding: 64px;
        }
    
    }
    
    @media (min-width: 980px) {
        .product_related_entry {
            display: block; color: #000;
            background-color: #FFF;
            transition: 0.5s;
            max-width: 640px;
            padding: 32px;
            padding-bottom: 64px;
        }

        .related_items_grid {
            display: grid;
            grid-template-columns: repeat( auto-fit, minmax(290px, 420px ));
			
        }
        .grid-template-columns_1 .product_related_entry {
        } 
        .grid-template-columns_2 {
			gap: 32px;
        } 
        .grid-template-columns_3 {
            gap: 24px;
        }
        .grid-template-columns_,
        .grid-template-columns_4 {
            gap: 16px;
        }

		.grid-template-columns_2 .product_related_entry {
            padding: 26px;
            padding-bottom: 64px;
        }
        .grid-template-columns_3 .product_related_entry {
            padding: 18px;
            padding-bottom: 64px;
        }
        .grid-template-columns_4 .product_related_entry {
            padding: 12px;
            padding-bottom: 32px;
        }
		.product_related_entry_desc {
            font-size: 15px;
        }
        .product_related_entry_desc {
            font-size: 14px;
            line-height: 1.5; color: #444;
        }
        .product_related_entry h3 {
            font-size: 22px;
        }
    
    }
    
    @media (min-width: 1200px) {
        .grid-template-columns_2 {
            gap: 64px;
        } 
        .grid-template-columns_3 {
            gap: 42px;
        }
        .grid-template-columns_1 .product_related_entry,
        .grid-template-columns_2 .product_related_entry,
        .grid-template-columns_3 .product_related_entry {
            padding-bottom: 86px;
        }
        .grid-template-columns_3 .product_related_entry_desc {
            font-size: 14px;
        }
    
    }
    






@media only screen and (min-width: 40.063em) {
	h2.ryumin {
	   font-size:32px;
	}
}




@media only screen and (min-width: 40.063em) {
	.column-left {
		margin-left: -10px;
	}
	.column-right {
		margin-right: -10px;
	}
}