@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;500;700&family=Noto+Sans+JP:wght@100;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;500;600&family=Pacifico&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td {
  margin: 0;
  padding: 0; }

address, caption, em, strong, th {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, abbr {
  border: 0;
  vertical-align: bottom; }

sup {
  line-height: 100%; }

li {
  list-style-type: none; }

body {
  font-family: "メイリオ",meirio,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 75%;
  line-height: 150%;
  /*letter-spacing:0.1em;*/
  color: #333; }

html > body {
  font-size: 12px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
  /*/height:auto;overflow:hidden;/**/ }

/* CSS Document */
/*-----------------------------------
    ブレイクポイント
-----------------------------------*/
/*スマホだけ*/
.sp {
  display: none; }

.pc {
  display: block; }

/*スマホだけ改行*/
@media screen and (max-width: 959px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
@media screen and (max-width: 768px) {
  .common-area .tab {
    display: block; }

  .common-area .pc {
    display: none; } }
.common-area .sp {
  display: none; }

.common-area .tab {
  display: none; }

#header_new h1 {
  font-size: 11px;
  font-weight: lighter; }
  @media only screen and (max-width: 599px) {
    #header_new h1 {
      display: none; } }
#header_new .bg_set {
  background: url("/img/bg_header.jpg") repeat-x;
  height: 105px; }
#header_new .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  #header_new .inner .logo {
    padding: 20px 0 0 0; }
  #header_new .inner .menuset {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px; }
    #header_new .inner .menuset .menu_small {
      letter-spacing: 0;
      display: flex;
      flex-direction: row-reverse;
      margin: 4px 0 0 0; }
      #header_new .inner .menuset .menu_small li a {
        color: #222;
        font-weight: bold;
        text-decoration: none;
        font-weight: 500; }
      #header_new .inner .menuset .menu_small li.contact {
        background: #b20000;
        padding: 10px 20px;
        border-radius: 0 0 5px 5px;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
        #header_new .inner .menuset .menu_small li.contact:hover {
          background: #b5a677;
          -webkit-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
        #header_new .inner .menuset .menu_small li.contact a {
          color: #fff;
          font-size: 15px; }
          #header_new .inner .menuset .menu_small li.contact a span {
            position: relative;
            padding: 0 0 0 20px; }
            #header_new .inner .menuset .menu_small li.contact a span:before {
              content: '';
              position: absolute;
              display: block;
              top: 4px;
              left: 0;
              width: 15px;
              height: 15px;
              background: url("../img/common/icon_mail.png") no-repeat left top;
              background-size: 15px; }
      #header_new .inner .menuset .menu_small li.arrow {
        margin: 10px 15px 0 0; }
        #header_new .inner .menuset .menu_small li.arrow a span {
          position: relative;
          padding: 0 0 0 13px; }
          #header_new .inner .menuset .menu_small li.arrow a span:before {
            content: '';
            position: absolute;
            display: block;
            top: 5px;
            left: 0;
            width: 10px;
            height: 10px;
            background: url("../img/common/arrow.png") no-repeat left center;
            background-size: 10px; }
        #header_new .inner .menuset .menu_small li.arrow a:hover {
          opacity: 0.7; }
    #header_new .inner .menuset .menu_middle {
      display: flex;
      flex-direction: row-reverse;
      margin: 11px 0 0 0;
      letter-spacing: 0.1em; }
      #header_new .inner .menuset .menu_middle li {
        border-left: 1px solid #ccc;
        padding: 2px 15px; }
        #header_new .inner .menuset .menu_middle li a {
          color: #222;
          text-decoration: none;
          font-size: 14px;
          display: block;
          font-weight: 500;
          position: relative;
          padding: 0 0 0 13px; }
          #header_new .inner .menuset .menu_middle li a:before {
            content: '';
            position: absolute;
            display: block;
            top: 5px;
            left: 0;
            width: 10px;
            height: 10px;
            background: url("../img/common/arrow.png") no-repeat left center;
            background-size: 10px; }
          #header_new .inner .menuset .menu_middle li a span {
            display: block;
            font-size: 9px;
            font-weight: 400;
            margin: 0;
            color: #999; }
        #header_new .inner .menuset .menu_middle li.line_btn {
          border: none;
          padding: 0;
          height: 40px;
          line-height: 40px; }
          #header_new .inner .menuset .menu_middle li.line_btn a {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            border-radius: 25px;
            padding: 0 15px;
            background: #06c755; }
            #header_new .inner .menuset .menu_middle li.line_btn a:before {
              display: none; }
        #header_new .inner .menuset .menu_middle li:hover {
          opacity: 0.7; }

#header-menu_new {
  width: 100%;
  background: #B20000;
  margin: 0;
  padding: 0; }
  #header-menu_new .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    #header-menu_new .inner .popo {
      position: absolute;
      top: 0;
      right: -50px; }
    #header-menu_new .inner ul {
      display: flex;
      flex-direction: row; }
      #header-menu_new .inner ul li a {
        position: relative;
        height: 60px;
        margin: 0;
        display: block;
        overflow: hidden;
        cursor: pointer; }
        #header-menu_new .inner ul li a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          display: block;
          -webkit-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
        #header-menu_new .inner ul li a:hover img:nth-of-type(2) {
          opacity: 0; }
      #header-menu_new .inner ul li:nth-child(1) a {
        width: 250px; }
      #header-menu_new .inner ul li:nth-child(2) a {
        width: 204px; }
      #header-menu_new .inner ul li:nth-child(3) a {
        width: 182px; }
      #header-menu_new .inner ul li:nth-child(4) a {
        width: 182px; }
      #header-menu_new .inner ul li:nth-child(5) a {
        width: 182px; }

