<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------
-------------------------------------------------------------
■ Module
-------------------------------------------------------------
	1. Heading
	├ 1-1. other heading(news,blog,sitemap.notfound)
	├ 1-2. h2
	├ 1-3. h3
	├ 1-4. h4
	└ 1-5. h5
	2. Table
	├ 2-1. gnv_tmp_table01
	└ 2-2. gnv_tmp_table02
	3. Img
	├ 3-1. img layout
	└ 3-2. img effects
	4. List
	├ 4-1. ic_01
	├ 4-2. ic_02
	├ 4-3. ic_arrow_01
	└ 4-4. ic_arrow_02
	5. Buttons
	└ 5-1. gnv_tmp_bt
	6.Under Template
	├ 6-1. List of Check Design
	├ 6-2 手順矢印(下)
	├ 6-3. table01
	├ 6-4. timetable
	├ 6-5. anchorlinks
	└ 6-6. 症例写真 (クラスに「case_photo」を追加。画像サイズが大きくなり過ぎないように調整)
	7. Others
	├ 7-1. MAP
	├ 7-2. VIEMO
	├ 7-3. Q&amp;A
	├ 7-4. flow
	├ 7-5. before after
	├ 7-6. SNS
	├ 7-7. ステップ形式(コンテンツ下に三角形の矢印を配置)
	├ 7-8. ステップリスト
	├ 7-9. チェックリストデザイン
	├ 7-10. 吹き出しリード文
	├ 7-11. w960
	├ 7-12. googlecalender、googleMap、インドアビュー
        └ 7-13. payjp
--------------------------------------*/
/* =====================================
   UNDER
===================================== */
/* -------------------------------------
   罫線、背景色
------------------------------------- */
.bg_box {
  background: #faf6e8;
  padding: 40px;
  border-radius: 10px;
}

.border_box {
  border: 2px solid #515d8f;
  padding: 40px;
  border-radius: 10px;
  border-radius: 0;
}

.bold_border {
  border: 20px solid #515d8f;
}

.orange {
  border: 2px solid #eea05e;
}

.bg_box.blue{
  background: #deeffb;
}

@media screen and (max-width: 767px) {
  .border_box, .bg_box {
    padding: 30px 20px;
  }

  .bold_border {
    border: 15px solid #515d8f;
  }
}
/* -------------------------------------
   テーブル
------------------------------------- */
.b_06_item {
  background: #79c2d9;
  color: #fff;
  font-weight: normal;
}

.b_06 table td, .b_06 table th {
  padding: 23px 10px 22px;
}

.b_06.table_border table th {
  background: none;
  border-style: solid none;
  border-color: #59608c;
  border-width: 1px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.b_06.table_border table td {
  border-style: solid none;
  border-color: #cfcfcf;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  .b_06 table td, .b_06 table th {
    padding: 15px 5px;
  }
}
/* -------------------------------------
   画像
------------------------------------- */
.w709 img {
  max-width: 709px;
}

.w640 img {
  max-width: 640px;
}

.w170 img {
  max-width: 170px;
}

.w162 img {
  max-width: 162px;
}

/* -------------------------------------
   テキスト
------------------------------------- */
.name {
  font-family: "秀英明朝 M", "Shuei Mincho M";
  text-align: right;
  font-size: 23px;
  line-height: 1.4;
}

.name_txt {
  font-size: 17px;
  display: block;
}

.num_ttl {
  font-family: "秀英明朝 M", "Shuei Mincho M";
  font-size: 24px;
  position: relative;
  line-height: 1.3;
  color: #505d8f;
  padding-left: 35px;
}

.num {
  background: #535f91;
  color: #fff;
  letter-spacing: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  top: 5px;
  left: 0;
}

.border_list {
  position: relative;
  border: 2px solid #515d8f;
  padding: 42px 10px 15px;
}

.border_list img {
  width: 140px !important;
}

.border_ttl {
  background: #515d8f;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  color: #fff;
  position: absolute;
  top: -2px;
  left: -2px;
  padding: 5px 10px 8px;
  margin-bottom: 0 !important;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 17px;
}

.orange .border_ttl {
  background: #eea05e;
}

.number_list {
  counter-reset: li;
}

.number_list li:before {
  background: #425290;
  color: #fff;
  content: counter(li,decimal);
  counter-increment: li;
  display: block;
  font-size: 20px;
  height: 30px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 30px;
}

