@charset "utf-8";

@media (max-width: 767px) {
    .js_sale > .container,
    .js_sale > .is-breadcrumb.shop-breadcrumb > .container {
        max-width: 100%;
    }
}

@media (min-width: 320px) {
    #product_detail #product_details .css_quantity {
        float: left!important;
    }
}

.btn_delivery_about:hover {
    color: #fff;
    opacity: .9;
}
.idc-btn_add-cart {
    background: #e5002d!important;
    width: 140px;
}
.idc-btn_add-cart.btn:disabled {
    background: #333!important;
}
#product_detail #product_details .js_check_product.soldout {
    width: 140px;
}

.idc-btn_add-cart:hover,
.idc-btn_add-cart:active,
.idc-btn_add-cart:focus,
.idc-btn_add-cart:active:focus {
    background: #ff0032!important;
}
#product_detail #product_details .css_quantity .btn-secondary:hover,
#product_detail #product_details .css_quantity .btn-secondary:active,
#product_detail #product_details .css_quantity .btn-secondary:focus,
#product_detail #product_details .css_quantity .btn-secondary:active:focus {
    background: #fff!important;
}

@media (min-width: 768px) {
    #product_detail #product_details .pname {
        font-size: 20px!important;
    }
    #product_detail #product_details .product_price .oe_price_h4 {
        margin-top: 0;
    }
    #product_detail #product_details .oe_currency_value {
        font-size: 24px!important;
    }
}

@media (max-width: 767px) {
    #product_detail #product_details .pname {
        font-size: 20px!important;
    }
    #product_detail #product_details .product_price .oe_price_h4 {
        margin-top: 0;
    }
    #product_detail #product_details .oe_currency_value {
        font-size: 24px!important;
    }
}

@media (max-width: 991px) {
    .recomended-title {
        text-align: center!important;
    }
}

@media (max-width: 767px) {
    .recomended-title {
        text-align: left!important;
    }
}

