@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


/* お問い合わせ固定ページ（#inquiry_tel / #inquiry_mail のいずれかがあるページ）以外では reCAPTCHA バッジを非表示 */
html:not(:has(#inquiry_mail)):not(:has(#inquiry_tel)) .grecaptcha-badge {
	display: none;
}

/* ======================================
body
====================================== */
body {
    background: #f4fffa;
    font-weight: 500;
    font-family: 'Lato', 'Zen Kaku Gothic New', sans-serif;
}

a {
    color: #242424;
}

.cmn_inner {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.cmn_inner.underlayer {
    padding: 0 10px;
}

#case_box.cmn_inner.underlayer.article_list {
    display: flex;
}

.pc_br {
    display: block;
}

.inblock {
    display: inline-block;
}

/* =================== header =================== */
#header {
    z-index: 999999;
    background-color: #f5fffa;
    padding: 12px 0 0;
    height: 190px;
    background-image: url(https://marvelous-tochigi.com/wp-content/themes/marvelous/img/common/header_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#header .hl {
    font-size: 12px;
    font-weight: bold;
    color: #777;
}

#header .catch_area {
    overflow: hidden;
    margin-bottom: 28px;
}

#header .mail {
    width: 170px;
    margin-top: 24px;
    float: left;
}

#header .mail span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.5px;
}

#header .mail .icon {
    width: 35px;
    margin: 0 5px 0 7.5px;
}

#header .mail a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    padding: 12px 0;
    background: #07683F;
    padding: 12px 0;
}

#header .mail a:hover {
    opacity: 0.6;
}

#header .mail a:hover img {
    opacity: 1;
}

#header .logo {
    width: 110px;
    position: absolute;
    top: 27.5px;
    left: 0;
    right: 0;
    margin: auto;
}

#header .tel {
    margin-top: 21px;
    width: 190px;
    float: right;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    color: #777;
}

#header .tel .time {
    display: block;
    padding: 3px 0 0 3px;
    text-align: left;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #header .hl {
        line-height: 1.4;
    }

    #header .mail a {
        padding: 13px 0 9px;
    }
}

@media only screen and (max-width: 360px) {
    #header .hl {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    #header.is-fixed {
        position: static;
    }
}

/* =================== navi =================== */
#global_navi ul {
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
    #global_navi ul {
        overflow: hidden;
        padding-bottom: 0px;
        display: flex !important;
        border-top: 1px solid #07683F;
    }

    #global_navi ul.pc {
        display: none !important;
    }
}

#global_navi li {
    padding: 3px 0px;
}

#global_navi li:first-child {
    padding-left: 5px;
}

#global_navi li:last-child {
    border-right: none;
    padding-right: 0;
}

#global_navi li.current {
    position: relative;
}

#global_navi li a {
    color: #777;
    font-size: 14px;
    font-weight: bold;
}

#global_navi li a:hover,
#global_navi li.current a {
    color: #07683f;
    text-decoration: none;
}

#global_navi li.parent {
    position: relative;
}

#global_navi li .submenu {
    display: none;
    position: absolute;
    left: 0px;
    top: 25px;
    background: #FCFAEA;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(2, 2, 0, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(2, 2, 0, 0.6);
    z-index: 999999;
}

#global_navi li:hover .submenu {
    display: block;
}

@media only screen and (max-width: 640px) {
    #global_navi li:hover .submenu {
        display: none;
    }
}

#global_navi li .submenu p {
    margin: 0px 10px;
    padding: 5px 0px;
    border-bottom: 1px solid #DEDEDE;
}

#global_navi li .submenu p:last-child {
    border: none;
}

#global_navi li .submenu p a {
    color: #777;
    font-size: 12px;
    font-weight: bold;
}

#global_navi li .submenu p a:hover {
    color: #07683F;
}

#global_navi p.button {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 40px;
    width: 40px;
    height: 46px;
    z-index: 20000;
}

#global_navi p.active {
    text-indent: -9999px;
    background-color: #fff;
    width: 100%;
    right: 0;
    top: 0;
    height: 80px;
}

#global_navi p.active .cl_active {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 40px;
    height: 46px;
}

#global_navi.is-fixed p.active {
    text-indent: initial;
    background: initial;
    background-size: initial;
}

/* =================== footer =================== */
#footer .cmn_inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

#footer .link_area {
    width: 30%;
}

#footer .link_area li {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

#footer .link_area li a {
    display: inline-block;
    margin-bottom: 20px;
}

#footer .link_area li a:hover {
    text-decoration: none;
    color: #22B273;
}

#footer .link_area li:before,
#sitemap_area .link_area li:before {
    position: absolute;
    content: "■";
    left: 0;
    top: 0;
    color: #07683F;
}

#footer #copy {
    border-top: 1px solid #ddd;
    padding: 19px 0 15px;
    min-width: 960px;
    text-align: center;
    font-size: 12px;
}

/* =================== cmn_information =================== */
#cmn_information {
    padding-top: 60px;
    position: relative;
}

#cmn_information .bg_top {
    position: absolute;
    top: -41px;
    right: -41px;
}

#cmn_information .hl_company .bg_top {
    right: 0px;
}

/* news_area */
#cmn_information .news_area {
    overflow: hidden;
    margin-bottom: 47px;
}

#cmn_information .news_area .movie_area {
    /*float:left;*/
    /*width:670px;*/
    text-align: center;
    margin-bottom: 2.5rem;
}

#cmn_information .news_area .post_list {
    display: flex;
    justify-content: space-between;
}

#cmn_information .news_area .blog_area {
    /*float:right;*/
    /*width:270px;*/
    width: 48%;
}

#cmn_information .news_area .blog_area .hl {
    /*margin-bottom:30px;*/
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

#cmn_information .news_area .blog_area ul {
    border-top: 1px solid #07683F;
}

#cmn_information .news_area .blog_area li {
    border-bottom: 1px solid #07683F;
    padding: 12.5px 0 12.5px;
    font-weight: bold;
    font-size: 14px;
}

#cmn_information .news_area .blog_area li .day {
    margin-bottom: 10px;
}

#cmn_information .news_area .blog_area li .title {
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#cmn_information .news_area .blog_area p.posts_link {
    margin-top: 20px;
    text-align: center;
}

#cmn_information .news_area .blog_area p.posts_link a {
    background: #07683F;
    color: #ffffff;
    padding: 15px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(85 85 85);
    box-shadow: 0px 0px 5px 0px rgb(85 85 85);
    font-size: 14px;
}

#cmn_information .news_area .blog_area p.posts_link a:hover {
    text-decoration: none;
    opacity: .8;
}

/* menu_area */
#cmn_information .menu_area {
    overflow: hidden;
    margin-bottom: 78px;
}

#cmn_information .menu_area li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #FCFAEA;
}

#cmn_information .menu_area li:last-child {
    border-right: none;
}

#cmn_information .menu_area li .bg {
    text-indent: -9999px;
    height: 260px;
    margin-bottom: 20px;
}

#cmn_information .menu_area li .icon {
    margin-bottom: 20px;
}

#cmn_information .menu_area li .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
    -moz-text-shadow: 0px 0px 5px rgba(85, 85, 85, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(85, 85, 85, 0.5);
    text-shadow: 0px 0px 5px rgba(85, 85, 85, 0.5);
}

#cmn_information .menu_area li .caption {
    max-width: 300px;
    padding: 0 15px;
    font-size: 14px;
    margin: 0 auto;
    line-height: 1.6;
}

#cmn_information .menu_area li.n01 .bg {
    background: url(../img/cmn/content_img01.jpg) no-repeat center center;
    background-size: cover;
}

#cmn_information .menu_area li.n02 .bg {
    background: url(../img/cmn/content_img02.jpg) no-repeat center center;
    background-size: cover;
}

#cmn_information .menu_area li.n03 .bg {
    background: url(../img/cmn/content_img03.jpg) no-repeat center center;
    background-size: cover;
}

#cmn_information .menu_area li.n04 .bg {
    background: url(../img/cmn/content_img04.jpg) no-repeat center center;
    background-size: cover;
}

#cmn_information .menu_area li a {
    display: block;
}

#cmn_information .menu_area li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

#cmn_information .menu_area li a:hover img {
    opacity: 1;
}

/* company_area */
#cmn_information .company_area {
    overflow: hidden;
    margin-bottom: 40px;
}

#cmn_information .company_area .address {
    width: 100%;
}

#cmn_information .company_area .address .logo {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 120px;
}

#cmn_information .company_area .address .location {
    border-top: 1px solid #07683F;
    border-bottom: 1px solid #07683F;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 15px;
}

#cmn_information .company_area .address .location dt {
    font-weight: bold;
    margin-bottom: 5px;
    color: #22B273;
}

#cmn_information .company_area .address .caption {
    font-size: 16px;
    line-height: 1.6;
}

#cmn_information .company_area .facebook {
    float: right;
    width: 480px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

/* order_area */
#cmn_information .order_area {
    padding: 50px 0;
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: bold;
    background-image: url(https://marvelous-tochigi.com/wp-content/themes/marvelous/img/cmn/green_grad.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#cmn_information .order_area .catch {
    font-size: 26px;
    margin-bottom: 20px;
}

#cmn_information .order_area .tel {
    max-width: 500px;
    margin: 0 auto 30px;
}

#cmn_information .order_area .tel .time {
    display: block;
    font-size: 14px;
    padding-left: 40px;
}

#cmn_information .order_area .form_area {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    width: fit-content;
    margin: 0 auto;
    padding: 23px 20px 35px;
}

#cmn_information .order_area .form_area .text {
    font-size: 26px;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
}

#cmn_information .order_area .form_area li a {
    display: block;
    width: 260px;
    min-height: 45px;
    padding: 8px 0;
    font-size: 24px;
    border-radius: 0px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #cmn_information .order_area .form_area li a {
        padding: 14px 0 8px;
    }
}

#cmn_information .order_area .form_area li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

#cmn_information .order_area .form_area li .icon {
    display: inline-block;
    vertical-align: middle;
    margin: -7.5px 2.5px 0 0;
}

#cmn_information .order_area .form_area li.mail a {
    background: #07683F;
    color: #fff;
}

#cmn_information .order_area .form_area li.price a {
    background: #06C755;
    color: #fff;
}

#cmn_information .order_area .form_area li:first-child {
    float: left;
}

#cmn_information .order_area .form_area li:last-child {
    float: right;
}

#cmn_information .order_area .form_area li.mail .icon {
    width: 35px;
}

#cmn_information .order_area .form_area li.price .icon {
    width: 27.5px;
    margin: -7.5px 7.5px 0 0;
}

#cmn_information .message_area {
    background: #fff;
    line-height: 1.6;
    letter-spacing: -1.5px;
    padding: 50px 0;
}

/* ============================================
index
============================================ */
/* top_parts */
/* top_slide */
.bx-viewport {
    overflow: visible !important;
}

#bx_area {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 1s ease;
}

#bx_area,
#bx_area li {
    height: auto;
    display: block;
}

#bx_area .n01 img {
    height: auto;
    text-align: center;
    width: 100%;
}

#top_order {
    background: #f4fffa;
    margin-top: -5px;
}

#top_order .cmn_inner {
    padding: 40px 0 21px 90px;
    overflow: hidden;
    background: url(../img/top/order_bg02.png) no-repeat 87% bottom;
}

#top_order .catch {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

#top_order .catch .s1 {
    display: block;
    padding-left: 0px;
    padding-bottom: 15px;
}

#top_order .catch .s2,
#top_order .catch .s3 {
    font-size: 32px;
}

#top_order .catch .s4 {
    font-size: 27px;
}

#top_order .catch .s3 {
    color: #333;
}

#top_order .catch .s3+span {
    margin-right: -10px;
}

#top_order .tel {
    float: left;
    margin-right: 5vw;
}

#top_order .tel a {
    display: block;
    width: 240px;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    background: #07683F;
    text-align: center;
}

#top_order .mail {
    float: left;
}

#top_order .mail a {
    display: block;
    width: 240px;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    background: #EC5315;
    text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #top_order .mail a {
        padding: 15px 0 8px;
    }
}

#top_order .mail span {
    display: inline-block;
    vertical-align: middle;
}

#top_order .mail .icon {
    width: 35px;
    margin: 0px 2.5px 0 0;
}

#top_order .mail .sub {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
    letter-spacing: -1px;
}

#top_order .mail a:hover {
    opacity: 0.6;
    text-decoration: none;
}

#top_order .mail a:hover img {
    opacity: 1;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #top_order .tel a {
        padding: 15px 0 8px;
    }
}

#top_order .tel span {
    display: inline-block;
    vertical-align: middle;
}

#top_order .tel .icon {
    width: 20px;
    margin: 0px 2.5px 0 0;
}

#top_order .tel .sub {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
    letter-spacing: -1px;
}

#top_order .tel a:hover {
    opacity: 0.6;
    text-decoration: none;
}

#top_order .tel a:hover img {
    opacity: 1;
}

#top_menu {
    overflow: hidden;
    padding: 48px 0 32px;
    margin-bottom: 56px;
}

#top_menu.cmn_conts {
    margin-bottom: 0;
}

#top_menu li {
    float: left;
    position: relative;
    margin: 0 18px 18px 0;
    text-align: center;
}

#top_menu li .s1 {
    display: block;
    font-size: 21px;
}

#top_menu li .number {
    width: 70px;
    height: 70px;
    background: url(../img/top/menu_circle.png) no-repeat left top;
    background-size: 70px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
}

#top_menu li a {
    display: block;
    width: 308px;
    height: 188px;
    font-size: 31px;
    font-weight: bold;
    padding-top: 15px;
    background: url(../img/top/menu_bg.png) no-repeat left top;
}

#top_menu li a:before {
    content: "\002B";
    display: block;
    padding-bottom: 8px;
}

#top_menu li a.pb16:before {
    padding-bottom: 16px;
}

#top_menu li a.pb24:before {
    padding-bottom: 24px;
}

#top_menu li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

#top_menu li:nth-child(3n) {
    float: left;
    margin-right: 0;
}

#top_nayami ul {
    width: 622px;
    margin-bottom: 64px;
}

#top_nayami li {
    width: 200px;
    height: 150px;
    margin: 0 0 7px 7px;
    line-height: 1.4;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 1);
    box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 1);
}

#top_nayami li .icon {
    display: block;
    height: 90px;
    padding: 20px 0 0;
}

#top_nayami li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

#top_nayami li:nth-child(3n+4) {
    clear: left;
}

#top_nayami .sub_hl {
    background: #fff;
    color: #0ba360;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 12.5px 0;
    margin-bottom: 40px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #top_nayami .sub_hl {
        padding: 19px 0 10px;
    }
}

#top_nayami .catch_text,
#top_list .catch_text {
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
}

#top_list {
    overflow: hidden;
    padding: 0px 0 60px;
}

#top_list .catch_text {
    letter-spacing: -1.2px;
    margin-bottom: 40px;
}

#top_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top_list li {
    width: 48%;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: -1.5px;
}

#top_list a {
    display: block;
}

#top_list li .image img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
}

#top_list li .image {
    margin-bottom: 10px;
}

#top_list li .title {
    font-weight: bold;
    color: #0ba360;
    font-size: 24px;
    padding: 10px 0;
    margin-bottom: 5px;
}

#top_list li .caption {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    padding: 0 10px 0 10px;
}

#top_point .bg_top {
    position: absolute;
    right: -30px;
    top: -225px;
    z-index: 10;
}

#top_point .title {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

#top_point .caption {
    text-align: center;
    letter-spacing: -1.5px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 25px;
}

#top_point .caption.ls {
    margin-bottom: 30px;
}

#top_case {
    min-width: 960px;
    overflow: hidden;
}

