@charset "UTF-8";
/* 
===== mujihouse2.0(2016.08.15) ===========================================

  1：common element 
  2：font
  3：main_image  
  4：column
  5：relatedLink
  6：photoswipe（拡大処理）
  7：isoTope
  8：flipsnap
  9：段組サンプル
  10：map
  11：flex
  12：もっとみる
  13：footer icon 部分メンテ
  14：sub-nav fixed
  15: お問い合わせ
  16: privacy

==========================================================================
*/
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*
==================== 1：common element  ====================
*/
body {
  margin: 0;
}

.corporate_container {
  padding-bottom: 50px;
}

.header-safe-margin {
  padding-top: 30px;
}

a {
  text-decoration: underline;
}

ul {
  list-style: none;
}

/* pc_sp_onoff */
.pcOnly {
  display: block;
}

.mobileOnly {
  display: none;
}

/* alpha */
.alpha {
  transition: 0.1s ease-in-out;
}

.alpha:hover {
  opacity: 0.4;
  filter: alpha(opacity=50);
}

/* article */
article * {
  box-sizing: border-box;
}

/* all_wrap */
.all_wrap {
  width: 90%;
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
}

.bg_gray {
  display: block;
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 40px;
}

/* section */
section {
  width: 100%;
  padding: 0;
  margin: 0 auto 40px auto !important;
}

/* img */
img {
  width: 100%;
  border: none;
  vertical-align: text-top;
}

section img {
  width: 100%;
}

/* page top */
#scrollUp {
  bottom: 50px;
  right: 10px;
  height: 25px;
  /* Height of image */
  width: 25px;
  /* Width of image */
  background: url(../img/bb_top.png) no-repeat;
}

/* clearfix */
ul:after {
  content: "";
  clear: both;
  /*display: block;*/
  display: table-column;
  visibility: hidden;
  overflow: hidden;
}

section:after, figure:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.cols:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*
===== response ======
*/
/*
==================== 2：font  ====================
*/
body, section p, h1, h2, h3, h4, h5, h6, p, li {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  /* for mac El Capitan */
  font-family: -apple-system, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /**/
  font-size: 1.6rem;
  line-height: 1.8;
  color: #191919;
}

li {
  line-height: 1.5 !important;
}

/**/
h1 {
  font-weight: bold;
  font-size: 2em;
}

h2 {
  font-weight: bold;
  font-size: 2.6rem;
  margin: 2em 0 1em 0;
  line-height: 1.5;
}

h3 {
  font-weight: bold;
  font-size: 2.2rem;
  margin: 2em 0 1em 0;
  line-height: 1.5;
}

h4 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 0.5em 0;
  line-height: 1.5;
}

p.caption_tx {
  font-size: 1.2rem !important;
  padding-top: 0.5em;
}

span.caption_tx {
  font-size: 1.2rem !important;
  padding-top: 0.5em;
}

/**/
a {
  color: #191919;
  text-decoration: underline;
}

a:hover {
  color: #999;
}

/**/
.mt1em {
  margin-top: 1em;
}

/*
===== response ======
*/
/*
==================== 3：main_image  ====================
*/
figure {
  margin: 0 auto !important;
}

.figureImage_wrap {
  margin: 0px auto;
  width: 100%;
  /*max-height: 500px;*/
  overflow: hidden;
}

/*
===== response ======
*/
/*
==================== 4：column  ====================
*/
.col {
  float: left;
  boxsizing: border-box;
  margin: 0;
  padding: 0;
}

/*6column*/
.col-6 {
  width: 15%;
  margin: 0 2% 2% 0;
}

.col-6:nth-child(6n) {
  width: 15%;
  margin: 0 0 2% 0;
}

.col-6 p {
  font-size: 1.4rem;
  line-height: 1.5;
}

/*4column*/
.col-4 {
  width: 23.5%;
  margin: 0 2% 2% 0;
}

.col-4:nth-child(4n) {
  width: 23.5%;
  margin: 0 0 2% 0;
}

