@charset "UTF-8";
/*==========================
　共通設定
==========================*/
/*　基本設定
-------------------------------------*/
p,
li {
  margin-bottom: 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #fff;
  letter-spacing: 0.05em;
  color: #222;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  *font-size: small;
  *font: x-small;
  position: relative;
  right: 0;
}

a:link,
a:visited {
  cursor: pointer;
  color: #ed6c00;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

a img {
  transition: 0.2s ease-in-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

img {
  vertical-align: top;
  border: 0;
}

a img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

a.win img {
  display: inline-block;
  margin-left: 6px;
  padding-top: 2px;
}

#wrapper {
  min-width: 1200px;
  text-align: left;
  width: 100%;
}

.contentInner {
  width: 1000px;
  margin: 0 auto;
}

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

.hidePc {
  display: none !important;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.tsume {
  margin: 0 -0.25em;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/*　header
-------------------------------------*/
header {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
}

header h1 {
  padding: 28px 0 0 25px;
}

header h1 a {
  margin: 0 auto;
  width: 300px;
  height: 159px;
  background: url(../../asset/img/lgo-fixNav_002.png) left top no-repeat;
  background-size: contain;
  display: block;
}

header #globalNav {
  margin: 0 auto;
  width: 752px;
}

header #globalNav #button {
  display: none;
}

header #globalNav .overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header #globalNav .mainMenu {
  margin: 30px auto;
  width: 703px;
  letter-spacing: -0.4em;
  text-align: center;
}

header #globalNav .mainMenu > li {
  display: inline-block;
  padding: 20px;
  letter-spacing: 0;
  position: relative;
  vertical-align: top;
  font-size: 24px;
}

header #globalNav .mainMenu > li p a {
  display: block;
  width: 183px;
  padding: 24px 0;
  line-height: 1;
  font-size: 1.071em;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  position: relative;
  max-height: 62px;
  box-sizing: border-box;
}

header #globalNav .mainMenu > li .child {
  position: absolute;
  width: 329px;
  background: #fff;
  left: -1px;
  top: 62px;
  z-index: 10;
  padding: 22px;
  box-sizing: border-box;
  display: none;
}

header #globalNav .mainMenu > li.sub-nav-none .child {
  border: none;
  padding: 0;
  z-index: 9999;
  height: 0;
  width: 164px;
}

header #globalNav .mainMenu > li.sub-nav-none .sub-nav {
  border-top: 1px solid #bbb;
}

header #globalNav .mainMenu > li .child ul li {
  margin-bottom: 15px;
}

header #globalNav .mainMenu > li .child ul li a {
  display: block;
  padding-left: 24px;
  background: url(../../images/common/ico-footer_001.png) left 3px no-repeat;
  background-size: 13px auto;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

header #globalNav .mainMenu > li .child ul li:last-child {
  margin-bottom: 0;
}

header #globalNav .mainMenu > li:hover p a {
  opacity: 1;
  color: #ed6c00;
  text-decoration: none;
}

header #globalNav .mainMenu > li:hover p a:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  left: 0;
  z-index: 100;
  position: absolute;
}

header #globalNav .mainMenu > li.uL {
  border-bottom: 1px solid #bbb;
}

header #globalNav .mainMenu > li .child.open {
  display: block;
}

header #globalNav .subMenu {
  width: 259px;
  float: right;
}

header #globalNav .subMenu .aside {
  letter-spacing: -0.4em;
  text-align: center;
  padding: 10px 0 9px;
  border-bottom: 1px solid #bbb;
  white-space: nowrap;
}

header #globalNav .subMenu .aside li {
  letter-spacing: 0;
  margin-right: 15px;
  display: inline-block;
  line-height: 1;
}

header #globalNav .subMenu .aside li a span {
  font-size: 0.929em;
  font-weight: bold;
  padding: 3px 0 3px 21px;
}

header #globalNav .subMenu .aside .list01 a span {
  background: url(../../images/common/ico-aside_001.png) left center no-repeat;
  background-size: 16px 16px;
}

header #globalNav .subMenu .aside .list02 a span {
  background: url(../../images/common/ico-aside_002.png) left center no-repeat;
  background-size: 16px 16px;
}

header #globalNav .subMenu .aside .list03 {
  margin-right: 0;
}

header #globalNav .subMenu .aside .list03 a span {
  background: url(../../images/common/ico-aside_003.png) left center no-repeat;
  background-size: 16px 16px;
}

