/************
 style-contact
************/
/** topCom **/
#topCom{
	padding-bottom:30px;
}

#topCom span{
	color:#900;
}


/** blkInner **/
.blkInner{
	padding-bottom:30px;
}


/** contactTel **/

.contactTelLeft{
	padding-bottom:25px;
}

.contactTel h4 span{
	font-size:80%;
}

.contactTel ul li{
	padding-top:1px;
	padding-bottom:20px;
	font-weight:bold;
	font-size:122%;
	padding-left:5.5em;
	/*word-break:break-all; */
}

.contactTel ul li.telNum{
	background:url(../contact/img/contactIcon_tel.jpg) no-repeat;
}

.contactTel ul li.faxNum{
	background:url(../contact/img/contactIcon_fax.jpg) no-repeat;
}

/*
.contactTel ul li.mailAddress{
	background:url(../contact/img/contactIcon_mail.jpg) no-repeat;
	padding-left:7em;
	font-size:110%;
}
*/
.contactTel ul li span{
	font-size:80%;
}


/** notes **/
.notes ul li{
	padding:0;
	font-weight:normal;
	font-size:inherit;
	word-break:auto; 
	padding-left:1.2em;
	text-indent:-1.2em;
}

.contactTel .notes{
	padding-top:15px;
	margin-top:5px;
	border-top:1px dotted #999;
	font-size:90%;
}

#contactForm .notes{
	padding-top:15px;
	margin-top:15px;
	border-top:1px dotted #999;
	
}
#contactForm .notes ul li{
	list-style:disc;
	list-style-position:inside;
	padding-top:2px;
}

#contactForm .notes ul li span{
	color:#900;
	font-weight:bold;
}


/**********
 contactWrap
**********/
#contactForm .contactBox {
	margin-bottom:3px;
}

#contactForm .contactMidasi {
	padding: 10px 10px 5px 0;
	color: #414141;
}

#contactForm .contactMidasi span{
	font-size:0.8em;
	color:#f60;
}
#contactForm .pcBg {
}
#contactForm .contactForm {
	padding: 2px;
	/*background: #1d5081;*/
}
#contactForm .contactForm input {
	width: 95%;
	padding: 10px;
	background: #efe9d3;
	border: none;
	font-size:1.1em;
}

#contactForm .contactForm input.submitCheck{
	width:auto;
}

#contactForm .contactForm input.txtformMin{
	width: 95%;
	padding: 10px;
	background: #efe9d3;
	border: none;
}

#contactForm .contactForm textarea {
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	background: #efe9d3;
	border: none;
	font-size:1.1em;
}
#contactForm .contactSubmit {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background: #838383;
	border: none;
	font-size:110%;
	margin-bottom:7px;
}

#contactForm .contactReset {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background: #838383;
	border: none;
	font-size:110%;
}

#contactForm label {
	border-radius:0;
	border:none;
}

/**********
 faq
**********/
#faq .priBlk{
	padding-bottom:15px;
	margin-bottom:25px;}

#faq .priBlk p.title,
#faq .priBlkLast p.title{
	position:relative;
	padding-left:25px;
	font-weight: bold;
	font-size:120%;
	line-height:40px;
}
#faq .priBlk p.title:before,
#faq .priBlkLast p.title:before{
	content:''; 
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:11px; 
	left:0; 
	background-color:#00A8FF;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

#faq ul li{
	padding-left:30px;
	padding-top:4px;
	font-size:110%;
	line-height:1.5;
}
#faq ul li.q{
	background:url(../contact/img/faqIcon_q.jpg) no-repeat;
	padding-bottom:7px;
}

#faq ul li.a{
	background:url(../contact/img/faqIcon_a.jpg) no-repeat;
	padding-bottom:15px;
}


/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

/** h **/
#primary h2{
	width:100%;
	marin-bottom:25px;
	border-left:none;
	padding:0;
	text-indent:0;
	display:block;
	overflow:hidden;
	padding-top:80px;
	height: 0px !important;
	background:url(../contact/img/mentalreservation_h2.jpg) no-repeat;
	color:#fff;
}

#primary h2 p{
	display:none;
}




}


/* PC向け：1201px以上で固定 */
@media only screen and (min-width: 1201px) {

/** h **/
#primary h2{
	width:910px;
	marin-bottom:25px;
	border-left:none;
	padding:0;
	text-indent:0;
	display:block;
	overflow:hidden;
	padding-top:80px;
	height: 0px !important;
	background:url(../contact/img/mentalreservation_h2.jpg) no-repeat;
	color:#fff;
}

#primary h2 p{
	display:none;
}


/** contactTel **/
.contactTelLeft{
	padding-bottom:0;
	float:left;
	width:440px;
	display:block;
}

.contactTelRight{
	float:right;
	width:440px;
	display:block;
}





