﻿/* 注意書きスタイル設定 */
.position p.error{
  display:none;
  font-weight:bold;
  color:#C00;
}

/* フォーム枠 */
.mod_form001{
  width:262px;
  padding:10px;
  text-align:center;
  border:solid 1px #CCC;
}

/* エラーメッセージを表示するボタン */
#button{
  display: block;
  margin: auto;
}

/* 確認ボタン */
#submit{
  display: none;
  margin: auto;
}
/*------------------------------------------*/

.mail-content{
    background: #FFF2FE;
    padding-top: 100px;
}

.main-title02 {
    font-family: "HGS明朝B";
    font-size: 35px;
    text-align: center;
    width:100%;
    margin-top: 150px;
}
.main-title02 p {
    border-bottom: 1px solid black;
    width: 350px;
    margin: 0 auto;
    letter-spacing: 0.2rem;
    padding-bottom: 0.5rem;
}
.mailform-exp{
    font-family: "HGS明朝B";
    text-align: center;
    margin-top: 50px;
    width:100%;
    letter-spacing: 0.1rem;
}

.mailform-exp p{
    font-size:23px;
}

.mailform-exp span{
    font-size:16px;
}
    .form-table th{
        width: 30%;
        padding: 20px 15px 20px 15px;
        border-right:1px solid #B9B9C8;
    }
    .form-table td{
        padding: 20px 15px 20px 15px;
        font-size: 18px;
    }
#f-attention{
    width:80%;
    margin:0 auto;
    max-width:780px;
    color:#FF7272;
    font-size:15px;
}
#depart{
    font-size:15px;
    padding-bottom: 10px;
}
#enter-button{
    padding: 20px 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    background: #B973FF;
    border: none;
    color: white;
    font-size: 18px;
    letter-spacing: 0.2rem;
    box-shadow: 2px 4px 4px grey;
}

#enter-button:hover{
    color:chocolate;
    background:#ffc107;
}

#table-title{
    padding: 30px 0;
    font-family: "HGS明朝B";
    font-size: 20px;
    letter-spacing: 0.5rem;
    text-align: center;
}






.form-table{
    margin: 50px auto;
    width: 80%;
}

.form-table table{
    width:100%;
    border-collapse:collapse;
    border: 1px solid #CACAD9;
    margin: 0 auto;
    max-width: 850px;
}


.form-table tr:nth-child(1){
    text-align: center;
    background-color: #FF99FF;
}

.form-table th{
    white-space: nowrap;
    font-family: "HGS明朝B";
    vertical-align: top;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1rem;
}
.form-table td{
    
}

.form-table input[type="checkbox"],#agree{
    transform: scale(1.5);
    margin-right: 5px;
}

.form-table input[type = "text"]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:16px;
}
.form-table input[type = "tel"]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:16px;
}
.form-table input[type = "email"]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:16px;
}
.form-table textarea[type = "text"]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:16px;
}

.company table tr{
    background-color: #ECECFB;
}

.company tr:nth-child(even){
    background-color: #FFDBFF;
}

label {
    white-space: nowrap;
    font-size: 16px;
    padding-left: 30px;
  }



.formsize300{
    box-sizing: border-box;
    resize: horizontal;
    width: 100%;
    height:50px;
    border: 1px solid #B9B9C8;
}

.state{
    box-sizing: border-box;
    resize: horizontal;
    height:50px;
    border: 1px solid #B9B9C8;
}

.detail-area{
    box-sizing: border-box;
    resize: horizontal;
    width: 100%;
    padding: 10px;
    border: 1px solid #B9B9C8;
}

.detail-box table tr{
    background-color: #FFCACA;
}

.detail-box tr:nth-child(even){
    background-color: #ECECFB;
}
.detail-box tr:nth-child(n+3):nth-child(-n+7){
    background-color: #FFDBFF;
}
.detail-in{
    background-color: #FFDBFF;
}
.detail-exp{
    color: #FF7272;
    font-size: 18px;
}

.theme{
    text-align:justify;
}

.indispensable{
    color: #FF7272;
    font-size: 18px;
}


.service{
    list-style:none;
}
.service li {
    padding: 10px 0px 10px 0px;
}



/* プライバシーポリシー */
.infobox{
    margin: 50px auto;
    height:300px;
    width: 80%;
    overflow: auto;
    background-color: white;
    border:  1px solid #B9B9C8;
    max-width:810px;
    font-size: 15px;
    padding: 20px;
    line-height: 1.2rem;
}

#policy-title{
    text-align: center;
    padding-top:20px;
}

#num-title{

}

.checkform02{
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
}

/*確認画面*/

.policy-main span{
    text-decoration:underline;
}

.position{
    text-align: center;
}

#checkms{
    text-align: center;
    font-size: 18px;
    padding: 20px;
    letter-spacing: 0.1rem;
}
.inputcheck{
    width: 80%;
    margin: 0 auto;
    max-width: 850px;
}
.checktable {
    width: 100%;
    background: white;
}

.checktable th{
    width: 35%;
    white-space: nowrap;
    text-align: left;
    font-family: "HGS明朝B";
    padding: 20px;
}
.checktable td{  	
    text-align: left;
    line-height: 2rem;
}


/* 送信結果 */
.contact-form{
    margin-top: 150px;
    font-family: "HGS明朝B";
    font-size: 35px;
    text-align: center;
    width:100%;
}

.contact-title{
    text-align: center;
}
.contact_text_1{
    text-align: center;
    margin-top: 50px;
    padding-bottom: 380px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2rem;
}
.contact_text_2{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 522px) {
    .form-table th,.inputcheck th{
        width: 100%;
        display:block;
    }
    .form-table td,.inputcheck td{
        width: 100%;
        display:block;

        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-table th,.form-table td{
        padding: 10px 15px 10px 15px;
    }
    .main-title02 {
        font-size: 30px;
    }
    .main-title02 p {
        width: 300px;
    }
    .mailform-exp {
        line-height: 2rem;
    }
    .mailform-exp p {
    font-size: 20px;
    }
    .mailform-exp span {
    font-size: 13px;
    }
    .form-table {
    width: 95%;
    }
    #f-attention {
        width: 100%;
    }
    .form-table th, .form-table td {
        padding: 10px 0;
        width: 95%;
        margin: 0 auto;
        border-right: none;
    }
    .detail-exp {
    font-size: 15px;
    }
    .sub-item{
        padding-left:10px;
    }
    .infobox {
        width:83%;
    }
    
    .submit input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
}
    .checkform02 input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
}
    .inputcheck {
        width: 90%;
    }
    .checktable th {
        padding: 20px 0;
    }
    .checktable {
        padding-left: 10px;
    }
    .checktable th {
        padding: 20px 0;
        color: #FFCACA;
    }
    
    .contact_text_1 {
        width: 90%;
        margin: 50px auto 0;
    }
    
    
    
    
}