@charset "utf-8";
/* CSS Document */

.wrapper {
	height: auto;
}
header {
	height: auto;
}
h2 {
	padding: 15px 0 45px;
}
#contents_wrap {
	width: 900px;
	margin: 0 auto;
}
#contents_wrap p.txt01 {
	font-size: 18px;
	margin: 30px 10px 40px;
}
#contents_wrap dl {
	margin: 20px 0;
}
#contents_wrap dl dt {
	font-size: 17px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: 400;
	color: #424242;
}
#contents_wrap dl dd {
	margin: 0;
}
#contents_wrap dl dd input, #contents_wrap textarea {
	width: 100%;
	border: none;
	background-color: #e6e6e6;
	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 7px;
	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;
}

#contents_wrap dl dd ul li input {
	width: 10px !important;
}
#contents_wrap dl dd ul li {
	padding-right: 15px;
}
#contents_wrap dl dd ul {
	display:flex;
	padding:0;
}
#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;
}
button {
	margin: 0 auto;
}
/*エラー文*/
.error {
	color: #f24141;
}
.error input, .error textarea {
	background-color: #fcf1f1 !important;
}
.entry {
	background: url(../img/contact_bg.png) no-repeat;
	padding: 50px;
	background-size: cover;
}
.entry h1 {
	font-weight: 100;
	font-size: 25px;
	text-align: center;
	padding: 20px 0 15px;
	display: flex;
	align-items: center;
	width: 500px;
	margin: 0 auto;
	color:#fff;
}
.entry h1:before, .entry h1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #666;
	display: block;
}
.entry h1:before {
	margin-right: .9em;
}
.entry h1:after {
	margin-left: .9em;
}

.entry h1:before, .entry h1:after {
	background: #fff;
}
.entry .inner {
	text-align: center;
}
.entry .btn {
	width: 390px;
	margin: 30px auto;
}

/*例 文字色*/
/* 標準版 */
:placeholder-shown {
color: #7f7f7f !important;
}
     
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
color: #7f7f7f !important;
}
     
/* Firefox 18- */
:-moz-placeholder {
color: #7f7f7f !important;
opacity: 1;
}
     
/* Firefox 19+ */
::-moz-placeholder {
color: #7f7f7f !important;
opacity: 1;
}
     
/* IE 10+ */
:-ms-input-placeholder {
color: #7f7f7f !important;
}
footer {
	margin-top: 200px;
}



label.check ::before {

    border: 1px solid #444444;

}
ul.checkBox li input:checked + label::after {
    left: 1px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #f09b61;

}

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;
  }