@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1081px ) { /*PC*/ }
@media screen and (max-width: 760px ) { /*SP*/ }
@media screen and (max-width: 1080px ) and (min-width: 761px ) { /*TB*/ }
@media screen and (max-width: 760px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*共通------------------------------------------*/
.p_head {
  height: 200px;
  margin-top: 110.5px;
  background: url(../img/page-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 0;
}
.p_head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  z-index: -1;
}
@media screen and (max-width: 760px ) {
  .p_head {
    margin-top: 63px;
  }
}
.p_head .page_title {
  font-size: 200%;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.p_head .title-sup {
  font-size: 90%;
}

@media screen and (max-width: 760px ) {
  .btn a {
    text-align: center;
    width: 100%;
  }
}

.contents_body {
  min-height: 300px;
}

.breadcrumbs {
  font-size: 90%;
  text-align: right;
  padding: 5px;
  background-color: #059578;
  color: #fff;
  border-bottom: 1px solid #dedede;
}
.breadcrumbs > span {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs .home:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0f8";
  margin-right: 5px;
}

.p_body > .cont {
  padding-bottom: 3em;
}
.p_body > .cont a {
  color: #009376;
  display: inline-block;
}
.p_body > .cont a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 760px ) {
  .p_body {
    padding: 0 3%;
  }
}
.p_body h2 {
  padding: 1em 0 2.5em;
  text-align: center;
  position: relative;
  z-index: 5;
  font-size: 220%;
  letter-spacing: 0.1em;
  color: #009376;
}
@media screen and (max-width: 760px ) {
  .p_body h2 {
    padding-top: 1em;
  }
}
.p_body h2 .title-sup {
  display: block;
  font-size: 50%;
  letter-spacing: 0;
  margin-top: 0.5em;
}
.p_body h2 .sup {
  font-family: "Bebas Neue", sans-serif;
  font-size: 110%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  display: block;
  margin: 1em 0 0;
  font-weight: bold;
}
.p_body h2:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 2em;
  background-color: #009376;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 0;
  z-index: 10;
}
.p_body h2 + * {
  padding-top: 2em;
  position: relative;
  z-index: 3;
}
.p_body ul:not([class]) {
  padding: 0 3%;
  margin-bottom: 2em;
}
.p_body ul:not([class]) > li {
  padding: 10px 1em 10px 1.5em;
  position: relative;
}
.p_body ul:not([class]) > li:not(:last-child) {
  border-bottom: 1px dotted #009376;
}
.p_body ul:not([class]) > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #009376;
  position: absolute;
  top: 10px;
  left: 10px;
}
.p_body ul.img2, .p_body ul.img3, .p_body ul.img4 {
  margin-bottom: 2em;
}
.p_body ol:not([class]) {
  counter-reset: numlist;
  padding: 0 1em;
  margin-bottom: 2em;
}
.p_body ol:not([class]) li {
  padding-left: 2em;
  margin-bottom: 1em;
  position: relative;
}
.p_body ol:not([class]) li:before {
  display: inline-block;
  counter-increment: numlist;
  content: "0" counter(numlist) ".";
  color: #009376;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.p_body h3 {
  font-size: 180%;
  padding-left: 1.5em;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 3px solid #009376;
}
.p_body h3:not(:first-child) {
  margin-top: 3em;
}
.p_body h3:before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
  background: #009376;
}
.p_body h4 {
  font-weight: 500;
  font-size: 130%;
  margin: 0 0 25px;
  background: #009376;
  padding: 10px 15px;
  position: relative;
  color: #fff;
}
.p_body h4:not(:first-child) {
  margin-top: 2em;
}
.p_body h4:after {
  position: absolute;
  top: 100%;
  left: 2em;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #009376;
}
.p_body h5 {
  font-size: 110%;
  font-weight: normal;
  border-bottom: 1px dotted #2a7fc9;
  padding: 10px;
  margin-bottom: 15px;
}
.p_body h5:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f152";
  color: #2a7fc9;
  margin-right: 0.5em;
}
.p_body p:not([class]) {
  line-height: 2;
  font-size: 105%;
}
.p_body p:not([class]):not(:first-child) {
  margin-top: 2em;
  font-size: 105%;
  line-height: 2;
}
.p_body table {
  table-layout: fixed;
  width: 100%;
  border-top: 3px double #c1c1c1;
  margin-bottom: 3em;
}
.p_body table th, .p_body table td {
  vertical-align: top;
  padding: 15px 1em;
  border-bottom: 1px solid #c1c1c1;
  vertical-align: middle;
}
.p_body table th {
  font-family: "Noto Serif Japanese";
  letter-spacing: 1px;
  min-width: 15em;
  background: #ececec;
}
.p_body table td {
  min-width: 8em;
}
.p_body table td p {
  margin-bottom: 0.5em;
}
.p_body table td ul:not([class]), .p_body table td ol:not([class]) {
  padding: 0;
  margin-bottom: 0;
}

