@charset "UTF-8";

body,
div,
form,
input,
button,
textarea,
p{
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #040000;
  font-weight: 400;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea {
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  width: 100%;
  font-size: 1.3em;
  padding: 1%;
  border: 2px solid #0f0f0f;
  resize: none;
  border-radius: 0% !important;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.margin-left {
  margin-left: auto;
}

.margin-right {
  margin-right: auto;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #00c300;
}

body::-webkit-scrollbar-track {
  background: #f1f8ff;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.contents {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.img_center {
  margin-left: -400px;
}

.contents1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.op0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: bold;
}

.margin20p {
  margin-top: 20px;
}

.padding50p {
  padding-top: 50px;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w50 {
  width: 50%;
}

.span span {
  display: inline-block;
}

.inline_b {
  display: inline-block;
}

.pointer_evNone {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.white {
  color: #fff;
}

.green {
  color: #00c300;
}

.red {
  color: #ff4470;
}

.flex {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
}

/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

::placeholder {
  color: #b1b1b1;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #b1b1b1;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #b1b1b1;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  font-size: 1.3em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #0f0f0f;
}

.q10tr_1 {
  font-size: 20px;
}

.fontS {
  font-size: 16px;
}

.q10tr_1>td:nth-child(1) {
  width: 6em;
  font-weight: 400;
}

.q10tr_1>td:nth-child(2) {
  font-size: 0.8777777777em;
}

.q10tr_2>td:nth-child(1),
.q10tr_2>td:nth-child(2) {
  width: 50%;
  padding-right: 0.3em;
  font-size: 0.8em;
}

input.cal {
  background: url(../img/vc_cal.png) right 0.2em center no-repeat, #fff;
  background-size: auto 83%;
  cursor: pointer;
}


/*セレクトボックス*/


select {
  width: 100%;
  font-size: 1.3em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #0f0f0f;
  background-color: #fff;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.wrap {
  position: relative;
  z-index: +2;
}

.wrap::after {
  content: "\025bc";
  /*▼*/
  display: block;
  position: absolute;
  z-index: 3;
  font-size: 1em;
  top: 0.6em;
  right: 1em;
  width: 1em;
  height: 1em;
  color: #212121;
  margin: auto;
  pointer-events: none;
  /*セレクトボックスの▼をクリックした際に反応する記述*/
}