/**********************************
.pcontact
**********************************/
.pcontact {
    border-top: 1px solid #ddd;
    padding-top: 2rem;
    margin-top: .8rem;
}
.pcontact__title {
    margin-bottom: .1rem!important;
    font-weight: bold;
}
.pcontact__allbox {
    background: #f5f5f5;
    padding: 1rem 1rem;
}
.pcontact__productnum {
	display: inline-block;
    background: #fff;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem!important;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 2;
}
.pcontact__productnum span {
    padding-right: 0!important;
	color: #ff0000;
	font-weight: bold;
}
.linebox__link a::before {
    content: "";
    display: inline-block;
    margin-right: .5rem;
    width: 22px;
    height: 22px;
    background-image:url(/item/html/user_data/assets/img/products/common/icon/square-default-small.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.telbox__link a::before {
    content: "";
    display: inline-block;
    margin-right: .5rem;
    width: 22px;
    height: 22px;
    background-image:url(/item/html/user_data/assets/img/products/common/icon/tel_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.mailbox__link a::before {
    content: "";
    display: inline-block;
    margin-right: .5rem;
    width: 22px;
    height: 20px;
    background-image:url(/item/html/user_data/assets/img/products/common/icon/mail_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.telbox__title {
    font-size: 15px;
}
.telbox__link a {
    /* color: #337ab7; */
    /* color: #ff0000; */
    color: #000;
    /* font-size: 12px; */
    text-decoration: underline;
}
.telbox__link a span {
    color: #ff0000;
    font-size: 16px;
    padding-right: 0!important;
}
.pcontact__telbox,
.pcontact__mailbox,
.pcontact__linebox,
.pcontact__remotebox {
    padding: 0.5rem 0;
}
.mailbox__link a,
.linebox__link a {
    color: #000;
    text-decoration: underline;
}
.remotebox__title {
    font-size: 15px;
}
.remotebox__link a {
    /* color: #337ab7; */
    /* color: #ff0000; */
    color: #000;
    text-decoration: underline;
}
.remotebox__link span {
    color: #fff;
    font-size: 10px;
    background: #ff0000;
    /* border: 1px solid #ff0000; */
    padding: 0 .2rem!important;
    margin-left: .2rem;
}
.linebox__time,
.telbox__time {
    line-height: 1.3;
    /* margin-left: 15px; */
    margin-left: calc(22px + .5rem);
    font-size: 12px;
}
.remotebox__gotoremote {
    line-height: 1.3;
    margin-left: 15px;
    font-size: 12px;
    background: #777777;
    display: inline-block;
    padding: .2rem 1rem .3rem;
}
.remotebox__gotoremote:hover {
    opacity: .9;
}
.remotebox__gotoremote a {
    color: #fff;
}
.remotebox__bnr {
    display: inline-block;
    /* border: 1px solid #777; */
    margin-top: .5rem;
    max-width: 350px;
}

@media (min-width: 768px) {
    .pcontact__title {
        font-size: 16px;
    }
    .telbox__link a {
        font-size: 15px;
    }
    .linebox__link a {
        font-size: 15px;
    }
    .mailbox__link a {
        font-size: 15px;
    }
    .remotebox__link a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
	.pcontact {
        margin-top: 1.2rem;
    }
	.pcontact__productnum {
		font-size: 13px;
	}
    .telbox__link a {
        font-size: 14px;
    }
    .linebox__link a {
        font-size: 14px;
    }
    .mailbox__link a {
        font-size: 14px;
    }
    .remotebox__link a {
        font-size: 14px;
    }
}

/**********************************
.pocs
**********************************/
.pocs {
    margin: 1.5rem 0 1.5rem;
    /* background: #06C755; */
    background: #b8e6bf;
    /* color: #fff; */
    color: #000;
    padding: 1rem;
}
.pocs__title {
    font-weight: bold;
    margin-bottom: .3rem;
}
.pocs__text {
    font-size: 13px;
}
.pocs__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #fff;
    margin-top: .5rem;
    padding-top: 1rem;
}
.pocs__box_text01 {
    width: calc(67% - 0.3rem);
    font-size: 13px;
    margin-right: 0.3rem;
}
.pocs__box_text01::after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    content: "";
    display: inline-block;
    height: 0;
    left: 5px;
    top: -1px;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.pocs__box_text02 {
    width: 33%;
    position: relative;
}
.pocs__box_text02 a {
    color: #7F7F7F;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    background: #fff;
    border-radius: 7px;
    padding: .5rem;
    font-size: 13px;
    box-shadow: 2px 2px;
}

@media (max-width: 980px) {
    .pocs__box_text01 {
        width: calc(50% - 0.3rem);
    }
    .pocs__box_text02 {
        width: 50%;
    }
}

/**********************************
.reuse__announce
**********************************/
.reuse__text1 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #000;
}
.reuse__text2 {
    color: #ff0000;
    margin-bottom: 2rem;
}
.reuse__text3 {
    
}

.reuse__announce .announce__title_sub {
    font-weight: bold;
    padding-left: .5rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
    font-size: 15px;
    color: #000;
    border-left: 5px solid #000;
}
.reuse__announce .announce__list {
    list-style: none;
    padding-left: 0;
}
.reuse__announce .announce__item > p {
    margin: 1rem 0;
}
.reuse__announce .announce__item > p span {
    display: block;
    padding-left: 1rem;
}
.reuse__announce .announce__item_push > p {
    color: #ff0000;
}
.reuse__announce .announce__item_push:nth-child(2) > p {
    margin-top: 2rem;
}
.reuse__announce .rinfo-rcontact {
    background: #eee;
}
.reuse__announce .telbox__link a::before,
.reuse__announce .mailbox__link a::before {
    content: none;
}
.reuse__announce .rinfo {
    font-size: 13px;
}
.reuse__announce .rinfo__title {
    margin-bottom: .5rem;
}
.reuse__announce .rinfo__box {
    display: flex;
    border-bottom: 2px dotted #aaa;
    padding-top: .4rem;
}
.reuse__announce .rinfo__box:first-of-type {
    border-top: 2px dotted #aaa;
}
.reuse__announce .rinfo__text {
    width: 45%;
    margin-bottom: .5rem;
}
.reuse__announce .rcontact {
    font-size: 13px;
    margin-top: 2rem;
}
.reuse__announce .rcontact__title {
    margin-bottom: .5rem;
}
.reuse__announce .telbox__link {
    margin-bottom: 0;
}
.reuse__announce .mailbox__link {
    margin-bottom: 0;
}
.reuse__announce .mailbox__link::before,
.reuse__announce .telbox__link::before {
    border-color: transparent transparent transparent #ff0000;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.reuse__announce .telbox__link a {
    color: #000;
    text-decoration: underline;
}
.reuse__announce .telbox__link a span {
    color: #000;
    font-size: 15px;
    padding-right: 0!important;
}
.reuse__announce .telbox__time {
    line-height: 1.3;
    margin-left: 15px;
    font-size: 12px;
}
.reuse__announce .pcontact__mailbox {
    margin-top: .7rem;
}
.reuse__announce .mailbox__link a {
    color: #000;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .reuse__announce .rinfo-rcontact {
        padding: 2rem;
    }
    .reuse__announce .telbox__link a {
        font-size: 15px;
    }
    .reuse__announce .mailbox__link a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .reuse__announce .rinfo-rcontact {
        padding: 1rem;
    }
    .reuse__announce .rinfo__text {
        width: 47.5%;
        font-size: 12px;
    }
    .reuse__announce .rinfo__text:nth-child(2n) {
        margin-left: 5%;
    }
    .reuse__announce .telbox__link a {
        font-size: 15px;
    }
    .reuse__announce .mailbox__link a {
        font-size: 15px;
    }
}

/**********************************
.pgradeblock
**********************************/
.pgradeblock {
    width: 70%;
    border: 2px solid #000;
    margin: 0 auto;
}
@media (max-width: 896px) {
    .pgradeblock {
        width: 100%;
    }
}
.pgradeblock__row {
    margin-bottom: 0;
    border-bottom: 2px solid #000;
}
.pgradeblock__row:last-of-type {
    border-bottom: none;
}
.pgradeblock__row a {
    display: block;
    background: #000;
}
.pgradeblock__row img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.pgradeblock__row img:hover {
    opacity: .8;
    transition-duration: .3s;
}
.pgradeblock__row:first-of-type img:hover {
    opacity: 1;
}

/**********************************
.pseries
**********************************/
.pseries {
    margin: 5rem 0 5rem!important;
}
.pseries h3 {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.pseries a {
    display: block;
}
.pseries a:hover {
    opacity: .7;
}
.pseries a.opa_1:hover {
    opacity: 1;
}
.pseries__box {
    //border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    margin: 0 auto;
    background: #fff;
}
.pseries__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
.pseries__list img {
    text-align: center;
    width: auto;
    max-width: 100%;
}
.pseries__item {
    width: calc(100% / 3);
    border-right: 1px solid #ececec;
}
.pseries__item:last-of-type {
    border-right: none;
}
.pseries__top {
    background: #000;
    color: #fff;
    text-align: center;
}
.pseries__top .pseries__item {
    padding: 1rem .5rem;
    font-weight: bold;
}
.pseries__detail {
    overflow: hidden;
    border-bottom: 2px solid #000;
}
.detail__name .name__text {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
    line-height: 1.5;
    width: 100%;
}
.detail__name .name__text a {
    display: block;
    color: #000;
    text-decoration: underline;
}
.detail__structure {
    text-align: center;
    position: relative;
}
.detail__structure > a {
    display: block;
    width: 100%;
    height: 100%;
}
.detail__structure .structure__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.detail__structure .structure__icon {
    margin-bottom: 0;
	display: block;
}
.detail__structure .structure__zoom {
    vertical-align: middle;
    display: inline-block;
}
.detail__price {
    font-weight: bold;
    text-align: center;
    position: relative;
}
.detail__price p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}

@media (min-width: 768px) {
    .pseries h3,
    .pseries__box {
        width: 80%;
    }
    .pseries__top {
        font-size: 18px;
    }
    .detail__name .name__text {
        font-size: 18px;
        padding: .5rem;
    }
    .detail__structure .structure__icon {
        font-size: 18px;
        line-height: 1;
		padding: .5rem;
    }
    .detail__structure .structure__icon a {
        /* padding: .5rem; */
    }
    .detail__structure .structure__zoom img {
        width: 30px!important;
    }
    .detail__price {
        font-size: 18px;
    }
    .detail__price p {
        padding: .5rem;
    }
}

@media (max-width: 767px) {
    .pseries__top {
        font-size: 14px;
    }
    .pseries__detail {
        /* min-height: 110px; */
    }
    .detail__name .name__text {
        font-size: 12px;
        padding: .3rem;
    }
    .detail__structure .structure__icon {
        font-size: 13px;
		padding: .3rem;
    }
    .detail__structure .structure__icon a {
        /* padding: .3rem; */
    }
    .detail__structure .structure__zoom img {
        width: 15px!important;
    }
    .detail__price {
        font-size: 12px;
    }
    .detail__price p {
        padding: .3rem;
    }
}

/**********************************
.pzoom
**********************************/
.pzoom figure {
  margin: 0;
  display: none;
}
.pzoom figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.pzoom figure:target img {
  /* animation: fadein .3s; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)!important;
  -webkit-transform: translate(-50%, -50%)!important;
  -ms-transform: translate(-50%, -50%)!important;
}
/*
@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
*/
.pzoom .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

/**********************************
.plink_guide
.plink_guide_2
.plink_guide__link
**********************************/
.plink_guide{
    border-top: 1px solid #ddd;
    padding-top: 1rem;
    margin-top: 1rem;
}
.plink_guide_2{
    margin-top: .4rem;
}
.plink_guide__link {
    display: flex;
    align-items: center;
    width: 100%; 
    text-decoration: none;
}

@media (max-width: 767px) {
    .plink_guide{
        padding-top: 1.2rem;
        }
    .plink_guide_2{
        margin-top: 1.2rem;
        }
}

/**********************************
.popup__box
**********************************/
.popup__box .popup__link a {
    /* color: #000; */
    /* color: #ff0000; */
    text-decoration: underline;
}
.popup__box .popup__link::before {
    border-color: transparent transparent transparent #ff0000;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.popup__box figure {
  margin: 0;
  display: none;
}
.popup__box figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.popup__box figure:target #popup__reuse02 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: #fff;
}
.popup__box figure:target .popup__text {
  animation: fadein .3s;
}

@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popup__box .popup__text {
    background: #fff;
    color: #000;
    padding: 2rem 2rem;
    position: relative;
}
.popup__box .popup__text::after {
    content: "閉じる";
    font-size: 12px;
    background: #999;
    color: #fff;
    padding: 0.2rem 0.7rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.popup__text_big::before {
    content: "■";
    color: #ff0000;
    margin-right: .2rem;
}

@media (min-width: 768px) {
    .popup__box .popup__link {
        font-size: 13px;
    }
    .popup__box .popup__text {
        max-width: 600px;
        width: 50%;
    }
    .popup__text_big {
        font-size: 13px;
        font-weight: bold;
    }
    .popup__text_small {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .popup__box .popup__link {
        font-size: 13px;
    }
    .popup__box .popup__text {
        width: 90%;
    }
    .popup__text_big {
        font-size: 13px;
        font-weight: bold;
    }
    .popup__text_small {
        font-size: 12px;
    }
}

/**********************************
.owl-carousel
**********************************/
.series-section .owl-nav.disabled,
.recomended-section .owl-nav.disabled {
    display: block;
}
.series-section .owl-nav.disabled:has(+ .owl-dots.disabled),
.recomended-section .owl-nav.disabled:has(+ .owl-dots.disabled) {
    display: none!important;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #ffffff!important;
    width: 2rem;
    height: 4rem;
    opacity: .75;
}
.owl-carousel .owl-nav .owl-next {
    right: -15px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}
.owl-carousel .owl-nav .owl-next:after,
.owl-carousel .owl-nav .owl-prev:after {
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    width: 13px;
    height: 13px;
    left: 54%;
}
.owl-carousel .owl-nav .owl-prev:after {
    left: 12px;
}
.owl-carousel .owl-nav .owl-next:after {
    left: 8px;
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav .owl-next:hover,
    .owl-carousel .owl-nav .owl-prev:hover {
        background: #fff!important;
        opacity: .75;
    }
}

/**********************************
.idcReview 
**********************************/
.idcReview {
	margin: 0 auto 3rem;
    width: 100%;
}
.idcReview__title {
	margin: 0;
    padding: 0 0 40px;
    font-size: 22px;
    color: #323232;
    font-weight: bold;
    text-align: center;
}
.idcReview__box {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.idcReview__item {
	width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
	padding: 15px 10px;
}
.idcReview__name {
	color: #8a8a8a;
}
.idcReview__text1 {
	font-weight: bold;
	padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #eee;
}
.idcReview__text2 {
	font-size: 14px;
}

@media (min-width: 768px) {
    .idcReview__item:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.idcReview {
		max-width: none;
		width: 100%;
		margin: 0 auto 2rem;
	}
	.idcReview__title {
		margin: 0 auto;
		width: 100%;
		text-align: left;
	}
	.idcReview__item {
		max-width: inherit;
		width: 48%;
		margin-right: 4%;
		padding: 10px;
	}
	.idcReview__item:nth-child(2n) {
		margin-right: 0;
	}
	.idcReview__name {
		font-size: 14px;
	}
	.idcReview__text1 {
		font-size: 14px;
	}
	.idcReview__text2 {
		font-size: 12px;
	}
}

/**********************************
.psize
**********************************/
.psize__heading_text_sm {
    font-size: 12px;
    display: inline-block;
    color: #111;
    border: 1px solid #111;
    padding: .1rem .3rem;
    margin: .2rem 0 .5rem;
}
.psize__title {
	font-weight: bold;
    padding-left: .5rem;
    margin-top: .5rem;
    font-size: 15px;
    color: #000;
    border-left: 5px solid #000;
}
.psize__text {
	padding: 0 0 1rem;
    font-size: 15px;
    color: #333;
}
.psize__table__row, .psize__table__data {
    border: 1px solid rgb(221, 221, 221);
    background: #fff;
}
.psize__table {
    width: 100%;
    color: #333;
    font-size: 14px;
}
.psize__table__data {
    padding: .5rem .5rem;
}
.psize__table__data:first-child {
    width: 25%;
    background: rgb(245, 245, 245);
}
.psize__subtext {
    margin: 1rem 0;
}

@media (max-width: 767px) {
    .psize__title {
        font-size: 14px;
    }
    .psize__text {
        font-size: 14px;
    }
    .psize__table {
        font-size: 13px;
    }
    .psize__table__data {
        padding: .5rem .5rem;
    }
    .psize__table__data:first-child {
        width: 35%;
    }
}

/**********************************
.ptable
**********************************/
.ptable__row, .ptable__data {
    border: 1px solid rgb(221, 221, 221);
}
.ptable__table {
    width: 100%;
    color: #333;
    font-size: 14px;
}
.ptable__table th {
    background: rgb(245, 245, 245);
    font-weight: normal;
}
.ptable__data {
    padding: 1rem 1rem;
}
.ptable__data:first-child {
    width: 25%;
    background: rgb(245, 245, 245);
}
.ptable_3col .ptable__data {
    padding: .5rem .5rem;
}
.ptable_3col .ptable__data:nth-child(2),
.ptable_3col .ptable__data:nth-child(3){
    width: calc(75%/2);
    text-align: left;
}
.ptable_6col .ptable__data {
    padding: .5rem .5rem;
    width: calc(100% / 6);
    text-align: left;
}
.ptable__subtext {
    margin: 1rem 0;
}

@media (max-width: 767px) {
    .ptable__table {
        font-size: 13px;
    }
    .ptable__data {
        padding: 1rem .5rem;
    }
    .ptable__data:first-child {
        width: 35%;
    }
    .ptable_3col .ptable__data {
        padding: .5rem .5rem;
    }
    .ptable_3col .ptable__data:nth-child(2),
    .ptable_3col .ptable__data:nth-child(3){
        width: calc(65%/2);
    }
    .ptable_6col .ptable__data {
        width: 17%;
        padding: .5rem .3rem;
    }
    .ptable_6col .ptable__data:first-child {
        width: 15%;
    }
}

/**********************************
.pspec
**********************************/
.pspec p {
	margin-bottom: 0;
}
.pspec__heading {
    display: inline-block;
}
.pspec__heading_text_sm {
    font-size: 11px;
    display: block;
    color: #333;
    border: 1px solid #333;
    padding: .1rem .3rem .2rem;
    margin: .2rem 0 .5rem;
}
.pspec__box {
    border-bottom: 1px solid rgb(221, 221, 221);
}
.pspec__box:first-child {
    border-top: 1px solid rgb(221, 221, 221);
}
.pspec__title {
	font-weight: bold;
    padding-left: .5rem;
    margin-top: 2rem;
    font-size: 15px;
    color: #000;
    border-left: 5px solid #000;
}
.pspec__text {
	padding: 1.5rem 0 2rem;
    font-size: 15px;
    color: #333;
}

@media (max-width: 767px) {
    .pspec__title {
        font-size: 14px;
        margin-top: 1rem;
    }
    .pspec__text {
        font-size: 14px;
        padding: 1rem 0 1.5rem;
    }
}

/**********************************
.pmovie
**********************************/
.pmovie__box {
    text-align: center;
    width: 100%;
}
.pmovie	.pmovie__note{
	font-size: 14px;
}
@media (max-width: 767px) {
    .pmovie__box{
        position:relative;
        width:100%;
        height:0;
        padding-top:75%;
    }
    .pmovie__box iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
}

/**********************************
.pvideo
**********************************/
.pvideo {
    width: 100%;
    text-align: center;
}
.pvideo video {
    max-width: 100%;
    height: auto;
}

/**********************************
.pinsta
**********************************/
.pinsta .instagram-media{
	margin:0 auto !important;
}


/**********************************
.pbanner
**********************************/
.pbanner__text {
    color: #333;
    margin-top: .5rem;
}

/**********************************
.ptag
**********************************/
.ptag {
    padding-left: 0;
}

.ptag .ptag__link {
    display: inline-block;
    transition: all .3s;
    background: #777;
    color: #fff;
    border-radius: 3px;
    padding: .1rem .3rem .15rem;
    font-size: 13px;
}

@media (min-width: 768px) {
    .ptag .ptag__link {
        margin: 5px 5px 0 0;
    }
    .ptag .ptag__link:hover {
        opacity: .7;
    }
}

@media (max-width: 767px) {
    .ptag .ptag__link {
        margin: 7px 5px 0 0;
    }
}

/**********************************
.puservoice
**********************************/
.puservoice__heading {
    font-size: 16px;
    background: #241a16;
    color: #fff;
}
.puservoice__list {
    list-style: none;
    padding: 0;
    background: #fef4e1;
}
.puservoice__item {
    border-top: 1px solid #cfb192;
}
.puservoice__img {
    display: inline-block; 
    width: 50px;
    height: auto;
}
.puservoice__title {
    display: inline-block;
    margin-bottom: 0;
    color: #9d6d37;
    font-weight: bold;
}
.puservoice__note {
    color: #333;
}

@media (min-width: 768px) {
    .puservoice__heading {
        padding: 10px 10px;
    }
    .puservoice__list {
        border: 1px solid #986a39;
        box-shadow: #cfb192 0px 1px 3px 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
    }
    .puservoice__item {
        width: 45%;
        margin: 0 15px;
        padding: 20px 0;
    }
    .puservoice__item:first-of-type {
        border-top: none;
    }
    .puservoice__item:nth-of-type(2) {
        border-top: none;
    }
    .puservoice__title {
        margin-left: 10px;
        font-size: 15px;
    }
    .puservoice__text {
        font-size: 13px;
        margin-top: 10px;
    }
    .puservoice__note {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .puservoice__heading {
        padding: 10px 10px;
    }
    .puservoice__list {
        border: 1px solid #986a39;
        box-shadow: #cfb192 0px 1px 3px 1px;
    }
    .puservoice__item {
        margin: 0 15px;
        padding: 15px 0;
    }
    .puservoice__item:first-of-type {
        border-top: none;
    }
    .puservoice__title {
        margin-left: 5px;
        font-size: 14px;
    }
    .puservoice__text {
        font-size: 13px;
        margin-top: 10px;
    }
    .puservoice__note {
        font-size: 13px;
    }
}

/**********************************
.pc-pimg_sq
**********************************/
.pc-pimg_sq img {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .pc-pimg_sq img {
        margin-bottom: 4vw;
    }
}


@media (min-width: 768px) {
    .pc-pimg_sq {
        width: 65%;
        margin: 0 auto;
    }
}

.pc-pimg_sq2 {
        width: 65%;
        margin: 0 auto;
    }

@media (min-width: 768px) {
    .pc-pimg_sq2 {
        width: 65%;
        margin: 0 auto;
    }
}