@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Bricks&UK-WEB TEAM
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
  }
}
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

br {
  color: rgba(255, 255, 255, 0);
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table;
}

.fix:after {
  clear: both;
}

.fix {
  *zoom: 1;
}

/*  Color  */
/*  Font  */
p {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]::after {
    content: none;
  }
}

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*   共通
================================================ */
.sec {
  padding: 100px 0;
}
@media screen and (max-width: 639px) {
  .sec {
    padding: 15% 0;
  }
}

.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

.t-c {
  text-align: center;
}

.block {
  display: block;
}

.table {
  display: table;
}

@media all and (-ms-high-contrast: none\0 ) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 640px) {
  .br::before {
    content: "\a";
    white-space: pre;
  }
}

@media all and (-ms-high-contrast: none\0 ) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  br.-pc {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
          box-shadow: 0px 8px 18px -7px #b0b0b0;
}

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  border-radius: 5px;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: gray;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #ffa522;
  margin-top: 5%;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover i:last-child {
  right: -1rem;
}
.btn.-center {
  margin-left: auto;
  margin-right: auto;
}

/*   見出し
------------------------------------------ */
.main-ttl {
  font-weight: bold;
  color: #242424;
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
.main-ttl.-center {
  text-align: center;
}
.main-ttl::after {
  content: "";
  display: table;
  background: #ffa522;
  width: 40px;
  height: 4px;
  border-radius: 50px;
  margin: 20px auto 0;
}
@media screen and (max-width: 639px) {
  .main-ttl {
    font-size: 1.4rem;
  }
}

.ttl {
  position: relative;
  line-height: 1.6;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 80px;
}
.ttl.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .ttl {
    font-size: 1.8rem;
    margin-bottom: 10%;
  }
}

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.6;
  font-size: 1rem;
}
.txt.-bold {
  font-weight: bold;
}
.txt.-white {
  color: #FFF;
}
.txt.-black {
  color: #242424;
}
.txt.-center {
  text-align: center;
}

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0;
}
.breadcrumb ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  position: relative;
  color: #606060;
}
.breadcrumb ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul a {
  font-size: 0.9rem;
  color: #3fadff;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumb ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 639px) {
  .breadcrumb ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pen-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold;
}

.pen-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #189a5e));
  background: linear-gradient(transparent 70%, #189a5e 0%);
}

body {
  background: #f4f4f4;
  border: 8px solid #375877;
}

.mail-form .txt {
  margin-bottom: 40px;
}

.buk-logo {
  display: block;
  width: 50%;
  max-width: 180px;
  margin: 0 auto 20px;
}
.buk-logo img {
  width: 100%;
  display: block;
}

.main-form {
  max-width: 800px;
  width: 100%;
  background: #fff;
  padding: 60px;
  border-radius: 5px;
  margin: auto;
  position: relative;
}
.main-form .list-name {
  width: 100%;
  display: block;
  line-height: 2;
  color: #242424;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-form .required {
  background: #e52424;
  padding: 2px 6px;
  border-radius: 5px;
  color: #FFF;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.main-form .any {
  background: #0d33ff;
  padding: 2px 6px;
  border-radius: 5px;
  color: #FFF;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.main-form .select-item {
  position: relative;
}
.main-form .select-item::before, .main-form .select-item::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 10;
}
.main-form .select-item::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 100%;
  border-radius: 0 3px 3px 0;
  background-color: #ff8800;
  content: "";
}
.main-form .select-item::after {
  position: absolute;
  top: 45%;
  right: 1.4em;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
.main-form .select-item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1.5%;
  border: 2px solid #ff8800;
  border-radius: 3px;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.main-form .select-item select:focus {
  outline: 1px solid #ff8800;
}
.main-form input[type=text], .main-form input[type=email] {
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  padding: 1.2%;
  width: 100%;
  margin-top: 6px;
  display: table;
}
@media screen and (max-width: 639px) {
  .main-form {
    padding: 5%;
  }
  .main-form .list-name {
    font-size: 0.9rem;
  }
  .main-form .select-item select {
    padding: 3% 2%;
  }
  .main-form input[type=text], .main-form input[type=email] {
    padding: 3% 2%;
  }
}

.submit-btn {
  background: #ffa819;
  text-align: center;
  margin: auto;
  display: table;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 10px;
  text-indent: 10px;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.submit-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 639px) {
  .thanks-txt {
    text-align: left !important;
  }
}

.pp-txt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #515151;
}

.policy-page {
  margin: 40px auto 10px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
  max-width: 600px;
  overflow-y: scroll;
  background: #f8f8f8;
}
.policy-page .txt, .policy-page .policy-list {
  margin-bottom: 40px;
  font-size: 0.9rem;
  line-height: 1.8;
}
.policy-page .policy-list li {
  line-height: 1.8;
  color: #242424;
  font-size: 1rem;
  list-style: disc;
  margin-left: 1rem;
}
.policy-page .policy-ttl {
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: serif;
  color: #ff8e13;
  font-weight: bold;
  margin-bottom: 10px;
}
.policy-page .policy-subttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #242424;
}
@media screen and (max-width: 639px) {
  .policy-page .policy-ttl {
    font-size: 1.1rem;
  }
  .policy-page .policy-subttl {
    font-size: 1rem;
  }
  .policy-page .policy-list li {
    font-size: 0.9rem;
  }
}

.attention-txt {
  text-align: center;
  display: block;
  margin-bottom: 2%;
  font-size: 0.9rem;
  color: #d30f0f;
}
@media screen and (max-width: 639px) {
  .attention-txt {
    text-align: left;
    margin-bottom: 5%;
  }
}

.acceptance-txt {
  text-align: center;
  margin: 0 auto 40px;
  display: table;
}
.acceptance-txt .wpcf7-list-item-label {
  font-size: 0.9rem;
  color: #515151;
}
.acceptance-txt .wpcf7-list-item {
  margin: 0;
}

.attention-wrap {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto 2%;
  padding: 40px;
  border: 1px solid #777;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .attention-wrap {
    padding: 5%;
  }
}

.sub-ttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #242424;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .sub-ttl {
    font-size: 1rem;
    margin-bottom: 5%;
  }
}

.form-attention li {
  margin-left: 1rem;
  line-height: 1.6;
  font-size: 0.9rem;
  color: #242424;
  list-style-type: circle;
  margin-bottom: 8px;
}
.form-attention li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .form-attention li {
    font-size: 0.85rem;
  }
}

.acceptance_btn {
  vertical-align: text-bottom;
}

.re-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 100px;
  opacity: 0.7;
}
.re-btn img {
  width: 100%;
}
.re-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width: 639px) {
  .re-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 30%;
    z-index: 200;
    max-width: 80px;
    opacity: 0.7;
  }
  .re-btn img {
    width: 100%;
  }
  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

/*  navigation  */
/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center;
  }
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}