@charset "UTF-8";
/* Welcome to Compass. Use this file to define print styles.
 * * Import this file using the following HTML or equivalent:
 * * <link href="/stylesheets/common.css" media="print" rel="stylesheet" type="text/css" />*/
@import "screen.css";
@import "format.css";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:500&display=swap);
.clearfix, #footer #footerMenu, #footer, #contentsArea .hentry, #info .infoDetail, #home ul.pickUp, .unitBox .inner, #contentsArea, #headerWrapper #header, .inner {
  *zoom: 1;
}
.clearfix:after, #footer #footerMenu:after, #footer:after, #contentsArea .hentry:after, #info .infoDetail:after, #home ul.pickUp:after, .unitBox .inner:after, #contentsArea:after, #headerWrapper #header:after, .inner:after {
  content: "";
  display: table;
  clear: both;
}

strong {
  font-weight: bold;
}

body {
  width: 100%;
  height: 100%;
  color: #222;
  background-color: #601986;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  overflow-x: hidden;
  right: 0;
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover, a:active {
  text-decoration: none;
  color: #d00;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#loading {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/loading.svg);
  background-size: 30px 30px;
  position: fixed;
  background-color: #601986;
  top: 0;
  left: 0;
  z-index: 99999999;
}

/* branding------------------------------------------------------- */
#branding {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-color: #ddd;
  box-sizing: border-box;
  background-image: url(../img/branding.jpg);
}
#branding #slideShow {
  width: 100%;
  height: 700px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-color: #eee;
  box-sizing: border-box;
}

/* header------------------------------------------------------- */
#wrapper {
  width: 100%;
  background: #fff;
}

#headerWrapper {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
#headerWrapper #header {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#headerWrapper #header #siteLogo {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 9px;
  font-size: 36px;
}
#headerWrapper #header #siteLogo a {
  display: block;
  width: 180px;
  text-decoration: none;
  line-height: 40px;
}
#headerWrapper #header #siteLogo a span {
  width: 100%;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
}
#headerWrapper #header #siteLogo a img {
  width: 100%;
  height: auto;
}
#headerWrapper #globalNavigation ul.mainMenu {
  width: 100%;
  padding: 30px 0 0;
  text-align: center;
}
#headerWrapper #globalNavigation ul.mainMenu li {
  padding: 0 13px 0;
  display: inline-block;
}
#headerWrapper #globalNavigation ul.mainMenu li a {
  padding: 15px 0 10px;
  display: block;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  animation: gnavi0 0.2s ease-out;
  text-align: center;
}
#headerWrapper #globalNavigation ul.mainMenu li a span {
  display: block;
  font-size: 10px;
  line-height: 16px;
  padding-top: 3px;
  color: #601986;
}
#headerWrapper #globalNavigation ul.mainMenu li a:hover {
  text-decoration: none;
  border-bottom: solid 2px #601986;
  animation: gnavi1 0.2s ease-out;
}
#headerWrapper #headerContact {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
}
#headerWrapper #headerContact .mess {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  padding-bottom: 2px;
}
#headerWrapper #headerContact .telNum {
  color: #601986;
  font-size: 35px;
  line-height: 38px;
  font-family: "Barlow Condensed", Arial, Verdana;
}
#headerWrapper #headerContact .telNum span {
  border-radius: 2em;
  margin-right: 3px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../img/icon_tel.svg) no-repeat center center;
  background-color: #601986;
  background-size: 17px;
}
#headerWrapper #headerContact .btnContact {
  padding-top: 5px;
}
#headerWrapper #headerContact .btnContact a {
  padding: 3px 20px 5px;
  font-size: 13px;
  line-height: 18px;
}

body.second #headerWrapper {
  width: 100%;
  position: relative;
}

@keyframes gnavi1 {
  0% {
    border-bottom: solid 2px #fff;
  }
  100% {
    border-bottom: solid 2px #601986;
  }
}
@keyframes gnavi0 {
  0% {
    border-bottom: solid 2px #601986;
  }
  100% {
    border-bottom: solid 2px #fff;
  }
}
#smToggle {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  padding: 0;
  width: 70px;
  height: 63px;
  z-index: 99999999;
  background: #000;
}

#smToggle.selected {
  background-color: #601986;
}

.nav-trigger {
  color: transparent !important;
}

