<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.red{color: #FF0004;}
.blue{color: #009BFF !important;}
.mb60{
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
#sub #main .inner{
  width:96%;
  margin:0 auto;
}
  .contactNote span{
    color: #F00;
  }
  .contactNote{
    margin-bottom: 20px;
  }
  .formTable{
    margin-bottom: 30px;
    font-size: 14px;
  }
  .contactWap table{
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
  }
  .contactWap table th{
    background: #EFEFEF;
    vertical-align: top;
  }
  .contactWap table td input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contactWap table td textarea{
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
    margin-bottom: 5px;
  }
  .contactWap table td input[type="checkbox"]{
    margin-right: 5px;
    width: auto;
  }
  .contactWap table th,.contactWap table td{
    padding: 10px;
    border-bottom: 1px solid #CCC;  
    width: 100%;
    display: block;
  }
  .contactWap table th span{
    color: #F00;
  }
  .contactWap input[type="submit"]{
    color: #FFF;
    background: #333;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding: 10px;
    width: 300px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  .contactInfoText{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .contactInfoText p{
    font-size: 14px;
  }
  .contactInfoText h3{
    margin-bottom: 10px;
  }
  th.w150{
    width: 100%;
  }
  td.serial input[type="text"]{
    width: auto;
    padding: 0;
  }
  td .serialLeft{
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  td .serialLeft input[type="text"]{
    min-width: 65px;
  }
  td .serialLeft select,td .serialLeft input[type="text"]{
    padding: 5px;
    margin-bottom: 5px;
  }
  
  .contactBox{
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .contactBox table{
    display: none;
    transition: 0.5s;
  }
  .contactBox h3{
    background: url(../../common/img/red_arrow.png) no-repeat left center;
    background-size: 15px 15px;
    padding: 10px 10px 10px 25px;
    font-weight: bold
  }
  .contactBox .formTable th,.contactBox .formTable td{
    width: 100%;
    display: block;
    padding: 10px;
  }
  .contactBox .formTable th{
    font-weight: bold;
    border-left: 3px solid #CCC;
  }
  .contactBox table td input[type="text"]{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contactBox table td textarea{
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
    margin-bottom: 5px;
  }
  .contactBox table td input[type="checkbox"]{
    margin-right: 5px;
    width: auto;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 959px) {
  .contactNote span{
    color: #F00;
  }
  .contactNote{
    margin-bottom: 20px;
  }
  .formTable{
    margin-bottom: 30px;
    font-size: 14px;
  }
  .contactWap table th{
    background: #EFEFEF;
    vertical-align: top;
  }
  .contactWap table td input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contactWap table td textarea{
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
    margin-bottom: 5px;
  }
  .contactWap table td input[type="checkbox"]{
    margin-right: 5px;
    width: auto;
  }
  .contactWap table th,.contactWap table td{
    padding: 10px;
    border-bottom: 1px solid #CCC;    
  }
  .contactWap table th span{
    color: #F00;
  }
  .contactWap input[type="submit"]{
    color: #FFF;
    background: #333;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding: 10px;
    width: 300px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  .contactInfoText{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .contactInfoText p{
    font-size: 14px;
  }
  .contactInfoText h3{
    margin-bottom: 10px;
  }
  th.w200{
    width: 200px;
  }
  td.serial input[type="text"]{
    width: auto;
    padding: 0;
  }
  td .serialLeft{
    float: left;
    margin-right: 20px;
  }
  
  td .serialLeft select,td .serialLeft input[type="text"]{
    padding: 5px;
    margin-bottom: 5px;
  }
  td .serialLeft input[type="text"]{
    min-width: 100px;
  }
  .contactBox{
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 10px;
  }
  .contactBox table{
    display: none;
    transition: 0.5s;
  }
  .contactBox h3{
    background: url(../../common/img/red_arrow.png) no-repeat left center;
    background-size: 15px 15px;
    padding: 10px 10px 10px 25px;
    font-weight: bold
  }
  .contactBox .formTable th,.contactBox .formTable td{
    width: 100%;
    display: block;
    padding: 10px;
  }
  .contactBox .formTable th{
    font-weight: bold;
    border-left: 3px solid #CCC;
  }
  .contactBox table td input[type="text"]{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contactBox table td textarea{
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
    margin-bottom: 5px;
  }
  .contactBox table td input[type="checkbox"]{
    margin-right: 5px;
    width: auto;
  }
}


@media screen and (min-width: 960px)  {
  .contactNote span{
    color: #F00;
  }
  .contactNote{
    margin-bottom: 20px;
  }
  .formTable{
    margin-bottom: 30px;
    font-size: 14px;
  }
  .contactWap table th{
    background: #EFEFEF;
    vertical-align: top;
  }
  .contactWap table td input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contactWap table td textarea{
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
    margin-bottom: 5px;
  }
  .contactWap table td input[type="checkbox"]{
    margin-right: 5px;
    width: auto;
  }
  .contactWap table th,.contactWap table td{
    padding: 10px;
    border-bottom: 1px solid #CCC;    
  }
  .contactWap table th span{
    color: #F00;
  }
  .contactWap input[type="submit"]{
    color: #FFF;
    background: #333;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding: 10px;
    width: 300px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  .contactInfoText{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .contactInfoText p{
    font-size: 14px;
  }
  .contactInfoText h3{
    margin-bottom: 10px;
  }
  th.w200{
    width: 200px;
  }
  td.serial input[type="text"]{
    width: auto;
    padding: 0;
  }
  td .serialLeft{
    float: left;
    margin-right: 20px;
  }
  td .serialLeft select,td .serialLeft input[type="text"]{
    padding: 5px;
    margin-bottom: 5px;
  }
  td .serialLeft input[type="text"]{
    min-width: 100px;
  }
  .contactBox{
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 10px;
  }
  .contactBox table{
    display: none;
    transition: 0.5s;
  }
  .contactBox h3{
    background: url(../../common/img/red_arrow.png) no-repeat left center;
    background-size: 15px 15px;
    padding: 10px 10px 10px 25px;
    font-weight: bold
  }
  .contactBox .formTable th,.contactBox .formTable td{
    width: 100%;
    display: block;
    padding: 10px;
  }
  .contactBox .formTable th{
    font-weight: bold;
    border-left: 3px solid #CCC;
  }
  .contactBox table td input[type="text"]{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contactBox table td textarea{
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
    margin-bottom: 5px;
  }
  .contactBox table td input[type="checkbox"]{
    margin-right: 5px;
    width: auto;
  }
}</pre></body></html>