@charset "UTF-8";

/* index------------------------------------------------------------- */

/* 改行(<br>)無くす */
/* 汎用アンダーライン見出し */
/* PDページ */
/* SNSボタン */
/* 充電エフェクトボタン */
/* コラムテンプレート */
/* archive-note.php_css */
/* SNSシェアボタン */
/* アコーディオン */

/* index------------------------------------------------------------- */


/* 改行(<br>)無くす */
@media screen and (max-width: 768px) {
    .t-newline_no {
        display: none;
    }
}

/* 改行(<br>)無くす */


/* 汎用アンダーライン見出し */
.t-heading_02_g {
    max-width: 1100px;
    margin: 0 auto 80px auto;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .t-heading_02_g {
        margin: 0 auto 40px auto;
    }
}

.t-heading_02 {
    position: relative;
    font-size: 1.6rem;
    border-bottom: 5px solid #f6f6f6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.t-heading_02::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background-color: #11347c;
}

.t-heading_02::before {
    content: attr(data-English);
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #11347c;
    font-size: 1.5rem;
    position: relative;
    bottom: 5px;
}

.t-heading_02_text {
    width: 100%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: black;
}

/* 汎用アンダーライン見出し */


/* PDページ */
.t-overflow_none {
    overflow-x: hidden;
}

.t-side-padding {
    padding: 0 5vw;
}

.t-side-padding p {
    font-size: 1rem;
}

.t-background {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #7E7FCC;
    padding: 80px 5vw;
    margin-bottom: 80px;
    color: #fff;
}

.t-PD-text {
    /* font-size: clamp(最小値, 基準値, 最大値); IE非対応 */
    font-size: clamp(1.8rem, 3vw, 3rem);
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    line-height: initial;
    margin-bottom: 60px;
}

.t-PD-text__Power,
.t-PD-text__Delivery {
    position: relative;
}

.t-PD-text__Power::after,
.t-PD-text__Delivery::after {
    font-size: 40%;
    display: block;
    color: #11347c;
    position: absolute;
    left: 0;
}

.t-PD-text__Power::after {
    content: attr(data-t-PD-text__Power);
}

.t-PD-text__Delivery::after {
    content: attr(data-t-PD-text__Delivery);
}

.t-heading_01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.5;
}

.t-heading_01 .thunder {
    position: relative;
    width: 15px;
    height: 35px;
    margin-bottom: 20px;
}

.t-heading_01 .thunder::before,
.t-heading_01 .thunder::after {
    content: "";
    width: 10px;
    height: 20px;
    display: inline-block;
    position: absolute;
    transform: skewX(-10deg);
}

.t-heading_01 .thunder::before {
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffeb00 50.5%) no-repeat top left/100% 100%;
    bottom: 0;
    right: 0;
}

.t-heading_01 .thunder::after {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ffeb00 50.5%) no-repeat top left/100% 100%;
    top: 0;
    left: 0;
}

.t-mv {
    width: 100vw;
    height: 400px;
    margin: 0 calc(50% - 50vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-image: url(https://www.owltech.co.jp/image/pd_tpbg02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.65);
    position: relative;
}

.t-mv h1 {
    position: absolute;
}

.t-mv .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    opacity: 0.5;
}

.t-explanation {
    max-width: 1100px;
}

.t-explanation .pd {
    margin-bottom: 40px;
    max-width: 400px;
    width: 100%;
}

.t-explanation .sp {
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}

.t-explanation .big span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #8CC5DB 60%);
}

.t-explanation .big-m {
    margin-bottom: 80px;
}

.t-explanation .img-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #aaa;
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
}

.t-explanation .img-box .text {
    font-size: 1.6rem;
}

.t-explanation .img-box .text span {
    font-weight: bold;
}

.t-explanation .img-box img {
    max-width: 700px;
    width: 100%;
}

.t-explanation .pd-back {
    background-color: #8CC5DB;
}