#top_case .cmn_inner {
    padding: 45px 0 70px;
}

#top_case .hl_area {
    position: relative;
    margin-bottom: 20px;
}

#top_case .hl_area .number {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    padding: 0 15px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #EC5315;
    background-color: #fff;
    border: #f50 solid 2px;
}

#top_case .catch_text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -1.5px;
    text-align: center;
}

#top_case .film_area {
    position: relative;
    min-width: 960px;
    margin: 0 auto 50px;
}

.slick-track {
    margin-left: -120px;
}

.slick-slide {
    margin: 0 6px;
}

.slick-slide .image {
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.slick-slide .image img {
    margin-top: -15px;
}

.slick-slide .title {
    font-weight: bold;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 230px;
}

#top_case .film_area .slick-prev,
#top_case .film_area .slick-next {
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    width: 20px;
    height: 60px;
    position: absolute;
    top: 30%;
    z-index: 900;
}

#top_case .film_area .slick-prev {
    left: 8%;
    background: url(../img/cmn/slide_prev.png) no-repeat left top;
}

#top_case .film_area .slick-next {
    right: 8%;
    background: url(../img/cmn/slide_next.png) no-repeat left top;
}

#top_case .film_area .button {
    position: absolute;
    top: 30%;
    z-index: 10;
    cursor: pointer;
}

#top_case .cmn_btn {
    padding-bottom: 75px;
}

/* ============================================
cmn
============================================ */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.cmn_hl_area {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    position: relative;
    padding: 25px 0;
    margin-bottom: 35px;
    line-height: 1.4;
}

.cmn_hl_area.text_w {
    color: #fff;
    text-shadow: 2px 0px 4px #EC5315, 0px 2px 4px #EC5315, -2px 0px 4px #EC5315, 0px -2px 4px #EC5315;
}

/* cmn_btn */
.cmn_btn {
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.cmn_btn a {
    color: #fff;
    position: relative;
    display: inline-block;
    background: #07683F;
    padding: 15px;
    font-weight: bold;
    min-width: 260px;
    border: 1px solid #07683F;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 1);
    box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 1);
}

.cmn_btn a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.cmn_catch {
    line-height: 1.6;
    margin-bottom: 73px;
}

/* cmn 20180816以降追加 ここから */
.cmn_txt_o_bold {
    color: #EC5315;
    font-weight: bold;
}

.cmn_txt_bold {
    font-weight: bold;
}

.cmn_text_area {
    line-height: 1.6;
}

.cmn_link_o_bold {
    font-weight: bold;
    color: #ff5500;
    text-decoration: underline;
}

.cmn_stit {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    color: #86c2bc;
    line-height: 1.4;
    margin-bottom: 25px;
}

@media only screen and (min-width:641px) {
    .sponly {
        display: none !important;
    }
}

/* page_title */
.page_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    text-shadow: 2px 0px 4px #07683F, 0px 2px 4px #07683F, -2px 0px 4px #07683F, 0px -2px 4px #07683F;
}

.page_title .cmn_dotbg {
    width: 100%;
    height: 100px;
    display: table;
}

.page_title .cmn_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a.arrow {
    text-decoration: underline;
    background: url(../img/cmn/icon_arrow.png) no-repeat right center;
    background-size: 16px;
    padding-right: 20px;
}

/* bread */
#bread {
    margin: 5px 0 30px;
    font-size: 12px;
    padding: 10px 0;
}

.bread_item {
    display: inline-block;
    position: relative;
}

.bread_item:after {
    content: "\003E";
}

.bread_item:last-child:after {
    display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cmn_btn a {
        padding: 17px 15px 12px;
    }

    .cmn_hl_area {
        padding: 34px 0 26px;
    }
}

/* ============================================
company
============================================ */
#company_greeting {
    margin-bottom: 78px;
}

#company_greeting .text_area {
    line-height: 1.6;
    letter-spacing: -1px;
}

#company_greeting .text_wrap,
#company_greeting .image_area {
    overflow: hidden;
}

#company_greeting .text_wrap .text_area {
    width: 620px;
}

#company_greeting .text_wrap .text_area,
#company_greeting .image_area p {
    float: left;
}

#company_greeting .text_wrap .image,
#company_greeting .image_area p:nth-child(2) {
    float: right;
}

#company_greeting .text_wrap .image span {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}

#company_about {
    margin-bottom: 80px;
}

#company_about table {
    width: 100%;
    border-top: 1px solid #aaa;
}

#company_about tr {
    border-bottom: 1px solid #aaa;
}

#company_about th,
#company_about td {
    padding: 18px 0;
    line-height: 1.6;
    vertical-align: middle;
    overflow: hidden;
}

#company_about th {
    color: #22B273;
    font-weight: bold;
    width: 170px;
}

#company_about .mr {
    width: 107px;
    display: inline-block;
}

#company_about td ul {
    float: left;
    letter-spacing: -1px;
}

#company_about td ul:nth-child(1) {
    width: 240px;
}

#company_about td ul:nth-child(2) {
    width: 200px;
}

#company_about td li {
    margin-left: 1em;
    text-indent: -0.8em;
}

#company_about td li:before {
    content: "\25A0";
    font-size: 10px;
    padding-right: 3px;
}

#company_history dl {
    font-weight: bold;
    line-height: 1.6;
    padding: 12px 30px;
}

#company_history dl.bg_w {
    background: #fff;
}

#company_history dt {
    width: 180px;
}

#company_history dt,
#company_history dd {
    display: table-cell;
}

#company_history .cmn_btn {
    margin: 35px 0 15px;
}

#company_history .cmn_btn a {
    min-width: 427px;
}

/* ============================================
price
============================================ */
#price_catch .catch_text,
#price_list .catch_text {
    line-height: 1.6;
    letter-spacing: -0.5px;
}

#price_catch .catch_text {
    margin-bottom: 72px;
}

#price_list .list_wrap {
    margin-bottom: 50px;
}

#price_list .catch_text {
    margin-bottom: 50px;
}

#price_list .txt_o {
    color: #FF5500;
}

#price_list .txt_g {
    color: #22B273;
    font-weight: bold;
}

#price_list .sub_hl {
    font-size: 31px;
    font-weight: bold;
    color: #FF5500;
    text-align: center;
    margin-bottom: 26px;
}

#price_list .attention {
    font-size: 14px;
    line-height: 1.6;
}

#price_catch .catch_text .image {
    overflow: hidden;
    margin-bottom: 15px;
}

#price_catch .catch_text .image p:nth-child(odd) {
    float: left;
}

#price_catch .catch_text .image p:nth-child(even) {
    float: right;
}

/* list */
#price_list .list_area ul {
    overflow: hidden;
}

#price_list .list_area li {
    width: 300px;
    float: left;
    margin: 0 20px 30px 0;
    text-align: center;
}

#price_list .list_area li .image {
    margin-bottom: 20px;
}

#price_list .list_area li .title {
    font-weight: bold;
    font-size: 18px;
}

#price_list .list_area li .title span {
    font-weight: normal;
    font-size: 16px;
    display: block;
    padding-top: 7px;
}

#price_list .list_area li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

#price_list .list_area li:nth-child(3n+4) {
    clear: left;
}

/* table */
#price_list .table_area table {
    width: 100%;
    border-top: 1px solid #aaa;
}

#price_list .table_area table tr {
    border-bottom: 1px solid #aaa;
    line-height: 1.4;
}

#price_list .table_area table .w1 {
    width: 180px;
    border-right: 1px solid #aaa;
    vertical-align: middle;
}

#price_list .table_area table .w2 {
    width: 540px;
    padding: 22px 40px 22px 40px;
    border-right: 1px solid #aaa;
    letter-spacing: -1.5px;
    vertical-align: middle;
}

#price_list .table_area table .w3 {
    padding: 20px 20px 20px 30px;
    text-align: center;
    vertical-align: middle;
}

#price_list .table_area table .w3 .txt_s {
    font-size: 14px;
    display: block;
}

#price_list .table_area table .tb_head th {
    text-align: center;
    padding: 17px 0;
}

/* order */
.order_bottom {
    padding: 20px 0 25px;
    background: #77DDCC;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}

.order_bottom .catch {
    font-size: 38px;
}

.order_bottom .caption {
    font-size: 26px;
    margin-bottom: 10px;
}

.order_bottom_btn {
    text-align: center;
}

.order_bottom_btn a {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: #EC5315;
    border-radius: 100px;
    min-width: 376px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(225, 119, 0, 1);
    box-shadow: 0px 0px 5px 0px rgba(225, 119, 0, 1);
}

.order_bottom_btn a:hover {
    text-decoration: none;
    opacity: 0.6;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .order_bottom_btn a {
        padding: 15px 20px 8px;
    }
}

/* ============================================
qa
============================================ */
#qa_area .catch_text {
    line-height: 1.6;
    margin-bottom: 23px;
}

#qa_area .category {
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

#qa_area .category li {
    width: 24%;
    margin: 0 auto;
}

#qa_area .category li a {
    overflow: hidden;
    display: block;
    vertical-align: middle;
    padding: 25px 0;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background: #ddd;
}

#qa_area .category li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

#qa_area .category li a:after {
    content: "\25BC";
}

#qa_area .category li:last-child {
    float: right;
    margin-right: 0;
}

#qa_area .qa_wrap {
    padding-top: 30px;
    margin-bottom: 80px;
}

#qa_area #cat04.qa_wrap {
    margin-bottom: 35px;
}

#qa_area .button {
    background: #eee;
    border: 1px solid #ccc;
    position: relative;
    padding: 30px 0;
    color: #07683F;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#qa_area .button:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 30px;
    width: 19px;
    height: 19px;
    background: url(../img/qa/icon_off.png) no-repeat left top;
    background-size: 100%;
}

#qa_area .button.active:after {
    background: url(../img/qa/icon_on.png) no-repeat left top;
    background-size: 100%;
}

#qa_area .panel {
    background: #fff;
    border: 1px solid #ccc;
}

#qa_area .qa_list {
    padding: 30px 20px 25px;
    border-bottom: 1px solid #ccc;
}

#qa_area .qa_list.ls {
    border-bottom: none;
}

#qa_area .number {
    width: 45px;
    margin: 0 10px 0px 0px;
}

#qa_area .text {
    line-height: 1.6;
}

#qa_area .question {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#qa_area .question .text {
    font-weight: bold;
    font-size: 18px;
}

#qa_area .answer {
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #qa_area .category li a {
        padding: 25px 0 20px;
    }

    #qa_area .button {
        padding: 30px 0 20px;
    }
}

/* ============================================
support
============================================ */
#support_area {
    margin-bottom: 90px;
}

#support_area .bg_area {
    margin-bottom: 50px;
}

#support_area .bg_area .cmn_inner {
    padding: 71px 0;
}

#support_area .area_wrap {
    overflow: hidden;
    margin-bottom: 65px;
}

#support_area .area_wrap .list_area {
    width: 100%;
}

#support_area .area_wrap .list_area dl {
    line-height: 1.4;
    font-size: 14px;
    border-bottom: 1px solid #555;
    margin-bottom: 10px;
}

#support_area .area_wrap .list_area dl:last-child {
    border-bottom: none;
}

#support_area .area_wrap .list_area dt,
#support_area .area_wrap .list_area dd .sub_title {
    font-weight: bold;
    color: #264f0e;
}

#support_area .area_wrap .list_area dd .sub_title {
    margin-left: -8px;
}

#support_area .area_wrap .list_area dt,
#support_area .area_wrap .list_area dd {
    display: table-cell;
}

#support_area .area_wrap .list_area dt {
    width: 60px;
}

#support_area .area_wrap .list_area dd .text {
    margin-bottom: 10px;
}

#support_area .area_wrap .list_area dd .text a {
    color: #264f0e;
    text-decoration: underline;
}

#support_area .area_wrap .image {
    float: right;
}

#support_area .support_wrap {
    margin-bottom: 40px;
}

#support_area .support_wrap .catch_text {
    line-height: 1.6;
}

/* ============================================
corporation
============================================ */
#corporation_point .point_wrap {
    margin-bottom: 80px;
}

#corporation_point .point_title {
    text-align: center;
    font-weight: bold;
    font-size: 31px;
    color: #FF5500;
    margin-bottom: 15px;
}

#corporation_point .text_area {
    line-height: 1.6;
    margin-bottom: 25px;
}

#corporation_point .case_area {
    overflow: hidden;
    margin-bottom: 10px;
}

#corporation_point .case_area+.order_bottom_btn a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#corporation_point .case_area ul {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    width: 460px;
}

#corporation_point .case_area li span {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
}

#corporation_point .case_area li img {
    display: block;
    margin: 0 auto;
}

#corporation_point .case_area ul:nth-child(odd),
#corporation_point .case_area li:nth-child(odd) {
    float: left;
    clear: left;
}

#corporation_point .case_area ul:nth-child(even),
#corporation_point .case_area li:nth-child(even) {
    float: right;
}

/* ============================================
flow
============================================ */
#flow_area .flow_chart .flow_box {
    background: #fff;
    padding: 30px 50px;
    margin-bottom: 20px;
    overflow: hidden;
}

#flow_area .flow_chart .text_area {
    width: 100%;
    line-height: 1.6;
}

#flow_area .flow_chart .text_area .title {
    font-size: 30px;
    font-weight: bold;
    color: #00CC66;
    margin-bottom: 8px;
}

#flow_area .flow_chart .text_area .title .icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    width: 75px;
}

#flow_area .flow_chart .image {
    float: right;
    margin-top: 10px;
}

#flow_area .flow_chart .arrow {
    margin: 0px auto 20px;
    width: 200px;
}

/* ============================================
reason
============================================ */
#reason_catch .bg_area {
    background: url(../img/support/main_bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 45px;
    text-align: center;
}

#reason_catch .bg_area .cmn_inner {
    padding: 27px 0;
}

#reason_point .list_wrap {
    margin-bottom: 55px;
}

#reason_point .point_title {
    margin-bottom: 20px;
}

#reason_point .text_area {
    line-height: 1.6;
    width: 100%;
}

#reason_point .text_area .sub_title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #FF5500;
}

#reason_point .wrap_s1 .text_area {
    width: 450px;
}

#reason_point .wrap_s2 .text_area {
    width: 490px;
}

#reason_point .image {
    float: right;
    margin-top: 3px;
}

#reason_point .image.ls {
    margin: -20px -20px 0 0;
}

#reason_point .image.ls img.imgcontest2019,
#reason_point .image.ls img.imgcontest2018 {
    margin-bottom: 60px;
}

.reason-point-title {
    margin-bottom: 1rem;
    font-weight: 900;
    color: #22B273;
    -moz-text-shadow: 0px 0px 5px rgba(85, 85, 85, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(85, 85, 85, 0.5);
    text-shadow: 0px 0px 5px rgb(85 85 85 / 50%);
    font-family: 'Zen Old Mincho', serif;
}

.reason-point-title span.num {
    font-size: 64px;
    padding-right: 5px;
    line-height: 48px;
    margin-right: .5rem;
}

.reason-point-title h3 {
    display: inline-block;
    font-size: 32px;
    text-align: left;
    line-height: 48px;
}

.reason-point-title h3 small {
    font-size: 14px !important;
}

@media only screen and (max-width: 640px) {

    #reason_point .image.ls img.imgcontest2019,
    #reason_point .image.ls img.imgcontest2018 {
        margin-bottom: 0px;
    }
}

/* ============================================
recruit
============================================ */
#recruit_catch {
    margin-bottom: 70px;
}

#recruit_catch .message {
    text-align: center;
    line-height: 1.6;
}

#recruit_catch .image_area {
    overflow: hidden;
}

#recruit_catch .image_area p {
    float: left;
}

