@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css);
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #333;
  font-family: YakuHanJP, "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: scroll;
  text-justify: inter-ideograph;
  width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
}
.slick-dots li.slick-active button:before {
  color: #ec6d35 !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url(../images/common/btn_slidearrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "" !important;
  display: block;
  height: 25px;
  opacity: 1 !important;
  width: 25px;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 30px;
    width: 30px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev,
.slick-next {
  height: 25px !important;
  width: 25px !important;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .slick-prev,
  .slick-next {
    height: 30px !important;
    width: 30px !important;
  }
}

.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 40px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 40px);
}
.control-style1 .slick-dots {
  bottom: -50px;
  left: 80px;
  text-align: left;
}

.slider {
  height: 600px;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider {
    height: 110vw;
  }
}

.slick-img img {
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.el_btn1 {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1030px) {
  .el_btn1 {
    justify-content: space-between;
  }
}
.el_btn1 .txt {
  display: inline-block;
  margin-right: 13px;
}
.el_btn1 .deco {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
}
@media screen and (max-width: 1030px) {
  .el_btn1 .deco {
    height: 23px;
    width: 23px;
  }
}
.el_btn1 .deco::after {
  background: #ec6d35;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s;
  width: 4px;
}
.el_btn1 .deco::before {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 4px;
  left: calc(50% - 2px);
  opacity: 0;
  position: absolute;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  transition: opacity 0.2s;
  width: 4px;
  z-index: 2;
}
.el_btn1:hover .deco::before {
  opacity: 1;
}
.el_btn1:hover .deco::after {
  height: 23px;
  width: 23px;
}

.el_extbtn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.el_extbtn .icon {
  background-image: url(../images/common/icon_externallink-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.el_accbtn {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1030px) {
  .el_accbtn {
    justify-content: space-between;
  }
}
.el_accbtn .txt {
  display: inline-block;
  margin-right: 13px;
}
.el_accbtn .deco {
  background: #fff;
  background-image: url(../images/common/icon_acc-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  position: relative;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 18px;
}
@media screen and (max-width: 1030px) {
  .el_accbtn .deco {
    height: 23px;
    width: 23px;
  }
}
.el_accbtn.is_active .deco {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-btn {
  height: 70px;
  padding: 8px 20px 24px;
  width: 70px;
  /* Animation*/
}
.menu-btn .menu-trigger,
.menu-btn .menu-trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s;
}
.menu-btn .menu-trigger {
  height: auto;
  position: relative;
  width: 100%;
}
.menu-btn .menu-trigger span {
  background-color: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.menu-btn .menu-trigger span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}
.menu-btn .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-btn .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}
.menu-btn .menu-trigger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-btn .menu-trigger.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#bg_pc {
  background-color: #fff5e0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #bg_pc {
    display: none;
  }
}
#bg_pc .pc_logoArea {
  left: 5%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
}
@media screen and (max-width: 1280px) {
  #bg_pc .pc_logoArea {
    display: none;
  }
}
#bg_pc .pc_nav {
  color: #ec6d35;
  position: absolute;
  right: calc((100% - 540px) / 7);
  top: 20%;
}
#bg_pc .pc_nav ul {
  margin-bottom: 40px;
  padding-top: 0px;
}
#bg_pc .pc_nav ul li {
  border-bottom: solid 2px #f6b89a;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#bg_pc .pc_nav ul li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#bg_pc .pc_nav ul li a .arrow_round {
  background-color: #ec6d35;
  border-radius: 50%;
  display: inline-block;
  margin-left: 40px;
  padding: 12px;
  position: relative;
  top: 5px;
}
#bg_pc .pc_nav ul li a .arrow_round::before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 8px;
}
#bg_pc .pc_nav .link_Btn a {
  background-color: #ec6d35;
  border-radius: 40px;
  color: #fff5e0;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #bg_pc .pc_nav {
    display: none;
  }
}
#bg_pc .pc_btm {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.content_wrapper {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: 540px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .content_wrapper {
    width: 100%;
  }
}
.content_wrapper header {
  background-color: #fff;
  height: auto;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 540px;
  z-index: 1001;
}
@media screen and (min-width: 769px) {
  .content_wrapper header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .content_wrapper header {
    width: 100%;
  }
}
.content_wrapper header .nav_top {
  height: 70px;
}
.content_wrapper header .nav_top .hd_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.content_wrapper header .nav_top .hd_box .logo {
  align-items: center;
  display: flex;
  margin-left: 5%;
  max-width: 240px;
  width: 30%;
}
.content_wrapper header .nav_top .hd_box .hd_r {
  display: flex;
}
.content_wrapper header .nav_top .hd_box .hd_r .mail-btn {
  background-color: #ec6d35;
  height: 70px;
  width: 70px;
}
.content_wrapper header .nav_top .hd_box .hd_r .mail-btn a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.content_wrapper header .nav_top .hd_box .hd_r .mail-btn a img {
  max-width: 52px;
  width: 50%;
}
.content_wrapper header .nav_top .hd_box .hd_r .menu-btn {
  background-color: #0e5a66;
  cursor: pointer;
  height: 70px;
  width: 70px;
  z-index: 1;
}
.content_wrapper header .nav_top .hd_box .hd_r .menu-btn .word {
  color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  transition: margin-left 0.2s;
}
.content_wrapper header .nav_top .hd_box .hd_r .menu-btn .word.close {
  display: none;
}
.content_wrapper .navArea {
  background: #fff5e0;
  height: calc(100vh - 70px);
  left: 0;
  position: absolute;
  top: 70px;
  visibility: hidden;
  width: 100%;
}
.content_wrapper .navArea .inner {
  margin: 0 auto;
  width: 86%;
}
.content_wrapper .navArea .inner .gNav {
  color: #ec6d35;
}
.content_wrapper .navArea .inner .gNav ul {
  margin-bottom: 60px;
  padding-top: 40px;
}
.content_wrapper .navArea .inner .gNav ul li {
  border-bottom: solid 2px #f6b89a;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.content_wrapper .navArea .inner .gNav ul li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content_wrapper .navArea .inner .gNav ul li a .arrow_round {
  background-color: #ec6d35;
  border-radius: 50%;
  display: inline-block;
  padding: 12px;
  position: relative;
  top: 5px;
}
.content_wrapper .navArea .inner .gNav ul li a .arrow_round::before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 8px;
}
.content_wrapper .navArea .inner .link_Btn a {
  background-color: #ec6d35;
  border-radius: 40px;
  color: #fff5e0;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}
.content_wrapper .top_bnr {
  background-color: #ff627e;
  width: 100%;
}
.content_wrapper .top_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
}
.content_wrapper .top_bnr ul li {
  border-left: solid 1px #fff;
  margin: 15px auto;
  text-align: center;
  width: 33%;
}
.content_wrapper .top_bnr ul li:nth-child(3n) {
  border-right: solid 1px #fff;
}
.content_wrapper .top_bnr ul li a {
  color: #fff;
  font-weight: 600;
}
.content_wrapper .top_bnr.hide {
  display: none;
}

