@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese");
@import "reset.css";
html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 1.75em;
  color: #595757;
  padding: 0;
  margin: 0;
}

img, picture {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

p {
  margin: 0 0 2em;
  line-height: 2em;
  text-align: justify;
}
p:last-of-type {
  margin-bottom: 0;
}

header + div {
  clear: both;
}

.body .section {
  margin-bottom: 35px !important;
}

.clear {
  clear: both;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.image-right, .pc-max_sp-right, .pc-right_sp-max {
  float: right;
  margin-left: 35px;
}

@media (max-width: 750px) {
  .pc-right_sp-max {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: block;
  }
}

.image-left, .pc-max_sp-left, .pc-left_sp-max {
  float: left;
  margin-right: 35px;
}

@media (max-width: 750px) {
  .pc-left_sp-max {
    float: none;
    margin-right: unset;
    margin-bottom: unset;
  }
}

@media (min-width: 751px) {
  .pc-max_sp-right {
    float: none;
    margin-left: unset;
    margin-bottom: unset;
    width: 100%;
  }
}

@media (min-width: 751px) {
  .pc-max_sp-left {
    float: none;
    margin-left: unset;
    margin-bottom: unset;
    width: 100%;
  }
}

.large {
  font-size: 1.1em;
}

@media (min-width: 751px) {
  .pc-text-right {
    text-align: right;
  }

  .pc-text-left {
    text-align: left;
  }

  .pc-text-center {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .sp-text-right {
    text-align: right;
  }

  .sp-text-left {
    text-align: left;
  }

  .sp-text-center {
    text-align: center;
  }
}
.hide {
  display: none !important;
}

#breadcrumb > ul {
  margin-bottom: 15px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 13px;
}
@media (max-width: 750px) {
  #breadcrumb > ul {
    display: none;
  }
}
#breadcrumb > ul > li {
  display: inline;
}
#breadcrumb > ul > li:after {
  content: " ＞ ";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#breadcrumb > ul > li:nth-last-of-type(1):after {
  content: "";
}
#breadcrumb > ul a {
  text-decoration: underline;
}

