@charset "UTF-8";
.text_green {
  color: #00A19A; }

.text_green a {
  color: #00A19A; }

.text_blue {
  color: #0072D3; }

.text_blue a {
  color: #0072D3; }

.text_red {
  color: #E60012; }

.text_red a {
  color: #E60012; }

.center {
  text-align: center; }

.contactbg a {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 50px;
  font-style: 20px;
  font-weight: bold;
  transition: 0.3s; }

.contactbg a:hover {
  background: #Fff000;
  text-decoration: none;
  color: #333; }

html, body, div, span, iframe, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, img, dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, menu, nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

ul ul {
  margin: 0; }

table {
  border-spacing: 0;
  table-layout: fixed; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, nav, section {
  display: block; }

a {
  text-decoration: none; }

body {
  font-family: "Yu Gothic", "YuGothic", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  letter-spacing: 1.5px; }

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 2; } }

@media screen and (min-width: 1024px) {
  body {
    font-size: 15px; } }

#body {
  margin-top: 0; }

a {
  text-decoration: none;
  color: #333; }

a:hover {
  color: #E60012; }

a:hover > img {
  opacity: 0.7; }

img {
  width: 100%;
  max-width: none; }

video {
  width: 100%; }

h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  background: none;
  padding-top: 5px;
  padding-bottom: 5px; }

@media screen and (min-width: 768px) {
  h1 {
    padding-top: 50px;
    font-size: 40px; } }

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  background: none;
  padding-top: 5px;
  padding-bottom: 5px; }

@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    padding-top: 0;
    padding-bottom: 0; } }

h3 {
  font-size: 13px;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  h3 {
    font-size: 20px; } }

p {
  margin-top: 15px;
  margin-bottom: 15px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wrap {
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 20px; } }

@media screen and (min-width: 1024px) {
  .wrap {
    width: 1070px; } }

.clear {
  clear: both; }

.breadcrumbs {
  padding: 5px 0;
  white-space: nowrap;
  overflow: scroll;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf; }

@media screen and (min-width: 768px) {
  .breadcrumbs {
    border-bottom: none;
    border-top: none;
    padding: 0;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    width: 75%;
    top: 10px;
    background: #f7f7f7; } }

.breadcrumbs > span:last-child {
  padding-left: 10px; }

@media screen and (min-width: 768px) {
  .breadcrumbs > span:last-child {
    padding-left: 15px; } }

.breadcrumbs span a {
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

@media screen and (min-width: 768px) {
  .breadcrumbs span a {
    padding-left: 15px;
    padding-right: 15px; } }

.breadcrumbs span a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

@media screen and (min-width: 768px) {
  .breadcrumbs span a:after {
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #555;
    border-right: 1px solid #555; } }

.mobile-none {
  display: none; }

@media screen and (min-width: 768px) {
  .mobile-none {
    display: block; } }

.wp-pagenavi {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1; }

.wp-pagenavi span {
  display: block;
  padding: 10px 13px;
  border: 1px solid #aaa;
  margin: 2px; }

.wp-pagenavi span.current {
  border: 1px solid;
  border-color: #555;
  background: #555;
  color: #fff; }

.wp-pagenavi span.extend {
  padding: 10px 5px;
  border: none; }

.wp-pagenavi a {
  display: block;
  padding: 10px 13px;
  border: 1px solid #aaa;
  margin: 2px; }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  z-index: 1;
  overflow: hidden;
  text-indent: 500%;
  white-space: nowrap;
  border: none;
  -webkit-transform: none;
          transform: none;
  border-radius: 0; }

.slick-prev {
  left: 0px;
  background: url(../img/left-arrow-w.svg) center no-repeat rgba(255, 255, 255, 0.6);
  background-size: 50%; }

.slick-prev:hover {
  background: url(../img/left-arrow-w.svg) center no-repeat rgba(255, 255, 255, 0.6);
  background-size: 50%; }

.slick-next {
  right: 10px;
  background: url(../img/right-arrow-w.svg) center no-repeat rgba(255, 255, 255, 0.6);
  background-size: 50%; }

.slick-next:hover {
  background: url(../img/right-arrow-w.svg) center no-repeat rgba(255, 255, 255, 0.6);
  background-size: 50%; }

.page-title-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.page-title-cont .page-title {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: 0 auto;
  z-index: -1; }

.page-title-cont .page-title:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 45%;
  right: -25%;
  height: 1px;
  width: 25%;
  background: #333; }

.page-title-cont .page-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 45%;
  left: -25%;
  height: 1px;
  width: 25%;
  background: #333; }

header {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 0px 3px #000; } }

header .d-flex {
  padding-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (min-width: 768px) {
  header .d-flex {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-top: 0; } }

header .site-title {
  width: 80%;
  margin: 0 auto;
  line-height: 0; }

@media screen and (min-width: 768px) {
  header .site-title {
    width: 20%;
    text-align: right; }
  header .site-title img {
    width: 80%;
    ertical-align: middle; } }

@media screen and (min-width: 768px) {
  header nav {
    width: 80%;
    padding: 0; } }

header nav li {
  width: 49%; }

@media screen and (min-width: 768px) {
  header nav li {
    width: 18%;
    line-height: 1.5; } }

@media screen and (min-width: 1024px) {
  header nav li {
    width: 15%; } }

header nav li.call-btn {
  background: #2b6db4;
  color: #fff;
  width: 65%;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 0; }

@media screen and (min-width: 768px) {
  header nav li.call-btn {
    width: 16%;
    margin-top: 0;
    padding: 17px 10px; } }

header nav li.call-btn a {
  color: #fff; }

header nav li span {
  display: block;
  font-weight: normal;
  font-size: 12px; }

header nav li a {
  display: block;
  padding: 15px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

@media screen and (min-width: 768px) {
  header nav li a {
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0; } }

.phone-banner {
  text-align: center;
  width: 50%; }

@media screen and (min-width: 768px) {
  .phone-banner {
    width: 200px; } }

footer {
  padding: 10px;
  text-align: center;
  background: #e1cfb5;
  color: #fff; }

@media screen and (min-width: 768px) {
  footer {
    padding: 20px; } }

footer .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

footer .phone-banner {
  width: 75%;
  margin: 0 auto 30px; }

@media screen and (min-width: 768px) {
  footer .phone-banner {
    width: 200px;
    margin: 0; } }

.footer-logo {
  width: 50%;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .footer-logo {
    width: 150px;
    margin: 0; } }

.footer-nav {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .footer-nav {
    width: 70%; }
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.footer-nav .nav-c {
  width: 80%;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .footer-nav .nav-c {
    width: 25%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.footer-nav a {
  display: block;
  padding: 20px;
  color: #fff; }

@media screen and (min-width: 768px) {
  .footer-nav a {
    line-height: 1.3;
    padding: 0; } }

.footer-nav a .bf {
  display: block; }

.footer-bottom {
  width: 100%; }

@media screen and (min-width: 768px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-bottom .copy {
    margin-left: 40%; } }

#page-top, .btn02 {
  text-align: center; }

.placement h1, .placement h2 {
  text-align: center; }

.sli .sp-caption, .text-center {
  text-align: center; }

.placement {
  padding: 20px 0; }

.placement h1 {
  color: #ae8c43;
  font-size: 25px;
  margin-bottom: 10%; }

.placement h2 {
  margin-bottom: 20px; }

.placement h3 {
  margin-bottom: 15px; }

.placement.cont01 {
  padding: 0; }

.btn02 {
  display: block;
  font-size: 12px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #333; }

.main_img {
  line-height: 0; }

.slide_container {
  background: #2b6db4;
  color: #fff; }

.slide_container h2 {
  color: #fff; }

.slide_container h3 {
  color: #fff;
  text-align: center; }

.slide_container .btn02 {
  color: #fff;
  border: 2px solid #fff; }

.sli .slick-next {
  position: absolute;
  bottom: 50px;
  margin-bottom: 0;
  width: 30px;
  text-indent: 30px;
  border: none;
  white-space: nowrap;
  overflow: hidden; }

.sli .slick-prev {
  position: absolute;
  bottom: 50px;
  margin-bottom: 0;
  width: 30px;
  text-indent: 30px;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  background: url(../img/prev.svg) center no-repeat;
  background-size: 15px;
  left: 10px; }

.sli .slick-next {
  background: url(../img/next.svg) center no-repeat;
  background-size: 15px;
  right: 10px; }

.sli .sp-caption {
  opacity: 0;
  transition: 0;
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  min-height: 130px; }

.sli .slick-current .sp-caption {
  opacity: 1;
  transition: 3s;
  width: 90%;
  margin: 0 auto; }

.cont04 {
  background: #2b6db4;
  color: #fff; }

.cont04 h2 {
  text-transform: uppercase; }

.cont04 dt {
  margin-bottom: 5px;
  padding: 0 10px; }

.cont04 dd {
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  padding: 0 10px 5px; }

.cont05 {
  padding-bottom: 50px; }

.cont05 .text {
  margin-bottom: 20px; }

.cont05 figure {
  width: 80%;
  margin: 0 auto 30px; }

.cont05 dt {
  display: inline-block;
  margin: 0 0 .2em;
  padding: 3px 5px;
  border: 1px solid #222;
  line-height: 1; }

.cont05 dd {
  margin-left: 15px;
  margin-bottom: 5px; }

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
  margin-bottom: 20px; }

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#page-top {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  margin: 0;
  height: 50px; }

#page-top a#move-page-top {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 0; }

#page-top a#move-page-top::before {
  content: '▲';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  color: #222;
  text-indent: 0;
  text-decoration: none; }

.row:not(:last-child) {
  margin-bottom: 4%; }

.image_cols figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

.image_cols figure img {
  width: 30%; }

.image_cols figure figcaption {
  width: 68%; }

.flexarea .pc_6, .flexarea figure {
  width: 100%; }

.table-default {
  width: 100%; }

@media screen and (min-width: 768px) {
  .table-default {
    width: 80%;
    margin: 0 auto; } }

.table-default td, .table-default th {
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #ccc; }

.table-menu td, .table-menu th {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.table-default th {
  background: #ddd; }

.table-default a {
  color: #ae8c43;
  text-decoration: underline; }

.flexarea {
  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; }

.table-menu {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }

.table-menu caption {
  font-size: 20px;
  margin-bottom: 5px; }

.table-menu th {
  text-align: left;
  width: 80%; }

.formwrap td, .formwrap th {
  width: 100%;
  float: left; }

.table-menu td {
  vertical-align: middle;
  text-align: right; }

.tax {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right; }

.formwrap {
  background: #f7f6f1;
  padding: 20px 10px;
  margin: 20px 0; }

.form_info {
  margin-bottom: 10px; }

.formwrap td, .formwrap th {
  margin-bottom: 10px; }

.formwrap tr {
  overflow: hidden; }

.formwrap th {
  text-align: left; }

.formwrap td input {
  border-radius: 0;
  border: 1px solid #f7f6f1; }

.formwrap td textarea {
  border: 1px solid #f7f6f1; }

.submit {
  position: relative;
  text-align: center; }

.submit .ajax-loader {
  position: absolute; }

.submit input[type=submit] {
  background: #ae8c43;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px; }

.table-default {
  text-align: center; }

@media screen and (min-width: 768px) {
  .table-default {
    text-align: left; } }

.table-default th {
  display: block;
  padding: 10px 0; }

@media screen and (min-width: 768px) {
  .table-default th {
    display: table-cell;
    width: 30%;
    padding: 20px; } }

.table-default td {
  display: block;
  padding: 10px 0; }

@media screen and (min-width: 768px) {
  .table-default td {
    display: table-cell;
    padding: 20px; } }

@media screen and (min-width: 768px) {
  #header-in nav #navi ul, .mobile-none {
    display: block; }
  body {
    font-size: 14px;
    line-height: 2; }
  h2 {
    font-size: 20px; }
  .breadcrumbs {
    border-bottom: none;
    padding: 0;
    margin-bottom: 10px; }
  .breadcrumbs > span:last-child {
    padding-left: 15px; }
  .breadcrumbs span a {
    padding-left: 15px;
    padding-right: 15px; }
  .breadcrumbs span a:after {
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #555;
    border-right: 1px solid #555; }
  #header-in nav {
    position: absolute;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  #header-in nav #navi-in {
    width: auto; }
  #header-in nav #navi ul li a {
    background: 0 0;
    color: #fff;
    border-top: none;
    padding: 0 15px;
    border-right: 1px solid #fff;
    line-height: 1; }
  #site-title {
    width: 270px; }
  footer #menu-footer_nav li {
    display: inline-block;
    border-bottom: none; }
  footer #menu-footer_nav li a, footer #menu-footer_nav li::before {
    display: inline; }
  .placement {
    padding: 4% 0; }
  .placement h1 {
    font-size: 24px;
    margin-bottom: 25px; }
  .placement h2 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  .btn02 {
    width: 135px;
    height: 135px;
    line-height: 135px;
    font-size: 14px; }
  .sli {
    margin-bottom: 30px; }
  .sli .slick-prev {
    left: 33vw; }
  .sli .slick-next {
    right: 33vw; }
  .sli .slili {
    padding: 0 5px; }
  .cont04 dd, .cont04 dt {
    padding: 5px 0;
    margin-bottom: 0; }
  .sli .slick-current .sp-caption {
    width: 100%;
    margin-top: 10px;
    border-right: 1px dashed #fff;
    border-left: 1px dashed #fff; }
  .cont03 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .cont03 .pc_4 {
    width: 35%; }
  .cont03 .pc_8 {
    width: 45%; }
  .cont04 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cont04 .heading {
    width: 23.5%; }
  .cont04 .content {
    width: 74.5%; }
  .cont04 h2 {
    margin-bottom: 0; }
  .cont04 h2:after {
    display: none; }
  .cont04 dl {
    overflow: hidden;
    font-size: 14px; }
  .cont04 dt {
    width: 20%;
    float: left; }
  .cont05 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cont05 .text {
    width: 23.5%; }
  .cont05 .pc_9 {
    width: 70%;
    margin-left: 4%;
    margin-bottom: 50px; }
  .cont05 figure {
    width: 100%;
    margin: 0 0 20px; }
  .cont05 dd {
    line-height: 1.5; }
  .image_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .image_cols figure {
    width: 32%;
    display: block; }
  .image_cols figure figcaption, .image_cols figure img {
    width: 100%; }
  .flexarea .pc_6 {
    width: 49%; }
  .table-menu {
    margin-bottom: 4%; }
  .form_wrap {
    width: 780px;
    margin: 0 auto; }
  .formwrap {
    padding: 60px; }
  .formwrap td {
    float: none;
    padding: 10px 0; }
  .formwrap th {
    float: none;
    padding: 10px 0;
    width: 30%; }
  .formwrap td {
    width: 70%; } }

@media screen and (min-width: 1024px) {
  body {
    font-size: 14px; }
  #main, .wrap {
    padding: 0; } }

.item-lists {
  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;
  margin-bottom: 30px; }

.item-lists li {
  width: 48%;
  background: #b7daff;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  padding: 10px; }

.item-lists li p {
  font-weight: bold;
  font-size: 18px; }

@media screen and (min-width: 768px) {
  .item-lists li {
    width: 240px; } }

.bikou p {
  font-size: 16px; }

@media screen and (min-width: 768px) {
  .flowcont {
    width: 700px;
    margin: 0 auto; } }

.step {
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 30px;
  position: relative; }

.step .flowtext h3 {
  text-align: center;
  font-size: 18px; }

.step .flowimg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px; }

@media screen and (min-width: 768px) {
  .step .flowimg {
    width: 60px; } }

.mibun {
  margin-bottom: 30px; }

.mibun h4 {
  font-weight: bold;
  text-align: center; }

@media screen and (min-width: 768px) {
  .mibun h4 {
    font-size: 26px; } }

.mibun .mibun-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #eaf7f5;
  padding: 10px;
  margin-bottom: 20px; }

.mibun .mibun-list li {
  margin-right: 3%;
  margin-bottom: 5px; }

.mibun-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.com-img {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .com-img {
    width: 500px;
    margin: 0 auto  50px; } }

@media screen and (min-width: 768px) {
  .company-text {
    width: 700px;
    margin: 0 auto 30px; } }

.about-table {
  box-shadow: 1px 1px 5px #aaa;
  margin-bottom: 50px; }

@media screen and (min-width: 768px) {
  .about-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 800px;
    margin: 0 auto 50px;
    text-align: left; } }

.about-table dt {
  background: #95AEE0;
  color: #fff;
  padding: 13px 0;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .about-table dt {
    width: 30%;
    padding-left: 30px; } }

.about-table dd {
  padding: 13px 0; }

@media screen and (min-width: 768px) {
  .about-table dd {
    width: 70%;
    padding-left: 30px; } }
