@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=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@400;600&display=swap");
/* add icon--------------------------------------------------------------*/
.pdfLink {
  background: url(../img/icon_pdf.gif) no-repeat 20px center;
  padding-left: 45px !important;
}

.docLink {
  background: url(../img/icon_word.gif) no-repeat 20px center;
  padding-right: 45px !important;
}

.xlsLink {
  background: url(../img/icon_excel.gif) no-repeat 20px center;
  padding-right: 45px !important;
}

.rtfLink {
  background: url(../img/icon_rtf.gif) no-repeat 20px center;
  padding-right: 45px !important;
}

/* common format--------------------------------------------------------------*/
.clr {
  clear: both;
}

.clrR {
  clear: right;
}

.clrL {
  clear: left;
}

.fir {
  display: none !important;
}

ul {
  list-style-type: none;
}

img {
  border: none;
}

table {
  border-collapse: collapse;
}

table p {
  margin: 0;
  padding: 5px 0;
}

address {
  font-style: normal;
}

.borderNone {
  border: none !important;
}

/*h1,h2,h3,h4,h5,h6    font-weight:normal;line-height:130%*/
.displayBlock {
  display: block !important;
}

.displayNone {
  display: none !important;
}

.displayInline {
  display: inline !important;
}

/* align float */
.alignLeft {
  text-align: left !important;
}

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

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

.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

/* width */
.width10 {
  width: 10% !important;
}

.width15 {
  width: 15% !important;
}

.width20 {
  width: 20% !important;
}

.width30 {
  width: 30% !important;
}

.width40 {
  width: 40% !important;
}

.width45 {
  width: 45% !important;
}

.width50 {
  width: 50% !important;
}

.width55 {
  width: 55% !important;
}

.width60 {
  width: 60% !important;
}

.width65 {
  width: 65% !important;
}

.width70 {
  width: 70% !important;
}

.width80 {
  width: 80% !important;
}

.width90 {
  width: 90% !important;
}

.width100 {
  width: 100% !important;
}

/* margin-bottom */
.marginAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.marginBottom0 {
  margin-bottom: 0px !important;
}

.marginBottom10 {
  margin-bottom: 10px !important;
}

.marginBottom20 {
  margin-bottom: 20px !important;
}

.marginBottom30 {
  margin-bottom: 30px !important;
}

.marginBottom40 {
  margin-bottom: 40px !important;
}

.marginBottom50 {
  margin-bottom: 50px !important;
}

.marginBottom60 {
  margin-bottom: 60px !important;
}

.marginBottom70 {
  margin-bottom: 70px !important;
}

.marginBottom80 {
  margin-bottom: 80px !important;
}

.marginBottom90 {
  margin-bottom: 90px !important;
}

/* margin-left,margin-right */
.marginLeft0 {
  margin-left: 0px !important;
}

.marginLeft10 {
  margin-left: 10px !important;
}

.marginLeft20 {
  margin-left: 20px !important;
}

.marginLeft30 {
  margin-left: 30px !important;
}

.marginLeft40 {
  margin-left: 40px !important;
}

.marginLeft50 {
  margin-left: 50px !important;
}

.marginRight0 {
  margin-right: 0px !important;
}

.marginRight10 {
  margin-right: 10px !important;
}

.marginRight20 {
  margin-right: 20px !important;
}

.marginRight30 {
  margin-right: 30px !important;
}

.marginRight40 {
  margin-right: 40px !important;
}

.marginRight50 {
  margin-right: 50px !important;
}

/* margin-top */
.marginTop0 {
  margin-top: 0px !important;
}

.marginTop10 {
  margin-top: 10px !important;
}

.marginTop20 {
  margin-top: 20px !important;
}

.marginTop30 {
  margin-top: 30px !important;
}

.marginTop40 {
  margin-top: 40px !important;
}

.marginTop50 {
  margin-top: 50px !important;
}

.marginTop60 {
  margin-top: 60px !important;
}

.marginTop70 {
  margin-top: 70px !important;
}

.marginTop80 {
  margin-top: 80px !important;
}

.marginTop90 {
  margin-top: 90px !important;
}

.marginTop100 {
  margin-top: 100px !important;
}

/* padding-top */
.paddingTop0 {
  padding-top: 0px !important;
}

.paddingTop10 {
  padding-top: 10px !important;
}

.paddingTop20 {
  padding-top: 20px !important;
}

.paddingTop30 {
  padding-top: 30px !important;
}

.paddingTop40 {
  padding-top: 40px !important;
}

.paddingTop50 {
  padding-top: 50px !important;
}

.paddingTop60 {
  padding-top: 60px !important;
}

.paddingTop70 {
  padding-top: 70px !important;
}

.paddingTop80 {
  padding-top: 80px !important;
}

.paddingTop90 {
  padding-top: 90px !important;
}

.paddingTop100 {
  padding-top: 100px !important;
}

/* padding-bottom */
.paddingBottom0 {
  padding-bottom: 0px !important;
}

.paddingBottom10 {
  padding-bottom: 10px !important;
}

.paddingBottom20 {
  padding-bottom: 20px !important;
}

.paddingBottom30 {
  padding-bottom: 30px !important;
}

.paddingBottom40 {
  padding-bottom: 40px !important;
}

.paddingBottom50 {
  padding-bottom: 50px !important;
}

.paddingBottom60 {
  padding-bottom: 60px !important;
}

.paddingBottom70 {
  padding-bottom: 70px !important;
}

.paddingBottom80 {
  padding-bottom: 80px !important;
}

.paddingBottom90 {
  padding-bottom: 90px !important;
}

/* padding-left,padding-right */
.paddingLeft0 {
  padding-left: 0px !important;
}

.paddingLeft10 {
  padding-left: 10px !important;
}

.paddingLeft20 {
  padding-left: 20px !important;
}

.paddingLeft30 {
  padding-left: 30px !important;
}

.paddingLeft40 {
  padding-left: 40px !important;
}

.paddingLeft50 {
  padding-left: 50px !important;
}

.paddingRight0 {
  padding-right: 0px !important;
}

.paddingRight10 {
  padding-right: 10px !important;
}

.paddingRight20 {
  padding-right: 20px !important;
}

.paddingRight30 {
  padding-right: 30px !important;
}

.paddingRight40 {
  padding-right: 40px !important;
}

.paddingRight50 {
  padding-right: 50px !important;
}

.clearfix, #footer #footerMenu, #footer, #contents .searchHeader, #contents .hentry, body.second .leadUnit, .unitBox .inner, #contentsArea, #header, #wrapper, .inner, .entry-content {
  *zoom: 1;
}
.clearfix:after, #footer #footerMenu:after, #footer:after, #contents .searchHeader:after, #contents .hentry:after, body.second .leadUnit:after, .unitBox .inner:after, #contentsArea:after, #header:after, #wrapper:after, .inner:after, .entry-content:after {
  content: "";
  display: table;
  clear: both;
}

.flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

html {
  overflow: scroll;
}

strong {
  font-weight: bold;
}

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

@media (max-width: 500px) {
  body {
    font-size: 0.9rem;
  }
}
a:link, a:visited {
  text-decoration: underline;
  color: #000;
}

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

.inner, .entry-content {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.innerNarrow {
  width: 80%;
  margin: 0 auto;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999;
}
#loading img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

/* header------------------------------------------------------- */
#headerWrapper {
  width: 100%;
  height: 73px;
  padding: 0 0 0;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
}

.headerBG {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 55vw;
  z-index: -2;
  background: linear-gradient(#00bac7, #00916a);
  transition: top 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}

#header {
  height: 73px;
}
#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003cff;
  z-index: 0;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
