/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}


/* container */

html {
  height: 100%;
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
  background-color: #fff;
}
body {
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
  color: #464646;
  font-family: Noto Sans JP, sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
@media all and (min-width: 750px) {
  html { min-width: 1160px; }
  body { min-width: 1200px; padding-top: 90px; }
}

a {
  color: #464646;
  text-decoration: underline;
  cursor: pointer;
}
a:hover { text-decoration: none; }
label,
button { cursor: pointer; }
strong { font-weight: bold; }

img {
  max-width: 100%;
  height: auto;
}
table img { max-width: none; }
ul { list-style: none; }
sup {
  height: 0px;
  line-height: 1;
  font-size: 0.75em;
  vertical-align: baseline;
  position: relative;
  bottom: 0.75ex;
}

sub {
  height: 0px;
  line-height: 1;
  font-size: 0.75em;
  vertical-align: baseline;
  position: relative;
  top: 0.5ex;
}


/* .siteHeader : ページヘッダ
*/

header.is-fixed + main { padding-top: 68px; }
@media screen and (min-width: 750px), print {
  header.is-fixed + main { padding-top: 90px; }
}

/* siteHeader */
.siteHeader {
  width: 100%;
  height: 68px;
  background-color: #fff;
}
.siteHeader:before {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ff0000 20px, #adadad 20px);
  content: '';
}
.siteHeader.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.siteHeader_body {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px 0 17px;
}
.siteHeader_logo { display: block; }
.siteHeader_logo svg{
  width: 140px;
  height: auto;
}
.siteHeader_rightblock {
  display: flex;
  justify-content: right;
}
.logoMesse {
  padding-top: 15px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 750px), print {
  .siteHeader {
    height: 90px;
  }
  .siteHeader:before {
    height: 5px;
    background: linear-gradient(to right, #ff0000 30px, #adadad 30px);
  }
  .siteHeader.is-fixed {
    border-bottom: 1px solid #d8d8d8;
  }
  .siteHeader_body {
    width: 1040px;
    margin: 0 auto;
    padding: 21px 0 19px 30px;
  }
  .siteHeader_logo svg{
    width: 170px;
  }
  .logoMesse {
    padding-top: 23px;
    letter-spacing: 0.6px;
  }

}




/* pagetop Link : ページヘッダへのスクロールナビゲーション
*/
/*
<p class="page-top-area"><a href="javascript:void(0);" class="btn-page-top"><i class="icon icon-arrow-page-top">Top of This Page</i></a></p>
*/

.icon-arrow-page-top {
  width: 31px;
  height: 17px;
  background-image: url("../img/pagetop_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 31px 17px;
}

@media all and (min-width: 740px) {
  .icon-arrow-page-top {
    width: 55px;
    height: 54px;
    background-image: url("../img/pagetop.png");
    background-size: 55px 54px;
  }
}

.page-top-area.for_fixed .icon-arrow-page-top {
  width: 45px;
  height: 45px;
  background-image: url("../img/pagetop.png");
  background-size: 45px 45px;
}

@media all and (min-width: 740px) {
  .page-top-area.for_fixed .icon-arrow-page-top {
    width: 55px;
    height: 54px;
    background-image: url("../img/pagetop.png");
    background-size: 55px 54px;
  }
}

.page-top-area {
  padding-bottom: 35px;
}

.page-top-area .icon {
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

.page-top-area.for_fixed {
  transition: opacity 0.2s linear;
  right: 20px;
  bottom: 86px;
  padding-bottom: 0px;
  position: fixed;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}

@media all and (min-width: 740px) {
  .page-top-area.for_fixed {
    right: auto;
    left: 50%;
    bottom: 90px;
    margin-left: 570px;
  }
}

.page-top-area.for_fixed.on {
  bottom: 86px;
  position: fixed;
  opacity: 0.8;
}

@media all and (min-width: 740px) {
  .page-top-area.for_fixed.on {
    bottom: 90px;
    opacity: 1;
  }
}

.page-top-area.for_fixed .icon {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media all and (min-width: 740px) {
  .page-top-area.for_fixed .icon:hover {
    text-decoration: inherit;
    opacity: 0.7;
  }
}

@media all and (min-width: 740px) {
  .page-top-area {
    transition: opacity 0.2s linear;
    left: 50%;
    bottom: 90px;
    padding-bottom: 0px;
    margin-left: 570px;
    position: fixed;
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
  }
  .page-top-area.on {
    bottom: 90px;
    position: fixed;
    opacity: 1;
  }
  .page-top-area .icon {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .page-top-area .icon:hover {
    text-decoration: inherit;
    opacity: 0.7;
  }
}












@media screen and (max-width: 749px), print {
  .pcDisp { display: none; }
}
@media screen and (min-width: 750px), print {
  .spDisp { display: none; }
}