@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
*/



/* お問い合わせ */

form {
	border-radius: 10px;
	padding: 3em 2em;
/* 	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); */
}

.flex-box {
display: flex;
justify-content: space-between;
}

.flex-box-line {
display: flex;
justify-content: space-between;
align-items: center;
}


.flex-botan {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.agent_code_area{
display:none;
}

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}


.Form-Item-Label {
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
}

.Form-Item-Label-Required {
  border-radius: 2px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #FFCC33;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.Form-Item-Label-NO-Required {
  border-radius: 2px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #a7a7a7;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}



.Form-Item-Input, .Form-Item-Select {
  border: 1px solid #FFCC33;
  border-radius: 2px;
  padding: 0.7em 1em 0.7em 0.5em;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}


.Form-Item-Textarea {
  border: 1px solid #FFCC33;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
  height: 108px!important;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.Form-Btn {
  border-radius: 10px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 440px;
  display: block;
  letter-spacing: 0.05em;
  background: #FFCC33;
  color: #FFCC33;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 1px solid #FFCC33;
}




.Form-normal {
	width: 46%;
}
.Form-wide {
	width: 100%;
}
.Form-shrink {
	width: 35%;
}

.Form-Last-Item {
	margin-top: 30px;
	border-top: 1px solid #a7a7a7;
}

.Form-midasi {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.Form-explanation {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 17px;
}

.Form-Item-Sub {
	font-weight: 400;
	font-size: 13px;
}



.Form-privacy {
	cursor: pointer;
	 color: #0000EE;
 text-decoration: underline;
}

@media screen and (max-width: 750px) {
   .flex-box {
    flex-direction: column;
	gap: 1em;
   }
	 .flex-box-line {
    flex-direction: column;
	gap: 1.5em;
    align-items: initial;
   }
	.line-botan {
	margin-right: auto;
	margin-left: auto;
}
	.Form-Item {
  padding-top: 0;
  }
	.Form-normal, .Form-shrink {
		width: 100%;
	}
	.flex-botan-pc {
		display: none;
	}
	.flex-botan-sp {
		display: flex;
		flex-direction: column;
	}
	.Form-Item-Sub {
		font-size: 11px;
	}
	.Form-Last-Item {
		padding-top: 30px;
	}
	.Form-sousin {
		margin-top: 20px;
	}
	.Form-check {
		letter-spacing: 0.5px;
	}
	.Form-Btn {
  width: 90%;
  font-size: 20px;
		  padding-top: 10px;
  padding-bottom: 10px;
}


}

@media screen and (min-width: 751px) {
.flex-botan-sp {
		display: none;
	}
	.flex-box > div:nth-of-type(1) {
  margin-right: 2em;
}
}

.contact-full-color {
	background: rgba(0,0,0,0)!important;
}

.Form-Item select {
	margin-top: 10px;
}