@charset "UTF-8";
/* SASS Document */
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  html,
  body {
    background-color: #fff;
  }

  /* 診療案内 */
  .page_info > .info_box_1 > div {
    margin-bottom: 30px;
    font-size: 1.2rem;
    overflow: hidden;
  }
  .page_info > .info_box_1 > div:last-child {
    margin-bottom: 0;
  }
  .page_info .info_list > ul > li {
    width: 100%;
  }
  .page_info .info_list > ul > li > i {
    font-size: 1.3rem;
    padding-right: 5px;
    line-height: 2;
    color: #369EFD;
  }

  /* 医師紹介 */
  .page_doctor .doctor_left {
    width: 100%;
  }
  .page_doctor .doctor_left .doctor_t {
    text-align: right;
    padding-top: 20px;
  }
  .page_doctor .doctor_right {
    text-align: center;
    margin-top: 20px;
  }
  .page_doctor .doctor_right > img {
    border: 1px #ccc solid;
  }
  .page_doctor .doctor_b {
    font-size: 2.0rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .page_doctor .doctor_profile {
    margin-bottom: 20px;
	letter-spacing: .1vw;
  }
  .page_doctor .doctor_profile:last-child {
    margin-bottom: 0;
  }
  .page_doctor .doctor_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .page_doctor .doctor_table th, .page_doctor .doctor_table td {
    font-size: 1.2rem;
    padding-bottom: 3px;
    text-align: left;
    font-weight: normal;
  }

  /* 施設案内 */
  .page_facilities ul.faci_table > li {
    box-sizing: border-box;
    margin-bottom: 4vw;
    width: 100%;
  }

  .page_facilities ul.faci_table > li > img {
    border: 1px #ddd solid;
  }
  .page_facilities ul.faci_table > li > div {
    text-align: center;
  }
  .page_facilities ul.faci_table > li .faci_text {
    padding-top: 10px;
    font-size: 1.6rem;
  }
  .page_facilities ul.faci_table > li:last-child {
    margin-bottom: 0;
  }

  /* よくある質問 */
  .page_faq ul.faq_line {
    padding-bottom: 20px;
    border-bottom: 1px dotted #369EFD;
    margin-bottom: 20px;
  }
  .page_faq ul.faq_line > li {
    display: table;
    margin-bottom: 10px;
  }
  .page_faq ul.faq_line > li > div {
    display: table-cell;
  }
  .page_faq ul.faq_line > li > div.question {
    width: 3em;
    line-height: 2.2em;
  }
  .page_faq ul.faq_line > li > div.question > span {
    background-color: #369EFD;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #369EFD;
    font-weight: bold;
    box-sizing: border-box;
  }
  .page_faq ul.faq_line > li > div.q_text {
    color: #369EFD;
  }
  .page_faq ul.faq_line > li > div.answer {
    width: 3em;
    line-height: 2.2em;
  }
  .page_faq ul.faq_line > li > div.answer > span {
    background-color: #fff;
    color: #369EFD;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #369EFD;
    font-weight: bold;
    box-sizing: border-box;
  }
  .page_faq ul.faq_line > li > div > ul.text {
    margin-top: 10px;
    border: 1px #ddd solid;
    padding: 10px;
  }
  .page_faq ul.faq_line > li > div > ul.text > li {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .page_faq ul.faq_line > li > div > ul.text > li:last-child {
    margin-bottom: 0;
  }
  .page_faq ul.faq_line > li > div > ul.text > li > h4 {
    font-size: 1.4rem;
  }
  .page_faq ul.faq_line > li:last-child {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .page_faq ul.faq_line:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  /* アクセス */
  .page_access .access_left {
    text-align: center;
  }
  .page_access .access_left .access_font {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .page_access .access_left .access_train {
    text-align: left;
    display: inline-block;
  }
  .page_access .access_left .access_train > h4 {
    margin-bottom: 5px;
  }
  .page_access .access_left .access_train > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .page_access .access_right {
    margin-top: 20px;
    text-align: center;
  }
  
/*ご相談--*/
.gray_bg {
    border-radius: 5px;
    padding: 5vw;
    background: #f8f8f8;
    line-height: 1.9;
	margin: 3vw 0 0;
	justify-content: space-between;
}
.gray_bg_l{
    width: 100%;
    font-size: 1.4rem;
	text-align:justify;
	margin: 0 0 3vw 0;
	line-height: 1.5;
}
.gray_bg_r{
    width: 100%;
}
.gray_bg_r img{
    width: 100%;
}
/*--ご相談*/  


/*疾患紹介--*/
.medi__w{
    background: #e7f3ff;
    margin: 0 0 10px 0;
}
.medi_l{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
.medi_l_in {
    display: inline-block;
    vertical-align: middle;
}
.medi_l_in:hover {
    opacity: 0.8;
}
.medi_l_in span.icon {
    display: block;
    text-align: center;
	width: 120px;
}
.medi_l_in span.txt {
	display: inline-block;
    border-bottom: 1px solid #0054a6;
    font-size: 2rem;
    color: #0054a6;
    line-height: 1.6;
    letter-spacing: .3rem;
    text-align: center;
	margin: 10px 0 0;
}
.medi_r{
    width: 100%;
    padding: 25px;
	display: inline-block;
    vertical-align: middle;
}
.medi_list_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
.medi_r ul.condition {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.medi_r ul.condition li {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    display: flex;
}
.medi_r ul.condition li:last-child {
    width: 100%;
    text-align: center;
    margin: 0;
    display: flex;
}
.medi_r ul.condition li:nth-last-child(2):nth-child(odd){

}
.medi_r ul.condition li a {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    transition: .8s;
    box-shadow: 5px 5px 3px 0px #c8e3ff;
    font-size: 1.6rem;
    letter-spacing: .1rem;
	line-height: 1.5em;
    color: #000000;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 1px solid #ccc;
}
.medi_r ul.condition li a:hover {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    transition: .8s;
    box-shadow: 5px 5px 3px 0px #e0e0e0;
    font-size: 1.6rem;
    letter-spacing: .1rem;
	line-height: 1.5em;
    color: #000000;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 1px solid #fe758c;
}
/*--疾患紹介*/


/*Q＆A--*/
.qa_list .qa {
    margin: 0 0 30px 0;
}
.qa_list dt.que {
    position: relative;
    cursor: pointer;
	font-weight: bold;
}
.qa_list dt.que p::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/q.svg) no-repeat center center;
}
.qa_list dd.ans {
    position: relative;
    padding: 20px 0px 30px;
	border-bottom: 1px dotted #c6c6c6;
}
.qa_list dd.ans p::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/a.svg) no-repeat center center;
}
.qa_list p span {
    display: inline-block;
    position: relative;
    padding: .8vw 0 0 35px;
    font-size: 1.4rem;
}
/*--Q＆A*/


/*お持ちいただくもの--*/
.belongings_w {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.belongings1 {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}
.belongings1 .belongings_h {
    background: #dce8f4;
    text-align: center;
    padding: 3vw 0;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
	font-weight: bold;
}
.belongings1 .belongings_t {
    padding: 15px 20px;
    line-height: 2;
    font-size: 1.4rem;
}
/*--お持ちいただくもの*/


/*診療時間--*/
.firstinfo__w {
    width: 100%;
    margin: 0 auto 3vw;
}
/*--診療時間*/


/*アクセスページ　アクセス--*/
.access_map {
    width: 90%;
    margin: 30px auto 0;
	border: 1px solid #ccc;
}
.access_map img {
    width: 100%;
}
.access_fl h4::before {
    content: "■";
}
.access_fl h4 {
    color: #4a9ae7;
    font-size: 1.5rem;
}
.access_clinic{
    font-size: 1.5rem;
	font-weight: bold;
}
/*--アクセスページ　アクセス*/

}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  html,
  body {
    height: 100%;
  }

  /* 診療案内 */
  .page_info > .info_box_1 > div {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .page_info > .info_box_1 > div:last-child {
    margin-bottom: 0;
  }
  .page_info .info_list > ul > li {
    float: left;
    width: 50%;
  }
  .page_info .info_list > ul > li > i {
    font-size: 1.3rem;
    line-height: 2;
    padding-right: 5px;
    color: #369EFD;
  }

  /* 医師紹介
  .page_doctor .doctor_left {
    float: left;
    width: 550px;
    box-sizing: border-box;
    line-height: 2;
  }
  .page_doctor .doctor_left .doctor_t {
    text-align: right;
    padding-top: 20px;
  }
  .page_doctor .doctor_right {
    float: left;
    width: 330px;
    text-align: right;
    box-sizing: border-box;
  }
  .page_doctor .doctor_right > img {
    border: 1px #ccc solid;
  }
  .page_doctor .doctor_b {
    font-size: 2.0rem;
    font-weight: bold;
    padding-bottom: 30px;
  }
   */
  .page_doctor .doctor_profile {
    margin-bottom: 30px;
  }
  .page_doctor .doctor_profile:last-child {
    margin-bottom: 0;
  }
  .page_doctor .doctor_table th {
    padding-right: 1em;
    font-weight: normal;
	text-align: left;
  }

  /* 施設案内 */
  .page_facilities ul.faci_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page_facilities ul.faci_table > li {
     width: 49%;
    padding-bottom: 10px;
    text-align: center;
  }
  .page_facilities ul.faci_table > li > img {
    border: 1px #ddd solid;
  }
  .page_facilities ul.faci_table > li .faci_text {
    padding-top: 10px;
    font-size: 1.8rem;
    padding-bottom: 20px;
}
  .page_facilities ul.faci_table > li:nth-last-child(2), .page_facilities ul.faci_table > li:last-child {
    padding-bottom: 0;
  }

  /* よくある質問 */
  .page_faq ul.faq_line {
    padding-bottom: 30px;
    border-bottom: 1px dotted #369EFD;
    margin-bottom: 30px;
  }
  .page_faq ul.faq_line > li {
    display: table;
    margin-bottom: 10px;
  }
  .page_faq ul.faq_line > li > div {
    display: table-cell;
  }
  .page_faq ul.faq_line > li > div.question {
    width: 3em;
    line-height: 2.2em;
  }
  .page_faq ul.faq_line > li > div.question > span {
    background-color: #369EFD;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #369EFD;
    font-weight: bold;
    box-sizing: border-box;
  }
  .page_faq ul.faq_line > li > div.q_text {
    color: #369EFD;
  }
  .page_faq ul.faq_line > li > div.answer {
    width: 3em;
    line-height: 2.2em;
  }
  .page_faq ul.faq_line > li > div.answer > span {
    background-color: #fff;
    color: #369EFD;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #369EFD;
    font-weight: bold;
    box-sizing: border-box;
  }
  .page_faq ul.faq_line > li > div > ul.text {
    margin-top: 20px;
    border: 1px #ddd solid;
    padding: 20px;
  }
  .page_faq ul.faq_line > li > div > ul.text > li {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .page_faq ul.faq_line > li > div > ul.text > li:last-child {
    margin-bottom: 0;
  }
  .page_faq ul.faq_line > li > div > ul.text > li > h4 {
    font-size: 1.6rem;
  }
  .page_faq ul.faq_line > li:last-child {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .page_faq ul.faq_line:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  /* アクセス */
  .page_access .access_left {
    float: left;
    width: 580px;
    text-align: left;
  }
  .page_access .access_left .access_font {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .page_access .access_left .access_train > h4 {
    margin-bottom: 5px;
  }
  .page_access .access_left .access_train > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .page_access .access_right {
    float: left;
    width: 300px;
    text-align: right;
  }

/*診療時間--*/
.firstinfo__w {
    width: 70%;
    margin: 0 auto 40px;
	padding: 20px 0 0;
}
/*--診療時間*/

/*お持ちいただくもの--*/
.belongings_w {
    display: flex;
    justify-content: space-evenly;
}
.belongings1 {
    width: 400px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background: #fff;
}
.belongings1 .belongings_h {
    background: #dce8f4;
    text-align: center;
    padding: 15px 0;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}
.belongings1 .belongings_t {
    padding: 20px 30px;
    line-height: 2;
}
/*--お持ちいただくもの*/

/*Q＆A--*/
.qa_list .qa {
    margin: 0 0 30px 0;
}
.qa_list dt.que {
    position: relative;
    cursor: pointer;
	font-weight: bold;
}
.qa_list dt.que p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/q.svg) no-repeat center center;
}
.qa_list dd.ans {
    position: relative;
    padding: 20px 0px 30px;
	border-bottom: 1px dotted #c6c6c6;
}
.qa_list dd.ans p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/a.svg) no-repeat center center;
}
.qa_list p span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 46px;
}
/*--Q＆A*/


.please{
    color: #e00;
	font-weight: bold;
}
/*ご相談--*/
.gray_bg {
    border-radius: 5px;
    padding: 30px;
    background: #f8f8f8;
    line-height: 1.9;
	margin: 10px 0 0;
	display: flex;
	justify-content: space-between;
}
.gray_bg_l{
    width: 60%;
	text-align:justify;
}
.gray_bg_r{
    width: 35%;
}
.gray_bg_r img{
    width: 100%;
}
/*--ご相談*/


/*疾患紹介--*/
.medi__w{
    display: flex;
    background: #e7f3ff;
    margin: 0 0 10px 0;
}
.medi_l{
    width: 25%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
.medi_l_in {
    display: inline-block;
    vertical-align: middle;
}
.medi_l_in:hover {
    opacity: 0.8;
}
.medi_l_in span.icon {
    display: block;
    text-align: center;
	width: 120px;
}
.medi_l_in span.txt {
	display: inline-block;
    border-bottom: 1px solid #0054a6;
    font-size: 2rem;
    color: #0054a6;
    line-height: 1.6;
    letter-spacing: .3rem;
    text-align: center;
	margin: 10px 0 0;
}
.medi_r{
    width: 75%;
    padding: 25px;
	display: inline-block;
    vertical-align: middle;
}
.medi_list_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
.medi_r ul.condition {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.medi_r ul.condition li {
    width: 48%;
    text-align: center;
    margin: 0 0 20px 0;
    display: flex;
}
.medi_r ul.condition li:last-child {
    width: 48%;
    text-align: center;
    margin: 0;
    display: flex;
}
.medi_r ul.condition li:nth-last-child(2):nth-child(odd){
    width: 48%;
    text-align: center;
    margin: 0;
    display: flex;
}
.medi_r ul.condition li a {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    transition: .8s;
    box-shadow: 5px 5px 3px 0px #c8e3ff;
    font-size: 1.8rem;
    letter-spacing: .1rem;
	line-height: 1.5em;
    color: #000000;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 1px solid #ccc;
}
.medi_r ul.condition li a:hover {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    transition: .8s;
    box-shadow: 5px 5px 3px 0px #e0e0e0;
    font-size: 1.8rem;
    letter-spacing: .1rem;
	line-height: 1.5em;
    color: #000000;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 1px solid #fe758c;
}
/*--疾患紹介*/

/*アクセスページ　アクセス--*/
.access_map {
    width: 50%;
}
.access_map img {
    width: 100%;
}
.access_fl h4::before {
    content: "■";
}
.access_fl h4 {
    color: #4a9ae7;
    font-size: 2rem;
}
.access_clinic{
    font-size: 2rem;
	font-weight: bold;
}
/*--アクセスページ　アクセス*/

}