@charset "UTF-8";

    a {
        text-decoration: none;
        }

    p {
        font-size: 13px;
        }

        .recruit {
                box-sizing: border-box;
                background-color: #fff;
                width: 100%;
                max-width: 1000px;
                padding: 15px;
                border-radius: 5px;
                margin: 20px auto;
                }

                .recruit_in {
                  padding:0 15px
                  }

                .recruit i {
                  color: #f4c100;
                  }

                .recruit table {
                        box-sizing: border-box;
                        font-size: 13px;
                        line-height: 20px;
                        margin: 30px auto;
                        padding: 15px;
                        width: 100%;
                        border: 1px solid #ccc;
                        border-radius: 5px;
                        }

                        .recruit tr {

                                }

                        .recruit th {
                                text-align: left;
                                font-weight: bold;
                                width: 30%;

                                }

                        .recruit td {
                                padding: 5px 10px 5px;
                                background-color: #f4f0e4;
                                border-radius: 0 5px 5px 0;
                                }

                        .recruit td a {
                                display: block;
                                background-color: #ccc;
                                border-radius: 5px;
                                color: #000;
                                padding: 8px;
                                margin: 3px 0;
                                text-align: center;
                                }

                                .recruit td a:hover {
                                        background-color: #000;
                                        border-radius: 5px;
                                        color: #fff;
                                        text-align: center;
                                        }

                                .fas {
                                  padding-right: 5px;
                                  font-size: 16px;
                                  }

                                .a1 /*タイトル様th*/ {
                                  font-weight: bold;
                                  padding: 10px 10px 7px 10px;
                                  background-color: #f4c100;
                                  border-radius: 5px;
                                  font-size: 14px;
                                  }

                                  .a2 /*タイトル様th*/ {
                                    padding: 5px 10px 10px;
                                    }


                                  .a3 /*タイトル様th*/ {
                                    padding: 5px 5px 5px 10px;
                                    background-color: #ffeeb6;
                                    border-radius: 5px 0 0 5px;
                                    }






@media(max-width:450px) {


  .recruit_in {
    padding:0 5px
    }

    .recruit table {
            padding: 5px;
          }


}
