/* TOPのタイトルと画面 */

.top-title{
position: absolute;
top: 20%;
left: 12%;
font-size: 50px;
}
p.fuchidori{
color: #ffffff; 
letter-spacing : 6px; 
font-weight: bold;
text-shadow:
2px 2px 0 #FC7C00,
-1px -1px 0 #FC7C00,
-1px 1px 0 #FC7C00,
2px -1px 0 #FC7C00,
0px 2px 0 #FC7C00, 
0-1px 0 #FC7C00,
-1px 0 0 #FC7C00,
1px 0 0 #FC7C00;
}
/*当院紹介*/
.information01{
padding: 40px 0;
background: #FFF7EC;
}

.information01 .infosub01{
width: 85%;
text-align: center;	
margin: 0 auto;
}
.information01 .infosub01 section{
margin: 0 10px;
}
.information01 .infosub01 section img{
width: 80%;
}
.information01 .infosub01 section p{	
text-align: left;
margin-top: 20px;
}
/*当院紹介ここまで*/
/*ワクチン・健診*/
.vacandexam01{
padding: 10px 0;
background: #FFF7EC;	
}
.subvacandexam01{
width: 90%;
text-align: center;
margin: 10px auto;
background: #ffffff;
border-radius: 20px;
padding: 20px 40px;
}
.vacandexam01 img{
width: 30%;
}
.vacandexam01 p{
font-size: 100%;
padding: 5px 20px;
text-align: left;
}
.vacandexam02{
padding: 30px 0;	
}
.vacandexam02 section{
width: 90%;
text-align: center;
margin: 10px auto;
background: #ffffff;
border-radius: 20px;
padding: 20px 40px;
}
.vacandexam02 img{
width: 30%;
}
.vacandexam02 p{
font-size: 100%;
padding: 15px 20px;
text-align: left;
}
.subvacandexam03{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
text-align: center;
margin: 10px auto;
}
.flex_normal{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.subvacandexam03 section{
width: 45%;
margin: 0 10px;
}
.flex_normal_box{
width: 65%;
}
.flex_normal_img {
width: 30%;
}
.subvacandexam03 ul{
padding: 10px;
text-align: left;
}
.subvacandexam03 ul li {
line-height: 1.3;
padding: 5px;
}
.subvacandexam03 img{
width: 80%;
}
.flex_normal img{
width: 100%;
}
.vacandexam04{
padding: 30px 0;	
}
.vacandexam04 section{
width: 90%;
text-align: center;
margin: 10px auto;
background: #ffffff;
border-radius: 20px;
padding: 20px 40px;
}
.vacandexam04 img{
width: 30%;
}
.vacandexam04 p{
font-size: 100%;
padding: 15px 20px;
text-align: left;
}
.vacandexam05{
padding: 10px 0;
background: #FFF7EC;
}
.subvacandexam05{
width: 90%;
text-align: center;
margin: 10px auto;
background: #FFF7Ec;
}
.subvacandexam05 section{
width: 80%;
text-align: center;
margin: 10px auto;
background: #ffffff;
border-radius: 20px;
padding: 20px 40px;
}
.subvacandexam05 p{
padding: 30px;
text-align: left;
}
.subvacandexam05 img{
width: 30%;
}
.subvacandexam055{
width: 90%;
text-align: center;
margin: 10px auto;
background: #FFF7Ec;
}
.subvacandexam055 section{
width: 80%;
text-align: center;
margin: 10px auto;
background: #ffffff;
border-radius: 20px;
padding: 20px 40px;
}
.subvacandexam055 p{
padding: 30px;
text-align: left;
}

.vacandexam06{
padding: 30px 0;
}
.subvacandexam06{
width: 90%;
text-align: center;
margin: 10px auto;
}
.subvacandexam06 section{
width: 80%;
text-align: center;
margin: 10px auto;
padding: 20px 40px;
}
.subvacandexam06 p{
padding: 10px;
text-align: left;
}
.subvacandexam06 img{
width: 70%;
}
/* ワクチン表 */
/*ワクチン・健診ここまで*/
/*診療表*/
.information02{
	margin-top: 40px;	
}
.medicalchart02{
width: 80%;
text-align: center;
margin: 10px auto;
padding-bottom: 30px;
}
.medicalchart02 table{
border: solid 2px #FF9934;
font-weight: bold;
color: #FC7C00;
}
.medicalchart02 table.table01 {
width: 80%;
border-right: #FF9934 solid 2px;
border-left: #FF9934 solid 2px;
border-collapse: collapse;
border-spacing: 0;
border: solid 2px #FF9934;
margin: 20px auto;
}
.medicalchart02 table.table01 thead th {
background: #FBE5D3;
color: #FF9934;
padding: 10px;
border-right: #FF9934 solid 2px;
border-bottom: #FF9934 solid 2px;
white-space: nowrap;
}
.medicalchart02 table.table01 thead th:last-child {
border-right: #FF9934 solid 2px;
}
.medicalchart02 table.table01 tbody th {
background: #FBE5D3;
color: #FF9934;
padding:10px 15px;
border-bottom: #FF9934 solid 2px;
border-color: #FF9934 solid 2px;
vertical-align: middle;
font-size: 90%;
}
.medicalchart02 table.table01 tbody tr:last-child th {
border-bottom: #FF9934 solid 2px;
}
.medicalchart02 table.table01 tbody td {
padding: 10px 15px;
border-left: #FF9934 solid 2px;
border-bottom: #FF9934 solid 2px;
vertical-align: middle;
color: #FC7C00;
}
.medicalchart02 table.table01 tbody td p{
text-align: center;
margin-top: 0;
color: #FC7C00;
}
/*診療表ここまで*/
.info{
width: 100%;
margin: 10px;
text-align: center;
}
.info ul{
text-align: left;
padding: 5px 5px;
font-weight: 500;
}
/* こどもクリニックおとものこだわり*/
.information03{
padding: 40px 0;
background: #FFF7EC;
}
.kodawari{
width: 90%;
text-align: center;
margin: 10px auto;
}
.kodawaribox{
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
}	
.kodawaribox section{
padding: 15px;
width: 35%;
margin: 20px 40px;
background: #ffffff;
border-radius: 20px;
}
.kodawaribox img{
width: 100%;
}
.kodawaribox p{
font-size: 90%;
padding: 5px 15px 5px 15px;
text-align: left;
}
/*ドクター*/
.docter01{
text-align: center;
background: #FFF7EE;
padding: 30px 0;
}
.doctersub01{
width: 80%;
text-align: center;
margin: 5px auto;
}
.doctersubbox01{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background: #ffffff;
border-radius: 25px;
padding: 20px;
margin-top: 30px;
}	
.doctersubbox01 section{
padding: 15px;
width: 43%;
margin: 20px 10px;
}
.doctersubbox01 img{
width: 90%;
}
.doctersubbox01 p{
font-size: 90%;
padding-top: 5px;
text-align: left;
}
.docter02{
text-align: center;
padding: 20px 0;
background: #FFF7EE;
}
.doctersub02{
width: 90%;
text-align: center;
margin: 5px auto;
}
.doctersubbox02{
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
flex-wrap: nowrap;
}	
.doctersubbox02 section{
padding: 15px;
width: 40%;
margin: 20px 30px;
background: #ffffff;
border-radius: 25px;
}
.doctersubbox02 img{
width: 100%;
}
.doctersubbox02 p{
font-size: 90%;
padding-top: 5px;
text-align: left;
}
.timeline {
list-style: none;
}
.timeline > li {
margin-bottom:30px;
}
.timeline-content{
text-align: left;
}
.timeline-content{
width: 90%;
float: left;
border-left: 3px #F6D239 solid;
padding-left: 20px;
margin-top: 3px;
}
.senmon{
position: relative;
padding: 0 .5em .5em 1.7em;
text-align: left;
}
.senmon::after {
position: absolute;
top: .4em;
left: .4em;
content: '';
width: 12px;
height: 12px;
background-color: #F6D239;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*ドクターここまで*/
/*初めての方*/
.firstvisit01{
text-align: center;
background: #FFF7EE;
padding: 30px 0;
}
.firstsub01{
width: 80%;
text-align: center;
margin: 5px auto;
}
.firstsub01 section{
padding: 15px;
margin: 20px 10px;
}
.firstsub01 img{
width: 100%;
}
.firstsub01 p{
padding-top: 5px;
text-align: left;
}
.firstvisit02{
text-align: center;
background: #FFF7EE;
padding: 30px 0;
}
.firstsub02{
width: 80%;
text-align: center;
margin: 5px auto;
}
.firstsub02 section{
padding: 30px;
background: #ffffff;
margin: 20px;
}
.firstsub02 img{
width: 35%;
}
.firstsub02 p{
padding: 25px 30px;
text-align: left;
}
.firstvisit03{
text-align: center;
background: #FFF7EE;
padding: 30px 0;
}
.firstsub03{
width: 80%;
text-align: center;
margin: 5px auto;
}
.firstsub03 section{
padding: 30px;
margin: 20px;
background: #ffffff;
}
.firstsub03 img{
width: 100%;
}
.firstsub03 p{
padding: 25px 30px;
text-align: left;
}
.firstvisit04{
text-align: center;
padding: 30px 0;
}
.firstsub04{
width: 80%;
text-align: center;
margin: 5px auto;
}
.firstsub04 p{
text-align: left;
padding: 5px 20px;
}
.firstsub04 table {
width: 100%; border-collapse: collapse;/*線を重ねて表示*/
}
.price th,.price td{
padding: 10px 15px;
border: 1px solid #FF9934;	white-space: nowrap;
}
.price th {
background: #FBE5D3;
width: 15%;
text-align: left;
color: #1A0D00; }
.firstsub04 td{
text-align: left;
}
.price td{
text-align: right;
}
/*お話集*/
.story01{
text-align: center;
background: #FFF7EE;
padding: 30px 0;
}
.storysub01{
width: 80%;
text-align: center;
margin: 5px auto;
}
.storysub01 section{
padding: 10px;
margin: 10px 40px;
}
.storysub01 img{
width: 20%;
}
.storysub01 p{
padding-top: 5px;
text-align: left;
}
.story02{
text-align: center;
background: #FFF7EE;
padding: 30px 0;
}
.storysub02{
width: 80%;
text-align: center;
margin: 5px auto;
}
.storysub02 section{
padding: 10px;
margin: 10px 40px;
}
.storysub02 img{
width: 20%;
}
.storysub01 p{
padding-top: 5px;
}
.story03{
text-align: center;
background: #FFF7EE;
padding: 30px 0;
}
.storysub03{
width: 80%;
text-align: center;
margin: 5px auto;
}
.storysub03 section{
padding: 10px;
margin: 10px 40px;
}
.storysub03 img{
width: 20%;
}
.storysub03 p{
padding-top: 5px;
}
/*アコーディオン*/
.actab01 {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
color: #ffffff;
}
.actab01 input {
position: absolute;
z-index: -1;
opacity: 0;
}
.actab01 label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #FC7C00;
}
.actab01 .actab01content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.6s;
transition: max-height 0.6s;
color: #333333;
background: #ffffff;
padding: 0 20px;
}
.actab01 .actab01content p {
margin: 15px 25px;
text-align: left;
}
/* :checked */
.actab01 input:checked ~ .actab01content {
max-height: 2000px;
}
/* Icon */
.actab01 label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.6s;
transition: all 0.6s;
text-align: center;
}
.actab01 input[type=checkbox] + label::after {
content: '+';
}
.actab01 input[type=checkbox]:checked + label::after {
transform: rotate(315deg);
}
.actab02 {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
color: #ffffff;
}
.actab02 input {
position: absolute;
z-index: -1;
opacity: 0;
}
.actab02 label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #FC7C00;
}
.actab02 .actab02content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.6s;
transition: max-height 0.6s;
color: #333333;
background: #ffffff;
}
.actab02 .actab02content p {
margin: 15px 25px;
text-align: left;
}
/* :checked */
.actab02 input:checked ~ .actab02content {
max-height: 2000px;
}
/* Icon */
.actab02 label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.6s;
transition: all 0.6s;
text-align: center;
}
.actab02 input[type=checkbox] + label::after {
content: '+';
}
.actab02 input[type=checkbox]:checked + label::after {
transform: rotate(315deg);
}
.actab03 {
position: relative;
overflow: hidden;
margin: 0 auto;
color: #FC7C00;
}
.actab03 input {
position: absolute;
z-index: -1;
opacity: 0;
}
.actab03 label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #FFF7EE;
text-align: left;
}
.actab03 .actab03content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.6s;
transition: max-height 0.6s;
color: #333333;
background: #FAF8D6;
}

