@charset "UTF-8";
/* CSS Document */
/* CSS Document */
html, body {
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 2.0;
  font-size: 62.5%;
  font-size: 10px; }

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  /*  display: inline-block;*/ }

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

a:hover {
  opacity: 0.6; }

.content {
  padding: 50px; }

.contentb {
  max-width: 900px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem; }
  .contentb h1 {
    font-size: 32px;
    font-size: 3.2rem;
    border-bottom: 1px solid #ccc;
    border-top: 0 none;
    padding: 16px 0 12px;
    margin: 0 0 48px 0;
    text-align: center; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      .contentb h1 {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      .contentb h1 {
        font-size: 16px;
        font-size: 1.6rem;
        border-top: 1px solid #cccccc;
        margin: 0 0 8px;
        padding: 8px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      .contentb h1 {
        font-size: 16px;
        font-size: 1.6rem;
        border-top: 1px solid #cccccc;
        margin: 0 0 8px;
        padding: 8px; } }
    @media screen and (max-width: 350px) {
      .contentb h1 {
        font-size: 16px;
        font-size: 1.6rem;
        border-top: 1px solid #cccccc;
        margin: 0 0 8px;
        padding: 8px; } }
    .contentb h1 span {
      display: inline-block;
      text-align: left; }

.content_txt {
  padding: 0 16px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    .content_txt {
      padding: 0 8px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    .content_txt {
      padding: 0 8px; } }
  @media screen and (max-width: 350px) {
    .content_txt {
      padding: 0 8px; } }

.content_txtb {
  max-width: 700px;
  width: 100%;
  margin: auto; }
  .content_txtb p {
    display: inline-block;
    text-align: left; }

.contact_flow {
  margin: 40px 0 0; }

.contact_flowb ul {
  display: table;
  margin: auto; }
  .contact_flowb ul li.island {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 45px;
    background: #5a79b0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      .contact_flowb ul li.island {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      .contact_flowb ul li.island {
        font-size: 16px;
        font-size: 1.6rem;
        width: 140px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      .contact_flowb ul li.island {
        font-size: 16px;
        font-size: 1.6rem;
        width: 140px;
        height: 40px; } }
    @media screen and (max-width: 350px) {
      .contact_flowb ul li.island {
        font-size: 15px;
        font-size: 1.5rem;
        width: 140px;
        height: 35px; } }
    .contact_flowb ul li.island.this {
      background: #264884;
      font-weight: bold; }
  .contact_flowb ul li.arrow {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 0 5px; }
    .contact_flowb ul li.arrow span {
      display: block;
      width: 35px;
      height: 2px;
      background: #5a79b0; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        .contact_flowb ul li.arrow span {
          width: 20px; } }
      @media screen and (max-width: 350px) {
        .contact_flowb ul li.arrow span {
          width: 15px; } }
    .contact_flowb ul li.arrow:after {
      display: block;
      content: '';
      position: absolute;
      width: 15px;
      height: 2px;
      background: #5a79b0;
      bottom: 50%;
      right: 0;
      transform: rotate(40deg);
      margin: 0 4px 4px 0; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        .contact_flowb ul li.arrow:after {
          width: 10px;
          margin: 0 4px 2px 0; } }
      @media screen and (max-width: 350px) {
        .contact_flowb ul li.arrow:after {
          width: 8px;
          margin: 0 4px 1px 0; } }

/*
---------------------------------------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

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

/*
---------------------------------------------------------------*/
input,
button,
select,
textarea {
  font-size: 14px;
  background: #fff;
  /* iOS 16px以下だとフォーム拡大 */ }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 350px) {
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }

input, textarea {
  border: 1px solid #ddd;
  border-radius: 5px; }

input {
  padding: 5px; }

.radio label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px; }

.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff; }

.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #27aece;
  border-radius: 50%; }

.check label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px; }

.check label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff; }

.check input:checked + label::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #264884;
  border-left: 2px solid #264884;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 14px; }