.col-4 p {
  font-size: 1.4rem;
  line-height: 1.5;
}

/*3column*/
.col-3 {
  width: 32%;
  margin: 0 2% 2% 0;
}

.col-3:nth-child(3n) {
  width: 32%;
  margin: 0 0 2% 0;
}

/*2column*/
.col-2 {
  width: 49%;
  margin: 0 2% 2% 0;
}

.col-2:nth-child(2n) {
  width: 49%;
  margin: 0 0 2% 0;
}

/*2column（7：3）*/
.col-7 {
  width: 64%;
  margin: 0 2% 2% 0;
}

/**画像上テキスト**/
div.col_txon {
  position: relative;
}

span.img_title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  width: 90%;
  color: #fff;
}

/*
===== response ======
*/
/*
==================== 5：relatedLink  ====================
*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/**/
.relatedLink {
  display: block;
  margin: 40px 5% 40px 0;
}

.relatedLink a {
  display: inline-block;
  background: url(../img/arrow_right.png) no-repeat 14px 50%;
  border: 1px solid #ccc;
  padding: 10px 20px 10px 35px;
  text-decoration: none !important;
  font-size: 1.4rem;
}

.relatedLink a:hover {
  border: 1px solid #000;
}

/**/
.bb_Button {
  position: relative;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 0;
  padding: 24px 86px 24px 50px;
  text-decoration: none;
  color: #191919;
  transition: all 0.3s ease;
  background: #fff;
}

.bb_Button:after {
  position: absolute;
  display: block;
  content: ">";
  color: #191919;
  margin: auto 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.bb_Button:hover {
  opacity: 1;
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.bb_Button:hover:after {
  color: #fff;
}

/**/
.kamakura_bb {
  width: 100%;
  margin: 0.5em 0 1.5em 0;
}

.kamakura_bb ul {
  display: block;
  margin: 0;
}

.kamakura_bb ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}

.kamakura_bb ul li p.caption_tx:before {
  content: "＞ ";
  text-decoration: none !important;
}

/**/
.page_next_bb {
  width: 100%;
  margin: 0.5em 0 1.5em 0;
  position: relative;
}

.page_next_bb ul {
  display: block;
  margin: 0;
}

.page_next_bb ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}

.page_next_bb ul li.after_entry p.caption_tx:after {
  content: "＞ ";
  text-decoration: none !important;
  padding-left: 5px;
}

.page_next_bb ul li.before_entry p.caption_tx:before {
  content: "＜ ";
  text-decoration: none !important;
  padding-right: 5px;
}

.page_next_bb ul li.before_entry {
  position: absolute;
  left: 0;
}

.page_next_bb ul li.after_entry {
  position: absolute;
  right: 0;
}

/*
===== response ======
*/
/*
==================== 6：photoswipe（拡大処理）  ====================
*/
.pswp__share-tooltip a.pswp__share--download {
  display: none;
}

#photoSwipe span {
  float: left;
  cursor: zoom-in;
}

/*
==================== 7：isoTope  ====================
*/
.isotope .box {
  transition-duration: 0.2s;
}

/**/
.box {
  width: 23%;
  margin: 0 2% 2% 0;
  height: auto;
  background: #efefef;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 15px;
  box-sizing: border-box;
}

.box img {
  width: 100%;
  display: block;
}

.box p {
  font-size: 1.4rem;
  line-height: 1.5;
}

p.box_title {
  font-weight: bold;
  margin: 1em 0;
}

/*
===== response ======
*/
/*
==================== 8：flipsnap ====================
*/
#mainVisual {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

#mvPanel {
  width: 20000px;
  height: auto;
  overflow: hidden;
  position: relative;
}

#mvPanel li {
  float: left;
  text-align: center;
}

.pointer {
  text-align: center;
  margin-top: 20px;
}

.pointer span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  text-indent: -9999px;
  background: #ccc;
  display: inline-block;
  cursor: pointer;
}