#header #headerLogo {
  margin: 0;
  padding: 9px 0 0;
  width: 250px;
}
#header #headerLogo a {
  display: block;
  line-height: 1.5rem;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0 4px #003cff;
}
#header #headerLogo a span {
  font-size: 0.7rem;
  padding-top: 4px;
  display: block;
  line-height: 1rem;
  letter-spacing: 0;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#header .inner {
  position: relative;
}
#header #smToggle {
  display: none;
}

#globalNavigation {
  z-index: 999;
  position: absolute;
  width: auto;
  top: 0px;
  right: 0px;
}
#globalNavigation .gnaviInner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
#globalNavigation ul.mainMenu {
  padding: 19px 0 0;
}
#globalNavigation ul.mainMenu li {
  display: inline-block;
  padding-left: 15px;
}
#globalNavigation ul.mainMenu li a {
  font-size: 0.95rem;
  line-height: 1.5rem;
  display: block;
  text-decoration: none;
  padding: 5px 0px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #003cff;
}
#globalNavigation ul.mainMenu li a:hover, #globalNavigation ul.mainMenu li a:active {
  text-decoration: none;
  color: #fff;
}
#globalNavigation ul.mainMenu .info a {
  padding: 5px 20px;
  background-color: #fff000;
  letter-spacing: normal;
  color: #111;
  border-radius: 5px;
  text-shadow: unset;
}
#globalNavigation ul.mainMenu .info a:hover {
  color: #111;
}
#globalNavigation ul.mainMenu .home {
  display: none;
}
#globalNavigation ul.subMenu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -7px;
  transition: top 0.4s cubic-bezier(0.8, 0, 0.2, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#globalNavigation ul.subMenu li {
  padding-left: 5px;
}
#globalNavigation ul.subMenu li a {
  text-decoration: none;
  background-color: #009ef0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4em;
  padding: 8px 10px 4px;
  border-radius: 3px;
}
#globalNavigation #headerSearch {
  width: 208px;
  position: absolute;
  top: 10px;
  right: 0px;
}
#globalNavigation #headerSearch #s {
  border: 0;
  padding: 6px 10px 6px 29px;
  border-radius: 40px;
  background: url(../img/search.svg) no-repeat 11px center #fff;
  background-size: 11px;
  width: 169px;
}
#globalNavigation #headerSearch #s:focus-visible {
  border: 0;
}
#globalNavigation #headerSearch #searchsubmit {
  display: none;
}

.youtubei {
  display: inline-block;
  padding-right: 25px;
  background: url(../img/youtube_w.svg) no-repeat right center;
  background-size: 20px;
}

ul.socialIcon {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 100px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
ul.socialIcon li {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
}
ul.socialIcon li img {
  width: 20px;
  height: 20px;
  display: none;
}
ul.socialIcon li a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.socialIcon .instagram a {
  background-image: url(../img/instagram.svg);
}
ul.socialIcon .twitter a {
  background-image: url(../img/twitter.svg);
}
ul.socialIcon .facebook a {
  background-image: url(../img/facebook.svg);
}
ul.socialIcon .youtube a {
  background-image: url(../img/youtube.svg);
}

#headerWrapper.smaller .headerBG {
  top: -10px;
}
#headerWrapper.smaller #header {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-top: 0;
  position: relative;
}
#headerWrapper.smaller #header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0066ff;
  z-index: 0;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
#headerWrapper.smaller #globalNavigation ul.subMenu {
  top: 0px;
  transition: top 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
#headerWrapper.smaller #globalNavigation ul.socialIcon .instagram a {
  background-image: url(../img/instagram.svg);
}
#headerWrapper.smaller #globalNavigation ul.socialIcon .twitter a {
  background-image: url(../img/twitter.svg);
}
#headerWrapper.smaller #globalNavigation ul.socialIcon .facebook a {
  background-image: url(../img/facebook.svg);
}
#headerWrapper.smaller #globalNavigation ul.socialIcon .youtube a {
  background-image: url(../img/youtube.svg);
}

body #headerWrapper {
  height: 93px;
}
body #headerWrapper #header {
  padding: 10px 0;
  transition: padding 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
body #headerWrapper #header #headerLogo a {
  padding-top: 0;
  transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
body #headerWrapper #header #headerLogo a span {
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
body #headerWrapper #header #headerLogo a img {
  width: 250px;
  display: block;
  transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}

body #headerWrapper.smaller {
  height: 73px;
}
body #headerWrapper.smaller #header {
  padding: 0;
}
body #headerWrapper.smaller #header #headerLogo a {
  padding-top: 5px;
}
body #headerWrapper.smaller #header #headerLogo a span {
  font-size: 0.6rem;
}
body #headerWrapper.smaller #header #headerLogo a img {
  width: 180px;
}

#breadCrumb {
  font-size: 90%;
  padding: 12px 0;
  color: #444;
  z-index: -1;
  clear: both;
}
#breadCrumb ul {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  max-width: 1100px;
}
#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;
}

#breadCrumb.header {
  margin-bottom: 30px;
}

#breadCrumb.footer {
  padding-bottom: 30px;
}

/* subHeader------------------------------------------------------- */
#contentsArea .imageHeader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 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%;
}
.unitBox .inner {
  position: relative;
  word-break: break-all;
}
.unitBox .inner .secondTitle {
  padding-bottom: 30px;
}
.unitBox ul {
  list-style: disc outside;
  margin: 0 0 18px 20px;
}
.unitBox ul li {
  margin-bottom: 15px;
}
.unitBox ol {
  list-style: decimal outside;
  margin: 0 0 18px 20px;
}
.unitBox ol li {
  padding: 5px 0;
}
.unitBox dl {
  padding-bottom: 20px;
}
.unitBox dl dt {
  font-weight: bold;
  padding: 10px 0;
}
.unitBox dl dd {
  padding: 0 20px 20px;
}
.unitBox .halfBox {
  width: 590px;
}
.unitBox .halfUnit {
  width: 594px;
}
.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;
}

body.second #wrapper {
  padding: 3vw;
  background-color: #fff;
  margin-top: 93px;
}

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

h1, .entry-title {
  font-size: 2.5rem;
  padding-bottom: 40px;
}

h2 {
  font-size: 2rem;
  padding: 60px 0 30px;
}
h2 span.t {
  display: inline-block;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 5px #aaa;
}

h3 {
  font-size: 1.6rem;
  padding: 30px 0 20px;
}

h4 {
  font-size: 1.2rem;
  padding: 15px 0 10px;
}

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

img, iframe {
  max-width: 100%;
}

p {
  padding-bottom: 20px;
  line-height: 2.2em;
}

hr {
  clear: both;
  padding: 40px 0 0;
  margin-bottom: 60px;
  line-height: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1px;
}

.bgc1 {
  background-color: #0066ff !important;
}

.bgc2 {
  background-color: #003cff !important;
}

.bgc3 {
  background-color: #fff000 !important;
}

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

input.button, .archiveSort form input[type=submit], a.button, a.buttonS, h6 a, #searchsubmit, a.button2 {
  padding: 14px 50px;
  color: #fff;
  text-decoration: none !important;
  background-color: #003cff;
  border: 0;
  line-height: 1.6em;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.button a, .archiveSort form input[type=submit] a, a:hover.button, a:hover.buttonS, h6 a:hover {
  animation: btnani 0.2s ease-out;
  -webkit-animation: btnani 0.2s ease-out;
  -moz-animation: btnani 0.2s ease-out;
  animation-fill-mode: forwards;
}

a.button2 {
  background-color: #fff000;
}

