@charset "utf-8";

/* contact_sp.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
#content .attReserveCT {
	margin: 2em 0;
	background: #f9f9f9;
	padding: 2em 2.5em 2em;
	position: relative;
	text-align: center;
}
/*
#content .attReserveCT:before{
content: "";
display: block;
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
height: 6px;
-webkit-background-size: 14px 14px;
-moz-background-size: 14px 14px;
background-size: 14px 14px;
background-color: #f9f9f9;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #da809e), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #da809e),
            color-stop(.75, #da809e), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(45deg, #da809e 25%, transparent 25%,
          transparent 50%, #da809e 50%, #da809e 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, #da809e 25%, transparent 25%,
          transparent 50%, #da809e 50%, #da809e 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, #da809e 25%, transparent 25%,
          transparent 50%, #da809e 50%, #da809e 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, #da809e 25%, transparent 25%,
          transparent 50%, #da809e 50%, #da809e 75%,
          transparent 75%, transparent);
background-image: linear-gradient(45deg, #da809e 25%, transparent 25%,
          transparent 50%, #da809e 50%, #da809e 75%,
          transparent 75%, transparent);
}
*/


#content .attReserveCT a {
	width: 48%;
	display: inline-block;
	background: #fff;
	padding:1em 0.5em;
	text-align: center;
	border: 1px solid #dadada;
	color: #da809e;

}
#content .attReserveCT a:first-child{
padding: 1.3em 0.5em 1em;
}
#content .attReserveCT a + a {
	margin-left: 4%;
}
#content .attReserveCT a:first-of-type {
	font-size: 0.8em;
}
#content .attReserveCT a:first-of-type span {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 0.2em;
}
#content .attReserveCT .notes.att-area{
margin-top: 0;
}
#content .attReserveCT .notes.att-area strong{
font-weight: bold;
color: #e5001f;
font-size: 15px;
margin: 0 0 5px;
display: block;
}
#content .attReserveCT .btn{
margin: 20px 0;
display: flex;
justify-content:space-between;
padding: 15px 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}

/*
.top-att{
margin-top: 20px;
padding: 15px 20px;
background: #f9f9f9;
border: 1px dotted red;
}
.top-att strong{
display: block;
color:#e5001f;
font-size: 13px;
}
*/
/* box */
#cat01 > .inner {
	padding: 0;
}
.mainvisual + .inner p {
	margin-top: 2em;
}
.mainvisual + .inner p span {
	color: #e5001f;
}

/* common */
.button {
	margin: 56px auto 0;
	text-align: center;
	width: 40%;
}
.button a {
	border: 1px solid #dadada;
	padding: 14px 0;
}
.formButton {
	text-align: center;
}
.formTable + .formButton {
	margin-top: 60px;
}
#content .formButton a,
#content .formButton input {
	width: 70%;
	background: #e2dfdd;
	color: #736357;
	border: none;
	outline: none;
	margin: 0 auto;
	padding: 0.5em 1em;
}
#content .formButton a:after {
	border: none;
}
:placeholder-shown,
::-webkit-input-placeholder {
	color: #a9a9a9;
	font-size: 0.9em;
}
textarea {
	padding: 0.5em;
	width: 100%;
	height: 16em;
	outline: none;
	border-radius: 5px;
	border: 1px solid #dadada;
}
input[type="text"],
input[type="number"],
input[type="email"] {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #dadada;
	background:none;
	outline: none;
	padding: 0.5em 1em;
	background-color: transparent!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p + input[type="text"] {
	display: block;
	margin: 1em auto 0;
}
p + textarea {
	margin-top: 1em;
	height: 8em;
}

/* #doctors_cat01
------------------------------------------------------------------ */
#content .sendComplete {
	padding: 10px 0 60px 0;
	text-align: center;
}
#subPage #content .sendComplete h2 {
	padding: 30px 0 20px 0;
	font-size: 1.4em;
	font-weight: normal;
}