/*=============================================================================*/
/*=============================================================================*/
.category_archives li {
  padding: 1em 1%;
  position: relative;
  border-bottom: 1px dotted #dedede;
}
@media screen and (max-width: 760px ) {
  .category_archives li {
    width: 100%;
  }
}
.category_archives li a {
  display: block;
}
.category_archives li a:hover {
  text-decoration: none;
}
.category_archives li a:hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.2) rotateZ(0);
}
.category_archives li dl {
  position: relative;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.category_archives li dl dt {
  display: block;
  width: 30%;
  aspect-ratio: 1.6/1;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 760px ) {
  .category_archives li dl dt {
    width: 100%;
  }
}
.category_archives li dl dt img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 150%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}
.category_archives li dl dd {
  width: 70%;
  padding: 0 3%;
  margin-bottom: 8px;
}
@media screen and (max-width: 760px ) {
  .category_archives li dl dd {
    width: 100%;
  }
}
.category_archives li dl .title {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dedede;
}
.category_archives li dl .date-time {
  font-size: 90%;
  color: #666;
}
.category_archives li dl .date-time:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f133";
  font-weight: normal;
  margin-right: 8px;
  color: #FFCB4D;
}

.post-time {
  text-align: right;
  font-size: 90%;
  color: #666;
  padding: 5px 10px;
  border-bottom: 1px dashed #c1c1c1;
}
.post-time:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f133";
  font-weight: normal;
  margin-right: 8px;
  color: #FFCB4D;
}

.cat_box a {
  display: block !important;
}
.cat_box a:hover {
  text-decoration: none;
  background: #f3f3f3;
}
.cat_box a dl {
  padding: 1rem 0;
  border-bottom: 1px dotted #009376;
  display: table;
  width: 100%;
}
.cat_box a dl dt, .cat_box a dl dd {
  display: table-cell;
}
.cat_box a dl dt {
  text-align: center;
  color: #00c69f;
  line-height: 1.8;
  width: 33%;
}
.cat_box a dl dt span.cat {
  border: 1px solid #009376;
  display: block;
  padding: 3px;
  background: #009376;
  color: #fff;
}
.cat_box a dl dd.post-title {
  padding: 5px 2%;
  font-size: 112%;
  color: #222;
}
.cat_box a dl dd:not(.post-title) {
  width: 48px;
  text-align: right;
}
@media screen and (max-width: 760px ) {
  .cat_box a dl dd:not(.post-title) {
    width: 42px;
  }
}
.cat_box a dl dd:not(.post-title) span.new {
  font-size: 80%;
  display: inline-block;
  background: #ac2a2a;
  color: #fff;
  padding: 5px 10px;
  margin-top: 4px;
}

/*ページナビ*/
.wp-pagenavi {
  clear: both;
  padding: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #c1c1c1;
  padding: 3px 5px;
  width: 14.9%;
  margin: 2px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 760px ) {
  .wp-pagenavi a, .wp-pagenavi span { /*SP*/
    width: 30%;
    padding: 0 !important;
  }
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #009376 !important;
  background: #009376;
  color: #ffffff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
#inq_cont {
  padding: 2em 2%;
  border: 15px solid #eaeaea;
  margin: 0 auto;
}

#aboutNav {
  width: 100%;
  padding: 1.5em 5%;
  background-color: #EDF6F9;
}
#aboutNav dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#aboutNav dl dt, #aboutNav dl dd {
  padding: 0 1em;
  line-height: 1;
}
#aboutNav dl dt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 110%;
  font-style: normal;
  color: #277FCC;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px ) {
  #aboutNav dl dt { /*SP*/
    width: 100%;
    margin-bottom: 1em;
  }
}
#aboutNav dl dd {
  font-size: 110%;
}
@media screen and (max-width: 760px ) {
  #aboutNav dl dd {
    font-size: 120%;
    padding: 10px;
  }
}
#aboutNav dl dd a {
  text-decoration: none;
  position: relative;
  padding: 5px 0;
}
#aboutNav dl dd a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #277FCC;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutNav dl dd a:hover {
  color: #277FCC;
}
#aboutNav dl dd a:hover:after {
  width: 80%;
  opacity: 1;
}

