@charset "UTF-8";

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background-color: rgba(34, 37, 38, 0.5);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: cover;
    background-position: center;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxNext {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../images/icon_next.svg);
}

#cboxPrevious {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(../images/icon_prev.svg);
}

#cboxClose {
    width: 50px;
    height: 50px;
    background-color: #00aad6;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

#cboxClose:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 2px;
    background-color: #fff;
}

#cboxClose:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 20px;
    height: 2px;
    background-color: #fff;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
    cursor: pointer;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {

    #cboxNext:hover,
    #cboxPrevious:hover,
    #cboxClose:hover {
        opacity: 0.5;
    }
}

#cboxLoadedContent {
    background-color: #fff;
}

.side-nav_category,
.side-nav_category_search {
    display: none;
}

.side-nav_category_search.active {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90vh;
    padding: 0;
    background-color: #00aad6;
    transform: translate(-50%, -50%);
    z-index: 100;
    overflow: auto;
}

.side-nav_category_search.active .close-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 18px 26px 8px 20px;
    border-bottom: 1px solid #e1eaed;
    box-sizing: border-box;
}

.side-nav_category_search.active .close-area p {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

.side-nav_category_search.active .close-area .close {
    position: relative;
    width: 30px;
    font-size: 0.8rem;
}

.side-nav_category_search.active .close-area .close div {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}

.side-nav_category_search.active .close-area .close div span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%) rotate(-45deg);
}

.side-nav_category_search.active .close-area .close div span:first-child {
    transform: translateX(-50%) rotate(45deg);
}

.side-nav_category_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 37, 38, 0.5);
    z-index: 99;
}

.product-contents_wrap {
    /* width: 96%; */
    /* margin: 5px auto 0; */
    margin: 24px 40px;
}

.product-contents_wrap .description {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.product-contents_wrap .card-list {
    display: flex;
    flex-wrap: wrap;
}

.product-contents_wrap .card-list .card-list_detail {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 40px;
}

.product-contents_wrap .card-list .card-list_detail:nth-child(2n) {
    margin-right: 0;
}

.product-contents_wrap .card-list .card-list_detail a .ttl {
    font-size: 1.6rem;
}

.product-contents_wrap .card-list .card-list_detail a .txt {
    display: none;
    font-size: 1.4rem;
}

.product-contents_wrap .card-list .card-list_detail a .reference {
    height: calc(1.6em * 4 + 16px);
}

.product-contents_wrap .card-list .card-list_detail a .reference dl {
    display: block;
    margin-top: 8px;
}

.product-contents_wrap .card-list .card-list_detail a .reference dt,
.product-contents_wrap .card-list .card-list_detail a .reference dd {
    font-size: 1.1rem;
}

.product-contents_wrap .card-list .card-list_detail a .reference dd {
    margin-left: 0;
}

.product-contents_wrap .card-list .card-list_detail .card-category {
    margin: 10px auto 0;
}

.breadcrumb+.product-contents_wrap {
    /* margin: 24px 40px; */
}

.breadcrumb+.scene-wrap {
    margin: 14px auto 80px;
}

.product-search {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89.33333333333333%;
    height: auto;
    max-height: 90vh;
    background-color: #fafcfc;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 20;
}

.product-search .close-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 18px 26px 8px 20px;
    border-bottom: 1px solid #e1eaed;
    box-sizing: border-box;
}

.product-search .close-area p {
    font-size: 1rem;
    font-weight: bold;
}

.product-search .close-area .close {
    position: relative;
    width: 30px;
    font-size: 0.8rem;
}

.product-search .close-area .close div {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}

.product-search .close-area .close div span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #222526;
    transform: translateX(-50%) rotate(-45deg);
}

.product-search .close-area .close div span:first-child {
    transform: translateX(-50%) rotate(45deg);
}

.product-search .search-tag-area {
    width: 90%;
    margin: 0 auto;
}

.product-search .search-tag-area p {
    /* margin-top: 20px; */
    margin-top: 8px;
}

.product-search .search-tag-area p:first-child {
    /* margin-top: 20px; */
    margin-top: 0px;
}

.product-search .search-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 30px;
    padding: 18px 26px 18px 20px;
    border-top: 1px solid #e1eaed;
    box-sizing: border-box;
}

.product-search .search-btn-area .clear {
    text-decoration: underline;
}

.product-search .search-btn-area button {
    width: 50%;
    padding: 13px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #505759;
    background-color: #505759;
}

.product-search .search-btn-area button img {
    margin-right: 5px;
    vertical-align: middle;
}

.product-search p {
    font-size: 1.2rem;
    font-weight: 700;
}

.product-search .tag-checkbox {
    margin: 0 auto;
}

.product-search .tag-checkbox label {
    display: inline-block;
    margin: 8px 8px 0 0;
}

.product-search .tag-checkbox label .checkbox-input {
    display: none;
}

.product-search .tag-checkbox label .checkbox-input:checked+.checkbox-parts {
    color: #fff;
    background-color: #00aad6;
}

.product-search .tag-checkbox label .checkbox-input:checked+.checkbox-parts:after,
.product-search .tag-checkbox label .checkbox-input:checked+.checkbox-parts:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.product-search .tag-checkbox label .checkbox-input:checked+.checkbox-parts:before {
    transform: rotate(-45deg);
}

.product-search .tag-checkbox label .checkbox-parts {
    position: relative;
    width: 100%;
    display: block;
    padding: 5px 20px;
    font-size: 1.2rem;
    color: #00aad6;
    border: 1px solid #00aad6;
    background-color: #fff;
    border-radius: 30px;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s;
}

.select-sort-area {
    display: flex;
    justify-content: end;
    margin-top: 18px;
}

.sort-area {
    width: 450px;
    display: flex;
    /* justify-content: space-between;
  align-items: center;
  margin: 10px auto 0; */
}

.sort-area .num {
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
    margin-top: 5px;
}

.sort-area .num span {
    margin: 0 10px;
    font-size: 2.4rem;
}

.sort-area .sort {
    width: 56%;
    display: flex;
    align-items: center;
    margin: 0;
}

.sort-area .sort span {
    width: 44px;
    margin-right: 8px;
    font-size: 1.2rem;
    font-weight: 700;
}

.sort-area .sort .sort-select {
    position: relative;
    width: calc(100% - 52px);
    background-color: #fff;
}

.sort-area .sort .sort-select p {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0 8px 20px;
    font-size: 1.4rem;
    border: 1px solid #ced6d9;
    border-radius: 8px;
    background-color: #fff;
    z-index: 2;
}

.sort-area .sort .sort-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    width: 8px;
    height: 6px;
    background-image: url(../images/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
    z-index: 2;
}

.sort-area .sort .sort-select.on:after {
    transform: translateY(-50%) rotate(180deg);
}

