@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  background-image: url("/assets_lp/aim/crm/livemyself/images/fvback.gif");
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}
img { width: 100%;}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.pc_only{display: block;}
.sp_only{display: none;}
header img{display: block;width: 100%;}
.mv {
  width: 100%;
  position: relative;
}
#contents {
  width: 100%;
}
#contents .contents_inner {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-shadow: 0 0 1px #000;
}
#contents .contents_wrapper {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.section_inner {
  margin: 0 auto;
}
.item_title {
  margin-top: 1vw;
}
.img01 {
  margin: 4vw 0;
}
.btn {
  width: 90%;
  margin: 2vw auto;
}
.att p {
  text-align: center;
  font-size: 80%;
  margin: 4vw 0;
  color: #444;
}
.slider_inner {
  width: 480px;
}
.slider_card {
  margin: 0 15px;
}
.slider_card img{
  margin: 0 auto;
}
.work {
  width: 500px;
  text-align: center;
  font-size: 80%;
}
.work p {
  text-align: center;
  font-size: 80%;
  margin: 2vw 0;
}
.img04 ,img02 ,img03 ,img05{
  margin: 2vw auto;
}
.img04 .btn_list {
  width: 80%;
  margin: 10px auto;
}
.img04 .btn_list img:hover{
  opacity: .8;
  cursor: pointer;
}
.js-accordion_inner {
  display: none;
}
.img04 .btn_list_table table{
  width: 90%;
  margin: 0 auto;
  font-size: 90%;
  border: 1px solid  #ccc;
  background: #fafafa;
  border-collapse: separate;
  box-shadow: inset 0 1px 0 #fff;
}
tr:nth-child(odd) td {
  background: #f1f1f1 ; 
}
.img04 .btn_list_table table th{
  border: 1px solid  #ccc;
  width: 60%;
  font-size: 90%;
  min-height: 80px;
  line-height: 120%;
  border-right: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
}
.img04 .btn_list_table table th.ttitle{
  padding: 1vw 0;
  font-weight: normal;
  background: #d7eff2;
}
.img04 .btn_list_table table td{
  border: 1px solid  #ccc;
  text-align: center;
  padding: 1vw 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
}
td:first-child {
  box-shadow: inset 1px 0 0 #fff;
} 

td:last-child {
  border-right: 1px solid #e8e8e8;
  box-shadow: inset -1px 0 0 #fff;
} 
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  background: url("/assets_lp/aim/livemyself/images/next.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev:before {
  background: url("/assets_lp/aim/livemyself/images/prev.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev,.slick-next{
  width: 50px;
  height: 50px;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-arrow {
  z-index: 2;
}
.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
iframe {
  height: 1200px;
}

/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  iframe {
    height: 1200px;
  }
  #contents .contents_inner {
    width: 100%;
  }
  .work {
    width: 100%;
  }
  .slider_inner {
    width: 100%;
  }
  .slick-prev,.slick-next{
    width: 30px;
    height: 30px;
  }
  .btn {
    margin: 10vw auto;
  }
  .img04 .btn_list_table th{
    height: 50px;
    padding: 10px 0;
  }
}