@media print, screen and (min-width: 601px) {
    .dn-pc {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .dn-sp {
        display: none !important
    }
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.product {
    box-sizing: border-box
}



.product .contents {
    padding-bottom: 20px
}

@media print,
screen and (min-width: 601px) {
    .product .b-nv {
        width: 960px
    }
    .product .contents {
        width: 960px;
        margin: 0 auto;
        padding: 0 0 20px
    }
}

.product .contents-head {
    padding-bottom: 0;
    margin-bottom: 40px
}

@media only screen and (max-width: 600px) {
    .product .contents-head {
        display: block
    }
    .product .contents-head__bottom {
        display: block !important;
    }
}

.product .contents-head__bottom {
    background-color: #e8f0f5;
    display: flex;
}

@media only screen and (max-width: 600px) {
    .product .contents-head__bottom {
        padding: 25px 30px
    }
}

.product .contents-head__bottom__img {
    width: 256px;
    height: 150px;
    float: left;
    background-color: transparent;
    height: fit-content;
	padding: 25px 0 25px 30px;
    width: 287px;
}

.product .contents-head__bottom__img img {
    height: 100% !important
}

@media only screen and (max-width: 600px) {
    .product .contents-head__bottom__img {
        width: 100%;
        height: 100%;
        float: none;
        padding: 0;
    }
}

.product .contents-head__bottom__img2 {
    width: 150px;
    height: 150px;
    float: left;
    background-color: transparent
}

.product .contents-head__bottom__img2 img {
    height: 100% !important
}

@media only screen and (max-width: 600px) {
    .product .contents-head__bottom__img2 {
        width: 100%;
        height: 100%;
        float: none
    }
}

.product .contents-head__bottom__txt {
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
    font-size: 14px;
    font-weight: 500;
    padding: 25px 30px;
    letter-spacing: 2.1px
}

@media only screen and (max-width: 600px) {
    .product .contents-head__bottom__txt {
        width: 100%;
        height: auto;
        float: none;
        padding: 25px 0;
    }
}

.product .contents-head__bottom__txt p {
    line-height: 2.2;
    letter-spacing: 2.9px
}

.product__main__s-heading {
    border-bottom: 1px solid #025c90;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #cacaca
}

@media only screen and (max-width: 600px) {
    .product__main__s-heading {
        border-top: 1px solid #025c90;
        border-bottom: none;
        padding-top: 15px;
        margin-bottom: 0;
        text-align: center
    }
}

.product__main__s-heading span {
    font-size: 14px;
    font-weight: 300
}

.product__main__s-heading__button {
    background-color: #eeeeee;
    text-align: center;
    padding: 12px 0;
    margin-top: 15px
}

.product__main__s-heading__button button {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    background-color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    width: 250px;
    padding: 10px 0;
    position: relative;
    letter-spacing: 1.7px
}

.product__main__s-heading__button .close::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 32%;
    left: 30px
}

.product__main__s-heading__button .open::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    right: 30px
}

.product__main__result__left {
    width: 340px;
    margin-right: 40px;
    float: left
}

@media only screen and (max-width: 600px) {
    .product__main__result__left {
        width: 100%;
        margin-right: 0;
        float: none
    }
}

.product__main__result__left__category {
    border: 1px solid #bfbfbf;
    padding: 20px 30px 30px;
    margin-bottom: 30px
}

@media only screen and (max-width: 600px) {
    .product__main__result__left__category {
        display: none
    }
}

.product__main__result__left__category .arrow {
    position: absolute;
    top: -100px;
    left: 5px;
    display: none
}

.product__main__result__left__category .arrow_box {
    position: relative;
    width: 220px;
    height: 70px;
    background-color: rgba(153, 200, 223, 0.7);
    padding: 10px;
    text-align: left;
    color: #787878;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.5
}

.product__main__result__left__category .arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(153, 213, 223, 0);
    border-top-width: 20px;
    border-bottom-width: 24px;
    border-left-width: 0px;
    border-right-width: 26px;
    margin-left: -52px;
    border-top-color: rgba(153, 200, 223, 0.7);
    top: 100%;
    left: 32%
}

