@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


/********* contact ***********/

/*ContactForm7カスタマイズ*/
.Form {
	width:80%;
	margin: 40px auto 0;
	text-align:center;
	max-width: 100%;
}

.Form-Item {
	padding:8px 14px;
	margin: 0 auto 0;
	text-align:center;
	align-items: center;
}
.Item-left{
	text-align:left;
}

.Form-Item-Label.isMsg {
    margin-top: 0;
  margin-bottom: auto;
}



.Form-Item-Input {
    width: 100%;
	height:50px;
    padding: 15px 10px;
    border: none;
    background: #edeff0;
    font-size: 16px;
    line-height: 2.2;
}

.Form-Item-Textarea,
.wpcf7-textarea{
    width: 100%;
	height:200px!important;
    padding: 8px 10px;
    border: none;
    background: #edeff0;
    font-size: .8em;
    line-height: 1.5;
}

.Form-Btn,
.wpcf7-submit {
  border-radius: 60pximportant;
  margin: 32px auto 0important;
  padding: 8px 0important;
  width: 230pximportant;
  display: blockimportant;
  letter-spacing: 0.05emimportant;
  background: #ffffimportant;
  color: #000000important;
  font-weight: 200important;
  font-size: 14pximportant;
	border: 2px solid #000000important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip  {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 120px;
    margin-top: 15px;
    padding: .6em 1em;
    border-radius: 2px;
    background-color: #ee1b1b;
    color: #ffffff;
	font-size:10px;
}

.wpcf7-not-valid-tip::before {
    position: absolute;
    top: -10px;
    width: 20px;
    height: 12px;
    background-color: #ee1b1b;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}


.sent table{
display:none!important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.cf_message{ display: none; }
.sent .cf_message{
    justify-content: left!important;
	text-align: left!important;
display: flex;
    grid-gap: 0 .7em;
    margin: 0 auto;
    padding: 1em;
    border-radius: 5px;
    background-color: #ecffe9;
    color: #333333;
}
}



.sent .cf_message svg {
    padding-right: 2px;
}

.sent .cf_message p {
 margin: 0;
    padding: 6px 0 0 .7em;
    border-left:none!important;
border-top: none!important;
border-right:  none!important;
border-bottom: none!important;
}

.Form-Item-Label{
	margin: 15px 0;
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
.isMsg {
	margin: 15px 0!important;

  }
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 250px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 780px) {

	.Form {
		width:100%;
	}


}


Company
/********************/


.comany_box  tr,
.comany_box  th,
.comany_box  td,
.comany_box  {
	border: none!important;

}


.comany_box {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 55px;
	font-size: 1rem;
}

.comany_box th,
.comany_box td {
	vertical-align: middle;
	border-bottom: 2px solid #0f0f0f!important;


}

.comany_box th {
	font-weight: bold;

}



.comany_box th,
.comany_box td {
	text-align:left!important;
	padding: 24px 0!important;
	border: none;
    background-color: #ffff;
}

.comany_box th {
	width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
	.comany_box th,
	.comany_box td,
	.comany_box tr {
		width: 100%;
		display: block;
	}

	.comany_box th {
		width: 100%;
	}

	.comany_box td {
		padding-top: 0;
	}
}