@media (max-width: 750px) {
  #menu-block {
    display: none;
    top: 56px;
    background-color: #ea5504;
    padding: 4%;
    z-index: 1000;
    clear: both;
    position: absolute;
    width: 92%;
  }
  #menu-block ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #menu-block ul#menu li {
    margin-bottom: 2px;
    background: #fff;
  }
  #menu-block ul#menu li:last-child {
    margin-bottom: 0;
  }
  #menu-block ul#menu li a {
    padding: 10px;
    display: block;
  }

  #menu-close {
    display: none;
  }

  #menu-open, #menu-close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
  }

  header {
    height: auto;
    padding-bottom: 10px;
  }
  header > .block > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  header #header-logo {
    padding-right: 17%;
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(/wp-content/uploads/2019/11/header-logo.png);
    background-repeat: no-repeat;
    background-position-x: 1%;
    height: 36px;
    background-size: contain;
    padding-left: 46px;
    line-height: 16px;
  }
  header #header-logo img {
    max-width: 50%;
  }
  header #header-search {
    display: block;
    width: 220px;
    height: 22px;
    border: 1px solid #0b308e;
    border-radius: 5px;
    padding: 0;
    position: relative;
    top: 10px;
    left: 10px;
    margin-bottom: 20px;
  }
  header #header-search input[type=text] {
    width: 175px;
    margin: 0;
    padding: 0;
    border: none;
    height: 22px;
    display: block;
    float: left;
    background: transparent;
    text-indent: 0.5em;
    font-size: 1em;
  }
  header #header-search input[type=submit] {
    width: 45px;
    height: 22px;
    font-size: 0.8em;
    display: block;
    float: left;
    border: none;
    background: #0b308e;
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  header ul#header-links {
    margin: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 3px;
  }
  header ul#header-links > li {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 28px;
    text-align: center;
    font-weight: bold;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
  }
  header ul#header-links > li:nth-child(1) {
    width: 80px;
    background: #00a0e9;
  }
  header ul#header-links > li:nth-child(1) picture {
    vertical-align: middle;
    width: 10px;
  }
  header ul#header-links > li:nth-child(2) {
    width: 70px;
    background: #0b308e;
  }
  header ul#header-links > li a {
    line-height: 28px;
    color: white;
    font-size: 0.8em;
    display: block;
  }
  header ul#header-links > li.sitemap, header ul#header-links > li.edit {
    display: none;
  }
}
@media (min-width: 751px) {
  #menu-open, #menu-close {
    display: none !important;
  }

  header #header-logo {
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(/wp-content/uploads/2019/11/header-logo.png);
    background-repeat: no-repeat;
    background-position-x: left;
    height: 36px;
    background-size: contain;
    padding-left: 46px;
    line-height: 36px;
  }
  header > .block > img {
    margin-top: 10px;
    float: right;
  }
  header ul#header-links {
    float: right;
    margin: 0;
    position: relative;
    width: auto;
    margin-left: 20px;
  }
  header ul#header-links > li {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    display: block;
    float: left;
    height: 37px;
    text-align: center;
    font-weight: normal;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 5px;
    background-color: #34B8BB;
    padding-left: 10px;
    padding-right: 10px;
  }
  header ul#header-links > li a {
    line-height: 45px;
    color: white;
    font-size: 0.85em;
    display: block;
  }
  header #menu-block {
    clear: both;
    display: block !important;
  }
  header #menu-block ul#menu {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  header #menu-block ul#menu > li {
    display: inline-block;
    position: relative;
    text-align: center;
  }
  header #menu-block ul#menu > li > a {
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 25px;
    border: 2px solid #ea5504;
    color: #ea5504;
    font-weight: bold;
    background-color: #fff;
    letter-spacing: 0.2em;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
  header #menu-block ul#menu > li > a {
    letter-spacing: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 751px) {
  header #menu-block ul#menu > li > a:hover {
    color: #fff;
    background-color: #ea5504;
    opacity: 1;
    border-color: #fff;
  }
}
#toTop {
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 751px) {
  #toTop {
    background-image: url(/wp-content/uploads/2019/11/totop.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 750px) {
  #toTop {
    background-image: url(/wp-content/uploads/2019/11/totop.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
}

#footer-data {
  background-color: #804c2e;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  letter-spacing: 0.1em;
}

#footer-contact {
  background-color: #ea5504;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  line-height: 42px;
}
#footer-contact > .tel {
  font-size: 2.25em;
  font-weight: 900;
  vertical-align: bottom;
}
#footer-contact > .tel:before {
  content: "TEL.";
  font-size: 0.7em;
  font-weight: 700;
  vertical-align: text-bottom;
}
#footer-contact a.contact {
  border: 2px solid #ea5504;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ea5504;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  font-size: 21px;
  line-height: 1em;
}
@media (max-width: 750px) {
  #footer-contact a.contact {
    font-size: 18px;
  }
}
#footer-contact a.contact:hover {
  border: 2px solid #fff;
  background-color: #ea5504;
  color: #fff;
  opacity: 1;
}

ul#footer-links {
  position: fixed;
  bottom: 0;
  background: #B1DDDD;
  background: rgba(52, 184, 187, 0.5);
  width: 100%;
  margin: 0;
  height: 30px;
  text-align: center;
  overflow: visible;
}
ul#footer-links > li {
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  display: inline-block;
  height: 46px;
  text-align: center;
  font-weight: normal;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 5px;
  background-color: #34B8BB;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  top: -16px;
}
ul#footer-links > li a {
  line-height: 45px;
  color: white;
  font-size: 1em;
  display: block;
}

