.view_pc .base01,
.view_pc .p-page__container{
  max-width:960px;
}
body {
  background: #FFFFFF;
}
.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited{
    box-shadow: none;
}
.c-button--primary{
  font-size:1em;
  margin:0 0.5em;
  padding:1em 2em;
  min-width:240px;
  border-radius:1.8em;
  border:2px solid #010302;
  position: relative;
  overflow: hidden;
  background-color:#010302;
  color: #FFF;
  transition: 0.3s;
}
.c-button--primary:hover{
  background-color:#FFF;
  color: #010302;
  margin: 0 0.5em;
  border:2px solid #010302;
}
.c-button--primary:disabled{
  background-color: #010302;
  border: 2px solid #010302;
  opacity: 0.5;
}

.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #CCC;
  border-radius: 0px;
  border-width: 1px;
}
.c-input--text:focus {
  border-color: #607d8b;
}
.c-alert{
  padding:min(40px,6vw) min(60px,7vw);
  color: #010302;
  background: #F5F5F5;
  font-size: 16px;
}