.sort-area .sort .sort-select ul {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.sort-area .sort .sort-select ul li {
    padding: 8px 0 8px 20px;
    font-size: 1.4rem;
    border: 1px solid #ced6d9;
    border-top: none;
    background-color: #fff;
}

.sort-area .sort .sort-select ul li:first-child {
    border-top: 1px solid #ced6d9;
}

.sort-area .sort .sort-select ul li:last-child {
    border-radius: 0 0 8px 8px;
}

.item-favorite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.item-favorite span {
    padding-left: 6px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #677073;
    line-height: 1;
}

.ttl-area {
    margin-top: 24px;
}

.ttl-area .belongs-category {
    font-size: 1.2rem;
    font-weight: 700;
}

.ttl-area h1 {
    margin: 4px 0;
    font-size: 32px;
}

.ttl-area .belongs-tag {
    /* margin-top: 30px; */
    font-size: 1.1rem!important;
    color: #677073;
    line-height: 1.8;
}

.ttl-area .article-category {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    color: #222526;
}

.ttl-area .article-category li {
    margin: 0 10px 10px 0;
}

.ttl-area .date {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #677073;
}

.ttl-area .date span {
    margin: 0 5px;
    color: #00aad6;
}

.slider,
.slider_02 {
    margin: 24px auto 0;
    width: 100%;
}

.slider .zoom,
.slider_02 .zoom {
    display: none;
}

.slider .swiper-slide,
.slider_02 .swiper-slide {
    position: relative;
    border: 2px solid #edf3f5;
    box-sizing: border-box;
}

.slider a,
.slider_02 a {
    display: block;
}

.slider a img,
.slider_02 a img {
    width: 100%;
}

.slider-thumbnail,
.slider-thumbnail_02 {
    width: 100%;
    margin: 8px auto 0;
}

.slider-thumbnail .swiper-wrapper,
.slider-thumbnail_02 .swiper-wrapper {
    flex-wrap: wrap;
    transition-duration: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.slider-thumbnail .swiper-wrapper .swiper-slide,
.slider-thumbnail_02 .swiper-wrapper .swiper-slide {
    margin-bottom: 8px;
    border: 2px solid #edf3f5;
    box-sizing: border-box;
}

.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.slider-thumbnail_02 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #00aad6;
}

.slider-thumbnail .swiper-wrapper .swiper-slide:nth-child(5n),
.slider-thumbnail_02 .swiper-wrapper .swiper-slide:nth-child(5n) {
    margin-right: 0 !important;
}

.slider-thumbnail img,
.slider-thumbnail_02 img {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    width: 40px;
    height: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-button-next:after {
    background-image: url(../images/icon_next.svg);
}

.swiper-button-prev:after {
    background-image: url(../images/icon_prev.svg);
}

.detail-area .txt {
    margin: 8px 0 83px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.detail-area table {
    width: 100%;
    margin: 16px auto 0;
    border-collapse: collapse;
}

.detail-area table tr {
    border-bottom: 2px solid #edf3f5;
}

.detail-area table tr th {
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-all;
    width: 35%;
}

.detail-area table tr td {
    padding: 16px 0 16px 20px;
    font-size: 1.4rem;
    word-break: break-all;
    width: 65%;
}

.detail-area .option-area {
    width: 100%;
    margin: 32px auto 0;
}

.detail-area .option-area p {
    font-size: 1.6rem;
    font-weight: 700;
}

.detail-area .option-area .select-wrap {
    position: relative;
}

.detail-area .option-area .select-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 12px;
    height: 8px;
    background-image: url(../images/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.detail-area .option-area .select-wrap select {
    width: 100%;
    margin: 10px auto 0;
    padding: 14px 23px;
    border: 2px solid #ced6d9;
    border-radius: 8px;
    box-sizing: border-box;
}

.detail-area .option-area+.option-area {
    margin: 18px auto 0;
}

.detail-area .price-area {
    width: 100%;
    margin: 34px auto 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #00aad6;
}

.detail-area .price-area p {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
}

.detail-area .price-area p span {
    margin-left: 8px;
    color: #db3e27;
}

.detail-area .price-area p span.price {
    font-size: 3.2rem;
}

.detail-area .price-area p span.not-price {
    font-size: 2.4rem;
}

.detail-btn-area {
    display: flex;
    margin: 5px 0 5px;
}

.detail-btn-area .btn_normal {
    width: 48.6%;
}

.detail-btn-area .btn_normal a {
    padding: 12px 16px 12px 16px;
}

.detail-btn-area .btn_normal a span {
    padding: 0;
    font-size: 1.4rem;
}

.detail-form-area {
    width: 100%;
    max-width: 1120px;
    margin: 64px auto 0;
    padding: 74px 5.333333333333333% 80px;
    background-color: #edf3f5;
    box-sizing: border-box;
}

.detail-form-area.form-ebook {
    padding: 20px 5.333% 20px;
}

.detail-form-area h3 {
    text-align: center;
}

.detail-form-area p {
    margin-top: 17px;
    font-size: 1.6rem;
    text-align: center;
}

.detail-form-area table {
    width: 100%;
}

.detail-form-area table tr {
    border-bottom: 2px solid #e1eaed;
}

.detail-form-area table th,
.detail-form-area table td {
    display: block;
    width: 100%;
}

.detail-form-area table th {
    padding: 16px 0;
    font-size: 1.6rem;
    font-weight: 700;
    vertical-align: middle;
}

.detail-form-area table .twolines {
    position: relative;
    padding-left: 52px;
    width: calc(100% - 52px);
}

.detail-form-area table .twolines span {
    position: absolute;
    top: 16px;
    left: 0;
}

.detail-form-area table .fileArea input {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.detail-form-area table .fileArea p {
    margin-top: 8px;
    /*text-align: left;*/
    /*font-size: 14px;*/
    color: #677073;
}

.detail-form-area table .fileArea .attention {
    margin-top: 23px;
}

.detail-form-area table .fileArea .attention span {
    position: relative;
    padding-left: 10px;
    display: inline-block;
}

.detail-form-area table .fileArea .attention span::before {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
    color: #00aad6;
}

.detail-form-area table .fileArea .inputFileArea {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.detail-form-area table .fileArea .inputFileArea .inputFileArea__input {
    border-radius: 8px;
    background-color: #505759;
    padding: 8px;
    font-size: 14px;
    /*margin-right: 17px;*/
    cursor: pointer;
    color: #fff;
    transition: 0.3s all;
}

.removeFile__input {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s all;
}

a#remove_file {
    margin: 0;
}

.detail-form-area table .fileArea .inputFileArea .inputFileArea__input:hover {
    /*opacity: 0.8;*/
}

.detail-form-area table .fileArea .inputFileArea .inputFileArea__input input {
    display: none;
}

.dropzone_new {
    width: 250px;
    height: 56px;
    border: 2px dashed #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

  @media (max-width: 480px) {
  .dropzone_new {
    width: 100%;
    max-width: 100%;
  }
  .detail-form-area table .fileArea .inputFileArea {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
}

.detail-form-area table .fileArea .inputFileArea .inputFileArea__input_new {
    position: relative;
    border-radius: 8px;
    background-color: #ffffff;
    /*padding: 3px;*/
    font-size: 14px;
    cursor: default;
    color: black;
    border: 2px solid #ced6d9;
    width: 170px;
    height: 56px;

    display: flex;
    align-items: center;
}

.inputFileArea__input_new .js-file-name {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-form-area table .fileArea .inputFileArea .inputFileArea__text {
    font-size: 16px;
    width: 100%;
    text-align: left;
    margin: 0 10px !important;
}

.detail-form-area table th span {
    margin-right: 10px;
    padding: 4px 9px;
    font-size: 1.2rem;
    background-color: #e1eaed;
}

.detail-form-area table th span.require {
    background-color: #f4bf00;
}
.detail-form-area.form-ebook table th span.require {
    display: inline-block;
    vertical-align: middle;
}

.detail-form-area table th .note {
    margin-top: 8px;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: left;
}

.detail-form-area table th .note02 {
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
}

.detail-form-area table td {
    padding-bottom: 16px;
}

.detail-form-area table td input,
.detail-form-area table td textarea {
    width: 100%;
    border: 2px solid #ced6d9;
}

.detail-form-area table td input.name,
.detail-form-area table td textarea.name {
    width: 80%;
}

.detail-form-area table td input.address,
.detail-form-area table td textarea.address {
    width: 40%;
}

.detail-form-area table td input.mg,
.detail-form-area table td textarea.mg {
    margin: 8px 0;
}

.detail-form-area table td input:focus,
.detail-form-area table td textarea:focus {
    border: 2px solid #00aad6;
}

.detail-form-area table td input.input-error,
.detail-form-area table td textarea.input-error {
    border: 2px solid #f4bf00;
}

.detail-form-area table td .sub-ttl {
    display: inline-block;
    width: 20%;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
}

.detail-form-area table td .sub-mark {
    display: inline-block;
    width: 2em;
    font-size: 1.6rem;
    vertical-align: middle;
}

.detail-form-area table td .all-check {
    display: inherit;
    text-align: right;
}

.detail-form-area table td #all+.checkbox-parts_square {
    display: inline-block;
    width: auto;
}

.detail-form-area table td .address-link {
    display: inline-block;
    /*width: calc(60% - 32px);*/
    font-size: 1.4rem;
    color: #222526;
    text-align: right;
    text-decoration: underline;
}

.detail-form-area table td .address-link img {
    margin: 0 8px 0 20px;
    vertical-align: middle;
}

.detail-form-area table td label a {
    display: flex;
    margin: 0 0 20px;
    color: #222526;
}

.detail-form-area table td label a img {
    width: 24%;
    max-width: 82px;
}

.detail-form-area table td label a span {
    font-size: 1.4rem;
    margin-left: 16px;
    text-decoration: underline;
}

.detail-form-area table td .error {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
}

.detail-form-area table td .error img {
    margin-right: 10px;
    vertical-align: middle;
}

.detail-form-area table td .add-note {
    display: none;
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: left;
}

.mailmagazine {
    width: 340px;
    margin: 30px auto 0;
}

.mailmagazine label {
    display: inline-block;
}

.mailmagazine label .checkbox-parts_square {
    padding-left: 34px;
}

.agree {
    width: 360px;
    margin: 50px auto 0;
}
.form-ebook .agree {
    width: 320px;
    margin: 10px auto 0;
}

.agree label {
    display: inline-block;
}

.agree label a {
    margin-left: 10px;
    font-weight: bold;
    color: #00aad6;
    text-decoration: underline;
}

.agree label a img {
    margin: 0 4px;
}

.agree+.agree {
    margin: 10px auto 0;
}

.btn-confirm,
.btn-send {
    margin-top: 36px;
}
.form-ebook .btn-confirm,
.form-ebook .btn-send {
    margin-top: 6px;
}

.product-contents .tag-area {
    margin: 80px auto 0;
}

.product-contents .tag-area p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #222526;
}

.product-contents .tag-area ul {
    margin-top: 44px;
}

.product-contents .tag-area ul li {
    width: 48.65671641791045%;
    margin-right: 2.686567164179104%;
}

.product-contents .tag-area ul li:nth-child(2n) {
    margin-right: 0;
}

.product-contents .tag-area ul li button {
    width: 100%;
}

.cd-breadcrumb {
    width: 89.33333333333333%;
    max-width: 768px;
    padding: 0.5em 1em;
    margin: 30px auto 0;
    background-color: #edeff0;
    border-radius: 0.25em;
}

.cd-breadcrumb.triangle {
    background-color: transparent;
    padding: 0;
}

.cd-breadcrumb.triangle li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33%;
    max-width: 200px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.cd-breadcrumb.triangle li>* {
    position: relative;
    display: block;
    padding: 17px 0.8em 17px 2.5em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    background-color: #edf3f5;
    border-color: #edf3f5;
}

.cd-breadcrumb.triangle li>*:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    height: 0;
    width: 0;
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
    z-index: 2;
    border-left-color: inherit;
}

.cd-breadcrumb.triangle li:last-of-type {
    border-radius: 0.25em 0 0 0.25em;
}

.cd-breadcrumb.triangle li:last-of-type>*:after {
    display: none;
}

.cd-breadcrumb.triangle li.current>* {
    color: #fff;
    background-color: #00aad6;
    border-color: #00aad6;
}

h1.form-h1 {
    margin-top: 30px;
    text-align: center;
}

h2.form-h2 {
    margin-top: 20px;
    text-align: center;
}

.confirm-item-area {
    width: 89.33333333333333%;
    margin: 25px auto 0;
}

.confirm-item-area .img {
    width: 100%;
    margin: 0 auto;
}

.confirm-item-area .img img {
    width: 100%;
    border: 2px solid #edf3f5;
    box-sizing: border-box;
}

.confirm-item-area .ttl {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}

.confirm-item-area .txt {
    margin-top: 10px;
    font-size: 1.6rem;
}

.confirm-wrap .detail-form-area {
    margin: 0 auto;
    padding: 0 5.333333333333333%;
    background: none;
}

.confirm-wrap .detail-form-area table td {
    font-size: 1.4rem;
}

.confirm-wrap .detail-form-area table td ul {
    display: flex;
    flex-wrap: wrap;
}

.confirm-wrap .detail-form-area table td ul li {
    margin-right: 10px;
    font-size: 1.4rem;
}

.confirm-wrap .detail-form-area .mailmagazine {
    font-size: 1.4rem;
    font-weight: bold;
}

.confirm-area .agree {
    font-size: 1.4rem;
    font-weight: bold;
}

.confirm-area .btn-send {
    padding: 0 5.333333333333333%;
    box-sizing: border-box;
}

.complete-wrap {
    display: block;
}

.complete-wrap .product-contents .complete-area {
    width: 89.33333333333333%;
    max-width: 960px;
    margin: 25px auto 0;
}

.complete-wrap .product-contents .complete-area .img {
    width: 100%;
}

.complete-wrap .product-contents .complete-area .img img {
    width: 100%;
}

.comp-txt {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: center;
}

.comp-txtB {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.comp-memberinfo {
    position: relative;
    max-width: 960px;
    width: 100%;
    margin: 40px auto 80px;
    padding: 30px 10px 40px;
    text-align: center;
    background-color: #edf3f5;
    border: 1px solid #edf3f5;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #22252608;
}

.comp-memberinfo:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    margin: 0 -6% -7% 0;
    max-width: 90px;
    width: 100%;
    height: 100px;
    background-image: url(../images/icon_coin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% auto;
}

.comp-memberinfo .comp-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid #00aad6;
}

.comp-memberinfo .btn-comp {
    position: relative;
    max-width: 350px;
    width: 68%;
    margin: 20px auto 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #f4b700;
    border: 6px solid #f4b700;
    border-radius: 80px;
}

.comp-memberinfo .btn-comp a {
    display: block;
    padding: 22px 0;
    color: #ffffff;
    border-radius: 80px;
}

/***********
会社詳細
************/
.company-detail {
    width: 89.33333333333333%;
    max-width: 1120px;
    margin: 14px auto 0;
}

.company-detail .txt {
    margin: 24px 0 73px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.company-detail .img {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 223px;
    margin-top: 24px;
    padding: 0;
    text-align: center;
    border: 1px solid #edf3f5;
    box-sizing: border-box;
}

.company-detail .img img {
    width: 80%;
    margin: 0 auto;
}

.company-detail .img.sp-hide {
    display: none;
}

.company-detail .swiper-wrapper {
    align-items: center;
}

.company-detail .slider .swiper-wrapper .swiper-slide,
.company-detail .slider_02 .swiper-wrapper .swiper-slide {
    position: relative;
    border: 2px solid #edf3f5;
    box-sizing: border-box;
    height: 250px;
}

.company-detail .slider .swiper-wrapper .swiper-slide a,
.company-detail .slider_02 .swiper-wrapper .swiper-slide a {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.company-detail .slider .swiper-wrapper .swiper-slide a img,
.company-detail .slider_02 .swiper-wrapper .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.company-detail .slider-thumbnail .swiper-wrapper .swiper-slide,
.company-detail .slider-thumbnail_02 .swiper-wrapper .swiper-slide {
    height: 60px;
}

.company-detail .slider-thumbnail .swiper-wrapper .swiper-slide img,
.company-detail .slider-thumbnail_02 .swiper-wrapper .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.detail-tabs {
    width: 100%;
    margin: -50px 0px auto;
    padding-top: 50px;
    border-bottom: 2px solid #e1eaed;
}

.detail-tabs ul {
    display: flex;
    width: 89.33333333333333%;
    margin: 0 auto;
    background-color: #fafcfc;
}

.detail-tabs ul li {
    display: flex;
    /*width: 25%;*/
    width: 33.333333333%;
    border-right: 2px solid #e1eaed;
    box-sizing: border-box;
}

.detail-tabs ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #222526;
    text-align: center;
    background-color: #fafcfc;
}

.detail-tabs ul li.border-none {
    border-right: none;
}

.detail-tabs ul li.active {
    position: relative;
    border-right: none;
}

.detail-tabs ul li.active a {
    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #00aad6;
    pointer-events: none;
}

.detail-tabs ul li.active a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #00aad6 transparent transparent transparent;
}

.detail-tabs ul li.inactive {
    display: none;
}

.detail-tabs ul li.inactive a {
    pointer-events: none;
    color: #ced6d9;
}

.detail-tabs ul li.notactive a {
    pointer-events: none;
    color: #ced6d9;
}

.detail-tabs ul li:last-of-type {
    border-right: none;
}

.detail-tabs.detail-tabs_bottom {
    border-top: 2px solid #e1eaed;
    border-bottom: none;
}

.detail-tabs.detail-tabs_bottom ul li.active a {
    border-radius: 0 0 10px 10px;
}

.detail-tabs.detail-tabs_bottom ul li.active a:after {
    content: "";
    position: absolute;
    bottom: auto;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #00aad6 transparent;
}

.bg-detail {
    width: 100%;
    background-color: #fafcfc;
}

.bg-detail>.product-contents_wrap {
    margin: 0 auto;
    padding-top: 2px;
}

.bg-detail.no-form {
    padding-bottom: 80px;
}

.profile {
    /* width: 100%; */
    max-width: 1120px;
}

.profile .tableBox {
    position: relative;
}

.profile .tableBox.is_open {
    padding-bottom: 70px;
}

.profile .tableBox .tableBox__btnArea {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,
            rgba(250, 252, 252, 1) 0%,
            rgba(250, 252, 252, 1) 3%,
            rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile .tableBox .tableBox__btnArea button {
    position: relative;
    width: 350px;
    line-height: 70px;
    border-radius: 33px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    transition: all 0.3s;
    box-shadow: 0 0 8px rgba(0, 175, 221, 0.15);
    font-size: 1.8rem;
}

.profile .tableBox .tableBox__btnArea button::before,
.profile .tableBox .tableBox__btnArea button::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #505759;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.profile .tableBox .tableBox__btnArea button::after {
    transform: translateY(-50%) rotate(90deg);
}

.profile .tableBox .tableBox__btnArea button.is_on::after {
    transform: translateY(-50%) rotate(0deg);
}

.profile .tableBox .tableBox__btnArea button:hover {
    background-color: #00aad6;
    color: #fff;
}

.profile .tableBox .tableBox__btnArea button:hover::before,
.profile .tableBox .tableBox__btnArea button:hover::after {
    background-color: #fff;
}

.profile h2 {
    margin-top: 24px;
}

.profile table {
    width: 100%;
    margin: 20px auto 40px;
}

.profile table tr th,
.profile table tr td {
    padding: 10px 0;
    font-size: 1.6rem;
    border-bottom: 2px solid #edf3f5;
}

.profile table tr th {
    width: 40%;
    font-weight: bold;
    vertical-align: top;
}

.profile table tr td {
    word-break: break-all;
    line-height: 2;
    padding-left: 10px !important;
}

.profile table tr td a {
    color: #222526;
}

.profile table tr td a img {
    margin-left: 10px;
    vertical-align: middle;
}

.profile .aboutList {
    margin: 20px auto 40px;
    width: 100%;
    border: 2px solid #e1eaed;
}

.profile .aboutList .aboutList__item {
    display: flex;
    border-bottom: 2px solid #e1eaed;
}

.profile .aboutList .aboutList__item:last-child {
    border-bottom: none;
}

.profile .aboutList .aboutList__item p {
    padding: 17px 0;
    font-size: 1.6rem;
}

.profile .aboutList .aboutList__item .aboutList__item__title {
    text-align: center;
    border-right: 2px solid #e1eaed;
    background-color: #edf3f5;
    width: 280px;
    font-weight: bold;
}

.profile .aboutList .aboutList__item .aboutList__item__text {
    padding-left: 30px;
}

.profile .featureList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 40px;
}

.profile .featureList .featureList__item {
    width: calc(20% - 3px);
    border: 2px solid #e1eaed;
    border-right: none;
}

.profile .featureList .featureList__item:nth-child(5n) {
    border-right: 2px solid #e1eaed;
}

.profile .featureList .featureList__item:last-child {
    border-right: 2px solid #e1eaed;
}

.profile .featureList .featureList__item:nth-child(n + 6) {
    border-top: none;
}

.profile .featureList .featureList__item p {
    text-align: center;
    padding: 10px 0;
    font-size: 2.4rem;
    color: #ced6d9;
    line-height: 1;
}

.profile .featureList .featureList__item .title {
    font-weight: bold;
    background-color: #edf3f5;
    color: #000;
    font-size: 1.6rem;
    padding: 18px 0 19px;
}

.profile .featureList .featureList__item .possible {
    color: #00aad6;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .profile .tableBox .tableBox__btnArea button {
        width: calc(100% - 40px);
    }

    .profile .aboutList .aboutList__item {
        display: block;
    }

    .profile .aboutList .aboutList__item p {
        padding: 17px 0;
        font-size: 1.6rem;
        width: 100%;
    }

    .profile .aboutList .aboutList__item .aboutList__item__title {
        text-align: left;
        border-right: none;
        padding-left: 20px;
        width: calc(100% - 20px);
    }

    .profile .aboutList .aboutList__item .aboutList__item__text {
        padding-left: 20px;
    }

    .profile .featureList .featureList__item {
        width: calc(50% - 3px);
        border: 2px solid #e1eaed;
        border-right: none;
    }

    .profile .featureList .featureList__item .title {
        padding: 15px 0;
    }

    .profile .featureList .featureList__item:nth-child(n + 3) {
        border-top: none;
    }

    .profile .featureList .featureList__item:nth-child(5n) {
        border-right: none;
    }

    .profile .featureList .featureList__item:nth-child(2n) {
        border-right: 2px solid #e1eaed;
    }
}

.profile .manager-area {
    display: flex;
    margin: 20px auto 0;
}

.profile .manager-area .img {
    width: 24%;
}

.profile .manager-area .img img {
    width: 100%;
}

.profile .manager-area .txt {
    width: 74%;
    margin-left: 2%;
    font-size: 1.4rem;
    line-height: 1.8;
}

.sp-search-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px auto 0;
    padding: 16px;
    border: 1px solid #e1eaed;
    box-sizing: border-box;
}

.sp-search-btn p {
    font-size: 1.2rem;
    font-weight: bold;
}

.sp-search-btn .modal-action {
    width: 50%;
    padding: 13px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background-color: #505759;
}

.sp-search-btn .modal-action img {
    margin-right: 5px;
    vertical-align: middle;
}

.sp-search-btn.after_selection {
    display: block;
}

.sp-search-btn.after_selection .modal-action {
    width: 100%;
}

.select-result {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 16px;
    border: 1px solid #e1eaed;
    border-top: none;
    box-sizing: border-box;
}

.select-result li {
    margin: 0 10px 5px 0;
    font-size: 1.2rem;
    color: #9aa3a6;
}

.modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 37, 38, 0.5);
    z-index: 19;
}

/********
記事詳細
********/
.article-profile {
    width: 100%;
}

.article-profile .img {
    display: block;
    width: 100%;
    min-height: 1px;
    /* max-height: 450px; */
    object-fit: cover;
    /* height: min-content; */
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
    border: none;
    box-sizing: border-box;
}

.article-profile .img img {
    width: 100%;
}

.sns_btn {
    margin: 1em 0;
}

.sns_btn .sns_btn__ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 80%;
    font-weight: bold;
}

.sns_btn .sns_btn__ul li {
    width: 25%;
    margin: 4px;
}

.sns_btn .sns_btn__ul li:before {
    display: none;
}

.sns_btn .sns_btn__ul li:first-child {
    margin-left: 0;
}

.sns_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 2px !important;
    border-radius: 3px;
    position: relative;
    flex-flow: wrap column;
    line-height: 1.2;
    color: #fff !important;
    text-decoration: none !important;
}

.sns_btn a:after {
    display: none;
}

.sns_btn a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    display: block;
    margin: 0 auto 2px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 1.2em;
}

.sns_btn a .text {
    font-size: 10px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    display: block;
}

.sns_btn a[target="_blank"] {
    display: flex !important;
}

.sns_btn .twitter a {
    background: #111111;
    box-shadow: 0 3px 0 #222222;
    padding: 7px 2px !important;
}

.sns_btn .twitter a:before {
    content: "\f099";
    color: white;
    content: url("/ico/x-twitter.svg");
}

.sns_btn .facebook a {
    background: #1f6aba;
    -webkit-box-shadow: 0 3px 0 #2c4373;
    box-shadow: 0 3px 0 #2c4373;
}

.sns_btn .facebook a:before {
    content: "\f09a";
}

.sns_btn .hatebu a {
    background: #2f70be;
    -webkit-box-shadow: 0 3px 0 #43638b;
    box-shadow: 0 3px 0 #43638b;
}

.sns_btn .hatebu a:before {
    content: "B!";
    font-family: inherit;
    font-weight: bold;
}

.sns_btn .line a {
    background: #25af00;
    -webkit-box-shadow: 0 3px 0 #219900;
    box-shadow: 0 3px 0 #219900;
}

.sns_btn .line a:before {
    content: "\f3c0";
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sns_btn .pocket a {
    background: #ec2136;
    -webkit-box-shadow: 0 3px 0 #c0392b;
    box-shadow: 0 3px 0 #c0392b;
}

.sns_btn .pocket a:before {
    content: "\f265";
}

.article-detail {
    position: relative;
    font-size: 1.4rem;
    /* line-height: 1.5; */
}

.article-detail p {
    margin-top: 20px;
    word-break: break-all;
}

.article-detail a {
    color: #55acee;
    /* color: #222526; #55acee;*/
    text-decoration: underline;
}

.article-detail a[target="_blank"] {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.article-detail a[target="_blank"]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_target.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
}

.article-detail em {
    background: linear-gradient(transparent 60%, rgba(0, 170, 214, 0.2) 60%);
}

.article-detail strong {
    font-weight: bold;
}

.article-detail img {
    /* width: 100%; */
    max-width: 100%;
}

/* .article-detail h2 {
    margin-top: 32px;
    padding: 16px 0;
    line-height: 1 !important;
    font-size: 22px;
    border-top: 2px solid #00aad6;
    border-bottom: 2px solid #00aad6;
} */
.article-detail h2 {
    padding: 0.5em 1.4rem;
    color: #494949;
    background: #f7f7f7;
    border-left:6px solid #00aad6;
    border-bottom: 3px solid #d7d7d7;
    line-height: 1.4;
    margin: 36px 0 16px;
    font-size: 22px;
}


.article-detail h3 {
    margin-top: 24px;
    padding: 0 0 12px;
    line-height: 1 !important;
    font-size: 20px;
    /* margin-top: 12px; */
    /* padding: 0 0 12px; */
    border-bottom: 2px solid #00aad6;
}

.article-detail figcaption {
    text-align: center;
    color: #ced6d9;
}

.article-detail ul {
    margin-top: 10px;
}

.article-detail ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.6em;
}

