
body {
  padding-top: 4.5rem;
  font-family: 'Muli', 'Century Gothic', "Helvetica Neue", Helvetica, "Arial", 'Kosugi Maru', "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #737273;
  background-color: #F2F2F2;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 576px){
	footer { font-size: 3.5vw}
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dashed #bbb;
}

h3{
  padding-bottom: .5em;
  position: relative;
  padding-left: 0.7em;
  color: #737273;
}

h3 span{
  display: block;
  margin-bottom: .2em;
  color: #aaa;
  font-size: .9em;
}

h3::after {
     position: absolute;
     top: 40%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:2.5em;
     background: -moz-linear-gradient(top, #4796ff, #733082);
  background: -webkit-linear-gradient(top, #4796ff, #733082);
  background: linear-gradient(top, #4796ff, #733082);
}

.linkbox {
	border: solid 1px #BFA19F;
	min-height: 300px;
	margin: 50px 60px;
	position: relative;
}

.linkbox h4{
	position: absolute;
	font-size: 20px;
    top: 50%; /*親要素を起点に上から50%*/
    left: 50%;  /*親要素を起点に左から50%*/
    transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
    transform: -webkit-translateY(-50%) translateX(-50%);
}

.linkbox h4 span{
	display: block;
	font-size: .8em;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.wrcbody a{
  transition: .3s;
  color: #BFA19F;
}

.wrcbody a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

a.anchor:hover{
	border-bottom: none;
}

.live20 h1{
  transition: .3s;
	text-align: center;
	font-weight: 800;
	color: #BFA19F;
	line-height: 5rem;
	border: solid 3px #BFA19F;
	border-radius: 5px;
}

.live20 h1:hover{
	color: #F7CFC6;
}

.live20 h1 span{
	font-size: .5em;
}

a.btn-wrc20 {
	padding: 5px;
	font-size: .8em;
	line-height: 1.5em;
	transition: .3s;
	color: #BFA19F;
	border: solid 1px #BFA19F;
	border-radius: 3px;
}

a.btn-wrc20:hover {
	color: #F2F2F2;
	background-color: #BFA19F;
	text-decoration: none;
	border-bottom: solid 1px #BFA19F;
}