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


#contactMain h2 {
	margin: 0 auto;
	width: auto;
	padding: 30px 30px 90px;
}


h2 {
	padding: 15px 0 45px;
}

h2 span {
	font-size: 1rem;
}
#contents_wrap {
	margin: 30px 3%;
}
#contents_wrap p.txt01 {
	font-size: 100%;
	margin: 10px 0 20px;
	line-height: 1.4;
}
#contents_wrap dl {
	margin: 20px 0;
}
#contents_wrap dl dt {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	font-weight: 400;
	color: #424242;
}
#contents_wrap dl dd input, #contents_wrap textarea {
	width: 100%;
	border: none;
	background-color: #f4f4f6;
	padding: 15px 12px;
	font-size: 17px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	color: #141414;
	font-weight: 300;
}
.hissu {
	font-size: 14px;
	border: 1px solid #f24141;
	color: #f24141;
	padding: 0px 4px;
	margin: 0 7px 0px 5px;
	vertical-align: middle;
}

#confirm dl dd {
	width: 100%;
	border: none;
	padding: 5px;
	font-size: 17px;
	display: inline-block;
	outline: none;
	color: #141414;
	font-weight: 400;
}
#confirm dl {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#confirm .btnBlock {
	text-align: center;
}
#confirm .button02 {
	background: #49494a;
	margin: 30px 20px 0;
	width: 360px;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 19px;
	font-weight: bold;
	font-family: "source-han-sans-japanese";
	height: auto !important;
	border: 1px solid #49494a;
}
#confirm .button02:hover span {
	z-index: 5;
	color: #49494a;
	background: url(../img/btn_icon03.png) right no-repeat;
	padding: 0 10px 0 20px;
	background-position: 99% 56%;
	padding: 0 45px 0 10px;
	background-size: 18px;
}
#confirm .button02:hover {
	color: #49494a2;
	z-index: 4;
}

.txt01 a:link, .txt01 a:visited {
    text-decoration: underline;
    color: #e47930;

}

/*エラー文*/
.error {
	color: #f24141;
}
.error input,
.error textarea {
	background-color: #fcf1f1 !important;
}

.button {
	width:90%;
}
.button02 {
	width: 90%;
}

.entry {
	background: url(../img/contact_bg.png) no-repeat;
	padding: 50px;
	background-size: cover;
	color:#fff;
    font-weight: normal;
    font-size: 70%;
}
.entry h2 {
	font-weight: 100;
	font-size: 27px;
	color: #e47930;
	text-align: center;
	padding: 20px 0 30px;
}
.entry .inner {
	text-align: center;
}
.entry .btn {
	width: 390px;
	margin: 30px auto;
}

footer {
	margin-top: 100px;
}
#confirm .button02 {
	background: #49494a;
	margin: 30px 20px 0;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 19px;
	font-weight: bold;
	font-family: "source-han-sans-japanese";
	height: auto !important;
	border: 1px solid #49494a;
}

button {
	background: url(../img/arrow.png) no-repeat right center #e47930;
	display: block;
	color: #fff;
	padding: 15px;
	border-radius: 6px !important;
	margin: 20px;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 1px solid #f09558;
	border-radius: 2px;
	color: #ffffff;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	background-size: 3%;
	background-position: 90% 50%;
}



input[type=radio] + label, input[type=checkbox] + label {

    position: relative;
    margin-right: 12px;
    line-height: 26px;

}
div.cr_item input {
display: none !important;
}

/* checkbox radio */
.cr_item {
  display: inline-block;
  vertical-align: middle;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  margin-right: 12px;
  line-height: 26px;
}

input[type=checkbox] + label {
  display: block;
}

  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }

  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }

  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background: #FFF;
  }

  input[type=radio] + label::before {
	background: #e6e6e6;
  }

  input[type=checkbox] + label::before {
	background: #e6e6e6;
  }

  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  input[type=radio]:checked + label::after {
    left: 1px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #f09b61;
  }

  input[type=checkbox]:checked + label::after {
    left: 1px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #f09b61;
  }