#footer_new {
  margin: 60px 0 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #eee; }
  #footer_new .logo_menu {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 20px auto; }
    #footer_new .logo_menu li {
      font-size: 14px;
      line-height: 1em;
      margin: 0 20px 0 0; }
      #footer_new .logo_menu li a {
        color: #333;
        text-decoration: none; }
        #footer_new .logo_menu li a span {
          position: relative;
          display: inline-block;
          padding: 0 0 0 20px;
          vertical-align: middle; }
          #footer_new .logo_menu li a span:hover {
            text-decoration: underline; }
          #footer_new .logo_menu li a span::before {
            position: absolute;
            top: 2px;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            left: 3px;
            width: 6px;
            height: 6px;
            border-top: 2px solid #B20000;
            border-right: 2px solid #B20000;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          #footer_new .logo_menu li a span::after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            content: "";
            vertical-align: middle; }
  #footer_new .sitemap_menu {
    background: #B20000;
    width: 100%;
    padding: 10px 0; }
    #footer_new .sitemap_menu ul.normal_menu {
      display: flex;
      justify-content: center;
      margin: 8px 0; }
      #footer_new .sitemap_menu ul.normal_menu li {
        border-right: 1px solid #fff;
        padding: 0 8px;
        height: 1em;
        line-height: 1em; }
        #footer_new .sitemap_menu ul.normal_menu li:last-child {
          border-right: none; }
        #footer_new .sitemap_menu ul.normal_menu li a {
          color: #fff;
          text-decoration: none; }
          #footer_new .sitemap_menu ul.normal_menu li a:hover {
            text-decoration: underline; }
    #footer_new .sitemap_menu ul.sns_menu {
      display: flex;
      justify-content: center;
      margin: 20px 0 15px; }
      #footer_new .sitemap_menu ul.sns_menu li {
        width: auto;
        margin: 0 13px; }
        #footer_new .sitemap_menu ul.sns_menu li img {
          height: 25px;
          width: auto; }
  #footer_new .copyright {
    background: #E3D6C1;
    text-align: center;
    height: 1.7em;
    line-height: 1.7em; }

#container {
  background: none; }

@media only screen and (max-width: 599px) {
  footer .sns_sp_set ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 25px; }
    footer .sns_sp_set ul li {
      width: auto;
      margin: 0 10px; }
      footer .sns_sp_set ul li img {
        height: 20px;
        width: auto; } }
@media only screen and (max-width: 959px) {
  #pankuzu {
    display: none; } }
#pankuzu {
  width: 100%;
  background: #DFD8C1; }
  #pankuzu ol {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0; }
    #pankuzu ol li {
      float: left;
      color: #663300;
      font-weight: bold; }
      #pankuzu ol li a {
        font-weight: normal;
        color: #333; }
        #pankuzu ol li a:link {
          text-decoration: none; }
        #pankuzu ol li a:visited {
          text-decoration: none; }
        #pankuzu ol li a:hover {
          text-decoration: underline; }
        #pankuzu ol li a:after {
          content: " > "; }

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 1000; }

#cookie {
  background: #333;
  opacity: 0.9;
  width: 340px;
  padding: 25px 20px 15px 20px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000; }
  @media only screen and (max-width: 959px) {
    #cookie {
      width: 100%;
      left: 0;
      box-sizing: border-box;
      bottom: 0;
      padding: 10px; } }
  #cookie p {
    color: #FFF;
    font-size: 13px;
    margin: 0 0 0.5em 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
    @media only screen and (max-width: 959px) {
      #cookie p {
        font-size: 12px; } }
  #cookie a {
    color: #FFF; }
  #cookie input {
    background: #FFF;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer; }
    @media only screen and (max-width: 959px) {
      #cookie input {
        font-size: 14px;
        padding: 3px 0;
        appearance: none; } }
  #cookie:hover {
    opacity: 1; }
    #cookie:hover input {
      background: #ccc; }

@media screen and (max-width: 768px) {
  .common-area .tab {
    display: block; }

  .common-area .pc {
    display: none; } }
.new_mv {
  max-width: 1300px;
  min-width: 1100px;
  margin: 0 auto; }
  .new_mv .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 999; }
  .new_mv .prev-arrow {
    left: 50px; }
  .new_mv .next-arrow {
    right: 50px; }

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none; }

#s-phone {
  padding: 30px;
  width: 1040px;
  background: #00661A; }

