@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1025px){

/*溶接（ガス、アーク、半自動、TIG） start*/
.explain-section{
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.explain-section p{
	font-size: 1.0rem;
	text-align: center;
}
.explain-content{
	width: 70%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"box01 box02 box02"
	"box01 box03 box03";
	gap: 2%;
	place-content: center;
}
.explain-title{
	grid-area: box01;
	text-align: center;
	margin-top: 20px;
}
.explain-title p{
	font-weight: 600;
	font-size: 1.2rem;	
}
.explain-title img{
	max-width: 300px;	
}
.explain-text{
	grid-area : box02;
	margin-top: 50px;
}
.explain-text p{
	text-align: left;
}
.explain-card{
	grid-area: box03;
	background-color: white;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 10px;;
}
.explain-card p{
	font-size: 0.8rem;
	font-weight: 600;
	text-align: left;
	margin: 20px 20px 20px 20px;
	}
/*.explain-link{ 
	grid-area: box04;
	border-radius: 10px;
	width: 70%;
	height: 50px;
	place-content: center;
}*/
.explain-link p{
	color: white;
	font-weight: 600;
	font-size: 0.9rem;
	margin:auto;
	
}
/*溶接（ガス、アーク、半自動、TIG） end*/

/*必要なもの start*/
.necessary-content{
	width: 60%;
	display: flex;
	flex-flow: row wrap;
	gap: 2%;
	margin: 100px auto;
	justify-items: left;
}
.necessary-content h1{
	/*font-size: 1.0rem;
	font-weight: 600;*/
	text-align: center;
	width: 100%;
    margin: 50px auto 30px auto;
    
}
.necessary-card{
	width: 18%;
	background-color: white;
	margin-bottom: 50px;
	min-width: 170px;
    text-align: center;
	border-radius: 10px;
 }
.necessary-card h1{
	text-align: center;
	font-weight: 600;
    font-size: 1.1rem;
    margin: 10px 0px;
   
}
.necessary-card p{
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    width: 80%;
    margin: auto auto 20px auto;
}
.necessary-card img{
	width: 80%;
    margin: auto;
}
/*必要なもの end*/

/*メーカー紹介 start*/
.maker-content{
	display: grid;
	width: 80%;
	grid-template-columns: 1fr 2fr 3fr;
	grid-template-areas:
	"boxA boxA boxA"
	"boxB boxC boxC";
	margin: auto auto 100px auto;
}
.maker-title{
	grid-area: boxA;
	width: 60%;
	place-items: center;
}

.maker-title p{
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
}
.maker-icon{
	grid-area: boxB;
	display:flex;
	place-content: center;
}
.maker-icon img{
	width: 80%;
	margin-left:10px;


}
.maker-item{
	grid-area: boxC;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.maker-card{
	width: 18%;
	min-width: 290px;
	background-color: white;
	border-radius: 10px;
	margin: 20px 10px 20px 10px;
}
.maker-card img{
	margin: 20px 20px 0px 20px;
	width: 80%;
}
.maker-card p{
	font-size: 0.9rem;
	font-weight: 400;
	text-align: left;
	margin: 30px 20px 20px 20px; 
}
/*メーカー紹介 end*/

/*三河屋で取扱 start*/
.handle-content{
	display: grid;
	width: 70%;
	margin: auto;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"box001 box002 box003";
	place-items: center;
	background-color: #fffef7;
	padding: 100px 0px 100px 0px;
}
.handle-icon1{
	width: 50%;
	grid-area: box001;
}
.handle-icon2{
	width: 50%;
	grid-area: box003;
}
.handle-logo{
	width: 80%;
	grid-area: box002;
	text-align: center;
}
.handle-logo img{
	width: 20%;
	min-width: 120px;
}

/*三河屋で取扱 end*/
}

@media screen and (min-width: 481px) and (max-width: 1024px){

/*溶接（ガス、アーク、半自動、TIG） start*/
.explain-section{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}
.explain-section p{
	font-size: 1.0rem;
	text-align: center;
}
.explain-content{
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"box01 box02"
	"box03 box03";
	gap: 20px;
	place-content: center;
}
.explain-title{
	grid-area: box01;
	text-align: center;
	margin-top: 20px;
}
.explain-title p{
	font-weight: 600;
	font-size: 1.2rem;	
}
.explain-title img{
	max-width: 300px;	
}
.explain-text{
	grid-area : box02;
	margin-top: 50px;
}
.explain-text p{
	text-align: left;
}
.explain-card{
	grid-area: box03;
	background-color: white;
	width: 100%;
	margin-bottom: 50px;
}
.explain-card p{
	font-size: 0.9rem;
	font-weight: 600;
	text-align: left;
	margin: 20px 20px 20px 20px;
	}
.explain-link{ 
	grid-area: box04;
	border-radius: 10px;
	width: 70%;
	height: 50px;
	place-content: center;
	border-radius: 10px;
}
.explain-link p{
	color: white;
	font-weight: 600;
	font-size: 0.9rem;
	margin:auto;
	
}
/*溶接（ガス、アーク、半自動、TIG） end*/

/*必要なもの start*/
.necessary-content{
	width: 80%;
	display: flex;
	flex-flow: row wrap;
	gap: 2%;
	margin: 100px auto;
	justify-items: left;
}
.necessary-content h1{
	/*font-size: 1.0rem;
	font-weight: 600;*/
	text-align: center;
	width: 100%;
    margin: 50px auto 30px auto;
    
}
.necessary-card{
	width: 18%;
	background-color: white;
	margin-bottom: 50px;
	min-width: 170px;
    text-align: center;
 }
.necessary-card h1{
	text-align: center;
	font-weight: 600;
    font-size: 1.1rem;
    margin: 10px 0px;
   
}
.necessary-card p{
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    width: 80%;
    margin: auto auto 20px auto;
}
.necessary-card img{
	width: 80%;
    margin: auto;
}
/*必要なもの end*/

/*メーカー紹介 start*/
.maker-content{
	display: grid;
	width: 90%;
	grid-template-columns: 2fr 7fr;
	grid-template-rows: auto;
	grid-template-areas:
	"boxA boxA"
	"boxB boxC";
	margin: auto auto 100px auto;
}
.maker-title{
	grid-area: boxA;
	width: 60%;
	min-width: 420px;
	place-items: center;
}

.maker-title p{
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
}
.maker-icon{
	grid-area: boxB;
	place-content: center;
	text-align: center;
}
.maker-icon img{
	width: 100%;
	min-width: 150px;

}
.maker-item{
	grid-area: boxC;
	display: flex;
	flex-flow: row wrap;
}
.maker-card{
	width: 15%;
	min-width: 280px;
	background-color: white;
	border-radius: 10px;
	margin: 20px 10px 20px 10px;
}
.maker-card img{
	margin: 20px 20px 0px 20px;
	width: 80%;
}
.maker-card p{
	font-size: 0.9rem;
	font-weight: 400;
	text-align: left;
	margin: 30px 20px 20px 20px; 
}
/*メーカー紹介 end*/

/*三河屋で取扱 start*/
.handle-content{
	display: grid;
	width: 90%;
	margin: auto;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"box001 box002 box003";
	place-items: center;
	background-color: #fffef7;
	padding: 100px 0px 100px 0px;
}
.handle-icon1{
	width: 50%;
	grid-area: box001;
	min-width: 100px;
}
.handle-icon2{
	width: 50%;
	grid-area: box003;
	min-width: 100px;
}
.handle-logo{
	width: 80%;
	grid-area: box002;
	text-align: center;
}
.handle-logo img{
	width: 20%;
	min-width: 120px;
}
.handle-logo p{
	text-align: left;
}
}
/*三河屋で取扱 end*/
@media screen and (max-width: 480px){

/*溶接（ガス、アーク、半自動、TIG） start*/
.explain-section{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}
.explain-section p{
	font-size: 1.0rem;
	text-align: center;
}
.explain-content{
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"box01"
	"box02"
	"box03";
	gap: 10px;
	place-content: center;
}
.explain-title{
	grid-area: box01;
	text-align: center;
	margin-top: 20px;
}
.explain-title p{
	font-weight: 600;
	font-size: 1.2rem;	
}
.explain-title img{
	width: 60%;	
}
.explain-text{
	grid-area : box02;
}
.explain-text p{
	text-align: left;
}
.explain-card{
	grid-area: box03;
	background-color: white;
	width: 100%;
	margin-bottom: 50px;
}
.explain-card p{
	font-size: 0.9rem;
	font-weight: 600;
	text-align: left;
	margin: 20px 20px 20px 20px;
	}
/*.explain-link{ 
	grid-area: box04;
	border-radius: 10px;
	width: 70%;
	height: 50px;
	place-content: center;
	border-radius: 10px;
}
.explain-link p{
	color: white;
	font-weight: 600;
	font-size: 0.9rem;
	margin:auto;
}*/
/*溶接（ガス、アーク、半自動、TIG） end*/

/*必要なもの start*/
.necessary-content{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	margin: 100px auto;
	justify-content: center;
	padding-bottom: 50px;
	/*justify-items: left;*/
}
.necessary-content h1{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	width: 100%;
    margin: 50px auto 30px auto;
    
}
.necessary-card{
	width: 40%;
	background-color: white;
	/*min-width: 150px;*/
    text-align: center;
	/*margin-bottom: 50px;*/
	border-radius: 10px;
 }
.necessary-card h1{
	text-align: center;
	font-weight: 600;
    font-size: 1.1rem;
    margin: 10px 0px;
   
}
.necessary-card p{
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    width: 80%;
    margin: auto auto 20px auto;
}
.necessary-card img{
	width: 80%;
    margin: auto;
}
/*必要なもの end*/

/*メーカー紹介 start*/
.maker-content{
	display: grid;
	width: 100%;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"boxA"
	"boxB"
	"boxC";
	margin-bottom: auto auto 100px auto;
}
.maker-title{
	grid-area: boxA;
	width: 100%;
}
.maker-title p{
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	margin-left: 25px;

}
.maker-icon{
	grid-area: boxB;
	place-content: center;
	text-align: center;
	margin-top: 20px;
}
.maker-icon img{
	width: 50%;
}
.maker-item{
	grid-area: boxC;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: auto;
	justify-content: center;
	padding-bottom: 50px;
}
.maker-card{
	width: 70%;
	min-width: 290px;
	background-color: white;
	border-radius: 10px;
	margin: 20px 10px 20px 10px;
}
.maker-card img{
	margin: 20px 20px 0px 20px;
	width: 80%;
}
.maker-card p{
	font-size: 0.9rem;
	font-weight: 400;
	text-align: left;
	margin: 30px 20px 20px 20px; 
}
/*メーカー紹介 end*/

/*三河屋で取扱 start*/
.handle-content{
	display: grid;
	width: 100%;
	margin: auto;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"box001 box003" 
	"box002 box002";
	place-items: center;
	background-color: #fffef7;
	padding: 100px 0px 100px 0px;
	gap: 20px;
	border-radius: 20px;
}
.handle-icon1{
	grid-area: box001;
	display: flex;
	justify-content: center;
}
.handle-icon2{
	grid-area: box003;
	display: flex;
	justify-content: center;
}
.handle-icon1 img, .handle-icon2 img{
	width: 60%;
}
.handle-logo{
	width: 80%;
	grid-area: box002;
	text-align: center;
}
.handle-logo img{
	width: 30%;
	margin-top: 10%;
}
.handle-logo p{
	text-align: left;
}
/*三河屋で取扱 end*/
}