@charset "utf-8";
/* 補助金ページ */
.heading {
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.heading h1 {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2.6rem;
    font-weight: 600;
}
.text-lead {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2.6rem;
    font-weight: 600;
    color: #23478F;
}
.text-marker {
    display: inline;
    padding: 0 5px;
    background: linear-gradient(transparent 60%,#FFF000 40%);
}
.title-speech {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    display: flex;
    align-items:last baseline;
    justify-content: center;
}
.title-speech::before,
.title-speech::after {
    content: "";
    background-color: #000;
    height: 2px;
    width: 30px;
    border-radius: 2px;
}
.title-speech::before {
    margin-right: 10px;
    transform: rotate(45deg);
}
.title-speech::after {
    margin-left: 10px;
    transform: rotate(-45deg);
}

.blue { color: #23478F;}
.purple { color: #5F2C94;}
.f50 { font-size: 5rem;}
@media print, screen and (min-width: 768px) {
    .wide.bg {
        width: 1092px;
        position: relative;
        z-index: 1;
    }
    .wide.bg.space-m {
        padding: 80px 0;
    }
	.wide.bg::before {
        content: "";
        width: 200%;
        margin-left: -50%;
        margin-right: -50%;
        background: #faf8f6;
        display: block;
        height: 100%;
        z-index: -10;
        position: absolute;
        top: 0;
        bottom: 0;
    }
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
    .heading {
        height: 60px;
    }
	.heading h1 {
        font-size: 2rem;
    }
    .text-lead {
       font-size: 2rem;
    }
    .f50 { font-size: 3rem;}
    .wide.bg.space-m {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .title-speech {
        font-size: 1.8rem;

    }
    .title-speech::before,
    .title-speech::after {
        width: 26px;
    }
    .title-speech::before {
        margin-right: 5px;
    }
    .title-speech::after {
        margin-left: 5px;
    }
}

/* 製品ブロック */
.productBox .inBox {
    background: #fff;
    padding: 30px;
}
.productBox h3 {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}
.productBox h3::before,
.colorBlock h4::before {
    content: none;
}
.productBox .imgBox {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.productBox .imgBox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.productBox .inBox {
        padding: 20px;
    }
    .productBox h3 {
        font-size: 2.6rem;
        margin-bottom: 15px;
    }
    .productBox .imgBox {
        height: 240px;
        margin-bottom: 15px;
    }
}
/* 背景色ブロック */
.colorBlock .bg-a {
    padding: 50px;
}
.colorBlock h4 {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 10px;
    border: none;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: #fff;
}
.colorBlock h4 small {
    font-size: 2rem;
}
.colorBlock h3 {
    font-size: 2.7rem;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    position: relative;
}
.colorBlock h3::before {
    margin-right: 15px;
    position: static;
    display: inline-block;
    vertical-align: bottom;
}
.bg-a.c-blue {
    background-color: #E9EDF4;
}
.bg-a.c-blue h3 {
    color: #23478F;
}
.bg-a.c-blue h3::before {
    width: 47px;
    height: 38px;
    background: url(../img/service/icon_catalog.png) no-repeat 0 0 / cover;
}
.bg-a.c-purple {
    background-color: #EFEAF4;
}
.bg-a.c-purple h3 {
    color: #5F2C94;
}
.bg-a.c-purple h3::before {
    width: 40px;
    height: 42px;
    margin-top: -3px;
    background: url(../img/service/icon_general.png) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
    .colorBlock .btn-a a {
        min-width: 292px;
    }
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.colorBlock .bg-a {
        padding: 25px;
    }
    .colorBlock h4 {
        font-size: 2rem;
        margin-bottom: 15px;
        padding: 10px;
        height: auto;
    }
    .colorBlock h4 small {
        font-size: 1.6rem;
    }
    .colorBlock h3 {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
}

/* ------------------------------
 上書き
------------------------------ */
.contentsTop, .contentsPage {
    padding-top: 60px;
}
/* リンク */
a {
  color: #B91C22;
}
/* ボタン */
.btn-a a,
a.btn-a {
	background-color: #23478F;
}
.btn-a a.cms_inner_blank {
    padding-right: 25px;
}
.cms_inner_blank {
    background: url(/wm/img/icon/blank_red.png) no-repeat right .3em;
}
.btn-a a.cms_inner_blank::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    margin-left: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background: url(/wm/img/icon/blank_w.png) no-repeat 0 0 / 12px 10px;
}
/* テーブル */
table thead th {
    color: #fff;
	background: #23478F;
}
.vam table th,
.vam table td {
    vertical-align: middle;
}
/* リスト */
.list.f25 ul li:before {
	margin: 0 5px 0 3px;
	font-size: 55%;
}
/* 背景色 */
.bg-c {
    background: #F6EED1;
}
/* お問い合わせ問い合わせ */
.bg-a.inq-banner.r10 {
    border-radius: 10px;
}
.bg-a.inq-banner.r10 .btn-a a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.bg-a.inq-banner.r10 .btn-a a {
    padding-top: 17px;
    padding-bottom: 17px;
}
.inq-banner .btn-a.telno {
    background: none;
    padding: 0;
    margin-right: 0;
    position: relative;
}
.inq-banner .btn-a.telno a {
    font-size: 2.3rem;
    color: #B91C22;
    position: relative;
}
.inq-banner .btn-a.telno a span::before {
    content: "";
    width: 27px;
    height: 18px;
    margin-right: 8px;
    margin-top: -3px;
    vertical-align: middle;
    background: url(../img/freedial_icon_red.png) no-repeat 0 center / cover;
    display: inline-block;
}
/* ------------------------------
 POINTボックス
------------------------------ */
.pointBox::after {
    content: none;
}
.icon-point {
	font-size: 1.4rem;
	line-height: 1;
	background: #23478F;
    flex-flow: column;
}
.icon-point span {
	font-size: 3.4rem;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
    .contentsTop, .contentsPage {
        padding-top: 50px;
    }
	/* POINT */
	.icon-point {
        font-size: 1rem;
    }
    .icon-point span {
        font-size: 2.4rem;
    }
    /* お問い合わせ問い合わせ */
    .flexBox.inq-banner > * {
        width: 100%;
    }
    .bg-a.inq-banner.r10 .btn-a a {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 90%;
    }
}

