@charset "UTF-8";

*{
    font-family: 'Noto Sans Japanese', sans-serif;
  box-sizing: border-box;
}

body{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    background-color:#000;
    min-width: 1100px;
}

header{
    position: relative;
}

header h1{
    position: absolute;
    top:10px;
    left:10px;
    margin:0;
}

header .pc-block{
    padding: 130px 0 0 0;
}

img{
    width: 100%;
    display: block;
}

.sp-block{
	display: none!important;
}

.contents-img{
    max-width: 1080px;
    width: 100%;
    margin:0px auto;
    display: block;
}

.detail{
    margin: 0 auto;
    width: 95%;
    max-width: 900px;
    padding: 10px;
    border-collapse: collapse;
}

.detail th{
    border: solid 1px#FFF;
    padding: 0 10px;
}

.detail td{
    font-weight: normal;
    padding: 15px 20px;
    border: solid 1px #FFF;
}

.detail a{
    color:#FFF;
    margin-left:10px;
}

.bontaroid-back{
    background: url(img/bontaroid-back.png) no-repeat center top;
    background-size: cover;
}

.contents-img-4,
.contents-img-8{
    width: 90%;
    max-width: 707px;
}

.contents-img-4{
    margin: 0 auto 9%;
}

.contents-img-8{
    margin: 40px auto;
}

.mind{
    position: relative;
    background: url(img/contents-14-back.png) no-repeat center top;
    background-size: cover;
    padding: 70px 0;
}

.mind .contents-img-14{
    width: 686px;
}

.contact-btn-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; 
}

.mind .contact-btn{
    max-width: 431px;
    width: 100%;
    margin: 0px 10px;
}

.contents-img-16{
    max-width: 884px;
    width: 100%;
}

.mind .contact-btn-1{
    bottom: 20%;
}

.mind .contact-btn-2{
    bottom: 6%;
}

.share-count-wrap{
    display: -webkit-flex;
    display: flex;
}

.share-count{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 10px 0;
}


.share-count i{
    margin-right:5px;
}

.share-count p{
    color:#FFF;
}

.share-count p span{
    color: #000;
    background-color: #f5d800;
    padding: 5px 20px;
    margin: 0 30px 0 15px;
}

.share-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; 
    padding: 0;
    list-style: none;
}

.share-box li{
    border-radius: 5px;
    margin: 0px 10px;
    min-width: 220px;
    text-align: center;
}

.share-box li a,
.share-box li span{
    color: #FFF;
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    cursor: pointer;
}

.share-box li:nth-of-type(1){
    background-color:#1fa1f3;
}

.share-box li:nth-of-type(2){
    background-color:#3c589f;
}

.share-box li:nth-of-type(3){
    background-color:#10c303;
}

.share-box li:nth-of-type(4){
    background-color: #000;
    border: solid 1px #fff;
}

.share-active-bontaroid-wrap{

}

#share-active-bontaroid,
#share-active-bontaroid-heart{
    width: 900px;
    margin: 0 auto;
}

#share-active-bontaroid-heart{
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: sizeScale;
    padding: 100px 70px 30px 70px;
    box-sizing: initial;
}

@keyframes sizeScale {
    0%,
    100%{
        width:600px;
    }
    50% {
        width:950px;
    }
}

.share-active-bontaroid-heartwrap{
    animation-duration: 20s;
    animation-name: backsizeScale;
    background-image: url(img/share-heart-back.png);
    background-size: 0%;
    background-position: center center; 
    background-repeat: no-repeat;
    max-height: 500px;
    overflow: hidden;
    animation-fill-mode:forwards;
}

@keyframes backsizeScale {
    0%{
        background-size: 0%; 
    }
    10%{
        background-size: 60%; 
    }
    100%{
        background-size: 100%;
    }
}

/*form*/
.formTable{
    width: 500px;
    margin:0 auto;
}

.formTable ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.formTable ul li{
    text-align: left;
}

.formTable ul li:nth-of-type(2){
    
}

.estimate-formtitlebox{
    margin-bottom: 25px;
}

.estimate-formtitle{
    color:#FFF;
    margin-bottom: 10px;
}

.formTable ul li input[type="text"],
.formTable ul li input[type="tel"],
.formTable ul li input[type="email"],
.formTable ul li textarea{
    padding: 10px 10px;
    width: 100%;
}

.formTable ul li input[type="number"]{
    padding: 7px;
}

.formTable ul li textarea{
    width: 100%;
    margin: 0 auto;
    min-height: 120px;
}

.required-text,
.required-text2{
    color: #FFF;
    font-size: 80%;
    padding: 3px 7px;
    margin-right: 10px;
}

