@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :default.css
 
=================================================================== */


* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
* html body	.inner{
	font-size: 100% !important;
	padding:0 !important;
	margin:0 !important;
	height:100% !important;
    width: 100% !important;
}
body .inner{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
    letter-spacing: 0.1em !important;
	color: #73645c !important;
	line-height:1.7 !important;
	overflow-x:hidden !important;
 }

html .inner {
	font-size:1.75rem !important;
}

body .qswow{
	opacity: 0;
}

body .qswow.animated{
	opacity: 1;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    リンク、リンクカラー、強調
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



b, strong, .bold{
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}




@media screen and (max-width: 736px) {

body .inner{
	font-size: 0.9rem;
 }
}


