@charset "UTF-8";


@import 'https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=cyrillic,cyrillic-ext,latin-ext';

.view_more {
  color:#454545;
  background:transparent;
  border-width:2px;
  border-style: solid;
  border-color: #454545;
  position:relative;
  margin:1em;
  display:inline-block;
  padding:0.5em 1em;
  transition:all 0.3s ease-in-out;
  text-align:center;
  font-family:comfortaa;
  font-weight:bold;
  font-size: 2em;
}
.view_more:before, .view_more:after {
  content:'';
  display:block;
  position:absolute;
  border-color:#454545;
  box-sizing:border-box;
  border-style:solid;
  width:1em;
  height:1em;
  transition:all 0.3s ease-in-out;
}
.view_more:before {
  top:-6px;
  left:-6px;
  border-width:2px 0 0 2px;
  z-index:5;
}
.view_more:after {
  bottom:-6px;
  right:-6px;
  border-width:0 2px 2px 0;
}
.view_more:hover:before, .view_more:hover:after {
  width:calc(100% + 12px);
  height:calc(100% + 12px);
  border-color:rgb(121, 118, 118)
}

.view_more:hover {
  color:#353535;
  background-color:#fff;
  border-color:#fff
}





.panel {
  text-align: center;
}

body{
	background-image: url(../img/pattern.png);
	background-repeat: repeat-y;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif !important;
  }


.padding{
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;

}

@media screen and (max-width: 737px) {
  .padding{
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
  border: 0;
  overflow-wrap: bleak-all;
  color: #221515;
}

*::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: none;
  color: inherit;
}

html {
  font-size: 62.5%;
}

body {
  /*   overflow-x: hidden; */
  width: 100%;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
  font-weight: normal;
}

p {
  color: inherit;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

span {
  color: inherit;
}

ol, ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a, a:hover {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

address {
  font-style: normal;
}

strong, em {
  font-style: normal;
}

button, textarea, input {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
}

button {
  cursor: pointer;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

