@charset "utf-8";
/* CSS Document */
/*レスポンシブ対応の時、スマホサイズは800pxで統一
@media screen and (max-width: 800px) {}*/

/* --------------------------------------------------------------------
 新FV用CSS
-------------------------------------------------------------------- */
div#simple_fv {
    background: #01173f;
    width: 100%;
    max-width: 1200px;/*LPの幅に合わせてヘッダーの幅を調整できます*/
    margin: auto;
}
.fv_simple_header_img {
    width: 100%;
    max-width: 920px;
    margin: auto;
}
.fv_top_header{
    width: 100%;
    margin: auto;
    background: rgb(1,43,59);
    background-image: url(../img/lp42_fv/fvb_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2%;
}
.fv_main {
    background: #041928;
	padding-bottom: 3%;
}
.fv_main_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.fv_main_item1{
	width: 55%!important;		
}
.fv_main_item2{
	width:45%!important;	
}
.btn_main{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #DBE4ED;
    text-align: center;
    padding: 4% 0;
    z-index: 0;
}
.btn_main_inner{
position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    background: #041928;
    text-align: center;
    padding: 6% 0;
    border-radius: 30px;
    z-index: 0;
}

img.simple_form_copy {
    width: 100%;
    max-width: 674px;
	    margin: auto;
    margin-bottom: 3%;
}
img.simple_form_copy2 {
    width: 100%;
	max-width: 360px;
    margin: auto;
    margin-bottom: 5%;
}
.simple_main_form{
	width: 100%;
	max-width: 920px;
	margin: auto;
	text-align:center;
    padding: 0% 2%;
}
.simple_main_form2{
	width: 100%;
	max-width: 920px;
	margin: auto;
	text-align:center;
    padding: 0% 5%;
}
p.simple_main_form_p{
    text-align: center;
    font-size: 16px;
    color: white;
    line-height: 1.5em;
	margin-top: 0;
}
.form_simple_box input{
    width: 100%;
    height: 0%;
    text-align: center;
    border-radius: 0;
    outline: 0;
    border: #afafaf 4px solid;
    color: black;
    font-size: 28px;
    margin: 0 auto 2% auto;
    border-radius: 15px;
    padding: 20px 0;
}
.form_simple_cvbtn {
    width: 100%;
    margin: auto;
	animation: fuwafuwa 0.7s ease 0s infinite alternate;
    transform-origin:center;
    cursor: pointer;
}
@keyframes fuwafuwa {
  from {
    transform: scale(0.95,0.95);
  }
  to {
    transform: scale(1,1);
  }
}
.form_simple_cvbtn:hover {
    opacity: 0.8;
    filter: brightness(110%);
    transform: scale(0.95,0.95);
    transition-duration: 0.5s;
}


@media screen and (max-width: 800px) {
.fv_main {
    padding-bottom: 6%;
}
.fv_top_header{
    width: 100%;
    margin: auto;
    background: none;
	padding-bottom: 2%;
}
.form_simple_cvbtn {
    width: 100%;
    margin: auto;
    margin-bottom: 3%;
}
p.simple_main_form_p {
    font-size: 10px;
}
.form_simple_box input{
	width: 100%;
    height: 0%;
    text-align: center;
    border-radius: 15px;
    outline: 0;
    border: #afafaf 2px solid;
    font-size: 16px;
    margin: 0 0 4% 0;
    padding: 15px 0px;
}
.btn_main_inner {
    position: relative;
    width: 94%;
	border-radius: 15px;
	padding: 6% 0;
}
.btn_main {
    padding: 7% 0;
}
img.simple_form_copy {
    width: 80%;
}
.simple_main_form2{
	width: 100%;
	max-width: 920px;
	margin: auto;
	text-align:center;
    padding: 0% 4%;
}
img.simple_form_copy2 {
    width: 84%;
	max-width: 360px;
    margin: auto;
    margin-bottom: 5%;
}
}

/* --------------------------------------------------------------------
 エラーメッセージ上書き
-------------------------------------------------------------------- */
.error_message {
    width: 90%;
}