@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: #e3f3ff;
  color: #fff;
}

::-moz-selection {
  background: #e3f3ff;
  color: #fff;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #666;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #666;
}
a:hover {
  color: #268bf6;
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
  transition: 0.2s;
}
a:active {
  color: #666;
}

/* ----------------------------------------------------
title
---------------------------------------------------- */
h2.contTitle {
  color: #268bf6;
}
h2.newsTitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 175%;
  font-weight: 500;
}
h2.newsTitle span {
  font-size: 50%;
  letter-spacing: 2px;
  color: #268bf6;
  font-weight: 500;
  display: block;
}
@media (max-width: 736px) {
  h2.newsTitle {
    font-size: 26px;
  }
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header h1 {
  color: #268bf6;
}
header h1 a {
  color: #268bf6;
}
header h1 a:visited {
  color: #268bf6;
}
header .rightbox .textsize .middle {
  color: #fff;
  background: #268bf6;
  border: 1px solid #268bf6;
  border-right: 0;
}
header .rightbox .textsize .middle.on {
  color: #268bf6;
  background: #fff;
}
header .rightbox .textsize .large {
  color: #fff;
  background: #268bf6;
  border: 1px solid #268bf6;
  border-left: 0;
}
header .rightbox .textsize .large.on {
  color: #268bf6;
  background: #fff;
}
header .rightbox .search input[type="text"] {
  border: 1px solid #268bf6;
}
header .rightbox .search input[type="submit"] {
  background: #268bf6;
}
header #spNavibtn {
  background: #268bf6;
}

/* ----------------------------------------------------
#mainvisual
---------------------------------------------------- */
#mainvisual {
  width: 100%;
  line-height: 0;
  text-align: left;
  position: relative;
  z-index: 0;
}
#mainvisual .appbtn {
  width: 38%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #268bf6;
}
#mainvisual .appbtn img {
  width: calc(520px / 2);
  height: auto;
}
#mainvisual .appbtn a {
  padding: 30px;
  display: block;
}
@media (max-width: 736px) {
  #mainvisual .appbtn {
    display: none;
  }
}
@media (max-width: 736px) {
  #mainvisual .pcver {
    display: none;
  }
}
#mainvisual .spver {
  display: none;
}
@media (max-width: 736px) {
  #mainvisual .spver {
    display: block;
  }
}

/* ----------------------------------------------------
nav
---------------------------------------------------- */
nav.gnav {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 10;
}
@media (max-width: 736px) {
  nav.gnav {
    position: static;
  }
  nav.gnav.openbase {
    position: fixed;
    top: 0;
    right: -400px;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }
}
nav.gnav .nav-inr {
  margin: 0 auto;
  width: 1020px;
  height: 60px;
  align-items: center;
}
@media (max-width: 1080px) {
  nav.gnav .nav-inr {
    width: 100%;
  }
}
@media (max-width: 736px) {
  nav.gnav .nav-inr {
    padding: 60px 20px 30px 20px;
    position: absolute;
    top: 0;
    right: -400px;
    width: 300px;
    height: 100%;
    background: #fff;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.2s;
  }
  nav.gnav .nav-inr.openmenu {
    right: 0;
  }
}
nav.gnav .menu {
  display: flex;
  height: 100%;
  font-weight: 500;
}
@media (max-width: 736px) {
  nav.gnav .menu {
    width: 100%;
    height: auto;
  }
}
nav.gnav .menu:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #ddd;
  position: relative;
  top: 21px;
}
@media (max-width: 736px) {
  nav.gnav .menu:before {
    content: none;
  }
}
nav.gnav .menu a {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
nav.gnav .menu a:hover {
  color: #268bf6;
}
@media (max-width: 736px) {
  nav.gnav .menu a {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #666;
  }
}
nav.gnav .menu:nth-last-child(-n+2):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #ddd;
  position: relative;
  top: 21px;
}
@media (max-width: 736px) {
  nav.gnav .menu:nth-last-child(-n+2):after {
    content: none;
  }
}
nav.gnav .menu.spver {
  display: none;
}
@media (max-width: 736px) {
  nav.gnav .menu.spver {
    display: block;
  }
}

.sp_contactBtn {
  display: none;
}
@media (max-width: 736px) {
  .sp_contactBtn {
    display: block;
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 201;
  }
  .sp_contactBtn a {
    line-height: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #268bf6;
  }
  .sp_contactBtn a img {
    width: 30px;
    height: auto;
  }
}

