@charset "UTF-8";
/* CSS Document */

/*-----------------------

共通項目

-----------------------*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    background-color: #f7f7f7;
}
body {
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
/*    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
    font-size: 2rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
	line-height: 1.6;
    font-style: normal;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-feature-settings: "palt";
}
small{
    font-size: 1.2rem;
}
img{
    max-width: 100%;
}
div{
    box-sizing: border-box;
}
footer{
    padding: 20px 10px;
    text-align: center;
    color: #000;
}
footer p{
    font-size: 1.4rem;
}
footer a{
    margin: 0 20px;
    display: inline-block;
}
.wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}
.block{
    padding: 100px 20px;
}
.bold{
    font-weight: 700;
}
a{
    transition: .4s;
}
a:hover{
    opacity: .8;
}
.flex{
    display: flex;
}
.ttl-area{
    text-align: center;
    margin-bottom: 50px;
}
.btn-area{
    text-align: center;
    margin-top: 80px;
}
.btn-area a{
    display: inline-block;
    background-color: #fff;
    padding: 15px 70px;
    border-radius: 20px;
    font-size:3rem;
    font-weight: 600;
}
.btn-area img{
    margin-bottom: -30px;
}
.wrap .contents:not(:last-child){
    padding-bottom: 60px;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-white{
    color: #fff;
    font-weight: bolder;
}
.text-blue{
    color: #0e87de;
}
.box-area{
    padding: 0 20px;
}
.img-area{
    width: 53%;
}
.text-area{
    width: 45%;
    padding-left:2%;
}
.text-center{
    text-align: center;
}
.shadow{
    filter: drop-shadow(20px 20px 5px rgba(0,0,0,0.2));
}

/*******************************
header
*******************************/
#header{
    padding: 30px;
    color: #30a2f5;
}

.h-r a {
  margin-right: 30px;
  display: inline-block;
  border-radius: 7px;
  padding: 5px 20px;
  font-family: 'Anton', sans-serif;
  box-shadow:  #FFF -10px -10px 10px, #BABECC 5px 5px 10px;
  transition: all 0.2s ease-in-out;
}
.h-r a:hover {
    box-shadow:#FFF -2px -2px 5px,#BABECC 2px 2px 5px;
  }

.h-r a:active {
    box-shadow: inset #BABECC 1px 1px 2px, inset #FFF -1px -1px 2px;
  }
/*************************************
fv-area ライブコマースを利用検討
*************************************/
/*#fv-area{
    position: relative;
    padding-top: 100px;
}
#fv-area .fv-text{
    max-width: 1200px;
    margin-left: 12vw;
    color: #269ef5;
    font-weight: 600;
    font-size: 3rem;
}
#fv-area .FV-obj{
    position: absolute;
    top: 0;
    right: 0;
}
.FV-box{
    background:url(../images/FV-bg.png) right top /100% 100% no-repeat;
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    padding: 60px 0;
    margin-left: 10vw;
}
.FV-box img{
    margin-top: -30px;
}*/
.FV-area {
  width: 100vw;
}
/*************************************
what-area ライブコマースとは？
*************************************/
#what-area .inner p{
    color: #30a2f5;
    text-align: center;
    font-weight: 600;
}
/*************************************
service-area 事業内容
*************************************/
/*#service-area .box-area{
    background: url(../images/service-bg.png) center top / 100% 100% no-repeat;
    margin-right: 10vw;
}*/
.service-area {
  width: 100vw;
}
/*************************************
consulting-area コンサルティング内容
*************************************/
.consulting-area .wrap{
    max-width: 1500px;
}
.consulting-area .item{
    box-shadow:   #FFF -10px -10px 10px, #BABECC 5px 5px 10px;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    padding: 30px;
    width: 300px;
    height: 300px;
    margin: 0 20px
}
.consulting-area .item img{
    padding-bottom: 15px;
}
.consulting-area .con-obj{
    margin-bottom: -250px;
}
/*************************************
online-area オンライン完結型
*************************************/
#online-area{
    font-weight: 600;
}
#online-area .ttl-area{
    text-align: left;
}
#online-area .inner-bottom .item{
    padding: 30px 30px 0;
}
#online-area .inner-bottom .item img{
    padding-bottom: 15px;
}
/*************************************
contact-area お問い合わせ
*************************************/
.contact-area{
    background: rgb(52,165,248);
    background: linear-gradient(180deg, rgba(52,165,248,1) 0%, rgba(27,143,228,1) 100%);
    box-shadow: 0 40px 12px 0px #077fd9 inset;
}
.contact-area .wrap{
    background:url(../images/contact-bg.png) center bottom / contain no-repeat;
    max-width: 1500px;
    padding: 100px 20px 130px;
}
.contact-area .wrap .inner{
    max-width: 1200px;
    margin: 0 auto;
}
.table-area{
    background-color: #fff;
    border-radius:20px;
    padding:80px 100px;
    font-weight: 600;
    margin: 20px 0;
}
.table-area .t-r{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.table-area .t-r:last-child{
    display: flex;
    flex-direction: column;
}
.table-area .t-r:last-child .t-td{
    width: 100%;
    margin-left: 0;
    height: 200px;
    margin-top: 10px;
}
.table-area .t-r:last-child textarea{
    width: 100%;
    height: 200px;
    outline: none;
    padding: 5px 10px;
    resize: none;
}
.table-area .t-r:not(:last-child){
    border-bottom: solid 2px #dfdfdf;
}
.table-area .t-th{
    width: 30%;
}
.table-area .t-th label{
    cursor:default;
    vertical-align: -webkit-baseline-middle;
}
.table-area .t-td{
    background-color: #dfdfdf;
    width: 65%;
    margin-left: 5%;
}
.table-area .t-td input{
    width: 100%;
    padding: 5px 10px;
    outline: none;
}
.main_ttl,.sub_ttl {
  text-align: center;
  padding-bottom: 30px;
}
/*************************************
プラポリ
*************************************/
.contents-item h3{
  background-color:rgb(221, 221, 221);
  margin-top: 30px;
  font-weight: bold;
}

#privacy .ttl-area {
  font-size: 3rem;
  font-weight: bold;
}

#privacy ul li {
  list-style-type: circle;
  margin-left: 40px;
}
