@charset "UTF-8";
html {
  font-family: "Roboto", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
}

#wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/breast_bgimage.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -999;
}

#wrap::after {
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 50%, transparent 50%);
  background-size: 2px 2px;
  content: "";
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

header {
  background-color: #BD197A;
  height: 70px;
  position: relative;
  width: 100%;
}

header::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 70px;
}

header div {
  background-color: #fff;
  display: inline-block;
}

header div img {
  height: 70px;
  padding: 10px;
  vertical-align: bottom;
}

header p {
  color: #fff;
  display: inline-block;
  font-size: 1.56rem;
  line-height: 70px;
  vertical-align: top;
  padding-left: 30px;
  font-weight: bold;
}

.tbVisible, .spVisible {
  display: none;
}

.title {
  width: 750px;
  margin: 0 auto;
  padding: 70px 0;
}

.title h1 {
  color: #BD197A;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-size: 4.68rem;
}

.title p {
  color: #fff;
  margin: 50px 0;
  font-weight: bold;
}

.title .date {
  height: 50px;
  border-bottom: 2px solid #BD197A;
  position: relative;
}

.title .date p {
  vertical-align: bottom;
  line-height: 50px;
  display: inline-block;
  margin: 0 auto;
  font-size: 1.875rem;
  padding-left: 30px;
  position: absolute;
  top: -5px;
}

.title .date p span {
  color: #BD197A;
  font-size: 1.875rem;
}

.title .date p span:first-child {
  font-size: 2.5rem;
  color: #fff;
}

.title .date p span:nth-child(2) {
  font-size: 55px;
}

.title .date p span:nth-child(3) {
  font-size: 55px;
}

.title .date::before {
  content: "日時";
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #BD197A;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.title .date::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 15px 0 0;
  border-color: #BD197A transparent transparent transparent;
  position: absolute;
  left: 50px;
}

.inner {
  width: 1000px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 70px auto;
  padding: 80px 0;
}

.inner ._inner {
  width: 750px;
  margin: 0 auto;
}

._inner {
  width: 750px;
  margin: 0 auto;
}

._inner .program {
  margin: 0 auto 80px;
  padding-bottom: 50px;
  background-color: #fff;
  border: 1px solid #BD197A;
  text-align: center;
}

._inner .program .programTitle {
  height: 45px;
  background-color: #BD197A;
  margin-bottom: 50px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  line-height: 40px;
  font-size: 1.125rem;
  width: 150px;
  position: relative;
}

._inner .program .programTitle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 13px 0 0;
  border-color: #BD197A transparent transparent transparent;
  position: absolute;
  left: 150px;
}

._inner .program .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 470px;
  margin: 0 auto;
}

._inner .program .speaker p {
  color: #BD197A;
  font-weight: bold;
  display: inline-block;
  font-size: 1.25rem;
  width: 70px;
  padding-right: 10px;
}

._inner .program .speaker dl {
  text-align: left;
  width: 400px;
}

._inner .program .speaker dl dt {
  font-weight: bold;
  font-size: 1.875rem;
  display: inline-block;
}

._inner .program .speaker dl dt span {
  font-size: 1.25rem;
  padding-left: 5px;
}

._inner .program .speaker dl dd {
  display: inline-block;
  padding-left: 5px;
}

._inner .program .programBoder {
  border-bottom: 1px solid #BD197A;
  margin: 40px 20px;
}

._inner .program .schedule ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  text-align: left;
  width: 570px;
  margin: 0 auto;
  padding: 0;
}

._inner .program .schedule ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}

._inner .program .schedule ul li p {
  display: inline-block;
}

._inner .program .schedule ul li p:nth-of-type(2) {
  padding-left: 20px;
}

._inner .program .schedule ul li:first-of-type span {
  font-size: 1.25rem;
  padding-right: 10px;
}

._inner .program .schedule ul li:nth-child(2) span {
  color: #BD197A;
}

._inner .program .schedule ul li:nth-child(2) span:nth-of-type(2) {
  font-size: 35px;
}

._inner .program .schedule ul li:nth-child(2) span:nth-of-type(3) {
  color: #000;
  font-size: 1.875rem;
}

._inner .program .schedule ul li:nth-child(3) p:nth-child(2) {
  font-size: 1.25rem;
}

._inner .program .schedule ul li:last-of-type {
  padding-bottom: 0px;
}

._inner .program .schedule ul li:last-of-type span {
  font-size: 1.25rem;
  padding-right: 10px;
}