.nav-trigger span {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 30px;
  right: 20px;
  top: 0;
  background: #fff;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.nav-trigger span.barT {
  top: 22px;
}

.nav-trigger span.barM {
  top: 30px;
}

.nav-trigger span.barB {
  top: 38px;
}

.nav-trigger span {
  /* other 2 lines */
  content: "";
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

/* open */
.selected span.barM {
  background: #601986;
  -webkit-transform: translateX(4px) translateY(-11px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-11px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-11px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-11px) rotate(45deg);
  transform: translateX(4px) translateY(-11px) rotate(45deg);
}

.selected span.barT {
  background: #fff;
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.selected span.barB {
  background: #fff;
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

ul.socialLink {
  padding: 0;
  margin: 0 0 0 !important;
  display: none;
}
ul.socialLink li {
  display: inline-block;
  list-style-type: none;
}
ul.socialLink li a {
  background-color: #000;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 1em;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.socialLink li.facebook a {
  background-image: url(../img/facebook.svg);
  background-size: 25px 25px;
  background-position: 4px 5px;
}
ul.socialLink li.twitter a {
  background-image: url(../img/twitter.svg);
  background-size: 22px 22px;
}
ul.socialLink li.instagram a {
  background-image: url(../img/instagram.svg);
  background-size: 22px 22px;
}

#breadCrumb {
  font-size: 90%;
  padding: 12px 0;
  color: #444;
  z-index: -1;
  clear: both;
}
#breadCrumb ul {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#breadCrumb ul li {
  line-height: 1.5em;
  float: left;
  font-size: 90%;
}
#breadCrumb ul li a {
  margin-right: 10px;
  padding-right: 15px;
  color: #777;
  background: url(../img/arrow_s.png) no-repeat right center;
}

/* subHeader------------------------------------------------------- */
#contentsArea .imageHeader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-color: #ddd;
  box-sizing: border-box;
  padding: 370px 0 80px;
  margin-bottom: 30px;
  position: relative;
}
#contentsArea .imageHeader .imageBG {
  padding: 10px 10px 5px;
  background-color: #fff;
  display: inline-block;
}
#contentsArea .imageHeader .imageBG h1.post-title {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 10px;
}
#contentsArea .imageHeader .headerBlock {
  width: 70%;
  padding: 5px 0;
}
#contentsArea .imageHeader .headerBlock .blockInner {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
}
#contentsArea .imageHeader .headerBlock .blockInner .catchCopy {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
}
#contentsArea .imageHeader .headerBlock .blockInner .entry-meta {
  font-size: 20px;
}

/* unit------------------------------------------------------- */
.unitBox {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  clear: both;
  padding: 80px 0;
  line-height: 130%;
  position: relative;
  z-index: 9999;
}
.unitBox .inner {
  position: relative;
}
.unitBox .inner .secondTitle {
  padding-bottom: 30px;
}
.unitBox ul {
  list-style: disc outside;
  margin: 0 0 18px 20px;
}
.unitBox ul li {
  margin-bottom: 15px;
}
.unitBox dl {
  padding-bottom: 20px;
}
.unitBox dl dt {
  font-weight: bold;
  padding: 10px 0;
}
.unitBox dl dd {
  padding: 0 20px 20px;
}
.unitBox ol {
  list-style-type: decimal;
  padding-left: 25px;
  padding-bottom: 30px;
}
.unitBox ol li {
  padding: 5px 0;
  font-size: 95%;
}
.unitBox .halfBox {
  width: 470px;
}
.unitBox .halfUnit {
  width: 474px;
}
.unitBox .wColumn {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 30px;
}
.unitBox .pageTitle {
  padding-bottom: 60px;
}
.unitBox table {
  margin-bottom: 20px;
}
.unitBox table td, .unitBox table th {
  padding: 5px 15px 5px 0;
}
.unitBox h2 {
  padding-top: 0;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 62px;
  padding-bottom: 60px;
}
.unitBox h2 span {
  font-size: 14px;
  line-height: 20px;
  color: #601986;
}

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3em;
}

h1 {
  font-size: 36px;
  padding-bottom: 40px;
}

h2 {
  font-size: 28px;
  padding: 40px 0;
}
h2 span {
  display: block;
  font-size: 40%;
  line-height: 1.3em;
  letter-spacing: 0;
}

