f/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font: normal normal normal 13px/2em "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",Verdana,Geneva,Arial,"ＭＳ ゴシック",sans-serif; background:#F9F9F9;}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

i {
  color: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .wrapper {
    width: 95%;
    margin: 10px auto 0 auto;
  }
}

.inner {
  width: 850px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .inner {
    width: 100%;
  }
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

.grey-back, .grey-back--bread {
  background-color: #F1F1F2;
}

@media (max-width: 780px) {
  .grey-back--bread {
    background-color: transparent;
  }


}

.page-title {
  margin: 0;
  font-size: 25px;
  padding: 20px 5px;
}



button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 0;
}
@media (max-width: 780px) {
.bread {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:0;
  line-height:25px;
}
}

.bread__list {
  margin: 0 10px;
}
.bread__link {
  font-size:12px;
}
.bread__link:hover {
  text-decoration: underline;
}

#header {
  width:100%;
  background:#fff;
}
@media (max-width: 780px) {
  .header {
    padding: 10px 0 0 0;
  }
}

.header__headline {
  display:block;
  font-size: 12px;
  padding: 0 10px;
}
@media (max-width: 780px) {
  .header__headline {
    display: none;
  }
}
@media (max-width: 780px) {
  .header__logo {
    width: 200px;
    display: flex;
    justify-content: flex-end;
    margin-left:40px;
  }
  .header__logo img {
    max-width: 100%;
  }
}
.header__infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  padding: 0 10px;
}
@media (max-width: 780px) {
  .header__infos {
    width:100%;
    align-items: center;
  }
}
.header__input {
  width: 270px;
  border: none;
  line-height:24px;
}
@media (max-width: 780px) {
	.header__input {
		width: 300px;
		border: none;
		line-height: 24px;
		padding-left: 5px;
	}
}

.header__input:focus {
  outline: none;
}
.header__forms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex: 1;
  justify-content: flex-end;
}
.header__menu-button {
  display: none;
}
@media (max-width: 780px) {
  .header__menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 200;
    left: 2.5%;
    margin-right:10px;
  }
  .header__menu-button.moved {
    background-color: none;
  }
}
.header__bar1 {
  width: 100%;
  height: 4px;
  background-color: #C9C8C8;
  transition: 0.3s;
}
.moved .header__bar1 {
  width: 70%;
  -webkit-transform: translate(0, 7px) rotate(-45deg);
          transform: translate(0, 7px) rotate(-45deg);
  background-color: white;
}
.header__bar2 {
  width: 100%;
  height: 4px;
  background-color: #C9C8C8;
  transition: 0.3s;
}
.moved .header__bar2 {
  width: 85%;
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
  background-color: white;
}
.header__bar3 {
  width: 70%;
  height: 4px;
  background-color: #C9C8C8;
  transition: 0.3s;
}
.moved .header__bar3 {
  -webkit-transform: translate(0, -7px) rotate(45deg);
          transform: translate(0, -7px) rotate(45deg);
  background-color: white;
}
.header__form {
  border: 1px solid #616161;
  border-radius: 5px;
  padding: 5px 15px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 480px) {
  .header__form {
    display: none;
  }
}
@media (max-width: 780px) {
  .header__form {
    display: none;
  }
}

.header__button {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 0 0 0 11px;
}
.header__button i {
  display: block;
  font-size: 30px;
  margin: 0;
  color: #EDB35D;
}
@media (max-width: 780px) {
  .header__button {
    margin: 0 0 0 2vw;
    font-size: 2vw;
  }
  .header__button i {
    font-size: 6vw;
  }
}
.header__nav {
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  padding: 10px 0;
  margin: 10px 0 0 0;

  color:#512f27;
}

@media (max-width: 780px) {
  .header__nav {
    z-index: 99;
    margin: 0;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.3s;
    width:90%;
    background-color: #EDB35D;
    color:#fff;
  }
  .header__nav.moved {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    overflow-y:scroll;
    max-height: 100%;
  }
  .header__nav .wrapper {
  	width:100%;
  }
}

.header__link-wrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 780px) {
  .header__link-wrapper {
    display: block;
  }
}
.header__link {
  color: #512f27;
  margin: 0 30px 0 0;
  font-size:14px;
}
.header__link:hover {
  color: #EDB35D;
}
@media (max-width: 780px) {
  .header__link {
    display: block;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    position: relative;
  }
  .header__link:hover {
  	color: #512f27;
  }

}
.header__plus {
  display: none;
}
@media (max-width: 780px) {
  .header__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5vw;
    top: 0;
    height: 100%;
    width: 50px;
    color: white;
  }

}

