/*reset*/
@charset "UTF-8";
/*
Reset CSS:ver1.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  cursor: default;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #F7F7F8;
  color: #333;
  font: 16px/400 -apple-system, BlinkMacSystemFont,Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic','メイリオ', meiryo, sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: .05rem;
  line-height: 1.5;
  width:100%;
  max-width:640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  color: #0044CC;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p{
	margin: 0;
	padding: 0;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
	margin: 0;
	padding: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* smart phone default style reset */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
  display: none;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input,
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #D3D3D3;
  background: #F7F7F7;
}
input:focus,
textarea:focus {
  background: #fffbc9;
}
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
  height: auto;
  width: 100%;
}
/* placeholder color */
input::-webkit-input-placeholder {
  color: #333;
  opacity: 0.7;
}
input::-moz-placeholder {
  color: #333;
  opacity: 0.7;
}
input::placeholder {
  color: #333;
  opacity: 0.7;
}
/* IE */
input:-ms-input-placeholder {
  color: #333;
}
/* Edge */
input::-ms-input-placeholder {
  opacity: 0.7;
}
/* テキストを選択時時のハイライトカラー */
::-moz-selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}



/*追従ボタン*/
.f_btn{
	color:#fff;
	cursor:pointer;
	font-size:50px;
	line-height:0;
	margin:0;
	max-width:640px;
	padding:0;
	transition:.3s;
	z-index:1;
	position:fixed;
	bottom:0;
	/*デフォルトで非表示にする*/
	opacity:0;
	visibility:hidden;
}
.active{
	opacity:1;
	visibility:visible;
}


/*div.form*/
.form{
	background:#fff;
	margin:0 auto;
	text-align:center;
}
.form img{
	margin:0 auto;
	text-align:center;
}
.btnarea{
	border:solid 1px #ff8a8a;
	border-radius: 10px;
	margin:30px 15px;
	padding:20px 10px 10px;
}
.form_btn{
	margin-bottom: 20px;
}


/*div.clinic-list-wrapper*/
.clinic-list-wrapper{
	background:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.clinic-header {
  height: auto;
  margin: 0 auto;
	background: #fff;
}
.area-item {
  width: 100%;
}
.area-item .item-header {
  background-color: #b20300;
  padding: 5%;
  display: flex;
  cursor: pointer;
  margin-top: 6%;
  border-radius: 8px;
  box-shadow: 0px 7px 0px 0px rgba(190, 190, 190, 0.4);
}
.area-item .item-header img {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.area-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sub-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub-header {
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 15px 0;
  color: #b20300;
  text-align: center;
  border-top: 1px solid #b20300;
  border-bottom: 1px solid #b20300;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 900;
}
.sub-body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  color: #441620;
  font-weight: 300;
}
.table-wrapper {
  width: 100%;
}
.map-wrapper {
  width: 100%;
}
.map-wrapper iframe {
  width: 100%;
}
.table-wrapper th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}
.table-wrapper td {
  padding-left: 16px;
  padding-bottom: 12px;
}
.area-item input {
  display: none;
}
.item-inner {
  display: none;
}
.area-item input[type="checkbox"]:checked + .item-inner {
  display: block;
}

/* riskText */
.riskText {
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  padding: 20px 0;
}
.riskText dt {
  font-weight: 600;
}

/*footer*/
.f_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 150px 0;
  background: #000;
  color: #fff;
}
.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.f_wrap ul li {
list-style-type: none;
  margin-bottom: 14px;
	text-decoration: none;
}
.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}
.f_wrap ul li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-decoration: none;
}
.f_wrap .f_copy p {
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 30em) {
.f_wrap{
padding: 2rem 0.5rem 8rem;
}
}




/************************
クリニック一覧 アコーディオン
************************/
.sec-clinic-list__wrap,
.sec-clinic-list__wrap * {
  all: unset;
}
.sec-clinic-list__wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 6% 10%;
  line-height: 1.5;
}
.sec-clinic-list__wrap img {
  width: 100%;
  height: auto;
}
.sec-clinic-list__wrap .sec-clinic-list__item {
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__header {
	background-color: #e3d58c;
  padding: 3% 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-top: 6%;
  font-size: clamp(10px, 4vw, 20px);
  border-radius: 4px;
  font-weight: 500;
}
.sec-clinic-list__wrap .sec-clinic-list__header img {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sec-clinic-list__wrap .sec-clinic-list__sub-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__sub-header {
  padding: 15px 0;
  color: #222222;
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
.sec-clinic-list__wrap .sec-clinic-list__sub-body {
  font-size: 15px;
  color: #222222;
  font-weight: 300;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap {
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table tr {
  display: table-row;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table th {
  display: table-cell;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table td {
  display: table-cell;
}
.sec-clinic-list__wrap .sec-clinic-list__map-wrap {
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__map-wrap iframe {
  width: 100%;
  height: 300px;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap td {
  padding-left: 16px;
  padding-bottom: 12px;
}
.sec-clinic-list__wrap .sec-clinic-list__item input {
  display: none;
}
.sec-clinic-list__wrap .sec-clinic-list__item-inner {
  display: none;
}
.sec-clinic-list__wrap .sec-clinic-list__item input[type='checkbox']:checked + .sec-clinic-list__item-inner {
  display: block;
}
/************************
/ クリニック一覧 アコーディオン
************************/
