@charset "utf-8";

/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */

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{
	margin:0;
	padding:0;
	/* font-family: "Noto Sans Myanmar", "Myanmar Text", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
	letter-spacing: 0.1em;
	font-weight: normal;
	
}

html{
  scroll-behavior: smooth;
}



*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


input,
textarea{
	font-weight:normal;
	font-size:100%;
}
ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
input,
textarea,
select{
	 
}
a{
	overflow:hidden;
	outline:none;
	text-decoration:none;
	
}
a:hover,
a:active{
	opacity:0.8;
}
input[type="text"]:focus{
	outline:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

img{
	max-width: 100%;
	border:none;
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
	height: auto;
}

a img{
	border:none;
}
a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);		/* ie7 */
	-ms-filter:"alpha(opacity=70)";	/* ie8 */
}





/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */

html,body {
    height: 100%;
	margin:0;
	font-feature-settings: "palt";
	
	
}


body{
	line-height:1.5;
	font-size:80%;
	-webkit-text-size-adjust:100%;
}



/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */

.device-pc{
	display:none;
}

.device-sp{
	display:block;
}


.inner{
	padding: 0 18px;
}


