.under #main {
    padding-bottom: 80px;
}

.under #content img {
    max-width: inherit;
}

.under #content a {
    color: #2c86cc;
    text-decoration: underline;
}

.under #content a.no_hover:hover {
    text-decoration: underline;
}

.under #content p.mb0 {
    margin-bottom: 0px;
}

.under #content p.mb05 {
    margin-bottom: 5px;
}

.under #content p.mb10 {
    margin-bottom: 10px;
}

.under #content p.mb15 {
    margin-bottom: 15px;
}

.under #content p.mb20 {
    margin-bottom: 20px;
}

.under #content p.mb25 {
    margin-bottom: 25px;
}

.under #content p.mb30 {
    margin-bottom: 30px;
}

.under #content .image_l {
    float: left;
    margin: 0 40px 55px 0;
}

.under #content .image_r {
    float: right;
    margin: 0 0 40px 55px;
}

.under #content .image_r img,
.under #content .image_l img {
    border: 8px #fff solid;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.under #content .image_l.mb55 {
    margin-bottom: 55px;
}

.under sup {
    vertical-align: super;
    font-size: smaller;
    font-size: 8px;
}

.under #content .txt_small {
    font-size: 12px;
}

.under #topic_path {
    padding: 17px 0;
    margin-bottom: 36px;
}

.under #topic_path li {
    display: inline;
    font-size: 14px;
    margin-right: 5px;
}

.under #topic_path a {
    text-decoration: none;
    color: #2c86cc;
    display: inline-block;
    margin-right: 7px;
}

.under #topic_path a:hover {
    text-decoration: underline !important;
    opacity: 0.7
}

/*section*/
.under .box_t3 {
    padding: 0 50px;
    margin: 0 auto 140px;
    text-align: center;
}

.under .section_c {
    padding: 0 15px;
}

.under * {
    box-sizing: border-box;
}

.under a:hover {
    text-decoration: none;
}

.under #content .inner {
    width: 1300px;
}

.body.under #main {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #111;
}

.under #content p {
    line-height: 1.85em;
    margin-bottom: 1.85em;
}

.under #content p:last-child,
.under #content table:last-child {
    margin-bottom: 0px;
}

.under .section {
    padding-bottom: 80px;
}

.under .section:last-child {
    padding-bottom: 0px;
}

.under #top_info {
    background: url("../images/under_top_info.jpg") no-repeat center top/cover;
    height: 380px;
    position: relative;
}

.under#service #top_info {
    background: url("../images/under_top_info_service.jpg") no-repeat center top/cover;
}

.under#voice #top_info {
    background: url("../images/under_top_info_voice.jpg") no-repeat center top/cover;
}

.under#commitment #top_info {
    background: url("../images/under_top_info_commitment.jpg") no-repeat center top/cover;
}

.under#estimate #top_info {
    background: url("../images/under_top_info_estimate.jpg") no-repeat center top/cover;
}

.under#first #top_info {
    background: url("../images/under_top_info_first.jpg") no-repeat center top/cover;
}

.under#case #top_info {
    background: url("../images/under_top_info_case.jpg") no-repeat center top/cover;
}

.under#diagnose #top_info {
    background: url("../images/under_top_info_diagnose.jpg") no-repeat center top/cover;
}

.under#flow #top_info {
    background: url("../images/under_top_info_flow.jpg") no-repeat center top/cover;
}

.under#price #top_info {
    background: url("../images/under_top_info_price.jpg") no-repeat center top/cover;
}

.under#paint #top_info {
    background: url("../images/under_top_info_paint.jpg") no-repeat center top/cover;
}

.under#faq #top_info {
    background: url("../images/under_top_info_faq.jpg") no-repeat center top/cover;
}

.under#news #top_info {
    background: url("../images/under_top_info_news.jpg") no-repeat center top/cover;
}

.under#company #top_info {
    background: url("../images/under_top_info_company.jpg") no-repeat center top/cover;
}

.under#contact #top_info {
    background: url("../images/under_top_info_contact.jpg") no-repeat center top/cover;
}

.under#showroom #top_info {
    background: url("../images/under_top_info_showroom.jpg") no-repeat center top/cover;
}

.under#platinum #top_info {
    background: url("../images/under_top_info_01.jpg") no-repeat center top/cover;
}

.under #top_info .banner_gg {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.under #top_info .banner_gg img {
    height: auto;
}

.under#showroom p.img_rela {
    margin-bottom: 10px;
}

.under#showroom p.p_abso {
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #2c86cc;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.under .flex_c {
    display: flex;
    justify-content: center;
}

.under .flex_c div {
    margin: 0px 20px;
    width: 450px;
}

.bgw {
    width: fit-content;
    margin: auto;
    padding: 25px;
    background: white;
}


.under #top_info .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
    line-height: 1.6em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.under h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}

.under h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 1.3em;
    position: relative;
    z-index: 1;
    background: url("../images/bg_t3.png") no-repeat center top;
    background-size: 110px auto;
    padding-top: 95px;
    padding-bottom: 20px;
}

.under h4 {
    font-size: 28px;
    position: relative;
    background: #e5f2fa;
    margin-bottom: 32px;
    padding: 10px 15px 11px 10px;
}

.under h4:first-letter {
    color: #2c86cc;
}

.under h4:after {
    position: absolute;
    content: "";
}