/* ----------------------------------------------------
.section
---------------------------------------------------- */
.section section + section {
  margin-top: 60px;
}
.section div + p {
  margin-top: 20px;
}

/* ----------------------------------------------------
.section02
---------------------------------------------------- */
.section02 + .f-contBtn {
  margin-top: 220px;
}
@media (max-width: 736px) {
  .section02 + .f-contBtn {
    margin-top: 100px;
  }
}

/* ----------------------------------------------------
#cont01
---------------------------------------------------- */
#cont01 .contmenu {
  line-height: 0;
}
#cont01 .contmenu img {
  width: calc(1020px / 2);
  height: auto;
}
@media (max-width: 1080px) {
  #cont01 .contmenu img {
    width: 100%;
  }
}
@media (max-width: 736px) {
  #cont01 .contmenu div {
    width: 100%;
  }
}

/* ----------------------------------------------------
#cont04
---------------------------------------------------- */
#cont04 {
  padding: 0 40px;
}
@media (max-width: 736px) {
  #cont04 {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------
.messageList
---------------------------------------------------- */
@media (max-width: 736px) {
  .messageList {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.messageList .doctor {
  padding-bottom: 130px;
  position: relative;
  background: #d6eeff;
}
@media (max-width: 736px) {
  .messageList .doctor {
    padding-bottom: 0;
    margin-bottom: 60px;
    background: none;
  }
  .messageList .doctor img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: 0 20%;
  }
}
.messageList .namebox {
  padding: 20px;
  width: 230px;
  color: #000;
  background: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: 2;
}
@media (max-width: 736px) {
  .messageList .namebox {
    padding-bottom: 40px;
    width: 80%;
    bottom: 0;
  }
}
.messageList .namebox .kana {
  color: #268bf6;
  font-size: bold;
}
@media (max-width: 736px) {
  .messageList .namebox .kana {
    font-size: 14px;
  }
}
.messageList .namebox .name {
  font-size: 200%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
@media (max-width: 736px) {
  .messageList .namebox .name {
    font-size: 28px;
  }
}
.messageList .namebox .career {
  font-weight: bold;
}
@media (max-width: 736px) {
  .messageList .namebox .career {
    font-size: 15px;
  }
}
.messageList .m_more {
  font-size: 112.5%;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 2;
}
@media (max-width: 736px) {
  .messageList .m_more {
    font-size: 16px;
  }
}
.messageList .m_more a {
  padding: 10px 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #000;
}

/* ----------------------------------------------------
.newsList
---------------------------------------------------- */
.newsList .listbox {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #268bf6;
}
@media (max-width: 736px) {
  .newsList .listbox {
    justify-content: start;
    flex-wrap: wrap;
  }
}
.newsList .listbox:last-child {
  border-bottom: 1px dashed #268bf6;
}
.newsList .listbox .date {
  font-size: 87.5%;
  width: 12%;
  display: flex;
  align-items: center;
}
@media (max-width: 736px) {
  .newsList .listbox .date {
    width: auto;
  }
}
.newsList .listbox .label {
  display: flex;
  align-items: center;
  text-align: center;
}
.newsList .listbox .label a {
  padding: 3px 0 4px 0;
  color: #fff;
  width: 100px;
  display: block;
  background: #268bf6;
  border-radius: 4px;
}
@media (max-width: 736px) {
  .newsList .listbox .label {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 736px) {
  .newsList .listbox .post-categories {
    display: flex;
  }
}
.newsList .listbox .post-categories li {
  text-align: center;
}
.newsList .listbox .post-categories li + li {
  margin-top: 3px;
}
@media (max-width: 736px) {
  .newsList .listbox .post-categories li + li {
    margin: 0 0 0 4px;
  }
}
.newsList .listbox .post-categories li a {
  padding: 3px 0 4px 0;
  color: #fff;
  width: 100px;
  display: block;
  background: #268bf6;
  border-radius: 4px;
}
@media (max-width: 736px) {
  .newsList .listbox .post-categories li a {
    padding: 2px 6px;
    width: auto;
  }
}
@media (max-width: 736px) {
  .newsList .listbox .post-categories li {
    font-size: 12px;
  }
}
.newsList .listbox .title {
  width: 72%;
  display: flex;
  align-items: center;
}
.newsList .listbox .title a {
  display: block;
}
@media (max-width: 736px) {
  .newsList .listbox .title {
    margin-top: 10px;
    width: 100%;
  }
}

.list_more {
  margin-top: 24px;
  text-align: right;
}
.list_more a {
  color: #268bf6;
}
.list_more a:after {
  content: "";
  display: inline-block;
  background: url(../img/medical_student/icon_arrow_l_blue.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 14px;
  position: relative;
  top: 1px;
  margin-left: 6px;
}

/* ----------------------------------------------------
#bnrboxWrap
---------------------------------------------------- */
#bnrboxWrap {
  padding: 0 40px;
}
@media (max-width: 736px) {
  #bnrboxWrap {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
#bnrboxWrap .bnrbox {
  display: flex;
  justify-content: space-between;
}
#bnrboxWrap .bnrbox img {
  width: calc(580px / 2);
  height: auto;
}
@media (max-width: 736px) {
  #bnrboxWrap .bnrbox img {
    width: 100%;
  }
}
@media (max-width: 736px) {
  #bnrboxWrap .bnrbox {
    flex-wrap: wrap;
  }
  #bnrboxWrap .bnrbox div {
    margin-bottom: 16px;
    line-height: 0;
    width: 48%;
  }
}

