/***********  フォント設定CSS ***********/
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');

/***********  PC用のCSS ***********/

@import url('https://waterbed.jp/main/_css/cc_original.css?1a') screen and (min-width: 768px);
@import url('https://waterbed.jp/main/_css/reset.css?1') screen and (min-width: 768px);
@import url('https://waterbed.jp/main/_css/common.css?1') screen and (min-width: 768px);
@import url('https://waterbed.jp/main/_css/adjustment.css?1') screen and (min-width: 768px);
@import url('https://waterbed.jp/main/_css/toiro_itemtext.css?1') screen and (min-width: 768px);


/***********  SP用のCSS ***********/
@import url('https://waterbed.jp/main/sp/_css/ccstyle_sp.css?1a') screen and (max-width: 767px);
@import url('https://waterbed.jp/main/sp/_css/reset.css?1') screen and (max-width: 767px);
@import url('https://waterbed.jp/main/_css/common-sp.css?1a') screen and (max-width: 767px);
@import url('https://waterbed.jp/main/_css/adjustment.css?1') screen and (max-width: 767px);
@import url('https://waterbed.jp/main/_css/toiro_itemtext.css?1') screen and (max-width: 767px);


/***********  フォント設定CSS02 ***********/
body { font-family: 'メイリオ', Meiryo,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic'; }

<style>
@media screen and (max-width: 769px) { .pc-info {display:none !important; } }
@media screen and (min-width: 768px) { .sp-info {display:none !important; } .index02-txt p { width: 450px; } }
</style>