.policy-wrap {
  list-style-type: none;
  counter-reset: numlist;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.policy-wrap > li {
  width: 15%;
  min-width: 180px;
  padding: 1rem;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 760px ) {
  .policy-wrap > li {
    min-width: inherit;
    min-width: initial;
    width: 50%;
  }
}

.policy-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.policy-box dt {
  font-weight: bold;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 1.5em;
}
.policy-box dt span.sup {
  font-size: 180%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.policy-box dt span.en {
  color: #ff603b;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  font-size: 80%;
  bottom: 2em;
}
.policy-box dd {
  font-size: 85%;
  padding: 10p 5px;
}

header.mainTitle {
  padding: 5em 0 1.5em;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 760px ) {
  header.mainTitle {
    padding-top: 1em;
  }
}
header.mainTitle h1 {
  font-size: 220%;
  color: #009376;
}
header.mainTitle .sup {
  font-family: "Bebas Neue", sans-serif;
  font-size: 110%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  display: block;
  margin: 1em 0 0;
  font-weight: bold;
}
header.mainTitle:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 5em;
  background-color: #009376;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: -5em;
  z-index: 10;
}
header.mainTitle + * {
  padding-top: 5em;
  position: relative;
  z-index: 3;
}

.ank_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  text-align: center;
}
.ank_list:before {
  content: "contents";
  width: 100%;
  border-bottom: 1px solid #222;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 80%;
  text-align: center;
  display: block;
}
.ank_list li {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .ank_list li {
    width: 48%;
  }
}
@media screen and (max-width: 760px ) {
  .ank_list li {
    width: 98%;
    margin-bottom: 0.5rem;
  }
}
.ank_list li a {
  padding: 1rem 2%;
  height: 100%;
  padding-right: 2rem;
  display: block !important;
  background: #e3f1ef;
  border: 1px solid #059578;
  color: #059578;
  position: relative;
  z-index: 0;
}
.ank_list li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  z-index: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 10px;
  opacity: 0.5;
  -webkit-transition: 0.3s right;
  transition: 0.3s right;
}
.ank_list li a:hover {
  background: #059578;
  opacity: 1 !important;
  text-decoration: none;
  color: #fff;
}
.ank_list li a:hover:after {
  right: 5px;
}

.item {
  margin-bottom: 0 !important;
  padding: 1.5em 3% 1em;
  border-top: 1px solid #dedede;
  position: relative;
}
.item > *:last-child {
  margin-bottom: 0;
}
.item .wpcf7-form-control-wrap {
  position: static !important;
}
.item span.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 0.7em !important;
  padding: 2px 5px;
  border: 1px solid #FF4545;
  background: #FFEFEF;
  color: red;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 2px;
}
@media screen and (max-width: 760px ) {
  .item span.wpcf7-not-valid-tip { /*SP*/
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.item-name {
  font-size: 90%;
  color: #666;
  margin-bottom: 10px;
}

.item-text {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 1em;
  max-width: 100%;
}

.item-flow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.required, .optional {
  display: inline-block;
  font-size: 85%;
  padding: 3px 10px;
  margin-right: 1em;
}

.required {
  background: #EE3E3E;
  color: #fff;
}

.optional {
  border: 1px solid #c1c1c1;
  color: #666;
}

.contents_body input[type=text], .contents_body input[type=email], .contents_body input[type=number], .contents_body input[type=date], .contents_body input[type=tel], .contents_body textarea, .contents_body select {
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  min-height: 1.5rem;
  background: #eaeaea;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contents_body span.last input[type=text] {
  margin-bottom: 5px;
}
.contents_body textarea {
  width: 80%;
  height: 100px;
}
@media screen and (max-width: 760px ) {
  .contents_body textarea {
    width: 100%;
  }
}
.contents_body input {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.contents_body input:disabled {
  opacity: 0;
}

label {
  cursor: pointer;
}
label input[type=checkbox], label input[type=radio], label input[type=hidden] {
  display: none;
}
label input[type=checkbox] + span.wpcf7-list-item-label, label input[type=radio] + span.wpcf7-list-item-label, label input[type=hidden] + span.wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 15px;
  margin: 3px;
  background: #eaeaea;
  width: 98%;
  white-space: nowrap;
  border-radius: 5px;
}
@media screen and (max-width: 760px ) {
  label input[type=checkbox] + span.wpcf7-list-item-label, label input[type=radio] + span.wpcf7-list-item-label, label input[type=hidden] + span.wpcf7-list-item-label {
    padding: 5px 10px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  label input[type=checkbox] + span.wpcf7-list-item-label, label input[type=radio] + span.wpcf7-list-item-label, label input[type=hidden] + span.wpcf7-list-item-label {
    white-space: normal;
  }
}
label input[type=checkbox] + span.wpcf7-list-item-label:before, label input[type=radio] + span.wpcf7-list-item-label:before, label input[type=hidden] + span.wpcf7-list-item-label:before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #fff;
}
@media screen and (max-width: 760px ) {
  label input[type=checkbox] + span.wpcf7-list-item-label:before, label input[type=radio] + span.wpcf7-list-item-label:before, label input[type=hidden] + span.wpcf7-list-item-label:before {
    margin-right: 5px;
  }
}
label input[type=checkbox]:checked + span.wpcf7-list-item-label, label input[type=radio]:checked + span.wpcf7-list-item-label, label input[type=hidden] + span.wpcf7-list-item-label {
  background: #ffc65d !important;
}
label input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "\f0c8";
}
label input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: "\f14a";
}
label input[type=radio] + span.wpcf7-list-item-label:before {
  content: "\f111";
}
label input[type=radio]:checked + span.wpcf7-list-item-label:before {
  content: "\f192";
}