header #globalNav .subMenu .txtSize {
  letter-spacing: -0.4em;
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #bbb;
  width: 214px;
  float: left;
  height: 42px;
  box-sizing: border-box;
  white-space: nowrap;
}

header #globalNav .subMenu .txtSize p {
  letter-spacing: 0;
  font-weight: bold;
  display: inline-block;
  font-size: 0.857em;
  margin-right: 10px;
}

header #globalNav .subMenu .txtSize ul {
  display: inline-block;
}

header #globalNav .subMenu .txtSize ul li {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 2px;
}

header #globalNav .subMenu .txtSize ul li button {
  font-size: 0.929em;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  cursor: pointer;
}

header #globalNav .subMenu .txtSize ul li .textresizer-active {
  background: #ed6c00;
  color: #fff;
}

header #globalNav .subMenu .txtSize ul li:last-child {
  margin-right: 0;
}

header #globalNav .subMenu .snsArea {
  width: 43px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  float: left;
  text-align: center;
  position: relative;
  z-index: 100;
}

header #globalNav .subMenu .snsArea:hover {
  border-bottom: none;
}

header #globalNav .subMenu .snsArea a {
  display: block;
  padding: 12px 0 8px;
}

header #globalNav .subMenu .snsArea ul {
  display: none;
  width: 148px;
  padding: 10px 0 8px;
  position: absolute;
  top: 42px;
  right: -1px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background: #fff;
}

header #globalNav .subMenu .snsArea ul li {
  text-align: left;
}

header #globalNav .subMenu .snsArea ul li a {
  display: block;
  padding: 5px 15px;
  font-weight: bold;
}

header #globalNav .subMenu .snsArea ul li a:hover {
  text-decoration: none;
  color: #ed6c00;
}

header #globalNav .subMenu .snsArea ul li a img {
  padding-right: 8px;
  vertical-align: middle;
}

header #globalNav .subMenu .snsArea :hover + ul,
header #globalNav .subMenu .snsArea ul:hover {
  display: block;
}

header #globalNav .subMenu .search {
  padding: 3px 0 3px 11px;
  text-align: center;
  float: left;
}

header #globalNav .subMenu .search .inputIn {
  line-height: 1;
  background: url(../../images/common/ico-search_001.png) left center no-repeat;
  background-size: 20px 20px;
  padding: 5px 5px 5px 25px;
  display: inline-block;
}

header #globalNav .subMenu .search .inputIn input {
  border: none;
  width: 160px;
  font-size: 0.929em;
}

header #globalNav .subMenu .search input[type=submit],
header #globalNav .subMenu .search button {
  font-size: 0.929em;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  cursor: pointer;
  margin: 4px 0;
}

header #fixNav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  background: #fff;
  z-index: 10000;
  box-shadow: 0px 1px 5px 0px rgba(11, 11, 12, 0.2);
  display: none;
}

header #fixNav .fixNavIn {
  display: table;
  table-layout: fixed;
  height: 74px;
  width: 100%;
}

header #fixNav .fixNavIn .logoFix {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
  float: none;
}

header #fixNav .fixNavIn .logoFix a {
  width: auto;
  height: auto;
  display: inline;
  background: none;
}

header #fixNav .fixNavIn ul {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.4em;
  text-align: right;
}

header #fixNav .fixNavIn ul li {
  display: inline-block;
  letter-spacing: 0;
  margin-left: 32px;
}

header #fixNav .fixNavIn ul li a {
  font-weight: bold;
}

header #fixNav .fixNavIn ul li a:hover {
  text-decoration: none;
  color: #ed6c00;
}

/*　pageTop
-------------------------------------*/
#pageTop {
  position: fixed;
  right: 17px;
  bottom: 20px;
  display: none;
}

/*　footer
-------------------------------------*/
footer {
  background: #f1f1f1;
  letter-spacing: 0;
  border-top: 1px solid #fff;
}

footer a {
  padding-left: 24px;
  background: url(asset/img/lgo-fixNav_001.png) left center no-repeat;
  background-size: 13px auto;
}

footer .listIn {
  width: 750px;
  float: left;
  padding: 25px 0 35px;
}

footer .listIn ul {
  float: left;
  width: 250px;
}

footer .listIn ul.list04 {
  margin-top: 20px;
}

footer .listIn ul li {
  list-style: none;
  margin-bottom: 16px;
}

footer .listIn ul li:last-child {
  margin-bottom: 0;
}

