@charset "utf-8";
body{
    background-color: #fff;
}
/* ヘッダー */
.he_top{
    background-image: url(../image/formtop01_3.jpg);
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
}
.he_top_kojin{
    background-image: url(../image/formtop01_2.jpg); 
    height: 70vh;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
 }

/* トップ キャッチコピーエリア */
.conA{
    width: 80vw;
}
.catch-copy-form{
    /* text-align: center;  ここでセンター指定すると文字頭が合わなくなる*/
    letter-spacing: .5rem;
	display: inline-block;
    line-height: 2rem;
    font-weight: normal;
}
.toiawase{
    width: 800px;
    margin: 5% auto;
    padding: 0 4%;
}
.toiawase p{
    margin: 3% auto;    
}
.price-list{
    max-width: 300px;
    text-align: center;
}
.price-list a{
    padding: 30px 0;
    color: rgba(64, 34, 15, 1);
    background-color: rgb(255, 255, 255);
    border: 3px double rgba(64, 34, 15, 0.8);
    font-weight: bold;
    font-size: 1.2rem;
}
.price-list a:hover{
    color: rgb(255, 255, 255);  
    transition: 0.8s ;
    background-color: rgba(64, 34, 15, 0.8);
}

/* フォームについて */
.form-con{
    max-width: 1300px;
    margin: 3% auto 5% auto;
    color: rgb(64, 34, 15);
    /* font-family: serif; */
}
.form-item{
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-column-gap: 40px;
    margin: 20px auto;
    align-items: center;
}
.form-item p{
    text-align: right;
}
.form-item > P , .form-item02 > P ,.form-item03 > P{
    font-weight: bold;
    font-size: 1.05em;
}
.form-item-input{
    margin-left: 0;
    /* margin-top: 18px; */
    height: 40px;
    flex: inherit;
    font-size: 15px;
    width: 250px;
    border: solid 1px rgb(64, 34, 15);
    margin-right: 20px;
    padding-left: 10px;
    border-radius: 5px;
    font-family: serif;
    font-size: medium;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(64, 34, 15, 0.7);
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(64, 34, 15, 0.7);
  }
  ::placeholder{ /* Others */
    color: rgba(64, 34, 15, 0.7);
  }
.postal-code{
    display: grid;
    grid-template-columns: 15% 1fr;
    margin: 20px auto;
    align-items: center;
}
.postal-code p{
    text-align: left;
}
.postal-code-cap{
    text-align: left !important;
    font-size: 0.8rem !important;
}
.add-num , .prefer{
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    width: 100px;
    border: solid 1px rgb(64, 34, 15);
    margin-right: 20px;
    padding-left: 10px;
    border-radius: 5px;
    font-family: serif;
    font-size: medium; 
}
.municipalities , .form-item-input03{
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    width: 420px;
    border: solid 1px rgb(64, 34, 15);
    margin-right: 20px;
    padding-left: 10px;
    border-radius: 5px;
    font-family: serif;
    font-size: medium;  
}
.form-item-input02{
    margin-left: 0;
    /* margin-top: 18px; */
    height: 40px;
    flex: inherit;
    font-size: 15px;
    width: 520px;
    border: solid 1px rgb(64, 34, 15);
    margin-right: 20px;
    padding-left: 10px;
    border-radius: 5px;  
}
.form-item02{
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-column-gap: 40px;
    margin: 20px auto;
    align-items: center;
}
.form-item02 p{
    text-align: right;
}
.form-item02 div label{
    margin-right: 20px;
}
/* ↓↓↓　セレクトタグの右側の矢印復活　リセットCSSで消えている */

    /* IE,Edge以外のたいていのブラウザ */
    select {
        -moz-appearance: menulist;
        -webkit-appearance: menulist;
    }
    /* IE,Edge　::-ms-expandはMS独自の擬似要素 */
    select::-ms-expand {
        display: block;
    }

/* ↑↑↑　セレクトタグの右側の矢印復活　リセットCSSで消えている */
select{
    color: rgb(64, 34, 15);
    border: solid 1px rgb(64, 34, 15);
    padding: 5px;
    border-radius: 5px;
}
.seal-quantity{
    width: 250px;
    font-family: serif;
    font-size: medium;
}
.num-order{
    margin-top: 3rem;
}
.honsuu{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-color: rgba(64, 34, 15, 0.8);
    color: #fff;
}
.choose{
    font-size: 0.8rem;
}
.form-item03{
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-column-gap: 40px;
    margin: 20px auto;
    align-items: center;
}
.form-item03 p{
    text-align: right;
}
.use{
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
}
.kari0403{
    text-align: left !important;
}
.use-size{
    width: 250px;
    font-family: serif;
    font-size: medium;
}
.how{
    width: 250px;
    font-family: serif;
    font-size: medium;
}
/* ↓↓↓===============　印材の種類　画像で選べるようにする */

ul.image_list li {
    /* liが横並びになるようにします。 */
    display: inline-block;
  }
  ul.image_list li .image_box {
    width: 200px;
    height: 200px;
  }
/* ↑↑↑===============印材の種類　画像で選べるようにする */


#comment{
    width: 100%;
    height: 300px;
    border: solid 1px rgb(64, 34, 15);
    border-radius: 5px;
    font-family: serif;
    font-size: medium;  
}
.freearea{
    padding: 1rem;
}

.btn-k-area{
    text-align: center;
}
input[type="submit"]{
    background: #cc0d1d;
    border: none;
    color: white;
    font-size:1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    letter-spacing: 0.3rem;
    margin: 0 5px;
    border-radius: 5px;
    width: 500px;
    margin-left: 380px;
    font-family: serif;
}


/* 印材の種類セレクト部分 */
.radio {
	display: none;/* ラジオボタンを非表示にする */
}
.radio_image{
    width: 100%;
}
.radio:checked + .radio_image {
	border: 5px solid rgb(64, 34, 15);
}
