@charset "UTF-8";
/* CSS Document */
/* メディアクエリのブレイクポイント例 */
/* @media(min-width:680px){   } 680px以上のサイズに対応するCSS*/
/* @media(max-width:680px){   } 680px以下のサイズに対応するCSS*/
/* font-size:1em;の大きさは14px（  1em = 14px  , 2em = 28px , 3em = 42px ） */
/* イラストやアイコンは出来るだけSVG形式でお願いします。pngだと画面サイズによってボケるので */
/* https://michalsnik.github.io/aos/  動きの参考はこちら*/
/* スマホ対応　改行入れる場合使用する */
.sp_br {
  display: none;
}
.bc_text p {
  font-size: 16px;
  margin: 37px;
}
@media(max-width:680px) {
  .sp_br {
    display: block;
  }
  .bc_text p {
    text-align: left;
  }
}
section {
  margin: 0 auto;
  text-align: center;
}

.product_img1{
    background-color:hsla(0,0%,100%,1);
  background-image:
  radial-gradient(at 40% 20%, hsla(220,82%,92%,1) 0px, transparent 50%),
  radial-gradient(at 80% 0%, hsla(173,0%,100%,1) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(131,100%,93%,1) 0px, transparent 50%),
  radial-gradient(at 80% 60%, hsla(103,87%,85%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(139,100%,77%,1) 0px, transparent 50%),
  radial-gradient(at 80% 100%, hsla(170,100%,86%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(250,200%,128%,1) 0px, transparent 50%);
}

.bc_logo {
  width:50%;

}
.bcpc img {
  width: 65%;
  margin: 50px 0 ;
}
@media(max-width:680px){
  .bc_logo {
    width:75%;
  }
  .bcpc img {
  width: 80%;
  margin: 30px 0;
}
}

.product_img1{
  margin-top: -60px;
  padding-top:200px;
}

.product_title {
  font-size: 1.2rem;
  display: block;
  color: rgb(0, 0, 0);
  margin: 20px 0 0;
}
.product_img1 span {
  font-size: 2rem;
  display: block;
  color: rgb(17, 83, 182);
}
@media(max-width:680px) {
  .product_img1 p {
    line-height: 1em;
    padding-bottom: 0;
    padding-top: 1.2em;
    font-size:1em;
  }
  .product_img1 span {
    font-size: 1.5rem;
  }
  .product_img1{
  padding-top:120px;
}
.product_subtext {
padding: 0 10px;
}
}
@media(max-width:680px) {
  .illust_box1 {
    width: 50%;
  }
  .illust_box2 {
    width: 70%;
  }
  .illust_box3 {
    width: 70%;
  }
  .illust_box4 {
    width: 70%;
  }

}
.product_subtext {
  margin: 10px auto 40px;
  font-size: 1.2em;
  color: gray;
  position: relative;
  display: inline-block;
}
.product_subtext2 {
  margin: 20px auto 40px;
  font-size: 1.5em;
  color: #0068b4;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.product_subtext2:before, .product_subtext2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #64a3d2;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.product_subtext2:before {
  left:0;
}
.product_subtext2:after {
  right: 0;
}

@media(max-width:680px) {
  .product_subtext {
    font-size: 12px;
  }
    .product_subtext2 {
  margin: 20px auto 20px;
}
}
.product_list {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.product_list li {
  padding: 0;
  margin: 40px 20px;
  width: 10%;
  display: inline-block;
  text-align: center;
  font-size: 1.3em;
}
.product_list li p {
  padding-top: 0.5em;
}
.product_list li img {
  width: 100%;
  height: auto;
}
@media(max-width:680px) {
  .product_list li {
    width: 30%;
    display: block;
    margin: 50px auto;
  }
}

.product_specs_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.product_specs_list ul {
  position: relative;
}

.product_specs_list ul li::before {
  font-family: IcoFont;
  content: "\ec4b";
  left: 1em;
  color: #006AB7;
  position: absolute;
}

@media(max-width:680px) {
  .product_specs_list {
    display: block;
  }
}
.space_box_background {
  background: #e8f4fa;
  z-index: 20;
}
.product_specs_box {
  flex-basis: 40%;
  flex-direction: column;
  padding: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background:#fff;
  border-radius: 10px;
}
 .product_specs_box2 {
  flex-basis: 27%;
  padding: 30px;
  margin-bottom: 35px;
  text-align: center;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  border-top: solid 5px #64a3d2;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  border-radius: 0px 0px 10px 10px;
}
.product_specs_box {
  flex-basis: 40%;
  flex-direction: column;
  padding: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background:#fff;
  border-radius: 10px;
}
/* -------------------------------------------------- */
.product_specs_box3 {
  position:relative;
  flex-basis: 25%;
  flex-direction: column;
  padding: 40px;
  /* margin-bottom: 20px; */
  /* box-sizing: border-box; */
  background:#fff;
  /* border:solid 2px #d9effb; */
  z-index: 0;
  margin-bottom: 40px;
}
.product_specs_box3:before{
	background: repeating-linear-gradient(-45deg, #bce2e8, #bce2e8 5px, #eaf4fc 0, #eaf4fc 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.product_specs_box3:after{
	background: #fff; /* 背景色 */
	content: '';
	position: absolute;
	top: 10px;	/* ストライプ部分の太さ・上 */
	bottom: 10px;	/* ストライプ部分の太さ・下 */
	left: 10px;	/* ストライプ部分の太さ・左 */
	right: 10px;	/* ストライプ部分の太さ・右 */
	z-index: -1;
}
#two {
  font-size: 1.5em;
  color: #64a3d2;
}

.product_specs_box3 img {
  margin-bottom: 20px;
}
@media(min-width:680px) {
  .product_specs_box3:not(:nth-of-type(3n)) {
    margin-right: 3%;
  }
}
@media (max-width: 680px){
 .product_specs_box3 {
    margin: 25px auto;
    width: 80%;}
  .product_specs_box3 img {
      max-width: 100%;
    }
  }
/* -------------------------------------------------- */
.product_specs_box p, .product_specs_box2 p {
  font-size: 1.5em;
  color: #64a3d2;
}
.product_specs_box span, .product_specs_box2 span {
  font-size: 1em;
  text-align: left;
  display: inline-block;
  text-align: justify;
}
.product_specs_box img {
  width: 100%;
}
.function_icon{
  margin-bottom: 10px;
}

.product_massage {
  color: #006AB7;
  margin-bottom: 40px;
  padding:0 10px;
}

.inner_headline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_specs_box .inner_headline img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
@media(max-width:680px) {
  .product_specs_box, .product_specs_box2 {
    margin: 25px auto;
    width: 80%;
  }
}
@media(min-width:680px) {
  .product_specs_box:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .product_specs_box2:not(:nth-of-type(3n)) {
    margin-right: 3%;
  }
}

.space_box_background2 {
  z-index: 1;
  background-color:hsla(0,0%,100%,1);
  background-image:
  radial-gradient(at 40% 30%, hsla(200,82%,92%,1) 0px, transparent 50%),
  radial-gradient(at 80% 0%, hsla(100,105%,95%,1) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(131,100%,93%,1) 0px, transparent 50%),
  radial-gradient(at 80% 60%, hsla(103,87%,85%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(139,100%,77%,1) 0px, transparent 50%),
  radial-gradient(at 80% 100%, hsla(170,100%,86%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(230,200%,108%,1) 0px, transparent 50%);
}

.infogra img {
  width: 83%;
}

.product_specs_box img {
 height: 200px;
 width: auto;
 padding-bottom: 20px;
}

.box1 ul li {
  line-height: 1.5;
  list-style-type: none!important;
}

.box1 ul {
  margin-bottom:0;
  position: relative;
  margin-left:20px;
}

.box1 ul li::before {
  font-family:IcoFont;
  content: "\ec4b";
  left : 1em;
  color: #006AB7;
  position: absolute;
}

.box1 p {
  font-size: 1.5em;
  color: #006AB7;
  margin-bottom: 0;
}

.box1 {
  display: flex;
  width: 83%;
flex-wrap: wrap;
padding: 20px;
margin: 20px auto 40px;
justify-content: center;
  text-align: left;
  box-sizing: border-box;
  background:#fff;
  align-items: center;
  border-radius: 10px;
}

.box1 span {
  line-height: 1.5;
  padding: 0.5em 0;
  padding-left: 40px;
}

.box1 img {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

@media(max-width:680px){
  .box1 {
 flex-flow:column;
  }
  .box1 ul {
    margin-left: 0;
  }
  .box1 img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .box1 span {
  padding-left : 0px;
}
#one {
  padding-right: 0px;
}
#three {
  margin-left: 0px !important;
}
}
#three {
  margin-left: 30px;
  font-size: 1em;
  color:#029fe0;
}
.bubble img {
  flex-wrap: wrap;
  text-align: left;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1em 20px 1em 0;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fbf8e2;
  border-radius: 10px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 20px solid #fbf8e2;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
  font-size:16px;
  color:#424242;
}

.support img{
  width: 150px;
  height: auto;
}
@media(max-width:680px){
  .balloon1-right {
    position: relative;
    display: inline-block;
    margin: 1em 0 1em 0;
    padding: 20px 30px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fbf8e2;
  }
  
  .balloon1-right:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fbf8e2;
    z-index: 2;
  }

  .balloon1-right:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fbf8e2;
  }  
  
  .balloon1-right p {
    margin: 0;
    padding: 0;
  }
  
  .support img{
  margin-bottom: 20px;
}
}