#s-phone a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1.5em 0;
  font-weight: bold;
  font-size: 44px;
  color: #FFF;
  border-radius: 25px;
  text-decoration: none;
  background: -ms-linear-gradient(top, #8FBF75 0%, #238C00 100%);
  background: -moz-linear-gradient(top, #8FBF75 0%, #238C00 100%);
  background: -o-linear-gradient(top, #8FBF75 0%, #238C00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8FBF75), color-stop(1, #238C00));
  background: -webkit-linear-gradient(top, #8FBF75 0%, #238C00 100%);
  background: linear-gradient(to bottom, #8FBF75 0%, #238C00 100%); }

.footer-text-box {
  padding: 20px 0;
  /*border-bottom:1px solid #AE9988;*/
  font-size: 10px;
  width: 1000px;
  margin: 0 auto;
  line-height: 120%; }

.footer-text-box p {
  padding-bottom: 15px; }

#cookie {
  background: #333;
  opacity: 0.9;
  width: 340px;
  padding: 25px 20px 15px 20px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000; }

#cookie p {
  color: #FFF;
  font-size: 13px;
  margin: 0 0 0.5em 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

#cookie a {
  color: #FFF; }

#cookie input {
  background: #FFF;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer; }

#cookie:hover {
  opacity: 1; }

#cookie:hover input {
  background: #D6B452; }

/*top.cssからの移行ここまで　2024.03.15*/
.title_con {
  width: 1000px;
  margin: 40px auto 20px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.01rem;
  /*&::before{
  	display: inline-block;
  	vertical-align: middle;
  	margin: 0 5px 0 0;
  }*/ }
  .title_con span {
    padding: 0 0 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400; }

/*.img_cam{
	margin: 40px 50px 0;
	&::before{
		content: url(../img/index/title_campaign.svg);
		width: 145px;
		height: 28px;
	}
}
.img_des{
	margin: 40px 50px 0;
	&::before{
		content: url(../img/index/title_designers.svg);
		width: 320px;
		height: 28px;
	}
}
.img_recc{
	margin: 40px 50px 20px;
	&::before{
		content: url(../img/index/title_reccomended.svg);
		width: 170px;
		height: 28px;
	}
}
.img_pick{
	margin: 60px 50px 20px;
	&::before{
		content: url(../img/index/title_pickup.svg);
		width: 87px;
		height: 28px;
	}
}*/
#container .designers ul li dt p.icon_cam_disp {
  position: absolute;
  right: 5px;
  top: 128px;
  padding: 0;
  width: inherit;
  min-height: inherit;
  background: none;
  margin: 0; }
  #container .designers ul li dt p.icon_cam_disp img {
    margin: 0 0 0 4px;
    width: 48px;
    height: 24px; }

.box_listbtn {
  margin: 5px auto 40px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row-reverse;
  /* Safari */
  flex-direction: row-reverse; }
  .box_listbtn a {
    display: block;
    width: 200px;
    text-align: center;
    border: 1px solid #000;
    padding: 1.3em 0 1.2em;
    margin: 0 0 0 10px;
    text-decoration: none;
    line-height: 1em; }
    .box_listbtn a span {
      color: #000;
      letter-spacing: 0; }
      .box_listbtn a span.arrow_r {
        position: relative;
        display: inline-block;
        padding-right: 15px; }
        .box_listbtn a span.arrow_r:before {
          content: '';
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 1px #000;
          border-right: solid 1px #000;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -4px; }
    .box_listbtn a:hover {
      background: #000; }
      .box_listbtn a:hover span {
        color: #fff; }
        .box_listbtn a:hover span.arrow_r:before {
          content: '';
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -4px; }

.recc_list {
  width: 1000px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between; }
  .recc_list li {
    width: 48%;
    margin: 0 0 20px; }
    .recc_list li a {
      color: #000;
      text-decoration: none; }
    .recc_list li img {
      width: 100%;
      margin: 0 0 10px; }
    .recc_list li p {
      margin: 0; }
      .recc_list li p.title {
        color: #666;
        font-size: 12px;
        margin: 0 0 2px; }
        .recc_list li p.title span {
          color: #000;
          font-size: 14px;
          font-weight: bold;
          display: block;
          margin: 0 0 3px; }

.bnr_cnts {
  margin: 80px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .bnr_cnts li {
    width: 23%;
    margin: 0 0 15px 0; }
    .bnr_cnts li img {
      width: 100%;
      display: block;
      margin: 0 0 5px; }

.spring_set {
  background: #f8dae7 url("/sp/files/img/index/bg_spring.png") no-repeat top;
  background-size: 100% auto;
  padding: 15px 0 20px;
  margin: 1px 0 0; }
  .spring_set .spring_title {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0; }
    .spring_set .spring_title img {
      width: 38%;
      height: auto; }
  .spring_set ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .spring_set ul li {
      background: #fff;
      border-radius: 35px;
      text-align: center;
      /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);*/ }
      .spring_set ul li:first-child {
        width: 53%; }
      .spring_set ul li:last-child {
        width: 46%; }
      .spring_set ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 20px 0 20px 45px;
        font-size: 16px;
        line-height: 1.2em;
        position: relative;
        /*font-weight: bold;*/ }
        .spring_set ul li a span {
          margin: 3px 0 0 0;
          font-size: 16px;
          position: relative;
          padding: 0 10px 0 0; }
        .spring_set ul li a.link_kyoto:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 8px;
          margin: auto;
          content: "京都";
          vertical-align: middle;
          width: 2.8em;
          height: 2.8em;
          line-height: 3em;
          border-radius: 50%;
          background: #e65ca7;
          color: #fff; }
        .spring_set ul li a.link_kyoto span {
          color: #e65ca7; }
          .spring_set ul li a.link_kyoto span:after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: -6px;
            margin: auto;
            content: "";
            vertical-align: middle;
            width: 0.6em;
            /* arrow size */
            height: 0.6em;
            /* arrow size */
            border-top: 2px solid #e65ca7;
            /* thickness, color */
            border-right: 2px solid #e65ca7;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
        .spring_set ul li a.link_shiga:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 8px;
          margin: auto;
          content: "滋賀";
          vertical-align: middle;
          width: 2.8em;
          height: 2.8em;
          line-height: 3em;
          border-radius: 50%;
          background: #449cca;
          color: #fff; }
        .spring_set ul li a.link_shiga span {
          color: #449cca; }
          .spring_set ul li a.link_shiga span:after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: -6px;
            margin: auto;
            content: "";
            vertical-align: middle;
            width: 0.6em;
            /* arrow size */
            height: 0.6em;
            /* arrow size */
            border-top: 2px solid #449cca;
            /* thickness, color */
            border-right: 2px solid #449cca;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.new_bukkenlist {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 20px 50px !important; }
  .new_bukkenlist li {
    width: 230px !important;
    float: none;
    position: relative;
    /*background: #f2f2f2;
    padding: 0 0 8px;*/
    font-size: 14px; }
    .new_bukkenlist li:hover {
      opacity: 0.7;
      transition: all 0.5s !important; }
    .new_bukkenlist li a {
      color: #000;
      text-decoration: none !important; }
    .new_bukkenlist li img.mainphoto {
      /*border-radius: 0 25px 0 0;*/
      width: 230px;
      height: 156px;
      object-fit: cover; }
    .new_bukkenlist li .icon_disp {
      margin: 10px 0 9px;
      font-size: 10px;
      line-height: 10px;
      letter-spacing: 0em;
      /*padding: 0 5px;*/ }
      .new_bukkenlist li .icon_disp .add_txt {
        font-size: 12px;
        display: inline-block;
        height: 15px;
        line-height: 15px; }
      .new_bukkenlist li .icon_disp .jyoutai {
        padding: 2px 8px;
        color: #fff; }
      .new_bukkenlist li .icon_disp .aki {
        background: #a4036f; }
      .new_bukkenlist li .icon_disp .yotei {
        background: #048ba8; }
      .new_bukkenlist li .icon_disp .kaisou {
        background: #00a468; }
      .new_bukkenlist li .icon_disp .nyukyo {
        background: #f29e4c; }
      .new_bukkenlist li .icon_disp .syoudan {
        background: #f04242; }
      .new_bukkenlist li .icon_disp .kentiku {
        background: #254F8D; }
      .new_bukkenlist li .icon_disp .popogen {
        padding: 2px 6px;
        background: #fff;
        color: #863f00;
        border: 1px solid #863f00; }
    .new_bukkenlist li .bigcopy {
      font-size: 14px;
      color: #333;
      font-weight: bold;
      word-break: break-all;
      /*padding: 0 5px;*/ }
    .new_bukkenlist li .namegou {
      margin: 3px 0 0 0;
      font-size: 11px;
      line-height: 1.3em;
      letter-spacing: 0em;
      color: #666;
      /*padding: 0 5px;*/ }
    .new_bukkenlist li .yachin {
      position: absolute;
      top: 132px;
      right: 0;
      display: block;
      width: 78px;
      height: 12px;
      color: #863f00;
      background: #f2efe2;
      font-size: 12px;
      line-height: 12px;
      padding: 6px 3px 6px 3px;
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
      font-weight: bold;
      text-align: center; }
      .new_bukkenlist li .yachin span {
        font-size: 10px; }
    .new_bukkenlist li .icon_cam_disp {
      position: absolute;
      top: 132px;
      right: 84px;
      width: 50px;
      text-align: center;
      height: 12px; }
      .new_bukkenlist li .icon_cam_disp span {
        display: block;
        color: #fff;
        background: #863f00;
        font-size: 11px;
        line-height: 12px;
        padding: 6px 0; }

.new_bukkenlist_b {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 20px 50px !important; }
  .new_bukkenlist_b li {
    width: 180px !important;
    float: none;
    position: relative; }
    .new_bukkenlist_b li:hover {
      opacity: 0.7;
      transition: all 0.5s !important; }
    .new_bukkenlist_b li a {
      text-decoration: none !important; }
    .new_bukkenlist_b li img.mainphoto {
      width: 180px;
      height: 125px;
      object-fit: cover; }
    .new_bukkenlist_b li .icon_disp {
      margin: 10px 0;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0em; }
      .new_bukkenlist_b li .icon_disp .popogen {
        padding: 1px 5px;
        border-radius: 3px;
        background: #fd3fa8;
        color: #fff; }
    .new_bukkenlist_b li .add_txt {
      font-size: 12px;
      display: block;
      color: #000;
      line-height: 12px;
      margin: 9px 0 5px; }
    .new_bukkenlist_b li .bigcopy {
      font-size: 13px;
      color: #333;
      font-weight: bold;
      word-break: break-all; }
    .new_bukkenlist_b li .namegou {
      margin: 3px 0 0 0;
      font-size: 11px;
      line-height: 1.3em;
      letter-spacing: 0em;
      color: #666;
      /*padding: 0 5px;*/ }
    .new_bukkenlist_b li .yachin {
      position: absolute;
      top: 101px;
      right: 0;
      display: block;
      width: 78px;
      height: 12px;
      color: #863f00;
      background: #f2efe2;
      font-size: 12px;
      line-height: 12px;
      padding: 6px 3px 6px 3px;
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
      font-weight: bold;
      text-align: center; }
      .new_bukkenlist_b li .yachin span {
        font-size: 10px; }
    .new_bukkenlist_b li .icon_cam_disp {
      position: absolute;
      top: 132px;
      right: 84px;
      width: 50px;
      text-align: center;
      height: 12px; }
      .new_bukkenlist_b li .icon_cam_disp span {
        display: block;
        color: #fff;
        background: #863f00;
        font-size: 11px;
        line-height: 12px;
        padding: 6px 0; }

.new_topics-box {
  margin: 35px 50px 20px 50px; }
  .new_topics-box .topics_title {
    width: 100px;
    border-radius: 8px 8px 0 0;
    padding: 8px 0 0;
    text-align: center;
    font-weight: bold;
    background: #f2efe2; }
  .new_topics-box .new_scroll_wrap {
    background: #f2efe2;
    padding: 5px 15px 5px 15px;
    position: relative; }
    .new_topics-box .new_scroll_wrap .popoimg {
      position: absolute;
      width: 124px;
      height: 136px;
      bottom: -10px;
      right: -20px; }
  .new_topics-box .new_scroll {
    width: 90%;
    height: 100px;
    overflow: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth; }
    .new_topics-box .new_scroll dl {
      border-bottom: 1px dotted #8F755C;
      display: flex;
      padding: 8px 0; }
      .new_topics-box .new_scroll dl dt {
        width: 10%;
        color: #863f00;
        letter-spacing: 0 !important; }
      .new_topics-box .new_scroll dl dd {
        width: 90%; }
        .new_topics-box .new_scroll dl dd a {
          color: #B20000;
          font-weight: lighter; }
          .new_topics-box .new_scroll dl dd a:hover {
            text-decoration: none; }
  .new_topics-box .btn-topics {
    text-align: right;
    width: 90%;
    position: relative;
    height: 30px; }
    .new_topics-box .btn-topics a {
      position: absolute;
      right: 0;
      top: 0;
      background: #863f00;
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 3px; }
      .new_topics-box .btn-topics a:hover {
        opacity: 0.7;
        transition: all 0.5s !important; }
      .new_topics-box .btn-topics a span {
        position: relative;
        display: inline-block;
        padding: 0 10px 0 0;
        letter-spacing: 0;
        vertical-align: middle;
        text-decoration: none; }
        .new_topics-box .btn-topics a span::before {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
          right: 0;
          width: 6px;
          height: 6px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .new_topics-box .btn-topics a span::after {
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          content: "";
          vertical-align: middle; }

.new_bukkenlist_c {
  display: flex;
  justify-content: space-between;
  margin: 0 50px 30px;
  width: 1000px;
  padding: 0 !important; }
  .new_bukkenlist_c li {
    width: 240px !important;
    float: none !important;
    position: relative; }
    .new_bukkenlist_c li a {
      text-decoration: none;
      border: 1px solid #ddd;
      border-radius: 6px;
      display: block; }
      .new_bukkenlist_c li a:hover {
        transition: all 0.5s !important;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }
    .new_bukkenlist_c li img.mo_img {
      width: 238px;
      height: 157px;
      border-radius: 5px 5px 0 0; }
    .new_bukkenlist_c li .copy {
      display: block;
      padding: 8px;
      background: #f2f2f2;
      font-size: 13px;
      line-height: 1.4em;
      font-weight: bold;
      color: #222;
      word-break: break-all;
      min-height: 73px !important; }
    .new_bukkenlist_c li .popo-limit {
      font-size: 11px;
      line-height: 1em;
      background: #DF5499;
      letter-spacing: 0;
      color: #fff;
      display: inline-block;
      padding: 3px 4px; }
    .new_bukkenlist_c li .yamen {
      background: #777;
      color: #fff;
      font-weight: lighter;
      font-size: 12px;
      line-height: 1.2em;
      padding: 8px 8px 4px;
      letter-spacing: 0;
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
      .new_bukkenlist_c li .yamen span {
        font-size: 16px; }
    .new_bukkenlist_c li .bu_name {
      background: #444;
      color: #fff;
      font-weight: lighter;
      font-size: 10px;
      line-height: 1.2em;
      padding: 6px 8px;
      border-radius: 0 0 5px 5px; }
    .new_bukkenlist_c li .gen {
      position: absolute;
      top: 7px;
      left: 5px; }
    .new_bukkenlist_c li .icon_cam_disp {
      position: absolute;
      right: 6px;
      top: 132px; }
      .new_bukkenlist_c li .icon_cam_disp img {
        width: 40px;
        height: 20px; }

.new_bukkenlist_cs {
  display: flex;
  justify-content: space-between;
  margin: 0 50px 30px;
  width: 1000px;
  padding: 0 !important; }
  .new_bukkenlist_cs li {
    width: 190px !important;
    float: none !important;
    position: relative; }
    .new_bukkenlist_cs li a {
      text-decoration: none;
      border: 1px solid #ddd;
      border-radius: 6px;
      display: block; }
      .new_bukkenlist_cs li a:hover {
        transition: all 0.5s !important;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }
    .new_bukkenlist_cs li img.mo_img {
      width: 188px;
      height: 125px;
      border-radius: 5px 5px 0 0; }
    .new_bukkenlist_cs li .copy {
      display: block;
      padding: 8px;
      background: #f2f2f2;
      font-size: 13px;
      line-height: 1.4em;
      font-weight: bold;
      color: #222;
      word-break: break-all;
      min-height: 91px !important; }
    .new_bukkenlist_cs li .popo-limit {
      font-size: 11px;
      line-height: 1em;
      background: #DF5499;
      letter-spacing: 0;
      color: #fff;
      display: inline-block;
      padding: 3px 4px; }
    .new_bukkenlist_cs li .yamen {
      background: #777;
      color: #fff;
      font-weight: lighter;
      font-size: 12px;
      line-height: 1.2em;
      padding: 8px 8px 4px;
      letter-spacing: 0;
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
      .new_bukkenlist_cs li .yamen span {
        font-size: 16px; }
    .new_bukkenlist_cs li .bu_name {
      background: #444;
      color: #fff;
      font-weight: lighter;
      font-size: 10px;
      line-height: 1.2em;
      padding: 6px 8px;
      border-radius: 0 0 5px 5px; }
    .new_bukkenlist_cs li .gen {
      position: absolute;
      top: 7px;
      left: 5px; }
    .new_bukkenlist_cs li .icon_cam_disp {
      position: absolute;
      right: 6px;
      top: 132px; }
      .new_bukkenlist_cs li .icon_cam_disp img {
        width: 40px;
        height: 20px; }

.new_bukkenlist_d {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0 !important; }
  .new_bukkenlist_d li {
    width: 238px !important;
    float: none !important;
    position: relative;
    border: 1px solid #ccc;
    display: block;
    border-radius: 6px; }
    .new_bukkenlist_d li:hover {
      transition: all 0.5s !important;
      box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1); }
    .new_bukkenlist_d li a {
      text-decoration: none; }
    .new_bukkenlist_d li img.mo_img {
      width: 238px;
      height: 159px;
      border-radius: 5px 5px 0 0; }
    .new_bukkenlist_d li .copy {
      display: block;
      padding: 10px 6px 0 10px;
      font-weight: lighter;
      font-size: 13px;
      line-height: 1.4em;
      color: #222;
      word-break: break-all;
      min-height: 73px !important; }
    .new_bukkenlist_d li .popo-limit {
      font-size: 11px;
      line-height: 1em;
      background: #DF5499;
      letter-spacing: 0;
      color: #fff;
      display: inline-block;
      padding: 3px 4px; }
    .new_bukkenlist_d li .yamen {
      color: #222;
      font-weight: lighter;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.2em;
      padding: 8px 10px 6px;
      letter-spacing: 0;
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
      .new_bukkenlist_d li .yamen span {
        font-size: 17px; }
    .new_bukkenlist_d li .bu_name {
      color: #666;
      border-radius: 0 0 5px 5px;
      font-weight: lighter;
      font-size: 10px;
      line-height: 1.2em;
      padding: 0 10px 10px;
      letter-spacing: 0; }
    .new_bukkenlist_d li .gen {
      position: absolute;
      top: 7px;
      left: 5px; }
    .new_bukkenlist_d li .icon_cam_disp {
      position: absolute;
      right: 5px;
      top: 133px; }
      .new_bukkenlist_d li .icon_cam_disp img {
        width: 40px;
        height: 20px; }

.new_bukkenlist_ds {
  display: flex;
  justify-content: space-between;
  margin: 22px 0 30px;
  padding: 0 !important; }
  .new_bukkenlist_ds li {
    width: 188px !important;
    float: none !important;
    position: relative;
    border: 1px solid #ccc;
    display: block;
    border-radius: 6px; }
    .new_bukkenlist_ds li:hover {
      transition: all 0.5s !important;
      box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1); }
    .new_bukkenlist_ds li a {
      text-decoration: none; }
    .new_bukkenlist_ds li img.mo_img {
      width: 188px;
      height: 125px;
      border-radius: 5px 5px 0 0; }
    .new_bukkenlist_ds li .copy {
      display: block;
      padding: 10px 6px 0 10px;
      font-weight: lighter;
      font-size: 13px;
      line-height: 1.4em;
      color: #222;
      word-break: break-all;
      min-height: 73px !important; }
    .new_bukkenlist_ds li .popo-limit {
      font-size: 11px;
      line-height: 1em;
      background: #DF5499;
      letter-spacing: 0;
      color: #fff;
      display: inline-block;
      padding: 3px 4px; }
    .new_bukkenlist_ds li .yamen {
      color: #222;
      font-weight: lighter;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.2em;
      padding: 8px 10px 6px;
      letter-spacing: 0;
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
      .new_bukkenlist_ds li .yamen span {
        font-size: 17px; }
    .new_bukkenlist_ds li .bu_name {
      color: #666;
      border-radius: 0 0 5px 5px;
      font-weight: lighter;
      font-size: 10px;
      line-height: 1.2em;
      padding: 0 10px 10px;
      letter-spacing: 0; }
    .new_bukkenlist_ds li .gen {
      position: absolute;
      top: 7px;
      left: 5px; }
    .new_bukkenlist_ds li .icon_cam_disp {
      position: absolute;
      right: 5px;
      top: 133px; }
      .new_bukkenlist_ds li .icon_cam_disp img {
        width: 40px;
        height: 20px; }

#topmenu_new {
  background: url("../img/index/bg_btn_new.jpg") repeat-x left top;
  border-top: 1px solid #ebe7d8; }
  #topmenu_new .bigmenu {
    width: 1000px;
    margin: 0 auto; }
    #topmenu_new .bigmenu ul {
      height: 57px;
      display: flex;
      flex-direction: row; }
      #topmenu_new .bigmenu ul li a {
        position: relative;
        width: 184px;
        height: 57px;
        margin: 0 auto;
        display: block;
        overflow: hidden;
        cursor: pointer; }
        #topmenu_new .bigmenu ul li a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          display: block;
          -webkit-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
        #topmenu_new .bigmenu ul li a:hover img:nth-of-type(2) {
          opacity: 0; }
      #topmenu_new .bigmenu ul li:nth-child(3) a {
        width: 196px; }
      #topmenu_new .bigmenu ul li:nth-child(4) a {
        width: 178px; }
      #topmenu_new .bigmenu ul li:nth-child(5) a {
        width: 179px; }
  #topmenu_new .kodawarimenu {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    #topmenu_new .kodawarimenu ul {
      height: 80px;
      display: flex;
      flex-direction: row; }
      #topmenu_new .kodawarimenu ul li {
        margin: 0;
        padding: 0; }
        #topmenu_new .kodawarimenu ul li:nth-child(1) {
          width: 140px; }
          #topmenu_new .kodawarimenu ul li:nth-child(1) a {
            width: 140px; }
        #topmenu_new .kodawarimenu ul li:nth-child(2) {
          width: 150px;
          background: #b20000; }
          #topmenu_new .kodawarimenu ul li:nth-child(2) a {
            width: 150px; }
        #topmenu_new .kodawarimenu ul li:nth-child(3) {
          width: 137px;
          background: #b20000; }
          #topmenu_new .kodawarimenu ul li:nth-child(3) a {
            width: 137px; }
        #topmenu_new .kodawarimenu ul li:nth-child(4) {
          width: 146px;
          background: #b20000; }
          #topmenu_new .kodawarimenu ul li:nth-child(4) a {
            width: 146px; }
        #topmenu_new .kodawarimenu ul li:nth-child(5) {
          width: 138px;
          background: #b20000; }
          #topmenu_new .kodawarimenu ul li:nth-child(5) a {
            width: 138px; }
        #topmenu_new .kodawarimenu ul li:nth-child(6) {
          width: 156px;
          background: #b20000; }
          #topmenu_new .kodawarimenu ul li:nth-child(6) a {
            width: 156px; }
        #topmenu_new .kodawarimenu ul li:nth-child(7) {
          width: 133px; }
          #topmenu_new .kodawarimenu ul li:nth-child(7) a {
            width: 133px; }
        #topmenu_new .kodawarimenu ul li a {
          position: relative;
          height: 80px;
          margin: 0;
          display: block;
          overflow: hidden;
          cursor: pointer; }
          #topmenu_new .kodawarimenu ul li a img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            display: block;
            -webkit-transition: .4s ease-in-out;
            transition: .4s ease-in-out; }
          #topmenu_new .kodawarimenu ul li a:hover img:nth-of-type(2) {
            opacity: 0; }
    #topmenu_new .kodawarimenu .kodawariall {
      position: absolute;
      right: 10px;
      top: 67px;
      z-index: 99; }
      #topmenu_new .kodawarimenu .kodawariall a {
        position: relative;
        width: 175px;
        height: 32px;
        margin: 0;
        display: block;
        overflow: hidden;
        cursor: pointer; }
        #topmenu_new .kodawarimenu .kodawariall a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          display: block;
          -webkit-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
        #topmenu_new .kodawarimenu .kodawariall a:hover img:nth-of-type(2) {
          opacity: 0; }
  #topmenu_new .topics {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    #topmenu_new .topics .poposet {
      position: absolute;
      top: 11px;
      right: -13px;
      z-index: 99; }
    #topmenu_new .topics .topicsinner {
      background: #EBE7D8;
      width: 785px;
      padding: 35px 15px 5px 15px;
      margin: 20px 0 0 0;
      position: relative;
      border-radius: 7px; }
      #topmenu_new .topics .topicsinner .title {
        font-family: 'Overpass', sans-serif;
        font-size: 24px;
        font-weight: 600;
        position: absolute;
        letter-spacing: 0;
        top: 15px;
        left: 18px; }
      #topmenu_new .topics .topicsinner .btntopics {
        position: absolute;
        right: 7px;
        top: 7px;
        z-index: 99; }
        #topmenu_new .topics .topicsinner .btntopics a {
          position: relative;
          width: 170px;
          height: 24px;
          margin: 0;
          display: block;
          overflow: hidden;
          cursor: pointer; }
          #topmenu_new .topics .topicsinner .btntopics a img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            display: block;
            -webkit-transition: .4s ease-in-out;
            transition: .4s ease-in-out; }
          #topmenu_new .topics .topicsinner .btntopics a:hover img:nth-of-type(2) {
            opacity: 0; }
      #topmenu_new .topics .topicsinner .topicsscroll {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 92px;
        margin: 5px 0; }
        #topmenu_new .topics .topicsinner .topicsscroll dl {
          display: flex;
          border-bottom: 1px dotted #b9a16f;
          padding: 5px 0; }
          #topmenu_new .topics .topicsinner .topicsscroll dl dt {
            width: 10%;
            letter-spacing: 0.03rem;
            padding: 0 0 0 5px; }
          #topmenu_new .topics .topicsinner .topicsscroll dl dd {
            width: 90%; }
            #topmenu_new .topics .topicsinner .topicsscroll dl dd a {
              color: #b20000; }
              #topmenu_new .topics .topicsinner .topicsscroll dl dd a:hover {
                text-decoration: none; }

