@charset "utf-8";
/*更新2023.01.23*/

/*初期化の設定
------------------------------------------------------------------------------*/
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
{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,picture,main{display:block;}
body{line-height:1.4;}ol,ul{list-style:none;}blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0; width: 100%;}
figure{margin:0;padding: 0}
body>img,body>iframe{ display: block; height: 0px; overflow: hidden;}/* コンバージョンタグによって生成されるページ下部の隙間解消 */
img{vertical-align: bottom;}
br{letter-spacing: 0;}
i img{
	vertical-align: middle;
}
a{color: inherit; text-decoration: none; word-break: break-all; word-wrap:break-word;}
a:hover{text-decoration: none;}
a:focus{outline: none;}
a:hover,a:active{outline: 0;}
table {font-size:inherit;}
pre,code,kbd,samp,tt {font:inherit;*font-size:108%;line-height:100%;}
strong{font-weight: bold;}
textarea,input,button{font:inherit;font-family: inherit;}
h1,h2,h3,h4,h5,h6,strong,th,.Bld{ font-weight: bold;}
*::before,
*::after {
    box-sizing: border-box; 
}

html{
	font-size: 62.5%;
	font-size: 10px;
	font-family:"Noto Sans JP", sans-serif;
	line-height: 1em;
	color: #000;
}

body *{	-webkit-box-sizing: border-box; box-sizing: border-box;}
