@charset "UTF-8";
#title {
	width: 100%;
	height: 450px;
    background-color: #000000;
    background-image: url(../img/common/title_pc.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
#title::before {
	content: '';
	width: 380px;
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, 160px 100%, 0% 100%);
	background: rgba(231,50,115,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#title::after {
	content: '';
	width: 360px;
	height: 100%;
	clip-path: polygon(220px 0, 100% 0%, 140px 100%, 0% 100%);
	background: rgba(29,31,41,0.7);
	position: absolute;
	top: 0;
	left: 160px;
}
#title .inner {
	padding: 0 120px;
	max-width: none;
}
#title h1 {
	color: #fff;
	font-size: 7.0rem;
	letter-spacing: 0.02em;
	position: relative;
	z-index: 1;
}
#title h1 span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.body-wrap {
    margin: 100px auto 100px;
}
@media screen and (max-width: 1320px) {
	#title .inner {
		max-width: 1080px;
		padding: 0 16px;
	}
}

@media screen and (max-width: 767px) {
	#title{
        height: 350px;
        background-image: url(../img/common/title_sp.png);
	}
	#title::before {
		width: 195px;
		clip-path: polygon(0 0, 100% 0%, 20px 100%, 0% 100%);
	}
	#title::after {
		width: 226px;
		height: 100%;
		clip-path: polygon(175px 0, 100% 0%, 51px 100%, 0% 100%);
		background: rgba(29,31,41,0.7);
		position: absolute;
		top: 0;
		left: 20px;
	}
	#title h1 {
		font-size: 4.0rem;
	}
	#title h1 span {
		font-size: 1.2rem;
	}
    .body-wrap {
        margin: 50px auto 50px;
    }
}

/*----------------------お問合せから-----------------------*/
#Mail h2{
    margin-bottom:20px;
}
#Mail h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    border-bottom: 1px dotted #e73273;
}
#Mail table {
    margin: 20px auto;
    border-left: solid 1px #e73273;
    border-top: solid 1px #e73273;
    border-collapse: collapse;
    background: none;
    width: 100%;
    table-layout: fixed;
    position: relative;
}
#Mail table th{
    width: 300px;
    background: #e73273;
    border-right: solid 1px #e73273;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    padding: 16px;
    box-sizing: border-box;
    text-align: left;
}
#Mail table td {
    border-right: solid 1px #e73273;
    border-bottom: solid 1px #e73273;
    padding: 16px;
    box-sizing: border-box;
}
#Mail table .required {
    color: #FFF;
    font-size: 10px;
    background-color: #C30;
    padding: 4px 5px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
#Mail table .normal {
    color: #FFF;
    font-size: 10px;
    background-color: #AAA;
    padding: 4px 5px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
#Mail input[type="text"], #Mail select, #Mail textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
	font-size:100%;
	margin:5px 0;
}
#Mail #MailMessageEmail1 {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 1em;
	font-size:100%;
	margin:5px 0;
}
#Mail .bs-mail-form-auth-captcha > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#Mail .bs-mail-form-auth-captcha {
    text-align: center;
    margin: 4rem 0;
}
#Mail .bs-mail-form-auth-captcha input[type="text"] {
    width: auto;
}
#Mail .bs-mail-form-submit {
    text-align: center;
}
#Mail .form-submit {
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #e73273;
    color: #ffffff;
    line-height: 1em;
    transition: 0.3s;
    border: 1px solid #e73273;
    margin: 1.6rem 0.4rem;
}
#Mail .form-submit[type="reset"] {
    background: #949494;
    border: none;
}
#Mail a.link {
    color: #00a7ff;
}
#Mail .error-message{
    background: #F06060;
    color: #FFF;
    padding: 0.8rem;
    margin: 0.8rem 0;
}
@media screen and (max-width: 768px) {
    #Mail table {
        width: 100%;
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-all;
    }
    #Mail th {
        width: 100%;
    }
    #Mail table th, #Mail table td {
        display: block;
        width: 100%;
        word-break: break-all;
        word-wrap: break-all;
    }
#Mail .bs-mail-form-auth-captcha input[type="text"] {
        width: 100%;
    }
#Mail .bs-mail-form-auth-captcha > div {
        flex-wrap: wrap;
    }
}
/*----------------------お問合せまで-----------------------*/

/*----------------------404 NotFoundから-----------------------*/
#Error .error_wrap{
    text-align:center;
    padding:80px 0;
}
/*----------------------404 NotFoundまで-----------------------*/