.required-text{
    background-color: #d21717;
}

.required-text2{
    background-color: #1786d2;
}

button{
    background-color: #5f9f02;
    min-width: 300px;
    border: none;
    padding: 20px 0px;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    transition-duration: 0.3s;
}

.planlist label {
    padding: 10px 30px;
    border-bottom:solid 1px #ddd;
    color: #aaa;
    text-align: center;
    display: block;
}


.planlist input[type="radio"] {
    display: none;
}

.planlist input[type="radio"]:checked + label{
    color: #FFF;
}

.planlist input#estimate-system-1:checked + label,
.planlist input#estimate-system-2:checked + label,
.planlist input#estimate-store-1:checked + label,
.planlist input#estimate-store-2:checked + label,
.planlist input#estimate-store-3:checked + label,
.planlist input#estimate-work-1:checked + label,
.planlist input#estimate-work-2:checked + label,
.planlist input#estimate-work-3:checked + label {
    background-color: #2da67d;
}

button:hover{
    background-color: #d31818;
}

.copyright{
    text-align: center;
    font-weight: normal;
    margin: 30px auto;
}

#share-active-bontaroid img,
#share-active-bontaroid-heart {
  display: none;
}

#share-active-bontaroid img:first-child  {
  display: inline;
}

.requirement{
    color: #FFF;
    margin: 100px 0;
}

.requirement h2{
    text-align: center;
    font-size: 42px;
}

.copyright{
    color:#FFF;
}

.thankstext{
    color:#FFF;
    text-align: center;
}

.produced{
    margin: 150px auto 50px;
    width: 1000px;
    overflow: hidden;
}

.produced a,
.produced .kakeru{
    float: left;
}

.produced a:nth-of-type(1){
    width: 430px;
    margin-top: 33px;
}

.produced .kakeru{
    margin: 44px 30px 0;
    width: 59px;
}

.produced a:nth-of-type(2){
    width: 430px;
}

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

    body{
        min-width: 320px;
    }

    .pc-block{
        display: none!important;
    }

    .sp-block{
        display: block!important;
    }

    .fottertel{
        position: fixed;
        bottom: 5px;
        right: 5px;
        width: 50px;
        z-index: 100;
    }

    .mind .contents-img-14{
        width: 100%;
    }

    header h1 {
        position: absolute;
        top: initial;
        left: initial;
        margin: 0 0 0 10px;
        width: 120px;
    }

    .contact-btn-box{
        display: block;
    }

    .mind .contact-btn {
        max-width: initial;
        width: 90%;
        margin: 10px auto;
        display: block;
    }

    .requirement h2 {
        text-align: center;
        font-size: 20px;
        padding: 0 20px;
    }

    /*form*/

    form{
        padding: 0 10px;
    }

    .formTable{
        width: 100%;
    }

    .formTable ul li textarea{
        width: 100%;
    }

    #share-active-bontaroid{
        width: 100%;
    }

    .contents-img-16{
        width:96%;
    }

    .share-count{
        margin:10px 0;
    }

    .share-count-box{
        width: 50%;
        text-align: center;
        font-size: 12px;
    }

    .share-count p span {
        padding: 5px 5px;
        margin: 5px auto 0;
        width: 80px;
        display: block;
    }

    .share-box {
        display: block;
        margin: 0;
        overflow: hidden;
    }

    .share-box li{
        width: 47%;
        min-width: 0;
        float: left;
        margin: 1% 2%;
    }

    .share-box li:nth-of-type(even){
        margin-left:0;
    }

    .share-box li a, 
    .share-box li span {
        padding: 15px 5px;
        font-size: 12px;
    }

    .requirement {
        color: #FFF;
        margin-top: 50px;
    }

    #share-active-bontaroid-heart{
        animation-name: sizeScale;
        padding: 0px 0 10px 0;
    }

    .share-active-bontaroid-heartwrap{
        background-size: 0%;
        max-height: 200px;
        overflow: hidden;
        animation-fill-mode: forwards;
    }

    .share-active-bontaroid-heartwrap img{
        padding: 30px 0 30px 0;
    }

    @keyframes sizeScale {
        0%,
        100%{
            width:70%;
        }
        50% {
            width:100%;
        }
    }

    @keyframes backsizeScale {
        0%{
            background-size: 0%; 
        }
        10%{
            background-size: 80%; 
        }
        100%{
            background-size: 130%;
        }
    }

    .produced{
        width: 90%;
        margin: 90px auto 50px;
    }

    .produced a, .produced .kakeru{
        float: none;
    }

    .produced .kakeru {
        margin: 20px auto 0;
        width: 30px;
    }

}