/* #cat01
------------------------------------------------------------------ */
#subPage #cat01 {
	margin: 30px auto 0;
	padding: 30px 0 0;
	border-top: 1px solid #dadada;
}
#cat01 form > dl {
	margin: 3em 0 0;
}
#patient > dl + dl,
#cat01 form > dl > dd dl + dl {
	margin-top: 2em;
}
#cat01 form dd h3 {
	margin: 2em 0 1em 0;
	border-bottom: 1px solid #dadada;
}
#cat01 form dd p {
	display: inline-block;
}
#cat01 form dd .clearfix p {
	display: block;
	width: 50%;
	float: left;
	margin: 1em 0 0 0;
}
#cat01 form dd p + p {
	margin-left: 3em;
}
#cat01 form dd p input[type="radio"] {
	width: auto;
	margin: -0.3em 0.5em 0 0;
}
#cat01 form > dl > dt {
	padding: 1em 2em;
	text-indent: -1em;
	background: #f9f9f9;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	font-weight: bold;
	font-size: 1.1em;
}
#patient,
#cat01 form > dl > dd {
	padding: 1em 4%;
}
#cat01 form dt span {
	color: #e5001f;
	border: 1px solid #e5001f;
	font-size: 0.75em;
	vertical-align: middle;
	margin: 0 0 0 1em;
	padding: 0.2em 0.4em;
}
#cat01 form dd {
	margin: 2px 0 0 0;
}
#cat01 form dd select{
	width: 100%;
	height: 3em;
	outline: none;
	border: 1px solid #dadada;
	background: none;
	-webkit-appearance: none;
}
#cat01 form strong {
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 0 1em;
}
#cat01 form > dl > dd dt,
#patient > dl > dt {
	font-weight: bold;
  font-size: 1.2em;
}
#cat01 form dd .attTxt{
display: block;
color:#e5001f;
margin-bottom: 0.5em;
}

#cat01 .reserveday input {
	width: 10em;
	margin-right: 0.4em;
}
#cat01 .reserveday select {
	width: 10em;
	margin-right: 0.4em;
	padding: 0.5em;
}

/* 3_いままでかかったことのある病気 */
#medicalHystory dt {
	margin-bottom: 3em;
	position: relative;
}
#medicalHystory dt:after {
	content: "";
	width: 2em;
	height: 2em;
	background: url(../../images/common/icon_scroll_02.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	bottom: -3.5em; left: 50%;
	margin-left: -1em;
}
#medicalHystory dd {
	overflow: scroll;
}
#medicalHystory table {
	border: 1px solid #dadada;
	width: 800px;
	margin-top: 1em;
}
#medicalHystory td {
	border-top: 1px solid #dadada;
}
#medicalHystory td + td,
#medicalHystory th + th {
	border-left: 1px solid #dadada;
}
#medicalHystory td,
#medicalHystory th {
	padding: 0.5em;
}
#medicalHystory th {
	background: #f9f9f9;
	font-weight: normal;
	line-height: 1.4em;
	vertical-align: middle;
}
#medicalHystory input[type="text"],
#medicalHystory input[type="number"] {
	border: none;
}
#medicalHystory tr td:first-of-type input {
	width: 80%;
}
#medicalHystory tr td:last-of-type {
	text-align: center;
}
#medicalHystory thead th:first-of-type {
	width: 16%;
}
#medicalHystory thead th + th {
	width: 28%;
}
/* 日焼け */
#cat01 #sunburn dd p,
#cat01 #sunburn + dl dd p {
	display: block;
}
#cat01 #sunburn dd p + p,
#cat01 #sunburn + dl dd p + p {
	margin: 1em 0 0 0;
}

/* フォームボタン */
#cat01 .formButton {
	text-align: center;
}
#cat01 .formButton {
	text-align: center;
	margin: 50px 0;
}


/* 確認画面 */
#formWrap .formTable {
	width: 100%;
	margin: 10px 0 0 0;
}
#formWrap .formTable dt {
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}
.error_messe {
	color: red;
}
.error_messe + .formButton {
	margin-top: 3em;
}
.confirmBox {
	margin: 60px 0;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
#confirmWrap .formButton input {
	width: 45%;
}
#confirmWrap h2 {
	font-weight: normal;
	padding: 0 0 10px 0;
	font-size: 1.1em;
}
#formWrap h4 {
	margin: 0 0 40px 0;
}
#formWrap .formTable + .sendComplete {
	margin: 60px 0 0 0;
}
#formWrap dl + dl {
	margin: 3em auto 0;
}
#content a.txtLink{
display: inline-block;
width: auto;
color: inherit;
text-decoration: underline;
margin: 0 3px;
}
#content a.txtLink:after{
content: none;
}