.footer {
  width:100%;
  padding: 50px 0;
  background-color: #333333;
}
.footer * {
  color: white !important;
  font-size: 14px;
  line-height: 1.7em;
}
@media (max-width: 780px) {
  .footer * {
    font-size: 2vw;
	padding: 10px 10px;
  }
  .footer {
    padding: 20px 0;
  }
}
.footer__infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 780px) {
  .footer__infos {
    display: block;
  }
}
.footer__link {
  margin: 0 10px 0 0;
  font-size:12px;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link:hover i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (max-width: 780px) {
 .footer__link {
  margin: 0 0px 0 0;
  font-size:10px;
}

}

.footer__link i {
  margin: 0 5px 0 0;
  transition: 0.5s;
}
@media (max-width: 780px) {
  .footer__navi {
    margin: 0 0 0 0;
  }
}

.footerlink {
  padding: 50px 0 100px 0;
  background-color: #FCF6E7;
}
.footerlink * {
  font-size: 12px;
  line-height: 1.7em;
}
@media (max-width: 780px) {
  .footerlink {
    display:none;
  }
  .footerlink * {
    font-size: 2vw;
  }
}
.footerlink__title	{
	width:100%;
	display:block;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:14px;
}
.footerlink__title a{
	font-size:14px;
}
.footerlink__title a:link {
  color:#616161;
}
.footerlink__title a:visited {
  color:#616161;
}
.footerlink__title a:hover{
	text-decoration:underline;
}
.footerlink__title a:active {
  color:#616161;
}

.footerlink__buylist {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  padding:0;
}
.footerlink__buylink {
	display:block;
	width:calc(100% / 6);
	float:left;
	margin-bottom:20px;
}
@media (max-width: 780px) {
  .footerlink__buylink {
    width:100%;
  }
}
.footerlink__buylink a {
	display:block;
}
.footerlink__buylink a:link {
  color: #616161;
}
.footerlink__buylink a:visited {
  color: #616161;
}
.footerlink__buylink a:hover {
	text-decoration:underline;
}
.footerlink__buylink a:active {
  color: #616161;
}
.footerlink__buylink-top{
	font-weight:bold;
	margin-bottom:10px;
}
@media (max-width: 780px) {
  .footerlink__buylist {
    display: block;
  }
  .footer__right {
	  font-size: 2.0vw;
  }
}

.footerlink__arealist {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  padding:0;
}
.footerlink__arealink {
	display:block;
	width:calc(100% / 6);
	float:left;
}
.footerlink__arealink a {
	display:block;
}
.footerlink__arealink a:link {
	color:#616161;
}
.footerlink__arealink a:visited {
	color:#616161;
}
.footerlink__arealink a:hover {
	text-decoration:underline;
}
.footerlink__arealink a:active {
	color:#616161;
}
@media (max-width: 780px) {
  .footerlink__arealist {
    display: block;
  }
}

.extra-header {
  background-color: #E89F32;
  font-size: 14px;
  padding: 10px 0;
}
.header__link-wrapper .extra-header {
	display:none;
}

@media (max-width: 780px) {
  .extra-header {
    display:none;
  }
  .header__link-wrapper .extra-header {
    width: 100%;
    display:block;
    padding:0;
    position:relative;
    z-index:10;
  }
}
.extra-header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 780px) {
  .extra-header__links {
    display:block;
  }
}
.extra-header__link {
  margin: 0 30px 0 0;
  color: white;
  font-size: 14px;
}
@media (max-width: 780px) {
  .extra-header__link {
    width:100%;
    display:block;
    margin:0;
    padding:7px 0;
    text-align:center;
    border-bottom:1px dotted #fff;
  }
  .extra-header__link:last-child {
  	border:none;
  }
}
.extra-header__link:hover {
  color: #616161;
}

