/*=============================================
	
	format
	
==============================================*/

@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, tab {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, tab {
    display: block;
}

html,body{
    -webkit-text-size-adjust:100%;
    width: 100%;
}

html {
	min-height: 100%;
	position: relative;
    -webkit-font-smoothing: antialiased;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

ol, ul{
    list-style:none;
}

img {
	vertical-align: top;
    max-width: 100%;
    height: auto;
}
p {
	line-height: 2.2em;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

 /* link
**************************************************************/
a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.4s;
}
a:focus {
    outline:none;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
	    pointer-events: none;
	    cursor: default;
	}
}

/* Clear 指定 ***************/
.clear {
	clear: both;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;	
}

/* clearFix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.both{
    clear:both;
}

body {
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
    background: #FFF;
    line-height: 1.6em;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
_:lang(x)::-ms-backdrop, body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#wrapper {

}

input[type="text"],
input[type="tel"],
input[type="password"],
select {
    border: none;
    padding: 10px 0;
    background: #FFF;
}

input[type="radio"] {
    margin-right: 8px;
}

input::-ms-clear { display:none; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    background: #FFF;
    border: none;
    padding: 10px 0;
    line-height: 1.6;
}



span.sp,
img.sp {
    display: inline;
}


@media screen and (min-width: 769px) {

body {
    min-width: 1024px;
}


.sp,
span.sp,
img.sp {
    display: none;
}

span.pc,
img.pc {
    display: inline;
}

input[type="text"],
input[type="password"],
select {
    padding: 4px 6px;
}

a:hover {
    opacity: 0.5;
}

}

