/** Shopify CDN: Minification failed

Line 174:19 Expected identifier but found bad string token
Line 174:20 Unterminated string token

**/
.sp {
	display: none;
}
.pc {
	display: block;
}

@media screen and (max-width:768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.order_left {
		order: 2;
	}
	.order_right {
		order: 1;
	}
}


body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}
p{
  font-size: 16px;
  line-height: 150%;
}
img{
  max-width: 100%;
}
 h2, h3{
  font-weight: bold;
}
a:hover{
  opacity: .5;
}
.container{
  max-width: 1100px;
  padding: 0 4%;
  margin: 0 auto;
}
.ttl{
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
}

section {
   max-width: var(--page-width);
    margin: 0 auto;
}
li {
  list-style-type: none!important;
}
h1.ttl_h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large;
    text-align: center;
    padding-bottom: 40px;
}

/* beans */
.beans-sec{
  margin-bottom: 80px;
  padding-top: 30px;
}
.beans-sec ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 0;
}
.beans-sec ul li{
  width: 18%;
}
.beans-sec .li_img{
  width: 2%;
  margin: 30px 5px ;
  align-items: center;
    display: flex;
}
.beans-sec ul li strong{
display: block;
    text-align: center;
    background: #f3f3f3;
    padding: 5px 0;
    margin: 20px 0 5px;
    color: black;
}
.btn{
  width: 300px;
  height: 60px;
  border: solid 1px #707070;
  display: block;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}
img.icon_img {
  width: 60px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.beans-list li:nth-of-type(odd) {
  border: solid 5px #55ace1;
  padding: 10px 10px 0;
  border-radius: 20px;
}
ul.beans-list p {
    text-align: center;
  font-size: smaller;
}


.detail-sec .container {
  margin-bottom: 40px;
}
h3.h-step {
  display: block;
  background: #f1f1f1;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
h3.h-step span.step {
  display: block;
  width: 133px;
  height: 48px;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  line-height: 48px;
  background: url(/cdn/shop/files/flow.png?v=1706246797) left top no-repeat;
  background-size: cover;
}
h3.h-step span.text {
  display: block;
  float: left;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
  padding-left: 20px;
}

.container_guide {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  padding: 0 10px;
}

.upload {
  margin-top: 70px;"
}

@media screen and (max-width: 750px){
  .ttl{
    font-size: 30px;
    margin-bottom: 40px;
  }

  /* beans */
  .beans-sec{
    margin-bottom: 60px;
    padding-top: 5px;
  }
  .beans-sec ul{
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0px;
  }
  .beans-sec ul li{
    width: 100%;
  }
  /* /beans */


  
  /* footer */
h3.h-step span.step {
    display: block;
    width: 80px;
    height: 48px;
    text-align: left;
    float: left;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    background: url(/cdn/shop/files/arr.png?v=1702367964) right top no-repeat;
    padding-left: 5px;
}
h3.h-step span.text {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 48px;
    padding-left: 8px;
}
#step6 span.text {
    /* display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    padding-left: 8px;
    padding-top: 5px; */
}
  img.icon_img {
    width: 40px;
}

.beans-sec ul li strong {
    margin: 10px 0 0;
    padding: 2px 0;
}

.beans-list p {
    text-align: center;
    margin-top: 2px;
}

.beans-sec .li_img {
    margin: 0 auto;
    transform: rotate(90deg);
    width: 10%;
}
  h1.ttl_h1 {

    padding-bottom: 0;
}
}