@charset "UTF-8"; 
/*
	lp/lp01_profile
*/
.lp-head{
	background:#fcadad;
	text-align:center;
}
.lp-visual{
	height:501px;
	background:url( imgs/pc/lp-visual.png?ver=1.3 ) no-repeat;
	background-position:50% 0;
	background-color:#fff;
	margin:60px 0;
}
.lp-to-request1 {
    padding: 40px 0 60px;
    background: #fff;
}
#topic1, #topic2, #topic3, #topic4, #topic5
{
	padding:0;
	margin:0;
	position:relative;
	background:#fff;
}
#topic1 > *, #topic2 > *, #topic3 > *, #topic4 > *, #topic5 > *
{
	margin:0;
}
#topic1:before{display:none}
.lp-title{
	background:#fcadad;
}
.lp-title > .wrap{
	width:1000px;
	margin:0 auto;
	color:#000;
	text-align:left;
	padding:15px 0;
	font-size:22px;
	line-height:30px;
}
#topic1 > img{
	margin:60px 0;
}

.lp-to-request2 > .wrap {
    position: relative;
    z-index: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
	margin-bottom:100px;
}

/* form */
body.lp-request-form .form-head{
	background:#80b8e6;
}
body.lp-request #post_lp .form-group > .control-label{
	background:#bddeed;
}

main .blue{
	color:#0067af;
}
main .form-group-nations > .col-sm-10:before{
	color:#0067af;
}
main .form-group-plans > .col-sm-10:before{
	color:#0067af;
}

body.lp-request .data_step1 {
    border: 1px solid #80b8e6;
    background: #ebf9ff;
}