@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*ページ全体
***********************************************************/
.wrapper {
  padding: 0;
}
a.txtlink {
  text-decoration: underline;
}


ul li {
  margin: 0 0 0 1.5em;
  list-style: disc;
}
ul.nodisc li {
  margin: 0;
  list-style: none;
}
ul.link {
  padding: 10px 0 0;
}
ul.link2 {
  padding: 60px 0 0;
}
ul.link li {
  margin: 0;
  padding: 14px 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
ul.link li a {
  padding: 0 20px 0 0;
  display: block;
  background: url(/common/images/obj_blank.png) no-repeat right 8px center;
  background-size: 14px auto;
}
ul li.mail a {
  padding: 0 20px 0 0;
  display: block;
  background: url(/common/images/obj_mail.png) no-repeat right 5px center;
  background-size: 18px auto;
}
a.link {
  padding: 0 30px 0 0;
  display: inline-block;
  background: url(/common/images/obj_blank.png) no-repeat right 0px center;
  background-size: 14px auto;
}



/*ヘッダー
***********************************************************/
.header {
  padding: 30px 0;
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify; /* Androidブラウザ用 */
  align-items: center;
  justify-content: space-between;
}
h1 {
  padding: 0 0 0 30px;
  width: 268px;
}
.header ul {
  margin: 0 30px 0 0;
  font-size: 14px;
}
.header ul li {
  margin: 0 0 0 30px;
  display: inline-block;
}



/*メニュー
***********************************************************/
.menu-btn {
  display: none;
}
#menu {
  position: absolute;
  width: 94px;
  height: 94px;
  top: 0;
  right: 0;
  z-index: 99999;
}

#menu a {
  padding: 29px 29px;
  width: 94px;
  height: 94px;
  display:block;
  box-sizing: border-box;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 32px;
  display:block;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 15px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0 !important;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}


.menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.menu ul.menuList {
    display: table-cell;
    vertical-align: middle;
}

.menu ul.menuList li {
    width: 80%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
    list-style: none;
}


.menu ul.menuList li a {
    display: block;
    color: #000;
    background: url(/common/images/obj_arrowYoko2.png) no-repeat center right 10px;
    background-size: 6px auto;
}

.menu ul.menuList li a:hover {
    color: #999;
}

.menu ul.menuList ul.productList {
    margin: 0 auto;
    width: 80%;
}
.menu ul.menuList ul.productList li {
    width: 100%;
    display: block;
    font-size: 13px;
    border: none;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}
.menu ul.menuList ul.productList li a {
  padding: 0 0 0 20px;
    width: 100%;
    display: block;
    background-image: none;
}
.menu ul.menuList ul.productList li:nth-child(odd) {
  background: #ffe65c;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}



/*トップコンテンツ
***********************************************************/
.contentsInner {
  margin: 0 auto;
  padding: 80px 40px 0 !important;
  max-width: 1040px;
}
.lead {
  text-align: center;
}



/*ページトップ
***********************************************************/
.pagetop {
  margin: 200px auto 40px;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.pagetop img {
  margin: 0 auto;
  width: 30%;
}




/*フッター
***********************************************************/
.footer {
  background: #333;
}
.footerInner {
  margin: 0 auto;
  padding: 100px 60px 100px;
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify; /* Androidブラウザ用 */
  align-items: center;
  justify-content: space-between;
  flex-direction : row-reverse;
}
.footerInnerLeft {
  color: #cccccc;
  font-size: 12px;
}
.footerInnerLeft p:first-child {
  padding: 0 0 20px;
  width: 64px;
}
.footerInnerRight li {
  margin: 0 0 0 30px;
  display: inline-block;
}
.footerInnerRight li:first-child {
  margin: 0;
}
.footerInnerRight li a {
  color: #fff !important;
  font-size: 14px;
}





/*下階層
***********************************************************/
.l2Title {
  padding: 110px 0 0;
  text-align: center;
}
.l2Title p {
  margin: 0 auto;
  padding: 0 40px 0;
  background: url(/common/images/obj_midashiline.png) no-repeat right center,
  url(/common/images/obj_midashiline.png) no-repeat left center;
  background-size: auto 1px;
  width: 120px;
  box-sizing: border-box;
  font-size: 24px;
}
.l2Title h2 {
  padding: 10px 0 10px 0.1em;
  font-size: 58px;
  letter-spacing: 8px;
}
.pList {
  margin: 0 auto;
  padding: 60px 30px 0;
  max-width: 1300px;
  font-size: 12px;
  text-align: left;
}
.pList span {
  padding: 0 5px;
}
.pList img {
  padding: 3px 0 0;
  width: 13px;
}



/*全体（900px以上、スマホや小さいタブレット）
***********************************************************/

@media screen and (min-width:900px) {
.br2::before {
  content: "\A" ;
  white-space: pre ;
}

}




/*全体（899px以下、スマホや小さいタブレット）
***********************************************************/

@media screen and (max-width:899px) {
.br::before {
  content: "\A" ;
  white-space: pre ;
}
a:hover,a:active{
  opacity: 1;
}
a:hover img {
  opacity: 1;
}
h1 {
  padding: 0 0 0 20px;
  width: 220px;
}
.header ul {
  display: none;
}

.menu-btn {
  display: block;
}

.wrapper .contentsInner {
  margin: 0 auto;
  padding: 60px 30px 0 !important;
}

.l2Title {
  padding: 80px 0 0;
  text-align: center;
}
.l2Title p {
  font-size: 16px;
}
.l2Title h2 {
  padding: 10px 0 0 0.1em;
  font-size: 42px;
  letter-spacing: 8px;
}
.l2Title h3 {
  padding: 0;
  font-size: 14px;
}
.pList {
  display: none;
}

.pagetop {
  margin: 100px auto 30px;
}

.footerInner {
  margin: 0 auto;
  padding: 60px 60px 80px;
  display: block;
  text-align: center;
}
.footerInnerLeft {
  margin: 0 auto;
  color: #cccccc;
  font-size: 12px;
  text-align: center;
}
.footerInnerLeft p {
  margin: 0 auto;
  text-align: center;
}
.footerInnerLeft p img {
  margin: 0 auto;
}
.footerInnerRight {
  margin: 0 auto 80px;
  display: inline-block;
  text-align: center;
}



}