select {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background: #eee; }

textarea {
  margin: 0;
  padding: 5px;
  width: 80%; }

input[type=file] {
  border: none;
  width: 100%; }

input[type=file]::file-selector-button {
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 20px; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    input[type=file]::file-selector-button {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px 15px; } }
  @media screen and (max-width: 350px) {
    input[type=file]::file-selector-button {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px 15px; } }

input[type=file]:hover::file-selector-button {
  cursor: pointer;
  opacity: 0.6; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    input[type=file]:hover::file-selector-button {
      cursor: auto;
      opacity: 1.0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    input[type=file]:hover::file-selector-button {
      cursor: auto;
      opacity: 1.0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    input[type=file]:hover::file-selector-button {
      cursor: auto;
      opacity: 1.0; } }
  @media screen and (max-width: 350px) {
    input[type=file]:hover::file-selector-button {
      cursor: auto;
      opacity: 1.0; } }

/*
---------------------------------------------------------------*/
.form_area {
  margin: 45px 0 0;
  padding: 0 16px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    .form_area {
      margin: 20px 0 0;
      padding: 0 8px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    .form_area {
      margin: 20px 0 0;
      padding: 0 8px; } }
  @media screen and (max-width: 350px) {
    .form_area {
      margin: 15px 0 0;
      padding: 0 8px; } }

.form_areab {
  max-width: 700px;
  width: 100%;
  margin: auto; }
  .form_areab table {
    width: 100%; }
    .form_areab table th {
      border-top: 1px dotted #cccccc;
      width: 190px;
      padding: 16px 0;
      text-align: left;
      font-weight: normal !important; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        .form_areab table th {
          display: block;
          width: 100%;
          padding: 8px 0 0 0;
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 350px) {
        .form_areab table th {
          display: block;
          width: 100%;
          padding: 8px 0 0 0;
          font-size: 14px;
          font-size: 1.4rem; } }
      .form_areab table th span.imp {
        margin-left: 1.0em;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal !important;
        color: #DE5D50; }
    .form_areab table td {
      border-top: 1px dotted #cccccc;
      padding: 16px 0; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        .form_areab table td {
          display: block;
          width: 100%;
          padding: 5px 0 8px 0;
          border-top: none; } }
      @media screen and (max-width: 350px) {
        .form_areab table td {
          display: block;
          width: 100%;
          padding: 5px 0 8px 0;
          border-top: none; } }
      .form_areab table td.privacy {
        text-align: center; }
      .form_areab table td span {
        margin: 0 5px 0 10px; }
        .form_areab table td span:first-of-type {
          margin: 0 5px 0 0; }
      .form_areab table td span.imp {
        margin: 0 0 0 10px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          .form_areab table td span.imp {
            padding: 2px 10px 0; } }
      .form_areab table td .error {
        color: #ff0000;
        line-height: 1.5; }
        .form_areab table td .error:first-of-type {
          margin: 10px 0 0; }
      .form_areab table td div + div {
        margin: 5px 0 0; }
    .form_areab table tr:last-of-type td {
      border-bottom: 1px dotted #cccccc; }
    .form_areab table tr:last-of-type th {
      border-bottom: 1px dotted #cccccc; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        .form_areab table tr:last-of-type th {
          border-bottom: none; } }
      @media screen and (max-width: 350px) {
        .form_areab table tr:last-of-type th {
          border-bottom: none; } }

.contact-btn {
  text-align: center; }
  .contact-btn .pass_img img {
    border: 1px solid #cccccc; }
  .contact-btn button {
    display: block;
    max-width: 320px;
    width: 100%;
    background: #DE5D50;
    color: #ffffff;
    margin: auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 16px;
    /*&:before {
    	display: inline-block;
    	content: '';
    	width: 7px;
    	height: 7px;
    	border-top: 1px solid #ffffff;
    	border-right: 1px solid #ffffff;
    	transform: rotate(45deg);
    	position: relative;
    	top: -2px;
    	margin-right: 15px;
    }*/ }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      .contact-btn button {
        font-size: 15px;
        font-size: 1.5rem;
        max-width: 240px;
        width: 100%; } }
    @media screen and (max-width: 350px) {
      .contact-btn button {
        font-size: 15px;
        font-size: 1.5rem;
        max-width: 200px;
        width: 100%; } }
  .contact-btn.confirm_area {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 50px 0 0; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      .contact-btn.confirm_area {
        margin: 30px 0 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      .contact-btn.confirm_area {
        display: block;
        margin: 30px 0 0; } }
    @media screen and (max-width: 350px) {
      .contact-btn.confirm_area {
        display: block;
        margin: 30px 0 0; } }
    .contact-btn.confirm_area .inline {
      max-width: 320px;
      width: 100%;
      margin: 0 10px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        .contact-btn.confirm_area .inline {
          max-width: 240px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        .contact-btn.confirm_area .inline {
          max-width: 240px;
          margin: 0 auto 10px; } }
      @media screen and (max-width: 350px) {
        .contact-btn.confirm_area .inline {
          max-width: 200px;
          margin: 0 auto 10px; } }
      .contact-btn.confirm_area .inline .form_box_btn_back {
        background: #999999; }

#uword {
  max-width: 360px;
  width: 100%;
  margin: 15px 0 50px 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    #uword {
      margin: 10px 0 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    #uword {
      margin: 10px 0 30px; } }
  @media screen and (max-width: 350px) {
    #uword {
      margin: 10px 0 20px; } }

input[type='text'] + input[type='text'] {
  margin-left: 1.0em; }

.w100 {
  max-width: 530px;
  width: 100%; }

.w50 {
  max-width: 265px;
  width: 50%; }

.w40 {
  max-width: 215px;
  width: 40%; }
  @media screen and (max-width: 350px) {
    .w40 {
      width: 37%; } }

.w30 {
  max-width: 120px;
  width: 30%; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    .w30 {
      width: 50%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    .w30 {
      width: 50%; } }
  @media screen and (max-width: 350px) {
    .w30 {
      width: 50%; } }

.contact_txt strong {
  font-weight: bold; }
.contact_txt .contact_add {
  margin: 30px 0 30vh; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    .contact_txt .contact_add {
      margin: 30px 0 30vh; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    .contact_txt .contact_add {
      margin: 30px 0 20vh; } }
  @media screen and (max-width: 350px) {
    .contact_txt .contact_add {
      margin: 30px 0 15vh; } }
.contact_txt .contact_addb {
  border: 1px solid #cccccc;
  padding: 50px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    .contact_txt .contact_addb {
      padding: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    .contact_txt .contact_addb {
      padding: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    .contact_txt .contact_addb {
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    .contact_txt .contact_addb {
      padding: 15px; } }

footer ul {
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    footer ul {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    footer ul {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 350px) {
    footer ul {
      font-size: 14px;
      font-size: 1.4rem; } }