#recruit_catch .image_area p:last-child {
    float: right;
}

#recruit_list {
    margin-bottom: 30px;
}

#recruit_list table {
    line-height: 1.6;
    width: 100%;
    border: 2px solid #ddd;
    margin-bottom: 80px;
}

#recruit_list tr {
    border-bottom: 2px solid #ddd;
}

#recruit_list th,
#recruit_list td {
    vertical-align: middle;
    padding: 35px 10px 35px 25px;
}

#recruit_list th {
    width: 155px;
    background: #eee;
    border-right: 2px solid #ddd;
}

#recruit_list .entry_area {
    background: #fff;
    text-align: center;
    border: 5px solid #eee;
    font-weight: bold;
    padding: 35px;
}

#recruit_list .entry_area .title {
    font-size: 37px;
    margin-bottom: 10px;
}

#recruit_list .entry_area .caption {
    font-size: 24px;
    margin-bottom: 25px;
}

#recruit_list .entry_area .tel_area p {
    display: inline-block;
    margin: 0 5px;
}

#recruit_list .entry_area .tel_area p:last-child {
    vertical-align: top;
    font-size: 18px;
    padding-top: 23px;
}

/* ============================================
winning
============================================ */
#winning_area .award_area.fs {
    margin-bottom: 35px;
    padding-bottom: 75px;
    border-bottom: 1px solid #aaa;
}

#winning_area .award_area+.award_area {
    margin-bottom: 20px;
}

#winning_area .caption {
    line-height: 1.6;
    letter-spacing: -1px;
}

#winning_area .winning_hl {
    background: #FF5500;
    font-weight: bold;
    font-size: 31px;
    color: #fff;
    text-align: center;
    padding: 21px 0;
    margin-bottom: 27px;
}

#winning_area .award {
    float: left;
}

#winning_area .title_area {
    float: right;
    width: 770px;
}

#winning_area .award_title {
    color: #FF5500;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 12px;
}

#winning_area .image_area {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 25px;
}

#winning_area .image_area p {
    float: left;
    margin-right: 5px;
}

#winning_area .image_area p:nth-child(3n) {
    margin-right: 0;
}

#winning_area .intro_area {
    background: #fff;
    padding: 30px 70px;
}

#winning_area .intro_area .caption {
    margin-bottom: 20px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #winning_area .winning_hl {
        padding: 25px 0 15px;
    }
}

/* ============================================
trouble
============================================ */
#trouble_list .trouble_point {
    font-size: 18px;
    color: #fff;
    padding: 5px 20px;
    margin: 0 auto 20px;
    letter-spacing: -2px;
    background: #FF5500;
    display: block;
    max-width: 300px;
}

#trouble_list .trouble_point span {
    font-size: 24px;
}

#trouble_list .text_area {
    width: 100%;
    line-height: 1.6;
}

#trouble_list .image {
    float: right;
    margin-bottom: 12px;
}

#trouble_list .point {
    clear: both;
    background: #fff;
    margin-bottom: 80px;
    padding: 25px 0px;
    line-height: 1.6;
    letter-spacing: -0.8px;
}

#trouble_list .point .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #FF5500;
}

#trouble_list .point.ls {
    margin-bottom: 20px;
}

/* ============================================
privacy
============================================ */
#privacy_area {
    margin-bottom: 87px;
}

#privacy_area .catch_text {
    margin-bottom: 33px;
    line-height: 1.6;
}

#privacy_area .title {
    font-weight: bold;
    color: #07683F;
    margin-bottom: 26px;
}

#privacy_area li {
    line-height: 1.6;
    margin-bottom: 15px;
    margin-left: 1.1em;
    text-indent: -1.3em;
}

#privacy_area li .nmb {
    padding-right: 12px;
}

/* ============================================
sitemap
============================================ */
#sitemap_area {
    overflow: hidden;
}

#sitemap_area .link_area {
    float: left;
    margin-right: 100px;
}

#sitemap_area .link_area li a {
    display: inline-block;
    margin-bottom: 25px;
}

#sitemap_area .link_area:last-child {
    margin-right: 0;
}

#sitemap_area .link_area li {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
}

/* ============================================
inquiry
============================================ */
#inquiry_tel .cmn_hl_area {
    margin-bottom: 53px;
}

#inquiry_tel .tel {
    text-align: center;
    margin: 0 auto 23px;
    max-width: 400px;
}

#inquiry_tel .sub_text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 46px;
}

#inquiry_mail {
    padding-top: 30px;
    margin-bottom: 50px;
}

#inquiry_mail .cmn_hl_area {
    margin-bottom: 13px;
}

#inquiry_mail .catch_text {
    line-height: 1.6;
    letter-spacing: -0.7px;
    margin-bottom: 10px;
}

#inquiry_mail .catch_text a {
    text-decoration: underline;
    color: #07683F;
}

#inquiry_mail .attention {
    margin-bottom: 21px;
}

#inquiry_mail .attention .hissu {
    margin: 0 10px 0 0 !important;
}

/* form */
#inquiry_mail .hissu {
    display: inline-block;
    margin-left: 12px;
    padding: 7px 11px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #22B273;
}

#inquiry_mail .form_area {
    background: #fff;
    padding: 50px;
}

#inquiry_mail .form_area dl {
    overflow: hidden;
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
}

#inquiry_mail .form_area dt {
    float: left;
    width: 270px;
}

#inquiry_mail .form_area dd {
    float: right;
    width: 560px;
}

#inquiry_mail .form_area input[type="text"],
#inquiry_mail .form_area input[type="tel"],
#inquiry_mail .form_area input[type="email"],
#inquiry_mail .form_area select,
#inquiry_mail .form_area textarea {
    -webkit-appearance: none;
    border: 2px solid #ddd;
    resize: none;
    width: 100%;
    padding: 6px 5px 4px;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

#inquiry_mail .form_area input[type="radio"] {
    margin: 0 5px 0 0 !important;
}

#inquiry_mail .form_area label {
    margin: 0 20px 0 0;
    line-height: 2;
    display: inline-block;
}

#inquiry_mail .form_area select {
    background: url(../img/inquiry/select.png) no-repeat 92% center;
}

:placeholder-shown {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

#inquiry_mail .form_area textarea {
    height: 120px;
}

#inquiry_mail .form_area .confirm_text,
#inquiry_mail .form_area .s2 {
    margin-bottom: 5px;
    display: block;
}

#inquiry_mail .form_area .s1 {
    display: inline-block;
    padding-right: 5px;
}

#inquiry_mail .form_area .postnumber input {
    width: 200px;
}

#inquiry_mail .form_area .pref_area select {
    width: 120px;
    padding: 4px 5px 6px;
    border-radius: 5px;
}

#inquiry_mail .form_area .sub_contact {
    font-weight: normal;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

#inquiry_mail .form_area .submit input {
    display: block;
    margin: 0 auto;
    width: 400px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding: 10px;
    color: #fff;
    background: #07683F;
    border-radius: 5px;
    -webkit-appearance: none;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

.reserve-conf span {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

/* sys */
.reserve-conf {
    overflow: hidden;
}

.reserve-conf span select {
    margin-left: 5px;
}

.sent table {
    display: none !important;
}

.sent p,
.sent dl,
.sent .wpcf7-submit,
.sent .formInner,
.sent .send_back,
.sent #wpcf7-modify {
    display: none;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    #inquiry_mail .form_area input[type="text"],
    #inquiry_mail .form_area input[type="tel"],
    #inquiry_mail .form_area input[type="email"],
    #inquiry_mail .form_area select,
    #inquiry_mail .form_area textarea {
        padding-top: 10px !important;
    }

    #inquiry_mail .form_area .submit input {
        padding-top: 15px;
    }

    #inquiry_mail .hissu {
        padding: 11px 11px 7px;
    }

    #inquiry_mail .form_area select {
        background: none;
    }
}

@-moz-document url-prefix() {
    #inquiry_mail .form_area select {
        background: none;
    }
}

/* ============================================
case
============================================ */
.case_list p {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/* detail */
.case_detail .case_title {
    font-weight: bold;
    font-size: 31px;
    color: #07683F;
    margin-bottom: 34px;
}

.case_detail .ba_area {
    margin-bottom: 29px;
}

.case_detail .ba_area .sub_title {
    font-weight: bold;
    margin-bottom: 3px;
}

.case_detail .ba_area .before_image {
    margin-bottom: 20px;
}

.case_detail .subimg {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}

.case_detail .mainimg {
    margin-bottom: 15px;
}

.case_detail .mainimg img {
    width: 100%;
}

.case_detail .subimg li {
    float: left;
    margin: 0 5px 10px 0;
    width: 90px;
    height: 90px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.case_detail .subimg li:nth-child(7n) {
    float: right;
    margin-right: 0;
}

.case_detail .subimg li:nth-child(7n+8) {
    clear: left;
}

.case_detail .subimg li a {
    display: block;
    height: 100%;
}

/* ============================================
news
============================================ */
.news_list .tag {
    margin-bottom: 77px;
}

.news_list .tag a {
    display: inline-block;
    background: #fff;
    border: 1px solid #aaa;
    color: #22B273;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 10px 11px 0;
}

.news_list .tag a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.news_list .category_title {
    background: #22B273;
    color: #fff;
    padding: 23px 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.4;
}

.news_list .category_text {
    margin-bottom: 33px;
}

/* detail */
.news_detail .day {
    font-weight: bold;
    margin-bottom: 14px;
}

.news_detail .news_title {
    margin-bottom: 18px;
    padding: 22px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    border-top: 1px solid #07683F;
    border-bottom: 1px solid #07683F;
    word-break: break-all;
}

.news_detail .category {
    font-weight: bold;
    text-align: right;
    color: #22B273;
    margin-bottom: 21px;
}

.article_area .tag_area {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 80px;
}

.news_detail .recently li .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .news_list .tag a {
        padding: 10px 10px 5px;
    }

    .news_list .category_title {
        padding: 28px 20px 23px;
    }
}

/* ============================================
cmn_article
============================================ */
/* list */
.article_list ul {
    /*overflow:hidden;*/
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}

.article_list li {
    /*float:left;*/
    width: 300px;
    margin: 0 20px 28px 0;
    background: #ffffff;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    box-shadow: 2px 2px 3px #e0e0e0;
    position: relative;
}

.article_list li a {
    display: block;
}

.article_list li a:hover {
    text-decoration: none;
    opacity: .8;
}

.article_list li a:hover img,
.article_list li a:hover .title {
    /*opacity:1;*/
}

.article_list li a:hover .thumbnail {
    /*border:2px solid #90C4BF;*/
}

#blog_box.article_list li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

#case_box.article_list li:nth-child(even) {
    float: right;
    margin-right: 0;
}

.article_list li:nth-child(3n+4) {
    clear: left;
}

.article_list li .thumbnail .image {
    margin-bottom: 10px;
}

.article_list li .thumbnail img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    height: auto;
}

.article_list li .title {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
}

.article_list li .day,
.article_list li .comment {
    padding-top: 7.5px;
    line-height: 1.4;
}

.article_list li .day {
    margin-bottom: 10px;
}

.article_list li .link_btn {
    padding: 7.5px 0px;
    background: #07683F;
    text-align: center;
    width: 100%;
    margin-left: auto;
    border-radius: 0px;
    color: #ffffff;
    font-weight: bold;
}

.article_list li .new {
    display: inline-block;
    padding: 22.25px 15px;
    background: #07683F;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -16px;
    font-size: 1.25rem;
}

.article_list .sidebar .category_area li,
.article_list .sidebar .archive_area li {
    border: none;
    padding: 0;
    box-shadow: none;
}

.article_list .sidebar .category_area li a,
.article_list .sidebar .archive_area li a {
    display: inline;
}

/* list_pager */
.wp-pagenavi {
    text-align: center;
    margin-bottom: 36px;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .current {
    background: #fff;
    color: #555;
    border: 1px solid #D6D5CB;
    display: inline-block;
    padding: 4px 6px;
    margin: 0 2px;
    font-size: 12px;
}

.wp-pagenavi .current {
    font-weight: bold;
    border-color: #000;
}

.wp-pagenavi a:hover {
    text-decoration: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .wp-pagenavi a,
    .wp-pagenavi span,
    .wp-pagenavi .current {
        padding: 8px 6px 4px;
    }
}

/* sidebar */
.article_list .case_list_box {
    width: 660px;
}

.article_list .sidebar {
    width: 260px;
}

.detail_wrap .sidebar {
    float: right;
    width: 260px;
}

.sidebar .side_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.sidebar .side_box .hl,
.article_area .tag_area .hl {
    letter-spacing: -1px;
    font-size: 21px;
    font-weight: bold;
    color: #22B273;
    margin-bottom: 13px;
}

.sidebar .category_area li,
.sidebar .archive_area li {
    letter-spacing: -1px;
    margin: 0 0 20px 1em;
    text-indent: -1.1em;
    word-break: break-all;
}

.sidebar .category_area li:last-child,
.sidebar .archive_area li:last-child,
.sidebar .tag_area a:last-child,
.article_area .tag_area a:last-child {
    margin-bottom: 0;
}

.sidebar .category_area li:before,
.sidebar .archive_area li:before {
    content: "\25A0";
    font-size: 13px;
    padding-right: 5px;
    color: #333;
}

.sidebar .tag_area a,
.article_area .tag_area a {
    display: inline-block;
    background: #eee;
    padding: 5px;
    border: 1px solid #aaa;
    margin: 0 5px 10px 0;
    font-size: 15px;
}

.sidebar .tag_area a:hover,
.article_area .tag_area a:hover {
    opacity: 0.6;
    text-decoration: none;
}

/* detail */
.detail_wrap {
    overflow: hidden;
}

.detail_wrap .article_area {
    float: left;
    width: 660px;
}

.detail_wrap .recently .hl,
.case_detail .case_sub {
    font-size: 18px;
    font-weight: bold;
    padding: 13px 0;
    margin-bottom: 20px;
    border-top: 1px solid #07683F;
    border-bottom: 1px solid #07683F;
}

.detail_wrap .recently ul {
    overflow: hidden;
}

.detail_wrap .recently li {
    float: left;
    width: 210px;
    margin: 0 15px 17px 0;
}

.detail_wrap .recently li:nth-child(4n) {
    clear: both;
}

.detail_wrap .recently li a {
    display: block;
}

.detail_wrap .recently li a:hover {
    opacity: 0.6;
}

.detail_wrap .recently li a:hover img {
    opacity: 1;
}

.detail_wrap .recently li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.detail_wrap .recently li .thumbnail {
    border: 2px solid #ddd;
    margin-bottom: 6px;
    height: 148px;
    overflow: hidden;
    text-align: center;
}

.detail_wrap .recently li .thumbnail img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/*single markup style*/
.post_text p {
    margin-bottom: 25px;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

.post_text img {
    max-width: 100%;
    height: auto;
}

.post_text img.alignright {
    float: right;
    margin: 0 0 15px 15px;
    display: block;
}

.post_text img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
    display: block;
}

.post_text img.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.post_text h1 {
    font-size: 36px;
    border-bottom: 6px solid;
    margin: 0 0 35px;
}

.post_text h2 {
    font-size: 32px;
    border-bottom: 5px solid;
    margin: 0 0 35px;
}

.post_text h3 {
    font-size: 28px;
    border-bottom: 4px solid;
    margin: 0 0 35px;
}

.post_text h4 {
    font-size: 24px;
    border-bottom: 3px solid;
    margin: 0 0 35px;
}

.post_text h5 {
    font-size: 20px;
    border-bottom: 2px solid;
    margin: 0 0 35px;
}

.post_text h6 {
    font-size: 16px;
    border-bottom: 1px solid;
    margin: 0 0 35px;
}

.post_text th,
.post_text td {
    padding: 10px;
    border: 1px solid;
}

.post_text table {
    margin-bottom: 25px;
}

.post_text ul,
.post_text ol {
    padding-left: 2.0em;
    margin-bottom: 25px;
}

.post_text ul li {
    list-style: outside;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post_text ol li {
    list-style: outside decimal;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post_text a {
    text-decoration: underline;
    color: #999;
}

@media screen and (max-width:650px) {

    .post_text img.alignright,
    .post_text img,
    .post_text img.alignleft {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .post_text img.emoji {
        display: inline !important;
    }

    .post_text table {
        width: 100% !important;
    }
}

/*media*/
/* wpcf7 */
span.wpcf7-list-item {
    margin: 0 !important;
}

/* ============================================
roof_construction
============================================ */
#roofcon_menu .menu_ol {
    overflow: hidden;
    margin-left: -18px;
}

#roofcon_menu .menu_ol li {
    float: left;
    width: 300px;
    margin-left: 18px;
    line-height: 1.6;
    position: relative;
    padding-bottom: 55px;
    min-height: 520px;
}

#roofcon_menu .menu_ol li:nth-child(3) {
    margin-left: 0;
    float: right;
}

#roofcon_menu .menu_ol .num_text {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

#roofcon_menu .menu_ol .image {
    margin-bottom: 10px;
    text-align: center;
}

