@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px/1.9 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #3e3c39;
    background: #fff;
}

body #top {
    background: #fff url(images/bg.png) repeat-x 50% 0;
}

a {
    color: #222;
}
a:hover {
    color: #919191; text-decoration:none;
}
a:active, a:focus {
    outline: 0;
}

img {
    border: 0;
}
.clear {
    clear: both;
}

html {
    scroll-padding-top: 150px;
}




/* 修正ここから */
.top-bn {
    position: relative;
    top: -150px;
    left: 50px;
    z-index: 2;
}

.top-bn2 {
    width: 350px;
    margin-left: auto;
    position: relative;
    top: -360px;
    right: 50px;
    z-index: 2;
}

.pr-top {
    margin-top: -280px;
}

.contact-bt {
    text-align: right;
    width: 80px;
    margin-left: auto;
    background: #534f80;
    padding: 20px;
    border-radius: 5px 0 0 5px; /* 左上、右上、右下、左下 */
    overflow: hidden;
    position: relative;
    top: 120px;
    margin-bottom: 20px;
}

.contact-bt2 {
    text-align: right;
    width: 80px;
    margin-left: auto;
    background: #d6b8a3;
    padding: 20px;
    border-radius: 5px 0 0 5px; /* 左上、右上、右下、左下 */
    overflow: hidden;
    position: relative;
    top: 120px;
    margin-bottom: 20px;
}

.contact-bt a, .contact-bt2 a {
    width: 80px;
    margin-left: auto;
    display: block;
}

.contact-bt p, .contact-bt2 p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1.8px;
    margin-top: 5px;
}

.contact-bt .contact-text, .contact-bt2 .contact-text {
    font-size: 10px;
}

.contact-bt img, .contact-bt2 img {
    margin-bottom: 5px;
}

.box1170 {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0 70px 0;
}

.box1170-2 {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

h2 {
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 4.5px;
    color: #534f80;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    margin-top: 25px;
}

h2::before {
    content: "";
    height: 40px;
    border-left: 1px solid #534f80;
    position: absolute;
    top: -40px;
    left: 50%;
}

.h2-sub {
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 4.5px;
    color: #fff;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    margin-top: 25px;
    text-shadow: 2px 2px 2px #939393;
}

.h2-text {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    color: #808080;
}

.h2-textsub {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 2px 2px 2px #939393;
    font-weight: bold;
}

.news-box {
    font-size: 15px;
    width: 1000px;
    margin: 0 auto;
}

.news-box dl {
    height: 45px;
    border-bottom: 1px dotted #bebebe;
    margin-bottom: 15px;
}

.news-box dl dt {
    width: 140px;
    float: left;
    font-weight: bold;
}

.news-box dl dd a {
    text-decoration: underline;
    color: #534f80;
}

.news-box dl dd .n-oshirase {
    background: #534f80;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 13px;
    margin-right: 20px;
}

.news-box dl dd .n-event {
    background: #d6b8a3;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 13px;
    margin-right: 20px;
}

.news-more {
    width: 120px;
    background: #534f80;
    padding: 5px;
    margin-left: auto;
    margin-top: 25px;
}

.news-more a {
    color: #fff;
}

.news-more a p {
    text-align: center;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    font-size: 15px;
}

.svg {
    position: relative;
    top: -150px;
    z-index: -1;
}

.back-1 {
    background: #f8f6f3;
    margin-top: -160px;
    overflow: hidden;
}

h3 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2.5px;
    font-weight: bold;
}

.text {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

#about {
    width: 50%;
    float: left;
/*    overflow: hidden;*/
}

#works {
    width: 50%;
    float: left;
/*    overflow: hidden;*/
}

.box50 {
    width: 80%;
    margin-left: auto;
    margin-right: 50px;
    padding-top: 50px;
}

.box50-2 {
    width: 80%;
    margin-right: auto;
    margin-left: 50px;
    padding-top: 50px;
}

.about-box {
    width: 100%;
    margin-bottom: 30px;
}

.about-box .about-title {
    font-size: 21px;
    background: #534f80;
/*    width: 350px;*/
    padding: 5px 20px 5px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 0 8px 0;
}

.about-box .about-title span {
    margin-right: 15px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
}

