/** Shopify CDN: Minification failed

Line 211:7 Expected ":"
Line 229:32 Expected ":"

**/
.underline02 {
  background: linear-gradient(transparent 40%, #f2f2f2 60%);
}
 







h2.coupon {
  background: #FDB734;
  box-shadow: 0px 0px 0px 5px #FDB734;
  border: dashed 1px #ffffff;
  padding: 0.2em 0.5em;
  color: #454545;
}

h2.standard {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
}

h2.green {
  padding: 1rem 2rem;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
}



h2.hukidashi {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}

h2.hukidashi:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

h2.hukidashi:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}


h2.step {
  position: relative;
  padding-left: 4em;
}

h2.step span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #e3f5d8;
  background: #22ac38;
}

h2.step span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #22ac38;
}

 h2.tag{
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #22ac38;
}

h2.tag:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

h2.line {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
}

h2.line:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}


/* 目次 */
.toc-003 {
    margin-bottom: 30px;
    padding: 1em 1em 1em 2em;
    border-top: 5px solid #2589d0;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    background-color: #f7f7f7;
}

.toc-003 div {
    display: flex;
    align-items: center;
    margin: 0;
    color: #2589d0;
    font-weight: 600;
    font-size: 1.2em;
}

.toc-003 div::before {
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-right: 5px;
    border-radius: 50%;
    background: #2589d0 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 1em;
    content: '';
}

.toc-003 ol {
    list-style-type: disc;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.toc-003 > ol {
    margin-top: 15px;
}

.toc-003 ol ol {
    margin-top: 5px;
}

.toc-003 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-003 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-003 a {
    color: #555;
    text-decoration: none;
}




/*---------------------------------
アコーディオン
--------------------------------*/



details.a {
    padding: 1rem;
    background: #fdf9f2;
    border-radius: 5px;
    margin: 10px auto;
  width="50%"

}

summary.a {
    outline: none;
}

details.a[open] .in-details {
    animation: fadeIn 0.5s ease;
}

details.a[open] .in-details li {
  padding-top:10px;
  padding-bottom:10px;
　list-style-type: disc;
	line-height:2.0em;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;　/* 追記 */
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/*---------------------------------
テーブル　商品詳細
--------------------------------*/

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


/*****************************************************

リンク　ボタン

*****************************************************/

a.btn_01 {
font-size:15px;
	display: block;
	text-align: center;
	vertical-align: left;
	text-decoration: none;
	width:80%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	font-color: #27acd9;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #1f82a3;
	background: #1f82a3;
    color: #fff;
}

/*****************************************************

ボックス

*****************************************************/
.box {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
  	font-weight: bold;
  	font-color: #27acd9;


}
.box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box p {
    margin: 0; 
    padding: 0;
}



.boxao{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.boxao p {
    margin: 0; 
    padding: 0;
}

.btn01 a {
	background-color: #ceb849;
	border: 1px solid #ceb849;
}

.btn01 a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}

.btn01 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}




.title-box2 {
  margin: 1em 0;
  padding: 1.5em 1em 1em;
  position: relative;
  border: 1px solid #8bc34a;
  background-color: #dcedc8;
}

.title-box2-title {
  position: absolute;
  top: -0.8em;
  left: 20px;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #8bc34a;
  color: #fff;
  padding: 0 0.5em;
}

.title-box2 p {
  margin: 0;
  padding: 0;
}



.box29 {
    margin: 2em 0;
    background: #f8f8f8;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #C0C0C0;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}