footer .listIn ul .facebook a {
  background: url(../../images/common/ico-facebook_footer_001.png) left center no-repeat;
  background-size: 14px auto;
}

footer .listIn ul .twitter a {
  background: url(../../images/common/ico-twitter_footer_004.png) left center no-repeat;
  background-size: 14px auto;
}

footer .listIn ul .youtube a {
  background: url(../../images/common/ico-youtube_footer_003.png) left center no-repeat;
  background-size: 14px auto;
}

footer .info {
  background: #fff;
  width: 238px;
  float: right;
  margin-top: 25px;
  padding: 20px 28px 15px;
  box-sizing: border-box;
}

footer .info .logoInfo {
  margin-bottom: 15px;
}

footer .info .uL {
  font-size: 0.857em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer .copy {
  background: #ed6c00;
}

footer .copy .contentInner {
  display: table;
  padding: 17px 0;
}

footer .copy .contentInner ul {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.4em;
}

footer .copy .contentInner ul li {
  display: inline-block;
  letter-spacing: 0;
  font-size: 0.857em;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #6a9885;
  line-height: 1.4;
  color: #fff;
}

footer .copy .contentInner ul li a {
  color: #fff;
  padding: 0;
  background: none;
}

footer .copy .contentInner ul li:last-child {
  border-right: none;
  padding: 0;
  margin: 0;
}

footer .copy .contentInner p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: right;
  font-size: 0.714em;
}

/*==========================

　下層ページ

==========================*/
/*==========================

　文字サイズが大のとき

==========================*/
#wrapper.largeTxt header #globalNav .mainMenu .nav04 a {
  padding: 15px 0;
}

#wrapper.largeTxt header #globalNav .subMenu .aside li {
  margin-right: 0;
}

#wrapper.largeTxt header #globalNav .subMenu .search .inputIn {
  padding-bottom: 2px;
}

