    @charset "utf-8";
    /* CSS Document */
    
    #head{
    width: 100%;
    padding: 0%;
    }
    #top-text {
    line-height: 60px;
    margin-top: 10px;
    }
    table {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    }
    th {
    width: 26%;
    text-align: left;
    vertical-align: middle
    }
    #company th, td {
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    }
    input, select {
    vertical-align: middle;
    width: 100%;
    padding: 8px;
    }
    .text{
    width: 100%;
    height: 80px;
    padding: 10px;
    }
    button.tj-btn-3 {
    position:relative;
    text-align:center;
    display:inline-block;
    padding:.6em 2em .6em 1em;
    font-size:24px;
    font-weight:bold;
    line-height:1.3em;
    text-decoration:none;
    color:#fff;
    background:#942500;
    border-radius:15px;
    border:2px solid #fff;
    box-shadow:0 0 0 2px #942500;
    }

    button.tj-btn-3:after{
   position:absolute;
   top:50%;
   right:.5em;
   transform: translateY(-50%);
   content: "≫";
   animation:infinite movearrow 1.5s ;
    }

    button.tj-btn-3 span{
    font-size:.5em;
    display:block;
    line-height:1.5em;
    font-weight:normal;
    }
    button.tj-btn-3:hover {
	cursor:pointer;
	opacity:0.9;
    }
    .button_5{
    position: relative;
    left: 50%;
    }
    .red2{
    color: #FF0000;    
    }
    input.gender {
    width: 4%;
    }

    @media (max-width: 567px) {
    
    /*form
    ---------------------------------------------------*/
    
    .red2{
    color: #FF0000;    
    }
    .text-title {
    margin-bottom: 10px;
    }
    .fuchidori {
    color: #000;
    text-shadow: 1px 1px 0 #444444, -1px -1px 0 #444444, -1px 1px 0 #444444, 1px -1px 0 #444444, 0px 1px 0 #444444, 0-1px 0 #444444, -1px 0 0 #444444, 1px 0 0 #444444;
    }
    #logo {
    margin-top: 2px;
    }    
    #top-text {
    margin-top: 0px;
    font-size: 16px;
    }
    #form table {
    width: 98%;
    margin: 0 auto;
    }
    #form th {
    width: 20%;
    }
    table {
    width: 90%;
    }
    th {
    width: 38%;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    }
    #form td {
    width: 50%;
    }
    input.gender {
    width: 10%;
    }
    #company th, td {
    padding: 14px 10px;
    width: 100%;
    text-align: left;
    }
    #form input[type="text"] {
    width: 90%;
    }
    #form input[type="tel"], #form input[type="email"] {
    width: 90%;
    }
    .button {
    text-align: center;
    }
    .button_5 {
    position: relative;
    left: 30%;
    }
    .thx-text {
    width: 96%;
    margin: 0 auto;
    }
    .thx-text p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    }
    #contents9 {
    padding: 20px 0 30px 0;
    }
        
    }
    