footer {
  position: relative;
}
footer .ft_top_obj {
  position: absolute;
  top: -200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .ft_top_obj {
    top: -140px;
  }
}
footer .ft_top {
  line-height: 1.8;
  margin: 0 auto;
  padding: 100px 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  footer .ft_top {
    font-size: 3.2vw;
    padding: 60px 0;
  }
}
footer .ft_top .ft_logo {
  margin-bottom: 20px;
  max-width: 540px;
  width: 90%;
}
footer .ft_top .address .green {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .ft_top .address .green {
    font-size: 3.5vw;
  }
}
footer .ft_btm {
  padding-bottom: 10px;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
footer .ft_btm .btm_obj {
  bottom: 0;
  position: absolute;
  width: 100%;
}
footer .ft_btm .copyright {
  color: #fff;
  font-size: 0.8em;
  position: relative;
  z-index: 2;
}

.orange {
  color: #ec6d35;
}

.green {
  color: #0e5a66;
}

.bg_orange {
  background-color: #ec6d35;
  color: #fff;
}

.bg_mg {
  background-color: #88bdae;
}

.p-top {
  width: 100%;
}
.p-top .contents {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .contents {
    padding-top: 35px;
  }
}
.p-top .mv {
  position: relative;
  width: 100%;
}
.p-top .mv .top_txtArea {
  text-align: center;
}
.p-top .mv .top_title {
  margin: 0px auto 30px;
  max-width: 600px;
  position: relative;
  width: 80%;
}
.p-top .mv .lead {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .mv .lead {
    font-size: 4vw;
  }
}
.p-top .mv .orange {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top .mv .orange {
    font-size: 3.8vw;
  }
}
.p-top .mainArea {
  position: relative;
}
.p-top .mainArea .top_obj {
  position: absolute;
  top: -120px;
  width: 100%;
}
.p-top .mainArea .sec_ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 60px 0 0px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .sec_ttl {
    font-size: 6vw;
  }
}
.p-top .mainArea .about_sec {
  padding: 30px 0 0px;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .about_sec .sec_ttl {
    padding: 10px 0 0;
  }
}
.p-top .mainArea .about_sec .about_lead {
  margin-left: 5%;
  max-width: 200px;
  position: relative;
  width: 30%;
  z-index: 2;
}
.p-top .mainArea .about_sec .txtArea {
  line-height: 2.4;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .about_sec .txtArea {
    font-size: 3.6vw;
  }
}
.p-top .mainArea .about_sec .imgArea {
  bottom: -50px;
  position: relative;
  z-index: 10;
}
.p-top .mainArea .point_sec {
  background-color: #fff5e0;
  position: relative;
}
.p-top .mainArea .point_sec .pointArea {
  padding-top: 120px;
}
.p-top .mainArea .point_sec .pointArea ul {
  margin: 0 auto;
  width: 90%;
}
.p-top .mainArea .point_sec .pointArea ul li {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 80px;
  padding: 20px 40PX;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .point_sec .pointArea ul li {
    padding: 20px 5%;
  }
}
.p-top .mainArea .point_sec .pointArea ul li .tag {
  left: 20px;
  position: absolute;
  top: -50px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .point_sec .pointArea ul li .tag {
    max-width: 70px;
    top: -35px;
    width: 18%;
  }
}
.p-top .mainArea .point_sec .pointArea ul li .uppArea h3 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2;
  padding: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .point_sec .pointArea ul li .uppArea h3 {
    font-size: 5vw;
  }
}
.p-top .mainArea .point_sec .pointArea ul li .uppArea .line {
  padding: 0px 0 30px;
}
.p-top .mainArea .point_sec .pointArea ul li .flexbox {
  display: flex;
}
.p-top .mainArea .point_sec .pointArea ul li .flexbox .img {
  margin-right: 30px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .point_sec .pointArea ul li .flexbox .img {
    margin-right: 5%;
    width: 30%;
  }
}
.p-top .mainArea .point_sec .pointArea ul li .flexbox .txt {
  color: #0e5a66;
  font-size: 1.8rem;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .point_sec .pointArea ul li .flexbox .txt {
    font-size: 3.5vw;
    width: 65%;
  }
}
.p-top .mainArea .point_sec .otherArea {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .point_sec .otherArea {
    padding-bottom: 50px;
  }
}
.p-top .mainArea .point_sec .otherArea .other_ttl {
  margin: 0 auto 30px;
  width: 90%;
}
.p-top .mainArea .point_sec .otherArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.p-top .mainArea .point_sec .otherArea ul li {
  background-color: #fff;
  border-radius: 15px;
  color: #0e5a66;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .point_sec .otherArea ul li {
    font-size: 3.3vw;
  }
}
.p-top .mainArea .point_sec .sec_btm_obj {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 90%;
}
.p-top .mainArea .plan_sec {
  margin-bottom: 50px;
  position: relative;
}
.p-top .mainArea .plan_sec .sec_top_obj {
  position: absolute;
  top: -50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .plan_sec .sec_top_obj {
    top: -35px;
  }
}
.p-top .mainArea .plan_sec .lead_label {
  margin: 0 auto;
  position: relative;
  top: -60px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .plan_sec .lead_label {
    top: -40px;
  }
}
.p-top .mainArea .plan_sec .ttl {
  margin: -40px auto 0px;
  width: 90%;
}
.p-top .mainArea .plan_sec .imgArea {
  margin: 60px auto 10px;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .plan_sec .imgArea {
    margin: 40px auto 10px;
  }
}
.p-top .mainArea .plan_sec .imgArea .tab {
  position: absolute;
  right: -5%;
  top: -80px;
  width: 160px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .plan_sec .imgArea .tab {
    top: -50px;
    width: 100px;
  }
}
.p-top .mainArea .plan_sec .txtArea {
  color: #0e5a66;
  margin: 0px auto 60px;
  width: 80%;
}
.p-top .mainArea .plan_sec .plan_route {
  background-color: #e2efeb;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 5%;
  width: 90%;
}
.p-top .mainArea .plan_sec .plan_route .route_ttl {
  margin: 20px auto 40px;
  max-width: 326px;
  width: 50%;
}
.p-top .mainArea .plan_sec .plan_route .route_list li {
  margin-bottom: 30px;
}
.p-top .mainArea .plan_sec .other_plan .other_ttl {
  margin: 20px auto 10px;
  width: 86%;
}
.p-top .mainArea .plan_sec .other_plan .other_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0px;
  width: 90%;
}
.p-top .mainArea .plan_sec .other_plan .other_list li {
  margin-bottom: 20px;
  width: 48%;
}
.p-top .mainArea .plan_sec .big {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .plan_sec .big {
    font-size: 6vw;
  }
}
.p-top .mainArea .voice_sec {
  padding: 70px 0;
}
.p-top .mainArea .voice_sec .ttl {
  margin: 0px auto 50px;
  max-width: 348px;
  width: 50%;
}
.p-top .mainArea .voice_sec .voice_list {
  margin: 0 auto;
  width: 90%;
}
.p-top .mainArea .voice_sec .voice_list li {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 5%;
}
.p-top .mainArea .voice_sec .voice_list li .nameArea {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.p-top .mainArea .voice_sec .voice_list li .nameArea .icon {
  margin-right: 20px;
  max-width: 160px;
  width: 25%;
}
.p-top .mainArea .voice_sec .voice_list li .nameArea .name {
  color: #0e5a66;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .voice_sec .voice_list li .nameArea .name {
    font-size: 5vw;
  }
}
.p-top .mainArea .voice_sec .voice_list li .nameArea .name .address {
  display: block;
  font-size: 0.8em;
}
.p-top .mainArea .qa_sec {
  padding: 70px 0;
}
.p-top .mainArea .qa_sec .ttl {
  margin: 0px auto 50px;
  max-width: 367px;
  width: 50%;
}
.p-top .mainArea .qa_sec .qaArea {
  margin: 0 auto;
  width: 90%;
}
.p-top .mainArea .qa_sec .qaArea dl {
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 5%;
}
.p-top .mainArea .qa_sec .qaArea dl .icon {
  margin-right: 5%;
  max-width: 60px;
  width: 15%;
}
.p-top .mainArea .qa_sec .qaArea dl p {
  font-weight: 600;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .qa_sec .qaArea dl p {
    font-size: 3.6vw;
  }
}
.p-top .mainArea .qa_sec .qaArea dl .qArea {
  align-items: center;
  display: flex;
  padding: 10px 0;
}
.p-top .mainArea .qa_sec .qaArea dl .qArea p {
  color: #ec6d35;
}
.p-top .mainArea .qa_sec .qaArea dl .aArea {
  display: none;
}
.p-top .mainArea .qa_sec .qaArea dl .aArea .a_box {
  align-items: center;
  display: flex;
  padding: 10px 0;
}
.p-top .mainArea .qa_sec .qaArea dl .aArea p {
  color: #0e5a66;
  width: 80%;
}
.p-top .mainArea .qa_sec .qaArea dl .tgl {
  display: block;
  position: relative;
  width: 10%;
}
.p-top .mainArea .qa_sec .qaArea dl .tgl::before {
  background-color: #ec6d35;
  content: "";
  height: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.p-top .mainArea .qa_sec .qaArea dl .tgl::after {
  background-color: #ec6d35;
  content: "";
  height: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.p-top .mainArea .qa_sec .qaArea dl .tgl.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top .mainArea .qa_sec .qaArea dl .tgl.open::after {
  opacity: 0;
}
.p-top .mainArea .support_sec {
  background-color: #fff5e0;
  padding-bottom: 70px;
}
.p-top .mainArea .support_sec .sec_ttl {
  margin-bottom: 20px;
}
.p-top .mainArea .support_sec .sec_ttl .icon {
  margin: 0 auto 20px;
  max-width: 80px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .support_sec .sec_ttl {
    font-size: 6vw;
  }
}
.p-top .mainArea .support_sec p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .support_sec p {
    font-size: 3.8vw;
  }
}
.p-top .mainArea .support_sec .imgArea {
  margin: 50px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .support_sec .imgArea {
    margin: 25px auto 0;
  }
}
.p-top .mainArea .contact_sec {
  padding: 70px 0 200px;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .contact_sec {
    padding: 50px 0 150px;
  }
}
.p-top .mainArea .contact_sec .ttl {
  margin: 0px auto 50px;
  max-width: 391px;
  width: 50%;
}
.p-top .mainArea .contact_sec .contact_list {
  margin: 0 auto;
  width: 90%;
}
.p-top .mainArea .contact_sec .contact_list li {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  margin-bottom: 20px;
}
.p-top .mainArea .contact_sec .contact_list li .iconArea {
  align-items: center;
  background-color: #0e5a66;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 40px 6%;
  width: 25%;
}
.p-top .mainArea .contact_sec .contact_list li .iconArea img {
  max-width: 77px;
}
.p-top .mainArea .contact_sec .contact_list li .txtArea {
  align-items: center;
  color: #0e5a66;
  display: flex;
  padding-left: 5%;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .contact_sec .contact_list li .txtArea {
    font-size: 3.3vw;
  }
}
.p-top .mainArea .contact_sec .contact_list li .txtArea .big {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .contact_sec .contact_list li .txtArea .big {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .contact_sec .contact_list li .txtArea .tel {
    font-size: 6vw;
  }
}
.p-top .mainArea .contact_sec .contact_list li .txtArea .fax {
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top .mainArea .contact_sec .contact_list li .txtArea .fax {
    font-size: 3.5vw;
  }
}
.p-top .mainArea .contact_sec .contact_list li .txtArea a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.p-top .mainArea .contact_sec .contact_list li .txtArea a .arrow_round {
  background-color: #0e5a66;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  padding: 12px;
  position: relative;
  top: 5px;
}
.p-top .mainArea .contact_sec .contact_list li .txtArea a .arrow_round::before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
.p-top .lineArea {
  background-color: #00c300;
  color: #fff;
  width: 100%;
}
.p-top .lineArea .inner {
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  width: 90%;
}
.p-top .lineArea .inner h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.75;
  position: relative;
}
.p-top .lineArea .inner h3::before {
  background: url(/lp/summary/assets/images/common/sp_w_l.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 58px;
  left: 5%;
  position: absolute;
  width: 40px;
}
.p-top .lineArea .inner h3::after {
  background: url(/lp/summary/assets/images/common/sp_w_r.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 58px;
  position: absolute;
  right: 5%;
  width: 40px;
}
.p-top .lineArea .inner .more_btn {
  margin: 30px auto 0;
  max-width: 560px;
  width: 70%;
}
.p-top .lineArea .inner .more_btn a {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-top .lineArea .inner .more_btn a p {
  color: #00c300;
  font-size: 2rem;
  font-weight: 600;
}
.p-top .lineArea .inner .more_btn a .plus {
  height: auto;
  position: absolute;
  right: 20px;
  top: calc(50% - 17px);
  width: 17px;
}
.p-top .btmArea {
  margin: 30px auto;
}
.p-top .btmArea .comment {
  font-size: 1.6rem;
  margin: 0 auto;
  width: 90%;
}

.p-contact .contents {
  background-color: #fff5e0;
  padding-bottom: 100px;
  width: 100%;
}
.p-contact .must {
  color: #ec6d35;
}
.p-contact .contact_top {
  margin: 0 auto;
  padding-top: 50px;
  width: 90%;
}
.p-contact .contact_top .top_title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.p-contact .contactArea {
  margin: 80px auto;
  width: 90%;
}
.p-contact .contactArea form#mailformpro dt {
  color: #0e5a66;
  display: block;
  float: none;
  font-size: 1em;
  font-weight: bold;
  margin-left: 0;
  width: 100%;
}
.p-contact .contactArea form#mailformpro dd {
  color: #808080;
  font-size: 1em;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%;
}
.p-contact .contactArea form#mailformpro dd ul li {
  display: inline-block;
}
.p-contact .contactArea form#mailformpro dd ul li label {
  color: #808080;
}
.p-contact .contactArea form#mailformpro dd ol li {
  margin-bottom: 20px;
}
.p-contact .contactArea form#mailformpro dd ol li span {
  display: block;
  font-size: 0.9em;
  margin-bottom: 5px;
}
.p-contact .contactArea form#mailformpro dd .comment {
  color: #0e5a66;
  margin-top: 20px;
}
.p-contact .contactArea form#mailformpro dd .comment a {
  text-decoration: underline;
}
.p-contact .contactArea form#mailformpro select {
  box-sizing: border-box;
  font-size: 100%;
  padding: 20px;
  width: 100%;
}
.p-contact .contactArea form#mailformpro input[type=date] {
  box-sizing: border-box;
  font-size: 100%;
  padding: 10px;
}
.p-contact .contactArea form#mailformpro select {
  background-color: #fff;
  border: solid 1px #CCC;
  font-size: 100%;
}
.p-contact .contactArea form#mailformpro input[type=text], .p-contact .contactArea form#mailformpro input[type=tel], .p-contact .contactArea form#mailformpro input[type=email] {
  background-color: #fff;
  border: solid 1px #CCC;
  box-sizing: border-box;
  font-size: 1em;
  padding: 20px;
  width: 100%;
}
.p-contact .contactArea form#mailformpro textarea {
  background-color: #fff;
  border: solid 1px #CCC;
  box-sizing: border-box;
  font-size: 1em;
  padding: 10px;
  width: 100%;
}
.p-contact .contactArea .formArea form#mailformpro dd .comment {
  font-size: 0.9em;
  margin-top: 15px;
}
.p-contact .contactArea .formArea form#mailformpro dd .comment a {
  border-bottom: solid 1px #2075ba;
  color: #2075ba;
}
.p-contact .contactArea form#mailformpro .kojinbox {
  border: solid 2px #f6f6f8;
  box-sizing: border-box;
  height: 300px;
  margin-bottom: 20px;
  overflow: scroll;
  padding: 25px;
  width: 100%;
}
.p-contact .contactArea form#mailformpro .kojinbox ul li {
  font-size: 0.9em;
  line-height: 2;
  margin-bottom: 10px;
}
.p-contact .contactArea form#mailformpro .kojinbox ul li .num {
  clear: left;
  float: left;
  width: 30px;
}
.p-contact .contactArea form#mailformpro .kojinbox ul li p {
  margin-left: 30px;
}
.p-contact .contactArea form#mailformpro .mfp_buttons {
  text-align: center;
}
.p-contact .contactArea form#mailformpro .submitBtn {
  background-color: #ec6d35;
  border: none;
  border-radius: 40px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 80%;
}

.mfp_buttons .mfp_button_send {
  background-color: #ec6d35;
  border: none;
  border-radius: 40px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 48%;
}
.mfp_buttons .mfp_button_cancel {
  background-color: #808080;
  border: none;
  border-radius: 40px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 48%;
}

/*# sourceMappingURL=app.css.map*/