<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* general */
#content {
    width: 100%;
    background-color: #f5f4f1;
}
.wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 13px 1px;
}
.wrap img {
    vertical-align: bottom;
}
.txt_al{
    text-align: left;
}
.disp_block {
    display: block !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb0_sp8 {
    margin-bottom: 0 !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb16 {
    margin-bottom: 16px !important;
}
.mb24 {
    margin-bottom: 24px !important;
}
.mb88 {
    margin-bottom: 88px !important;
}
.mb88_sp48 {
    margin-bottom: 88px !important;
}
.mb48 {
    margin-bottom: 48px !important;
}
.mb48_sp24 {
    margin-bottom: 48px !important;
}
.mt8 {
    margin-top: 8px !important;
}
.h100 {
    height: 100%;
}
.sp_only {
	display: none;
}

@media only screen and (max-width:767px){
    .mb0_sp8 {
        margin-bottom: 8px !important;
    }
    .mb48_sp {
        margin-bottom: 48px !important;
    }
    .mb88_sp48 {
        margin-bottom: 48px !important;
    }
    .mb48_sp24 {
        margin-bottom: 24px !important;
    }
    .fs16_sp {
        font-size: 16px !important;
    }
    .pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/* header */
.cmp_header_03,
.cmp_header_02,
.cmp_header_01 {
    position: relative;
    margin-bottom: 16px;
    padding: 0 10px 13px;
    border-bottom: 2px solid #bdbdbd;
    color: #333;
    font-size: 150%;
    font-weight: bold;
}
.cmp_header_01:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: calc(100% - 13px);
    background-color: #d50000;
    content: "";
}
.cmp_header_02:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 212px;
    height: 2px;
    background-color: #d50000;
    content: "";
}
@media only screen and (max-width:767px){
    .cmp_header_03,
    .cmp_header_02,
    .cmp_header_01 {
        margin-bottom: 8px;
        padding-bottom: 8px;
        font-size: 131.25%;
        }
    .cmp_header_01:before {
        height: calc(100% - 8px);
        }
    .cmp_header_02:before {
        width: 118px;
    }
}

/* text */
.cmp_text01 {
    margin-bottom: 16px;
    color: #707070;
    font-size: 100%;
}
.cmp_text02 {
    margin-bottom: 16px;
    color: #333;
    font-size: 125%;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .cmp_text02 {
        font-size: 100%;
    }
}

/* list */
.cmp_list01 {
    margin-bottom: 16px;
}
.cmp_list01 li {
    display: flex;
    justify-content: flex-start;
    color: #707070;
}
.cmp_list01 li span:nth-child(1) {
    font-size: 87.5%;
}
.cmp_list01 li span:nth-child(2) {
    flex: 1;
    margin-left: 9px;
    font-size: 100%;
}

.cmp_list02 {
    margin-bottom: 16px;
    padding-left: 1em;
    font-size: 100%;
}
.cmp_list02 li {
    color: #707070;
    list-style: disc outside;
}

/* img */
.cmp-img {
    margin-bottom: 16px;
    text-align: center;
}

/* button */
.cmp_anchor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.cmp_anchor_item {
    width: 49.5%;
}
.cmp_anchor_item a {
    position: relative;
    display: block;
    padding: 16px 50px 16px 24px;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    font-size: 125%;
    font-weight: bold;
}
.cmp_anchor_item a:hover {
    background-color: #f5f4f1;
}
.cmp_anchor_item a:after {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #d50000;
    content: "";
}

.cmp_link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.cmp_link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background-color: #e0ddd5;
    content: "";
}
.cmp_link_bottom:after {
    top: 0;
    left: 0;
    bottom: initial;
}
.cmp_link_item {
    position: relative;
    width: 49.5%;
}
.cmp_link_item p,
.cmp_link_item a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    background-color: #e0ddd5;
    color: #333;
    font-size: 125%;
    font-weight: bold;
}
.cmp_link_item p {
    padding: 16px 24px;
    background-color: #e0ddd5;
}
.cmp_link_item a {
    padding: 16px 24px 16px 50px;
    background-color: #fff;
}
.cmp_link_item a:hover {
    background-color: #f5f4f1;
}
.cmp_link_item a:after {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #d50000;
    content: "";
}
@media only screen and (max-width:767px){
    .cmp_anchor_item a {
        padding: 15px 50px 15px 24px;
        font-size: 100%;
    }
    .cmp_anchor_item {
        margin-bottom: 8px;
        width: 100%;
    }
    .cmp_anchor_item:last-child {
        margin-bottom: 0;
    }

    .cmp_link_item p {
        padding: 15px 24px;
        font-size: 100%;
    }
    .cmp_link_item a {
        padding: 15px 24px 15px 50px;
        font-size: 100%;
    }
}

