@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@700&family=Noto+Sans+JP:wght@400;500;800&display=swap");
p, a, li {
  color: #282828;
  font-size: 0.98em;
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  p, a, li {
    font-size: 0.95em;
  }
}

.en {
  font-family: "industry-inc-base", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2em;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}

.top .head_top {
  position: relative;
  border-top: 5px solid #A50000;
  padding: 10px;
}
@media screen and (min-width: 751px) {
  .top .head_top {
    background: url("../img/main-pc.jpg") no-repeat center 60px;
    height: 600px;
    background-size: contain !important;
  }
}
@media screen and (max-width: 750px) {
  .top .head_top {
    background: url("../img/main-sp.jpg") no-repeat center 0px;
    background-size: cover;
    height: 100vh;
  }
}
.top .head_top #top-comment {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}
@media screen and (max-width: 750px) {
  .top .head_top #top-comment {
    padding: 20px 30px;
  }
}
.top .head_top #top-comment h2 {
  color: #A50000;
  font-size: 36px;
}
@media screen and (min-width: 751px) and (max-width: 1190px) {
  .top .head_top #top-comment h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .top .head_top #top-comment h2 {
    font-size: 22px;
  }
}
.top .head_top #top-comment p {
  color: #A50000;
}
@media screen and (min-width: 751px) {
  .top .head_top #top-comment {
    width: 45%;
    right: 5%;
    top: 35%;
    border-radius: 40px;
  }
}
@media screen and (max-width: 750px) {
  .top .head_top #top-comment {
    width: 90%;
    right: 0;
    top: 40%;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
  }
}

.kasou main {
  padding-bottom: 80px;
}
.kasou .head_top {
  position: relative;
  border-top: 5px solid #A50000;
  padding: 10px;
  background-size: cover;
  height: 40vh;
}
.kasou .head_top h1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 10%;
  font-size: 36px;
  z-index: 2;
  color: #fff;
}

.page-template-page-faq .head_top {
  background: url(../img/pagetop2.jpg) no-repeat center 60px;
}
@media screen and (max-width: 750px) {
  .page-template-page-faq .head_top {
    background: url(../img/pagetop2.jpg) no-repeat center 50px;
  }
}

.page-template-page-contact .head_top, .page-template-page-news .head_top {
  background: url(../img/pagetop4.jpg) no-repeat center 60px;
}
@media screen and (max-width: 750px) {
  .page-template-page-contact .head_top, .page-template-page-news .head_top {
    background: url(../img/pagetop4.jpg) no-repeat center 50px;
  }
}

.page-template-page-company .head_top, .single-post .head_top, .page-template-page-tokusho-php .head_top {
  background: url(../img/pagetop.jpg) no-repeat center 60px;
}
@media screen and (max-width: 750px) {
  .page-template-page-company .head_top, .single-post .head_top, .page-template-page-tokusho-php .head_top {
    background: url(../img/pagetop.jpg) no-repeat center 50px;
  }
}

.page-template-page-service .head_top, .page-id-145 .head_top {
  background: url(../img/pagetop3.jpg) no-repeat center 60px;
}
@media screen and (max-width: 750px) {
  .page-template-page-service .head_top, .page-id-145 .head_top {
    background: url(../img/pagetop3.jpg) no-repeat center 50px;
  }
}

.page-template-page-staff .head_top {
  background: url(../img/pagetop5.jpg) no-repeat center 60px;
}
@media screen and (max-width: 750px) {
  .page-template-page-staff .head_top {
    background: url(../img/pagetop5.jpg) no-repeat center 50px;
  }
}

.logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .logo_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.logo_wrap p {
  font-size: 12px;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  .logo_wrap p {
    text-align: center;
    line-height: 2em;
    display: block;
    font-size: 11px;
  }
  .logo_wrap p:first-child {
    padding-bottom: 30px;
  }
}
.logo_wrap a img:first-child {
  padding-right: 8px;
}
@media screen and (max-width: 750px) {
  .logo_wrap a {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo_wrap a img {
    width: 80%;
  }
}

nav#main_nav {
  position: absolute;
  top: 70px;
  right: 120px;
}
nav#main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav#main_nav ul li {
  margin: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}
nav#main_nav ul li a {
  display: block;
  padding: 20px 15px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0);
}
nav#main_nav ul li a:hover {
  border: 3px solid #A50000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav#main_nav ul li.current a {
  background-color: #A50000;
  color: #fff;
}

