body {
    color:#222222;
    font-family: "Noto Sans JP";
    line-height: 1.7;
}
figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
p {
    margin:0;
}
a {
  line-height: 1;
}
#page-business_detail img{
  /*width: auto;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
table {
  width: 100%;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    width: fit-content;
}
.modal-head {
    text-align: right;
}
.other-pdf img{
  width: 30px;
}

/* Component */
.c-page-title {
    font-size:26px;
    color:#e13232;
    font-weight: bold;
    text-align: center;
}
.c-page-lead-1 {
    font-size:16px;
    line-height: 1.6;
    text-align: center;
    margin:1.5em 0;
}
.c-page-lead {
    font-size:20px;
    line-height: 1.6;
    text-align: center;
    margin:1.5em 0;
}
.c-page-lead_sm {    
    font-size:16px;
    text-align: center;
    margin:1.5em 0;
}
/* Utility */
.u-sp-show {
    display: none;
}
.u-sp-none {
    display: block;
}
.u-container {
    /*width:1366px;*/
    width: 100%;
    margin:auto;
}
.u-title {
    font-size:26px;
    color:#e13232;
    font-weight: bold;
    text-align: center;
}
.u-title.tl {
    text-align: left;
}
.u-txt-center {
    text-align: center;
}
.u-row {
    display: flex;
}
.u-align-item-center {
    align-items: center;
}
.u-col-6 {
    width:50%;
}
.u-bubble {
    position:absolute;
    z-index: 2;
    width: auto !important;
}
.close {
    font-size:30px;
}
@media only screen and (max-width:767px){
    body {
        font-size:14px;
    }
    .u-container {
        /*width:375px;
        max-width:375px;*/
        width: 100%;
        margin:0;
    }
    .u-sp-show {
        display: block;
    }
    .u-sp-none {
        display: none;
    }
    .c-page-title {
        font-size:18px;
    }
    .u-title {
        font-size:18px;
    }
    .c-page-lead {
      text-align: left;
      font-size: 14px;
    }
    .c-page-lead-1{
      font-size: 14px;
    }
    .u-row {
        flex-direction: column;
    }
    .u-col-6 {
        width: 100%;
    }
}