@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) 2019 plusi
 -------------------------------------------------------------------- */
/* ====================================
 FONT
 ====================================== */
/* ------------------------------------
 font-awesome
 -------------------------------------- */
@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');

/* ------------------------------------
 google Font
 -------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300|Open+Sans');
/*
font-family: 'M PLUS 1p', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300|Open+Sans');

<link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c|Noto+Serif+JP:500|Open+Sans" rel="stylesheet">

English
font-family: 'Open Sans', sans-serif;

Japanese
font-family: 'Noto Sans JP', sans-serif;

*/

/* ------------------------------------
 font style
 -------------------------------------- */
.noB, .fontN{ font-weight: normal!important; }
.strong, .fontB{ font-weight: bold!important; }
.under_y{ background: linear-gradient(transparent 40%, #ffff66 40%); }