.bigbnr {
  width: 1000px;
  margin: 20px auto 50px; }

#container {
  width: 1000px;
  margin: 0 auto; }

.gentei_set {
  background: #f9ebeb;
  width: 1000px;
  margin: 30px auto 0; }
  .gentei_set .title_gentei {
    margin: 0;
    padding: 12px 12px 0; }
    .gentei_set .title_gentei img {
      width: auto;
      height: 30px; }
  .gentei_set ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px 12px; }
    .gentei_set ul li {
      width: 478px;
      background: #fff;
      margin: 12px 0 0 0;
      border-radius: 5px; }
      .gentei_set ul li:nth-child(even) {
        margin: 12px 0 0 20px; }
      .gentei_set ul li a {
        color: #000;
        text-decoration: none; }
      .gentei_set ul li dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .gentei_set ul li dl dt {
          width: 218px;
          position: relative; }
          .gentei_set ul li dl dt .mo_img {
            width: 218px;
            height: 146px;
            object-fit: cover;
            border-radius: 5px 0 0 5px; }
          .gentei_set ul li dl dt .icon_cam_disp {
            position: absolute;
            left: 172px;
            top: 122px;
            padding: 0;
            width: inherit;
            min-height: inherit;
            background: none;
            margin: 0; }
            .gentei_set ul li dl dt .icon_cam_disp img {
              margin: 0;
              width: 40px;
              height: 20px; }
          .gentei_set ul li dl dt .gen {
            position: absolute;
            top: 7px;
            left: 5px; }
        .gentei_set ul li dl dd {
          width: 240px;
          padding: 10px; }
          .gentei_set ul li dl dd p {
            font-size: 13px;
            line-height: 1.4em; }
          .gentei_set ul li dl dd .yamen {
            color: #222;
            font-weight: lighter;
            font-weight: bold;
            font-size: 12px;
            line-height: 1.2em;
            padding: 8px 0 6px;
            letter-spacing: 0;
            font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
            .gentei_set ul li dl dd .yamen span {
              font-size: 17px; }
          .gentei_set ul li dl dd .bu_name {
            color: #666;
            border-radius: 0 0 5px 5px;
            font-weight: lighter;
            font-size: 10px;
            line-height: 1.2em;
            letter-spacing: 0; }

.namesearch {
  width: 960px;
  margin: 10px auto -8px;
  border-radius: 5px;
  /*border: 1px solid #fff;*/
  background: #f2f2f2;
  padding: 20px; }
  .namesearch .bukkenname_kara {
    text-align: center; }
    .namesearch .bukkenname_kara span {
      font-size: 18px;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
      margin: 0 10px 0 0;
      background: url("../img/index/icon_search.png") no-repeat left center;
      background-size: 20px;
      padding: 2px 0 2px 25px; }
    .namesearch .bukkenname_kara input[type="text"] {
      width: 600px;
      font-family: inherit;
      letter-spacing: inherit;
      margin: 0;
      padding: 3px;
      background: #fff;
      border: 1px solid #999;
      border-radius: 0;
      outline: none;
      font-size: 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .namesearch .bukkenname_kara input[type="submit"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #8C0000;
      color: #fff;
      border: none;
      font-size: 16px;
      letter-spacing: 1px;
      border-radius: 5px;
      padding: 4px 20px 5px;
      margin: 0 0 0 5px;
      cursor: pointer; }

.footer_information {
  font-family: "Noto Sans JP";
  border: 1px solid #eee;
  padding: 30px;
  line-height: 1.8em;
  letter-spacing: -0.05em; }
  .footer_information .fi_title {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 500; }
  .footer_information dl dt {
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500; }
  .footer_information dl dd {
    font-size: 12px;
    margin: 0 0 20px; }
  .footer_information .fi_end {
    font-size: 14px;
    font-weight: 500; }