h3 {
  font-size: 26px;
  padding: 30px 0 15px;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  border-bottom: solid 1px #ddd;
  padding: 15px 0 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

h5 {
  font-weight: bold;
  padding: 15px 0 10px;
}

p {
  padding-bottom: 20px;
  line-height: 170%;
}

.bottomLink {
  clear: both;
  padding: 30px 0 20px;
}

input.button, a.button, a.buttonS, h6 a, #searchsubmit {
  padding: 7px 23px 11px;
  background-color: #601986;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 0 0px #aaa;
  display: inline-block;
  position: relative;
  animation: arrow0 0.2s ease-out;
  animation-fill-mode: forwards;
}

.button a:hover, a:hover.button, a:hover.buttonS, h6 a:hover {
  animation: arrow 0.2s ease-out;
  animation-fill-mode: forwards;
}

a.buttonS, #searchsubmit {
  font-size: 20px;
  border-style: none;
  line-height: 1.6em;
}

input#s {
  margin-bottom: 2px;
  padding: 7px 10px 10px;
  border-radius: 3px;
  line-height: 1.4em;
}

@keyframes arrow0 {
  0% {
    text-shadow: 0 0px 5px #fff;
    background-color: #00c3ed;
    box-shadow: 0 0px 5px #fff;
  }
  100% {
    text-shadow: 0 0 0px #fff;
    background-color: #601986;
    box-shadow: 0 0 0px #fff;
  }
}
@keyframes arrow {
  0% {
    text-shadow: 0 0 0px #fff;
    background-color: #601986;
    box-shadow: 0 0 0px #fff;
  }
  100% {
    text-shadow: 0 0px 5px #fff;
    background-color: #00c3ed;
    box-shadow: 0 0px 5px #fff;
  }
}
.noteList {
  padding: 0 0 10px !important;
  margin: 0 !important;
  clear: both;
}
.noteList li, .noteList p {
  list-style: none !important;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 85%;
  line-height: 130%;
  margin-bottom: 7px !important;
  padding-left: 1em;
  text-indent: -1em;
}
.noteList li:before, .noteList p:before {
  content: "※";
}

.photoWrap {
  padding-bottom: 20px;
}
.photoWrap img {
  width: 100%;
  height: auto;
}

.photoWrap2 {
  padding: 5px 20px 15px 0;
  height: 220px;
}
.photoWrap2 img {
  width: auto;
  height: 100%;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* home------------------------------------------------------- */
#home .topUnitTitle, #info .topUnitTitle {
  font-size: 50px;
  padding: 0 0 65px;
  text-align: center;
}

#home .bg-scale {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
#home .bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-out;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
#home .bg-scale:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
#home .bg-scale a {
  z-index: 1;
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
#home ul.pickUp {
  padding: 0;
  margin: 0 auto;
  width: 96%;
}
#home ul.pickUp li {
  list-style-type: none;
  padding: 0;
  margin: 0 1% 17px;
  height: 250px;
  width: 48%;
  float: left;
  position: relative;
  border-top: solid 3px #601986;
}
#home ul.pickUp li h3 {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 3px #000;
}
#home ul.pickUp li h3 span {
  display: inline-block;
  border-bottom: solid 2px #601986;
  border-right: solid 2px #601986;
  padding: 10px 15px 14px;
  white-space: nowrap;
}
#home ul.pickUp li a p {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  padding-top: 10px;
  border-top: solid 1px #777;
  width: 70%;
  left: 30px;
  top: 100px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#home ul.pickUp li a:hover h3 span {
  animation: pubnr 0.3s ease-out;
  -webkit-animation: pubnr 0.3s ease-out;
  -moz-animation: pubnr 0.3s ease-out;
  background-color: rgba(0, 123, 199, 0.7);
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
@keyframes pubnr {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 123, 199, 0.7);
  }
}
@-webkit-keyframes pubnr {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 123, 199, 0.7);
  }
}
@-moz-keyframes pubnr {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 123, 199, 0.7);
  }
}

/* second------------------------------------------------------- */
body.second .unitBox {
  padding-top: 20px;
}
body.second .unitBox .pageHeader {
  width: 100%;
  position: relative;
}
body.second .unitBox .pageHeader .pageTitle, body.second .unitBox .pageHeader h1 {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  display: block;
  padding: 70px 0;
  color: #000;
  text-align: center;
  font-family: "Barlow Condensed", Arial, Verdana;
  letter-spacing: 0;
}
body.second .unitBox .pageHeader .pageTitle span, body.second .unitBox .pageHeader h1 span {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #601986;
}
body.second .unitBox .pickupBox {
  padding: 20px 20px 0;
  border: solid 1px #ccc;
  background: #f3f3f3;
}

