@charset "utf-8";
/* CSS Document */

/* ============================================================

   Common Styles

============================================================ */

/* Reset styles
============================================================ */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
	line-height: 1;
    vertical-align: baseline;
	}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    border: 0;
	line-height: 1;
    vertical-align: baseline;
	}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
	}
html{
    overflow-y: scroll;
	}
blockquote, q {
    quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
	}
input, textarea {
    margin: 0;
    padding: 0;
	}
ol, ul{
    list-style: none;
	}
table{
    border-collapse: collapse; 
    border-spacing: 0;
	}
caption, th{
    text-align: left;
	}
a:focus {
    outline: none;
	}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	}



/* iPhone - Safari
============================================================ */

html {
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}



/* Fonts
============================================================ */

body {
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	}
table {
    font-size: inherit;
    font: 100%;
	}

/*
10px … 71%
11px … 78.5%
12px … 86%
13px … 93%
14px … 100%
15px … 107%
16px … 114%
17px … 121%
18px … 128.5%
19px … 136%
20px … 143%
*/

/* clearfix
============================================================ */

.cf:after {
	content: "";
	clear: both;
    display: block;
	}


#inquiry {
    background-color: white;
}

#inquiryPC {
    background-color: white;
    display: table;
    margin: 0 auto;
}

#inquirySP {
    display: none;
    height: auto;
    width: 100%;
}

.slider .bx-controls .bx-controls-direction a.bx-prev{
    margin-left: -17px;
}
.slider .bx-controls .bx-controls-direction a.bx-next{
    margin-right: -17px;
}

@media screen and (max-width: 750px) {
    #inquirySP {
        display: block;
    }

    #inquiryPC {
        display: none;
    }
    .slider .bx-controls .bx-controls-direction a.bx-prev{
        display: none;
    }
    .slider .bx-controls .bx-controls-direction a.bx-next{
        display: none;
    }
}
