
/*
        common
*/

body {
    color: #4E4852;
    /*font-size: 15pt;*/
    /*font-weight: 400;*/
    /*letter-spacing: 0.075em;*/
    /*line-height: 1.65em;*/
}
a, a:hover {
    color: #ed4933;
}
/* header */
.navbar .container {
    position: relative;
    max-width: 960px !important;
    width: 100%;
}
.navbar-brand {
    max-width: 960px;
    width: 100%;
    margin-right: 0 !important;
}
.navbar-brand img {
    width: 100%;
}
.navbar-nav a{
    color: #8E8892 !important;
    font-size: 0.9em;
}
@media (min-width: 768px) {
    #navbarSupportedContent {
        position: absolute;
        right: 0;
        top: 0;
    }
}

hr {
    border: 0;
    border-bottom: solid 2px #fff;
    margin: 3em 0;
    border-color: #dfdfdf;
}

/* card */
.card {
    border: none;
}
.card-header {
    color: #2E3842;
    background-color: #fff;
    font-size: 1.35em;
    line-height: 1.75em;
    font-weight: 800;
    letter-spacing: 0.225em;
    border: none;
}

/* form */
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], select, textarea {
    background: rgba(144, 144, 144, 0.25) !important;
    border-radius: 3px !important;
    border: none !important;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    background: rgba(255, 255, 255, 1) !important;
    border: 2px solid #21b2a6 !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) !important;
}
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    opacity: 0;
    width: 1em;
    z-index: -1;
}
input[type="radio"] + label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}
input[type="radio"]:checked + label:before {
    background: #2E3842;
    color: #ffffff;
}
input[type="radio"] + label:before {
    border-radius: 100%;
    background: rgba(144, 144, 144, 0.25);
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    content: '\f00c';
    font-family: FontAwesome;
}
.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 3.125em;
    letter-spacing: 0.225em;
    line-height: 3.125em;
    padding: 0 2.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn.btn-primary {
    background-color: #ed4933;
    box-shadow: none !important;
    color: #ffffff !important;
}
.btn.btn-primary:hover{
    background-color: #ef5e4a !important;
}
.btn.btn-secondary {
    box-shadow: inset 0 0 0 2px #dfdfdf;
    color: #2E3842;
}
.btn.btn-secondary:hover {
    background-color: rgba(144, 144, 144, 0.25);
}
@media only screen and (max-width:768px) {
    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: rgba(144, 144, 144, 0.15) !important;
    }
}
/*
        regist
*/

.regist-index .entry-img {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.regist-index .entry-img img {
    width: 100%;
}
