/*------------------------------------------------------------------------------------------------
  top.css
------------------------------------------------------------------------------------------------*/
/*headerArea
------------------------------------------------------------------------------------------------*/
#headerArea{
	background: url(../images/header.jpg) no-repeat;
	background-position: center top;
	background-size: auto 100%;
	height: 545px;
	width: 100%;
}
#headerArea header{
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    padding-top: 155px;
}
#headerArea h1{
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 0.3em;
}
#headerArea h1 img{
	width: 380px;
	height: auto;
	display: block;
	margin: 2px auto 0 auto;
}
#headerArea .headerBtn a{
	display: block;
	width: 260px;
	padding: 15px 15px 30px 15px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #ffffff;
	box-sizing: border-box;
	color: #8f1e39;
	margin: 30px auto 0 auto;
	position: relative;
	font-size: 24px;
}
#headerArea .headerBtn a:after{
	content: "";
	background: url(../images/headerbtn.svg) no-repeat;
	display: block;
	background-size: 100% auto;
	width: 14px;
	min-height: 16px;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin: -1px 0 0 -7px;
}
#headerArea .headerBtn a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*aboutArea
------------------------------------------------------------------------------------------------*/
#aboutArea{
	padding: 150px 0;
}
#aboutArea h2{
	margin-bottom: 60px;
}
#aboutArea h2 img{
	width: 150px;
	height: auto;
}
#aboutArea h2 span{
	display: block;
	margin-top: 1px;
	font-size: 14px;
	font-weight: normal;
}
#aboutArea h2 span:before{
	content: "-";
	margin-right: 5px;
}
#aboutArea h2 span:after{
	content: "-";
	margin-left: 5px;
}
#aboutArea .container > p{
	line-height: 3em;
	color: #444444;
}
#aboutArea .container > p .mes:before{
	content: "ー";
	margin-right: 1em;
}
#aboutArea .container > p .mes:after{
	content: "ー";
	margin-left: 1em;
}


/*introduce
------------------------------------------------------------------------------------------------*/
#introduce{
	padding: 90px 0;
	background: #efefef;
	position: relative;
}
#introduce:before{
	content: "";
	background: url(../images/arrow_wh.svg) no-repeat;
	display: block;
	background-size: 100% auto;
	width: 36px;
	min-height: 16px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -1px 0 0 -18px;
}
#introduce .container > p{
	line-height: 3em;
	color: #444444;
	margin-bottom: 60px;
}
#introduce .container > section h3{
	font-size: 30px;
	color: #0b6088;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.3em;
}
#introduce .container > section h3 b{
	font-size: 42px;
	color: #9f2c41;
}
#introduce .container > section h3:before{
	content: "-";
	margin-right: 0.5em;
}
#introduce .container > section h3:after{
	content: "-";
	margin-left: 0.5em;
}
#introduce .benefit{
	display: flex;
	display: -webkit-flex;
}
#introduce .benefit > div{
	width: 320px;
	position: relative;
	padding: 50px 16px 16px 16px;
	box-sizing: border-box;
}
#introduce .benefit > div h4 img{
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto 10px auto;
}
#introduce .benefit > div h4{
	color: #e6f8fe;
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 10px;
}
#introduce .benefit > div .comment{
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 1.8em;
	padding-top: 10px;
	border-top: 2px dotted #ffffff;
	font-weight: 300;
}
#introduce .benefit .benefit_1{
	margin-right: 10px;
}
#introduce .benefit .benefit_3{
	margin-left: 10px;
}
#introduce .benefit .benefit_1{
	background: url(../images/benefit1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#introduce .benefit .benefit_2{
	background: url(../images/benefit2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#introduce .benefit .benefit_3{
	background: url(../images/benefit3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#introduce .benefit > div .catch{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
}
#introduce .benefit > div .catch img{
	width: 100%;
	height: auto;
}

/*registerArea
------------------------------------------------------------------------------------------------*/
#registerArea{
	padding: 100px 0;
	position: relative;
}
#registerArea:before{
	content: "";
	background: url(../images/arrow_gr.svg) no-repeat;
	display: block;
	background-size: 100% auto;
	width: 36px;
	min-height: 16px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -1px 0 0 -18px;
}

#registerArea h2{
	margin-bottom: 60px;
}
#registerArea h2 img{
	width: 210px;
	height: auto;
}
#registerArea h2 span{
	display: block;
	margin-top: 1px;
	font-size: 14px;
	font-weight: normal;
}
#registerArea h2 span:before{
	content: "-";
	margin-right: 5px;
}
#registerArea h2 span:after{
	content: "-";
	margin-left: 5px;
}

#registerArea .caution{
	margin: 65px 0;
	font-size: 16px;
	color: #a0473d;
}
#registerArea table{
	margin-bottom: 50px;
	width: 100%;
	table-layout: fixed;
}
#registerArea table th{
	padding: 15px 25px 15px 0;
	text-align: right;
	font-weight: normal;
	border-right: 2px dotted #e1e1e1;
	vertical-align: middle;
	width: 35%;
	box-sizing: border-box;
}
#registerArea table td{
	padding: 15px 0 15px 25px;
	text-align: left;
	width: 65%;
	box-sizing: border-box;
}
#registerArea table td span{margin-right: 5px;}
#registerArea table td input[type="email"],
#registerArea table td input[type="text"],
#registerArea table td select{
	border: 1px solid #e1e1e1;
	padding: 10px;
	font-size: 16px;
	display: inline-block;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	vertical-align: middle;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
	font-size: 18px;
}
#registerArea table td input[name="email"]{
	width: 500px;
}
#registerArea table td input[type="text"]{
	width: 200px;
}
#registerArea table td select{
	outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 8px 40px 8px 10px;
    cursor: pointer;
    color: #666666;
}
#registerArea table td option{
	padding: 5px;
}
#registerArea table td select[name="year"],
#registerArea table td select[name="month"],
#registerArea table td select[name="day"]{
	width: 100px;
	box-sizing: content-box;
}
#registerArea table td select:hover,
#registerArea table td select:focus{
	border-color: #3ba6df;
}
#registerArea table td select option{
	background-color: #ffffff;
	color: #666666;
}
#registerArea table td select::-ms-expand{
	display: none;
}
#registerArea table td select:-moz-focusring{
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
.selectWrap{
	display: inline-block;
	position: relative;
}
.selectWrap:before{
	z-index: 1;
	position: absolute;
	right: 8px;
	top: 19px;
	content: "";
	background: url(../images/register_select.svg) no-repeat;
	background-size: 100% auto;
	width: 13px;
	min-height: 15px;
	pointer-events: none;
}
#registerArea table td .radio{
	margin-right: 20px;
	cursor: pointer;
}
#registerArea table td .radio input[type="radio"]{
	margin-right: 8px;
	display: inline-block;
}
/*Firefox*/
@-moz-document url-prefix() {
	#registerArea table td select[name="year"],
	#registerArea table td select[name="month"],
	#registerArea table td select[name="day"]{
		width: 150px;
		box-sizing: border-box;
	}
	#registerArea table td select[name="local"]{
		width: 190px;
		box-sizing: border-box;
	}
	#registerArea table td select{
		padding: 0px 30px 0px 2px;
	}
	.selectWrap:before{
		top: 17px;
	}
}
/*submit*/
#registerArea .submitBtn input{
	display: block;
	margin: 15px auto;
	background: #254a5d;
	padding: 10px;
	width: 360px;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: 100;
	color: #ffffff;
	border: 1px solid #5b757f;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-appearance: none;
}
#registerArea .submitBtn input:hover,
#registerArea .submitBtn input:focus{
	background: #222222;
	border: 1px solid #5b757f;
}
/*fade in animation
------------------------------------------------*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*------------------------------------------------------------------------------------------------
  responsive settings
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	span.break{
		display: block;
	}
	#aboutArea .container > p .mes:before,
	#aboutArea .container > p .mes:after{
		content: none;
	}
	#introduce .benefit > div h4{
		font-size: 20px;
	}
	#registerArea .caution{
		text-align: left;
	}
	#registerArea table td input[type="text"]{
		width: 90%;
		font-size: 16px;
	}
	#registerArea table td input[type="email"]{
		width: 80%;
		font-size: 16px;
	}
	#registerArea table td select,
	#registerArea table td option{
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
	#introduce .benefit > div h4{
		font-size: 16px;
	}
	#registerArea table td .radio{
		display: block;
	}
	.selectWrap,
	#familyname{
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 680px) {
	#headerArea{
		height: 255px;
		background-size: inherit;
		background-position: center bottom;
	}
	#headerArea h1{
		font-size: 12px;
		line-height: normal;
		font-weight: 200;
		letter-spacing: 0.1em;
	}
	#headerArea header{
		padding-top: 40px;
	}
	#headerArea h1 img{
		width: 270px;
		height: auto;
	}
	#headerArea .headerBtn a{
		width: 180px;
		padding: 8px 10px 18px 10px;
		margin: 10px auto 0 auto;
		font-size: 18px;
	}
	#headerArea .headerBtn a:after{
		width: 12px;
		min-height: 16px;
		bottom: 0px;
		margin: -1px 0 0 -6px;
	}
	#aboutArea{
		padding: 50px 0;
	}
	#aboutArea h2{
		margin-bottom: 30px;
	}
	#aboutArea h2 img{
		width: 120px;
		height: auto;
	}
	#aboutArea h2 span{
		font-size: 12px;
	}
	#aboutArea .container > p{
		line-height: 2em;
		color: #444444;
	}
	#aboutArea .container > p .mes:before,
	#aboutArea .container > p .mes:after{
		content: none;
	}
	#introduce{
		padding: 40px 0 0 0;
	}
	#introduce .container{
		padding: 0;
	}
	#introduce .container > p{
		line-height: 2em;
		margin-bottom: 40px;
	}
	#introduce .container > section h3{
		font-size: 18px;
		margin-bottom: 20px;
		letter-spacing: 0.1em;
	}
	#introduce .container > section h3 b{
		font-size: 26px;
	}
	#introduce .benefit{
		display: block;
	}
	#introduce .benefit > div{
		width: 100%;
		padding: 16px 16px 16px 16px;
		margin-bottom: 1px;
	}
	#introduce .benefit > div h4 img{
		width: 90px;
	}
	#introduce .benefit > div h4{
		font-size: 20px;
		line-height: 28px;
	}
	#introduce .benefit .benefit_1{
		margin-right: 0;
	}
	#introduce .benefit .benefit_3{
		margin-left: 0;
	}
	#introduce .benefit > div .catch{
		width: 80px;
		height: 80px;
	}
	#registerArea{
		padding: 50px 0;
		position: relative;
	}
	#registerArea:before{
		content: none;
	}
	#registerArea h2{
		margin-bottom: 30px;
	}
	#registerArea h2 img{
		width: 170px;
		height: auto;
	}
	#registerArea h2 span{
		font-size: 12px;
	}
	#registerArea .caution{
		margin: 10px 0;
		font-size: 12px;
	}
	#registerArea table th,
	#registerArea table td{
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: left;
	}
	#registerArea table th{
		border-right: none;
		border-bottom: 1px solid #e1e1e1;
	}
	#registerArea .submitBtn input{
		width: 260px;
		font-size: 18px;
	}
	#registerArea table td input[type="email"],
	#registerArea table td input[type="text"]{
		max-width: 260px;
	}

}