@charset "UTF-8";
.c-holizontal--rowreverse {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 769px) {
  .c-holizontal--rowreverse {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-justify--between {
  justify-content: space-between;
}

.c-justify--center {
  justify-content: center;
}

.c-justify--end {
  justify-content: flex-end;
}

.c-alignitem--center {
  align-items: center;
}

.c-alignitem--start {
  align-items: flex-start;
}

.c-alignitem--end {
  align-items: flex-end;
}

@media only screen and (min-width: 769px) {
  .c-holizontal {
    display: flex;
    flex-wrap: wrap;
  }
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.v-pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .v-pc {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .v-sp {
    display: none;
  }
}
/* Reset */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  counter-reset: operate sort;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a img:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.block {
  padding: 0 20px;
}
@media only screen and (min-width: 1360px) {
  .block {
    padding: 0;
  }
}

header {
  padding: 10px;
  background-color: #0053af;
}
@media only screen and (min-width: 769px) {
  header {
    padding: 20px;
  }
}
header h1 img {
  width: 100px;
}
@media only screen and (min-width: 769px) {
  header h1 img {
    width: 212px;
  }
}
header.home {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

.menu {
  display: none;
}
@media only screen and (min-width: 769px) {
  .menu {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    width: 75%;
  }
}

.menu li {
  padding-left: 3%;
}

.menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .menu li a {
    font-size: 18px;
  }
}

#spmenu .title {
  position: fixed;
  right: 0;
  top: 0;
  font-size: 30px;
  background-color: #0053af;
  color: #fff;
  padding: 4px 0 46px;
  width: 50px;
  z-index: 100;
}
#spmenu .title i {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#spmenu .title .menuitem {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.accordion-content {
  background-color: #0053af;
  border-radius: 20px 0 20px 20px;
  color: #fff;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 50px;
  width: 60%;
  z-index: 100;
}
.accordion-content ul li {
  padding: 5px 0;
}

.Main {
  background: url(../img/topmv.jpg) no-repeat center 0;
  background-size: cover;
  padding: 15% 5%;
}
@media only screen and (min-width: 769px) {
  .Main {
    background: url(../img/topmv.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 12% 0 16% 8%;
  }
}
.Main_maintitle {
  color: #fff;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 769px) {
  .Main_maintitle {
    font-size: 64px;
  }
}
.Main_subtitle span {
  background-color: #fff;
  color: #0053af;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  .Main_subtitle span {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 0 42px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .Main_subtitle span:nth-of-type(2) {
    margin-top: 12px;
    padding: 0 0 0 42px;
  }
  .Main_subtitle span:nth-of-type(3) {
    padding: 0 42px 0 0;
  }
}

h2.Titleitem {
  color: #0053af;
  font-size: 43px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 769px) {
  h2.Titleitem {
    font-size: 76px;
  }
}
h2.Titleitem::after {
  content: "";
  position: absolute;
  background-color: #333;
  height: 1px;
  width: 106px;
  top: 63%;
  margin-left: 0.3em;
}
@media only screen and (min-width: 769px) {
  h2.Titleitem::after {
    width: 300px;
  }
}

.News {
  margin-inline: auto;
  max-width: 1750px;
  width: 100%;
  margin-top: -30px;
}
@media only screen and (min-width: 769px) {
  .News {
    width: 92%;
    margin-top: -175px;
  }
}
.News_title .item span {
  color: #0053af;
  display: block;
  font-size: 42px;
  font-weight: 600;
  font-family: Oswald, sans-serif;
}
.News_inner {
  background-color: #fff;
  border-radius: 30px 0 0 0;
  padding: 3vh 20px 0;
}
@media only screen and (min-width: 769px) {
  .News_inner {
    border-radius: 60px 0 0 0;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding: 6vh 20px 0;
  }
}
.News_list {
  width: 100%;
  max-width: 900px;
}
@media only screen and (min-width: 769px) {
  .News_list {
    width: 70%;
  }
}
.News_list ul {
  border-top: 1px solid #ccc;
}
.News_list li {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 27px 0;
}
.News_list li .date {
  color: #757779;
  display: inline-block;
  font-family: Oswald, sans-serif;
  margin-right: 10px;
}
@media only screen and (min-width: 769px) {
  .News_list li .date {
    width: 23%;
    max-width: 125px;
  }
}
.News_list li .cat.news {
  background-color: #ccc;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  width: 19%;
  max-width: 100px;
  margin-right: 30px;
}
.News_list li .cat.info {
  background-color: #0053af;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  width: 19%;
  max-width: 100px;
  margin-right: 30px;
}
.News_list li a {
  color: #333;
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .News_list li a {
    width: 67%;
  }
}
.News_list li a i {
  color: #0053af;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
}
.News_list .informationlist {
  text-align: right;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .News_list .informationlist {
    margin-top: 3em;
  }
}
.News_list .informationlist a {
  color: #0053af;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .News_list .informationlist a {
    font-size: 18px;
  }
}
.News_list .informationlist a i {
  color: #757779;
}
.News_list .informationlist a i::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  border: solid 1px #ccc;
  margin-left: 1em;
}
@media only screen and (min-width: 769px) {
  .News_list .informationlist a i::before {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

.Ourbusiness_title p {
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .Ourbusiness_title p {
    font-size: 18px;
  }
}
.Ourbusiness_textarea {
  padding-top: 3em;
}
@media only screen and (min-width: 769px) {
  .Ourbusiness_textarea {
    width: 43.5%;
  }
}
.Ourbusiness_textarea .text {
  font-size: 14px;
  margin-bottom: 2em;
}
@media only screen and (min-width: 769px) {
  .Ourbusiness_textarea .text {
    font-size: 18px;
  }
}
.Ourbusiness_textarea .Ourbusiness_subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.6em;
}
.Ourbusiness_textarea .Ourbusiness_subtitle::before {
  content: "●";
  color: #0053af;
}
@media only screen and (min-width: 769px) {
  .Ourbusiness_textarea .Ourbusiness_subtitle {
    font-size: 22px;
  }
}
.Ourbusiness_textarea .subtext {
  margin-bottom: 2.2em;
}

.Features {
  background: url(../img/featuresbg.jpg) no-repeat 0 0;
  background-size: 100%;
  background-color: #0053af;
  padding: 20% 0 6%;
}
.Features_contents {
  margin-inline: auto;
  max-width: 1750px;
  width: 92%;
}
.Features_contents .item {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .Features_contents .item {
    font-size: 45px;
  }
}
.Features_contents .item span {
  color: #0053af;
  display: block;
  font-size: 22px;
  font-family: Oswald, sans-serif;
}
.Features_contents .inner {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  margin-left: calc(50% - 50vw);
  padding: 3vh 0;
}
@media only screen and (min-width: 769px) {
  .Features_contents .inner {
    border-radius: 0 60px 60px 0;
    padding: 4vh 0 6vh calc(50vw - 50%);
  }
}
.Features_contents ul li {
  counter-increment: num;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .Features_contents ul li {
    font-size: 18px;
    width: 48%;
  }
}
.Features_contents ul li h3 {
  color: #0053af;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .Features_contents ul li h3 {
    font-size: 32px;
  }
}
.Features_contents ul li h3::before {
  content: counter(num, decimal-leading-zero);
  font-family: Oswald, sans-serif;
  font-size: 50px;
  margin: 0 15px 0 25px;
}
@media only screen and (min-width: 769px) {
  .Features_contents ul li h3::before {
    font-size: 72px;
    margin: 0 20px 0 40px;
  }
}
.Features_contents ul li h3::after {
  content: "";
  background: url(../img/numimg.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 26%;
  width: 20px;
  height: 44px;
}
@media only screen and (min-width: 769px) {
  .Features_contents ul li h3::after {
    width: 26px;
    height: 56px;
  }
}
.Features_contents ul li .text {
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 769px) {
  .Features_contents ul li .text {
    padding-bottom: 2em;
  }
}

.Company {
  margin: 7em 0 6em;
}
.Company_head {
  margin-inline: auto;
  max-width: 1750px;
}
@media only screen and (min-width: 769px) {
  .Company_head {
    width: 92%;
  }
}
.Company_head .inner {
  background: url(../img/companybg.png) no-repeat 0 0;
  background-size: cover;
  margin-right: calc(50% - 50vw);
  padding: 3vh 20px 9vh;
}
@media only screen and (min-width: 769px) {
  .Company_head .inner {
    padding: 6vh calc(50vw - 50%) 24vh 0;
  }
}
.Company_title {
  color: #fff;
}
.Company_title h2.Titleitem {
  color: #fff;
}
.Company_title h2.Titleitem::after {
  content: "";
  background-color: #fff;
}
.Company_contents {
  margin-inline: auto;
  max-width: 1750px;
  width: 92%;
  margin-top: -50px;
}
@media only screen and (min-width: 769px) {
  .Company_contents {
    margin-top: -140px;
  }
}
.Company_contents .inner {
  background-color: #fff;
  border-radius: 0 30px 0 0;
  margin-left: calc(50% - 50vw);
  padding: 3vh 20px;
  margin-bottom: 7vh;
}
@media only screen and (min-width: 769px) {
  .Company_contents .inner {
    border-radius: 0 60px 0 0;
    padding: 10vh 0 0 calc(50vw - 50%);
  }
}
.Company_contents .inner2 {
  background-color: #f4f6f9;
  border-radius: 0 30px 30px 0;
  margin-left: calc(50% - 50vw);
  margin-bottom: 5vh;
  padding: 4vh 20px;
}
@media only screen and (min-width: 769px) {
  .Company_contents .inner2 {
    border-radius: 0 60px 60px 0;
    padding: 4vh 0 4vh calc(50vw - 50%);
  }
}
@media only screen and (min-width: 769px) {
  .Company_contents .textarea {
    width: 46%;
  }
}
.Company_contents .subtitle {
  margin-bottom: 2em;
}
.Company_contents .subtitle .Titleitem {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 60px;
}
.Company_contents .subtitle .Titleitem::before {
  content: "";
  background-color: #333;
  position: absolute;
  height: 1px;
  width: 40px;
  top: 53%;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .Company_contents .subtitle .Titleitem {
    font-size: 36px;
  }
}
.Company_contents .subtitle p {
  color: #0053af;
  font-size: 14px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  padding-left: 60px;
}
@media only screen and (min-width: 769px) {
  .Company_contents .subtitle p {
    font-size: 18px;
  }
}
.Company_contents .text {
  letter-spacing: -0.05em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 769px) {
  .Company_contents .text {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .Company_contents .img {
    margin-right: -214px;
  }
}
.Company_contents .Philosophy {
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .Company_contents .Philosophy {
    display: flex;
    justify-content: center;
    font-size: 22px;
  }
}
.Company_contents .Philosophy::before {
  content: "";
  background: url(../img/waku.png) no-repeat 0 0;
  background-size: 100%;
  display: block;
  width: 30px;
  height: 23px;
}
@media only screen and (min-width: 769px) {
  .Company_contents .Philosophy::before {
    width: 67px;
    height: 51px;
  }
}
.Company_contents .Philosophy::after {
  content: "";
  background: url(../img/waku.png) no-repeat 0 bottom;
  background-size: 100%;
  display: block;
  width: 30px;
  height: 23px;
  transform: rotate(180deg);
  position: absolute;
  right: 36px;
}
@media only screen and (min-width: 769px) {
  .Company_contents .Philosophy::after {
    width: 67px;
    height: 51px;
    position: static;
  }
}
.Company .company_planarea {
  position: relative;
}
.Company .company_planarea .company_plantitle {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .Company .company_planarea .company_plantitle {
    font-size: 24px;
  }
}
.Company .company_planbg {
  margin-inline: auto;
  max-width: 1750px;
  margin-top: 9vh;
}
@media only screen and (min-width: 769px) {
  .Company .company_planbg {
    width: 92%;
  }
}
.Company .company_planbg .inner {
  background-color: #0053af;
  border-radius: 30px 0 0 30px;
  margin-right: calc(50% - 50vw);
}
@media only screen and (min-width: 769px) {
  .Company .company_planbg .inner {
    border-radius: 60px 0 0 60px;
    padding: 0 calc(50% - 50vw) 0 0;
  }
}
.Company .company_planbg .company_plan {
  color: #fff;
  position: relative;
  top: -5vh;
}
.Company .company_planbg .company_plan li {
  counter-increment: num;
}
@media only screen and (min-width: 769px) {
  .Company .company_planbg .company_plan li {
    width: 32%;
  }
}
.Company .company_planbg .company_plan li h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 2.2;
  position: relative;
}
.Company .company_planbg .company_plan li h3::after {
  content: counter(num, decimal-leading-zero);
  font-family: Oswald, sans-serif;
  font-size: 72px;
  opacity: 0.75;
  position: absolute;
  top: -69px;
  right: 10px;
}
@media only screen and (min-width: 769px) {
  .Company .company_planbg .company_plan li h3::after {
    right: 38px;
  }
}
.Company .company_planbg .company_plan .plantext {
  font-size: 14px;
  letter-spacing: -0.05em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 769px) {
  .Company .company_planbg .company_plan .plantext {
    font-size: 18px;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
}
.Company_data {
  margin-bottom: 11vh;
}
.Company_data dl {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
@media only screen and (min-width: 769px) {
  .Company_data dl {
    display: flex;
    justify-content: space-between;
    margin-left: 60px;
  }
  .Company_data dl dt {
    width: 20%;
  }
  .Company_data dl dd {
    width: 78%;
  }
}

.Recruit_button {
  background: url(../img/recruitimg.jpg) no-repeat 25% 0;
  background-size: cover;
  display: block;
  padding: 4.7vh 4vw;
}
@media only screen and (min-width: 769px) {
  .Recruit_button {
    background: url(../img/recruitimg.jpg) no-repeat center 0;
    padding: 9.6vh 4vw;
  }
}
.Recruit_title {
  color: #fff;
}
.Recruit_title h2.Titleitem {
  color: #fff;
}
.Recruit_title h2.Titleitem::after {
  content: "";
  background-color: #fff;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 35px;
}
.pagetop img {
  width: 20px;
}
@media only screen and (min-width: 769px) {
  .pagetop img {
    width: auto;
  }
}

.Footer {
  background: url(../img/footerbg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  padding: 7vh 0;
  margin-top: 5vh;
}
.Footer .footerlogo img {
  width: 130px;
}
@media only screen and (min-width: 769px) {
  .Footer .footerlogo img {
    width: 284px;
  }
}
.Footer .companyname {
  font-size: 14px;
  margin: 2.8vh 0 0.5vh;
}
@media only screen and (min-width: 769px) {
  .Footer .companyname {
    font-size: 18px;
  }
}
.Footer .tel a {
  font-size: 32px;
  font-family: Oswald, sans-serif;
  line-height: 2.4;
}
.Footer .tel a::before {
  content: "";
  background: url(../img/telicon.png) no-repeat 0 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.copyright {
  color: #0053af;
  padding: 1vh 0;
}

.postpage {
  max-width: 800px;
  margin: 0 auto;
}
.postpage .newsTitle .item {
  color: #0053af;
  font-size: 30px;
  font-weight: 600;
  font-family: Oswald, sans-serif;
  text-align: center;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 769px) {
  .postpage .newsTitle .item {
    font-size: 45px;
  }
}
.postpage .newsTitle .item span {
  display: block;
  font-size: 16px;
}
.postpage .Newslistcontents {
  background-color: #f4f6f9;
  border-radius: 20px;
  padding: 2em;
}
.postpage .Newslistcontents ul li {
  margin-bottom: 1em;
}
.postpage .Newslistcontents ul li:last-child {
  margin-bottom: 0;
}
.postpage .Newslistcontents .date {
  color: #757779;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  width: 12%;
}
.postpage .Newslistcontents .title {
  width: 88%;
  position: relative;
  font-size: 14px;
}
.postpage .Newslistcontents .title i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #0053af;
  font-size: 20px;
}
.postpage .Newslistcontents .news-detail__title {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.postpage .Newslistcontents .newslistlink {
  margin-top: 3em;
}
.postpage .Newslistcontents .news-list-item {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}/*# sourceMappingURL=main.css.map */