.t-explanation .big2 {
    font-size: 2rem;
    font-weight: bold;
}

.t-explanation .big2 span {
    background: linear-gradient(transparent 60%, #ffeb00 60%);
}

.t-explanation .down-arrow {
    height: 80px;
    width: 50px;
    background-color: #7E7FCC;
    position: relative;
    transform: rotate(90deg);
    margin: 0 auto;
    -webkit-animation-name: down;
    animation-name: down;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    bottom: 60px;
}

@media screen and (max-width: 768px) {
    .t-explanation .down-arrow {
        transform: scale(0.8) rotate(90deg);
    }
}

.t-explanation .down-arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 80px 60px;
    border-color: transparent transparent transparent #7E7FCC;
    position: absolute;
    top: -50%;
    left: 98%;
}

@-webkit-keyframes down {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 60px;
    }
}

@keyframes down {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 60px;
    }
}

.t-need {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
}

.t-need .box {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-need .box {
        flex-direction: column;
    }
}

.t-need .box img {
    width: 300px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .t-need .box img {
        width: 100%;
    }
}

.t-need .box p {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

.t-need .right {
    justify-content: right;
}

.t-caution {
    max-width: 1100px;
    margin: 0 auto 80px auto;
    text-align: center;
    line-height: 1.5;
}

.t-caution .big {
    font-size: 1.6rem;
}

.t-caution .normal {
    margin: 26.6666666667px 0 80px 0;
}

.t-caution .power {
    display: flex;
    gap: 30px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .t-caution .power {
        flex-direction: column;
        gap: 15px;
    }
}

.t-caution .power .box {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
}

@media screen and (max-width: 768px) {
    .t-caution .power .box {
        width: 100%;
    }
}

.t-caution .power .box .inner {
    display: flex;
    justify-content: center;
}

.t-caution .power .box .underline {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffeb00 60%);
}

.t-caution .power .double {
    background-color: #E4E8CC;
    border-radius: 20px;
}

.t-caution .power .double img {
    width: 100%;
    padding: 0 20px 20px 20px;
}

.t-caution .power .single {
    background-color: #8CC5DB;
    border-radius: 20px;
}

.t-caution .power .single img {
    width: 50%;
    padding: 0 20px 20px 20px;
}

.t-caution .cable {
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-caution .cable {
        flex-direction: column;
        gap: 15px;
    }
}

.t-caution .cable .type {
    display: flex;
    flex-direction: column;
    background-color: #7E7FCC;
    border-radius: 20px;
    width: 33.333%;
    padding: 30px;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-caution .cable .type {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
}

.t-caution .cable .type .name {
    color: #fff;
}

.t-caution .cable .type img {
    width: 100%;
    border-radius: 100%;
}

@media screen and (max-width: 768px) {
    .t-caution .cable .type img {
        width: 40%;
    }
}

.t-product {
    max-width: 1100px;
    display: flex;
    justify-content: center;
    margin: 0 auto 80px auto;
}

.t-product .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-product .inner {
        flex-wrap: wrap;
    }
}

.t-product .inner .center {
    display: flex;
    align-items: center;
    min-width: 100px;
    transition: 0.3s;
}

.t-product .inner .center:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.t-product .inner .center img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 250px;
    min-width: 100px;
}

.t-product .inner .information {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .t-product .inner .information {
        width: 100%;
    }
}

.t-product .inner .information h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.t-product .inner .information .label {
    padding: 15px;
    background-color: #7E7FCC;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    color: #fff;
}

.t-product .inner .information ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0;
    border-bottom: dashed 1px #aaa;
    line-height: 1.5;
}

.t-product .inner .information ul li::before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #7E7FCC;
    top: 50%;
    transform: translateY(-50%);
}

.t-product .inner .information .button {
    text-align: center;
    display: inline-block;
    padding: 15px;
    font-weight: bold;
    color: #7E7FCC;
    border: 3px solid #7E7FCC;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    transition: 0.3s;
}

.t-product .inner .information .button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffeb00;
    transform: translateX(-100%);
    transition: 0.3s;
    z-index: -1;
}

.t-product .inner .information .button:hover::before {
    transform: translateX(0);
}

.t-product .inner .information .button .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #7E7FCC;
    border-right: 0;
    position: absolute;
    right: 30px;
    bottom: 50%;
    transform: translatey(50%);
}

.t-product_double {
    display: flex;
    max-width: 1100px;
    margin: 0 auto 80px auto;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-product_double {
        flex-direction: column;
        gap: 80px;
    }
}

.t-product_double .t-product {
    margin: 0;
}

@media screen and (min-width: 767px) {
    .t-product_double .t-product {
        max-width: 50%;
    }
}

.t-product_double .t-product .inner {
    flex-direction: column;
    justify-content: space-between;
}

.t-product_double .t-product .inner img {
    margin: 0 auto;
}

.t-product_double .t-product .inner .information {
    width: 100%;
}

.t-merit {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #7E7FCC;
    padding: 80px 5vw;
    margin-bottom: 80px;
}

.t-merit .t-heading_01 {
    color: #fff;
}

.t-merit .box {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
    gap: 30px;
    color: #fff;
}

.t-merit .box .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-merit .box .item {
        flex-direction: column;
    }
}

.t-merit .box .item img {
    min-width: 100px;
    width: 30%;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .t-merit .box .item img {
        width: 100%;
    }
}

.t-merit .box .item .text {
    width: 70%;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .t-merit .box .item .text {
        width: 100%;
    }
}

.t-merit .box .item .text .t-heading_02 {
    margin: 0 auto 40px auto;
    text-align: left;
    display: flex;
    align-items: flex-end;
}

.t-merit .box .item .text .t-heading_02::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translateX(0);
}

@media screen and (max-width: 768px) {
    .t-merit .box .item .text .t-heading_02 {
        margin: 0 auto 26.6666666667px auto;
    }
}

.t-caution .power .single::after {
    content: '※ハイスペックノートPCは約45W～100W';
    position: relative;
    top: 10px;
}

/* PDページ */


/* SNSボタン */
.t-sns {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
    padding: 30px 0;
}

.t-sns .icon {
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 0px 1px #cacaca;
    transition: 0.2s;
}

.t-sns .icon:hover {
    box-shadow: 0px 0px 0px 3px #cacaca;
    transition: 0.2s;
}

.t-sns .sns_img {
    width: 60px;
    height: 60px;
}

.t-sns .tooltip {
    position: absolute;
    top: 0;
    font-size: 16px;
    background: #fff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    white-space: nowrap;
}

.t-sns .tooltip::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #fff;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: 0.2s;
}

