@charset "UTF-8";

div.contents{
  margin:0 auto 0;
  text-align:center;
}

div.bg_top{
  background-image:url("../img/bg_top.png");
  background-size:cover;
}

.box_btntop{
  display:flex;
  padding:20px;
}

h1 img{
  width:100px;
}

.box_btntop .btn{
  display:block;
  width:132px;
  position:absolute;
  right:20px;
}

h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:45px;
  font-weight:900;
  color:#ffffff;
  text-align:left;
  margin-top:130px;
  margin-left:100px;
  line-height:1.7;
}

h3{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:20px;
  font-weight:600;
  color:#ffffff;
  text-align:left;
  margin-left:100px;
  position:relative;
  top:-180px;
}

.box_check{
  margin:150px auto 0;
  width:400px;
}

.box_check ul{
  display:flex;
  flex-wrap: wrap;
}

.box_check ul li{
  background-image:url("../img/check.png");
  background-size:30%;
  background-repeat:no-repeat;
  line-height:3;
  padding-left:40px;
  margin-left:20px;
  color:#F95AA6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.spacer{
  width:100%;
}

img.more{
  display:block;
  width:320px;
  margin:30px auto 0;
}

h4{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:600;
  font-size:35px;
  color:#3C3D3D;
  line-height:1.7;
  margin-top:50px;
}
.box_nayami{
  display:flex;
  justify-content: center;
  height:550px;
}
.nayami1{
  background-image:url("../img/nayami1.png");
  background-repeat:no-repeat;
  background-size:100%;
  width:300px;
  height:700px;
  margin:50px 30px 0 30px;
  padding:60px 0 0 0;
}

.nayami2{
  background-image:url("../img/nayami2.png");
  background-repeat:no-repeat;
  background-size:100%;
  width:300px;
  height:700px;
  margin:50px 30px 0 30px;
  padding:60px 0 0 0;
}

.nayami3{
  background-image:url("../img/nayami3.png");
  background-repeat:no-repeat;
  background-size:100%;
  width:300px;
  height:700px;
  margin:50px 15px 0 15px;
  padding:60px 0 0 0;
}

.box_nayami p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  font-size:20px;
  color:#3C3D3D;
  line-height:2;
}

.arrow img{
  display:block;
  width:100px;
  margin:0 auto 0;
}

.solution1{
  background-image:url("../img/solution1.png");
  background-repeat:no-repeat;
  background-size:100%;
  width:300px;
  height:700px;
  margin:50px 30px 0 30px;
  padding:60px 0 0 0;
}

.solution2{
  background-image:url("../img/solution2.png");
  background-repeat:no-repeat;
  background-size:100%;
  width:300px;
  height:700px;
  margin:50px 30px 0 30px;
  padding:60px 0 0 0;
}

.solution3{
  background-image:url("../img/solution3.png");
  background-repeat:no-repeat;
  background-size:100%;
  width:300px;
  height:700px;
  margin:50px 15px 0 15px;
  padding:60px 0 0 0;
}

.box_nayami h5{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:600;
  font-size:20px;
  color:#3C3D3D;
  line-height:2;
}

.box_sendmail{
  background-image:url("../img/bg_mail.png");
  background-repeat:no-repeat;
  background-size:cover;
}

img.mail{
  display:block;
  width:320px;
  margin:0px auto 0;
  padding:40px 0 0;
}

section.bl{
  background-color:#0C1D4C;
  padding-top:30px;
  padding-bottom:40px;
}

section.bl h4{
  color:#ffffff;
}

section.bl img{
  display:block;
  width:700px;
  margin:40px auto 40px;
}

.box_logo{
  margin:40px auto 0;
}

.box_logo ul{
  display:flex;
  justify-content: center;
}

.box_logo ul li img{
  display: inline-block;
  width:200px;
  vertical-align: middle;
  margin-left:20px;
}

.gr{
  background-color: #E2E2E2;
  padding:40px;
  margin-top:40px;
}

.box_add{
  display: flex;
  justify-content: center;
  align-items:center;
  padding:40px;
}

.logo img{
  width:200px;
}

.box_addmore{
  text-align: left;
  margin-left:20px;
}

.box_addmore p{
  margin-bottom:20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size:16px;
}

footer{
  padding:40px;
  text-align: left;
}

small{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:14px;
}
