@charset "UTF-8";
.myIndex {
  /* myIndex */
}

.myIndexMessage {
  position: relative;
  /* Message */
}

.myIndexMessage .deco01, .myIndexMessage .deco02, .myIndexMessage .deco03, .myIndexMessage .deco04{
  position: absolute;
}

@media only screen and (max-width: 480px) {
  .myIndexMessage .deco01, .myIndexMessage .deco02, .myIndexMessage .deco03, .myIndexMessage .catch .deco04 {
    display: none;
  }
}

.myIndexMessage .deco01 {
  left: -20px;
  top: -60px;
}

.myIndexMessage .deco02 {
  left: -200px;
  top: 60px;
}

.myIndexMessage .deco03 {
  right: 0;
  bottom: -60px;
}

.myIndexMessage .deco04 {
   width:70px;
   left: -70px;
}

.myIndexMessage .detail {
  padding: 0 360px 0 0;
}

@media only screen and (min-width: 1160px) {
  .myIndexMessage .detail {
    padding: 0 360px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexMessage .detail {
    padding: 0;
  }
}

.myIndexMessage .catch {
  margin-bottom: 30px;
  color: #ef7f87;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}


@media only screen and (min-width: 1160px) {
  .myIndexMessage .catch {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexMessage .catch {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.myIndexMessage .catch span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .myIndexMessage .catch span {
    display: inline;
  }
}

.myIndexMessage .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
}

@media only screen and (min-width: 1160px) {
  .myIndexMessage .image {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexMessage .image {
    position: static;
    width: auto;
  }
}

.myIndexMessage .image .name {
  padding: 0 40px;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #665352;
}

@media only screen and (min-width: 1160px) {
  .myIndexMessage .image .name {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexMessage .image .name {
    padding: 0;
  }
}

.myIndexMessage .image a {
  display: block;
  margin: 10px 0 0;
  padding: 0 40px 0 100px;
  text-align: center;
  text-decoration: none;
  color: #ef7f87;
}

@media only screen and (min-width: 1160px) {
  .myIndexMessage .image a {
    padding: 0 15px 0 100px;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexMessage .image a {
    padding: 0;
  }
}

.myIndexMessage .image a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.myIndexList01 {
  text-align: center;
  /* list01 */
}

.myIndexList01 .image {
  margin-bottom: 8px;
}

.myIndexList01 .txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #665352;
}

.myIndexList02 {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto;
  /* list02 */
}

.myIndexList02 ul {
  margin: 0 -1%;
}

.myIndexList02 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myIndexList02 li {
  float: left;
  width: 23%;
  margin: 0 1%;
}

@media only screen and (max-width: 480px) {
  .myIndexList02 li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.myIndexList03 {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  /* list03 */
}

.myIndexList03 ul {
  margin: 0 -0.5%;
}

.myIndexList03 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myIndexList03 li {
  float: left;
  width: 32%;
  margin: 0 0.5% 1%;
}

@media only screen and (max-width: 480px) {
  .myIndexList03 li {
    width: 49%;
  }
}

.myStaffTitle {
  padding-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .myStaffTitle02 {
    margin-bottom: 0px;
  }
}

.myStaffAncLink {
  background-image: url(../img/bgMenu01.jpg);
  padding: 15px 0;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink {
    padding: 15px 0;
  }
}

.myStaffAncLink ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink ul {
    display: block;
    width: auto;
  }
  .myStaffAncLink ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.myStaffAncLink li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 5px;
    padding: 0;
  }
}

.myStaffAncLink a {
  padding: 15px 30px 15px 0;
  position: relative;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink a {
    padding: 8px 0;
  }
}

.myStaffAncLink a:hover {
  background-color: rgba(255, 221, 220, 0.6);
}

.myStaffAncLink a:after {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink a:after {
    right: 0;
  }
}

.myStaffAncLink li:first-child a:before {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink li:first-child a:before {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink li:nth-child(odd) a:before {
    content: "";
    background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
    background-size: 10px 10px;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 10px;
  }
}

.myStaffAncLink .main, .myStaffAncLink .sub {
  display: block;
  text-align: center;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myStaffAncLink .main {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myStaffAncLink .main:after {
  content: "";
  background-image: url(../img/arrow04B.png);
  background-position: 0 0;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink .main:after {
    display: none;
  }
}

.myStaffAncLink .sub {
  color: #FF7A80;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 480px) {
  .myStaffAncLink .sub {
    display: none;
  }
}

.myStaffList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myStaffListDoctor {
  position: relative;
}

.myStaffListDoctor .unit {
  width: 47%;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 480px) {
  .myStaffListDoctor .unit {
    width: 100%;
  }
}

.myStaffListDoctor .unit:nth-child(odd) {
  float: left;
}

@media only screen and (max-width: 480px) {
  .myStaffListDoctor .unit:nth-child(odd) {
    float: none;
  }
}

.myStaffListDoctor .unit:nth-child(even) {
  float: right;
}

@media only screen and (max-width: 480px) {
  .myStaffListDoctor .unit:nth-child(even) {
    float: none;
  }
}

.myStaffListDoctor .unit:nth-child(1) {
  border-top: 1px dotted #B98A00;
}

@media only screen and (max-width: 480px) {
  .myStaffListDoctor .unit:nth-child(1) {
    border-top: none;
  }
}

.myStaffListDoctor .unit:nth-child(2) {
  border-top: 1px dotted #B98A00;
}

@media only screen and (max-width: 480px) {
  .myStaffListDoctor .unit:nth-child(2) {
    border-top: none;
  }
}

@media only screen and (max-width: 480px) {
  .myStaffListDoctor .unit:last-child {
    border-bottom: none;
  }
}

.myStaffListDoctor .unit .img {
  float: left;
  width: 39.564%;
}

@media only screen and (max-width: 768px) {
  .myStaffListDoctor .unit .img {
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: center;
  }
}

.myStaffListDoctor .unit .txt {
  float: right;
  width: 57.568%;
}

@media only screen and (max-width: 768px) {
  .myStaffListDoctor .unit .txt {
    margin-top: 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}

.myStaffListStaff {
  position: relative;
}

.myStaffListStaff .unit {
  width: 20%;
  float: left;
  margin-right: 6.6%;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .myStaffListStaff .unit {
    width: 47%;
    margin-right: 0;
  }
  .myStaffListStaff .unit:nth-child(odd) {
    float: left;
  }
  .myStaffListStaff .unit:nth-child(even) {
    float: right;
  }
}

.myStaffListStaff .unit:nth-child(4n) {
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .myStaffListStaff .unit .img {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .myStaffListStaff .unit .img .profile .name {
    font-size: 20px !important;
    font-size: 2.0rem !important;
  }
}

.myStaffListStaff .unit .txt {
  margin-top: 20px;
}

.myStaffListStaff .unit .txtLong {
  margin-bottom: -25px;
}

@media only screen and (max-width: 768px) {
  .myStaffListStaff .unit .txtLong {
    margin-bottom: 0;
  }
}

.myStaffListStaff .unit2column {
  width: 46.6%;
}

.myStaffListStaff .unit2column .img {
  float: left;
  width: 43.564%;
}

@media only screen and (max-width: 768px) {
  .myStaffListStaff .unit2column .img {
    float: none;
    width: 100%;
  }
}

.myStaffListStaff .unit2column .txt {
  float: right;
  width: 53.568%;
}

@media only screen and (max-width: 768px) {
  .myStaffListStaff .unit2column .txt {
    float: none;
    width: 100%;
  }
}

.myStaffListStaff .unit2column_left {
  float: left;
}

.myStaffListStaff .unit2column_right {
  float: right;
  margin-right: 0;
}

.myStaffListStaff .unitDeco {
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .myStaffListStaff .unitDeco {
    display: none;
  }
}

.myStaffList .unit {
  border-bottom: 1px dotted #B98A00;
  position: relative;
}

.myStaffList .unit .profile {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  padding: 5px 0 0 10px;
}

.myStaffList .unit .profile .position {
  font-size: 16px;
  font-size: 1.6rem;
}

.myStaffList .unit .profile .position .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.myStaffList .unit .profile .name {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.myStaffList .unit .profile .sub {
  display: block;
  color: #B98A00;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.myStaffList .unit .txt {
  padding: 5px 0 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.myStaffList .unit .txt dt {
  background: #99800e;
  color: #fff;
  border-radius: 20px;
  padding: 0px 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.myStaffList .unit .txt dd {
  margin-bottom: 20px;
  color: #665352;
}

.myStaffList .unit .txt dd li {
  margin-bottom: 5px;
}

.myStaffList .unit .txt dd .history li {
  position: relative;
  padding-left: 70px;
}

.myStaffList .unit .txt dd .history li .year {
  position: absolute;
  left: 0;
}

.myStaffList.decoDoctor:before {
  content: "";
  position: absolute;
  right: 100px;
  bottom: 46px;
	/*
  background: url(../img/about/staff/deco05.png);
  */
	width: 278px;
  height: 221px;
}

@media only screen and (max-width: 768px) {
  .myStaffList.decoDoctor:before {
    display: none;
  }
}

.myStaffList.decoStaff:before {
  content: "";
  position: absolute;
  right: 61px;
  bottom: 0px;
  background: url(../img/about/staff/deco06.png);
  width: 364px;
  height: 206px;
}

@media only screen and (max-width: 768px) {
  .myStaffList.decoStaff:before {
    display: none;
  }
}

.myStaffList .deco01:after {
  content: "";
  position: absolute;
  right: 55px;
  bottom: 33px;
  background: url(../img/about/staff/deco01.png);
  width: 256px;
  height: 129px;
}

@media only screen and (max-width: 768px) {
  .myStaffList .deco01:after {
    display: none;
  }
}

.myStaffList .deco02:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  background: url(../img/about/staff/deco02.png);
  width: 118px;
  height: 108px;
}

@media only screen and (max-width: 768px) {
  .myStaffList .deco02:after {
    display: none;
  }
}

.myStaffList .deco03:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 20px;
  background: url(../img/about/staff/deco03.png);
  width: 144px;
  height: 94px;
}

@media only screen and (max-width: 768px) {
  .myStaffList .deco03:after {
    display: none;
  }
}

.myStaffList .deco04:after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 50px;
  background: url(../img/about/staff/deco04.png);
  width: 124px;
  height: 98px;
}

@media only screen and (max-width: 768px) {
  .myStaffList .deco04:after {
    display: none;
  }
}

.myStaffList .deco05:after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 98px;
  background: url(../img/about/staff/deco01.png);
  width: 256px;
  height: 129px;
}

@media only screen and (max-width: 768px) {
  .myStaffList .deco05:after {
    display: none;
  }
}

.myJisseki {
  /* myJisseki */
}

.myJissekiAncLink {
  background-image: url(../img/bgPattern11.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 15px 0;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink {
    padding: 15px 0;
  }
}

.myJissekiAncLink ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink ul {
    display: block;
    width: auto;
  }
  .myJissekiAncLink ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.myJissekiAncLink li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 5px;
    padding: 0;
  }
}

.myJissekiAncLink a {
  padding: 15px 30px 15px 0;
  position: relative;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink a {
    padding: 8px 0;
  }
}

.myJissekiAncLink a:hover {
  background-color: rgba(255, 221, 220, 0.6);
}

.myJissekiAncLink a:after {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink a:after {
    right: 0;
  }
}

.myJissekiAncLink li:first-child a:before {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink li:first-child a:before {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink li:nth-child(odd) a:before {
    content: "";
    background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
    background-size: 10px 10px;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 10px;
  }
}

.myJissekiAncLink .main, .myJissekiAncLink .sub {
  display: block;
  text-align: center;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myJissekiAncLink .main {
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink .main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myJissekiAncLink .main:after {
  content: "";
  background-image: url(../img/arrow04B.png);
  background-position: 0 0;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink .main:after {
    display: none;
  }
}

.myJissekiAncLink .sub {
  color: #FF7A80;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink .sub {
    display: none;
  }
}

.myJissekiTitle01 {
  margin-bottom: 15px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 480px) {
  .myJissekiTitle01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myJissekiTitle01 .sub {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 480px) {
  .myJissekiTitle01 .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myJissekiTitleDeco {
  margin-top: 0;
}

.myJissekiTitleDeco .title:before {
  background-image: url(../img/about/jisseki/deco01.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  left: -40px;
}

.myJissekiTitleDeco .title:after {
  background-image: url(../img/about/jisseki/deco01.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  right: -40px;
}

.myJissekiTitleDeco02 {
  margin-top: 0;
}

.myJissekiTitleDeco02 .title:before {
  background-image: url(../img/about/jisseki/deco02.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  left: -40px;
}

.myJissekiTitleDeco02 .title:after {
  background-image: url(../img/about/jisseki/deco02.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  right: -40px;
}

.myJissekiTxt {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myJissekiTxt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myJissekiTxtSub {
  margin: -30px 0 50px;
  text-align: center;
  font-weight: bold;
  color: #665352;
  font-size: 16px;
  font-size: 1.6rem;
}

.myJissekiWrapper {
  max-width: 710px;
  margin: 0 auto;
}

.myJissekiTbl {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #665352;
  /* Tbl */
}

@media only screen and (max-width: 480px) {
  .myJissekiTbl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myJissekiTblWrap {
  margin-bottom: 40px;
  /* PCではスクロールなし */
  overflow-x: visible;
}

@media screen and (max-width: 768px) {
  .myJissekiTblWrap {
    /* スマホだけ横スクロール */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スムーズスクロール */
  }
}

.myJissekiTbl th, .myJissekiTbl td {
  padding: 10px 15px;
}

@media only screen and (max-width: 480px) {
  .myJissekiTbl th, .myJissekiTbl td {
    padding: 5px;
		font-size: 93%;
  }
}

.myJissekiTbl thead th {
  background-color: #EEEEEE;
  text-align: center;
}

.myJissekiTbl_num thead th {
  text-align: right;
  font-size: 13px;
}

/* 画面幅480px以下（スマホ） */
@media (max-width: 480px) {
  .myJissekiTbl_num thead th {
    text-align: left;  /* 左揃えに変更 */
    font-size: 11px;   /* フォントサイズを小さく */
    padding: 4px;      /* 余白も調整可能 */
  }
}

.myJissekiTbl tbody th {
  width: 213px;
  background-color: #E0DF99;
  border-bottom: dotted 1px #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myJissekiTbl tbody th {
    width: 20%;
  }
}

.myJissekiTbl tbody td {
   background-color: #fff;
   border-bottom: dotted 1px #665352;
   min-width: 40px;
}


.myJissekiTbl tbody tr:last-child th, .myJissekiTbl tbody tr:last-child td {
  border-bottom: none;
}

.myJissekiTbl_num tbody td {
  text-align: right;
}

.myJissekiTbl_type02 tbody th {
  background-color: #FFC9C8;
}

.myJissekiTbl_type03 tbody th {
  background-color: #D3E9E9;
}

.myJissekiTbl_yoko tbody th {
  border-right: dotted 1px #fff;
}

.myJissekiTbl_yoko tbody th:last-child {
  border-right: none;
}

.myJissekiTbl_center tbody td {
  text-align: center;
}

.myJissekiTbl tfoot th {
  background-color: #EEEEEE;
  text-align: center;
}

.myJissekiTblList {
  margin: 0 -1% 40px;
  padding-bottom: 40px;
  border-bottom: dotted 2px #665352;
  /* TblList */
}

.myJissekiTblList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myJissekiTblList {
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}

.myJissekiTblList.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.myJissekiTblList .box {
  float: left;
  width: 31%;
  margin: 0 1%;
}

@media only screen and (max-width: 480px) {
  .myJissekiTblList .box {
    float: none;
    width: auto;
    margin: 0;
  }
}

.myJissekiTbl02 {
  margin-bottom: 16px;
  /* tbl02 */
}

.myJissekiTbl02 th, .myJissekiTbl02 td {
  padding: 10px 15px;
}

@media only screen and (max-width: 480px) {
  .myJissekiTbl02 th, .myJissekiTbl02 td {
    padding: 8px;
  }
}

.myJissekiTbl02 .small {
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}

.myJissekiTbl02 thead th {
  background-color: #E8E7B3;
}

.myJissekiTbl02 thead td {
  background-color: #D3E9E9;
  width: 74px;
  text-align: center;
}

.myJissekiTbl02 thead.clear th, .myJissekiTbl02 thead.clear td {
  background-color: transparent;
}

.myJissekiTbl02 thead.clear th {
  border-bottom: dotted 1px #fff;
}

.myJissekiTbl02 thead.clear td {
  border-bottom: dotted 1px #665352;
}

.myJissekiTbl02 tbody th {
  border-bottom: dotted 1px #fff;
}

.myJissekiTbl02 tbody td {
  border-bottom: dotted 1px #665352;
  text-align: center;
  background-color: #ffffff;
}

.myJissekiBlock01 {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* Block01 */
}

@media only screen and (max-width: 480px) {
  /* パディングを最低限に */
  .myJissekiTbl02 th,
  .myJissekiTbl02 td {
    padding: 6px 8px !important;
    line-height: 1.2 !important;
  }

  /* 空の thead.clear の高さをゼロに */
  .myJissekiTbl02 thead.clear th,
  .myJissekiTbl02 thead.clear td {
    padding: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
  }
}
.myJissekiBlock01 .left, .myJissekiBlock01 .right {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock01 .left, .myJissekiBlock01 .right {
    display: block;
  }
}

.myJissekiBlock01 .left {
  padding-right: 50px;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock01 .left {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.myJissekiBlock01 .right {
  width: 400px;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock01 .right {
    width: auto;
    text-align: center;
  }
}

.myJissekiBlock01 .box {
  background-color: #fff;
  padding: 20px;
  color: #665352;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock01 .box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myJissekiBlock01 .box .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.myJissekiBlock01 .box .cell {
  display: table-cell;
}

.myJissekiBlock02 {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* Block02 */
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock02 {
    display: block;
    width: auto;
  }
}

.myJissekiBlock02 .left, .myJissekiBlock02 .right {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock02 .left, .myJissekiBlock02 .right {
    display: block;
  }
}

.myJissekiBlock02 .left {
  padding: 0 60px 0 0;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock02 .left {
    padding: 0;
  }
}

.myJissekiBlock02 .right {
  width: 370px;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock02 .right {
    width: auto;
  }
}

.myJissekiBlock02 table {
  table-layout: auto;
}

.myJissekiBlock02 table th {
  width: auto;
}

.myJissekiBlock03 {
  margin-bottom: 80px;
  /* Block03 */
}

.myJissekiBlock03 .title {
  margin-bottom: 8px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock03 .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myJissekiBlock03 .title .sub {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock03 .title .sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.myJissekiBlock03 .title .num {
  color: #FF4A4B;
}

@media only screen and (max-width: 480px) {
  .myJissekiBlock03 .title .num {
    display: block;
    text-align: right;
  }
}

.myJissekiBlock03 ul {
  max-width: 680px;
  margin: 0 0 40px;
}

.myJissekiBlock03 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myJissekiBlock03 li {
  float: left;
  width: 130px;
  margin: 0 0 10px;
  background-image: url(../img/iconCloverGreen04.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
}

.myGuideTitle {
  margin-bottom: 0;
}

.myGuideBlock:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myGuideBlock_type01 .detail {
  width: 58%;
  float: left;
}

.myGuideBlock_type01 .img {
  width: 39.1%;
  float: right;
}

.myGuideBlock_type02 .detail {
  width: 64.1%;
  float: right;
}

.myGuideBlock_type02 .detail p {
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .myGuideBlock_type02 .detail p {
    margin-bottom: 20px;
  }
}

.myGuideBlock_type02 .img {
  width: 31%;
  float: left;
}

.myGuideBlock_history .detail {
  width: 45%;
  margin: 0 2.5% 37px;
  float: left;
}

.myGuideBlock_history .title {
  position: relative;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  color: #0098cf;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .myGuideBlock_history .title {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}

.myGuideBlock_history .title span {
  border-bottom: 1px solid #808080;
  padding-bottom: 6px;
}

@media only screen and (max-width: 480px) {
  .myGuideBlock_history .title span {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .myGuideBlock .detail {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .myGuideBlock .img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.myGuideAcc .modBtnRich {
  background: url(../img/about/guide/background.jpg) repeat center left;
  padding: 38px;
}

@media only screen and (max-width: 480px) {
  .myGuideAcc .modBtnRich {
    padding: 10px;
  }
}

.myGuideAcc .modBtnRich:after {
  background-image: url(../img/about/guide/icon01.png);
}

.myGuideAcc .modBtnRich .modTitle02 {
  margin-bottom: 0;
}

.myGuideAcc .modBtnRich .modTitle02 .main {
  color: #1a1a1a;
}

.myGuideAccDetail {
  display: none;
  padding: 0 10px 60px;
}

.myGuideAccDetail table td {
  vertical-align: top;
  box-sizing: border-box;
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

.myGuideAccDetail table .year {
  width: 5.074%;
}

.myGuideAccDetail table .mon {
  width: 3.782%;
  text-align: left;
}

.myGuideAccDetail table .name {
  width: 12.362%;
}

.myGuideAccDetail table .job {
  width: 8.487%;
}

.myGuideAccDetail table .contents {
  width: 24.723%;
}

@media only screen and (max-width: 480px) {
  .myGuideAccDetail table tr, .myGuideAccDetail table th, .myGuideAccDetail table td {
    display: block;
    width: 100% !important;
    padding-left: 0;
  }
  .myGuideAccDetail table tr {
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .myGuideAccDetail table .year {
    display: inline;
  }
  .myGuideAccDetail table .mon {
    display: inline;
  }
  .myGuideAccDetail table .title {
    font-weight: bold;
  }
  .myGuideAccDetail table .name {
    display: inline;
  }
  .myGuideAccDetail table .job {
    display: inline;
  }
}

.myGuide_il01 .title {
  padding: 0 262px;
}

@media only screen and (max-width: 480px) {
  .myGuide_il01 .title {
    padding: 0;
  }
}

.myGuide_il01 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco02.png);
  width: 177px;
  height: 73px;
  left: 0;
  bottom: -22px;
}

.myGuide_il01 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco03.png);
  width: 120px;
  height: 73px;
  right: 74px;
  bottom: -15px;
}

.myGuide_il02 .title {
  padding: 0 210px;
}

@media only screen and (max-width: 480px) {
  .myGuide_il02 .title {
    padding: 0;
  }
}

.myGuide_il02 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco04.png);
  width: 203px;
  height: 84px;
  left: 0;
  bottom: -18px;
}

.myGuide_il02 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco03.png);
  width: 120px;
  height: 73px;
  right: 60px;
  bottom: -15px;
}

.myGuide_il03 .title {
  padding: 0 160px;
}

@media only screen and (max-width: 480px) {
  .myGuide_il03 .title {
    padding: 0;
  }
}

.myGuide_il03 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco05.png);
  width: 136px;
  height: 79px;
  left: 0;
  bottom: -23px;
}

.myGuide_il03 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco06.png);
  width: 148px;
  height: 76px;
  right: 0px;
  bottom: -23px;
}

.myGuide_il04 .title {
  padding: 0 245px;
}

@media only screen and (max-width: 480px) {
  .myGuide_il04 .title {
    padding: 0;
  }
}

.myGuide_il04 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco09.png);
  width: 202px;
  height: 106px;
  left: 0;
  bottom: 0;
}

.myGuide_il04 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco08.png);
  width: 127px;
  height: 93px;
  right: 68px;
  bottom: 0;
}

.myGuideDeco01 {
  position: relative;
}

.myGuideDeco01:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/about/guide/deco01.png) no-repeat top left;
  width: 336px;
  height: 122px;
}

@media only screen and (max-width: 480px) {
  .myGuideDeco01:after {
    display: none;
  }
}

.myGuideDeco02 {
  position: relative;
}

.myGuideDeco02:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background: url(../img/about/guide/deco07.png) no-repeat top left;
  width: 208px;
  height: 113px;
}

@media only screen and (max-width: 480px) {
  .myGuideDeco02:after {
    display: none;
  }
}

.myGuideDeco03 {
  position: relative;
}

.myGuideDeco03:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../img/about/guide/deco10.png) no-repeat top left;
  width: 185px;
  height: 91px;
}

@media only screen and (max-width: 480px) {
  .myGuideDeco03:before {
    display: none;
  }
}

.myGuideDeco03:after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 306px;
  height: 342px;
}

/*.myGuideDeco03:after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 0;
  background: url(../img/about/guide/deco11.png) no-repeat top left;
  width: 306px;
  height: 342px;
}
*/

@media only screen and (max-width: 480px) {
  .myGuideDeco03:after {
    display: none;
  }
}

.myGuideTbl01 th, .myGuideTbl01 td {
  padding: 10px 20px;
}

@media only screen and (max-width: 480px) {
  .myGuideTbl01 th, .myGuideTbl01 td {
    padding: 5px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

.myGuideTbl01 th {
  width: 75px;
  background: #e2e19a;
  border-bottom: 1px solid #fffdf5;
}

@media only screen and (max-width: 480px) {
  .myGuideTbl01 th {
    width: 100%;
  }
}

.myGuideTbl02 th, .myGuideTbl02 td {
  padding: 15px 30px;
}

@media only screen and (max-width: 480px) {
  .myGuideTbl02 th, .myGuideTbl02 td {
    padding: 10px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 480px) {
  .myGuideTbl02 th {
    font-weight: bold;
    padding-bottom: 0;
  }
}

.myGuideTbl02 tr:nth-child(odd) th, .myGuideTbl02 tr:nth-child(odd) td {
  background: #fff;
}

.myGuideTbl02 tr:nth-child(even) th, .myGuideTbl02 tr:nth-child(even) td {
  background: #fff9e2;
}

.myGuideTbl03 {
  font-size: 14px;
  font-size: 1.4rem;
}

.myGuideTbl03 th, .myGuideTbl03 td {
  padding: 10px 15px;
}

.myGuideTbl03 th {
  width: 90px;
  text-align: right;
  padding-left: 10px;
}

.myGuideTbl03 tr:nth-child(even) th, .myGuideTbl03 tr:nth-child(even) td {
  background: #f5f5f5;
}

.myGuideTbl04 {
  font-size: 14px;
  font-size: 1.4rem;
}

.myGuideTbl04 th, .myGuideTbl04 td {
  padding: 10px 15px;
}

.myGuideTbl04 th {
  width: 90px;
  text-align: right;
  padding-left: 10px;
}

.myGuideTbl04 tr:nth-child(even) th, .myGuideTbl04 tr:nth-child(even) td {
  background: #f5f5f5;
}

.myConceptTitle {
  margin-bottom: 0;
}

.myConceptImg {
  margin: 25px 0 50px;
}

.myConceptBtn, .myConceptClinique .unit .modBtn01 {
  width: 343px;
  box-sizing: border-box;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .myConceptBtn, .myConceptClinique .unit .modBtn01 {
    width: auto;
    margin: 0 auto 3px;
  }
}

#anchor01 .btn a {
    box-sizing: border-box;
		margin: 0 auto;
    width: 343px;
}
@media only screen and (max-width: 480px) {
  #anchor01 .btn a {
    width: auto;
    margin: 0 auto 3px;
  }
}

.myConcept.modTitle02 .num {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.3;
}

@media only screen and (max-width: 480px) {
  .myConcept.modTitle02 .num {
    font-size: 30px;
    font-size: 3rem;
  }
}

.myConceptList {
  text-align: center;
  margin-top: 20px;
}

.myConceptList li {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myConceptList li {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto !important;
    margin: 0 0 20px !important;
  }
}

.myConceptList li p {
  margin-top: 16px;
}

@media only screen and (max-width: 480px) {
  .myConceptList li p {
    margin-top: 10px;
  }
}

.myConceptList_type01 li {
  display: inline-block;
  width: 24%;
  margin: 0 0 33px;
  font-size: 93%;
}

.myConceptList_type02 li {
  display: inline-block;
  width: 23%;
  margin: 0 0.5% 33px;
}

.myConceptClinique .unit {
  margin-bottom: 85px;
}

.myConceptClinique .unit:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myConceptClinique .unit .detail {
  width: 70%;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myConceptClinique .unit .detail {
    width: 100%;
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myConceptClinique .unit .detail .title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .myConceptClinique .unit .detail .title {
    text-align: center;
  }
}

.myConceptClinique .unit .detail .border {
  border-bottom: 1px dotted #665352;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.myConceptClinique .unit .detail .family {
  margin-bottom: 20px;
}

.myConceptClinique .unit .detail .family span {
  display: block;
}

@media only screen and (max-width: 480px) {
  .myConceptClinique .unit .detail .family span {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .myConceptClinique .unit .detail .btn {
    text-align: center;
  }
}

.myConceptClinique .unit .img {
  width: 27.66%;
  float: right;
}

@media only screen and (max-width: 480px) {
  .myConceptClinique .unit .img {
    width: 100%;
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}

.mySeasonsMessage {
  position: relative;
  margin-bottom: 250px;
  /* Message */
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage {
    margin-bottom: auto;
  }
}

.mySeasonsMessage.long {
  margin-bottom: 500px;
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage.long {
    margin-bottom: auto;
  }
}

.mySeasonsMessage .detail {
  padding: 0 40% 0 0;
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage .detail {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage .detail .seasonsTitle {
    margin-bottom: 15px;
    margin-top: 40px;
  }
  .mySeasonsMessage .detail .seasonsTitle.seasonsTitle01 {
    width: 30%;
  }
  .mySeasonsMessage .detail .seasonsTitle.seasonsTitle02 {
    width: 65%;
  }
}

.mySeasonsMessage .detail .catch {
  margin-bottom: 30px;
  color: #ef7f87;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage .detail .catch {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage .detail .modBtn01 {
    margin-bottom: 20px;
  }
}

.mySeasonsMessage .image00 {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage .image00 {
    position: relative;
    left: 50%;
    margin-left: -43%;
  }
}

.mySeasonsMessage .image01, .mySeasonsMessage .deco01, .mySeasonsMessage .image02, .mySeasonsMessage .image03, .mySeasonsMessage .image04 {
  position: absolute;
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage .image01, .mySeasonsMessage .deco01, .mySeasonsMessage .image02, .mySeasonsMessage .image03, .mySeasonsMessage .image04 {
    position: static;
  }
}

.mySeasonsMessage .image01 {
  left: -80px;
  top: -10px;
}

.mySeasonsMessage .deco01 {
  right: 0px;
  bottom: -80px;
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage .deco01 {
    display: none;
  }
}

.mySeasonsMessage .image02 {
  right: -180px;
  top: -80px;
}

.mySeasonsMessage .image03 {
  left: 60px;
  bottom: -370px;
}

.mySeasonsMessage .image04 {
  left: -120px;
  top: -50px;
}

.mySeasonsMessage_type02 .detail {
  padding: 0 0 0 40%;
}

@media only screen and (max-width: 480px) {
  .mySeasonsMessage_type02 .detail {
    padding: 0;
  }
}

.myShisetu {
  /* .myShisetu */
}

.myShisetuTitleIl {
  margin-top: 0;
}

.myShisetuTitleIl .title:before {
  background-image: url(../img/about/shisetu/deco01.png);
  width: 141px;
  height: 83px;
  bottom: -10px;
  left: -20px;
}

.myShisetuTitleIl .title:after {
  background-image: url(../img/about/shisetu/deco02.png);
  width: 140px;
  height: 83px;
  bottom: -10px;
  right: -20px;
}

.myShisetuTitleIl02 {
  margin-top: 0;
}

.myShisetuTitleIl02 .title:before {
  background-image: url(../img/about/shisetu/deco01.png);
  width: 141px;
  height: 83px;
  bottom: -10px;
  left: -20px;
}

.myShisetuTitleIl02 .title:after {
  background-image: url(../img/about/shisetu/deco03.png);
  width: 116px;
  height: 118px;
  bottom: -10px;
  right: -20px;
}

.myShisetuTitle01 {
  margin-bottom: 30px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myShisetuTitle01 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myShisetuTitle01 span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.myShisetuTitle01 span:before {
  content: "";
  height: 1px;
  width: 85px;
  margin: 0 20px 0 0;
  background-color: #000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myShisetuTitle01 span:before {
    width: 60px;
  }
}

.myShisetuTitle01 span:after {
  content: "";
  height: 1px;
  width: 85px;
  margin: 0 0 0 20px;
  background-color: #000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myShisetuTitle01 span:after {
    width: 60px;
  }
}

.myShisetuBlock01 {
  margin-bottom: 60px;
  text-align: center;
}

.myShisetuBlock01 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .myShisetuBlock01 a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 480px) {
  .myShisetuBlock01 {
    margin-bottom: 20px;
  }
}

.myShisetuList01 {
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
  /* List01 */
}

.myShisetuList01 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .myShisetuList01 a:hover {
    opacity: 1;
  }
}

.myShisetuList01 ul {
  margin: 0 -1%;
}

.myShisetuList01 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myShisetuList01 li {
  width: 31.3%;
  float: left;
  margin: 0 1% 30px;
}

@media only screen and (max-width: 480px) {
  .myShisetuList01 li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.myShisetuList02 {
  overflow: hidden;
  margin: 0 auto 70px;
  /* .List02 */
}

@media only screen and (max-width: 480px) {
  .myShisetuList02 {
    margin-bottom: 20px;
  }
}

.myShisetuList02_border {
  border-bottom: solid 4px #BFBFBF;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.myShisetuList02 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .myShisetuList02 a:hover {
    opacity: 1;
  }
}

.myShisetuList02 ul {
  margin: 0 -1%;
}

.myShisetuList02 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myShisetuList02 li {
  width: 18%;
  float: left;
  margin: 0 1% 30px;
}

@media only screen and (max-width: 480px) {
  .myShisetuList02 li {
    width: 31.3%;
    margin-bottom: 10px;
  }
}

.myShisetuList03 {
  overflow: hidden;
  margin: 0 auto 60px;
  /* List03 */
}

.myShisetuList03 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .myShisetuList03 a:hover {
    opacity: 1;
  }
}

.myShisetuList03 ul {
  margin: 0 -1%;
}

.myShisetuList03 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myShisetuList03 li {
  width: 31.3%;
  float: left;
  margin: 0 1% 30px;
}

@media only screen and (max-width: 480px) {
  .myShisetuList03 li {
    width: 48%;
    margin-bottom: 10px;
  }
}


/*2019.4.6 メッセージ追加*/
p.myIndexMessage02 {
	font-family:"A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myList {
  padding-top: 30px;
}

@media only screen and (max-width: 480px) {
  .myList {
  padding-top: 20px;

}
}

.myList li {
}

@media only screen and (max-width: 480px) {
  .myList li {
  }
}

.myList .btn {
padding: 10px;
margin-bottom: 10px;
border: 1px solid #333333;
text-align: center;

}

@media only screen and (max-width: 480px) {
  .myList .btn {
  margin-bottom: 10px;

  }
}

.myList .btn:hover {
  color: #bbb;
}

@media only screen and (max-width: 480px) {
  .myList .btn:hover {
    color: #333;
  }
}

.myList .btn:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}


.myList .detail {
  display: none;
  padding: 20px 15px 40px 20px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .myList .detail {
    padding: 12px 8px 12px 8px;
    background-size: 26px auto;
  }
}

.myBlockMessage {
  padding-bottom: 110px;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage {
    padding-bottom: 50px;
  }
}

.myBlockMessage_type02 {
  background-color: #F5F3F5;
  padding-top: 100px;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage_type02 {
    padding-top: 50px;
  }
}

.myBlockMessage .wrap {
  max-width: 800px;
  margin: 0 auto;
}

.myBlockMessage .lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 60px;
  border-bottom: dotted 2px #CEAF29;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage .lead {
    display: block;
  }
}

.myBlockMessage .lead .image {
  width: 50%;
  padding-right: 56px;
  padding-bottom: 40px;
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage .lead .image {
    width: 70%;
    padding-right: 0;
	margin-top: 50px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.myBlockMessage .lead .image .name {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.myBlockMessage .lead .detail {
  -ms-flex: 1;
  flex: 1;
  padding-top: 60px;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage .lead .detail {
    padding-top: 0;
  }
}

.myBlockMessage .lead .detail .sub {
  margin-bottom: 5px;
  font-family: "Julius Sans One";
  font-size: 9px;
  font-size: 0.9rem;
}

.myBlockMessage .lead .detail .title {
  margin-bottom: 10px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage .lead .detail .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myBlockMessage .lead .detail .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}

.myBlockMessage .history {
  background-color: #F5F3F5;
  padding: 40px 15px;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage .history {
    padding: 20px;
  }
}

.myBlockMessage .history .inner {
  max-width: 640px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage .history .inner {
    display: block;
  }
}

.myBlockMessage .history .item {
  width: 45%;
}

@media only screen and (max-width: 480px) {
  .myBlockMessage .history .item {
    width: auto;
  }
  .myBlockMessage .history .item + .item {
    margin-top: 20px;
  }
}

.myBlockMessage .history .item dt {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #5C3021;
  font-weight: bold;
}

.myBlockMessage .history .item dd {
  font-size: 11px;
  font-size: 1.1rem;
}

.myBlockMessage .history .item dd ul li + li {
  margin-top: 5px;
}

.myBlockMessage .history .item dd table th, .myBlockMessage .history .item dd table td {
  padding-bottom: 5px;
  vertical-align: top;
}

.myBlockMessage .history .item dd table th {
  width: 6em;
}

.myBlockMessage_type02 .history {
  background-color: #fff;
}

.myBlockMessageBottom {
  text-align: center;
}

.myBlockMessageBottom img {
  width: 100%;
}

.wrap .lead .profile {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  padding: 5px 0 0 10px;
}

.wrap .lead .profile .position {
  font-size: 16px;
  font-size: 1.6rem;
}

.wrap .lead .profile .position .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.wrap .lead .profile .name {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.wrap .lead .profile .sub {
  display: block;
  color: #B98A00;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

/* PC：th は折り返さない */
.myJissekiTbl_th_long {
  white-space: nowrap;
  line-height: 1.3;
  width: 120px;
  min-width: 120px;
}

/* スマホ全体の th 設定 */
@media (max-width: 480px)and (max-width: 1024px) {
  .myJissekiTbl th.myJissekiTbl_th_long {
    width: 110px;
    min-width: 110px;
    white-space: nowrap; /* 基本は折り返さない */
  }

  /* 無痛分娩だけスマホで折り返す */
  .myJissekiTbl_wrap {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}


/*# sourceMappingURL=maps/about.css.map */
