@charset "UTF-8";
/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  line-height: 1.7;
  color: #000;
}

.wrapper {
  margin: 0;
  padding: 0;
  /*min-width: 1200px;*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.7;
    color: #333;
  }
  .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
* html body {
  overflow: hidden;
}

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

/* SP版非表示設定 */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0;
}

.u-mt-xsmall {
  margin: 10px 0 0;
}

.u-mt-small {
  margin: 20px 0 0;
}

.u-mt {
  margin: 30px 0 0;
}

.u-mt-large {
  margin: 40px 0 0;
}

.u-mt-xlarge {
  margin: 50px 0 0;
}

.u-mt-xxlarge {
  margin: 60px 0 0;
}

.u-mr-xxsmall {
  margin: 0 5px 0 0;
}

.u-mr-xsmall {
  margin: 0 10px 0 0;
}

.u-mr-small {
  margin: 0 20px 0 0;
}

.u-mr {
  margin: 0 30px 0 0;
}

.u-mr-large {
  margin: 0 40px 0 0;
}

.u-mr-xlarge {
  margin: 0 50px 0 0;
}

.u-mb-xsmall {
  margin: 0 0 10px 0;
}

.u-mb-small {
  margin: 0 0 20px 0;
}

.u-mb {
  margin: 0 0 30px 0;
}

.u-mb-large {
  margin: 0 0 40px 0;
}

.u-mb-xlarge {
  margin: 0 0 50px 0;
}

.u-ml-xsmall {
  margin: 0 0 0 10px;
}

.u-ml-small {
  margin: 0 0 0 20px;
}

.u-ml {
  margin: 0 0 0 30px;
}

.u-ml-large {
  margin: 0 0 0 40px;
}

