@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 9, ../sass/common.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

/* line 14, ../sass/common.scss */
html {
  font-size: 62.5%;
  color: #333;
}

/* line 19, ../sass/common.scss */
a, .pagebute .current_page, a:hover, .pagebute .current_page:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #019bbc;
  text-decoration: none;
}

/* line 25, ../sass/common.scss */
a:hover, .pagebute .current_page:hover {
  text-decoration: underline;
}
/* line 28, ../sass/common.scss */
a:hover img, .pagebute .current_page:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 33, ../sass/common.scss */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 40, ../sass/common.scss */
hr {
  border-top: 1px solid #804f21;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 60px 0;
}

/* line 46, ../sass/common.scss */
body {
  font-size: 1.4rem;
}

/* line 50, ../sass/common.scss */
.spOnly {
  display: none !important;
}
@media screen and (max-width: 767px) {
  /* line 50, ../sass/common.scss */
  .spOnly {
    display: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 56, ../sass/common.scss */
  .pcOnly {
    display: none !important;
  }
}

/* line 62, ../sass/common.scss */
strong {
  font-weight: bold !important;
}

/* line 63, ../sass/common.scss */
.tateC {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 67, ../sass/common.scss */
.dispB {
  display: block !important;
}

/* line 70, ../sass/common.scss */
.mincho {
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

/* line 75, ../sass/common.scss */
[class^="icon-"], [class*=" icon-"] {
  margin: 0 5px;
}

/* line 79, ../sass/common.scss */
.tw66 {
  width: 66% !important;
}

/* line 82, ../sass/common.scss */
.tw32 {
  width: 32% !important;
}

/* line 89, ../sass/common.scss */
.bgBlue {
  background: #e9f6fc;
}

/* line 92, ../sass/common.scss */
.bgGray {
  background: #f3f2eb;
}

/* line 100, ../sass/common.scss */
.outer {
  width: 100%;
}
/* line 102, ../sass/common.scss */
.outer.gray {
  background: #f4f4f4;
}

/* line 106, ../sass/common.scss */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* line 114, ../sass/common.scss */
#header {
  width: 1000px;
  height: 125px;
  margin: 0 auto;
  position: relative;
}
/* line 119, ../sass/common.scss */
#header .logo {
  width: 380px;
  height: 50px;
  position: absolute;
  top: 32px;
  left: 0;
}
/* line 126, ../sass/common.scss */
#header .telNo {
  width: 330px;
  height: 90px;
  position: absolute;
  top: 18px;
  right: 0;
}
/* line 133, ../sass/common.scss */
#header .inqBtn {
  position: absolute;
  top: 18px;
  right: 340px;
}
/* line 137, ../sass/common.scss */
#header .inqBtn .btn {
  margin: 0;
  padding: 12px 1em 8px;
  width: 130px;
}
/* line 143, ../sass/common.scss */
#header .mapBtn {
  position: absolute;
  bottom: 24px;
  right: 340px;
}
/* line 147, ../sass/common.scss */
#header .mapBtn .btn {
  margin: 0;
  padding: 12px 1em 8px;
  width: 130px;
}

/* line 160, ../sass/common.scss */
.inp {
  width: 300px;
}

/* line 164, ../sass/common.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1em;
}

/* line 168, ../sass/common.scss */
.flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1em;
}
/* line 171, ../sass/common.scss */
.flex2 .box {
  width: 48.5%;
  margin-right: 3%;
}
/* line 174, ../sass/common.scss */
.flex2 .box:nth-of-type(2n+2) {
  margin-right: 0;
}

/* line 179, ../sass/common.scss */
.flex3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1em;
}
/* line 182, ../sass/common.scss */
.flex3 .box {
  width: 32%;
  margin-right: 2%;
}
/* line 185, ../sass/common.scss */
.flex3 .box:nth-of-type(3n+3) {
  margin-right: 0;
}

