<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ---------------------------------------------
�@welding
------------------------------------------------ */

.welding {
	border:2px solid #dadce5;
	padding:20px;
}

.welding h2 {
	margin-top: 0;
}

.welding-top{
	margin: 40px auto;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.welding-top h2 {
	clear: both;
	margin: 40px 0 40px!important;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 147%;
	color: #393d4c;
	border-bottom: 1px solid #393d4c;
	width: 100%;
}
.item-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-box__reverse{
	flex-direction: row-reverse;
}
.item-box__img{
	width: 30%;
}
.item-box__img img{
	width: 100%;
	height: auto;
}
.item-box__text{
	width: 70%;
	padding: 0 0 0 20px;
	margin: 0px 0 0 !important;
}
.item-box__reverse .item-box__text{
	width: 70%;
	padding: 0 20px 0 0;
}
/* ------------------------------------------------------
 sp??
-------------------------------------------------------*/

@media only screen and (max-width:767px) {
	.welding-top h2 {
		clear: both;
		margin: 30px 0 0;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 16px;
		color: #393d4c;
		border-bottom: 1px solid #393d4c;
	  }
	  .item-box__img{
		width: 90%;
		margin: 0 5% 30px;
	}
	.item-box__text{
		width: 100%;
		padding: 0 0 0 0;
	}
	.item-box__reverse .item-box__text{
		width: 100%;
		padding: 0 0 0 0;
	}
}</pre></body></html>