@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html{
scroll-behavior: smooth;
}
html, body, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
  /*line-height: 1.0;*/
}
body {
  line-height: 1.6
}
ul {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: inherit;
}
img {
  border: none;
  vertical-align: bottom !important;
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
main{ 
  margin-top: 0;
}
.hero_container {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.bevelBtn {
  display: block;
  max-width: 320px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #544EBD !important;
  box-sizing: border-box;
  border: 1px solid #ED5AC5;
  border-radius: 0 20px 20px 20px;
  background-color: #e3fdff;
  margin: auto;
}
.bevelBtn a{
  color: #544EBD !important;
}
.bevelBtn:hover {
  opacity: 1.0;
  border-radius: 0 20px 20px 20px;
  background-color: #ED5AC5;
  color: #fff;
  transition-duration: 0.1s
}
.bevelBtn-w {
  display: block;
  margin: auto;
  max-width: 320px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #ED5AC5;
  border-radius: 0 20px 20px 20px;
  background-color: #fff
}
.bevelBtn-w:hover {
  opacity: 1.0;
  border-radius: 0 20px 20px 20px;
  background-color: #ED5AC5;
  color: #fff;
  transition-duration: 0.1s
}
a.link_top{
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 5px;
  display: block;
}

.link_top img{
  max-width: 55px;
  height: auto;
}

.hero_mainImage {
  margin-bottom: 20px;
  margin-top: -30px;
}
.hero_heading {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px
}


.hero_heading {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px
}
.hero_ttl {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}


.hero_container_bg,
.product_container_bg {
  background:#17397a url("../img/bg_cosmos.png")no-repeat center bottom/cover;
}
.hero_icon {
  max-width: 52px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -12%;
  right: 2%;
}
.hero_txt_wrap {
  display: flex;
  padding-left: 53px;
}
.hero_txt {
  font-size: 15px;
  color: #fff;
  width: 70%;
}
.hero_txt_pict {
  width: 30%;
  box-sizing: border-box;
  padding-left: 30px;
}
.hero_block {
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 1125px) {
.hero_mainImage {
  margin-top: 15px;
}
}
.hero_block_irem:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px){
    a.link_top{
  padding-left: 5%;
  margin-bottom: 5px;
}
.hero_ttl {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
  .hero_heading_br{
    display: none
  }
}



@media screen and (max-width: 428px){
    .hero_ttl {
  font-size: 17px;
  }
  .hero_icon {
  max-width: 35px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -12%;
  right: 2%;
}
  .hero_txt_wrap {
  display: flex;
  padding-left: 0;
}

  .link_top img{
  max-width: 44px;
  height: auto;
}
  .bevelBtn {
  height: auto;
  font-size: 11px;
}
}
@media screen and (max-width: 398px){
    .hero_ttl {
  font-size: 17px;
  }
  .hero_icon {
  max-width: 35px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -30px;
  right: 2%;
    margin-right: -35px
}
}
.impact_container {
  max-width: 1000px;
  margin: 0 auto;
    padding-top: 100px;
  padding-bottom: 80px;
}
.impact_ttl {
  font-size: 27px;
  text-align: center;
  margin-bottom: 80px;
}
.outline {
  display: inline-block;
  color: #f01901; /* 文字の色 */
  letter-spacing: 4px; /* 文字間 */
  text-shadow:
    2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; /* 文字の影 */
}

.impact_container_bg {
  background:#0a2166 url("../img/bg_denjiha.jpg")no-repeat center top / contain;
  background-position: center -100px;
  background-size: 1200px auto;
}
.arrow_box_br {
  display: block;
}
.arrow_box {
  position: relative;
  max-width: 80%;
  margin: auto;
  height: auto;
  background: #fff;
  padding: 10px 50px;
  text-align: left;
  color: #f01901;
  font-size: 19px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 29px;
  border-right-width: 29px;
  margin-left: -29px;
  border-top-color: #fff;
  top: 100%;
  left: 50%;
}
.arrow_box_container {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.impact_icon {
  max-width: 150px;
  height: auto;
  position: absolute;
  bottom: -17px;
  right: 17%;
}
.impact_pict {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px){
  .arrow_box_container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
  .impact_icon {
  max-width: 150px;
  height: auto;
  position: absolute;
  bottom: -17px;
  right: 0%;
}
}
@media screen and (max-width: 768px){
  .impact_ttl {
  font-size: 23px;
  text-align: center;
  margin-bottom: 80px;
}
}
@media only screen and (min-width: 414px) and (max-width: 732px) {
    .impact_icon {
  max-width: 100px;
  height: auto;
  position: absolute;
  bottom: -17px;
  right: 0%;
}
.arrow_box {
 padding: 10px 100px 10px 50px;
}

}

@media screen and (max-width: 428px){
  .impact_ttl {
  font-size: 23px;
  text-align: center;
  margin-bottom: 80px;
}
  .arrow_box {
  position: relative;
  max-width: 100%;
  margin: auto;
  height: auto;
  background: #fff;
  padding: 15px;
  text-align: left;
  color: #f01901;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
    .impact_icon {
  max-width: 87px;
  height: auto;
  position: absolute;
  bottom: -47px;
  right: 0%;
}
  .arrow_box_br {
  display: inline;
}
    .impact_ttl {
  font-size: 17px;
  text-align: center;
  margin-bottom: 80px;
}
}



.clinical_container {
  max-width: 1000px;
  margin: 0 auto;
    padding-top: 60px;
  padding-bottom: 80px;
}
.clinical_txt {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 33px 113px 15px;
}
.clinical_txt_wrap {
  background: url("../img/icon_caution.png"), url("../img/img_5g.png");
  background-repeat: no-repeat;
  background-position: left top, right center;
  background-size: 100px auto;
  min-height: 157px;
}
.clinical_pict {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 678px){
    .clinical_txt_wrap {
  background: url("../img/icon_caution.png"), url("../img/img_5g.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 50px auto;
  min-height: 157px;
}
  
  .clinical_txt {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 70px 0 50px;
  }
}
/*製品紹介======*/
.product_container {
    max-width: 1000px;
  margin: 0 auto;
    padding-top: 60px;
  padding-bottom: 100px;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.foot_link_container {
  max-width: 1000px;
  margin: 50px auto;
  padding-left: 30px;
  padding-right: 30px;
}


.product_ttl {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px
}
.product_item_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  
}
.product_item_ttl.icon_power {
 text-align:left;
}

.product_item_price {
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  padding: .1em;
  background: #0e2f91;
  margin-bottom: 10px
}
.tax {
  color: #fff;
  font-size: 11px;
}
.product_txt_pict {
  margin-bottom: 30px
}
.bevelBtn_container {
  margin-top: auto;
}
.product_txt {
  font-size: 16px;
  margin-bottom: 10px
}
.product_item_bg {
  background: #fff;
  border-radius: 15px
}
.product_txt_pict > figcaption {
  font-size: 13px;
  margin-top: 10px;
}
.product_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.product_item_wrap li {
  display: flex;
  flex-direction: column;
  min-height: 0%; /*ie*/
  background: #fff;
  border-radius: 15px;
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
  padding: 20px 20px 30px;
}
.product_item_wrap li:nth-child(3n) {
  margin-right: 0
}
@media screen and (max-width: 768px) {
  .product_item_wrap li {
    display: flex;
    flex-direction: column;
    min-height: 0%; /*ie*/
    background: #fff;
    border-radius: 15px;
    width: calc((100% - 20px) / 2);
    box-sizing: border-box;
    padding: 20px 20px 30px;
  }
  .product_item_wrap {
    display: flex;
    flex-wrap: wrap;
  }

.product_item_wrap li:not(:last-child) {
  margin-bottom: 20px
}
}
@media screen and (max-width: 599px) {
  .product_item_wrap li {
    display: flex;
    flex-direction: column;
    min-height: 0%; /*ie*/
    background: #fff;
    border-radius: 15px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 20px 20px 30px;
  }
}


/*　製品3　======*/

.product3_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch
}
.product3_item_wrap li {
  display: flex;
  flex-direction: column;
  min-height: 0%; /*ie*/
  background: #fff;
  border-radius: 15px;
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  padding: 20px 20px 30px;
}

@media screen and (max-width: 768px) {

  .product3_item_wrap {
  display: flex;
  flex-wrap:wrap
}
  



  .product3_newline {
  display: block;
  padding-left: 15px
}
}
@media screen and (max-width: 599px) {
  
  .product3_item_wrap li:not(:last-child) {
  margin-bottom: 20px
}
  .product3_item_wrap li {
    display: flex;
    flex-direction: column;
    min-height: 0%; /*ie*/
    background: #fff;
    border-radius: 15px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 20px 20px 30px;
  }
}



.product3_item {
  display: flex;
}

.img_taeb{
  max-width: 300px;
  height: auto;
  margin: auto;
}

.img_tamb{
  max-width: 250px;
  height: auto;
  margin: auto;
}

.icon_ttl_tamb{
  max-width: 110px;
  position: absolute;
  top:-48px;
  left:-4%;
}

.icon_ttl_tamb_oya {
  position: relative;

}
@media screen and (max-width: 1030px) {
  .icon_ttl_tamb {
  max-width: 110px;
  position: absolute;
  top:60px;
  left:0;
}
  
}
@media screen and (max-width: 768px) {
  .icon_ttl_tamb {
  max-width: 90px;
  position: absolute;
}
  .img_taeb{
  max-width: 90%;
  height: auto;
  margin: auto;
}

.img_tamb{
   max-width: 90%;
  height: auto;
  margin: auto;
}
}
.foot_link {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.foot_link li{
 width:calc((100% - 50px)/ 3)
}

.foot_link_item {
  background: #0e2f91;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
 
}
.foot_link_item a{
 color: #fff;
  text-align: center;
  display: block;
   margin: auto;
  
}
@media screen and (max-width: 599px) {
.foot_link li{
width:100%
}
.foot_link li:not(:last-child) {
margin-bottom: 15px
}
}



/*製品２段目======*/

.khaki3set_sp {
  display: none;
}
.product2_item_wrap {
  background-image: url("../img/bg_spmp12_three.png");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 244px auto;
  padding:15px
}


.product2_item_ttl{
 font-size: 22px;
  font-weight: bold;
  color: #000;
}
.product2_item_small {
  color: #ff0001;
  font-size:13px;
  margin-bottom: 10px;
}

.product2_pict {
  width: 136px;
}

.product2_txt {
  font-size: 16px;
  margin-bottom: 10px;
   width:calc(100% - 136px - 15px )
}

.product2_item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product2_btn_row {
    display: flex;
  justify-content: space-between;
    padding-left: 275px;
}

.product2_btn_row > div:nth-child(2n){
  margin-right: 0;
 width:calc( 100% - 275px - 15px);
  margin-left: 15px;
}
@media screen and (max-width: 910px) {
  .product2_btn_row {
    display: flex;
  justify-content: center;
    padding-left: 0;
    padding-top: 50px;
}
}

.bit_item_bg {
  background-image: url("../img/img_back_khaki.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 144px;
  height: 57px;
}
.bit_txt {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.product2_item_Block {
  display: flex;
  padding-left: 274px;
  align-items: center;
}

.product2_item_wrap_bg {
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: #fff;
  margin-bottom: 20px;
    position: relative;
}
.product2_item_wrap_bg:last-child {
 margin-bottom: 50px;

}

.icon_product2 {
  position: absolute;
  width: 127px;
}

.product2Btn_ttl {
  font-size:16px;
  color: #fff;
  font-weight: bold;
}

.product2Btn_ttl_price {
    font-size:15px;
  color: #fff;
  font-weight: normal;
    margin-left: 30px;
}

.product2Btn {
  border-radius: 10px;
  padding: .1em;
  background: #0e2f91;
  
}

.product2Btn_layout {
  display: flex;
  width: 250px;
  justify-content: center;
  padding: 5px 15px;
  margin: auto;
}

.product2Btn_pict {
  width:40px;
  padding-top: 7px;
}

.product2Btn_note {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
.khaki3set_sp {
  display: block;
  max-width: 400px;
  margin:auto;
}
  .bit_txt {
display: none;
}
  
  .product2_item_Block {
  display: flex;
  padding-left: 100px;
  align-items: center;
}
  .product2_item_wrap {
  background-image: url("../img/img_spmp12_3set.png");
  background-repeat: no-repeat;
  background-position: 2% 121px;
  background-size: 187px auto;
  padding:15px
}
  .product2_pict {
 display: none;
}

.product2_txt {
  font-size: 16px;
  margin-bottom: 10px;
   width:100%;
}

    .product2_item_Block {
  display: flex;
  padding-left: 209px;
  align-items: center;
  flex-direction: column;
  min-height: 0%;
}
  .bit_item_wrap {
    display: flex;
}
.product2_item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px
}
    .bit_item_bg {
  background-image:none
}
   
}
@media screen and (max-width: 700px) {
 .product2_btn_row {
    display: flex;
  justify-content: space-between;
    padding-left: 0;
    padding-top: 50px;
    flex-direction: column;
     min-height: 0%
}
  .product2_btn_row > div{
  width:100%;
  margin-right: 0;
  padding: 5px 0;
  margin-bottom: 20px;
}
   .product2_btn_row {
    display: flex;
  justify-content: center;
    padding-left: 0;
    padding-top: 15px;
    flex-direction: column;
     min-height: 0%
}
  .bevelBtn_container.product2Btn_container {
   margin:auto!important;
    width:100%!important
}
}

@media screen and (max-width: 676px) {

    .product2_item_wrap {
  background-image: url("../img/img_spmp12_3set.png");
  background-repeat: no-repeat;
  background-position:110px 100px;
  background-size: 250px auto;
  padding:15px
}
      .product2_item_Block {
  display: flex;
  padding-left: 100px;
  align-items: flex-start;
  flex-direction: column;
  min-height: 0%;
}
  .product2_item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
}
  .product2_item_diza {
    font-size:14px
}

}

.daiza {
  font-size: 11px;
}

.product2Btn_ttl_price2 {
    font-size:15px;
  color: #fff;
    margin-left: 5px;
}

.icon_tamb {
  display: inline;
}

.icon_power{
  background: url("../img/icon_power_spot.png")no-repeat 0 center /80px auto;
  padding: 20px 0 20px 85px;
}

@media screen and (max-width: 428px){

  
.product3_newline2 {
 display: block;
}

  .icon_power{
  background: url("../img/icon_power_spot.png")no-repeat -1px center /60px auto;
  padding: 10px 0 10px 60px;
}
  
     .product2_btn_row {
    padding-top: 15px;
}
  
  .icon_product2 {
  position: absolute;
  width: 80px;
}
        .product2_item_Block {
  display: flex;
  padding-left: 50px;
  align-items: flex-start;
  flex-direction: column;
  min-height: 0%;
}
      .product2_item_wrap {
  background-image: url("../img/img_spmp12_3set.png");
  background-repeat: no-repeat;
  background-position:30% 125px;
  background-size: 250px auto;
  padding:15px;
}
  .product2_item_ttl{
 font-size: 16px;
}
  .product2_item_diza {
    font-size:11px
}
  .product2_txt {
  font-size: 16px;
  margin-bottom: 10px;
   width:100%;
  padding-top: 60px;
    margin-left: -22px;
}
  .product_item_ttl {
  font-size: 20px;
  text-align: center;
  
}

}
