@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanRP, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  text-align: justify;
  color: #6d5231;
  background: url(/assets/img/bg.png);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #6d5231;
  text-decoration: none;
}
a.link_btn {
  display: inline-block;
  padding: 10px 12px 10px 20px;
  border-right: 20px solid #8da434;
  border-radius: 20px;
  color: #ffffff;
  font-size: 0.75rem;
  background: #8da434 url(/assets/img/link_btn_arrow.png) no-repeat 100% 50%;
  background-size: 6px;
}
a:hover {
  color: #6d5231;
  text-decoration: none;
}
a:hover.link_btn {
  padding: 10px 12px 10px 20px;
  border-right: 20px solid #6d5231;
  text-decoration: none;
  color: #ffffff;
  background: #6d5231 url(/assets/img/link_btn_arrow.png) no-repeat 100% 50%;
  background-size: 6px;
}

.align_center {
  text-align: center;
  margin: 0 auto;
}

.align_right {
  text-align: right;
}

#pt {
  position: fixed;
  bottom: 15px;
  right: 3%;
}
#pt img {
  width: 47px;
}

#contents {
  margin: 0 5%;
}
@media (min-width: 769px) {
  #contents {
    margin: 120px 0 0 0;
  }
}
#contents .h1_wrap {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #contents .h1_wrap {
    position: relative;
    width: 260px;
    margin: 0;
    text-align: left;
  }
}
#contents .h1_wrap h1 {
  width: 180px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #contents .h1_wrap h1 {
    position: absolute;
    top: -61px;
    width: auto;
  }
}
#contents h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  #contents h2 {
    text-align: left;
  }
}
#contents #concept,
#contents #flow,
#contents #case,
#contents #about,
#contents #news,
#contents #contact,
#contents #error {
  margin-top: 40px;
}
@media (min-width: 769px) {
  #contents #concept,
  #contents #flow,
  #contents #case,
  #contents #about,
  #contents #news,
  #contents #contact,
  #contents #error {
    min-width: 980px;
    margin: 60px 0 120px 0;
    border-top: 1px solid #6d5231;
  }
}
@media (min-width: 769px) {
  #contents .cont_wrap {
    width: 640px;
    margin: 60px 0 0 0;
  }
}
#contents .cont_wrap .contact_cap {
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #contents .cinr_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 769px) {
  #contents .cinr_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 980px;
    margin: 0 auto;
  }
}
#contents .cinr_r .to_contact {
  line-height: 1.6;
  margin: 20px 0 40px 0;
  padding: 0;
  text-align: justify;
}
@media (min-width: 769px) {
  #contents .cinr_r .to_contact {
    margin: 400px 0 0 0;
  }
}
#contents .cinr_r .to_contact a {
  display: block;
  padding: 20px;
  border-bottom: 20px solid #8da434;
  border-radius: 5px;
  color: #ffffff;
  background: #8da434 url(/assets/img/btn_contact.png) no-repeat center bottom;
  background-size: 30px;
}
@media (min-width: 769px) {
  #contents .cinr_r .to_contact a {
    margin: 0 30px;
  }
}
#contents .cinr_r .to_contact a:hover {
  border-bottom: 20px solid #6d5231;
  background: #6d5231 url(/assets/img/btn_contact.png) no-repeat center bottom;
  background-size: 30px;
}
#contents .cinr_r .to_contact span {
  display: block;
  margin: 0 0 20px 0;
}
#contents .cinr_r .pagenavi {
  text-align: center;
  margin: 20px auto;
  font-size: 0.75rem;
}
#contents .cinr_r .pagenavi .current {
  margin: 2px;
  padding: 6px 8px;
  color: #ffffff;
  background: #6d5231;
}
#contents .cinr_r .pagenavi .page,
#contents .cinr_r .pagenavi .nextpostslink,
#contents .cinr_r .pagenavi .last {
  margin: 2px;
  padding: 6px 8px;
  border: 1px solid #e0dad2;
}
#contents .cinr_r .pagenavi .pages,
#contents .cinr_r .pagenavi .extend {
  margin: 2px;
  padding: 6px 8px;
}
#contents .cinr_r .error_text p {
  line-height: 1.6;
}
#contents .cinr_r .url {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #e0dad2;
  background: #ffffff;
  border-radius: 10px;
}

