﻿@charset "UTF-8";
body {
  font-family: "Noto Sans Japanese";
  line-height: 1.6;
  min-width: 1000px;
}
img {
  vertical-align: top;
}
a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}

.btn-primary {
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: #f24444;
}

.price {
  color: #ec0000;
}

/* ----横型入力フォーム---- */
.fieldset .form-label {
  width: 24%;
}
.fieldset .form-control .checktype_name input[type="text"],
.fieldset .form-control .checktype_kana input[type="text"] {
  max-width: 240px;
}