@charset "UTF-8";

@import url(pc.css) screen and (min-width: 768px);
@import url(tablet.css) screen and (max-width: 767px);

.fontcolor-orange{ color: #e36754; }
.fontlarge {font-size: 1.2em;}
.fontbig {font-size: 1.5em;}
.fontcenter { text-align: center; }

#contents .wpentry p.center-bottom0 {
    text-align: center;
    margin-bottom: 0px;
}

ul.pagelist {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
  margin-bottom: 40px;
  width: 80%;

}

ul.pagelist li {
  line-height: 1.5;
  padding: 0.5em 0;
  /*list-style-type: none!important;*/
}



div.top_information h2 { text-align: center; font-size: 18px; margin-bottom: 10px; }
div.top_information p { font-size: 14px; margin-bottom: 5px; }
.right_text {text-align: right;}

div#invisalign div.invisalign_photo {
    display: flex;
}
div#invisalign div.invisalign_photo div {
    width: 50%;
}

div#invisalign div.invisalign_photo div.text {
    align-self: center;
}

div#invisalign div.invisalign_photo div.text p {
    font-size: 1em;
    margin-bottom: 1em;
}

div#invisalign div.invisalign_photo div.text p:last-child{
  margin-bottom:0;
}
div.colorbk_darkblue {
  color: #fff;
  background-color: #10305f;
  padding-bottom: 1em;
}
div.colorbk_lightblue {
  color: #000;
  background-color: #cce0eb;
  padding-bottom: 1em;
}
p.textpadding{
  padding: 0 12px;
}
p.textcenter { text-align: center }

div.mouseguard_qa {
  margin-bottom: 2.5em;
}

div.mouseguard_qa .slide-btn {
  cursor: pointer;
  display: flex;
  gap: 8px;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 3px solid #cee2ed;
}

div.mouseguard_qa .slide-btn::before {
  content: 'Q';
}

div.mouseguard_qa .slide-btn::after {
  content: '＋';
  margin-left: auto;
}

a:hover{
  color: #000;
}

div.mouseguard_qa .slide-btn:first-letter {
  font-weight: bold;
  margin-right: 2px;
}

div.mouseguard_qa .slide-contents {
  width: 100%;
  margin: 0 0 1.6em 0;
  display: none;
}

div.mouseguard_qa .slide-contents .atext {
  display: flex;
  margin: 0 3px;
  gap: 8px;
}

div.mouseguard_qa .slide-contents .atext::before {
  content: 'A';
}

.wpentry div.clickmapimg p {
  margin-bottom: 0px;
  line-height: 100%;
}

map area:hover {
  cursor:pointer;
}

#contents .wpentry .mitinori_text_waku p.box1 {
	border: 2px #ffcc9c solid;
	border-radius: 10px;
	font-size: 1.1em;
	padding: 3px 10px;
	font-weight: bold;
	margin-bottom: .8em;
}

#contents .wpentry .mitinori_text_waku p.minitext {
	font-size: .9em;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	text-decoration:underline;
}