#header {
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 769px) {
  #header {
    width: 980px;
    margin: 0 auto 60px auto;
    padding: 40px 0 0 0;
  }
}
#header h1 {
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #header h1 {
    width: 160px;
  }
}
#header .global_nav_pc {
  display: none;
}
@media (min-width: 769px) {
  #header .global_nav_pc {
    display: block;
    width: 768px;
    margin: 0 auto;
  }
  #header .global_nav_pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .global_nav_pc ul li {
    position: relative;
  }
  #header .global_nav_pc ul li::after {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #6d5231;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
  }
  #header .global_nav_pc ul a {
    display: block;
  }
  #header .global_nav_pc ul a:hover {
    color: #8da434;
  }
}
#header .nav_toggle {
  display: block;
  position: fixed;
  width: 34px;
  height: 22px;
  top: 15px;
  right: 3%;
  z-index: 99;
  cursor: pointer;
}
@media (min-width: 769px) {
  #header .nav_toggle {
    display: none;
  }
}
#header .nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #6d5231;
}
#header .nav_toggle span:nth-child(1) {
  top: 0;
}
#header .nav_toggle span:nth-child(2) {
  top: 10px;
}
#header .nav_toggle span:nth-child(3) {
  top: 20px;
}
#header .nav_toggle .global_nav_sp {
  overflow-y: scroll;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(141, 164, 52, 0.9);
  z-index: -1;
}
#header .nav_toggle .global_nav_sp .nav_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#header .nav_toggle .global_nav_sp .nav_inr ul {
  padding: 20px 4%;
}
#header .nav_toggle .global_nav_sp .nav_inr ul li {
  margin: 20px 0;
  padding: 15px 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
}
#header .nav_toggle .global_nav_sp .nav_inr ul li::after {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 15px);
}
#header .nav_toggle .global_nav_sp .nav_inr ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#header.open .nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #6d5231;
}
#header.open .nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
  background: #6d5231;
}
#header.open .nav_toggle span:nth-child(3) {
  top: 12px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #6d5231;
}

footer {
  display: block;
  margin-top: 60px;
  padding: 60px 0;
  text-align: center;
  background: #6d5231;
}
@media (min-width: 769px) {
  footer {
    min-width: 980px;
  }
}
footer img {
  width: 120px;
}
footer #copyright {
  margin: 40px 0 0 0;
  font-size: 0.75rem;
  color: #ffffff;
}

#vi {
  padding: 0;
  margin: 0;
}
#vi img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#concept .concept_01 {
  line-height: 2;
  font-size: 1rem;
}
@media (min-width: 769px) {
  #concept .concept_01 {
    line-height: 2.8;
    margin: 0 0 40px 0;
  }
}
#concept .concept_02 {
  line-height: 2;
  margin-top: 40px;
}
@media (min-width: 769px) {
  #concept .concept_02 {
    width: 980px;
    margin: 0;
    background: url(/assets/img/img_concept.png) no-repeat right 30px;
    background-size: 480px;
  }
}
@media (min-width: 769px) {
  #concept .concept_02 p {
    margin: 0 420px 0 0;
  }
}
#concept .concept_02 img {
  display: block;
  margin: 20px auto 0 auto;
  width: 260px;
}
@media (min-width: 769px) {
  #concept .concept_02 img {
    display: none;
  }
}