.under h4:after {
    background: radial-gradient(circle, #2c86cc 1.5px, transparent 2px) repeat-x left bottom;
    background-size: 10px 4px;
    width: 100%;
    height: calc(100% + 8px);
    left: 0;
    bottom: 0px;
}

.under h5 {
    line-height: 1.4em;
    position: relative;
    font-size: 24px;
    padding: 0px 0 20px 0;
    margin-bottom: 25px;
    background: radial-gradient(circle, #2c86cc 1.5px, transparent 2px) repeat-x left bottom;
    background-size: 10px 4px;
    overflow: hidden;
}

.under h5:first-letter {
    color: #2c86cc;
}

.under h5.mb0 {
    margin-bottom: 0
}

.under h6 {
    line-height: 1.4em;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    color: #2c86cc;
}

/*table*/
.under table {
    width: 1200px;
    margin: 0 auto 30px;
}

.under table.mb05 {
    margin-bottom: 5px;
}

.under table th,
.under table td {
    padding: 15px;
    border: #fff 1px solid;
    background: #e2edef;
}

.under table th {
    background: #1e6fa8;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
}

.under table.tb01 th {
    background: #f6f6f6;
    color: #076bb0;
}

.under table.tb01 td {
    background: #fff;
}

.under table.tb01 th,
.under table.tb01 td {
    border-color: #e4e4e4;
}

.under table.th_left th {
    text-align: left;
}

.under table.td_top td {
    vertical-align: top;
}

.under table.td_center td {
    text-align: center;
}

.under table.td_center td .tb_ttl {
    color: #1e6fa8;
    font-weight: bold;
}

.under table.tb_fix {
    table-layout: fixed
}

/*txt_note*/
.under #content .txt_note {
    display: none;
    font-size: 11px;
    color: #A3A3A3;
    margin-bottom: 5px;
}

.under #content .txt_bold {
    font-weight: bold;
}

.under_map {
    width: 100%;
    height: 460px;
    display: block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* LIST STYLE                                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .list01,
.under #content .list_check {
    margin-bottom: 20px;
}

.under #content .list01 li,
.under #content .list_check li {
    position: relative;
    margin-bottom: 7px;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    line-height: 1.6em;
    font-size: 16px;
}

.under #content .list_check li {
    background: url("../images/icon_check.png") no-repeat left top 5px/16px;
    padding-left: 25px;
}

.under #content .list01 li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #2c86cc;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.under #content .list01:last-child,
.under #content .list01 li:last-child {
    margin-bottom: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .step_icon,
.under #content .bnr01 a,
.under #content .bnr02 a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.under .frame01:before,
.under .pickup:before,
.under #content .u_btn01 li a:before,
.under #content .u_btn02 a:before,
.under #content .box_anchor_db li a span:before,
.under #content .box_anchor_db li span:not(:last-child):after,
.under #content .step01 dl:not(:last-child):before {
    position: absolute;
    content: "";
}

.under .frame01,
.under .pickup,
.under .frame02 {
    padding: 100px 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.under .frame02 {
    padding: 30px;
    border: 1px #e2edef solid;
}

.under .pickup {
    padding: 90px 50px 140px;
    color: #fff;
}

.under #content .frame01_in {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 30px;
}

.under .frame01:before,
.under .pickup:before {
    width: 1920px;
    height: 100%;
    left: calc(50% - 960px);
    top: 0;
    z-index: -1;
}

.under .frame01:before,
.under .frame02 {
    background: url("../images/frame01.jpg") repeat 0 0;
}

.under .pickup:before {
    background: url("../images/pickup.jpg") no-repeat center /cover;
}

.under .frame01:last-child,
.under .pickup:last-child {
    margin-bottom: 0;
}

.under #content .title_frame {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
}

.under #content .title_frame>span {
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2c86cc;
    letter-spacing: 4px;
    margin-right: 15px;
}

.under #content .u_btn01.mb25 {
    margin-bottom: 25px;
}

.under #content .u_btn01,
.under #content .u_btn02 {
    display: flex;
    justify-content: center;
}

.under #content .u_btn01 li,
.under #content .u_btn02 a {
    min-height: 70px;
    flex: 1;
    max-width: 310px;
}

.under #content .u_btn01 li:not(:last-child) {
    margin-right: 20px;
}

.under #content .u_btn01 li a,
.under #content .u_btn02 a,
.under #content .box_anchor_db li a span {
    display: flex;
    align-items: center;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #2c86cc;
    font-weight: 400;
    position: relative;
    transition: all 0.3s linear;
    padding: 10px 30px;
    box-shadow: 0px 6px 0px 0px rgba(1, 75, 124, 1);
    line-height: 1.5;
}

.under#case .box_t3 {
    padding: 0;
}

.under #content .u_btn01 li a,
.under #content .box_anchor_db li a span {
    width: 100%;
    height: 100%;
}

.under #content .u_btn01 li a:before,
.under #content .u_btn02 a:before,
.under #content .box_anchor_db li a span:before {
    width: 10px;
    height: 17px;
    background: url("../images/arr_r.png") no-repeat right center/10px;
    right: 20px;
    top: calc(50% - 8px);
    transition: all 0.3s linear;
}

.under #content .u_btn01.u_btn01_3col {
    flex-wrap: wrap;
}

.under #content .u_btn01.u_btn01_3col>li {
    width: calc(100%/3 - 20px);
    flex: initial;
    margin-bottom: 25px;
}

.under #content .u_btn01.u_btn01_3col>li:nth-child(3n) {
    margin-right: 0px;
}

.under #content .box_anchor_db {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.under #content .box_anchor_db li {
    width: calc(100%/4 - 20px);
    transition: all 0.3s linear;
}

.under #content .box_anchor_db li a span {
    height: 100px;
}

.under #content .box_anchor_db li a span:not(:last-child) {
    margin-bottom: 50px;
    position: relative;
}