/* table */
.cmp_table02,
.cmp_table01 {
    margin-bottom: 16px;
    background-color: #f5f4f1;
    padding: 10px;
    overflow: auto;
}
.cmp_table02 table,
.cmp_table01 table {
    width: 624px;
}
.cmp_table04 table,
.cmp_table03 table,
.cmp_table02 table,
.cmp_table01 table {
    border-collapse: collapse;
}
.cmp_table02 tr,
.cmp_table01 tr {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.cmp_table02 th,
.cmp_table01 th {
    padding: 10px;
    background-color: #e0ddd5;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.cmp_table02 td,
.cmp_table01 td {
    padding: 10px;
    border-left: 1px solid #707070;
    color: #333;
    font-size: 100%;
}
.cmp_table01 th {
    width: 20%;
}
.cmp_table01 td {
    width: 40%;
}
.cmp_table02 th {
    width: 25%;
}
.cmp_table02 td {
    width: 75%;
}
.cmp_table04,
.cmp_table03 {
    margin-bottom: 16px;
}
.cmp_table04 table,
.cmp_table03 table {
    width: 100%;
}
.cmp_table04 th,
.cmp_table04 td,
.cmp_table03 th,
.cmp_table03 td {
    padding: 10px;
    border: 1px solid #707070;
    color: #333;
    font-size: 100%;
}
.cmp_table04 th,
.cmp_table03 th {
    background-color: #e0ddd5;
    text-align: left;
    vertical-align: top;
}
.cmp_table04 td,
.cmp_table03 td {
    background-color: #fff;
    text-align: center;
}
.cmp_table04 span,
.cmp_table03 span {
    margin-top: 5px;
    display: block;
}
.cmp_table03 th,
.cmp_table03 td {
    width: 16.66%;
}
.cmp_table04 th,
.cmp_table04 td {
    width: 20%;
}
.cmp_table03 th[colspan="3"] {
    width: 50%;
}
.cmp_table03 th[colspan="2"] {
    width: 33.33%;
}
.cmp_table04 th[colspan="2"] {
    width: 40%;
}
@media only screen and (max-width:767px){
    .cmp_table04,
    .cmp_table03 {
        overflow: auto;
    }
    .cmp_table04 table,
    .cmp_table03 table {
        width: 1414px;
    }
}

/* section */
.cmp-sec {
    margin-bottom: 72px;
}
@media only screen and (max-width:767px){
    .cmp-sec {
        margin-bottom: 40px;
    }
}

/* column */
.cmp_col {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: wrap;
}
.cmp_col4_item {
    width: 24%;
    margin-bottom: 16px;
    margin-right: 1.3%;
}
.cmp_col3_item {
    width: 32%;
    margin-bottom: 16px;
    margin-right: 2%;
}
.cmp_col2_item {
    width: 49%;
    margin-bottom: 16px;
    margin-right: 2%;
}
.cmp_col4_item:nth-child(4n),
.cmp_col3_item:nth-child(3n),
.cmp_col2_item:nth-child(2n) {
    margin-right: 0;
}
.cmp_col_img02,
.cmp_col_img01 {
    margin: 0 auto 16px;
}
.cmp_col_img01 {
    max-width: 400px;
}
.cmp_col_img02 {
    width: 100%;
}
.cmp_col_img02:last-child,
.cmp_col_img01:last-child {
    margin-bottom: 0;
}
.cmp_col_2img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.cmp_col_2img &gt; div {
    width: 48%;
    max-width: 299px;
}
.cmp_col_box {
    margin-bottom: 8px;
    padding: 24px;
    background-color: #fff;
}

@media only screen and (max-width:767px){
    .cmp_col2_item,
    .cmp_col3_item,
    .cmp_col4_item {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .cmp_col_2img {
        display: block;
    }

    .cmp_product_ttl01 {
        order: 1;
    }
    .cmp_product_img01 {
        order: 2;
    }
    .cmp_product_desc01 {
        order: 3;
    }
    .cmp_product_ttl02 {
        order: 4;
    }
    .cmp_product_img02 {
        order: 5;
    }
    .cmp_product_desc02 {
        order: 6;
    }
}

/* column - sec01 */
.cmp_col_sec01 {
    padding: 24px;
    background-color: #fff;
    text-align: center;
}
.cmp_col_sec01_icon {
    position: relative;
    margin-bottom: 16px;
    color: #ff8700;
    font-size: 175%;
    font-weight: bold;
}
.cmp_col_sec01_icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.75em;
    height: 1.75em;
    border: 2px solid #ff8700;
    border-radius: 100px;
    content: "";
    line-height: 1;
}

/* column - sec02 */
.cmp_col_sec02 {
    height: 100%;
    padding: 24px;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    background-color: #fff;
}
.cmp_col_sec02_product_img {
    margin-bottom: 16px;
}
.cmp_col_sec02_link a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 100%;
}
.cmp_col_sec02_link a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.cmp_col_sec02_link a:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #d50000;
    content: "";
}

@media only screen and (max-width:767px){
    .cmp_col_sec02__product {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }
    .cmp_col_sec02_product_img {
        margin-bottom: 0;
        width: 55px;
    }
    .cmp_col_sec02__product .cmp_text02 {
        flex: 1;
        margin-left: 8px;
        margin-bottom: 0;
        font-size: 100%;
    }
}

/* column - sec03 */
a.cmp_col_sec03 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: 94px;
    padding: 16px 40px 16px 50px;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.7;
}
a.cmp_col_sec03:hover {
    background-color: #f5f4f1;
}
a.cmp_col_sec03:after {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #d50000;
    content: "";
}</pre></body></html>