#flow ol {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#flow ol li {
  margin: 0;
  padding: 0;
}
#flow ol li.step1 {
  margin-left: 0;
}
#flow ol li.step2 {
  margin-left: 3%;
}
#flow ol li.step3 {
  margin-left: 6%;
}
#flow ol li.step4 {
  margin-left: 9%;
}
#flow ol li.step5 {
  margin-left: 12%;
}
#flow ol li.step6 {
  margin-left: 15%;
}
#flow ol li.step7 {
  margin-left: 18%;
}
#flow ol li.step8 {
  margin-left: 21%;
}
#flow ol li.step9 {
  margin-left: 24%;
}
#flow ol li.step10 {
  margin-left: 27%;
}
#flow ol li.step11 {
  margin-left: 30%;
}
#flow ol li img {
  height: 60px;
}
@media (min-width: 769px) {
  #flow ol li img {
    height: 80px;
  }
}

@media (min-width: 769px) {
  #about .about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 640px;
    margin: 60px 0 0 0;
  }
}
#about .about_wrap #about_img {
  text-align: center;
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  margin-bottom: 20px;
}
#about .about_wrap #about_img img {
  width: 260px;
}
#about .about_wrap #about_detail {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
}
#about .about_wrap #about_detail h2 {
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
}
#about .about_wrap #about_detail ul {
  line-height: 1.6;
  margin: 0 0 20px 0;
  padding: 20px 20px 10px 35px;
  border: 1px solid #e0dad2;
  border-radius: 10px;
  background: #ffffff;
}
@media (min-width: 769px) {
  #about .about_wrap #about_detail ul {
    margin: 0 0 40px 0;
  }
}
#about .about_wrap #about_detail ul li {
  margin: 0 0 10px 0;
  list-style: disc;
}
#about .about_wrap #about_detail ul li span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 0.75rem;
}
#about .about_wrap #about_detail table {
  width: 100%;
  border-top: 1px solid #e0dad2;
}
#about .about_wrap #about_detail table th,
#about .about_wrap #about_detail table td {
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: 1px solid #e0dad2;
  font-size: 0.875rem;
  font-weight: normal;
}
#about .about_wrap #about_detail table th {
  padding-right: 10px !important;
  white-space: nowrap;
}
#about .about_wrap #about_detail .extra_caution {
  line-height: 1.6;
  margin: 20px 0 0 0;
  padding: 20px;
  border-radius: 5px;
  color: #ffffff;
  text-align: justify;
  background: #8da434;
}
#about #map {
  height: 0;
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 56.25%;
  position: relative;
}
@media (min-width: 769px) {
  #about #map {
    padding-bottom: 500px;
  }
}
#about #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  #about #map iframe {
    height: 500px;
  }
}

#news dl {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#news dl dt {
  line-height: 1.4;
  font-size: 0.75rem;
  margin: 0 0 10px 0;
}
@media (min-width: 769px) {
  #news dl dt {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e0dad2;
  }
}
@media (min-width: 769px) {
  #news dl dt {
    width: 100px;
    margin: 0 0 20px 0;
    padding-right: 20px;
  }
}
#news dl dd {
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e0dad2;
}
@media (min-width: 769px) {
  #news dl dd {
    width: 500px;
    padding: 0 0 10px 0;
  }
}

#case .case_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  #case .case_wrap {
    width: 640px;
    margin: 60px 0 0 0;
  }
}
#case .case_wrap .case_list {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #case .case_wrap .case_list {
    margin-bottom: 40px;
  }
}
#case .case_wrap .case_list:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#case .case_wrap .case_list h2 {
  margin: 15px 0;
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  #case .case_wrap .case_list h2 {
    margin: 15px 0 20px 0;
  }
}
#case .case_wrap .case_list p {
  text-align: center;
}
#case .case_wrap .case_list p.case_post_date {
  margin: 15px 0;
  font-size: 0.75rem;
}
#case .case_wrap .case_list p.to_detail {
  text-align: center;
  margin: 10px 0 0 0;
}
#case .case_wrap .case_post .case_post_date {
  font-size: 0.75rem;
}
#case .case_wrap .case_post .case_post_title {
  line-height: 1.6;
  margin: 20px 0 40px 0;
  font-size: 1.25rem;
  text-align: left;
}
#case .case_wrap .case_post .case_post_main_img {
  margin: 0 0 40px 0;
}
#case .case_wrap .case_post .case_post_body {
  line-height: 1.8;
  margin: 0 0 40px 0;
}
#case .case_wrap .case_post .case_post_body p {
  margin: 10px 0;
}
#case .case_wrap .case_post .case_post_thumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
#case .case_wrap .case_post .case_post_thumb li {
  margin: 20px 0 40px 0;
}
#case .case_wrap .case_post .case_post_thumb li h3 {
  margin: 20px 0 0 0;
}
#case .case_wrap .case_post .case_post_thumb li p {
  line-height: 1.8;
  margin: 10px 0;
}

