@charset "UTF-8";
.cf:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.menu-contents {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .24rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .menu-contents {
    padding-top: 90px;
    padding-bottom: 270px;
    font-size: 14px;
  }
}



.menu-contents-sc {
  position: relative;
  margin-top: .50rem;
  padding: 0.35rem 0.12rem 1rem;
  background: #fff;
  border-radius: .15rem;
  box-shadow: 0.04rem 0.06rem 6px rgba(153, 151, 151, 0.75);
  color: #000;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc {
    margin-top: 50px;
    padding: 85px 40px 90px;
    border-radius: 15px;
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
  }
}


h5{
	padding: 18px 0;
	font-size: 24px;
	letter-spacing: .1em;
    text-align: center;
    color: #002588;
	border-bottom:2px solid #002588;
	border-top:2px solid #002588;
	color: #002588;
	}
	p.pri_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
/*お問い合わせ*/
.contact_kv {
    width: 185px;
}
label {
    display: block;
    font-weight: 800;
    margin-bottom: 3%;
	border-bottom: 2px solid #eee;
}
.must {
    color: #fff;
    margin-left: 10px;
    padding: 2px 10px;
    background: #d81781;
    border-radius: 20px;
    font-size: 11px;
}
p.thanks_text {
    font-size: 16px;
    text-align: center;
    margin: 3% 0 0 0;
    line-height: 1.3;
}
p.submit_text {
    text-align: center;
    margin-bottom: 20px;
}
button, input[type="button"] {
    background-color: #002588;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	font-size:18px;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
p.submit_btn {
    text-align: center;
	margin-bottom: 10px;
}
button, input[type="submit"]{
	background-color: #002588;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	font-size:18px;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
	}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
	    padding: 10px 15px;
    margin: 10px 10px 10px 0px;
    border-radius: 5px;
	border: 1px solid #ccc;

}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 10px 10px 0px;
    border-radius: 5px;
	border: 1px solid #ccc;
}
p.submit_btn {
    text-align: center;
}
p.contact_text {
    color: #fff;
    text-align: center;
    margin: 60px 0 40px 0;
}
.form_wrap{
    width:50%;
    margin: 0 auto 80px;}
p.submit_text {
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #fff !important;
    color: #fff;
}	

.contact_wrap {
    margin: 0 auto;
    width: 60%;
}
p.con_text {
    text-align: center;
    margin: 2% 0 5% 0;
	line-height: 1.3;
}
.screen-reader-response {
    text-align: center;
    font-size: 16px;
    margin: 3% 0;
	color:#d81781;
}
.wpcf7-response-output.wpcf7-validation-errors {
    text-align: center;
	color:#d81781;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
}
span.wpcf7-not-valid-tip {
    color: red;
}
.wpcf7c-conf {
    background-color: #E8F0FE;
    color: black;
    border: 1px solid #333333;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #d81781;
}	
@media screen and (min-width:0px) and (max-width:767px) {

h5 {
    font-size: 18px;}
p.con_text {
    text-align: left;
    margin: 2% 0 8% 0;
    line-height: 1.5;
}
.contact_wrap {
    margin: 0 auto;
    width: 100%;
}
}


