@media screen and (min-width: 751px) {
	.contact__boxTtl{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}


.contact__box {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-bottom: 158px;
}
.contact__box .contact__txt {
    text-align: center;
}
.contact__box .contact__txt strong {
    font-size: 130%;
}
@media screen and (max-width: 750px) {
	.contact__box {
	width: 84vw;
}
.contact__box .contact__txt {
    font-size: 2.666vw
}
}
/*============
contact__box__border
=============*/
.contact__box .contact__box__border{
    background-color: #578EBD;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    margin-top: 82px;
	clear: both;
}
@media screen and (max-width: 750px) {
	.contact__box .contact__box__border{
    margin-top: 9.333vw;
		font-size: 4vw;
}
}






/* -------------------------------------

各種お問い合わせ方法

-----------------------------------------*/
.method__box{
	overflow: hidden;
	margin-bottom: 82px;
}


.contact__box .method__box .method__boxInner {
    margin-top: 40px;
}
.method__box .method__boxInner .method__boxInner__group  {
    border: 1px solid #000000;
    width: 480px;
    text-align: center;
    padding-top: 36px;
}
.method__boxInner .method__boxInner__group .method__boxInner__Ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
.method__boxInner__group.method__boxInner__groupLeft .method__boxInner__Aria .Charge {
    font-size: 12px;
}
.method__boxInner__group.method__boxInner__groupLeft .method__boxInner__Aria a {
    color: #000000;
    text-decoration: none;
}
.method__boxInner .method__boxInner__group .method__boxInner__Time {
    margin-top: 32px;
    margin-bottom: 23px;
}
.method__box .method__boxInner .method__boxInner__group.method__boxInner__groupLeft {
    float: left;
}
.method__box .method__boxInner .method__boxInner__group.method__boxInner__groupRight {
    float: right;
}
.method__boxInner .method__boxInner__group.method__boxInner__groupRight .method__boxInner__address {
    margin-top: 40px;
}
.method__boxInner__group.method__boxInner__groupRight .method__boxInner__address .address a {
    border-bottom: 1px solid #000000;
    color: #000000;
    padding-bottom: 2px;
    text-decoration: none;
}
.method__boxInner .method__boxInner__group.method__boxInner__groupRight .method__boxInner__privacy {
    margin-top: 10px;
    margin-bottom: 57px;
}
.method__boxInner__group.method__boxInner__groupRight .method__boxInner__privacy a {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #000000;
    font-size: 12px;
}
@media screen and (max-width: 750px) {
	.method__box{
	margin-bottom: 0px;
}
	
	
	.contact__box .method__box .method__boxInner {
    margin-top: 5.333vw;
		margin-bottom: 11.066vw;
}
.method__box .method__boxInner .method__boxInner__group  {
    width: 76vw;
    padding-top: 4vw;
    margin-left: auto;
    margin-right: auto;
}
.method__boxInner .method__boxInner__group .method__boxInner__Ttl {
    font-size: 4vw;
    margin-bottom: 5.066vw;
}
.method__boxInner__group.method__boxInner__groupLeft .method__boxInner__Aria .Charge {
    font-size: 2.666vw;
}
.method__boxInner .method__boxInner__group .method__boxInner__Time {
    margin-top: 4.666vw;
    margin-bottom: 5.333vw;
}
.method__box .method__boxInner .method__boxInner__group.method__boxInner__groupLeft {
    float: none;
}
.method__box .method__boxInner .method__boxInner__group.method__boxInner__groupRight {
    float: none;
    margin-top: 2.933vw;
}
.method__boxInner .method__boxInner__group.method__boxInner__groupRight .method__boxInner__address {
    margin-top: 0px;
}

.method__boxInner .method__boxInner__group.method__boxInner__groupRight .method__boxInner__privacy {
    margin-top: 3.066vw;
    margin-bottom: 5.333vw;
}
.method__boxInner__group.method__boxInner__groupRight .method__boxInner__privacy a {
    font-size: 2.666vw;
}
}




/* body ________________*/

body{
  color:#3E3E3E;
}








/* -------------------------------------

お問い合わせフォーム

-----------------------------------------*/
.form-wrapper{
  width: 960px;
  margin:0 auto;
  padding:20px;
}
.form{
    max-width: 100%;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

 dl{
  width: 100%;
}

.contact7 dt{
    margin-top: 24px;
    width: 333px;
    font-size: 18px;
    vertical-align: middle;
}

.contact7 dd {
  margin-top:24px;
  font-size:18px;
  vertical-align:middle;
}

.submit{
  background-color: #FFAA3B;
  border-radius:10px;
  box-shadow:rgba(0,0,0,.2) 0 3px 5px;
  padding:14px 50px;
  margin-top:30px;
}


/* メディアクエリ */

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


.form-wrapper{
  width: 84vw;
  padding: 0px;
}
.form{
  padding-left: 0px;
  padding-right:0px;
}
dl{
  width: 100%;
}
.contact7 dt{
    margin-top: 5.466vw;
    display: block;
    width: 80vw;
    vertical-align: middle;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}

.contact7 dd {
    margin-top: -10px;
    width: 84vw;
    display: block;
    vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 13px;
}
  .required{
  background-color: #FF4646;
  border-radius:5px;
  color:#fff;
  padding:2px 11px;
  display: inline-block;
}
.message{
  font-size:22px;
  margin-top:40px;
}

.privacy{
  margin-top:30px
}
.radio + span {
    font-size: 2.666vw;
	padding-left: 2.4em;
	margin-right: 0.2em;
}
	
.select {
	width: 84vw;
	}
}
.voice__boxTtl h2 {
    background-image: url("../img/contact/contact.png");
}
.method__boxInner__Aria {
    line-height: 23px;
    margin-top: 21px;
    margin-bottom: 34px;
}


/*ボタンデザインリセット*/
.reset {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}


/*個人情報保護方針*/
.contact_privacy__box {
    text-align: center;
    margin-top: 82px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.contact_privacy__box .contact_privacy__ttl {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2rem;
    margin-bottom: 28px;
}
.contact_privacy__box .contact_privacy__txt {
    text-align: justify;
    margin-bottom: 36px;
}
.contact_privacy__box .contact_privacy__link {
    width: 337px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #3E3E3E;
}
.contact_privacy__box .contact_privacy__link a {
    color: #3E3E3E;
}


@media screen and (min-width: 751px) {
.contact7 .contact_form_area {
    margin-top: 40px;
    margin-bottom: 25px;
}
.contact7 .contact_form_areaChoice {
    margin-top: 15px;
}
.contact7 .contact_form_comment {
    margin-top: -150px;
}
}



@media screen and (max-width: 750px) {
	/*ご検討中の研修内容や対象者など*/
	.select {
		font-size: 1rem;
		}
	
	/*地域*/
.contact7 .contact_form_areaChoice {
    margin-bottom: 30px;
}
	
	
	/*個人情報保護方針*/
.contact_privacy__box {
    margin-top: 8rem;
    width: 80vw;
}
.contact_pri.contact7 .contact_form_comment {
    font-size: 1.12rem;
}
.contact_privacy__box .contact_privacy__txt {
}
.contact_privacy__box .contact_privacy__link {
    width: 80vw;
}
}





/* Contact Form7 */

.contact7 {
    max-width: 100%;
    box-sizing: border-box;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.btn_contact7 {
	text-align: center;
}

/*リンクボタン*/
.btn_contact7 input  {
    background-image: -webkit-linear-gradient(315deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    background-image: -moz-linear-gradient(315deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    background-image: -o-linear-gradient(315deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    background-image: linear-gradient(135deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    width: 296px;
    clear: both;
    border-radius: 45.85px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
	border: none;
}
.btn_contact7 input:hover {
	filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
.btn_contact7 input {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 0.1rem;
	width: 296px;
}
@media screen and (min-width: 768px) {

.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}

}
@media screen and (max-width: 767px) {
	.contact7 {
    margin-top: 10vw;
}
}






/* テキストボックス*/

.wpcf7-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-size: 18px;
  padding: 0.4em 0.8em;
  width: 93%;
  height: 35px;
}
@media screen and (max-width: 750px) {
	.wpcf7-text {
    font-size: 3.466vw;
    padding: 0.4em 0.8em;
    width: 78vw;
}
}





/* テキストエリア */
.wpcf7-textarea{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  height: 238px;
  padding: 0.4em 0.8em;
  width: 93%;
  margin-top:10px;
}
@media screen and (max-width: 750px) {
	.wpcf7-textarea{
    font-size: 3.466vw;
    padding: 0.4em 0.8em;
    width: 78vw;
		height: 36.666vw;
}
}

/* ラジオボタン */

.wpcf7-form-control.wpcf7-radio{
  display: flex;
	}

span.wpcf7-list-item{
  position: relative;
  flex-basis: 48%;
  width: 100%;
	}
span.wpcf7-list-item .first{
    margin: 0!important
		}

.wpcf7-list-item-label{
  color: #333;
  cursor: pointer;
  font-size: 15px;
	  }

input[type="radio"]{
  position: absolute;
  opacity: 0;
	}

.wpcf7-list-item-label:before{
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 24px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 20px;
  height: 20px;
	}

input[type="radio"]:checked + .wpcf7-list-item-label:before{
  background-color: #000;
  box-shadow: inset 0 0 0 5px #fff;
	}

@media screen and (max-width: 750px) {
	.wpcf7-list-item-label{
  font-size: 3vw;
	  }
	.wpcf7-list-item-label:before{
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1vw;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 3vw;
  height: 3vw;
	}
  input[type="radio"]:checked + .wpcf7-list-item-label:before{
  background-color: #000;
  box-shadow: inset 0 0 0 2px #fff;
	}

}





/* ラベルのスタイル */
.wpcf7-form label {
display: block;
margin-bottom: 10px;
font-size: 16px;
color: #333333; /* ダークグレー */
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
background-color: #ff0000; /* レッド */
color: white;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
font-size: 12px;
}


/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
color: red;
font-size: 14px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
color: green;
font-size: 16px;
margin-bottom: 20px;
}