.btns_link_support2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btns_link_support3 {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {

  .btns_link_support2,
  .btns_link_support3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
}

.btns_link_support2 .btn_link_support {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 980px) {
  .btns_link_support2 .btn_link_support {
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .btns_link_support2 .btn_link_support {
    width: 100%;
  }

  .btns_link_support2 .btn_link_support2 {
    width: 48%;
    margin-bottom: 10px;
  }
}

.btns_link_support2 .btn_link_support2:not(:first-of-type) {
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .btns_link_support2 .btn_link_support2:not(:first-of-type) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btns_link_support2 .btn_link_support2:first-of-type {
    margin-right: 10px;
  }

  .btns_link_support2 .btn_link_support2:not(:first-of-type) {
    margin-left: 0px;
  }
}

.btns_link_support3 .btn_link_support3 {
  width: calc((100% - 120px) / 2);
  min-height: 80px;
  margin-right: 10px;
}

@media screen and (max-width: 980px) {
  .btns_link_support3 .btn_link_support3 {
    width: calc((100% - 30px) / 2);
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .btns_link_support3 {
    justify-content: space-between;
  }

  .btns_link_support3 .btn_link_support3 {
    width: 48%;
    margin-bottom: 10px;
  }
}

.btns_link_support2 .btn_link_support3:not(:first-of-type) {
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .btns_link_support2 .btn_link_support3:not(:first-of-type) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btns_link_support2 .btn_link_support3:first-of-type {
    margin-right: 10px;
  }

  .btns_link_support2 .btn_link_support3:not(:first-of-type) {
    margin-left: 0px;
  }
}

.select {
  border: solid 1px #B2B2B2;
  border-radius: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 290px;
  z-index: 1;
}

.select::after {
  border-bottom: 2px solid #B2B2B2;
  border-right: 2px solid #B2B2B2;
  content: '';
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  z-index: -1;
}

.btn_support_select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 1.86;
  padding: 5px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
}

.btns_support_ex {
  font-size: 14px;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btns_support_ex .btns_support_ex_item {
  font-size: 12px;
  display: inline-block;
  margin: 0 1em;
}

.btns_support_ex .btns_support_ex_item::before {
  background: #ffb900;
  border: 2px solid #ffb900;
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: .5em;
  vertical-align: -4px;
  width: 46px;
}

.btns_support_ex .btns_support_ex_item-yellowLight::before {
  background: #ffe49c;
  border-color: #ffb900;
}

.btns_support_ex .btns_support_ex_item-yellowGhost::before {
  background: transparent;
  border-color: #ffb900;
}

@media screen and (max-width: 767px) {
  .btns_support_ex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    margin-left: 20px;
  }

  .btns_support_ex .btns_support_ex_item {
    width: 50%;
    margin: 0.25em 0;
  }

  .btns_support_ex .btns_support_ex_item:before {
    width: 30px;
  }
}

.btn_link_support2 {
  position: relative;
  height: 116px;
  text-align: left;
}

.btn_link_support .btn_icon2 {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
  height: auto;
}

.btn_icon2 {
  max-height: 80px;
  width: auto;
  margin-top: 10px;
}

.btn_link_support .btn_text2 {
  display: inline-block;
  font-weight: 700;
  width: auto;
  text-align: center;
  top: 10px;
  left: 20px;
  position: relative;
}

.btn_link_support .btn_text2:after {
  position: absolute;
  content: '▼';
  display: block;
  left: 0px;
  right: 0px;
}

.btn_link_support .btn_text3 {
  display: block;
  font-weight: 700;
  width: auto;
  min-height: 50px;
  text-align: center;
  top: 0px;
  left: 0px;
  right: 0px;
  position: relative;
  margin: 0 auto;
}

.btn_link_support .btn_text3:after {
  position: absolute;
  content: '▼';
  font-size: 14px;
  display: block;
  left: 0px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .btn_link_support .btn_icon2 {
    display: none;
  }

  .btn_link_support2 {
    position: relative;
    height: auto;
    width: 50%;
  }

  .btn_link_support .btn_text2 {
    display: block;
    font-weight: 700;
    width: 100%;
    text-align: center;
    top: 0px;
    left: auto;
    position: relative;
    margin: 0 auto;
  }

  .btn_link_support .btn_text2:after {
    position: absolute;
    content: '▼';
    display: block;
    left: 0px;
    right: 0px;
    bottom: -20px;
  }
}

.content_support .table_title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 13px;
}

.content_support table {
  width: 100%;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .content_support table {
    width: 100%;
    margin-left: 0px;
  }
}

.content_support table tr:first-child th:first-child {
  border-left: none;
  border-top: none;
}

.content_support table th {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  font-weight: 400;
  padding: 0.5em;
}

.content_support table td {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  padding: 0.5em 1em;
  text-align: center;
}

.content_support table td.ta-l {
  text-align: left;
}

.content_support table .tb {
  display: block;
  height: 100%;
  width: 100%;
  border-top: solid #000 1px;
}

.content_support table .rd {
  transform: matrix(1, 0.75, 0, 1, 0, 15);
}

.content_support table.table2 tr:first-child th:first-child {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
}

.content_support table.table2 th,
.content_support table.table2 td {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .content_support table {
    font-size: 12px;
    line-height: 1.2;
  }

  .content_support table td {
    padding: 0.25em;
  }
}

.list_support_links {
  padding: 0px 0px 40px;
  margin: 0px 0px 40px;
  list-style: none;
  border-bottom: solid 1px #000;
}

.list_support_links>li {
  position: relative;
  padding: 0px 0px 0px 1em;
  font-weight: 700;
}

.list_support_links>li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.5em solid transparent;
  border-left: 0.7em solid #FFB900;
  content: "";
}