/* about------------------------------------------------------- */
#about .inner .aboutText {
  text-align: center;
  font-size: 110%;
  line-height: 2em;
  font-weight: bold;
  color: #222;
}

/* flow------------------------------------------------------- */
#flow {
  background: #f3eefa;
  text-align: center;
}
#flow .flowList {
  list-style-type: none;
  margin: 0;
}
#flow .flowList li {
  padding: 0 0 60px;
  background: url(../img/icon_arrow.png) no-repeat center bottom;
}
#flow .flowList li h3 {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 26px;
  padding: 5px 0 7px;
  background-color: #601986;
  color: #fff;
  border-radius: 5px;
}
#flow .flowList li p {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
#flow .flowList li.flowEnd {
  background: none;
  padding-bottom: 0;
}

/* about------------------------------------------------------- */
#insurance .inner h2 {
  padding: 10px 0 14px;
  background-color: #ffea5b;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 36px;
}
#insurance .inner ul {
  padding: 0 0 50px;
  margin: 0;
  list-style-type: none;
}
#insurance .inner ul li {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 120%;
  font-size: 24px;
  font-weight: bold;
}
#insurance .inner ul li img {
  width: auto;
  height: auto;
  max-width: 350px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
#insurance .inner ul li span {
  display: none;
  font-size: 0.6em;
}

/* news------------------------------------------------------- */
#info .infoDetail {
  margin: 0 auto;
  width: 80%;
  position: relative;
}
#info .infoDetail h1 {
  padding: 0;
  font-size: 30px;
  font-weight: bold;
}
#info .infoDetail h1 span {
  display: inline;
  font-size: 50px;
}
#info .infoDetail .infoDate {
  text-align: right;
  color: #aaa;
  padding-bottom: 20px;
  font-family: "Barlow Condensed", Arial, Verdana;
  font-size: 18px;
}
#info .infoDetail .infoContent {
  line-height: 1.8em;
}
#info .infoDetail .infoContent .imgRight {
  float: right;
  padding: 0 0 20px 30px;
}
#info .infoDetail .infoContent .imgRight img {
  display: block;
  padding-bottom: 10px;
}
#info .infoDetail .btnGotoList {
  clear: both;
  text-align: center;
  padding-top: 40px;
}
#info .listBottom span, #info .listBottom a.pageNation {
  font-family: "Barlow Condensed", Arial, Verdana;
  font-size: 28px;
  padding: 0px 6px 2px;
  margin: 0 2px 0;
  text-decoration: none;
  display: inline-block;
  line-height: 28px;
}
#info .listBottom a.pageNation {
  text-decoration: underline;
}
#info .listBottom span {
  color: #fff;
  background-color: #555;
}
#info .listBottom .allnum {
  font-size: 15px;
  border: 0;
  color: #777;
  background-color: #fff;
}
#info .pdfButton {
  position: absolute;
  left: -15px;
  top: 15px;
}
#info .pdfButton a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding: 12px 22px 15px 41px;
  background-color: #d8f2ed;
  background-position: 21px center;
  box-shadow: 0 0 2px #ccc;
}