a:hover.button2 {
  animation: btnani2 0.2s ease-out;
  -webkit-animation: btnani2 0.2s ease-out;
  -moz-animation: btnani2 0.2s ease-out;
  animation-fill-mode: forwards;
}

a.button3 {
  padding: 10px 30px;
  font-size: 0.9rem;
  border-style: none;
  line-height: 1.6em;
  background-color: #0066ff;
  text-decoration: none !important;
  color: #fff;
  border: 0;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

a:hover.button3 {
  animation: btnani3 0.2s ease-out;
  -webkit-animation: btnani3 0.2s ease-out;
  -moz-animation: btnani3 0.2s ease-out;
  animation-fill-mode: forwards;
}

a.buttonS, #searchsubmit, a.button2S {
  padding: 10px 30px 9px;
  font-size: 0.9rem;
  border-style: none;
  line-height: 1.6em;
}

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

.entry-content input#s {
  padding: 10px 10px 9px;
  border: 1px solid #003cff;
}

@media (max-width: 500px) {
  a.button {
    display: block;
    margin: 3px 0 1px;
  }
}
@keyframes btnani {
  0% {
    background-color: #003cff;
  }
  100% {
    background-color: #00c0ff;
  }
}
@-webkit-keyframes btnani {
  0% {
    background-color: #003cff;
  }
  100% {
    background-color: #00c0ff;
  }
}
@-moz-keyframes btnani {
  0% {
    background-color: #0066ff;
  }
  100% {
    background-color: #00c0ff;
  }
}
@keyframes btnani2 {
  0% {
    background-color: #fff000;
  }
  100% {
    background-color: #ffba00;
  }
}
@-webkit-keyframes btnani2 {
  0% {
    background-color: #fff000;
  }
  100% {
    background-color: #ffba00;
  }
}
@-moz-keyframes btnani2 {
  0% {
    background-color: #fff000;
  }
  100% {
    background-color: #ffba00;
  }
}
@keyframes btnani3 {
  0% {
    background-color: #0066ff;
  }
  100% {
    background-color: #000;
  }
}
@-webkit-keyframes btnani3 {
  0% {
    background-color: #0066ff;
  }
  100% {
    background-color: #000;
  }
}
@-moz-keyframes btnani3 {
  0% {
    background-color: #0066ff;
  }
  100% {
    background-color: #000;
  }
}
.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 {
  max-width: 100%;
  display: block;
  margin-bottom: 7px;
  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------------------------------------------------------- */
.topUnitTitle, .page-title {
  font-size: 2.2rem;
  padding: 0 0 60px;
  font-weight: bold;
  text-align: center;
}
.topUnitTitle span, .page-title span {
  display: block;
  letter-spacing: 0em;
  font-size: 0.9rem;
  line-height: 1.6rem;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  color: #003cff;
}

.topUnitCopy {
  display: inline-block;
  letter-spacing: 0em;
  line-height: 2.3em;
  color: #0066ff;
  font-size: 1.3rem;
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
  font-weight: bold;
}
.topUnitCopy span {
  font-size: 3rem;
  color: #003cff;
  padding-right: 10px;
  font-style: italic;
}

#point {
  overflow: hidden;
  position: relative;
  background-color: #bcdefe;
  color: #fff;
}
#point .topUnitTitle {
  color: #0066ff;
}
#point .bg-scale {
  position: relative;
  overflow: hidden;
  background-color: #00b0ff;
}
#point .bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 65%;
  transition: all 0.3s ease-out;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
#point .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);
}
#point .bg-scale a {
  z-index: 1;
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  pointer-events: none;
}
#point ul.pickUp {
  padding: 0;
  margin: 0 auto;
  width: 96%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#point ul.pickUp li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5vw;
  height: 32vw;
  width: 49%;
}
#point ul.pickUp li h3 {
  font-size: 2.2vw;
  padding: 3vw 3vw 0;
  margin-bottom: 1vw;
  text-align: left;
  line-height: 1.2em;
  color: #fff;
}
#point ul.pickUp li h3 span {
  font-size: 12px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  display: block;
  letter-spacing: 0;
}
#point ul.pickUp li a p {
  font-size: 1.6vw;
  line-height: 2em;
  color: #fff;
  padding-top: 1.2vw;
  border-top: solid 1px #fff;
  width: auto;
  margin: 0px 3vw 0;
}
@keyframes pubnr {
  0% {
    top: 110px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 100px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@-webkit-keyframes pubnr {
  0% {
    top: 110px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 100px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@-moz-keyframes pubnr {
  0% {
    top: 110px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: 100px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
#point ul.pickUp .pu001:after {
  background-image: url(../img/point01.png);
}
#point ul.pickUp .pu002:after {
  background-image: url(../img/point02.png);
}
#point ul.pickUp .pu003:after {
  background-image: url(../img/point03.png);
}
#point ul.pickUp .pu004:after {
  background-image: url(../img/point04.png);
}
#point ul.pickUp .pu005:after {
  background-image: url(../img/point05.png);
}
#point ul.pickUp .pu006:after {
  background-image: url(../img/point06.png);
}
#point ul.pickUp .pu007:after {
  background-image: url(../img/point07.png);
}
#point ul.pickUp .pu008:after {
  background-image: url(../img/point08.png);
}
#point ul.pickUp .option_func:before {
  content: "オプション機能";
  font-size: 1.5vw;
  position: absolute;
  right: 1em;
  top: 1em;
  display: inline-block;
  padding: 0.3em 0.8em 0.2em;
  line-height: 1.4em;
  background-color: #00de83;
  border-radius: 10px;
}
#point ul.recentList {
  margin-bottom: 60px;
}
#point ul.recentList li .itemImg {
  text-align: center;
}
#point ul.recentList li h3 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1e6e1;
  font-weight: normal;
}

body.second #business {
  background: none;
}
body.second #business h2 {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  #business ul.pickUp li {
    height: 350px;
  }
}
@media (max-width: 500px) {
  #business ul.pickUp li {
    height: 300px;
  }
}
#video {
  background-color: #fff;
}
#video .videoList {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#video .videoList li {
  width: 50%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 27vw;
}
#video .videoList li a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  box-sizing: border-box;
}
#video .videoList li .vData {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 999;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
}
#video .videoList li .vData h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 8px 8px;
  color: #fff;
}
#video .videoList li .vData .upDate {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #ddd;
  font-size: 0.8rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
}

@media (max-width: 900px) {
  #video .videoList li a .vData h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 700px) {
  #video .videoList li a .vData h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  #video .videoList li {
    width: 100%;
    height: 56vw;
  }
}
/* second------------------------------------------------------- */
body.second .dummyHeader {
  width: 100%;
  background-color: #333;
  position: relative;
  height: 100px;
}
body.second #pageHeader {
  width: 100%;
  background: linear-gradient(30deg, #0066ff, #000);
  margin-bottom: 70px;
  position: relative;
  padding: 100px 0;
}
body.second #pageHeader .pageTitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.8rem;
  color: #fff;
  z-index: 2;
  padding: 15px 50px 13px;
  margin-left: -1px;
}
body.second #pageHeader .pageTitle span {
  font-weight: bold;
  display: block;
  font-size: 0.9rem;
  line-height: 1.5rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  color: #4c688c;
}
body.second #pageHeader .headerCopy {
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0 50px;
  position: relative;
  color: #fff;
  z-index: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  text-align: center;
}
body.second #pageHeader .headerBG {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  z-index: 0;
}
body.second .pageHeaderSub {
  padding: 60px 0 20px;
  text-align: center;
}
body.second .pageHeaderSub .pageTitle {
  text-align: center;
  font-weight: bold;
  background: none;
  padding-bottom: 30px;
  line-height: 1.2em;
}
body.second .pageHeaderSub .pageTitle span {
  display: block;
  font-size: 1rem;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  color: #333;
}
body.second .pageHeaderSub p {
  font-weight: bold;
  font-size: 1.1rem;
}
body.second .unitBox {
  padding: 0px 0 80px;
  position: relative;
}
body.second .unitBox table.dataTable {
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 30px;
}
body.second .unitBox table.dataTable tr {
  border-bottom: 1px dotted #bbb;
}
body.second .unitBox table.dataTable tr th {
  padding: 20px;
  font-weight: bold;
}
body.second .unitBox table.dataTable tr td {
  padding: 20px;
}
body.second .unitBox table.normalTable {
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 40px;
}
body.second .unitBox table.normalTable tr th {
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
}
body.second .unitBox table.normalTable tr td, body.second .unitBox table.normalTable tr th {
  padding: 4px 6px;
  border: solid 1px #ddd;
}

