@charset "utf-8";


.container {
	position: relative;
	width: 94%;
	max-width: 1040px;
	margin: 0 auto;
}

@media screen and (max-width:959px) {
	.pc-only {display: none;}
}

@media screen and (min-width:960px) {
	.sp-only {display: none;}
}



/* header
================================================ */
.header-logo,
.header-contact {position: absolute;}

.header-logo img {
	width: 250px;
	height: 32px;
}

.header-copy {line-height: 1;}


@media screen and (max-width:959px) {
	.header-container-inn {
		position: relative;
		height: 56px;
	}
	
	.header-logo {
		top: 12px;
		left: 16px;
	}
	
	.header-contact {
		display: block;
		width: 56px;
		height: 56px;
		top: 0;
		right: 0;
	}
	
	.header-copy {
		width: 100%;
		top: 56px;
		padding: 12px 0;
		background: #74d4e1;
		font-size: 11px;
		font-size: 1.1rem;
		text-align: center;
		color: #FFF;
		-webkit-box-shadow:0px 2px 7px -5px rgba(0, 0, 0, 0.85) inset;
		-moz-box-shadow:0px 2px 7px -5px rgba(0, 0, 0, 0.85) inset;
		box-shadow:0px 2px 7px -5px rgba(0, 0, 0, 0.85) inset;
	}
}

@media screen and (min-width:960px) {
	#header {
		height: 64px;
		background:#fff;
		border-top: 3px solid #004087;
		opacity:.97;
		filter:alpha(opacity = 97);
		-webkit-box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	}
	
	.header-container {
		position: relative;
		width: 94%;
		max-width: 1040px;
		margin: 0 auto;
	}
	
	.header-logo {
		top: 14px;
		left: 0;
	}
	
	.header-contact {
		display: block;
		top: 11px;
		right: 0;
	}
	
	.header-copy {
		position: absolute;
		top: 24px;
		left: 274px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
	}
}



/* メインビジュアル
================================================ */
.cover-container {position: relative;}

#entry h3 {
	position: relative;
	padding: 32px 0 20px;
	background: #ffe234;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1;
}
#entry h3:after {
	position: absolute;
	content: "";
	width: 204px;
	height: 52px;
	top: -26px;
	left: 50%;
	margin-left: -102px;
	background: url(../img/form-tit.png) no-repeat;
	background-size: 204px 52px;
}

.form-wrap {
	padding-bottom: 24px;
	background: #FFF;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #DDD;
}


@media screen and (max-width:767px) {
	#mv {
		background-image: url(../img/person_sp.png), url(../img/bg-cover.jpg);
		background-repeat: no-repeat;
		background-position: left bottom, center top;
		background-size: 208px 280px, cover;
	}
	#mv h2 {
		padding: 24px 16px 56px 0;
		text-align: right;
	}
	#mv h2 img {
		width: 208px;
		height: 223px;
	}
}

@media screen and (max-width:959px) {
	#mv {
		position: relative;
		background: url(../img/bg-cover.jpg) no-repeat center top;
		background-size: cover;
	}
	#mv:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
		background: url(../img/person_sp.png) no-repeat right bottom;
		background-size: 250px 280px;
	}
	#mv h2 {
		position: relative;
		width: 300px;
		margin: 0 auto;
		padding: 32px 0 56px;
		text-align: right;
	}
	#mv h2 img {
		width: 211px;
		height: 223px;
	}
	
	#entry {
		position: relative;
		margin-top: -24px;
		padding-bottom: 24px;
	}
	.entry-inner {
		width: 94%;
		max-width: 1040px;
		margin: 0 auto;
	}
}

@media screen and (max-width:600px) {
	#mv:before {width: 54%;}
}

@media screen and (min-width:601px) and (max-width:959px)  {
	#mv:before {width: 48%;}
}

@media screen and (min-width:960px) {
	#cover {
		background-image: url(../img/person_pc.png), url(../img/bg-cover.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto, cover;
	}
	
	.cover-container {
		width: 94%;
		max-width: 1040px;
		margin: 0 auto;
	}
	
	#mv {
		float: left;
		width: 100%;
		margin: 0 -400px 0 0;
	}
	#mv h2 {
		margin: 0 440px 0 0;
		padding: 64px 0 16px;
		text-align: right;
	}
	
	#entry {
		float: right;
		width: 400px;
		padding: 56px 0 16px;
	}
}


