@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
html {
 box-sizing: border-box;
 font-size: 16px;
 font-family: 'Noto Sans JP', sans-serif;
}
*, *:before, *:after {
 box-sizing: inherit;
 margin: 0;
 padding: 0;
}
html, body {
 font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
 -webkit-text-size-adjust: 100%;
}
body {
 font-weight: 400;
 color: #2d2d2d;
 background-color: #fff;
 line-height: 1;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
 border: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
a, input, select, textarea, button {
 outline: none;
}

a,
a:link,
a:visited,
a:active,
a:focus {
    color: #2d2d2d; 
    text-decoration: none; 
 transition: all 0.3s ease-in-out;
}
a:hover{
    color: #e60019; 
    text-decoration: none; 
}
.pt0{
	padding-top: 0!important;
}
.pb0{
	padding-bottom: 0!important;
}
.mt0{
	margin-top: 0!important;
}
.mt1{
	margin-top: 0.5em;
}
.mt2{
	margin-top: 1.0em;
}
.mt25{
	margin-top: 2.0em;
}
.mt3{
	margin-top: 3.0em;
}
.mb0{
	margin-bottom: 0!important;
}
.mb1{
	margin-bottom: 0.5em;
}
.mb2{
	margin-bottom: 1.5em!important;
}