.pointer .current {
  background: #666;
}

.viewport {
  position: relative;
}

.controls div {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

#mainVisual .prev {
  width: 38px;
  height: 110px;
  left: 0;
  top: 50%;
  margin-top: -55px;
  background: url(../img/arrow_left2.png) no-repeat 5px 10px rgba(255, 255, 255, 0.7);
  border-radius: 0 5px 5px 0;
  padding: 10px 10px;
  background-size: 28px 90px;
}

#mainVisual .next {
  width: 38px;
  height: 110px;
  right: 0;
  top: 50%;
  margin-top: -55px;
  background: url(../img/arrow_right2.png) no-repeat 5px 10px rgba(255, 255, 255, 0.7);
  border-radius: 5px 0 0 5px;
  padding: 10px 10px;
  background-size: 28px 90px;
}

#mainVisual .prev.disabled,
#mainVisual .next.disabled {
  display: none;
}

/*
===== response ======
*/
/*
==================== 9：段組サンプル  ====================
*/
p {
  margin-bottom: 2%;
}

.fwb {
  font-weight: bold;
}

.mbclear {
  margin-bottom: 0 !important;
}

section.lead_tx {
  max-width: 800px;
  margin: 0 auto;
  /*padding: 0 15px;*/
}

/**/
dl.dialog {
  clear: both;
  margin-bottom: 2em;
}

dl.dialog dt {
  width: 62px;
}

dl.dialog dd {
  margin-top: -1.7em;
  padding: 0 0 2em 72px;
}

dl.dialog dt.long {
  display: block;
  width: 100%;
}

dl.dialog dd.short {
  margin-top: -0.5em;
}

/**/
/* fontsize14px 確認用 */
dl.dialog2 {
  clear: both;
  margin-bottom: 2em;
  font-size: 1.4rem;
}

dl.dialog2 dt {
  width: 62px;
}

dl.dialog2 dd {
  margin-top: -2em;
  padding: 0 0 2em 72px;
}

dl.dialog2 dt.long {
  display: block;
  width: 100%;
}

dl.dialog2 dd.short {
  margin-top: -0.5em;
}

/**/
/**/
.frame-bordered {
  border: 1px solid #ddd;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

/**/
.tx-align_c {
  text-align: center;
}

.tx-align_r {
  text-align: right;
}

.tx-align_l {
  text-align: left;
}

/**/
div.detail {
  margin: 4% 0 0 0;
}

div.detail dl {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 4%;
}

div.detail dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

div.detail dl dd {
  margin-bottom: 15px;
}

div.detail div.cols div.col-2 {
  margin: 0 0 0 0;
}

/*
===== response ======
*/
/*
==================== 10：map  ====================
*/
#mapField {
  width: 100%;
  height: 400px;
  margin: 40px 0;
}

/*
==================== 11：flex ====================
*/
#flex_wrap {
  display: flex;
  margin-bottom: 60px;
}

#flex_wrap ul {
  width: 100%;
  display: flex;
  /*flex-direction:row・row-reverse・column・column-reverse;*/
  /*flex-wrap:nowrap・wrap・wrap-reverse;*/
  flex-flow: row wrap;
  /* flex-direction flex-wrap同時記述*/
  justify-content: flex-start;
  /* 水平方向のそろえ方flex-start・flex-end・center・space-between・space-around */
  align-items: stretch;
  /*垂直方向のそろえ方 flex-start・flex-end・center・baseline・stretch*/
  align-content: flex-start;
  /* 複数行時 flex-start・flex-end・center・space-between・space-around*/
}

#flex_wrap ul li.flex100 {
  flex: 1 1 100%;
  /* glow：伸率 shrink：縮率 basis：width*/
  overflow: hidden;
}

#flex_wrap ul li.flex50 {
  flex: 0 1 50%;
  overflow: hidden;
}

#flex_wrap ul li.flex33 {
  flex: 0 1 33.333%;
  overflow: hidden;
}