ul.recentList {
  list-style: none;
  margin: 0;
  width: 100%;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.recentList li {
  width: 46%;
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
  z-index: 9999;
}
ul.recentList li .itemImg {
  margin-bottom: 15px;
}
ul.recentList li .itemImg a {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/noimg.png);
  background-color: #eee;
  overflow: hidden;
}
ul.recentList li .itemImg a img {
  width: 100%;
  height: auto;
}
ul.recentList li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}
ul.recentList li .upDate {
  color: #601986;
  font-size: 17px;
  font-family: "Barlow Condensed", Arial, Verdana;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
ul.recentList li .itemTxt {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

ul.recentList2 {
  list-style: none;
  margin: 0;
  width: 100%;
  padding-bottom: 30px;
}
ul.recentList2 li {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
ul.recentList2 li .itemImg a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/noimg.png);
  background-color: #eee;
  overflow: hidden;
}
ul.recentList2 li .itemImg a img {
  width: 100%;
  height: auto;
}
ul.recentList2 li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}
ul.recentList2 li .upDate {
  color: #e88e00;
  font-size: 17px;
  font-family: "Barlow Condensed", Arial, Verdana;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
ul.recentList2 li .itemTxt {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.backNumber {
  width: 100%;
  clear: both;
  padding: 20px 0 10px;
  text-align: center;
}

/* profile------------------------------------------------------- */
#contactTop {
  background-image: url(../img/contact_bg.jpg);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 120px 0;
}
#contactTop .mess {
  font-size: 23px;
  line-height: 25px;
  padding-bottom: 10px;
}
#contactTop .telNum {
  color: #fff;
  font-size: 65px;
  line-height: 48px;
  padding: 20px 0;
  font-family: "Barlow Condensed", Arial, Verdana;
}
#contactTop .telNum span {
  width: 55px;
  height: 40px;
  display: inline-block;
  background: url(../img/icon_tel.svg) no-repeat center center;
  background-size: 40px;
}
#contactTop .btnContact {
  padding: 35px 0 20px;
}
#contactTop .btnContact a {
  padding: 12px 100px 17px;
  font-size: 23px;
  line-height: 28px;
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
#contactTop .btnContact a:before {
  animation: contb1 0.4s ease;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #601986;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: -1;
}
#contactTop .btnContact a:hover:before {
  width: 100%;
  left: 0;
  animation: contb2 0.4s cubic-bezier(1, 0.001, 1, 1);
}

@keyframes contb1 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes contb2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* about------------------------------------------------------- */
#about .pageHeader {
  background: url(../img/logo_shark.png) no-repeat right center;
}
#about table.resultsTable {
  width: 100%;
}
#about table.resultsTable th, #about table.resultsTable td {
  padding: 15px 0 20px;
  border-bottom: dotted 1px #ccc;
}
#about table.resultsTable th {
  text-align: left;
  vertical-align: top;
  font-family: "Barlow Condensed", Arial, Verdana;
  font-size: 40px;
  letter-spacing: 50px;
  padding-right: 20px;
  color: #601986;
  letter-spacing: -0.03em;
}

/* contact------------------------------------------------------- */
#contact .formTable {
  margin: 0 auto;
}
#contact .formTable th, #contact .formTable td {
  padding: 15px 20px;
  border: 0;
}
#contact .formTable th {
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 10px;
}
#contact .formTable td input, #contact .formTable td textarea, #contact .formTable td select {
  margin: 2px 0;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: solid 1px #ccc;
}
#contact .formTable td label {
  font-size: 100%;
  color: #555;
}
#contact .formTable .error {
  font-size: 90%;
  font-weight: bold;
  color: #f00;
}
#contact button, #contact input[type=submit], #contact input[type=reset], #contact input[type=button] {
  border: 0;
}

/* footer------------------------------------------------------- */
#footer {
  width: 100%;
  padding: 50px 0px 30px;
  clear: both;
  position: relative;
}
#footer #footerMenu {
  float: left;
  width: 60%;
}
#footer #footerMenu a {
  color: #fff;
  text-decoration: none;
}
#footer #footerMenu ul.siteMap {
  margin: 0;
  padding: 0;
}
#footer #footerMenu ul.siteMap li {
  padding: 0 0 5px;
  margin-bottom: 0;
  float: left;
  width: 31%;
  margin-right: 2%;
  list-style-type: none;
}
#footer #footerMenu ul.siteMap li a {
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
#footer #footerMenu ul.siteMap li a span {
  display: block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 9px;
  line-height: 12px;
  padding-top: 0px;
  color: #fff;
  font-weight: bold;
  opacity: 0.6;
}
#footer #footerMenu ul.siteMap li a:hover {
  text-decoration: underline;
}
#footer #footerIndex {
  float: right;
}
#footer #footerIndex .siteMapHome {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 150px;
}
#footer #footerIndex .siteMapHome a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
#footer #footerIndex .siteMapHome a img {
  width: 150px;
  height: auto;
  display: block;
  padding-bottom: 5px;
}
#footer #footerIndex address {
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  padding-bottom: 10px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.pageTop {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: -100px;
  z-index: 9999;
  display: none;
}
.pageTop a {
  display: block;
  width: 100px;
  height: 100px;
}

#copyright {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-family: "Barlow Condensed", Arial, Verdana;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #3c155b;
}

/* print ------------------------------------------------------- */
@media print {
  #globalNavigation {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */
