

@charset "UTF-8";

/* #bloFormShiryo 商品エリア
----------------------------------------------- */
#bloFormShiryo {
    display: grid;
    gap: 24px;

    margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {   /* PC */
    #bloFormShiryo {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* #headFormShiryo
----------------------------------------------*/
#headFormShiryo {
    margin-bottom: 15px;
    color: #1ab6f0;
    font-size: 18px;
    font-weight: bold;
}


/* .bloProduct 商品ブロック
----------------------------------------------- */
.bloProduct {
    display: grid;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
}
@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }
    100% {
        transform: none;
    }
}
.bloProduct.isAnimated {
    animation: .6s zoom-in;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloProduct {
        grid-template-rows: 340px 60px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloProduct {
        grid-template-rows: 1fr 60px;
    }
}
/* .checkProduct */
.bloProduct > .checkProduct {
    display: none;
}
/* .bloProductDescription */
.bloProduct > .bloProductDescription {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 16px;
}


/* .bloProductHead 商品ブロック - 最上段
----------------------------------------------- */
.bloProductHead {
    display: flex;
}
/* .imgCheckMark */
.bloProductHead > .imgCheckMark {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 2px solid #b2b2b2;
    background: #ffffff;
}
.bloProductHead > .imgCheckMark::after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    border-right: 4px solid #e2e2e2;
    border-bottom: 4px solid #e2e2e2;
    transform: rotate(37deg);
}
.checkProduct:checked + .bloProductDescription .imgCheckMark {
    border: none;
    background: #00a5d9;
}
.checkProduct:checked + .bloProductDescription .imgCheckMark::after {
    border-color: #ffffff;
}
.checkProduct:disabled + .bloProductDescription .imgCheckMark {
    border-color: #9c9c9c;
    background: #c5c5c5;
}
.checkProduct:disabled + .bloProductDescription .imgCheckMark::after {
    border-color: #b7b7b7;
}
/* .labelCheckMark */
.bloProductHead > .labelCheckMark {
    align-self: center;
    padding: 0 10px;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
}
/* .bloProdustCategory */
.bloProductHead > .bloProdustCategory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
/* 色指定 */
.bloProductHead > .bloProdustCategory.modCategoryGan {
    background: #3e74d9;
}
.bloProductHead > .bloProdustCategory.modCategoryIryo {
    background: #009b41;
}
.bloProductHead > .bloProdustCategory.modCategoryKaigo {
    background: #b45808;
}
.bloProductHead > .bloProdustCategory.modCategorySyushin {
    background: #5b41a1;
}
.bloProductHead > .bloProdustCategory.modCategoryKsupport {
    background: #cc2014;
}
.bloProductHead > .bloProdustCategory.modCategoryEducation {
    background: #f995b7;
}
.bloProductHead > .bloProdustCategory.modCategoryShisan{
    background: #E7380D;
}


/* .bloProductLogo 商品ブロック - ロゴ
----------------------------------------------- */
.bloProductLogo {
    display: block;
    margin-bottom: 10px;
}
.bloProductLogo > img {
    display: block;
    width: 150px;
    margin: 0 auto;
}
.bloProductLogoJok {
    display: block;
    margin-bottom: 10px;
}
.bloProductLogoJok > img {
    display: block;
    height: 86.25px;
    width: auto;
    margin: 0 auto;
}

/* .bloProductFeature 商品ブロック - 特長
----------------------------------------------- */
.bloProductFeature {
    display: block;

    margin-bottom: 15px;

    font-size: 16px;
    font-weight: bold;
}


/* .bloProductBadge 商品ブロック - バッチ
----------------------------------------------- */
.bloProductBadge {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;

    margin-bottom: 15px;
}
.bloProductBadge > * {
    display: flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    background: #f0f0f0;
    font-size: 12px;
}
.bloProductBadge > .modBadgeSup {
    padding-right: 5px;
}
.bloProductBadge > .modBadgeWhite {
    border: 2px solid #e2e2e2;
    background: #fff;
    font-weight: bold;
}
.bloProductBadge sup {
    align-self: flex-start;
}


/* .bloProductLink 商品ブロック - リンク設定
----------------------------------------------*/
.bloProduct > .bloProductLink {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding: 15px;
}
.bloProduct > .bloProductLink > a {
    display: inline-block;
    color: #33b0e3;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.bloProduct > .bloProductLink > .inactiveLink {
	pointer-events: none;
	cursor: default;
	color: #dfe7ec;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

@media print, screen and (min-width: 768px) {   /* PC */
    .bloProduct > .bloProductLink > a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloProduct > .bloProductLink > a {
        font-size: 16px;
    }
}
.bloProduct > .bloProductLink > a:first-child {
    margin-right: 20px;
}


/* .bloProductNote 商品ブロック - 注釈
----------------------------------------------*/
.bloProductNote {
    display: grid;
    grid-template-columns: auto 1fr;

    font-size: 12px;
}
.bloProductNote.modGap {
    gap: 0 4px;
}

/* #noteFormShiryo 商品エリア - 注釈
----------------------------------------------*/
#noteFormShiryo {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
    font-size: 12px;
}
@media print, screen and (min-width: 768px) {   /* PC */
    #noteFormShiryo {
        align-items: center;
    }
}
#noteFormShiryo > #badgeWhite {
    display: flex;
    align-items: center;
    min-width: 60px;
    height: 26px;
    border: 2px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 10px;
    background: #ffffff;
    font-weight: bold;
}

/* .buttonFormSubmit 資料請求ボタン
----------------------------------------------- */
.buttonFormSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border: none;
    border-radius: 50px;

    background: #e98300;
    color: #ffffff;
    font-weight: bold;

    cursor: pointer;

    box-shadow: 0px 2px 3px 0px rgb(4 0 0 / 25%);
}
.buttonFormSubmit.buttonNoScript {
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .buttonFormSubmit {
        width: 400px;
        height: 80px;

        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .buttonFormSubmit {
        width: 320px;
        height: 56px;

        font-size: 18px;
    }
}
.buttonFormSubmit::before {
    content: "";
    display: block;
    background: url(/sp/shared/images/icon_link_check_white.png) no-repeat 0 0;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .buttonFormSubmit::before {
        width: 32px;
        height: 34px;
        background-size: 32px auto;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .buttonFormSubmit::before {
        width: 24px;
        height: 26px;
        background-size: 24px auto;
    }
}