/* ----------------------------------------------------
.pageTitle
---------------------------------------------------- */
.pageTitle {
  padding: 45px 0;
  text-align: center;
  background: #d6eeff;
}
@media (max-width: 736px) {
  .pageTitle {
    padding: 16px 0;
  }
}
.pageTitle h2 {
  font-size: 175%;
  font-weight: 500;
}
@media (max-width: 736px) {
  .pageTitle h2 {
    font-size: 20px;
  }
}
.pageTitle h2 span {
  color: #268bf6;
  display: block;
  font-size: 50%;
  letter-spacing: 4px;
}
@media (max-width: 736px) {
  .pageTitle h2 span {
    font-size: 13px;
  }
}

/* ----------------------------------------------------
.breadcrumb
---------------------------------------------------- */
.breadcrumb {
  margin-top: 20px;
  font-size: 87.5%;
}
@media (max-width: 736px) {
  .breadcrumb {
    padding: 10px;
    margin-top: 10px;
  }
}
.breadcrumb ul {
  margin: 0 auto;
  width: 940px;
  display: flex;
}
@media (max-width: 736px) {
  .breadcrumb ul {
    width: 100%;
  }
}
.breadcrumb ul li:after {
  content: "";
  display: inline-block;
  background: url(../img/medical_student/icon_arrow_l_blue.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 14px;
  margin: 0 6px;
  position: relative;
  top: 2px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}

/* ----------------------------------------------------
.readbox
---------------------------------------------------- */
.readbox {
  font-size: 112.5%;
  line-height: 1.9;
}
.readbox + section {
  margin-top: 84px;
}

/* ----------------------------------------------------
.f-contBtn
---------------------------------------------------- */
.f-contBtn {
  margin-top: 140px;
}
@media (max-width: 736px) {
  .f-contBtn {
    margin-top: 70px;
  }
}
.f-contBtn .cb-inr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-contBtn .cb-inr div {
  line-height: 0;
  width: 50%;
}
.f-contBtn + #bnrboxWrap {
  margin-top: 60px;
}

/* ----------------------------------------------------
#ms-navi
---------------------------------------------------- */
#ms-navi {
  padding: 30px 0;
  margin-top: 100px;
  text-align: center;
  color: #fff;
  background: #268bf6;
}
@media (max-width: 736px) {
  #ms-navi {
    display: none;
  }
}
#ms-navi .sitetitle {
  font-size: 112.5%;
}
@media (max-width: 736px) {
  #ms-navi .sitetitle {
    font-size: 16px;
  }
}
#ms-navi .sitetitle span {
  margin-left: 20px;
  display: inline-block;
  font-size: 135%;
}
@media (max-width: 736px) {
  #ms-navi .sitetitle span {
    margin-left: 0;
    display: block;
    font-size: 22px;
  }
}
#ms-navi + footer {
  margin-top: 5px;
}
#ms-navi .msn-inr {
  margin-top: 26px;
}
#ms-navi .msn-inr li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: relative;
  top: 4px;
}
#ms-navi .msn-inr li:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: relative;
  top: 4px;
}
#ms-navi .msn-inr a {
  padding: 0 20px;
  color: #fff;
}