.number_list li {
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.number_list li:last-child {
  margin-bottom: 0;
}

.icon_ttl {
  font-family: "秀英明朝 M", "Shuei Mincho M";
  line-height: 1.2;
  margin-bottom: 10px !important;
  font-size: 22px;
  position: relative;
  padding-left: 18px;
}

.icon_ttl:before {
  background: #515d8f;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  top: 9px;
  left: 0;
}

a.link_txt {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .border_list img {
    float: right !important;
    margin: 0 0 15px 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .border_ttl {
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    text-align: center;
  }
}
/* -------------------------------------
   dialog_list
------------------------------------- */
.dialog_list li {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0 79px 0 0;
}

.dialog_list li:nth-child(2n) {
  padding: 0 0 0 79px;
}

.dialog_list li:first-child {
  margin-top: 0;
}

.doctor_box, txt_box {
  display: table-cell;
  vertical-align: top;
}

.doctor_box {
  width: 65px;
}

.doctor_box img {
  border-radius: 50%;
}

.txt_box {
  padding: 0 0 0 16px;
}

.dialog_list li:nth-child(2n) .txt_box {
  padding: 0 16px 0 0;
}

.txt_box .inner {
  background: #faf6e8;
  padding: 16px 22px 16px 25px;
  position: relative;
}

.bluebox .inner {
  background: #deeffb;
}

.dialog_list li:nth-child(2n) .inner {
  background: #deeffb;
}

.txt_box .inner:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #faf6e8;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -9px;
  top: 25px;
}
.bluebox .inner:before {
  border-right: 9px solid #deeffb;
}
.dialog_list li:nth-child(2n) .txt_box .inner:before {
  border-left: 9px solid #deeffb;
  position: absolute;
  right: -9px;
  border-right: none;
  left: inherit;
}

.dialog_list li .txt_box .doctor_name, .dialog_list .txt_box .doctor_name, .doctor_name {
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
  color: #7f6d2c;
  font-weight: bold;
}

.dialog_list li:nth-child(2n) .doctor_name {
  color: #225fe7;
}

@media screen and (max-width: 767px) {
  .dialog_list li {
    padding: 0 !important;
  }

  .txt_box .inner {
    padding: 12px 15px;
  }
}
/* =====================================
   TOP
===================================== */
/* -------------------------------------
   menu_section
------------------------------------- */
.top.full .menu_section {
  padding-top: 107px;
  margin-bottom: 84px !important;
}

.menu_inner {
  max-width: 1377px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.menu_column2 li:first-child {
  margin-left: 0;
}

.menu_column2 li {
  width: 48.6%;
  float: left;
  margin-left: 2.8%;
}

.menu_link {
  position: relative;
  overflow: hidden;
}

.menu_link:hover {
  opacity: 0.8;
}

.menu_link a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.menu_link a:after {
  border-top: 10px solid transparent;
  content: '';
  display: block;
  position: absolute;
  right: 17px;
  bottom: 17px;
}

.bg01 .menu_link a:after {
  border-right: 10px solid #1e2f72;
}

.bg02 .menu_link a:after {
  border-right: 10px solid #fff;
}

.menu_link_ttl {
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  margin-bottom: 0 !important;
  color: #fff;
  position: relative;
  letter-spacing: 4px;
  padding: 33px 10px 40px;
  box-sizing: border-box;
  z-index: 1;
}

.bg01 .menu_link_ttl {
  background: #6975a3;
}

.bg02 .menu_link_ttl {
  background: #eda15e;
}

.menu_link_ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -17px;
  z-index: 1;
}

.bg01 .menu_link_ttl:after {
  border-top: 17px solid #6975a3;
}

.bg02 .menu_link_ttl:after {
  border-top: 17px solid #eda15e;
}

.menu_box {
  position: relative;
  padding: 23% 0;
}

.menu_box:after {
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bg01 .menu_box:after {
  background: url("https://www.pamedicine.jp/asset/top_img01.png") no-repeat;
  background-size: cover;
}

.bg02 .menu_box:after {
  background: url("https://www.pamedicine.jp/asset/top_img02.png") no-repeat;
  background-size: cover;
}

.menu_link:hover .menu_box:after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.menu_area {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  padding: 21px 20px 0;
  box-sizing: border-box;
}

.menu_ttl {
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #333333;
  margin-bottom: 19px !important;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  letter-spacing: 15px;
  padding-bottom: 33px;
}

.menu_txt {
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1310px) and (min-width: 1001px) {
  .menu_link_ttl {
    letter-spacing: 0;
    font-size: 21px;
  }

  .menu_ttl {
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .menu_link_ttl {
    letter-spacing: 0;
    font-size: 16px;
    padding: 20px 10px 25px;
    line-height: 1.6;
  }

  .menu_ttl {
    letter-spacing: 0;
    font-size: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top.full .menu_section {
    padding-top: 50px;
    margin-bottom: 50px !important;
  }

  .menu_column2 li {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }

  .menu_column2 li:last-child {
    margin-bottom: 0;
  }

  .menu_area {
    max-width: inherit;
    padding: 20px 0 0;
  }

  .menu_link_ttl {
    letter-spacing: 0;
    font-size: 21px;
    padding: 23px 10px 31px;
  }

  .menu_ttl {
    font-size: 35px;
    letter-spacing: 8px;
    padding-bottom: 20px;
  }

  .bg01 .menu_box:after {
    background: url("https://www.pamedicine.jp/asset/top_spimg01.png") no-repeat;
    background-size: cover;
  }

  .bg02 .menu_box:after {
    background: url("https://www.pamedicine.jp/asset/top_spimg02.png") no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .menu_link_ttl {
    font-size: 18px;
    line-height: 1.7;
    padding: 22px 10px 26px;
  }

  .menu_link_ttl br {
    display: none;
  }

  .menu_ttl {
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 15px;
  }
}

/* -------------------------------------
   animated
------------------------------------- */
.dis00,
.dis,
.dis2,
.dis3,
.dis4,
.dis5,
.dis6,
.dis7,
.dis8 {
    opacity: 0;
}
.animated00 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
.animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
}
.animated2 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
}
.animated3 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}
.animated4 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
}
.animated5 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 2.3s;
}
.animated6 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 2.7s;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 0;
    }
    50% {
	 -webkit-transform: scale3d(1.05, 1.05, 1.05);
	 transform: scale3d(1.05, 1.05, 1.05);
	 opacity: 1;
    }
    to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
    }
}
@-webkit-keyframes pulse {
    from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 0;
    }
    50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
	opacity: 1;
    }
    to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
	opacity: 0;
    }
    to {
	opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
	opacity: 0;
    }
    to {
	opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@keyframes fadeInDown {
    from {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
    }
    to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDown {
    from {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
    }
    to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
    from {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
    }
    to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
    }
    to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
    }
}

/* -------------------------------------
   product_section
------------------------------------- */
.product_section {
  background: url("https://www.pamedicine.jp/asset/top_bgimg01.jpg") no-repeat top left;
  background-size: cover;
  padding: 52px 0 73px;
}

.product_ttl {
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: #333333;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  margin-bottom: 164px !important;
  letter-spacing: 5.5px;
}

.product_list {
    position: relative;
}

.product_inner {
    width: 574px;
    margin: 0 auto;
    position: relative;
}

.product_inner &gt; a {
    position: absolute;
    width: 245px;
    height: 170px;
    top: 50%;
    margin-top: -91.5px;
    left: 50%;
    margin-left: -121px;
    display: none;
}

.product_list &gt; ul &gt; li {
    position: absolute;
}

