@charset "UTF8";

/*----------------------------
縦向きの場合スマホスタイル
----------------------------*/

@media screen and (max-width: 480px) {

  .inquiries-contents-area{
    width: 100%;
  }

  .inquiries-contents-area-inner{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .inquiries-comment{
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }

  .inquiries-form-area{
    width: 100%;
  }

  .inquiries-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4%;
  }

  .inquiries-item{
    width: 100%;
    margin-bottom: 3%;
  }

  .inquiries-item p{
    text-indent: 1vw;
    text-align: left;
    line-height: 3vh;
    /*display: flex;
    align-items: center;*/
  }

  span.ninni {
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5vh;
    background-color: #c1bfbf;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
  }

  span.hisu {
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5vh;
    background-color: #C31F2E;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
}

  .inquiries-contents{
    width: 100%;
    text-align: left;
    display: flex;
  }

  .inquiries-contents input {
    width: 100%;
    line-height: 3vh;
    font-size: 3vw;
  }

  input.inquiries-contents-post{
    width: 45%;
  }

  .inquiries-contents-post-hyphen{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  hr.inquiries-line{
    width: 100%;
    border: 0.5px solid #a8a8a8;
    margin: 1% 0;
  }

  textarea{
    width: 100%;
    height: 20vh;
    line-height: 2vh;
    font-size: 3vw;
    /* padding: 1%; */
    padding: 10px 15px;
  }

  input.button {
    width: 50%;
    /* height: 5vh; */
    height: fit-content;
    padding: 10px 15px;
    line-height: 0;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 3vw;
    font-weight: bold;
    -webkit-appearance: none;
  }

  input.button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .check-list-area{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .check-list-box{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .check-list-item{
    width: 40%;
    text-align: left;
    padding: 3% 0 3% 3%;
  }

  .check-list-contents{
    width: 100%;
    text-align: left;
    padding: 3% 3% 3% 3%;
    background: rgba(0,0,0,0.1);
    overflow-wrap: break-word;
  }

  .check-comment{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 10%;
  }

  .check-comment p{
    text-align: left;
  }

  .inquiries-button-area{
    width: 85%;
    margin: 0 auto;
    margin-top: 10%;
  }

  hr.inquiries-line2{
    margin: 3% 0;
    border-bottom: 1px solid #000;
  }

  .go-to-home-button{
    width: 40%;
    margin: 0 auto;
    line-height: 5vh;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 3vw;
    font-weight: bold;
  }

  .go-to-home-button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .anchor-area{
    width: 10%;
    position: relative;
    top: -5vh;
  }

}


/*-----------------------
 横向きの場合スマホスタイル
-------------------------*/

@media screen and (min-width: 481px) and (max-width: 896px) {

  .inquiries-contents-area{
    width: 100%;
  }

  .inquiries-contents-area-inner{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .inquiries-comment{
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }

  .inquiries-form-area{
    width: 100%;
  }

  .inquiries-box{
    width: 100%;
    display: flex;
    margin-bottom: 4%;
  }

  .inquiries-item{
    width: 40%;
  }

  .inquiries-item p{
    text-indent: 1vw;
    text-align: left;
    line-height: 5vh;
  }

  span.ninni {
    font-size: 1vw;
    font-weight: bold;
    text-align: left;
    line-height: 5vh;
    background-color: #c1bfbf;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
  }

  span.hisu {
    font-size: 1vw;
    font-weight: bold;
    text-align: left;
    line-height: 5vh;
    background-color: #C31F2E;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
}

  .inquiries-contents{
    width: 60%;
    text-align: left;
    display: flex;
  }

  .inquiries-contents input {
    width: 90%;
    /* height: 10vh; */
    height: fit-content;
    font-size: 2vw;
  }

  input.inquiries-contents-post{
    width: 40%;
  }

  .inquiries-contents-post-hyphen{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  hr.inquiries-line{
    width: 100%;
    border: 0.5px solid #a8a8a8;
    margin: 1% 0;
  }

  textarea{
    width: 90%;
    height: 30vh;
    line-height: 6vh;
    font-size: 2vw;
    /* padding: 1%; */
    padding: 10px 15px;
  }

  input.button {
    width: 35%;
    /* height: 12vh; */
    height: fit-content;
    padding: 10px 15px;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 2vw;
    font-weight: bold;
    -webkit-appearance: none;
  }

  input.button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .check-list-area{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .check-list-box{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #000;
  }

  .check-list-item{
    width: 40%;
    text-align: left;
    padding: 3% 0 3% 3%;
  }

  .check-list-contents{
    width: 60%;
    text-align: left;
    padding: 3% 3% 3% 3%;
    overflow-wrap: break-word;
  }

  .check-comment{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 10%;
  }

  .check-comment p{
    text-align: left;
  }

  .inquiries-button-area{
    width: 50%;
    margin: 0 auto;
    margin-top: 10%;
  }

  hr.inquiries-line2{
    display: none;
  }

  .go-to-home-button{
    width: 40%;
    margin: 0 auto;
    line-height: 6vh;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 2vw;
    font-weight: bold;
  }

  .go-to-home-button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .anchor-area{
    width: 10%;
    position: relative;
    top: -10vh;
  }

}


/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

  .inquiries-contents-area{
    width: 100%;
  }

  .inquiries-contents-area-inner{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .inquiries-comment{
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }

  .inquiries-form-area{
    width: 100%;
  }

  .inquiries-box{
    width: 100%;
    display: flex;
    margin-bottom: 4%;
  }

  .inquiries-item{
    width: 40%;
  }

  .inquiries-item p{
    text-indent: 1vw;
    text-align: left;
    line-height: 4vh;
  }

  span.ninni {
    font-size: 1.1vw;
    font-weight: bold;
    text-align: left;
    line-height: 2vh;
    background-color: #c1bfbf;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
    vertical-align: middle;
  }

  span.hisu {
    font-size: 1.1vw;
    font-weight: bold;
    text-align: left;
    line-height: 2vh;
    background-color: #C31F2E;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
    vertical-align: middle;
}

  .inquiries-contents{
    width: 60%;
    text-align: left;
    display: flex;
  }

  .inquiries-contents input {
    width: 90%;
    /* height: 4vh; */
    height: fit-content;
    font-size: 2vw;
  }

  input.inquiries-contents-post{
    width: 40%;
  }

  .inquiries-contents-post-hyphen{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  hr.inquiries-line{
    width: 100%;
    border: 0.5px solid #a8a8a8;
    margin: 1% 0;
  }

  textarea{
    width: 90%;
    height: 20vh;
    line-height: 2vh;
    font-size: 2vw;
    /* padding: 1%; */
    padding: 10px 15px;
  }

  input.button {
    width: 35%;
    /* height: 5vh; */
    height: fit-content;
    padding: 10px 15px;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 2vw;
    font-weight: bold;
    -webkit-appearance: none;
  }

  input.button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .check-list-area{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .check-list-box{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #000;
  }

  .check-list-item{
    width: 40%;
    text-align: left;
    padding: 3% 0 3% 3%;
  }

  .check-list-contents{
    width: 60%;
    text-align: left;
    padding: 3% 3% 3% 3%;
    overflow-wrap: break-word;
  }

  .check-comment{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 10%;
  }

  .check-comment p{
    text-align: left;
  }

  .inquiries-button-area{
    width: 50%;
    margin: 0 auto;
    margin-top: 10%;
  }

  hr.inquiries-line2{
    display: none;
  }

  .go-to-home-button{
    width: 40%;
    margin: 0 auto;
    line-height: 4vh;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 2vw;
    font-weight: bold;
  }

  .go-to-home-button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .anchor-area{
    width: 10%;
    position: relative;
    top: 0;
  }

}


/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

  .inquiries-contents-area{
    width: 100%;
  }

  .inquiries-contents-area-inner{
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .inquiries-comment{
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }

  .inquiries-form-area{
    width: 100%;
  }

  .inquiries-box{
    width: 100%;
    display: flex;
    margin-bottom: 4%;
  }

  .inquiries-item{
    width: 30%;
  }

  .inquiries-item p{
    text-indent: 1vw;
    text-align: left;
    line-height: 6vh;
  }

  span.ninni {
    font-size: 1vw;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 2vh;
    background-color: #c1bfbf;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
  }

  span.hisu {
    font-size: 1vw;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 2vh;
    background-color: #C31F2E;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
}

  .inquiries-contents{
    width: 70%;
    text-align: left;
    display: flex;
  }

  .inquiries-contents input {
    width: 90%;
    /* height: 6vh; */
    height: fit-content;
    font-size: 1.5vw;
  }

  input.inquiries-contents-post{
    width: 40%;
  }

  .inquiries-contents-post-hyphen{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  hr.inquiries-line{
    width: 100%;
    border: 0.5px solid #a8a8a8;
    margin: 1% 0;
  }

  textarea{
    width: 90%;
    height: 20vh;
    font-size: 1.5vw;
    /* padding: 1%; */
    padding: 10px 15px;
  }

  input.button {
    width: 35%;
    /* height: 6vh; */
    height: fit-content;
    padding: 10px 15px;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 1.5vw;
    font-weight: bold;
    -webkit-appearance: none;
  }

  input.button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .check-list-area{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .check-list-box{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #000;
  }

  .check-list-item{
    width: 40%;
    text-align: left;
    padding: 3% 0 3% 3%;
  }

  .check-list-contents{
    width: 60%;
    text-align: left;
    padding: 3% 3% 3% 3%;
    overflow-wrap: break-word;
  }

  .check-comment{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 10%;
  }

  .check-comment p{
    text-align: left;
  }

  .inquiries-button-area{
    width: 50%;
    margin: 0 auto;
    margin-top: 10%;
  }

  hr.inquiries-line2{
    display: none;
  }

  .go-to-home-button{
    width: 40%;
    margin: 0 auto;
    line-height: 6vh;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 2vw;
    font-weight: bold;
  }

  .go-to-home-button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .anchor-area{
    width: 10%;
    position: relative;
    top: 0;
  }

}


/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){

  .inquiries-contents-area{
    width: 100%;
  }

  .inquiries-contents-area-inner{
    width: 40%;
    margin: 0 auto;
    text-align: center;
  }

  .inquiries-comment{
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }

  .inquiries-form-area{
    width: 100%;
  }

  .inquiries-box{
    width: 100%;
    display: flex;
    margin-bottom: 4%;
  }

  .inquiries-item{
    width: 40%;
  }

  .inquiries-item p{
    text-indent: 1vw;
    text-align: left;
    line-height: 5vh;
  }

  span.ninni {
    font-size: 0.8vw;
    font-weight: bold;
    text-align: left;
    line-height: 3vh;
    background-color: #c1bfbf;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
  }

  span.hisu {
    font-size: 0.8vw;
    font-weight: bold;
    text-align: left;
    line-height: 3vh;
    background-color: #C31F2E;
    color: #fff;
    padding: 0.5% 3%;
    margin-right: 3%;
}

  .inquiries-contents{
    width: 60%;
    text-align: left;
    display: flex;
  }

  .inquiries-contents input {
    width: 90%;
    /* height: 5vh; */
    height: fit-content;
    font-size: 1.1vw;
  }

  input.inquiries-contents-post{
    width: 40%;
  }

  .inquiries-contents-post-hyphen{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  hr.inquiries-line{
    width: 100%;
    border: 0.5px solid #a8a8a8;
    margin: 1% 0;
  }

  textarea{
    width: 90%;
    height: 20vh;
    line-height: 2vh;
    font-size: 1.1vw;
    /* padding: 1%; */
    padding: 10px 15px;
  }

  input.button {
    width: 35%;
    /* height: 6vh; */
    height: fit-content;
    padding: 10px 15px;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 1vw;
    font-weight: bold;
    -webkit-appearance: none;
  }

  input.button:hover{
    background-color: #ca151d;
    color: #ffffff;
    cursor: pointer;
  }

  .check-list-area{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .check-list-box{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #000;
  }

  .check-list-item{
    width: 40%;
    text-align: left;
    padding: 3% 0 3% 3%;
  }

  .check-list-contents{
    width: 60%;
    text-align: left;
    padding: 3% 3% 3% 3%;
    overflow-wrap: break-word;
  }

  .check-comment{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 10%;
  }

  .check-comment p{
    text-align: left;
  }

  .inquiries-button-area{
    width: 50%;
    margin: 0 auto;
    margin-top: 10%;
  }

  hr.inquiries-line2{
    display: none;
  }

  .go-to-home-button{
    width: 70%;
    margin: 0 auto;
    line-height: 7vh;
    border: 3px solid #ca151d;
    background: #fff;
    color: #000;
    font-size: 1.1vw;
    font-weight: bold;
  }

  .go-to-home-button:hover{
    background-color: #ca151d;
    color: #ffffff;
  }

  .anchor-area{
    width: 10%;
    position: relative;
    top: 0;
  }

}

/*---------------------------------
印刷
---------------------------------*/

@media all and (min-width: 1401px){}

  /*-------------------------------
  共通
  -------------------------------*/

  input {
      border: #a9a9a9 1px solid;
      padding: 10px 15px;
      margin: 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      vertical-align: middle;
  }

  form {
    display: flex;
    justify-content: space-around;
  }

  ::placeholder {
    color: #dfdfdf;
}

.inquiries-item p{
display: flex;
align-items: center;
}

span.ninni{
  text-indent: 0;
}

span.hisu {
  text-indent: 0;
}