.actab03 .actab03content p {
margin: 15px 25px;
text-align: left;
}
.actab03 .actab03content div{
margin: 15px 25px;
text-align: left;
}
.actab03 .actab03content div p {
margin: 0px;
text-align: left;
}
/* :checked */
.actab03 input:checked ~ .actab03content {
max-height: 2000px;
}
/* Icon */
.actab03 label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.6s;
transition: all 0.6s;
text-align: center;
}
.actab03 input[type=checkbox] + label::after {
content: '+';
}
.actab03 input[type=checkbox]:checked + label::after {
transform: rotate(315deg);
}
/*よくあるご質問*/
.faq_box{
width: 80%;
margin: 20px auto 80px;
}
dl.qa {
}
dl.qa dt{
color: #3498db;
font-size: 130%;
font-weight: bold;
margin: 40px 0 0 0;
}
dl.qa dt::before{
content: "Q.";
font-size: 130%;
font-weight: bold;
padding-right: 5px;
color: #3498db;
}
dl.qa dd{
border-bottom: dotted 1px #aaa;
font-weight: bold;
font-size: 120%;
color: #DB7734;
padding: 0 10px 20px 30px;
}
dl.qa dd::before{
color: #ff6767;
content: "A.";
font-size: 125%;
font-weight: bold;
padding-right: 5px;
}
.goto_yoyaku{
width: 80%;
max-width: 1500px;
margin: 30px auto;
}
.goto_yoyaku p{
text-align: center;
font-weight: bold;
font-size: 120%;
}
.goto_yoyaku a{
color: #ffffff;
padding: 10px;
text-align: center;
width: 90%;
margin: 20px auto;
background: rgba(247,124,2,1.00);
display: block;
font-weight: bold;
font-size: 120%;
}


@media screen and (max-width: 960px){
 /*診療案内*/
.container3{
margin-top: 10px;
margin-bottom:10px;
}
.information{
flex-direction: column;
width: 90%;
text-align: center;
margin: 0 auto;
}
}

/*iPadサイズここからここから*/
@media screen and (max-width: 768px){
/*ナビゲーションは非表示 */	
/* TOPのタイトルと画面 */	
.top-title{
top: 12%;
left: 10%;
font-size: 30px;
}
p.fuchidori{
letter-spacing: 3px; text-shadow:
1px 1px 0 #FC7C00,
-1px -1px 0 #FC7C00,
-1px 1px 0 #FC7C00,
1px -1px 0 #FC7C00,
0px 1px 0 #FC7C00, 
0-1px 0 #FC7C00,
-1px 0 0 #FC7C00,
1px 0 0 #FC7C00;
}
/*当院紹介*/
.information01{
padding: 20px 0;
background: #FFF7EC;
}
.information01 .infosub01{
width: 90%;
}
/*当院紹介ここまで*/
/* こどもクリニックおとものこだわり*/
.information03{
padding: 20px 0;
width: 100%;
}
.kodawaribox{
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
}	
.kodawaribox section{
padding: 15px;
width: 90%;
margin: 15px 10px;
}
.kodawaribox img{
width: 80%;
}
.kodawaribox p{
font-size: 90%;
padding: 5px 10px;
}
.information01 .infosub01 section img{
width: 100%;
}
/*ドクター*/
.docter01{
text-align: center;
background: #FFF7EE;
padding: 20px 0;
}
.doctersub01{
width: 90%;
text-align: center;
margin: 5px auto;
}
.doctersubbox01{
flex-direction: column;
flex-wrap: nowrap;
background: #ffffff;
border-radius: 25px;
padding: 10px;
margin-top: 15px;
}	
.doctersubbox01 section{
padding: 10px;
width: 100%;
margin: 10px 50px;
}
.doctersubbox01 img{
width: 75%;
}
.doctersubbox01 p{
font-size: 90%;
padding-top: 5px;
text-align: left;
}
.docter02{
text-align: center;
padding: 20px 0;
background: #FFF7EE;
}
.doctersub02{
width: 90%;
text-align: center;
margin: 5px auto;
}
.doctersubbox02{
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
}	
.doctersubbox02 section{
padding: 10px;
width: 100%;
margin: 10px 10px;
background: #ffffff;
border-radius: 25px;
}
.doctersubbox02 img{
width: 100%;
}
.doctersubbox02 p{
font-size: 90%;
padding-top: 5px;
text-align: left;
}
.timeline > li {
 margin-bottom:20px;
}
.timeline > li {
overflow: hidden;
margin: 0;
position: relative;
}
.timeline-date {
width: 100px;
float: left;
margin-top: 20px;
}
.timeline-content{
width: 95%;
float: left;
border-left: 3px #F6D239 solid;
padding-left: 20px;
}
/*ワクチン・健診*/
.vacandexam01{
padding: 10px 0;
background: #FFF7EC;	
}
.subvacandexam01{
width: 95%;
padding: 5px;
}
.vacandexam01 img{
width: 80%;
}
.vacandexam01 p{
padding: 5px;
text-align: left;
}
.vacandexam02{
padding: 10px 0;	
}
.vacandexam02 section{
width: 90%;
padding: 5px;
}
.vacandexam02 img{
width: 80%;
}
.vacandexam02 p{
padding: 5px;
}
.subvacandexam03{
flex-direction: column;
align-items: center;
margin: 10px auto;
}
.subvacandexam03 section{
width: 95%;
margin: 0 5px 20px 5px;
padding-bottom: 20px;
}
.subvacandexam03 ul{
background: #ffffff;
border-radius: 9px;
padding: 0.5em 1em 0.5em 2em;
text-align: left;
}
.subvacandexam03 ul li {
line-height: 1.3;
padding: 0.5em 0;
}
.subvacandexam03 img{
width: 90%;
}
.flex_normal{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 10px auto;
}
    .flex_normal_box{
width: 95%;
}
.flex_normal_img {
width: 80%;
}
.subvacandexam03 section{
width: 90%;
margin: 0 10px;
    }
.vacandexam04{
padding: 20px 0;	
}
.vacandexam04 section{
width: 95%;
border-radius: 20px;
padding: 5px;
}
.vacandexam04 img{
width: 80%;
}
.vacandexam04 p{
padding: 5px;
text-align: left;
}
.vacandexam05{
padding: 20px 0;
}
.subvacandexam05{
width: 95%;
}
.subvacandexam05 section{
width: 90%;
padding: 5px;
}
.subvacandexam05 p{
padding: 5px;
text-align: left;
}
.subvacandexam05 img{
width:80%;
}
.subvacandexam055{
width: 95%;
}
.subvacandexam055 section{
width: 90%;
padding: 5px;
}
.subvacandexam055 p{
padding: 5px;
text-align: left;
}

.vacandexam06{
padding: 20px 0;
}
.subvacandexam06{
width: 95%;
}
.subvacandexam06 section{
width: 95%;
text-align: center;
margin: 5px auto;
padding: 5px;
}
.subvacandexam06 p{
padding: 5px;
text-align: left;
}
.subvacandexam06 img{
width: 80%;
}
/*初めての方*/
.firstvisit01{
padding: 10px 0;
}
.firstsub01{
width: 90%;
}
.firstsub01 section{
padding: 5px 0;
margin: 5px;
}
.firstsub01 img{
width: 50%;
}
.firstsub01 p{
font-size: 100%;
padding-top: 5px;
text-align: left;
}
.firstvisit02{
padding: 20px 0;
}
.firstsub02{
width: 90%;
text-align: center;
margin: 5px auto;
}
.firstsub02 section{
padding: 15px;
background: #ffffff;
margin: 10px 0;
}
.firstsub02 img{
width: 55%;
}
.firstsub02 p{
font-size: 93%;
padding: 10px 5px;
}
.firstvisit03{
padding: 20px 0;
}
.firstsub03{
width: 90%;
margin: 5px auto;
}
.firstsub03 section{
padding: 10px;
margin: 10px 0;
}
.firstsub03 img{
width: 100%;
}
.firstsub03 p{
font-size: 93%;
padding: 10px 5px;
}
.firstvisit04{
text-align: center;
padding: 20px 0;
}
.firstsub04{
width: 90%;
}

.price th,.price td {
width: auto;
display: block;
border-top: none;
white-space: pre-wrap;
}
.price th{
color: #FC7C00;
font-weight: bold;
}
.price tr:first-child {
 border-top: 1px solid #FF9934;
 }
.price td{
text-align: right;
}
/*お話集*/
.story01{
padding: 10px 0;
}
.storysub01{
width: 95%;
}
.storysub01 section{
padding: 3px;
margin: 5px;
}
.storysub01 img{
width: 80%;
}
.storysub01 p{
padding-top: 5px;
text-align: left;
}
.story02{
padding: 10px 0;
}
.storysub02{
width: 95%;
}
.storysub02 section{
padding: 3px;
margin: 5px;
}
.storysub02 img{
width: 80%;
}
.storysub01 p{
padding-top: 5px;
}
.story03{
padding: 10px 0;
}
.storysub03{
width: 95%;
}
.storysub03 section{
padding: 3px;
margin: 5px;
}
.storysub03 img{
width: 80%;
}
.storysub03 p{
padding-top: 5px;
}
/*アコーディオン*/
.actab01 label {
text-align: left;
}
.actab01 .actab01content {
padding: 0 5px;
}
.actab01 .actab01content p {
margin: 10px 4px;
text-align: left;
font-size: 88%;
}
.actab02 label {
text-align: left;
}
.actab02 .actab02content {
padding: 0 5px;
}
.actab02 .actab02content p {
margin: 10px 4px;
text-align: left;
font-size: 88%;
}
.actab03 .actab03content p {
margin: 5px;
font-size: 88%;
}
/*よくあるご質問*/
.faq_box{
width: 90%;
margin: 20px auto;
}
dl.qa dt {
font-size: 1.1em;
margin: 20px 0 0 0;
}
dl.qa dt::before{
font-size: 1.1em;
padding-right: 5px;
}
dl.qa dd{
font-size: 1.0em;
padding: 0 5px 10px 15px;
}
dl.qa dd::before{
font-size: 1.1em;
padding-right: 5px;
}
.goto_yoyaku{
width: 95%;
margin: 30px auto;
}
.goto_yoyaku p{
text-align: center;
font-weight: 500;
font-size: 100%;
}
.goto_yoyaku a{
color: #ffffff;
padding: 10px;
text-align: center;
width: 90%;
margin: 20px auto;
font-size: 110%;
}
}
/*スマホサイズ*/
@media only screen and (max-width:479px) {
/*診療表*/
.medicalchart02{
width: 90%;
} 
.medicalchart02 table{
border: solid 1px #FF9934;
}
.medicalchart02 table.table01 {
width: 100%;
border-right: #FF9934 solid 1px;
border-left: #FF9934 solid 1px;
border: solid 1px #FF9934;
font-size: 80%;
}
.medicalchart02 table.table01 thead th {
padding: 3px 3px;
border-right: #FF9934 solid 1px;
border-bottom: #FF9934 solid 1px;
}
.medicalchart02 table.table01 thead th:last-child {
border-right: #FF9934 solid 1px;
}
.medicalchart02 table.table01 tbody th {
padding:3px 3px;
border-bottom: #FF9934 solid 1px;
border-color: #FF9934 solid 1px;
font-size: 60%;
}
.medicalchart02 table.table01 tbody tr:last-child th {
border-bottom: #FF9934 solid 1px;
}
.medicalchart02 table.table01 tbody td {
padding: 3px 5px;
border-left: #FF9934 solid 1px;
border-bottom: #FF9934 solid 1px;
} 
.info{
width: 100%;
margin: 5px;
text-align: center;
}
.info ul{
text-align: left;
padding: 5px 5px;
font-weight: 500;
}
/*よくあるご質問*/
.faq_box{
width: 90%;
margin: 20px auto;
}
dl.qa dt {
font-size: .9em;
margin: 20px 0 0 0;
}
dl.qa dt::before{
font-size: .9em;
padding-right: 5px;
}
dl.qa dd{
font-size: .8em;
padding: 0 5px 10px 15px;
}
dl.qa dd::before{
font-size: .8em;
padding-right: 5px;
}


}