.article-detail ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00aad6;
}

.article-detail ol {
    margin-top: 10px;
    counter-reset: number 0;
}

.article-detail ol li {
    position: relative;
    padding-left: 1.8em;
}

.article-detail ol li:before {
    font-family: inherit;
    counter-increment: number 1;
    content: counter(number);
    background: #00aad6;
    border: 1px solid #00aad6;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: 1px;
    top: 0;
    background-color: #00aad6;
    border-color: #00aad6;
    color: #fff;
}

.article-detail .wp-block-table {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}

.article-detail figure {
    margin: 0;
    padding: 0;
}

.article-detail figure a {
    display: block;
}

.article-detail .wp-block-image {
    text-align: center;
    margin-top: 10px;
}

.article-detail table {
    width: 100%;
    border-collapse: collapse;
}

.article-detail table th {
    padding: 8px;
    font-weight: bold;
    word-break: break-all;
    background-color: #edf3f5;
}

.article-detail table td {
    padding: 8px;
    word-break: break-all;
    border: 2px solid #edf3f5;
    background: #edf3f5;
}

.article-detail .has-text-align-center {
    text-align: center;
}

.article-detail .youtube {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 10px;
    /* padding-top: 56.25%; */
}

.article-detail .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-detail .wp-block-group {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 16px 16px 16px;
    border-radius: 5px;
    border: 2px solid #00aad6;
    background-color: #fafcfc;
    box-sizing: border-box;
}

.article-detail .wp-block-group .wp-block-group__inner-container>*:first-child {
    margin-top: 0 !important;
}

.article-detail .twitter-tweet {
    margin-top: 10px;
}

.article-detail .block-limited-release hr {
    display: none;
}

.article-detail .related-article {
    width: 100%;
    margin: 10px 0 0;
    padding: 8px;
    border: 1px solid #edf3f5;
    box-sizing: border-box;
}

.article-detail .related-article a {
    display: block;
    text-decoration: none;
}

.article-detail .related-article .img {
    width: 100%;
    min-height: 1px;
    margin: 0;
}

.article-detail .related-article .img img {
    width: 100%;
}

.article-detail .related-article .txt-area {
    margin-top: 10px;
}

.article-detail .related-article .txt-area p {
    margin: 0;
    padding: 0;
}

.article-detail .related-article .txt-area .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    color: #00aad6;
}

.article-detail .related-article .txt-area .txt {
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

.article-detail .related-article .txt-area .date {
    margin-top: 8px;
    font-size: 1.3rem;
    color: #505759;
}

.exclusive {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    padding-top: 300px;
    background: transparent linear-gradient(180deg, #ffffff00 0%, #ffffff 50%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.exclusive .bg {
    padding: 20px 0;
    background-color: #fafcfc;
}

.exclusive .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.exclusive .txt {
    margin: 20px 0 0 0;
    font-size: 1.3rem;
    text-align: center;
}

.exclusive .btn {
    width: 70%;
    max-width: 400px;
    margin: 20px auto 0;
}

.exclusive .btn a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #f4b700;
    color: black;
}

.exclusive .btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 21px;
    height: 24px;
    background-image: url(../images/icon_door.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
}

.exclusive .link {
    text-align: center;
}

.exclusive .link a {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: underline;
}

.fb-likebtn {
    background-image: url(../images/img_article_btm.png);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-top: 20px;
}

.fb-likebtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.8;
    z-index: 1;
}

.fb-likebtn .inner {
    padding: 30px 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.fb-likebtn .like_text {
    font-size: 3rem;
    font-weight: bold;
    margin: 30px 0 14px;
}

.fb-likebtn .txt {
    font-size: 10px;
    opacity: 0.7;
    margin: 0;
    padding: 3px;
}

.fb-likebtn .followbtn {
    color: #ffffff;
    background: #04acee;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    padding: 0.1em 0.8em !important;
    margin: 0.4em 0.3em;
    border-radius: 3px;
}

.fb-likebtn .followbtn:after {
    display: none;
}

.fb-likebtn .followbtn:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    margin-right: 0.4em;
    font-size: 110%;
}

.fb-likebtn .followbtn.btn_facebook {
    background: #1f6aba;
}

.fb-likebtn .followbtn.btn_facebook:before {
    content: "\f09a";
}

.fb-likebtn .followbtn.btn_twitter:before {
    content: "\f099";
}

.fb-likebtn .followbtn.btn_twitter:before {
    display: inline-block;
    width: max-content;
    margin-right: 20px;
    color: white;
    content: url("/ico/x-twitter-small.svg");
}

.fb-likebtn .followbtn.btn_twitter {
    padding: 0 5px;
}

.fb-likebtn .followbtn.btn_instagram {
    background: #b900b4;
    background: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}

.fb-likebtn .followbtn.btn_instagram:before {
    content: "\f16d";
}

.article-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.article-pager {
    width: 100%;
    margin: 40px 0;
}

.article-pager .page {
    float: left;
    width: 49%;
}

.article-pager .page a {
    display: flex;
    align-items: flex-start;
    padding: 8px;
    text-decoration: none;
    border: 1px solid #707070;
    box-sizing: border-box;
}

.article-pager .page a .pager-txt-area {
    width: 58%;
}

.article-pager .page a .pager-txt {
    width: 100%;
    margin-top: 0;
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1.6em * 2);
    line-height: 1.6;
}

.article-pager .page a .arrow-prev,
.article-pager .page a .arrow-next {
    margin-top: 0;
    line-height: 20px;
}

.article-pager .page a .arrow-prev img,
.article-pager .page a .arrow-next img {
    width: 20px;
}

.article-pager .page a .arrow-prev img {
    transform: rotate(180deg);
}

.article-pager .page a .arrow-next {
    text-align: right;
}

.article-pager .page a .pager-img {
    width: 40%;
    margin: 0 0 0 2%;
}

.article-pager .page.next {
    float: right;
}

.article-pager .page.next a {
    flex-direction: row-reverse;
}

.article-pager .page.next a .pager-img {
    margin: 0 2% 0 0;
}

.scene-top .scene-img {
    width: 100%;
    margin: 25px auto 0;
}

.scene-area {
    padding-top: 0px;
}

.scene-area:last-of-type {
    padding-bottom: 80px;
}

.scene-area .txt {
    margin-top: 20px;
    font-size: 1.4rem;
}

.scene-area.last-block {
    margin-bottom: 120px;
}

.anchor-area {
    display: flex;
    width: 100%;
    margin: 25px auto 0;
}

.anchor-area li {
    width: 31.7%;
    margin-right: 2%;
    border-bottom: 2px solid #edf3f5;
}

.anchor-area li:last-child {
    margin-right: 0;
}

.anchor-area li a {
    position: relative;
    display: block;
    padding-bottom: 34px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00aad6;
    text-align: center;
}

.anchor-area li a:after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #677073 transparent transparent transparent;
    transform: translateX(-50%);
}

.scene-list01 {
    width: 100%;
    margin: 40px auto 0;
}

.scene-list01 li {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #edf3f5;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(34, 37, 38, 0.031);
    box-sizing: border-box;
}

.scene-list01 li a {
    position: relative;
    display: flex;
    height: 100%;
    padding-right: 40px;
    color: #222526;
}

.scene-list01 li a img {
    width: 32.8%;
    object-fit: cover;
}

.scene-list01 li a span {
    display: flex;
    align-items: center;
    width: calc(67.2% - 16px);
    margin-left: 16px;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
}

.scene-list01 li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 8px;
    background-image: url(../images/icon_link_arrow_black.svg);
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
}

.scene-list02 {
    width: 100%;
    margin: 24px auto 0;
    border-bottom: 1px solid #edf3f5;
}

.scene-list02 li {
    width: 100%;
    border: 1px solid #edf3f5;
    border-bottom: none;
    background-color: #fff;
}

.scene-list02 li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #222526;
}

.scene-list02 li a img {
    width: 24px;
}

.scene-list02 li a span {
    margin-left: 16px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
}

/*****************
静的ページ
*****************/
.static-detail {
    width: 89.33333333333333%;
    max-width: 960px;
    margin: 14px auto 80px;
    line-height: 1.8;
}

.static-detail h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid #00aad6;
}

.static-detail h2 {
    margin-top: 40px;
    font-size: 2.6rem;
}

.static-detail h2#anc01,
.static-detail h2#anc02 {
    margin-top: 0;
    padding-top: 40px;
}

.static-detail h2#anc02 {
    margin-top: 30px;
    padding-top: 10px;
}

.static-detail h2.privacy-h2 {
    font-size: 2rem;
    line-height: 1.6;
}

.static-detail h3 {
    margin-top: 30px;
    font-size: 2.2rem;
}

.static-detail h3.terms-h3 {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.6;
}

.static-detail p {
    margin-top: 12px;
    font-size: 1.4rem;
}

.static-detail p.bold {
    font-weight: bold;
}

.static-detail ul {
    margin-top: 12px;
}

.static-detail ul li {
    margin-bottom: 10px;
    padding-left: 1.55em;
    text-indent: -1.55em;
    font-size: 1.4rem;
}

.static-detail ul li span {
    margin-right: 10px;
    color: #00aad6;
    font-size: 1.4rem;
    font-weight: bold;
}

.static-detail ul li ul li {
    padding-left: 2.3em;
    text-indent: -2.3em;
}

.static-detail .anchor-area li {
    width: 48.5%;
    margin-right: 2%;
    padding-left: 0;
    text-indent: 0;
}

.static-detail .anchor-area li:nth-child(2n) {
    margin-right: 0;
}

.static-detail table {
    width: 100%;
    margin: 20px auto 0;
    border-collapse: collapse;
}

.static-detail table tr th,
.static-detail table tr td {
    padding: 10px;
    border-bottom: 2px solid #edf3f5;
}

.static-detail table tr th {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: top;
}

.static-detail table tr td {
    font-size: 1.4rem;
}

.static-detail table tr td a {
    color: #222526;
    text-decoration: underline;
}

.static-detail table tr td a[target="_blank"] {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.static-detail table tr td a[target="_blank"]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_target.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
}

.static-detail .multi-area {
    width: 100%;
    margin: 20px auto 0;
}

.static-detail .multi-area .txt-area h2 {
    margin-top: 0;
}

.static-detail .multi-area .txt-area .deco {
    margin-top: -16px;
    font-size: 7rem;
    font-weight: bold;
    color: #000;
    opacity: 0.05;
    line-height: 1;
}

.static-detail .multi-area .img-area {
    margin-top: 20px;
    text-align: center;
}

.static-detail .multi-area .img-area p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
}

.static-detail .multi-area .img-area p span {
    font-size: 1.4rem;
}

.static-detail .multi-area .img-area p.img {
    width: 200px;
    margin: 20px auto 0;
    border-radius: 50%;
    overflow: hidden;
}

.static-detail .multi-area .img-area p.img img {
    width: 100%;
}

.static-detail .multi-area .img-area p.txt {
    width: 100px;
    margin: 10px auto 0;
    text-align: left;
}

.search-modal-btn {
    position: fixed;
    bottom: 70px;
    right: 16px;
    width: 50px;
    height: 50px;
    z-index: 9;
}

.search-modal-btn p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00aad6;
    border-radius: 50%;
    height: 100%;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    transition: 0.3s;
}

.search-modal-btn p span {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    transform: scale(0.8);
}