@media (max-width: 500px) {
  body.second #pageHeader {
    padding: 80px 0 70px;
  }
  body.second #pageHeader .pageTitle {
    padding: 10px 20px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body.second #pageHeader .headerCopy {
    font-size: 0.7rem;
    line-height: 0.8rem;
    padding-top: 0;
  }
}
.tagTitle {
  text-align: center;
  padding-top: 0;
}

.tagMenu {
  text-align: center;
  list-style-type: none;
  margin: 5px 0 20px !important;
}
.tagMenu li {
  display: inline-block;
  margin: 0 1px 5px;
}
.tagMenu li a {
  background-color: #003cff;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 6px 7px 6px 14px;
}
.tagMenu li a::before {
  content: "# ";
}
.tagMenu li a span {
  background-color: #fff;
  color: #003cff;
  margin-left: 5px;
  margin-bottom: 4px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50%;
}
.tagMenu li.current a {
  background-color: #fff;
  color: #003cff;
  border: solid 1px #003cff;
}
.tagMenu li.current a span {
  color: #fff;
  background-color: #003cff;
}

.leadText {
  font-size: 1.1rem;
}

body.second .leadUnit {
  clear: both;
  position: relative;
  padding: 0 0 50px;
}
body.second .leadUnit::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  z-index: -1;
}
body.second .leadUnit .unitText {
  position: relative;
  padding: 40px 45px 50px;
  width: auto;
}
body.second .leadUnit .unitText p {
  font-size: 1rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #666;
}
body.second .leadUnit .unitText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
body.second .leadUnit .unitPhoto {
  width: 100%;
}
body.second .leadUnit .unitBottom {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: -20px;
}
body.second .historyTable {
  margin: 0 auto 40px;
}
body.second .historyTable tr {
  border-bottom: 1px solid #bde6db;
}
body.second .historyTable th {
  font-weight: bold;
  white-space: nowrap;
}
body.second .historyTable th, body.second .historyTable td {
  padding: 20px;
}

@media (max-width: 950px) {
  #headerWrapper.smaller #header #headerLogo a {
    margin-top: 0;
  }
  body.second .unitBox .pageHeader {
    padding: 100px 0 100px;
  }
  body.second #about:before {
    line-height: 13rem;
    font-size: 11rem;
    top: 300px;
  }
}
@media (max-width: 600px) {
  body.second .unitBox .pageHeader {
    padding: 80px 0;
  }
  body.second #about:before {
    line-height: 10rem;
    font-size: 8rem;
    top: 280px;
  }
  body.second .leadUnit {
    padding: 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 470px) {
  body.second table.dataTable tr th {
    padding: 10px;
  }
  body.second table.dataTable tr td {
    padding: 10px;
  }
  body.second #about:before {
    line-height: 8rem;
    font-size: 5rem;
    top: 300px;
  }
}
/* about------------------------------------------------------- */
body.home #about {
  padding: 50px;
}

#contact {
  background-color: #f0f9fe;
}
#contact .inquiry {
  margin-bottom: 10px;
  text-align: center;
}
#contact .inquiry h4 {
  font-size: 1.5rem;
}
#contact .inquiry .telNum {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding: 10px 0;
  color: #0066ff;
}
#contact .inquiry .telNum span {
  display: inline-block;
  font-weight: bold;
}
#contact .inquiry .telNum span.label {
  font-size: 1.3rem;
  padding: 0 14px;
  letter-spacing: 0.1em;
  line-height: 140%;
}
#contact .inquiry .telNum span.tnum {
  padding: 10px 0 10px 45px;
  font-size: 2rem;
  background: url(../img/icon_tel.svg) no-repeat left center;
}
#contact ul.officeData {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
#contact ul.officeData li {
  margin: 0;
  padding: 2px 10px;
  list-style-type: none;
  text-align: center;
}

body.second #contact {
  background: none;
}

.balloon {
  position: absolute;
  top: -70px;
  right: 0px;
  background-color: #003cff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.balloon span {
  display: inline-block;
  padding-top: 32px;
  font-size: 1.15rem;
  line-height: 1.3rem;
  color: #fff;
  font-weight: bold;
}

.balloon::before {
  display: none;
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  top: 100px;
  left: 50%;
  background-color: #003cff;
}

.balloon::after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  top: 115px;
  left: calc(50% - 4px);
  background-color: #003cff;
}

/* info------------------------------------------------------- */
#info {
  padding: 160px 0 120px;
}
#info .backNumber {
  text-align: center;
}
#info .infoDetail {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
}
#info .infoDetail h1 {
  font-size: 2rem;
  padding-bottom: 10px;
}
#info .infoDetail .infoDate {
  color: #99ba00;
  margin-bottom: 5px;
  text-align: right;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
}
#info .infoDetail .infoContent {
  line-height: 2em;
}

#donated .update {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #aaa;
  color: #fff;
  font-size: 0.9rem;
  padding: 2px 9px;
  border-radius: 3px;
}

table.newsList {
  width: 100%;
  border-top: 1px dotted #0066ff;
  margin-bottom: 40px;
}
table.newsList tr {
  border-bottom: 1px dotted #0066ff;
}
table.newsList tr td.date {
  width: 5%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
  font-size: 0.8rem;
  color: #003cff;
  padding: 30px 0;
  padding-right: 10px;
  white-space: nowrap;
}
table.newsList tr td.price {
  text-align: right;
}
table.newsList tr td.cat {
  text-align: center;
}
table.newsList tr td.cat span {
  display: inline-block;
  background-color: #00c0ff;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3em;
  border-radius: 4px;
  padding: 2px 10px 0;
}
table.newsList tr th {
  font-weight: normal;
  padding: 20px 0;
  font-size: 1.1rem;
}
table.newsList tr th a {
  background: url(../img/icon_link.svg) no-repeat top right;
  background-size: 12px;
  padding-right: 15px;
}
table.newsList tr th span {
  font-size: 0.9rem;
  padding-left: 15px;
}
@media (max-width: 500px) {
  table.newsList tr th, table.newsList tr td {
    display: block;
  }
  table.newsList tr th {
    padding: 10px 0 0;
  }
  table.newsList tr td.price {
    padding: 0 0 5px;
  }
  table.newsList tr td.date, table.newsList tr td.cat {
    padding: 10px 0 0;
    text-align: left;
  }
}
.listBottom {
  padding-top: 30px;
}

body.second #info {
  background: none;
  padding: 0 0 100px;
}

