@charset "utf-8";

/* 20181210 for pardot form */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}

html{
	font-size: 62.5%;
}

img{
	max-width: 100%;
	height: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding:0; }

/*----------------------------------------------------
	body設定 PC
----------------------------------------------------*/
body.form-page {
	font-size: 1.4rem;
    background: url(https://www.ebis.ne.jp/img/form/marketo/background.png) center bottom no-repeat;
    background-size: cover;
	color: #000;
}


/*----------------------------------------------------
	header設定 PC
----------------------------------------------------*/

#header {
    text-align: center;
	padding: 20px 50px 0;
}
#header .logo {
	margin-bottom: 5px;
	text-align: left;
}
#header h1 {
	text-align: center;
	margin-bottom: 20px;
}
#header .btn {
    display: inline-block;
    width: 90%;
    max-width: 860px;
	text-align: center;
    border-radius: 5px;
    box-shadow: 0 5px 0 #BF0D61;
    background: #FC4879;
	line-height: 0;
    padding: 10px 30px;
	border: 0 none;
}


/*----------------------------------------------------
	container設定 PC
----------------------------------------------------*/
#container{
	max-width: 1000px;
	padding: 75px 0 50px;
	margin: -37px auto 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
}


/*----------------------------------------------------
	main_contents設定 PC
----------------------------------------------------*/
#main_contents{
	float: left;
	width: 41%;
	margin-left: 5%;
}

#main_contents h2{
	margin: 10px auto 30px;
    text-align: center;
    max-width: 408px;
}

#main_contents .check{
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.4;
    padding: 25px 2% 25px 115px;
    max-width: 408px;
    background: url(https://www.ebis.ne.jp/img/form/marketo/logoimage.png) 25px center no-repeat #FFFEE9;
    border-radius: 6px;
	margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main_contents .check li{
	padding:6px 0 6px 28px;
}
#main_contents .check li:nth-child(1) { background: url(https://www.ebis.ne.jp/img/form/marketo/point1.png) 0 45% no-repeat;}
#main_contents .check li:nth-child(2) { background: url(https://www.ebis.ne.jp/img/form/marketo/point2.png) 0 45% no-repeat;}
#main_contents .check li:nth-child(3) { background: url(https://www.ebis.ne.jp/img/form/marketo/point3.png) 0 45% no-repeat;}
    
#main_contents p{
	font-size: 1.8rem;
	text-align: right;
}


/*----------------------------------------------------
	ebis-form設定 PC
----------------------------------------------------*/

#ebis-form {
	float: right;
	text-align: left;
	width: 50%;
	padding-right: 4%;
}
#ebis-form h3 {
    line-height: 0;
	margin: 0;
}
#ebis-form h3 + p {
	font-size: 1.6rem;
	margin: 25px 0 20px;
}
#freeHTML02 p {
    font-size: 1.6rem;
    margin-bottom: 40px;
    margin-top: 20px;}

#ebis-form .form-group::after {
    margin: 0; padding: 10px 0 0 0;
}

/* form調整
-------------------------------------------------*/

#ebis-form input[type="text"], #ebis-form input[type="password"], #ebis-form input[type="date"], #ebis-form input[type="datetime"], #ebis-form input[type="datetime-local"], #ebis-form input[type="month"], #ebis-form input[type="week"], #ebis-form input[type="email"], #ebis-form input[type="number"], #ebis-form input[type="search"], #ebis-form input[type="tel"], #ebis-form input[type="time"], #ebis-form input[type="url"], #ebis-form textarea {
border: 1px solid #ccc;
background: #fff;
}

#ebis-form .pardot_form {
	font-size: 1.4rem;
}

/* 会社名～個人情報の取り扱いlabel調整
-------------------------------------------------*/