@media screen and (max-width: 760px) {
  /* 共通設定 ==========================*/
  /* 基本設定 --------------------------*/
  body {
    overflow-x: hidden;
  }
  #wrapper {
    min-width: 0;
  }
  #main {
    width: auto;
    margin: 0;
  }
  #main.moduleContent {
    margin: 0;
  }
  figure {
    max-width: 100%;
  }
  figure img {
    max-width: 100%;
    height: auto;
  }
  .contentInner {
    width: auto;
    margin: 0 16px;
  }
  .hidePc {
    display: inherit !important;
  }
  .hideSp {
    display: none !important;
  }
  .ellipsis {
    max-height: 28px;
    line-height: 14px;
  }
  /*　１カラム　*/
  .layout-one-column {
    margin: 0 auto;
  }
  .layout-one-column #main {
    margin: 0;
  }
  .layout-one-column .contentIn {
    width: auto;
    margin: 0 20px;
  }
  /*　2カラム（右メニュー）*/
  .layout-two-column-right {
    margin: 0 auto;
  }
  .layout-two-column-right .contentIn {
    width: auto;
    margin: 0 20px;
  }
  .layout-two-column-right #main {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .layout-two-column-right #sidebar {
    width: auto;
    float: none;
  }
  /*　header
   -------------------------------------*/
  header h1 {
    float: none;
    padding: 16px 0 16px 15px;
  }
  header h1 a {
    width: auto;
    height: 90px;
  }
  header #globalNav {
    float: none;
    width: auto;
  }
  header #globalNav nav {
    width: 100%;
    position: fixed;
    font-size: 0.929em;
    top: -100%;
    left: 0;
    height: auto;
    box-sizing: border-box;
    z-index: 100;
    background: #fff;
  }
  header #globalNav nav .logoSp {
    float: none;
    width: auto;
    padding: 16px 0 16px 15px;
  }
  header #globalNav nav .logoSp a {
    width: 233px;
    height: 45px;
    background: url(asset/img/lgo-fixNav_001.png) left top no-repeat;
    background-size: contain;
    display: block;
  }
  header #globalNav .mainMenu {
    margin: 30px 0;
    float: none;
    width: auto;
    border-top: 1px solid #bbb;
  }
  header #globalNav .mainMenu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bbb;
    box-sizing: border-box;
  }
  header #globalNav .mainMenu li p a {
    display: block;
    width: auto;
    padding: 19px 0 19px 10px;
    text-align: left;
  }
  header #globalNav .mainMenu > li:hover p a:after {
    display: none;
  }
  header #globalNav .mainMenu li:nth-child(2n+1) {
    border-left: none;
  }
  header #globalNav .mainMenu li:nth-child(3n) {
    border-right: none;
  }
  header #globalNav .mainMenu > li .child ul li {
    display: none;
  }
  header #globalNav .mainMenu > li .child.open {
    display: none;
  }
  header #globalNav .subMenu {
    width: auto;
    float: none;
  }
  header #globalNav .subMenu .aside {
    padding: 0;
    border-bottom: none;
  }
  header #globalNav .subMenu .aside li {
    display: block;
    margin: 0;
    width: 33.333%;
    float: left;
    border-bottom: 1px solid #bbb;
  }
  header #globalNav .subMenu .aside li a {
    display: block;
    padding: 19px 11px;
    background: #f1f1f1;
    text-align: left;
  }
  header #globalNav .subMenu .aside li:nth-child(2n),
  header #globalNav .subMenu .aside li:nth-child(3n),
  header #globalNav .subMenu .aside li:nth-child(5n),
  header #globalNav .subMenu .aside li:nth-child(6n) {
    border-left: 1px solid #bbb;
    box-sizing: border-box;
  }
  header #fixNav {
    display: none !important;
  }
  /*ボタン用*/
  header #globalNav #button {
    display: block;
    position: fixed;
    right: 16px;
    top: 16px;
    cursor: pointer;
    background: #ed6c00;
    width: 45px;
    height: 45px;
    z-index: 10000;
    color: #fff;
    border-radius: 3px;
  }
  .tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 14px;
    background: transparent;
    outline: none;
    padding: 0 10px;
    position: relative;
  }
  .tcon > * {
    display: block;
  }
  .tcon:hover,
  .tcon:focus {
    outline: none;
  }
  .tcon::-moz-focus-inner {
    border: 0;
  }
  .tcon-txt {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    font-weight: bold;
    text-align: center;
    font-size: 0.714em;
    color: #fff;
    width: 100%;
    line-height: 1;
  }
  .tcon-menu__lines {
    display: inline-block;
    height: 2px;
    width: 14px;
    transition: 0.3s;
    background: #fff;
    position: relative;
    margin-top: -8px;
    margin-left: 5px;
  }
  .tcon-menu__lines::before,
  .tcon-menu__lines::after {
    display: inline-block;
    height: 2px;
    width: 14px;
    transition: 0.3s;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: 2.85714px center;
    width: 100%;
  }
  .tcon-menu__lines::before {
    top: 5px;
  }
  .tcon-menu__lines::after {
    top: -5px;
  }
  .tcon-transform .tcon-menu__lines {
    transform: scale3d(0.8, 0.8, 0.8);
  }
  .tcon-menu--xcross {
    width: 45px;
    height: 45px;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    transform-origin: 50% 50%;
    top: 0;
    width: 14px;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .tcon-visuallyhidden:active,
  .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  /*　pageTop
   -------------------------------------*/
  #pageTop {
    display: none !important;
  }
  /*　footer
   -------------------------------------*/
  footer a {
    background-size: 10px auto;
    padding-left: 18px;
  }
  footer .listIn {
    width: auto;
    float: none;
    padding: 30px 0 20px;
  }
  footer .listIn ul {
    float: none;
    width: auto;
  }
  footer .listIn ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 0.714em;
    width: 50%;
    float: left;
  }
  footer .listIn ul li:last-child {
    margin-bottom: 10px;
  }
  footer .listIn ul .facebook a {
    background-size: 10px auto;
  }
  footer .listIn .list01,
  footer .listIn .list02,
  footer .listIn .list03 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  footer .listIn .list04 {
    margin-top: 0;
  }
  footer .info {
    width: 238px;
    float: none;
    margin: 0 auto 30px;
    font-size: 0.714em;
  }
  footer .info .uL {
    font-size: 0.714em;
  }
  footer .copy .contentInner {
    padding: 20px 0;
    text-align: center;
  }
  footer .copy .contentInner ul {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .copy .contentInner ul li {
    font-size: 0.714em;
  }
  footer .copy .contentInner p {
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  /*==========================

   　下層ページ

   ==========================*/
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .tcon-menu__lines {
    margin-top: -13px;
    margin-left: 0;
  }
}
/* tab */
[role=tabpanel] {
  display: none;
}

[role=tabpanel][aria-hidden=false] {
  display: block;
}

[role=tablist] [aria-selected=true] {
  font-weight: bold;
}/*# sourceMappingURL=common.css.map */