main.of-visible {
  overflow: visible;
}

body {
  font-size: 1.6rem !important;
}

body.bg-gray {
  background: #F3F3EF;
}

a.reset:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.contentsWrap {
  min-width: 1200px;
}

.contentsInner {
  width: 90%;
  margin: 112px auto 100px;
  padding: 26px 60px 122px;
  color: #333;
  background: #fff;
  overflow: hidden;
}

.contentsInner.pd-none {
  padding: 26px 0 122px;
}

.contentsTtl {
  position: relative;
  font-size: 30px;
  margin-bottom: 67px;
  padding-bottom: 17px;
  font-weight: 700;
}

.contentsTtl:after {
  position: absolute;
  width: 200%;
  height: 1px;
  bottom: 0;
  left: -50%;
  background: #E8E8E5;
  content: "";
}

.contentsTtl h2 {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .contentsTtl {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .contentsInner {
    padding: 26px 20px 122px;
  }
}

/*ここからボタン*/
.btn {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none !important;
}

.btn.bg-red {
  width: 240px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  border-radius: 100px;
  border: none;
  background: #E82313;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
}

.btn.bg-red:hover {
  background: #EA877F;
}

.btn.border-red {
  width: 300px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  border: solid 1px #D63A28;
  border-radius: 100px;
  color: #E82313 !important;
  font-weight: 700;
  font-size: 14px;
}

.btn.border-red:hover {
  background: #FFF0F0;
}

.btn.w-340 {
  width: 300px;
}

.btn.w-300 {
  width: 300px;
}

.btn.w-240 {
  width: 240px;
}

.btn.w-140 {
  width: 140px;
  height: 40px;
  line-height: 40px;
}

.btn.square {
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  .btn.border-red {
    width: 280px;
    height: 50px;
    line-height: 48px;
  }

  .btn.w-300 {
    width: 300px;
  }
}

/* チェックボックス・ラジオボタン */
label.checkbox,
label.radio {
  cursor: pointer;
}

/* チェックボックス */
.checkbox-wrap {
  display: flex;
}
.checkbox-wrap > input[type=checkbox] + label {
  margin-left: 1rem;
}
.checkbox-wrap > input[type=checkbox] + label.small {
  margin-top: 7px;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
}

/*チェックボックス色変更*/
input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: solid 1px #DDDDDD;
}

input[type=checkbox]:checked {
  border-radius: 0;
  border: solid 1px #DDDDDD;
  background-color: #E82313;
}

input[type=checkbox]:focus {
  box-shadow: none;
}

input[type=text],
select,
input[type=email],
textarea {
  border: solid 1px #ccc !important;
}

/*モーダル背景明度変更*/
.modal-backdrop.show {
  opacity: .8;
}

/*フォームコントロール*/
.form-control:focus {
  box-shadow: none;
}

.form-control-lg {
  padding: 4px 20px !important;
  font-size: 16px !important;
}

.col-md-4,
.col-md-6{
  padding: 0 !important;
}

@media only screen and (max-width: 1000px) {
  .form-control-lg {
    padding: 12px 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .form-control-lg {
    padding: 14px 20px !important;
  }
}

/*ドロップダウンメニュー*/

.dropdown .btn {
  width: 100%;
  height: 52px;
  padding: 9px 48px 9px 20px;
  font-size: 14px;
  color: #919191;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #E8E8E5;
  background: #fff;
  border-radius: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown .btn.small {
  height: 40px;
  font-size: 12px;
}

.dropdown .dropdown-toggle::after {
  position: absolute;
  top: calc((100% - 22px)/2);
  right: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: none;
  color: #919191;
  content: "\f078";
}

.dropdown .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border: 1px solid #E8E8E5;
  border-radius: 0;
  border-top: 0;
}

.dropdown .dropdown-item {
  padding: 9px 20px;
  border-bottom: 1px solid #E8E8E5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}

.dropdown .dropdown-item:last-of-type {
  border: none;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
  background: #FFF0F0;
}