.about-box .text {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.support-box1 {
    width: 37%;
/*    margin-right: 20px;*/
    float: left;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
    margin-bottom: 30px;
}

.support-box2 {
    width: 37%;
    float: right;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
    margin-bottom: 30px;
}

.support-box3 {
    width: 37%;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
    margin-bottom: 30px;
}

.support-box1 img, .support-box2 img, .support-box3 img {
    display:block;
    width: 158px;
    margin: 0 auto;
}

.support-box1 p, .support-box2 p, .support-box3 p {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}

.support-box1 p span, .support-box2 p  span, .support-box3 p  span {
    color: #0056a7;
}

.service-box {
    width: 319px;
    border-left: 1px dotted #534f80;
    padding: 15px 35px 15px 35px;
    float: left;
    height: 384px;
    background: #fff;
}

.service-box2 {
    width: 318px;
    border-left: 1px dotted #534f80;
    border-right: 1px dotted #534f80;
    padding: 15px 35px 15px 35px;
    float: left;
    height: 384px;
}

.service-box .service-cg, .service-box2 .service-cg {
    font-size: 15px;
    text-align: center;
    background: #534f80;
    width: 100px;
    color: #fff;
}

.service-box .service-cg2 {
    font-size: 15px;
    text-align: center;
    background: #4fa265;
    width: 100px;
    color: #fff;
}

.service-box .service-cg3 {
    font-size: 15px;
    text-align: center;
    background: #d6a3a5;
    width: 100px;
    color: #fff;
}

.service-box2 .service-cg4 {
    font-size: 15px;
    text-align: center;
    background: #d6b8a3;
    width: 100px;
    color: #fff;
}

.service-box .service-title, .service-box2 .service-title {
    font-size: 17px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.service-more {
    background: #c4c4c4;
    margin-top: 20px;
    padding: 5px 0 5px 0;
}

.service-more a p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.works-box {
    margin-top: 45px;
    width: 100%;
    background: #f4efe9;
/*    width: 1160px;*/
    margin-left: auto;
    padding: 55px 55px 55px 55px;
    border-radius: 10px 0 0 0;
/*    height: 500px;*/
}

.works-box1 {
    width: 47%;
    float: left;
}

.works-title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.works-category1 {
    font-weight: bold;
    font-size: 14px;
    background: #534f80;
    color: #fff;
    padding: 5px 10px 5px 10px;
    width: 130px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.works-category2 {
    font-weight: bold;
    font-size: 14px;
    background: #d6b8a3;
    color: #fff;
    padding: 5px 10px 5px 10px;
    width: 130px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.works-category3 {
    font-weight: bold;
    font-size: 14px;
    background: #d6a3a5;
    color: #fff;
    padding: 5px 10px 5px 10px;
    width: 130px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.works-category4 {
    font-weight: bold;
    font-size: 14px;
    background: #d6b8a3;
    color: #fff;
    padding: 5px 10px 5px 10px;
    width: 130px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.works-more {
    width: 120px;
    background: #534f80;
    padding: 5px;
    margin-left: auto;
    margin-right: 135px;
    margin-top: 25px;
}

.works-more a {
    color: #fff;
}

.works-more a p {
    text-align: center;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    font-size: 15px;
}


.box1050 {
    width: 1050px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

.bn-1 {
    width: 400px;
    float: left;
    margin-right: 50px;
    background-image: url(images/bn-1.jpg);
    height: 90px;
    padding: 50px;
    margin-bottom: 50px;
    display: block;
}

.bn-2 {
    width: 400px;
    float: left;
    background-image: url(images/bn-2.jpg);
    height: 90px;
    padding: 50px;
    margin-bottom: 50px;
    display: block;
}

.bn-1 a, .bn-2 a {
    display: block;
}

.bn-1 a .bn-title, .bn-2 a .bn-title {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    letter-spacing: 3.5px;
}

.bn-1 a .bn-text, .bn-2 a .bn-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.contact-box {
    background-image: url(images/contact-back.jpg);
    background-repeat: no-repeat;
/*    background-size: contain;*/
    height: 380px;
    margin-top: -10px;
}

.box1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

.contact-left {
    width: 300px;
    float: left;
}

.contact-left p {
    font-size: 40px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    color: #fff;
    letter-spacing: 2.5px;
}

.contact-right {
    width: 700px;
    float: left;
}

.contact-1 {
    background: #fff;
    width: 255px;
    float: left;
    border-radius: 3px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 35px;
}

.contact-2 {
    background: #fff;
    width: 255px;
    float: left;
    border-radius: 3px;
    margin-top: 20px;
    padding: 35px;
}

.contact-1 a p, .contact-2 a p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.contact-1 a .contact-text {
    font-size: 28px;
    font-weight: bold;
    transform: scale(0.9, 1);
    margin-top: 10px;
}

.contact-2 a .contact-text {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.contact-mf {
    width: 800px;
    margin: 0 auto;
    border: 1px solid #cecece;
    padding: 35px;
    background: #e4f3ff;
}

.contact-mf .contact-mfp1 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.contact-mf .contact-mfp2 {
    font-size: 17px;
    font-weight: bold;
}

.contact-mf .contact-mfp2 span {
    color: red;
}

.cn-test {
    margin-top: 60px;
    margin-bottom: 20px;
}

.cn-test p {
    font-size: 18px;
    text-align: center;
}



/* イベント情報 */
.hed {
/*    height: 300px;*/
    margin-top: 100px;
}

.hed h2 {
    margin-top: -180px;
}

.event-l {
    width: 800px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.title-icon {
    width: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.event-r {
    width: 320px;
    float: left;
    margin-bottom: 50px;
    margin-top: 70px;
}

.event-lbox {
    border-bottom: 1px dotted #cecece;
    padding-bottom: 25px;
}

.event-rbox {
    width: 250px;
    border-radius: 5px;
    padding: 35px;
    background: #fffbf2;
}

.event-rbox p {
    text-align: center;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    font-size: 20px;
}

.event-rbox ul li {
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    font-size: 20px;
    line-height: 1.3;
}

.event-rbox ul .arc-text {
    border-bottom: 1px dotted #cecece;
    padding: 8px 0 8px 0;
}

.event-rbox ul .arc-text a {
    font-size: 15px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-style: normal;
}

.event-calendar {
    font-size: 30px;
    letter-spacing: 4.5px;
    color: #534f80;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    text-align: center;
    margin-bottom: 15px;
}

.event-title {
    font-size: 21px;
    font-weight: bold;
    background: #534f80;
    border-radius: 50px;
    padding: 5px 0 5px 35px;
    color: #fff;
    margin-bottom: 15px;
}

.event-day {
    font-size: 19px;
    font-weight: bold;
    padding-left: 25px;
}

.event-text {
    font-size: 18px;
    padding-left: 25px;
}

.event-text span {
    color: #c11515;
    font-weight: bold;
}

.event-text a {
    text-decoration: underline;
    color: #534f80;
}

.e-tel {
    font-size: 20px;
    font-weight: bold;
    color: #534f80;
    padding-left: 25px;
}

.e-tel a {
    text-decoration: underline;
    color: #534f80;
}

.event-img {
    width: 748px;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #cecece;
}


/*お問い合わせ*/
.formTable {
    width: 900px;
    margin: 0 auto;
    border: 1px solid #cecece;
    font-size: 18px;
}

.formTable input {
    padding: 10px 0 10px 0;
}

.contactsub-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}

.contactsub-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 30px;
    line-height: 2;
}

.formTable tr th {
    background: #e4f3ff;
    font-weight: bold;
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
}

.formTable tr td {
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
}

.form-sr {
    width: 430px;
    margin: 0 auto;
    margin-top: 50px;
}

.form-sr input {
    width: 200px;
    padding: 20px 0 20px 0;
    font-size: 20px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.must::after {
    content: '必須';
    font-size: 10px;
    font-weight: normal;
    padding: 3px 12px;
    margin-left: 10px;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: red;
    color: #fff;
}


/* 会社概要 */
.info-box-l {
    float: left;
    margin-right: 30px;
    margin-top: 50px;
}

.info-box-l table {
    width: 650px;
    font-size: 16px;
}

.info-box-l table tr {
    border-bottom: 1px solid #cecece;
}

.info-box-l table tr th {
    padding: 15px 0 10px 0;
    font-weight: bold;
    text-align: center;
    width: 130px;
}

.info-box-l table tr td {
    padding: 15px 10px 10px 20px;
}

.info-box2 {
    width: 500px;
    margin-right: 30px;
    float: left;
    background: #e4f3ff;
    border-radius: 5px;
    padding: 35px;
}

.info-box2-2 {
    width: 500px;
    float: left;
    background: #e4f3ff;
    border-radius: 5px;
    padding: 35px;
}

.info-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #cecece;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.info-text {
    font-size: 16px;
}

.info-mtitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.info-mbox {
    width: 320px;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    font-size: 16px;
    float: left;
    margin-right: 30px;
}

.info-mbox2 {
    width: 320px;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    font-size: 16px;
    float: left;
}

.info-mbox3 {
    width: 515px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    font-size: 16px;
    margin-bottom: 20px;
    height: 80px;
    align-items: center;
    display: flex;
}

.info-mbox3-2 {
    float: left;
    width: 235px;
    margin-right: 30px;
}

.info-mbox3-3 {
    width: 250px;
    background: #72add9;
    float: left;
    padding: 5px 0 5px 0;
}

.info-mbox3-3 a p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.info-mbox ul, .info-mbox2 ul {
    float: left;
    margin-right: 30px;
}

.info-msm {
    font-size: 15px;
}

.info-mtext1 {
    background: #d6a3a5;
    color: #fff;
    padding: 5px 0 5px 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.info-mtext2 {
    background: #d6b8a3;
    color: #fff;
    padding: 5px 0 5px 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.info-mtext3 {
    background: #534f80;
    color: #fff;
    padding: 5px 0 5px 20px;
    margin-bottom: 15px;
    font-weight: bold;
}


/* リクルート */
.recruit-box, .recruit-box2 {
    width: 900px;
    margin: 0 auto;
    border: 1px solid #cecece;
    font-size: 18px;
}

.recruit-box tr th {
    background: #e4f3ff;
    font-weight: bold;
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
    width: 150px;
}

.recruit-box tr td {
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
}

.recruit-box2 tr th {
    background: #fffde4;
    font-weight: bold;
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
    width: 150px;
}

.recruit-box2 tr td {
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
}

.recruit-button {
    width: 670px;
    margin: 0 auto;
}

.recruit-buttonbox {
    width: 320px;
    float: left;
    margin-right: 30px;
}

.recruit-buttonbox2 {
    width: 300px;
    float: left;
}

.recruit-button-box {
    width: 300px;
    background: #efefef;
    padding: 8px 10px 8px 10px;
}

.recruit-button-box a {
    text-decoration: none;
}

.recruit-button-box a p {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

.rec-new {
    font-size: 13px;
    color: #d13737;
    font-weight: bold;
}

.rec-nb {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}


/* よくある質問 */
.faq-box {
    position: relative;
    z-index: 3;
}

.faq-box .faq-1 {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #f8f6f3;
    border: solid 1px #534f80;
    cursor: pointer;
}

.faq-box .faq-2 {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #534f80;
    cursor: pointer;
}

.faq-box .faq-title {
    font-size: 20px;
    background-image: url(images/faq.png);
    font-weight: 700;
    color: #414141;
}

.faq-box .faq-in p {
    width: 800px;
    margin: 0 auto;
    font-size: 17px;
    margin-bottom: 25px;
}

.faq-box .faq-in p a {
    text-decoration: underline;
    color: #534f80;
}


/* 施工の流れ */
.flow-box-l {
    width: 250px;
    float: left;
}

.flow-box-l p {
    writing-mode: vertical-rl;
    font-size: 28px;
    font-weight: bold;
    color: #534f80;
    letter-spacing: 2.5px;
    margin-top: 35px;
}

.flow-box-r {
    width: 920px;
    float: left;
}

.flow-box {
    overflow: hidden;
}

.flow-box2 {
    height: 80px;
    border-bottom: 1px solid #534f80;
}

.flow-step {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2.5px;
    color: #534f80;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    float: left;
}

.flow-step span {
    font-size: 25px;
    margin-right: 10px;
}

.flow-title {
    float: left;
    font-size: 27px;
    font-weight: bold;
    margin-left: 35px;
    padding-top: 9px;
    letter-spacing: 2.5px;
}

.flow-box3 {
    width: 540px;
    margin-right: 30px;
    margin-top: 15px;
    overflow: hidden;
    float: left;
}

.flow-box3 p {
    font-size: 17px;
}

.flow-box4 {
    margin-top: 15px;
    float: right;
    width: 350px;
}

.flow-text {
    font-weight: bold;
    background: #d6a3a5;
    color: #fff;
    padding: 5px 0 5px 20px;
    margin-top: 15px;
}

.flow-tel {
    background: #d6b8a3;
    color: #fff;
    padding: 5px 0 5px 0;
    text-align: center;
    font-weight: bold;
    width: 255px;
    margin-right: 30px;
    float: left;
    margin-top: 20px;
    border-radius: 50px;
}

.flow-mail {
    background: #d6a3a5;
    padding: 5px 0 5px 0;
    text-align: center;
    font-weight: bold;
    width: 255px;
    float: left;
    margin-top: 20px;
    border-radius: 50px;
}

.flow-mail a {
    color: #fff;
}


/* 施工実績 */
.works-subtext {
    text-align: center;
    font-size: 19px;
}

.works-sub {
    width: 600px;
    overflow: hidden;
    float: left;
}

.works-sub-2 {
    width: 570px;
    overflow: hidden;
    float: left;
}

.works-sub-3 {
    width: 300px;
    overflow: hidden;
    float: left;
}

.works-sub .works-sub-title, .works-sub-2 .works-sub-title {
    width: 570px;
    text-align: center;
    font-size: 19px;
    background: rgba(214, 184, 163, 0.43);
    border-radius: 5px;
    padding: 5px 0 5px 0;
}

.works-sub-3 .works-sub-title {
    width: 270px;
    text-align: center;
    font-size: 19px;
    background: rgba(214, 184, 163, 0.43);
    border-radius: 5px;
    padding: 5px 0 5px 0;
}

.works-subbox {
    width: 270px;
    margin-top: 30px;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
}

.works-subbox2 {
    width: 270px;
    margin-top: 30px;
    float: left;
    margin-bottom: 50px;
}

.works-before {
    font-size: 18px;
    background: #d6b8a3;
    border-radius: 5px 5px 0 0;
    width: 130px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-left: 20px;
}

.works-after {
    font-size: 18px;
    background: #d6a3a5;
    border-radius: 5px 5px 0 0;
    width: 130px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-left: 20px;
}

.works-ecocutebox {
    width: 770px;
    margin: 0 auto;
}


/* リフォーム */
.reform-icon {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.reform-text {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.reform-box {
    width: 570px;
    margin-right: 30px;
    margin-top: 50px;
    float: left;
}

.reform-box2 {
    margin-top: 50px;
    width: 570px;
    float: left;
}

.reform-box2 p {
    font-size: 19px;
    line-height: 2.5;
    margin-bottom: 30px;
}

.reform-box3 {
    width: 238px;
    float: left;
    margin-right: 50px;
    margin-top: 30px;
}

.reform-text2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.reform-text3 {
    font-size: 19px;
    line-height: 2.5;
    margin-bottom: 30px;
    writing-mode: vertical-rl;
    letter-spacing: 2.5px;
}

.reform-text3 span {
    font-weight: bold;
    background: #d6a3a5;
    margin: 5px 0 5px 0;
    padding: 0 5px 0 5px;
    color: #fff;
}

.reform-box4 {
    width: 570px;
    float: left;
    margin-right: 30px;
}

.reform-box5 {
    width: 570px;
    float: left;
}

.reform-box5 p {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 30px;
}

.reform-text4 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 2.5px;
    margin-top: 30px;
}

.nayami {
    width: 230px;
    float: left;
    margin-right: 30px;
    background: #d6b8a3;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.nayami-l {
    width: 230px;
    float: left;
    background: #d6b8a3;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.nayami-2 {
    width: 330px;
    float: left;
    margin-right: 30px;
    background: #d6b8a3;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.nayami-2l {
    width: 330px;
    float: left;
    background: #d6b8a3;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.nayami p, .nayami-l p, .nayami-2 p, .nayami-2l p, .kaiketsu p, .kaiketsu-l p, .kaiketsu-2 p, .kaiketsu-2l p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.nayami .nayami-text, .nayami-l .nayami-text, .nayami-2 .nayami-text, .nayami-2l .nayami-text, .kaiketsu .nayami-text, .kaiketsu-l .nayami-text, .kaiketsu-2 .nayami-text.kaiketsu-2l .nayami-text {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.kaiketsu {
    width: 330px;
    float: left;
    margin-right: 30px;
    background: #d6a3a5;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.kaiketsu-l {
    width: 330px;
    float: left;
    background: #d6a3a5;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.kaiketsu-2 {
    width: 530px;
    float: left;
    margin-right: 30px;
    background: #d6a3a5;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.kaiketsu-2l {
    width: 530px;
    float: left;
    background: #d6a3a5;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}

.kao {
    width: 30px;
    margin: 10px 250px 10px 250px;
}

.kao-2 {
    width: 30px;
    margin: 10px 150px 10px 150px;
}

.kao-3 {
    width: 30px;
    margin: 10px 100px 10px 100px;
}

.reform-box6 {
    width: 570px;
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
}

.reform-box6-2 {
    width: 570px;
    float: left;
    margin-bottom: 30px;
}

.reform-box7 {
    width: 370px;
    float: left;
    margin-right: 30px;
}

.reform-box7-2 {
    width: 370px;
    float: left;
}

.reform-box7-3 {
    background: #fff;
    padding: 35px;
}

.reform-box7-3 p {
    font-size: 16px;
}

.reform-box8 {
    width: 570px;
    float: left;
    margin-right: 30px;
}

.reform-box8-2 {
    width: 570px;
    float: left;
}

.reform-box8-3 {
    background: #f4f4f4;
    padding: 35px;
}

.reform-box8-3 p {
    font-size: 16px;
}




/* 蓄電池 */
.battery-box {
    width: 570px;
    margin-right: 30px;
    float: left;
}

.battery-box-5 {

}

.battery-box-r {
    width: 570px;
    float: left;
}

.battery-box1 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #d6b8a3;
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

.battery-box1 p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
}

.battery-box2 {
    background: #fff;
    border-right: 5px;
    padding: 45px 35px 25px 35px;
    margin-top: -25px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.battery-box2-2 {
    width: 500px;
    float: left;
    margin-right: 30px;
}

.battery-box2-3 {
    width: 570px;
    float: left;
}

.bt-v2h {
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-top: 25px;
    padding: 25px;
}

.battery-title4 {
    font-size: 20px;
    font-weight: bold;
}

.battery-title {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}

.battery-title2 {
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #534f80;
    float: left;
}

.battery-text {
    font-size: 17px;
    margin-top: 15px;
    clear: both;
}

.battery-text2 {
    font-size: 17px;
    margin-top: 10px;
    clear: both;
    border-top: 1px solid #cecece;
    padding-top: 25px;
}

/*
.battery-box2-3 {
    width: 200px;
    float: left;
}
*/

.battery-box3 {
    width: 500px;
    float: left;
    margin-top: 30px;
    background: #f8f6f3;
    padding: 35px;
    height: 226px;
}

.battery-box4 {
    float: left;
    width: 570px;
    margin-top: 30px;
}

.battery-merit {
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    color: #534f80;
    float: left;
    margin-right: 25px;
    margin-top: -2px;
}

.battery-text3 {
    font-size: 19px;
    margin-top: 25px;
    width: 570px;
    float: left;
    margin-bottom: 30px;
}

.battery-box5 {
    width: 465px;
    background: #f4f4f4;
    float: left;
    margin-right: 30px;
    padding: 35px;
}

.battery-box5-2 {
    width: 465px;
    background: #f4f4f4;
    float: left;
    padding: 35px;
}

.battery-title3 {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-top: 10px;
}

.battery-title3 span {
    font-size: 14px;
}

.battery-text4 {
    font-size: 17px;
    margin-top: 15px;
}

.battery-box6 {
    width: 570px;
    float: left;
    margin-right: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.battery-box7 {
    width: 276px;
    background: #f4f4f4;
    float: left;
    margin-right: 30px;
    padding: 35px;
    height: 421px;
}

.battery-box7-2 {
    width: 276px;
    background: #f4f4f4;
    float: left;
    padding: 35px;
    height: 421px;
}

.battery-system1 {
    background: #d6a3a5;
    width: 78px;
    margin-right: 20px;
    float: left;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

.battery-system2 {
    background: #d6b8a3;
    width: 78px;
    margin-right: 20px;
    float: left;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

.battery-system3 {
    background: #534f80;
    width: 78px;
    float: left;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

.battery-system4 {
    text-align: center;
    margin: 5px 0 5px 0;
    font-size: 19px;
    font-weight: bold;
}

.battery-system5 {
    background: #534f80;
    width: 78px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    margin-top: 5px;
}

.battery-system1 p, .battery-system2 p, .battery-system3 p, .battery-system5 p {
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
}

.battery-box8 {
    width: 770px;
    float: left;
    margin-right: 30px;
}

.battery-box9 {
    width: 300px;
    float: left;
}



/* エコキュート */
.eco-box3 {
    width: 500px;
    float: left;
    margin-top: 30px;
    background: #f8f6f3;
    padding: 35px;
    height: 290px;
}

.eco-box4 {
    float: left;
    width: 570px;
    margin-top: 30px;
}

.eco-box2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    overflow: hidden;
}

.eco-box2-2 {
    width: 535px;
    float: left;
    margin-right: 30px;
}

.eco-box2-3 {
    width: 535px;
    float: left;
}

.eco-title {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 2.5px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.eco-title span {
    color: #534f80;
}

.eco-text {
    font-size: 18px;
}

.eco-text2 {
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.eco-title2 {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 2.5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.eco-title2 span {
    font-size: 23px;
    font-weight: bold;
    margin-left: 15px;
}

.inyou {
    margin-left: 35px;
    margin-top: 10px;
}


/* エアコン */
.aircon-box {
    width: 370px;
    margin-right: 30px;
    float: left;
}

.aircon-box-r {
    width: 370px;
    float: left;
}

.aircon-merit {
    background: #d6a3a5;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.aircon-merit p {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    line-height: 1.2;
    padding-top: 20px;
}

.aircon-merit p span {
    font-size: 25px;
}

.aircon-text {
    background: #fff;
    border-radius: 5px;
    padding: 35px;
    margin-top: -45px;
    position: relative;
    z-index: 0;
    padding-top: 65px;
}

.aircon-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.aircon-text2 {
    font-size: 16px;
    text-align: justify;
    height: 123px;
    margin-top: 15px;
}


/* ヒートポンプ */
.heat-box {
    width: 570px;
    margin-top: 30px;
    float: left;
    margin-right: 30px;
}

.heat-box-r {
    width: 570px;
    margin-left: auto;
    margin-top: 30px;
    float: left;
}

.heat-box-2 {
    width: 570px;
    margin-top: 30px;
    margin: 0 auto;
}

.heat-merit {
    background: #d6a3a5;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.heat-merit p {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    line-height: 1.2;
    padding-top: 20px;
}

.heat-merit p span {
    font-size: 25px;
}

.heat-text {
    background: #fff;
    border-radius: 5px;
    padding: 35px;
    margin-top: -45px;
    position: relative;
    z-index: 0;
    padding-top: 65px;
}

.heat-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.heat-text2 {
    font-size: 16px;
    text-align: justify;
    margin-top: 15px;
}

.heat-text3 {
    font-size: 18px;
    margin-top: 30px;
}

.heat-text4 {
    background: #534f80;
    border-radius: 5px;
    padding: 10px 0 10px 30px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin-top: 30px;
}

.heat-text5 {
    font-size: 19px;
    background: #d6b8a3;
    border-radius: 50px;
    width: 250px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0 5px 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.heat-text6 {
    font-size: 18px;
    margin-left: 30px;
}

.heat-box2 {
    width: 570px;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
}

.heat-box2-2 {
    width: 570px;
    float: left;
    margin-top: 40px;
}

.heat-title2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.heat-text7 {
    font-size: 16px;
}

.sub {
/*    vertical-align: sub;*/
    font-size: 10px;
}



/* 新着情報 */
.news-box-sub {
    font-size: 17px;
    width: 800px;
    margin: 0 auto;
}

.news-box-sub dl {
    border-bottom: 1px dotted #bebebe;
    margin-bottom: 15px;
}

.news-box-sub dl dt {
    font-weight: bold;
    padding-bottom: 15px;
}

.news-box-sub dl dd {
    padding-bottom: 15px;
}

.news-box-sub dl dd a {
    text-decoration: underline;
    color: #534f80;
}

.news-box-sub dl dt .n-oshirase {
    background: #534f80;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 13px;
    margin-left: 20px;
}

.news-box-sub dl dt .n-event {
    background: #d6b8a3;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 13px;
    margin-left: 20px;
}

/* 太陽光発電 */
.reform-text3 .span {
    font-weight: bold;
    background: #d6a3a5;
    margin: 0 0 5px 0;
    padding: 8px 5px 5px 5px;
    color: #fff;
}

.solar-box {
    background: #fff;
    border-radius: 5px;
    padding: 35px;
    margin-bottom: 50px;
}

.solar-merit {
    background: #d6a3a5;
    width: 130px;
    border-radius: 80px;
    position: relative;
    z-index: 1;
    padding: 10px 25px 10px 25px;
    margin-top: -60px;
    margin-bottom: 30px;
}

.solar-merit p {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: 'Lora', sans-serif !important;
    font-style: italic !important;
    line-height: 1.2;
}

.solar-merit p span {
    font-size: 25px;
    margin-left: 10px;
}

.solar-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.solar-text2 {
    font-size: 17px;
    text-align: justify;
    margin-top: 15px;
}

.solar-box2 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px 35px 5px 35px;
}

.solar-title2 {
    background: #534f80;
    border-radius: 5px;
    padding: 10px 0 10px 30px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.solar-text3 {
    font-size: 18px;
    background: #d6b8a3;
    border-radius: 50px;
    width: 250px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0 5px 30px;
    margin-bottom: 15px;
}

.solar-text4 {
    font-size: 16px;
    text-align: justify;
}











.slider {
    margin-top: 60px;
}

.map {
    width: 100%;
    height: 400px;
}

.footer {
    margin-top: -10px;
    padding-top: 30px;
}

.footer-left {
    width: 500px;
    float: left;
    margin-right: 30px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-address p {
    letter-spacing: 2.2px;
    font-size: 16px;
    font-weight: bold;
}

.footer-address .ft-tel {
    font-size: 35px;
    font-weight: bold;
    transform: scale(0.9, 1);
    letter-spacing: 1.0px;
    margin-left: -25px;
}

.footer-right {
    width: 640px;
    float: left;
    margin-top: 50px;
}

.footer-menu {
    width: 180px;
    float: left;
}

.footer-menu2 {
    width: 260px;
    float: left;
}

.footer-menu p, .footer-menu2 p {
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-menu p:before {
    content: "";
    width: 20px;
    height: 1px;
    margin: 0 8.5px;
    background-color: #222;
    display: inline-block;
    vertical-align: middle;
}

.footer-menu2 p:before {
    content: "";
    width: 20px;
    height: 1px;
    margin: 0 8.5px;
    background-color: #222;
    display: inline-block;
    vertical-align: middle;
}

.cr {
    padding: 20px 0 5px 30px;
    background: #534f80;
    color: #fff;
    height: 35px;
}

.cr p {
    text-align: center;
}








/* パンくずリスト */
.list {
    width: 1170px;
    margin: 0 auto;
    margin-top: 20px;
}

.list ol li {
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

.list ol li a {
    color: #888888;
    text-decoration: underline;
    margin-right: 5px;
}

.list ol li img {
    margin-top: -3px;
}





/*ベース*/
section.typeA{
    display: flex;
    flex-wrap: wrap;
}
section.typeA::after {
    content: '';
    width: 100%;
    height: 3px;
    order: -1;
    display: block;
/*    background: rgba(34, 87, 229, 0.7);*/
    background: #0056a8;
}
section.typeA .tabLabel {    /* タブ */
    margin-right: 3px;
    padding: 8px 12px 5px 20px;
    flex: 1;
    order: -1;
    border-radius: 3px 3px 0 0;
    color: #0056a8;
/*    background: rgba(34, 71, 196, 0.3);*/
    background: rgba(131, 223, 255, 0.59);
    transition: .5s ;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }section.typeA input {        /* ラジオボタン非表示 */
    display: none;
}
section.typeA .content {    /* 本文 */
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
    color: #fff;
/*    background: rgba(30, 38, 255, 0.7);*/
    background: #0056a8;
}
section.typeA input:checked + .tabLabel + .content {
    padding: 30px 30px 15px 30px;
    height: auto;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transition: .5s opacity;
    opacity: 1;
}



/*ベース*/
section.typeA-2{
    display: flex;
    flex-wrap: wrap;
}
section.typeA-2::after {
    content: '';
    width: 100%;
    height: 3px;
    order: -1;
    display: block;
/*    background: rgba(34, 87, 229, 0.7);*/
    background: #003319;
}
section.typeA-2 .tabLabel {    /* タブ */
    margin-right: 3px;
    padding: 8px 12px 5px 20px;
    flex: 1;
    order: -1;
    border-radius: 3px 3px 0 0;
    color: #000;
/*    background: rgba(34, 71, 196, 0.3);*/
    background: rgba(190, 190, 190, 0.35);
    transition: .5s ;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
section.typeA-2 .tabLabel:nth-last-of-type(1){ margin-right: 0; }section.typeA-2 input {        /* ラジオボタン非表示 */
    display: none;
}
section.typeA-2 .content {    /* 本文 */
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/*アクティブ設定*/
section.typeA-2 input:checked + .tabLabel {
    color: #fff;
/*    background: rgba(30, 38, 255, 0.7);*/
    background: #003319;
}
section.typeA-2 input:checked + .tabLabel + .content {
    padding: 30px 30px 15px 30px;
    height: auto;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transition: .5s opacity;
    opacity: 1;
}










.index_text {
    margin: 0 10px 0 10px;
}

.header-sub {
    background: #fff;
    height: 90px;
}

.header-sub h1 {
    top: 8px;
    left: 15px;
    z-index: 5;
    position: absolute;
}

#hed {
    width: 100%;
}











.button {
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}






.clear {
    clear: both;
}

.clear2 {
    clear: both;
    height: 10px;
}

.clear3 {
    clear: both;
    height: 40px;
}

.clear4 {
    clear: both;
    height: 130px;
}

.clear5 {
    clear: both;
    height: 60px;
}



body, textarea {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
}


