@charset "utf-8";

.cont01{
    width: 600px;
    margin: 0 auto;
}

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

  .cont01{
    width: 100%;
  }
}

/*.form_wrap *:not(.form_intro){
	margin-left: 43px;
}*/
.cont01{
	margin-bottom: 73px;
}
.cont02{
	line-height: 1.4;
	margin-bottom: 63px;
}
.cont02 th {
    font-weight: normal;
    width: 11em;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 10px 1em 0 0;
}
.cont02 td{/*
	width: 76%;*/
}
.cont03{
	margin: 0 auto 86px;
	    width: 674px;
}

.form_intro{
	font-weight: bold;
	width: 600px;
  margin: 0 auto 15px;
}

.privacy li{
	    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.2;
    margin-bottom: 5px;
}


.confirm_privacy li{
	width: 90px;
	float: left;
}

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

    .confirm_privacy li{
        padding-left: 20%;
        padding-top: 6%;
    }
}

/* ラジオボタンは非表示にする */
.confirm_privacy input[type=radio] {
  display: none;
}
/* チェックされた時のスタイル */
.confirm_privacy input[type="radio"]:checked + label {
  background-image: url("../img/contact/btn_confirm_privacy_checked.svg");
  background-repeat: no-repeat;
}
/* マウスオーバーしたときのスタイル
.label:hover {
  background-color: #E2EDF9;
} */
/* lableのスタイル */
.confirm_privacy .label {
  /*color: #000;
  border: #dddddd solid 2px;
  display: block;
  height: 45px;
  line-height: 45px;*/
  padding-left: 17px; /* 背景画像の分だけ少し右へ */
  /*padding-right: 20px;*/
  cursor: pointer;
  background-image: url("../img/contact/btn_confirm_privacy.svg");
  background-repeat: no-repeat;
}


input{
	height: 34px;
}

textarea,
input[type=text],
input[type=email]{
	border: 1px #000 solid;
}
input[type=text],
input[type=email]{
	width: 267px;
}

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

    input[type=text],
    input[type=email]{
        width: 100%;
    }
}

.address input[type=text],
textarea{
	width: 520px;
}

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

    .address input[type=text],
    textarea{
        width: 100%;
    }
}

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

   .form_intro{
      width: 87%;
      margin: 0 auto;
    }
}

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

    .form_wrap{
        width: 87%;
        margin: 0 auto;
    }
}

.form_wrap dt{
	margin-bottom: 5px;
}
.form_wrap dl{
	margin-bottom: 20px;
}


.submit {
	text-align: center;
}
.submit input{
	border: 1px #000 solid;
	width: 240px;
}


.submit_page .link_border{
  border: 1px #000 solid;
    width: 240px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
}
input {
}