#flex_wrap ul li.flex25 {
  flex: 0 1 25%;
  overflow: hidden;
}

/*
===== response ======
*/
/*
==================== 12：もっと見る  ====================
*/
p.button2 {
  text-align: right;
  padding: 10px 20px 10px 35px;
  font-size: 0.875em;
  color: #191919;
  text-decoration: underline !important;
}

p.button2:hover {
  color: #999;
}

/*
==================== 13：footer icon 部分メンテ  ====================
*/
.rn16GlobalHeader__toggle:before, .rn16GlobalHeader__nav__close:before, .rn16FootLink:before, .rn16FootLink span, .rn16FootToTop a:before, .rn16Share__service a:before {
  box-sizing: content-box !important;
}

/*
==================== 14：sub-nav fixed  ====================
*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/*
===== responce =====
*/
#title header h2 {
  font-size: 2.2rem;
  float: left;
  margin: 0;
}

.localNav {
  float: right;
  font-size: 1.2rem;
  line-height: 1;
}

/* --------------------------------- */
.summary dl {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

.summary dl dt {
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
  float: left;
  clear: both;
  width: 7em;
}

.summary dl dd {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}

.summary dl dd:last-child {
  padding-bottom: 0px;
}

.summary dl dt.advisory {
  width: 16em;
}
/* --------------------------------- */
.summary .subInfor {
  overflow: hidden;
}

.summary .subInfor .officer {
  width: 120px;
  clear: both;
  float: left;
  display: block;
  margin-bottom: 15px;
}

.summary .subInfor .name {
  width: 480px;
  float: right;
  display: block;
  margin-bottom: 15px;
}
/* --------------------------------- */
/*section#lead {margin: 40px auto 40px auto !important; }*/
section#lead {
  margin: 0 auto 40px auto !important;
}

section#lead p {
  margin-bottom: 0 !important;
}

/* ---------------------------------
@info
--------------------------------- */
#title {
  text-align: center;
}

.summary ul {
  padding-left: 2em;
  text-indent: -1.5em;
  margin-bottom: 20px;
}

.summary li {
  line-height: 1.8 !important;
  margin-bottom: 10px;
}