#roofcon_menu .menu_ol .dl_menu dt {
    font-weight: bold;
}

#roofcon_menu .menu_ol .dl_menu dd {
    font-size: 14px;
    margin-bottom: 20px;
}

#roofcon_menu .menu_ol .cmn_btn {
    min-width: 0;
    width: 100%;
    position: absolute;
    bottom: 5px;
}

#roofcon_menu .menu_ol .cmn_btn a {
    min-width: 0;
    width: 100%;
    padding: 12px 25px 11px 15px;
}

#roofcon_menu .cmn_btn a:after {
    top: 45%;
}

#roofcon_menu {
    margin-bottom: 80px;
}

#roofcon_merit .merit_ol {
    overflow: hidden;
    margin-left: -18px;
}

#roofcon_merit .merit_ol li {
    float: left;
    width: 300px;
    margin-left: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

#roofcon_merit .merit_ol li:nth-child(3) {
    margin-left: 0;
    float: right;
}

#roofcon_merit .merit_ol .num_text {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

#roofcon_merit .merit_ol .in_img,
#roofcon_merit .merit_ol .in_text {
    display: table-cell;
    vertical-align: middle;
}

#roofcon_merit .merit_ol .in_img {
    width: 80px;
}

#roofcon_merit .merit_ol .in_text {
    padding-left: 15px;
    padding-right: 10px;
}

#roofcon_merit .cmn_btn a:after {
    right: 28px;
    top: 50%;
    margin-top: -11px;
}

#roofcon_merit .merit_ol .image {
    text-align: center;
}

#roofcon_merit .text1 {
    margin-bottom: 20px;
    line-height: 1.6;
}

#roofcon_merit .text2 {
    margin-bottom: 40px;
    line-height: 1.6;
}

#roofcon_merit .cmn_btn {
    min-width: 0;
    width: 100%;
}

#roofcon_merit .cmn_btn a {
    min-width: 427px;
}

#roofcon_merit {
    margin-bottom: 80px;
}

#roofcon_item .underlayer {
    line-height: 1.6;
}

#roofcon_item .text1 {
    margin-bottom: 30px;
}

#roofcon_item .item_box+.item_box {
    border-top: 2px solid #AAAAAA;
    padding-top: 40px;
    margin-top: 30px;
}

#roofcon_item .item_box {
    overflow: hidden;
}

#roofcon_item .item_box .image {
    float: left;
    width: 280px;
}

#roofcon_item .item_box .title1,
#roofcon_item .item_box .text_area {
    float: right;
    width: 640px;
}

#roofcon_item .item_box .title1 {
    border-bottom: 1px solid #AAAAAA;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#roofcon_item .item_box .title1 .big_text1 {
    font-size: 18px;
    font-weight: bold;
}

#roofcon_item .item_box .in_text1 {
    font-size: 14px;
    margin-bottom: 10px;
}

#roofcon_item .item_box .item_type {
    margin-bottom: 10px;
}

#roofcon_item .item_box .item_type li {
    display: inline-block;
    background: #85C1BB;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px 4px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 10px;
}

#roofcon_item {
    margin-bottom: 80px;
}

.roof_cost_tb {
    width: 100%;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    line-height: 1.6;
}

.roof_cost_tb thead th {
    background: #85C1BB;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.roof_cost_tb th,
.roof_cost_tb td {
    vertical-align: middle;
}

.roof_cost_tb th {
    text-align: center;
    padding: 15px 20px;
}

.roof_cost_tb td {
    padding: 15px 20px;
}

.roof_cost_tb thead th+th {
    border-left: 1px solid #fff;
}

.roof_cost_tb thead th:last-child {
    border-right: 1px solid #AAAAAA;
}

.roof_cost_tb .width1 {
    width: 140px;
}

.roof_cost_tb .width2 {
    width: 520px;
}

.roof_cost_tb tbody th,
.roof_cost_tb tbody td {
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

.roof_cost_tb .small_text1 {
    font-size: 14px;
}

#roofcon_cost {
    margin-bottom: 80px;
}

.listpage_navi_list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.listpage_navi_list li {
    float: left;
    width: 300px;
    margin-bottom: 40px;
}

.listpage_navi_list li:nth-child(3n) {
    margin-right: 0;
    float: right;
}

.listpage_navi_list li:nth-child(3n+1) {
    clear: both;
    margin-right: 18px;
}

.listpage_navi_list li .cmn_btn a,
.listpage_navi_list li .cmn_btn {
    min-width: 0;
    width: 100%;
}

.listpage_navi_list li .cmn_btn a {
    padding: 28px 15px;
}

.listpage_navi_list li .cmn_btn {
    margin-bottom: 10px;
}

.listpage_navi_list li .in_text1 {
    line-height: 1.6;
    text-align: center;
    font-size: 14px;
}

/* ============================================
roof_painting
============================================ */
#loofpai_merit .text1 {
    line-height: 1.6;
    margin-bottom: 20px;
}

#loofpai_merit .image {
    text-align: center;
}

#loofpai_merit {
    margin-bottom: 73px;
}

.loofall_imglist1 {
    overflow: hidden;
}

.loofall_imglist1 li {
    width: 450px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.loofall_imglist1 li:nth-child(odd) {
    float: left;
    clear: both;
}

.loofall_imglist1 li:nth-child(even) {
    float: right;
}

.loofall_imglist1 li .in_image1 {
    margin-bottom: 15px;
}

.loofall_imglist1 li .arrow_color {
    color: #FF5200;
}

#loofpai_timing {
    margin-bottom: 40px;
}

.loofall_beaflist1 {
    overflow: hidden;
    margin-left: -18px;
}

.loofall_beaflist1 li {
    text-align: center;
    width: 300px;
    float: left;
    margin-left: 18px;
    line-height: 1.6;
}

.loofall_beaflist1 li:nth-child(3n) {
    margin-left: 0;
    float: right;
}

.loofall_beaflist1 li:nth-child(3n+1) {
    clear: both;
}

.loofall_beaflist1 .in_text1 {
    text-align: left;
}

.loofall_beaflist1 .arrow_img {
    padding: 10px 0;
}

.loofall_beaflist1 .in_text1 {
    padding-top: 5px;
}

#loofpai_beaf {
    margin-bottom: 80px;
}

#loofpai_cost .text1 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.6;
}

#loofpai_cost .text2 {
    line-height: 1.6;
    margin-bottom: 10px;
}

#loofpai_cost .menu_dl {
    line-height: 1.6;
    background: #fff;
    padding: 30px 40px;
}

#loofpai_cost .menu_dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#loofpai_cost .menu_dl dd+dt {
    margin-top: 31px;
}

#loofpai_cost {
    margin-bottom: 80px;
}

#loofpai_paint .paint_list {
    overflow: hidden;
}

#loofpai_paint .paint_list li {
    background: #fff;
    padding: 30px;
    width: 460px;
    margin-bottom: 10px;
    line-height: 1.6;
}

#loofpai_paint .paint_list li .desc {
    padding: 0 20px;
}

#loofpai_paint .paint_list li:nth-child(odd) {
    float: left;
    clear: both;
}

#loofpai_paint .paint_list li:nth-child(even) {
    float: right;
}

#loofpai_paint .paint_list .name1 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FF5200;
    margin-bottom: 5px;
    letter-spacing: -0.1em;
}

#loofpai_paint .paint_list .image {
    margin-bottom: 10px;
    text-align: center;
}

#loofpai_paint {
    margin-bottom: 80px;
}

.listpage_example_list {
    overflow: hidden;
    margin-left: -18px;
}

.listpage_example_list li {
    float: left;
    width: 300px;
    margin-left: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.listpage_example_list li a img {
    -webkit-transition: none !important;
    transition: none !important;
}

.listpage_example_list li:nth-child(3n) {
    float: right;
    margin-left: 0;
}

.listpage_example_list li:nth-child(3n+1) {
    clear: both;
}

.listpage_example_list li .image {
    margin-bottom: 15px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.listpage_example_list li .image img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.listpage_example_list li .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#listpage_example {
    margin-bottom: 80px;
}

#cmn_order {
    margin-bottom: 80px;
}

#cmn_order .cmn_order_in {
    padding: 30px 0 21px 15px;
    overflow: hidden;
    background: url(../img/cmn/order_bg01.jpg) no-repeat right 10px bottom #E5F1EF;
}

#cmn_order .catch {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -1px;
    font-size: 30px;
}

#cmn_order .catch .s1 {
    display: block;
    padding-left: 17px;
}

#cmn_order .catch .s2,
#cmn_order .catch .s3 {
    font-size: 37px;
}

#cmn_order .catch .s3 {
    color: #333;
}

#cmn_order .catch .s3+span {
    margin-right: -10px;
}

#cmn_order .tel {
    margin: 0 15px 0 30px;
    float: left;
}

#cmn_order .tel .time {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0 10px;
    width: 408px;
    text-align: center;
}

#cmn_order .mail {
    float: left;
}

#cmn_order .mail a {
    display: block;
    width: 250px;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    background: #EC5315;
    text-align: center;
    border-radius: 5px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #cmn_order .mail a {
        padding: 15px 0 8px;
    }
}

#cmn_order .mail span {
    display: inline-block;
    vertical-align: middle;
}

#cmn_order .mail .icon {
    width: 25px;
    margin: -4px 10px 0 0;
}

#cmn_order .mail .sub {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
    letter-spacing: -1px;
}

#cmn_order .mail a:hover {
    opacity: 0.6;
    text-decoration: none;
}

#cmn_order .mail a:hover img {
    opacity: 1;
}

/* ============================================
roof_cover
============================================ */
#loofco_intro .text1 {
    line-height: 1.6;
    margin-bottom: 30px;
}

#loofco_intro .beaf_box1 .title1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

#loofco_intro .beaf_box1 {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

#loofco_intro .in_box {
    width: 435px;
}

#loofco_intro .arrow_img {
    text-align: center;
    padding: 20px 0 0;
}

#loofco_intro .in_box,
#loofco_intro .arrow_img {
    display: table-cell;
    vertical-align: middle;
}

#loofco_intro .loofco_ol {
    line-height: 1.6;
}

#loofco_intro .loofco_ol li+li {
    margin-top: 30px;
}

#loofco_intro .ol_ttl {
    font-weight: bold;
    font-size: 22px;
    color: #FF5200;
    margin-bottom: 15px;
}

#loofco_intro {
    margin-bottom: 80px;
}

.loof_merittb {
    width: 100%;
    border: 1px solid #AAAAAA;
}

.loof_merittb th {
    background: #85C1BB;
    width: 280px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    padding: 25px 20px;
}

.loof_merittb td {
    padding: 31px 20px;
    line-height: 1.6;
}

.loof_merittb th .ttl,
.loof_merittb th img {
    vertical-align: middle;
}

.loof_merittb th img {
    padding-right: 10px;
}

.loof_merittb .type1 th {
    border-bottom: 1px solid #fff;
}

.loof_merittb .type1 td {
    border-bottom: 1px solid #AAAAAA;
}

.loof_merittb .type2 th {
    background: #72AA9F;
}

.loof_merittb td li {
    text-indent: -1em;
    margin-left: 1em;
}

#loofco_merit {
    margin-bottom: 80px;
}

#loofco_flow .flow_list {
    overflow: hidden;
}

#loofco_flow .flow_list li {
    width: 235px;
    float: left;
    margin-right: 10px;
}

#loofco_flow .flow_list li:last-child {
    float: right;
    width: 205px;
    margin-right: 0;
}

#loofco_flow .flow_list li:last-child .image {
    background: none;
}

#loofco_flow .flow_list li:nth-child(3) {
    margin-right: 0;
}

#loofco_flow .flow_list .image {
    position: relative;
    margin-bottom: 10px;
    background: url(../img/cmn/arrow03.png) right center no-repeat;
}

#loofco_flow .flow_list .image .num {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-top: 7px;
}

#loofco_flow .flow_list .text1 {
    line-height: 1.6;
    font-size: 14px;
    width: 206px;
}

#loofco_flow {
    margin-bottom: 80px;
}

#loofco_cost .text1 {
    margin-bottom: 30px;
    line-height: 1.6;
}

#loofco_cost .in_box {
    border: 3px solid #AAAAAA;
    padding: 25px 40px;
    margin-bottom: 25px;
}

#loofco_cost .in_box .title1 {
    background: #85C1BB;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
}

#loofco_cost .in_box .in_text1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

#loofco_cost .in_box .in_text1 .color_text1 {
    font-size: 38px;
    color: #FF4C00;
}

#loofco_cost .in_image {
    text-align: center;
}

#loofco_cost .loofall_imglist1 .cot_text2,
#loofco_cost .loofall_imglist1 .cot_text1 {
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
}

#loofco_cost .loofall_imglist1 .cot_text1 {
    font-weight: bold;
}

#loofco_cost .loofall_imglist1 .image {
    margin-bottom: 5px;
}

#loofco_cost .waku_text {
    text-align: center;
    color: #FF5200;
    font-size: 20px;
    border: 1px solid #FF5200;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
}

#loofco_cost {
    margin-bottom: 80px;
}

.loofall_imglist2 {
    overflow: hidden;
    margin-left: -18px;
}

.loofall_imglist2 li {
    float: left;
    width: 300px;
    margin-left: 18px;
    margin-bottom: 30px;
}

.loofall_imglist2 li:nth-child(3n) {
    float: right;
    margin-left: 0;
}

.loofall_imglist2 li:nth-child(3n+1) {
    clear: both;
}

#loofco_award .cmn_btn {
    min-width: 0;
    width: 100%;
}

#loofco_award .cmn_btn a {
    min-width: 0;
    width: 100%;
    max-width: 427px;
}

#loofco_award {
    margin-bottom: 80px;
}

/* ============================================
roof_routing
============================================ */
.loof_bg_cmn {
    text-align: center;
    background: url(../img/cmn/bg_content1.jpg) center center no-repeat;
    background-size: cover;
}

.loof_bg_cmn .cmn_dotbg {
    padding: 68px 0;
}

#loofro_intro .loof_bg_cmn {
    margin-bottom: 50px;
}

#loofro_intro .loofro_ol {
    line-height: 1.6;
}

#loofro_intro .loofro_ol li+li {
    margin-top: 30px;
}

#loofro_intro .ol_ttl {
    font-weight: bold;
    font-size: 22px;
    color: #FF5200;
    margin-bottom: 15px;
}

