@charset "utf-8";
.contact_tel img {
    width: 100%;
    height: auto;
    max-width:30px;
}
.contact_box {
    border: 4px solid #00BBA8;
    background-color: #FFFFFF;
    color: #5A4A37;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.contact_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.6em;
}
.contact_tel {
    display: flex;
    align-items: center;
     justify-content: center;
    margin-bottom: 20px;
   }

.contact_tel p {
    font-size: 2em;
    font-weight: bold;

}
.contact_midashi {
    border-left: 10px solid #FF9B00;
    padding-left: 10px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #5A4A37;
    font-size: 1.3em;
    width: 90%;
    font-weight: bold;
    margin-bottom: 30px;
}



.contact_form_box {
    width: 90%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border-radius: 8px;
margin-bottom:20px;
}

.contact_form_box table {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}




tr th .contact_form_hissu {
    background-color: #FF5555;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.7em;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-radius: 5px;
    margin-left: 20px;
    white-space: nowrap;
}
.contact_form_box tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 40px;
      font-size: 1.2em;
    line-height: 1.6em;
}


.contact_form_box tbody tr td {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 1.6em;
}

.contact_form_box tbody tr {
     border-bottom: 1px solid #CCCCCC;
}

.contact_form_box tbody tr:last-child {
     border-bottom: 1px none #CCCCCC;
}

.contact_medium {
    width: 94%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 1em;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}
.contact_select{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 1em;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.contact_textarea{
    width: 94%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    min-height: 80px;
}
.contact_kome {
    color: #FF5D55;
    font-size: 0.85em;
    line-height: 1.6em;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;

  padding-bottom:20px;
}
.contact_button {
    font-size: 1em;
    background-color: #FFC300;
    color: #FFFFFF;
    vertical-align: middle;
    border: 1px solid #D1D4D5;
    width: 90%;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    max-width: 370px;


    padding-top: 20px;
    padding-bottom: 20px;
/*
    margin-top: 30px;
    margin-bottom: 30px;
*/
    margin-left: auto;
    margin-right: auto;
}
.contact_button::after {
    content: "";
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact_button:hover {
    background-color: #FFAB0E;
    border: 1px solid #FFAB0E;
}

.contact_button_waku {
    text-align: center;
/*
    padding-bottom: 30px;
*/
}

/*指定：600px～ */
@media print, screen and (min-width: 600px) {
.contact_tel img {
    max-width:46px;
}
.contact_text {
    font-size: 1.4em;
}

.contact_tel p {
    font-size: 3em;

}
.contact_midashi {
    font-size: 1.4em;
}





}

 /*指定：835px～ */
@media print, screen and (min-width: 835px) {
.contact_text {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.8em;
}
.contact_midashi {
    font-size: 1.8em;
}


.contact_form_box tbody tr th {
    display: table-cell;
    width: 30%;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    vertical-align: middle;
}


.contact_form_box tbody tr td {
    display: table-cell;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.contact_form_box tbody tr {
     border-bottom: 1px solid #CCCCCC;
}

.contact_form_box tbody tr:last-child {
     border-bottom: 1px none #CCCCCC;
}


.contact_form_box {
    padding-bottom: 30px;
    padding-top: 30px;
  margin-bottom:30px;
}
.contact_kome {
  padding-bottom:30px;
}

}
