/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

ul, ol {
  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;
  box-sizing: border-box;
  text-decoration: none; }

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

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

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

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

html, body {
  height: 100%;
  margin: 0; }

p, span, h1, h2, h3 {
  max-height: 100%; }

.wrapper {
  min-height: 100%; }

.footer, .push {
  height: 142px; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Kosugi Maru", sans-serif; }
  body a {
    transition: .2s ease; }
  body a:hover {
    color: inherit;
    text-decoration: none; }

.link {
  color: #e36848; }

li a .icn {
  position: absolute;
  left: 25px;
  top: -30px;
  *zoom: 1; }

.nav > li > a {
  padding: 0; }
.nav > li > a:hover, .nav > li a:focus {
  background: transparent;
  outline: none; }

h1, h2, h3, h4, ul, ol, p, img {
  margin: 0; }

.wrapper {
  margin: 0 auto -142px;
  max-width: 100%;
  color: #333333;
  line-height: 1.75em;
  position: relative;
  overflow: hidden;
  font-size: 16px; }

.title-bar {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 80px;
  height: 80px;
  margin-bottom: 60px; }

.form-control {
  height: 39px; }

.header {
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  transition: background .8s ease; }
  .header.scroll {
    background: rgba(249, 212, 189, 0.9); }
  .header .center-btn {
    text-align: left;
    margin-right: auto;
    margin-left: 20px; }
  .header .menu {
    display: flex;
    justify-content: flex-end; }
  .header .center-btn {
    margin-left: 30px; }
  .header .menu .right-btn {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
    display: block;
    text-align: center; }
  .header .menu .right-btn2 {
    margin-left: 10px;
    margin-right: 30px;
    width: 100px;
    display: block;
    text-align: center; }

.pagetop {
  display: block;
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: -30px;
  transition: bottom .4s ease; }
  .pagetop.true {
    bottom: 142px; }

footer {
  background-color: #FC813E;
  position: relative;
  z-index: 3;
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 47px 0;
  text-align: center;
  line-height: 1.75em; }
  footer a {
    color: #fff;
    position: relative; }
    footer a:before {
      width: 100%;
      height: 2px;
      background: #fff;
      opacity: 0;
      display: block;
      transition: .2s ease;
      position: absolute;
      left: 0;
      content: '';
      bottom: -4px; }
    footer a:hover {
      color: #fff; }
      footer a:hover:before {
        opacity: 1; }

@media only screen and (max-width: 768px) {
  .d-md-block {
    display: none !important; }

  .d-md-flex {
    display: none !important; }

  .d-md-none {
    display: block !important; } }
@media only screen and (width: 768px) {
  footer {
    margin-top: 190px; }

  .pagetop {
    right: 30px !important;
    left: auto !important;
    transform: translateX(0) !important; }
    .pagetop .true {
      bottom: 120px; } }
@media only screen and (max-width: 768px) {
  .modal-body {
    padding: 0 !important; }

  .cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 999; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .header {
    height: 60px;
    padding: 0 15px;
    z-index: 998;
    transition: background .8s ease; }
    .header.scroll {
      background: rgba(249, 212, 189, 0.9); }
    .header .center-btn {
      display: block;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0;
      height: 100%; }
      .header .center-btn img {
        max-height: 100%;
        width: auto; }
    .header .humberger {
      position: relative;
      height: 24px;
      width: 28px;
      display: inline-block;
      box-sizing: border-box;
      margin-left: 67px; }
      .header .humberger div {
        position: absolute;
        left: 0;
        height: 4px;
        width: 28px;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
        background-color: #FC813E;
        text-align: right; }
      .header .humberger div:nth-of-type(1) {
        top: 0; }
      .header .humberger div:nth-of-type(2) {
        top: 10px; }
      .header .humberger div:nth-of-type(3) {
        bottom: 0; }
      .header .humberger.active {
        margin: 18px 15px;
        display: block; }
        .header .humberger.active div:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
          background: #fff; }
        .header .humberger.active div:nth-of-type(2) {
          opacity: 0; }
        .header .humberger.active div:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
          background: #fff; }
    .header .g-nav-xs {
      position: fixed;
      right: -260px;
      top: 0;
      height: 100%;
      width: 260px;
      background: #e36848;
      transition: right .4s ease;
      z-index: 1000; }
      .header .g-nav-xs.open {
        right: 0; }
      .header .g-nav-xs .nav {
        display: block;
        border-top: solid 1px #fff; }
        .header .g-nav-xs .nav li {
          border-bottom: solid 1px #fff; }
          .header .g-nav-xs .nav li a {
            color: #fff;
            font-size: 18px;
            padding: 16px 15px;
            text-align: left;
            display: block; }

  .push {
    height: 22px !important; }

  footer {
    padding: 38px 0 !important;
    margin-top: 22px !important; }
    footer a:before {
      display: none; }

  .blank {
    height: 230px; }

  .pagetop {
    bottom: -56px;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .pagetop.true {
      bottom: 120px; } }
@media only screen and (max-width: 480px) {
  .modal-body {
    padding: 0 !important; }

  .cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 999; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .header {
    height: 60px;
    padding: 0 15px;
    z-index: 998;
    transition: background .8s ease; }
    .header.scroll {
      background: rgba(249, 212, 189, 0.9); }
    .header .center-btn {
      display: block;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0;
      height: 100%; }
      .header .center-btn img {
        max-height: 100%;
        width: auto; }
    .header .humberger {
      position: relative;
      height: 24px;
      width: 28px;
      display: inline-block;
      box-sizing: border-box;
      margin-left: 67px; }
      .header .humberger div {
        position: absolute;
        left: 0;
        height: 4px;
        width: 28px;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
        background-color: #FC813E;
        text-align: right; }
      .header .humberger div:nth-of-type(1) {
        top: 0; }
      .header .humberger div:nth-of-type(2) {
        top: 10px; }
      .header .humberger div:nth-of-type(3) {
        bottom: 0; }
      .header .humberger.active {
        margin: 18px 15px;
        display: block; }
        .header .humberger.active div:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
          background: #fff; }
        .header .humberger.active div:nth-of-type(2) {
          opacity: 0; }
        .header .humberger.active div:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
          background: #fff; }
    .header .g-nav-xs {
      position: fixed;
      right: -260px;
      top: 0;
      height: 100%;
      width: 260px;
      background: #e36848;
      transition: right .4s ease;
      z-index: 1000; }
      .header .g-nav-xs.open {
        right: 0; }
      .header .g-nav-xs .nav {
        display: block;
        border-top: solid 1px #fff; }
        .header .g-nav-xs .nav li {
          border-bottom: solid 1px #fff; }
          .header .g-nav-xs .nav li a {
            color: #fff;
            font-size: 18px;
            padding: 16px 15px;
            text-align: left;
            display: block; }

  .push {
    height: 22px !important; }

  footer {
    padding: 38px 0 !important;
    margin-top: 22px !important; }
    footer a:before {
      display: none; }

  .blank {
    height: 230px; }

  .pagetop {
    bottom: -56px;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .pagetop.true {
      bottom: 120px; } }
.inner {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  max-width: 100%; }
  .inner:before, .inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .inner:after {
    clear: both; }

.btn-item {
  cursor: pointer;
  transform: translateY(2px);
  transition-duration: 200ms; }
  .btn-item:hover {
    transform: translateY(-2px);
    transition-duration: 200ms; }

.required {
  background: #e36848;
  padding: 3px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px; }

.sale-style .form-check {
  padding-left: 0; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  letter-spacing: normal; }

select::-ms-expand {
  display: none; }

.attention {
  padding-bottom: 20px; }
  .attention .ttl {
    padding-top: 30px;
    font-size: 19px;
    padding-bottom: 10px; }
  .attention .body {
    padding-bottom: 20px; }
  .attention .go-mypage {
    margin: 0 auto;
    background: #e36848;
    color: #fff !important;
    display: block;
    padding: 10px;
    width: 200px;
    border-radius: 10px; }

.content {
  margin-top: 90px;
  padding-bottom: 100px; }

.page-ttl {
  padding-top: 60px;
  text-align: center; }

select {
  /*padding-right: 29px;*/
  /*direction: rtl;*/ }

.reset-date {
  color: blue;
  text-decoration: underline; }

.datetime {
  background: #fff !important; }

input.error,
select.error {
  border: 2px solid #e36848; }

label.error {
  color: #e36848; }

select.form-control {
  display: block;
  text-align-last: center;
  position: relative;
  background: url("../img/form_img/icn-arrow.svg") no-repeat center right 10px;
  padding-right: 1.5em; }

.radio, .checkbox {
  margin: 0; }
  .radio label, .checkbox label {
    min-height: initial;
    margin-right: 20px; }

input[type='checkbox'] {
  display: none; }
  input[type='checkbox'] + label {
    padding-left: 25px;
    position: relative;
    margin-right: 20px; }
    input[type='checkbox'] + label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #B5B5B6;
      border-radius: 4px;
      background: #fff; }
  input[type='checkbox']:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 8px;
    height: 13px;
    transform: rotate(40deg);
    border-bottom: 3px solid #FC813E;
    border-right: 3px solid #FC813E; }

.help {
  padding: 10px;
  border: 1px solid #dcdcdc;
  margin-top: 10px; }

input[type='radio'] {
  display: none; }
  input[type='radio'] + label {
    padding-left: 24px;
    position: relative;
    margin-right: 15px;
    line-height: 18px;
    transition: .2s ease;
    font-size: 16px;
    cursor: pointer; }
    input[type='radio'] + label::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #999;
      border-radius: 50%;
      transition: .2s ease;
      background: #fff; }
    input[type='radio'] + label:after {
      transition: .2s ease;
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      width: 10px;
      height: 10px;
      background: #FC813E;
      border-radius: 50%;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      visibility: hidden; }

input[type='radio']:checked + label {
  color: #FC813E; }
  input[type='radio']:checked + label::after {
    content: "";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible; }

.sending {
  background: #dcdcdc !important;
  color: #696969 !important; }

.form-area {
  width: 600px;
  margin: 50px auto 0; }

#comment {
  height: 90px; }

.form-check {
  line-height: 1em;
  padding-top: 10px; }

.form-label {
  padding-top: 10px; }

.t {
  text-align: center;
  padding-top: 8px; }

.l {
  padding-left: 15px !important; }

.r {
  padding-right: 15px !important; }

.b {
  margin-bottom: -10px;
  padding-right: 0;
  margin-right: -9px; }

.w-lg-300 {
  width: 300px; }

.briefing-area input {
  margin-bottom: 10px; }

.product-item-area {
  margin-bottom: -11px; }

.product-item-area .col-6 {
  padding: 0 3px; }

.non-ready {
  width: 400px;
  background: #dcdcdc;
  padding: 12px 10px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 18px;
  cursor: no-drop;
  transition: .2s ease; }

.btn-submit {
  width: 400px;
  background: #e36848;
  color: #fff;
  padding: 12px 10px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: .2s ease; }
  .btn-submit:hover {
    opacity: .8; }

@media screen and (max-width: 767px) {
  .form-check {
    padding-top: 15px;
    padding-bottom: 15px; }

  .content {
    margin-top: 60px;
    padding-bottom: 180px; }

  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }

  .page-ttl {
    padding-top: 30px; }
    .page-ttl img {
      height: 40px;
      width: auto; }

  .objectfit {
    margin-bottom: 30px; }

  .w-lg-300 {
    width: 100%; }

  .non-ready {
    width: 100%;
    max-width: 1200px/3; }

  .btn-submit {
    width: 100%;
    max-width: 1200px/3; }

  .form-area {
    width: 100%;
    margin-top: 30px; }

  .t {
    text-align: left; }

  .b {
    margin-right: 0px !important;
    padding-right: 15px; } }

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