#loofro_intro .sp_img {
    display: none;
}

.loof_head1 {
    background: #FF5200;
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
}

#loofro_cost .in_box {
    background: #fff;
    padding: 28px 30px 0;
}

#loofro_cost .list {
    overflow: hidden;
}

#loofro_cost .list li {
    width: 430px;
    line-height: 1.6;
    margin-bottom: 40px;
}

#loofro_cost .list li:nth-child(odd) {
    float: left;
    clear: both;
}

#loofro_cost .list li:nth-child(even) {
    float: right;
}

#loofro_cost .list .cost_name {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #AAAAAA;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#loofro_cost .list .in_image {
    text-align: center;
    margin-bottom: 5px;
}

#loofro_cost {
    margin-bottom: 70px;
}

.loof_merittext1 {
    padding: 0 10px;
    margin-bottom: 40px;
}

#loofro_merit {
    margin-bottom: 80px;
}

#loofro_flow .cmn_inner .small_text1 {
    font-size: 26px;
}

#loofro_flow .flow_list {
    overflow: hidden;
}

#loofro_flow .flow_list li {
    width: 320px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}

#loofro_flow .flow_list li:nth-child(3) {
    float: right;
    width: 280px;
    margin-right: 0;
}

#loofro_flow .flow_list li:nth-child(3) .image {
    background: none;
}

#loofro_flow .flow_list li:nth-child(3) {
    margin-right: 0;
}

#loofro_flow .flow_list li:nth-child(4) {
    clear: both;
}

#loofro_flow .flow_list .image {
    position: relative;
    margin-bottom: 10px;
    background: url(../img/cmn/arrow04.png) right center no-repeat;
}

#loofro_flow .flow_list li:nth-child(4),
#loofro_flow .flow_list li:nth-child(5) {
    padding-left: 40px;
    background: url(../img/cmn/arrow04.png) left 75px no-repeat;
}

#loofro_flow .flow_list li:nth-child(4) .image,
#loofro_flow .flow_list li:nth-child(5) .image {
    background: none;
}

#loofro_flow .flow_list .image .num {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-top: 7px;
}

#loofro_flow .flow_list .text1 {
    line-height: 1.6;
}

#loofro_flow {
    margin-bottom: 60px;
}

#loof_maker .cmn_inner {
    overflow: hidden;
}

#loof_maker .right_image {
    float: right;
}

#loof_maker .left_text {
    float: left;
    width: 620px;
    line-height: 1.6;
}

#loof_maker {
    margin-bottom: 80px;
}

/* ============================================
roof_gutter
============================================ */
#loofgu_role .text1 {
    line-height: 1.6;
    margin-bottom: 40px;
}

#loofgu_role .role_name {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #AAAAAA;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#loofgu_role .in_image1 {
    text-align: center;
}

#loofgu_role {
    margin-bottom: 50px;
}

#loofgu_cause .text1 {
    line-height: 1.6;
    margin-bottom: 30px;
}

.loofall_imglist2.loofall_type1 .in_image1 {
    text-align: center;
    margin-bottom: 13px;
}

.loofall_imglist2.loofall_type1 .title1 {
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
}

.loofall_imglist2.loofall_type1 .in_text1 {
    line-height: 1.6;
}

#loofgu_cause {
    margin-bottom: 40px;
}

#loofgu_cost .text1 {
    line-height: 1.6;
    margin-bottom: 30px;
}

.loofall_tb1 {
    border: 1px solid #AAAAAA;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 10px;
}

.loofall_tb1 th {
    background: #85C1BB;
    width: 470px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 17px 10px;
}

.loofall_tb1 td {
    padding: 17px 10px;
    text-align: center;
}

.loofall_tb1 tr+tr th {
    border-top: 1px solid #fff;
}

.loofall_tb1 tr+tr td {
    border-top: 1px solid #AAAAAA;
}

#loofgu_cost .text2 {
    text-align: right;
    line-height: 1.6;
    margin-bottom: 40px;
}

#loofgu_cost .waku_text {
    text-align: center;
    color: #FF5200;
    font-size: 20px;
    border: 1px solid #FF5200;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 20px 30px;
}

#loofgu_cost {
    margin-bottom: 80px;
}

#loofgu_item .in_text1 {
    font-size: 14px;
}

#loofgu_item {
    margin-bottom: 45px;
}

/* ============================================
roof_repair
============================================ */
#anklist .ank_link {
    overflow: hidden;
    margin-bottom: 50px;
}

#anklist .ank_link li {
    float: left;
    margin-right: 5px;
}

#anklist .ank_link li a {
    overflow: hidden;
    display: block;
    vertical-align: middle;
    padding: 25px 0;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    width: 310px;
    background: #ddd;
}

#anklist .ank_link li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

#anklist .ank_link li a:after {
    content: "\25BC";
}

#anklist .ank_link li:last-child {
    float: right;
    margin-right: 0;
}

.loofre_all .in_box1 {
    overflow: hidden;
    line-height: 1.6;
    margin-bottom: 50px;
}

.loofre_all .in_box1 .text_area_left {
    float: left;
    width: 495px;
}

.loofre_all .in_box1 .image_right {
    float: right;
}

.loofre_all .in_box1 .in_text1 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.loofre_all .loof_all_fontb {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.6;
}

#loofre_construction .loofall_imglist2 .image {
    margin-bottom: 10px;
}

#loofre_kawara .loofall_imglist2 .image {
    margin-bottom: 15px;
}

#loofre_kawara .loofall_imglist2 .text1,
#loofre_construction .loofall_imglist2 .text1 {
    line-height: 1.6;
}

#loofre_kawara .loofall_imglist2,
#loofre_construction .loofall_imglist2 {
    margin-bottom: 30px;
}

.loofre_all .text_cost1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.loofre_all .text_cost2 {
    line-height: 1.6;
}

#loofre_kawara,
#loofre_construction {
    margin-bottom: 80px;
}

.loofre_all .construction_text1 {
    line-height: 1.6;
    margin-bottom: 40px;
}

#loofre_urushi .loofall_beaflist1 .arrow_img {
    padding: 15px 0 10px;
}

#loofre_urushi .loofall_beaflist1 .be_area .in_text1 {
    min-height: 85px;
}

#loofre_urushi .loofall_beaflist1 {
    margin-bottom: 30px;
}

#loofre_urushi .waku_text {
    text-align: center;
    color: #FF5200;
    font-size: 20px;
    border: 1px solid #FF5200;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 50px;
}

#loofre_urushi .text_cost2 {
    margin-bottom: 60px;
}

#loofre_urushi {
    margin-bottom: 80px;
}

/* ============================================
wall_waterproof
============================================ */
.wall_imglist1 {
    overflow: hidden;
}

.wall_imglist1 li {
    width: 48%;
    margin-bottom: 10px;
}

.wall_imglist1 li:nth-child(odd) {
    float: left;
    clear: both;
}

.wall_imglist1 li:nth-child(even) {
    float: right;
}

#wallwa_construction1 .wall_imglist1 {
    margin-bottom: 5px;
}

#wallwa_construction1 .text1 {
    line-height: 1.6;
    margin-bottom: 40px;
}

.wall_cmn_btext1 {
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 22px;
}

#wallwa_construction1 .cost_text1,
#wallwa_construction1 .cost_text2,
#wallwa_construction1 .cost_list1 {
    line-height: 1.6;
}

#wallwa_construction1 .cost_text1 {
    margin-bottom: 25px;
}

#wallwa_construction1 .cost_list1 li {
    margin-bottom: 25px;
    text-indent: -1em;
    padding-left: 1em;
}

#wallwa_construction1 {
    margin-bottom: 80px;
}

#wallwa_construction2 .text1 {
    line-height: 1.6;
    margin-bottom: 35px;
}

.wall_cmn_inbox1 {
    overflow: hidden;
    margin-bottom: 40px;
}

.wall_cmn_inbox1 .text_area1 {
    width: 330px;
    float: left;
    line-height: 1.6;
}

.wall_cmn_inbox1 .in_image {
    float: right;
}

.wall_cmn_inbox1 .in_list1 li+li {
    margin-top: 7px;
}

.wall_cmn_tb1 {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    line-height: 1.6;
}

.wall_cmn_tb1 thead th {
    background: #85C1BB;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.wall_cmn_tb1 thead th+th {
    border-left: 1px solid #fff;
}

.wall_cmn_tb1 thead th.width1 {
    width: 170px;
}

.wall_cmn_tb1 thead th.width2 {
    width: 610px;
}

.wall_cmn_tb1 th {
    text-align: center;
}

.wall_cmn_tb1 tbody th,
.wall_cmn_tb1 tbody td {
    border-bottom: 1px solid #aaa;
}

.wall_cmn_tb1 tbody td {
    border-left: 1px solid #aaa;
}

.wall_cmn_tb1 th {
    padding: 17px 20px;
    vertical-align: middle;
}

.wall_cmn_tb1 td {
    padding: 19px 20px;
    vertical-align: middle;
}

.wall_cmn_tb1 .text_b {
    font-weight: bold;
}

#wallwa_construction2 {
    margin-bottom: 80px;
}

/* ============================================
wall_construction
============================================ */
#wallco_intro .sp_img {
    display: none;
}

#wallco_intro .cmn_dotbg {
    margin-bottom: 50px;
}

#wallco_intro .wall_cmn_inbox1 .text_area1 {
    width: 485px;
}

.wall_flow_list1 {
    overflow: hidden;
    margin-bottom: 40px;
}

.wall_flow_list1 li {
    float: left;
    width: 325px;
    margin-right: 10px;
    background: url(../img/cmn/arrow05.png) right top 85px no-repeat;
    text-align: center;
}

.wall_flow_list1 li:last-child {
    float: right;
    margin-right: 0;
    width: 260px;
    background: none;
}

.wall_flow_list1 li .bg_text {
    width: 260px;
    background: #72AA9F;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    border-radius: 20px;
    display: table;
}

.wall_flow_list1 li .bg_text .cell {
    display: table-cell;
    height: 180px;
    vertical-align: middle;
}

.sub_ogcolor {
    text-align: center;
    color: #FF5200;
    font-size: 20px;
    border: 1px solid #FF5200;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
}

#wallco_intro {
    margin-bottom: 80px;
}

.wall_imglist2 {
    overflow: hidden;
    margin-left: -18px;
}

.wall_imglist2 li {
    line-height: 1.6;
    float: left;
    width: 300px;
    margin-left: 18px;
    margin-bottom: 35px;
}

.wall_imglist2 li:nth-child(3n) {
    float: right;
    margin-left: 0;
}

.wall_imglist2 li:nth-child(3n+1) {
    clear: both;
}

#wallwa_check .wall_imglist2 .in_text1 {
    font-weight: bold;
    margin-bottom: 15px;
}

#wallwa_check {
    margin-bottom: 45px;
}

.wall_imglist3 {
    overflow: hidden;
}

.wall_imglist3 li {
    width: 460px;
    margin-bottom: 10px;
}

.wall_imglist3 li:nth-child(odd) {
    float: left;
    clear: both;
}

.wall_imglist3 li:nth-child(even) {
    float: right;
}

#wallwa_type .wall_imglist3 {
    overflow: visible;
}

#wallwa_type .wall_imglist3:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

#wallwa_type .wall_imglist3 li {
    margin-bottom: 40px;
}

#wallwa_type .wall_imglist3 .in_image {
    text-align: center;
    margin-bottom: 15px;
}

#wallwa_type .wall_imglist3 .type_name {
    font-weight: bold;
    line-height: 1.6;
}

#wallwa_type .wall_imglist3 .type_text1 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#wallwa_type .wall_imglist3 .cmn_btn {
    min-width: 0;
    width: 100%;
}

#wallwa_type .wall_imglist3 .cmn_btn a {
    min-width: 0;
    width: 100%;
}

#wallwa_type {
    margin-bottom: 40px;
}

#wallwa_appearance .cmn_inner {
    overflow: hidden;
}

#wallwa_appearance .in_type {
    background: #FF5200;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 10px;
}

#wallwa_appearance .wall_beaf_box1 {
    width: 450px;
}

#wallwa_appearance .wall_beaf_box1.left_box {
    float: left;
}

#wallwa_appearance .wall_beaf_box1.right_box {
    float: right;
}

#wallwa_appearance .wall_beaf_box1 .in_box {
    background: #fff;
    padding: 40px 20px 20px;
    text-align: center;
}

#wallwa_appearance .wall_beaf_box1 .circle_text {
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background: #72AA9F;
    width: 80px;
    height: 80px;
    padding-top: 33px;
    position: absolute;
}

#wallwa_appearance .wall_beaf_box1 .before_box .circle_text {
    top: -10px;
    left: -15px;
}

#wallwa_appearance .wall_beaf_box1 .after_box .circle_text {
    top: -10px;
    left: -10px;
}

#wallwa_appearance .wall_beaf_box1 .in_image {
    position: relative;
}

#wallwa_appearance .wall_beaf_box1 .before_box {
    width: 340px;
    margin: 0 auto;
}

#wallwa_appearance .wall_beaf_box1 .arrow_img {
    padding: 15px 0;
}

#wallwa_appearance {
    margin-bottom: 80px;
}

/* ============================================
wall_painting
============================================ */
.wall_cmn_tb2 {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    line-height: 1.6;
    margin-bottom: 30px;
}

.wall_cmn_tb2 thead th {
    background: #85C1BB;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.wall_cmn_tb2 thead th+th {
    border-left: 1px solid #fff;
}

.wall_cmn_tb2 thead th.width1 {
    width: 170px;
}

.wall_cmn_tb2 thead th.width2 {
    width: 140px;
}

.wall_cmn_tb2 thead th.width3 {
    width: 140px;
}

.wall_cmn_tb2 th {
    text-align: center;
}

.wall_cmn_tb2 tbody th,
.wall_cmn_tb2 tbody td {
    border-bottom: 1px solid #aaa;
}

.wall_cmn_tb2 tbody td {
    border-left: 1px solid #aaa;
}

.wall_cmn_tb2 td,
.wall_cmn_tb2 th {
    padding: 17px 20px;
    vertical-align: middle;
}

.wall_cmn_tb2 td.width3,
.wall_cmn_tb2 td.width2 {
    text-align: center;
}

.wall_cmn_tb2 .text_b {
    font-weight: bold;
}

#wallpa_waterproof .text1 {
    line-height: 1.6;
    margin-bottom: 40px;
}

#wallpa_waterproof .wall_flow_list1 .in_box {
    width: 258px;
}

#wallpa_waterproof .wall_flow_list1 .in_text1 {
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
}

#wallpa_waterproof .wall_flow_list1 .in_image1 {
    margin-bottom: 10px;
}

#wallpa_waterproof {
    margin-bottom: 80px;
}

.wall_cmn_dl1 {
    line-height: 1.6;
}

.wall_cmn_dl1 dt {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 7px;
}

.wall_cmn_dl1 dd+dt {
    margin-top: 40px;
}

#wallpa_merit {
    margin-bottom: 80px;
}

#wallpa_indication .wall_cmn_inbox1 {
    margin-bottom: 35px;
}

#wallpa_indication {
    margin-bottom: 80px;
}

#wallpa_item .wall_imglist3 li {
    background: #fff;
    padding: 25px 40px;
}

#wallpa_item .wall_imglist3 .in_image {
    text-align: center;
    margin-bottom: 10px;
}

#wallpa_item .wall_imglist3 .item_name {
    line-height: 1.6;
    color: #FF5200;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 7px;
}

#wallpa_item .wall_imglist3 .item_text1 {
    line-height: 1.6;
}

#wallpa_item {
    margin-bottom: 80px;
}