footer {
  clear: both;
  padding-top: 50px;
  font-size: 12px;
}
@media (max-width: 750px) {
  footer {
    padding-top: 10px;
    position: relative;
  }
}
footer > div {
  text-align: center;
}
footer .contact {
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
footer .contact > .name {
  margin-left: 250px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4em;
}
@media (max-width: 750px) {
  footer .contact > .name {
    clear: both;
    margin: unset;
    text-align: center;
  }
}
footer .contact > .tel {
  margin-left: 250px;
  text-align: left;
  font-size: 12px;
}
@media (max-width: 750px) {
  footer .contact > .tel {
    clear: both;
    margin: unset;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
footer ul {
  list-style: none;
  text-align: center;
  margin-bottom: 1em;
}
footer ul li {
  display: inline-block;
}
footer ul li::before {
  content: " ｜ ";
}
footer ul li:last-child::after {
  content: " ｜ ";
}
footer ul li a:hover {
  color: #ea5504;
}
footer #footer-law {
  line-height: 2em;
  margin-bottom: 1em;
}

a, a:link, a:hover, a:visited, a:active {
  text-decoration: none;
  color: #595757;
  filter: alpha(opacity=1);
  opacity: 1;
}
a:before, a:link:before, a:hover:before, a:visited:before, a:active:before {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

/* PC用 */
@media (min-width: 751px) {
  body {
    font-size: 0.9375rem;
    position: relative;
    padding-bottom: 50px;
  }

  .block {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: auto;
  }
  .block .container {
    margin-left: 10px;
    margin-right: 10px;
  }
  .block .container.wide {
    margin-left: 0;
    margin-right: 0;
  }

  .sp {
    display: none !important;
  }

  img.left, picture.left {
    margin-right: 30px;
  }
}
/* スマホ用 */
@media (max-width: 750px) {
  body {
    font-size: 0.9rem;
    padding-top: 0;
    position: relative;
    padding-bottom: 50px;
  }

  .container.wide {
    width: 92%;
    padding: 4%;
  }

  .pc {
    display: none !important;
  }

  img.left, picture.left {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .container > div, .container > ul {
    width: 100%;
  }
}
.w100 {
  width: 100%;
}

.bdrs10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.p20 {
  padding: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt30 {
  padding-top: 30px;
}

.pt80 {
  padding-top: 80px;
}

.mr10 {
  margin-right: 10px;
}

.mb100 {
  margin-bottom: 100px;
}

.red {
  color: #E85298;
}

.orange {
  color: #ea5504;
}

.green {
  color: #34B8BB;
}

.white {
  color: #fff;
}

.ul {
  text-decoration: underline;
  list-style: none;
}
.ul li {
  list-style: none;
}

.pankuzu {
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
}

.body {
  margin-top: 20px;
}

.left-block {
  width: 48%;
  margin-right: 2%;
  float: left;
}
@media (max-width: 750px) {
  .left-block {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.right-block {
  width: 48%;
  margin-left: 2%;
  float: right;
}
@media (max-width: 750px) {
  .right-block {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

dl dt {
  clear: left;
  float: left;
}
dl dd {
  float: left;
}

nav.navigation.pagination {
  margin-top: 50px;
  border-top: 3px solid #5f74aa;
  padding-top: 10px;
}
nav.navigation.pagination > h2 {
  display: none;
}
nav.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  line-height: 24px;
  width: auto;
  height: 24px;
  text-align: center;
  border: 1px solid #595757;
  background-color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
nav.navigation.pagination .nav-links .page-numbers.current {
  background-color: #595757;
  color: white;
}

@media (max-width: 750px) {
  .fancybox-inner > .fancybox-stage > .fancybox-slide {
    padding: 20px;
  }
}
#body .block {
  text-align: center;
}

.page {
  margin-left: 80px;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .page {
    margin-left: 3%;
    margin-right: 3%;
  }
}

.header {
  padding-top: 27.13864%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .header {
    padding-top: 40%;
    margin-bottom: 0;
  }
}

.content {
  clear: both;
  margin-bottom: 50px;
}

.pad {
  width: 660px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

a {
  transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

h1 {
  font-size: 1.5em;
  line-height: 1em;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #ea5504;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

h2 {
  margin-bottom: 1em;
  font-size: 24px;
  display: table-cell;
  font-weight: bold;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  text-align: center;
}
h2.brown {
  background-color: #804c2e;
  color: #fff;
}
h2.green {
  background-color: #00aab3;
  color: #fff;
}
h2 > span {
  display: table-cell;
  width: 112px;
  height: 112px;
  vertical-align: middle;
}
@media (max-width: 750px) {
  h2 {
    display: block;
    float: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  h2 > span {
    display: block;
    width: auto;
    height: auto;
  }
}

.top-h2-block {
  float: left;
  margin-bottom: 1em;
  margin-left: 0 !important;
}
@media (max-width: 750px) {
  .top-h2-block {
    float: none;
  }
}

.section {
  clear: both;
  text-align: left;
}
.section.border {
  border-bottom: 6px dotted #f39800;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section > div {
  margin-left: 135px;
}
@media (max-width: 750px) {
  .section > div {
    margin-left: 0;
  }
}

#top-slider {
  margin-top: 20px;
  max-width: 100%;
}
#top-slider .slick-slide img {
  max-width: 100vw;
}

#page-top #catch {
  font-size: 2.25em;
  color: #ea5504;
  font-weight: 900;
  line-height: 1.5em;
}
@media (max-width: 750px) {
  #page-top #catch {
    font-size: 1.1em;
  }
}
#page-top h3 {
  color: #ea5504;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ea5504;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 2px 15px;
  line-height: 1em;
}
#page-top .round-border {
  border: 1px solid #ea5504;
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 2em;
}

#page-stand h3 {
  text-align: left;
  font-size: 1.125em;
  font-weight: bold;
  color: #ea5504;
  margin-bottom: 0.5em;
}

#page-form h1 {
  font-size: 1.1em;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media (max-width: 750px) {
  form {
    text-align: left;
  }
}
form > h4 {
  background: #d0eaea;
  font-weight: normal;
  display: block;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left;
}
form > h4.required:after {
  content: "（必須）";
  color: red;
}
form > p {
  padding-left: 1em;
  position: relative;
  text-align: left;
}
form input[type=text], form input[type=email] {
  line-height: 24px;
  margin-left: 5px;
  margin-right: 5px;
}
form .half-width {
  width: 35%;
}
@media (max-width: 750px) {
  form .half-width {
    width: 25%;
  }
}
form .full-width {
  width: 82%;
}
@media (max-width: 750px) {
  form .full-width {
    width: 70%;
  }
}
form .note {
  font-size: 10px;
}
form input[type=submit] {
  color: white;
  background-color: #ea5504;
  text-align: center;
  width: auto;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  border: none;
  cursor: pointer;
}
form textarea {
  width: 95%;
}
form .error {
  position: absolute;
  top: -30px;
  right: 5px;
  background: #ea5504;
  color: #fff !important;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8em !important;
  line-height: 1em;
}
form .message {
  width: 95%;
  text-align: left;
  margin-bottom: 20px;
}
form .mwform-checkbox-field label, form .mwform-radio-field label {
  white-space: nowrap;
}

.mw_wp_form_confirm .input, .mw_wp_form_preview .input {
  display: none;
}

#privacy-policy, #disclaimer, #contact {
  width: 610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
}
#privacy-policy h2, #disclaimer h2, #contact h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: left;
}

.tellink > a {
  color: inherit;
  text-decoration: underline;
}

#top-news-block {
  border: 2px solid #E95504;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #top-news-block {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
  }
}
#top-news-block #top-news-header {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -15px;
}
#top-news-block #top-news-header strong {
  background-color: #E95504;
  padding: 10px 40px;
  color: #fff;
  border-radius: 100px;
  letter-spacing: 0.5em;
}
#top-news-block #top-news-body {
  padding: 40px 50px;
}
@media (max-width: 750px) {
  #top-news-block #top-news-body {
    padding: 5%;
  }
}
#top-news-block #top-news-body .top-news {
  float: left;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #E95504;
  text-align: left;
}
@media (min-width: 751px) {
  #top-news-block #top-news-body .top-news:nth-child(1), #top-news-block #top-news-body .top-news:nth-child(2) {
    border-top: 1px dotted #E95504;
  }
  #top-news-block #top-news-body .top-news:nth-child(odd) {
    margin-right: 2%;
  }
  #top-news-block #top-news-body .top-news:nth-child(even) {
    margin-left: 2%;
  }
}
@media (max-width: 750px) {
  #top-news-block #top-news-body .top-news {
    width: 100%;
    float: none;
    line-height: 1.3em;
  }
}
#top-news-block #top-news-body .top-news img.thumb {
  float: left;
  width: 40%;
  margin-right: 10px;
}
@media (max-width: 750px) {
  #top-news-block #top-news-body .top-news img.thumb {
    width: 45%;
  }
}
#top-news-block #top-news-body .top-news .date {
  color: #E95504;
  display: block;
}
#top-news-block #top-news-body .top-news:after {
  content: "";
  clear: both;
  display: block;
}
#top-news-block #top-news-body .top-news-other {
  clear: both;
  margin-top: 20px;
}
#top-news-block #top-news-body .top-news-other p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
#top-news-block #top-news-body .top-news-other:after {
  content: "";
  clear: both;
  display: block;
}

#top-items-block {
  border: 2px solid #E95504;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #top-items-block {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
  }
}
#top-items-block #top-items-header {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -15px;
}
#top-items-block #top-items-header strong {
  background-color: #E95504;
  padding: 10px 40px;
  color: #fff;
  border-radius: 100px;
  letter-spacing: 0.5em;
}
#top-items-block #top-items-body {
  padding: 40px 50px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
#top-items-block #top-items-body .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 30px;
  padding: 1.5%;
}
@media (max-width: 750px) {
  #top-items-block #top-items-body .item {
    width: 100%;
    padding: 0;
  }
}
#top-items-block #top-items-body .item .name {
  color: #E95504;
}

/*# sourceMappingURL=common.css.map */