.under #content .box_anchor_db li a span:not(:last-child):before {
    display: none;
}

.under #content .box_anchor_db li a span:not(:last-child):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: rgb(1 75 124) transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.under #content .box_anchor_db li a {
    text-decoration: none;
}

.under #main .line-top-bold {
    border-top: 3px solid #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* STEP                                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .step01 {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 47px 50px 53px 50px;
}

.under #content .step01 dl {
    position: relative;
    padding-left: 145px;
    width: 100%;
    display: inline-block;
}

.under #content .step01 dl:not(:last-child) {
    padding-bottom: 60px;
}

.under #content .step01 dl:not(:last-child):before {
    height: 100%;
    width: 5px;
    background: #e2edef;
    top: 9px;
    left: 62px;
}

.under #content .step_tt {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.4;
}

.under #content .step_tt:first-letter {
    color: #2c86cc;
}

.under #content .step_icon {
    background: url("../images/step_icon.png") no-repeat center top;
    width: 141px;
    height: 88px;
    margin-right: 16px;
    flex-shrink: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    left: -5px;
    top: 5px;
    color: #fff;
    font-size: 60px;
    padding: 0 8px 8px 0;
}

.under #content .step_icon>span {
    font-size: 20px;
    font-weight: 500;
    margin-left: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* QA                                                               */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .qa dl {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 30px;
}

.under #content .qa dl:not(:last-child) {
    margin-bottom: 50px;
}

.under #content .qa dl dt,
.under #content .qa dl dd {
    display: flex;
}

.under #content .qa dl dt {
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    background: url("../images/bg_t5.png") repeat-x left bottom;
    background-size: auto 7px;
    padding-bottom: 10px;
}

.under #content .icon_a,
.under #content .icon_q {
    width: 81px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    flex-shrink: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
}

.under #content .icon_q {
    background: url("../images/icon_q.png") no-repeat center top/81px;
}

.under #content .icon_a {
    background: url("../images/icon_a.png") no-repeat center top/81px;
    position: relative;
    top: 6px;
}


.under #content .qa.step dl {}

.under #content .qa.step dl:not(:last-child) {
    margin-bottom: 60px;
    position: relative;
}

.under #content .qa.step dl:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url('../images/ic-step.png') no-repeat center /cover;
    left: calc(50% - 40px);
    bottom: -45px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* BANNER                                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .bnr01 {
    margin-bottom: 30px;
}

.under #content .bnr01.bnr01_full a {
    max-width: 800px;
}

.under #content .bnr01 a,
.under #content .bnr02 a,
.under #content .bnr01 a span,
.under #content .bnr02 a .tt {
    position: relative;
}

.under #content .bnr01 a,
.under #content .bnr02 a {
    flex-direction: column;
    max-width: 1000px;
    height: 150px;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    transition: all 0.3s linear;
    box-shadow: 0px 6px 10px 0px rgba(1, 75, 124, 0.5);
    padding-bottom: 17px;
}

.under #content .bnr01 a {
    background: url("../images/bnr01.png") no-repeat right center, url("../images/brush01.png") no-repeat left -27px top -27px;
    background-color: #1092cc;
    background-size: contain, 325px auto;
}

.under #content .bnr01-green a {
    background-color: #2c86cc;
}

.under #content .bnr02 a {
    background: #06c655;
    line-height: 1.4;
}

.under #content .bnr02 a .tt_sm {
    color: #2c86cc;
    font-size: 26px;
}

.under #content .bnr01 a span {
    z-index: 1;
    color: #111;
    padding: 5px;
    margin-bottom: 10px;
}

.under #content .bnr01 a:before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px rgba(255, 255, 255, 0.8) solid;
    border-radius: 10px;
}

.under #content .bnr02 a .tt {
    padding: 0 25px;
}

.under #content .bnr01 a:after,
.under #content .bnr01 a:before,
.under #content .bnr01 a span:before,
.under #content .bnr02 a .tt:before,
.under #content .bnr02 a .tt:after,
.under #content .bnr02 a:before {
    position: absolute;
    content: "";
}

.under #content .bnr02 a .tt:before,
.under #content .bnr02 a .tt:after {
    width: 1px;
    height: 30px;
    background: #fff;
    top: 5px;
}

.under #content .bnr02 a .tt:before {
    left: 0;
    transform: rotate(-45deg);
}

.under #content .bnr02 a .tt:after {
    right: 0;
    transform: rotate(35deg);
}

.under #content .bnr01 a span:before {
    background: #2c86cc;
    display: block;
    transform: skewX(-20deg);
    left: -15px;
    top: 0;
    width: calc(100% + 30px);
    height: 100%;
    z-index: -1;
}

.under #content .bnr02 a:before,
.under #content .bnr01 a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* TABS                                                              */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #main .tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}

.under #main .tab-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 62px;
    background-color: #eeefef;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .075em;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: bold;
}

.under #main .tab-link:not(:last-child) {
    margin-right: 4px
}

.under #main .tab-link.current {
    background-color: #2c86cc;
    color: #fff
}

.under #main .tab-link:hover {
    background-color: #2c86cc;
    color: #fff
}

.under #main .tab-link.sp {
    display: none
}

.under #main .tab-content {
    display: none;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    padding: 40px;
    margin-bottom: 60px;
}

.under #main .tab-content.current {
    display: inherit
}

.under #main .tab-content .section {
    padding: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* COLUMN                                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .col,
.under #content .col-frame {
    display: flex;
}

.under #content .col-wrap,
.under #content .col-frame {
    flex-wrap: wrap;
}

.under #content .col.col-wrap>li,
.under #content .col-frame>li {
    margin-bottom: 25px;
}