/* ----------------------------------------------------
#training
---------------------------------------------------- */
#training .flowImg {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  #training .flowImg {
    margin-top: -40px;
  }
}

/* ----------------------------------------------------
#scholarship
---------------------------------------------------- */
@media (max-width: 736px) {
  #scholarship .l-qawrap {
    margin-bottom: 16px;
    width: 100%;
  }
}
#scholarship .qabox {
  padding: 20px;
  width: 100%;
  font-size: 112.5%;
  border: 2px solid #268bf6;
  border-radius: 8px;
}
#scholarship .qabox + .qabox {
  margin-top: 30px;
}
@media (max-width: 736px) {
  #scholarship .qabox + .qabox {
    margin-top: 16px;
  }
}
#scholarship .qabox .l-q {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: #268bf6;
  border-radius: 100px;
}
#scholarship .qabox .r-a {
  width: 80%;
}
#scholarship .qabox .r-a .q-title {
  margin: 10px 0;
  color: #268bf6;
  font-weight: bold;
}
#scholarship .contactBox {
  padding: 20px;
  margin-top: 70px;
  text-align: center;
  border: 12px solid #ddd;
}
#scholarship .contactBox .contactBtn {
  margin: 20px auto 0 auto;
  width: 272px;
}
#scholarship .contactBox .contactBtn a {
  padding: 20px 0;
  font-size: 112.5%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #268bf6;
  border-radius: 3px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}
#scholarship .contactBox .tel {
  margin-top: 10px;
  font-size: 150%;
  font-weight: bold;
}

/* ----------------------------------------------------
#volunteer
---------------------------------------------------- */
#volunteer .newsList .listbox .title {
  width: 84%;
}

/* ----------------------------------------------------
#message
---------------------------------------------------- */
#message .dm-title {
  background: #d6eeff;
}
#message .dm-title .l-photo {
  width: 34%;
  line-height: 0;
}
@media (max-width: 736px) {
  #message .dm-title .l-photo {
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
  #message .dm-title .l-photo img {
    width: 230px;
    height: auto;
  }
}
#message .dm-title .r-title {
  padding: 90px 40px 0 90px;
  width: 66%;
  position: relative;
}
@media (max-width: 736px) {
  #message .dm-title .r-title {
    padding: 0;
    width: 100%;
  }
}
#message .dm-title .r-title.lg-box {
  padding-top: 50px;
}
#message .dm-title .r-title.lg-box .namebox {
  bottom: -50px;
}
#message .dm-title .r-title .title {
  color: #000;
  font-size: 225%;
  font-weight: 300;
}
@media (max-width: 736px) {
  #message .dm-title .r-title .title {
    padding: 20px;
    font-size: 22px;
  }
}
#message .dm-title .r-title .namebox {
  padding: 16px 20px 20px 20px;
  position: absolute;
  bottom: -26px;
  left: 90px;
  right: 40px;
  background: #fff;
  border: 1px solid #eee;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
}
@media (max-width: 736px) {
  #message .dm-title .r-title .namebox {
    position: static;
  }
}
#message .dm-title .r-title .namebox .kana {
  color: #268bf6;
  font-weight: bold;
}
#message .dm-title .r-title .namebox .name {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-size: 200%;
}
#message .dm-title .r-title .namebox .name span {
  margin-left: 20px;
  display: inline-block;
  font-size: 56%;
}
#message .dm-title .r-title .namebox .career {
  font-weight: bold;
  color: #000;
}
#message .message-Navi {
  margin-top: 150px;
}
@media (max-width: 736px) {
  #message .message-Navi {
    margin-top: 80px;
    flex-wrap: wrap;
  }
}
#message .message-Navi .docter {
  padding-bottom: 70px;
  background: #d6eeff;
  position: relative;
}
@media (max-width: 736px) {
  #message .message-Navi .docter {
    margin-bottom: 50px;
    width: 100%;
  }
}
#message .message-Navi .docter img {
  width: calc(620px / 2);
  height: auto;
}
@media (max-width: 736px) {
  #message .message-Navi .docter img {
    max-width: 100%;
  }
}
#message .message-Navi .docter .namebox {
  padding: 12px 14px;
  width: 170px;
  background: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
  position: absolute;
  bottom: 20px;
  right: left;
  z-index: 2;
}
@media (max-width: 736px) {
  #message .message-Navi .docter .namebox {
    width: 100%;
  }
}
#message .message-Navi .docter .namebox .kana {
  font-size: 75%;
  color: #268bf6;
  font-weight: bold;
}
#message .message-Navi .docter .namebox .name {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-size: 162.5%;
  line-height: 1.0;
}
#message .message-Navi .docter .m_more {
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 3;
}
#message .message-Navi .docter .m_more a {
  padding: 6px 16px;
  font-size: 112.5%;
  font-weight: bold;
  color: #fff;
  display: block;
  background: #000;
}

