@charset "UTF-8";

select::-ms-expand {display: none;}
/*
select {
margin-bottom: 20px;
padding: 7px 30px 7px 10px;
font-size: 93%;
line-height: 1.1em;
border-radius: 5px;
border: none;
background-image: url(./images/icon_arrow.svg);
background-repeat: no-repeat;
background-size: 12px 10px;
background-position: right 10px center;
background-color: #bddfff;
}
*/

input[type=email],
input[type=number],
input[type=text],
input[type=tel],
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #ccc;
    border-radius: 0.5em;
    padding: 0 0.8em;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem
}

input[type=email]:focus,
input[type=number]:focus,
input[type=text]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
    outline: none;
}
/*
input[type=number].p-bdrAnim,
input[type=text].p-bdrAnim,
select.p-bdrAnim,
input[type=text],
select  {
    border-width: 4px !important;
    line-height: 42px !important;
    border-radius: 7px
}*/

/*
input[type=email],
input[type=number],
input[type=text],
input[type=tel],
select {
    height: 50px;
    line-height: 50px
}
*/
/*
input[name="agency"][readonly] {
    border: none;
    background-color: transparent;
    height: auto;
    line-height: inherit;
}
*/
#mainform select {
	
    background-repeat: no-repeat;
    background-image:url(../pict/select_img01off.svg);
    background-position: top 50% right 0.5em;
    background-size: 1.5em auto;
	height:2.8em;
    border: 4px solid #ccc;
	font-size:28px;
}
#mainform select.sele_act_ckd{
    background-image:url(../pict/select_img01on.svg);
    border: 4px solid #ccc;
}

#mainform select option{
color:#001916;
}

#mainform select option:first-child{
	color:#666;
}
	
	
				
#mainform li.sele_act_on select{
    animation: border_ani .6s steps(1, start) infinite alternate;
    border: 7px solid #fc9034;
}
#mainform li.sele_act_on select.sele_act_ckd{
   background-image:url(../pict/select_img01on.svg);
   border: 4px solid #ccc;
   animation: none .6s steps(1, start) infinite alternate;
}

@keyframes border_ani {
    0% {
        border-color: #ccc;
    }

    50% {
        border-color: #fc9034;
   }

    100% {
        border-color: #ccc;
    }
}
/*
#btn_goform02 {
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:676px;
	position:relative;
}
*/

#btn_goform02 img{
/*	min-width:608px;
	margin:0 auto;
	opacity:1;*/
    animation: anime 1s 0s infinite alternate;  /* アニメーション指定 */
}
#btn_goform02 img{ /*一旦off*/
	  filter: grayscale(100%);
	  animation-name: none ;  
}
@media screen and (max-width: 768px) {
#btn_goform02 img{
/*	min-width:608px;*/
/*	min-width:79.16vw;*/
}
/*
#btn_goform02 {
	max-width:676px;
	width:88.02vw;
}*/
}


@keyframes anime {
    0% {
    /*    margin-left: 0;*/
 	width:100%;
/*	height:296px;*/
	height:21.2vw;
	max-height:148px;
   }
    50% {
    /*    margin-left: 2%;*/
	width:95%;
/*	height:296px;*/
	height:21.2vw;
	max-height:148px;
    }
    100% {
    /*    margin-left: 4%;*/
 	width:100%;
/*	height:296px;*/
	height:21.2vw;
	max-height:148px;
   }
}

/*  https://www.webopixel.net/javascript/538.html  */
#bnr-scroll {
    position: fixed;
    bottom: 10px;
	width:100%;
}

.flex {
	margin:0 auto;
	position:relative;
	max-width:768px;
			/*
			width:100vw;
			height:72vw;
			*/
	width:768px;
	height:144px;
			background-image:url(../../pict/banner_bg.svg);
			background-repeat:no-repeat;
			background-size:100% 100%;
}
#close_btn {
	width:70px;
	height:70px;
	position:absolute;
	margin:-35px 0 auto 698px;
}
#bnr-scroll .goform_btn,
#bnr-scroll .goform_btn2 {
			padding:35px 31px 29px 327px;
/*			padding:4.55vw 4.04vw 3.77vw 42.57vw;*/
}
@media screen and (max-width: 768px) {
#mainform select {
/*	font-size:28px;
	font-size:3.6vw;*/
	font-size:4.5vw;
	border-width:4px;
}
#mainform select ,
#mainform select.sele_act_ckd ,
#mainform li.sele_act_on select.sele_act_ckd{
/*	border-width:4px;*/
	border-width:0.52vw;
}
#mainform li.sele_act_on select{
/*	border-width:7px;*/
	border-width:0.91vw;
}




.flex {
	max-width:100%;
			width:100vw;
			height:18.75vw;
}
#close_btn {
/*	width:70px;
	height:70px;
	margin:-35px 0 auto 698px;*/
	width:9.11vw;
	height:9.11vw;
	margin:-4.55vw 0 auto 88vw;
}
#bnr-scroll .goform_btn ,
#bnr-scroll .goform_btn2{
/*			padding:35px 31px 29px 327px;*/
			padding:4.55vw 4.04vw 3.77vw 42.57vw;
}
}
			
/*
@media (min-width:1px) {

    input[type=checkbox],
    input[type=radio] {
        display: none;
        margin: 0
    }

    input[type=checkbox]+span {
        margin-right: 15px;
        padding: 0 0 0 24px
    }

    input[type=checkbox]+span:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #fff;
        box-sizing: border-box;
        border: 1px solid #b3b3b3
    }

    input[type=checkbox]+span:before {
        border-radius: 2px
    }

    input[type=checkbox]:checked+span:after {
        content: " ";
        position: absolute;
        top: 50%;
        box-sizing: border-box;
        display: block
    }

    input[type=checkbox]:checked+span:after {
        left: 4px;
        width: 10px;
        height: 6px;
        margin-top: -5px;
        border-left: 3px solid #385898;
        border-bottom: 3px solid #385898;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}
*/

.sp2{
/*	display:none;*/
	display:block;
	margin:0;
	padding:0;
}




/*
@media screen and (max-width: 1140px) {
.sp2{
	display:block;
}
.pc2{
	display:none;
	margin:0;
	padding:0;
}
}
@media screen and (max-width: 1140px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
.hed_mein nav .sp2 img{
	max-height:86px;
	width:auto;
}
a.sp2:after {
	content:"";
	display:block;
	position:absolute;
	
	width:280px;
	height:70px;
	left:0;
	top:10px;
}




}
*/
.hed_mein nav .sp2{
	display: inline-block;
	height:120px;
	position:relative;
}
.hed_mein nav .sp2 img{
	max-width:424px;
	width:calc(100vw - 130px) ;
	height:auto;
}
a.sp2:after {
	display:none;
}
@media screen and (max-width: 768px) {
.hed_mein nav .sp2{
  height:15.6vw;
}
.hed_mein nav .sp2 img{
/*	position:absolute;
	top: 50%;
	transform: translateY(-50%);
*//*	width:calc(100vw - 15.6vw) ;*/
	width:55vw;
}
}
/**/
/*//jquery.slicknav.js*/