.under #content .col>li {
    flex: 1;
}

.under #content .col>li:not(:last-child),
.under #content .col-frame>li:not(:last-child) {
    margin-right: 25px;
}

.under #content .col-3>li:nth-of-type(3n) {
    margin-right: 0;
}

.under #content .col-5>li {
    width: calc(20% - 20px);
}

.under #content .col-6>li {
    width: calc(15.6% - 13px);
}

.under #content .col-4>li,
.under #content .col-3>li,
.under #content .col-2>li {
    flex: auto
}

.under #content .col-4>li {
    width: calc(25% - 18.75px);
}

.under #content .col-3>li {
    width: calc(33.333% - 25px);
}

.under #content .col-2>li {
    width: calc(50% - 12.5px);
}

.under #content .col-frame {
    display: flex;
}

.under #content .col-frame li {
    padding: 20px;
    background: #e2edef;
}

.under #content .ttl_01 {
    background: #1e6fa8;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.under #content .til_price {
    text-align: center;
}

.under #content .color_red {
    color: #f00;
}

.under #content .bor img {
    border: 2px #fff solid;
    width: 100%;
}

.under #content .map_frame {
    border: 1px #ccc solid;
    width: 100%;
    display: block;
    padding: 10px;
}

.under #content .tt_03 {
    display: flex;

}

.under #content .tt_03 span {
    flex-shrink: 0;
}

.under #main .box_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
}

.under #main .contact_phone {
    display: flex;
    text-decoration: none;
    line-height: 1;
    align-items: flex-end;
    margin-bottom: 15px;
}

.under #main .contact_phone .key,
.under #main .contact_phone .txt {
    font-size: 18px;
    color: #111111;
}

.under #main .contact_phone .numm {
    line-height: 1;
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    color: #111;
    position: relative;
}

.under #main .contact_phone .numm::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../images/ic-phone-contact.png") no-repeat center /cover;
    left: -70px;
    top: calc(50% - 26px);
}

.under #main .contact_time {
    letter-spacing: 0.1rem;
    display: block;
    text-align: center;
}

.under #main #sec06 {
    padding: 10px 0 0 0 !important;
    margin-bottom: 30px;
}

.under #main .line-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .box-banner-top {
    padding-top: 0 !important;
}

/* WORDPRESS */
/*POST TYPE CASE LIST*/
.under .u_box_list01 {
    margin-bottom: 30px;
}

.under .u_box_list01:last-child {
    margin-bottom: 0px;
}

.under p.u_box_list_tt {
    font-size: 24px;
    margin-bottom: 15px !important;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6 !important;
}

.under #main p.u_box_list_tt a {
    text-decoration: none;
    color: #111111;
}

.under #main p.u_box_list_tt a:hover {
    text-decoration: underline;
}

.under .u_box_list01_item {
    padding: 15px 20px 30px 20px;
    background: url('../images/frame01.jpg')repeat;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.under .u_box_list01 dl {
    display: flex;
}

.under .u_box_list01 .u_box_list01_item:not(:last-child) {
    margin-bottom: 50px;
}

.under .u_box_list01 dl dt {
    width: 390px;
    height: 258px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    flex-shrink: 0;
}

.under .u_box_list01 dl dt img {
    max-width: 100% !important;
    max-height: 100% !important;
    flex-shrink: 0;
}

.under .u_box_list01 dl dd {
    flex-grow: 1;
}

.under #main .cate {
    background: #2c86cc;
    padding: 1px 20px 2px;
    flex-shrink: 0;
    margin-bottom: 10px;
    display: inline-block;
    color: #FFF;
}

.under #main .cate.cate_3,
.under #main .cate.cate_22 {
    background-color: #2c86cc;
}

.under #main .cate.cate_20,
.under #main .cate.cate_21 {
    background-color: #2c86cc;
}

.under #main .cate.cate_19 {
    background-color: #2c86cc;
}

.under #main .cate.cate_18 {
    background-color: #f76e9f;
}

.under #main .cate.cate_17 {
    background-color: #b969b6;
}

.under #main .box_content_blog_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.under .u_box_list01 table {
    width: 100%;
    margin-bottom: 15px;
}

.under #main .u_box_list01 .u_btn01 li {
    max-width: 240px;
    min-height: 55px;
}

.under #main .post_lists .u_btn01 {
    justify-content: flex-end;
    padding-right: 10px;
}

.under #main .post_lists .u_btn01 li {
    min-height: 55px;
}

/*POST TYPE CASE DETAIL*/
.under #content .u_box_list01_detail {
    display: flex;
    justify-content: space-between;
}

.under #content .u_box_list01_detail_l {
    width: 100%;
}

.under #content .slider01_lg {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 30px;
}

.under #content .slider01_lg img,
.under #content .slider01_sm .img_sm img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
    width: auto !important;
}

/*.under #content .slider01_sm {
    width: 100%;
}*/
.under #content .slider01_sm .img_sm {
    background: #fff;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.under #content .slider01_lg .slick-slide {
    height: 400px;
    background-color: #CCC;
}

.under #content .slider01_sm .slick-list {
    padding: 0px !important;
}

.under #content .slider01_lg .slick-list,
.slick-slider .slick-track,
.under #content .slider01_sm .slick-slide>div {
    width: 100%;
    height: 100%;
    display: block;
}

.under #content .slider01_sm .slick-slide {
    width: 19% !important;
    height: 163px !important;
    margin-bottom: 15px;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.under #content .slider01_sm .slick-slide img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.under #content .slider01_sm .slick-slide:not(:nth-of-type(5n)) {
    margin-right: 1.25%;
}

