/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}



/*ot*/

.c-item-list__ttl{
font-size: 14px;
  font-weight: 600;
}


.c-item-list__expl, .c-item-list__price {
margin-top: 0px;
font-size: 12px;
}

.c-item-list__img {
margin-bottom: 8px;
}

.p-category-list__item {
font-size: 11px;
}

.p-category-list__img {
margin-bottom: 5px;
}



.p-category-list__item {
margin-bottom: 0;
width: 20%;
}

@media screen and (max-width: 767px) {
  .p-category-list__item {
    width: 25%;
padding-right: 2%;
}

.p-category-list {
display: flex;
margin-left: 0;
margin-right: 0;
}

.p-category-list__link {
position: none;
}
  
.p-category-list__link:before {
content: none;
}
  
.p-category-list__name {
flex: auto;
}  
}




/*ot*/

.c-item-list__ttl{
font-size: 14px;
  font-weight: 600;
}


.c-item-list__expl, .c-item-list__price {
margin-top: 0px;
font-size: 12px;
}

.c-item-list__img {
margin-bottom: 8px;
}

.p-category-list__item {
font-size: 11px;
}

.p-category-list__img {
margin-bottom: 5px;
}


.p-category-list__item {
margin-bottom: 0;
width: 20%;
}

@media screen and (max-width: 767px) {
  .p-category-list__item {
    width: 25%;
padding-right: 2%;
}

.p-category-list {
display: flex;
margin-left: 0;
margin-right: 0;
}

.p-category-list__link {
position: none;
}
  
.p-category-list__link:before {
content: none;
}
  
.p-category-list__name {
flex: auto;
}  
  
  .p-category-list__img {
width: auto;
}
}




/*speechbabbleここから*/
.ot_speechbubble {
margin: 50px auto;
  }

@media screen and (min-width: 600px){
.ot_speechbubble {
width:85%;
  }}

.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
/*margin: 0 10px;*/
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}

.think .balloon-text-right,.think .balloon-text-left {
border-radius: 30px;
}
.think .balloon-text-right:before {
border: 1px solid #aaa;
border-radius: 50%;
width: 8px;
height: 8px;
top: 15px;
left: -12px;
}
.think .balloon-text-right:after {
border: 1px solid #aaa;
border-radius: 50%;
width: 4px;
height: 4px;
top: 20px;
left: -19px;
}
.think .balloon-text-left:before {
border: 1px solid #aaa;
border-radius: 50%;
width: 8px;
height: 8px;
top: 15px;
right: -12px;
}
.think .balloon-text-left:after {
border: 1px solid #aaa;
border-radius: 50%;
width: 4px;
height: 4px;
top: 20px;
right: -19px;
}
/*speechbabbleここまで*/


/*table desin*/
.ot-table table {
    border-collapse: collapse;  /* セルの線を重ねる */
      margin: 30px 5%;
}
 
.ot-table th, .ot-table td {
    padding: 8px 16px;
    margin: 21px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
}
 
.ot-table th {
    background-color: var(--sitecolor);  /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */
      width: 30%;
    text-align: left;
}
 
.ot-table td {
    background-color:  #efefef; /* 背景色指定 */
}
.ot-table td p{
      font-size: .8em;
}
.ot-table th::after {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    background-color: var(--sitecolor);
    transform: rotate(45deg);
    top: 27%;
    right: -4px;
    z-index: -1;
}
 
.ot-table tr {
    border-bottom:  solid #fff;
}

.ot-table p{
  margin: 10px;}


.stripe-table table {
    border-collapse:  collapse; /* セルの線重ね */
}

.stripe-table tr:nth-child(odd) {
    background-color:  #ddd; 
}

.stripe-table th,td {
    padding: 5px 10px;
}
.stripe-table th {
  width: 25%;
}


.p-item-list-head {
border-top: none;
}


figcaption{
  line-height: 2.2em;
color: var(--sitecolor);
  font-size: .9em;}

figure{
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.p-category__ttl {
    margin: 10px 0 15px 0;
    line-height: 1.2;
    font-size: 1.3em;
    font-weight: 600;
}

.shutten{
    font-size: .8em;
    color: var(--sitecolor);
    line-height: 1.5em;
}


/*faq その1*/

.faqbk{
    background: var(--sitecolor);
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    line-height: 1.3em;
}

/*faq その2*/
.qa-008 dt {
    margin-bottom: 1em;
    background: var(--sitecolor);
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    line-height: 1.3em;
    font-weight: 600;
}

.qa-008 dt::before,
.qa-008 dd::before {
    margin-right: .4em;
}

.qa-008 dt::before {
    content: "Q";
    color: #fff;
}

.qa-008 dd {
  margin: 0 0 2.5em;
padding: 0em 1em 1em 2em;
    background-color: #fff;
    color: var(--sitecolor);
text-indent: -1em;
  display: inline-block;
}

.qa-008 dd::before {
    content: "A";
    color: #d54e4e;
}

/*aリンクが目立たないからunderline　トップやフッターは質感のため、なし*/
.p-category-free a{
    text-decoration: underline;
}

/*カテぺの上のサブカテボタン*/
.p-category-list__item {
  border: 1px solid var(--sitecolor);
margin: 3px;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
}
