@charset "UTF-8";
#wrapper {
  padding-top: 90px; }
  @media screen and (max-width: 768px) {
    #wrapper {
      padding-top: 60px; } }

body ul.pankuzu {
  font-size: 0;
  width: 100%;
  text-align: left;
  border-top: solid 2px #e4e4e4;
  padding: 19px 0 0 30px;
  position: static !important; }
  body ul.pankuzu li {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    color: #c8c8c8;
    font-size: 10px;
    font-size: 1rem; }
    body ul.pankuzu li::after {
      content: attr(data-arrow);
      position: absolute;
      top: 0;
      right: 0; }
    body ul.pankuzu li a {
      text-decoration: underline;
      color: inherit; }
body .contents {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 7%;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    body .contents {
      border-top: 2px solid #e4e4e4;
      font-size: 12px;
      font-size: 1.2rem; } }
  body .contents h1 {
    text-align: center;
	line-height: 1;
    margin-bottom: 40px;
    padding-top: 20px;
	padding-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    position: relative; }
	body .contents h1 span {
	display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;}
    @media screen and (max-width: 768px) {
      body .contents h1 {
        margin-bottom: 15px;
        padding-top: 25px;
        padding-bottom: 5px;
        font-size: 20px;
        font-size: 2rem; } }
    body .contents h1::after {
      content: '';
      width: 77px;
      height: 7px;
      background-color: #000;
      position: absolute;
      bottom: -10px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        body .contents h1::after {
          width: 65px;
          height: 5px;
          bottom: -5px; } }
  body .contents p.thx {
    width: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      body .contents p.thx {
        font-size: 17px;
        font-size: 1.7rem; } }
  body .contents p.notice {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    line-height: 1.9; }
    @media screen and (max-width: 768px) {
      body .contents p.notice {
        padding-top: 20px; } }
    body .contents p.notice a {
      text-decoration: underline; }
  body .contents .form_area {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      body .contents .form_area {
        margin-top: 40px; } }
    body .contents .form_area p.caution {
      line-height: 1.9; }
      body .contents .form_area p.caution span.bold {
        padding-bottom: 16px;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 3; }
        @media screen and (max-width: 768px) {
          body .contents .form_area p.caution span.bold {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 2; } }
    body .contents .form_area form {
      margin-top: 32px; }
      body .contents .form_area form .category {
        border-top: solid 2px #e4e4e4;
        padding: 12px 0;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: -webkit- space-between;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          body .contents .form_area form .category {
            border: none;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap; } }
        body .contents .form_area form .category label {
          display: inline-block;
          width: 255px;
          padding-left: 22px;
          position: relative;
          line-height: 29px; }
          @media screen and (max-width: 768px) {
            body .contents .form_area form .category label {
              display: block;
              width: 100%;
              padding-left: 14px; } }
          body .contents .form_area form .category label.required::before {
            content: '※';
            position: absolute;
            top: 0;
            left: 0; }
          body .contents .form_area form .category label + * {
            display: inline-block;
            width: 450px; }
            @media screen and (max-width: 768px) {
              body .contents .form_area form .category label + * {
                width: 100%; } }
        body .contents .form_area form .category input, body .contents .form_area form .category select, body .contents .form_area form .category button, body .contents .form_area form .category textarea {
          border: solid 2px #e4e4e4;
          line-height: 1.5;
          box-sizing: border-box;
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
        @media screen and (max-width: 768px) {
          body .contents .form_area form .category input {
            padding: 10px 1px; } }
        body .contents .form_area form .category textarea {
          height: 132px !important; 
		  width: 450px !important;}
          @media screen and (max-width: 768px) {
            body .contents .form_area form .category textarea {
              height: 100px;
			  width: 100% !important; } }
        body .contents .form_area form .category.post input {
          width: 35%; }
        body .contents .form_area form .category.post button {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 3.5px 5px;
          vertical-align: middle;
          margin-left: 10px;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            body .contents .form_area form .category.post button {
              margin-left: 3px;
              padding: 10px 5px; } }
        body .contents .form_area form .category.address .right {
          padding-left: 14px; }
          body .contents .form_area form .category.address .right div {
            padding: 10px 0; }
            body .contents .form_area form .category.address .right div label {
              width: 5em;
              padding-left: 0; }
            body .contents .form_area form .category.address .right div select, body .contents .form_area form .category.address .right div input {
              width: calc(100% - 6em); }
            body .contents .form_area form .category.address .right div select {
              font-size: 12px;
              font-size: 1.2rem;
              width: 33%; }
              @media screen and (max-width: 768px) {
                body .contents .form_area form .category.address .right div select {
                  width: 45%;
                  padding: 10px 0; } }
            @media screen and (max-width: 768px) {
              body .contents .form_area form .category.address .right div input {
                width: 100%; } }
        body .contents .form_area form .category.tel {
          font-size: 0; }
          body .contents .form_area form .category.tel label {
            font-size: 15px;
            font-size: 1.5rem; }
          body .contents .form_area form .category.tel input {
            width: 23%;
            font-size: 15px;
            font-size: 1.5rem;
            display: inline-block;
            vertical-align: middle; }
          body .contents .form_area form .category.tel span {
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 2px;
            margin: 0 10px;
            background-color: #e4e4e4; }
      body .contents .form_area form .btn {
        padding-top: 70px;
        font-size: 0;
        text-align: left; }
        body .contents .form_area form .btn button {
          width: 100px;
          margin-left: 270px;
          padding: 4px 0;
          background-color: #fff;
          border: solid 2px #e4e4e4;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: center;
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            body .contents .form_area form .btn button {
              margin-right: 20px;
              margin-left: 20px; } }
          body .contents .form_area form .btn button:nth-last-of-type(1) {
            margin-left: 50px; }
body footer {
  margin: 85px auto 10px;
  border-top: solid 2px #c8c8c8; }
  @media screen and (max-width: 768px) {
    body footer {
      height: 200px;
      margin-top: 40px; } }
  body footer .contact_area {
    display: none; }
  @media screen and (max-width: 768px) {
    body footer .foot_menu {
      height: 150px; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu .logo {
      display: none; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu nav {
      margin: 0;
      position: relative; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu nav ul.f_nav_x {
      display: none; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu nav .sns_icon {
      position: absolute;
      top: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      body footer .foot_menu nav .sns_icon a {
        margin: 0; } }

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