@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, figure{
    margin: 0; 
    padding: 0;
}

html{
	overflow-y: scroll;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%/*（10px）*/;
	color: #333;
	line-height: 2;
	font-feature-settings: "palt" 1; 
	letter-spacing: 0.08em;
	position: relative;
	scroll-behavior: smooth;
}

/*フォントを読み込んでからページを表示*/
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible; animation: fadeIn 1s; animation-duration: 1s;
}*/

body{-webkit-text-size-adjust: 100%; font-size: 1.5rem;}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, /*em,*/ strong, th, var{
    font-style: normal; 
    font-weight: normal; }

img{ vertical-align:bottom; width:auto; max-width:100%; height:auto; }

a { transition: all .3s; text-decoration: none; color: #FF6900;}
a:hover { text-decoration:underline; }
p:last-child{ margin-bottom: 0 !important;}
p:first-child{ margin-top: 0 !important;}

.clearFix {}

.clearFix:after{  
display:block;  
clear:both;  
height:0;  
visibility:hidden;  
content:".";  
zoom:1;  
}  

*{ box-sizing: border-box;}