.under #content .slider01_sm .slick-slide.slick-current {
    opacity: 0.6;
}

.under #content .slider01_lg .slick-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under #content .slider01_sm .slick-track {
    display: flex !important;
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
    flex-wrap: wrap;
}

.under #content .tb_case01 td,
.under #content .u_box_list01_item td {
    text-align: left;
}

.under #content .group_u_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.under #content .group_u_btn ul {
    width: 30%;
}

.under #content .group_u_btn ul li a {
    justify-content: center;
}

.under #content .u_btn01 li.btn_view a::before {
    display: none;
}

.under #content .u_btn01 li.prev a::before {
    right: inherit;
    left: 20px;
    transform: rotate(180deg);
}

.under#news #content .group_u_btn {
    justify-content: space-between;
}

/* POSTYPE NEWS */
.under #main .box-2col {
    display: flex;
    justify-content: space-between;
}

.under #main .col_left {
    width: calc(100% - 330px);
    margin-right: 30px;
}

.under #main pre {
    white-space: pre-wrap;
}

.under #main .col_right {
    width: 300px;
}

.under #main .box-bkg {
    background-color: #f5f9fb;
    padding: 30px;
    margin-bottom: 50px;
}

.under #main .post_lists>li {
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 7%);
    display: flex;
}

.under #main .post_lists li .image {
    width: 390px;
    height: 258px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
    overflow: hidden;
}

.under #main .post_lists li .image img {
    max-width: 100%;
}

.under #main .post_lists li .box_content_blog {
    width: 100%;
}

.under #main .post_lists li .box_content_blog .date {
    margin-bottom: 0;
}

.under #main .post_lists li .box_content_blog .title_blog {
    margin-bottom: 10px;
}

.under #main .post_lists li .box_content_blog .title_blog a {
    font-size: 22px;
    line-height: 1.5;
    color: #111111;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.under #main .post_lists li .box_content_blog .desc {
    margin-bottom: 15px;
}

.under #main .post_lists li:not(:last-child) {
    margin-bottom: 30px;
}

.under #main .post_lists li a .title_blog {
    padding-left: 0;
    margin-bottom: 5px;
}

.under #main .post_lists li a .image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
    background: #ccc;
    margin-bottom: 00;
}

.under #main .post_lists li .image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #CCC;
}

.under #main .post_lists li a .image img {
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.under #main .post_lists li a:hover {
    opacity: 0.7;
}

.under #main .side_tit_list li a {
    text-decoration: none;
}

.under #main .side_tit_list li a .date {
    margin-bottom: 0;
    font-size: 12px;
    color: #a0a0a0;
}

.under #main .side_tit_list li a {
    width: 100%;
    height: 100%;
    display: flex;
}

.under #main .side_tit_list li:not(:last-child) {
    margin-bottom: 20px;
}

.under #main .side_tit_list li a .image {
    width: 110px;
    height: 70px;
    background-color: #ccc;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 10px;
    flex-shrink: 0;
}

.under #main .side_tit_list li a .image img {
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}

.under #main .side_tit_list li a .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.under #main .side_tit_list li a:hover {
    opacity: 0.7;
}

.under #main .side_tit_list,
.under #main .children {
    margin-bottom: 30px;
}

.under #main .widgettitle {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #333;
    border-bottom: 3px solid #1e6ca8;
    position: relative;
    margin-bottom: 20px;
}

.under #main .cates_tabs li,
.under #main .col_right_box li {
    position: relative;
}

.under #main .cates_tabs li a {
    font-size: 16px;
    color: #1e6ca8;
    padding-left: 20px;
    font-weight: bold;
}

.under #main .cates_tabs li a:hover,
.under #main .col_right_box li a:hover {
    text-decoration: underline !important;
}

.under #main .cates_tabs li::before,
.under #main .col_right_box li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 2px;
    background-color: #1e6ca8;
    left: 0;
    top: 17px;
    z-index: 1;
}







.under #main .archive_select {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #dddddd;
}

.under #main .archive_select:before {
    content: '';
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    position: absolute;
    display: block;
    margin-top: -3px;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    right: 20px;
    border-color: #333333;
    z-index: 99;
}

.archive_select select {
    width: 100%;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    font-size: inherit;
    color: inherit;
    text-align: left;
    padding: 1em 2em 1em 1em;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
}


#postdivrich {
    display: none !important;
}

.under#news img,
.under#case img {
    max-width: 100%;
    height: auto;
}

.under#news .center img,
.under#case .center img {
    max-height: 400px;
}

.under#confirm #main .adr_confirm {
    display: none;
}

/* ===========  WP PAGINATION ===========  */
.under #main .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto
}

.under #main .wp-pagenavi a,
.under #main .wp-pagenavi span {
    margin: 5px
}

.under #main .wp-pagenavi a,
.under #main .wp-pagenavi span {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #2c86cc;
    background: #fff;
    display: flex;
    text-decoration: none;
    color: #2c86cc;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all ease 0.3s;
    font-size: 18px;
    padding-top: 0;
}

.under #main .wp-pagenavi a:hover,
.under #main .wp-pagenavi .current {
    background: #2c86cc;
    color: #fff;
}

.under #main .wp-pagenavi .pages {
    display: none;
}

.under #main .wp-pagenavi a.last,
.under #main .wp-pagenavi a.first {
    width: auto;
}


.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 500px !important;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 500px !important;
}

.aligncenter {
    display: block !important;
    margin: 0 auto;
}




#form_contact th {
    position: relative;
    text-align: left
}

#form_contact th span {
    float: right;
    font-size: 12px;
    background: red;
    border-radius: 5px;
    padding: 4px;
    line-height: 1
}

