@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* パンくずリスト非表示 */
#breadcrumb {
 display: none;
}

/* contact form7 */
.contact {
  width: 930px;
  max-width: 95%;
  margin: 20px auto 0 auto;
  padding-bottom: 20px;
}

.form-area {
  background-color: #f5f5f5;
  border: 1px solid #000;
  margin-top: 25px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;

  align-items: center;
}

.form-area dt {
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  line-height: 24px;
}

.form-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}

.form-area dt .required::after {
  content: "*";
  font-size: 16px;
  color: #eb4f32;
  margin-left: 10px;
}

.input-text {
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding: 0 10px 0 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

.message {
  width: 100%;
  height: 260px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}


.confirm-text {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px 0;
}

.confirm-text p {
  margin-bottom: 10px;
}

.submit-button-area {
	display:flex;
	justify-content:center;
  margin-top: 20px;
  text-align: center;
}

.submit-button {
  background-color: #3d68ae;
  color: #fff;
  display: inline-block;
  min-width: 180px;
  line-height: 2rem;
  border: 1px solid #3d68ae;
  border-radius: 8px;
}
.submit-button:hover{
	background-color: #fff;
	color: #3d68ae;
}
.prev{
	background-color: #fff;
  color: #000;
  display: inline-block;
  min-width: 180px;
  line-height: 2rem;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
}

.prev:hover {
  background-color: #a9a9a9;
	color:#fff;
  border: 1px solid #a9a9a9;
}


@media screen and (max-width:768px) {

  .contact {
    width: 90%;
    margin-top: 20px;
   
  }

  .form-area dt,
  .form-area dd {
    width: 100%;
  }

  .form-area dt {
    margin-bottom: 0;
  }

  .submit-button {
    width: 100%;
  }
}

div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.required, .option {
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	margin: 0 5px;
	font-size: 80%;
	padding: 1px 10px;
}
.required {
	background: #ff0000;
}
.option {
	background: #00a5f7;
}