@media (max-width: 700px) {
  #info .topUnitTitle {
    text-align: center;
    position: relative;
    left: none;
    top: none;
  }
  #info .topNews {
    padding: 0 10px;
  }
  #info .backNumber {
    position: relative;
    left: none;
    bottom: none;
    text-align: center;
    padding: 15px 0 0;
  }
}
/* info------------------------------------------------------- */
#problem {
  background-color: #f0f9fe;
}
#problem #recentfb {
  width: 500px;
  display: block;
  max-width: 100% !important;
  margin: 0 auto 30px;
  overflow: hidden;
  box-shadow: 0 0 10px #bbb;
}
#problem #calendar {
  width: 450px;
  display: block;
  margin: 0 auto;
  padding: 20px 25px 10px;
  max-width: 100% !important;
  box-shadow: 0 0 10px #bbb;
  background-color: #fff;
}
#problem .infoDetail {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
}
#problem .infoDetail img {
  width: 100%;
  height: auto;
}
#problem .infoDetail h1 {
  font-size: 2rem;
}
#problem .infoDetail .infoContent {
  line-height: 2em;
}
#problem .infoDetail .abPhoto {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#problem .infoDetail .before, #problem .infoDetail .after {
  width: 48%;
  position: relative;
  margin: 0 0 20px;
}
#problem .infoDetail .before:after, #problem .infoDetail .after:after {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 3px 10px;
}
#problem .infoDetail .before:after {
  content: "BEFORE";
  background-color: #2fac6a;
}
#problem .infoDetail .after:after {
  content: "AFTER";
  background-color: #e15875;
}

body.second #results {
  background: transparent;
}

.bottomLink {
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 600px) {
  #results .infoDetail, #info .infoDetail {
    padding: 20px;
  }
}
.info_detail {
  clear: both;
  padding-top: 30px;
  text-align: center;
}

ul.recentList {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
ul.recentList li {
  width: 30%;
  list-style-type: none;
  margin-bottom: 5vh;
}
ul.recentList li .itemImg {
  margin-bottom: 12px;
}
ul.recentList li .itemImg a {
  width: 100%;
  height: 200px;
  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: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}
ul.recentList li .upDate {
  color: #00c0ff;
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
}
ul.recentList li .itemTxt {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 15px;
}
ul.recentList li .rankFooter {
  display: none;
}
ul.recentList li .tagList {
  padding-bottom: 0;
}
ul.recentList li .tagList li {
  font-size: 0.8rem;
}

ul.recentList.span2 li {
  width: 48%;
}

ul.recentList:after {
  display: block;
  content: "";
  width: 31%;
}

.catLabel {
  padding: 0 0 8px;
}
.catLabel span, .catLabel a {
  display: inline-block;
  background-color: #0066ff;
  color: #f3f3f3;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
  font-size: 0.9rem;
  padding: 2px 10px 0;
  line-height: 1rem;
  border-radius: 15px;
  text-decoration: none;
}

.dateLabel {
  color: #003cff;
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
}

.tagList {
  padding: 5px 0 15px;
  margin: 0 !important;
}
.tagList li {
  width: auto !important;
  margin: 0 5px 5px 0 !important;
  padding: 0;
  display: inline-block;
  font-size: 0.9rem;
}
.tagList li a {
  color: #fff;
  background-color: #003cff;
  line-height: 1rem;
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 1rem;
}
.tagList li a:before {
  content: "#";
}

#results .recentList li h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.post-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #0066ff;
  margin-bottom: 30px;
}

.archiveSort {
  text-align: right;
  padding-bottom: 20px;
}
.archiveSort label {
  font-size: 0.9rem;
}
.archiveSort form {
  display: inline-block;
}
.archiveSort form input[type=submit] {
  padding: 6px 30px 2px;
}
.archiveSort .sort_current {
  position: relative;
}
.archiveSort .sort_current input[type=submit] {
  background-color: #fff;
  color: #003cff;
}
.archiveSort .sort_current::before, .archiveSort .sort_current::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 12px;
  background-color: #003cff;
}
.archiveSort .sort_current::before {
  left: 0px;
  top: 2px;
  transform: rotate(45deg);
}
.archiveSort .sort_current::after {
  width: 18px;
  left: 5px;
  top: 0px;
  transform: rotate(-45deg);
}

/* price------------------------------------------------------- */
#price table.priceTable {
  margin: 0 auto 50px;
  width: 100%;
}
#price table.priceTable tr th, #price table.priceTable tr td {
  text-align: center;
  border: 1px solid #aaa;
  padding: 20px 30px;
}
#price table.priceTable tr th {
  background-color: #21a4f7;
  color: #fff;
}
#price table.priceTable tr.odd {
  background-color: #f5f5f5;
}

/* collabo------------------------------------------------------- */
#collabo table.collaboTable {
  margin: 0 auto 50px;
  width: 100%;
}
#collabo table.collaboTable tr th, #collabo table.collaboTable tr td {
  text-align: center;
  border: 1px solid #aaa;
  padding: 15px 20px;
}
#collabo table.collaboTable tr th {
  background-color: #21a4f7;
  color: #fff;
}
#collabo table.collaboTable tr.odd {
  background-color: #f5f5f5;
}

/* compe------------------------------------------------------- */
#compe .ofs {
  overflow-x: scroll;
}
#compe .compeTable {
  width: 100%;
  min-width: 1050px;
}
#compe .compeTable th, #compe .compeTable td {
  border: solid 1px #fff;
  padding: 7px 8px;
  font-size: 0.8rem;
  line-height: 1.2em;
}
#compe .compeTable th dl, #compe .compeTable td dl {
  padding: 0 0 0 1rem;
  margin: 0;
}
#compe .compeTable th dl dt, #compe .compeTable th dl dd, #compe .compeTable td dl dt, #compe .compeTable td dl dd {
  padding: 0;
  margin: 0;
}
#compe .compeTable th dl dt, #compe .compeTable td dl dt {
  text-indent: -1rem;
}
#compe .compeTable th dl dd, #compe .compeTable td dl dd {
  margin-top: -1rem;
}
#compe .compeTable th ul, #compe .compeTable td ul {
  margin-bottom: 0;
}
#compe .compeTable th ul li, #compe .compeTable td ul li {
  margin-bottom: 0;
}
#compe .compeTable td.mark {
  padding-right: 0;
  text-align: right;
  border-right: 0;
}
#compe .compeTable th {
  background-color: #4f81bd;
  text-align: center;
  color: #fff;
}
#compe .compeTable tr.odd {
  background-color: #e9edf4;
}
#compe .compeTable tr.even {
  background-color: #d0d8e8;
}

/* usage------------------------------------------------------- */
#usage article {
  clear: both;
  padding: 20px 0;
  display: table;
}
#usage article .imgUnit, #usage article .textUnit {
  display: table-cell;
  vertical-align: middle;
}
#usage article .imgUnit {
  text-align: center;
}
#usage article .textUnit {
  width: 50%;
  padding: 10px;
  font-size: 1.4rem;
}
#usage article .textUnit p {
  line-height: 2em;
}
#usage article .textUnit p strong {
  color: #0066ff;
}

@media (max-width: 600px) {
  #usage article {
    padding: 10px 0;
  }
  #usage article .imgUnit {
    width: 30%;
    vertical-align: top;
    padding: 0 5px;
  }
  #usage article .textUnit {
    width: auto;
    font-size: 1rem;
  }
  #usage article .textUnit p {
    line-height: 1.6em;
  }
}
/* case------------------------------------------------------- */
#case article {
  padding: 20px 0 20px 90px;
  margin-bottom: 30px;
  background: url(../img/icon_voice.svg) no-repeat left top;
  background-size: 70px;
  border-bottom: 1px solid #ddd;
}
#case article p {
  line-height: 1.5em;
  font-size: 1.1rem;
  color: #006391;
}
#case .caseList {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: center;
}
#case .caseList li {
  text-align: center;
  padding: 2em 0;
}
#case .caseList li h3 {
  font-size: 1.3rem;
  padding-top: 20px;
}