#form_contact td input {
    height: 35px;
    padding: 5px;
}

#form_contact .input-max-w145 input {
    max-width: 145px;
}

#form_contact select {
    width: 180px;
    cursor: pointer;
    height: 35px;
}

#form_contact td label {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form_contact td label:hover {
    cursor: pointer;
    opacity: 0.7;
}

#form_contact td label:not(:last-child) {
    margin-right: 10px;
}

.d-flex {
    display: flex;
}

#form_contact td textarea {
    width: 590px;
    padding: 5px;
}

.btn_check_zipcode {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    flex-wrap: wrap;
}

#form_contact .btn_submit button,
#form_confirm .btn_submit button,
#form_confirm .btn_submit input[name="submitBack"] {
    display: flex;
    align-items: center;
    border-radius: 20px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #2c86cc;
    font-weight: 600;
    position: relative;
    transition: all 0.3s linear;
    padding: 10px 30px;
    box-shadow: 0px 6px 0px 0px rgba(1, 75, 124, 1);
    line-height: 1.5;
    border: none;
    width: 240px;
    height: 55px;
    margin: 0 auto;
    cursor: pointer;
}

#form_contact .btn_submit button[name="submitConfirm"] {
    justify-content: center;
}

#form_confirm .btn_submit input[name="submitBack"] {
    justify-content: flex-end;
    background: url("../images/arr_l.png") no-repeat left 20px center/10px #2c86cc
}

#form_contact .btn_submit button::before,
#form_confirm .btn_submit button:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 17px;
    background: url("../images/arr_r.png") no-repeat right center/10px;
    right: 20px;
    top: calc(50% - 8px);
    transition: all 0.3s linear;
}

.under #main .u_btn01.btn_contact li a {
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.under #main .u_btn01.btn_contact li a::before {
    display: none;
}

.under #main #form_confirm .btn_check_zipcode,
.under #main #form_confirm .info,
#form_confirm .mail_confirm_hidden {
    display: none;
}

.under #main #form_confirm .btn_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.under #main #form_confirm th span,
.under #main #form_confirm .txt_note,
.under #main #form_confirm .table_note {
    display: none;
}

.under #main #form_confirm .d-flex {
    display: table-cell
}

/* TB_CONTACT */
.under#contact #main tabe {
    margin-bottom: 61px;
}

.under#contact #main tabe th {
    width: 21%;
    position: relative;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.13rem;
}

.under#contact #main tabe th span {
    font-size: 10px;
    background: red;
    border-radius: 5px;
    padding: 4px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 10px);
    right: 11px;
}

.under#contact .table_note {
    display: block;
    color: #a3a3a3;
    font-size: 14px;
    margin-bottom: 5px;
}

.under#contact .flex.flex-zipcode {
    display: flex !important;
}

.under#contact .flex-zipcode input[type="text"] {
    order: 1;
}

.under#contact .flex-zipcode input[type="button"] {
    order: 2;
}

.under#contact .flex-zipcode span {
    order: 3;
}

.under#news #content .u_btn01 li.cate1 {
    display: none;
}

.under #main .box-image-contact .content {
    text-align: left;
}


/* FIX */
.under #main .sec07-list-bnn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.under #main .sec07-list-bnn dl dd p,
.under #main .sec07-list-bnn dl dd span {
    margin-bottom: 0;
}

.under #main .sec07-list-bnn dl .title .lg {
    margin-bottom: 10px;
}


.under#contact .adr_confirm_box {
    display: none;
}

#form_contact .g-recaptcha {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}

@media screen\0 {
    .under #content .u_btn01 li {
        width: 280px;
        flex: auto;
    }
}

/* 230821 */
.under .group-2-tb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.under .group-2-tb table {
    width: calc(100%/2 - 20px);
    margin-bottom: 0;
}

.under .group-2-tb table tr:first-child {
    height: 50px;
}

.under .group-2-tb table td {
    vertical-align: top;
}

.under .group-2-tb table.tb_dark th {
    background-color: #333;
}

.under .group-2-tb table p {
    text-align: left;
}

.under .list01.txt_org li {
    color: #1e6fa8;
    font-weight: bold;
}

.under #content .list_staff .ttl_quali {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.under #content .list_staff .des_quali {
    margin-bottom: 20px;
}

.under #content .list_staff .ttl_quali::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.under #content .list_staff .item_quali {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: 0.1em;
}

.under #content .list_staff .item_quali:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 15px;
    top: 10px;
    left: 6px;
    background: url("../images/list02_ic_u.png") no-repeat center/100%;
}

.under #content .list_staff li img {
    max-width: 100%;
    height: auto;
}


/* ===========  WP ===========  */
.under #main .case_u_list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    /* justify-content: center; */
}

.under #main .case_u_ct {
    width: calc(100% / 3 - 30px);
    margin: 15px;
    padding: 20px;
    position: relative;
    /* box-shadow: 5px 5px 10px rgba(245, 158, 36, 0.5);
    background-color: var(--mcolor); */
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.under #main .case_u_ttl a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.under #main .case_u_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.under #main .case_u_img p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2edef;
}

.under #main .case_u_img img {
    max-height: 220px;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.under #main .case_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    background-color: #c11a1a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 2;
}


.under #main .case_u_ttl {
    margin-top: 10px;
}

.under #main .case_u_ttl a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    /* color: #000; */
    text-decoration: unset;
}

.under #main .case_u_cate .cate.cate_3 ,
.under #main .case_u_cate .cate.cate_22  {
    color: #2c86cc;
    background-color: unset;
}

