@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::selection {
  background-color: #e7e7e7;
}

::-moz-selection {
  background-color: #e7e7e7;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-x: hidden;
  overflow-y: scroll;
  writing-mode: horizontal-tb;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -ms-content-zooming: none;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

p {
  font-size: 1.5rem;
  line-height: 1.5;
}



small {
  font-size: 1.2rem;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  border: none;
  outline: none;
  background-color: transparent;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
}

address {
  font-style: normal;
  font-weight: normal;
}

#wrapper {
  overflow: hidden;
}

.main {
  display: block;
  padding-top: 150px;
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 70px;
  }
}

.container {
  max-width: 1200px;
  padding: 0 1.5rem;
  margin: auto;
}

.breadcrumbs {
  background-color: #ededed;
}

.breadcrumbs__container {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: .5rem 1.5rem;
  margin: auto;
}

.breadcrumbs__item {
  position: relative;
}

.breadcrumbs__item:not(:first-child) {
  padding-left: 1.5rem;
}

.breadcrumbs__item:not(:last-child) {
  padding-right: 2rem;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #848484;
  border-right: 1px solid #848484;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumbs__link {
  display: inline-block;
  color: #848484;
  font-size: 1.2rem;
}

.breadcrumbs__link--home::before {
  content: "\f015";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  line-height: 1;
  color: #009144;
}

.contact {
  color: #666666;
  padding-bottom: 2.5rem;
}

.contact .orange {
  color: #f6615f;
}

.contact a {
  color: #009144;
  text-decoration: underline;
}

.contact__header {
  height: 100px;
  line-height: 100px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #009144;
  margin-bottom: 2rem;
}

h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #009144;
  margin-bottom: 2rem;
}

.contact-txt p {
  margin-bottom: 2rem;
}

.contact__box {
    border: 1px solid #138f4b;
    margin-bottom: 2.5rem;
}

.contact__title {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 2.4rem;
    text-align: center;
    color: #009144;
}

.contact__title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d9eedd;
    z-index: -1;
}

.contact__content {
    display: block;
    padding: 0 4rem 0 4rem;
    line-height: 1.5;
}

.contact__content ul {
    margin: 4rem 0 4rem 0;
}

.contact__content li {
    position: relative;
    margin-left: 1em;
}

.contact__content li:before {
    content: "●";
    position: absolute;
    left: -1em;
    top: 0;
    color: #009144;
}

.contact__content li.orange:before {
    color: #f6615f;
}

.contact__btn {
    display: block;
    position: relative;
    max-width: 100%;
    height: 55px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
    margin: 4rem auto 2.5rem auto;
}

.contact-tabs {
    text-align: center;
}

.contact-tabs .contact__btn {
    display: inline-block;
    width: 280px;
    margin-top: 1.5rem;
    margin-left: 15px;
    margin-right: 15px;
}

.contact__btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    pointer-events: none;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all .5s;
    z-index: 1;
}