/* ----------------------------------------------------
#privatedoctors
---------------------------------------------------- */
#privatedoctors .pd-title {
  margin-top: 130px;
  line-height: 0;
}
#privatedoctors .pd-title .m-title {
  padding: 0 50px;
  background: #fff;
}
#privatedoctors .pd-wrap .photo01 {
  line-height: 0;
  width: 50%;
}
#privatedoctors .pd-wrap .photo01 img {
  width: calc(854px / 2);
  height: auto;
}
#privatedoctors .pd-wrap .l-text {
  width: 50%;
}
#privatedoctors .pd-wrap .f-right img {
  width: calc(532px / 2);
  height: auto;
}
#privatedoctors .pd-wrap .f-right + p {
  margin-top: 0;
}

/* ----------------------------------------------------
#support
---------------------------------------------------- */
#support .supportbox div {
  padding: 0 30px;
  width: 100%;
}
#support .supportbox img {
  width: calc(800px / 2);
  height: auto;
}
@media (max-width: 736px) {
  #support .supportbox img {
    max-width: 100%;
  }
}
#support .commentbox {
  padding: 0 30px;
  overflow: hidden;
}
#support .commentbox:after {
  content: "";
  display: inline-block;
  background: url(../img/medical_student/support/icon_balloon.png);
  background-size: 100%;
  width: 13px;
  height: 15px;
  position: relative;
  top: 100px;
}
#support .commentbox .l-comment {
  padding: 20px;
  margin: 50px 0 0 0;
  width: 760px;
  float: left;
  border: 2px solid #268bf6;
  border-radius: 8px;
}
#support .commentbox .l-comment .l-inr {
  padding-right: 20px;
  width: 26%;
  border-right: 1px solid #268bf6;
}
#support .commentbox .l-comment .r-inr {
  width: 74%;
  padding-left: 20px;
}
#support .commentbox .img {
  line-height: 0;
  float: right;
}
#support .commentbox .img img {
  width: calc(160px / 2);
  height: auto;
}
#support .mapbox .l-map {
  width: 40%;
}
#support .mapbox .l-map img {
  width: calc(684px / 2);
  height: auto;
}
#support .mapbox .r-text {
  width: 60%;
}

/* ----------------------------------------------------
#practice
---------------------------------------------------- */
#practice .section {
  overflow: hidden;
}
#practice .schedule {
  margin-top: 20px;
}
#practice .schedule img {
  width: calc(1824px / 2);
  height: auto;
}
#practice .commentbox {
  padding: 0 14px;
}
#practice .commentbox .l-comment {
  padding: 20px;
  margin: 20px 0 0 0;
  width: 800px;
  float: left;
  border: 2px solid #268bf6;
  border-radius: 8px;
}
@media (max-width: 736px) {
  #practice .commentbox .l-comment {
    width: 100%;
  }
}
#practice .commentbox .l-comment:after {
  content: "";
  display: inline-block;
  background: url(../img/medical_student/support/icon_balloon.png);
  background-size: 100%;
  width: 13px;
  height: 15px;
  position: relative;
  top: 30px;
  right: -35px;
}
@media (max-width: 736px) {
  #practice .commentbox .l-comment:after {
    content: none;
  }
}
#practice .commentbox .l-comment .l-inr {
  padding-right: 20px;
  width: 26%;
  border-right: 1px solid #268bf6;
}
@media (max-width: 736px) {
  #practice .commentbox .l-comment .l-inr {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #268bf6;
  }
}
#practice .commentbox .l-comment .r-inr {
  width: 74%;
  padding-left: 20px;
}
@media (max-width: 736px) {
  #practice .commentbox .l-comment .r-inr {
    padding: 0;
    width: 100%;
  }
}
#practice .commentbox .img-plan01 {
  padding-right: 10px;
  margin-top: -80px;
  line-height: 0;
  float: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  #practice .commentbox .img-plan01 {
    padding-right: 0;
    margin-right: -10px;
  }
}
#practice .commentbox .img-plan01 img {
  width: calc(156px / 2);
  height: auto;
}
@media (max-width: 736px) {
  #practice .commentbox .img-plan01 img {
    width: 46px;
  }
}
#practice .commentbox .img-plan02 {
  margin-top: -110px;
  margin-right: -10px;
  line-height: 0;
  float: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  #practice .commentbox .img-plan02 {
    margin-top: -60px;
    margin-right: -16px;
  }
}
#practice .commentbox .img-plan02 img {
  width: calc(210px / 2);
  height: auto;
}
@media (max-width: 736px) {
  #practice .commentbox .img-plan02 img {
    width: 60px;
  }
}
#practice .p-planlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#practice .p-planlist:after {
  content: "";
  display: block;
  width: 32%;
}
@media (max-width: 736px) {
  #practice .p-planlist:after {
    content: none;
  }
}
#practice .p-planlist li {
  margin-bottom: 4px;
  width: 32%;
  font-weight: 500;
}
@media (max-width: 736px) {
  #practice .p-planlist li {
    margin-bottom: 0;
    width: 48%;
  }
}
#practice .p-planlist li:before {
  content: "●";
  font-size: 12px;
  color: #268bf6;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* ----------------------------------------------------