.under #main .case_u_cate .cate.cate_20 ,
.under #main .case_u_cate .cate.cate_21  {
    color: #2c86cc;
    background-color: unset;
}

.under #main .case_u_cate .cate.cate_19  {
    color: #2c86cc;
    background-color: unset;
}

.under #main .case_u_cate .cate.cate_18  {
    color: #f76e9f;
    background-color: unset;
}

.under #main .case_u_cate .cate.cate_17  {
    color: #b969b6;
    background-color: unset;
}

.under #main .case_u_ttl a:hover {
    text-decoration: underline;
}

.under #main .case_u_ct:hover img {
    transform: scale(1.1);
}

.under #main .case_desc p {
    margin-top: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-weight: bold;
}

.under #main .case_u_cate p {
    background-color: #fff;
    padding: 2.5px 10px;
    display: inline-block;
    margin: 10px 0 0 0;
    line-height: 1.3;
    color: #1e6fa8;
    font-weight: 700;
}



/* case new */


.under #main #case_new .flex_h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.under #main #case_new h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    text-shadow: 1px 0 10px rgba(42, 42, 42, 0.4);
}

.under #main #case_new h3,.under #main #case_new h2.layout_h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 32px;
    color: var(--txt);
    text-shadow: none;
}

.under #main #case_new h3 .en,.under #main #case_new h2.layout_h3 .en {
    font-size: 18px;
    color: #1e6fa8;
    display: inline-block;
/*    font-family: var(--f-robo);*/
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    position: relative;
    line-height: 1.5;
}

.under #main #case_new h3 .en::before,.under #main #case_new h2.layout_h3 .en::before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: calc(100% + 8px);
    width: 40px;
    height: 2px;
    background-color: #1e6fa8;
}

.under #main #case_new h3 .en::after,.under #main #case_new h2.layout_h3 .en::after {
    content: '';
    position: absolute;
    bottom: 12px;
    right: calc(100% + 8px);
    width: 40px;
    height: 2px;
    background-color: #1e6fa8;
}

.under #main #case_new h3 .ja ,.under #main #case_new h2.layout_h3 .ja {
    letter-spacing: 0.1em;
    font-size: 36px;
    line-height: 1.3;
}

.under #main #case_new section {
    padding: 0 0 90px;
    margin-bottom: 0;
}

.under #main #case_new .inner {
    /* width: var(--site_size); */
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
}

.under #main #case_new .case_u_list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.under #main #case_new .case_u_ct {
    width: 375px;
    margin: 15px;
    padding: 20px;
    position: relative;
    /* box-shadow: 5px 5px 10px rgba(245, 158, 36, 0.5);
    background-color: var(--mcolor); */
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(0,0,0,.1);
    cursor: pointer;
}

.under #main #case_new .case_u_ttl a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.under #main #case_new .case_u_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.under #main #case_new .case_u_img p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2edef;
}

.under #main #case_new .case_u_img img {
    max-height: 220px;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.under #main #case_new .case_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    background-color: #c11a1a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 2;
}

.under #main #case_new .case_u_cate p {
    background-color: #fff;
    padding: 2.5px 10px;
    display: inline-block;
    margin: 10px 0 0 0;
    line-height: 1.3;
    color: #1e6fa8;
    font-weight: 700;
}

.under #main #case_new .case_u_ttl {
    margin-top: 10px;
}

.under #main #case_new .case_u_ttl a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.under #main #case_new .case_desc p {
    margin-top: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.under #main #case_new .case_box_cate dl {
    display: flex;
    border: 2px solid #333;
    padding: 20px;
    align-items: center;
}

.under #main #case_new .case_box_cate dt {
    font-weight: 700;
    min-width: 200px;
    font-size: 20px;
}

.under #main #case_new .case_prolem_img {
    text-align: center;
    height: 300px;
}

.under #main #case_new .case_prolem_img p{width: 100%;height: 100%;}

.under #main #case_new .case_prolem_img img {
    max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.under #main #case_new .case_twenty {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* .under #main #case_new .case_twenty img{max-height: 400px;} */

.under #main #case_new .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 20%;
    top: 30px;
    background-color: rgba(245, 158, 36, 0.5);
    font-size: 20px;
}

.under #main #case_new .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 20%;
    top: 30px;
    background-color: rgba(245, 158, 36, 0.5);
    font-size: 20px;
}

.under #main #case_new .case_row {
    display: flex;
    justify-content: space-between;
}

.under #main #case_new .case_row:not(:last-child) {
    margin-bottom: 40px;
}

/* .under #main #case_new .case1_before{width: 500px;height: 250px;background-color: #e2edef;position: relative;cursor: pointer;} */
.under #main #case_new .case1_before {
    width: 385px;
    height: 300px;
    background-color: #e2edef;
    position: relative;
    cursor: pointer;
}

.under #main #case_new .case1_before p.case1_img,
.under #main #case_new .case1_after p.case1_img {
    width: 100%;
    height: 100%;
}

.under #main #case_new .case1_before img,
.under #main #case_new .case1_after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .under #main #case_new .case1_after{width: 500px;height: 250px;background-color: #e2edef;position: relative;} */
.under #main #case_new .case1_after {
    width: 385px;
    height: 300px;
    background-color: #e2edef;
    position: relative;
}

.under #main #case_new .case1_tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e6fa8;
    color: #fff;
    text-align: center;
    padding: 2px 20px;
    margin-bottom: 0;
}

#case.under .lb-outerContainer{
    max-width: 800px !important;
    width: 100% !important;
}

#case.under #lightbox img{
    width: 100% !important;
}