.static-first, .static-first--area {
  position: relative;
}
.static-first--grey {
  background-color: #F1F1F2;
}
.static-first__wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: white;
}
.static-first__visual {
  height: 220px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.static-first__info {
  width: 632px;
  background-color: white;
  margin: -100px auto 0 auto;
  padding: 50px 0 0 0;
  position: relative;
}
@media (max-width: 780px) {
.static-first__info {
  width:75%;
}
}
.static-first--area .static-first__info {
  background-color: #EDB35D;
  width: 650px;
}
@media (max-width: 780px) {
.static-first--area .static-first__info {
  width:100%;
}

}
.static-first__title {
  font-size: 28px;
  color: #EDB35D;
  text-align: center;
  margin: 0;
  display:block;
}
.static-first__title span {
  font-size: 56px;
  color: #EDB35D;
  margin: 0 0 0 10px;
}
.static-first--area .static-first__title {
  color: white;
  font-size: 30px;
  position: relative;
  z-index: 10;
  letter-spacing:1px;
}
.static-first__JP {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 30px 0;
}
.static-first--area .static-first__JP {
  margin: 10px 0 0 0;
  position: relative;
  z-index: 10;
  padding: 0 0 30px 0;
  color: white;
  font-size: 16px;
  letter-spacing:1px;
}
.static-first--area .static-first__JP span {
  font-size: 30px;
  color: white;
  margin: 0 3px;
}
.static-first__line {
  width: 62px;
  background-color: #EDB35D;
  height: 3px;
  margin: 0 auto;
}
.static-first__line1, .static-first__line2 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50px;
  width: 350px;
  height: 55px;
  left: 0;
}
.static-first__line1::before, .static-first__line2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #E89F32;
  opacity: 0.3;
}
@media (max-width: 740px) {
.static-first__line1::before, .static-first__line2::before  {
  display:none;
}
}
.static-first__line1::after, .static-first__line2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #F3E4AF;
  top: 40px;
  opacity: 0.3;
}
@media (max-width: 740px) {
.static-first__line1::after, .static-first__line2::after {
  display:none;
}
}
.static-first__line2 {
  right: 80px;
  top: 70px;
  left: auto;
}
.static-first__line2::after {
  right: -60px;
  left: auto;
  top: 70px;
}
.static-first__text {
  text-align: center;
  margin: 50px 2.5% 0 2.5%;
  font-weight: bold;
  line-height: 1.7em;
  white-space: pre-line;
  font-size:14px;
  letter-spacing:1px;
}
.static-first__text br {
	display:none;
}
@media (max-width: 780px) {
	.static-first__text br {
		display:block;
	}
}

