@charset "UTF-8";
.entry_cont {
  width: 100%;
  margin: 0 auto 200px;
}
.headtx {
  margin-bottom: 100px;
}
.headtx h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-bottom: 0.2em;
}
.headtx p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2em;
}
.mw_wp_form_input .open-area {
  display: none;
}
.mw_wp_form_input .open-area2 {
  display: none;
}
input.none {
  pointer-events: none;
  background: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.input_caption {
  font-size: 1.2rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.2em;
  font-weight: 400;
  display: inline-block;
}
.form_contbox {
  padding: 0;
  border-radius: 0;
  background: none;
}
.form_contbox .arrowbox {
  position: relative;
}
.form_contbox .arrowbox::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0;
  position: absolute;
  right: 100%;
  top: calc(50% - 10px);
}

.mw_wp_form_preview .etcbox{
	display: none;
	width:100%;
	word-break: break-all;
}

.mw_wp_form_preview .etcbox p{
	display: inline;
}

.mw_wp_form_preview .etcbox .addtx{
	display: inline;
}

.mw_wp_form_preview .etcbox .addtx::before{
	content: "：";
}

.mw_wp_form_preview .form_contbox .arrowbox {
  display: inline;
}
.mw_wp_form_preview .form_contbox .arrowbox::after {
  display: none;
}
.form_contbox table {
  width: 100%;
  border-collapse: collapse;
}
.form_contbox tr.bottom_border td {
  border-bottom: 1px solid #fff;
  padding: 10px 0 20px;
}
.form_contbox tr.pt td {
  padding: 20px 0 0 0;
}
.form_contbox table tr td {
  padding: 0 0 20px 0;
  border: none;
  border-left: none;
  border-right: none;
  line-height: 1.8em;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.form_contbox table tr td:first-child {
  font-size: 1.6rem;
  text-align: left;
  width: 200px;
  padding-right: 20px;
  color: #000;
}
.form_contbox table tr td.pbox {
  padding: 0 20px 20px 0;
  width: 200px;
  vertical-align: middle;
  line-height: 1.8em;
  box-sizing: border-box;
  text-align: left;
}
.form_contbox table tr td .caption {
  font-size: 1.6rem;
  display: block;
}
.mw_wp_form_input .confirmtx {
  display: none;
}
.mw_wp_form_preview .inputtx {
  display: none;
}
.mw_wp_form_preview table tr td {
  padding:20px 0 !important;
  line-height: 1.7em;
  font-weight: 400;
	border-bottom: 1px solid #fff;
}
.mw_wp_form_preview table tr td:first-child {
  padding: 0 20px 20px 0;
  width: 200px;
  vertical-align: middle;
  line-height: 1.8em;
  box-sizing: border-box;
  font-weight: 600;
}

.mw_wp_form_preview .addressbox:has(input[value=""]) {
  display: none;
}

.form_contbox table tr td span.check {
  color: #cc0000;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  border-radius: 9999px;
  margin: 0 0 0 5px;
  font-weight: 400;
}
.mw_wp_form_preview table tr td span.check {
  display: none;
}
span.error {
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="button"] {
  margin: 0;
  padding: 0;
  background: #eaeaea;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

input[type="radio"] {
  position: relative;
  margin: -0.25em 5px 0 0;
}
input[type="text"], input[type="email"] {
  padding: 1.5em 2em;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #fff;
  border: none;
  border-radius: 0;
  font-weight: 400;
}
.addressbox {
  margin: 0 0 20px 0;
  display: block;
  align-items: flex-start;
}
.mw_wp_form_preview .addressbox {
  display: inline;
}
.mw_wp_form_preview .input_caption {
  display: none;
}
.addressbox .tx {
  width: 100%;
  margin-bottom: 0.5em;
}
.mw_wp_form_preview .addressbox .tx {
  display: none;
}
.addressbox .tx p.caption {
  font-size: 1rem;
}
.addressbox .address_inputbox {
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mw_wp_form_preview .addressbox .address_inputbox {
  width: auto;
  display: inline;
}
.mw_wp_form_preview .addressbox:first-child {
  margin: 0 0 0 0;
}
.mw_wp_form_preview .addressbox:first-child::before {
  content: "〒";
  display: inline;
}
.addressbox:last-child {
  margin: 0 0 0 0;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
}
.box_w180 {
  max-width: 180px;
}
.box_w90 {
  max-width: 90px;
}
.mw_wp_form_preview .box_w180, .mw_wp_form_preview .box_w90 {
  display: inline;
  max-width: auto;
}
select {
  margin: 0 0 0 0;
  width: 100%;
  padding: 20px 35px 20px 25px;
  outline: none;
  letter-spacing: 0em;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  display: inline-block;
  background: url(/images/common/down_arrow.svg) no-repeat, #fff;
  background-size: 10px;
  background-position: right 15px top 50%;
  box-sizing: border-box;
  color: #000;
  border: none;
  border-radius: 20px;
  font-weight: 400;
}
.mwform-checkbox-field {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0;
}
.mw_wp_form .horizontal-item {
  margin: 15px 4em 15px 0 !important;
  display: inline-block;
  line-height: 1;
  min-width: 10%;
}
.mw_wp_form .w100 .horizontal-item {
  margin: 15px 4em 15px 0 !important;
  display: inline-block;
  line-height: 1;
  min-width: 100%;
}
.mwform-radio-field input[type="radio"] {
  display: none;
}
.mwform-radio-field input[type="radio"] + span {
  position: relative;
  font-weight: normal;
  margin: 0 0 0 0 !important;
  display: inline-block;
  padding-left: 0;
  line-height: 1.6em;
}
.mwform-radio-field input[type="radio"] + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #fff;
  vertical-align: middle;
}
.mwform-radio-field input[type="radio"]:checked + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #4696d2;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  vertical-align: middle;
}
.check_flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mwform-checkbox-field input[type="checkbox"] {
  display: none;
}
.mwform-checkbox-field input[type="checkbox"] + span {
  position: relative;
  font-weight: normal;
  display: inline-block;
  margin: 0 0;
}
.mwform-checkbox-field input[type="checkbox"] + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #fff;
  vertical-align: middle;
}
.mwform-checkbox-field input[type="checkbox"]:checked + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #4696d2;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  vertical-align: middle;
}
textarea {
  padding: 1.5em 2em;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  line-height: 1.6em;
  background: #fff;
  box-sizing: border-box;
  min-height: 200px;
  border-radius: 0;
  letter-spacing: 0.05em;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #000;
}
.mw_wp_form .cbtnbox {
  padding: 90px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mw_wp_form .cbtnbox .overbtn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 25px;
}
.mw_wp_form .cbtnbox .overbtn::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  clip-path: polygon(100% calc(100% - 20px), calc(100% - 20px) 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #4696d2;
  transform: scale(1);
  transform-origin: right bottom;
  transition: all 0.3s;
}
.mw_wp_form .cbtnbox .overbtn:hover input[type="submit"] {
  color: #fff;
}
.mw_wp_form .cbtnbox .overbtn:hover::after {
  transform: scale(2);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.mw_wp_form .cbtnbox .overbtn:nth-child(1){
	display: none;
}
	
.mw_wp_form_preview .overbtn:nth-child(1){
	display: block !important;
}
input[type="submit"].btn01 {
  width: 100%;
  min-width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 2;
  transition: color 0.2s;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
input[type="submit"].btn02 {
  width: 100%;
  min-width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 2;
  transition: color 0.2s;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}

@media screen and (max-width:750px) {
.entry_cont {
  width: 100%;
  margin: 0 auto 100px;
}
.headtx {
  margin-bottom: 50px;
}
.headtx h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-bottom: 0.2em;
}
.headtx p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2em;
}
.mw_wp_form_input .open-area {
  display: none;
}
.mw_wp_form_input .open-area2 {
  display: none;
}
	
input.none {
  pointer-events: none;
  background: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
	
.input_caption {
  font-size: 1.2rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.2em;
  font-weight: 400;
  display: inline-block;
}
.form_contbox {
  padding: 0;
  border-radius: 0;
  background: none;
}
.form_contbox .arrowbox {
  position: relative;
}
.form_contbox .arrowbox::after {
  display: none;
}

.mw_wp_form_preview .etcbox{
	display: none;
	width:100%;
	word-break: break-all;
}

.mw_wp_form_preview .etcbox p{
	display: inline;
}
	
.etcbox + .etcbox{
	margin-top:10px;
}

.mw_wp_form_preview .etcbox + .etcbox{
	margin-top:0;
}

.mw_wp_form_preview .etcbox .addtx{
	display: inline;
}

.mw_wp_form_preview .etcbox .addtx::before{
	content: "：";
}

.mw_wp_form_preview .form_contbox .arrowbox {
  display: inline;
}
.mw_wp_form_preview .form_contbox .arrowbox::after {
  display: none;
}
.form_contbox table {
  width: 100%;
  border-collapse: collapse;
}
.form_contbox tr.bottom_border td {
  border-bottom: 1px solid #fff;
  padding: 10px 0 20px;
}
	
.form_contbox tr.bottom_border td:first-child {
  border-bottom: none;
  padding: 0 0 0;
}
	
	.form_contbox tr.bottom_border + tr.bottom_border td:first-child{
		padding:20px 0 0 0;
	}
.form_contbox tr.pt td {
  padding: 0 0 0 0;
}
	
.form_contbox tr.pt td:first-child {
  padding: 20px 0 10px 0;
}
.form_contbox table tr td {
  padding: 0 0 20px 0;
  border: none;
  border-left: none;
  border-right: none;
  line-height: 1.8em;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  vertical-align: middle;
	display: block;
}
.form_contbox table tr td:first-child {
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
  padding-right: 0;
  color: #000;
  padding: 0 0 10px 0;
}
.form_contbox table tr td.pbox {
  padding: 0 0 10px 0;
  width: 100%;
  vertical-align: middle;
  line-height: 1.8em;
  box-sizing: border-box;
  text-align: left;
}
.form_contbox table tr td .caption {
  font-size: 1.6rem;
  display: block;
}
.mw_wp_form_input .confirmtx {
  display: none;
}
.mw_wp_form_preview .inputtx {
  display: none;
}
.mw_wp_form_preview table tr td {
  padding:0 0 20px 0 !important;
  line-height: 1.7em;
  font-weight: 400;
	border-bottom: 1px solid #fff;
}
.mw_wp_form_preview table tr td:first-child {
  padding: 20px 0 10px 0 !important;
  width: 100%;
  vertical-align: middle;
  line-height: 1.8em;
  box-sizing: border-box;
  font-weight: 600;
	border:none;
}

.mw_wp_form_preview .addressbox:has(input[value=""]) {
  display: none;
}

.form_contbox table tr td span.check {
  color: #cc0000;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  border-radius: 9999px;
  margin: 0 0 0 5px;
  font-weight: 400;
}
.mw_wp_form_preview table tr td span.check {
  display: none;
}
span.error {
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="button"] {
  margin: 0;
  padding: 0;
  background: #eaeaea;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

input[type="radio"] {
  position: relative;
  margin: -0.25em 5px 0 0;
}
input[type="text"], input[type="email"] {
  padding: 1em 1em;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #fff;
  border: none;
  border-radius: 0;
  font-weight: 400;
}
.addressbox {
  margin: 0 0 20px 0;
  display: block;
  align-items: flex-start;
}
.mw_wp_form_preview .addressbox {
  display: inline;
}
.mw_wp_form_preview .input_caption {
  display: none;
}
.addressbox .tx {
  width: 100%;
  margin-bottom: 0.5em;
}
.mw_wp_form_preview .addressbox .tx {
  display: none;
}
.addressbox .tx p.caption {
  font-size: 1rem;
}
.addressbox .address_inputbox {
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mw_wp_form_preview .addressbox .address_inputbox {
  width: auto;
  display: inline;
}
.mw_wp_form_preview .addressbox:first-child {
  margin: 0 0 0 0;
}
.mw_wp_form_preview .addressbox:first-child::before {
  content: "〒";
  display: inline;
}
.addressbox:last-child {
  margin: 0 0 0 0;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
}
.box_w180 {
  max-width: 180px;
}
.box_w90 {
  max-width: 90px;
}
.mw_wp_form_preview .box_w180, .mw_wp_form_preview .box_w90 {
  display: inline;
  max-width: auto;
}
select {
  margin: 0 0 0 0;
  width: 100%;
  padding: 20px 35px 20px 25px;
  outline: none;
  letter-spacing: 0em;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  display: inline-block;
  background: url(/images/common/down_arrow.svg) no-repeat, #fff;
  background-size: 10px;
  background-position: right 15px top 50%;
  box-sizing: border-box;
  color: #000;
  border: none;
  border-radius: 20px;
  font-weight: 400;
}
.mwform-checkbox-field {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0;
}
.mw_wp_form .horizontal-item {
  margin: 8px 2em 8px 0 !important;
  display: inline-block;
  line-height: 1;
  min-width: 40%;
}
.mw_wp_form .w100 .horizontal-item {
  margin: 15px 4em 15px 0 !important;
  display: inline-block;
  line-height: 1;
  min-width: 100%;
}
.mwform-radio-field input[type="radio"] {
  display: none;
}
.mwform-radio-field input[type="radio"] + span {
  position: relative;
  font-weight: normal;
  margin: 0 0 0 0 !important;
  display: inline-block;
  padding-left: 0;
  line-height: 1.6em;
}
.mwform-radio-field input[type="radio"] + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #fff;
  vertical-align: middle;
}
.mwform-radio-field input[type="radio"]:checked + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #4696d2;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  vertical-align: middle;
}
.check_flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mwform-checkbox-field input[type="checkbox"] {
  display: none;
}
.mwform-checkbox-field input[type="checkbox"] + span {
  position: relative;
  font-weight: normal;
  display: inline-block;
  margin: 0 0;
}
.mwform-checkbox-field input[type="checkbox"] + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #fff;
  vertical-align: middle;
}
.mwform-checkbox-field input[type="checkbox"]:checked + span::before {
  margin: -4px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #4696d2;
  background: #4696d2;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  vertical-align: middle;
}
textarea {
  padding: 1em 1em;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  line-height: 1.6em;
  background: #fff;
  box-sizing: border-box;
  min-height: 200px;
  border-radius: 0;
  letter-spacing: 0.05em;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #000;
}
.mw_wp_form .cbtnbox {
  padding: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
	flex-direction: column;
}
.mw_wp_form .cbtnbox .overbtn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 25px;
}
.mw_wp_form .cbtnbox .overbtn::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  clip-path: polygon(100% calc(100% - 20px), calc(100% - 20px) 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #4696d2;
  transform: scale(1);
  transform-origin: right bottom;
  transition: all 0.3s;
}
.mw_wp_form .cbtnbox .overbtn:hover input[type="submit"] {
  color: #fff;
}
.mw_wp_form .cbtnbox .overbtn:hover::after {
  transform: scale(2);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
	
.mw_wp_form .cbtnbox .overbtn:nth-child(1){
	display: none;
}
	
.mw_wp_form_preview .overbtn:nth-child(1){
	display: block !important;
	margin-bottom: 20px;
}
input[type="submit"].btn01 {
  width: 100%;
  min-width: 225px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 2;
  transition: color 0.2s;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
input[type="submit"].btn02 {
  width: 100%;
  min-width: 225px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 2;
  transition: color 0.2s;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
}