@charset "utf-8";
/* CSS Document */

/*-----------------------
common
---------------------------------*/

/*背景を白に*/
html{
	background-color: #fff;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif

}

.sp { display: none; }

/* form */
#contents_inner{
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}
dl.form_txbx dt {
    width: 24%;
    display: inline-block;
    margin: 12px 0 10px 0;
    font-weight: 600;
    text-align: left;
    font-size: 105%;
    vertical-align: top;
    border-top: 1px dotted #ccc;
    padding-top: 22px;
}
dl.form_txbx dd {
    display: inline-block;
    margin: 12px 0 5px 0;
    width: 75%;
    border-top: 1px dotted #ccc;
    padding-top: 21px;
}
.form_txbx dd p a {
    margin-top: 15px;
    display: block;
}
dl.form_txbx_bdr {
    border-bottom: 1px dotted #ccc;
}
dl.form_txbx2 dt {
    width: 24%;
    display: inline-block;
    margin: 12px 0 4px 0;
    font-weight: 600;
    text-align: left;
    font-size: 105%;
    vertical-align: top;
    border-top: 1px dotted #ccc;
    padding-top: 14px;
}
dl.form_txbx2 dd {
    display: inline-block;
    margin: 12px 0 5px 0;
    width: 75%;
    border-top: 1px dotted #ccc;
    padding-top: 13px;
}
dl.form_txbx input, dl.form_txbx select, dl.form_txbx textarea {
    position: relative;
    color: #4B4B4B;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 35px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    margin-right: 20px;
}
dl.form_txbx input.w90p {
    width: 70%;
}
dl.form_txbx input.w30 {
    width: 100px;
    margin-right: 3px;
}
dl.form_txbx select {
    margin: 10px 3px;
}
dl.form_txbx textarea {
    height: 110px;
    width: 70%;
}

#form .areaBtn {
    margin-bottom: 35px;
    text-align: center;
}
#form .areaBtn form {
    display: inline-block;
    margin: 0 10px;
}
#form .btnConf, #form .btnBack, #form .btnSend {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0 auto;
    outline: medium none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 1.5% 2%;
    border-radius: 8px;
}
#form .btnConf {
    background: #fc9b46;
    width: 300px;
}
#form .btnBack {
    background: #ccc;
    width: 140px;
}
#form .btnSend {
    background: #fc9b46;
    width: 300px;
}
#form .btnConf:hover, #form .btnBack:hover, #form .btnSend:hover {
    opacity: 0.5;
}


/* --------------------

sp

ブレークポイントを815pxで設定

----------------------------------- */
@media screen and (max-width: 815px){

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


 

/* form */
#contents_inner{
	width: 90%;
	max-width: 700px;
	padding: 0 5px;
}
	
select{
	margin-bottom: -40px;
		
	}
		
dl.form_txbx dt {
        width: 90%;
	    font-size: 98%;
	    margin-bottom: -20px;
    }
dl.form_txbx dt br {
        display: none;
    }
dl.form_txbx dd {
        width: 90%;
        border-top: 0;
	    padding-top: -15px;
    }
dl.form_txbx input.w90p {
    width: 95%;

}
dl.form_txbx select {
    margin: 10px 3px;
}
dl.form_txbx textarea {
    height: 110px;
    width: 70%;
}

	
	
#form .areaBtn {
    margin-bottom: 35px;
    text-align: center;
}
#form .areaBtn form {
    display: inline-block;
    margin: 0 10px;
}
#form .btnConf, #form .btnBack, #form .btnSend {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0 auto;
    outline: medium none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 1.5% 2%;
    border-radius: 8px;
}
#form .btnConf {
    background: #fc9b46;
    width: 200px;
}
#form .btnBack {
    background: #ccc;
    width: 140px;
}
#form .btnSend {
    background: #fc9b46;
    width: 300px;
}
#form .btnConf:hover, #form .btnBack:hover, #form .btnSend:hover {
    opacity: 0.5;
}
	
	
}