#wallpa_change .list li+li {
    margin-top: 40px;
}

#wallpa_change {
    margin-bottom: 80px;
}

.listpage_navi_list2 {
    margin-bottom: 30px;
}

.listpage_navi_list2:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.listpage_navi_list2 li {
    width: 460px;
    margin-bottom: 40px;
}

.listpage_navi_list2 li:nth-child(odd) {
    float: left;
    clear: both;
}

.listpage_navi_list2 li:nth-child(even) {
    float: right;
}

.listpage_navi_list2 li .cmn_btn a,
.listpage_navi_list2 li .cmn_btn {
    min-width: 0;
    width: 100%;
}

.listpage_navi_list2 li .cmn_btn a {
    padding: 28px 15px;
}

.listpage_navi_list2 li .cmn_btn {
    margin-bottom: 10px;
}

.listpage_navi_list2 li .in_text1 {
    line-height: 1.6;
    text-align: center;
    font-size: 14px;
}

.wall_cmn_inbox1.width1 .text_area1 {
    width: 500px;
}

/* ============================================
wall_refreshing
============================================ */
#wallre_maintenance .text1 {
    line-height: 1.6;
    margin-bottom: 30px;
}

.wall_cmn_inbox1.width2 .text_area1 {
    width: 484px;
}

.wall_cmn_tb3 {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    line-height: 1.6;
}

.wall_cmn_tb3 thead th {
    background: #85C1BB;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.wall_cmn_tb3 thead th+th {
    border-left: 1px solid #fff;
}

.wall_cmn_tb3 thead th.width1 {
    width: 280px;
}

.wall_cmn_tb3 tbody th,
.wall_cmn_tb3 tbody td {
    border-bottom: 1px solid #aaa;
}

.wall_cmn_tb3 tbody td {
    border-left: 1px solid #aaa;
}

.wall_cmn_tb3 th {
    padding: 17px 18px;
    vertical-align: middle;
}

.wall_cmn_tb3 td {
    padding: 22px 18px;
    vertical-align: middle;
}

.wall_cmn_tb3 .ttl {
    font-weight: bold;
}

#wallre_maintenance {
    margin-bottom: 80px;
}

#wallre_new .text1 {
    line-height: 1.6;
    margin-bottom: 30px;
}

#wallre_new .list .in_image {
    margin-bottom: 35px;
}

#wallre_new .list li+li {
    margin-top: 40px;
}

#wallre_new .sub_ogcolor {
    padding-top: 33px;
    padding-bottom: 33px;
}

#wallre_new {
    margin-bottom: 80px;
}

#wallpa_intro .wall_imglist3 li {
    background: #fff;
    padding: 25px 40px;
    min-height: 810px;
    width: 460px;
}

#wallpa_intro .wall_imglist3 .in_image {
    text-align: center;
    margin-bottom: 10px;
}

#wallpa_intro .wall_imglist3 .item_name {
    line-height: 1.6;
    color: #FF5200;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 7px;
}

#wallpa_intro .wall_imglist3 .item_text1 {
    line-height: 1.6;
}

#wallpa_intro {
    margin-bottom: 80px;
}

/* ============================================
rainfall
============================================ */
#rainfall_intro {
    margin-bottom: 80px;
}

#rainfall_check .check_list {
    background: #fff;
    padding: 35px 40px 20px;
    overflow: hidden;
}

#rainfall_check .check_list li {
    background: url(../img/rainfall/bg_check01.jpg) left top no-repeat;
    line-height: 1.6;
    font-size: 18px;
    min-height: 30px;
    padding-left: 50px;
    margin-bottom: 20px;
}

#rainfall_check .check_list li:nth-child(odd) {
    float: left;
    clear: both;
    width: 360px;
}

#rainfall_check .check_list li:nth-child(even) {
    float: right;
    width: 430px;
}

#rainfall_list,
#rainfall_cause,
#rainfall_check {
    margin-bottom: 80px;
}

.cmnimg_lr_list1 {
    margin-bottom: 40px;
}

.cmnimg_lr_list1 li+li {
    border-top: 1px solid #AAAAAA;
    margin-top: 40px;
    padding-top: 40px;
}

.cmnimg_lr_list1 li:after {
    content: "";
    display: block;
    clear: both;
}

.cmnimg_lr_list1 li:nth-child(odd) .in_image {
    float: right;
}

.cmnimg_lr_list1 li:nth-child(even) .in_image {
    float: left;
}

.cmnimg_lr_list1 li:nth-child(odd) .in_textarea {
    float: left;
}

.cmnimg_lr_list1 li:nth-child(even) .in_textarea {
    float: right;
}

.cmnimg_lr_list1 li .in_textarea {
    width: 495px;
}

.cmnimg_lr_list1 li .cmn_btn a,
.cmnimg_lr_list1 li .cmn_btn {
    min-width: 0;
    width: 100%;
}

.cmnimg_lr_list1 li .in_text1 {
    line-height: 1.6;
    margin-bottom: 25px;
}

/*20180816以降追加ページ*/
/* ============================================
repair_list
============================================ */
#repair_list .lead {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

#repair_list .article_list .lead {
    margin-bottom: 30px;
}

#repair_list .cmn_hl_area {
    margin-top: 80px;
}

#repair_list .article_list li .title {
    opacity: 1;
    margin-top: .5em;
    padding: 0;
    background-color: transparent;
    ;
    color: #85c1bb;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
}

#repair_list .cmn_btn a {
    min-width: 427px;
}

/* ============================================
cost
============================================ */
.cost .cmn_hl_area.adjustment {
    margin-bottom: 40px;
}

.cost .right_txt {
    width: 100%;
}

.cost .right_txt li {
    border-top: 1px solid #aaa;
    padding: 15px 20px 10px;
}

.cost .right_txt .l_name,
.cost .right_txt .r_price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #22B273;
}

.cost .right_txt .l_name {
    float: left;
}

.cost .right_txt .r_price {
    float: right;
}

.cost .note {
    border-top: 1px solid #aaa;
    padding-top: 5px;
    padding-top: 40px;
    text-align: center;
}

.cost .note p {
    font-size: 18px;
    line-height: 1.7;
}

.cost .l_txt {
    width: 100%;
}

.cost .r_pic {
    float: right;
    width: 370px;
}

.cost .textcenter {
    margin: 45px 0 40px;
}

/* ============================================
damage
============================================ */
.damage .l_txt {
    float: left;
    width: 530px;
}

.damage .r_pic {
    float: right;
    width: 370px;
}

.damage .bg_white {
    background: #fff;
    padding: 15px 25px 15px 15px;
    margin-top: 15px;
}

.damage .bg_white .point {
    float: left;
    width: 70px;
    background: #EC5315;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0 0;
}

.damage .bg_white .txt {
    float: right;
    width: 405px;
    font-size: 15px;
    line-height: 1.66;
}

.damage_wrap_bottom {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: center;
    padding: 25px 0 35px;
    margin-top: 20px;
}

.damage_wrap_bottom .tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.damage_wrap_bottom ul {
    padding: 0 30px;
}

.damage_wrap_bottom ul li {
    float: left;
}

.damage_wrap_bottom ul li:first-of-type {
    margin-right: 25px;
}

.damage_wrap_bottom .cmn_btn a {
    min-width: 427px;
    padding: 12px;
}

.damage_wrap_bottom .cmn_btn a:after {
    top: 45%;
}

.damage .list {
    width: 640px;
    margin: 50px auto 25px;
}

.damage .list li {
    margin-bottom: 10px;
    background: url(../img/damage/check.png) left 15px center #85c1bb no-repeat;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    padding: 10px 10px 10px 63px;
}

.damage .list+p {
    text-align: center;
    margin: 40px 0 25px;
}

.damage .list+p a {
    font-size: 16px;
    font-weight: bold;
}

/* ============================================
select
============================================ */
.select .l_txt {
    float: left;
    width: 530px;
}

.select .r_pic {
    float: right;
    width: 370px;
    margin-left: 40px;
}

.select .textarea {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.select .r_pic02 {
    float: right;
    width: 470px;
    margin-left: 30px;
}

.select .list {
    width: 440px;
}

.select .list li {
    margin-bottom: 10px;
    background: url(../img/select/check.png) left 15px top 10px #85c1bb no-repeat;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 10px 10px 63px;
}

/* ============================================
kaymu
============================================ */
.kaymu .kaymu_wrap {
    width: 800px;
    margin: 0 auto;
}

.kaymu .cmn_hl_area {
    margin-bottom: 45px;
    letter-spacing: 0;
}

.kaymu .kaymu_wrap .img {
    text-align: center;
    margin-bottom: 15px;
}

.kaymu .kaymu_wrap .img img {
    vertical-align: middle;
}

.kaymu .cmn_btn a {
    min-width: 427px;
}

.kaymu .cmn_btn.kaymuonly a {
    padding: 12px;
}

.kaymu .cmn_btn.kaymuonly a:after {
    top: 45%;
}

.kaymu .kaymu_wrap {
    margin-bottom: 50px;
}

.kaymu ol li {
    background: #fff;
    padding: 15px 20px 20px;
    margin-bottom: 20px;
}

.kaymu .tit_wrap {
    width: 440px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}

.kaymu .tit {
    font-size: 24px;
    font-weight: bold;
    padding-left: 100px;
    line-height: 1.42;
    padding-top: 25px;
}

.kaymu .tit.adjustment {
    padding-top: 7px;
}

.kaymu ol li:first-of-type .tit_wrap {
    background: url(../img/kaymu/no01.jpg) left top no-repeat;
}

.kaymu ol li:nth-of-type(2) .tit_wrap {
    background: url(../img/kaymu/no02.jpg) left top no-repeat;
}

.kaymu ol li:last-of-type .tit_wrap {
    background: url(../img/kaymu/no03.jpg) left top no-repeat;
}

.kaymu ol li .txt {
    font-size: 15px;
    line-height: 1.666;
}

.kaymu .r_image {
    position: relative;
    float: right;
    margin: -95px 0 15px 20px;
    width: 440px;
    height: 246px;
}

.kaymu .r_image iframe {
    width: 440px;
    height: 246px;
}

.kaymu .txt_bottom {
    border: 2px solid #85c1bb;
    border-radius: 10px;
    height: 160px;
    background: #fff;
    margin: 40px 0;
}

.kaymu .txt_bottom .l_tit_wrap {
    float: left;
    width: 160px;
    height: 158px;
    background: #85c1bb;
    border-radius: 5px 0 0 8px;
    color: #fff;
    padding-top: 50px;
    text-align: center;
}

.kaymu .txt_bottom .l_tit_wrap .l_tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.kaymu .txt_bottom .r_txt {
    float: right;
    width: 776px;
    padding: 15px 20px;
}

.kaymu .txt_bottom .r_txt li {
    color: #85c1bb;
    font-weight: bold;
    line-height: 1.625;
}

.kaymu .txt_bottom .r_txt p {
    font-size: 15px;
    line-height: 1.66;
}

.kaymu .btn_bottom {
    padding: 0 30px;
    margin-bottom: 95px;
}

.kaymu .btn_bottom li {
    float: left;
}

.kaymu .btn_bottom li:first-of-type {
    margin-right: 25px;
}

.kaymu .colorbest {
    margin-top: 40px;
}

.kaymu .renpa .cmn_text_area {
    margin: 10px 0 40px;
}

/* ============================================
insurance
============================================ */
.insurance ul {
    font-size: 0;
    text-align: center;
    margin: 30px 0 0;
}

.insurance ul li {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0 20px 30px 0;
}

.insurance ul li:nth-of-type(3),
.insurance ul li:last-of-type {
    margin-right: 0;
}

.insurance ul .pic img {
    vertical-align: middle;
}

.insurance ul .textcenter {
    margin-top: 10px;
}

.insurance .textright {
    margin-bottom: 70px;
    font-size: 14px;
}

.insurance .textright a {
    font-size: 14px;
}

.insurance ol li {
    margin-bottom: 80px;
    background: #fff;
    position: relative;
}

.insurance ol li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/insurance/arrow.jpg) center center no-repeat;
    width: 240px;
    height: 40px;
    bottom: -60px;
    left: 50%;
    margin-left: -120px;
}

.insurance ol li:last-of-type {
    margin-bottom: 10px;
}

.insurance ol .pic {
    float: left;
    width: 160px;
}

.insurance ol .pic img {
    vertical-align: middle;
}

.insurance ol .r_tit {
    float: right;
    width: 780px;
    padding: 40px 0 0 105px;
    position: relative;
}

.insurance ol .r_tit::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.insurance ol li:first-of-type .r_tit::before {
    background: url(../img/insurance/step01.jpg) center center no-repeat;
}

.insurance ol li:nth-of-type(2) .r_tit::before {
    background: url(../img/insurance/step02.jpg) center center no-repeat;
}

.insurance ol li:nth-of-type(3) .r_tit::before {
    background: url(../img/insurance/step03.jpg) center center no-repeat;
}

.insurance ol li:nth-of-type(4) .r_tit::before {
    background: url(../img/insurance/step04.jpg) center center no-repeat;
}

.insurance ol li:last-of-type .r_tit::before {
    background: url(../img/insurance/step05.jpg) center center no-repeat;
}

.insurance ol .r_tit p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
}

.insurance ol .r_tit p span {
    display: inline-block;
    width: 160px;
    color: #f50;
    text-align: left;
}

.insurance .note {
    font-size: 14px;
    margin-bottom: 85px;
}

/*20180816以降追加ページ*/
/* */
.addinfo080906 {
    margin-bottom: 50px;
}

.addinfo080906 .tit {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.addinfo080906 p+p {
    margin-top: 1.5em;
    line-height: 1.7;
}

/*spfotter*/
.spfotter {
    display: none;
}

@media only screen and (max-width: 640px) {
    footer {
        padding-bottom: 90px;
    }

    .spfotter {
        display: block;
        position: fixed;
        left: 0px;
        bottom: 0px;
        background: rgba(255, 255, 255, .8);
        width: 100%;
        padding: 7.5px 0px;
        z-index: 9999;
        border-top: 1px solid #242424;
    }

    .spfotter .text {
        margin: 0px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 10px 0px;
        color: #242424;
    }

    .spfotter .btnList {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 0 10px;
    }

    .spfotter .btnList .btn {
        display: block;
        padding: 0px;
        width: 32.5%;
    }

    .spfotter .btnList .btn img {
        width: 100%;
    }
}

.error-404 {
    text-align: center;
}

.error-404 p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.error-404 a {
    text-decoration: underline;
    color: #EC5315;
}

.link_homepro {
    padding-top: 2rem;
}

/* add */
.top_case-title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    text-shadow: 2px 0px 4px #0ba360, 0px 2px 4px #0ba360, -2px 0px 4px #0ba360, 0px -2px 4px #0ba360;
    padding-bottom: 20px;
    color: #fff;
}

.case_posts {
    width: 98%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_posts .case_post {
    width: 24%;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.case_posts .case_post .image {
    width: 100%;
}

.case_posts .case_post .image img {
    width: 100%;
}

.case_posts .case_post .case_post-text {
    padding: 10px;
}

.case_posts .case_post .case_post-text p {
    font-size: 14px;
    padding-bottom: 7.5px;
    line-height: 1.4;
}

#top_list .cmn_btn {
    margin: 30px auto 40px;
    width: 400px;
}

#top_list .cmn_btn a {
    position: relative;
    display: inline-block;
    background: #07683F;
    padding: 15px;
    font-weight: bold;
    min-width: 230px;
    width: 100%;
    color: #fff;
    border: 1px solid #07683F;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(85 85 85);
    box-shadow: 0px 0px 5px 0px rgb(85 85 85);
}

