@import url(https://fonts.googleapis.com/css2?family=RocknRoll+One);

body {
  background-color: #1b1c1d;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.table_cell {
  background-color:#cfd8dc !important;
  font-weight: bold;
}

.pusher {
  background-color: #f6f7f9;
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px;
}

.page_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer_name {
  padding-top:20px;
  padding-bottom:20px;
}

#mypage_body th {
  background-color:#cfd8dc;
}

.masthead .ui.button {
  margin-top: 4em;
}

.masthead.segment {
  min-height: 600px;
  background-image: url('header.webp') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.masthead.segment .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.masthead .logo.item img {
  margin-right: 1em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  font-family: 'RocknRoll One';
  margin-top: 2em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}

.masthead h2 {
  margin-top: 3em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}

.content ul li {
  line-height: 1.25em !important;
}

.service p, .service ul {
  font-size: 1em !important;
  line-height: 1.5em !important;
}

.ui.card .content .list {
  min-height: 280px;
  font-size: 1.25em;
}


.ui.vertical.stripe {
  padding: 4em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}
.ui.vertical.stripe h4 {
  font-size: 1.25em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 1.5em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.25em;
}
.ui.vertical.stripe .horizontal.divider {
  margin-bottom: 1.5em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 2em;
  padding-bottom: 3em;
}

.footer.segment {
  padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

@media only screen and (max-width: 700px) {
  .masthead h1.ui.header {
    font-size: 3em;
  }
  .masthead .ui.button {
    margin-top: 1em;
  }
}