.bg03 {
    top: -125px;
    left: 50%;
    margin-left: -148.5px;
}

.bg04 {
    right: 136px;
    top: 111px;
}

.bg05 {
    bottom: -7px;
    right: 273px;
}

.bg06 {
    bottom: -7px;
    left: 273px;
}

.bg07 {
    left: 136px;
    top: 111px;
}

.pulse ul li {
    line-height: 23px;
    color: #333333;
    text-align: left;
    position: relative;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    padding-left: 17px;
    font-size: 15px;
}

.pulse ul li:last-child {
    margin-bottom: 0;
}

.pulse ul li a {
    color: #333;
    text-decoration: underline;
}

.pulse ul li a:hover {
    text-decoration: none;
}

.pulse ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    border-left: 11px solid #ed984d;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
}

.bg04 .pulse ul li:before {
    border-left: 11px solid #d68d8d;
}

.bg05 .pulse ul li:before {
    border-left: 11px solid #639aad;
}

.bg06 .pulse ul li:before {
    border-left: 11px solid #a6b763;
}

.bg07 .pulse ul li:before {
    border-left: 11px solid #dbbb59;
}

/* .bg07 .pulse ul li {
    text-decoration: underline;
} */

.product_box img {
    box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.pulse ul {
    position: absolute;
}

.bg03 .pulse ul {
    top: 64px;
    right: -280px;
}

.bg04 .pulse ul {
    top: 33px;
    right: -160px;
}

.bg05 .pulse ul {
    right: -220px;
    bottom: 52px;
}

.bg06 .pulse ul {
    left: -256px;
    bottom: 68px;
}

.bg07 .pulse ul {
    top: 25px;
    left: -208px;
}

.product_small {
    font-size: 11px;
    vertical-align: baseline;
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .product_inner {
    width: 500px;
  }

  .bg03 {
    width: 260px;
    margin-left: -130px;
    top: -135px;
  }

  .bg04, .bg07 {
    width: 210px;
    top: 100px;
  }

  .bg04 {
    right: 173px;
  }

  .bg07 {
    left: 173px;
  }

  .bg05, .bg06 {
    width: 190px;
  }

  .bg05, .bg06 {
    bottom: -25px;
  }

  .bg07 .pulse ul {
    left: -160px;
  }

  .pulse ul li {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .product_ttl {
    letter-spacing: 3px;
  }

  .product_section {
    padding-bottom: 100px;
  }

  .product_list {
    max-width: 748px;
    margin: 0 auto;
  }

  .product_inner {
    width: 350px;
  }

  .pulse ul li {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 15px;
  }

  .bg03 {
    width: 200px;
    margin-left: -100px;
    top: -110px;
  }

  .bg03 .pulse ul {
    right: -250px;
    top: 35px;
  }

  .bg04, .bg07 {
    width: 150px;
    top: 65px;
  }

  .bg04 {
    right: 115px;
  }

  .bg07 {
    left: 121px;
  }

  .bg04 .pulse ul {
    right: -131px;
  }

  .bg07 .pulse ul {
    left: -136px;
  }

  .bg06, .bg05 {
    width: 140px;
    bottom: -25px;
  }

  .bg05 {
    right: 180px;
  }

  .bg06 {
    left: 180px;
  }

  .bg05 .pulse ul {
    right: -200px;
    bottom: 48px;
  }

  .bg06 .pulse ul {
    left: -200px;
    bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .product_section {
    background: url("https://www.pamedicine.jp/asset/top_bgimg01.png") repeat top left;
    padding: 40px 0 50px;
  }

  .product_ttl {
    letter-spacing: 2px;
    margin-bottom: 105px !important;
  }

  .product_ttl br {
    display: none;
  }

  .product_inner {
    width: auto;
  }

  .product_inner img {
    box-shadow: none;
  }

  .product_list {
    width: 340px;
    margin: 0 auto 60px;
  }

  .bg03 {
    width: 180px;
    margin-left: -90px;
    top: -24%;
  }

  .bg04, .bg07 {
    width: 150px;
  }

  .bg04 {
    right: -53px;
    top: 21%;
  }

  .bg05, .bg06 {
    width: 140px;
  }

  .bg05 {
    bottom: -8%;
    right: 20px;
  }

  .bg06 {
    bottom: -8%;
    left: 20px;
  }

  .bg07 {
    left: -53px;
    top: 21%;
  }

  .product_list &gt; ul &gt; li img {
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }

  .list_box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
  }

  .bg12.list_box {
    margin-bottom: 0;
  }

  .list_ttl {
    margin-bottom: 0 !important;
    font-size: 32px;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    line-height: 1.3;
    color: #fff;
    position: relative;
    border-radius: 8px 8px 0 0;
    letter-spacing: 2px;
    padding: 16px 10px 22px 80px;
  }

  .list_ttl_small {
    font-size: 20px;
    display: block;
    padding-top: 4px;
  }

  .bg08 .list_ttl {
    background: #eda15e;
  }

  .bg09 .list_ttl {
    background: #d39696;
  }

  .bg10 .list_ttl {
    background: #789fad;
  }

  .bg11 .list_ttl {
    background: #a2ad75;
  }

  .bg12 .list_ttl {
    background: #d3bc76;
  }

  .list_ttl:before {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 45.5px;
    left: 15px;
    background-size: 48px 45.5px !important;
    top: 50%;
    margin-top: -23px;
  }

  .bg08 .list_ttl:before {
    background: url(//www.pamedicine.jp/asset/icon_spimg01.png) no-repeat;
  }

  .bg09 .list_ttl:before {
    background: url(//www.pamedicine.jp/asset/icon_spimg02.png) no-repeat;
  }

  .bg10 .list_ttl:before {
    background: url(//www.pamedicine.jp/asset/icon_spimg03.png) no-repeat;
  }

  .bg11 .list_ttl:before {
    background: url(//www.pamedicine.jp/asset/icon_spimg04.png) no-repeat;
  }

  .bg12 .list_ttl:before {
    background: url(//www.pamedicine.jp/asset/icon_spimg05.png) no-repeat;
  }

  .list_box ul {
    padding: 25px 15px;
  }

  .list_box li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-left: 17px;
    font-size: 16px;
  }

  .list_box li:last-child {
    margin-bottom: 0;
  }

  .list_box li a {
    text-decoration: underline;
  }

  .list_box li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    border-left: 11px solid #ed984d;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
  }

  .bg09.list_box li:before {
    border-left: 11px solid #d68d8d;
  }

  .bg10.list_box li:before {
    border-left: 11px solid #639aad;
  }

  .bg11.list_box li:before {
    border-left: 11px solid #a6b763;
  }

  .bg12.list_box li:before {
    border-left: 11px solid #dbbb59;
  }
}
@media screen and (max-width: 480px) {
  .product_section {
    padding-bottom: 60px;
  }

  .product_ttl {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 90px !important;
  }

  .product_list {
    width: 240px;
    margin-bottom: 50px;
  }

  .bg03 {
    width: 130px;
    margin-left: -65px;
    top: -29%;
  }

  .bg04, .bg07 {
    width: 100px;
  }

  .bg04 {
    right: -30px;
    top: 23%;
  }

  .bg07 {
    left: -30px;
    top: 23%;
  }

  .bg05, .bg06 {
    width: 90px;
  }

  .list_ttl {
    letter-spacing: 0;
    font-size: 24px;
    padding-left: 75px;
  }

  .list_ttl_small {
    font-size: 17px;
  }
}
/* -------------------------------------
   action_section
------------------------------------- */
.action_section {
  background: #505d8f;
  padding: 59px 0 70px;
}

.gnv_top_h2_bg h2 {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  position: relative;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  letter-spacing: 10px;
  padding-bottom: 22px;
}

.gnv_top_h2_bg h2:after {
  background: url("https://www.pamedicine.jp/asset/icon_img02.png") no-repeat;
  width: 79px;
  height: 4px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -39.5px;
}

.gnv_top_h2_bg .english {
  color: #fff;
  letter-spacing: 4px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .action_section {
    padding: 40px 0;
  }

  .gnv_top_h2_bg h2 {
    letter-spacing: 4px;
  }

  .gnv_top_h2_bg .english {
    letter-spacing: 3px;
  }
}
/* -------------------------------------
   news_section
------------------------------------- */
.news_section {
  padding: 51px 0 50px;
}

.english {
  line-height: 1.3;
  color: #455dc3;
  text-align: center;
  font-size: 13px;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  margin-bottom: 0 !important;
  letter-spacing: 3px;
  padding-top: 9px;
}

.news_link {
  line-height: 1.4;
  padding-top: 32px;
}

.news_link a {
  color: #0a1b73;
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .news_link {
    padding-top: 18px;
  }
}
/* -------------------------------------
   common
------------------------------------- */
#content p {
  margin-bottom: 15px;
}

#content p:last-child {
  margin-bottom: 0;
}

.gnv_tmp_width_1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

table {
  width: 100%;
}

.full .contentArea {
  padding-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .gnv_tmp_width_1000 {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .height_auto {
    height: auto !important;
  }
}
/* =====================================
	Default setting
===================================== */
/* =====================================
  Mixins
===================================== */
/*--------------------------------------
  Font Responsive
--------------------------------------*/
/*--------------------------------------
  Contents Default
--------------------------------------*/
/*--------------------------------------
  Font Icons
--------------------------------------*/
/* Generated by Glyphter (http://www.glyphter.com) on  Thu Sep 07 2017*/
@font-face {
  font-family: 'Glyphter';
  src: url("https://genova.ltd/plimo/material/fonts/Glyphter.eot");
  src: url("https://genova.ltd/plimo/material/fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("https://genova.ltd/plimo/material/fonts/Glyphter.woff") format("woff"), url("https://genova.ltd/plimo/material/fonts/Glyphter.ttf") format("truetype"), url("https://genova.ltd/plimo/material/fonts/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_display:before {
  content: '\0041';
}

.icon-icon_home:before {
  content: '\0042';
}

.icon-icon_mail:before {
  content: '\0043';
}

.icon-icon_pin:before {
  content: '\0044';
}

.icon-icon_tel01:before {
  content: '\0045';
}

/*-----------------------------------------------------------
■ Module
-----------------------------------------------------------*/
/* =====================================
	1. Heading
===================================== */
/*--------------------------------------
	1-1. other heading(news,blog,sitemap.notfound)
--------------------------------------*/
/*--------------------------------------
	1-2. h2
--------------------------------------*/
.gnv_tmp_h2_bg {
  background: url("https://www.pamedicine.jp/asset/under_h2_bgimg.jpg") no-repeat top center;
  background-size: cover;
}
.gnv_tmp_h2_bg h2 {
  line-height: 1.2;
  font-size: 40px;
  color: #fff;
  font-family: "A1明朝", "A1 Mincho";
  letter-spacing: 0.32em;
  padding: 65px 0 70px;
}

@media screen and (max-width: 767px) {
  .gnv_tmp_h2_bg h2 {
    font-size: 36px;
    letter-spacing: 0.15em;
    padding: 40px 0 45px;
  }
}
/*--------------------------------------
	1-3. h3
--------------------------------------*/
.gnv_tmp_h3_bg h3 {
  background: url(//www.pamedicine.jp/asset/under_h3_bgimg.jpg) no-repeat top left;
  font-size: 27px;
  line-height: 1.2;
  color: #fff;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  letter-spacing: 3px;
  padding: 11px 10px 21px 30px;
  background-size: cover;
  position: relative;
}

.gnv_tmp_h3_bg h3:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(//www.pamedicine.jp/asset/under_h3_line.jpg) no-repeat;
}

@media screen and (max-width: 767px) {
  .gnv_tmp_h3_bg h3 {
    padding: 9px 10px 18px 20px;
    font-size: 26px;
  }
}
/*--------------------------------------
	1-4. h4
--------------------------------------*/
.gnv_tmp_h4_bg h4 {
  color: #333333;
  line-height: 1.2;
  font-size: 27px;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  position: relative;
  letter-spacing: 0;
  border-bottom: 3px solid #dddddd;
padding: 4px 0 15px 52px;
}
.gnv_tmp_h4_bg h4:before {
  left: 7px;
  content: '';
  display: block;
  position: absolute;
  background: rgba(123, 195, 217, 0.5);
  width: 25px;
  height: 25px;
  top: 6px;
}
.gnv_tmp_h4_bg h4:after {
  background: rgba(142, 199, 239, 0.5);
  left: 17px;
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 17px;
}

@media screen and (max-width: 767px) {
  .gnv_tmp_h4_bg h4 {
    font-size: 28px;
    padding: 0 0 16px 38px;
  }
  .gnv_tmp_h4_bg h4:before {
    left: 3px;
    width: 21px;
    height: 21px;
    top: 7px;
  }
  .gnv_tmp_h4_bg h4:after {
    width: 17px;
    height: 17px;
    top: 16px;
    left: 13px;
  }
}
/*--------------------------------------
	1-5. h5
--------------------------------------*/
.gnv_tmp_h5_bg h5 {
  color: #5c5c5c;
  line-height: 1.2;
  font-size: 24px;
  position: relative;
  font-weight: normal;
  padding-left: 18px;
}
.gnv_tmp_h5_bg h5:before {
  width: 4px;
  height: 34px;
  content: '';
  display: block;
  position: absolute;
  background: #4d5584;
  left: 0;
  top: -4px;
}

.text_image .gnv_tmp_h3_bg, .text_image .gnv_tmp_h4_bg, .text_image .gnv_tmp_h5_bg {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
  .gnv_tmp_h5_bg h5 {
    font-size: 22px;
    padding-left: 15px;
  }
  .gnv_tmp_h5_bg h5:before {
    height: 30px;
  }
}
/* =====================================
	2. Table
===================================== */
/*--------------------------------------
	2-1. gnv_tmp_table01
--------------------------------------*/
table.gnv_tmp_table01 {
  margin-bottom: 1.5em;
}

table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
  text-align: left;
}

table.gnv_tmp_table01 {
  background: #fff;
  width: 100%;
}

table.gnv_tmp_table01 thead th {
  background: #ddd;
  border-top: 1px dotted #ccc;
}

table.gnv_tmp_table01 th {
  background: #efefef;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

table.gnv_tmp_table01 td {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

/*--------------------------------------
	2-2. gnv_tmp_table02
--------------------------------------*/
table.gnv_tmp_table02 {
  margin-bottom: 15px;
}

table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
  text-align: left;
  padding: 26px 0 20px;
}

table.gnv_tmp_table02 {
  width: 100%;
}

table.gnv_tmp_table02 thead th {
  background: #505d8f;
  border-top: none;
  border-bottom: none;
  color: #fff;
  font-weight: normal;
  padding: 21px 0 18px;
  line-height: 1.4;
}

table.gnv_tmp_table02 thead th:first-child {
  letter-spacing: 3px;
}

table.gnv_tmp_table02 th {
  border-bottom: 1px solid #ccc;
  border-top: none;
  line-height: 1.4;
}

table.gnv_tmp_table02 td {
  border-bottom: 1px solid #ccc;
  border-top: none;
  line-height: 1.4;
}

/* hours */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
  text-align: center;
}

table.gnv_tmp_hours tbody th {
  width: 20%;
}

@media screen and (max-width: 767px) {
  table.gnv_tmp_hours th,
  table.gnv_tmp_hours td {
    font-size: 70%;
    letter-spacing: 0 !important;
    padding: 15px 0 !important;
  }
}
/*--------------------------------------
	2-3. table design 1
--------------------------------------*/
table.tableDesign01,
table .tableDesign01 {
  width: 100%;
  table-layout: fixed;
}

.tableDesign01 th,
.tableDesign01 td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}

.tableDesign01 thead th {
  background: #002e4e;
  color: #fff;
}

.tableDesign01 tbody th {
  background: #ddebf1;
  border-bottom: 1px solid #ccc;
}

.tableDesign01 tbody td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  table.tableDesign01,
  table .tableDesign01 {
    font-size: 85%;
  }

  .tableDesign01 th,
  .tableDesign01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.tableDesign01,
  table .tableDesign01 {
    font-size: 70%;
  }
}
/*--------------------------------------
	2-4. table design 2
--------------------------------------*/
table.tableDesign02,
table .tableDesign02 {
  width: 100%;
  table-layout: fixed;
}

.tableDesign02 th,
.tableDesign02 td {
  padding: 0.5em;
  vertical-align: middle;
}

.tableDesign02 tbody th {
  border: none;
  border-bottom: 1px solid #103956;
  text-align: center;
}

.tableDesign02 tbody td {
  border: none;
  border-bottom: 1px solid #ccc;
}

.tableDesign02 .b_06_item {
  background: none;
}

/* =====================================
	3. Img
===================================== */
/*--------------------------------------
	3-1. img layout
--------------------------------------*/
/* img width */
.b_11 .b_11_in span img {
  width: 36%;
}

/* left */
.img_l span img {
  float: left !important;
  margin: 0 15px 15px 0 !important;
}

/* right */
.img_r span img {
  float: right !important;
  margin: 0 0 20px 20px !important;
}

/* 画像下のテキスト回り込み回避 */
.text_box {
  float: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* img width */
  .b_11 .b_11_in span img {
    width: 100%;
  }

  /* 1列 */
  .b_11 .b_11_in span img,
  .b_11_2_in span img {
    margin: 0 auto 10px;
    width: 100%;
    float: none;
  }

  .b_10.b_10_column2.img_list {
    border: medium none;
    border-collapse: collapse;
    display: table;
    line-height: 1px;
    table-layout: fixed;
    width: 100%;
  }

  /* 2列 */
  .img_list.b_10.b_10_column2 div.column_l {
    display: table-cell;
    line-height: 1px;
    padding-right: 10px;
    vertical-align: top;
    width: auto;
  }

  .img_list.b_10.b_10_column2 div.column_r {
    display: table-cell;
    line-height: 1px;
    padding-left: 10px;
    vertical-align: top;
    width: auto;
  }

  /* 3列 */
  .b_10.b_10_column3 div.column_blank {
    display: table-cell !important;
    vertical-align: top;
    width: auto;
  }

  .img_list.b_10_column3 div.column_c,
  .img_list.b_10_column3 div.column_l {
    display: table-cell;
    width: 32%;
    margin-right: 1%;
  }

  .img_list.b_10_column3 div.column_r {
    display: table-cell;
    width: 32%;
    margin-right: 0;
  }

  .b_10.b_10_column3.img_list {
    display: table;
  }

  /* 画像下のテキスト回り込み回避  */
  .text_box {
    float: none;
    width: 100%;
  }

  .img_l span img {
    float: none !important;
    margin: 0 auto 10px !important;
  }
}
/*--------------------------------------
	3-2. img effects
--------------------------------------*/
/* 角丸 */
/* rollover */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* =====================================
	4. List
===================================== */
/*--------------------------------------
	4-1. ic_01
--------------------------------------*/
.ic_01 {
  width: 100%;
}

.ic_01 .clearfix {
  padding: 0 0 0 20px;
}

.ic_01 span {
  position: relative;
  display: block;
}

.ic_01 span:before {
  content: "";
  position: absolute;
  background: #c1e1f0;
  top: 17px;
  left: -20px;
  margin-top: -4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.ic_01 ul {
  margin: 0;
}

.ic_01 li {
  position: relative;
  padding: 0 0 0 20px;
}

.ic_01 li:before {
  content: "";
  position: absolute;
  background: #c1e1f0;
  top: 13px;
  left: 0;
  margin-top: 0px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.ic_01 a {
  text-decoration: underline;
}

/*--------------------------------------
	4-2. ic_02
--------------------------------------*/
.ic_02 .clearfix {
  padding: 5px 5px 5px 35px;
}

.ic_02 .clearfix span {
  position: relative;
  line-height: 1;
}

.ic_02 span:before {
  content: "\00a0";
  display: block;
  border: solid 9px #000;
  height: 0;
  width: 0;
  position: absolute;
  left: -29px;
  top: 10px;
  margin-top: -8px;
}

.ic_02 span:after {
  content: "\00a0";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -23px;
  top: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ic_02 ul {
  margin: 35px;
}

.ic_02 li {
  position: relative;
  padding: 5px 5px 5px 0;
}

.ic_02 li:before {
  content: "\00a0";
  display: block;
  border: solid 9px #000;
  height: 0;
  width: 0;
  position: absolute;
  left: -29px;
  top: 10px;
  margin-top: -4px;
}

.ic_02 li:after {
  content: "\00a0";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -23px;
  top: 10px;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------
	4-3. ic_arrow_01
--------------------------------------*/
.ic_arrow_01 div {
  padding: 0 0 0 15px;
}

.ic_arrow_01 span {
  position: relative;
  display: block;
}

.ic_arrow_01 span:before {
  display: block;
  content: "";
  position: absolute;
  left: -15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 6px solid #425290;
  top: 12px;
}

.ic_arrow_01 ul {
  margin: 0;
}

.ic_arrow_01 li {
  position: relative;
  padding: 0 0 0 15px;
}

.ic_arrow_01 li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 6px solid #425290;
  top: 9px;
}

/*--------------------------------------
	4-4. ic_arrow_02
--------------------------------------*/
.ic_arrow_02 .clearfix {
  padding: 5px 5px 5px 30px;
}

.ic_arrow_02 span {
  position: relative;
}

.ic_arrow_02 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #999;
}

.ic_arrow_02 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.ic_arrow_02 span:hover:before {
  left: -22px;
}

.ic_arrow_02 span:hover:after {
  left: -16px;
}

.ic_arrow_02 ul {
  margin: 30px;
}

.ic_arrow_02 li {
  position: relative;
  padding: 5px 5px 5px 0;
}

.ic_arrow_02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border-radius: 50%;
  background: #999;
}

.ic_arrow_02 li:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -19px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.ic_arrow_02 li:hover:before {
  left: -22px;
}

.ic_arrow_02 li:hover:after {
  left: -16px;
}

/* =====================================
	5. Buttons
===================================== */
/*--------------------------------------
	5-1. gnv_tmp_bt
--------------------------------------*/
.gnv_tmp_bt a {
  line-height: 1.4;
  display: block;
  padding: 5px 20px;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0, #f2f2f2));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  -webkit-box-shadow: 0 3px 0 0 #cdcdcd;
  -moz-box-shadow: 0 3px 0 0 #cdcdcd;
  box-shadow: 0 3px 0 0 #cdcdcd;
  border-radius: 5px;
}

.text_image .gnv_tmp_bt a {
  margin-top: 0.5em;
}

.gnv_tmp_bt a:hover,
.gnv_tmp_detail a:hover {
  text-decoration: none;
  background: #fafafa;
}

/* btサイズ指定の場合 */
.gnv_tmp_detail a {
  width: 20%;
  float: left;
}

@media screen and (max-width: 767px) {
  .gnv_tmp_detail a {
    width: auto;
    float: none;
  }
}
/* =====================================
	6. 下層TPL
===================================== */
/*--------------------------------------
	6-1. List of Check Design
--------------------------------------*/
/*--------------------------------------
	6-2 手順矢印(下)
--------------------------------------*/
/*--------------------------------------
	6-3. table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}

.table01 thead th {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ddebf1;
}

.table01 th, .table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }

  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
/*--------------------------------------
	6-4. timetable
--------------------------------------*/
table.timetable,
table .timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.timetable th,
.timetable td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}

.timetable thead th {
  background: #b9a66f;
  color: #fff;
}

.timetable thead th:first-child {
  width: 28%;
}

.timetable thead th:last-child {
  width: 14%;
}

.timetable tbody th {
  background: #f7f0dc;
  word-break: break-all;
}

.timetable th, .timetable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .timetable thead th:first-child {
    width: 30%;
  }

  table.timetable,
  table .timetable {
    font-size: 85%;
  }

  .timetable th,
  .timetable td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.timetable,
  table .timetable {
    font-size: 70%;
  }

  .timetable tbody th {
    letter-spacing: 1px;
  }
}
/*--------------------------------------
	6-5. anchorlinks
--------------------------------------*/
.anchorlinks {
  background: #f2ebd0;
  padding: 30px 40px 13px;
  list-style: none;
  border-radius: 10px;
}

.anchorlinks:after {
  content: "";
  display: block;
  clear: both;
}

.anchorlinks li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 15px;
  vertical-align: top;
  margin-right: 45px;
}

.anchorlinks li:last-child {
  margin-right: 0;
}

.anchorlinks li a {
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  display: inline-block;
}

.anchorlinks li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #505d8f;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
}

