@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1025px){
/*アンカーリンク start*/
.anker-title{
   width: 150px;
   display: flex;
   flex-flow: row wrap;
   border-radius: 25px;
   height: 50px;
   place-content: center;
   background-color:#22afd3;
   margin-bottom: 10px;
   color: white;
   font-weight: 500;
}
.anker-section{
   width: 70%;
   margin: auto;
   display: flex;
   flex-flow: row wrap;
   place-items: center;
   gap: 1%;
}
.anker-card{
   width: 150px;
   display: flex;
   flex-flow: row wrap;
   border: 1px solid rgb(149, 149, 149);
   border-radius: 10px;
   height: 40px;
   place-content: center;
   background-color:white;
   margin-bottom: 10px;
 }
.anker-card img{
   width: 10%;
   margin-left: 3%;
}
.anker-card h1{
   margin: 5px;
   font-size: 0.8rem;
   color:rgb(78, 78, 78);
   font-weight: 500;
}
/*アンカーリンク end*/

/*ボンベの種類start*/
.size-container{
    width: 100%;
    margin: auto;
    /*padding: 50px 0px;*/
}
.size-container h1{
    font-size: 1.5rem;
}
.size-section{
    width: 80%;
    max-width: 1000px;
    margin: auto; 
    padding: 20px 0px;
}
.size-content1{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "box0 box0"
    "box1 box2"
    "box3 box4";
    gap: 3%;
 }
.size-card0{
    grid-area:box0;
    margin: auto;
}
.size-card1{
    grid-area: box1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: auto;
    height: stretch;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.size-card2{
    grid-area: box2;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: auto;
    height: stretch;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.size-card3{
    grid-area: box3;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 190px auto;
    border-radius: 10px;
    height: stretch;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.size-card4{
    grid-area: box4;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 190px auto;
    border-radius: 10px;
    height: stretch;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.box01{
    grid-area:box01;
    /*text-align: center;*/
}
.box02{
    grid-area:box02;
    display: flex;
    /*align-items: center;*/
}
.box03{
    grid-area:box03;
}
/*ボンベの種類end*/

/*ボンベの大きさstart*/
.size-content{
    width: 100%;
    margin: auto;
    padding-top: 50px;
}
.size-content li{
    margin-left: 10%;
}
.size-list{
    background-color: white;
    margin: 50px auto;
    border-radius: 10px;
    padding: 10px 0px;
}
.size-list p {
    margin : 0px auto 2% 5%;
}
.size-list h2 {
    font-size: 1.2rem;
    margin-left: 3%;
}
.size{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
    "i-00 g-00 g-00 g-00 l-00 l-00"
    "i-01 g-01 g-02 g-03 l-01 l-02"
    "i-02 g-04 g-05 g-06 l-03 l-04"
    "i-03 g-07 g-08 g-09 l-05 l-06";
    background-color: white;
}
.i-00{
    grid-area: i-00;
}
.i-01{
    grid-area: i-01;
}
.i-02{
    grid-area: i-02;
}
.i-03{
    grid-area: i-03;
}
.g-00 img, .l-00 img{
    width: 60%;
    max-width:100px;
    display: flex;
}
.g-00{
    grid-area:g-00;
    background-color: #f0f8fc;
}
.g-01{
    grid-area:g-01;
}
.g-02{
    grid-area:g-02;
}
.g-03{
    grid-area:g-03;
}
.g-04{
    grid-area:g-04;
}
.g-05{
    grid-area:g-05;
}
.g-06{
    grid-area:g-06;
}
.g-07{
    grid-area:g-07;
}
.g-08{
    grid-area:g-08;
}
.g-09{
    grid-area:g-09;
}
.l-00{
    grid-area:l-00;
    background-color: #dceef9;
}
.l-01{
    grid-area:l-01;
}
.l-02{
    grid-area:l-02;
}
.l-03{
    grid-area:l-03;
}
.l-04{
    grid-area:l-04;
}
.l-05{
    grid-area:l-05;
}
.l-06{
    grid-area:l-06;
}
.i-00, .g-00 .g-00, .g-00, .l-00, .l-00, .i-01, .g-01, .g-02, .g-03, .l-01, .l-02, .i-02, .g-04, .g-05, .g-06, .l-03, .l-04, .i-03, .g-07, .g-08, .g-09, .l-05, .l-06{
    border: 1px solid #cccccc;
    /*justify-items: center;*/
    place-items: center;
}
.size-image{
    margin: 100px auto;
    width: 100%;
    display: grid;
    grid-template-columns: 150px 6fr;
    grid-template-areas:
    "size-box01 size-box02";
    gap: 5%;
    align-items: center;
    padding-bottom: 100px;
}
.size-box01{
    grid-area: size-box01;
    background-color: #1cafcd;
    height: 150px;
    justify-items: center;
    align-content: center;
}
.size-box01 h1, .size-box01 p{
    color:white;
    display: block;
}
.size-box02{
    grid-area: size-box02;
}
/*ボンベの大きさend*/

/*ボンベの色start*/
.size-content2{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    grid-template-areas:
    "box001 box002"
    "box003 box004"
    "box005 box005";
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

.size-box001{
    grid-area:box001;
    justify-items: center;
    align-content: center;
}
.size-box002{
    grid-area:box002;
    justify-items: center;
    align-content: center;
}
.size-box003{
    grid-area:box003;
    justify-items: center;
    align-content: center;
}
.size-box004{
    grid-area:box004;
    justify-items: center;
    align-content: center;
}
.size-box005{
    grid-area:box005;
    justify-items: center;
    align-content: center;
}
.size-box005 p{
    padding: 0px 20px;
}
/*ボンベの色end*/


/*スプレー缶start*/
.size-content3{
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 5%;
    grid-template-areas:
    "box0001 box0002";
}
.box0001{
    grid-area:box0001;
}
.box0002{
    grid-area:box0002;
}
.box0002 p{
    font-size: 1.0rem;
    font-weight: 400;
}
.spray-kind{
    font-size: 1.1rem;
    border-radius: 5px;
    /*border: 1px solid #1cafcd;*/
    background-color: white;
    padding : 10px;
 }
 .spray-kind p{
    margin-left: 10px;
 }
  .spray-kind h2{
    margin-left: 10px;
    font-size: 1.2rem;
 }
 .spray-kind img{
    width: 15%;
    margin-left: 35%;
 }
/*スプレー缶end*/


/*詳しくはこちらリンク start*/
.link-content{
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    margin: 0px auto 50px auto;
    gap: 5%;
    place-items: center;
    place-content: center;
    background-color: #fffdef;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*詳しくはこちらリンク end*/
}

@media screen and (min-width: 481px) and (max-width: 1024px){
/*アンカーリンク start*/
.anker-title{
   width: 150px;
   display: flex;
   flex-flow: row wrap;
   border-radius: 25px;
   height: 50px;
   place-content: center;
   background-color:#22afd3;
   margin-bottom: 10px;
   color: white;
   font-weight: 500;
}
.anker-section{
   width: 70%;
   margin: auto;
   display: flex;
   flex-flow: row wrap;
   place-items: center;
   gap: 1%;
}
.anker-card{
   width: 150px;
   display: flex;
   flex-flow: row wrap;
   border: 1px solid rgb(149, 149, 149);
   border-radius: 10px;
   height: 40px;
   place-content: center;
   background-color:white;
   margin-bottom: 10px;
 }
.anker-card img{
   width: 10%;
   margin-left: 3%;
}
.anker-card h1{
   margin: 5px;
   font-size: 0.8rem;
   color:rgb(78, 78, 78);
   font-weight: 500;
}
/*アンカーリンク end*/

/*ボンベの種類start*/
.size-container{
    width: 100%;
    margin: auto;
    /*padding: 50px 0px;*/
}
.size-container h1{
    font-size: 1.5rem;
}
.size-section{
    width: 88%;
    max-width: 1000px;
    margin: auto; 
    padding: 20px 0px;
    place-content: center;
}
.size-content1{
    width: 100%;
    margin: auto;
    display: grid wrap;
    grid-template-columns: 1fr;
    grid-template-areas:
    "box0"
    "box1"
    "box2"
    "box3"
    "box4";
    /*row-gap: 10%;*/
 }
.size-card0{
    grid-area:box0;
    margin: auto;
}
.size-card0, .size-card1, .size-card2, .size-card3{
}
.size-card1{
    grid-area: box1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    height: stretch;
}
.size-card2{
    grid-area: box2;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    height: stretch;
}
.size-card3{
    grid-area: box3;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    height: stretch;
}
.size-card4{
    grid-area: box4;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
    "box01 box01"
    "box02 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    height: stretch;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.box01{
    grid-area:box01;
    /*text-align: center;*/
}
.box02{
    grid-area:box02;
    display: flex;
    /*align-items: center;*/
}
.box03{
    grid-area:box03;
}
/*ボンベの種類end*/

/*ボンベの大きさstart*/
.size-content{
    width: 100%;
    margin: auto;
    padding-top: 50px;
}
.size-content li{
    margin-left: 10%;
}
.size-list{
    background-color: white;
    margin: 50px auto;
    border-radius: 10px;
    padding: 10px 0px;
}
.size-list p {
    margin : 0px auto 2% 5%;
}
.size-list h2 {
    font-size: 1.2rem;
    margin-left: 3%;
}

.size{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4 1fr);
    grid-template-rows: auto;
    grid-template-areas:
    "i-00 g-00 g-00 g-00"
    "i-01 g-01 g-02 g-03"
    "i-02 g-04 g-05 g-06"
    "i-03 g-07 g-08 g-09"
    "l-00 l-00 l-00 l-00"
    "l-01 l-01 l-02 l-02"
    "l-03 l-03 l-04 l-04"
    "l-05 l-05 l-06 l-06";
    background-color: white;

}
.i-00{
    grid-area: i-00;
}
.i-01{
    grid-area: i-01;
}
.i-02{
    grid-area: i-02;
}
.i-03{
    grid-area: i-03;
}
.g-00 img, .l-00 img{
    width: 60%;
    max-width:100px;
    display: flex;
}
.g-00{
    grid-area:g-00;
    background-color: #f0f8fc;
}
.g-01{
    grid-area:g-01;
}
.g-02{
    grid-area:g-02;
}
.g-03{
    grid-area:g-03;
}
.g-04{
    grid-area:g-04;
}
.g-05{
    grid-area:g-05;
}
.g-06{
    grid-area:g-06;
}
.g-07{
    grid-area:g-07;
}
.g-08{
    grid-area:g-08;
}
.g-09{
    grid-area:g-09;
}
.l-00{
    grid-area:l-00;
    background-color: #dceef9;
}
.l-01{
    grid-area:l-01;
}
.l-02{
    grid-area:l-02;
}
.l-03{
    grid-area:l-03;
}
.l-04{
    grid-area:l-04;
}
.l-05{
    grid-area:l-05;
}
.l-06{
    grid-area:l-06;
}
.i-00, .g-00 .g-00, .g-00, .l-00, .l-00, .i-01, .g-01, .g-02, .g-03, .l-01, .l-02, .i-02, .g-04, .g-05, .g-06, .l-03, .l-04, .i-03, .g-07, .g-08, .g-09, .l-05, .l-06{
    border: 1px solid #cccccc;
    justify-items: center;
}
.g-01 img, .g-02 img, .g-03 img, .l-01 img, .l-02 img{
    display: flex;
    max-height: 150px;

}
.size-image{
    margin: 100px auto;
    width: 100%;
    display: grid;
    grid-template-columns:1fr;
    grid-template-areas:
    "size-box01"
    "size-box02";
    gap: 5%;
    align-items: center;
    padding-bottom: 30px;
}
.size-box01{
    grid-area: size-box01;
    background-color: #1cafcd;
    margin: auto;
    width: 150px;
    height: 150px;
    justify-items: center;
    align-content: center;
}
.size-box01 h1, .size-box01 p{
    color:white;
    display: block;
}
.size-box02{
    grid-area: size-box02;
}
/*ボンベの大きさend*/

/*ボンベの色start*/
.size-content2{
    width: 100%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    grid-template-areas:
    "box001"
    "box003"
    "box002"
    "box004"
    "box005";
    background-color: white;
    border-radius: 10px;
    padding-bottom: 250px;
}

.size-box001{
    grid-area:box001;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box002{
    grid-area:box002;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box003{
    grid-area:box003;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box004{
    grid-area:box004;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box005{
    grid-area:box005;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box003 img, .size-box004 img{
    width: 90%;
    max-width: 550px;
    display: flex;
}
/*.size-box005 p{
    padding: 0px 20px;
}*/
/*ボンベの色end*/


/*スプレー缶start*/
.size-content3{
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    grid-template-areas:
    "box0001"
    "box0002";
}
.box0001{
    grid-area:box0001;
}
.box0001 img{
    width: 50%;
    display: flex;
    margin: auto;
}
.box0002{
    grid-area:box0002;
}
.box0002 p{
    font-size: 1.0rem;
    font-weight: 400;
}
.spray-kind{
    font-size: 1.1rem;
    border-radius: 5px;
    /*border: 1px solid #1cafcd;*/
    background-color: white;
    padding : 10px;
 }
 .spray-kind p{
    margin-left: 10px;
 }
  .spray-kind h2{
    margin-left: 10px;
    font-size: 1.2rem;
 }
 .spray-kind img{
    width: 120px;
    display: flex;
    margin: auto;
 }


/*スプレー缶end*/


/*詳しくはこちらリンク start*/
.link-content{
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    margin: 0px auto 50px auto;
    gap: 5%;
    place-items: center;
    place-content: center;
    background-color: #fffdef;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*詳しくはこちらリンク end*/

}
@media screen and (max-width: 480px){
/*アンカーリンク start*/
.anker-title{
   width: 150px;
   display: flex;
   flex-flow: row wrap;
   border-radius: 25px;
   height: 50px;
   place-content: center;
   background-color:#22afd3;
   margin-bottom: 10px;
   color: white;
   font-weight: 500;
}
.anker-section{
   width: 90%;
   margin: auto;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   gap: 1%;
}
.anker-card{
   width: 150px;
   display: flex;
   flex-flow: row wrap;
   border: 1px solid rgb(149, 149, 149);
   border-radius: 10px;
   height: 40px;
   place-content: center;
   background-color:white;
   margin-bottom: 10px;
 }
.anker-card img{
   width: 10%;
   margin-left: 3%;
}
.anker-card h1{
   margin: 5px;
   font-size: 0.8rem;
   color:rgb(78, 78, 78);
   font-weight: 500;
}
/*アンカーリンク end*/

/*ボンベの種類start*/
.size-container{
    width: 100%;
    margin: auto;
    /*padding: 50px 0px;*/
}
.size-container h1{
    font-size: 1.5rem;
}
.size-section{
    width: 90%;
    max-width: 1000px;
    margin: auto; 
    padding: 20px 0px;
    place-content: center;
}
.size-content1{
    width: 100%;
    margin: auto;
    display: grid wrap;
    grid-template-columns: 1fr;
    grid-template-areas:
    "box0"
    "box1"
    "box2"
    "box3"
    "box4";
    /*row-gap: 10%;*/
 }
.size-card0{
    grid-area:box0;
    margin: auto;
}
.size-card0, .size-card1, .size-card2, .size-card3{
}
.size-card1{
    grid-area: box1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
    "box01 box02"
    "box03 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    height: stretch;
}
.size-card2{
    grid-area: box2;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
    "box01 box02"
    "box03 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    height: stretch;
}
.size-card3{
    grid-area: box3;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
    "box01 box02"
    "box03 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    height: stretch;
}
.size-card4{
    grid-area: box4;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
    "box01 box02"
    "box03 box03";
    background-color:  white;
    padding: 20px;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    height: stretch;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.box01{
    grid-area:box01;
    /*text-align: center;*/
}
.box02{
    grid-area:box02;
    display: flex;
    /*align-items: center;*/
}
.box03{
    grid-area:box03;
}
/*ボンベの種類end*/

/*ボンベの大きさstart*/
.size-content{
    width: 100%;
    margin: auto;
    padding-top: 50px;
}
.size-content li{
    margin-left: 10%;
}
.size-list{
    background-color: white;
    margin: 50px auto;
    border-radius: 10px;
    padding: 10px 0px;
}
.size-list p {
    margin : 0px auto 2% 5%;
}
.size-list h2 {
    font-size: 1.2rem;
    margin-left: 3%;
}

.size{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4 1fr);
    grid-template-rows: auto;
    grid-template-areas:
    "i-00 g-00 g-00 g-00"
    "i-01 g-01 g-02 g-03"
    "i-02 g-04 g-05 g-06"
    "i-03 g-07 g-08 g-09"
    "l-00 l-00 l-00 l-00"
    "l-01 l-01 l-02 l-02"
    "l-03 l-03 l-04 l-04"
    "l-05 l-05 l-06 l-06";
    background-color: white;

}
.i-00{
    grid-area: i-00;
}
.i-01{
    grid-area: i-01;
}
.i-02{
    grid-area: i-02;
}
.i-03{
    grid-area: i-03;
}
.g-00 img, .l-00 img{
    width: 60%;
    max-width:100px;
    display: flex;
}
.g-00{
    grid-area:g-00;
    background-color: #f0f8fc;
}
.g-01{
    grid-area:g-01;
}
.g-02{
    grid-area:g-02;
}
.g-03{
    grid-area:g-03;
}
.g-04{
    grid-area:g-04;
}
.g-05{
    grid-area:g-05;
}
.g-06{
    grid-area:g-06;
}
.g-07{
    grid-area:g-07;
}
.g-08{
    grid-area:g-08;
}
.g-09{
    grid-area:g-09;
}
.l-00{
    grid-area:l-00;
    background-color: #dceef9;
}
.l-01{
    grid-area:l-01;
}
.l-02{
    grid-area:l-02;
}
.l-03{
    grid-area:l-03;
}
.l-04{
    grid-area:l-04;
}
.l-05{
    grid-area:l-05;
}
.l-06{
    grid-area:l-06;
}
.i-00, .g-00 .g-00, .g-00, .l-00, .l-00, .i-01, .g-01, .g-02, .g-03, .l-01, .l-02, .i-02, .g-04, .g-05, .g-06, .l-03, .l-04, .i-03, .g-07, .g-08, .g-09, .l-05, .l-06{
    border: 1px solid #cccccc;
    justify-items: center;
}
.g-01 img, .g-02 img, .g-03 img, .l-01 img, .l-02 img{
    display: flex;
    max-height: 150px;

}
.size-image{
    margin: 100px auto;
    width: 100%;
    display: grid;
    grid-template-columns:1fr;
    grid-template-areas:
    "size-box01"
    "size-box02";
    gap: 5%;
    align-items: center;
    padding-bottom: 30px;
}
.size-box01{
    grid-area: size-box01;
    background-color: #1cafcd;
    margin: auto;
    width: 150px;
    height: 150px;
    justify-items: center;
    align-content: center;
}
.size-box01 h1, .size-box01 p{
    color:white;
    display: block;
}
.size-box02{
    grid-area: size-box02;
}
/*ボンベの大きさend*/

/*ボンベの色start*/
.size-content2{
    width: 100%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    grid-template-areas:
    "box001"
    "box003"
    "box002"
    "box004"
    "box005";
    background-color: white;
    border-radius: 10px;
    padding-bottom: 250px;
}

.size-box001{
    grid-area:box001;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box002{
    grid-area:box002;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box003{
    grid-area:box003;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box004{
    grid-area:box004;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box005{
    grid-area:box005;
    justify-items: center;
    align-content: center;
    margin: 10px;
}
.size-box003 img, .size-box004 img{
    width: 90%;
    max-width: 550px;
    display: flex;
}
/*.size-box005 p{
    padding: 0px 20px;
}*/
/*ボンベの色end*/


/*スプレー缶start*/
.size-content3{
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    grid-template-areas:
    "box0001"
    "box0002";
}
.box0001{
    grid-area:box0001;
}
.box0001 img{
    width: 50%;
    display: flex;
    margin: auto;
}
.box0002{
    grid-area:box0002;
}
.box0002 p{
    font-size: 1.0rem;
    font-weight: 400;
}
.spray-kind{
    font-size: 1.1rem;
    border-radius: 5px;
    /*border: 1px solid #1cafcd;*/
    background-color: white;
    padding : 10px;
 }
 .spray-kind p{
    margin-left: 10px;
 }
  .spray-kind h2{
    margin-left: 10px;
    font-size: 1.2rem;
 }
 .spray-kind img{
    width: 120px;
    display: flex;
    margin: auto;
 }


/*スプレー缶end*/


/*詳しくはこちらリンク start*/
.link-content{
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    margin: 0px auto 50px auto;
    gap: 5%;
    place-items: center;
    place-content: center;
    background-color: #fffdef;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*詳しくはこちらリンク end*/

}