<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.contactBox {
	width: 90%;
	margin: 60px auto 0;
}

.form-group {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
	border-left: 5px solid #7ab693;
	padding-left: 10px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*top_doctorImg*/
.rightImg img.opiniontopimg {
	display:block;
	width: 30%;
	margin-right: 70px;
}

.form-group::after, label::after {
	clear: both;
    display: table;
    content: " ";
}
label {
    color: #343c37;
    font-weight: 500;
    line-height: 1.5;
	display: inline-block;
	width: 35%;
	vertical-align: top;
}
span.optional {
    background: #929fa9;
    margin-left: 0.7rem;
    padding: 0.3rem 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 0.8rem;
}
span.must {
    background: #ff5722;
    margin-left: 0.7rem;
    padding: 0.3rem 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 0.8rem;
}
.form-notice {
    font-weight: 300;
    font-size: 84%;
    line-height: 1.4;
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px 0 0;
}
input[type="text"].form-control,
input[type="email"].form-control,
.confirmation_txt {
	display: inline-block;
	width: 65%;
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
	box-sizing: border-box;
}
input[type="text"].form-control#age {
	width:160px;
}
.form-control#treatment,
.confirmation_txt {
	width: 65%;
	height: 34px;
    border-radius: 4px;
}
.form-control#opinion,
.confirmation_txt {
	width: 65%;
	height: 35px;
	box-sizing: border-box;
}
textarea,
.confirmation_txt {
	display: inline-block;
	width: 65%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px 6px;
	box-sizing: border-box;
	}
.confirmation_txt {
	margin-top: 0;
	padding: 0 0.4rem;
    line-height: 35px;
}
input[type="radio"] {
	margin-right: 8px;
}
.form-radioInnr {
	float: left;
	width: 68%;
}
.form-radio label {
	width: 20%;
}

.form-radio p.form_txt {
	float: left;
    width: 30%;
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
}
.img-select p.form_txt {
	margin-bottom: 10px;
	width: 35%;
    display: inline-block;
    margin: 0 0 10px;
}
.img-selectInnr {
    width: 65%;
}
.formImgbox {
	margin-bottom: 15px;
	padding: 6px 0 0 5px;
}

.taC {
	margin-top: 30px;
}

.form_btn {
	display: block;
	margin: 0 auto;
	width: 600px;
	font-size: 18px;
}

.form_txt {
	font-weight: 600;
	color: #343c37;
	margin-bottom: 5px;
}
select#treatment,
select#opinion {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #595959;
	padding-left: 10px;
	border: 1px solid #CCC;
	background: #eee;
	background: url(../contact/images/arrow.png) right 6px center no-repeat #FFF;
	background-size: 11px, 100%;
}
textarea {
	resize: vertical;
}
.formtxtArea {
	height: auto;
}
span.age-sub-txt {
    margin-left: 0.7rem;
    line-height: 34px;
}
input[type="radio"] {
  display: none; 
}
input[type="radio"]:checked + label {
  background: #A4C1B0;
  color: #FFF; 
}

.form-radio label {
	width: 30%;
	font-size: 16px;
	border: 1px #ccc solid;
	border-radius: 6px;
	background: #FFF;
	padding: 0;
	padding-left: 1%;
	line-height: 34px;
	text-align: center;
}
.filepicker-ui {
    margin-bottom: 16px;
}
.filepicker-ui button {
    border-right: none;
    border-radius: 5px;
    display: inline-block;
    background: #B6CDC0;
    color: #FFF;
}
.formImgbox {
    margin-bottom: 15px;
    padding: 6px 0 0 5px;
}
.filepicker-ui input {
    border-radius: 5px;
    margin-left: 20px;
}
.filepicker-ui button, .filepicker-ui input {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 4px 20px;
}

@media screen and (max-width: 767px) {
	.contactBox {
	width: 100%;
	margin: 60px auto 0;
}

	.rightImg img.opiniontopimg {
	width: 50%;
	margin: 0 auto 20px;
}
	.form-group {
	display: block;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
	border-left: none;
	padding-left: 0;
}
	.formImgbox {
		width: 100%;
	}
	label {
    font-weight: 600;
    line-height: 1.5;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 17px;
	padding: 7px 0;
	border-radius: 6px 6px 0 0;
	background: #cde0d4;
	border: 1px solid #176467;
}
.form-notice {
	padding: 0;
}
input[type="text"].form-control,
input[type="email"].form-control,
.confirmation_txt {
	display: inline-block;
	width: 100%;
	padding: 0 2%;
	height: 34px;
	border: 1px solid #176467;
	border-top: none;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	height: 50px;
}
.img-select label {
	border-radius: 6px;
}

input[type="text"].form-control#age {
	width:50%;
}
.form-radio p.form_txt {
	float: left;
	font-weight: 600;
    line-height: 1.5;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 17px;
	padding: 7px 0;
	border-radius: 6px;
	background: #cde0d4;
    border: 1px solid #176467;
	text-align: center;
}
.form-radioInnr {
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
}
input[type="file"] {
	border: 1px solid #ccc;
    padding: 0 0.2rem;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 34px;
    height: 34px;
}
.form-control#treatment,
 .form-control#opinion,
 .confirmation_txt{
	width: 100%;
	margin-top: 0;
	height: 36px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #176467;
	border-top: none;
	height: 50px;
}
	textarea,
	.confirmation_txt {
	width: 100%;
	box-sizing: content-box;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 0 0 6px 6px;
	border: 1px solid #176467;
	border-top: none;
	}
	.form_btn {
	display: block;
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
}
span.age-sub-txt {
    font-size: 1.1rem;
    margin-left: 0.8rem;
}

	
}
</pre></body></html>