@charset "utf-8";

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

/* Main
------------------------------------------------------------------ */
/*
.top-att{
margin-top: 30px;
padding: 20px 40px;
background: #f9f9f9;
border: 1px dotted red;
font-size: 0.8em;
}
.top-att strong{
display: block;
color:#e5001f;
font-size: 16px;
}
*/
#content .attReserveCT {
	margin: 2em 0 0;
	background: #f9f9f9;
	padding: 2em 2.5em 2em;
	position: relative;
	text-align: center;
}
/*
.attReserveCT:before{
content: "";
display: block;
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
height: 8px;
-webkit-background-size: 16px 16px;
-moz-background-size: 16px 16px;
background-size: 16px 16px;
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: 350px;
	height: 75px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1em;
	text-align: center;
	border: 1px solid #dadada;
	margin:0;
	font-size: 1.2em;
	color: #da809e;
}
#content .attReserveCT a + a {
	margin-left: 1em;
}
#content .attReserveCT a:first-of-type {
	font-size: 1em;
	pointer-events: none;
}
#content .attReserveCT a:first-of-type::after {
	display: none;
}
#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: 20px;
margin: 0 0 10px;
display: block;
}
#content .attReserveCT .btn{
margin: 20px 50px;
display: flex;
justify-content:space-between;
padding: 30px 0;
border-bottom: 1px dotted #ddd;
border-top: 1px dotted #ddd;
}
.mainvisual + .inner p {
	margin-top: 2em;
}
.mainvisual + .inner p span {
	color: #e5001f;
}
.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: 300px;
	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;
}
p + input[type="text"] {
	margin-top: 1em;
}
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: 60px auto 0;
	padding: 60px 0 0;
	border-top: 1px solid #dadada;
}
#cat01 form > dl {
	margin: 4em 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 p + p {
	margin-left: 2.5em;
}
#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;
}
#cat01 form dd .attTxt{
display: block;
color:#e5001f;
margin-bottom: 0.5em;
}
#patient,
#cat01 form > dl > dd {
	padding: 1em;
}
#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 .reserveday input {
	width: 10em;
	margin-right: 0.4em;
}
#cat01 .reserveday select {
	width: 10em;
	margin-right: 0.4em;
	padding: 0.5em;
}



/* 3_いままでかかったことのある病気 */
#medicalHystory table {
	border: 1px solid #dadada;
	width: 100%;
	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%;
}
/* 日焼け */
#sunburn dd p:nth-child(5) {
	margin-left: 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 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;
}