@charset "UTF-8";
body {
  background-image: url(../images/body-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro f", "メイリオ", sans-serif;
}
@media screen and (min-width: 750px) {
  .body-inner {
    max-width: 750px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
    background: #fff;
    margin-left: auto;
    margin-right: auto;
  }

}
img {
  width: 100%;
  margin-top: -1px; /*--隙間調整--*/
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.img1 {
  width: 100%;
  margin-top: -1px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}


.body-inner {
  max-width: 750px;
  box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}


/* FVの題名 */
/* ============================================ */


h3.bun {
  text-align: center;
  margin: 0% 3% 7% 3%;
  background-color: aliceblue;
  padding: 0% 3% 5%;
}


/* コンテンツの横幅 */
/* ============================================ */

.midasi{
  font-size: 1.5rem;
  margin: 40px 0 10px 0;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    margin:0 3% 3% 3%;
    padding: 3%;
}

/*========= コンサル費用の表CSS ===============*/

.design01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
 }
 .design01 th {
  padding: 10px;
  background: #000;;
  border: solid 1px #000;;
  border-bottom: 1px solid #fff;
 }




 @media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background: #111111 none repeat scroll 0 0;
    display: block;
    border-right: none;
    text-align: center;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1em;
    text-align: left;
    position: relative;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}



/*========= コンサル内容の表CSS ===============*/





@media screen and (max-width: 600px) {

  .design2 table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
   }
   .design02 table th {
    padding: 10px;
    background: #000;;
    border: solid 1px #000;;
    border-bottom: 1px solid #fff;
   }
   .design02 table td {
    
    border: solid 1px #000;;
   }



 
}








/* ハイパーリンク先 階層ページCSS */
/* ============================================ */


table {
  border: 1px solid #111111;
  width: 80%;
  margin: 10%;
}

td {
  padding: 4% 2.5%;
  vertical-align: middle;
  border-bottom: 1px solid #111111;
  text-align: left;
  background: #fff;
}

th {
  background: #111111 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 3% 2.5%;
  vertical-align: middle;
}

header2 h2 {
  padding: 7% 5% 1%;
    text-align: center;
  font-size: 30px;
  font-weight: 100;
  background: #fff;
}






/* footer */
/* ============================================ */
footer {
  display: block;
  padding-top: 10px;
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
}
ul {
  list-style: none;
}
.footer_nav {
  text-align: center;
  padding: 10px 0;
}
.footer_nav li {
  display: inline-block;
  margin: 0 5px 0 0;
  border-right: #000 solid thin;
  font-size: 13px;
}
.footer_nav li a {
  text-decoration: none;
  padding: 0 10px 0 0;
  color: #000;
}
.footer_nav li:last-child {
  border: none;
}
footer .copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  padding-bottom: 10px;
}
/* footer ここまで */
/* ============================================ */
.float-bnr {
  height: 0;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.float-bnr.show {
  display: block;
  height: auto;
  opacity: 1;
  transition: 1s;
  pointer-events: painted;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
