/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 2020年6月13日, 下午7:59:46
    Author     : ieken
*/

.zoono_page_style {
    background: #e3f3ff;
}


/*carousel slider zoono start*/

div#slider_zoono {
    padding-bottom: 50px;
}

#slider_zoono .carousel-indicators li {
    background-color: #00929a;
}

#slider_zoono .carousel-control-prev:hover,
#slider_zoono .carousel-control-next:hover
/*.carousel-indicators:hover*/

{
    background-color: #00929a;
}

#slider_zoono .carousel-control-prev,
#slider_zoono .carousel-control-next {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /* background-color: #00929a; */
    background-color: #000;
    opacity: .7;
    right: 0;
    top: unset;
}


/*carousel slider zoono end*/

.jumbotron,
.form_info {
    margin-top: 50px;
}

.btnsubmit {
    width: 100%;
}

.btninfo {
    width: 80%;
    margin: auto;
}

.msgtext {
    /*text-align: left;*/
    width: 100%;
}

.pagewidth {
    /*width: 50%;*/
    /*max-width: 500px;*/
    margin: auto;
}

.notetext {
    text-align: center;
}

.notetext p {
    margin: auto;
}

.head_title {
    background: linear-gradient(-45deg, transparent 50px, #14838D 0);
    /* padding: 1%; */
    color: #fff;
    padding-left: 5px;
    padding-bottom: 6px;
}

.mainform {
    border: 1px solid #14838D;
    padding: 1%;
    border-radius: .3rem;
}

.smalltitle {
    font-size: xx-large;
    /*background: #ed9b2f;*/
    /*background: #fff;*/
    /*margin-bottom: 25px;*/
}

.text_title {
    background: #fff;
}

.text_title_br {
    margin-bottom: 100px;
    margin-left: 15px;
    margin-right: 15px;
}

.text_title_txt {
    font-size: larger;
}

.text_err_msg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    margin-bottom: 500px;
    width: 100%;
}

.text_err_msg>.pagewidth {
    max-width: 900px;
}

.zoono_list {
    margin-top: 10%;
    list-style: none;
    /*text-align: left;*/
    line-height: 2;
    /*margin-left: 35%;*/
    /*padding-left: 35%;*/
}

.zoono_list li {
    font-size: 20px;
    margin-bottom: 5%;
}

.zoono_list li span {
    font-size: 24px;
    color: red;
    font-weight: 900;
}

.zoono_list li:before {
    content: '✓';
}

.formpost_btn {
    font-size: xx-large;
}

.jumbotron {
    background: #e3f3ff;
}

.mainform,
.btnsubmit {
    background: #fff;
}


/*#sliderppt{
    margin-top: 1%;
}*/

@media (max-width: 800px) {
    .text_title_br {
        margin-bottom: 5%;
    }
    .text_title_br h1 {
        font-size: 30px;
    }
    .text_title_br h4 {
        font-size: 19px;
    }
    .zoono_list {
        padding: 0;
        line-height: unset;
    }
    .zoono_list li {
        font-size: unset;
    }
    .zoono_list li span {
        font-size: 20px;
    }
}