/* column------------------------------------------------------- */
#column .pageHeaderSub {
  padding-bottom: 3em;
}
#column .combox {
  padding: 2em;
  background-color: #e5f6ff;
  margin-bottom: 2em;
}
#column .combox h3 {
  padding: 0 0 0.5em;
  font-size: 1.2rem;
  font-weight: bold;
}
#column .combox p {
  padding: 0.2em 0;
  font-size: 0.9rem;
  line-height: 1.7em;
}
#column dl {
  line-height: 1.5em;
}
#column dl dt {
  font-size: 1.15rem;
  color: #31bcaa;
}
#column dl dd {
  padding: 0 0 2em;
  font-size: 0.95rem;
}

/* second------------------------------------------------------- */
#contents .searchHeader {
  background-color: #fff;
  padding: 14px 18px 11px;
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
#contents .searchHeader h1.searchTitle {
  float: left;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.4rem;
}
#contents .searchHeader h1.searchTitle span {
  font-style: normal;
  font-weight: bold;
  display: inline;
  font-size: 1rem !important;
  line-height: 1.4rem !important;
  letter-spacing: normal !important;
}
#contents .searchHeader .hitNum {
  float: right;
  font-size: 0.8rem;
}
#contents .searchHeader .hitNum span {
  font-size: 1.2rem;
  font-style: italic;
  padding-right: 5px;
}

/* bottom------------------------------------------------------- */
#bottom {
  background-color: #f0f0f0;
  padding: 60px 0;
}
#bottom .bottomMenu {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#bottom .bottomMenu:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  left: 10%;
  top: 0%;
  background: url(../img/logo_w.png) no-repeat center center;
  background-size: 100%;
  z-index: 10;
  opacity: 0.08;
  -moz-opacity: 0.08;
  filter: alpha(opacity=8);
  pointer-events: none;
}
#bottom .bottomMenu .bottomButton {
  width: 48%;
}
#bottom .bottomMenu .bottomButton a {
  display: block;
  border-radius: 5px;
  background: #00a7c2;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 90px 10px;
  font-size: 1.35rem;
  text-shadow: 0 -1px 2px #0078b0;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #0078b0;
}
#bottom .bottomMenu .bc2 a {
  background-color: #0089e6;
}

/* banner------------------------------------------------------- */
#banner {
  border-top: 1px solid #f3f3f3;
  background: url(../img/mesh_w2.png) repeat top center #ccc;
  background-size: 4px;
  padding: 80px 0;
  font-size: 11px;
}
#banner .bannerList {
  margin: 0;
  padding: 0;
  text-align: center;
}
#banner .bannerList li {
  vertical-align: top;
  display: inline-block;
  list-style-type: none;
  margin: 0 1% 10px;
  width: 31%;
}
#banner .bannerList li a {
  display: block;
}
#banner .bannerList li img {
  width: 100%;
  height: auto;
}
#banner .bannerList li p {
  display: block;
  padding: 3px 0 0;
  line-height: 1.3em;
  font-size: 13px;
  color: #555;
}

/* others------------------------------------------------------- */
body.page-contact h1 {
  text-align: center;
}

.contactWrapper {
  background-color: #fff;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto 50px;
  max-width: 638px;
  border: 1px solid #0066ff;
  color: #333;
}
.contactWrapper p {
  font-size: 0.95rem;
}
.contactWrapper strong {
  font-size: 1.7rem;
}
.contactWrapper em {
  display: inline-block;
  padding: 0 5px;
}

.mw_wp_form_complete {
  text-align: center;
  padding-top: 15px;
  margin: 0 auto 50px;
  max-width: 638px;
}
.mw_wp_form_complete .contactWrapper {
  display: none;
}

.mw_wp_form_confirm .contactWrapper, .mw_wp_form_confirm .form-only {
  display: none;
}

.att {
  color: #e00;
}

.formTable {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 30px;
}
.formTable tr.even {
  background-color: #f6f7ee;
}
.formTable tr.odd {
  background-color: #fafbf6;
}
.formTable th, .formTable td {
  padding: 15px 20px !important;
  border: 0;
  width: 50%;
}
.formTable th {
  white-space: nowrap;
  width: 30%;
}
.formTable td {
  width: 70%;
  min-width: 50%;
}
.formTable td input, .formTable td textarea, .formTable td select {
  margin: 2px 0;
  border-radius: 3px;
  padding: 14px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 90%;
}
.formTable td input[type=radio], .formTable td input[type=checkbox] {
  width: auto;
}
.formTable td label {
  font-size: 100%;
  color: #555;
}
.formTable .error {
  font-size: 90%;
  font-weight: bold;
  color: #f00;
}

.formBottom {
  text-align: center;
  padding-top: 30px;
}
.formBottom button, .formBottom input[type=submit], .formBottom input[type=reset], .formBottom input[type=button] {
  border: 0;
  background-color: #003cff;
  color: #fff;
  padding: 10px 40px 13px;
  font-weight: normal;
  font-size: 16px;
  font-family: Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 3px;
}
.formBottom .pp {
  background-color: #fff;
  border: solid 1px #ddd9db;
  height: 250px;
  font-size: 80%;
  margin: 40px auto 50px;
  overflow-y: scroll;
  padding: 20px 20px 5px;
  text-align: left;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 600px) {
  .formTable th, .formTable td {
    display: block;
    width: auto;
  }
  .formTable th {
    padding-bottom: 0px !important;
    line-height: 1rem;
  }
  .formTable td {
    padding-top: 5px;
  }
  .pp {
    width: 82%;
  }
}
/* widget------------------------------------------------------- */
#widget {
  padding-top: 30px;
}
#widget .widgetRecentTitle {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
  font-weight: normal;
}

/* widget------------------------------------------------------- */
#beware {
  padding: 15px 0 0px;
  text-align: center;
  border-top: 1px solid #ecc985;
  background: url(../img/icon_warning.svg) no-repeat center center #fce778;
  background-size: auto 80%;
}
#beware h2 {
  padding: 10px 0 0px;
  font-size: 1.2rem;
}
#beware p {
  font-size: 0.9rem;
}

/* footer------------------------------------------------------- */
#footer {
  background-color: #222;
  width: 100%;
  padding: 70px 0px 60px;
  clear: both;
  position: relative;
}
#footer #footerMenu a {
  color: #555;
  text-decoration: none;
}
#footer #footerMenu ul.siteMap {
  text-align: center;
  padding-bottom: 20px;
}
#footer #footerMenu ul.siteMap li {
  padding: 10px 0;
  display: inline-block;
}
#footer #footerMenu ul.siteMap li a {
  font-size: 0.9rem;
  padding: 10px 20px;
  color: #eee;
}
#footer #footerMenu ul.siteMap li a:hover {
  text-decoration: underline;
}
#footer #footerMenu ul.siteMap li span {
  text-decoration: none;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer #footerIndex {
  padding: 10px 0 0;
}
#footer #footerIndex .siteMapHome {
  text-align: center;
  padding-bottom: 10px;
  padding: 20px 0 10px 0;
}
#footer #footerIndex .siteMapHome img {
  width: 170px;
}
#footer #footerIndex .siteMapHome a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.3rem;
  letter-spacing: 0.04em;
  display: inline-block;
  background-size: auto 100%;
}
#footer #footerIndex address {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.7em;
  color: #fff;
  padding-bottom: 10px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#footer #footerIndex address a {
  color: #fff;
}
#footer #footerIndex ul.socialIcon {
  display: none;
  position: relative;
  top: auto;
  right: auto;
  margin: 0 auto;
  text-align: center;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer #footerIndex ul.socialIcon li {
  display: inline-block;
}
#footer #footerIndex ul.socialIcon li a {
  background: none;
}
#footer #footerIndex ul.socialIcon li a img {
  display: block;
  max-height: 19px;
}

