@charset "UTF-8";

.simulation .breadcrumb{
	margin-bottom: 60px;
}

.mail p{
	margin-bottom: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.mail dl dd p.fee .strikethrough{
    position: relative;
    text-decoration: line-through;
}
.mail dl dd p.fee .strikethrough:after{
    position: relative;
    top: -2px;
    margin: 0 5px 0 10px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #333333;
}
.mail dl dd p.fee .strong{
    color: #dc4646;
}

.mail dl,
.simulation .btn_wrap{
	padding: 20px;
	background: #ccedff;
}
.mail dl + p{
	margin-top: 40px;
	font-weight: bold;
}
.mail dl dt{
	position: absolute;
	width: 244px;
	font-size: 1.6rem;
	line-height: 36px;
}

.mail dl dt span.required{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 36px;
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(#ffff00, #b4ff17);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.ie11 .mail dl dt span.required{
	padding-top: 5px;
}
.mail dl dd{
	padding-left: 260px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 36px;
}
.mail dl dd:last-child{
	margin-bottom: 0;
}
.mail dl dd input[type="text"]
.mail dl dd textarea{
	width: 100%;
	height: 36px;
	padding: 8px 12px;
	font-size: 1.6rem;
	background: #FFF;
	border: 1px solid #808080;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.mail dl dd.text p{
    font-size:1.4rem;
    font-weight:400;
    line-height: 1.7;
    margin-bottom: 0;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
}


.mail dl dd select{
	position: relative;
	width: 100%;
	height: 36px;
	padding: 4px 12px;
	font-size: 1.6rem;
	background: linear-gradient(#fff, #cdcecd);
	border: 1px solid #808080;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	cursor: pointer;
}
.mail dl dd.start_date select{
    background: #FFF;
}

.mail dl dd.start_date select.error {
	border: 2px solid #f00000;
	background-color: #fff0f0;
}

.mail dl .select_area{
	position: relative;
    max-width: 514px;
}
.mail dl .select_area:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 96%;
	bottom: 0;
	width: 9px;
	height: 20px;
	margin: auto;
	background: url(../img/form/bg_select.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	z-index: 10;
}
.mail dl dd.start_date.select_area:before{
    display: none;
}

.mail dl dd .campaign span {
	color: #dc4646;
	font-weight: bold;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none;
}

.simulation .btn_wrap{ margin-top:20px; margin-bottom: 60px;}

.simulation .btn_wrap .btn_send button{
    position: relative;
	display: block;
	width: 320px;
	height: 60px;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(#ffff00, #b4ff17);
	-webkit-border-radius: 6px;
	border-radius: 12px;
	-webkit-box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
	cursor: pointer;
}
.ie11 .simulation .btn_wrap .btn_send button{
	padding-top: 3px;
}
.simulation .btn_wrap .btn_send button span:after{
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-left: 25px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #333333 transparent transparent transparent;
}

.simulation .btn_wrap .btn_send button:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.simulation .btn_wrap p{
    text-align: center;
}
.simulation .btn_wrap p.fee{
    font-size: 3.6rem;
    font-weight: 700;
    color: #dc4646;
}
.simulation .btn_wrap p.note{
    font-size:1.6rem;
    font-weight: 300;
    margin-bottom: 0;
}


@media screen and (max-width: 760px){
	.lower_title_area h2{
		width: 145px;
        margin-bottom: 5px;
	}

    .simulation .breadcrumb{
        margin-bottom: 8%;
    }

	.mail p{
		margin-bottom: 2%;
		font-size: 1.4rem;
	}
	.mail dl{
		padding: 4%;
	}
	.mail dl + p{
		margin-top: 2%;
	}
	.mail dl dt{
		position: inherit;
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.mail dl dt span.fss{
		font-size: 1.4rem;
	}
	.mail dl dt span.required{
		position: inherit;
		display: inline-block;
		width: auto;
		height: auto;
		padding: 0.3em 0.5em 0.4em;
		margin-left: 2%;
		margin-bottom: 2%;
		font-size: 0.8rem;
		line-height: 1;
	}
	.mail dl dd{
		padding-left: 0;
		margin-bottom: 3%;
		font-size: 1.4rem;
		line-height: 1.8;
	}

    .mail dl dd.text p{
        font-size: 1.2rem;
    }

	.mail dl dd select{
		height: 2em;
		padding: 1% 4%;
		font-size: 1.4rem;
	}
	.mail dl .select_area:before{
		left: 95%;
		width: 6px;
		height: 16px;
	}

	.btn_area{
		display: block;
	}

	.simulation .btn_wrap .btn_send button{
		width: 70%;
		height: 50px;
		font-size: 1.6rem;
	}
    .simulation .btn_wrap .btn_send button span:after {
        margin-left: 15px;
        border-width: 10px 6px 0 6px;
    }

    .simulation .btn_wrap p{text-align: left;}
    .simulation .btn_wrap p.fee{
        font-size: 3rem;
        text-align: center;
    }
    .simulation .btn_wrap p.note{
        font-size:1.2rem;
    }



}


