/*header*/
    header{
        height: 60px;
        background-color: white;
    }

    .header-container{
        width: 95%;
        margin: auto;
    }

    .navbar{
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    }

    .navbar-default .navbar-toggle {
        border-color: #ffffff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #252d40;
    }

    .navbar-default .navbar-nav>li>a {
        color: #252d40;
    }

    #logo-img{
        height: 30px;
    }

    .submenu-title {
        font-size: 8px;
        padding: 0px;
        margin: 0;
        line-height: 60px;
        vertical-align: middle;
        color: #04c97d;
    }

    .header-list{
        float: right;
        display: inline;
        width: 475px;
        margin: auto;
        text-align: right;
    }

    .header-list ul{
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .header-list li{
        display: inline-block;
        list-style: none;
        line-height: 60px;
        vertical-align: middle;
        margin-left: 1.5%;
    }

    .to-entry{
        padding: 0.5em 1em;
        background: linear-gradient(to right, #04ccd4, #04c97d);
        color: #FFF;
        padding-right: 20px;
        padding-left: 20px;
    }

    .header-item{
        color: black;
        padding-left: 5px;
        padding-right: 5px;

    }

    .header-item:hover{
        color: #02c97d;
        text-decoration: none;
        cursor: pointer;
    }

/*headerの881px以下での表示*/
@media(max-width: 881px){
    .header-list{
        float: right;
        height: 60px;
        margin: auto;
        text-align: right;
        font-size: 12px;
    }
}

/*headerの778px以下での表示*/
@media(max-width: 778px){
    .header-list{
        float: right;
        height: 60px;
        margin: auto;
        text-align: right;
        font-size: 10px;
    }
}

/*form*/

    .top-wrapper{
        height: 360px;
        background-image: url("../image/bg_entry_pc.png");
        background-size: cover;
        background-position: center;
    }

    .tw-titles{
        width: 80%;
        margin: auto;
        padding: 75px 0px;
        text-align: center;
        color: white;
    }

    .tw-title{
        width: 80%;
        max-width: 350px;
        margin: auto;
        padding-top: 20px;
        font-family: "Arial Black";
        font-size: 36px;
        border-bottom: 1px solid white;
    }

    .tw-subtitle{
        padding-top: 5px;
        padding-bottom: 30px;
    }

    .text{
        width: 90%;
        text-align: right;
        padding-bottom: 30px;
        margin: auto;
    }

    .top{
        color: #02c97d;
    }

    .slash{
        color: black;
    }

    .entry_form{
        color: black;
    }

    .forms{
        display: table;
        width: 80%;
        max-width: 900px;
        margin: auto;
    }

/*プルダウン*/

    .cp_ipselect {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    .cp_ipselect select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        border-radius: 0;
        outline: none;
        background: transparent;
        background-image: none;
        background-color: #F1EFEF;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }
    .cp_ipselect select::-ms-expand {
        display: none;
    }
    .cp_ipselect.cp_sl01 {
        position: relative;
        border: none;
        background: #ffffff;
    }
    .cp_ipselect.cp_sl01::before {
        position: absolute;
        top: 0.8em;
        right: 0.9em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #666666;
        pointer-events: none;
    }
    .cp_ipselect.cp_sl01 select {
        padding: 8px 38px 8px 8px;
        color: #666666;
    }

    .forms dt{
        padding-right: 50px;
    }

    .title{
        font-size: 16px;
        padding-top: 30px;
        color: #252d40;
    }

    .subtitle{
        font-size: 12px;
        font-weight: 400;
    }

    .necessary{
        text-align: center;
        background-color: #252d40;
        color: white;
        float: right;
        padding: 5px 15px;
        font-size: 10px;
    }

    .necessary-1{
        text-align: center;
        background-color: white;
        color: white;
        float: right;
        padding: 5px 15px;
        font-size: 10px;
    }


    .forms input{
        width: 100%;
        height: 45px;
        background-color: #F1EFEF;
        border: none;

    }

    .forms textarea{
        width: 100%;
        height: 250px;
        background-color: #F1EFEF;
        border: none;
        resize: none;
    }

    dl{
        display: table-row;
        width: 75%;
        margin: auto;
    }

    dt,dd{
        display: table-cell;
        padding-top: 30px;
    }

    dt{
        vertical-align: top;
        padding-top: 30px;
        width: 200px;
    }

    dd{
        padding-top: 10px;
        padding-left: 75px;
    }

    @media screen and (max-width: 767px) {
        .forms dt{
            padding-right: 10px;
        }

        dd{
            padding-top: 10px;
            padding-left: 20px;
        }
    }

    .column{
        padding-top: 30px;
    }



    .about-personal-information {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .about-personal-information a {
        color: #252d40;
        font-weight: bold;
        text-decoration: underline;
        font-size: 16px;
    }


    .form-agree {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .checkbox-input-agree {
        display: none;
    }

    .checkbox-parts-agree {
        padding-left: 50px;
        padding-top: 10px;
        position:relative;
    }

    .checkbox-parts-agree::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background-color: #f2f3f3;
    }

    .checkbox-input-agree:checked + .checkbox-parts-agree::after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
        background-color: #04c97d;
    }

    .buttons {
        margin: 50px;
    }

    .buttons button{
        margin: 10px 20px;
        width: 350px;
    }

    .btn-primary-gradation {
        background: -moz-linear-gradient(left, #01cdd2, #04c97d);
        background: -webkit-linear-gradient(left, #01cdd2, #04c97d);
        background: linear-gradient(to right, #01cdd2, #04c97d);
        color: #ffffff;
        border: 1px solid #04c97d;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .btn-primary-gradation:hover {
        color: #ffffff;
    }

    .btn-reset {
        background-color: #ffffff;
        color: #252d40;
        border: 1px solid #252d40;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .btn-reset:hover {
        color: #252d40;
    }

/*footer*/

    footer{
        height: 80px;
        background-color: #333333;
        padding-top: 30px;
    }

    .footer-container{
        width: 95%;
        margin: auto;
    }

    .footer-left{
        float: left;
    }

    .footer-left p{
        color: white;
        float: left;
    }

    .footer-right{
        float: right;
    }

    .footer-right ul{
        list-style: none;
        width: 100%;
        margin: auto;
    }

    .footer-right li{
        float: left;
    }

    .footer-item{
        color: white;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-item:hover{
        color: #02c97d;
        cursor: pointer;
        text-decoration: none;
    }

/*footerの881px以下での表示*/
@media(max-width: 881px){
    .footer-left p{
        color: white;
        float: left;
        font-size: 12px;
    }

    .footer-right li{
        display: inline-block;
        list-style: none;
        float: left;
        vertical-align: middle;
        font-size: 12px;
    }
}

/*footerの778px以下での表示*/
@media(max-width: 778px){
    .footer-left p{
        color: white;
        float: left;
        font-size: 10px;
    }

    .footer-right li{
        display: inline-block;
        list-style: none;
        float: left;
        vertical-align: middle;
        font-size: 10px;
    }
}