.product__main__result__left__category h4 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 18px
}

.product__main__result__left__category__box {
    position: relative
}

.product__main__result__left__category__box::after {
    content: " ";
    border-style: solid;
    border-color: #025c90 transparent transparent transparent;
    border-width: 8px;
    position: absolute;
    top: 20px;
    right: 10px;
    height: 0px;
    width: 0px
}

.product__main__result__left__category__box select {
    width: 100%;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 10px 0 28px
}

.product__main__result__left__category h5 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 18px
}

.product__main__result__left__category table tr th {
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 300;
    width: 80px;
    vertical-align: text-top;
    padding-top: 5px
}

.product__main__result__left__category table tr td {
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 300
}

.product__main__result__left__category table tr td span {
    padding: 2px 4px;
    display: inline-block;
    margin: 3px 3px 0 0;
    letter-spacing: 0.9px;
    cursor: pointer
}

.product__main__result__left__category__spec span {
    font-size: 12px;
    font-weight: 300;
    padding: 2px 4px;
    display: inline-block;
    margin: 3px 3px 0 0;
    letter-spacing: 0.9px;
    cursor: pointer
}

.product__main__result__left__category__all-view {
    text-align: center;
    margin: 25px 0 30px
}

.product__main__result__left__category__all-view button {
    border: 1px solid #909090;
    color: #909090;
    padding: 5px 25px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 400
}

.product__main__result__left__category__search {
    text-align: center
}

.product__main__result__left__category__search button {
    color: #fff;
    border: none;
    background-color: #025c90;
    font-size: 14px;
    font-weight: bold;
    width: 280px;
    padding: 9px 0
}

@media only screen and (max-width: 600px) {
    .product__main__result__left__category__search button {
        width: 100%
    }
}

.product__main__result__left__related {
    border: 1px solid #bfbfbf;
    padding: 30px
}

.product__main__result__left__related a {
    color: #555 !important;
    text-decoration: none;
}

.product__main__result__left__related h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.7px;
    margin-bottom: 30px
}

.product__main__result__left__related ul li {
}

.product__main__result__left__related ul > li {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px
}

.product__main__result__left__related ul > ul {
    display: block;
    margin-left: 10px
}

.product__main__result__left__related ul > ul > li {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px
}

.product__main__result__left__related ul > ul  ul {
    display: none;
    margin-left: 10px
}

.product__main__result__left__related ul > ul  ul > li {
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 4px
}

.product__main__result__left__related__button {
    text-align: center;
    margin-top: 25px
}

.product__main__result__left__related__button a {
    background-color: transparent;
    border: 1px solid #025c90;
    font-size: 14px;
    font-weight: bold;
    color: #025c90;
    width: 280px;
    padding: 9px 0;
    display: block;
}

.product__main__result__left__related__button a {
    text-decoration: none;
    color: #025c90 !important;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 600px) {
    .product__main__result__left__related__button a {
        width: 100%
    }
}

.product__main__result__right {
    width: 580px;
    float: right
}

@media only screen and (max-width: 600px) {
    .product__main__result__right {
        width: 100%;
        float: none
    }
}

.product__main__result__right__index h3 {
    color: #025c90;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 3px
}

.product__main__result__right__index__item {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block
}

.product__main__result__right__index__item > a {
    color: #000;
    text-decoration: none !important
}

.product__main__result__right__index__item:nth-child(2n) {
    margin-right: 0
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__index__item {
        border-bottom: none;
        vertical-align: text-top;
        width: 45%;
        margin-right: 8%
    }
}

.product__main__result__right__index__img {
    width: 160px;
    height: 118px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid #bfbfbf;
}

.product__main__result__right__index__img img {
    width: 100%;
    margin: 0 auto;
    min-height: 118px;
    min-width: 155px;
}