#top_list .cmn_btn a:after {
    right: 10px;
}

.top_cmn_information {
    padding-top: 0px !important;
}

.acc_content {
    background-color: #fff;
    width: 100%;
    padding: 15px 10px;
    box-shadow: 0px 0px 5px 0px rgb(85 85 85);
}

.acc_content .cmn_btn {
    margin-top: 30px;
}

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.acd-label::after {
    content: "+";
    position: absolute;
    top: 48%;
    right: 2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 32px;
}

.acd-label .number {
    width: 5%;
}

.acd-label .number img {
    width: 100%;
}

.acd-label .text {
    width: 92.5%;
    font-size: 16px;
    font-weight: bold;
}

.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: opacity .3s, height 1s;
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acd-content .number {
    width: 5%;
}

.acd-content .number img {
    width: 100%;
}

.acd-content .text {
    width: 92.5%;
    font-size: 16px;
    font-weight: bold;
}

.acd-check:checked+.acd-label {
    border-bottom: none;
}

.acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -20px;
    margin-bottom: 15px;
}

#cmn_information .menu_area li {
    margin-bottom: 20px;
}

.case_post-text span {
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .case_posts {
        justify-content: space-around;
    }

    .case_posts .case_post {
        width: 32%;
    }
}

@media screen and (max-width:640px) {
    #bx_area .n01 {
        height: auto;
        display: block;
    }

    #bx_area .n01 img {
        margin: 0 auto;
        height: auto;
        width: 100%;
    }

    .case_posts {
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
    }

    .case_posts .case_post {
        width: 49%;
    }

    .case_posts .case_post .case_post-text p {
        font-size: 12px;
        text-align: left;
    }

    #top_list .cmn_btn {
        margin: 30pxauto 40px;
        width: 300px;
    }

    .acd-label .text {
        font-size: 14px;
    }

    .acd-label::after {
        font-size: 24px;
    }

    .acd-content .text {
        font-size: 14px;
    }
}

@media screen and (max-width:425px) {
    .case_posts {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .case_posts .case_post {
        width: 90%;
        margin: 0 auto 15px;
    }

    .case_posts .case_post .image {
        width: 70%;
        margin: 0px auto 5px;
        padding-top: 20px;
    }

    .case_posts .case_post .case_post-text {
        padding: 10px 20px;
    }

    .case_posts .case_post:nth-child(5),
    .case_posts .case_post:nth-child(6),
    .case_posts .case_post:nth-child(7),
    .case_posts .case_post:nth-child(8) {
        display: none;
    }

    .acd-label .number {
        width: 25px;
    }

    .acd-label .text {
        width: 87.5%;
        padding-right: 30px;
    }

    .acd-label::after {
        font-size: 20px;
    }

    .acd-content .number {
        width: 25px;
    }

    .acd-content .text {
        width: 87.5%;
    }
}

/* add 21/12/12 */
h3.waku_text {
    text-align: center;
    color: #FF5200;
    font-size: 24px;
    border: 1px solid #FF5200;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    width: 600px;
    margin: 0 auto;
    display: block;
}

.cmn_inner.underlayer.zirei-box {
    border: 1px solid #242424;
    padding: 30px 25px;
}

.beaf-box {
    width: 45% !important;
}

.beaf-box .image {
    height: 160px;
    overflow: hidden;
}

.beaf-box img {
    width: 100%;
}

.arrow_img {
    width: 10%;
}

#loofco_intro.roof_zirei .loofco_ol li+li {
    margin-top: 5px !important;
}

#loofco_intro p.posts_link {
    margin-top: 1rem;
    text-align: center;
    margin-left: auto;
    width: 240px;
}

#loofco_intro p.posts_link a {
    background: #EC5315;
    color: #ffffff;
    padding: 1rem;
    display: inline-block;
    border-radius: 35px;
}

#loofco_intro h3 {
    font-weight: bold;
    font-size: 22px;
    color: #FF5200;
    margin-bottom: 15px;
}

.about-img {
    width: 100%;
    display: block;
    margin: 30px auto 50px;
}

#loofco_intro #qa_area .qa_list {
    border-top: 1px solid #ccc;
}

#loofco_intro .qa_wrap {
    margin-bottom: 30px;
}

.voice-flex {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    border: 1px solid #242424;
    margin-bottom: 30px;
}

.voice-flex .voice-flex-img {
    width: 25%;
}

.voice-flex .voice-flex-img img {
    width: 100%;
}

.voice-flex .voice-flex-text {
    width: 70%;
}

.voice-flex .voice-flex-text p {
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width:768px) {
    h3.waku_text {
        font-size: 20px;
        width: 400px;
    }

    .cmn_inner.underlayer.zirei-box {
        padding: 20px 15px;
    }

    #loofco_intro h3 {
        font-size: 20px;
    }

    #factory_roof .cmn_inner {
        width: 98%;
        display: block;
    }

    #factory_roof .loof_merittb th {
        width: 100%;
        font-size: 24px;
        vertical-align: middle;
        padding: 20px 0px;
        display: block;
    }

    #factory_roof .loof_merittb .type1 td {
        width: 100%;
        padding: 25px 15px;
        display: block;
    }
}

@media screen and (max-width:640px) {
    #factory_roof #loofco_intro .beaf-box {
        width: 90% !important;
    }

    #factory_roof #loofco_intro .arrow_img {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

    .voice-flex {
        display: block;
        padding: 20px 15px;
    }

    .voice-flex .voice-flex-img {
        width: 70%;
        margin: 0 auto 20px;
    }

    .voice-flex .voice-flex-img img {
        width: 100%;
    }

    .voice-flex .voice-flex-text {
        width: 100%;
    }

    .voice-flex .voice-flex-text p {
        font-size: 16px;
    }

    #factory_roof .insurance ol .pic {
        float: left;
        width: 25%;
        text-align: initial;
    }

    #factory_roof .insurance ol .r_tit {
        float: right;
        width: 75%;
        padding: 0px 0 0px 65px;
    }

    #factory_roof .insurance ol .r_tit::before {
        top: 30%;
    }

    #factory_roof .insurance ol .r_tit p {
        font-size: 20px;
        padding-top: 10%;
    }

    #factory_roof .cmn_inner {
        width: 95%;
        padding: 20px 15px 40px;
    }

    #factory_roof .insurance ol li {
        padding: 20px;
    }
}

@media screen and (max-width:499px) {
    h3.waku_text {
        font-size: 16px;
        width: 300px;
    }

    #loofco_intro h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #factory_roof .cmn_inner,
    #factory_roof .cmn_inner.underlayer {
        padding: 0 10px;
    }

    #factory_roof .cmn_inner.underlayer.zirei-box {
        padding: 15px 10px;
    }

    #factory_roof .loof_merittb td li {
        font-size: 14px;
    }

    #factory_roof #loofco_intro .beaf-box {
        width: 95% !important;
    }

    .about-img {
        margin: 20px auto 30px;
        height: 300px;
    }

    .voice-flex .voice-flex-img {
        width: 90%;
        margin: 0 auto 20px;
    }

    #factory_roof .insurance ol .pic {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto 10px;
    }

    #factory_roof .insurance ol .r_tit {
        float: none;
        width: 100%;
        padding: 10px 0 10px 70px;
    }

    #factory_roof .insurance ol .r_tit::before {
        top: -3px;
    }

    #factory_roof .insurance ol .r_tit p {
        font-size: 20px;
        padding-top: 0px;
    }

    .insurance ol .pic img {
        width: 100%;
    }

    #loofco_intro .ol_ttl {
        font-size: 16px;
    }

    .cmn_hl_area {
        font-size: 24px !important;
    }

    #factory_roof #corporation_point .point_title {
        font-size: 20px !important;
    }

    #factory_roof .order_bottom_btn a {
        font-size: 14px;
    }
}

.reason-top-title {
    font-weight: 700;
    color: #07683F;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 50%);
    font-family: 'Zen Old Mincho', serif;
    max-width: 540px;
    font-weight: 900;
    margin: 0 auto 30px;
}

.reason-top-title span {
    font-size: 48px;
    padding-right: 5px;
    line-height: 48px;
}

.reason-top-title h3 {
    display: inline-block;
    font-size: 24px;
    text-align: left;
    line-height: 48px;
}

@media screen and (max-width:640px) {
    .reason-top-title {
        margin-bottom: 30px;
        text-align: center;
    }

    .reason-top-title span {
        font-size: 32px;
        padding-right: 0px;
        line-height: 1;
        text-align: center;
    }

    .reason-top-title h3 {
        display: block;
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
        padding-top: 5px;
    }

    #loofco_intro .beaf_box1 .title1 {
        font-weight: bold;
        font-size: 20px;
        margin: 20px auto;
        text-align: center;
    }
}

@media screen and (max-width:499px) {
    .reason-top-title span {
        font-size: 32px;
    }

    .reason-top-title h3 {
        font-size: 16px;
        padding-top: 5px;
    }

    .reason-top-title h3 small {
        font-size: 10px !important;
    }

    .reason-top-title:nth-child(3) h3,
    .reason-top-title:nth-child(4) h3,
    .reason-top-title:nth-child(7) h3 {
        font-size: 16px;
    }
}

#factory_roof .cmn_inner .first-ul {
    width: 95%;
    margin: 0 auto;
    max-width: 400px;
}

#factory_roof .first-ul ul {
    width: 95%;
    margin: 0 auto;
}

#factory_roof .first-ul li {
    position: relative;
    text-indent: initial;
    line-height: 2;
    font-size: 18px;
}

#factory_roof .first-ul li::before {
    position: absolute;
    content: '・';
    color: #264f0e;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -8%;
    font-size: 32px;
}

.zirei-ba-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#loofco_intro .zirei-ba-box .beaf_box1 {
    width: 55%;
}

.zirei-ba-box ul {
    width: 40%;
}

#loofco_intro .zirei-ba-box .arrow_img {
    padding-top: 10%;
}

#loofco_intro .zirei-ba-box .arrow_img img {
    width: 65%;
}

#loofco_intro .beaf_box1 .title1 {
    font-size: 22px;
    margin-bottom: 12.5px;
}

@media screen and (max-width:640px) {
    #loofco_intro .zirei-ba-box {
        display: block;
    }

    #loofco_intro .zirei-ba-box .beaf_box1 {
        width: 100%;
    }

    .zirei-ba-box ul {
        width: 100%;
    }

    #factory_roof li::before {
        left: -6%;
        font-size: 28px;
    }
}

#factory_roof .cmn_inner .first-ul {
    max-width: 435px;
}

@media screen and (max-width:640px) {
    #factory_roof .cmn_inner .first-ul {
        max-width: initial;
        width: 95%;
    }

    #factory_roof .first-ul li {
        font-size: 14px;
    }
}

.button_inner_logo {
    display: none;
}

#global_navi p.active .button_inner_logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 62.5px;
    height: auto;
}

/* 
newadd */
#factory_roof .cmn_inner .first-ul {
    max-width: 435px;
}

@media screen and (max-width:640px) {
    #factory_roof .cmn_inner .first-ul {
        max-width: initial;
        width: 95%;
    }

    #factory_roof .first-ul li {
        font-size: 14px;
    }
}

/* newadd_0211 */
.roof_repair {
    display: none;
}

.arrow_img {
    margin: 0 auto;
}

.roof_repair_top .zirei-box {
    margin-top: 30px;
}

.roof_repair_top .cmn_btn a {
    font-size: 14px;
}

.roof_repair_top .cmn_btn a:after {
    margin-top: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.loof_mb80 {
    margin-bottom: 80px;
}

.roof_repair_top#top_case .cmn_inner {
    padding: 60px 0 20px;
}

.all-wrapper h3 {
    padding: 0 0 0 10px;
    font-size: 22px;
    letter-spacing: 0.5px;
    border-left: 6px solid #07683F;
    margin: 40px auto 30px !important;
    font-weight: bold;
    line-height: 1.6;
}

.all-wrapper #loofgu_role .role_name {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #AAAAAA;
    text-align: center;
    padding: 0 0 10px 0 !important;
    margin-bottom: 20px;
    border-left: none;
}

.all-wrapper .point_title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #FF5500;
    margin: 30px auto 20px;
    border: none;
    padding: 0;
}

.all-wrapper .title1 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7.5px;
    padding-left: 22.5px;
    margin: 30px 0 10px;
}

.all-wrapper .title1::before {
    position: absolute;
    content: '・';
    color: #264f0e;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    font-size: 24px;
}

.all-wrapper #loofgu_trouble .troubleList .subBox .text {
    margin: 0px;
    float: initial;
    width: 100%;
}

.all-wrapper #loofgu_trouble .troubleList .subBox .text p,
.all-wrapper .in_text1 {
    font-size: 16px;
    line-height: 1.7;
}

.all-wrapper #loofgu_flow .cmn_inner .paturnNo {
    margin: 0px 0px 20px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #86c2bc;
    line-height: 1.4;
    padding: 0;
    border: none !important;
}

.all-wrapper #loofco_intro .beaf_box1 .title1 {
    padding-left: 0;
}

.all-wrapper #loofco_intro .beaf_box1 .title1::before {
    display: none;
}

.all-wrapper .loofall_imglist2.loofall_type1 .title1 {
    line-height: 1.6;
    font-weight: bold;
    margin: 10px auto 2.5px !important;
    border: none;
    padding-left: 0;
    font-size: 16px;
}

.all-wrapper .loofall_imglist2.loofall_type1 .title1::before {
    display: none;
}

.all-wrapper #loofgu_structure .structureList .structureBox h3 {
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
    border: none;
    padding-left: 0;
    margin-bottom: 10px !important;
    font-size: 16px;
    padding: 0 0 0px 7.5px;
    border-left: 4px solid #FF5500;
    border-bottom: 1px solid #FF5500;
}

.all-wrapper .loofall_type1 {
    margin-bottom: 40px;
}

@media screen and (max-width:640px) {
    .all-wrapper .point_title {
        font-size: 20px;
        margin: 25px auto 15px;
    }

    .all-wrapper .title1 {
        font-size: 16px;
    }

    .all-wrapper #loofgu_trouble .troubleList .subBox .text p,
    .all-wrapper .in_text1 {
        font-size: 14px;
    }

    #loofco_intro .zirei-ba-box .arrow_img {
        padding-top: 1%;
    }

    .all-wrapper #loofco_intro .zirei-ba-box .beaf_box1 .title1 {
        margin-top: 0px;
    }

    .all-wrapper h3 {
        font-size: 20px;
        margin: 30px auto 20px !important;
    }
}

#loofgu_structure .img {
    width: 70%;
    margin: 0 auto;
}

.structureList_add {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#loofgu_structure .structureList.structureList_add .structureBox {
    width: 32%;
    margin: 0 0 0 2%;
}

#loofgu_structure .structureList.structureList_add .structureBox:nth-child(1),
#loofgu_structure .structureList.structureList_add .structureBox:nth-child(4),
#loofgu_structure .structureList.structureList_add .structureBox:nth-child(7),
#loofgu_structure .structureList.structureList_add .structureBox:nth-child(10) {
    margin-left: 0%;
}

.feature-text {
    margin-bottom: 30px;
}

.feature-text p {
    font-size: 16px;
    line-height: 1.8;
}

.feature-text .red-center {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    color: red;
    font-weight: bold;
}

.loof_voice {
    max-width: 700px;
    margin: 0 auto 80px;
    border: 1px solid #555;
    padding: 20px 15px;
    background-color: #fff;
}

.lv-title {
    text-align: left;
    margin-bottom: 20px;
}

.lv-title p {
    font-size: 20px;
    font-weight: 600;
    color: #86c2bc;
}

.lv-flex {
    display: flex;
    justify-content: space-between;
}