.title-to-login {
    position: absolute;
    top: -100px;
    left: 0;
    text-align: center;
    width: 100%;
    background: transparent linear-gradient(180deg, #ffffff00 0%, #ffffff 50%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.title-to-login .link a {
    font-size: 30px;
    font-weight: bolder;
    color: black;
    text-decoration: underline;
    text-underline-offset: 15px;
}

.title-to-login .link a:hover {text-decoration: none}

@media screen and (max-width: 768px) {
    .header-content-list {
        flex-direction: column;
    }

    .sort-area {
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .sort-area .sort {
        width: 50%;
    }

    .sort-area .num {
        width: 50;
    }

    .title-to-login .link a {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .product-wrap.detail-wrap {
        display: block;
    }

    .product-wrap.confirm-wrap {
        display: block;
    }

    .product-wrap.complete-wrap {
        display: block;
    }

    .product-contents_wrap.product-contents-detail_wrap {
        max-width: 1120px;
        margin: 12px auto 0;
    }

    .product-contents_wrap.pb-small {
        padding-bottom: 0;
    }

    .product-contents_wrap .card-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .product-contents_wrap .card-list .card-list_detail {
        width: calc((100% - 16px) / 2);
        margin-right: 16px;
    }

    .product-contents_wrap .card-list .card-list_detail:nth-child(2n) {
        margin-right: 0;
    }

    .product-contents_wrap .card-list .card-list_detail a .ttl {
        font-size: 1.8rem;
    }

    .product-contents_wrap .card-list .card-list_detail a .txt {
        /* display: block; */
        display: -webkit-box;
        font-size: 1.6rem;
    }

    .product-contents_wrap .card-list .card-list_detail a .reference dt,
    .product-contents_wrap .card-list .card-list_detail a .reference dd {
        font-size: 1.2rem;
    }

    .product-contents_wrap .card-list .card-list_detail .card-category {
        /* margin: 20px auto 0; */
        margin: 10px auto 0;
    }

    .header-content-list {
        display: flex;
        justify-content: space-between;
    }

    .sort-area {
        /* display: flex;
    margin: 10px auto 0; */
        justify-content: flex-end;
    }

    .sort-area .num {
        margin-left: auto;
        /* width: calc(50% - 60px); */
        font-size: 1.4rem;
        /* line-height: 1; */
        margin: auto 10px;
    }

    .sort-area .num span {
        font-size: 4rem;
    }

    .sort-area .sort {
        margin-top: 0;
    }

    .sort-area .sort span {
        width: 60px;
        font-size: 1.4rem;
    }

    .sort-area .sort .sort-select {
        width: 100%;
        max-width: 272px;
    }

    .sort-area .sort .sort-select p {
        padding: 15px 0 15px 20px;
        cursor: pointer;
    }

    .sort-area .sort .sort-select ul li {
        padding: 15px 0 15px 20px;
        font-size: 1.4rem;
        cursor: pointer;
    }

    .sort-area .sort .sort-select ul li:hover {
        background-color: #edf3f5;
    }

    .product-detail_wrap {
        position: relative;
        display: flex;
        margin-top: 34px;
    }

    .product-detail_wrap .left,
    .product-detail_wrap .right {
        width: 48.21428571428571%;
    }

    .product-detail_wrap .left {
        margin-right: 3.571428571428571%;
    }

    .slider,
    .slider_02 {
        margin-top: 0;
        z-index: 0;
    }

    .slider .zoom,
    .slider_02 .zoom {
        position: absolute;
        top: 10px;
        right: 8px;
        width: 40px;
        height: 40px;
        background-color: #505759;
        border-radius: 50%;
        display: flex;
        align-items: center;
        z-index: 2;
        cursor: pointer;
        transition: 0.3s;
    }

    .slider .zoom img,
    .slider_02 .zoom img {
        width: 50%;
        margin: 0 auto;
        vertical-align: middle;
    }

    .slider .zoom:hover,
    .slider_02 .zoom:hover {
        opacity: 0.5;
    }

    .item-favorite {
        transition: 0.3s;
    }

    .item-favorite p {
        cursor: pointer;
    }

    .item-favorite span {
        cursor: pointer;
    }

    .item-favorite:hover {
        opacity: 0.5;
    }

    .ttl-area {
        margin-top: 0;
    }

    .ttl-area .belongs-tag {
        font-size: 1.3rem;
    }

    .slider-thumbnail,
    .slider-thumbnail_02 {
        margin: 16px auto 0;
    }

    .detail-area .txt {
        margin: 8px 0 45px;
    }

    .detail-area table {
        margin-bottom: 42px;
    }

    .detail-area .option-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .detail-area .option-area .select-wrap {
        width: 60%;
    }

    .detail-area .option-area .select-wrap select {
        margin: 0;
    }

    .detail-area .option-area+.option-area {
        margin: 16px auto 0;
    }

    .detail-area .price-area p span.price {
        font-size: 3.4rem;
    }

    .detail-area .price-area p span.not-price {
        font-size: 2.4rem;
    }

    .detail-btn-area {
        width: 100%;
        margin: 40px auto 0;
    }

    .detail-btn-area .btn_normal {
        /* padding: 24px 0 24px 24px; */
        width: 100%;
        max-width: 350px;
        margin: 0px auto 0;
        display: inline-block;
        margin: 0px 20px 0;
    }

    .detail-btn-area .btn_normal a {
        position: relative;
        display: block;
        /* padding: 24px 0 24px 30px; */
        text-align: left;
        /* padding: 2px 0; */
        font-size: 1.4rem;
        font-weight: 700;
        color: #222526;
        /* text-align: center; */
        border-radius: 100px;
        background-color: #fff;
        border: 1.5px solid #222526;
    }

    .detail-btn-area .btn_normal a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 6%;
        width: 18px;
        height: 16px;
        transform: translateY(-50%);
        /* background-image: url(../images/icon_link_arrow_black.svg); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 1;
    }

    .detail-btn-area .btn_normal a span {
        font-size: 1.6rem;
    }

    .product-contents .tag-area {
        display: block;
        margin: 40px auto 0;
    }

    .product-contents .tag-area ul {
        margin-top: 16px;
    }

    .product-contents .tag-area ul li {
        width: auto;
        margin-right: 10px;
    }

    .product-contents .tag-area ul li:nth-child(2n) {
        margin-right: 10px;
    }

    .product-contents .tag-area ul li button {
        width: 100%;
    }

    .product-search {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: block;
        margin: 15px auto 0;
        transform: translate(0, 0);
        background-color: #fff;
        border: 1px solid #e1eaed;
        z-index: 0;
    }

    .product-search p {
        font-size: 1.6rem;
    }

    .product-search .tag-checkbox label {
        margin: 8px 8px 0 0;
    }

    .product-search .tag-checkbox label .checkbox-parts {
        padding: 5px 20px;
        font-size: 1.3rem;
    }

    .product-search .tag-checkbox label .checkbox-parts:hover {
        color: #fff;
        background-color: #00aad6;
    }

    .product-search .search-btn-area {
        padding: 18px 24px;
    }

    .product-search .search-btn-area button {
        max-width: 200px;
        transition: 0.3s;
    }

    .product-search .search-btn-area button:hover {
        background-color: #fff;
        color: #505759;
    }

    .product-search .search-btn-area button:hover svg path {
        fill: #505759;
    }

    .product-search .search-btn-area .clear {
        margin-top: 16px;
        text-align: center;
        cursor: pointer;
    }

    .product-search .search-btn-area .clear:hover {
        text-decoration: none;
    }

    .product-search .close-area {
        display: none;
    }

    .modal-mask {
        display: none !important;
    }

    .detail-form-area {
        margin: 55px auto 0;
    }

    .detail-form-area h3 {
        font-size: 2.8rem;
        text-align: center;
    }

    .detail-form-area p {
        margin-top: 17px;
        font-size: 1.6rem;
        text-align: center;
    }

    .detail-form-area table th,
    .detail-form-area table td {
        display: table-cell;
        width: auto;
    }

    .detail-form-area table th {
        width: 37.5%;
        padding: 16px 0;
    }

    .detail-form-area table th .note02 {
        display: block;
        margin: 8px 0 0 0;
    }

    .detail-form-area table td {
        width: 62.5%;
        padding: 16px 0;
    }
    .detail-form-area.form-ebook table td {
        width: 52.5%;
        padding: 16px 10px;
    }

    .detail-form-area table td input,
    .detail-form-area table td textarea {
        width: 100%;
        border: 2px solid #ced6d9;
    }

    .detail-form-area table td input.name,
    .detail-form-area table td textarea.name {
        width: 39%;
    }

    .detail-form-area table td input.name+.sub-ttl,
    .detail-form-area table td textarea.name+.sub-ttl {
        margin-left: 2%;
    }

    .detail-form-area table td input.address,
    .detail-form-area table td textarea.address {
        width: 40%;
    }

    .detail-form-area table td input.mg,
    .detail-form-area table td textarea.mg {
        margin: 10px 0;
    }

    .detail-form-area table td input.department,
    .detail-form-area table td textarea.department {
        width: 50%;
    }

    .detail-form-area table td input.tel,
    .detail-form-area table td textarea.tel {
        width: 50%;
    }

    .detail-form-area table td .sub-ttl {
        width: 10%;
    }

    .detail-form-area table td .all-check {
        display: block;
    }

    .detail-form-area table td .address-link {
        display: inline;
        font-size: 1.4rem;
        color: #222526;
        text-decoration: underline;
    }

    .detail-form-area table td .address-link img {
        margin: 0 8px 0 20px;
        vertical-align: middle;
    }

    .detail-form-area table td #boxes {
        display: flex;
        flex-wrap: wrap;
    }

    .detail-form-area table td #boxes label {
        width: 49%;
        margin-right: 2%;
    }

    .detail-form-area table td #boxes label:nth-child(2n) {
        margin-right: 0;
    }

    .detail-form-area table td .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .detail-form-area table td .flex label {
        margin: 0 20px 10px 0;
    }

    h1.form-h1 {
        margin-top: 76px;
    }

    h2.form-h2 {
        margin-top: 40px;
    }

    .cd-breadcrumb {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .cd-breadcrumb.triangle li>*:after {
        left: 100%;
    }

    .confirm-item-area {
        width: 33.33333333333333%;
        max-width: 320px;
        margin: 56px 0 0 auto;
    }

    .confirm-item-area .ttl {
        margin-top: 26px;
    }

    .confirm-item-area .txt {
        margin-top: 11px;
    }

    .confirm-wrap .product-contents {
        display: flex;
        flex-direction: row-reverse;
        max-width: 960px;
        margin: 0 auto;
        justify-content: center;
    }

    .confirm-wrap .detail-form-area {
        width: 62.5%;
        max-width: 600px;
        /*margin: 0 40px 0 0;*/
        padding: 0 0 0 5.333333333333333%;
    }

    .confirm-wrap .detail-form-area table th,
    .confirm-wrap .detail-form-area table td {
        display: block;
        padding: 24px 0;
    }

    .confirm-wrap .detail-form-area table th {
        width: 100%;
        font-size: 1.6rem;
    }

    .confirm-wrap .detail-form-area table td {
        width: 100%;
        padding-top: 0;
        font-size: 1.6rem;
    }

    .confirm-wrap .detail-form-area table td ul {
        display: flex;
        flex-wrap: wrap;
    }

    .confirm-wrap .detail-form-area table td ul li {
        margin-right: 10px;
        font-size: 1.4rem;
    }

    .confirm-wrap .detail-form-area .mailmagazine {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .confirm-wrap .detail-form-area .agree {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .confirm-area {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .confirm-area .agree {
        font-size: 1.7rem;
    }

    .confirm-area .btn-send {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin-bottom: 160px;
        padding: 0;
    }

    .confirm-area .btn-send button {
        display: block;
        max-width: 420px;
        margin: 0 auto;
    }

    .confirm-area .btn-send .back {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .complete-wrap .product-contents .complete-area {
        margin: 44px auto 0;
    }

    .complete-wrap .product-contents .complete-area .img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .comp-txt {
        margin-top: 28px;
    }

    .comp-memberinfo {
        max-width: 960px;
        width: 100%;
        margin: 25px auto 160px;
        padding: 40px 10px 50px;
        text-align: center;
    }

    .comp-memberinfo:after {
        margin: 0 -28px -60px 0;
        max-width: 180px;
        width: 180px;
        height: 200px;
    }

    .comp-memberinfo .btn-comp {
        position: relative;
        max-width: 400px;
        width: 100%;
        margin: 30px auto 0;
        font-size: 1.8rem;
    }

    .comp-memberinfo .btn-comp a {
        padding: 22px 0;
    }

    .comp-memberinfo .btn-comp a:hover {
        color: #f4b700;
        background-color: #ffffff;
    }

    /***********
  会社詳細
  ************/
    .company-detail {
        margin: 14px auto 30px;
    }

    .company-detail .slider .swiper-wrapper .swiper-slide,
    .company-detail .slider_02 .swiper-wrapper .swiper-slide {
        height: 360px;
    }

    .company-detail .slider-thumbnail .swiper-wrapper .swiper-slide,
    .company-detail .slider-thumbnail_02 .swiper-wrapper .swiper-slide {
        height: 70px;
    }

    .company-profile {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .company-profile .img {
        width: 48.21428571428571%;
        margin-right: 3.571428571428571%;
    }

    .company-profile .img img {
        width: auto;
        max-width: 100%;
    }

    .company-profile .img.sp-hide {
        display: flex;
    }

    .company-profile .company-profile_wrap {
        width: 48.21428571428571%;
        margin: 0 0 0 auto;
    }

    .company-profile .company-profile_wrap .img {
        display: none;
    }

    .product-detail_wrap.company-profile .left {
        margin-top: 24px;
    }

    .detail-tabs ul {
        width: 100%;
        max-width: 1120px;
    }

    .detail-tabs ul li a {
        transition: 0.3s;
        font-size: 1.6rem;
    }

    .detail-tabs ul li a:hover {
        color: #fff;
        border-radius: 0;
        background-color: #00aad6;
    }

    .detail-tabs ul li.active a:hover {
        border-radius: 10px 10px 0 0;
    }

    .detail-tabs.detail-tabs_bottom ul li a:hover {
        border-radius: 0;
    }

    .detail-tabs.detail-tabs_bottom ul li.active a:hover {
        border-radius: 0 0 10px 10px;
    }

    .bg-detail {
        padding: 30px 0 80px;
    }

    .profile table {
        margin: 20px auto 40px;
    }

    .profile table tr th,
    .profile table tr td {
        padding: 17px 0;
    }

    .profile table tr th {
        width: 280px;
    }

    .profile table tr td {
        width: calc(100% - 240px);
    }

    .profile table tr td a:hover {
        text-decoration: underline;
    }

    .profile .manager-area {
        display: flex;
        align-items: center;
        margin: 32px auto 0;
    }

    .profile .manager-area .img {
        width: 12.5%;
    }

    .profile .manager-area .txt {
        width: calc(87.5% - 40px);
        margin-left: 40px;
        font-size: 1.6rem;
    }

    .sns_btn a {
        flex-flow: wrap;
        justify-content: center;
        transition: 0.3s;
    }

    .sns_btn a:before {
        display: inline-block;
        width: auto;
        margin: 0;
    }

    .sns_btn a .text {
        width: auto;
        font-size: 20px;
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .sns_btn a:hover {
        opacity: 0.5;
        transform: translate3d(0, -3px, 0);
    }

    .article-detail {
        font-size: 1.6rem;
    }

    .article-detail p {
        margin-top: 20px;
        word-break: break-all;
    }

    /* .article-detail h2 {
        margin-top: 32px;
        padding: 16px 0;
        line-height: 1 !important;
    } */

    .article-detail h2 {
        padding: 0.6em 2rem;
        color: #494949;
        background: #f7f7f7;
        border-left:8px solid #00aad6;
        border-bottom: 3px solid #d7d7d7;
        line-height: 1.4;
        margin: 50px 0 20px;
        font-size: 22px;
    }

    .article-detail h3 {
        /* margin-top: 12px;
        padding: 0 0 12px; */
        margin-top: 24px;
        padding: 0 0 12px;
        line-height: 1 !important;
    }

    .article-detail figcaption {
        margin-top: 10px;
    }

    .article-detail ul {
        margin-top: 20px;
    }

    .article-detail ol {
        margin-top: 20px;
    }

    .article-detail .wp-block-image {
        text-align: center;
        margin-top: 20px;
    }

    .article-detail .wp-block-image a {
        transition: 0.3s;
    }

    .article-detail .wp-block-image a:hover {
        opacity: 0.5;
    }

    .article-detail .wp-block-table {
        margin: 20px 0 0;
    }

    .article-detail table th {
        padding: 18px 16px;
    }

    .article-detail table td {
        padding: 18px 16px;
        background: #edf3f5;
    }

    .article-detail .youtube {
        margin-top: 20px;
    }

    .article-detail .youtube iframe {
        max-width: 100%;
    }

    .article-detail .wp-block-group {
        padding: 0 24px 24px 24px;
    }

    .article-detail .twitter-tweet {
        margin-top: 20px;
    }

    .article-detail .related-article {
        margin: 20px 0 0;
    }

    .article-detail .related-article a {
        display: flex;
        text-decoration: none;
        transition: 0.3s;
    }

    .article-detail .related-article a:hover {
        opacity: 0.5;
    }

    .article-detail .related-article .img {
        width: 24%;
        display: block;
        margin: 0 1.6% 0 0;
        border: none;
    }

    .article-detail .related-article .txt-area {
        width: 74.4%;
        margin-top: 0;
    }

    .article-detail .related-article .txt-area p {
        margin: 0;
        padding: 0;
    }

    .article-detail .related-article .txt-area .ttl {
        font-size: 1.4rem;
        font-weight: bold;
        color: #00aad6;
    }

    .article-detail .related-article .txt-area .txt {
        margin-top: 8px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #000;
    }

    .article-detail .related-article .txt-area .date {
        margin-top: 8px;
        font-size: 1.3rem;
        color: #505759;
    }

    .article-detail .wp-block-group .wp-block-group__inner-container > h3:first-child {
        background: #00aad6;
        position: relative;
        color: white;
        display: inline-block;
        border-radius: 3px;
        padding: 6px 12px 5px;
        font-weight: 100;
        top: -18px;
        word-break: break-word;
        font-size: 18px;
    }

    .article-detail .wp-block-group .wp-block-group__inner-container > h3:first-child + * {
        margin-top: 0 !important;
    }

    .exclusive {
        padding-top: 400px;
    }

    .exclusive .bg {
        padding: 46px 0;
    }

    .exclusive .ttl {
        font-size: 2.4rem;
    }

    .exclusive .txt {
        margin: 27px 0 0 0;
        font-size: 1.6rem;
    }

    .exclusive .btn {
        margin: 33px auto 0;
    }

    .exclusive .btn a {
        padding: 25px 0;
        font-size: 2rem;
        transition: 0.3s;
    }

    .exclusive .btn a:before {
        left: 20px;
    }

    .exclusive .btn a:hover {
        opacity: 0.5;
    }

    .exclusive .link {
        text-align: center;
    }

    .exclusive .link a {
        font-size: 2rem;
    }

    .exclusive .link a:hover {
        text-decoration: none;
    }

    .fb-likebtn {
        margin-top: 40px;
    }

    .fb-likebtn .inner {
        padding: 65px 20px;
    }

    .fb-likebtn .txt {
        font-size: 1.6rem;
    }

    .fb-likebtn .followbtn {
        margin-top: 20px;
        font-size: 1.6rem;
        transition: 0.3s;
    }

    .fb-likebtn .followbtn:hover {
        opacity: 0.5;
        transform: translate3d(0, -3px, 0);
    }

    .article-pager {
        margin: 40px 0 80px;
    }

    .article-pager .page {
        float: left;
        width: 48.75%;
    }

    .article-pager .page a {
        display: flex;
        align-items: center;
        padding: 8px 8px 8px 16px;
        transition: 0.3s;
    }

    .article-pager .page a .pager-txt-area {
        width: 50%;
    }

    .article-pager .page a .pager-txt {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .article-pager .page a .arrow-prev img,
    .article-pager .page a .arrow-next img {
        width: 26px;
    }

    .article-pager .page a .pager-img {
        width: 43.8%;
        margin: 0 0 0 6.2%;
    }

    .article-pager .page a:hover {
        opacity: 0.5;
    }

    .article-pager .page.next a {
        padding: 8px 16px 8px 8px;
    }

    .article-pager .page.next a .pager-img {
        margin: 0 6.2% 0 0;
    }

    .scene-top {
        display: flex;
        justify-content: space-between;
    }

    .scene-top .scene-txt {
        width: auto;
    }

    .scene-top .scene-img {
        min-width: 47%;
        width: 47%;
        height: 100%;
        margin: 0 0 0 3%;
    }

    .scene-area .txt {
        margin-top: 20px;
        font-size: 1.6rem;
    }

    .scene-area.last-block {
        margin-bottom: 160px;
    }

    .anchor-area {
        max-width: 960px;
        margin: 36px 0 0 0;
    }

    .anchor-area li a {
        padding-left: 16px;
        padding-bottom: 18px;
        font-size: 1.8rem;
        text-align: left;
        box-sizing: border-box;
        transition: 0.3s;
    }

    .anchor-area li a:after {
        content: "";
        position: absolute;
        bottom: auto;
        left: auto;
        top: 10px;
        right: 25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #677073 transparent transparent transparent;
        transform: translateX(0);
    }

    .anchor-area li a:hover {
        opacity: 0.5;
    }

    .scene-list01 {
        display: flex;
        flex-wrap: wrap;
        margin: 40px auto 0;
    }

    .scene-list01 li {
        width: 32.5%;
        margin-right: 1.2%;
        margin-bottom: 16px;
        min-height: 50px;
    }

    .scene-list01 li:nth-child(3n) {
        margin-right: 0;
    }

    .scene-list01 li a {
        padding-right: 46px;
        transition: 0.3s;
    }

    .scene-list01 li a img {
        width: 21.8%;
    }

    .scene-list01 li a span {
        width: calc(78.2% - 25px);
        margin-left: 25px;
        font-size: 1.6rem;
    }

    .scene-list01 li a:hover {
        opacity: 0.5;
    }

    .scene-list01 li a:hover span {
        text-decoration: underline;
    }

    .scene-list02 {
        display: flex;
        flex-wrap: wrap;
        border-bottom: unset;
    }

    .scene-list02 li {
        width: calc(25% + 1px);
        margin-top: -1px;
        margin-left: -1px;
        box-sizing: border-box;
        border-bottom: 1px solid #edf3f5;
        min-height: 74px;
    }

    .scene-list02 li a {
        transition: 0.3s;
    }

    .scene-list02 li a img {
        width: 32px;
    }

    .scene-list02 li a:hover {
        opacity: 0.5;
    }

    /*****************
  静的ページ
  *****************/
    .static-detail {
        margin: 52px auto 160px;
    }

    .static-detail h1 {
        padding-bottom: 18px;
    }

    .static-detail h2 {
        margin-top: 65px;
        font-size: 3.2rem;
    }

    .static-detail h2#anc01,
    .static-detail h2#anc02 {
        margin-top: 0;
        padding-top: 65px;
    }

    .static-detail h2.privacy-h2 {
        font-size: 3.2rem;
    }

    .static-detail h3.terms-h3 {
        margin-top: 65px;
        font-size: 3.2rem;
    }

    .static-detail p {
        margin-top: 24px;
        font-size: 1.6rem;
    }

    .static-detail ul {
        margin-top: 24px;
    }

    .static-detail ul li {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    .static-detail ul li span {
        margin-right: 14px;
        font-size: 1.6rem;
    }

    .static-detail table tr th,
    .static-detail table tr td {
        padding: 17px 0;
    }

    .static-detail table tr th {
        font-size: 1.6rem;
    }

    .static-detail table tr td {
        width: 65%;
        font-size: 1.6rem;
    }

    .static-detail table tr td a:hover {
        opacity: 0.5;
    }

    .static-detail .multi-area {
        width: 100%;
        display: flex;
        margin: 40px auto 0;
    }

    .static-detail .multi-area .txt-area {
        width: calc(100% - 200px);
        margin-right: 40px;
    }

    .static-detail .multi-area .txt-area h2 {
        margin-top: 0;
        line-height: 1;
    }

    .static-detail .multi-area .txt-area .deco {
        margin-top: -24px;
        font-size: 9.2rem;
    }

    .static-detail .multi-area .img-area {
        width: 160px;
        margin-top: 0;
        text-align: center;
    }

    .static-detail .multi-area .img-area p {
        margin-top: 10px;
        font-size: 2rem;
    }

    .static-detail .multi-area .img-area p span {
        font-size: 1.4rem;
    }

    .static-detail .multi-area .img-area p.img {
        margin: 0;
        width: 100%;
    }

    .static-detail .multi-area .img-area p.txt {
        width: 106px;
    }

    .search-modal-btn {
        bottom: 90px;
        width: 70px;
        height: 70px;
    }
}

@media screen and (min-width: 1024px) {
    .product-wrap {
        display: flex;
    }

    .product-wrap.detail-wrap {
        display: block;
    }

    .product-wrap.confirm-wrap {
        display: block;
    }

    .product-wrap.complete-wrap {
        display: block;
    }

    .product-contents_small {
        margin-top: 12px;
        width: calc(100% - 320px);
    }

    .product-contents_small .breadcrumb {
        /* width: 96%; */
        margin: 0 auto;
        padding: 0px 40px;
    }

    .breadcrumb+.scene-wrap {
        margin: 14px 40px 0;
    }

    .side-nav_category {
        display: block;
        position: relative;
        max-width: 241px;
        width: 100%;
        height: auto;
        padding: 40px 0px 0px 0px;
        background-color: #fafcfc;
        box-sizing: border-box;
    }

    .side-nav_category .nav-block:first-of-type {
        border-top: 1px solid #e1eaed;
    }

    .side-nav_category .nav-block .nav-item {
        border-bottom: 1px solid #e1eaed;
    }

    .side-nav_category .nav-block .nav-item p a {
        font-size: 14px;
        color: #222526;
        transition: 0.3s;
    }

    .side-nav_category .nav-block .nav-item p a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .side-nav_category .nav-block .nav-item .nav-item-toggle {
        border-left: 1px solid #e1eaed;
        transition: 0.3s;
        cursor: pointer;
    }

    .side-nav_category .nav-block .nav-item .nav-item-toggle span {
        width: 10px;
        background-color: #222526;
    }

    .side-nav_category .nav-block .nav-item .nav-item-toggle.on {
        background-color: #edf3f5;
    }

    .side-nav_category .nav-block .nav-item .nav-item-toggle:hover {
        background-color: #00aad6;
    }

    .side-nav_category .nav-block .nav-item .nav-item-toggle:hover span {
        background-color: #fff;
    }

    .side-nav_category .nav-block .category-block {
        background-color: #edf3f5;
    }

    .side-nav_category .nav-block .category-block .nav-category {
        border-bottom: 1px solid #ced6d9;
    }

    .side-nav_category .nav-block .category-block .nav-category p a {
        display: flex;
        align-items: center;
        padding: 16px 15% 16px 5%;
        font-size: 1.5rem;
        transition: 0.3s;
    }

    .side-nav_category .nav-block .category-block .nav-category p a .img {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 16px;
        border-radius: 50%;
        overflow: hidden;
    }

    .side-nav_category .nav-block .category-block .nav-category p a .img img {
        width: auto;
        height: 100%;
    }

    .side-nav_category .nav-block .category-block .nav-category p a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .side-nav_category .nav-block .category-block .nav-category .nav-category-toggle {
        border-left: 1px solid #ced6d9;
        cursor: pointer;
        transition: 0.3s;
    }

    .side-nav_category .nav-block .category-block .nav-category .nav-category-toggle span {
        width: 10px;
    }

    .side-nav_category .nav-block .category-block .nav-category .nav-category-toggle.on {
        background-color: #e1eaed;
    }

    .side-nav_category .nav-block .category-block .nav-category .nav-category-toggle.on span {
        background-color: #222526;
    }

    .side-nav_category .nav-block .category-block .nav-category .nav-category-toggle:hover {
        background-color: #00aad6;
    }

    .side-nav_category .nav-block .category-block .nav-category .nav-category-toggle:hover span {
        background-color: #fff;
    }

    .side-nav_category .nav-block .nav-item.link p a {
        transition: 0.3s;
    }

    .side-nav_category .nav-block .nav-item.link p a:after {
        background-image: url(../images/icon_link_arrow_blue.svg);
    }

    .side-nav_category .nav-block .nav-item.link p a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .side-nav_category .nav-block .nav-item.link p a:hover:after {
        background-image: url(../images/icon_link_arrow_white.svg);
    }

    .side-nav_category .nav-block .category-block .nav-category.link p a {
        transition: 0.3s;
    }

    .side-nav_category .nav-block .category-block .nav-category.link p a:after {
        background-image: url(../images/icon_link_arrow_blue.svg);
    }

    .side-nav_category .nav-block .category-block .nav-category.link p a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .side-nav_category .nav-block .category-block .nav-category.link p a:hover:after {
        background-image: url(../images/icon_link_arrow_white.svg);
    }

    .side-nav_category .nav-block .grandchild-block {
        background-color: #e1eaed;
    }

    .side-nav_category .nav-block .grandchild-block .nav-grandchild.link p a {
        padding: 16px 5%;
        transition: 0.3s;
    }

    .side-nav_category .nav-block .grandchild-block .nav-grandchild.link p a img {
        width: 30px;
    }

    .side-nav_category .nav-block .grandchild-block .nav-grandchild.link p a:after {
        background-image: url(../images/icon_link_arrow_blue.svg);
    }

    .side-nav_category .nav-block .grandchild-block .nav-grandchild.link p a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .side-nav_category .nav-block .grandchild-block .nav-grandchild.link p a:hover:after {
        background-image: url(../images/icon_link_arrow_white.svg);
    }

    .side-nav_category .nav-block .grandchild-block p a {
        padding: 22px 0 22px 5%;
        font-size: 1.5rem;
    }

    .side-nav_category_search {
        display: block;
        position: relative;
        max-width: 320px;
        height: auto;
        padding: 40px 0 0 32px;
        background-color: #fafcfc;
        box-sizing: border-box;
    }

    .side-nav_category_search .search-ttl {
        margin-bottom: 20px;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .side-nav_category_search .nav-block {
        background-color: #00aad6;
    }

    .side-nav_category_search .nav-block.first {
        border-top: 1px solid #e1eaed;
    }

    .product-contents_wrap {
        padding-bottom: 20px;
    }

    .product-contents_wrap .description {
        margin-top: 15px;
        font-size: 1.6rem;
    }

    .product-contents_wrap .card-list .card-list_detail {
        width: calc((100% - 32px) / 3);
    }

    .product-contents_wrap .card-list .card-list_detail:nth-child(2n) {
        margin-right: 16px;
    }

    .product-contents_wrap .card-list .card-list_detail:nth-child(3n) {
        margin-right: 0;
    }

    .product-contents_wrap .card-list .card-list_detail a .reference {
        height: calc(1.6em * 3 + 16px);
    }

    .product-contents_wrap .card-list .card-list_detail a .reference dl {
        display: flex;
    }

    .product-contents_wrap .card-list .card-list_detail a .reference dl dt {
        min-width: 5em;
    }

    .product-contents_wrap .card-list .card-list_detail a .reference dl dd {
        margin-left: 18px;
    }

    .product-search {
        /* display: flex !important;*/
        align-items: center;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 40px auto 0;
        transform: translate(0, 0);
        background-color: #fff;
        border: 1px solid #e1eaed;
        display: table;
    }

    .product-search p {
        font-size: 1.2rem;
    }

    .product-search .search-tag-area {
        width: calc(100% - 248px);
        /* padding: 0 0 10px 15px; */
        padding: 16px 24px 16px 24px;
        box-sizing: border-box;
        border-right: 1px solid #e1eaed;
        display: table-cell;
        vertical-align: middle;
    }

    .product-search .tag-checkbox label {
        margin: 8px 8px 0 0;
    }

    .product-search .tag-checkbox label .checkbox-parts {
        padding: 5px 20px;
        font-size: 1.2rem;
    }

    .product-search .tag-checkbox label .checkbox-parts:hover {
        color: #fff;
        background-color: #00aad6;
    }

    .product-search .search-btn-area {
        display: block;
        max-width: 248px;
        margin-top: 0;
        border: none;
        display: table-cell;
        vertical-align: middle;
        width: 248px;
    }

    .product-search .search-btn-area button {
        width: 100%;
        margin-top: 20px;
        max-width: 200px;
    }

    h1.form-h1 {
        margin-top: 126px;
    }

    .confirm-wrap .detail-form-area {
        padding: 0;
    }

    .search-modal-btn {
        display: none;
    }

    .anchor-area li a:after {
        right: 10px;
    }
}

@media screen and (min-width: 1366px) {
    .product-contents_wrap .card-list .card-list_detail {
        width: calc((100% - 48px) / 4);
    }

    .product-contents_wrap .card-list .card-list_detail:nth-child(2n) {
        margin-right: 16px;
    }

    .product-contents_wrap .card-list .card-list_detail:nth-child(3n) {
        margin-right: 16px;
    }

    .product-contents_wrap .card-list .card-list_detail:nth-child(4n) {
        margin-right: 0;
    }

    .product-contents_wrap .card-list .card-list_detail a .reference {
        /* height: calc(1.6em * 2 + 16px); */
        height: auto;
        padding: 0 8px 0 8px;
    }

    .product-search .search-btn-area button {
        margin-top: 0;
    }

    .anchor-area li a:after {
        right: 50px;
    }
}

/*****************
サプライヤー向けページ
*****************/
.member-contents {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.member-contents .pc-hide1280 {
    display: none;
}

.member-contents .txtCyan {
    color: #00afdd;
}

.member-contents .txtOrange {
    color: #df8b52;
}

.member-contents .member-profile {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 3;
}

.member-contents .member-profile .ttl-area .inner {
    width: 100%;
    margin: 0 auto 30px;
}

.member-contents .member-profile .ttl-area .inner h1 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #00afdd;
}

.member-contents .member-profile .ttl-area .inner sup {
    font-size: 1.6rem;
    vertical-align: top;
}

.member-contents .member-profile .ttl-area .inner .txt01 {
    margin-bottom: 10px;
    font-size: 2.9rem;
    font-weight: 600;
    letter-spacing: -1.8px;
}

.member-contents .member-profile .ttl-area .inner p.note {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #222526;
}

.member-contents .member-profile .img {
    margin-bottom: 30px;
    width: 100%;
}

.member-contents .member-profile .img figure {
    margin: 0;
    padding: 0;
}

.member-contents .member-profile .img figure img {
    width: 100%;
}

.member-contents .member-profile .btn {
    position: relative;
    max-width: 670px;
    width: 100%;
    height: 70px;
    margin: 0 auto 70px;
    z-index: 3;
}

.member-contents .member-profile .btn p a {
    position: relative;
    display: block;
    height: 70px;
    line-height: 68px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: #1baad6;
    border-radius: 50px;
    border: 3px solid #1baad6;
    box-sizing: border-box;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.member-contents .member-profile .btn p a:before,
.member-contents .member-profile .btn p a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.member-contents .member-profile .btn p a:before {
    right: 18px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}

.member-contents .member-profile .btn p a:after {
    right: 31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #1baad6 transparent transparent transparent;
    line-height: 0px;
    _border-color: #1baad6 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.member-contents .member-detail {
    width: 92%;
    margin: 0 auto 0;
}

.member-contents .member-detail .member-worries h2 {
    margin-bottom: 35px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0;
    /*transform: scale(0.9, 1);
        -webkit-transform: scale(0.9, 1);*/
}

.member-contents .member-detail .member-worries h2 span {
    font-size: 3.2rem;
    font-weight: bold;
    color: #1baad6;
    border-bottom: 2px solid #1baad6;
}

.member-contents .member-detail .member-worries .listBloxk {
    position: relative;
    padding-bottom: 28px;
}

.member-contents .member-detail .member-worries .listBloxk:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 578px;
    height: 578px;
    margin: 210px 0 0 36%;
    background-image: url(../images/member/bg_01.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% auto;
    z-index: -1;
}

.member-contents .member-detail .member-worries .listBloxk .box {
    position: relative;
    margin-bottom: 30px;
}

.member-contents .member-detail .member-worries .listBloxk .box .caseNo {
    padding-bottom: 10px;
    border-bottom: 3px solid #1baad6;
}

.member-contents .member-detail .member-worries .listBloxk .box .caseNo span {
    display: inline-block;
    max-width: 104px;
}

.member-contents .member-detail .member-worries .listBloxk .box.case04 .caseNo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #555555;
    border-bottom: 3px solid #666666;
}

.member-contents .member-detail .member-worries .listBloxk .box dl {
    padding: 0 0 40px;
    background-color: #f9fbfb;
}

.member-contents .member-detail .member-worries .listBloxk .box.case04 dl {
    padding: 0 0 50px;
    background-color: #fafafa;
}

.member-contents .member-detail .member-worries .listBloxk .box dl dt {
    padding: 30px 0 20px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1baad6;
    text-align: center;
}

.member-contents .member-detail .member-worries .listBloxk .box.case04 dl dt {
    color: #555555;
}

.member-contents .member-detail .member-worries .listBloxk .box dl dd {
    padding: 0 4% 0 10%;
}

.member-contents .member-detail .member-worries .listBloxk .box dl dd ul li {
    position: relative;
    font-size: 1.7rem;
    text-indent: -18px;
}

.member-contents .member-detail .member-worries .listBloxk .box dl dd ul li:not(:last-child) {
    margin-bottom: 15px;
}

.member-contents .member-detail .member-worries .listBloxk .box dl dd ul li:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    margin-right: 3px;
    background-image: url(../images/icon_check.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.member-contents .member-detail .member-worries .listBloxk .box.case04 dl dd ul li:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    margin-right: 3px;
    background-image: url(../images/icon_check_orange.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.member-contents .member-detail .member-worries .listBloxk .item {
    width: 90%;
    margin: -25px auto 0;
    position: relative;
    border: 1px solid #cecece;
    box-sizing: border-box;
    background-color: #ffffff;
}

.member-contents .member-detail .member-worries .listBloxk .item:before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    margin: -12px auto 0;
    background: url(../images/member/icon_arr.png) no-repeat center top;
    background-size: 15px 12px;
}

.member-contents .member-detail .member-worries .listBloxk .item p {
    padding: 10px 0;
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: center;
}

.member-contents .member-detail .member-worries .listBloxk .item p a {
    font-size: 1.7rem;
    font-weight: 700;
    color: #df8b52;
    text-decoration: underline;
}

.member-contents .member-detail .member-point h3 {
    margin-bottom: 10px;
}

.member-contents .member-detail .member-point h3 img {
    display: block;
    max-width: 500px;
    width: 73%;
    margin: 0 auto;
}

.member-contents .member-detail .member-point h3 span {
    display: block;
    padding-left: 5rem;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.1em;
}

.member-contents .member-detail .member-point .point-block .Box {
    position: relative;
    background: #ccc;
    margin-top: 60px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-edf3f5);
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #22252608;
    border: 1px solid #edf3f5;
    opacity: 1;
}

.member-contents .member-detail .member-point .point-block .Box:nth-child(1):after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    max-width: 768px;
    width: 100%;
    height: 1640px;
    margin: 38% -4.5% 0 -4.5%;
    padding: 0 4.5%;
    background: url(../images/member/bg_point_sp.png) no-repeat left top;
    background-size: 100% auto;
    z-index: -1;
}

.member-contents .member-detail .member-point .point-block .Box .pointIcn {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 196px;
    width: 26.133333333%;
    margin: -5.5% 0 0 -3%;
    z-index: 2;
}

.member-contents .member-detail .member-point .point-block #point04.Box .pointIcn {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 524px;
    width: 69.866666667%;
    margin: -5.5% 0 0 -3.6%;
    z-index: 2;
}

.member-contents .member-detail .member-point .point-block .Box figure {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    z-index: 0;
}

.member-contents .member-detail .member-point .point-block .Box dl {
    width: 94%;
    margin: 0 auto;
}

.member-contents .member-detail .member-point .point-block .Box dl dt {
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.member-contents .member-detail .member-point .point-block .Box dl dd {
    padding-bottom: 25px;
    font-size: 1.4rem;
}

.member-contents .member-detail .member-point .point-block .Box dl dd .fontB {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7;
}

.member-contents .member-detail .member-form {
    padding-top: 50px;
}

.member-contents .member-detail .member-form .txt01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
}

.member-contents .member-detail .member-form .txt01 span.fontB {
    font-size: 1.6rem;
    font-weight: 700;
}

.member-contents .member-detail .member-form .txt02 {
    margin-bottom: 40px;
    font-size: 2.7rem;
    font-weight: 700;
    color: #00aad6;
    text-align: center;
    letter-spacing: -0.02em;
}

.member-contents .member-detail .member-form h4 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.member-contents .member-detail .member-form h4+.h4_deco {
    position: relative;
    width: 63%;
    height: 2px;
    margin: 16px auto 0;
    background-color: #ced6d9;
}

.member-contents .member-detail .member-form h4+.h4_deco:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 11px;
    height: 4px;
    background-color: #fff;
    transform: translateX(-50%);
}

.member-contents .member-detail .member-form h4+.h4_deco:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 11px;
    height: 2px;
    background-color: #00aad6;
    transform-origin: 100% 0%;
    transform: translateX(-50%) rotate(-45deg);
}

.member-contents .detail-form-area.-member {
    margin: 30px auto 0;
    padding: 30px 5.333333333333333% 80px;
}

.member-contents .detail-form-area.-member table {
    width: 100%;
    margin: 0 auto 0;
}

@media screen and (max-width: 360px) {
    .member-contents .member-profile .ttl-area .inner p {
        font-size: 2.7rem;
    }

    .member-contents .member-detail .member-worries h2 {
        font-size: 2.2rem;
    }
}

/* @media screen and (max-width: 1120px) {
  .profile {
    padding: 0 20px;
  }
} */

@media screen and (min-width: 768px) {
    .member-contents {
        margin-bottom: 115px;
    }

    .member-contents:after {
        display: none;
    }

    .member-contents .member-profile {
        position: relative;
        display: flex;
        width: 100%;
        margin: 14px auto 100px;
    }

    .member-contents .member-profile:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        max-width: 650px;
        min-width: 410px;
        width: 33.8545%;
        width: 40%;
        height: 650px;
        margin: -6% 52% 0 0;
        background-image: url(../images/member/bg_02.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 100% auto;
        z-index: -1;
    }

    .member-contents .member-profile .img {
        max-width: 985px;
        width: 51.302083333%;
    }

    .member-contents .member-profile .ttl-area {
        max-width: 935px;
        width: 48.697916667%;
    }

    .member-contents .member-profile .ttl-area .inner {
        margin: 0 0 0 auto;
        padding: 0 0 0 5%;
        width: 63em;
    }

    .member-contents .member-profile .ttl-area .inner h1 {
        margin-bottom: 50px;
        font-size: 2.3rem;
    }

    .member-contents .member-profile .ttl-area .inner sup {
        font-size: 2.4rem;
        vertical-align: top;
    }

    .member-contents .member-profile .ttl-area .inner .txt01 {
        margin-bottom: 10px;
        font-size: 5rem;
        letter-spacing: -2.4px;
        font-size: 50px;
        font-size: 3.846153846vw;
        line-height: 1.6;
    }

    .member-contents .member-profile .ttl-area .inner p.note {
        margin-bottom: 50px;
        font-size: 1.6rem;
    }

    .member-contents .member-profile .btn {
        max-width: 380px;
        width: 49%;
        height: 65px;
        margin: 0 auto 0 0;
        transition: 0.3s;
    }

    .member-contents .member-profile .btn p a {
        height: 65px;
        line-height: 65px;
        font-size: 2.4rem;
        font-size: 1.9rem;
        transition: 0.3s;
    }

    .member-contents .member-profile .btn p a:before {
        right: 18px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ffffff;
    }

    .member-contents .member-profile .btn p a:after {
        right: 32px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #1baad6 transparent transparent transparent;
        line-height: 0px;
        _border-color: #1baad6 #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }

    .member-contents .member-profile .btn p a:hover {
        color: #1baad6;
        background: #ffffff;
        border: 3px solid #1baad6;
        letter-spacing: 0;
    }

    .member-contents .member-profile .btn p a:hover:before {
        background: #1baad6;
    }

    .member-contents .member-profile .btn p a:hover:after {
        border-color: #ffffff transparent transparent transparent;
        _border-color: #ffffff #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }
}

@media screen and (min-width: 1300px) {
    .member-contents .member-profile .ttl-area .inner .txt01 {
        font-size: 5rem;
    }

    .member-contents .member-profile .btn {
        width: 65%;
        height: 76px;
    }

    .member-contents .member-profile .btn p a {
        height: 76px;
        line-height: 76px;
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .member-contents .pc-hide1280 {
        display: block;
    }

    .member-contents .member-detail {
        margin: 14px auto 0;
    }

    .member-contents .member-detail .member-worries {
        margin-bottom: 20px;
    }

    .member-contents .member-detail .member-worries h2 {
        margin-bottom: 50px;
        font-size: 3.2rem;
    }

    .member-contents .member-detail .member-worries h2 span {
        font-size: 4.1rem;
    }

    .member-contents .member-detail .member-worries .listBloxk {
        max-width: 1448px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .member-contents .member-detail .member-worries .listBloxk:after {
        display: none;
    }

    .member-contents .member-detail .member-worries .listBloxk .box {}

    .member-contents .member-detail .member-worries .listBloxk .box .caseNo span {
        width: 95px;
        padding-top: 24px;
    }

    .member-contents .member-detail .member-worries .listBloxk .box.case04 .caseNo {
        font-size: 1.9rem;
        height: 50px;
    }

    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(1) {
        max-width: 341px;
        width: 23.549723757%;
        margin-right: 0.828729282%;
        background-size: 130px auto;
    }

    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(2) {
        max-width: 341px;
        width: 23.549723757%;
        margin-right: 0.828729282%;
        background-size: 144px auto;
    }

    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(3) {
        max-width: 341px;
        width: 23.549723757%;
        margin-right: 1.933701657%;
        background-size: 149px auto;
    }

    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(4) {
        max-width: 373px;
        width: 25.7596685508%;
    }

    .member-contents .member-detail .member-worries .listBloxk .box dl {
        min-height: 320px;
        padding: 0;
    }

    .member-contents .member-detail .member-worries .listBloxk .box.case04 dl {
        padding: 0;
    }

    .member-contents .member-detail .member-worries .listBloxk .box dl dt {
        padding: 15.39% 0 11.54%;
        font-size: 2.19298vw;
    }

    .member-contents .member-detail .member-worries .listBloxk .box dl dd {
        padding: 0 5% 0 15%;
    }

    .member-contents .member-detail .member-worries .listBloxk .box dl dd ul li {
        font-size: 1.6rem;
    }

    .member-contents .member-detail .member-worries .listBloxk .box dl dd ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .member-contents .member-detail .member-worries .listBloxk .item {
        width: 95%;
    }

    .member-contents .member-detail .member-worries .listBloxk .item:before {
        content: "";
        display: block;
        width: 15px;
        height: 12px;
        margin: -12px auto 0;
        background: url(../images/member/icon_arr.png) no-repeat center top;
        background-size: 15px 12px;
    }

    .member-contents .member-detail .member-worries .listBloxk .item p {
        padding: 10px 0;
        font-size: 1.4rem;
        line-height: 1.7;
        text-align: center;
    }

    .member-contents .member-detail .member-worries .listBloxk .item p a {
        font-size: 1.4rem;
        transition: 0.3s;
    }

    .member-contents .member-detail .member-worries .listBloxk .item p a:hover {
        opacity: 0.5;
    }
}

@media screen and (min-width: 999px) {
    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(1) {
        max-width: 341px;
        width: 23.549723757%;
        margin-right: 0.828729282%;
        background-size: 130px auto;
    }

    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(2) {
        max-width: 341px;
        width: 23.549723757%;
        margin-right: 0.828729282%;
        background-size: 144px auto;
    }

    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(3) {
        max-width: 341px;
        width: 23.549723757%;
        margin-right: 1.933701657%;
        background-size: 149px auto;
    }

    .member-contents .member-detail .member-worries .listBloxk .box:nth-child(4) {
        max-width: 373px;
        width: 25.7596685508%;
    }
}

@media screen and (min-width: 1024px) {
    .member-contents .member-detail .member-worries .listBloxk .box .caseNo span {
        width: 97px;
    }
}

@media screen and (min-width: 1140px) {
    .member-contents .member-detail .member-worries .listBloxk .box dl dt {
        font-size: 2.5rem;
        padding: 40px 0 30px;
    }
}

@media screen and (min-width: 1200px) {
    .member-contents .member-detail .member-worries .listBloxk .box dl {
        min-height: 340px;
    }

    .member-contents .member-detail .member-worries .listBloxk .box dl dd {
        padding: 0 8% 0 16%;
    }

    .member-contents .member-detail .member-worries .listBloxk .box dl dd ul li {
        font-size: 1.8rem;
    }

    .member-contents .member-detail .member-worries .listBloxk .item {
        width: 90%;
    }

    .member-contents .member-detail .member-worries .listBloxk .item p {
        font-size: 1.7rem;
    }

    .member-contents .member-detail .member-worries .listBloxk .item p a {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 1220px) {
    .member-contents .member-detail .member-worries .listBloxk .box .caseNo span {
        padding-top: 0;
        height: 28px;
    }

    .member-contents .member-detail .member-worries .listBloxk .box.case04 .caseNo {
        font-size: 1.9rem;
    }

    .member-contents .member-detail .member-worries .listBloxk .box.case04 .caseNo {
        height: 28px;
    }
}

@media screen and (min-width: 1285px) {
    .member-contents .pc-hide1280 {
        display: none;
    }

    .member-contents .member-detail .member-worries .listBloxk .box .caseNo span {
        width: 97px;
        padding-top: 0px;
    }

    .member-contents .member-detail .member-worries .listBloxk .box.case04 .caseNo {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1350px) {
    .member-contents .member-detail .member-worries .listBloxk .box.case04 .caseNo {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 375px) {
    .member-contents .member-detail .member-point .point-block .Box dl dt {
        font-size: 2.1em;
    }

    .article-detail .wp-block-group {
        width: 100%;
        margin: 40px 0 0 0;
        padding: 0 16px 16px 16px;
        border-radius: 5px;
        border: 2px solid #00aad6;
        background-color: #fafcfc;
        box-sizing: border-box;
    }

    .article-detail .wp-block-group .wp-block-group__inner-container > h3:first-child {
        background: #00aad6;
        position: relative;
        color: white;
        display: inline-block;
        border-radius: 3px;
        padding: 6px 12px 5px;
        font-weight: 100;
        top: -18px;
        word-break: break-word;
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .member-contents .member-detail .member-point .point-block .Box dl dt {
        font-size: 2em;
    }

    .article-detail .wp-block-group {
        width: 100%;
        margin: 40px 0 0 0;
        padding: 0 16px 16px 16px;
        border-radius: 5px;
        border: 2px solid #00aad6;
        background-color: #fafcfc;
        box-sizing: border-box;
    }

    .article-detail .wp-block-group .wp-block-group__inner-container > h3:first-child {
        background: #00aad6;
        position: relative;
        color: white;
        display: inline-block;
        border-radius: 3px;
        padding: 6px 12px 5px;
        font-weight: 100;
        top: -18px;
        word-break: break-word;
        font-size: 18px;
    }
}

@media screen and (max-width:414px) {
    .article-detail .wp-block-group {
        width: 100%;
        margin: 40px 0 0 0;
        padding: 0 16px 16px 16px;
        border-radius: 5px;
        border: 2px solid #00aad6;
        background-color: #fafcfc;
        box-sizing: border-box;
    }

    .article-detail .wp-block-group .wp-block-group__inner-container > h3:first-child {
        background: #00aad6;
        position: relative;
        color: white;
        display: inline-block;
        border-radius: 3px;
        padding: 6px 12px 5px;
        font-weight: 100;
        top: -18px;
        word-break: break-word;
        font-size: 18px;
    }
}

@media screen and (max-width: 430px) {
    .article-detail .wp-block-group {
        width: 100%;
        margin: 40px 0 0 0;
        padding: 0 16px 16px 16px;
        border-radius: 5px;
        border: 2px solid #00aad6;
        background-color: #fafcfc;
        box-sizing: border-box;
    }

    .article-detail .wp-block-group .wp-block-group__inner-container > h3:first-child {
        background: #00aad6;
        position: relative;
        color: white;
        display: inline-block;
        border-radius: 3px;
        padding: 6px 12px 5px;
        font-weight: 100;
        top: -18px;
        word-break: break-word;
        font-size: 18px;
    }
}

@media screen and (min-width: 431px) and (max-width: 767px) {
    .article-detail .wp-block-group {
        width: 100%;
        margin: 40px 0 0 0;
        padding: 0 16px 16px 16px;
        border-radius: 5px;
        border: 2px solid #00aad6;
        background-color: #fafcfc;
        box-sizing: border-box;
    }

    .article-detail .wp-block-group .wp-block-group__inner-container > h3:first-child {
        background: #00aad6;
        position: relative;
        color: white;
        display: inline-block;
        border-radius: 3px;
        padding: 6px 12px 5px;
        font-weight: 100;
        top: -18px;
        word-break: break-word;
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .member-contents .member-detail .member-point {
        position: relative;
        width: 100%;
    }

    .member-contents .member-detail .member-point:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        max-width: 2002px;
        width: 200%;
        height: 1113px;
        margin: 164px 0 0 -200px;
        background: url(../images/member/bg_point_pc.png) no-repeat left top;
        background-size: 100% auto;
        z-index: -1;
    }

    .member-contents .member-detail .member-point h3 {
        margin-bottom: 10px;
        text-align: center;
    }

    .member-contents .member-detail .member-point h3 img {
        display: inline-block;
        max-width: 400px;
        width: 400px;
        margin: 0 auto;
        vertical-align: bottom;
    }

    .member-contents .member-detail .member-point h3 span {
        display: inline-block;
        margin-bottom: 13px;
        padding-left: 0;
        font-size: 3.6rem;
        text-align: left;
        letter-spacing: -0.1em;
        vertical-align: bottom;
    }

    .member-contents .member-detail .member-point .point-block {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
    }

    .member-contents .member-detail .member-point .point-block .Box {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        padding: 3.572%;
    }

    .member-contents .member-detail .member-point .point-block .Box:nth-child(1):after {
        display: none;
    }

    .member-contents .member-detail .member-point .point-block .Box .pointIcn {
        max-width: 163px;
        width: 15%;
        margin: 1.7% 0 0 -1.75%;
    }

    .member-contents .member-detail .member-point .point-block #point04.Box .pointIcn {
        max-width: 368px;
        width: 33%;
        margin: 1.7% 0 0 -1.75%;
        z-index: 2;
    }

    .member-contents .member-detail .member-point .point-block .Box figure {
        position: relative;
        margin: 0 0 0 0;
        padding: 0;
        width: 100%;
        z-index: 0;
        max-width: 500px;
        width: 45%;
    }

    .member-contents .member-detail .member-point .point-block .Box dl {
        max-width: 638px;
        width: 55%;
        margin: 0 auto;
        padding: 2.5% 0 0 0;
    }

    .member-contents .member-detail .member-point .point-block .Box dl dt {
        margin-bottom: 5.2%;
        font-size: 3rem;
        line-height: 1.4;
        letter-spacing: -0.01em;
        padding-left: 7.008%;
    }

    .member-contents .member-detail .member-point .point-block .Box dl dd {
        padding-bottom: 25px;
        font-size: 1.8rem;
        padding-left: 7.008%;
    }

    .member-contents .member-detail .member-point .point-block .Box dl dd .fontB {
        font-size: 1.8rem;
        line-height: 1.7;
    }
}

@media screen and (min-width: 768px) {
    .member-contents .member-detail .member-form {
        padding-top: 70px;
    }

    .member-contents .member-detail .member-form .txt01 {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }

    .member-contents .member-detail .member-form .txt01 span.fontB {
        font-size: 2.4rem;
    }

    .member-contents .member-detail .member-form .txt02 {
        margin-bottom: 60px;
        font-size: 3.6rem;
    }

    .member-contents .member-detail .member-form h4 {
        font-size: 3.8rem;
    }

    .member-contents .member-detail .member-form h4+.h4_deco {
        width: 211px;
        height: 2px;
        margin: 10px auto 0;
    }
}

/*****************
ハンソクエストとは？
*****************/
.about-contents {
    position: relative;
    overflow: hidden;
}

.about-contents .txtCyan {
    color: #00afdd;
}

.about-contents:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 578px;
    height: 578px;
    margin: -3% 0 0 -7%;
    background-image: url(../images/about/bg_hero_sp.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% auto;
    z-index: 0;
}

.about-contents .about-profile {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 3;
}

.about-contents .about-profile .ttl-area .inner {
    width: 100%;
    margin: 0 auto 30px;
}

.about-contents .about-profile .ttl-area .inner h1 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #00afdd;
}

.about-contents .about-profile .ttl-area .inner sup {
    font-size: 1.6rem;
    vertical-align: top;
}

.about-contents .about-profile .ttl-area .inner .txt01 {
    margin-bottom: 10px;
    font-size: 2.9rem;
    font-weight: 600;
    letter-spacing: -1.8px;
}

.about-contents .about-profile .ttl-area .inner .txt02 {
    font-size: 1.8rem;
    font-weight: 700;
}

.about-contents .about-profile .ttl-area .inner p.note {
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #222526;
}

.about-contents .about-profile .img {
    margin-bottom: 30px;
    width: 100%;
}

.about-contents .about-profile .img figure {
    margin: 0;
    padding: 0;
}

.about-contents .about-profile .img figure img {
    width: 100%;
}

.about-contents .about-detail {
    width: 92%;
    margin: 0 auto;
}

.about-contents .about-detail h2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.03em;
}

.about-contents .about-detail h2 .fontB {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
}

.about-contents .about-detail h2+.h2_deco {
    position: relative;
    width: 63%;
    height: 2px;
    margin: 16px auto 0;
    background-color: #ced6d9;
}

.about-contents .about-detail h2+.h2_deco:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 11px;
    height: 4px;
    background-color: #fff;
    transform: translateX(-50%);
}

.about-contents .about-detail h2+.h2_deco:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 11px;
    height: 2px;
    background-color: #00aad6;
    transform-origin: 100% 0%;
    transform: translateX(-50%) rotate(-45deg);
}

.about-contents .about-detail .about-point {
    position: relative;
}

.about-contents .about-detail .about-point .block .Box {
    position: relative;
    margin-top: 70px;
    padding-bottom: 40px;
}

.about-contents .about-detail .about-point .block .Box:nth-child(2):after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    max-width: 1000px;
    width: 160%;
    height: 645px;
    margin: -55% 0 0 -120px;
    padding: 0 0 0 20px;
    background: url(../images/about/bg_point_sp.png) no-repeat left top;
    background-size: 100% auto;
}

.about-contents .about-detail .about-point .block .Box .number {
    position: absolute;
    top: 0;
    left: 0;
    margin: -6.5% 0 0 5px;
    max-width: 141px;
    width: 21%;
    z-index: 4;
}

.about-contents .about-detail .about-point .block .Box .number .nb {
    width: 100%;
}

.about-contents .about-detail .about-point .block .img {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.about-contents .about-detail .about-point .block .img figure {
    margin: 0;
    padding: 0;
}

.about-contents .about-detail .about-point .block .img img {
    width: 100%;
    height: auto;
}

.about-contents .about-detail .about-point .block .Box .txtbox {
    position: relative;
}

.about-contents .about-detail .about-point .block .Box .txtbox .bg_txt {
    position: relative;
    margin-bottom: -3.5%;
}

.about-contents .about-detail .about-point .block .Box .txtbox .bg_txt img {
    max-width: 351px;
    width: 351px;
}

.about-contents .about-detail .about-point .block .Box .txtbox .txt01 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5.6%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #00afdd;
}

.about-contents .about-detail .about-point .block .Box .txtbox dl dt {
    margin-bottom: 17px;
    font-size: 1.8rem;
    font-weight: 700;
}

.about-contents .about-detail .about-point .block .Box .txtbox dl dd p {
    font-size: 1.4rem;
    line-height: 1.7;
}

.about-contents .about-detail .about-point .block .Box .txtbox dl dd p .note {
    font-size: 1.2rem;
}

.about-contents .about-detail .about-service .block01 {
    margin-bottom: 50px;
    text-align: center;
}

.about-contents .about-detail .about-service .block01 .txt01 {
    margin-bottom: -5.5%;
    max-width: 954px;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.about-contents .about-detail .about-service .block01 .txt02 {
    margin-bottom: 20px;
    font-size: 2.9rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.about-contents .about-detail .about-service .block01 .txt03 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
}

.about-contents .about-detail .about-service .block02 {
    margin-bottom: 30px;
}

.about-contents .about-detail .about-service .movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #ededed;
    z-index: 2;
    box-shadow: 0px 3px 6px #00000029;
}

.about-contents .about-detail .about-service .movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    aspect-ratio: 16/9;
    background: #ededed;
    z-index: 2;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
}

.about-contents .about-detail .about-service .movie iframe,
.about-contents .about-detail .about-service .movie object,
.about-contents .about-detail .about-service .movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-contents .about-detail .about-service .movie p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: #ff3392;
}

.about-contents .about-detail .about-service .block03 {
    position: relative;
    padding: 33% 0 70px;
    margin: -40% -4.5% 0;
    background: #f9fbfb;
    z-index: 1;
}

.about-contents .about-detail .about-service .block03 .txt04 {
    max-width: 929px;
    width: 90%;
    margin: 0 auto -4%;
    text-align: center;
}

.about-contents .about-detail .about-service .block03 .txt05 {
    font-size: 1.9rem;
    text-align: center;
}

.about-contents .about-detail .about-service .block03 .txt05 .txtCyan {
    font-weight: 700;
}

@media screen and (max-width: 360px) {
    .about-contents .about-profile .ttl-area .inner p {
        font-size: 2.7rem;
    }

    .about-contents .about-detail .about-worries h2 {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 768px) {
    .about-contents:after {
        display: none;
    }

    .about-contents .about-profile {
        position: relative;
        display: flex;
        width: 100%;
        margin: 14px auto 100px;
        max-width: 1290px;
        max-width: 1400px;
    }

    .about-contents .about-profile .img {
        max-width: 584px;
        width: 45.271317829%;
    }

    .about-contents .about-profile .ttl-area {
        position: relative;
        max-width: 816px;
        width: 54.728682171%;
    }

    .about-contents .about-profile .ttl-area .inner {
        position: relative;
        margin: 0 0 0 auto;
        padding: 0 0 0 5%;
        max-width: 816px;
        width: 100%;
    }

    .about-contents .about-profile .ttl-area .inner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        max-width: 408px;
        width: 60%;
        height: 408px;
        margin: 0 0 0 -18%;
        background-image: url(../images/about/bg_hero_pc.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% auto;
        z-index: -1;
    }

    .about-contents .about-profile .ttl-area .inner h1 {
        margin-bottom: 50px;
        font-size: 2.3rem;
    }

    .about-contents .about-profile .ttl-area .inner sup {
        font-size: 2.4rem;
        vertical-align: top;
    }

    .about-contents .about-profile .ttl-area .inner .txt01 {
        margin-bottom: 10px;
        font-size: 5rem;
        font-size: 4.166666667vw;
        line-height: 1.6;
        letter-spacing: -2.4px;
    }

    .about-contents .about-profile .ttl-area .inner .txt02 {
        font-size: 2rem;
        letter-spacing: -0.03em;
    }

    .about-contents .about-profile .ttl-area .inner p.note {
        margin-bottom: 50px;
        font-size: 1.6rem;
    }

    .about-contents .about-profile .btn {
        max-width: 380px;
        width: 49%;
        height: 65px;
        margin: 0 auto 0 0;
        transition: 0.3s;
    }
}

@media screen and (min-width: 1200px) {
    .about-contents .about-profile .ttl-area .inner .txt01 {
        font-size: 5rem;
    }
}

@media screen and (min-width: 1100px) {
    .about-contents .about-profile .ttl-area .inner:after {
        margin: 0 0 0 -125px;
    }
}

@media screen and (min-width: 1400px) {
    .about-contents .about-profile .ttl-area .inner:after {
        right: 0;
        left: inherit;
        margin: 0 64% 0 0;
    }
}

@media screen and (max-width: 375px) {
    .about-contents .about-detail h2 {
        font-size: 2.8rem;
        font-size: 6.763285024vw;
    }
}

@media screen and (min-width: 768px) {
    .about-contents .about-detail {
        width: 96%;
        margin: 0 auto 0;
    }

    .about-contents .about-detail h2 {
        font-size: 3.6rem;
    }

    .about-contents .about-detail h2 .fontB {
        font-size: 5.2rem;
    }

    .about-contents .about-detail h2+.h2_deco {
        width: 211px;
        height: 2px;
        margin: 10px auto 0;
    }
}

@media screen and (min-width: 768px) {
    .about-contents .about-detail .about-point .block {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
    }

    .about-contents .about-detail .about-point .block .Box {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        position: relative;
        width: 100%;
        margin-top: 90px;
        padding-bottom: 110px;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(2) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(2):after {
        display: none;
    }

    .about-contents .about-detail .about-point .block .Box .number {
        margin: -45px 0 0 5px;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(2) .number {
        margin: -45px 0 0 50.5%;
    }

    .about-contents .about-detail .about-point .block .img {
        max-width: 560px;
        width: 50%;
        z-index: 2;
    }

    .about-contents .about-detail .about-point .block .img figure {
        margin: 0;
        padding: 0;
    }

    .about-contents .about-detail .about-point .block .img img {
        width: 100%;
        height: auto;
    }

    .about-contents .about-detail .about-point .block .Box .txtbox {
        position: relative;
        max-width: 560px;
        width: 50%;
        margin-bottom: -15px;
    }

    .about-contents .about-detail .about-point .block .Box .txtbox .bg_txt {
        margin: 10px 0 -30px 0;
        margin-left: 7%;
        /*font-size: 15.0rem;*/
        z-index: 1;
    }

    .about-contents .about-detail .about-point .block .Box .txtbox .txt01 {
        top: 0;
        left: 0;
        margin-top: 50px;
        margin-left: 8%;
        font-size: 1.9rem;
    }

    .about-contents .about-detail .about-point .block .Box .txtbox dl {
        margin-left: 8%;
    }

    .about-contents .about-detail .about-point .block .Box .txtbox dl dt {
        margin-bottom: 17px;
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: -0.05em;
        max-width: 53rem;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(1) .txtbox dl dt {
        max-width: 53rem;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(3) .txtbox dl dt {
        max-width: 51rem;
    }

    .about-contents .about-detail .about-point .block .Box .txtbox dl dd p {
        font-size: 1.8rem;
    }

    .about-contents .about-detail .about-point .block .Box .txtbox dl dd p .note {
        font-size: 1.3rem;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(2) .txtbox .bg_txt {
        margin-left: 0;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(2) .txtbox .txt01 {
        margin-left: 1%;
    }

    .about-contents .about-detail .about-point .block .Box:nth-child(2) .txtbox dl {
        margin-left: 1%;
        margin-right: 7%;
    }
}

@media screen and (max-width: 376px) {
    .about-contents .about-detail .about-service .block01 .txt01 {
        font-size: 4.7rem;
        font-size: 11.352657vw;
    }

    .about-contents .about-detail .about-service .block01 .txt02 {
        font-size: 2.9rem;
        font-size: 7.004830918vw;
    }
}

@media screen and (min-width: 768px) {
    .about-contents .about-detail .about-service .block01 {
        margin-bottom: 70px;
    }

    .about-contents .about-detail .about-service .block01 .txt01 {
        max-width: 954px;
        width: 100%;
        margin: 0 auto -4%;
        text-align: center;
    }

    .about-contents .about-detail .about-service .block01 .txt02 {
        margin-bottom: 20px;
        font-size: 4.6rem;
        font-size: 4.4921875vw;
        text-align: center;
        line-height: 1.2;
        letter-spacing: -0.06em;
    }

    .about-contents .about-detail .about-service .block01 .txt03 {
        font-size: 1.6rem;
    }

    .about-contents .about-detail .about-service .block02 {
        margin-bottom: 30px;
    }

    .about-contents .about-detail .about-service .movie {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 50%;
        max-height: 540px;
        box-shadow: none;
    }

    .about-contents .about-detail .about-service .movie {
        max-width: 768px;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        box-shadow: none;
    }

    .about-contents .about-detail .about-service .movie p {
        font-size: 1.6rem;
    }

    .about-contents .about-detail .about-service .block03 {
        padding: 35.824% 0 70px;
        margin: -42.812% -2.5% 0;
        z-index: 1;
    }

    .about-contents .about-detail .about-service .block03 .txt04 {
        max-width: 929px;
        width: 90%;
        margin: 0 auto -4%;
    }

    .about-contents .about-detail .about-service .block03 .txt05 {
        margin-bottom: 40px;
        font-size: 2.7rem;
    }
}

@media screen and (min-width: 1024px) {
    .about-contents .about-detail .about-service .block01 .txt01 {
        margin-bottom: -40px;
    }

    .about-contents .about-detail .about-service .block01 .txt02 {
        font-size: 4.6rem;
    }

    .about-contents .about-detail .about-service .movie {
        height: 540px;
        padding: 0;
    }

    .about-contents .about-detail .about-service .block03 {
        padding: 303px 0 70px;
        margin: -470px -2.5% 0;
    }

    .about-contents .about-detail .about-service .block03 .txt04 {
        margin-bottom: -44px;
        font-size: 23.4rem;
    }

    .about-contents .about-detail .about-service .movie {
        max-width: 960px;
        width: 100%;
        max-height: 540px;
        height: 540px;
        padding-bottom: 0;
    }
}

/*****************
ニュース一覧
*****************/
.news-list {
    width: 89.33333333333333%;
    max-width: 1120px;
    margin: 14px auto 80px;
    line-height: 1.8;
}

.news-list h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid #00aad6;
}

.news-list section .wrap_s {
    width: 100%;
    max-width: 1120px;
    margin: 0px auto 0;
}

@media screen and (min-width: 768px) {
    .news-list {
        margin: 52px auto 160px;
    }

    .news-list h1 {
        padding-bottom: 18px;
    }

    .news-list section .wrap_s {
        width: 100%;
        margin: 30px auto 0;
    }

    .news-list dl.news {
        display: flex;
        padding: 16px 0 16px;
    }

    .news-list dl.news dd a {
        display: block;
        overflow: visible;
    }
}

/*****************
ニュース詳細
*****************/
.news-detail {
    width: 89.33333333333333%;
    max-width: 1120px;
    margin: 14px auto 80px;
    line-height: 1.8;
}

.news-detail h1 {
    line-height: 1.4;
}

.news-detail .btn_normal a:before {
    right: auto;
    left: 8%;
    transform: translateY(-50%) rotate(180deg);
}

.news-detail .news-article {
    margin: 40px 0 50px;
}

.news-detail .news-article p {
    font-size: 1.6rem;
    color: #222526;
}

.news-detail .news-article p img {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .news-detail {
        margin: 52px auto 160px;
    }

    .news-detail h1 {
        line-height: 1.4;
    }

    .news-detail .news-article {
        margin: 30px 0 60px;
    }

    .news-detail .news-article p img {
        max-width: 100%;
        width: auto;
        margin: 0 auto 0 0;
    }
}

/* 追記 */

/* 会員登録 完了画面
--------------------------------------------------------------------- */
.registercomplete-detail {
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .registercomplete-detail {
        margin-bottom: 160px;
    }
}

/* フォーム readonly時
--------------------------------------------------------------------- */
.detail-form-area input:read-only,
.detail-form-area textarea:read-only {
    color: #999999;
    background-color: #fafafa;
}

.detail-form-area input:focus:read-only,
.detail-form-area textarea:focus:read-only {
    border: 2px solid #ced6d9;
}

/* フォーム 同意
--------------------------------------------------------------------- */
.confirm-area .agree {
    text-align: center;
}

/* フォーム 注意喚起　
--------------------------------------------------------------------- */
.detail-form-area table td .notes {
    margin-top: 10px;
}

.detail-form-area table td .notes p {
    font-size: 14px;
    color: #677073;
    text-align: left;
}

.detail-form-area table td .notes p span {
    color: #00aad6;
}

/* 商品詳細 フォーム [問い合わせる会社を選ぶ]
--------------------------------------------------------------------- */
.detail-form-area table td label a .pt {
    position: relative;
    top: 0;
    max-width: 82px;
    width: 24%;
    height: 0;
    padding-bottom: 15%;
    overflow: hidden;
}

.detail-form-area table td label a .pt img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.detail-form-area table td label a span {
    width: calc(100% - 82px);
}

/* 検索して0件の場合　
--------------------------------------------------------------------- */
.search-notfound {
    font-size: 1.6rem;
    margin-top: 50px;
}

/* ニュース詳細ページ
--------------------------------------------------------------------- */
.news-detail .news-article strong {
    font-weight: bold;
}

.news-detail .news-article p a {
    color: #00aad6;
}

.news-detail .news-article ol li {
    font-size: 1.6rem;
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.news-detail .news-article ul li {
    font-size: 1.6rem;
    list-style-type: "・";
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

/* サイドメニュー
--------------------------------------------------------------------- */
.nav-block .nav-item p a {
    padding: 10px 2% 10px 10px;
}

.nav-block .greatgrandson-block a {
    padding: 16px 80px 16px 5%;
}

.nav-block .grandchild-block .nav-grandchild.link p a {
    padding: 22px 80px 22px 5%;
}

.nav-block .category-block .nav-category p a {
    padding: 21px 80px 21px 15px;
}

@media screen and (min-width: 1024px) {
    .nav-block .nav-item p a {
        transition: 0.3s;
    }

    .nav-block .nav-item p a:hover {
        opacity: 0.5;
    }

    .side-nav_category .nav-block .nav-item.link p a {
        padding-right: 45px;
    }

    .side-nav_category .nav-block .category-block .nav-category p a {
        padding: 5px 2% 5px 2%;
    }

    .side-nav_category .nav-block .category-block .nav-category.link p a {
        padding: 5px 45px 5px 2%;
    }

    .side-nav_category .nav-block .grandchild-block .nav-grandchild.link p a {
        padding: 5px 20px 5px 2%;
    }

    .nav-block .greatgrandson-block a {
        transition: 0.3s;
    }

    .nav-block .greatgrandson-block a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .nav-block .greatgrandson-block a:hover:after {
        background-image: url(../images/icon_link_arrow_white.svg);
    }

    .nav-block .category-block .nav-category p a {
        transition: 0.3s;
    }

    .nav-block .category-block .nav-category p a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .nav-block .grandchild-block .nav-grandchild.link p a {
        transition: 0.3s;
    }

    .nav-block .grandchild-block .nav-grandchild.link p a:hover {
        background-color: #00aad6;
        color: #fff;
    }

    .nav-block .grandchild-block .nav-grandchild.link p a:hover:after {
        background-image: url(../images/icon_link_arrow_white.svg);
    }
}

/* 推奨環境
--------------------------------------------------------------------- */
.static-detail.requirements-wrap ul {
    margin-top: 5px;
}

.static-detail.requirements-wrap li {
    margin-bottom: 10px;
}

/* お役立ち情報
--------------------------------------------------------------------- */
.ebook-wrap.product-contents_wrap {
    width: 100%;
    margin: 14px auto 0;
}

.ebook-wrap .ttl-area h1 {
    text-align: center;
}

.ebook-wrap .ttl-area.ebook-profile h1 {
    text-align: left;
}

.ebook-wrap .ebook-detail {
    position: relative;
    width: 89.33333333333333%;
    margin: 0 auto 60px;
    font-size: 1.4rem;
    line-height: 1.875;
}

.ebook-wrap .ebook-detail.product-contents_wrap {
    padding: 0;
}

.ebook-wrap .ebook-detail p {
    margin-top: 10px;
}

.ebook-wrap .ebook-detail .inner {
    width: 100%;
}

.ebook-wrap .ebook-detail .inner .box {
    width: 100%;
    margin: 24px 0 20px;
    display: block;
    overflow: visible;
}

.ebook-wrap .ebook-detail .inner .box figure {
    /* margin: 0 0 20px 0; */
    margin: auto;
    padding: 0;
    max-width: 300px;
}

.ebook-wrap .ebook-detail .inner .box .txt {
    margin: 10px 0 0;
    font-size: 1.6rem;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(1.6rem * 1.8 * 3);
    width: 100%;
}

.ebook-wrap .ebook-detail .wp-block-buttons .wp-block-button {
    margin: 0 auto;
}

/* 一覧ページ */
.ebook-wrap .ebook-detail .card-list .card-list_detail {
    padding-bottom: 20px;
}

.ebook-wrap .ebook-detail .card-list .card-list_detail a .img {
    margin-top: 0;
}

.ebook-wrap .ebook-detail .card-list .card-list_detail a .category {
    width: 84%;
    margin: 15px auto 0;
    font-size: 1rem;
}

.ebook-wrap .ebook-detail .card-list .card-list_detail a .ttl {
    margin-top: 10px;
    font-size: 1.6rem;
    display: block;
    overflow: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    height: 100%;
}

/* 詳細ページ */
.ebook-wrap .ttl-area .ebook-category {
    font-size: 1.4rem;
}

.ebook-wrap .ttl-area .ebook-category li {
    margin: 0 10px 10px 0;
}

.ebook-wrap .ebook-profile {
    max-width: 960px;
    width: 89.33333333333333%;
    margin: 0 auto 30px;
}

.ebook-wrap .ebook-profile .img {
    display: block;
    width: 100%;
    min-height: 1px;
    margin: 24px auto 24px;
    padding: 0;
    text-align: center;
    border: none;
    box-sizing: border-box;
}

.ebook-wrap .ebook-profile .img img {
    width: 100%;
}

.dlBtn {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.dlBtn p {
    position: relative;
    text-align: center;
}

.dlBtn p a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #00aad6;
    background-color: #00aad6;
    box-sizing: border-box;
    border-radius: 30px;
    cursor: pointer;
}

.dlBtn p:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 3%;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.ebook-wrap .ebook-detail .osusumeBlock {
    padding: 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e1eaed;
    border-bottom: 1px solid #e1eaed;
}

.ebook-wrap .ebook-detail .osusumeBlock dl dt {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #00aad6;
}

.ebook-wrap .ebook-detail .osusumeBlock dl dt:after {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: super;
    width: 16px;
    height: 18px;
    margin-left: -8px;
    background: url(/images/icon_attention.svg) no-repeat right top;
    background-size: 100% auto;
}

.ebook-wrap .ebook-detail .osusumeBlock dl dd ul li {
    margin-bottom: 5px;
    font-size: 14px;
    text-indent: -1.15em;
    padding-left: 1.15em;
}

.ebook-wrap .ebook-detail .osusumeBlock dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
}

.ebook-wrap .ebook-detail .osusumeBlock dl dd ul li:before {
    position: relative;
    content: "・";
    color: #00aad6;
    font-size: 16px;
    font-weight: 700;
}

.ebook-wrap h3 {
    font-size: 18px;
}

.ebook-wrap .ebook-form .exclusive {
    position: relative;
    bottom: 0;
    left: 0;
    width: 89.33333333333333%;
    margin: 0 auto 50px;
    padding-top: 0;
    /*background: transparent linear-gradient(180deg, #ffffff00 0%, #ffffff 50%) 0% 0% no-repeat padding-box;*/
    z-index: 1;
}

.ebook-wrap .ebook-form .exclusive .link {
    margin-top: 15px;
}

.ebook-wrap .ebook-form.login-on .exclusive {
    display: none;
}

.ebook-wrap .ebook-form.login-off .exclusive {
    display: block;
}

.ebook-wrap .ebook-form .exclusive a {
    color: #222526;
}

.ebook-wrap .ebook-form .cd-breadcrumb {
    width: 100%;
}

.ebook-wrap .ebook-form .detail-form-area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #edf3f5;
}

.ebook-wrap .ebook-form.login-off .detail-form-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(225, 234, 237, 0.7);
    width: 100%;
    height: 100%;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .ebook-wrap.product-contents_wrap {
        margin: 15px auto 170px;
        padding: 0;
    }

    .ebook-wrap .ebook-detail {
        max-width: 1120px;
        margin: 0 auto 80px;
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .ebook-wrap .ebook-detail p {
        margin-top: 20px;
    }

    .ebook-wrap .ebook-detail .inner {
        display: flex;
        justify-content: space-between;
        max-width: 1120px;
        width: 100%;
    }

    .ebook-wrap .ebook-detail .inner .box {
        margin: 25px 0 0;
        max-width: 536px;
        width: 47.857142857%;
        display: block;
        overflow: visible;
    }

    .ebook-wrap .ebook-detail .inner .box figure {
        /* margin: 0 0 20px 0; */
        margin: auto;
        padding: 0;
        max-width: 300px;
    }

    .ebook-wrap .ebook-detail .inner .box .txt {
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.8;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: calc(1.6rem * 1.8 * 3);
        width: 100%;
    }

    .ebook-wrap .ebook-detail .wp-block-buttons {
        margin-top: 20px;
        text-align: center;
    }

    /* 詳細ページ */
    .ebook-wrap .ttl-area .ebook-category li {
        margin: 0 10px 10px 0;
    }

    .ebook-wrap .ebook-profile {
        max-width: 960px;
        margin: 0 auto 50px;
    }

    .ebook-wrap .ebook-detail.product-contents_wrap {
        max-width: 960px;
    }

    .ebook-wrap .ebook-profile .img {
        display: block;
        width: 640px;
        min-height: 1px;
        margin: 24px auto 0;
        padding: 0;
        text-align: center;
        border: none;
        box-sizing: border-box;
    }

    .ebook-wrap .ebook-profile .img img {
        width: 100%;
    }

    .dlBtn {
        position: relative;
        width: 480px;
        margin: 24px auto 0;
    }

    .dlBtn p a {
        padding: 20px 0px;
        font-size: 18px;
        color: #ffffff;
        border: 2px solid #00aad6;
        background-color: #00aad6;
        box-sizing: border-box;
        border-radius: 50px;
        transition: 0.3s;
    }

    .dlBtn:hover p a {
        color: #00aad6;
        border: 2px solid #00aad6;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .dlBtn p:after {
        right: 4%;
        margin-top: -4px;
        border-width: 9px 7px 0 7px;
    }

    .dlBtn:hover p:after {
        border-color: #00aad6 transparent transparent transparent;
        line-height: 0px;
        _border-color: #00aad6 #00aad6 #00aad6 #00aad6;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00AAD6');
    }

    .ebook-wrap .ebook-detail .osusumeBlock {
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .ebook-wrap .ebook-detail .osusumeBlock dl dt {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .ebook-wrap .ebook-detail .osusumeBlock dl dt:after {
        width: 19px;
        height: 20px;
        margin-left: -10px;
    }

    .ebook-wrap .ebook-detail .osusumeBlock dl dd ul li {
        font-size: 16px;
        text-indent: -1.1em;
        padding-left: 1.1em;
    }

    .ebook-wrap .ebook-detail .osusumeBlock dl dd ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .ebook-wrap .ebook-detail .osusumeBlock dl dd ul li:before {
        font-size: 18px;
        line-height: 1;
    }

    .ebook-wrap .ebook-form .exclusive {
        max-width: 960px;
        width: 100%;
        margin: 0 auto 80px;
    }

    .ebook-wrap .ebook-form .detail-form-area {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
    }

    /* フォーム */
    .ebook-wrap .product-wrap.confirm-wrap.ebook-confirm-wrap .detail-form-area {
        max-width: 960px;
        width: 89.33333333333333%;
        margin: 0 auto;
        padding: 0;
    }
}

/* 商品詳細　スライダー */
.product-detail_wrap .swiper-wrapper {
    align-items: center;
}

.product-detail_wrap .slider .swiper-wrapper .swiper-slide,
.product-detail_wrap .slider_02 .swiper-wrapper .swiper-slide {
    position: relative;
    border: 2px solid #edf3f5;
    box-sizing: border-box;
    height: 250px;
}

.product-detail_wrap .slider .swiper-wrapper .swiper-slide a,
.product-detail_wrap .slider_02 .swiper-wrapper .swiper-slide a {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.product-detail_wrap .slider .swiper-wrapper .swiper-slide a img,
.product-detail_wrap .slider_02 .swiper-wrapper .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.product-detail_wrap .slider-thumbnail .swiper-wrapper .swiper-slide,
.product-detail_wrap .slider-thumbnai_02 .swiper-wrapper .swiper-slide {
    height: 60px;
}

.product-detail_wrap .slider-thumbnail .swiper-wrapper .swiper-slide img,
.product-detail_wrap .slider-thumbnail_02 .swiper-wrapper .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

@media screen and (min-width: 768px) {

    .product-detail_wrap .slider .swiper-wrapper .swiper-slide,
    .product-detail_wrap .slider_02 .swiper-wrapper .swiper-slide {
        height: 360px;
    }

    .product-detail_wrap .slider-thumbnail .swiper-wrapper .swiper-slide,
    .product-detail_wrap .slider-thumbnail_02 .swiper-wrapper .swiper-slide {
        height: 70px;
    }
}

.ebook-category {
    font-size: 14px;
    padding: 0 50px;
    max-width: 960px;
    margin: 0 auto 10px;
}

.ebook {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 960px;
    margin: auto;
    font-size: 16px;
    padding: 0 50px;
    .ebook_content {
        flex: 1;
        .ebook_content-title {
            margin-bottom: 20px;
        }
        .ebook_content-thumbnail {
            width: 100%;
            max-width: 640px;
            margin: auto;
            margin-bottom: 30px;
            img {
                width: 100%;
            }
        }
        .ebook_content-download {
            position: relative;
            width: 100%;
            max-width: 480px;
            padding: 20px 0;
            margin: 30px auto;
            font-size: 18px;
            color: #ffffff !important;
            border: 2px solid #00aad6;
            background-color: #00aad6;
            box-sizing: border-box;
            border-radius: 50px;
            transition: 0.3s;
            a {
                display: block;
                width: 100%;
                text-align: center;
                color: #ffffff !important;
                font-weight: 700;
                cursor: pointer !important;
                position: relative;
                z-index: 2;
            }
            &::after {
                position: absolute;
                content: "";
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                font-size: 14px;
                border-width: 8px 6px 0 6px;
                border-color: #ffffff transparent transparent transparent;
                line-height: 0;
                pointer-events: none !important;
            }
            &:hover {
                border: 2px solid #00aad6;
                background-color: #ffffff;
                box-sizing: border-box;
                a {
                    color: #00aad6 !important;
                }
                &::after {
                    border-color: #00aad6 transparent transparent transparent;
                    cursor: pointer !important;
                }
            }
        }
        .ebook_content-recommended {
            border-top: 1px solid #e1eaed;
            border-bottom: 1px solid #e1eaed;
            padding: 20px 0;
            .title {
                font-size: 20px;
                font-weight: 700;
                color: #00aad6;
                margin-bottom: 15px;
            }
            ul {
             list-style-type: none;
            }
            .list {
                li {
                    margin-bottom: 10px;
                }
                li:before {
                    position: relative;
                    content: "・";
                    color: #00aad6;
                    font-size: 16px;
                    font-weight: 700;
                }
            }
        }
        .ebook_content-description {
            margin-top: 40px;
        }
    }
    .ebook-form {
        width: 50%;
    }
}

.contact-form-title {
    height: 64px;
    color: #00aad6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.complete-area--no-top-margin {
    margin-top: 0 !important;
}


@media screen and (max-width: 768px) {
  .ebook-category {
      padding: 0 20px;
  }
  .ebook {
      display: block;
      padding: 0 20px;
      .ebook_content {
          width: 100%;
          .ebook_content-download {
            padding: 15px 0;
            font-size: 14px;
          }
          .ebook_content-description {
            margin-bottom: 40px;
          }
      }
      .ebook-form {
          width: 100%;
          margin: 40px 0;
      }
  }
}

/*css categories article right here*/

.article-categories {
    .title {
        height: 50px;
        text-align: left;
        line-height: 50px;
        font-size: 20px;
        padding-left: 5px;
        background: #04a5cf;
        color: white;
        padding-left: 10px;
    }
    .article-categories-list {
        .article-categories-item a {
            display: block;
            color: black;
            position: relative;
            transition: 0.3s;
            font-size: 14px;
            padding: 10px 40px 10px 10px;
            border-bottom: 1px solid #e1eaed;
            background-color: #fafcfc;
            &:hover {
                background-color: #04a5cf;
                color: white;
                &::after {
                   background-image: url(../images/icon_link_arrow_white.svg);
                }
                cursor: pointer;
            }
            &::after {
                content: "";
                position: absolute;
                top: 50%;
                right: 7%;
                width: 20px;
                height: 7px;
                background-image: url(../images/icon_link_arrow_blue.svg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                transform: translateY(-50%);
            }
        }
    }
}
