/* *****************************************************************

Stylesheet: 事業内容ページ（全て）に適応

******************************************************************/


/*========== メッセージ1========== */

/*全体の幅調整*/
.service-message1 .c-container {
	max-width:55% !important;
	margin:auto !important;
}
@media (max-width: 1024px) {
.service-message1 .c-container {
		max-width:80% !important;
	}
}

@media (max-width: 639px) {
.service-message1 .c-container {
	max-width:95% !important;
}
}

/*上下余白調整*/
.service-message1 {
	padding-top:60px;
	padding-bottom:90px;
}

/*h3タイトル部分の調整*/
.service-message1 .smb-section__body {
	margin-top:30px;
}
.service-message1 h3{
	font-size: clamp(20px, 2vw,28px);
	border-bottom:none !important;
}

/*テキストの調整*/
.service-message1-text {
font-size: clamp(15px, 2vw,18px);
line-height:2rem;
}

/*========== メッセージ1〆========== */


/*==========サービス1========== */

/*全体の幅調整*/
@media (max-width: 1024px) {
.service-service2 .c-container {
		max-width:75% !important;
	}
}
@media (max-width: 639px) {
.service-service2 .c-container {
		max-width:95% !important;
	}
}


/*===ボタン===*/
.top-service-btn1 {
	padding: 13px 50px;
	font-size: clamp(15px,2vw,16px);
		box-shadow:4px 6px 2px rgba(0,0,0,0.2);  
}
@media (max-width: 639px) {
.top-service-btn1{
	padding: 16px 30px;
}
}


/*h2タイトル部分の調整*/
.service-service2 h2 {
	font-size: clamp(26px,3vw,38px);
	color: var(--sub-accent-color) !important;
}

/* メインコンテンツの調整 */
.service-mainitem {
	padding-bottom:50px;
}

.service-mainitem  h3 {
	font-size: clamp(20px, 2vw,28px);
}

/*サブコンテンツの調整*/
.service-subitem h3{
	font-size: clamp(20px, 2vw,24px);
	border-bottom:none !important;
	margin-bottom:10px !important;
	padding-bottom:0 !important;
}

/*サブコンテンツの内余白*/
.service-subitem .smb-panels__item__body {
	padding:50px 100px !important;
}
@media (max-width: 700px) {
.service-subitem .smb-panels__item__body {
	padding:50px 30px !important;
}
}

/*テキストの調整*/
.service-service2 p {
font-size: clamp(15px, 2vw,16px);
}

/* サービスパネルの装飾  */
.service-section-item1 .smb-panels__item {
	box-shadow: none;
}
/* .service-section-item1 .smb-panels__item:hover {
box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    } */




/* みんため画像中央よせ */
.smb-media-text__figure {
	text-align:right;
}
@media (max-width:1024px) {
.smb-media-text__figure {
	text-align:center;
}
}

/* ストアアイコン調整 */
.sevice-subitem-icon {
	display:flex;
	margin-top:15px !important;
}
@media (max-width:1024px) {
}

.sevice-subitem-icon img {
	max-height:60px !important;
	width:auto;
	border-radius:9px;
		box-shadow:3px 5px 3px rgba(0,0,0,0.2); 
}
@media (min-width:1024px) {
.sevice-subitem-icon figure {
	margin-left:0;
}
}
.sevice-subitem-icon figure {
	border-radius:10px !important;
}
.sevice-subitem-icon figure:first-child {
		margin-right:20px;
}
.sevice-subitem-icon figure:last-child {
		margin-top:0px;
}


/* みんため画像調整 */
.service-section-item1 img {
	max-height:250px;
	width:auto;
}

@media (min-width: 1024px) {
/* テキストの位置調整*/
.service-service2 .wp-container-2 {
padding-right:100px;	
}
/* みんためのボタン上余白調整 */
.service-service2 .btnbox-left-center {
	margin-top:20px;
}
}





/*==========サービス1〆========== */