.t-sns .icon:hover .tooltip {
    top: -50px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.t-sns .twitter::before {
    content: "";
    background: url(https://www.owltech.co.jp/image/2023/09/X_logo-black.png) no-repeat center;
    background-size: 47%;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

.t-sns .line img {
    transform: scale(0.5);
}

.t-sns .twitter:hover .tooltip,
.t-sns .twitter:hover .tooltip::before {
    background: #000;
    color: #fff;
}

.t-sns .facebook:hover .tooltip,
.t-sns .facebook:hover .tooltip::before {
    background: #3B5998;
    color: #fff;
}

.t-sns .instagram:hover .tooltip,
.t-sns .instagram:hover .tooltip::before {
    background: #EFB271;
    color: #fff;
}

.t-sns .t-sns-youtube:hover .tooltip,
.t-sns .t-sns-youtube:hover .tooltip::before {
    background: #CD201F;
    color: #fff;
}

.t-sns .line:hover .tooltip,
.t-sns .line:hover .tooltip::before {
    background: #06C755;
    color: #fff;
}

/* SNSボタン */


/* 充電エフェクトボタン */
.t-battery-effect-button {
    width: 320px;
    height: 70px;
    margin: 60px auto 0 auto;
}

.t-battery-effect-button-inner {
    width: 320px;
    height: 70px;
    background-color: #11347C;
    position: absolute;
    border-radius: 3px;
}

.t-battery-effect-button-inner::after {
    content: '';
    width: 18px;
    height: 50px;
    background-color: #11347C;
    position: absolute;
    left: 315px;
    top: 10px;
    border-radius: 2px;
}

.t-battery-effect-button__item {
    width: 300px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 3px;
}

.t-battery-effect-button__item-inner::before,
.t-battery-effect-button__item-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    transition: all 20s linear;
}

.t-battery-effect-button__item-inner::before {
    z-index: 2;
    background-color: #ff0505;
    width: 0px;
}

.t-battery-effect-button__item-inner::after {
    z-index: 1;
    background-color: #828a9b57;
    width: 300px;
}

.t-battery-effect-button__item:hover::before {
    width: 0;
}

.t-battery-effect-button__item:hover::after {
    height: 0;
}

.t-battery-effect-button__item:hover .t-battery-effect-button__item-inner::before {
    width: 300px;
    background-color: #3abe4c;
    transition: all 0.3s linear;
}

.t-battery-effect-button__text {
    width: 300px;
    height: 50px;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 10;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-battery-effect-button__thunder {
    position: relative;
    bottom: 6px;
    left: 12px;
    width: 15px;
    height: 33px;
    z-index: 20;
    transform: scale(1.5);
    animation: flash 1.5s linear infinite;
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.t-battery-effect-button__thunder::before,
.t-battery-effect-button__thunder::after {
    content: "";
    width: 10px;
    height: 20px;
    display: inline-block;
    position: absolute;
    transform: skewX(-10deg);
}

.t-battery-effect-button__thunder::before {
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFEB00 50.5%) no-repeat top left/100% 100%;
    bottom: 0;
    right: 0;
}

.t-battery-effect-button__thunder::after {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #FFEB00 50.5%) no-repeat top left/100% 100%;
    top: 0;
    left: 0;
}

/* 充電エフェクトボタン */


/* コラムテンプレート */
.t-column-page {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
    .t-column-page {
        font-size: 14px;
    }
}

.t-column-background {
    overflow: hidden;
}

.t-column {
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5vw;
}

.t-column section {
    margin-bottom: 15%;
}

@media screen and (max-width: 768px) {
    .t-column section {
        margin-bottom: 20%;
    }
}

.negative-margin--100 {
    margin-top: 4em;
}

@media screen and (max-width: 768px) {
    .negative-margin--100 {
        margin-top: 20%;
    }
}

.t-column__title {
    font-size: 30px;
    padding: 30px 0 10px 0;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: solid 1px #dfdfdf;
}

@media screen and (max-width: 768px) {
    .t-column__title {
        font-size: 24px;
    }
}

.t-column__mv {
    width: 100%;
    border-radius: 10px;
}

.t-heading_03 {
    font-size: 28px;
    position: relative;
    border-bottom: 5px solid #f6f6f6;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .t-heading_03 {
        font-size: 22px;
    }
}

.heading_03--bg {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translateX(0);
    width: 70px;
    height: 5px;
    background-color: #11347c;
}

.t-column__small-heading {
    font-size: 22px;
    margin: 3em 0 25px 0;
    font-weight: 600;
    background-color: #eee;
    padding: 10px 20px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .t-column__small-heading {
        font-size: 20px;
    }
}

.t-heading_03+.t-column__text .t-column__small-heading {
    margin: 30px 0 25px 0;
}

.t-column__small-heading span {
    color: #11347c;
    margin-right: 0.3em;
}

.note_text-f {
    font-size: 16px;
}

.t-column__text img {
    width: 100%;
    margin: 30px 0;
    border-radius: 10px;
}

.t-column__index {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.t-column__index span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #11347c;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 200px;
}

/* クリック前のCSS */
.button3_note_index {
    width: 50%;
    margin: 0 auto;
    transition: all 0.2s ease-out;
    cursor: pointer;
    position: relative;
}

.button3_note_index:hover {
    width: 100%;
    transition: all 0.3s ease-out;
}

.t-column__index__ul--pbno {
    display: none;
}

.button3_note_index .cross {
    position: absolute;
    right: 25px;
    transition: 0.3s;
}

/* クリック前のCSS */

/* クリック後のCSS */
.button-clicked3 {
    width: 100%;
    transition: all 0.2s ease-out;
}

.button-clicked3 .cross {
    transform: rotate(180deg);
    transition: 0.3s;
}

/* クリック後のCSS */

.t-column__index a:hover {
    text-decoration: underline;
}

.t-column__index .t-column__index__ul--pbno {
    padding: 2em;
    line-height: 2.2;
}

.t-column__index .t-column__index__a--bold {
    font-weight: bold;
}

.t-column__index__ul__ul__li {
    margin-left: 1.5em;
}

.t-product02 {
    display: flex;
    flex-wrap: wrap;
    gap: calc(80px / 3);
}

@media screen and (max-width: 768px) {
    .t-product02 {
        gap: 5vw;
    }
}

.t-product02 .t-product02__list {
    width: calc(100% / 4 - 20px);
}

@media screen and (max-width: 768px) {
    .t-product02 .t-product02__list {
        width: calc(100% / 2 - 2.5vw);
    }
}

.t-product02 .t-product02__list .t-product02__information,
.t-product02 .t-product02__list .t-product02__information img {
    width: 100%;
}

.t-product02__information__ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.t-product02__others-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-weight: bold;
    max-width: 300px;
    color: #11347C;
    border: 1px solid #11347C;
    margin: 10% auto 0 auto;
    transition: 0.3s;
    border-radius: 200px;
}

@media screen and (max-width: 768px) {
    .t-product02__others-button {
        margin: 10% auto 0 auto;
    }
}

.t-product02__others-button:hover {
    color: #fff;
    background-color: #11347C;
    transition: 0.3s;
}

.t-product02__others-button i {
    margin-left: 10px;
}

section.t-contact-section {
    margin-bottom: 0px;
}

section.t-contact-section .t-contact {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 13% 5vw;
    text-align: center;
    background-image: url(https://www.owltech.co.jp/image/2023/01/t-column_template_contact-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
}

section.t-contact-section .t-contact .t-contact__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
}

section.t-contact-section .t-contact .t-contact__heading {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

section.t-contact-section .t-contact .t-contact__heading h2 {
    line-height: 1;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
}

section.t-contact-section .t-contact ul {
    display: flex;
    justify-content: center;
    gap: 3%;
}

@media screen and (max-width: 768px) {
    section.t-contact-section .t-contact ul {
        flex-direction: column;
        gap: 20px;
    }
}

section.t-contact-section .t-contact ul .t-contact__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 80px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 200px;
}

section.t-contact-section .t-contact ul .t-contact__button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #11347c;
    transform: translateX(-100%);
    z-index: -2;
    transition: 0.3s;
}

