/*
Theme Name: kajicon v4（マイナーチェンジ版）
Theme URI: https://www.kajicon.jp/
Author: kajicon
Author URI: https://www.kajicon.jp/
Description: 梶本のコンサルサイトテーマ
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kajicon
Tags:

サイト全体の共通部分CSS

*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* reset ---*/
html {
	font-size: 1.66667vw;
    font-feature-settings: "palt";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align:bottom;
}
li {
	list-style-type: none;
}
sup {
	font-size:62.5%;
	vertical-align: text-top;
}

/* default ---*/
body {
	background: #FFF;
	color: #333;
	font-size: 16px;
	font-family:"Noto Sans JP", sans-serif;
	line-height: 1.4;
}
* html body {	/* for IE6 */
	font-family: "Noto Sans JP", sans-serif;
}

body.noscloll{
	overflow: hidden;
}

