@charset "UTF-8";

body {
  min-width: 1200px; 
  margin: 0 auto;
  background: #FFF; 
  
}

main{
  background-image: url("../image/crmstage_img_01.png");
  background-repeat: no-repeat;
  background-position: 95% 40px; 
  background-size: 600px;
}

@media screen and (min-width: 84px){
  body{
    margin: 0 auto;
    max-width: 1300px;
  }
}

/* ---------------共通--------------- */

h1{
  font-size: 40px;
}

h2{
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 10px;  
}

h3{
  color: #5176DD;
  font-size: 28px;
}

#title{
  color:#5176DD;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#under{
  width:64px;
  height:2px; 
  border-top: 4px solid #b8cbe8;
  margin: 0 auto ;
 } 

 a{
  text-decoration:none;
  color:black;
 }

/* ---------------header--------------- */

header{
  display: flex;
  width:100%;
  height: 85px;
  box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 0px;
  z-index: 999;
  background: #FFF;
}

header img{
  width: 135px;
  height: 30px;
  padding-left: 30px; 
  padding-top: 25px;
  padding-right: 10px;
  font-weight: bold;
}

header li{
  list-style: none;
  display: inline-block;
  margin:0 10px 0 30px;
  font-size: 16px;
  font-weight: bold;
 } 

#blue,#black{
  width: 150px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#blue{
  background: #5176DD;
  margin: 0 0 0 auto;
}

#black{
  background:#5B5A5A;
}

#blue a,#black a{
  color:#FFF;
}

header li,header p{
  padding-top: 15px;
}

/* ---------------content1--------------- */

#content1{
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
}

#content1 h2{
  font-size: 40px;
}

#button{
  background: #5176DD;
  width:341px;
  height:67px;
  border-radius: 50px;
  margin:40px 0 60px 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border:2px solid #FFF;
  cursor: pointer;
  font-size: 18px;
}

#button a{
  color: #FFF;
}

#button:hover{
  background: #3D6CC1;
}

 /* ---------------content2--------------- */

#content2{
  width: 100%;
  height: 800px;
  padding-top:80px;
  padding-bottom: 40px;
  background: #F3F8FF;
  text-align: center;
}

#date1,#date2,#date3{
  display: inline-block;
  background: #FFF;
  width:30%;
  height:55%;
  margin:40px 10px 0 10px;
  border-radius: 10px;
  fill: #FFF;
  filter: drop-shadow(10px 20px 20px rgba(185, 208, 255, 0.40)); 
}
 
#h2{
  margin-top: 20px;
}

#date1 p,#date2 p,#date3 p{
  font-size: 20px;
  padding: 0 20px;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #F3F8FF;
  transform: rotate(180deg);
  margin: 35px auto 0;
}

#box{
  padding-top: 40px;
}

.box {
  margin: 10px auto;
  width: 7px;
  height: 7px;
  background: black;
}

 /* ---------------content3--------------- */

#content3{
  padding-top: 73px;
}

#Features{
  text-align: center;
}

.item {
  display:flex; 
  padding-top: 40px;
  padding-bottom: 40px;
}

.item .right{
  padding:0px 50px 0 40px ;
  float: right;
}

/* content3右側  */

#title2{
  color:#5176DD;
  font-size: 14px;
  font-weight: bold;
  font-size: 18px;
}

.text{
  font-size: 18px;
  padding-right: 20px;
}

/* content3下側  */

#other h3{
  color:black;
  text-align: center;
}

#row,#row2 {
  display: flex; 
}

#row p, #row2 p{
  background: #F3F8FF;
  font-size: 18px;
  width: 250px;
  height: 65px;
  padding: 40px 0 0 0;
  margin: 0 10px 20px;
  border-radius: 10px;
  text-align: center;
}

#others{
  padding-bottom: 60px;
  display: grid;
  place-items: center;
}

/* ---------------content4--------------- */

#content4{
  padding:64px 0;
  background: #5176DD;
  text-align: center;
}

#content4 h2,#content4 a{
  color: #FFF;
}

#check{
  width: 410px;
  height: 68px;
  margin:0 auto;
  background: #3D6CC1;
  font-size: 20px;
  color: #FFF;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border:2px solid #FFF;
  cursor: pointer;
} 

#check:hover{
  background: #6699FF;
}

/* ---------------content5--------------- */

#content5{
  padding-top: 80px;
}

#content5 h2{
  text-align: center;
}

#content5 h2{
  color: black;
}

#case{
  background: #F3F8FF;
  width:95%;
  height:380px;
  margin: 10px auto;
  border-radius: 10px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 60px;
}

#case1{
  color: black;
}

#case img{
  float:left;
  padding-right: 20px;
  padding-left: 65px;
  margin-right: 40px;
}

#case #title2{
  padding-left: 60px;
} 

#right2 h2,.text2{
  padding-right: 55px;
}

.text2{
  font-size: 18px;
}


/* ---------------content6--------------- */

#content6{
  width: 100%;
  height: 1300px;
  padding-top:80px;
  background: #F3F8FF;
  margin-top: 80px;
}

#content6 h2{
  text-align: center;
}

/* content6(1)~(4) */

#Flow{
  width: 80%;
  height: 200px;
  border-radius: 10px;
  background: #FFF;
  margin: 70px auto;
}

#Number h1{
  float: left;
  font-size: 64px;
  padding-left: 80px;
}

#Content h3, #Content p{
  padding-left: 190px;
  padding-right:60px;
  color: black;
}

#Content h3{
 padding-top: 40px;
}

.triangle2{
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid black;
  transform: rotate(180deg);
  margin: 65px auto 0;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid rgb(0, 0, 0);
  transform: rotate(180deg);
  margin: 40px auto 0;
}

/* ---------------content7--------------- */

#content7{
  margin-top:80px;
}

#content7 h2{
  text-align: center;
}

/* 画像配置 */

#document{
  width: 95%;
  height: 512px;
  background: #F3F8FF;
  margin:0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

#document img{
  float: left;
  padding-top:60px;
  padding-left: 30px;
}

/* content7 テキスト */

#recommendation{
  float: left;
  padding-left: 30px;
}

#recommendation p{
  color: #5176DD;
  font-size: 20px;
  font-weight: bold;
  padding-top: 80px;
  padding-left: 20px;
}

#recommendation li{
  font-size: 24px;
  margin: 0  auto 0 0;
}

#recommendation{
  margin-top: 10px;
  margin-bottom: 100px;
}

/* content7 バナー */

#check2{
  width: 410px;
  height: 68px;
  background: #3D6CC1;
  display: block;
  margin: 0 auto ;
  border-radius: 50px;
  color: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border:2px solid #FFF;
  cursor: pointer;
  font-size: 18px;
} 

#check2 a{
  color:#FFF;
}

#check2:hover{
  background: #6699FF;
}

/* ---------------footer--------------- */

footer {
  position: sticky;
  height: 134px;
  width: 100%;
  background: #4B4A4A;
  text-align: center;
}

.address1,.address2{
  display: inline-block;
  margin: 20px auto;
  color: #FFF;
}

.address1{
  font-size: 18px;;
  font-weight: bold;
  padding-top: 20px;
  margin: 20px;
}

small{
  display: block;
  color: #FFF;
}