section.t-contact-section .t-contact ul .t-contact__button:hover::before {
    transform: translateX(0);
}

section.t-contact-section .t-contact ul .t-contact__button img {
    width: 20px;
    margin-right: 10px;
}

.t-comp-bread {
    position: relative;
    top: 25px;
}

.read-time {
    margin-top: 20px;
    font-size: 0.9em;
}

.read-time span {
    font-weight: bold;
}

.t-column__category-labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.t-column__category-label-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.t-column__category-label-box a {
    transition: 0.3s;
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 500px;
}

.t-column__category-label-box a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.column__title__timeg {
    display: flex;
    gap: 1em;
    font-size: 0.9em;
    justify-content: end;
    flex-wrap: wrap;
    opacity: 0.6;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .column__title__timeg {
        justify-content: start;
    }
}

span.column__title__time {
    display: block;
}

.product02__information__direct-link {
    display: block;
    color: #11347C;
    border: 1px solid #11347C;
    padding: 10px;
    line-height: 1;
    transition: 0.3s;
    text-align: center;
    border-radius: 200px;
}

.product02__information__direct-link:hover {
    color: #fff;
    background-color: #11347C;
    transition: 0.3s;
}

.product02__information__link {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.supervision {
    position: relative;
    display: flex;
    gap: 3em;
    background-color: #f3f3f3;
    padding: 2.5em;
    border-radius: 13px;
}

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

@media screen and (min-width: 768px) {
    .supervision_area {
        width: 50%;
    }
}

.supervision__title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1.2em;
}