/* line 191, ../sass/common.scss */
.box .mds {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
/* line 197, ../sass/common.scss */
.box.blueBox {
  background: #e9f6fc;
}
/* line 199, ../sass/common.scss */
.box.blueBox .mds {
  background: #59a6c9;
}
/* line 202, ../sass/common.scss */
.box.blueBox p {
  margin: 1em 2em;
}
/* line 206, ../sass/common.scss */
.box.redBox {
  background: #f8dce4;
}
/* line 208, ../sass/common.scss */
.box.redBox .mds {
  background: #d64c76;
}
/* line 211, ../sass/common.scss */
.box.redBox p {
  margin: 1em 2em;
}

/* line 222, ../sass/common.scss */
.gNavi {
  width: 100%;
  border-top: 5px solid #c8c8c8;
  background: #004096;
  color: #fff;
  margin-bottom: 30px;
}
/* line 228, ../sass/common.scss */
.gNavi nav {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
/* line 233, ../sass/common.scss */
.gNavi nav:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 60%;
  position: absolute;
  left: -1px;
  top: 20%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNTRhMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjN2M5Y2M3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWI1NGExIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b54a1), color-stop(50%, #7c9cc7), color-stop(100%, #1b54a1));
  background-image: -moz-linear-gradient(#1b54a1, #7c9cc7, #1b54a1);
  background-image: -webkit-linear-gradient(#1b54a1, #7c9cc7, #1b54a1);
  background-image: linear-gradient(#1b54a1, #7c9cc7, #1b54a1);
}
/* line 243, ../sass/common.scss */
.gNavi nav:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 60%;
  position: absolute;
  right: -1px;
  top: 20%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzA4NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAyMTU2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAzMDg2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003086), color-stop(50%, #002156), color-stop(100%, #003086));
  background-image: -moz-linear-gradient(#003086, #002156, #003086);
  background-image: -webkit-linear-gradient(#003086, #002156, #003086);
  background-image: linear-gradient(#003086, #002156, #003086);
}
/* line 253, ../sass/common.scss */
.gNavi nav a, .gNavi nav .pagebute .current_page, .pagebute .gNavi nav .current_page {
  width: 16.6666%;
  height: 80px;
  text-align: center;
  color: #fff;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 260, ../sass/common.scss */
.gNavi nav a.now, .gNavi nav .pagebute .now.current_page, .pagebute .gNavi nav .now.current_page {
  text-decoration: none;
  background: #00174c;
}
/* line 264, ../sass/common.scss */
.gNavi nav a:hover, .gNavi nav .pagebute .current_page:hover, .pagebute .gNavi nav .current_page:hover {
  text-decoration: none;
  background: #00174c;
}
/* line 268, ../sass/common.scss */
.gNavi nav a:before, .gNavi nav .pagebute .current_page:before, .pagebute .gNavi nav .current_page:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 20%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzA4NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAyMTU2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAzMDg2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003086), color-stop(50%, #002156), color-stop(100%, #003086));
  background-image: -moz-linear-gradient(#003086, #002156, #003086);
  background-image: -webkit-linear-gradient(#003086, #002156, #003086);
  background-image: linear-gradient(#003086, #002156, #003086);
}
/* line 278, ../sass/common.scss */
.gNavi nav a:after, .gNavi nav .pagebute .current_page:after, .pagebute .gNavi nav .current_page:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 20%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNTRhMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjN2M5Y2M3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWI1NGExIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b54a1), color-stop(50%, #7c9cc7), color-stop(100%, #1b54a1));
  background-image: -moz-linear-gradient(#1b54a1, #7c9cc7, #1b54a1);
  background-image: -webkit-linear-gradient(#1b54a1, #7c9cc7, #1b54a1);
  background-image: linear-gradient(#1b54a1, #7c9cc7, #1b54a1);
}

/* line 296, ../sass/common.scss */
.pagebute {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
  padding-top: 1em;
}
@media screen and (max-width: 999px) {
  /* line 296, ../sass/common.scss */
  .pagebute {
    margin-top: 5vw;
  }
}
/* line 304, ../sass/common.scss */
.pagebute a, .pagebute .current_page {
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMDg2ZGUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE2NzdkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #3086de), color-stop(50%, #1677da));
  background-image: -moz-linear-gradient(#3086de 50%, #1677da 50%);
  background-image: -webkit-linear-gradient(#3086de 50%, #1677da 50%);
  background-image: linear-gradient(#3086de 50%, #1677da 50%);
  transition: .2s all;
  -moz-box-shadow: 0 6px #4063A4;
  -webkit-box-shadow: 0 6px #4063A4;
  box-shadow: 0 6px #4063A4;
  position: relative;
  color: #fff;
  padding: 0.3em 0;
  margin: 0.3em;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 315, ../sass/common.scss */
.pagebute a.link_first, .pagebute .link_first.current_page {
  padding: 0.3em 0.5em;
}
/* line 316, ../sass/common.scss */
.pagebute a.link_last, .pagebute .link_last.current_page {
  padding: 0.3em 0.5em;
}
/* line 318, ../sass/common.scss */
.pagebute a:hover, .pagebute .current_page:hover {
  -moz-box-shadow: 0 6px #4063A4;
  -webkit-box-shadow: 0 6px #4063A4;
  box-shadow: 0 6px #4063A4;
  transition: .2s all;
  top: 0;
  color: #fff;
  text-decoration: none;
}
/* line 327, ../sass/common.scss */
.pagebute a:active, .pagebute .current_page:active {
  -moz-box-shadow: 0 1px #4063A4;
  -webkit-box-shadow: 0 1px #4063A4;
  box-shadow: 0 1px #4063A4;
  transition: .2s all;
  top: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 334, ../sass/common.scss */
.pagebute a.link_page, .pagebute .link_page.current_page {
  width: 3em;
}
/* line 338, ../sass/common.scss */
.pagebute .current_page {
  background: #cbcbcb;
  border-color: #cbcbcb;
  color: #333;
  width: 3em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
/* line 346, ../sass/common.scss */
.pagebute .current_page:hover {
  background: #cbcbcb;
  border-color: #cbcbcb;
  color: #333;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
/* line 353, ../sass/common.scss */
.pagebute .current_page:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}

/* line 371, ../sass/common.scss */
#footer {
  background: #333;
  color: #fff;
}
/* line 374, ../sass/common.scss */
#footer #footNavi {
  background: #1f1f1f;
  text-align: center;
}
/* line 377, ../sass/common.scss */
#footer #footNavi a, #footer #footNavi .pagebute .current_page, .pagebute #footer #footNavi .current_page {
  color: #fff;
  display: inline-block;
  padding: 0 1.5em;
  margin: 1.5em 0;
  border-right: 1px solid #fff;
}
/* line 383, ../sass/common.scss */
#footer #footNavi a:last-of-type, #footer #footNavi .pagebute .current_page:last-of-type, .pagebute #footer #footNavi .current_page:last-of-type {
  border-right: none;
}
/* line 388, ../sass/common.scss */
#footer p {
  color: #fff;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 2em 0;
}

/* line 400, ../sass/common.scss */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b2b2b2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(50%, #f2f2f2));
  background-image: -moz-linear-gradient(#ffffff 50%, #f2f2f2 50%);
  background-image: -webkit-linear-gradient(#ffffff 50%, #f2f2f2 50%);
  background-image: linear-gradient(#ffffff 50%, #f2f2f2 50%);
}
/* line 416, ../sass/common.scss */
#page-top a, #page-top .pagebute .current_page, .pagebute #page-top .current_page {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* line 427, ../sass/common.scss */
.btn {
  margin: 0 20px 40px;
  padding: 1.1em 2em 0.9em;
  border: none;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMDg2ZGUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE2NzdkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #3086de), color-stop(50%, #1677da));
  background-image: -moz-linear-gradient(#3086de 50%, #1677da 50%);
  background-image: -webkit-linear-gradient(#3086de 50%, #1677da 50%);
  background-image: linear-gradient(#3086de 50%, #1677da 50%);
  box-shadow: 0 6px #0f5398;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 6px #4063A4;
  -webkit-box-shadow: 0 6px #4063A4;
  box-shadow: 0 6px #4063A4;
  top: 0;
  transition: .2s all;
}
/* line 445, ../sass/common.scss */
.btn.orange {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMDhlMjYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlODAwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f08e26), color-stop(50%, #ee800b));
  background-image: -moz-linear-gradient(#f08e26 50%, #ee800b 50%);
  background-image: -webkit-linear-gradient(#f08e26 50%, #ee800b 50%);
  background-image: linear-gradient(#f08e26 50%, #ee800b 50%);
  -moz-box-shadow: 0 6px #a65908;
  -webkit-box-shadow: 0 6px #a65908;
  box-shadow: 0 6px #a65908;
}
/* line 448, ../sass/common.scss */
.btn.orange:hover {
  -moz-box-shadow: 0 6px #a65908;
  -webkit-box-shadow: 0 6px #a65908;
  box-shadow: 0 6px #a65908;
}
/* line 451, ../sass/common.scss */
.btn.orange:active {
  -moz-box-shadow: 0 1px #a65908;
  -webkit-box-shadow: 0 1px #a65908;
  box-shadow: 0 1px #a65908;
}
/* line 456, ../sass/common.scss */
.btn:hover {
  border-radius: 2px;
  -moz-box-shadow: 0 6px #4063A4;
  -webkit-box-shadow: 0 6px #4063A4;
  box-shadow: 0 6px #4063A4;
  top: 0;
  transition: .2s all;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 466, ../sass/common.scss */
.btn:active {
  -moz-box-shadow: 0 1px #4063A4;
  -webkit-box-shadow: 0 1px #4063A4;
  box-shadow: 0 1px #4063A4;
  top: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 474, ../sass/common.scss */
.sec04 .wrapper {
  border: 8px solid #004096;
}
/* line 476, ../sass/common.scss */
.sec04 .wrapper.orange {
  border: 8px solid #f08e26;
}
/* line 478, ../sass/common.scss */
.sec04 .wrapper.orange h2 {
  color: #f08e26;
}
/* line 482, ../sass/common.scss */
.sec04 .wrapper h2 {
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-size: 3.0rem;
  color: #004096;
  text-align: center;
}
/* line 490, ../sass/common.scss */
.sec04 .wrapper h3 {
  text-align: center;
  margin-bottom: 2em;
}
/* line 494, ../sass/common.scss */
.sec04 .wrapper .otoiawase {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}
/* line 500, ../sass/common.scss */
.sec04 .wrapper .otoiawase .formBtn .btn {
  margin-bottom: 0;
  padding: 2em;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 505, ../sass/common.scss */
.sec04 .wrapper .otoiawase .formBtn .btn img {
  vertical-align: middle;
  margin-right: 0.5em;
}

/* line 514, ../sass/common.scss */
.telfax {
  text-align: center;
  color: #00164b;
}
/* line 518, ../sass/common.scss */
.telfax .tel, .telfax .fax {
  font-size: 5.0rem;
  font-weight: bold;
}
/* line 521, ../sass/common.scss */
.telfax .tel.fS, .telfax .fS.fax {
  font-size: 4rem !important;
}
/* line 522, ../sass/common.scss */
.telfax .tel.fSS, .telfax .fSS.fax {
  font-size: 3rem !important;
}
/* line 523, ../sass/common.scss */
.telfax .tel span, .telfax .fax span {
  font-size: 2.0rem;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
/* line 530, ../sass/common.scss */
.telfax .fax {
  font-size: 3.6rem;
  border-top: 1px solid #00164b;
  position: relative;
  top: -0.3em;
}
/* line 536, ../sass/common.scss */
.telfax .fax span {
  font-size: 1.6rem;
}

/* line 544, ../sass/common.scss */
dl.topicsList {
  font-size: 1.6rem;
}
/* line 546, ../sass/common.scss */
dl.topicsList dt {
  margin-bottom: 0.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 549, ../sass/common.scss */
dl.topicsList dt .date {
  width: 7em;
}
/* line 552, ../sass/common.scss */
dl.topicsList dt .cat {
  background: #a09f98;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 0.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 558, ../sass/common.scss */
dl.topicsList dt .cat.semi {
  background: #e05c5c;
}
/* line 559, ../sass/common.scss */
dl.topicsList dt .cat.jian {
  background: #66aa39;
}
/* line 560, ../sass/common.scss */
dl.topicsList dt .cat.info {
  background: #396caa;
}
/* line 563, ../sass/common.scss */
dl.topicsList dd {
  border-bottom: 1px dotted #a09f98;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

/* line 577, ../sass/common.scss */
.gmap,
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 583, ../sass/common.scss */
.gmap {
  padding-top: 40.816%;
}

/* line 584, ../sass/common.scss */
.youtube .yt_thumb,
.gmap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 593, ../sass/common.scss */
.youtube .yt_thumb {
  background-size: cover;
}
/* line 598, ../sass/common.scss */
.youtube .yt_thumb:after {
  content: "";
  width: 84px;
  height: 84px;
  background: url(https://www.miyazaki-cci.or.jp/hikitsugi/img/icon/playBtn.png) 50% 50% no-repeat rgba(0, 0, 0, 0.7);
  position: absolute;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
}
/* line 610, ../sass/common.scss */
.youtube .yt_thumb:hover {
  cursor: pointer;
}

/* line 621, ../sass/common.scss */
.mfp select::-ms-expand {
  display: none;
}
/* line 624, ../sass/common.scss */
.mfp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 38.5%;
  border: 0;
  padding: 5px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 1px #ccc;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 5px #CCC inset;
  -webkit-box-shadow: 0px 0px 5px #CCC inset;
  box-shadow: 0px 0px 5px #CCC inset;
  position: relative;
}

/* line 689, ../sass/common.scss */
dl.mailform {
  margin-bottom: 2em;
}

/* line 693, ../sass/common.scss */
#mfp_overlay_inner h4 {
  font-size: 1.8rem;
  color: #f00;
  padding-bottom: 0.5em;
}


@media screen and (max-width: 600px){
  img {
    width: 100%;
    max-width: 100%;
  }

  /* ヘッダー */
  #header {
    width: 100%;
    height: auto;
    padding: 0 0 24%;
  }
  #header .logo {
    position: static;
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  #header .logo img {
    width: 80%;
  }
  #header .telNo {
    width: 69%;
    top: 37%;
    right: auto;
    left: 10px;
  }
  #header .inqBtn,
  #header .mapBtn {
    width: 24%;
    right: 10px;
  }
  #header .inqBtn {
    top: 37%;
  }
  #header .mapBtn {
    top: 64%;
  }
  #header .inqBtn .btn,
  #header .mapBtn .btn {
    width: 100%;
    height: auto;
    font-size: 1rem;
    padding: 9% 1em;
  }

  .telfax {
    width: 100%;
  }
  .telfax .tel span, .telfax .fax span {
    display: block;
    margin: 0;
  }
  .telfax .tel {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .telfax .fax {
    padding-top: 10px;
    font-size: 2.5rem;
  }
  .sec04 .wrapper h2 {
    font-size: 1.8rem!important;
  }
  .sec04 .wrapper .otoiawase .formBtn .btn {
    padding: 1em 2em;
  }
  .sec04 .wrapper .otoiawase .formBtn .btn img {
    width: 24px;
  }

  #footer #footNavi a, #footer #footNavi .pagebute .current_page, .pagebute #footer #footNavi .current_page {
    margin: 1em 0;
  }
  #footer #footNavi nav::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #footer #footNavi nav a {
    width: 50%;
    display: block;
    float: left;
  }
  #footer #footNavi nav a:nth-child(even) {
    border: none;
  }

  /* ナビゲーション */
  .gNavi nav {
    width: 100%;
  }
  .gNavi nav a,
  .gNavi nav .pagebute .current_page,
  .pagebute .gNavi nav .current_page {
    width: 33.33%;
    height: 50px;
    font-size: 1.3rem;
  }
  .gNavi nav:after {
    display: none;
  }

  .wrapper {
    width: 100%;
    padding: 0 10px!important;
  }
  .wrapper p {
    text-align: left;
  }

  /* ページトップへ */
  #page-top {
    width: 40px;
    height: 40px;
  }
  #page-top img {
    width: 18px;
  }
}
