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

.pd15{
    padding-right: 15px;
    padding-left: 15px;
}

.borderhead {
   position: relative;
   border-top: 1px solid #e45826;
   border-bottom: 1px solid #e45826;
   padding: 10px 0;
}
.borderhead::before, .borderhead::after {
   content: '';
   background: rgb(228 88 38 / 37%);
   display: block;
   width: 100%;
   position: absolute;
   height: 1px;
}
.borderhead::before {
   top: 4px;
}
.borderhead::after {
   bottom: 4px;
}
.kv {
   margin-bottom: 40px;
}
.kvflex {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   box-sizing: border-box;
   line-height: 0;
}
.kv .kvflexinner {
   position: relative;
   background: url(../img/2x/kv@2x.webp) no-repeat center 0;
   height: 837px;
   width: 100%;
   background-size: cover;
}
.kv .kvovertxt {
   position: absolute;
   width: 526px;
   height: 342px;
   margin-top: -20px;
}
.kv .kvnextimg {
   margin-top: -150px;
   z-index: 1;
   position: relative;
}
/* cta
-----------------------------------*/
.cta {
   margin: 60px 0;
}
.ctaback {
   background: url("/fc/common/img/2x/atr-1@2x.webp") no-repeat 0 0;
   height: 360px;
   background-size: cover;
   width: 100%;
   padding: 15px;
}
.ctaback h5 {
   font-size: var(--font-sizeh33);
   background: #fff;
   border-radius: 15px;
   color: #6ca72f;
   text-align: center;
   padding: 1px 10px;
}
.ctaback h6 {
font-size: clamp(1.6rem,2.6vw,var(--font-sizeh26));
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 1.3;
    padding-bottom: 10px;
}
.ctaback h6::before {
   content: '';
   background: #fff;
   width: 100%;
   height: 2px;
   display: block;
   position: absolute;
   bottom: 0;
}
.ctaback ul {
   display: grid;
   margin: 30px auto 20px;
   grid-template-columns: 1fr 1fr;
   grid-template-areas: "a c"
      "b d";
}
.ctaback ul li {
   position: relative;
   display: flex;
   color: #fff;
   font-size: var(--font-sizeh26);
   align-items: center;
   font-family: 'yugothic-bold';
}
.ctaback ul li::before {
   content: '';
   background: url("/fc/common/img/SVG/icon-check.svg")no-repeat 0 0;
   background-size: cover;
   display: block;
   width: 30px;
   height: 27px;
   margin-right: 10px;
}
.ctaback ul li:nth-child(1) {
   grid-area: a;
}
.ctaback ul li:nth-child(2) {
   grid-area: b;
}
.ctaback ul li:nth-child(3) {
   grid-area: c;
}
.ctaback ul li:nth-child(4) {
   grid-area: d;
}
.ctabackinner {
   padding: 40px 66px 26px;
   height: 100%;
   border: 4px solid #fff;
}
.ctabackinnerbox {
   padding-left: 20px;
   padding-right: 20px;
}
/* concept
-----------------------------------*/
#concept {
   margin-bottom: 45px;
}
#concept h2 {
   text-align: center;
   margin-top: 20px;
}
#concept h2 + p {
   text-align: center;
   font-size: var(--font-sizeh26);
   line-height: 1;
}
#concept h3 {
   text-align: center;
   font-size: clamp(var(--font-sizeh18), 3vw, var(--font-sizeh33));
   margin: 10px auto 20px;
   line-height: 1.27;
}
#concept h3 + p {
   font-size: clamp(var(--font-sizeh11), 1.6vw, var(--font-sizeh19));
   font-family: 'yugothic';
   letter-spacing: 0;
}
/* conceptfoot
-----------------------------------*/
#conceptfoot {
   position: relative;
   display: flex;
   overflow: hidden;
   align-items: center;
   justify-content: center;
}
#conceptfoot .cfimg {
   position: relative;
   line-height: 1;
}
#conceptfoot .cfinner {
   color: #fff;
   transform: rotate(-6deg);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   width: 120%;
   text-align: center;
   font-size: 3.8rem;
   line-height: 1.5;
}
#conceptfoot p {
   padding: 20px;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   width: 120%;
}
#conceptfoot .cfinner::after {
   content: '';
   background: var(--bland-color);
   width: 110%;
   display: block;
   height: 225px;
   position: absolute;
   z-index: -1;
}
/* feature
-----------------------------------*/
#feature {
   margin-top: 60px;
}
.featureanc {
   margin: 45px 0 70px;
}
.featureanc dl {
   display: grid;
   grid-template-columns: 90px 1fr;
   line-height: 1;
   align-items: center;
   border-left: 13px solid var(--bland-color);
   border-bottom: 1px solid var(--bland-color);
   background: #fdf1e8;
   padding: 21px 20px;
   margin-bottom: 10px;
   grid-column-gap: 30px;
}
.featureanc dl dt {}
.featureanc dl dd {
   font-size: var(--font-sizeh43);
   font-weight: bold;
   letter-spacing: 0.05em;
   font-family: 'yugothic-bold';
   color: #000;
}
#feature h2 + p {
   text-align: center;
   font-size: var(--font-sizeh26);
   line-height: 1;
}
#featuresection {
   margin-bottom: 50px;
}
#featuresection article {
   padding: 55px 0 68px;
}
#featuresection article dl {
   display: grid;
   grid-template-columns: 195px 1fr;
   grid-column-gap: 30px;
}
#featuresection article dl dt {}
#featuresection article dl dt::after {
   content: '';
   width: 1px;
   height: 100%;
   background-color: #808080;
}
#featuresection article dl dt img {
   position: relative;
   top: 2px;
}
#featuresection article dl dd {
   position: relative;
}
#featuresection article dl dd::before {
   content: '';
   border-right: 1px solid #808080;
   height: 100%;
   position: absolute;
   left: -40px;
}
#featuresection article#feature01 {
    padding: 55px 0 0;
}
#featuresection article#feature01 dl dd::before {
   height: 111px;
}
#featuresection article dl dd > p {
   font-family: 'yugothic-bold';
   line-height: 1.5;
   margin-bottom: 10px;
}
#featuresection h4 {
   color: var(--bland-color);
   line-height: 1.28;
   margin-bottom: 10px;
}
.lr-borderhead {
   color: var(--bland-color);
   text-align: center;
   position: relative;
}
.lr-borderhead span {
   background: #fff;
   display: inline-block;
   padding: 0 30px;
   position: relative;
   z-index: 1;
}
.lr-borderhead::before, .lr-borderhead::after {
   content: '';
   position: absolute;
   width: 100%;
   height: 1px;
   left: 0;
   right: 0;
   background-color: var(--primary-color);
}
.lr-borderhead::before {
   top: 42%;
}
.lr-borderhead::after {
   top: 50%;
}
.imggrid {
   margin-top: 55px;
   display: flex;
   margin-left: calc(((100vw - 100%) / 2) * -1);
   margin-right: calc(((100vw - 100%) / 2) * -1);
}
.imggrid li {
   line-height: 1;
}
/**feature1**/
#feature01, #feature03, #feature05 {
   background-color: #fdf1e8;
}
.imggrid img, .feature01img img {
   width: 100%;
}
#feature01 .feature01img {
   margin-top: 40px;
}
/**feature2**/
#feature02 h3 {
   text-align: center;
   margin-top: 19px;
}
#featuresection #feature02 dl dd > p {
   line-height: 1.62;
}
#featuresection #feature02 dl {
   margin-bottom: 46px;
}
#feature02 h3 + p {
   text-align: center;
   font-size: clamp(var(--font-sizeh1), 1.3vw, var(--font-sizeh16));
}
#feature02 .feature02img2 {
   margin: 40px 0 0;
}
#featuresection #feature03 dl {
   margin-bottom: 20px;
}
/**feature3**/
#feature03 .borderhead {
   margin: 10px 0 20px;
}
.feature2col {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 20px;
}
#featuresection #feature03 .feature2col dl {
   grid-template-columns: 97px 1fr;
   line-height: 1;
   align-items: center;
   grid-column-gap: 15px;
   margin-bottom: 10px;
}
.haramip{
    font-size: clamp(var(--font-sizeh1), 1.6vw, var(--font-sizeh17));
    line-height: 1.5;
}
.feature2col dl dt {
   background-color: var(--bland-color);
   color: #fff;
   font-size: clamp(var(--font-sizeh11), 1.6vw, var(--font-sizeh19));
   text-align: center;
   padding: 7px 0;
}
.feature2col dl dd {
   color: var(--bland-color);
}
.feature2col dl + p {
   line-height: 1.4;
   font-size: clamp(var(--font-sizeh1), 1.6vw, var(--font-sizeh17));
}
#featuresection #feature03 .feature2col dl dd::before {
   content: none;
}
.feature03img2 + h5 + p {
   font-size: clamp(var(--font-sizeh1), 1.6vw, var(--font-sizeh17));
}
.feature03img2 {
   margin-top: 30px;
}
/**feature4**/
#feature04 .manualhead {
   text-align: center;
   color: var(--bland-color);
}
#featuresection #feature04 .borderhead {
   margin: 20px 0 10px;
}
#featuresection #feature04 h6 + p {
   font-size: clamp(var(--font-sizeh1), 1.8vw, var(--font-sizeh19));
        font-family: 'yugothic-bold';
    line-height: 1.6;
}
#featuresection #feature04 .feature01img {
   margin: 10px 0;
}
/**feature5**/
#featuresection #feature05{
    padding: 70px 0 68px;
}
#feature05 .feature05img1 {
   margin: 30px 0 10px;
}
#featuresection .feature4col dl {
   display: grid;
   grid-template-columns: 60px 1fr;
   grid-column-gap: 20px;
   justify-content: center;
   align-items: center;
   position: relative;
   padding: 20px 0;
}
#featuresection .feature4col dl::after {
   content: '';
   width: 1px;
   background: #b28146;
   height: 100%;
   position: absolute;
   right: 0;
}
#featuresection .feature4col dl dt {
   background: var(--bland-color);
   width: 60px;
   height: 60px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: clamp(var(--font-sizeh14), 3vw, var(--font-sizeh39));
   color: #fff;
}
#featuresection .feature4col dl dd {
   font-size: clamp(var(--font-sizeh14), 3vw, var(--font-sizeh39));
   color: var(--bland-color);
   font-family: 'yugothic-bold';
}
#featuresection #feature05 .feature4col dl dd::before, #featuresection #feature05 .feature4col dl dt::after, #featuresection #feature05 .support dl dd::before {
   content: none;
}
#featuresection .feature4col .colinner {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 30px;
   margin-bottom: 20px;
   align-items: center;
}
#featuresection .feature4col .colinner p {
   font-family: 'yugothic-bold';
   line-height: 1.7;
   font-size: clamp(var(--font-sizeh1), 1.6vw, var(--font-sizeh16));
}
#featuresection #feature05 .support dl {
   display: block;
}
#featuresection #feature05 .support dl dt {
   background: var(--bland-color);
   border: 1px solid #b28146;
   font-size: clamp(var(--font-sizeh13), 2vw, var(--font-sizeh3));
   text-align: center;
   padding: 2px 10px;
   font-weight: bold;
   letter-spacing: 0.025em;
   position: relative;
   color: #fff;
   font-family: 'yugothic-bold';
}
#featuresection #feature05 .support dl dd {
   font-size: clamp(var(--font-sizeh1), 1.9vw, var(--font-sizeh19));
   line-height: 1.57;
   font-family: 'yugothic';
   margin-bottom: 30px;
   margin-top: 10px;
   padding-right: 30px;
   padding-left: 30px;
}
#featuresection #feature05 .support dl dd > p {
   font-family: 'yugothic';
   margin-bottom: 20px;
}
#featuresection #feature05 .support dl strong {
   font-size: clamp(var(--font-sizeh1), 1.9vw, var(--font-sizeh22));
   ;
   font-family: 'yugothic-bold';
}
/* shopimage  flow
-----------------------------------*/
#shopimage h6 {
   font-size: clamp(var(--font-sizeh13), 2vw, var(--font-sizeh26));
   background-color: var(--bland-color);
   text-align: center;
   color: #fff;
   margin-bottom: -10px;
   font-family: 'yugothic-bold';
}
#shopimage .shopgrid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 18px;
   margin: 20px
}
#shopimage .shopgrid:last-child {
   margin-bottom: 60px;
}
#shopimage .shopgrid dl dt {
   line-height: 1;
}
#shopimage .shopgrid dl dd {
   font-size: clamp(var(--font-sizeh1), 2vw, var(--font-sizeh2));
   position: relative;
   display: flex;
   align-items: center;
   font-family: 'yugothic-bold';
}
#shopimage .shopgrid dl dd::before {
   content: '';
   background-color: var(--bland-color);
   width: 15px;
   height: 15px;
   display: block;
   margin-right: 10px;
}
#flow .shopflow dl {
   margin-bottom: 25px;
}
.borderhead {
   text-align: center;
   margin: 30px auto;
}
#flow .shopflow dl dt {
   background: #fff;
   border: 1px solid #b28146;
   font-size: clamp(var(--font-sizeh15), 2.5vw, var(--font-sizeh3));
   text-align: center;
   padding: 8px 10px;
   font-weight: bold;
   letter-spacing: 0.025em;
   position: relative;
   font-family: 'yugothic-bold';
}
#flow .shopflow dl dt span {
   font-size: var(--font-sizeh16);
   position: absolute;
   bottom: 50%;
   top: 50%;
   margin: auto;
   line-height: 1;
   height: auto;
   padding-left: 5px;
}
#flow .shopflow dl dd {
   font-size: clamp(1.1rem, 2vw, var(--font-sizeh23));
   text-align: center;
   letter-spacing: 0.05em;
   margin-top: 13px;
}
#flow .shopflow .shopflowgrid {
   display: grid;
   margin-bottom: 15px;
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 50px;
   grid-template-areas:
      "a b"
      "c b";
}
#flow .shopflow .shopflowgrid dl:nth-child(1) {
   grid-area: a;
}
#flow .shopflow .shopflowgrid dl:nth-child(2) {
   grid-area: b;
}
#flow .shopflow .shopflowgrid dl:nth-child(2) dd {
   line-height: 1.3;
}
#flow .shopflow .shopflowgrid dl:nth-child(3) {
   grid-area: c;
}
#flow .shopflow dl:nth-child(2) dt {
   background: #fff;
}
#flow .shopflow dl:nth-child(3) dt {
   background: #fcede4;
}
#flow .shopflow dl:nth-child(4) dt {
   background: #fad9c7;
}
#flow .shopflow dl:nth-child(5) dt {
   background: #f7c5ab;
}
#flow .shopflow dl:nth-child(6) dt {
   background: #f3a481;
}
#flow .shopflow dl:nth-child(7) dt {
   background: #231815;
   color: #fff;
   margin-top: 40px;
}
#flow .shopflow .shopflowgrid dl dt {
   background: #ec6d45;
   color: #fff;
}
#flow .shopflow dl:nth-child(9) dt {
   background: #e84729;
   color: #fff;
}
#flow .shopflow dl:nth-child(10) dt {
   background: #e50012;
   color: #fff;
}
@media (768px <=width < 1200px) {
   #conceptfoot .cfinner {
      font-size: 2rem;
   }
   #conceptfoot p {
      padding: 20px;
   }
   #conceptfoot .cfinner::after {
      height: 145px;
   }
    .ctaback ul {
    display: grid;
    margin: 30px auto 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a c"
      "b d";
}
    .ctabackinnerbox {
    padding-left: 10px;
    padding-right: 10px;
}
    .ctabackinner {
    padding: 40px 26px 26px;

}
    .ctaback ul li{
        font-size: clamp(2rem,2vw,var(--font-sizeh26));
    }
}
@media (max-width:768px) {
    .pd15{
    padding-right: 0;
    padding-left: 0;
}
    .pd15sp{
    padding-right: 15px;
    padding-left: 15px;
}
    .haramip{
    line-height: 1.6;
}
   /* kv */
   .kv {
      margin-bottom: 20px;
   }
   .kv .kvnextimg {
      margin-top: 0;
   }
   .kv .kvnextimg .container {
      padding: 0;
   }
   /*cta*/
   .cta {
      margin: 20px 0;
   }
   .ctaback {
      background: url("/fc/common/img/2x/atr-1sp@2x.webp") no-repeat center 0;
      height: 100%;
      background-size: cover;
      width: 100%;
      padding: 8px;
   }
   .ctabackinnerbox {
      padding-left: 0;
      padding-right: 0;
   }
   .ctaback ul {
      display: flex;
      margin: 10px 10px 4px;
      flex-direction: column;
   }
   .ctabackinner {
      padding: 15px;
      border: 2px solid #fff;
   }
   .ctaback h5 {
      font-size: var(--font-sizeh16);
       border-radius: 8px;
   }
   .ctaback ul li {
      font-size: var(--font-sizeh18);
      margin-bottom: 6px;
      letter-spacing: 0;
   }
   .ctaback h6 {
      font-size: var(--font-sizeh16);
      text-align: left;
      line-height: 1.5;
      padding-bottom: 10px;
   }
   .ctaback h6::before {
      height: 1px;
   }
   .ctaback ul li::before {
      top: -1px;
      width: 21px;
      height: 19px;
      margin-right: 7px;
   }
   .kv .kvflexinner {
      position: relative;
      background: url(../img/2x/kvsp@2x.webp) no-repeat center 0;
      height: 342px;
      width: 100%;
      background-size: cover;
   }
   .kv .kvovertxt {
      position: absolute;
      width: auto;
      height: auto;
      margin-top: auto;
      padding: 15vw;
      margin-left: 10px;
   }
   .kvflex {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 342px;
      box-sizing: border-box;
      line-height: 0;
   }
   /*concept*/
    #concept {
    margin-bottom: 30px;
}
   #concept h2 {
      text-align: center;
      margin-top: 20px;
      justify-content: center;
      margin: 0 4% 10px;
      font-size: 2.8rem;
      display: block;
      line-height: 1.3;
   }
   #concept h3 {
      text-align: center;
      font-size: clamp(var(--font-sizeh18), 3vw, var(--font-sizeh33));
      margin: 10px 0 15px 20px;
      line-height: 1.27;
   }
   #conceptfoot .cfimg {
      position: relative;
      line-height: 1;
      margin-bottom: 0;
   }
   #conceptfoot .cfinner {
      color: #fff;
      transform: rotate(-6deg);
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 120%;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.5;
   }
   #conceptfoot p {
      padding: 7px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      width: 120%;
   }
   #conceptfoot .cfinner::after {
      height: 95px;
   }
   /*featrue*/
   #feature {
      margin-top: 30px;
   }
   .featureanc {
      margin: 20px 0 40px;
   }
   .lr-borderhead {
      border-bottom: 1px solid #000;
      margin: 0 5%;
      line-height: 1.4;
   }
   .lr-borderhead span {
      padding: 0 4%;
   }
   .lr-borderhead::before, .lr-borderhead::after {
      content: none;
   }
    
    #featuresection article dl dt img{
        height: 41px;
        top: 1px;
    }
   #featuresection article dl dd::before {
      content: '';
      left: -14px;
   }
   #feature h2 + p {
      text-align: center;
      font-size: 1.3rem;
      line-height: 1;
      margin-top: 10px;
   }
   .featureanc dl dd {
      font-size: 4.2vw;
      line-height: 1.2;
   }
   .featureanc dl {
      display: grid;
      grid-template-columns: 10% 1fr;
      line-height: 1;
      align-items: center;
      border-left: 6px solid var(--bland-color);
      border-bottom: 1px solid var(--bland-color);
      background: #fdf1e8;
      padding: 10px;
      margin-bottom: 10px;
      grid-column-gap: 10px;
   }
   .featureanc a:first-child dt img {
      width: 90%;
   }
   #featuresection #feature01 dl dd {
      display: flex;
      align-items: center;
   }
   #featuresection article#feature01 dl dd::before {
      height: 100%;
   }
    #featuresection {
    margin-bottom: 0;
}
   .borderhead {
      text-align: center;
      margin: 20px auto;
      padding: 5px 0;
   }
   #featuresection article {
      padding: 25px 0 20px;
   }
    .borderhead::after {
    bottom: 2px;
}
    .borderhead::before {
    top: 2px;
}
    
    
    

    #featuresection #feature02,
    #featuresection #feature03,
    #featuresection #feature04,
    #featuresection #feature05{
        padding: 25px 0 20px;
    }
    
    
   /*featrue1*/
    
    #featuresection article#feature01{
        padding: 35px 0 0;
    }
    #featuresection article#feature01 dl dt img{
        height: 38px;
        top: 2px;
    }
   #concept h2 + p {
      text-align: center;
      font-size: 1.3rem;
      line-height: 1;
      margin-top: 0px;
      margin-bottom: 20px;
   }
   .imggrid li:nth-child(1) {
      margin-right: 2px;
   }
   .imggrid li:nth-child(2) {
      display: none;
   }
   /*featrue2*/
   #featuresection #feature02 dl dd {
      display: flex;
      align-items: center;
   }
    #feature02 .feature02img2 {
    margin: 20px 0 0;
}
   #featuresection #feature02 dl {
      margin-bottom: 15px;
   }
   #feature02 h3 {
      font-size: 1.9rem;
      text-align: left;
      line-height: 1.2;
      margin-bottom: 5px;
      margin-top: 5px;
   }
   #feature02 h3 + p {
      text-align: left;
   }
   #featuresection #feature01 {
      padding: 35px 0 0;
   }
   #feature01 .feature01img {
      margin-top: 20px;
   }
   .imggrid {
      margin-top: 20px;
   }
   /*featrue3*/
    #featuresection #feature03 dl {
    margin-bottom: 10px;
}
    #feature03 .borderhead {
    margin: 0px 0 10px;
}
   .feature2col {
      display: grid;
      grid-template-columns: 1fr;
      grid-row-gap: 10px;
   }
    .feature2col>div:first-child{
        margin-bottom: 10px;
    }
    
   .feature2col dl dt {
      padding: 5px 0;
   }
    .feature2col dl + p{
        line-height: 1.6;
    }
    .feature03img2 {
    margin-top: 10px;
}
   #featuresection #feature03 dl dd {
      display: flex;
      align-items: center;
   }
   #featuresection #feature03 dl dd {}
   #featuresection #feature03 .feature2col dl {
      grid-template-columns: 16% 1fr;
      grid-column-gap: 10px;
       margin-bottom: 5px;
   }
    
   #featuresection #feature03 dl dd h6 {
      font-size: clamp(var(--font-sizeh18), 2vw, var(--font-sizeh3));
   }
   /*featrue4*/
   #featuresection .f04p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 10px;
   }
   #feature04 .manualhead {
      font-size: 6vw;
       margin-top: 10px;
   }
   #featuresection #feature04 h6 + p {
      margin: 5px 0 0;
   }
   #feature04 dl dd {
      display: flex;
      align-items: center;
   }
   #featuresection #feature04 .borderhead {
      margin: 0px 0 10px;
   }
   /*featrue5*/
    #featuresection #feature05 .support dl dd > p {
    font-family: 'yugothic';
    margin-bottom: 0px;
}
   #featuresection #feature05 .support dl dt {
      border: none;
      padding: 7px 10px;
   }
   #featuresection article dl {
      display: grid;
      grid-template-columns: 50px 1fr;
      grid-column-gap: 25px;
      margin-bottom: 10px;
      line-height: 1;
   }
   #featuresection #feature05 .support dl dd {
      margin-top: 5px;
      margin-bottom: 5px;
      padding-right: 10px;
      padding-left: 10px;
   }
   #featuresection h4 {
      font-size: 4.3vw;
      margin-bottom: 1px;
   }
   #featuresection article dl dd > p {
      font-size: var(--font-sizeh1);
      margin-bottom: 0;
   }
   #feature05 .feature05img1 {
      margin: 0px 0;
   }
   #featuresection .feature4col .colinner {
      grid-template-columns: 1fr;
   }
   #featuresection .feature4col dl {
      grid-template-columns: 10px 1fr;
      padding: 0;
      margin-bottom: 2px;
   }
   #featuresection .feature4col .colinner {
      margin-bottom: 10px;
   }
   #featuresection .feature4col dl::after {
      content: none;
   }
   #featuresection .feature4col dl dt {
      width: 20px;
      height: 20px;
   }
   /*shop*/
   #shopimage .shopgrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 7px;
      margin: 17px 5px 10px;
   }
   #shopimage .shopgrid dl dd::before {
      width: 8px;
      height: 8px;
      margin-right: 3px;
   }
   #shopimage h6 {
      padding: 3px;
   }
   /*flow*/
    #flow .shopflow dl:nth-child(7) dt {

    margin-top: 20px;
}
   #flow .shopflow dl {
      margin-bottom: 15px;
   }
   #flow .shopflow dl dd {
      text-align: left;
      line-height: 1.5;
      margin-top: 8px;
   }
   #flow .shopflow dl dt {
      padding: 5px 1px;
   }
   #flow .shopflow dl dt span {
      font-size: 1rem;
      position: relative;
   }
   #flow .shopflow .shopflowgrid {
      grid-column-gap: 25px;
      margin-bottom: 5px;
   }
   #flow .shopflow .shopflowgrid dl:nth-child(2) dd {
      line-height: 1.5;
      margin-top: 5px;
   }
   #flow .shopflow .shopflowgrid dl:nth-child(1) {
      margin-bottom: 10px;
   }
    
    /*shop*/
    #shopimage .shopgrid:last-child {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 580px) {
   #conceptfoot .cfinner {
      font-size: 1.3rem;
   }
   #conceptfoot p {
      padding: 14px;
   }
}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 375px) {}