@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Serif+JP:wght@400;600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* 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, textarea, input, select, 
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin:0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Hiragino Sans, Roboto, "Droid Sans", /*YuGothic, "游ゴシック",*/ "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}

@media screen and (max-width: 768px) {

	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, textarea, input, select, 
	table, caption, tbody, tfoot, thead, tr, th, td {
		line-height: 1.6em;
	}
}

html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body { font-size: 1.6rem; } /*font-size : 16px と同等*/
h1, h2, h3, h4, h5, h6 ,th{ font-weight:normal;transform: rotate(0.03deg);}
dd{ display:block;}
ol,ul,li{ list-style:none; }
p, a{
	transform: rotate(0.03deg);
	/*line-height:2;*/
}

strong{
font-weight:bold;
}




/*.mincho{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}*/

body{
	-webkit-text-size-adjust: 100%;
}
table, th, td {
    border-collapse: collapse;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

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

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

 /* clearfix
------------------------------------------------------------------*/
.cf::after{
	content:"";
	display:table;
	clear:both;
}

/* ----------------------------------------------------------------
    Clear Module
----------------------------------------------------------------- */

.ClearFix:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.ClearFix {display:inline-block;}
/* exlude MacIE5 \*/
* html .ClearFix {height:1%;}

/* ----------------------------------------------------------------
    border-box
----------------------------------------------------------------- */

*, *: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;
}