#fix {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 751px) {
  #fix {
    top: 15px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #fix {
    bottom: 10px;
    right: 0;
  }
}
#fix img {
  width: 90px;
}

section {
  padding: 40px 0;
}

.back-red {
  background-color: rgba(165, 0, 0, 0.15);
}

.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.linkbtn {
  display: inline-block;
}
.linkbtn a {
  display: block;
  background-color: #A50000;
  border-radius: 6px;
  padding: 8px 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.linkbtn a img {
  margin-right: 10px;
  display: inline-block;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #A50000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #A50000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.pagetop {
  position: fixed;
  left: 5%;
  bottom: 50px;
  z-index: 150;
}
.pagetop img {
  width: 60px;
}

.h2 {
  overflow-wrap: break-word;
  padding-top: 60px;
  margin-bottom: 50px;
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  font-size: 36px;
  color: #A50000;
}
@media screen and (max-width: 750px) {
  .h2 {
    font-size: 24px;
  }
}
.h2 span.jp {
  font-size: 14px;
  padding-top: 20px;
  display: block;
  color: #282828;
  line-height: 1.4em;
}
.h2:after {
  content: "";
  background-color: #A50000;
  width: 2em;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.h3 {
  overflow-wrap: break-word;
  margin-top: 60px;
  margin-bottom: 40px;
  display: inline-block;
  padding: 0 20px 10px 5px;
  position: relative;
  border-bottom: solid 1px #A50000;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .h3 {
    font-size: 18px;
  }
}
.h3:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(165, 0, 0, 0.15);
  z-index: -1;
  border-radius: 4px;
}

.h4 {
  overflow-wrap: break-word;
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 20px 10px 5px;
  color: #A50000;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .h4 {
    font-size: 16px;
  }
}

.flex2 {
  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;
}
.flex2 .textbox {
  width: 65%;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .flex2 .textbox {
    width: 100%;
  }
}
.flex2 .textbox h3 span {
  font-size: 1em;
  padding-left: 0.8em;
}
.flex2 .imgbox {
  width: 35%;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .flex2 .imgbox {
    width: 100%;
  }
}
.flex2 p {
  padding: 10px 0;
  font-weight: bold;
  color: #A50000;
}
.flex2 dl dt {
  display: block;
  margin-top: 12px;
}
.flex2 dl dd {
  padding-left: 10px;
  display: block;
}

.youkou table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #808080;
}
.youkou table th, .youkou table td {
  border: 1px solid #808080;
  padding: 6px 14px;
}
.youkou table th {
  background-color: #f2f2f2;
}

.btnwrap {
  background: rgba(255, 255, 255, 0.8);
  height: 25%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnwrap h3 {
  text-align: center;
  margin-right: 10px;
}
.btnwrap h3 .en {
  color: #A50000;
  font-size: 22px;
  display: block;
  line-height: 1em;
}

.flex3 {
  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;
}
.flex3 li {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (min-width: 751px) {
  .flex3 li {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 750px) {
  .flex3 li {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.flex3 li .btncontent {
  vertical-align: bottom;
  width: 100%;
  padding-top: 70%;
}
.flex3 li:first-child {
  background-image: url(../img/btn-office.png);
}
.flex3 li:nth-child(2) {
  background-image: url(../img/btn-access.png);
}
.flex3 li:last-child {
  background-image: url(../img/btn-staff.png);
}

.inner-mini p {
  padding-bottom: 12px;
}

.reveal-text,
.reveal-text::after {
  -webkit-animation-delay: var(--animation-delay, 2s);
          animation-delay: var(--animation-delay, 2s);
  -webkit-animation-iteration-count: var(--iterations, 1);
          animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 800ms);
          animation-duration: var(--duration, 800ms);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  color: #A50000;
  cursor: default;
}
.reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A50000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}

@-webkit-keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
#serviceimg {
  margin-top: 50px;
  background-color: #A50000;
  color: #fff;
  border-radius: 40px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #serviceimg {
    padding: 20px 30px 180px;
  }
}
#serviceimg h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 28px;
}
#serviceimg h3 span {
  display: block;
  margin-right: 10px;
}
#serviceimg h3 hr {
  width: 90%;
  border: none;
  height: 22px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
#serviceimg .servicecont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#serviceimg .servicecont ul {
  width: 70%;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  #serviceimg .servicecont ul {
    width: 100%;
  }
}
#serviceimg .servicecont ul li {
  font-weight: bold;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 750px) {
  #serviceimg .servicecont ul li {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
#serviceimg #abso1 {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 20px;
}

footer {
  border-top: 3px solid #A50000;
  padding-top: 60px;
}
footer .copy {
  margin-top: 80px;
  background-color: #A50000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 6px;
}

p.name {
  font-weight: bold;
  font-size: 1.1em;
}

.faqul {
  margin-top: 40px;
  padding: 10px;
}
.faqul ul li {
  margin-bottom: 30px;
}
.faqul ul li h3 {
  border-bottom: 0.5px solid #808080;
  color: #A50000;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.faqul ul li h3:before {
  content: "Q. ";
  font-size: 20px;
  font-family: "industry-inc-base", sans-serif;
  font-weight: bold;
}
.faqul ul li p {
  padding: 10px;
}
.faqul ul li p:before {
  content: "A. ";
  font-size: 16px;
  color: #282828;
  font-family: "industry-inc-base", sans-serif;
  font-weight: bold;
}

/*お問合せ*/
form {
  margin-bottom: 80px;
  margin-top: 60px;
}

form table.formTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  margin-top: 60px;
}
form table.formTable th {
  width: 23%;
  font-weight: bold;
  padding: 10px 0 10px 10px;
  text-align: left;
  vertical-align: top;
  line-height: 2em;
}
form table.formTable th span {
  font-size: 11px;
  padding: 2px 6px;
  display: block;
  color: #A50000;
}
form table.formTable th td {
  padding: 10px;
  font-size: 16px;
  line-height: 2em;
}
form table.formTable input, form table.formTable select, form table.formTable textarea {
  width: 98%;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 2em;
  border: 2px solid #808080;
}
form table.formTable select {
  text-align: center;
}

.post {
  border-radius: 4px;
  line-height: 2em;
}

textarea {
  width: 98%;
  height: 200px;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 2em;
}

p.submit {
  text-align: center;
}
p.submit input {
  border: 0px;
  -webkit-box-shadow: -1px 1px 2px #888;
          box-shadow: -1px 1px 2px #888;
  text-align: center;
  background-color: #808080;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  width: 180px;
}

.companytable {
  width: 100%;
  border-collapse: collapse;
}
.companytable th {
  padding: 10px 20px;
  color: #A50000;
  border-bottom: 2px solid #A50000;
}
.companytable td {
  padding: 10px 20px;
  color: #282828;
  border-bottom: 1px solid #808080;
}

@media screen and (max-width: 750px) {
  .inner-mini .dot {
    position: relative;
  }
  .inner-mini .dot:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 93%;
    height: 90%;
    background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    z-index: -1;
  }
}

.staffdiv dl {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.staffdiv dl dt {
  font-weight: bold;
  font-size: 1.3rem;
}
.staffdiv dl dt:before {
  content: "● ";
}
@media screen and (max-width: 750px) {
  .staffdiv .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.staffdiv .flex2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) {
  .staffdiv .imgbox {
    padding-top: 40px;
  }
}

.flexroom {
  margin-top: 50px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexroom div {
  position: relative;
}
@media screen and (min-width: 751px) {
  .flexroom div {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .flexroom div {
    width: 100%;
    padding: 10px;
  }
}
.flexroom div:before, .flexroom div:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
}
.flexroom div:before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #A50000;
  border-right: 30px solid #A50000;
  border-bottom: 30px solid rgba(0, 0, 0, 0) 0;
  border-left: 30px solid rgba(0, 0, 0, 0) 0;
}

#news-wrap {
  border-left: 10px solid #A50000;
  padding: 0px 20px 20px 20px;
}
#news-wrap li span.date {
  padding-right: 20px;
}
#news-wrap li span.label {
  text-decoration: underline;
}

.flex-news {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .flex-news h2 {
    padding-top: 30px;
  }
}

.pagenation {
  margin-top: 30px;
  border-top: 2px solid #000;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li {
  font-size: 1.4em;
  font-weight: bold;
}
.pagenation ul li a {
  font-weight: bold;
  color: #A50000;
}

.blog_sec_div > ul li {
  padding: 10px;
  border-bottom: 1px dotted #888;
}
.blog_sec_div > ul li span {
  margin-right: 10px;
}

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

.single-inner {
  padding-bottom: 50px;
}
@media screen and (min-width: 751px) {
  .single-inner {
    width: 750px;
    margin: 0 auto;
  }
}
.single-inner img {
  padding: 10px;
}
.single-inner h1, .single-inner h2, .single-inner h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-inner a {
  text-decoration: underline;
}