.anchorlinks li a:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anchorlinks li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .anchorlinks {
    padding: 30px 20px;
  }

  .anchorlinks li {
    display: block;
    margin-right: 0;
  }

  .anchorlinks li:last-child {
    margin-bottom: 0;
  }
}
/*--------------------------------------
	6-6. 症例写真 (クラスに「case_photo」を追加。画像サイズが大きくなり過ぎないように調整)
--------------------------------------*/
/*「テキスト+画像+文章」用*/
.case_photo.b_11_2.b_11_2_column2 div.column_l span img,
.case_photo.b_11_2.b_11_2_column2 div.column_r span img,
.case_photo.b_11_2.b_11_2_column3 div.column_c span img,
.case_photo.b_11_2.b_11_2_column3 div.column_l span img,
.case_photo.b_11_2.b_11_2_column3 div.column_r span img {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.case_photo.b_11_2_in span img {
  width: 100%;
  max-width: 240px;
}

@media (max-width: 767px) {
  .case_photo .b_11_2_in span img {
    max-width: 240px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/*「画像」パーツ用*/
.case_photo.b_10.column_r span img,
.case_photo.column_c span img,
.case_photo.column_l span img {
  width: 240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.case_photo.b_10 img {
  width: 100%;
  max-width: 240px;
}

@media (max-width: 767px) {
  .case_photo.b_10 img {
    max-width: 240px;
  }
}
/* =====================================
	7. Others
===================================== */
/*--------------------------------------
	7-1. MAP
--------------------------------------*/
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 260px;
}

.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------
	7-2. VIEMO
--------------------------------------*/
/* 動画基本CSS */
.iframeWrap {
  position: relative;
  padding-top: 56.25%;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 動画最大幅 */
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
    width: 700px;
  }
}
/* youtubeの縦横比 */
.viemo.b_09 &gt; div, .viemo.b_11_3.b_11_3_column2 div.column_l &gt; p, .viemo.b_11_3.b_11_3_column2 div.column_r &gt; p {
  position: relative;
  padding-top: 56.25%;
}

/* 絶対費で固定 */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .viemo.b_11_3.b_11_3_column2 {
    width: 100%;
  }
}
@media screen and (min-width: 700px) and (max-width: 720px) {
  .viemo.b_11_3.b_11_3_column2 {
    width: 100%;
    max-width: 720px;
  }
}
@media screen and (max-width: 720px) {
  .viemo.b_09 {
    padding: 0 10px;
  }

  .viemo.b_11_3.b_11_3_column2 div.column_l {
    padding-left: 10px;
  }

  .viemo.b_11_3.b_11_3_column2 div.column_r {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
    padding: 0 10px;
  }
}
/*--------------------------------------
	7-3. Q&amp;A
--------------------------------------*/
/* 既存 */
.gnv_tmp_qa_q {
  border-left: none;
  margin-bottom: 20px;
  padding: 0;
  display: table;
  width: 100%;
}

.gnv_tmp_qa_q span.tit {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  display: table-cell;
  width: 37px;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  line-height: 30px;
  position: relative;
  z-index: 10;
  height: 37px;
  text-align: center;
  letter-spacing: 0;
}

.gnv_tmp_qa_q span.tit:after {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #505d8f;
  content: '';
  display: block;
  border-radius: 5px;
  left: 0;
  top: 1px;
  z-index: -10;
}

.gnv_tmp_qa_a {
  border-left: none;
  margin-bottom: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.gnv_tmp_qa_a span.tit {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  display: table-cell;
  width: 37px;
  font-family: "秀英明朝 M", "Shuei Mincho M";
  line-height: 26px;
  position: relative;
  z-index: 10;
  height: 37px;
  text-align: center;
  letter-spacing: 0;
}

.gnv_tmp_qa_a span.tit:after {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #eda15e;
  content: '';
  display: block;
  border-radius: 5px;
  left: 0;
  top: -3px;
  z-index: -10;
}

.gnv_tmp_qa_a &gt; div,
.gnv_tmp_qa_q p {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding-left: 10px;
}

.gnv_tmp_qa_q p {
  font-family: "秀英明朝 M", "Shuei Mincho M";
  font-size: 20px;
  line-height: 1.4;
}

/* 新テンプレ用 */
.qa dl dt {
  position: relative;
  border-left: 2px solid #DDCFD1;
  padding-top: 0.2em;
  padding-left: 2.5em;
  margin: 40px 0 20px;
}

.qa dl dt:before {
  content: "Q";
  font-size: 2em;
  color: #DDCFD1;
  position: absolute;
  left: 0.2em;
}

.qa dl dd {
  position: relative;
  border-left: 2px solid #CFD1CD;
  padding-top: 0.2em;
  padding-left: 2.5em;
}

.qa dl dd:before {
  content: "A";
  font-size: 2em;
  color: #CFD1CD;
  position: absolute;
  left: 0.2em;
}

/*--------------------------------------
	7-4. flow
--------------------------------------*/
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
  margin: 10px auto 0;
}

/*--------------------------------------
	7-5. before after
--------------------------------------*/
.ba_box {
  background: url("https://www.pamedicine.jp/asset/ba_ar.png") no-repeat 49% 55%;
  display: table;
  width: 100%;
}

.ba_box div.column_l,
.ba_box div.column_r {
  display: table-cell;
  width: 30%;
}

.ba_box div.column_l span,
.ba_box div.column_r span {
  width: 100%;
}

.ba_box div.column_l p,
.ba_box div.column_r p,
.ba_box div.column_l span img,
.ba_box div.column_r span img {
  width: 95% !important;
  margin: 0 auto !important;
}

.ba_box .column_r, .ba_box .column_l {
  text-align: center;
  color: #B69440;
  font-size: 120%;
  font-weight: bold;
}

.ba_box .column_r span {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ba_box {
    background: url("https://www.pamedicine.jp/asset/ba_ar_sp.png") no-repeat center 50%;
    margin: 0 auto 5em !important;
  }

  .ba_box div.column_l,
  .ba_box div.column_r {
    width: 100%;
    display: block;
  }

  .ba_box .column_l {
    margin-bottom: 2em !important;
  }

  .ba_box .column_r span {
    text-align: center;
  }
}
/*--------------------------------------
	7-6. SNS
--------------------------------------*/
#line,
#facebook,
.fb-like {
  margin-bottom: 5px;
}

/*--------------------------------------
	7-7. ステップ形式(コンテンツ下に三角形の矢印を配置)
--------------------------------------*/
.stepArrow {
  position: relative;
  margin-bottom: 3em !important;
}

.stepArrow:before {
  border-bottom: 4px solid #515d8f;
  border-right: 4px solid #515d8f;
  bottom: -29px;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
}

.flowlist:before {
  display: none;
}

.flowlist:after {
  content: '';
  display: block;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #faf6e8;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

/*--------------------------------------
	7-8. ステップリスト
--------------------------------------*/
/* パターン1 */
.stepList01 dt {
  position: relative;
  font-size: 150%;
  font-weight: bold;
  color: #724742;
  padding-left: 2.5em;
  padding-top: 0.4em;
  min-height: 2em;
}

.stepList01 dt span {
  position: absolute;
  top: 0;
  left: 0;
  background: #724742;
  padding: 6px 9px;
  color: #fff;
}

.stepList01 dd {
  margin: 1em 0 2em 3em;
}

@media screen and (max-width: 767px) {
  .stepList01 dt {
    font-size: 120%;
  }
}
/* パターン2 */
.stepList02 {
  margin-bottom: 2em !important;
}

.stepList02 p {
  position: relative;
  padding-left: 2.5em;
  padding-top: 0.4em;
  min-height: 2em;
  word-break: break-all;
}

.stepList02 p span {
  position: absolute;
  top: 0;
  left: 0;
  background: #fa9ead;
  padding: 6px 9px;
  color: #fff;
}

/*--------------------------------------
	7-9. チェックリストデザイン
--------------------------------------*/
ul.listCheck li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
  font-size: 16px;
}

ul.listCheck li:before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #bfbfbf;
}