#contact .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}
#contact .input_box label {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #contact .input_box label {
    margin: 0;
  }
}
#contact .input_box .input_text01 {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  padding: 10px;
  border: 1px solid #e0dad2;
  border-radius: 5px;
}
#contact .input_box .input_text02 {
  width: 420px;
  height: 300px;
  padding: 10px;
  border: 1px solid #e0dad2;
  border-radius: 5px;
}
#contact .input_box .must {
  margin: 0 0 0 10px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #ffffff;
  background: #ee4242;
}
#contact .form_submit {
  text-align: right;
}
#contact .form_submit input {
  margin-bottom: 10px;
}
#contact .input_check {
  width: 180px;
  height: 40px;
  border: none;
  background: url(/assets/img/btn_check.png) no-repeat left top;
  background-size: 180px;
}
#contact .input_back {
  width: 180px;
  height: 40px;
  border: none;
  background: url(/assets/img/btn_back.png) no-repeat left top;
  background-size: 180px;
}
#contact .input_send {
  width: 180px;
  height: 40px;
  border: none;
  background: url(/assets/img/btn_send.png) no-repeat left top;
  background-size: 180px;
}
#contact .confirm_text {
  line-height: 1.6;
}
#contact .error_box {
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid #e0dad2;
  border-radius: 5px;
  background: #ffffff;
}
#contact .error_box .error_messe {
  line-height: 1.6;
  margin: 10px 0;
  color: #ee4242;
  font-weight: bold;
}
#contact .tb_confirm {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
#contact .tb_confirm th {
  display: block;
  line-height: 1.6;
  font-weight: normal;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  #contact .tb_confirm th {
    display: table-cell;
    width: 220px;
    margin: 0;
  }
}
#contact .tb_confirm td {
  display: block;
  line-height: 1.6;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e0dad2;
  border-radius: 5px;
  background: #ffffff;
}
@media (min-width: 769px) {
  #contact .tb_confirm td {
    display: table-cell;
    width: 394px;
  }
}
#contact .complete {
  line-height: 1.6;
}
#contact .complete_back {
  margin-top: 40px;
}

#news .news_list {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
#news .news_list li {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e0dad2;
}
#news .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#news .news_list li a .news_thumb {
  margin-right: 15px;
}
@media (min-width: 769px) {
  #news .news_list li a .news_thumb {
    width: 120px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 769px) {
  #news .news_list li a .news_text {
    width: 500px;
  }
}
#news .news_list li a .news_text .news_post_date {
  margin-bottom: 15px;
  font-size: 0.75rem;
}
#news .news_list li a .news_text h2 {
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}
#news .news_list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#news article {
  line-height: 1.8;
  margin-bottom: 40px;
}
#news article .news_post_date {
  margin: 0 0 15px 0;
  font-size: 0.75rem;
}
#news article .news_post_title {
  line-height: 1.6;
  margin: 0 0 40px 0;
  font-size: 1.125rem;
  text-align: left;
}
#news article .news_post_body p {
  margin: 1em 0;
}
#news article .news_post_body ul {
  display: block;
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}
#news article .news_post_body ul li {
  display: list-item;
  margin: 5px 0;
  list-style-type: disc;
}
#news article .news_post_body ol {
  display: block;
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}
#news article .news_post_body ol li {
  display: list-item;
  margin: 5px 0;
  list-style-type: decimal;
}

/*Charaset設定*//*# sourceMappingURL=styles.css.map */