@charset "utf-8";

/*=====================================================
 * Style Name: Base Reset
 * Style URL: /common/css/reset.css
 * Description: Base Style Sheet
 * Version: 1.0
 * Last Up Date: 2019/10/xx
 *
 * Markup Reference:
 *
=====================================================*/



/*-----  contents -------

	1: Universal Reset
	
----------------------*/


/*
===== 1: universal reset =================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, label, th, td, img, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: normal;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

body {
	background: #ffffff;
	color: #222222;
	font-size: 14px;
	font-family: 'Roboto', YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 2;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast:none){
*::-ms-backdrop, body {
	font-family: "メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}
}

@media (max-width: 767px) {
body {
	font-size: 13px;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 1.7;
}
}

body .fm {
     font-family: 'Crimson Text', 'Noto Serif JP', serif !important;
	letter-spacing: 0.1em;
}

body .fc {
    font-family: 'Crimson Text', serif !important;
}

body .fr {
    font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6, dt {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style-type: none;
}

em ,i, b, strong {
	font-style: normal;
	font-weight: normal;
}

em {
	font-weight: bold;
}

table, th, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}


/* Form elements styles
-------------------------------------*/

input, textarea, select {
	font-family: YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	font-size: 100%;
}

@media all and (-ms-high-contrast:none){
*::-ms-backdrop, input, textarea, select {
	font-family: "メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}
}

@media (max-width: 767px) {
input, textarea, select {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}
}