.product__main__result__right__index__img img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.5s all
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__index__img {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.product__main__result__right__index__txt {
    width: 400px;
    float: right
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__index__txt {
        padding-top: 2px;
        height: 60px;
        overflow: hidden;
        width: 100%
    }
}

.product__main__result__right__index__txt p {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.9px;
    line-height: 2;
    margin-top: -8px
}

.product__main__result__right__index__txt ul {
    padding: 0 20px;
    margin: 0;
}


.product__main__result__right__index__txt ul li {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.9px;
    line-height: 1.6;
    margin-top: 0px;
    padding-top: 3px;
}

.product__main__result__right__index__txt ul li::before {
    position: absolute;
    top: 10px;
    left: -13px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #000;
}


.product__main__result__right__faq {
    margin-bottom: 25px
}

.product__main__result__right__faq h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__faq h2 {
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px dotted #cdcdcd;
        padding: 14px 0
    }
}

.product__main__result__right__faq ul li {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 12px 2px;
    padding-left: 17px;
    position: relative;
    line-height: 1.7
}

.product__main__result__right__faq ul li::before {
    border: 1px solid #000;
    content: "";
    height: 6px;
    width: 6px;
    left: 0;
    position: absolute;
    top: 7px
}

.product__main__result__right__faq ul li a {
    text-decoration: underline;
    font-size: 14px;
}

.product button {
    cursor: pointer
}

.sf-option-active {
    color: #fff;
    background-color: #009dac
}

.tag {
    position: relative
}

.searchandfilter > ul input {
    display: none
}

.searchandfilter > ul .sf-field-post_type > h4 {
    font-size: 16px;
    font-weight: bold;
    color: #025c90;
    letter-spacing: 1.7px
}

.searchandfilter > ul .sf-field-post_type > label {
    position: relative
}

.searchandfilter > ul .sf-field-post_type > label::after {
    content: " ";
    border-style: solid;
    border-color: #025c90 transparent transparent transparent;
    border-width: 8px;
    position: absolute;
    top: 20px;
    right: 10px;
    height: 0px;
    width: 0px
}

.searchandfilter > ul .sf-field-post_type > label > select {
    width: 100%;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 10px 0 28px
}

.searchandfilter > ul li > h4 {
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.7px;
    vertical-align: text-top;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    color: #025c90 !important;
}

.searchandfilter > ul li ul {
    width: 100%;
    display: block
}

.searchandfilter > ul li ul li {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin: 3px 3px 0 0
}

.searchandfilter > ul li ul li label {
    padding: 2px 4px !important;
    letter-spacing: 0.9px;
    cursor: pointer
}

.searchandfilter > ul .sf-field-taxonomy-character > h4 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 4px;
    color: #555
}

.searchandfilter > ul .sf-field-taxonomy-character > ul {
    width: 100%
}

.result_top {
    margin-bottom: 20px
}

.result_top a {
    color: #000;
    text-decoration: none
}

.result_top .hit_count {
    font-size: 18px;
    margin-bottom: 10px
}

.result_top .nav-previous {
    float: right
}

.result_top .nav-next {
    float: left
}

.result_bottom {
    margin-bottom: 20px
}

.result_bottom a {
    color: #000;
    text-decoration: none
}

.result_bottom .page_count {
    font-size: 15px;
    margin-bottom: 10px
}

.result_bottom .nav-previous {
    float: right
}

.result_bottom .nav-next {
    float: left
}

.sf-field-taxonomy-p_category h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000 !important;
    letter-spacing: 1.7px !important
}

.sf-field-taxonomy-p_category ul {
    display: none !important
}

.pnavi {
    text-align: center
}

.pnavi .current {
    color: #fff !important;
    background: #303030 !important
}

.pnavi .prev {
    display: inline-block !important;
    color: #303030;
    text-decoration: none
}

.pnavi .next {
    display: inline-block !important;
    color: #303030;
    text-decoration: none
}

.pnavi .dots {

}

