@charset "utf-8";

body {
	min-width:1000px;
}
#salesWrap {
	padding:0 0 30px;
	background:#f5f5f5;
	letter-spacing:0.15em;
}

/*/////////////////////////////////

タイトル

////////////////////////////////*/
header {
    height: 60px;
    border-bottom: none;
    background: url(../img/logo.png) no-repeat center #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0px -2px 3px 3px #f4f4f4;
}
.contact-header {
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 250px;
    text-align: center;
    z-index: 1;
}
.contact-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/head.jpg") no-repeat center center / cover;
    opacity: 0.8;
    z-index: -1;
}
.header-tit {
    display: inline-block;
    color: #030303;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 10px;
}
.header-tit span {
    position: relative;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-indent: 3px;
    margin-top: 10px;
}
.header-tit span::before,
.header-tit span::after {
    content: '';
    position: absolute;
    margin: auto;
    background-color: #030303;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
}
.header-tit span::after {
    left: auto;
    right: 0;
}



/*/////////////////////////////////

フォーム

////////////////////////////////*/
#salesWrap #formWrap {
	margin:0 auto 30px;
	padding:30px 80px;
	width:834px;
	border-radius:10px;
}
#salesWrap > p {
	line-height:1.7;
}
#salesWrap > p a {
	display:block;
	width:200px;
	height:60px;
	line-height:60px;
	margin-top:20px;
	border:3px solid #f5ebdf;
	border-radius:5px;
	background:#e8ffd1;
	color:#563a1d;
	font-size:100%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	cursor:pointer;
}
.error {
	font-size:0.938em;
}
#salesWrap dl {
	margin-top:40px;
}
#salesWrap dl dt {
	line-height:1.5em;
	margin-bottom:12px;
    padding-left: 10px;
	color:#030303;
}
#salesWrap dt span {		/* 必須 */
	display: inline-block;
	padding: 3px 8px;
	border-radius: 3px;
	background: #eeff00;
	line-height: 1.2em;
	color: #030303;
	font-size: 62.5%;
	vertical-align: 3px;
    border: #030303 1px solid;
}
#salesWrap dl dd {
	line-height:1.5em;
	color:#945432;
  font-size:0.875em;
}
#salesWrap form dl dd input[type=text],
#salesWrap form textarea {
	margin:-3px 0 5px;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 110%;
}
/*#salesWrap form dl dd input[type="text"]:focus,
#salesWrap form dl dd textarea:focus { 
    border: #030303 2px solid;
}*/
#salesWrap form dl dd #age,
#salesWrap form dl dd #number {
	display:inline-block;
	width:20%;
	margin-right:10px;
}
#formWrap form .inputItems li {
    display: inline-block;
    margin: 0 15px 0 10px;
}
#formWrap form .inputItems li .radio-input {
    display: none;
}
#formWrap form .radio-parts {
    display: inline-block;
    padding-left: 26px;
    position: relative;
    color: #030303;
    cursor: pointer;
    line-height: 25px;
    font-size: 105%;
}
#formWrap form .radio-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    background: rgba(255,255,255,1.00);
    border-radius: 50%;
}
.radio-input:checked + .radio-parts {
    color: #0eae28;
    font-weight: bold;
}
.radio-input:checked + .radio-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #030303;
    border-radius: 50%;
}
#formWrap form .caution {
	line-height:2;
	margin:20px 0 30px;
	padding:30px 25px;
	background:#ededed;
	border-radius:2px;
	color:#030303;
	font-weight:normal;
    font-size: 0.9em;
}
.pp a {
    border-bottom: 1px solid #030303;
}

.checkArea {
    display: none;
}
.checkmark {
    display: inline-block;
    padding-left: 36px;
    position: relative;
    color: #030303;
    cursor: pointer;
    line-height: 28px;
    font-size: 110%;
}
.checkmark::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #EAE6E4;
    background: rgba(255,255,255,1.00);
}
.checkArea:checked + .checkmark::before {
    background: rgba(0,0,0,1.00);
}
.checkArea:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 11px;
    width: 5px;
    height: 13px;
    border: #fff solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#salesWrap form #btnWrap li {
	width:200px;
	height:60px;
	line-height:60px;
	border-radius:3px;
	color:#fff;
	letter-spacing:0.1em;
	text-align:center;
	cursor:pointer;
}
#backBtn {
	background:#757575;
}
#salesWrap form #btnWrap li#submitBtn {
	background:#030303;
    cursor: pointer;
}
/*
#salesWrap form #btnWrap li#submitBtn.submitOn {
    opacity: 1;
	cursor:pointer;
}
*/


/*/////////////////////////////////

thanks error 404

////////////////////////////////*/
#salesWrap #formWrap.under-contents {
    margin-top: 60px;
    border: #e3e3e3 1px solid;
    background-color: #fff;
    border-radius: 3px;
}
#salesWrap #formWrap.under-contents a {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    border-radius: 3px;
    background: #030303;
    color: #fff;
    font-size: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
}


@media (max-width: 1000px) {
body {
	min-width:100%;
}	
/*/////////////////////////////////

タイトル

////////////////////////////////*/
#salesWrap hgroup {
	width:100%;
	background:url(../images/suisai_bg.png) no-repeat center top;
	background-size:cover;
}
#salesWrap hgroup h1 {
	margin-bottom:10px;
}
#salesWrap hgroup h1 img {
	display:block;
	width:95%;
	height:auto;
	margin:0 auto;
}
#salesWrap hgroup h2 {
	margin-bottom:20px;
	font-size:1.25em;
}



/*/////////////////////////////////

フォーム

////////////////////////////////*/
#salesWrap #formWrap {
	width:95%;
	line-height:1.4em;
	padding:8% 4%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
#formWrap form p {
	margin-bottom:20px;
}
#formWrap dl {
	margin:10px 0;
}
#formWrap dl dt {
	line-height:1.8em;
    font-size: 95%;
}
#formWrap dl dd {
	line-height:1.8;
	margin:0 0 20px 0;
}
#formWrap form {
	padding-bottom:20px;
}
#formWrap form dl dd input[type=text],
#formWrap form textarea {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	font-size:87.5%;
}
#formWrap form #btnWrap li {
	border:3px solid #f5ebdf;
}
#formWrap form #message {
  margin: 0 0 40px;
}
#formWrap form .pp {
    margin-bottom: 0;
}

}
@media (max-width: 812px) {
    .header-tit {
        font-size: 3.4rem;
    }
    .header-tit span {
        font-size: 0.8rem;
        margin-top: 8px;
    }

}
@media (max-width: 480px) {
    .header-tit {
        font-size: 2.8rem;
        letter-spacing: 5px;
    }
    .header-tit span {
        font-size: 0.7rem;
        margin-top: 8px;
    }
    #formWrap form .caution {
        padding: 15px;
    }
    
    /*/////////////////////////////////

    thanks error 404

    ////////////////////////////////*/
    #salesWrap #formWrap.under-contents {
        margin-top: 30px;
    }

}
