@charset "UTF-8";
/*===============================================================
  
  2015/7/17
  
===============================================================*/
/* 初期化
----------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", meiryo, sans-serif;
  /* font-family: "メイリオ", meiryo, sans-serif; */
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
  line-height: 22px;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

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

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* iOS3.1のhtml5対応 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* body
----------------------------------------------------------------*/
body {
  background-color: #fff;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  /* 縦横文字サイズ同じ */
}

a {
  color: #3399cd;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}

a:hover {
  color: #39F;
}

.boxshadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.sp {
  display: none;
}

img {
  width: 100%;
  height: 100%;
}

.mt0 {
  margin-top: 0 !important;
}

/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .fit,
  .fit img {
    width: 100%;
    height: auto;
  }
}
/* for SP max-width: 736px */
/* コンテンツスタート

/*----------------------------------------------------------------

ヘッダー

----------------------------------------------------------------*/
.header-wrp {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.header-wrp h1 {
  float: left;
  padding: 15px 0;
}

/* 20161021 Yamanaka added */
.header-wrp ul li{
  display: inline-block;
}

.header-wrp .header-right-nav {
  float: right;
}

.header-wrp li.help a {
  color: #4fb568;
  text-decoration: none;
  font-weight: bold;
  background: url(../../assets/img/pageHeaderhelp.png);
  background-position: left;
  line-height: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: block;
  padding-left: 30px;
  margin-top: 25px;
}

.header-wrp li.help a:hover {
  text-decoration: underline;
}

.header-wrp li.mail a {
  color: #4fb568;
  text-decoration: none;
  font-weight: bold;
  background: url(../../assets/img/pageHeadermail.png);
  background-position: left;
  line-height: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: block;
  padding-left: 32px;
  margin-top: 25px;
}
.header-wrp li.mail a:hover {
  text-decoration: underline;
}

.header-nav {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 65px;
  background-color: #4fb568;
}
.header-nav ul {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  background: url(../../assets/img/pageHeader-line01.png);
  background-repeat: no-repeat;
  background-position: right;
}
.header-nav ul li {
  padding: 8px;
  background: url(../../assets/img/pageHeader-line01.png);
  background-repeat: no-repeat;
  background-position: left;
  float: left;
}
.header-nav ul li a {
  display: block;
  width: 184px;
  height: 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.header-nav ul li a p {
  padding-top: 10px;
  line-height: 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.header-nav ul li a p span {
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
}
.header-nav ul li a:hover {
  background-color: #439a59;
}
.header-nav2 {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 65px;
  background-color: #4fb568;
}
.header-nav2 ul {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  background: url(../../assets/img/pageHeader-line01.png);
  background-repeat: no-repeat;
  background-position: right;
}
.header-nav2 ul li {
  padding: 8px;
  background: url(../../assets/img/pageHeader-line01.png);
  background-repeat: no-repeat;
  background-position: left;
  float: left;
}
.header-nav2 ul li a {
  display: block;
  width: 184px;
  height: 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.header-nav2 ul li a p {
  padding-top: 10px;
  line-height: 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.header-nav2 ul li a p span {
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
}
.header-nav2 ul li a:hover {
  background-color: #439a59;
}
.menuWrap {
  width: 100%;
  height: 65px;
  background-color: #4fb568;
}
.menuWrap .menu {
  width: 1000px;
  margin: 0 auto;
  padding: 6px 0;
}
.menuWrap .menu ul {
  margin: 0;
  padding: 0;
}
.menuWrap .menu ul li {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  float: left;
  position: relative;
  width: 180px;
  /*親メニューの幅*/
  height: 55px;
  /*親メニューの高さ*/
  line-height: 16px;
  background: #4fb568;
  /*親メニューの背景色*/
  color: #4D4D4D;
  /*親メニューの文字色*/
  text-align: center;
}
.menuWrap .menu ul li:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: 0;
}
.menuWrap .menu ul li:last-child:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 25px;
  right: 0;
}
.menuWrap .menu span {
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
}
.menuWrap .menu ul li a {
  color: #fff;
  display: block;
  padding: 9px 0;
  height: 35px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.menuWrap .menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  /*ホバー時の親メニューの背景色*/
  color: #fff;
  /*ホバー時の親メニューの文字色*/
}
.menuWrap .menu ul li ul {
  position: absolute;
  top: 55px;
  /*親メニューの高さと同じにする*/
  width: 180px;
  z-index: 100;
}
.menuWrap .menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  width: 180px;
  /*サブメニューの幅*/
  height: 0;
  background: #4fb568;
  /*サブメニューの背景色*/
  font-size: 14px;
}
.menuWrap .menu ul li ul li:before {
  display: none;
}
.menuWrap .menu ul li ul li:last-child:after {
  display: none;
}
.menuWrap .menu ul li ul li a {
  padding: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 35px;
}
.menuWrap .menu ul li ul li a:hover {
  background: #3F9053;
  /*ホバー時のサブメニューの背景色*/
}
.menuWrap .menu ul li:hover ul li, .menuWrap .menu ul li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 35px;
  /*サブメニューの高さ*/
  z-index: 10;
}
.menuWrap .menu ul li ul li {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 736px) {
  .header-wrp {
    width: 100%;
    margin: 0 auto;
  }
  .header-wrp h1 {
    padding: 10px 10px;
    width: 100px;
    height: auto;
  }
}
/*----------------------------------------------------------------

メイン

----------------------------------------------------------------*/
.main-img {
  width: 100%;
  height: 250px;
}

.main-img.top {
  background: url(../../assets/img/imag_main06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}
.main-img.top h2 {
  width: 400px;
  margin: 0 auto;
  margin-top: 5%;
}

.main-img.compliance {
  background: url(../../assets/img/imag_main01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-img.company {
  background: url(../../assets/img/imag_main02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-img.vision {
  background: url(../../assets/img/imag_main03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-img.service {
  background: url(../../assets/img/imag_main04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-img.news {
  background: url(../../assets/img/imag_main05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-img-inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  padding-top: 84px;
}
.main-img-inner h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.main-img-inner h2 span {
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
}

.breadcrumb {
  height: 50px;
  width: 100%;
  background-color: #f5f5f5;
}
.breadcrumb ul {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.breadcrumb ul li {
  line-height: 50px;
  float: left;
}
.breadcrumb ul li a {
  color: #333;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 736px) {
  .main-img {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .main-img.top {
    height: 200px;
  }
  .main-img.top .main-img-inner {
    padding: 13%;
  }
  .main-img.top .main-img-inner h2 {
    width: 224px;
    margin: 0 auto;
    margin-top: 0;
  }

  .main-img-inner {
    width: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 15%;
  }
  .main-img-inner h2 {
    text-shadow: 0px 0px 5px #333;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
  }
  .main-img-inner h2 span {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
  }

  .breadcrumb {
    display: none;
  }
}
/*----------------------------------------------------------------

content

----------------------------------------------------------------*/
.content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.content h3 {
  margin-top: 50px;
  font-size: 36px;
  font-weight: bold;
  border-top: solid 2px #4fb568;
  text-align: center;
  color: #4fb568;
  padding: 17px 0;
  border-bottom: solid 1px #4fb568;
  margin-bottom: 50px;
}

.visionHeader {
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    border-top: solid 1px #4fb568;
    text-align: center;
    color: #4fb568;
    padding: 17px 0;
    border-bottom: solid 1px #4fb568;
    margin-bottom: 50px;
}
.content h4 {
  font-size: 30px;
  font-weight: bold;
  color: #4fb568;
  line-height: 20px;
  margin: 50px 0;
}
.content h4 span {
  background: url(../../assets/img/bottom-line.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 10px 20px 18px 0px;
  font-weight: bold;
}
.nb_margin {
  margin-bottom: 0px !important;
}
.content .div_pmark {
  display: flex;
  justify-content: right;
  align-items: right;
}
.content-inner {
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.content-inner h5 {
  color: #4fb568;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 21px;
  margin-top: 40px;
}
.content-inner h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #4fb568;
  line-height: 16px;
  border-left: solid 3px #4fb568;
  padding-left: 10px;
}
.content-inner dl {
  overflow: hidden;
  *zoom: 1;
}
.content-inner dl dt {
  margin-top: 4px;
  width: 5%;
  float: left;
  clear: both;
}
.content-inner dl dd {
  margin-top: 4px;
  float: left;
  width: 95%;
}
.content-inner dl dd span {
  color: #9b0000;
}
.content-inner dl dd ul {
  padding-left: 1em;
}
.content-inner dl dd ul li {
  list-style-type: disc;
}

.company dl {
  border-bottom: solid 1px #4fb568;
  padding-bottom: 16px;
  margin-top: 16px;
}
.company dl dt {
  width: 180px;
  text-align: center;
  font-size: 16px;
}
.company dl dd {
  width: 670px;
  font-size: 16px;
}
.company dl .map a {
  background: url(../../assets/img/arw_map.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.news dl {
  border-bottom: solid 1px #4fb568;
  padding-bottom: 16px;
  margin-top: 16px;
}
.news dl dt {
  width: 200px;
  text-align: center;
  font-size: 16px;
}
.news dl dd {
  width: 650px;
  font-size: 16px;
}
.news dl .map a {
  background: url(../../assets/img/arw_map.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.newsText {
  font-size: 130%;
  line-height: 1.7;
}
.news-margin-top-30 {
margin-top: 30px;
}
.comingsoon {
  height: auto;
  padding: 120px 0;
  text-align: center;
}
.comingsoon p {
  font-size: 24px;
  color: #4fb568;
}

.service-flow {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
}
.service-flow img {
  width: auto;
}

.serviceText {
  font-size: 125%;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.serviceTextTop {
  font-size: 125%;
  line-height: 1.7;
  margin: 60px 0 20px 0;
}

.missionText, .visionText {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.underconstruction {
  font-size: 120%;
  margin: 0 0 30px 0;
  padding: 10px 0;
  text-align: center;
  background: #edfaf0;
  color: #4FB568;
}

.pmark1 {
  font-size: 150%;
  line-height: 1.7;
  margin: 20px 0px 5px 0px;
}

.pmark2,
.pmark3 {
  font-size: 130%;
  line-height: 1.7;
  margin: 5px 20px 5px 20px;
}

.pmark3 {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: right;
}


/* icons, services box
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon {
  max-width: 80px;
  max-height: 80px;
}

.registbutton {
  max-width: 360px;
  height: 60px;
  margin: 0 auto;
  background: #4fb568;
  text-align:center;
  color: #fff;
  border-radius: 4px;
}

.registbutton p {
  line-height: 60px;
  font-size: 18px;
}

.registbutton a {
  text-decoration: none;
  color: #fff;
}
.userinfo {
  text-align: center;
  margin: 1em 0 0 0;
}
.userinfo a {
  color: #3399cd;
}

.helpbutton {
  text-align: center;
}

.helpbutton a {
  font-size: 1.4em;
  color: #4fb568;
}

.helpbutton a:hover {
  text-decoration: none;
}

.services-box {
  padding: 2px;
  padding-bottom: 20px;
  min-height: 120px;
  background: #f9f9f9;
  margin: 5px 5px 0 5px;
  position: relative;
}
.service-name {
  font-size:120%;
  font-weight:bold;
  color:#444;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
}

.service_02 {
  margin-top: 2em;
}

.services-box:hover {
  outline:1px solid #ccc !important;
  background: #fff !important;
}

.services-section {
  margin:auto auto auto 0.5em !important;
}

.services-section a {
  color: #333;
}

.last-section {
  margin-bottom: 5px;
}

p.service-text {
  font-size: 90%;
}

div.service-corp {
  clear: left;
  position: absolute;
  bottom: 0px;
  right: 2px;
}

p.service-corp {
  margin-right: 0.5em;
  font-size: 70%;
  text-align: right;
}

table.wrapper {
    width: 100% !important;
    table-layout: fixed;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.seminarText {
  font-size: 125%;
  line-height: 1.7;
  margin: 0 0 20px 0;
  color: #333333;
}

.seminarTextDate {
  font-size: 110%;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
/*
img.max-width {
    max-width: 100% !important;
}

.column.of-2 {
    width: 50%;
}

.column.of-3 {
    width: 33.333%;
}

.column.of-4 {
    width: 25%;
}

ul ul ul ul {
    list-style-type: disc !important;
}

ol ol {
    list-style-type: lower-roman !important;
}

    ol ol ol {
        list-style-type: lower-latin !important;
    }

        ol ol ol ol {
            list-style-type: decimal !important;
        }

@media screen and (max-width:480px) {
    .preheader .rightColumnContent,
    .footer .rightColumnContent {
        text-align: left !important;
    }

        .preheader .rightColumnContent div,
        .preheader .rightColumnContent span,
        .footer .rightColumnContent div,
        .footer .rightColumnContent span {
            text-align: left !important;
        }

    .preheader .rightColumnContent,
    .preheader .leftColumnContent {
        font-size: 80% !important;
        padding: 5px 0;
    }

    table.wrapper-mobile {
        width: 100% !important;
        table-layout: fixed;
    }

    img.max-width {
        height: auto !important;
        max-width: 100% !important;
    }

    a.bulletproof-button {
        display: block !important;
        width: auto !important;
        font-size: 80%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .columns {
        width: 100% !important;
    }

    .column {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .social-icon-column {
        display: inline-block !important;
    }*/
/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 736px) {
.content {
  width: auto;
  margin: 0 15px;
}

.content h3 {
  margin-top: 20px;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  height: auto;
  line-height: 30px;
}

.content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #4fb568;
  line-height: 26px;
  margin: 40px 0 20px 0;
}

.content h4 span {
  background: none;
  display: block;
  float: left;
  padding: 0 10px 20px 0;
}

.content .comingsoon {
  height: auto;
  padding: 30px 0;
  text-align: center;
}

.content .comingsoon p {
  font-size: 14px;
  color: #4fb568;
}

.content-inner {
  width: auto;
  margin-top: 20px;
}

.content-inner h5 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.content-inner h6 {
  font-size: 14px;
}

.content-inner dl dt {
  width: 10%;
}

.content-inner dl dd {
  width: 90%;
}

.company dl {
  border-bottom: none;
  padding-bottom: 10px;
  margin-top: 5px;
}

.company dl dt {
  width: 100%;
  text-align: left;
  font-size: 90%;
  float: none;
  background: #ecfaf0;
  padding: 4px;
}

.visionHeader {
  width: 100%;
  text-align: left;
  font-size: 14px;
  float: none;
  background: #ecfaf0;
  padding: 4px;
  border-top: none;
  border-bottom: none;
}

.missionText, .visionText {
  font-size: 14px;
}

.company dl dd {
  width: 100%;
  font-size: 100%;
  float: none;
  margin: 10px 0 0 0;
}

.news dl {
  border-bottom: none;
  padding-bottom: 10px;
  margin-top: 5px;
}

.news dl dt {
  width: 100%;
  text-align: left;
  font-size: 90%;
  float: none;
  background: #ecfaf0;
  padding: 4px;
}

.news dl dd {
  width: 100%;
  font-size: 100%;
  float: none;
  margin: 10px 0 0 0;
}

.service-flow {
  margin-top: 20px;
  margin-bottom: 50px;
}

.service-flow img {
  width: 100%;
}

.serviceTextTop {
  font-size: 110%;
  line-height: 1.7;
  margin: 60px 0 20px 0;
}

.serviceText {
  font-size: 110%;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.seminarText {
  font-size: 110%;
  line-height: 1.7;
  margin: 0 0 20px 0;
  color: #333333;
}

.seminarTextDate {
  font-size: 100%;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
p.service-text {
  width: 97%;
}
    }
    /*----------------------------------------------------------------

footer

----------------------------------------------------------------*/
.footer-wrp {
  width: 100%;
  background-color: #eee;
  margin-top: 90px;
}

.footer {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}

.footer ul {
  padding: 40px 0 20px 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.footer ul li {
  font-size: 14px;
  color: #333;
  float: left;
  border-right: solid 1px #ccc;
  padding: 0 15px;
}

.footer ul li a {
  text-decoration: none;
  color: #333;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer ul li:last-child {
  border-right: none;
}

.footer p {
  font-size: 12px;
  text-align: center;
  padding-bottom: 40px;
}

.footer .div_pmark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.footer .p_pmark {
  padding: 20px 5px 20px;
}


/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 736px) {
    .footer-wrp {
        width: 100%;
        background-color: #eee;
        margin-top: 50px;
    }

    .footer {
        width: auto;
        margin: 0;
        padding: 0 0 20px 0;
    }

    .footer p {
        font-size: 12px;
        text-align: center;
        padding: 0;
    }

    .footer ul {
        padding: 0 0 20px 0;
        margin: 0 auto;
        display: block;
        text-align: left;
    }

    .footer ul li {
        font-size: 14px;
        color: #333;
        float: none;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 14px;
    }

    .footer ul li a {
        text-decoration: none;
        color: #333;
    }

    .footer ul li a:hover {
        text-decoration: underline;
    }

    .footer ul li:last-child {
        border-right: none;
    }
}
    /*----------------------------------------------------------------

サイドナビ

----------------------------------------------------------------*/
    .sidebar {
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        z-index: 9999 !important;
        background: #fff;
    }

    .sidebar .sidebar-inner {
        width: 240px;
        height: 100%;
    }

    .sidebar .sidebar-inner .sidebar-top {
        height: 85px;
        border-bottom: solid #eee 1px;
    }

    .sidebar .sidebar-inner .sidebar-top h4 {
        float: left;
        margin-top: 35px;
        margin-left: 25px;
    }

    .sidebar .sidebar-inner .sidebar-top .sidebar-close {
        cursor: pointer;
        float: right;
        margin-top: 40px;
        margin-right: 25px;
    }

    .sidebar .sidebar-inner .sidebar-top .sidebar-close img {
        height: 20px;
        width: 20px;
    }

    .sidebar .sidebar-inner .sidebar-nav {
        overflow: hidden;
        *zoom: 1;
        font-family: 'Roboto', sans-serif;
        width: 210px;
        margin: 0 auto;
    }

    .sidebar .sidebar-inner .sidebar-nav li {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .sidebar .sidebar-inner .sidebar-nav li a {
        color: #333;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
    }

    .sidebar-copy {
        border-top: solid #eee 1px;
        padding-top: 24px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

        .sidebar-copy p {
            font-size: 12px;
            color: #333;
            text-align: center;
        }

    .hamburger {
        display: none;
    }

    /* SP */
    @media only screen and (max-width: 736px) {
        .sidebar .sidebar-inner .sidebar-top {
            height: 45px;
            border-bottom: solid #eee 1px;
            padding-bottom: 10px;
        }

        .sidebar .sidebar-inner .sidebar-top h4 {
            float: left;
            margin-top: 15px;
            margin-left: 25px;
        }

        .sidebar .sidebar-inner .sidebar-top h4 img {
            height: 20px;
            width: auto;
        }

        .sidebar .sidebar-inner .sidebar-top .sidebar-close {
            float: right;
            margin-top: 15px;
            margin-right: 25px;
        }

        .sidebar .sidebar-inner .sidebar-top .sidebar-close img {
            height: 20px;
            width: auto;
        }

        .hamburger {
            cursor: pointer;
            margin-top: 15px;
            margin-right: 10px;
            float: right;
            display: block;
        }

        .hamburger img {
            height: 18px;
            width: auto;
        }
    }