ul.listCheck li:after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: .35em;
  width: 10px;
  height: 3px;
  border-left: 2px solid #0061a5;
  border-bottom: 2px solid #0061a5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------
	7-10. 吹き出しリード文
--------------------------------------*/
.leadWrap .balloonWrap01 {
  position: relative;
  max-width: 90%;
  background: #44a5db;
  font-size: 186%;
  color: #fff;
  padding: .4em;
  text-align: center;
  margin: 2em auto 1.5em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.leadWrap .balloonWrap01:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -1em;
  display: block;
  border-top: 16px solid #44a5db;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

#content .leadWrap p {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .leadWrap .balloonWrap01 {
    padding: .5em;
    font-size: 128%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin: 20px auto;
  }

  #content .leadWrap p {
    margin-bottom: 20px;
  }
}
/*--------------------------------------
	7-11. w960
--------------------------------------*/
.w960 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

/*--------------------------------------
	7-12. googlecalender、googleMap、インドアビュー
--------------------------------------*/
.gMap, .calenderWrap, .indoorView {
  position: relative;
}

.gMap iframe, .calenderWrap iframe, .indoorView iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gMap {
  height: 300px;
}

.calenderWrap, .indoorView {
  padding-top: 56.25%;
}

.calenderWrap iframe {
  min-height: 260px;
}