.pageTop {
  display: none;
  position: absolute;
  width: 100%;
  color: #777;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
  height: 47px;
  left: 0;
  top: -28px;
  z-index: 1;
  font-size: 0.7rem;
}
.pageTop a {
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: 0;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  background-color: #222;
}
.pageTop a::before, .pageTop a::after {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 18px;
  height: 1px;
  top: 14px;
}
.pageTop a::before {
  transform: rotate(0deg);
  left: 15px;
}
.pageTop a::after {
  transform: rotate(90deg);
  top: 23px;
  left: 6px;
}

#copyright {
  font-size: 0.7rem;
  padding: 20px 0;
  text-align: center;
  color: #888;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, century;
  background-color: #000;
}

/* print ------------------------------------------------------- */
@media print {
  #globalNavigation {
    display: none;
  }
}
/* responcive 1------------------------------------------------------- */
@media (max-width: 1100px) {
  img {
    max-width: 100%;
    height: auto !important;
  }
  iframe {
    max-width: 100%;
  }
  .inner, .widthNarrow, #breadCrumb ul, #footer #footerMenu {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #wrapper .dummyHeader {
    display: none;
  }
  #loading {
    margin-left: 0;
    width: 100%;
  }
  body.home #headerWrapper #header #headerLogo a {
    padding-top: 0px;
  }
  body.home #headerWrapper.smaller #header #headerLogo a {
    padding-top: 4px;
  }
  #headerWrapper {
    width: 100%;
    height: 73px;
  }
  #headerWrapper #header {
    padding: 0;
    /* open */
  }
  #headerWrapper #header #smToggle {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    padding: 0;
    width: 80px;
    height: 58px;
    z-index: 99999999;
  }
  #headerWrapper #header .nav-trigger {
    color: transparent !important;
  }
  #headerWrapper #header .nav-trigger span {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 40px;
    right: 20px;
    top: 0;
    background: #fff;
  }
  #headerWrapper #header .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: all 0.2s 0.5s;
    -moz-transition: all 0.2s 0.5s;
    transition: all 0.2s 0.5s;
    box-shadow: 0 0 4px #003cff;
  }
  #headerWrapper #header .nav-trigger span.barT {
    top: 22px;
  }
  #headerWrapper #header .nav-trigger span.barM {
    top: 30px;
  }
  #headerWrapper #header .nav-trigger span.barB {
    top: 38px;
  }
  #headerWrapper #header .selected span.barT {
    background: #fff;
    -webkit-transform: translateX(6px) translateY(-6px) rotate(45deg);
    -moz-transform: translateX(6px) translateY(-6px) rotate(45deg);
    -ms-transform: translateX(6px) translateY(-6px) rotate(45deg);
    -o-transform: translateX(6px) translateY(-6px) rotate(45deg);
    transform: translateX(6px) translateY(-6px) rotate(45deg);
  }
  #headerWrapper #header .selected span.barM {
    background: #003cff;
    -webkit-transform: translateX(5px) translateY(-15px) rotate(45deg);
    -moz-transform: translateX(5px) translateY(-15px) rotate(45deg);
    -ms-transform: translateX(5px) translateY(-15px) rotate(45deg);
    -o-transform: translateX(5px) translateY(-15px) rotate(45deg);
    transform: translateX(5px) translateY(-15px) rotate(45deg);
  }
  #headerWrapper #header .selected span.barB {
    background: #fff;
    -webkit-transform: translateX(6px) translateY(6px) rotate(-45deg);
    -moz-transform: translateX(6px) translateY(6px) rotate(-45deg);
    -ms-transform: translateX(6px) translateY(6px) rotate(-45deg);
    -o-transform: translateX(6px) translateY(6px) rotate(-45deg);
    transform: translateX(6px) translateY(6px) rotate(-45deg);
  }
  #headerWrapper #globalNavigation {
    clear: both;
    background-color: #003cff;
    position: fixed;
    right: -270px;
    top: 0;
    width: 270px;
    height: 100vh;
    z-index: 999;
    padding-bottom: 10px;
  }
  #headerWrapper #globalNavigation ul.mainMenu {
    width: auto;
    padding-top: 30px;
    padding-left: 20px;
  }
  #headerWrapper #globalNavigation ul.mainMenu li {
    display: block;
    padding: 0;
    clear: both;
    width: auto;
  }
  #headerWrapper #globalNavigation ul.mainMenu li a {
    padding: 12px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    border: none;
  }
  #headerWrapper #globalNavigation ul.mainMenu .info a {
    color: #000;
  }
  #headerWrapper #globalNavigation ul.mainMenu .home {
    display: block;
    margin-left: -4px;
  }
  #headerWrapper #globalNavigation ul.subMenu {
    margin: 30px 0 0;
    padding: 0 0 0 23px;
    position: relative;
    right: auto;
    top: auto;
  }
  #headerWrapper #globalNavigation ul.subMenu li {
    width: 100%;
    margin-bottom: 20px;
  }
  #headerWrapper #globalNavigation ul.subMenu li a {
    padding: 5px 10px;
  }
  #headerWrapper #globalNavigation #headerSearch {
    position: relative;
    right: auto;
    padding-top: 30px;
    padding-left: 30px;
    top: auto;
  }
  #headerWrapper #globalNavigation ul.socialIcon {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    padding-top: 30px;
    padding-left: 30px;
    width: 100%;
    height: 50px;
    display: block;
  }
  #headerWrapper #globalNavigation ul.socialIcon li {
    display: inline-block;
    padding: 5px;
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
  #headerWrapper #globalNavigation ul.socialIcon li img {
    display: none;
  }
  #headerWrapper #globalNavigation ul.socialIcon .instagram a {
    background-image: url(../img/instagram_w.svg) !important;
  }
  #headerWrapper #globalNavigation ul.socialIcon .twitter a {
    background-image: url(../img/twitter_w.svg) !important;
  }
  #headerWrapper #globalNavigation ul.socialIcon .facebook a {
    background-image: url(../img/facebook_w.svg) !important;
  }
  #headerWrapper #globalNavigation ul.socialIcon .youtube a {
    background-image: url(../img/youtube_w.svg) !important;
  }
  #headerWrapper #globalNavigation:before {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 10px;
    top: 5px;
    content: "";
    background-size: 210px;
    z-index: -1;
  }
  #about .aboutText h2 {
    font-size: 1.5rem;
  }
  #about .aboutText p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  ul.recentList li {
    width: 45%;
  }
  ul.recentList li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a {
    width: 100%;
    height: 270px;
  }
  ul.recentList li .itemImg a img {
    width: 100%;
    height: auto;
  }
  ul.recentList li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
  ul.recentList li .upDate {
    padding: 0;
    margin: 0 auto;
  }
  body.home ul.recentList li.item3 {
    display: none;
  }
  #subHeader {
    background-attachment: scroll;
  }
  #subHeader .topLevelCopy {
    font-size: 100%;
    line-height: 1.3em;
  }
  #subHeader #secondNavi ul.secondMenu li {
    margin: 0 0 0 20px;
    font-size: 90%;
  }
  #subHeader #secondNavi ul.secondMenu li a {
    padding-top: 0px;
    height: 30px;
  }
  #contentsArea, #widget {
    border: 0 !important;
    float: none !important;
    width: auto !important;
    clear: both;
  }
  #contentsArea {
    padding-bottom: 50px;
  }
  #footerIndex .phoneBook {
    display: none;
  }
  #container, #footer {
    width: 100%;
  }
  #footer #footerMenu {
    float: none;
  }
  #footer #footerIndex {
    padding-top: 30px;
    float: none;
    text-align: center;
  }
  #footer #footerIndex .siteMapHome {
    text-align: center;
  }
  #footer #footerIndex ul.socialIcon {
    margin: 0 auto;
    float: none;
    flex: none;
    text-align: center;
  }
  #footer #footerIndex ul.socialIcon li {
    display: inline-block;
  }
}
/* responcive 2------------------------------------------------------- */
.mobileOnly {
  display: none !important;
}

