@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 変数定義用
 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }

@media all and (-ms-high-contrast: active) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

html, body {
  width: 100%;
  min-width: 360px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333; }

body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333; }

/* form */
.form-group {
  padding-bottom: 15px; }

/* input */
.txt {
  width: 100%;
  padding: 2px 4px;
  border: 2px solid #bbb;
  border-radius: 4px;
  font-size: 14px; }
  .txt:focus {
    outline: none;
    border: 2px solid #327ccf; }
  .txt:disabled {
    background-color: #bfbfbf;
    color: #666; }

.txt.error {
  border: 2px solid red; }

/* Button Styles */
.btn {
  font-size: 16px;
  padding: 8px 14px;
  border-radius: 4px;
  display: inline-block;
  transition: 0.5s;
  text-align: center;
  cursor: pointer !important;
  user-select: none; }
  .btn:hover {
    text-decoration: none; }
  .btn:active {
    top: 1px;
    position: relative;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2) inset; }

.btn-gray {
  color: #fff;
  border: 2px solid #95A5A6;
  background-color: #95A5A6; }
  .btn-gray:hover {
    background-color: #7F8C8D;
    border: 2px solid #7F8C8D; }

.btn-red {
  color: #fff;
  border: 2px solid #dd4444;
  background-color: #dd4444; }
  .btn-red:hover {
    background-color: #ea5656;
    border: 2px solid #ea5656; }

.btn-green {
  color: #fff;
  border: 2px solid #95A5A6;
  background-color: #95A5A6; }
  .btn-green:hover {
    background-color: #7F8C8D;
    border: 2px solid #7F8C8D; }

.btn-blue {
  color: #fff;
  border: 2px solid #346ca9;
  background-color: #346ca9; }
  .btn-blue:hover {
    background-color: #4090b6;
    border: 2px solid #4090b6; }

.btn.btn-min {
  font-size: 14px;
  padding: 4px 10px; }

.btn-area {
  text-align: right; }

.desc, .desc-s {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #efefef; }

.desc-s {
  font-size: 12px; }