.supervision__box {
    display: flex;
    gap: 2em;
    align-items: start;
}

.supervision__box__img {
    width: 16%;
}

.supervision__box__text {
    width: 84%;
}

@media screen and (max-width: 768px) {
    .supervision__box__text {
        width: 100%;
    }
}

.supervision__box__text h3 {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px dotted #11347c33;
    font-weight: bold;
}

.t-product02__information__ul h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.t-product02__information__ul h3:hover {
    text-decoration: underline;
}

input+h3 {
    display: none;
}

input:checked+h3 {
    display: block;
}

.check_no {
    display: none;
}

.column__text--underline {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #f19a2fc2;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

.column__good-sns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: solid 5px #f6f6f6;
    padding-top: 10px;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .column__good-sns {
        padding-top: 20px;
    }
}

.column__good-sns--bg {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    transform: translateX(0);
    width: 70px;
    height: 5px;
    background-color: #11347c;
}

.column_matome {
    position: relative;
    margin: 2em 0;
    padding: 2.5em;
    border: solid 3px #11347c;
    border-radius: 8px;
}

.column_matome .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 30px;
    padding: 0 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #11347c;
    font-weight: bold;
}

.column_matome ul {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.column_matome li {
    font-weight: bold;
    margin-left: 1.4em;
    text-indent: -1.4em;
}

.column_matome li::before {
    content: "◆";
    margin-right: 5px;
    color: #11347c;
}

.c-link {
    color: #2976c6;
}

.c-link:hover {
    text-decoration: underline;
}

.note_blog-card {
    position: relative;
    width: 100%;
    max-height: 200px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    transition: 0.3s;
    cursor: pointer;
}

.note_blog-card::before {
    content: '関連コラム';
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
    background-color: #11347c;
    color: #fff;
    font-size: 12px;
}

.note_blog-card:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1), 0 12px 24px -12px rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.note_blog-card img {
    width: 20%;
    border-radius: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .note_blog-card img {
        width: 40%;
    }
}

.note_blog-card div {
    width: 80%;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .note_blog-card div {
        width: 60%;
    }
}

.note_blog-card span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .note_blog-card span {
        margin-bottom: 5px;
    }
}

.note_blog-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    opacity: 0.7;
    font-size: 0.8em;
}

@media screen and (max-width: 768px) {
    .note_blog-card p {
        display: none;
    }
}

.t-column #breadcrumb {
    padding: 0;
    opacity: 0.7;
}

/* コラムテンプレート */


/* archive-note.php_css */
.note-archive__title {
    margin-top: 60px;
}

.t-note-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

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

.t-note-item {
    width: calc(33.333% - 20px);
    transition: 0.3s;
    box-shadow: 0px 0px 20px 4px rgb(17 17 26 / 18%);
    position: relative;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .t-note-item {
        width: 100%;
    }
}

.note_item__category-label {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #11347c;
    padding: 8px 20px;
}

.t-note-item:hover {
    box-shadow: 0px 0px 4px 0px rgba(17, 17, 26, 0.18);
    transition: 0.3s;
}