._inner #ofar {
  display: block;
  height: 75px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(50, 50, 50, 0.7)), to(rgba(140, 140, 140, 0.7)));
  background: linear-gradient(to right, rgba(50, 50, 50, 0.7), rgba(140, 140, 140, 0.7));
}

._inner #ofar + p {
  text-align: center;
  margin-top: 20px;
}

._inner #ofar p {
  line-height: 75px;
  font-size: 1.25rem;
  font-weight: 600;
}

._inner .calender a {
  margin: 20px auto;
  display: block;
  text-align: center;
  color: #BD197A;
  font-weight: bold;
}

._inner .calender a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/arrow_p.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  background-size: 10px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: .3s;
  transition: .3s;
}

._inner .calender a:hover::after {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

._inner .about {
  width: 550px;
  margin: 50px auto;
}

._inner .about h2 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

._inner .about p {
  font-size: .875rem;
}

._inner .about .arrow {
  background-image: url(../img/arrow_bk.png);
  background-repeat: no-repeat;
  background-size: 10px;
}

._inner .about .arrow p {
  padding: 0 0 10px 20px;
}

._inner .about .arrow p span {
  color: #7DB50D;
  font-weight: 600;
}

._inner .about .arrow p span.limit {
  color: #000;
  border: 1px solid #000;
  line-height: 14px;
  padding: 6px 5px;
}

._inner .about .arrow p strong {
  color: #7DB50D;
  font-weight: 600;
  font-size: 1.25rem;
  padding-left: .5rem;
  vertical-align: middle;
}

._inner .about .arrow p strong span {
  color: #7DB50D;
  font-size: 1.875rem;
}

._inner .about p.arrow {
  padding: 0 0 10px 20px;
}

._inner .about p.arrow span {
  font-weight: 600;
  color: #7DB50D;
}

._inner .about.aboutFlex {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._inner .about .access {
  width: 350px;
}

._inner .about .access h3 {
  font-size: 1.125rem;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 60px;
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
}

._inner .about .access h3.pc {
  background-image: url(../img/pcicon.png);
}

._inner .about .access h3.sp {
  background-image: url(../img/spicon.png);
}

._inner .about .access p span {
  color: #7DB50D;
  font-weight: 600;
}

._inner .about a {
  color: #7DB50D;
  font-weight: bold;
}

._inner .border {
  background: -webkit-gradient(linear, left top, right top, from(rgba(189, 25, 122, 0)), color-stop(20%, #bd197a), color-stop(80%, #bd197a), to(rgba(189, 25, 122, 0)));
  background: linear-gradient(to right, rgba(189, 25, 122, 0) 0%, #bd197a 20%, #bd197a 80%, rgba(189, 25, 122, 0) 100%);
  width: 100%;
  height: 1px;
}

.ragiology {
  background-color: #fff;
  text-align: center;
  padding: 50px 0 80px;
}

.ragiology h2 {
  font-size: 1.56rem;
  text-align: left;
  width: 500px;
  margin: 0 auto;
  background: url(../img/arrow_bk.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1;
  background-size: 14px;
  background-position: left;
  background-position-x: left;
}

footer {
  background-color: #BD197A;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  position: relative;
}

footer > p {
  font-size: 1.56rem;
  text-align: center;
}

footer .operation {
  width: 40rem;
  font-size: .875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .operation p {
  display: inline-block;
  padding-left: 1rem;
}

footer .operation p a {
  color: #fff;
}

footer .operation p:first-child {
  font-size: 1.125rem;
  padding-right: 1rem;
}

footer .operation p:last-child {
  border-left: 1px solid #fff;
}

footer .cfNumber {
  font-size: .875rem;
  font-weight: 300;
  text-align: right;
  margin: 10px 50px 0 0;
}

#page_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#page_top a {
  display: block;
  width: 50px;
  height: 50px;
}

#page_top a img {
  width: 50px;
}

@media screen and (max-width: 1024px) {
  #wrap {
    background: url(../img/breast_bgimageTAB.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .title {
    width: auto;
    padding: 50px;
  }
  .title .date {
    height: 50px;
  }
  .title .date p {
    font-size: 1.5rem;
  }
  .title .date p span {
    color: #BD197A;
  }
  .title .date p span:first-child {
    font-size: 1.8rem;
  }
  .title .date p span:nth-child(2) {
    font-size: 45px;
  }
  .title .date p span:nth-child(3) {
    font-size: 45px;
  }
  .inner {
    width: auto;
    margin: 0 50px 70px;
  }
  .inner ._inner {
    width: auto;
    padding: 0 50px;
  }
  .inner .program .speaker p {
    width: 80px;
  }
  .inner .program .speaker dl {
    width: calc( 100% - 80px);
  }
  .inner .program .schedule {
    margin: 0 30px;
  }
  .inner .about {
    width: auto;
  }
  .inner .about.aboutFlex {
    width: auto;
  }
  .inner .about .access {
    width: auto;
  }
  .inner .about .access:last-child {
    margin-top: 20px;
  }
  .tbVisible {
    display: block;
  }
  footer .operation {
    width: 35rem;
    min-width: 600px;
  }
  #page_top {
    right: 20px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
  #wrap {
    height: 100%;
    background: url(../img/breast_bgimageSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    height: calc(100% + 30px);
  }
  header {
    height: 60px;
  }
  header::after {
    border-width: 60px 20px 0 0;
    left: 59px;
    top: 0;
  }
  header div img {
    height: 60px;
    padding: 10px;
  }
  header p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: bold;
  }
  .title {
    width: 100%;
    padding: 30px 15px;
  }
  .title h1 {
    font-size: 3.5rem;
  }
  .title p {
    margin: 30px auto;
  }
  .title .date p {
    line-height: 2rem;
    top: -13px;
    padding-left: 30px;
  }
  .inner {
    margin: 30px 20px;
    padding: 30px 0;
  }
  .inner ._inner {
    padding: 0 15px;
  }
  .inner ._inner .program {
    padding-bottom: 30px;
    margin: 0 auto 50px;
  }
  .inner ._inner .program .programTitle {
    margin-bottom: 20px;
    width: 120px;
    height: 35px;
  }
  .inner ._inner .program .programTitle::after {
    left: 120px;
    border-width: 35px 10px 0 0;
  }
  .inner ._inner .program .speaker {
    width: 250px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner ._inner .program .speaker p {
    width: auto;
  }
  .inner ._inner .program .speaker dl {
    width: 175px;
  }
  .inner ._inner .program .programBoder {
    margin: 20px 15px;
  }
  .inner ._inner .program .schedule {
    margin: auto 15px;
  }
  .inner ._inner .program .schedule ul {
    width: 100%;
  }
  .inner ._inner .program .schedule ul li {
    padding-bottom: 15px;
    width: 100%;
  }
  .inner ._inner .program .schedule ul li P {
    margin: 0 auto;
    width: 450px;
  }
  .inner ._inner .program .schedule ul li P:nth-child(2) {
    padding-left: 0;
  }
  .inner ._inner .program .schedule ul li:nth-child(2) p span:nth-of-type(2) {
    line-height: 1.2;
  }
  .inner ._inner .program .schedule ul li:last-of-type {
    padding-bottom: 0;
  }
  .inner ._inner #ofar {
    height: 60px;
  }
  .inner ._inner #ofar p {
    line-height: 60px;
    font-size: 1.5rem;
  }
  .inner ._inner .calender {
    margin-bottom: 50px;
  }
  .inner ._inner .calender a {
    margin: 10px auto;
    font-size: 1.1rem;
  }
  .inner ._inner .about {
    margin: 30px auto;
    padding: 0 0px;
  }
  .inner ._inner .about .arrow p {
    font-size: 1rem;
  }
  .inner ._inner .about .arrow p span.limit {
    padding: 3px;
    text-align: center;
  }
  .inner ._inner .about .access h3 {
    background-size: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
  }
  .inner ._inner .about .access p span {
    color: #7DB50D;
    font-weight: 600;
  }
  .inner ._inner .aboutFlex {
    padding: 0;
  }
  .spVisible {
    display: block;
  }
  .ragiology {
    padding: 30px 15px;
  }
  .ragiology h2 {
    width: 100%;
    font-size: 1.3rem;
    padding-left: 20px;
    background-size: 12px;
  }
  .ragiology img {
    width: 100%;
  }
  footer p:first-child {
    margin-bottom: 10px;
  }
  footer .operation {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  footer .operation p {
    display: block;
    width: 100%;
  }
  footer .operation p:first-child {
    text-align: center;
  }
  footer .operation p:last-child {
    border-top: 1px solid #fff;
    border-left: none;
    padding: 10px 20px 0;
    margin: 0 20px;
    font-size: 1rem;
  }
  footer .spHidden {
    display: none;
  }
  #page_top {
    bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */