@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@300;400;600&family=Noto+Sans:wght@300;400&&family=Noto+Serif+JP:wght@300;400;600&family=Poppins:wght@600&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: '游ゴシック','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	/*font-family: 'M PLUS Rounded 1c','Noto Serif JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Hiragino Sans, Roboto, "Droid Sans", "メイリオ", "Meiryo", "verdana", sans-serif;*/
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Hiragino Sans, Roboto, "Droid Sans", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: 400;

	color:#555555;
	color: #000;
	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;}
dd{ display:block;}
ol,ul,li{ list-style:none; }
p, a{

}

strong{
font-weight:bold;
}



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

.number{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
}

.meiryo{
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

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

a{
	text-decoration: none;
}

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

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

img{
	max-width: 100%;
	vertical-align: top;
}

 /* 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;
}

