@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------- CSS Information
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */
/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*copmmon*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans CJK JP Thin"), url(../fonts/NotoSansJP-Thin.woff2) format("woff2"), url(../fonts/NotoSansJP-Thin.woff) format("woff"), url(../fonts/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans CJK JP Light"), url(../fonts/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/NotoSansJP-Light.woff) format("woff"), url(../fonts/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    src: local("Noto Sans CJK JP Black"), url(../fonts/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansJP-Black.woff) format("woff"), url(../fonts/NotoSansJP-Black.otf) format("opentype");
}
#content_area {
    font-family: "Noto Sans JP";
    font-weight: 400;
}
/*header {
  height: 0;
}*/
img {
    width: 100%;
    height: auto;
}
#service img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
h3.tit {
    font-weight: bold;
    font-size: 150%;
    color: #000;
}
.step_list {
    counter-reset: step;
}
.step_list div h3 {
    margin: 0 0 30px 0;
}
.step_list div h3 span {
    position: relative;
    color: #005bac;
    font-weight: 900;
    font-size: clamp(1.8rem, 0.5rem + 1.04vw, 2rem);
    padding: 0 0 0 30px;
}
.step_list div h3 span::before {
    position: absolute;
    left: 0;
    counter-increment: step;
    content: counter(step) ". ";
    font-weight: bold;
    margin-right: 8px;
}
/*============================================
title02
=============================================*/
#supply .title02, #const .title02, #mainte .title02, #discard .title02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 20px auto;
    line-height: 130%;
    background: #003da6;
    padding: 10px 0;
    border-radius: 5px;
    width: 100%;
    max-width: 650px;
}
.title02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #005bac;
    background: none;
    padding: 0;
    margin: 0 0 20px;
    line-height: 130%;
}
/*============================================*/
.title03 {
    color: #005bac;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #005bac;
    padding-bottom: 5px;
    margin: 0 0 10px 0 !important;
    line-height: 1.4;
}
.title03 span {
    font-size: 13px;
    background: #d9e7f3;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 8px;
}
.title04 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
}
.title04 span {
    color: #26abd9;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
    margin-right: 14px;
    position: relative;
    z-index: 1;
}
.title04 span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #ceebf4 transparent;
    position: absolute;
    bottom: 4px;
    right: -4px;
    z-index: -1;
}
.icon_orange {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 8px 0 15px 40px;
    background: url(../img/common_img/icon_orange.png) no-repeat 0 0;
    text-shadow: 1px 1px 1px #f2f2f2;
}
.icon_orange span {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.icon_point02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    border-left: 6px solid #005bac;
    background: #f0f0f0;
    padding: 5px 0 5px 8px;
    margin: 0 0 20px !important;
    text-align: left;
}
.icon_point02 span {
    font-size: 12px;
    font-weight: normal;
}
.icon_point02:before {
    content: none;
}
.icon_point03 {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    border-left: 6px solid #005bac;
    border-bottom: none;
    color: #005bac;
    background: #fff;
    padding: 5px 0 5px 8px;
    margin: 0 0 20px;
    text-align: left;
}
.icon_point04 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #005bac;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background: none;
    padding: 0;
    margin-bottom: 15px;
}
.icon_point04:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 500;
    margin-right: 10px;
}
.icon_point05 {
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    background: url(../img/common_img/arrow05.jpg) no-repeat;
    padding: 5px 0 10px 35px;
}
.tx_red {
    color: #fc1445;
    font-weight: bold;
}
.tx_orange {
    color: #ee6408;
}
.tx_green {
    color: #669933;
}
.tx_blue {
    color: #005bac;
}
.tx_01 {
    font-size: 16px;
    font-weight: bold;
    color: #c33;
}
.tx_02 {
    background: #ff0;
}
.attention {
    font-size: 11px;
    line-height: 130%;
    margin: 5px 0 0 0;
}
.btn_link a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: #ff9600;
    padding: 10px;
    margin: 10px auto 0;
    /* CSS3 */
    border-radius: 30px;
    border: 0;
}
.btn_link a:hover {
    /*opacity: 0.6;*/
    background: #005bac;
    transition: all 0.3s;
}
.btn_link a::after {
    position: absolute;
    top: 28px;
    right: 28px;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.btn_link_top a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
    background: #ff9600;
    padding: 10px;
    margin: 10px auto 0;
    /* CSS3 */
    border-radius: 30px;
    border: 0;
}
.btn_link_top a:hover {
    /*opacity: 0.6;*/
    background: #005bac;
    transition: all 0.3s;
}
.btn_link_top a::after {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.section {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .title02, #supply .title02, #const .title02, #mainte .title02, #discard .title02 {
        font-size: 26px;
    }
    .title03 {
        font-size: 20px;
        padding-bottom: 10px;
        margin: 0 0 20px 0 !important;
    }
    .title03 span {
        font-size: 18px;
    }
    .title04 {
        font-size: 30px;
        margin-bottom: 28px;
        text-align: left;
    }
    .title04 span {
        font-size: 60px;
        margin-right: 28px;
    }
    .title04 span:after {
        border-width: 0 0 40px 40px;
    }
    .icon_point02 {
        font-size: 18px;
    }
    .icon_orange {
        font-size: 20px;
    }
    .icon_point03 {
        font-size: 18px;
    }
    .icon_point04 {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .icon_point04:before {
        font-size: 34px;
        margin-right: 20px;
    }
    .icon_point05 {
        font-size: 16px;
        padding: 2px 0 10px 35px;
    }
    .tx_01 {
        font-size: 26px;
    }
    .attention {
        font-size: 12px;
    }
    .btn_link a {
        display: block;
        padding: 24px 10px;
        margin: 10px auto 0;
    }
    .btn_link_top a {
        display: block;
        padding: 8px 10px;
        margin: 10px auto 0;
    }
    .section {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .title02, #supply .title02, #const .title02, #mainte .title02, #discard .title02 {
        font-size: 32px;
    }
    .icon_point04 {
        font-size: 32px;
    }
    .icon_point04:before {
        font-size: 45px;
        margin-right: 20px;
    }
    .pc_none {
        display: none;
    }
    .btn_link a {
        margin: 30px auto 0;
    }
    .btn_link_top a {
        margin: 30px auto 0;
    }
}
.sp_none {
    display: none;
}
@media print, screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
    .sp_none {
        display: inline-block;
    }
}
/*======================================================================

=======================================================================*/
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t15 {
    margin-top: 15px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b15 {
    margin-bottom: 15px !important;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b25 {
    margin-bottom: 25px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
.padding_t5 {
    padding-top: 5px;
}
.padding_t10 {
    padding-top: 10px;
}
.padding_t20 {
    padding-top: 20px;
}
.padding_b10 {
    padding-bottom: 10px;
}
.padding_b20 {
    padding-bottom: 20px;
}
.padding_r10 {
    padding-right: 10px;
}
.padding_r20 {
    padding-right: 20px;
}
.padding_l10 {
    padding-left: 10px;
}
.padding_l20 {
    padding-left: 20px;
}
/*------------------------------------------------------------Text*/
/*title*/
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
#reason .tx_left, #supply .tx_left, #const .tx_left, #mainte .tx_left, #discard .tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #C33;
}
/*TextBox*/
.txbox001 {
    padding: 15px;
    border-radius: 3px;
    background: #e4f7ff;
}
/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}
/*------------------------------------------pagetitle*/
#pagetitle {
    position: relative;
    top: 0;
    height: auto;
    background: url("../../img/qrreader_daq-n1_img/pagetaitle.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    padding: 60px 0;
}
#pagetitle img {
    display: none;
    width: 100%;
    height: auto;
    max-width: 200px;
}
#pagetitle ul {
    margin: auto;
}
#pagetitle div {
    /*position: absolute;
    top: 65%;*/
    position: initial;
    /*top: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    width: 100%;
    padding: 0;
    font-size: 25px;
}
#pagetitle div .wrapper {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    position: relative;
    padding: 30px 30px 10px;
    margin: 0 0 30px 0;
}
#pagetitle div h1 {
    color: #fff;
    display: block;
    margin: 0;
    font-weight: bold;
    position: relative;
    width: auto;
    text-shadow: none;
    padding: 0 0 0 0;
    font-size: 16px;
}
#pagetitle span {
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
#pagetitle strong {
    display: block;
    font-weight: 900;
    color: #fff;
    font-size: clamp(1rem, -0.5rem + 4.17vw, 3.5rem);
}
#pagetitle a {
    color: #003da6;
    font-size: 26px;
}
#pagetitle .subsidy_bn a {
    font-size: 14px;
    background: #f97b00;
    margin: 0 0 /*50px*/ 0;
    color: #fff;
    border: 1px solid #fff;
}
#pagetitle .subsidy_bn a:hover {
    background: #f94700;
}
.subsidy_bn a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    transition: all 0.5s;
}
@media print, screen and (min-width:768px) {
    #pagetitle {
        position: relative;
        height: 450px;
        margin-bottom: 20px;
        margin-top: 0;
        padding: 70px 0;
    }
    #pagetitle img {
        display: inline;
        max-width: 200px;
    }
    #pagetitle ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #pagetitle div {
        padding: 0 40px;
        font-size: 40px;
    }
    #pagetitle div h1 {
        padding: 30px 0 0 0;
        font-size: 36px;
        margin: 0 auto;
    }
    #pagetitle span {
        margin: 0 auto;
        font-size: 24px;
    }
    #pagetitle .subsidy_bn a {
        font-size: 24px;
    }
}
@media print, screen and (max-width:480px) {
    /*#pagetitle {
        height: 230px;
    }*/
    /*#pagetitle div {
        margin-top: 60px;
    }*/
    #pagetitle div h1 {
        line-height: 1.1;
    }
    #pagetitle div {
        font-size: 20px;
    }
}
/*------------------------------------------------------------breadcrumbs*/
.breadcrumbs {
    top: 330px;
}
@media print, screen and (min-width:350px) {
    .breadcrumbs {
        top: 330px;
    }
}
@media print, screen and (min-width:450px) {
    .breadcrumbs {
        top: 330px;
    }
}
@media print, screen and (min-width:500px) {
    .breadcrumbs {
        top: 330px;
    }
}
@media print, screen and (min-width:550px) {
    .breadcrumbs {
        top: 330px;
    }
}
@media print, screen and (min-width:600px) {
    .breadcrumbs {
        top: 330px;
    }
}
@media print, screen and (min-width:650px) {
    .breadcrumbs {
        top: 330px;
    }
}
@media print, screen and (min-width:768px) {
    .breadcrumbs {
        top: 487px;
    }
}
/*-----------------------------------------------------------------------*/
/*link*/
.management_link_group {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    z-index: 3;
    position: relative;
}
.management_link_group::before {
    content: "";
    display: block;
    width: 45%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.management_link_group::after {
    content: "";
    display: block;
    width: 50%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.management_link_group > li {
    width: calc(50% - 12px);
}
@media print, screen and (min-width: 768px) {
    .management_link_group {
        margin-top: 0;
    }
}
@media print, screen and (min-width: 1200px) {
    .management_link_group {
        gap: 40px;
    }
    .management_link_group > li {
        width: calc(50% - 20px);
    }
}
.management_box {
    height: 100%;
}
.management_box > a {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
    border-radius: 8px;
    box-sizing: border-box;
    transition: 0.2s;
}
.management_box > a:hover {
    -webkit-transform: scale(103%);
    transform: scale(103%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 1;
}
.management_box .mgt_ti {
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: clamp(20px, 2.34vw, 32px);
    letter-spacing: 0.2em;
    padding: 2px 0;
}
.management_box p {
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 0;
}
.management_box.mgt01 a {
    border: solid 4px #0039a1;
}
.management_box.mgt01 a .mgt_ti {
    background: #0039a1;
}
.management_box.mgt01 a p {
    color: #0039a1;
}
.management_box.mgt02 a {
    border: solid 4px #008366;
}
.management_box.mgt02 a .mgt_ti {
    background: #008366;
}
.management_box.mgt02 a p {
    color: #008366;
}
.management_box.mgt03 a {
    border: solid 4px #20a0d3;
}
.management_box.mgt03 a .mgt_ti {
    background: #20a0d3;
}
.management_box.mgt03 a p {
    color: #20a0d3;
}
.management_box.mgt04 a {
    border: solid 4px #ebab11;
}
.management_box.mgt04 a .mgt_ti {
    background: #ebab11;
}
.management_box.mgt04 a p {
    color: #ebab11;
}
/*------------------------------------------------------------content*/
/** merit **/
#merit {
    background: #ebf7fd;
}
#merit .ly_card_2column:not(:last-child) {
    margin-bottom: 30px;
}
#merit .ly_card_2column .tx_box {
    margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
    #merit .ly_card_2column {
        display: flex;
        align-items: center;
    }
    #merit .ly_card_2column:not(:last-child) {
        margin-bottom: 60px;
    }
    #merit .ly_card_2column:nth-child(2n) {
        flex-direction: row-reverse;
    }
    #merit .ly_card_2column .tx_box {
        margin-bottom: 0;
    }
    #merit .ly_card_2column > div {
        width: calc(100% / 2 - 30px);
    }
    #merit.container_base p {
        text-align: left;
    }
}
/*===========================================
service
============================================*/
#service .title03 {
    margin: 0 0 10px 0 !important;
}
#service .col-sm-6 {
    margin-bottom: 15px;
}
#service .col-sm-6 a {
    display: block;
}
#service .col-sm-6 a:hover {
    opacity: 0.6;
}
#service .col-sm-6 a p {
    color: #000;
}
#service .col-sm-6 .img-responsive {
    margin: 0 auto 10px;
}
#service ul {
    margin: 30px 0 0 0;
}
@media print, screen and (min-width: 768px) {
    #service .col-sm-6 {
        margin-bottom: 30px;
    }
}
/*===========================================
popular
============================================*/
.popular_box {
    background: #fef4cc;
    border-radius: 10px;
    padding: 15px;
}
.popular_box li {
    font-size: 16px;
    font-weight: 700;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.popular_box li:before {
    content: "\f058";
    font-family: fontawesome;
    color: #ee6408;
}
.popular_box li:not(:last-child) {
    margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
    #popular .popular_box {
        padding: 20px 30px;
    }
    .popular_box li {
        font-size: 19px;
        padding-left: 25px;
        text-indent: -25px;
    }
    .popular_box li:not(:last-child) {
        margin-bottom: 15px;
    }
    .popular_box li:before {
        padding: 4px;
        margin-right: 12px;
    }
}
.price {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
.price th, .price td {
    padding: 10px;
}
.price th {
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #005bac;
}
.price tr:nth-child(2n+1) td {
    background: #fafafa;
}
.price tr:nth-child(2n) td {
    background: #d9e7f3;
}
.price tr td:first-child {
    text-align: left;
}
.price tr td:last-child {
    text-align: right;
}
@media print, screen and (min-width: 768px) {
    .price th, .price td {
        padding: 10px 20px;
    }
}
@media print, screen and (min-width: 768px) {
    #sec02 {
        padding: 0;
    }
}
/*===========================================
telework
============================================*/
#telework .lead {
    font-size: 18px;
    font-weight: 400;
}
.telework_box:not(:last-child) {
    margin-bottom: 20px;
}
.telework_box .ph_box .img-responsive {
    margin: 0 auto 10px;
}
.telework_box .tx_box .title02 {
    font-size: 16px;
    text-align: left;
    margin: 0 0 5px;
}
.telework_box .tx_box .btn_link a {
    width: 290px;
    margin: 10px 0 0;
}
.telework_box .tx_box .btn_link_top a {
    width: 290px;
    margin: 10px 0 0;
}
@media print, screen and (min-width: 768px) {
    .telework_box:not(:last-child) {
        margin-bottom: 40px;
    }
    .telework_box .tx_box .title03 {
        margin: 0 0 10px 0 !important;
    }
    .telework_box .tx_box .title02 {
        font-size: 18px;
        margin: 0 0 5px;
    }
}
@media print, screen and (min-width: 992px) {
    .telework_box .ph_box .img-responsive {
        margin: 0;
    }
}
.bn_haisenrescue .img-responsive {
    margin: 0 auto;
}
/*leftbox rightbox*/
.leftbox {
    margin-bottom: 10px;
}
.leftbox img, .rightbox img {
    width: 100%;
    height: auto;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .leftbox {
        margin-bottom: 0px;
        float: left;
        width: 340px;
    }
    .rightbox {
        float: right;
        width: 340px;
    }
}
/*------------------------------------------------------------contact banner*/
#bn_contact .leftbox .tel {
    color: #0db715;
    font-size: 30px;
    font-weight: bold;
    line-height: 120%;
    width: 256px;
    padding: 5px 0 10px 40px;
    background: url(../img/common_img/contact_left_bg.jpg) no-repeat 0 5px;
}
#bn_contact .leftbox {
    float: left;
    margin-left: 22%;
    width: 44%;
}
/*------------------------------------------------------------kitting btn*/
a.btn--yellow {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff100;
    border-bottom: 5px solid #ccc100;
    text-decoration: none;
    width: 100%;
    padding: 15px 15px 10px 15px;
    margin-bottom: 10px;
    white-space: pre-wrap;
    position: relative;
    line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
    a.btn--yellow {
        line-height: 2;
    }
}
.btn:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 0.9;
    right: 0;
    top: 45%;
    margin-right: 20px;
    position: absolute;
}
a.btn--yellow:hover {
    margin-top: 13px;
    color: #444444;
    background: #fff20a;
    border-bottom: 2px solid #ccc100;
}
.design01 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.design02 {
    font-size: 30px;
}
.design03 {
    font-size: 20px;
    color: #005bac;
}
.br768 {
    display: block;
}
.sp_none {
    display: none;
}
@media print, screen and (min-width: 768px) {
    .br768 {
        display: none;
    }
    .sp_none {
        display: inline-block;
    }
    .design02 {
        font-size: 36px;
    }
    .design03 {
        font-size: 24px;
        color: #005bac;
    }
}
/*===========================================
supply
============================================*/
#supply .icon_point02 {
    color: #003da6;
    border-left: 6px solid #003da6;
    background: #f0f0f0;
}
#supply .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#supply .btn_link {
    margin-top: auto;
}
#supply .btn_link_top {
    margin-top: auto;
}
#supply .h_align {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 350px;
}
@media print, screen and (min-width: 768px) {
    #supply .row-eq-height {
        justify-content: space-around;
    }
    #supply .ly_card_2column > div {
        width: calc(100% / 4 -15px);
    }
    #supply .ly_card_2column > div:nth-child(n+3) {
        margin-top: 0;
    }
}
@media print, screen and (min-width: 992px) {
    #supply .row-eq-height {
        justify-content: space-between;
    }
    #supply .h_align {
        width: 23%;
    }
}
/*===========================================
const
============================================*/
#const .icon_point03 {
    color: #008c69;
    border-left: 6px solid #008c69;
    background: #f0f0f0;
}
#const .icon_point02 {
    color: #008c69;
    border-left: 6px solid #008c69;
    background: #f0f0f0;
}
#const .title02 {
    background: #008c69;
}
#const .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#const .btn_link {
    margin-top: auto;
}
#const .btn_link_top {
    margin-top: auto;
}
#const .h_align {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 350px;
}
@media print, screen and (min-width: 768px) {
    #const .row-eq-height {
        justify-content: flex-start;
        padding: 0 25px 0 25px;
    }
    #const .h_align {
        max-width: 32%;
    }
}
@media print, screen and (min-width: 992px) {
    #const .row-eq-height {
        justify-content: space-between;
        padding: 0;
    }
    #const .h_align {
        width: 32%;
    }
}
/*===========================================
mainte
============================================*/
#mainte .icon_point02 {
    color: #fcb800;
    border-left: 6px solid #fcb800;
    background: #f0f0f0;
}
#mainte .title02 {
    background: #26abd9;
}
#mainte .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#mainte .btn_link {
    margin-top: auto;
}
#mainte .btn_link_top {
    margin-top: auto;
}
#mainte .h_align {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 350px;
}
@media print, screen and (min-width: 768px) {
    #mainte .row-eq-height {
        justify-content: flex-start;
        padding: 0 25px 0 25px;
    }
    #mainte .h_align {
        max-width: 32%;
    }
}
@media print, screen and (min-width: 992px) {
    #mainte .row-eq-height {
        justify-content: space-between;
        padding: 0;
    }
    #mainte .h_align {
        width: 32%;
    }
}
/*===========================================
discard
============================================*/
#discard .icon_point03 {
    color: #26abd9;
    border-left: 6px solid #26abd9;
    background: #fff;
}
#discard .title02 {
    background: #fcb800;
}
#discard .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#discard .btn_link {
    margin-top: auto;
}
#discard .btn_link_top {
    margin-top: auto;
}
#discard .h_align {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 350px;
}
@media print, screen and (min-width: 768px) {
    #discard .row-eq-height {
        justify-content: flex-start;
        padding: 0 25px 0 25px;
    }
    #discard .h_align {
        max-width: 32%;
    }
}
@media print, screen and (min-width: 992px) {
    #discard .row-eq-height {
        justify-content: space-between;
        padding: 0;
    }
    #discard .h_align {
        width: 32%;
    }
}
/*===========================================
worries
============================================*/
#worries.container_base p {
    text-align: center;
}
/* 2 */
.ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
    margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
    .ly_card_2column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_2column > div, .ly_card_2column > li {
        width: calc(100% / 2 - 15px);
    }
    .ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
        margin-top: 0;
    }
    .ly_card_2column > div:nth-child(n+3), .ly_card_2column > li:nth-child(n+3) {
        margin-top: 30px;
    }
}
/* 3 */
.ly_card_3column > div, .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
    margin-top: 16px;
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
    .ly_card_3column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_3column::after {
        content: "";
        display: block;
        width: calc(100% / 3 - 15px);
    }
    .ly_card_3column > div, .ly_card_3column > li {
        width: calc(100% / 3 - 15px);
    }
    .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
        margin-top: 0;
    }
    .ly_card_3column > div:nth-child(n+4), .ly_card_3column > li:nth-child(n+4) {
        margin-top: 30px;
    }
}
.br768 {
    display: block;
}
@media print, screen and (min-width:768px) {
    .br768 {
        display: none;
    }
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/*=============================================
table
==============================================*/
table {
    width: 100%;
    border-collapse: collapse;
}
td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 13px;
    vertical-align: top;
}
.category {
    background: #e6e6e6;
    font-weight: bold;
    width: 15%;
}
.subcategory {
    background: #f5f5f5;
    font-weight: bold;
    width: 20%;
}
.item {
    background: #fff;
    width: 20%;
}
.spec {
    background: #fff;
}
#choose_business_type img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}