.static-first--area .static-first__text {
  margin: 0 auto 30px auto;
  padding: 10px 0 30px 0;
  width: 650px;
  box-shadow: 0 0 5px 3px #F1F1F2;
}
@media (max-width: 780px) {
  .static-first--area .static-first__text {
    margin: 0 auto 30px auto;
    padding: 10px 0 30px 0;
    width: 100%;
    box-shadow: 0 0 5px 3px #F1F1F2;
  }
}
/*問い合わせフォーム*/
.contact-form {
  margin: 50px 0;
  padding: 50px 0;
  border: 1px solid #C9C8C8;
  background:#fff;
}
.contact-form__title {
  font-weight: bold;
}
.contact-form__progresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}
.contact-form__lists {
  margin: 30px 0 0 0;
}
.contact-form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C9C8C8;
}
.contact-form__list dt {
  font-size: 13px;
  width: 30%;
  padding: 10px 30px;
  background-color: #FCF7EA;
  font-weight: bold;
}
.contact-form__list .necessary{
  font-size:11px;
  font-style: normal;
  background-color: #FF523A;
  padding:0 10px;
  color:#fff;
  border-radius:3px;
  float:right; clear:none;
  line-height:20px;
  margin:2px 0 0 0;
}
.contact-form__list dd {
  font-size: 13px;
  padding: 10px 30px;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.visit_col-in {
  width:100%;
  margin-bottom:20px;
  display:flex;
}
.visit_col-in span {
  line-height:36px;
  margin-right:5px;
}
.visit_col-in .kibou {
  margin-right:20px;
}
.contact-form__list dd label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.contact-form__list dd label input {
margin-right:5px;
}
.contact-form__list dd textarea {
  width: 100%;
  margin:0 0 20px 0;
}
.contact-form__list dd textarea.textarea-short {
  width: 50%;
  margin:0 0 0 30px;
}
.contact-form__list dd input::-webkit-input-placeholder {
  font-size: 12px;
}
.contact-form__list dd input:-ms-input-placeholder {
  font-size: 12px;
}
.contact-form__list dd input::-ms-input-placeholder {
  font-size: 12px;
}
.contact-form__list dd input::placeholder {
  font-size: 12px;
}
.contact-form__example {
  margin: 10px 0 0 0;
  font-size: 12px;
  width: 100%;
}
.contact-form__label-text {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-form__label-text input {
  flex-grow: 1;
  border: 0;
  background-color: #F1F1F2;
  padding: 10px;
}
.contact-form__label-text input.text-necessary  {
  flex-grow: 1;
  border: 0;
  padding: 10px;
  background-color:#FABFB7;
  border:1px solid #FF523A;
}
.text-necessary-short  {
  width:80%;
  flex-grow: 1;
  border: 0;
  padding: 10px;
  background-color:#FABFB7;
  border:1px solid #FF523A;
}
.contact-form__label-check {
  margin: 0 30px 0 0;
}
.contact-form__label-check input {
  margin: 0 5px 0 0;
}
.contact-form__label-check-long {
  width:100%;
  margin: 0 30px 0 0;
}
.contact-form__progress, .contact-form__progress--now {
  width: 140px;
  height: 34px;
  border: 1px solid #E9BB00;
  line-height: 33px;
  padding: 0 15px;
  margin: 0 15px 0 0;
  font-weight: bold;
}
.contact-form__progress span, .contact-form__progress--now span {
  margin: 0 10px 0 0;
  font-style: italic;
}
.contact-form__progress--now {
  background-color: #E9BB00;
  margin: 0 30px 0 0;
  position: relative;
  color: white;
}
.contact-form__progress--now::after {
  position: absolute;
  content: "";
  border-top: 17px solid transparent;
  border-left: 17px solid #E9BB00;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  right: -35px;
  top: 0;
}
.contact-form__progress--now span {
  color: white;
}
.contact-form__agree {
  width: 550px;
  height: 60px;
  background-color: #FF523A;
  color: white;
  font-weight: bold;
  margin: 100px auto 50px auto;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form__personal {
  margin: 50px 0 0 0;
  font-weight: bold;
}
.contact-form__privacy {
  white-space: pre-line;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  padding: 30px;
  border: 1px solid #C9C8C8;
  font-size: 13px;
  line-height: 1.5em;
  margin: 30px 0 0 0;
}
.satei {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  border-bottom:1px dotted #ccc;
  margin-bottom:20px;
}
.satei dt {
  width:30%;
  padding:0;
  background:none;
  font-weight:normal;
}
.satei dt span {
  font-size:14px;
}
.satei dd {
  width:60%;
  padding:0;
}
.satei dd input {
width:80%;
height:40px;
margin:0 10px 20px 0;
}

.satei .land-wrap {
  width:60%;
  padding:0;
}
.contact-form__list .land-wrap label {
  width:50%;
}
.satei .land-wrap .land {
  width:10%;
  margin:0 10px 0 0;
}
.contact-form__list .land-wrap label img {
  margin-right:5px;
}

.selectbox {
	overflow: hidden;
	width: 50%;
	text-align: center;
}
.selectbox select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.selectbox select::-ms-expand {
    display: none;
}
.selectbox {
	position: relative;
	border: 1px solid #FF523A;
	border-radius: 2px;
	background: #FABFB7;
}
.selectbox::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.selectbox select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.datebox {
	overflow: hidden;
	width: 15%;
	text-align: center;
  margin-right:5px;
}
.datebox select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.datebox select::-ms-expand {
    display: none;
}
.datebox {
	position: relative;
	border: 1px solid #FF523A;
	border-radius: 2px;
	background: #FABFB7;
}
.datebox::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.datebox select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.cp_ipselect {
	overflow: hidden;
	width: 70%;
	text-align: center;
  margin:0 0 20px 0;
}
.cp_ipselect select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #FF523A;
	border-radius: 2px;
	background: #FABFB7;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 50px 8px 8px;
	color: #666666;
}
.error {
  width:80%;
  border:2px dotted #FF523A;
  border-radius:5px;
  margin:0 auto;
}
p .necessary {
  font-size:11px;
  font-style: normal;
  background-color: #FF523A;
  padding:3px 10px;
  color:#fff;
  border-radius:3px;
  margin:0;
  line-height:25px;
}
/** Add new by tritd - 23/6**/
.notification {
	width: 80px;
	position: relative;
	margin-right: 1px;
}
.notification .number-notify {
	color:red;position: absolute;
	background: #fff;
	border-radius: 100%;
	color: #EDB35D;
	padding: 2px;
	text-align: center;
	min-width: 20px;
	margin-right:10px;
	width: 22px;
	height: 22px;
	font-size:12px;
	font-weight: bold;
	bottom: 20px;
	right:10px;
}
@media (max-width: 780px) {
	.notification .number-notify {
		right: 0px;
		bottom: 40px;
	}
}
@media (max-width: 480px) {
	.notification .number-notify {
		right: 10px;
		bottom: 5px;
		font-size: 10px;
	}
}


.notify-top{
    position: fixed;
    top: 5px;
    left:2%;
    width: 96%;
}

.notify-bottom{
    position: fixed;
    bottom: 0px;
    left:0%;
    width: 100%;
	text-align:center;
}

div.fullscreen {
  position: absolute;
  width:100%;
  height:960px;
  top: 0;
  left: 0;
  background-color: lightblue;
}

.alert{
    display: none;
}
