@charset "UTF-8";

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto;
}

/*コンテナ*/
.main-contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.main-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px 10px;
    margin: 27px 10px 30px;
    /*ドロップシャドウ*/
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.30);
}


/* ========================================================
/* メインコンテンツ設定
=========================================================*/


/* お知らせ
**********************************/
.info-box {
    background: #efefef;
    padding: 20px 10px;
    margin: 0 auto 20px;
    text-align: center;
    border-radius: 5px;
}

.info-txtbox {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    margin: 0 10px 20px;
}


/* ========================================================
/* box1
=========================================================*/

.box1-box {
    border-radius: 5px;
    padding: 20px 0;
    background: url(../images/toebg.jpg) repeat-y left top;
}

/*　box1枠 PC・TB　*/
.box1-main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.box1-r-contents,
.box1-l-contents {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: left;
}

.br-sp {
    display: none;
}

.br-ti-sp {
    display: none;
}

@media screen and (max-width: 970px) {
    .box1-r-contents,
    .box1-l-contents {
        max-width: 970px;
        width: 100%;
        margin: 0 0 10px;
    }

    .br-tb {
        display: none;
    }
}

@media screen and (max-width: 505px) {
    .br-ti-sp {
        display: block;
    }
}

@media screen and (max-width: 460px) {
    .br-sp {
        display: block;
    }
}


/*　box1　*/

.box1-ti {
    font-size: 29px;
    font-weight: 600;
    color: #003366;
    line-height: 1.6;
}

.box1-txt1 {
    color: #3669A0;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
}

.box1-txt2 {
    font-size: 18px;
    color: #CC0000;
    font-weight: 400;
}

.box1-txt3 {
    font-size: 16px;
    color: #660000;
    font-weight: 400;
}

.box1-txt4 {
    font-size: 13px;
    font-weight: 400;
}

@media screen and (max-width: 505px) {
    .box1-ti {
        margin-bottom: 10px;
    }
}


/* クリックボタン
**********************************/

.bt a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
    background: rgb(82, 139, 61);
    background: -moz-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(159, 202, 87, 1)), color-stop(100%, rgba(82, 139, 61, 1)));
    background: -webkit-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: -o-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: -ms-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: linear-gradient(to bottom, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bt a.c2 {
    background: rgb(53, 106, 160);
    background: -moz-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 132, 197, 1)), color-stop(100%, rgba(53, 106, 160, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
}

.bt a:hover {
    filter: alpha(opacity=60);
    opacity: 0.60;
}




/*　クリックボタン枠 PC・TB　*/
.click-main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 15px auto 0;
}

.click-r-contents,
.click-l-contents {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
}

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

    .click-r-contents,
    .click-l-contents {
        margin: 10px 0;
    }

}


@media screen and (max-width: 430px) {
    .bt a {
        font-size: 15px;
    }
}


/* 許可登録
**********************************/

.permission-box {
    background: #EEF0F3;
    padding: 5px;
    line-height: 1.2;
    margin: 20px 0 10px;
    border-radius: 5px;
}


/*　枠 PC・TB　*/
.permission-main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.permission-r-contents,
.permission-l-contents {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;

    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

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

    .permission-r-contents,
    .permission-l-contents {
        margin: 0 5px;
    }

}



/* ========================================================
/* box2
=========================================================*/


/*　融雪システム設置例 設定　*/

/*タイトル*/
.box2-tittle {
    font-size: 15px;
    font-weight: 500;
    background: #E4F0FF;
    padding: 5px 10px;
    line-height: 1.2;
    margin: 20px 0 10px;
    border-radius: 5px;
}

.box2-tittle-left {
    font-size: 12px;
    font-weight: 500;
}

.box2-tittle-right {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0;
    color: #3b94cc;
}

.box2-tittle-right a {
    font-weight: 500;
    color: #3b94cc;
}

/*サブタイトル*/
.box2-list h3 {
    font-size: 14px;
    font-weight: 500;
    background: #EEF0F3;
    padding: 5px 10px;
    line-height: 1.2;
    margin: 20px 0 10px;
    border-radius: 5px;
}

.box2-list h3 span {
    font-weight: 500;
    color: #03C;
}


.box2-list p {
    font-size: 14px;
    font-weight: 400;
}

.box2-list-box {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #FFCC66;
    border: 1px solid #FF9900;
    margin: 10px 0;
}

.box2-list-center {
    text-align: center;
    padding: 10px 0;
}

.box2-tittle-right a.li {
    background: url(../images/li.png) no-repeat left center;
    padding-left: 16px;
}


/*　枠 PC・TB　*/
.box2-photo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 20px;
}

.box2-photo-container img {
    width: 100%;
}

.box2-r-contents,
.box2-l-contents {
    max-width: 465px;
    width: 100%;
    margin: 0 auto;
}


.box2-r-contents {
    padding-right: 10px;
}

.box2-l-contents {
    padding-left: 10px;
}


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

    .box2-r-contents,
    .box2-l-contents {
        width: 100%;

        padding: 0 10px;
    }

}



/* ========================================================
/* box3
=========================================================*/


/* 融雪システム
**********************************/

.box3-system-container {
    max-width: 1000px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    background-color: #e4efff;
    margin: 0 auto 15px;
}


.box3-system {
    flex: 1;
    padding: 3px 10px;
    box-sizing: border-box;
}

