@charset "utf-8";
/*-----------------------------------
　　 基本設定
-----------------------------------*/
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Arial', serif;
  font-size: 14px;
  color: #645a57;
}
/*-----------------------------------
　　 リンク設定
-----------------------------------*/
a:link {
  text-decoration: none;
  color: #333;
}
a:visited {
  color: #a76cc6;
  text-decoration: none;
}
a:active {
  color: #a76cc6;
  text-decoration: none;
}
a:hover {
  color: #a76cc6;
  text-decoration: none;
}
/*-----------------------------------
　　 その他設定
-----------------------------------*/
ul, ol {
  list-style: none; /* マーカーを消す */
}
a:hover .hover_img {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  -ms-filter: "alpha(opacity=70)";
}
.sp {
  display: block;
  clear: both;
  height: auto;
  overflow: hidden;
}
/*-----------------------------------
　　 フォント
-----------------------------------*/
.font-01 {
  font-size: 16px;
  line-height: 30px;
}
.font-02 {
  font-size: 20px;
}
.font-03 {
  font-size: 18px;
}
.font-04 {
  color: #d96485;
  font-weight: 600;
}
.font-05 {
  font-weight: 600;
}
.font-06 {
  text-decoration: underline;
}
.font-07 {
  font-size: 14px;
  color: #645a57;
}
.font-08 {
  color: #7ab55d;
}
.font-09 {
  color: #97a9e6;
}
.font-10 {
  color: #97a9e6;
  font-size: 18px;
}
.font-11 {
  font-size: 25px;
}
.font-12 {
  font-size: 18px;
  color: #3fba9c;
  font-weight: 600;
  line-height: 50px;
}
.font-13 {
  color: #3fba9c;
}
.font-14 {
  font-size: 30px;
  color: #ec9ecc;
  font-weight: 500;
  line-height: 60px;
}
.font-15 {
  font-size: 30px;
  color: #97a9e6;
  font-weight: 500;
  line-height: 60px;
}
.font-16 {
  color: #ff8949;
}
.font-17 {
  font-size: 18px;
  color: #4bc9ee;
  font-weight: 500;
}
.font-18 {
  font-size: 18px;
  color: #64d067;
  font-weight: 500;
}
.font-19 {
  color: #e6211a;
}
/*-----------------------------------
　　 page-top
-----------------------------------*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  border-radius: 5px;
  z-index: 9999;
  width: 40px;
  height: auto;
}
#page-top img {
  display: block;
}
/*-----------------------------------
　　 その他
-----------------------------------*/
.inner {
  width: 1200px;
  height: auto;
  margin: 0px auto 0px;
}
/*-----------------------------------
　　ヘッダー			
-----------------------------------*/
.header {
  width: 1200px;
  height: auto;
  margin: 0px auto 15px;
}
.logo {
  width: 340px;
  height: auto;
  margin: 40px 0px 0px 0px;
  float: left;
}
.header-right {
  float: right;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
  text-align: center;
}
.header-right a {
  display: block;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
  transition: 1s all;
}
.hr001 {
  background-color: #7bc1e2;
}
.hr001 a:hover {
  background-color: #0fabf4;
}
.hr002 {
  background-color: #f2a6cc;
}
.hr002 a:hover {
  background-color: #d3a6e9;
}
.hr003 {
  background-color: #d3a6e9;
}
.hr003 a:hover {
  background-color: #c678ef;
}
.hr004 {
  background-color: #38E57C;
}
.hr004 a:hover {
  background-color: #84FF6C;
}
/*-----------------------------------
　　メインメニュー			
-----------------------------------*/
.mainmenu {
  width: 600px;
  height: auto;
  margin: 55px 0px 0px 0px;
  font-size: 14px;
  float: right;
}
.mm {
  position: relative;
  width: 100%;
  height: 35px;
  margin: 0px auto 0px;
  letter-spacing: 0.15em;
}
.mm > nv {
  float: left;
  width: 20%;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  padding: 0px 0px 0px 0px;
}
.mm > nv a {
  display: block;
  color: #333;
}
.mm > nv a:hover {
  color: #999;
}
div.menu-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  text-align: left;
}
div.menu-third-level {
  visibility: hidden;
  opacity: 0;
}
div.menu-fourth-level {
  visibility: hidden;
  opacity: 0;
}
.mm > nv:hover {
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menu-second-level nv {
  border-top: 1px solid #111;
}
.menu-third-level nv {
  border-top: 1px solid #111;
}
.menuvsecond-level nv a:hover {
  background: #fff;
}
.menu-third-level nv a:hover {
  background: #fff;
}
.menu-fourth-level nv a:hover {
  background: #fff;
}
/* floatクリア */
.mm:before, .mm:after {
  content: " ";
  display: table;
}
.mm:after {
  clear: both;
}
.mm {
  *zoom: 1;
}
.mm > nv.menu-single {
  position: relative;
}
nv.menu-single div.menu-second-level {
  position: absolute;
  top: 50px;
  width: 155%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  letter-spacing: 0em;
}
nv.menu-single:hover div.menu-second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  width: 155%;
  padding: 0px 10px 5px 12px;
  margin: 0px 0px 0px -40px;
}
nv.menu-single div.menu-second-level a {
  color: #a76cc6;
}
nv.menu-single:hover div.menu-second-level a:hover {
  color: #333;
}
/*-----------------------------------
　　 スマホメインメニュー
-----------------------------------*/
.sm {
  display: none;
}
#menu01 {
  display: none;
}
/*-----------------------------------
　　 フッター
-----------------------------------*/
.footer {
  width: 100%;
  border-top: 4px solid #d2a6e9;
  margin: 0px 0px 0px 0px;
  background-color: #faf2ff;
  padding: 60px 0px 60px 0px;
  color: #3e2f36;
}
.footer a {
  color: #3e2f36;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.footer a:hover {
  color: #6d5f65;
  text-decoration: underline;
}
.ft-text {
  width: 160px;
  height: auto;
  margin: 0px 0px 0px 0px;
  float: left;
  line-height: 35px;
  letter-spacing: 0.07em;
}
.ft-text02 {
  width: 240px;
  height: auto;
  margin: 0px 0px 0px 30px;
  float: left;
  line-height: 35px;
  letter-spacing: 0.03em;
}
.ft-text03 {
  width: 180px;
  height: auto;
  margin: 0px 0px 0px 35px;
  float: left;
  line-height: 35px;
  letter-spacing: 0.07em;
}
.ft-text04 {
  width: 160px;
  height: auto;
  margin: 0px 0px 0px 30px;
  float: left;
  line-height: 35px;
  letter-spacing: 0.07em;
}
.ft-text05 {
  width: 185px;
  height: auto;
  margin: 0px 0px 0px 20px;
  float: left;
  line-height: 35px;
  letter-spacing: 0.07em;
}
.ft-text06 {
  width: 100px;
  height: auto;
  margin: 0px 0px 0px 30px;
  float: left;
  line-height: 35px;
  letter-spacing: 0.07em;
}
.footer-left {
  width: 280px;
  height: auto;
  margin: 30px 0px 10px 0px;
  float: left;
}
.footer-left02 {
  width: 480px;
  height: auto;
  margin: 30px 0px 0px 0px;
  font-size: 13px;
  letter-spacing: 0.07em;
  float: left;
  line-height: 20px;
}
.copyright {
  width: 100%;
  height: auto;
  font-size: 10px;
  letter-spacing: 0.07em;
  color: #666;
  margin: 4px 0px 0px 0px;
  float: left;
  text-align: left;
}
/* PC用 */
@media print, screen and (min-width:1200px) {
  .Nav {
    display: none;
  }
}
/* モニター幅1200px以下 */
@media only screen and (max-width:1200px) {
  .font-11 {
    font-size: 22px;
  }
  .font-12 {
    font-size: 16px;
    line-height: 24px;
  }
  .font-14 {
    font-size: 25px;
    line-height: 50px;
  }
  .font-15 {
    font-size: 25px;
    line-height: 50px;
  }
  .font-17 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  /*-----------------------------------
　　 その他
-----------------------------------*/
  .inner {
    width: 99%;
    height: auto;
    margin: 0px auto 0px;
  }
  /*-----------------------------------
　　ヘッダー			
-----------------------------------*/
  .header {
    width: 100%;
    height: auto;
    margin: 0px auto 5px;
  }
  .logo {
    width: 290px;
    height: auto;
    margin: 10px 0px 0px 0px;
    float: left;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .header-right {
    display: none;
  }
  /*-----------------------------------
　　メインメニュー			
-----------------------------------*/
  .mainmenu {
    display: none;
  }
  /*-----------------------------------
　　 スマホメインメニュー
-----------------------------------*/
  .sm {
    display: block;
    width: auto;
    float: right;
    text-align: right;
    position: fixed;
    right: 5px;
    top: 10px;
    z-index: 9999;
  }
  .lock {
    overflow: hidden;
  }
  .modal-content {
    position: relative;
    display: none;
    width: 96%;
    margin: 0px;
    padding: 10px 0 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
  }
  .modal-content p {
    margin: 0;
    padding: 0;
  }
  .modal-overlay {
    z-index: 99998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .modal-wrap {
    z-index: 99999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .modal-open {
    color: #fff;
    padding: 0px 4px 0px 9px;
    background-color: #d2a6e9;
    font-size: 27px;
    letter-spacing: 0.2em;
    border: #d2a6e9 1px solid;
    font-weight: bold;
  }
  .modal-open:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
  }
  .modal-close {
    color: #fff;
    text-align: right;
  }
  .modal-close:hover {
    cursor: pointer;
    color: #fff;
  }
  p.close_top {
    text-align: right;
    margin: 0px 0px 10px 0px;
  }
  p.close_top .modal-close {
    color: #333;
    font-size: 16px;
    margin-right: 10px;
    padding: 10px 10px 10px 10px;
  }
  .modal-content > ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .modal-content > ul li.lavel {
    width: 28%;
    height: 240px;
    background-color: #cf91f0;
    border: #cf91f0 2px solid;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 10px 10px;
    text-align: left;
    float: left;
    list-style: none;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel a {
    color: #fff;
    text-decoration: none;
  }
  .modal-content > ul li.lavel a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
  }
  .modal-content > ul li.lavel02 {
    width: 28%;
    height: 240px;
    background-color: #ec9ecc;
    border: #ec9ecc 2px solid;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 10px 10px;
    text-align: left;
    float: left;
    list-style: none;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel02 a {
    color: #fff;
    text-decoration: none;
  }
  .modal-content > ul li.lavel02 a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
  }
  .modal-content > ul li.lavel03 {
    width: 28%;
    height: 240px;
    background-color: #899ddc;
    border: #899ddc 2px solid;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 10px 10px;
    text-align: left;
    float: left;
    list-style: none;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel03 a {
    color: #fff;
    text-decoration: none;
  }
  .modal-content > ul li.lavel03 a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
  }
  .modal-content > ul li.lavel04 {
    width: 28%;
    height: 180px;
    background-color: #71cbdb;
    border: #71cbdb 2px solid;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 10px 10px;
    text-align: left;
    float: left;
    list-style: none;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel04 a {
    color: #fff;
    text-decoration: none;
  }
  .modal-content > ul li.lavel04 a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
  }
  .modal-content > ul li.lavel05 {
    width: 28%;
    height: 180px;
    background-color: #fbaf44;
    border: #fbaf44 2px solid;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 10px 10px;
    text-align: left;
    float: left;
    list-style: none;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel05 a {
    color: #fff;
    text-decoration: none;
  }
  .modal-content > ul li.lavel05 a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
  }
  .modal-content > ul li.lavel06 {
    width: 28%;
    height: 180px;
    background-color: #89cc47;
    border: #89cc47 2px solid;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 10px 10px;
    text-align: left;
    float: left;
    list-style: none;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel06 a {
    color: #fff;
    text-decoration: none;
  }
  .modal-content > ul li.lavel06 a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
  }
  ul.nav_box {
    background-color: #221513;
    margin: 0;
    padding: 5px 0px 10px 0px;
    overflow: hidden;
    text-align: center;
  }
  ul.nav_box li {
    font-size: 14px;
    width: 46%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 5px;
  }
  ul.nav_box li a {
    color: #fff;
    display: block;
  }
  p.close_bottom {
    background-color: #d2a6e9;
    overflow: hidden;
    text-align: center;
  }
  p.close_bottom a {
    display: block;
    color: #333;
    background-color: #fff;
    padding: 0px 20px 10px;
    font-size: 16px;
    text-align: left;
  }
  /*-----------------------------------
　　 フッター
-----------------------------------*/
  .footer {
    width: 100%;
    border-top: 4px solid #ac8cba;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
    padding: 0px;
  }
  .ft-text {
    display: none;
  }
  .ft-text02 {
    display: none;
  }
  .ft-text03 {
    display: none;
  }
  .ft-text04 {
    display: none;
  }
  .ft-text05 {
    display: none;
  }
  .ft-text06 {
    display: none;
  }
  .footer-left {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
    font-size: 13px;
    letter-spacing: 0.07em;
    float: left;
    line-height: 23px;
    text-align: center;
  }
  .footer-left02 {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    letter-spacing: 0.07em;
    float: left;
    line-height: 23px;
    text-align: center;
  }
  .copyright {
    width: 100%;
    height: auto;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #666;
    margin: 20px 0px 0px 0px;
    float: right;
    text-align: center;
  }
}
/* iPad 縦 */
@media only screen and (max-width:768px) {
  /*-----------------------------------
　　 フォント
-----------------------------------*/
  .font-02 {
    font-size: 18px;
  }
  .font-03 {
    font-size: 15px;
  }
  .font-07 {
    font-size: 12px;
  }
  .font-10 {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .font-11 {
    font-size: 16px;
  }
  .font-12 {
    font-size: 14px;
    line-height: 18px;
  }
  .font-14 {
    font-size: 20px;
    line-height: 30px;
  }
  .font-15 {
    font-size: 20px;
    line-height: 30px;
  }
  .font-17 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  /*-----------------------------------
　　 その他
-----------------------------------*/
  .inner {
    width: 98%;
  }
  /*-----------------------------------
　　ヘッダー			
-----------------------------------*/
  .header {
    width: 100%;
    height: auto;
    margin: 0px auto 2px;
  }
  .logo {
    width: 200px;
    height: auto;
    margin: 5px 0px 0px 0px;
  }
  /*-----------------------------------
　　 スマホメインメニュー
-----------------------------------*/
  .modal-content {
    width: 96%;
    margin: 0px;
    padding: 10px 0 0;
    background: #fff;
  }
  .modal-open {
    padding: 3px 4px 3px 9px;
    font-size: 25px;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  p.close_top .modal-close {
    color: #333;
    font-size: 15px;
    margin-right: 10px;
    padding: 5px;
  }
  .modal-content > ul li.lavel {
    width: 42%;
    height: 220px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 10px;
    letter-spacing: 0.05em;
    line-height: 27px;
  }
  .modal-content > ul li.lavel02 {
    width: 42%;
    height: 220px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 10px;
    letter-spacing: 0.05em;
    line-height: 27px;
  }
  .modal-content > ul li.lavel03 {
    width: 42%;
    height: 160px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 10px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel04 {
    width: 42%;
    height: 160px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 10px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel05 {
    width: 42%;
    height: 180px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 10px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  .modal-content > ul li.lavel06 {
    width: 42%;
    height: 180px;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 10px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }
  ul.nav_box {
    background-color: #221513;
    margin: 0;
    padding: 5px 0px 10px 0px;
    overflow: hidden;
    text-align: center;
  }
  ul.nav_box li {
    font-size: 14px;
    width: 46%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 5px;
  }
  ul.nav_box li a {
    color: #fff;
    display: block;
  }
  p.close_bottom {
    background-color: #d2a6e9;
    overflow: hidden;
    text-align: center;
  }
  p.close_bottom a {
    display: block;
    color: #333;
    background-color: #fff;
    padding: 0px 20px 10px;
    font-size: 16px;
    text-align: left;
  }
  /*-----------------------------------
　　 フッター
-----------------------------------*/
  .footer {
    width: 100%;
    border-top: 4px solid #ac8cba;
    margin: 0px 0px 0px 0px;
  }
  .footer-left {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
    letter-spacing: 0.03em;
    float: left;
    line-height: 20px;
  }
  .footer-left img {
    width: 200px;
    height: auto;
  }
  .copyright {
    width: 100%;
    height: auto;
    font-size: 9px;
    letter-spacing: 0em;
    margin: 10px auto 0px;
    float: none;
  }
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
  /*-----------------------------------
　　 フォント
-----------------------------------*/
  .font-01 {
    font-size: 14px;
    line-height: 25px;
  }
  .font-02 {
    font-size: 13px;
    line-height: 25px;
  }
  .font-03 {
    font-size: 13px;
    line-height: 25px;
  }
  .font-07 {
    font-size: 10px;
    line-height: 10px;
  }
  .font-09 {
    font-size: 15px;
  }
  .font-11 {
    font-size: 14px;
  }
  .font-12 {
    font-size: 13px;
    line-height: 18px;
  }
  .font-14 {
    font-size: 15px;
    line-height: 27px;
  }
  .font-15 {
    font-size: 15px;
    line-height: 27px;
  }
  .font-17 {
    font-size: 11px;
  }
  .font-18 {
    font-size: 11px;
  }
  /*-----------------------------------
　　 page-top
-----------------------------------*/
  #page-top {
    right: 0px;
    width: 35px;
  }
  #page-top img {
    width: 100%;
    height: auto;
  }
  /*-----------------------------------
　　ヘッダー			
-----------------------------------*/
  .header {
    margin: 0px auto 0px;
  }
  .logo {
    width: 140px;
    height: auto;
    margin: 5px 0px 0px 0px;
  }
  /*-----------------------------------
　　 スマホメインメニュー
-----------------------------------*/
  .sm {
    right: 5px;
    top: 5px;
  }
  .modal-content {
    width: 97%;
    padding: 7px 0 0;
  }
  .modal-open {
    padding: 5px 4px 5px 9px;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .modal-overlay {
    z-index: 99998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  p.close_top .modal-close {
    font-size: 13px;
    margin-right: 5px;
  }
  .modal-content > ul li.lavel {
    width: 43%;
    height: 240px;
    font-size: 13px;
    padding: 5px;
    margin: 0px 0px 5px 7px;
    letter-spacing: 0em;
    line-height: 22px;
  }
  .modal-content > ul li.lavel02 {
    width: 43%;
    height: 240px;
    font-size: 13px;
    padding: 5px;
    margin: 0px 0px 5px 5px;
    letter-spacing: 0em;
    line-height: 22px;
  }
  .modal-content > ul li.lavel03 {
    width: 43%;
    height: 140px;
    font-size: 13px;
    padding: 5px;
    margin: 0px 0px 5px 7px;
    letter-spacing: 0em;
    line-height: 22px;
  }
  .modal-content > ul li.lavel04 {
    width: 43%;
    height: 140px;
    font-size: 13px;
    padding: 5px;
    margin: 0px 0px 5px 5px;
    letter-spacing: 0em;
    line-height: 20px;
  }
  .modal-content > ul li.lavel05 {
    width: 43%;
    height: 150px;
    font-size: 13px;
    padding: 5px;
    margin: 0px 0px 5px 7px;
    letter-spacing: 0em;
    line-height: 22px;
  }
  .modal-content > ul li.lavel06 {
    width: 43%;
    height: 150px;
    font-size: 13px;
    padding: 5px;
    margin: 0px 0px 5px 5px;
    letter-spacing: 0em;
    line-height: 20px;
  }
  p.close_bottom a {
    padding: 0px 15px 5px;
    font-size: 13px;
  }
  p.close_bottom a:hover {
    color: #333;
  }
  /*-----------------------------------
　　 フッター
-----------------------------------*/
  .footer {
    width: 100%;
    border-top: 2px solid #ac8cba;
    margin: 0px 0px 0px 0px;
  }
  .footer-left {
    width: 80%;
    height: auto;
    margin: 10px auto 0px;
    font-size: 10px;
    letter-spacing: 0.03em;
    float: none;
    line-height: 16px;
  }
  .footer-left img {
    width: 160px;
    height: auto;
  }
  .footer-left02 {
    width: 90%;
    height: auto;
    margin: 0px auto 0px;
    font-size: 11px;
    letter-spacing: 0.03em;
    float: none;
    line-height: 16px;
  }
  .copyright {
    width: 100%;
    height: auto;
    font-size: 6px;
    letter-spacing: 0em;
    margin: 5px 0px 0px 0px;
    line-height: 13px;
  }
}