/* ヘッダー */
.nav{
    display: flex;
    justify-content: right; 
}
.nav p{
    margin: 15px;
    font-size: x-large;
}
div.enquiry {
    margin-top: 100px;
    width: 100%;
    height: 20%;
  
    font-size: 0;
    text-align: center;
}
div.enquiry span{
    font-size: 40px;
    padding: 0 50px;
}
div.enquiry::before, div.enquiry::after {
    content: '';
    background-color: #658DAA;
    height: 2px; 
    width: 32%;
    display: inline-block;
}
div.enquiry span,div.enquiry::before, div.enquiry::after{
    vertical-align: middle;
}
/* 入力項目 */
div.inputRow{
    display: flex;
    justify-content:center;
    align-items:center;
}
/* 問い合わせ用入力欄 */
div.row2{
    display: flex;
    justify-content:center;
}
/* 各項目(件名、名前・・・) */
label.head{
    width: 25%;
    font-size: 25px;
    padding-left: 3%;
    justify-content:center;
    align-items:center;   
}
/* 必須文字 */
div.Required{
    border-radius:5px;
    width: 50px;
    height: 35px;
    margin-right: 30px;
    font-size: 25px;
    background-color: orange;
    
}
/* 必須ではない場所の空白処理用 */
div.enpty{
    background-color: white;
}
/* 入力欄 */
input.inputArea{
    margin-top: 15px;
    resize: none;
    width: 60%;
    height: 65px;
    font-size: 40px;
    outline: solid 1.5px #658DAA;
    font-family: メイリオ;
}
/* 問い合わせ用入力欄 */
textarea.inputContact{
    resize: none;
    width: 60%;
    height: 200px;
    font-size: 40px;
    outline: solid 1.5px #658DAA;
    font-family: メイリオ;
}
/* 確認ボタン */
.Button{
    text-align: right;
    padding-right: 6%;
}
/* 確認ボタン */
.ButtonLayout{
    border-radius:5px;
    width: 130px;
    height: 50px;
    font-size: 25px;
    background-color: #658DAA;
    border: none;
}
/* 雲と線の処理 */
div.mark{
    display: flex;
    justify-content:center;
    align-items:center;
    height: 60px;
}
/* 雲 */
.cloud{
    display: flex;
}
/* 雲 */
section{
    width: 21px;
    margin-top: 15px;
    padding-right: 100px;
}
/* 雲の横線 */
.line{
    content: '';
    margin-top: 15px;
    background-color: #658DAA;
    height: 3px; 
    width: 85%;
    display: inline-block;
}
/* ボトム */
p.text{
    font-size: 25px;
    padding-left: 10%;
}
footer p {
    font-size:20px;
    padding-top: 10px;
    padding-left: 50px;
}
footer a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 50px;  

}
@media screen and (max-width: 1280px) {
    .nav{
        display: flex;
        justify-content: right; 
    }
    .nav p{
        margin: 30px;
        font-size: x-large;
    }
    
    div.enquiry {
        width: 100%;
        height: 20%;
      
        font-size: 0;
        text-align: center;
    }
    div.enquiry span{
        font-size: 40px;
        padding: 0 50px;
    }
    div.enquiry::before, div.enquiry::after {
        content: '';
        background-color: #658DAA;
        height: 2px; 
        width: 32%;
        display: inline-block;
    }
    div.enquiry span,div.enquiry::before, div.enquiry::after{
        vertical-align: middle;
    }
    div.inputRow{
        display: flex;
        justify-content:center;
        align-items:center;
    }
    div.row2{
        display: flex;
        justify-content:center;
    }
    
    label.head{
        margin-top: 30px;
        width: 25%;
        font-size: 25px;
        padding-left: 3%;
        justify-content:center;
        align-items:center;   
    }
    div.Required{
        border-radius:5px;
        margin-top: 30px;
        width: 50px;
        height: 35px;
        margin-right: 30px;
        font-size: 25px;
        background-color: orange;
        
    }
    div.enpty{
        background-color: white;
    }
    input.inputArea{
        margin-top: 30px;
        resize: none;
        width: 60%;
        height: 65px;
        font-size: 30px;
        outline: solid 1.5px #658DAA;
        font-family: メイリオ;
    }
    textarea.inputContact{
        resize: none;
        width: 60%;
        margin-top: 30px;
        height: 200px;
        font-size: 30px;
        outline: solid 1.5px #658DAA;
        font-family: メイリオ;
    }
    .Button{
        text-align: right;
        padding-right: 6%;
    }
    .ButtonLayout{
        border-radius:5px;
        margin-top: 30px;
        width: 130px;
        height: 50px;
        font-size: 25px;
        background-color: #658DAA;
        border: none;
    }
    div.mark{
        display: flex;
        justify-content:center;
        align-items:center;
        height: 60px;
    }
    .cloud{
        display: flex;
    }
    section{
        width: 21px;
        margin-top: 30px;
        padding-right: 100px;
    }
    .line{
        content: '';
        margin-top: 30px;
        background-color: #658DAA;
        height: 3px; 
        width: 85%;
        display: inline-block;
    }
    p.text{
        font-size: 25px;
        padding-left: 10%;
    }
    footer p {
        font-size:20px;
        padding-top: 10px;
        padding-left: 50px;
    }
    footer a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        padding-bottom: 10px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 992px) {
    .nav{
        display: flex;
        justify-content: right; 
    }
    .nav p{
        margin: 15px;
        font-size: x-large;
    }
    
    div.enquiry {
        width: 100%;
        height: 20%;
      
        font-size: 0;
        text-align: center;
    }
    div.enquiry span{
        font-size: 40px;
        padding: 0 50px;
    }
    div.enquiry::before, div.enquiry::after {
        content: '';
        background-color: #658DAA;
        height: 2px; 
        width: 25%;
        display: inline-block;
    }
    div.enquiry span,div.enquiry::before, div.enquiry::after{
        vertical-align: middle;
    }
    div.inputRow{
        display: flex;
        justify-content:center;
        align-items:center;
    }
    div.row2{
        display: flex;
        justify-content:center;
    }
    
    label.head{
        width: 25%;
        font-size: 21px;
        padding-left: 3%;
        justify-content:center;
        align-items:center;   
    }
    div.Required{
        border-radius:5px;
        width: 50px;
        height: 30px;
        margin-right: 30px;
        font-size: 21px;
        background-color: orange;
        
    }
    div.enpty{
        background-color: white;
    }
    input.inputArea{
        margin-top: 30px;
        resize: none;
        width: 55%;
        height: 50px;
        font-size: 20px;
        outline: solid 1.5px #658DAA;
        font-family: メイリオ;
    }
    textarea.inputContact{
        resize: none;
        width: 55%;
        height: 150px;
        outline: solid 1.5px #658DAA;
        font-size: 20px;
        font-family: メイリオ;
    }
    .Button{
        text-align: right;
        padding-right: 6%;
        margin-bottom: 50px;
    }
    .ButtonLayout{
        border-radius:5px;
        width: 130px;
        height: 50px;
        font-size: 25px;
        background-color: #658DAA;
        border: none;
    }
    div.mark{
        display: flex;
        justify-content:center;
        align-items:center;
        height: 60px;
    }
    .cloud{
        display: flex;
    }
    section{
        width: 21px;
        margin-top: 30px;
        padding-right: 100px;
    }
    .line{
        content: '';
        margin-top: 30px;
        background-color: #658DAA;
        height: 3px; 
        width: 80%;
        display: inline-block;
    }
    p.text{
        font-size: 25px;
        padding-left: 10%;
    }
    footer p {
        font-size:20px;
        padding-top: 10px;
        padding-left: 50px;
    }
    footer a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        padding-bottom: 10px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 768px) {
    .nav{
        display: flex;
        justify-content: right; 
    }
    .nav p{
        margin: 15px;
        font-size: x-large;
    }
    
    div.enquiry {
        width: 100%;
        height: 20%;
        font-size: 0;
        text-align: center;
    }
    div.enquiry span{
        font-size: 30px;
        padding: 0 35px;
    }
    div.enquiry::before, div.enquiry::after {
        content: '';
        background-color: #658DAA;
        height: 2px; 
        width: 25%;
        display: inline-block;
    }
    div.enquiry span,div.enquiry::before, div.enquiry::after{
        vertical-align: middle;
    }
    div.inputRow{
        display: flex;
        justify-content:center;
        align-items:center;
    }
    div.row2{
        display: flex;
        justify-content:center;
    }
    
    label.head{
        width: 25%;
        font-size: 13px;
        padding-left: 3%;
        justify-content:center;
        align-items:center;   
    }
    div.Required{
        border-radius:5px;
        width: 35px;
        height: 25px;
        margin-right: 30px;
        font-size: 13px;
        background-color: orange;
        
    }
    div.enpty{
        background-color: white;
    }
    input.inputArea{
        margin-top: 15px;
        resize: none;
        width: 50%;
        height: 45px;
        font-size: 15px;
        outline: solid 1.5px #658DAA;
        font-family: メイリオ;
    }
    textarea.inputContact{
        resize: none;
        width: 50%;
        height: 90px;
        font-size: 15px;
        outline: solid 1.5px #658DAA;
        font-family: メイリオ;
    }
    .Button{
        text-align: right;
        padding-right: 6%;
    }
    .ButtonLayout{
        border-radius:5px;
        width: 90px;
        height: 35px;
        font-size: 20px;
        background-color: #658DAA;
        border: none;
    }
    div.mark{
        display: flex;
        justify-content:center;
        align-items:center;
        margin-left: 20px;
        height: 60px;
    }
    .cloud{
        display: flex;
    }
    section{
        width: 21px;
        margin-top: 15px;
        padding-right: 100px;
    }
    .line{
        content: '';
        margin-top: 15px;
        background-color: #658DAA;
        height: 3px; 
        width: 76%;
        display: inline-block;
    }
    p.text{
        font-size: 17px;
        padding-left: 10%;
    }
    footer p {
        font-size:15px;
        padding-top: 10px;
        margin-left: 0px;
        padding-left: 30px;
    }
    footer a {
        text-decoration: none;
        color: black;
        font-size: 10px;
        padding-bottom: 10px;
        margin-left: 0px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 500px) {
    .nav{
        display: flex;
        justify-content: right; 
    }
    .nav p{
        margin: 15px;
        font-size: medium;
    }
    
    div.enquiry {
        width: 100%;
        height: 20%;
      
        font-size: 0;
        text-align: center;
    }
    div.enquiry span{
        font-size: 20px;
        padding: 0 27px;
    }
    div.enquiry::before, div.enquiry::after {
        content: '';
        background-color: #658DAA;
        height: 2px; 
        width: 22%;
        display: inline-block;
    }
    div.enquiry span,div.enquiry::before, div.enquiry::after{
        vertical-align: middle;
    }
    div.inputRow{
        display: flex;
        justify-content:center;
        align-items:center;
    }
    div.row2{
        display: flex;
        justify-content:center;
    }
    
    label.head{
        width: 30%;
        font-size: 10px;
        padding-left: 3%;
        justify-content:center;
        align-items:center;   
    }
    div.Required{
        border-radius:5px;
        width: 25px;
        height: 20px;
        margin-right: 30px;
        font-size: 10px;
        background-color: orange;
        
    }
    div.enpty{
        background-color: white;
    }
    input.inputArea{
        margin-top: 20px;
        resize: none;
        width: 45%;
        height: 30px;
        font-size: 10px;
        outline: solid 1.5px #658DAA;
        font-family: メイリオ;
    }
    textarea.inputContact{
        resize: none;
        width: 45%;
        height: 70px;
        font-size: 10px;
        outline: solid 1.5px #658DAA;
        font-family: メイリオ;
    }
    .Button{
        text-align: right;
        padding-right: 6%;
    }
    .ButtonLayout{
        border-radius:5px;
        width: 90px;
        height: 35px;
        font-size: 20px;
        background-color: #658DAA;
        border: none;
    }
    div.mark{
        display: flex;
        justify-content:center;
        align-items:center;
        margin-left: 30px;
        height: 60px;
    }
    .cloud{
        display: flex;
    }
    section{
        width: 20px;
        margin-top: 20px;
        padding-right: 100px;
    }
    .line{
        content: '';
        margin-top: 20px;
        background-color: #658DAA;
        height: 3px; 
        width: 100%;
        margin-right: 20px;
        display: inline-block;
    }
    p.text{
        font-size: 11px;
        padding-left: 10%;
    }
    footer p {
        font-size:15px;
        padding-top: 8.5px;
        padding-left: 35px;
    }
    footer a {
        text-decoration: none;
        color: black;
        font-size: 8px;
        padding-bottom: 10px;
        padding-left: 35px;
    }
}