@media only screen and (min-width: 750px) {
  .bb_Button:after {
    right: 37px;
    padding: 0;
    line-height: 1.8rem;
    height: 18px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  /*6column*/
  .col-6 {
    width: 32%;
    margin: 0 2% 2% 0;
  }

  .col-6:nth-child(3n) {
    width: 32%;
    margin: 0 0 2% 0;
  }
  .box {
    width: 48%;
    margin: 0 2% 2% 0;
  }

  .box:nth-child(2n) {
    width: 49%;
    margin: 0 0 2% 0;
  }
}

@media only screen and (min-width: 1061px) {
  /**/
  .ContentNav {
    width: 100%;
    height: 56px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  /**/
  .ContentNav_inner {
    width: 90%;
    max-width: 1024px;
    height: 56px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 100;
    display: table;
  }

  /**/
  .ContentNav_inner h4.sub-nav_title {
    display: table-cell;
    margin-bottom: 0 !important;
    line-height: 5.5rem;
  }

  .ContentNav_inner ul {
    display: table-cell;
    height: 56px;
    vertical-align: middle;
    text-align: right;
    width: 50%;
  }

  /**/
  .ContentNav_inner h4.sub-nav_title a {
    color: #191919;
    text-decoration: none !important;
  }

  .ContentNav_inner ul li {
    display: inline-block;
    margin-left: 3.7%;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 5.5rem;
    font-size: 1.2rem !important;
  }

  .ContentNav_inner ul li a {
    white-space: nowrap;
    line-height: 5.5rem;
    color: #000 !important;
    text-decoration: none !important;
  }

  .ContentNav_inner ul li.active {
    opacity: 0.5;
  }

  input[type=checkbox].on-off {
    display: none;
  }
}

@media only screen and (max-width: 1060px) {
  /* pc_sp_onoff */
  .pcOnly {
    display: none;
  }

  .mobileOnly {
    display: block;
  }
  .ContentNav {
    width: 100%;
    height: auto;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .ContentNav_inner {
    width: 100%;
    max-width: 1060px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    z-index: 100;
    display: table;
    table-layout: fixed;
  }

  .ContentNav_inner {
    margin: 0;
  }

  /**/
  .ContentNav_inner h4.sub-nav_title {
    display: block;
    margin: 0 5% !important;
    line-height: 5.5rem;
    width: 90%;
    font-size: 1.6rem !important;
    max-width: 1024px;
  }

  /**/
  .ContentNav_inner h4.sub-nav_title a {
    color: #191919;
    text-decoration: none !important;
  }

  /* toggle */
  label {
    background: #fff;
    display: block;
    margin: 0;
    cursor: pointer;
  }

  label:hover {
    background: rgba(255, 255, 255, 0.5);
  }

  label.cont_nav_toggle:before {
    font-family: "iconfont";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal !important;
    display: inline-block;
    line-height: 5.6rem;
    padding-right: 5%;
    font-size: 1.2rem;
    color: #000;
    content: "";
    float: right;
  }

  label.cont_nav_toggle:after {
    clear: both;
  }

  input[type=checkbox].on-off {
    display: none;
  }

  .ContentNav_inner ul {
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ContentNav_inner ul li {
    display: block;
    height: auto;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .ContentNav_inner ul li a {
    display: block;
    padding: 0 5% !important;
    line-height: 5.5rem !important;
    font-size: 1.4rem !important;
    text-decoration: none !important;
    color: #000 !important;
  }

  .ContentNav_inner ul li.active {
    opacity: 0.5;
  }

  input[type=checkbox].on-off + ul {
    display: none;
  }

  input[type=checkbox].on-off:checked + ul {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* img */
  img {
    max-width: 100%;
    height: auto;
  }

  /* section */
  section {
    max-width: 1024px;
    padding: 0;
    margin: 0 auto 40px auto !important;
  }

  /* page top */
  #scrollUp {
    display: none !important;
  }

  .header-safe-margin {
    padding-top: 10px;
  }

  .corporate_container {
    padding-bottom: 50px;
  }
  body, section p, p, li {
    font-size: 1.4rem !important;
  }

  h1 {
    font-size: 1.8125em;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  p.caption_tx {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  /* all_wrap */
  .all_wrap {
    width: 100%;
  }

  /* section */
  section {
    width: 90%;
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto 40px auto !important;
  }
  h2 {
    font-size: 2rem;
  }
  /*4column*/
  .col-4 {
    width: 49%;
    margin: 0 2% 4% 0;
  }

  .col-4:nth-child(2n) {
    width: 49%;
    margin: 0 0 4% 0;
  }

  /*3column*/
  .col-3 {
    width: 100%;
    margin: 0 0 4% 0;
  }

  .col-3:nth-child(3n) {
    width: 100%;
    margin: 0 0 4% 0;
  }

  /*2column*/
  .col-2 {
    width: 100%;
    margin: 0 0 2% 0;
  }

  .col-2:nth-child(2n) {
    width: 100%;
    margin: 0 0 2% 0;
  }

  /*2column（7：3）*/
  .col-7 {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .box {
    width: 48%;
    margin: 0 2% 2% 0;
  }

  .box:nth-child(2n) {
    width: 49%;
    margin: 0 0 2% 0;
  }
  .spBreak h4 {
    margin-top: 1em;
  }

  div.detail dl dt {
    margin-top: 10px;
  }

  div.detail dl {
    margin-left: 0;
  }
  #flex_wrap {
    margin-bottom: 40px;
  }

  #flex_wrap ul li.flex33 {
    flex: 0 1 100%;
    overflow: hidden;
  }

  #flex_wrap ul li.flex25 {
    flex: 0 1 50%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  figure {
    margin: 0 auto !important;
  }
  div.detail {
    margin: 4% 0 0 0;
  }
  #flex_wrap {
    margin-bottom: 40px;
  }
  .summary dl {
    width: auto;
  }

  .summary dl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .summary .subInfor .name {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  /*6column*/
  .col-6 {
    width: 32%;
    margin: 0 2% 4% 0;
  }

  .col-6:nth-child(3n) {
    width: 32%;
    margin: 0 0 4% 0;
  }

  /*4column*/
  .col-4 {
    width: 49%;
    margin: 0 2% 4% 0;
  }

  .col-4:nth-child(2n) {
    width: 49%;
    margin: 0 0 4% 0;
  }
  .box {
    width: 48%;
    margin: 0 2% 2% 0;
  }

  .box:nth-child(2n) {
    width: 49%;
    margin: 0 0 2% 0;
  }
}

@media only screen and (max-width: 749px) {
  .bb_Button {
    padding: 14px 56px 14px 25px;
  }
  .bb_Button:after {
    right: 27px;
    line-height: 1.4rem;
    height: 14px;
    font-size: 0.5rem;
  }
}
/*
==================== 15：お問い合わせ  ====================
*/
section.list_wrap {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
}
.left_box {
	flex: 1;
	padding: 0 15px;
}
.right_box {
	flex: 1;
	padding: 0 15px;
}
/**/
div.list-accordion--wrap dl.list-accordion dt.midashi_title{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #3F3F3F;
}
div.list-accordion--wrap dl.list-accordion dd{
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
}
div.list-accordion--wrap dl.list-accordion dd a{
	text-decoration: none !important;
}
div.list-accordion--wrap dl.list-accordion dd span{
	padding-left: 15px;
}
div.list-accordion--wrap dl.list-accordion dd a:hover{
	opacity: 0.8;
}
div.list-accordion--wrap dl.list-accordion dd.normal a:before{
content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(../../corporate/img/target_01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 12px;
}
div.list-accordion--wrap dl.list-accordion dd.normal a:after{
content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../../corporate/img/target_02.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 3px;
}
/**/
.toggle_contents {
    margin: 10px 0;
}
div.list-accordion--wrap dl.list-accordion dd{
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
}
div.list-accordion--wrap dl.list-accordion dd a{
	text-decoration: none !important;
}

.toggle_title {
	position: relative;
	padding: 5px 0;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none !important;
	background-color: #efefef;
}
.toggle_title a{
	text-decoration: none !important;
}
.toggle_title span{
	padding-left: 15px;
}
.toggle_contents ul li{
	font-size: 12px !important;
	line-height: 2 !important;
	padding: 5px 15px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #666;
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
dd p{ font-size: 14px;}
div.list-accordion--wrap dl.list-accordion dd span.mini_tx{font-size: 12px; padding-left: 0 !important;}
div.list-accordion--wrap dl.list-accordion dd span.mini_tx a{text-decoration: underline !important;}
/*
===== response ======
*/
@media screen and (max-width: 768px) {	
section.list_wrap {
    flex-direction: column;
  }
.left_box {
	padding: 0;
}
.right_box {
	padding: 0;
}
}

@media screen and (max-width: 480px){

}

/*
==================== 16: privacy  ====================
*/
section.privacy_wrap {
	margin: 0 auto;
}
/**/
div.list-privacy--wrap dl.list-privacy dt.midashi_title{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #3F3F3F;
}
div.list-privacy--wrap dl.list-privacy dd{
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
}
div.list-privacy--wrap dl.list-privacy dd a{
	text-decoration: none !important;
}
div.list-privacy--wrap dl.list-privacy dd span{
	padding-left: 15px;
}
div.list-privacy--wrapp dl.list-privacy dd a:hover{
	opacity: 0.8;
}
div.list-privacy--wrap dl.list-privacy dd.normal:before{
content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(../../corporate/img/target_03.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 12px;
}

/*
===== response ======
*/
@media screen and (max-width: 768px) {	

}

@media screen and (max-width: 480px){

}
