@charset "utf-8";

/*-----------------------------------
フォーム
-----------------------------------*/
/*フォーム設定*/
input,
select,
textarea{
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"]{
    margin: 3px 0;
    padding: 8px;
    border: solid 1px #999; 
    border-radius: 3px;
    -webkit-border-radius : 3px;
    -moz-border-radius: 3px;  
    font-size: 13px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"]{
    width:100%;
}
input[type="number"]{
    width:15%;
}
input.search_address{
    width:70%;
    margin-right: 5px;
}
input.walk_minute{
    margin-right: 5px;
    margin-left: 5px;
}
input.use_number{
    margin-right: 5px;
}
input[type="radio"],
input[type="checkbox"]{
    margin: 3px 5px 3px 0;
    border: solid 1px #999;
}
select{
    margin: 3px 0;
    padding: 8px;
    border: solid 1px #999;
    border-radius: 3px;
    -webkit-border-radius : 3px;
    -moz-border-radius: 3px;
}
textarea{
    width:100%;
    height:70px;
    margin: 3px 0;
    padding: 8px;
    border: solid 1px #999;
    border-radius: 3px;
    -webkit-border-radius : 3px;
    -moz-border-radius: 3px; 
    font-size: 13px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus{
    background: #FFD7D7;
}

input[type="submit"],
input[type="button"]{
    margin: 0;
    padding: 0;
    border-style: none;
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-appearance: none;
}
input[type="submit"],
input[type="button"]{
    display: block;
    margin-bottom: 10px;
    padding: 12px 20px;
    background: #3D8D8B;
    border: none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}
input[type="submit"]:hover{
    background: #317170;
}
.back input[type="button"]{
    background: #999;
}
.back input[type="button"]:hover{
    background: #666;
}
.button{
    text-align: center;
}
.button ul{
    width: 80%;
    margin: 0 auto;
}
.button li{
    display: inline-block;
    margin: 0 10px;
}

#contact th.essence{
    padding-right: 8%;
    background-image: url(/static/image/common/essence.png);
    background-position: 92% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 40px 17px;
    -moz-background-size: 40px 17px;
    -o-background-size: 40px 17px;
    -ms-background-size: 40px 17px;
    background-size: 40px 17px;
}

p.example{
    margin-top: 5px;
}
p.messase{
    margin: 20px;
}
ul.errors{
    margin-bottom: 5px;
}
ul.errors li{
    padding-left: 20px;
    background: url(/static/image/common/errorlist.png) 0 3px no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
    font-weight: bold;
    color: #e10b0b;
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    p.message{
        margin-bottom: 20px;
    }
    #contact table{
        margin: 20px auto 30px;
    }
    #contact th,#contact td{
        padding: 15px;
    }
    #contact th{
        width: 250px;
        vertical-align: middle;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    p.message{
        margin-bottom: 10px;
    }
    input[type="radio"],
    input[type="chexkbox"] {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    select{
        height: 36px;
        font-size: 13px;
    }
    #contact table{
        margin: 10px auto;
    }
    #contact tr{
        display: block;
        border-bottom: none;
    }
    #contact th,#contact td{
        display: block;
        width: 100%;
    }
    #contact th{
        padding: 5px 10px;
        font-weight: bold;
    }
    #contact td{
        padding: 8px 10px;
    }
    #contact .button{
        margin-bottom: 30px;
    }
    #contact th.essence{
        background-position: 97% 50%;
    }
}

/*-----------------------------------
フォーム個別設定
-----------------------------------*/
tr.user_class li{
    float: left;
    margin-right: 10px;
}

/*-----------------------------------
announcement statement
-----------------------------------*/
.announcement_statement {
    margin-bottom: 15px;
}
.announcement_statement .head {
    margin-bottom: 5px;
    font-weight: bold;
}
.announcement_statement .message {
    position: relative;
    overflow: auto;
    height: 120px;
    padding: 0 5px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border: 10px solid #f7f7f7;
    border-right: 5px solid #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.announcement_statement .message p,
.announcement_statement .message dt,
.announcement_statement .message dd {
    font-size: 70%;
}
.announcement_statement .message p {
    margin-bottom: 5px;
}
.announcement_statement .message dt {
    font-weight: bold;
}
.announcement_statement .message dd {
    margin-bottom: 5px;
}
.announcement_statement .message dd:last-child {
    margin-bottom: 0;
}
.announcement_statement .message dd span{
    font-weight: bold;
}
.announcement_statement .consent{
    text-align: center;
}
.announcement_statement .message span.domain {
    font-weight: normal !important;
}
.announcement_statement .message span.domain::before {
    content: '@';
 }
.announcement_statement .message dl+dl {
    margin-top: 20px;
}
.announcement_statement .message dl+dl dt {
    margin-bottom: 10px;
}
/*--Small screens--*/
@media only screen and (max-width: 40em){
    .announcement_statement .message::-webkit-scrollbar{
        width: 5px;
        background: #CCC;
    }
    .announcement_statement .message::-webkit-scrollbar-thumb{
        background: #666;
    }
}