/*
Theme Name: Mamweb theme
Author: webs
Author URI: http://webs.unc.jp
Description: Mamweb theme
*/

@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic");
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,500,700');

html {
	font-size:14px;
	margin:0;
	padding:0;
	scroll-behavior:smooth;
}
body {
	font-family:'Sawarabi Gothic', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	position:relative;
	color:#444;
	background-color:#f6f6f6;
	margin:0;
}
ul,ol,li,div,p,h1,h2,h3,h4,h5,dl,dt,dd,form,input,textarea,button,table,tr,td,th,section,video {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
a {
	color:#1847A7;
	transition:.3s;
}
a:hover {
	text-decoration:none;
}
img {
	display:block;
	max-width:100%;
}
table {
	border-collapse:collapse;
}
.popins {
	font-family: 'Poppins', sans-serif;
}
.text-center {
	text-align:center;
}
@media screen and (max-width:1300px){
	html {
		font-size:1.2vw;
	}
}
@media screen and (max-width:768px){
	html {
		font-size:3vw;
	}
	body {
		padding-top:52px;
	}
	.pconly{
		display:none;
	}
}
@media screen and (min-width:769px){
	.sponly{
		display:none;
	}
}


