 @charset "UTF-8";


/*======design css3============*/

/*pc common*/
@media print,screen and (min-width:769px){



/*====ユニバーサルセレクタ====*/

*{
margin:0;
padding:0;
vertical-align:baseline;
line-height:1;
word-wrap:break-word;
}



body{
box-sizing:border-box;
background:white;
font-family:'メイリオ','ＭＳ ゴシック',sans-serif,Meiryo,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
width:100%;
}


h1,h2,h3,h4,h5,h6{
display:block;
box-sizing:border-box;
font-weight:normal;
}

h1{
box-sizing:border-box;
font-size: clamp(1.125rem, calc(0.9398148148148149rem + 0.9259259259259258vw), 1.75rem);
letter-spacing:0.2rem;
}

h2,h3{
font-size:clamp(1rem, calc(0.8518518518518519rem + 0.7407407407407408vw), 1.5rem);
letter-spacing:0.2rem;
}

h4,h5,h6{
font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
letter-spacing:0.2rem;
}

h1,h2,h3,h4,h5,h6,p,li,a,dt,dd,th,td,caption{
color:#1c1c1c;
}

/*全てのリンクに対してアンダーラインを表示しない*/
a{
font-size:clamp(0.75rem, calc(0.6759259259259259rem + 0.3703703703703704vw), 1rem);
letter-spacing:0.1rem;
text-decoration:none;
}



/*キーボード以外の操作の場合は、outlineを消す*/
:focus:not(:focus-visible){
outline:0;
}

/*====本文設定=======*/
p{
display:block;
box-sizing:border-box;
margin-bottom:2rem;
letter-spacing:0.2rem;
line-height:2;
font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
/*====本文設定 end=======*/


li{
text-decoration:none;
list-style:none;
word-wrap:break-word;
}

dt,dd{
line-height:1.5;
font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
word-wrap:break-word;
}


/*リンクされたimgの枠をなしにする*/
img{
border-style:none;
border:0;
margin:0;
padding:0;
}

strong{
font-weight:normal;
}

html{
overflow-x:hidden;
}

table{
border-collapse:collapse;
}

/*=====html5 新タグ=====*/

header,footer,nav,section,aside,figure{
display:block;
margin:0;
padding:0;
}

picture{
margin:0;
padding:0;
}

/*=====html5 新タグ end=====*/










}
/*=====@media print,screen and (min-width:769px)===== end*/





