/*
Theme Name: juriall theme
Author: juriall
Author URI: http://webs.unc.jp
Description: juriall theme
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

html,body,div,header,footer,section,p,form,ul,li,span,h1,h2,h3,h4,h5,table,thead,tbody,tr,th,td,figure,img,nav {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html {
	scroll-behavior:smooth;
	font-size:15px;
}
body {
	font-family:'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6;
	color:#000;
}
a {
	color:#000;
}
a:hover {
	text-decoration:none;
	opacity:.8;
}
ul {
	-webkit-padding-start:0px;
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
img {
	display:block;
	max-width:100%;
}
@media screen and (max-width:1300px){
	html {
		font-size:1.3vw;
	}
}
@media screen and (max-width:768px){
	html {
		font-size:3vw;
	}
	.pconly{
		display:none;
	}
}
@media screen and (min-width:769px){
	.sponly{
		display:none;
	}
}