#ebis-form .formHeading {
    font-weight: normal;
	width:34.78260869565217%;
	box-sizing: border-box;
	padding-top: 12px;
}
#ebis-form .formHeading label {
    font-weight: normal;
}
#ebis-form .formHeading + div  {
	width:65.21739130434783%;
	box-sizing: border-box;
	padding: 0 0 8px 10px;
}
#ebis-form .kojinjyouhou .formHeading {
	padding-top: 0;
}
#ebis-form .kojinjyouhou input[type="checkbox"] {
	margin: 0 5px 0 0;
}


/* ボタン
-------------------------------------------------*/

#ebis-form .submit {
	margin-top: 20px;
}
#ebis-form .submit button {
	max-width: 240px;
	padding: 15px 20px;
	width: 100%;
}

/*----------------------------------------------------
	footer設定 PC
----------------------------------------------------*/
.form-page footer{
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}




/*//////////////////////////////////////////////////////////////////

	SP設定 768px以下

//////////////////////////////////////////////////////////////////*/

@media screen and (max-width:768px){
	
    /*----------------------------------------------------
        基本設定
    ----------------------------------------------------*/
    html{
        font-size: 62.5%;
    }

    img{
        max-width: 100%;
        height: auto;
    }


    /*----------------------------------------------------
        body設定 SP
    ----------------------------------------------------*/
    body{
        font-size: 1.4rem;
        padding: 0;
    }


    /*----------------------------------------------------
        header設定 SP
    ----------------------------------------------------*/
    
    #header {
        padding-left: 4%;
        padding-right: 4%;
    }
    
    #header .logo{
        max-width: 67px;
        margin: 0 auto;
        padding: 3.125% 0;
        text-align: center;
        line-height: 0;
    }

    #header h1{
        line-height: 0;
    }

    #header .btn{
        line-height: 0;
        padding: 10px;
        max-width: 100%;
    }


    /*----------------------------------------------------
        container設定 SP
    ----------------------------------------------------*/
    #container{
        padding: 9.375% 4.6875% 15.625%;
        margin: -4.6875% auto 0;
        border-radius: 0;
    }


    /*----------------------------------------------------
        main_contents設定 SP
    ----------------------------------------------------*/
    #main_contents {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 6.03448275862069%;
    }
    #main_contents h2 {
        margin-bottom: 3.448275862068966%;
        line-height: 0;
        text-align: center;
    }
    #main_contents .check {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 3.448275862068966%;
    }
    #main_contents p {
        font-size: 1.0rem;
        text-align: right;
    }


    /*----------------------------------------------------
        ebis-form設定 SP
    ----------------------------------------------------*/
    #ebis-form{
        float: none;
        width: 100%;
        padding-left: 0;
    }

    #ebis-form > p:first-child {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }


    /* form調整
    -------------------------------------------------*/

    #ebis-form .pardot_form {
        width: 100%;
        font-size: 1.2rem;
        padding: 15px;
    }
	#ebis-form .formHeading + div {
        width: 100%;
		padding: 0 10px;
    }
	#ebis-form .pardot_form .form-group {
		margin-bottom: 15px
	}

    /* 会社名～個人情報の取り扱いlabel調整
    -------------------------------------------------*/
    #ebis-form .formHeading {
        font-weight: normal;
        width: 100% ;
        padding: 0 10px;
        margin-bottom: 5px;
    }

    ebis-form .formHeading + div {
        width: 100%;
        height: auto;
    }

    /* ボタン
    -------------------------------------------------*/

    #ebis-form .submit {
		display: block;
		width: 75.86206896551724%;
		margin: 0 auto;
	}	
	
    #ebis-form .submit button {
        max-width: 100%;
        font-size: 14px;
        padding: 15px 20px;
    }

    #ebis-form .submit button:hover {
        background: #68C7B8;
    }

    /* ボタン装飾　> 
    -------------------------------------------------*/
    #ebis-form .submit button::before {
        top: 20px;
    }

    #ebis-form .submit button::after {
        top: 25px;
    }


    /*----------------------------------------------------
        footer設定 SP
    ----------------------------------------------------*/
    #footer {
        color: #fff;
        padding-bottom: 10px;
    }

    #footer small {
        font-size: 0.8rem !important;
    }
	
}