@media (max-width: 750px) {
  .mobileOnly {
    display: block !important;
  }
  #video .inner .videoList li {
    width: 100%;
  }
  #contentsArea .imageHeader {
    padding: 320px 0 30px;
    margin-bottom: 0px;
  }
  #contentsArea .imageHeader .imageBG h1.post-title {
    font-size: 36px;
    line-height: 38px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner {
    padding: 10px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner .catchCopy {
    font-size: 18px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner .entry-meta {
    font-size: 14px;
  }
  #contentsArea .tagList li a {
    padding: 1px 6px 2px;
    font-size: 12px;
  }
  ul.recentList li {
    width: 47%;
  }
  ul.recentList li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a {
    width: 100%;
    height: 200px;
  }
  ul.recentList li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
}
/* responcive 3------------------------------------------------------- */
@media (max-width: 600px) {
  .innerNarrow {
    width: auto;
  }
  p {
    line-height: 1.7em;
  }
  .balloon {
    width: 80px;
    height: 80px;
    top: -50px;
  }
  .balloon span {
    font-size: 1rem;
    padding-top: 24px;
    line-height: 1.1rem;
  }
  #course .balloon {
    right: calc(50% - 40px);
  }
  #about .aboutPhoto {
    position: relative;
  }
  #about .aboutText {
    padding: 15px;
    width: auto;
    margin: 0 auto;
    float: none;
    border-radius: 0;
  }
  #about .aboutText h2 {
    padding-bottom: 10px;
  }
  #about .aboutText p {
    padding-bottom: 10px;
  }
  #about .aboutPhoto {
    float: none;
    width: 100%;
    margin-top: -30px;
  }
  #whats .lineupText {
    margin: 0px;
  }
  #contentsArea .imageHeader {
    padding: 250px 0 5px;
  }
  #contentsArea .imageHeader .imageBG h1.post-title {
    font-size: 22px;
    line-height: 28px;
  }
  #contentsArea .imageHeader .headerBlock {
    width: auto;
  }
  #contentsArea .imageHeader .headerBlock .blockInner {
    padding: 5px 10px 8px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contentsArea .imageHeader .headerBlock .blockInner .catchCopy {
    font-size: 14px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner .entry-meta {
    font-size: 12px;
  }
  #contentsArea .formTable {
    width: 100%;
  }
  #contentsArea .formTable tr.even {
    background-color: #f5f5f5;
  }
  #contentsArea .formTable th, #contentsArea .formTable td {
    display: block;
    padding: 15px 20px;
    border: 0;
    width: auto !important;
    height: auto !important;
  }
  #contentsArea {
    padding-bottom: 50px;
  }
  #contentsArea .subMenu li {
    width: 46% !important;
    margin: 0 2% 10px !important;
  }
  #banner ul.bannerList li {
    display: block;
    padding: 0 0 20px;
    width: 300px;
    margin: 0 auto;
  }
  .alignright, .alignleft, .floatLeft, .floatRight {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
/* responcive 4------------------------------------------------------- */
@media (max-width: 500px) {
  .topUnitTitle {
    font-size: 1.8rem;
  }
  #about .aboutText h2 {
    font-size: 1.3em;
  }
  #about .aboutText p {
    font-size: 0.8em;
  }
  #about .aboutText p br {
    display: none;
  }
  #info #calendar {
    width: 450px;
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    max-width: 100% !important;
    box-shadow: 0 0 10px #bbb;
    background-color: #fff;
  }
  body.second .unitBox h1 {
    font-size: 1.8rem;
  }
  body.second .unitBox h2 {
    font-size: 1.5rem;
  }
  body.second .unitBox h3 {
    font-size: 1.2rem;
  }
  body.second .unitBox h4 {
    font-size: 1rem;
  }
  body.second .unitBox h5 {
    font-weight: bold;
  }
  ul.recentList li, ul.recentList.span2 li {
    width: 100%;
  }
  ul.recentList li .itemImg, ul.recentList.span2 li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a, ul.recentList.span2 li .itemImg a {
    width: 100%;
    height: 250px;
  }
  ul.recentList li .itemImg a img, ul.recentList.span2 li .itemImg a img {
    width: 100%;
    height: auto;
  }
  ul.recentList li h3, ul.recentList.span2 li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt, ul.recentList.span2 li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
  ul.recentList li .upDate, ul.recentList.span2 li .upDate {
    padding: 0;
    margin: 0 auto;
  }
  .sdNone {
    display: none;
  }
  body.second .unitBox .entry-content {
    font-size: 0.95rem;
  }
}
/* responcive 5------------------------------------------------------- */
@media (max-width: 470px) {
  iframe {
    height: 230px;
  }
  #contentsArea a.button, #contentsArea h6 a {
    display: block;
    text-align: center;
  }
  .alignright, .alignleft {
    float: none !important;
    margin: 5px auto 15px !important;
  }
  .topUnitTitle {
    padding: 0 0 40px;
  }
  #social .socialList li {
    width: 100%;
  }
  body.second .unitBox h2 {
    letter-spacing: 0.05em;
  }
  ul.recentList li {
    width: 100%;
  }
  ul.recentList li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a {
    width: 100%;
    height: 220px;
  }
  ul.recentList li .itemImg a img {
    width: 100%;
    height: auto;
  }
  ul.recentList li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
  ul.recentList li .upDate {
    padding: 0;
    margin: 0 auto;
  }
  #contentsArea h1.entry-title {
    font-size: 200% !important;
  }
  #imageHeader h1 {
    font-size: 200% !important;
  }
  #contentsArea .entry-content h2 {
    font-size: 180%;
  }
  #contentsArea .entry-content h3 {
    font-size: 130%;
    clear: both;
  }
  #contentsArea .entry-content img {
    display: block;
    margin: 5px auto 15px;
  }
  #contentsArea .hentry .entryPhoto {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  #contentsArea .hentry .entryPhoto img {
    width: 100% !important;
  }
  #menu .inner .pickupMenu {
    margin-bottom: 20px;
    height: auto;
  }
  #menu .inner .pickupMenu div {
    height: 230px;
    width: 100%;
    position: relative;
  }
  #menu .inner .pickupMenu .puRight h3 {
    left: 0;
    right: auto;
  }
}
/* responcive 6------------------------------------------------------- */
@media (max-width: 400px) {
  body.second .unitBox {
    padding: 0px 0 50px;
  }
  body.second .unitBox h1 {
    font-size: 1.5rem;
  }
  body.second .unitBox h2 {
    font-size: 1.2rem;
  }
  body.second .unitBox h3 {
    font-size: 1.1rem;
  }
  body.second .entry-content a.button {
    display: block;
    margin: 1px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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