/*----- フォーム -----*/
dl.formTB {
	background: #EEE;
	border-bottom: 1px solid #DDD;
}
dl.formTB dt {
	padding : 8px 16px;
	border-style : solid;
	border-color : #DDD;
	font-weight : bold;
}
dl.formTB dd {
	padding : 8px 16px;
	background : #FFF;
	border-style : solid;
	border-color : #DDD;
}
dl.formTB dd label {
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px 6px;
	background: #fffbcb;
}
dl.formTB dd input,
dl.formTB dd textarea,
dl.formTB dd select {font-family: Arial,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;}
dl.formTB dd input[type="radio"],
dl.formTB dd input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: baseline;
	border: 1px solid #DDD;
}
dl.formTB dd input[type="text"],
dl.formTB dd input[type="tel"],
dl.formTB dd input[type="email"],
dl.formTB dd textarea {
	width: 95%;
	padding: 4px 8px;
	outline: none;
	border-radius: 2px;
	border: 1px solid #DDD;
	font-size: 14px;
	font-size: 1.4rem;
}
dl.formTB dd select {
	padding: 4px;
	border: 1px solid #DDD;
  font-size: 14px;
}
.must {background: #fffbcb;}
.required {
	position: relative;
	display: inline-block;
	top: -1px;
	margin-left: 4px;
	padding: 3px 4px;
	border-radius: 4px;
	background: #ff0000;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	line-height: 1;
}

.btn-area {
	margin-top: 20px;
	text-align: center;
}
.form-btn {
	display: block;
	width: 100%;
	padding: 16px 0;
	border-radius: 8px;
	border-width: 0 0 4px 0;
	border-style: solid;
	font-family: Arial,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none !important;
	line-height: 1;
}
.form-btn.next,
.form-btn.submit {cursor: pointer;}
.form-btn.ng {
	background: #c0c0c0;
	border-color: #999;
}
.form-btn.next {
	background: #00b8e6;
	border-color: #009fc7;
}
.form-btn.next:hover {background: #33c6eb;}
.form-btn.submit {
	background: #de264c;
	border-color: #af1b3a;
}
.form-btn.submit:hover {background: #e55170;}

.privacy {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
}
.privacy a {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/arrow.png) no-repeat left center;
	background-size: 14px;
}


@media screen and (max-width:959px) {
	dl.formTB dt {border : none;}
	dl.formTB dd:not(:last-child) {border-width : 0 0 1px 0;}
	
	.btn-area {padding: 0 16px;}
}

@media screen and (min-width:960px) {
	dl.formTB dt {
		float : left;
		clear : both;
		width : 144px;
		border-width : 1px 0 0 0;
	}
	dl.formTB dd {
		margin-left : 144px;
		border-width : 1px 0 0 1px;
	}
	
	.btn-area {padding: 0 24px;}
}



/* メインコンテンツ
================================================ */
#main-contents {background: #d2eff7;}

.feature ul {
	letter-spacing: -.40em;
	text-align: center;
}
.feature ul li {
	display: inline-block;
	letter-spacing: normal;
	text-align: center
}

.flow {
	background: #FFF;
	border: 4px solid #aedeeb;
	border-radius: 16px;
}
.flow h3 {
	position: relative;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #111;
}
.flow h3:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	border-top: 4px solid #aedeeb;
	z-index: 1;
}
.flow h3 span {
	position: relative;
	padding: 0 24px;
	background: #fff;
	z-index: 4;
}
.flow ul li img {
	height: 56px;
	width: auto;
}


@media screen and (max-width:959px) {
	#main-contents {padding: 24px 0 48px;}
	
	.feature ul li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 16px;
	}
	.feature ul li:nth-child(3n),
	.feature ul li:last-child {margin-right: 0;}
	
	.flow {
		margin-top: 16px;
		padding: 24px 16px;
	}
	.flow ul {margin-top: 16px;}
	.flow ul li {
		position: relative;
		padding: 16px 0 16px 16px;
		background: #d7eff5;
	}
	.flow ul li:not(:last-child) {margin-bottom: 16px;}
	.flow ul li:not(:last-child):after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		margin-left: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #d7eff5;
	}
}

@media screen and (min-width:960px) {
	#main-contents {padding: 32px 0 64px;}
	
	.feature ul li {width: 18.4%;}
	.feature ul li:not(:last-child) {margin-right: 2%;}
	.feature ul li img {
		width: 100%;
		max-width: 191px;
		height: auto;
	}
	
	.flow {
		margin: 40px 40px 0;
		padding: 32px 40px;
	}
	.flow ul {
		margin-top: 32px;
		letter-spacing: -.40em;
		text-align: center;
	}
	.flow ul li {
		display: inline-block;
		letter-spacing: normal;
	}
	.flow ul li:not(:last-child) {
		margin-right: 24px;
		padding-right: 40px;
		background: url(../img/bg-flow_pc.png) no-repeat right center;
		background-size: 17px 24px;
	}	
}



/* フッター
================================================ */
#footer {
	text-align: center;
	line-height: 1;
}

.ft-info {
	padding: 24px 0;
	background: #CCC;
	font-size: 14px;
	font-size: 1.4rem;
}

.ft-copy {
	padding: 24px 0;
	background: #999;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
}


@media screen and (max-width:767px) {
	.ft-info span {display: block;}
	.ft-info span.license-num {
		margin-top: 12px;
		font-size: 11px;
		font-size: 1.1rem;
	}
}

@media screen and (min-width:768px) {
	.ft-info span.license-num {margin-left: 14px;}
}

