.gmnoprint a,
.gmnoprint span,
.gm-style-cc,
.gm-style-mtc,
a[href^="https://www.google.com/maps"],
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

@media screen and (min-width: 769px), print {
  .information {
    padding-bottom: 80px;
  }
  .information_inner {
    width: 900px;
    margin: 0 auto;
  }
  .information h2 {
    text-align: center;
  }
  .information h2 small {
    display: block;
    text-transform: uppercase;
    color: #5f5f5f;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .information .list {
    margin-top: 70px;
    margin-bottom: 61px;
  }
  .information .list li {
    border-bottom: 1px solid #ccc;
  }
  .information .list li a {
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 21px;
    padding-bottom: 14px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .information .list li a:hover {
    opacity: 0.7;
  }
  .information .list li a time {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 1.6rem;
    width: 166px;
    padding-left: 21px;
    letter-spacing: 1.7px;
  }
  .information .list li a p {
    width: -webkit-calc(100% - 166px);
    width: -moz-calc(100% - 166px);
    width: calc(100% - 166px);
    font-size: 1.4rem;
    color: #000;
    padding-right: 10px;
    word-break: break-all;
  }
  .information .list li:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .information .list li:nth-of-type(1) a {
    padding-top: 14px;
  }
  .detail {
    padding: 53px 150px 0;
    word-break: break-all;
  }
  .detail .time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 9px;
  }
  .detail .time span {
    display: block;
    position: relative;
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 33px;
    margin-right: 16px;
  }
  .detail .time span.ic_events::before {
    background-image: url("../images/ic_events.png");
  }
  .detail .time span.ic_people::before {
    background-image: url("../images/ic_people.png");
    left: -2px;
  }
  .detail .time span.ic_where::before {
    background-image: url("../images/ic_where.png");
  }
  .detail .time span.ic_chat::before {
    background-image: url("../images/ic_chat.png");
  }
  .detail .time span.ic_information::before {
    background-image: url("../images/ic_information.png");
  }
  .detail .time span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .detail .time time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .detail h3 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 41px;
  }
  .detail figure {
    margin-bottom: 59px;
    text-align: center;
  }
  .detail figure:last-of-type {
    margin-bottom: 39px;
  }
  .detail figure img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
  }
  .detail figure figcaption {
    text-align: left;
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 36px;
    letter-spacing: 0.7px;
  }
  .detail .dl_area {
    margin-bottom: 74px;
  }
  .detail .dl_area a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-decoration: none;
    position: relative;
    margin-left: 28px;
    margin-bottom: 10px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .detail .dl_area a:hover {
    opacity: 0.7;
  }
  .detail .dl_area a:hover::after {
    left: 50%;
    right: 50%;
  }
  .detail .dl_area a::before {
    content: "";
    display: block;
    width: 18px;
    height: 21px;
    position: absolute;
    top: -2px;
    left: -28px;
  }
  .detail .dl_area a::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .detail .dl_area .pdf {
    color: #c8161d;
  }
  .detail .dl_area .pdf::before {
    background: url("../images/pdf.png") no-repeat;
  }
  .detail .dl_area .pdf::after {
    background: #c8161d;
  }
  .detail .dl_area .xls,
  .detail .dl_area .xlsx {
    color: #2b6e43;
  }
  .detail .dl_area .xls::before,
  .detail .dl_area .xlsx::before {
    background: url("../images/xlsx.png") no-repeat;
  }
  .detail .dl_area .xls::after,
  .detail .dl_area .xlsx::after {
    background: #2b6e43;
  }
  .detail .dl_area .doc,
  .detail .dl_area .docx {
    color: #275192;
  }
  .detail .dl_area .doc::before,
  .detail .dl_area .docx::before {
    background: url("../images/docs.png") no-repeat;
  }
  .detail .dl_area .doc::after,
  .detail .dl_area .docx::after {
    background: #275192;
  }
}

@media screen and (max-width: 768px) {
  .ttl picture img {
    width: 48.56771vw;
  }
  .information {
    padding-bottom: 10.41667vw;
  }
  .information .list {
    margin-bottom: 10.15625vw;
  }
  .information .list li {
    border-bottom: 1px solid #ccc;
    padding-top: 2.86458vw;
    padding-bottom: 2.34375vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .information .list li a {
    text-decoration: none;
    display: block;
  }
  .information .list li a time {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 3.64583vw;
    margin-bottom: 0.91146vw;
    display: block;
  }
  .information .list li a p {
    font-size: 3.64583vw;
    line-height: 6.25vw;
    color: #000;
    word-break: break-all;
  }
  .information .list li:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .detail {
    word-break: break-all;
  }
  .detail .time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.60417vw;
  }
  .detail .time span {
    display: block;
    font-weight: 400;
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    letter-spacing: 0.52083vw;
    position: relative;
    padding-left: 7.16146vw;
    margin-right: 3.90625vw;
  }
  .detail .time span.ic_events::before {
    background-image: url("../images/ic_events.png");
  }
  .detail .time span.ic_people::before {
    background-image: url("../images/ic_people.png");
    left: -2px;
  }
  .detail .time span.ic_where::before {
    background-image: url("../images/ic_where.png");
  }
  .detail .time span.ic_chat::before {
    background-image: url("../images/ic_chat.png");
  }
  .detail .time span.ic_information::before {
    background-image: url("../images/ic_information.png");
  }
  .detail .time span::before {
    content: "";
    display: block;
    width: 4.81771vw;
    height: 4.81771vw;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -0.39062vw;
  }
  .detail .time time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    letter-spacing: 0.52083vw;
  }
  .detail h3 {
    font-weight: 400;
    font-size: 4.55729vw;
    line-height: 6.51042vw;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.60417vw;
    margin-bottom: 7.8125vw;
  }
  .detail figure {
    text-align: center;
    margin-bottom: 9.11458vw;
  }
  .detail figure img {
    display: block;
    margin: 0 auto 2.60417vw;
    max-width: 100%;
    height: auto;
  }
  .detail figure figcaption {
    text-align: left;
    display: block;
    font-weight: 400;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
  }
  .detail .dl_area {
    margin-bottom: 13.02083vw;
  }
  .detail .dl_area a {
    display: inline-block;
    font-weight: bold;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.19531vw;
    text-decoration: none;
    position: relative;
    margin-left: 5.20833vw;
    margin-bottom: 2.60417vw;
  }
  .detail .dl_area a::before {
    content: "";
    display: block;
    width: 3.64583vw;
    height: 4.16667vw;
    position: absolute;
    top: -0.52083vw;
    left: -5.20833vw;
  }
  .detail .dl_area .pdf {
    color: #c8161d;
    border-bottom: 1px solid #c8161d;
  }
  .detail .dl_area .pdf::before {
    background: url("../images/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .detail .dl_area .xls,
  .detail .dl_area .xlsx {
    color: #2b6e43;
    border-bottom: 1px solid #2b6e43;
  }
  .detail .dl_area .xls::before,
  .detail .dl_area .xlsx::before {
    background: url("../images/xlsx.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .detail .dl_area .doc,
  .detail .dl_area .docx {
    color: #275192;
    border-bottom: 1px solid #275192;
  }
  .detail .dl_area .doc::before,
  .detail .dl_area .docx::before {
    background: url("../images/docs.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}
