@charset "UTF-8";
/*
Theme Name: WP-TMPL for WP
Description: WordPressテンプレート「WP-TMPL for WP」
Version: 1.3.1
Author: アイコムティ株式会社
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
:after,
:before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
button,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #333333;
  font-size: 1.6rem;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

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

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
a img:hover {
  opacity: 0.75;
}

a:hover {
  text-decoration: none;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.wide {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

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

.mgb0 {
  margin-bottom: 0 !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 8em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingFade {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  -webkit-transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #a81f24;
}
.easingWrap .easingImg.on::after {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

@-webkit-keyframes scrollOpen_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(-15deg) translateX(-160%);
            transform: rotate(-15deg) translateX(-160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes scrollOpen_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(-15deg) translateX(-160%);
            transform: rotate(-15deg) translateX(-160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes scrollOpen_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(160%);
            transform: rotate(15deg) translateX(160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(160%);
            transform: rotate(15deg) translateX(160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(255, 250, 153)));
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

.single-header {
  padding: 15px 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  border-left: 3px solid #033e88;
}
.single-header .cat {
  margin-bottom: 0.5em;
}
.single-header .cat a {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #033e88;
  color: #fff;
  font-size: 1.2rem;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 500;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
  font-size: 1.4rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #bd9114;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #033e88;
  font-weight: bold;
}

.widget {
  margin-bottom: 2em;
  background: #fff;
}
.widget .widget-header {
  padding: 0.5em 1em;
  border: #d0d0d0 1px solid;
  background: #f7f7f7;
}
.widget .widget-header .widget-ttl {
  font-weight: 400;
}
.widget .widget-body {
  padding: 1em;
  border: #d0d0d0 1px solid;
  border-top: none;
}
.widget .news_widget_list {
  list-style: none;
}
.widget .news_widget_list li:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #d0d0d0 1px dashed;
}
.widget .news_widget_list li .thumb {
  margin-bottom: 0.5em;
}
.widget .news_widget_list li .news_date {
  font-size: 1.2rem;
  color: #666;
}
.widget .news_widget_list li .news_title {
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
}
.widget .news_widget_list li .news_title:hover {
  text-decoration: underline;
}
.widget .pages_widget_list {
  list-style: none;
}
.widget .pages_widget_list li:not(:last-child) a {
  border-bottom: #d0d0d0 1px dashed;
}
.widget .pages_widget_list li a {
  display: block;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
.widget .pages_widget_list li a::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #333333;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.widget .pages_widget_list li a:hover {
  padding-left: 1.5em;
}
.widget .pages_widget_list li a.current-page {
  padding-left: 1.5em;
  background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 5px, #fff 5px, #fff 10px);
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.contents-flex .content-left {
  width: 70%;
}
.contents-flex .content-right {
  width: 25%;
}

#main.singles {
  padding-top: 4em;
  margin-bottom: 6em;
}

.md-news dl {
  margin-bottom: 2em;
}
.md-news dl dt time {
  display: inline-block;
  font-size: 1.4rem;
  color: #666666;
  margin-right: 1em;
}
.md-news dl dt span {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  background: #033e88;
  font-size: 1.2rem;
  color: #fff;
}
.md-news dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #cccccc 1px solid;
}
.md-news dl dd a:hover {
  text-decoration: underline;
}
.md-news .text-right a {
  display: inline-block;
  font-size: 1.2rem;
}
.md-news .text-right a img {
  display: inline-block;
  margin-right: 8px;
  width: 8px;
}
.md-news .text-right a:hover {
  text-decoration: underline;
}
.md-news .more {
  text-align: center;
  padding-top: 2em;
}
.md-news.with-thumb .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #cccccc 1px solid;
}
.md-news.with-thumb .flex:last-of-type {
  margin-bottom: 0;
}
.md-news.with-thumb .flex .thumb {
  width: 150px;
}
.md-news.with-thumb .flex dl {
  width: calc(100% - 150px - 30px);
  margin-bottom: 0;
}
.md-news.with-thumb .flex dl dd {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.md-news.with-thumb .flex dl dd a {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.md-news.with-thumb .flex dl dd .excerpt {
  font-size: 1.2rem;
  color: #666;
}
.md-news.with-thumb .flex dl dd .more {
  text-align: left;
  padding-top: 1em;
}
.md-news.with-thumb .flex dl dd .more a {
  text-align: left;
  display: inline-block;
  font-size: 1.4rem;
  color: #033e88;
}

.md-faq dl dt {
  padding-left: 50px;
  position: relative;
  margin-bottom: 1.5em;
}
.md-faq dl dt::before {
  width: 38px;
  height: 38px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #033e88 3px solid;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -7px;
  color: #033e88;
  font-size: 2rem;
  content: "Q";
  text-align: center;
  font-weight: 700;
}
.md-faq dl dd {
  padding: 1em 2.5em 1em 6em;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 3em;
  position: relative;
}
.md-faq dl dd::before {
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #033e88;
  border-radius: 50%;
  position: absolute;
  left: 1.5em;
  top: 10px;
  color: #fff;
  font-size: 2rem;
  content: "A";
  text-align: center;
  font-weight: 700;
}

.layout-sp-1 .flex .txt ul li::before {
  font-weight: 900;
}

.md-blog-archive-list .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-blog-archive-list .flex .item {
  width: 47.5%;
  margin-bottom: 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #d0d0d0 1px solid;
}
.md-blog-archive-list .flex .item a {
  display: block;
}
.md-blog-archive-list .flex .item .blog-txt {
  padding: 1em;
}
.md-blog-archive-list .flex .item .blog-txt h3 {
  margin-bottom: 1em;
}

#page-children {
  margin-top: 4em;
}

.md-page-children {
  padding: 2.5em 2.5em 0 2.5em;
  background: #f7f7f7;
}
.md-page-children .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-page-children .flex .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2.5em;
}
.md-page-children .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-page-children .flex .item a {
  display: block;
  background: #fff;
  padding: 1.5em;
  line-height: 1.6;
}

#theme-carousel {
  margin-bottom: 6em;
}
#theme-carousel .theme-carousel-item {
  padding: 0 0.5em 1.5em 0.5em;
}
#theme-carousel .theme-carousel-item .theme-carousel-item-cap {
  text-align: center;
  margin-top: 0.5em;
}
#theme-carousel.aspect .theme-carousel-item img {
  aspect-ratio: 740/400;
  -o-object-fit: cover;
     object-fit: cover;
}

#member-login-main .form-parts {
  margin-bottom: 1.5em;
}
#member-login-main .form-parts label {
  display: block;
  margin-bottom: 0.5em;
}
#member-login-main .form-parts input {
  display: inline-block;
  padding: 5px 10px;
  border: #d0d0d0 1px solid;
  background: #fff;
}
#member-login-main input[type=submit] {
  display: inline-block;
  padding: 15px 3em;
  font-size: 1.4rem;
  background: #666;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1170px) {
  .inner {
    max-width: 90%;
  }
  #index-service {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 812px) {
  .scpd {
    padding: 3em 0 !important;
  }
  .contents-flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .contents-flex .content-left {
    width: 100%;
    float: none;
    margin-bottom: 2.5em;
  }
  .contents-flex .content-right {
    width: 100%;
    float: none;
  }
  .single-header {
    padding: 7px 15px;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2,
  .sentry h3,
  .sentry h4,
  .sentry h5,
  .sentry h6 {
    font-size: 1.6rem !important;
  }
  #main.singles {
    padding-top: 2.5em;
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  .md-blog-archive-list .flex .item {
    width: 100%;
    margin-bottom: 1em;
  }
  .md-page-children {
    padding: 1em;
  }
  .md-page-children .flex .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1em;
  }
  .md-page-children .flex .item:last-child {
    margin-bottom: 0;
  }
  .md-page-children .flex .item a {
    font-size: 1.4rem;
  }
  .md-news.with-thumb .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-news.with-thumb .flex .thumb {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
  .md-news.with-thumb .flex dl {
    width: 100%;
  }
  #index-service {
    margin-bottom: 3em !important;
  }
}/*# sourceMappingURL=style.css.map */