@charset "utf-8";
/* **************************************************

マルケト用CSS

***************************************************** */


/* Reset
=========================================================================================== */
html {
    height: 100%;
    margin: 0%;
    padding: 0%;
}

body {
    height: 100%;
	margin:  0px;
	padding:  0px;
    background-color: #ffffff;
	color: #4b4b4b;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.42857;
	-webkit-text-size-adjust: 100%;
    text-align: center;
}

main,
nav,
header,
footer,
small,
figure,
fieldset,
form,
input,
article,
div,
section,
input,
button {
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}

ul,
dl,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
	font-size: inherit;
}

li,
dt,
dd {
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
	font-weight: bold;
	font-size: inherit;
	line-height: 1.0;
}


p {
	margin: 0em 0em 0.667em 0em;
	padding: 0px;
    box-sizing: border-box;
	line-height: 1.5;
	font-size: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	font-size: inherit;
}

img {
	border: none;
    box-sizing: border-box;
	vertical-align: top;
}

a {
    color: #006cba;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


header:after,
main:after,
footer:after {
  	content: " ";
    display: block;
    clear: both;
}


@media screen and (max-width:767px){

	body {
		font-size: 0.875em;
	}
	
	body img {
		width: 100%;
	}


}





/* Base Layout
=========================================================================================== */
main {
    position: relative;
    display: block;
  	width: 96%;
  	max-width: 1100px;
  	margin: 0em auto;
  	padding: 2.0em 1.5em 3.0em 1.5em;
    background-color: #ffffff;
  	text-align: left;
    z-index: 1;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#wrapper {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#e9e9e9), color-stop(0.41, #e9e9e9), color-stop(0.51, #ffffff), to(#ffffff));
    background-image: linear-gradient(to bottom,#e9e9e9 0%,#e9e9e9 45%,#ffffff 53%);
}



@media screen and (max-width:767px){

  	main {
      	width: 96%;
    }

}


@media screen and (max-width: 1115px){

    #wrapper {
        background-image: none;
    }
    
    main {
        padding-left: 0em;
        padding-right: 0em;
    }

}




/* Header
=========================================================================================== */
header {
    position: relative;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    background-color: #ffffff;
    z-index: 999;
}

header figure {
  	width: 96%;
  	max-width: 1100px;
  	margin: 0em auto;
  	padding: 10px 0px 16px 0px;
  	text-align: left;
}

header img {
  	width: 130px;
    vertical-align: top;
}



@media screen and (max-width:767px){

    header {
      	padding: 2.083vw 2.083vw 2.620vw 2.083vw;
    }
    
    header figure {
        width: auto;
        padding: 0em;
    }
    
  	header img {
        width: 36.458vw;
    }

}



/* Footer
=========================================================================================== */
footer {
  	width: 100%;
    margin-top: auto;
  	padding: 0.875em 0em 0.5em 0em;
  	background-color: #0f3675;
  	color: #ffffff;
}

footer > * {
  	margin: 0em auto;
}

footer small {
  	display: block;
    padding-top: 0.5em;
}

footer li {
  	display: inline-block;
  	padding: 1.0em 0em;
    font-size: 0.875em;
}

footer li a {
  	padding: 0em 1.0em;
  	border-right: 1px solid #fff;
  	color: #ffffff;
  	text-decoration: none;
}

footer li:last-of-type a {
  	border-right: none;
}

footer li:nth-of-type(-n + 4) {
  	display: none;
}


@media screen and (max-width:767px){

    footer {
        padding-bottom: 3px;
    }

    footer li {
        position: relative;
      	width: 45%;
        padding: 1.286em 0em 0em 0em;
      	text-align: left;
    }
    
    footer li:nth-of-type(-n + 4) {
        display: inline-block;
    }
    
  	footer li:before {
        content: "";
        position: absolute;
      	width: 16px;
		height: 16px;
		background-color: #fff;
		border-radius: 50%;
		left: 0px;
    }
    
    footer li:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: 1.7em;
        left: 3px;
        border-top: 2px solid #0f3675;
        border-right: 2px solid #0f3675;
        transform: rotate(45deg);
    }
    
  	footer li a {
        display: block;
        padding: 0em 0em 0em 2.0em;
      	border-right: none;
        font-size: 14px;
    }
    
    footer small {
        padding-top: 2.0em;
        font-size: 0.625em;
    }  	
}


@media screen and (max-width: 1115px){

    footer li {
        font-size: 1.349vw;
    }

}

@media screen and (max-width:500px){

    footer li:before {
        width: 3.776vw;
        height: 3.776vw;
    }
    
    footer li:after {
        width: 1.2vw;
        height: 1.2vw;
        top: 45%;
        left: 1.5%;
    }

    footer li a {
        font-size: 3.125vw;
    }

}




/* Form
=========================================================================================== */

.lpeCElement {
    position: relative !important;
}

main div[id^="lpeCDiv_"] {
    top: auto !important;
    left: auto !important;
}

.lpeCElement form {
    width: auto !important;
    margin: 0em auto;
}
    
form .mktoLogicalField.mktoCheckboxList {
    width: auto !important;
}


@media screen and (min-width: 1115px){

    .lpeCElement form {
        width: 800px !important;
    }

}


/* Marketo強制
=========================================================================================== */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
     
     body#bodyId {
         padding: 0px !important;
    }
    
    #bodyId header.mktoMobileHide,
    #bodyId header.mktoMobileHide .mktoMobileHide,
    #bodyId footer.mktoMobileHide,
    #bodyId footer.mktoMobileHide .mktoMobileHide {
        display: block;
    }
    
    #bodyId header.mktoMobileHide a.mktoMobileHide,
    #bodyId footer.mktoMobileHide .mktoMobileHide li {
        display: inline-block;
    }
    
    main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}