/* お問い合わせ */
#contactForm .contactBox {
	margin-bottom: 7px;
	/*background: #0f2c4c;*/
}
#contactForm .contactMidasi{
	width: 21.5384615%;
	margin: 0 auto;
	float: left;
	vertical-align:top;
	padding-top:8px;
}
#contactForm .pcBg {
	/*background: #0f2c4c;*/
}
#contactForm .contactForm {
	width: 74.5625%;
	float: right;
}
#contactForm .contactForm input {
	padding: 8px;
	width: 98%;
}

#contactForm .contactForm input.submitCheck{
	width:auto;
}

#contactForm .contactForm input.txtformMin{
	width: 50%;
	padding: 8px;
	background: #efe9d3;
	border: none;
}

#contactForm .contactForm textarea {
	padding: 8px;
	width: 98%;
}
#contactForm .contactSubmit{
	padding: 7px 30px;
	max-width:200px;
	color: #fff;
	background: #838383;
	border: none;
	font-size:1.2em;
	margin-bottom:0;
}


#contactForm .contactReset{
	padding: 7px 30px;
	max-width:200px;
	margin-left:15px;
	padding: 7px;
	color: #fff;
	background: #838383;
	border: none;
	font-size:1.2em;
}

/* ===== first-form風に寄せる追加CSS ===== */

#priContent h2 {
  border-bottom: none;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

#priContent h2 p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.reservationLead {
  background: #f7fbfc;
  border: 1px solid #d7e7ea;
  padding: 20px;
  margin: 0 0 28px;
  line-height: 1.9;
}

.reservationLead .leadTitle {
  font-weight: bold;
  color: #1b7f8c;
  margin-bottom: 10px;
  font-size: 18px;
}

.priConInner h3 {
  background: none;
  border-left: 5px solid #1b7f8c;
  padding: 8px 0 8px 14px;
  margin-bottom: 24px;
  font-size: 24px;
  color: #222;
}

#contactForm {
  background: #fff;
  border-top: 2px solid #e5e5e5;
}

.contactBox {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 0;
}

.contactMidasi {
  float: left;
  width: 260px;
  background: none !important;
  color: #222;
  font-weight: bold;
  line-height: 1.8;
  padding: 6px 20px 6px 0;
  box-sizing: border-box;
}

.contactMidasi span,
.subLabel span {
  color: #c62828;
  font-size: 13px;
  font-weight: bold;
}

.contactForm {
  float: right;
  width: calc(100% - 260px);
  box-sizing: border-box;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm select,
.contactForm textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  background: #fff;
}

.contactForm textarea {
  min-height: 140px;
  resize: vertical;
}

.dateRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dateRow .dateSelect {
  width: auto;
  min-width: 140px;
}

.radioGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 12px;
}

.radioGroup label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}

.subLabel {
  display: block;
  font-weight: bold;
  margin: 6px 0 8px;
  color: #333;
}

.contactSubmit,
.contactReset {
  min-width: 180px;
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 16px;
  cursor: pointer;
}

.contactSubmit {
  background: #1b7f8c;
  color: #fff;
  margin-right: 12px;
}

.contactReset {
  background: #e5e5e5;
  color: #333;
}

.notes {
  background: #fafafa;
  border: 1px solid #ececec;
  padding: 16px 20px;
  margin-top: 24px;
}

.notes ul {
  margin: 0;
  padding-left: 1.2em;
}

.notes li {
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .contactMidasi,
  .contactForm {
    float: none;
    width: 100%;
  }

  .contactMidasi {
    padding: 0 0 10px;
  }

  .contactBox {
    padding: 18px 0;
  }

  .dateRow {
    display: block;
  }

  .dateRow .dateSelect {
    width: 100%;
    margin-bottom: 10px;
  }

  .contactSubmit,
  .contactReset {
    width: 100%;
    margin: 0 0 12px;
  }
}



}

/* ===== 初診予約フォーム：冒頭案内文 ===== */

#primary #priContent .priConInner h3 {
  display: none !important;
}

#primary #priContent .priConInner .reservationIntro {
  display: block !important;
  width: 100% !important;
  margin: 0 0 24px 0 !important;
  padding: 16px 20px !important;
  box-sizing: border-box !important;
  background: #fafafa !important;
  border: 1px solid #ececec !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clear: both !important;
}

#primary #priContent .reservationIntro p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
  color: #222 !important;
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  #primary #priContent .priConInner .reservationIntro {
    margin: 0 0 20px 0 !important;
    padding: 14px 16px !important;
  }

  #primary #priContent .priConInner .reservationIntro p {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
}

/* 中画面 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #primary #priContent .reservationIntro {
    margin: 0 0 26px 0 !important;
    padding: 18px 22px !important;
  }

  #primary #priContent .reservationIntro p {
    font-size: 16px !important;
  }
}

/* 大画面 */
@media only screen and (min-width: 1201px) {
  #primary #priContent .reservationIntro {
    margin: 0 0 28px 0 !important;
    padding: 20px 24px !important;
  }

  #primary #priContent .reservationIntro p {
    font-size: 17px !important;
  }
}