@charset "UTF-8";
html,
body {
overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'RakutenSansJP2_W-Regular', "メイリオ", Meiryo, "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
}
body * {
	font-weight: normal;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.itemkv img {
    width: 100%;
		margin: 0;
    padding: 0;
}

section:first-child {
	margin-top: 0;
}

section {
	padding: 0 0 40px;
}

.plan-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.bg-decoration-text img{
  position: absolute;
  top: -2px;
	left: 0;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.container,
.containerSp{
  position: relative;
  z-index: 100;
}

@media (max-width: 834px) {
.plan-section {
  padding: 20px 0;
}
section {
	padding: 10px 0 20px;
}
section:first-child {
	padding-top: 0;
}
section.cp {
	padding: 20px 15px;
}
}

em {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a img {
  border: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a {
  color: #00339b;
  transition: 0.3s;
  text-decoration: underline;
}
a:hover, .contents a {
  word-break: break-all;
  color: #2f62ca;
  text-decoration: none;
}
.reset, .reset > li, .reset > dt, .reset > dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.reset-b {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reset-t {
  margin-top: 0;
  padding-top: 0;
}

ul.default, ol.default {
  margin: 0;
  padding: 0;
}
/* ■ */
ul.default > li:before {
	position: absolute;
	content: "■";
	top: 0.25em;
	left: 0;
	font-size: 0.75em;
	color:inherit;
	padding-right: 0.4em;
	vertical-align: middle;
}
ol.default > li {
  margin-left: 1.0em;
}
ul.default > li {
	position: relative;
  padding: 0 0 0 1.0em;
	list-style: none;
}

ul.nostyle > li {
	list-style: none;
}

b { 
	font-family: 'RakutenSansJP2_W-Bold';
	font-weight: normal;
}
@media (max-width: 834px) {
ul.default, ol.default, ul.nostyle,
table.table td{
	font-size: 14px;
}
 b { 
	font-size: 14px;
}
}
.box, 
.pad{
  padding: 1.0em;
}
.pad-t{
  padding: 0.5em;
}
.box2x {
  padding: 0 2.0em 2.0em;
}

.note td .box2x {
	padding-top:2.0em;
}

@media (max-width: 834px) {
.box2x {
  padding: 0 1.0em 1.0em;
}
}
.bgSilver {
  background-color: #f4f4f4;
}
.bgPink {
  background-color: #ffebf4;
}
.bgPink02 {
  background-color: rgba(255, 0, 140, 0.10);
}
.solid {
  border: 1px solid #c7c7c7;
}
.solid02 {
  border: 1px solid rgba(255, 0, 140, 1);
}
.textC {
  text-align: center;
}
.textRed {
  color: #d70234
}
.textPink {
  color: rgba(255, 0, 140, 1);
}

@media (max-width: 834px) {
.fs-14 {font-size: 2.5vw;}
}
@media (min-width: 835px) {
.fs-14 {font-size: 1.4rem;}
}

hr.spacer {
  margin: 0;
  padding: 1.5em;
  border: none;
  outline: none;
}
.itemButton {
  text-align: center;
	display: block;
}
.itemButton a {
  display: inline-block;
  padding: 1.0em;
  text-decoration: none;
  line-height: 1.4;
}
.itemButton.rounded a {
  border-radius: 5.0em;
}
.itemButton a.bgPink {
  color: #ffffff;
  background-color: rgba(255, 0, 140, 1);
  border: 2px solid rgba(255, 0, 140, 1);
}
.itemButton a.bgYellow {
	background-color: #ffeb00;
	color: rgba(255, 0, 140, 1);
	border: 2px solid #ffeb00;
}

.unit2Lg .itemButton a.cover {
	width: 90%;
	padding: 1.5em; 
}

.unit2Lg .itemButton a:hover {
  color: rgba(255, 0, 140, 1);
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 0, 140, 1);
}

.unit2Lg .itemButton > a:hover:after {
	border-right: 2px solid rgba(255, 0, 140, 1);
	border-bottom: 2px solid rgba(255, 0, 140, 1);
	
}
.bannerFixed .itemButton a.cover {
	width: 85%; 
}

.itemButton a.bgCr {
  color: #ffffff;
  background-color: #980323;
  border: 2px solid #980323;
}
.itemButton a.bgWhite {
  color: rgba(255, 0, 140, 1);
  background-color: #ffffff;
  border: 2px solid rgba(255, 0, 140, 1);
}
.itemButton a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.bannerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.0em;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
	z-index: 200;
}


.itemButton > a {
	display: inline-block !important;
	/*padding: 0.5em 1.5em;*/
	border-radius: 5px;
	font-size: 15px;
}
@media (max-width: 834px) {
.itemButton > a {
	font-size: 13px;
}
}
.itemButton > a:after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 0.25em;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-45deg);
}

.itemButton > a.bgWhite:after {
	border-right: 2px solid rgba(255, 0, 140, 1);
	border-bottom: 2px solid rgba(255, 0, 140, 1);
}

.itemButton > a.bgYellow:after {
	border-right: 2px solid rgba(255, 0, 140, 1);
	border-bottom: 2px solid rgba(255, 0, 140, 1);
}

.itemButton > a:hover:after, .itemButton > a:active:after {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.unit2 {
  font-size: 0;
}
.unit2 > .col {
  display: inline-block;
  width: 48.481%;
  font-size: 1.6rem;
}
.unit2 > .col:nth-child(even) {
  margin-left: 3.036%;
}
.unit2 > .col:nth-of-type(n+3) {
  margin-top: 3.036%;
}
h1 {
  margin: 0 0 1.5em;
  padding: 0.5em 0;
  color: #ffffff;
  background-color: #980323;
  text-align: center;
  line-height: 1.4;
}
h2 {
  position: relative;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
	font-family: 'RakutenSansJP2_W-DemiBold';
	padding: 0;
	z-index: 10;
}
h3 {
  padding: 10px 20px;
  text-align: left;
  background: #ffebf4;
	font-size: 18px;
}

@media (max-width: 834px) {
	h3 {
	font-size: 16px;
}

}
	
/*----intro----*/

.banner-section {
  position: relative;
  max-width: 998px; 
  margin: 60px auto;
  text-align: center;
}

.deco-img {
  position: absolute;
  width: 250px; 
  height: auto;
  z-index: 10;
}

.img-left {
  top: -90px; 
  left: -220px; 
  transform: rotate(-10deg);
}

.img-right {
  bottom: -120px; 
  right: -240px;  
  transform: rotate(5deg); 
}


@media screen and (max-width: 834px) {
  .benefit-card, .banner-section {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
	.banner-section {
  margin: 20px auto;
}
}


/*-------- 特典 --------*/

/* --- 特典ラベル共通--- */
.benefit-label-top {
    position: absolute;
    top: 50px;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    z-index: 1;

	
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    width: 1200px; 
    height: 125px;
}
@media (min-width: 835px) {
.benefit-label-top {
    top: 30px!important;
}
}

/* --- 各特典ごとの画像 --- */

.is-benefit1 .benefit-label-top {
   background-image: url('images/deco-benefit1.png');
	z-index: 1;
}
.is-benefit2 .benefit-label-top {
    background-image: url('images/deco-benefit2.png');
	z-index: 1;
}
.is-benefit3 .benefit-label-top {
    background-image: url('images/deco-benefit3.png');
	z-index: 1;
}
.is-benefit4 .benefit-label-top {
    background-image: url('images/deco-benefit4-sp.png');
	z-index: 1;
}
.is-benefit5 .benefit-label-top {
    background-image: url('images/deco-benefit5.png');
	z-index: 1;
}
@media screen and (max-width: 834px) {
    .benefit-label-top {
        width: 300px;
    }
.is-benefit2 .benefit-label-top,
.is-benefit3 .benefit-label-top,
.is-benefit5 .benefit-label-top{
		right: 0;
	} 
	
.is-benefit4 .benefit-label-top{
		right: 60!important;
	} 
}

/* ------ */


.benefit-container, .benefit-card, .banner-section {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 834px) {
  .benefit-container, .benefit-card {
    max-width: none;
  }
}

@media screen and (max-width: 834px){
  .deco-img {
    width: 60px;
  }
  .img-left {
    left: -10px;
    top: 20px;
  }
  .img-right {
    right: -10px;
    top: 30px;
  }
}

/*---- 特典　記事で使用の css----*/

.flexbox{
		display: flex;
		align-items: center;
		justify-content: flex-start;
}

@media screen and (max-width: 834px){
.flexbox{
		align-items: flex-start;
}
	
}
.flexbox > span{
	flex-grow: 1;
	margin-left: 1.5em;
}

.step-layout {
    display: flex;
    align-items: flex-start; 
    gap: 15px;               
    margin-bottom: 10px;
}

/* dt */
.step-icon-box {
    flex-shrink: 0;
    width: 90px;
    background-color: #ff008c;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-box.grey {
	min-height: 28px;
    background-color: #666666;
}

.step-label {
    font-size: 1.8rem;
}

.step-icon-box.grey .step-label {
		font-size: 0.75em;
}

/* dd */
.step-description {
    margin: 0; 
    flex: 1; 
}

.step-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.4;
}


@media screen and (max-width: 768px) {
	.step-icon-box {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 1em;
	}
	.step-title {
		font-size: 1.4rem;
	}
	.step-label {
		font-size: 1.6rem;
	}
	.step-description {
		width: 100%;
	}
	.step-layout {
		display: block;
	}
}

/*---- Q&A ----*/


.uiFaq dl dt:before {
	display: block;
	position: absolute;
	left: 0;
	content: "Q";
	font-family: 'RakutenSansJP2_W-Regular';
}
.uiFaq dl {
	margin-top: 20px;
}
.uiFaq dl dt {
	position: relative;
	margin: 0;
	padding: 20px 0 20px 50px;
	border-top: 1px dotted #e7e7e7;
	font-weight: bold;
	cursor: pointer;
	counter-increment: item;
	font-family: 'RakutenSansJP2_W-Bold';
}
.uiFaq dl dt:first-child {
	padding-top: 0;
	border-top: none;
	padding: 5px 0 20px 50px;
}
.uiFaq dl dt:before {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	background-color: #ff008c;
	border-radius: 20px;
	text-align: center;
}

.uiFaq dl dt:first-child:before {
	top: 0;
}
.uiFaq dl dd {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 20px 50px;
}
.uiFaq dl dd:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #ff008c;
	background-color: #ffebf4;
	border-radius: 20px;
	font-weight: bold;
	text-align: center;
}
.uiFaq dl dd:last-child {
	border-bottom: none;
}

@media screen and (max-width: 768px) {
	.uiFaq dl {
		font-size: 14px;
	}
	.uiFaq dl dt:before,
	.uiFaq dl dd:before {
		width: 30px;
		left: 0;
		height: 30px;
		line-height: 30px;
		border-radius: 30px;
	}
	.uiFaq dl dt {
		padding: 10px 0 30px 40px;
	}
	.uiFaq dl dt:th-of-type(2){
	padding: 10px 0 20px 40px;
}
	.uiFaq dl dd {
	padding:  0 0 10px 40px;
}
}

/*----footer----*/

footer{
	display: block;
	width: 100%;
	margin: auto;
	background: url("images/footer_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 3.0em 0 5.0em;
  color: #969696;
  background-color: #000;
  text-align: center;
	position: relative;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul li {
  margin: 0 10px;
}

footer ul li a {
  color: #969696;
  text-decoration: none;
}
footer ul li a:hover {
  color: #fff;
}
footer ul li a:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.5em;
  border-right: 2px solid #969696;
  border-bottom: 2px solid #969696;
  transform: rotate(-45deg);
  vertical-align: 2px;
}

footer p {
  margin-top: 1.0em;
  font-size: 0.75em;
}
footer p:last-child{
	font-size: 10px;
	background-color: #000;
	padding: 10px 10px;
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
	text-align: center;
	}

footer {
    padding-bottom: 75px !important;
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 70px !important;
    }
}


/*--テーブル--*/

@media screen and (max-width: 768px) {
 
    .benefit-card table,
    .benefit-card tbody,
    .benefit-card tr,
    .benefit-card th,
    .benefit-card td {
        display: block;   
        box-sizing: border-box;
    }

    .benefit-card table th {
        background-color: #f5f5f5;
        border-bottom: none; 
        text-align: left;
        padding: 8px 12px;
    }

    .benefit-card table td {
        background-color: #fff;
        padding: 12px;
        margin-bottom: 5px;
    }
}


table.table {
  color: #2c2c2c;
  margin-top: 20px;
  width: 100%;
  border-spacing: 1px;
}
table.table th {
  border-left: none;
  white-space: nowrap;
}
table.table {
  border-top: none;
  box-sizing: border-box
}
table.table th {
  padding: 10px 20px;
	font-family: 'RakutenSansJP2_W-Bold';
	font-size: 18px;
  text-align: center;
  background-color: #eaeaea;
  color: #333;
}
table.table th.pink-th{
  background-color:#ffebf4;
	color: #ff008c;
	}
@media (max-width: 834px) {
	table.table th {
		font-size: 16px;
	}
	table.table td {
		font-size: 14px;
		padding: 10px 0!important;
	}
}

table.table td {
  padding: 20px 10px;
  border-bottom: none;
  background-color: #ffffff;
}
.bgPink02 table.table td {
	padding: 10px;
	/*font-size: 12px;*/
}
table.table tr:nth-child(odd) td {
  background-color: rgba(255, 0, 140, 0.10);
}
table.table.center td {
  text-align: center;
}
table.table caption {
  padding-top: 20px;
}

/* --- 注意事項テーブル専用 横並びを維持 --- */

    table.notes-table, table.notes-table tbody, table.notes-table tr {
    	table-layout: auto !important;
    	width: 100% !important;
    	margin-top: 0, 5em;
    }
    table.notes-table tr {
    	display: table-row !important;
    }
    table.notes-table th, table.notes-table td {
    	display: table-cell !important;
    	padding: 10px 8px;
    	font-size: 1.2rem;
    	word-break: break-all;
    }
    table.notes-table th {
    	background-color: #ffebf4;
    	color: #ff008c;
    	font-weight: bold;
    	vertical-align: middle;
    }
    table.notes-table td {
    	background-color: #efefef;
    }


/*SP 表示*/

@media (max-width: 834px) {
  body {
    font-size: 3.5vw;
  }
  .pcOnly {
    display: none;
  }
  .containerSp {
    padding: 0 1.0em;
  }
  .unit2Lg > .col:nth-of-type(n+2) {
    margin-top: 1.0em;
  }
	footer .unit2Lg > .col {
		border: 1px solid #969696;
		padding: 0 20px 40px;
  }
  .bannerFixed .col {
    font-size: 3.5vw;
  }
  .bannerFixed .col .itemButton a {
		width: 90%;
		line-height: 1.2;
    padding: 0.2em;
		font-size: 14px;
  }
  h2 {
		font-size: 22px;
  }
  footer ul {
    flex-wrap: wrap;
  }
  footer ul li {
    width: 100%;
    margin-bottom: 0.5em;
  }
  footer p {
    padding: 0 1.0em;
  }

  .header-title span.note,
	span.note{
    font-size: 1.2rem;
    font-weight: normal;
		font-family: 'RakutenSansJP2_W-Regular';
		line-height: 1.4;
  }
	
  .tableWrap {
    width: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
  .tableWrap th, .tableWrap td {
    white-space: nowrap;
  }
  .tableWrap:before {
    content: "※右にスクロールできます。";
    font-size: 1.2rem;
  }
  .tableWrap::-webkit-scrollbar {
    height: 5px;
  }
  .tableWrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }  
}


/*----PC表示----*/

@media (min-width: 835px) {
  .spOnly {
    display: none;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
  }
  .unit2Lg, .unit3Lg {
    font-size: 0;
  }
	
	.unit2Lg > .col {
    display: inline-block;
    width: 48.481%;
    font-size: 1.6rem;
  }
	
footer .unit2Lg > .col {
    display: inline-block;
    width: 40%;
    font-size: 1.6rem;
		border: 1px solid #969696;
		padding: 0 20px 40px;
  }
	
  .unit2Lg > .col:nth-child(even) {
    margin-left: 3.036%;
  }
  .unit2Lg > .col:nth-of-type(n+3) {
    margin-top: 3.036%;
  }
  .unit3Lg > .col {
    display: inline-block;
    width: 31.983%;
    font-size: 1.6rem;
  }
  .unit3Lg > .col:not(:nth-of-type(3n+1)) {
    margin-left: 2.024%;
  }
  .unit3Lg > .col:nth-of-type(n+4) {
    margin-top: 2.024%;
  }

  .header-title span.note,
	span.note{
		display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
		font-family: 'RakutenSansJP2_W-Regular';
		line-height: 1.2;
  }

  table.table td {
    font-size: 1.6rem;
  }
.bgPink02 table.table td {
	/*font-size: 1.2rem;*/
}
  table.table02 th, table.table02 td {
    font-size: 14px;
    padding: 10px;
    text-align: center;
  }
}

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

.benefit-container {
  position: relative;
  max-width: 1200px;
  margin: 50px auto;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
}

@media (max-width: 834px) {
.benefit-container {
	margin: 30px 10px 0 10px;
	padding-bottom: 30px;
	}
.benefit-container:not(.is-benefit1) {
	margin-top: 40px;
	}
}
	
.benefit-label-top {
	font-family: RakutenSansJP2_W-Bold;
	font-style: italic;
  position: absolute;
  top: 40px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 5px 30px;
  color: #ff008c;
  font-size: 34px;
  z-index: 10;
}
@media (max-width: 834px) {
.benefit-label-top {
  font-size: 22px;
}
}

.main-copy {
	font-family: RakutenSansJP2_W-Bold;
  font-size: 30px;
	line-height: 1.2;
  margin-bottom: 30px;
	text-align: center;
  color: #333;
}
@media (max-width: 834px) {
.main-copy {
  font-size: 18px;
}
}

.benefit-card {
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
}

@media (min-width: 835px) {
.benefit-card {
	margin: 0 20px!important;
}
}


@media (max-width: 834px) {
.benefit-card {
	margin: 0 15px!important;
	width: auto;
}
}

.accordion-header {
  list-style: none;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-header::-webkit-details-marker {
	display: none;
}

.note .benefit-card,
.question .benefit-card {
	margin-bottom: 15px!important;
}

.note .benefit-card:last-child,
.question .benefit-card:last-child {
	margin-bottom: 0;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 0;
}

@media (min-width: 835px) {
	.header-left{
    display: flex;
    align-items: center;
    gap: 10px;
}
}

@media (max-width: 834px) {
	.header-left {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	justify-content: flex-start;
}
.icon-box {
	width: 40px !important;
}
.question .icon-box {
	padding: 10px 0;
}
.note .header-title {
	text-align: center;
}
.header-title {
	flex: 1 !important;
	margin-left: 10px !important;
}
.SParrow-box {
	flex: 0 0 100% !important;
	width: 100% !important;
	margin-top: 10px !important;
	display: flex !important;
	justify-content: center;
	clear: both;
}}

/* アイコン */
.icon-box {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.icon-img {
  width: 100%;
  height: auto;
  display: block;
}

.header-title {
	font-family: RakutenSansJP2_W-Bold;
  font-size: 24px;
	line-height: 1.2;
  color: #333;
}

@media (max-width: 834px) {
	
.icon-box {
	padding-top: 0;
}
.header-title {
  font-size: 16px;
	margin: 10px 0;
}
}
	
.pink-bold {
  color: #ff008c;
  font-size: 1.1em;
}

.arrow-circle {
  width: 44px;
  height: 44px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.SParrow-circle {
	display: none;
}

.minus-icon {
  width: 14px;
  height: 2px;
  background-color: #999;
  display: block;
  position: relative;
}

.minus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #999;
  transform: rotate(90deg); 
  transition: transform 0.3s ease; 
}

details[open] .minus-icon::before {
  transform: rotate(0deg);
}

@media (max-width: 834px) {
.arrow-circle {
  display: none;
}
.SParrow-box {
	width: 100%;
	display:flex;
	grid-gap: 5px;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999;
	margin-top: 10px;
	}
.SParrow-circle {
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; 
}
	
	.minus-icon {
  width: 12px;
  height: 2px;
  background-color: #999;
  display: block;
  position: relative;
}

.minus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #999;
  transform: rotate(90deg); 
  transition: transform 0.3s ease; 
}

}

/* 展開コンテンツ */

.content-divider {
	margin: 0 20px 20px;
	background-image: linear-gradient(to right, #ccc 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: top left;
}

.target-product-label {
  background-color: #eaeaea;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  margin: 15px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {

    .arrow-circle {
        margin-top: 10px;
        position: static;
    }
}

/* -----アコーディオン部分 ここまで----- */