span.wpcf7-list-item input.wpcf7-free-text {
  background: #eaeaea !important;
  border-radius: 5px !important;
}

span.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  display: inline-block;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  span.wpcf7-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 760px ) {
  span.wpcf7-list-item {
    width: 100%;
  }
}

dl.select_fm dd span.wpcf7-list-item, dl.op_course dd span.wpcf7-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.link_info {
  font-size: 85%;
  color: #8c8c8c;
  font-weight: normal;
}

.accept_btn {
  text-align: center;
  font-size: 120%;
  letter-spacing: 1px;
  margin-bottom: 1em;
  padding: 1.5em 3%;
}
.accept_btn span {
  margin: 0 !important;
}
.accept_btn span label, .accept_btn span.wpcf7-list-item, .accept_btn label {
  display: block;
  width: 100%;
}
.accept_btn label input[type=checkbox] + span.wpcf7-list-item-label {
  padding: 1.5em 3em;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 760px ) {
  .accept_btn label input[type=checkbox] + span.wpcf7-list-item-label {
    font-size: 0.6em;
    padding: 1.5em 1em;
    letter-spacing: 0;
  }
}
.accept_btn label input[type=checkbox] + span.wpcf7-list-item-label:hover {
  background: #fff5e2;
}
.accept_btn .link_info {
  margin-top: 1em !important;
  font-size: 70%;
}

.wpcf7-select {
  font-size: 100% !important;
  color: #2E302E;
}

ul.inq_step {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 auto 2rem;
  max-width: 100%;
}
ul.inq_step li {
  font-size: 120%;
  width: 31.3%;
  margin: 0 1%;
  padding: 8px 3%;
  text-align: center;
  color: #999;
  letter-spacing: 3px;
  position: relative;
}
ul.inq_step li:not(:last-child):after {
  position: absolute;
  top: 0.5rem;
  right: -1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f101";
}
ul.inq_step li span {
  background: #c1c1c1;
  color: #fff;
  font-size: 70%;
  display: block;
  margin-bottom: 5px;
  padding: 3px;
  letter-spacing: 0;
}
ul.inq_step li.step-active {
  color: #FF9915;
}
ul.inq_step li.step-active span {
  background: #FF9915;
}

.comfirm_btn {
  overflow: visible !important;
  position: relative;
}
.comfirm_btn input[type=submit], .comfirm_btn input[type=button] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 100%;
  display: block;
  width: 100%;
  padding: 1rem 3%;
  border-radius: 5px;
  border: 1px solid #dedede;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.comfirm_btn input[type=submit].wpcf7c-btn-confirm, .comfirm_btn input[type=button].wpcf7c-btn-confirm {
  border-color: #ff5959;
  color: #ff5959;
}
.comfirm_btn input[type=submit].wpcf7c-btn-confirm:hover, .comfirm_btn input[type=button].wpcf7c-btn-confirm:hover {
  background: #fff2f2;
}
.comfirm_btn input[type=submit].wpcf7-back, .comfirm_btn input[type=button].wpcf7-back {
  border-color: #7372bd;
  color: #7372bd;
}
.comfirm_btn input[type=submit].wpcf7-back:hover, .comfirm_btn input[type=button].wpcf7-back:hover {
  background: #e8e8ff;
}
.comfirm_btn input[type=submit].wpcf7-submit, .comfirm_btn input[type=button].wpcf7-submit {
  background: #ff5050;
  color: #fff;
}
.comfirm_btn input[type=submit].wpcf7-submit:hover, .comfirm_btn input[type=button].wpcf7-submit:hover {
  background: #bb3030;
}
.comfirm_btn input[type=submit]:disabled, .comfirm_btn input[type=button]:disabled {
  border-color: #c1c1c1;
  background: #ececec;
  color: #969696;
  cursor: not-allowed;
  position: relative;
}
.comfirm_btn input[type=submit]:disabled:hover, .comfirm_btn input[type=button]:disabled:hover {
  background: #ececec !important;
}

