@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;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 2.375;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}

body .en {
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 2;
}
}

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: 500;
}

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: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	font-size: 100%;
}

@media (max-width: 767px) {
input, textarea, select {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}
}