.box3-system-left {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.box3-system-right {
    text-align: right;
    font-size: 12px;
    padding-top: 5px;
}

.box3-system-right a {
    color: #3b94cc;
    font-weight: 500;
}

.box3-system-right a.li {
    background: url(../images/li.png) no-repeat left center;
    padding-left: 16px;
}




/* 融雪システム画像切り替え
**********************************/

.box3-pc img,
.box3-tb img,
.box3-sp img {
    margin-bottom: 5px;
    width: 100%;
}

.box3-sp {
    max-width: 380px;
    margin: 0 auto;
}


.box3-pc {
    display: block;
}

.box3-tb {
    display: none;
}

.box3-sp {
    display: none;
}


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

    /* 768pxまでの幅の場合に適用される */
    .box3-pc {
        display: none;
    }

    .box3-tb {
        display: block;
    }

    .box3-sp {
        display: none;
    }
}


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

    /* 480pxまでの幅の場合に適用される */
    .box3-pc {
        display: none;
    }

    .box3-tb {
        display: none;
    }

    .box3-sp {
        display: block;
    }
}




/* コンテンツ枠
**********************************/
.box3-point-container {
    max-width: 1000px;
    display: flex;
    overflow: hidden;
    margin: 15px 0;
    border-top: 1px solid #ccc;
}




.box3-point-left {
    width: 160px;
    float: left;
    /* 要素を右に回り込ませる */
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    padding: 10px 0;
}

.box3-point-right {
    float: left;
    width: calc(100% - 160px);
    /* 箱の大きさ調整 */
    padding: 10px 0;
    font-size: 14px;
}





/*　　*/
.box3-point-right span.large {
    font-size: 23px;
    font-weight: bold;
    color: #3669A0;
}

.box3-point-right span.large2 {
    font-size: 15px;
    font-weight: bold;
    color: #009046;
}

.box3-point-right span.large3 {
    font-size: 15px;
    font-weight: bold;
    color: #009046;
}

.box3-point-right span.large4 {
    font-size: 18px;
    font-weight: bold;
    color: #3669A0;
}

.box3-point-right em {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-style: normal;
}

.underline {
	font-weight: 500;
	text-decoration: underline;
}

.box3-point-right span.red {
    color: #CC0000;
}

.box3-point-right span.blue {
    color: #003399;
}



/*テーブル　フォームエレメント　ボタンなど*/
table.style {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    line-height: 1.4;
}

table.style th {
    background: url(../images/L.png) repeat-x left top #E4E7EE;
    border: #ccc 1px solid;
    padding: 4px 8px;
    font-weight: bold;
    vertical-align: middle;
}

table.style td {
    background: url(../images/L.png) repeat-x left top #F2F4F6;
    border: #ccc 1px solid;
    padding: 4px 8px;
    vertical-align: middle;
}


.box3-point-box {
    background: #E4F0FF;
    padding: 10px;
    text-align: center;
}



.point-pc {
    display: block;
}

.point-sp {
    display: none;
}

@media (max-width: 450px) {
    .box3-point-left {
        display: none;
    }

    .box3-point-right {
        width: 100%;
    }

    .box3-point-left {
        display: none;
    }

    .point-pc {
        display: none;
    }

    .point-sp {
        display: block;
    }

}


/* ========================================================
/* box4
=========================================================*/


/* 技術提供について
**********************************/

.tp_section {
    margin: 2em auto 1em;
    border: 2px solid #CC0000;
    box-shadow: 0 0 0 0.3em rgba(255, 0, 0, 0.2) inset;
    border-radius: 0.3em;
    padding: 2em;
}


.tp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto 0;


}


.tp-box {
    padding: 5px 0;
    /* 箱の大きさ調整 */
    float: left;
    width: calc(100% - 220px);
    /* 箱の大きさ調整 */

}


.tp-pic {
    padding: 0 40px 0 0;
    /* 箱の大きさ調整 */
    width: 180px;
    /* 箱の大きさ調整 */
    float: left;
    /* 要素を右に回り込ませる */
}

.tp-pic img {
    width: 100%;
}


@media screen and (max-width: 650px) {
    .tp-list {
        flex-direction: column;
        align-items: center;
    }

    .tp-box {
        text-align: left;
        width: 100%;
    }

    .tp-pic {
        display: none;
    }

}


.tp_heading {
    font-size: 25px;
    font-weight: 600;
    color: #CC0000;
    line-height: 1.4;
    margin: 0 auto;
}

.tp_heading-s {
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0 20px;
}

.tp_tel {
    font-size: 26px;
    font-weight: 600;
    color: #409F20;
}

.tp_fax {
    font-size: 26px;
    font-weight: 600;
    color: #777;
}



/* お問い合わせはこちら
**********************************/

.contact-box {
    font-size: 20px;
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    background-color: #ffe5e5;
}

@media screen and (max-width: 480px) {
    .contact-box {
        font-size: 18px;
    }
}

@media screen and (max-width: 425px) {
    .contact-box {
        font-size: 14px;
    }
}

.contact-button {
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 4px 1.5em;
    color: #000;
    cursor: pointer;
    background: url(../images/button_gloss_100.png) repeat-x center center #f4f4f4;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
}


.contact-button:hover {
    text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}


.contact-button.contact-type2 {
    border-color: #39547A;
    color: #fff;
    background-color: #476999;
    background-image: url(../images/button_gloss_30.png);
    font-size: 110%;
    padding: 0.3em 2em;
    display: inline-block;
}
