/* ******* 日本語書体セッティング ******* */
/* ******* MKWT21-NotoSans ******* */

@font-face {
  font-family: "MKWT21-NotoSans";
  font-style: normal;
  font-weight: 100;
  src: url("../../corporate001/fonts/NotoSansCJKjp-Thin-21.woff?ver=20180127") format("woff");
}
@font-face {
  font-family: "MKWT21-NotoSans";
  font-style: normal;
  font-weight: 200;
  src: url("../../corporate001/fonts/NotoSansCJKjp-DemiLight-21.woff?ver=20180127") format("woff");
}
@font-face {
  font-family: "MKWT21-NotoSans";
  font-style: normal;
  font-weight: 300;
  src: url("../../corporate001/fonts/NotoSansCJKjp-Light-21.woff?ver=20180127") format("woff");
}
@font-face {
  font-family: "MKWT21-NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../../corporate001/fonts/NotoSansCJKjp-Regular-21.woff?ver=20180127") format("woff");
}
@font-face {
  font-family: "MKWT21-NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../../corporate001/fonts/NotoSansCJKjp-Medium-21.woff?ver=20180127") format("woff");
}
@font-face {
  font-family: "MKWT21-NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../../corporate001/fonts/NotoSansCJKjp-Bold-21.woff?ver=20180127") format("woff");
}
@font-face {
  font-family: "MKWT21-NotoSans";
  font-style: normal;
  font-weight: 900;
  src: url("../../corporate001/fonts//NotoSansCJKjp-Black-21.woff?ver=20180127") format("woff");
}
/*
.flownum {
    font-family: monospace;
}
*/


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    padding: 0 !important;
    background-color: #fff;
    margin: 0 !important;
    border-width: 1px !important;
}




input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
    background-color: #94c21c0d;
}

input[type="selec"] {
        background-color: #da1818 !important;
}
input[type="selec"]:focus {
    
}