.contact__btn a {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.contact__btn a::before,
.contact__btn a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contact__btn a::before {
    background: -webkit-linear-gradient(90deg, #009c49 0%, #00cb9e 100%);
    background: linear-gradient(90deg, #00cb9e 0%, #009c49 100%);
    z-index: -1;
    transition: all .5s;
}

.contact__desc {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px dashed #666666;
}

.contact__content:last-child .contact__desc {
    border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .contact__header {
    height: 75px;
    line-height: 75px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display :none;
  }
  .contact-txt {
    text-align: center;
  }

}

@media screen and (max-width: 767px) {
  .contact__header {
    height: auto;
    line-height: 1.5;
    font-size: 2.4rem;
    padding: 2rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 2.2rem;
  }

  .contact__content {
    padding: 0 2.5rem 0 2.5rem;
  }

  .contact__content ul {
    margin: 2.5rem 0 2.5rem 0;
  }

  .contact__btn {
    margin-top: 2.5rem;
  }
}


.form-control{
    margin-top: 4px;
    margin-bottom: 4px;
  }
.glyphicon-star{
    color: red;
    vertical-align: super;
  }
label.title{
    background-color: #d9eedd;
    border-left: 5px #138f4b solid;
    padding: 0.3em 0.8em;
  }
.form-horizontal .control-label{
    text-align: left;
  }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
}
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.btn-success {
  display: inline-block;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.icon-star {
  color: red;
  font-size: 12px;
  vertical-align: middle;
  margin-top: -10px;
  display: inline-block;
}

.check_icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2.5px;
  width: 10px;
  height: 6px;
  font-size: 12px;
  border-left: 0.35rem solid rgb(255, 255, 255);
  border-bottom: 0.35rem solid rgb(255, 255, 255);
  transform: rotate(-45deg);
}

.link_blue {
  color: #428bca;
}

.form-horizontal {
  margin-bottom: 50px;
}

.contact__header {
  margin-top: 0;
}
.form-group p {
  margin-bottom: 0;
}
input[name="year"] {
  width: 150px;
  display: inline-block;
  margin: 0 5px;
}

.mwform-radio-field label input[type="radio"] {
  border: none;
  background: none;
  outline: none;
  border-radius: none;
  box-shadow: none;
  opacity: 1;
  transition: all 0s;
}
.mwform-radio-field input[type="radio"] {
  border: none;
  background: none;
}
.mwform-radio-field input[type="radio"] span {
  display: inline;
}
/*RadioとText*/
.mwform-radio-field label {
  position: relative;
}
.mwform-radio-field label input[type="radio"] {
  cursor       : pointer;
  position     : relative;
  padding-left : 5px;
  margin-right : 20px;
  overflow     : hidden;
  padding-left : 20px;
  display      : inline-block;
}
.mwform-radio-field label input[type="radio"]:before {
  position      : absolute;
  width         : 15px;
  height        : 15px;
  border        : 1px solid #666;
  border-radius : 50%;
  left          : 0px;
  top           : 4px;
  content       : '';
  z-index       : 3;
}
.mwform-radio-field label input[type="radio"]:after {
  content          : '';
  position         : absolute;
  width            : 9px;
  height           : 9px;
  border-radius    : 100%;
  left             : 3px;
  top              : 7px;
  background-color: none;
  z-index          : 1;
}
.mwform-radio-field label input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position   : absolute;
  z-index    : 2;
  width      : 20px;
  height     : 20px;
  left       : -23px;
  top        : 3px;
  margin     : 0px;
  /*box-shadow : 20px -1px #FFF;*/
}
.mwform-radio-field label input[type="radio"]:checked:after {
  box-shadow : none;
  background-color : #D65;
}
.mwform-radio-field label input[type="radio"]:focus {
  opacity    : 1;
  /*box-shadow : 20px -1px #FFF;*/
}

.mwform-radio-field label {
  margin-left: 20px;
}



.mwform-checkbox-field label input[type="checkbox"] {
  border: none;
  background: none;
  outline: none;
  border-radius: none;
  box-shadow: none;
  opacity: 1;
  transition: all 0s;
}
.mwform-checkbox-field input[type="checkbox"] {
  border: none;
  background: none;
}
.mwform-checkbox-field input[type="checkbox"] span {
  display: inline;
}
/*checkboxとText*/
.mwform-checkbox-field label {
  position: relative;
}
.mwform-checkbox-field label input[type="checkbox"] {
  cursor       : pointer;
  position     : relative;
  padding-left : 5px;
  margin-right : 20px;
  overflow     : hidden;
  padding-left : 20px;
  display      : inline-block;
}
.mwform-checkbox-field label input[type="checkbox"]:before {
  position      : absolute;
  width         : 15px;
  height        : 15px;
  border        : 1px solid #666;
  left          : 0px;
  top           : 4px;
  content       : '';
  z-index       : 3;
}
.mwform-checkbox-field label input[type="checkbox"]:after {
  content          : '';
  position         : absolute;
  width            : 9px;
  height           : 9px;
  left             : 3px;
  top              : 7px;
  background-color: none;
  z-index          : 1;
}
.mwform-checkbox-field label input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position   : absolute;
  z-index    : 2;
  width      : 20px;
  height     : 20px;
  left       : -22px;
  top        : 3px;
  margin     : 0px;
  /*box-shadow : 20px -1px #FFF;*/
}
.mwform-checkbox-field label input[type="checkbox"]:checked:after {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: .6em;
  margin-top: -.2em;
  display: block;
  border-left: 3px solid
  #F44336;
  border-bottom: 3px solid
  #F44336;
}
.mwform-checkbox-field label input[type="checkbox"]:focus {
  opacity    : 1;
  /*box-shadow : 20px -1px #FFF;*/
}

.mwform-checkbox-field label {
  margin-left: 25px;
}