.pnavi .page-numbers {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.pnavi .page-numbers:hover {
    color: #fff;
    background: #303030
}

.pnavi .page-numbers:active {
    color: #fff;
    background: #303030
}

@media only screen and (max-width: 600px) {
    .pnavi .page-numbers {
        width: 40px;
        height: 40px
    }
}

.detailBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
}

.detail-btn {
    padding: 5px;
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
}

.contents-head__bottom__detail {
    display: none;
    background-color: #e8f0f5;
    padding: 30px 20px 50px;
    margin-top: -1px;
    position: relative;
}

.contents-head__bottom__detail .center{
    text-align: center;
}

#close {
    display: none;
}

@media only screen and (max-width: 600px) {
    .detailBtn {
        padding: 0;
        bottom: 0;
        right: 0;
    }
    .grad-btn {
        font-size: 10px;
    }
}

.grad-wrap {
    position: relative;
}
.grad-wrap + .grad-wrap {
    margin-top: 40px;
}
.grad-btn {
    padding: 7px 20px;
    border-radius: 2px;
    background: #4379a1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
    content: "more"
}
.grad-btn:hover {
    background: #e8f0f5;
    color: #4379a1;
}
.grad-btn .fa {
    margin-right: .5em;
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 80px;
}
.grad-item p + p {
    margin-top: 1em;
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px; /*グラデーションで隠す範囲*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
    display: none;
}
.grad-trigger:checked ~ .grad-btn {
    bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
    content: "close"
}
.grad-trigger:checked ~ .grad-btn .fa {
    transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
    height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
    display: none;
}

.close:before {
    content: "";
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.open {
    .close:before {
        content: "";
        left: 3px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #7a0;
        border-right: 2px solid #7a0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
    }
}
.detailBtn2 {
    padding-bottom: 10px !important;
}


.grad-btn2:after {
    content: "close" !important;
}
.grad-btn2 .fa {
    transform: rotate(180deg) !important;
}


.contents-head__bottom__detail {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.8
}

@media only screen and (max-width: 600px) {
    .contents-head__bottom__detail {
        width: 100%;
        float: none
    }
}

.contents-head__bottom__detail__date {
    margin: 30px 0 20px
}

.contents-head__bottom__detail__date span {
    font-size: 16px;
    font-weight: 400
}

.contents-head__bottom__detail video {
    width: 100%
}

.contents-head__bottom__detail blockquote {
    background-color: #e8f0f5
}

.contents-head__bottom__detail h2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #025c90;
    padding: 10px;
    margin: 25px 0
}

.contents-head__bottom__detail h3 {
    font-size: 20px;
    font-weight: bold;
    background-color: #e8f0f5;
    border-top: 1px solid #000;
    padding: 10px;
    margin: 25px 0 12px;
}

.contents-head__bottom__detail h4 {
    font-size: 18px;
    font-weight: 400;
    border-top: 2px solid #808080;
    border-bottom: 1px dotted #808080;
    padding: 10px;
    margin: 25px 0
}

.contents-head__bottom__detail h5 {
    padding: 12px;
    margin: 5px;
    color: #303030;
    border-bottom: 1px solid #025c90
}

.contents-head__bottom__detail p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.8
}

.contents-head__bottom__detail ul {
    padding-left: 25px
}

.contents-head__bottom__detail ol {
    padding-left: 25px
}

.contents-head__bottom__detail ol li {
    font-weight: 400;
}


.contents-head__bottom__detail ul li {
    list-style: disc;
    font-weight: 400;
}

.contents-head__bottom__detail ul .non {
    list-style: none;
}

.contents-head__bottom__detail dl dt {
    float: left;
    clear: left
}

.contents-head__bottom__detail dl dd {
    margin-left: 15px;
    float: left;
    font-weight: 400;
}

.contents-head__bottom__detail dl::after {
    content: '';
    display: block;
    clear: both
}

.contents-head__bottom__detail small {
    font-size: 12px
}

.contents-head__bottom__detail .small {
    font-size: 12px
}

.contents-head__bottom__detail .x-small {
    font-size: 10px
}

.contents-head__bottom__detail .left {
    text-align: left !important;
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.contents-head__bottom__detail .right {
    text-align: left !important;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-left: 10px;
}

.contents-head__bottom__detail img {
    margin-top: 12px;
}

.contents-head__bottom__detail .arw {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .15em
}

.contents-head__bottom__detail .arw::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border: solid 1px #666
}

@media only screen and (max-width: 600px) {

}

.contents-head__bottom__detail table {
    border-top: none !important;
    letter-spacing: 1.7px;
    width: auto;
    margin-bottom: 10px;
}

.contents-head__bottom__detail table thead th {
    width: auto !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #a0c2d6;
    background-color: #4E8DB1;
    border-bottom: 1px solid #a0c2d6
}

.contents-head__bottom__detail table thead th:first-child {
    border-left: 1px solid #a0c2d6
}

.contents-head__bottom__detail table tbody tr th {
    width: auto !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-right: 1px solid #a0c2d6;
    background-color: #4E8DB1;
    border-bottom: 1px solid #a0c2d6
}

.contents-head__bottom__detail table tbody tr th:first-child {
    border-left: 1px solid #a0c2d6
}

.contents-head__bottom__detail table tbody tr td {
    width: auto !important;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #a0c2d6;
    border-bottom: 1px solid #a0c2d6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .15em;
    background-color: #fff
}

.contents-head__bottom__detail table tbody tr td:first-child {
    border-left: 1px solid #a0c2d6
}

.contents-head__bottom__detail__img {
    font-size: 0;
    margin-bottom: 25px
}

.contents-head__bottom__detail__img > div {
    background-color: #808080;
    width: 280px;
    height: 210px;
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .contents-head__bottom__detail__img > div {
        width: 100%;
        margin-right: 0
    }
    .contents-head__bottom__detail table {
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
    }
}

.contents-head__bottom__detail__img > div:first-child {
    margin-right: 20px
}

.contents-head__bottom__detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1
}

.contents-head__bottom__detail__img {
    width: 100%;
    height: 200px;
    margin: 10px 0 25px;
    border: 1px solid #000
}

.contents-head__bottom__detail table {
    border-top: 2px solid #025c90;
    margin-top: 12px
}

.contents-head__bottom__detail table tr {
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: .15em
}

.contents-head__bottom__detail table tr th {
    width: 230px;
    padding: 9px 13px
}

.contents-head__bottom__detail table tr td {
    width: 730px;
    padding: 9px 13px
}

.contents-head__bottom__detail table tr:nth-child(2n) {
    background-color: #e8f0f5
}

@media only screen and (max-width: 600px) {
    .contents-head__bottom__detail table tr th {
        width: 50%
    }

    .contents-head__bottom__detail table tr td {
        width: 50%
    }
}

.no-items {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    margin: 10px auto;
    display: block;
    text-align: center;
}

.slide-p {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    float: right;
    background-color: #e8f0f5;
    border: 1px solid #4379a1;
    margin-top: -22px;
    cursor: pointer;
}

.slide-p::before,
.slide-p::after {
    display: block;
    content: '';
    background-color: #015b90;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 4px;
    top: 7px;
    left: 0px
}

.slide-p::before {
    width: 4px;
    height: 18px;
    top: 0px;
    left: 7px
}

.slide-m {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    float: right;
    background-color: #e8f0f5;
    border: 1px solid #4379a1;
    margin-top: -22px;
    cursor: pointer;
}

.slide-m::after {
    display: block;
    content: '';
    background-color: #015b90;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 4px;
    top: 7px;
    left: 0px
}

.slide-child {
    margin-top: -6px !important;
}

.ul-child {
    margin-top: 7px !important;
}

.product .contents-head__bottom__txt {
	height: initial;
}
.product .contents-head__bottom__txt > p:last-of-type {
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
    .product .contents-head__bottom__txt > p:last-of-type {
        margin-bottom: 10px;
    }
}