.lv-flex .li-img {
    width: 5%;
}

.lv-flex .lv-text {
    width: 92.5%;
    position: relative;
}

.lv-flex .lv-text p {
    font-size: 16px;
    line-height: 1.6;
}

.lv-flex .lv-text p.name {
    font-size: 16px;
    padding-top: 5px;
}

#loofco_flow .text1 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 40px;
    font-weight: bold;
}

#loofco_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#loofco_flow .flow_list li {
    width: 29%;
    float: initial;
    margin-right: 0px;
}

#loofco_flow .flow_list li.arrow_img {
    width: 3.5%;
    margin: 9% auto 0;
}

#loofco_flow .flow_list li:last-child {
    float: initial;
    width: 29%;
    margin-right: 0;
}

#loofco_flow .flow_list .text1 {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    text-align: left;
}

.constitutionBox p {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #86c2bc;
}

.constitutionBox .h4 {
    border: none;
    margin: 0 auto 30px !important;
}

#loofco_cost .bg-box {
    width: 100%;
    margin: 20px 0;
    padding: 0px 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    border: initial;
}

#loofco_cost .bg-box li {
    font-size: 16px;
    line-height: 1.7;
}

#loofco_cost .bg-box li strong {
    font-size: 20px;
    display: block;
    line-height: 1;
    padding: 20px 0px 10px;
}

#loofco_cost .bg-box li strong span {
    font-size: 24px;
}

.zirei-box h3.ol_ttl {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

#loofco_cost .cmn_hl_area h3 {
    border: none;
    padding: 0px;
    font-size: 32px;
    margin: 0px auto !important;
}

.voice-lower-flex {
    display: flex;
    justify-content: space-between;
}

.voice-lower-img {
    width: 48%;
}

#loofco_cost .in_box {
    background-color: #fff;
}

@media screen and (max-width:640px) {
    .lv-title p {
        font-size: 18px;
        text-align: left;
        line-height: 1.7;
    }

    .lv-flex {
        display: block;
    }

    .lv-flex .lv-text {
        width: 100%;
    }

    .lv-flex .lv-text .name {
        position: relative;
        text-align: right;
        padding-top: 10px;
    }

    .lv-flex .lv-text p {
        font-size: 16px;
        line-height: 1.8;
    }

    .feature-text .red-center {
        font-size: 16px;
    }

    #loofco_flow .text1 {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
    }

    #loofco_flow .flow_list li {
        width: 100% !important;
        padding-bottom: 0px !important;
        background: initial !important;
        max-width: initial !important;
    }

    #loofco_flow .flow_list .text1 {
        padding-bottom: 0px;
    }

    #loofco_flow .flow_list .image {
        max-width: 300px !important;
    }

    #loofco_flow .flow_list li+li {
        margin-top: 15px !important;
    }

    #loofco_flow .flow_list li.arrow_img {
        width: 15% !important;
        margin: 25px auto 0px !important;
        transform: rotate(90deg);
    }

    .all-wrapper #loofco_intro .beaf_box1 .title1 {
        padding-left: 0;
        text-align: left;
    }

    .all-wrapper .constitutionBox .h4 {
        font-size: 20px;
    }

    .all-wrapper .constitutionBox p {
        font-size: 18px;
    }

    .all-wrapper #loofco_cost .in_box .in_text1 .color_text1 {
        font-size: 24px;
    }

    #loofco_cost .bg-box li strong {
        font-size: 18px;
    }

    #loofco_cost .bg-box li {
        font-size: 14px;
    }

    #loofco_cost .cmn_hl_area h3 {
        font-size: 24px;
    }

    .voice-lower-flex {
        display: block;
    }

    .voice-lower-img {
        width: 95%;
        margin: 0 auto 15px;
    }
}

#loofro_merit .first-ul li {
    position: relative;
}

#loofro_merit .first-ul li::before {
    position: absolute;
    content: '・';
    color: #264f0e;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -4.25%;
    font-size: 32px;
}

.all-wrapper .loof_merittb td li {
    text-indent: initial;
    margin-left: 15px;
}

.all-wrapper .cmn_hl_area h3 {
    font-size: 30px;
    padding: 0px;
    margin: 0px auto !important;
    border: none !important;
}

.all-wrapper .loof_head1 {
    background: #FF5200;
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.roof_routing_add {
    padding-top: 40px;
}

#loofro_cost .lv-title {
    text-align: left;
}

.recomend-link-title {
    margin-bottom: 15px;
}

.recomend-link-title p {
    font-size: 18px;
}

.recomend-link {
    margin-bottom: 60px;
}

.recomend-flex {
    display: flex;
    justify-content: space-between;
}

.recomend-img {
    width: 25%;
}

.recomend-title {
    width: 72.5%;
    padding-top: 10px;
}

.recomend-title h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
}

.recomend-title a {
    background: #EC5315;
    color: #ffffff;
    padding: 1rem;
    display: inline-block;
    border-radius: 35px;
    display: block;
    text-align: center;
    width: 220px;
    margin-left: auto;
    margin-top: 20px;
}

@media screen and (max-width:640px) {
    #loofro_merit .first-ul li::before {
        left: -6.25%;
        font-size: 24px;
    }

    .all-wrapper .loof_head1 {
        font-size: 20px;
        padding: 15px 5px;
    }

    .recomend-link-title p {
        font-size: 16px;
        line-height: 1.8;
    }

    .recomend-flex {
        display: block;
    }

    .recomend-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .recomend-title {
        width: 100%;
        padding-top: 0px;
    }

    .recomend-title h4 {
        font-size: 20px;
    }
}

.all-wrapper #factory_roof .first-ul li {
    text-align: left;
}

.roof_painting_text {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 600;
}

.all-wrapper .loof_merittext1 {
    line-height: 1.6;
}

.all-wrapper .cmn_hl_area .small {
    font-size: 20px;
}

.reform-text {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

p.waku_text {
    text-align: center;
    color: #FF5200;
    font-size: 22px;
    border: 1px solid #FF5200;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    max-width: 600px;
    margin: 0 auto 40px;
    display: block;
    width: 95%;
}

p.waku_text span {
    font-size: 16px;
}

.reform-content {
    margin-bottom: 60px;
}

.reform-img {
    width: 60%;
    margin: 0 auto 20px;
}

.reform-small-text p {
    font-size: 16px;
    line-height: 1.7;
}

.reform-flex-images {
    width: 75%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}

.reform-flex-image {
    width: 48%;
}

.reform-content .textcenter {
    margin-bottom: 30px;
}

#roof-reform #roofcon_menu .menu_ol .num_text {
    padding: 0;
    margin: 20px auto 0 !important;
    border: none;
}

#roof-reform #roofcon_menu #factory_roof .cmn_inner .first-ul {
    max-width: 140px;
    width: 100%;
    margin: 40px auto;
}

#roof-reform #roofcon_menu #factory_roof .first-ul li::before {
    left: -19%;
}

#roof-reform #roofcon_menu .menu_ol li:nth-child(3) {
    margin-left: 0px;
    float: initial;
}

#roof-reform #roofcon_menu .menu_ol li:nth-child(1) {
    margin-left: 0px;
}

#roof-reform #roofcon_menu .menu_ol {
    margin-left: initial;
    display: flex;
    justify-content: space-between;
}

#roof-reform #roofcon_menu .menu_ol li {
    float: initial;
    width: 32%;
    margin-left: 0px;
}

@media screen and (max-width:640px) {
    .reform-text {
        font-size: 16px;
    }

    #roof-reform #loofro_intro {
        margin-bottom: 15px;
    }

    .reform-img {
        width: 100%;
    }

    .reform-small-text p {
        font-size: 14px;
    }

    .reform-flex-images {
        width: 100%;
    }

    .reform-flex-image {
        width: 49%;
    }

    #roof-reform #factory_roof .first-ul li {
        font-size: 18px;
    }

    #roof-reform #roofcon_menu .menu_ol {
        display: block;
    }

    #roof-reform #roofcon_menu .menu_ol li {
        float: initial;
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
    }

    #roof-reform #roofcon_menu .menu_ol .num_text {
        margin: 20px auto 15px !important;
        background: initial;
        color: #242424;
    }

    #roof-reform #company_greeting .text_wrap .text_area {
        margin-bottom: 25px;
    }

    #roof-reform #factory_roof .cmn_inner {
        padding: 0px;
    }

    #loofco_cost .cmn_hl_area p {
        font-size: 20px;
    }
}

#loofco_cost .waku_text {
    max-width: initial;
}

#loofgu_structure .img {
    width: 40%;
}

#r-painting .in_box {
    width: 95%;
    margin: 40px auto;
    max-width: 900px;
}

.roof_painting-content {
    margin-bottom: 60px;
}

.roof_painting-content p {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.roof_painting-content p span {
    font-weight: bold;
}

.roof_painting-content h3 {
    text-align: left;
}

.roof_painting-content .btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

.roof_painting-content .btns .btn {
    width: 48%;
}

.roof_painting-content .btns .btn a {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    padding: 15px;
    font-weight: bold;
    min-width: 300px;
    border: 1px solid #555;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(85 85 85);
    box-shadow: 0px 0px 5px 0px rgb(85 85 85);
    font-size: 16px;
}

.roof_painting-content .btns .btn a:after {
    content: "\002B";
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.roof_painting-content .btns .btn a:hover {
    opacity: .8;
}

@media screen and (max-width: 640px) {
    #r-painting #loofro_merit .first-ul li::before {
        left: -4.25%;
    }

    #r-painting .in_box {
        width: 100%;
        margin: 40px auto;
        max-width: 900px;
    }

    .roof_painting-content p {
        font-size: 14px;
    }

    .roof_painting_text {
        line-height: 1.7;
    }

    .roof_painting-content .btns {
        display: block;
    }

    .roof_painting-content .btns .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .roof_painting-content .btns .btn a {
        font-size: 18px;
        padding: 12.5px 0px;
    }

    .roof_painting-content .btns .btn a:after {
        width: 6px;
        height: 6px;
    }

    #r-painting #factory_roof .first-ul li::before {
        left: -6%;
    }

    #r-painting #factory_roof .cmn_inner {
        width: 97.5%;
        padding: 20px 10px 30px;
    }
}

.feature-link {
    text-align: center;
    margin: 15px 0 0 auto;
    width: 240px;
    display: block;
    background: #EC5315;
    color: #ffffff;
    padding: 12.5px 0;
    border-radius: 35px;
    position: relative;
}

.feature-link::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.all-wrapper .lv-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #86c2bc;
    padding: 0;
    margin: 0 !important;
    border: none;
}

.all-wrapper .text_area p {
    padding-bottom: 7.5px;
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {
    .all-wrapper .text_area p {
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 1.6;
    }
}

.compare-box {
    background-color: #FF4C00;
    text-align: center;
    padding: 15px 0 12.5px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
}

.compare-box h3 {
    font-size: 18px;
    color: #fff;
    padding: 0;
    border: none !important;
    margin: 0 !important;
    line-height: 1.2;
}

.compare-box .big {
    font-size: 32px;
    font-weight: bold;
    padding-top: 7.5px;
}

@media screen and (max-width: 640px) {
    .compare-box {
        padding: 12.5px 0 10px;
    }

    .compare-box h3 {
        font-size: 16px;
        color: #fff;
    }

    .compare-box .big {
        font-size: 24px;
    }
}

.all-wrapper #loofgu_structure .structureList {
    margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
    .all-wrapper #loofgu_structure .structureList {
        margin-bottom: 40px;
    }

    #loofgu_structure .img {
        width: 70%;
    }

    .structureList_add {
        justify-content: space-between;
    }

    #loofgu_structure .structureList.structureList_add .structureBox {
        width: 48%;
        margin: 0 0 0 4%;
    }

    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(1),
    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(3),
    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(5),
    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(7),
    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(9),
    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(11) {
        margin-left: 0%;
    }

    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(4),
    #loofgu_structure .structureList.structureList_add .structureBox:nth-child(10) {
        margin-left: 2%;
    }

    .all-wrapper #loofgu_structure .structureList .structureBox h3 {
        font-size: 14px;
    }
}

.all-wrapper .loofre_all .in_box1 .text_area_left {
    float: initial;
    width: 100%;
}

#loofgu_flow .cmn_inner .flowbox .text p.small {
    font-size: 14px;
}

.all-wrapper .loof_merittb th {
    font-size: 24px;
    position: relative;
    padding: 25px 20px 25px 40px;
}

.all-wrapper .loof_merittb th img {
    padding-right: 0px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
    .all-wrapper .loof_merittb th img {
        left: 20%;
    }
}

.all-wrapper .loof_merittb {
    width: 97.8%;
}

@media screen and (max-width: 640px) {
    .all-wrapper .loof_merittb {
        width: 100%;
    }

    .all-wrapper #loofco_intro .in_box {
        max-width: 100%;
        padding: 0 20px;
    }
}

.all-wrapper #loofgu_specialist .cmn_inner .box {
    display: flex;
    justify-content: space-between;
}

.all-wrapper #loofgu_specialist .cmn_inner .box .img {
    margin: 0px;
    float: initial;
    width: 42.5%;
}

.all-wrapper #loofgu_specialist .cmn_inner .box .text {
    width: 55%;
    line-height: 1.5;
}

#roof-reform .loof_merittb {
    border: none;
}

#roof-reform #loofro_merit .first-ul li {
    padding: 0px;
}

#roof-reform #top_order {
    margin-bottom: 60px;
}

.all-wrapper #factory_roof {
    padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
    #roof-reform #loofro_merit .first-ul li::before {
        left: -5%;
    }

    #roof-reform #top_order {
        margin-bottom: 40px;
    }

    .all-wrapper #factory_roof {
        padding-bottom: 40px;
    }

    .all-wrapper #loofgu_specialist .cmn_inner .box {
        display: block;
    }

    .all-wrapper #loofgu_specialist .cmn_inner .box .img {
        margin: 0px auto 20px;
        float: initial;
        width: 100%;
        display: block;
    }

    .all-wrapper #loofgu_specialist .cmn_inner .box .text {
        width: 100%;
        display: block;
        line-height: 1.5;
    }
}

.all-wrapper .loofre_all .in_box1 .text_area_left.text_area_left_add {
    float: left;
    width: 495px;
}

#anklist {
    width: 960px;
}

.top_bg_area01 {
    padding-bottom: 60px;
}

.line-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 60px;
    z-index: 100;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.nayami_flex {
    align-items: flex-end;
    max-width: 700px;
    margin: 0 auto 30px;
}

.nayami-list {
    width: 65%;
}

.nayami_img {
    width: 32.5%;
}

.nayami-list p {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #07683F;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 50%);
}

.text_center {
    text-align: center;
}

.link_area-flex {
    display: flex;
}

.link_area-flex ul {
    width: 50%;
}

#top_case {
    background-image: url(https://marvelous-tochigi.com/wp-content/themes/marvelous/img/cmn/green_grad.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_bg_area01 {
    background-image: url(https://marvelous-tochigi.com/wp-content/themes/marvelous/img/cmn/light_green.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kanto-img {
    max-width: 400px;
    margin: 0 auto 40px;
}

@media screen and (max-width: 640px) {
    .link_area-flex {
        display: block;
    }

    .link_area-flex ul {
        width: 100%;
    }

    .link_area-flex ul:nth-child(1) {
        margin-bottom: 40px;
    }

    .page_title .cmn_inner {
        font-size: 24px;
    }
	
	.cost .note p {
    font-size: 14px;
}
}

@media screen and (max-width: 499px) {
    #header .hl {
        font-size: 10px;
    }

    #header .logo {
        width: 60px;
    }
}

@media screen and (max-width: 374px) {
    p {
        font-size: 14px !important;
    }
}