article
---------------------------------------------------- */
article div.date {
  font-size: 87.5%;
  text-align: right;
}

/* ----------------------------------------------------
.appbtnbox
---------------------------------------------------- */
.appbtnbox {
  margin: 60px auto 0 auto;
  width: 500px;
  font-size: 112.5%;
}
@media (max-width: 736px) {
  .appbtnbox {
    margin-top: 40px;
  }
}
.appbtnbox a {
  padding: 16px 0;
  color: #268bf6;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #268bf6;
}

/* ----------------------------------------------------
.backbtn
---------------------------------------------------- */
.backbtn {
  margin: 100px auto 0 auto;
  width: 300px;
}
.backbtn a {
  padding: 16px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #268bf6;
  border-radius: 4px;
}
@media (max-width: 736px) {
  .backbtn {
    margin-top: 60px;
    width: 100%;
  }
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer .footer-inr-top {
  background: #d6eeff;
}
footer .footer-inr-btm address {
  margin-bottom: 40px;
}
footer .footer-inr-btm address + address {
  margin-bottom: 100px;
}
footer .footer-inr-btm p.site-name {
  color: #268bf6;
}

/* ----------------------------------------------------
eventreport
---------------------------------------------------- */
.eventreport-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .eventreport-wrapper {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.eventreport_thumb {
  line-height: 0;
}
@media (max-width: 736px) {
  .eventreport_thumb {
    margin-bottom: 30px;
    width: 100%;
  }
}
.eventreport_thumb img {
  width: 500px;
  height: 281px;
  object-fit: contain;
  border: 1px solid #ddd;
}
@media (max-width: 736px) {
  .eventreport_thumb img {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.eventreport .label {
  display: flex;
  align-items: center;
}
.eventreport .label span {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 736px) {
  .eventreport .label span {
    font-size: 12px;
  }
}
.eventreport .label span a {
  padding: 3px 6px 4px 6px;
  color: #fff;
  display: block;
  background: #268bf6;
  border-radius: 4px;
}
@media (max-width: 736px) {
  .eventreport .label span a {
    padding: 2px 6px !important;
    width: auto !important;
  }
}
.eventreport_item {
  width: 45%;
}
@media (max-width: 736px) {
  .eventreport_item {
    width: 100%;
  }
}
.eventreport_item p.title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 3px dotted #ddd;
}
.eventreport_item p.title a {
  color: #268bf6;
}
@media (max-width: 736px) {
  .eventreport_item p.title {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 2px dotted #ddd;
  }
}
.eventreport_item p.date {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 736px) {
  .eventreport_item p.date {
    font-size: 12px;
  }
}
.eventreport_item p.label {
  margin-right: 10px;
}
.eventreport_item .info {
  margin: 10px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 736px) {
  .eventreport_item .info {
    margin-bottom: 20px;
  }
}
.eventreport_item .text p {
  line-height: 1.6;
  font-weight: 400;
}