.under #main #case_new .design01 dl {
    border-bottom: 1px solid #dadada;
    padding: 25px 0;
    display: flex;
}

.under #main #case_new .design01 dt {
    font-size: 16px;
    color: #076bb0;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    min-width: 200px;
    margin-right: 105px;
}

.under #main #case_new .design01 dd {
    font-size: 16px;
    color: #111;
    line-height: 1.5;
    letter-spacing: 0.1em;
}


.under #main #case_new .job_case_list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -15px;
    justify-content: center;
}

.under #main #case_new .col_job {
    width: 415px;
    padding: 20px 15px;
}

.under #main #case_new .job_img {
    width: 100%;
    height: 300px;
    background-color: #e2edef;
    margin: 10px 0 15px 0;
}

.under #main #case_new .job_img p {
    width: 100%;
    height: 100%;
}

.under #main #case_new .job_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.under #main #case_new .job_ttl p {
    width: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    background-color: var(--mcolor);
    color: #fff;
    text-align: center;
}

.under #main #case_new .case_problem_list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -50px;
}

.under #main #case_new .col_prolem {
    /* width: calc((100% / 2));
    padding: 20px 50px; */
    width: 415px;
    padding: 15px;
}

.under #main #case_new .case_prolem_desc {
    margin-top: 10px;
}

.under #main #case_new .case_customer {
    background-color: #e2edef;
    padding: 50px 0;
    margin-top: 90px;
}

.under #main #case_new .case_customer_info{width: 60%;}

.under #main #case_new .case_customer_box {
    display: flex;
    align-items: center;
}

.under #main #case_new .case_customer_ttl {
    width: 40%;
    flex-shrink: 0;
}

.under #main #case_new .case_customer_ttl p {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
}

.under #main #case_new .case_customer_img {
    width: 100%;
    height: auto;
    background-color: #adadad;
    margin-bottom: 15px;
}

.under #main #case_new .case_customer_p2 {
    margin-top: 90px;
}

.under #main #case_new .case_customer2_img {
    width: 100%;
    height: 150px;
    background-color: #adadad;
    margin-bottom: 15px;
}

.under #main #case_new .case_customer2_img p {
    width: 100%;
    height: 100%;
}

.under #main #case_new .case_customer2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.under #main #case_new .case_customer2 {
    display: flex;
}

.under #main #case_new .case_customer2_left {
    text-align: center;
    width: 260px;
    flex-shrink: 0;
    margin-right: 50px;
}

.under #main #case_new .case_customer2_name p {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.under #main #case_new .case_customer2_name span {
    font-size: 16px;
    line-height: 1.5;
}
#estimate.under #content .bnr01 a{
    padding-right: 225px;
}
#estimate.under #content .bnr01 a:after{
    right: 225px;
}

/* .under #content .group_u_btn#list_case_new ul#list_view{
    width: auto;
} */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ブログ記事本文内の見出しサイズ上書き
   .under h2 のグローバル設定（48px/白）をリセット
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.under .entry-content h2,
.under .entry_body h2,
.under .entry-content h2.h,
.under .entry_body h2.h {
    font-size: 22px !important;
    text-align: left !important;
    color: #333 !important;
    text-shadow: none !important;
    line-height: 1.5em !important;
    background: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.under .entry-content h3,
.under .entry_body h3 {
    font-size: 18px !important;
    text-align: left !important;
    color: #444 !important;
    background: none !important;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
    margin-bottom: 12px !important;
    line-height: 1.5em !important;
}

.under .entry-content h4,
.under .entry_body h4 {
    font-size: 16px !important;
    text-align: left !important;
    color: #444 !important;
}

/* ========================================================
   施工事例一覧（page-case.php / archive-case.php 共通）
   ======================================================== */
.case-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 28px;
    margin: 40px 0 60px;
}
.case-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}
.case-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
.case-card-link,
.case-card-link:hover,
.case-card-link:visited,
.case-card-link:focus {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
}
.case-card-img {
    background: #f0f0f0;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.case-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.case-card-noimg {
    width: 100%;
    height: 100%;
    min-height: 180px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.case-card-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
}
.case-card-cat {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #2c86cc;
    padding: 3px 12px;
    border-radius: 12px;
    margin: 0 auto;
    line-height: 1.5;
}
.case-card-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #222 !important;
    text-align: center !important;
    background: none !important;
    padding: 0 !important;
    text-shadow: none !important;
    letter-spacing: 0.02em !important;
}
.case-card-meta {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 !important;
}

/* カテゴリナビ（カードチップ型・刷新版） */
.case-cat-nav {
    margin: 36px 0 48px;
    position: relative;
}
.case-cat-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.case-cat-nav ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: #fff;
    border: 1.5px solid #e8ebef;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #4a5568 !important;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: 0.02em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease,
                border-color 0.2s ease, background 0.2s ease,
                color 0.2s ease;
}
.case-cat-nav ul li a:hover {
    border-color: #2c86cc;
    color: #2c86cc !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44, 134, 204, 0.15);
}
.case-cat-nav ul li a.current {
    background: linear-gradient(135deg, #2c86cc, #2c86ccdd);
    color: #fff !important;
    border-color: #2c86cc;
    box-shadow: 0 4px 14px rgba(44, 134, 204, 0.35);
}
.case-cat-nav ul li a.current::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
}

@media screen and (max-width: 600px) {
    .case-cat-nav ul { gap: 8px; }
    .case-cat-nav ul li a { padding: 9px 16px; font-size: 13px; }
}

@media screen and (max-width: 1024px) {
    .case-list { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
}
@media screen and (max-width: 600px) {
    .case-list { grid-template-columns: 1fr; gap: 20px; }
}
