@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&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, button {
	padding: 0;
	margin:0;
	font-family: "ヒラギノ丸ゴ Pro W6","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
	/*font-family: '游ゴシック','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	/*font-family: '游明朝','Yu Mincho',YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN', sans-serif; /*Yu Mincho Light',*/
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	/*color:#555555;
	color: #000;*/
	color: #000;
	line-height: 1.6em;
	font-weight: 400;
}

html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body { font-size: 1.8rem; } /*font-size : 18px と同等*/
h1, h2, h3, h4, h5, h6 ,th{ font-weight:normal;}
dd{ display:block;}
ol,ul,li{ list-style:none;}
p{
	/*line-height:2;*/
}
strong{
font-weight:bold;
}

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

a{
	text-decoration: none;
}

.fw400{
	font-weight: 400;
}

.fw600{
	font-weight: 600;
}

.fw800{
	font-weight: 800;
}

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

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