.t-note-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.t-note-item__text {
    padding: 20px;
}

.new_ymd {
    display: flex;
    align-items: center;
    gap: 0.8em;
    font-size: 0.8em;
    margin-bottom: 0.6em;
}

.t-note__new {
    width: fit-content;
    background-color: red;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 5px;
}

.t-note-item__text h2 {
    font-size: 1.1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.t-note__ymd {
    opacity: 0.6;
}

/* archive-note.php_css */


/* SNSシェアボタン */
.share-sns__text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2em;
    font-weight: bold;
}

.share-sns__text::before,
.share-sns__text::after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #000000;
}

.share-sns__text::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}

.share-sns__text::after {
    margin-left: 30px;
    transform: rotate(35deg)
}

.share-sns__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .share-sns__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.share-sns__list li {
    height: 40px;
    transition: 0.3s;
    border-radius: 5px;
}

.share-sns__list li:hover {
    transform: scale(0.95);
    transition: 0.3s;
}

.share-sns__list li a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 0.9em;
}

.share-sns__list__copy__overlay {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #000000bd;
    color: #fff;
    position: absolute;
    display: none;
    top: 0;
}

.share-sns__list__copy__overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-sns__list__twitter {
    background-color: #000;
}

.share-sns__list__facebook {
    background-color: #365899;
}

.share-sns__list__line {
    background-color: #00BE00;
}

.share-sns__list__pocket {
    background-color: #EF4156;
}

.share-sns__list__copy {
    background-color: #8f8f8f;
    position: relative;
}

/* SNSシェアボタン */


/* アコーディオン */
.column-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

.column-category-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

@media screen and (max-width: 768px) {
    .column-category-inner {
        flex-direction: column;
    }
}

.column-category-inner__item {
    width: calc(50% - 0.5em);
}

@media screen and (max-width: 768px) {
    .column-category-inner__item {
        width: 100%;
    }
}

.column-category-inner__item__toggle {
    display: none;
}

.category-label {
    color: #fff;
    width: 100%;
    height: 50px;
    background-color: #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.column-category-inner__item__sb {
    height: 0;
    overflow: hidden;
}

.column-category-inner__item__sb__list__sm a {
    width: 100%;
    height: 50px;
    background-color: #e2e2e2;
    display: flex;
    align-items: center;
    font-size: 0.8em;
    padding: 0 20px;
}

.column-category-inner__item__sb__list__sm a:hover {
    opacity: 0.6;
}

.column-category-inner__item__toggle:checked+.category-label+.column-category-inner__item__sb {
    height: auto;
}

.dli-plus {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0.8em;
    height: 0.1em;
    background: currentColor;
    position: relative;
}

.dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: 0.3s;
}

.column-category-inner__item__toggle:checked+.category-label .dli-plus::before {
    transform: rotate(180deg);
    transition: 0.3s;
}

/* アコーディオン */



/* 2024年2月6日_商品ページ画像枠修正 */

#itemDetail .detail-description .inner .desc_item .img_wrap {
    border: none !important;
    background-color: rgba(255, 240, 240, 0) !important;
}

#itemDetail .detail-description .inner .desc_wrap .img_wrap img {
    max-width: 100%;
    border: solid 1px #e0c888;
}

/* 2024年2月6日_商品ページ画像枠修正 */



/* コラム内の表 */

.column_table-scroll {
    overflow-x: auto;
}

.column_table_design10 {
    border-collapse: collapse;
    min-width: 700px;
    font-weight: bold;
    text-align: center;
    color: #383838;
}

.column_table_design10 th,
.column_table_design10 td {
    padding: .5em 1em;
    border: 2px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}

.column_table_design10 th {
    background: #dddddd;
    border-right: 2px solid #fff;
    border-top: 2px solid #dddddd;
}

.column_table_design10 th:last-of-type {
    border-right: 2px solid #dddddd;
}

/* コラム内の表 */