@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');

/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho B1', serif;*/
/*
 name:reset.css
 updated:2012.05.08
*/

@media all{
/* Tag Reset　(※ 基本は変更しない ※)
---------------------------------------------------*/

/* Base:YUI 3.4.1 (build 4118)
http://yuilibrary.com/license/ */

html {
	color:#000;
	background-color:transparent;
	font-size: 62.5%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,
dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:''
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}

input,textarea,select {
	*font-size:100%;
}

legend{color:#000;}


/* FontSize Reset　(※ 基本は変更しない ※)
---------------------------------------------------*/

body {
	font: 1.5rem/1.5 arial,helvetica,clean,sans-serif; /* 基本文字設定 */
}

/* tableへのfont-size継承 */
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5、6(後方互換モード)向け */
}

/* 独自のタグでIE縮小表示を防ぐ */
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

/* config (案件によって変更)
---------------------------------------------------*/

/* 構造の設定 */

body {
	color: #222;
	font-family: 'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	text-align: left;
	font-weight: normal;
    line-height: 2;
}

/* リンクの設定 */

a:link {
    text-decoration:none;
}

a.ubLink:link {
    text-decoration:underline;
}

a:visited {
}
a:hover {
	opacity: 0.8;
}

/* imgタグの設定 */

img {
	vertical-align: top;
}
a img  {
	border: none;
}



/*html5　IE用
----------------------------*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

}