.list_support_links.blue>li::before {
  border-left: 0.7em solid #00ADDC;
}

.list_support_links.red>li::before {
  border-left: 0.7em solid #D50057;
}

.table-box {
  padding: 12px 12px 12px 32px;
}

.table-box strong:before {
  content: '■';
  display: block;
  position: absolute;
  margin-left: -20px;
}

.table-box strong {
  color: #333;
}

.table-box strong.blue:before {
  color: #00ADDC;
}

.table-box strong.red:before {
  color: #D50057;
}

.content.blue .content_nav {
  border-color: #001c71;
}

.content.blue .content_nav .content_nav_link.active {
  background: #001c71;
  color: #fff;
}

.content.blue .heading01 .heading_text:after {
  background: #001c71;
}

.content.red .content_nav {
  border-color: #D50057;
}

.content.red .content_nav .content_nav_link.active {
  background: #D50057;
  color: #fff;
}

.content.red .heading01 .heading_text:after {
  background: #D50057;
}

.content.pink .content_nav {
  border-color: #e5156c;
}

.content.pink .content_nav .content_nav_link.active {
  background: #e5156c;
  color: #fff;
}

.content.pink .heading01 .heading_text:after {
  background: #e5156c;
}

.img_support_nanbyou01 {
  width: 242px;
  margin-left: 30px;
  float: right;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .img_support_nanbyou01 {
    float: none;
    max-width: 318px;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.img_support_kougaku01 {
  width: 180px;
  margin-left: 30px;
  float: right;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .img_support_kougaku01 {
    float: none;
    max-width: 318px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.img_support_kougakuw01 {
  width: 173px;
  margin-left: 30px;
  float: right;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .img_support_kougakuw01 {
    float: none;
    max-width: 318px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.img_support_tools2 {
  width: 166px;
  margin-left: 30px;
  float: right;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .img_support_tools2 {
    float: none;
    max-width: 318px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

.img_service_top01 {
  width: 232px;
  margin-left: 30px;
  float: right;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .img_service_top01 {
    float: none;
    max-width: 318px;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

.img_service_top02 {
  width: 174px;
  margin-left: 30px;
  float: right;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .img_service_top02 {
    float: none;
    max-width: 318px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

.img_support_tools_top01 {
  width: 242px;
  margin-left: 30px;
  float: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .img_support_tools_top01 {
    float: none;
    max-width: 318px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

.img_support_consul01 {
  width: 138px;
  margin-left: 30px;
  float: right;
  margin-bottom: 30px;
}

.img_support_consul02 {
  width: 200px;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .img_support_consul02 {
    float: none;
    max-width: 318px;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

.content_col_2 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .content_col_2 {
    display: block;
  }
}

/*config*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.f-black {
  color: #333;
}

.f-blue {
  color: #001C71;
}

.f-kred {
  color: #D50057;
}

.bg-orange {
  background: #FFB900;
}

.bg-orange2 {
  background: #FFEAB2;
}

.bg-grey {
  background: #F2F2F2;
}

.bg-blue {
  background: #001C71;
  color: #fff;
}

.bg-red {
  background: #D50057;
  color: #fff;
}

.bg-pink {
  background: #C8378E;
  color: #fff;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 13px;
}

.fs12 {
  font-size: 13px;
}

.fs13 {
  font-size: 13px;
}

.text_link2 {
  font-weight: 700;
}

[class^='list-style'] {
  font-size: 16px;
  line-height: 1.75;
}

.list-style1 {
  margin-left: 0px;
}

.list-style1 li {
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.list-style1 li:before {
  content: '';
  display: block;
  width: 5px;
  height: 16px;
  background: #FFB900;
  position: absolute;
  left: 0px;
  top: 5px;
}

.list-style2 li {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.list-style2 li:before {
  content: '●';
  font-size: 12px;
  color: #808080;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  top: 5px;
}

.list-style2.pink li:before {
  content: '●';
  font-size: 12px;
  color: #e5156c !important;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  top: 5px;
}

.list-style2.blue li:before {
  content: '●';
  font-size: 12px;
  color: #00ADDC !important;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  top: 5px;
}

.list-style3 li {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.list-style3 li:before {
  content: '•';
  font-size: 16px;
  color: #000;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
}

.list-style3.red li:before {
  content: '•';
  font-size: 16px;
  color: #D50057;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
}

.list-style3.blue li:before {
  color: #00ADDC;
}

.list-style3.blue2 li:before {
  color: #001C71;
}

.list-style3.yellow li:before {
  color: #FEC558;
}

ol.list-style4 {
  margin-left: 3.5em;
}

ol.list-style4 li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

ol.list-style4 li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.list-style-dot li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0px;
}

.list-style-dot li:before {
  content: '・';
  color: #333;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  ol.list-style4 li {
    padding-left: 2em;
  }

  ol.list-style4 li img {
    margin-left: -1em;
    margin-right: -1em;
  }

  ol.list-style4 li:before {
    margin-left: -1em;
  }

  ol.list-style4 {
    margin-left: 0em;
  }
}

/*patients*/
.patients_page_header {
  display: flex;
  justify-content: space-between;
}

.patients_page_header_left {
  display: flex;
}

.patients_page_header_title {
  align-items: center;
  border: solid 2px #001c71;
  border-radius: 5px;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 1.384;
  margin: 20px 30px 20px 40px;
  padding: 1em;
  text-align: center;
  width: 190px;
}

.patients_page_header_txt {
  padding: 14px 0;
}

.patients_page_header_txt h2 {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 10px;
}

.patients_page_header_txt p {
  font-size: 16px;
  line-height: 1.75;
}

.patients_page_header_img {
  align-items: center;
  display: flex;
  width: 295px;
}

.patients_page_header_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .patients_page_header {
    display: block;
  }

  .patients_page_header_left {
    display: block;
    margin-bottom: 17px;
  }

  .patients_page_header_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
    padding: 1em;
    margin: 0;
    text-align: center;
  }

  .patients_page_header_txt {
    padding: 14px 0 0;
  }

  .patients_page_header_txt h2 {
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 5px;
  }

  .patients_page_header_txt p {
    font-size: 14px;
    line-height: 1.785;
  }

  .patients_page_header_img {
    width: 100%;
  }
}

.content_body_patients {
  border-radius: 5px 5px 5px 5px;
  background: #fff url("../img/patients_bg_img.png") no-repeat right top;
}

.content_body_patients2 {
  border-radius: 0px 0px 5px 5px;
  background: #fff url("../img/patients_bg_img.png") no-repeat right top;
}

.content_body2 {
  background: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
}

.content_prof_header_txt {
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .content_body_patients {
    padding: 40px 20px;
    border-radius: 5px 5px 5px 5px;
    background: #fff url("../img/patients_bg_img.png") no-repeat right top;
    background-size: 30%;
  }

  .content_body_patients2 {
    border-radius: 0px 0px 5px 5px;
    background: #fff url("../img/patients_bg_img.png") no-repeat right top;
    background-size: 30%;
  }

  .content_body2 {
    padding: 20px;
    width: 100%;
  }

  .heading01 .heading_body .heading_text2 {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
  }

  .heading01 .heading_body .heading_text2 span {
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
  }

  .heading01 .heading_body .heading_text2:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.btns_link_patients .btn_link_support {
  padding: 10px 10px 20px;
}

.btns_link_patients a img {
  width: 100%;
}

.btn_link_blue {
  border: 2px solid #001C71;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  max-width: 290px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #E5F7FB;
  color: #001C71;
}

.border_box_patients {
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
  background: white;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.border_box_patients.blue {
  border: solid 2px #001C71;
}

.border_box_patients2 {
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
  background: white;
  border: solid 1px #A6A6A6;
}

.border_box_patients2.red {
  border: solid 1px #D50057;
}

.border-top-red {
  border-top: solid 1px #D50057;
}

.border-top-blue {
  border-top: solid 1px #00ADDC;
}

.border-bottom-yellow {
  border-bottom: solid 1px #ffb900;
}

.border-bottom-grey {
  border-bottom: solid 1px #b2b2b2;
}

.border-bottom-yellow-bold {
  border-bottom: solid 5px #ffb900;
}

.patients_page_tn_box {
  width: 80%;
}

.patients_page_tn {
  margin-left: 20px;
  margin-top: 20px;
}

.patients_page_row2 {
  display: flex;
  justify-content: space-between;
}

.patients_page_row2_c {
  display: flex;
  justify-content: space-around;
}

.patients_page_howto_box {
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: 0;
  max-width: 905px;
  width: 100%;
}

.patients_page_howto_box_no {
  background: #d50057;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  line-height: 44px;
  margin-right: 20px;
  margin-top: 6px;
  max-height: 44px;
  max-width: 44px;
  text-align: center;
  width: 100%;
}

.patients_page_howto_box_no_blue {
  background: #00ADDC;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  line-height: 44px;
  margin-right: 20px;
  margin-top: 6px;
  max-height: 44px;
  max-width: 44px;
  text-align: center;
  width: 100%;
}

.patients_page_howto_box_no_lightblue {
  background: #f2f4f8;
  color: #001C71;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  line-height: 44px;
  margin-right: 20px;
  margin-top: 6px;
  max-height: 44px;
  max-width: 44px;
  text-align: center;
  width: 100%;
}

.patients_page_howto_box_no_lightblue2 {
  background: #dcf0f2;
  color: #001C71;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  line-height: 44px;
  margin-right: 20px;
  margin-top: 6px;
  max-height: 44px;
  max-width: 44px;
  text-align: center;
  width: 100%;
}

.patients_page_howto_box_no_lightblue3 {
  background: #001C71;
  color: #fff;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  line-height: 44px;
  margin-right: 20px;
  margin-top: 6px;
  max-height: 44px;
  max-width: 44px;
  text-align: center;
  width: 100%;
}

.patients_page_howto_box_no_yellow {
  background: #FEC558;
  color: #000;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  line-height: 44px;
  margin-right: 20px;
  margin-top: 6px;
  max-height: 44px;
  max-width: 44px;
  text-align: center;
  width: 100%;
}

.patients_page_howto_box_text {
  display: flex;
  width: 54%;
}

.patients_page_howto_box_text p {
  line-height: 1.75;
  text-align: left;
}

.patients_page_howto_box_img {
  padding: 0 20px;
  text-align: left;
  width: 46%;
}

.patients_page_row3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.patients_page_row3 li {
  width: 30%;
  margin-left: 3.3%;
}

.patients_page_row3 li:nth-child(3n+1) {
  margin-left: 0%;
}

.patients_page_row3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.patients_page_row3-2 li:nth-child(1) {
  width: 20%;
}

.patients_page_row3-2 li:nth-child(2) {
  width: 20%;
  margin-left: 3%;
}

.patients_page_row3-2 li:nth-child(3) {
  width: 54%;
  margin-left: 3%;
}

.patients_page_row3-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.patients_page_row3-3 li:nth-child(1) {
  width: 28%;
}

.patients_page_row3-3 li:nth-child(2) {
  width: 28%;
  margin-left: 3.3%;
}

.patients_page_row3-3 li:nth-child(3) {
  width: 37.4%;
  margin-left: 3.3%;
}

.patients_page_row3-3 li:nth-child(3) img {
  max-width: 284px;
}

.patients_page_row2-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.patients_page_row2-2 div {
  width: 49%;
}

.patients_page_row4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.patients_page_row4 li {
  width: 25%;
}

.patients_page_row4 li:nth-child(4n+1) {
  margin-left: 0%;
}

.patients_page_row4-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.patients_page_row4-2 li:nth-child(1) {
  width: 20%;
}

.patients_page_row4-2 li:nth-child(2) {
  width: 20%;
}

.patients_page_row4-2 li:nth-child(3) {
  width: 30%;
  text-align: center;
}

.patients_page_row4-2 li:nth-child(4) {
  width: 30%;
}

.patients_page_row4-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.patients_page_row4-3 li:nth-child(1) {
  width: 15%;
}

.patients_page_row4-3 li:nth-child(2) {
  width: 19%;
}

.patients_page_row4-3 li:nth-child(3) {
  width: 30%;
  text-align: center;
}

.patients_page_row4-3 li:nth-child(4) {
  width: 34%;
  margin-left: 2%;
}


@media screen and (max-width: 767px) {
  .patients_page_tn_box {
    width: 100%;
  }

  .patients_page_tn {
    margin-left: 0px;
    margin-top: 10px;
  }

  .patients_page_howto_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
  }

  .patients_page_howto_box_no {
    font-size: 21px;
    line-height: 35px;
    margin-right: 14px;
    max-height: 35px;
    max-width: 35px;
  }

  .patients_page_howto_box_text {
    margin-bottom: 12px;
    width: 100%;
  }

  .patients_page_howto_box_text p {
    line-height: 1.79;
  }

  .patients_page_howto_box_img {
    width: 100%;
    text-align: center;
  }

  /* .patients_page_howto_box_img img{
width:80%;
} */
  .patients_page_row2 {
    display: block;
    text-align: center;
  }

  .patients_page_row2 .title-bg-r {
    margin: 0 auto;
  }

  .patients_page_row2_c {
    display: block;
    text-align: center;
  }

  .patients_page_row2-2 {
    display: block;
    text-align: center;
  }

  .patients_page_row2-2.sp-hd{
    display: none;
  }

  .patients_page_row2-2 div {
    width: 100%;
  }

  .patients_page_row2-2 div:first-child {
    margin-bottom: 40px;
  }

  .patients_page_row3,
  .patients_page_row3-2,
  .patients_page_row3-3 {
    display: block;
    text-align: center;
  }

  .patients_page_row3 li {
    width: 100%;
    margin: auto;
  }

  .patients_page_row3-2 li:nth-child(1),
  .patients_page_row3-2 li:nth-child(2),
  .patients_page_row3-2 li:nth-child(3),
  .patients_page_row3-3 li:nth-child(1),
  .patients_page_row3-3 li:nth-child(2),
  .patients_page_row3-3 li:nth-child(3) {
    width: 100%;
    margin: 0 auto;
  }

  .patients_page_row3 li:nth-child(3n+1) {
    margin-left: 0%;
  }

  .patients_page_row4 {
    display: block;
    text-align: center;
  }

  .patients_page_row4 li {
    width: 100%;
    margin: auto;
  }


  .patients_page_row4 li:nth-child(4n+1) {
    margin-left: 0%;
  }

  .patients_page_row4-2,
  .patients_page_row4-3 {
    display: block;

  }

  .patients_page_row4-2 li,
  .patients_page_row4-3 li {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .patients_page_row4-2 li:nth-child(1),
  .patients_page_row4-3 li:nth-child(1) {
    width: 100%;
  }

  .patients_page_row4-2 li:nth-child(2),
  .patients_page_row4-3 li:nth-child(2) {
    width: 100%;
  }

  .patients_page_row4-2 li:nth-child(3),
  .patients_page_row4-3 li:nth-child(3) {
    width: 100%;
    text-align: center;
  }

  .patients_page_row4-2 li:nth-child(4),
  .patients_page_row4-3 li:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }

}

.title-bg-r {
  border-radius: 30px;
  padding: 0.25em 1em;
  display: inline-block;
  font-size: 20px;
}

.caution_text {
  position: relative;
  padding-left: 70px;
}

.caution_text:before {
  content: "";
  display: block;
  width: 52px;
  height: 46px;
  background: url("../img/icon_caution_img.png") center center/contain no-repeat;
  position: absolute;
  top: 20px;
  left: 0px;
  transform: translateY(-50%);
}

.btn-r {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.profile_dl dl {
  display: flex;
  margin-bottom: 5px;
}

.profile_dl dl dt {
  width: 200px;
  font-size: 16px;
}

.profile_dl dl dd {
  font-size: 16px;
}

.profile_border {
  border: solid 1px #ccc;
  padding: 2px 5px;
}

@media screen and (max-width: 767px) {
  .profile_dl dl {
    display: block;
    margin-bottom: 1em;
  }

  .profile_dl dl dt {
    width: 100%;
    font-size: 16px;
  }

  .profile_dl dl dd {
    width: calc(100%-1em);
    font-size: 16px;
    margin-left: 1em;
  }
}

.text-red {
  color: #D50057 !important;
}

.strong-red {
  background: #D50057;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 24px;
  margin: 0 0.25em;
}

.strong-red-border {
  background: #fff;
  border: solid 2px #D50057;
  color: #D50057;
  padding: 0.2em 0.5em;
  border-radius: 24px;
  margin: 0 0.25em;
}

.strong-yellow {
  background: #ffb900;
  color: #333;
  padding: 0.05em 1em;
  border-radius: 24px;
  margin: 0 0.25em;
}

.strong-l-yellow {
  background: #fff1cc;
  color: #333;
  padding: 0.05em 1em;
  border-radius: 24px;
  margin: 0 0.25em;
}

.strong-l-yellow-border {
  border: solid 2px #ffb900;
  background: #fff1cc;
  color: #333;
  padding: 0.05em 1em;
  border-radius: 24px;
  margin: 0 0.25em;
}