.indoorView iframe {
  min-height: 240px;
}

@media only screen and (max-width: 480px) {
  /*
  .gMap {
  	padding-top: 220px;
  }
  */
  .calenderWrap {
    padding-top: 300px;
  }

  .indoorView {
    padding-top: 240px;
  }
}

/*--------------------------------------
	7-13.
--------------------------------------*/
#pay_jp_container {
    margin: auto;
    text-align: center;
}



/*======================================================================

	plimo 56用

======================================================================*/
/*======================================================================

	plimo 116用

======================================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

/* text indent */
/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

/*# sourceMappingURL=file:///C:/Users/genova01/plimo-integrate/htdocs/css/plimo_content.css.map */

.qualification .txt_box {
    width: 85%;
    float: right;
}
.qualification .doctor_box {
    width: 12%;
    float: left;
}
.qualification .b_11 .b_11_in .doctor_box span img, .qualification .b_11_2 .b_11_2_in .doctor_box span img {
    width: 100%;
}

@media screen and (max-width: 767px) {
.qualification .txt_box {
    width: 81%;
}
.qualification .doctor_box {
    width: 13%;
}
}

/*20180705 nakajima修正*/
.img_w20 .b_11_2_in span img{
    width: 20%;
}
.img_w40 .b_11_2_in span img{
    width: 40%;
}
@media screen and (max-width: 767px){
.img_w20 .b_11_2_in span img, .img_w40 .b_11_2_in span img{
    width: 100%;
}
}

.bg_orange{
  border:10px solid #ffe9cc;
  padding: 40px;
  border-radius: 20px;
  background: #fff8ee;
}</pre></body></html>