.u-ml-xlarge {
  margin: 0 0 0 50px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.text-bd {
  font-weight: 700;
}

.text-ud {
  text-decoration: underline;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text18 {
  font-size: 18px;
}

.text20 {
  font-size: 20px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text34 {
  font-size: 34px;
}

.text36 {
  font-size: 36px;
}

.text38 {
  font-size: 38px;
}

.text40 {
  font-size: 40px;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.cboth {
  clear: both;
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

header {
  margin: 0 auto;
  padding: 15px 10px 5px;
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  z-index: 9;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

h1.logo {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 310px;
}
h1.logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  h1.logo {
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
    width: 230px;
  }
  h1.logo img {
    width: 100%;
    height: auto;
  }
}
.header-menu-box {
  margin: 8px 0 0;
  padding: 0;
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.header-menu-box li:nth-of-type(1) {
  margin: 0;
  padding: 0 0 0 25px;
  width: 33%;
  background: none;
  font-size: 15px;
  text-align: left;
}
.header-menu-box li:nth-of-type(1) a {
  color: #000;
}
.header-menu-box li:nth-of-type(1) a:hover {
  color: #4f4f4f;
}
.header-menu-box li {
  margin: 0;
  padding: 0 0 0 25px;
  width: 33%;
  background: url(../images/img-header-line.svg) no-repeat;
  background-position: left 3px;
  font-size: 15px;
  text-align: left;
}
.header-menu-box li a {
  color: #000;
}
.header-menu-box li a:hover {
  color: #4f4f4f;
}

footer {
  margin: 0;
  padding: 40px 0 10px;
  background: #53545e;
  color: #fff;
  width: 100%;
}
footer .footer-base {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  box-sizing: border-box;
}
footer .f-copyright {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  footer {
    margin: 0;
    padding: 30px 0 15px;
    background: #53545e;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 10px;
    box-sizing: border-box;
  }
  footer .footer-base {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  footer .f-copyright {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
  }
}
a.link {
  text-decoration: underline;
  color: #121C52;
}

a.link:hover {
  text-decoration: none;
}

.page-base {
  margin: 0 auto;
  padding: 0 10px 70px;
  max-width: 1200px;
  box-sizing: border-box;
  color: #222;
}

.page-base-02,
.page-prod {
  margin: 0 auto;
  padding: 0 10px 70px;
  max-width: 1000px;
  box-sizing: border-box;
  color: #222;
  min-height: 550px;
}

.page-contact {
  margin: 0 auto;
  padding: 0 10px 70px;
  max-width: 100%;
  min-height: 550px;
  box-sizing: border-box;
  color: #222;
  background: #f2f1f1;
}

@media screen and (max-width: 768px) {
  .page-base-02 {
    margin: 0 auto;
    padding: 0 0 50px;
    width: 95%;
    box-sizing: border-box;
    color: #222;
  }
  .page-prod {
    margin: 0 auto;
    padding: 0 0 50px;
    width: 95%;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
  }
}
.top-mainv {
  margin: 0;
  padding: 240px 10px 0;
  width: 100%;
  height: 450px;
  background: url(../images/img-mainv.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.top-mainv .mainv-catch {
  margin: 0 auto;
  padding: 0;
  max-width: 827px;
  text-align: center;
}
.top-mainv .mainv-catch img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sp-top-mainv {
    margin: 70px 0 0;
    padding: 0;
    box-sizing: border-box;
  }
  .sp-top-mainv img {
    width: 100%;
    height: auto;
  }
}
.lead {
  margin: 70px 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lead {
    margin: 40px 0 30px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
  }
}
.service-base {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service-base li {
  margin: 0;
  padding: 25px;
  max-width: 30%;
  min-width: 30%;
  min-height: 150px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #53545e;
}
.service-base li:hover {
  opacity: 0.7;
}
.service-base li .heading-box {
  margin: 0;
  padding: 0;
  /*border-left: 5px solid #53545e;*/
  text-align: left;
  position: absolute;
  top: 30%;
}
.service-base li .heading-box .main-heading {
  font-size: 22px;
  font-weight: 300;
}
.service-base li .heading-box .sub-heading {
  font-size: 12px;
}
.service-base li .text-box {
  margin: 10px 0 0;
  padding: 0;
  width: 70%;
  text-align: left;
}
.service-base li .icon-arrow {
  position: absolute;
  top: 42%;
  right: 8px;
}
.service-base li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-base {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .service-base li {
    margin: 10px 0;
    padding: 25px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #53545e;
    max-width: 100%;
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }
  .service-base li:hover {
    opacity: 0.7;
  }
  .service-base li .heading-box {
    margin: 0;
    padding: 0;
    /*border-left: 5px solid #53545e;*/
    text-align: left;
  }
  .service-base li .heading-box .main-heading {
    font-size: 20px;
  }
  .service-base li .heading-box .sub-heading {
    font-size: 12px;
  }
  .service-base li .text-box {
    margin: 10px 0 0;
    padding: 0;
    width: 70%;
    text-align: left;
    font-size: 14px;
  }
  .service-base li .icon-arrow {
    position: absolute;
    top: 42%;
    right: 8px;
  }
  .service-base li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.top-news-heading {
  margin: 70px 0 0;
  padding: 0;
  font-size: 26px;
  text-align: center;
}

.top-news-subheading {
  margin: -5px 0 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.news-base {
  margin: 30px auto 0;
  padding: 0;
  border-top: 1px solid #ddd;
  max-width: 900px;
}
.news-base li {
  margin: 0;
  padding: 23px 0 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.news-base li .news-date {
  margin: 0;
  padding: 0;
  width: 10%;
  font-size: 16px;
  text-align: left;
  color: #53545e;
}
.news-base li .news-text {
  margin: 0;
  padding: 0;
  width: 85%;
  font-size: 16px;
  text-align: left;
}
.news-base li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.news-base li:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-news-heading {
    margin: 40px 0 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
  }
  .news-base {
    margin: 30px auto 0;
    padding: 0;
    border-top: 1px solid #ddd;
    max-width: 900px;
  }
  .news-base li {
    margin: 0;
    padding: 23px 0 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
  }
  .news-base li .news-date {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #53545e;
  }
  .news-base li .news-text {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}
.pagetop {
  position: fixed;
  right: 2.5%;
  bottom: -200px;
  transition: 0.7s ease-out;
}

.pagetop.is-active {
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed;
    right: 2.5%;
    bottom: -200px;
    transition: 0.7s ease-out;
    width: 40px;
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
}
.spmenu-base {
  margin: 150px auto 0;
  padding: 0;
  text-align: center;
  width: 80%;
}
.spmenu-base li {
  margin: 0 0 30px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.spmenu-base li a {
  color: #222;
}

/* ボタンのスタイル */
a.btn-newsall {
  padding: 7px 0 5px 5px;
  margin: 0 auto;
  display: block;
  color: #222 !important;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #ccc;
  width: 138px;
}

a.btn-toppageback {
  padding: 7px 0 5px 5px;
  margin: 0 auto;
  display: block;
  color: #222 !important;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #ccc;
  width: 180px;
}

a.btn-newsall:after,
a.btn-toppageback:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 15px;
  background: url("../images/icon-arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btn-newsall:hover,
a.btn-toppageback:hover {
  background: #eee;
  color: #222;
}

.page-title-base {
  margin: 72px 0 0;
  padding: 55px 10px 0;
  width: 100%;
  height: 150px;
  background: url(../images/img-p-mainv.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.page-title-base .p-titletext {
  margin: 0 auto;
  padding: 0;
  font-size: 28px;
  color: #222;
}

@media screen and (max-width: 768px) {
  .page-title-base {
    margin: 72px 0 0;
    padding: 60px 10px 0;
    width: 100%;
    height: 150px;
    background: url(../images/img-p-mainv.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
  }
  .page-title-base .p-titletext {
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    color: #222;
  }
}
.page-heading {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin: 70px 0 0;
  font-size: 22px;
}

.page-heading:before,
.page-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.page-heading:before {
  left: 0;
}

.page-heading:after {
  right: 0;
}

@media screen and (max-width: 768px) {
  .page-heading {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    margin: 70px 0 0;
    font-size: 20px;
  }
}
.breadbase {
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: left;
  font-size: 13px;
  max-width: 1000px;
}
.breadbase a {
  color: #222;
}
.breadbase a:hover {
  color: #888888;
}

.company-text {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company-text {
    margin: 30px 0 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}
.company-tbbase {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.company-tbbase .tb-item {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  background: #eee;
  width: 20%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  vertical-align: middle;
}
.company-tbbase .tb-text {
  margin: 0;
  padding: 10px 0px 10px 15px;
  font-size: 16px;
  text-align: left;
  background: #fff;
  width: 80%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .company-tbbase {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .company-tbbase .tb-item {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    background: #eee;
    width: 32%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .company-tbbase .tb-text {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    background: #fff;
    width: 68%;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    vertical-align: middle;
  }
}
/* Styling */
.timeline {
  margin: 40px auto 0;
  position: relative;
  max-width: 900px;
  text-align: left;
}

.timeline:before {
  background-color: #53545E;
  content: "";
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1px;
  height: 100%;
}

.timeline-event {
  position: relative;
}

/*.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #a83279;
}*/
/*.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #a83279;
  -webkit-box-shadow: inset 40em 0 0 0 #a83279;
  box-shadow: inset 40em 0 0 0 #a83279;
}*/
.timeline-event-copy {
  padding: 10px 2em;
  position: relative;
  top: -10px;
  left: 4em;
  width: 80%;
}

.timeline-event-copy strong {
  font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-event-icon {
  transform: rotate(45deg);
  background-color: #53545E;
  outline: 10px solid white;
  display: block;
  margin: 10px 0.5em 10px -0.5em;
  position: absolute;
  top: 0;
  left: 2.2em;
  width: 10px;
  height: 10px;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: #222;
  font-size: 15px;
  /*background-color: #949494;*/
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 3px 15px;
}

@media screen and (max-width: 768px) {
  /* Styling */
  .timeline {
    margin: 40px auto 0;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .timeline:before {
    background-color: #53545E;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
  }
  .timeline-event {
    position: relative;
  }
  .timeline-event-copy {
    padding: 10px 2em;
    position: relative;
    top: -10px;
    left: 0px;
    width: 90%;
  }
  .timeline-event-copy strong {
    font-weight: 700;
  }
  .timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
  }
  .timeline-event-icon {
    transform: rotate(45deg);
    background-color: #53545E;
    outline: 10px solid white;
    display: block;
    margin: 10px 0.5em 10px -0.5em;
    position: absolute;
    top: 0;
    left: 12px;
    width: 10px;
    height: 10px;
  }
  .timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: #222;
    font-size: 15px;
    /*background-color: #949494;*/
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 3px 15px;
  }
}
.prod-title {
  margin: 30px auto 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
}

.mmc-logo {
  margin: 20px auto 0;
  padding: 0;
  width: 400px;
  text-align: center;
}
.mmc-logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mmc-logo {
    margin: 20px auto 0;
    padding: 0;
    width: 90%;
    text-align: center;
  }
  .mmc-logo img {
    width: 100%;
    height: auto;
  }
}
.prod-heading-01 {
  margin: 50px 0 0;
  padding: 3px 0 0 17px;
  font-size: 24px;
  border-left: 8px solid #5c306d;
  text-align: left;
  line-height: 1.2;
}

.prod-heading-02 {
  margin: 50px 0 0;
  padding: 2px 0 0 15px;
  font-size: 20px;
  border-left: 8px solid #53545E;
  text-align: left;
  line-height: 1.2;
}

.prod-heading-03 {
  margin: 30px 0 0;
  padding: 0 0 3px;
  font-size: 18px;
  border-bottom: 1px solid #222;
  text-align: left;
  display: table;
}

@media screen and (max-width: 768px) {
  .prod-heading-01 {
    margin: 30px 0 0;
    padding: 3px 0 0 15px;
    font-size: 20px;
    border-left: 8px solid #5c306d;
    text-align: left;
    line-height: 1.2;
  }
  .prod-heading-02 {
    margin: 30px 0 0;
    padding: 2px 0 0 13px;
    font-size: 18px;
    border-left: 8px solid #53545E;
    text-align: left;
    line-height: 1.2;
  }
  .prod-heading-03 {
    margin: 20px 0 0;
    padding: 0 0 3px;
    font-size: 16px;
    border-bottom: 1px solid #222;
    text-align: left;
    display: table;
  }
}
.contact-box {
  margin: 100px auto 0;
  padding: 30px;
  width: 400px;
  background: #fff;
  text-align: left;
}
.contact-box .address {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .contact-box {
    margin: 50px auto 0;
    padding: 20px;
    width: 95%;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
  }
  .contact-box .address {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    font-size: 12px;
  }
}
.page-news-date {
  margin: 50px 0 0;
  padding: 0;
  text-align: left;
  color: #888888;
  font-size: 14px;
}

.page-news-title {
  margin: 20px 0 0;
  padding: 0 0 10px;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}

.page-news-text {
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
}

.news-image {
  margin: 30px auto;
  padding: 0;
  max-width: 70%;
}
.news-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .page-news-date {
    margin: 50px 0 0;
    padding: 0;
    text-align: left;
    color: #888888;
    font-size: 14px;
  }
  .page-news-title {
    margin: 20px 0 0;
    padding: 0 0 10px;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
  }
  .page-news-text {
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  .news-image {
    margin: 30px auto;
    padding: 0;
    max-width: 100%;
  }
  .news-image img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=main.css.map */