@charset "UTF-8";
#lp202207 h1,#lp202207 h2,#lp202207 h3,#lp202207 h4,#lp202207 h5,#lp202207 h6{
  font-weight: normal;
  font-family: inherit;
}
#lp202207 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#lp202207 body {
  line-height: 1;
}

#lp202207 article, #lp202207 aside, #lp202207 details, #lp202207 figcaption, #lp202207 figure, #lp202207 footer, #lp202207 header, #lp202207 hgroup, #lp202207 menu, #lp202207 nav, #lp202207 section {
  display: block;
}
#lp202207 table {
  border-spacing: 0;
}
#lp202207 ul{
    list-style-type: none;
}
#lp202207 h3{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
#lp202207 h3 span{
  font-family: josefin-sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #004CBC;
  display: block;
}

/**************************** body ****************************/

body#lp202207 {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}



/**************************** section ****************************/

section {
  margin: 0;
  padding: 0;
}

article {
  margin: 0;
  padding: 0;
}


/****************************共通****************************/

#lp202207 .inner01{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#lp202207 .inner02{
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {

  #lp202207 .pc-none {
    display: none!important;
  }
  #lp202207 .sp-none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #lp202207 .pc-none {
    display: block;
  }
  #lp202207 .sp-none {
    display: none!important;
  }
}

#lp202207 .mv-lp202207{
  background: url(../img/medical/mv-texture.png) no-repeat left top / contain, linear-gradient(to right, rgba(197, 234, 255, 0.5), rgba(167, 216, 255, 0.5));
  position: relative;
  height: 530px;
}
#lp202207 .mv-lp202207 .inner01{
  height: 530px;
  display: flex;
  align-items: center;
}
#lp202207 .mv-lp202207 .box{
  width: 470px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 30px 0 40px;
  z-index: 9;
}
#lp202207 .mv-lp202207 h1{
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
#lp202207 .mv-lp202207 h1 strong{
  color: #004CBC;
  font-size: 46px;
  font-weight: 300;
}
#lp202207 .mv-lp202207 h1 span{
  color: #004CBC;
  font-size: 54px;
  font-weight: 700;
}
#lp202207 .mv-lp202207 h2{
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
#lp202207 .mv-lp202207 h2 strong{
  color: #004CBC;
  font-size: 46px;
  font-weight: 300;
}
#lp202207 .mv-lp202207 h2 span{
  color: #004CBC;
  font-size: 54px;
  font-weight: 700;
}
#lp202207 .mv-lp202207 .mv-img{
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
#lp202207 .mv-lp202207 .mv-img img{
  width: 60%;
  height: auto;
}
#lp202207 .btn{
  color: #fff;
  font-size: 17px;
  background: #E60012;
  display: flex;
  width: 270px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 2px 5px 5px rgb(0 0 0 / 15%);
  margin: 30px auto 0;
  transition: 0.3s ease;
  border: 1px solid #E60012;
  box-sizing: border-box;
}
#lp202207 .btn:hover{
  color: #E60012;
  background: #fff;
  border: 1px solid #E60012;
  box-sizing: border-box;
}

#lp202207 .arrow{
  padding-top: 75px;
  position: relative;
  margin: 0 0 -150px 0px;
}
#lp202207 .arrow::before,
#lp202207 .arrow::after{
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 105px solid #E6F4FF;
}
#lp202207 .arrow::before{
  left: 0;
  border-right: 49.6vw solid #fff;
}
#lp202207 .arrow::after{
  right: 0;
  border-left: 49.6vw solid #fff;
}
@media screen and (min-width: 769px) and (max-width: 1155px){
   #lp202207 .arrow::before{
    left: 0;
    border-right: 578px solid #fff;
  }
  #lp202207 .arrow::after{
    right: 0;
    border-left: 578px solid #fff;
  } 
}

#lp202207 .point{
  background: #E6F4FF;
  margin: 300px 0 0 0;
  padding: 0 0 100px 0;
  position: relative;
}
#lp202207 .point::after{
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 105px solid #E6F4FF;
  border-left: 49.5vw solid transparent;
  border-right: 49.5vw solid transparent;
  z-index: -99;
}
#lp202207 .point h3{
  position: relative;
  z-index: 9;
}
#lp202207 .point .ul-wrapper{
  margin: 0 0 0 0;
  position: relative;
}
#lp202207 .point ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 10px auto -170px;
}
#lp202207 .point ul li{
  text-align: center;
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 30px 20px 30px 20px;
}
#lp202207 .point ul li p{
  color: #0DB2E7;
  font-size: 22px;
  margin: 0 0 20px 0;
}
#lp202207 .point ul li h4{
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#lp202207 .about{
  background: url(../img/medical/point05.png) no-repeat top left;
  background-size: 44%;
  margin: 160px 0 30px 0;
  padding: 60px 0 150px 0;
}
#lp202207 .about .inner01{
  text-align: right;  
}
#lp202207 .txt-wrap{
  display: inline-block;
  text-align: left;
  margin: 0 100px 0 0;
}
#lp202207 .about .txt01{
  display: inline-block;
  font-size: 32px;
  margin: 0 0 40px 0;
}
#lp202207 .about .txt01 span{
  font-size: 26px;
}
#lp202207 .about .balloon{
  position: relative;
  border-bottom: 3px solid #0DB2E7;
}
#lp202207 .about .balloon:before,
#lp202207 .about .balloon:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(90deg);
}
#lp202207 .about .balloon:before{
  bottom: -33px;
  border-style: solid;
  border-color: transparent transparent #0DB2E7 transparent;
  border-width: 0 29px 34px 0;
}
#lp202207 .about .balloon:after{
  bottom: -32px;
  left: -3px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 31px 36px 0;
  z-index: 10;
}
#lp202207 .about .txt02{
  font-size: 32px;
  font-weight: 900;
  line-height: 2.2;
}
#lp202207 .about .txt02 span{
  background: linear-gradient(transparent 70%, #FFFF97 0%);
}
#lp202207 .action{
  background: url(../img/medical/action-bg.png) no-repeat center center / cover, linear-gradient(to right bottom, rgba(197, 234, 255, 0.5), rgba(167, 216, 255, 0.5));
  margin: 0 0 100px 0;
  padding: 70px 0 60px;
}
#lp202207 .action .caldlist{
  margin: 120px 0 0 0;
}
#lp202207 .shadow{
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
}
#lp202207 .caldlist{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
#lp202207 .caldlistLitem{
  position: relative;
  width: calc((100% - 110px) / 3);
  margin-top: 20px;
  background: #fff;
  text-align: center;
}
#lp202207 .action{
  background: url(../img/medical/action-bg.png) no-repeat center center / cover, linear-gradient(to right bottom, rgba(197, 234, 255, 0.5), rgba(167, 216, 255, 0.5));
}
#lp202207 .action .caldlistLitem{
  border-radius: 20px;
  padding: 58px 20px 50px;
  position: relative;
  width: calc((100% - 175px) / 3);
}
#lp202207 .action .caldlistLitem::before{
  content: "";
  display: inline-block;
  width: 180px;
  height: 90px;
  border-radius: 50% / 100% 100% 0 0;
  box-shadow: 2px -4px 5px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#lp202207 .action .caldlistLitem img{
  margin: 0 0 0 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#lp202207 .action .caldlistLitem h4{
  font-size: 24px;
  font-weight: 900;
}
#lp202207 .action .caldlistLitem h4 span{
  color: #004CBC;
}
#lp202207 .support{
  background: linear-gradient(to right, rgba(197, 234, 255, 0.5), rgba(167, 216, 255, 0.5));
  padding: 70px 0 80px;
  position: relative;
}
#lp202207 .support .caldlist{
  margin: 0;
}
#lp202207 .support .caldlistLitem{
  display: flex;
  width: 100%;
  background: none;
  margin-top: 80px;
}
#lp202207 .support .caldlistLitem:nth-child(even){
  flex-direction: row-reverse;
}
#lp202207 .support .img{
  width: 43%;
  margin: -32px 0 0 0;
  z-index: 9;
}
#lp202207 .support .img img{
  width: 100%;
  height: auto;
}
#lp202207 .support .txt{
  background: #fff;
  width: 57%;
  text-align: left;
  border-radius: 20px;
  margin: 0 40px 0 -25px;
  padding: 40px 80px 45px 70px;
}
#lp202207 .support h4{
  color: #004CBC;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
#lp202207 .support p{
  font-size: 18px;
  line-height: 1.75;
}
#lp202207 .support .caldlistLitem:nth-child(even) .img{
  margin: -32px 0 0 0;
}
#lp202207 .support .caldlistLitem:nth-child(even) .txt{
  margin: 0 -25px 0 -40px;
  padding: 40px 105px 45px 50px;
}
#lp202207 .support::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid rgba(197, 234, 255, 0.5);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#lp202207 .case{
  margin: 0 0 -15px 0;
  padding: 100px 0 0;
}
#lp202207 .case h3{
  margin-bottom: 35px;
}
#lp202207 .case .bg-gray {
  background: #F5F5F5;
  margin-right: 40px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 60px;
  padding: 70px 0 60px;
}
#lp202207 .case .txt{
  display: flex;
}
#lp202207 .case .heading{
  color: #fff;
  font-size: 21px;
  background: #48C8CD;
  width: 23%;
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px 0 0;
  position: relative;
}
#lp202207 .case .heading::after{
  content: "";
  border-top: 24px solid #48C8CD;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #48C8CD;
  position: absolute;
  right: -48px;
}
#lp202207 .case h4{
  font-size: 28px;
  font-weight: bold;
  margin: -10px 0 0 3em;
}
#lp202207 .case .inner01{
  padding: 0 0 0 40px;
}
#lp202207 .case .case1-img{
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #48C8CD;
  border-radius: 20px;
  max-width: 880px;
  margin: 30px auto 25px;
  padding: 0 0 20px 0;
  text-align: center;
}
#lp202207 .case .case1-img img{
  max-width: 710px;
  margin: 0 auto;
  height: auto;
}
#lp202207 .case p.note{
  color: #48C8CD;
  text-align: right;
  margin: 10px 20px 0px 0;
}
#lp202207 .case .effect{
  display: flex;
  justify-content: space-between;
  margin: 0 70px;
}
#lp202207 .case .box{
  background: #fff;
  border-radius: 20px;
  width: calc((100% - 50px) / 2);
  padding: 20px 10px 25px 30px;
}
#lp202207 .case .box p{
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px 0;
}
#lp202207 .case .box:nth-child(1) p{
  color: #004CBC;
}
#lp202207 .case .box:nth-child(2) p{
  color: #FA5B0F;
}
#lp202207 .case .box ul li{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#lp202207 .case .case3-img{
  max-width: 880px;
  margin: 30px auto 30px;
}
#lp202207 .case .case3-img img{
  max-width: 880px;
  height: auto;
}
#lp202207 .case .case2-img{
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #48C8CD;
  border-radius: 20px;
  max-width: 880px;
  margin: 30px auto 30px;
  text-align: center;
}
#lp202207 .Inner {
  margin: 5px 100px 20px 140px;
}
#lp202207 .List-Item {
  width: 100%;
}
#lp202207 .List-Item:nth-of-type(1) {
  border-top: 0;
}
#lp202207 .List-Item-Content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  height: 60px;
}
#lp202207 .List-Item-Content span{
  display: inline-block;
  background: #C8EEF0;
  border-radius: 5px;
  margin: 0 0 0 10px;
  padding: 0px 20px 0px 20px;
}
#lp202207 .List-Item-Content span strong{
  font-size: 19px;
}
#lp202207 .List-Item-Content.six{
  position: relative;
}
#lp202207 .List-Item-Content.six::after{
  content: "END";
  color: #004CBC;
  font-size: 17px;
  position: absolute;
  bottom: -20px;
  left: -35px;
}
#lp202207 .List-Item-Content.two .List-Item-Content-Number-Line,
#lp202207 .List-Item-Content.seven .List-Item-Content-Number-Line{
  top: -36px;
  height: 28px;
}
#lp202207 .List-Item-Content.two .List-Item-Content-Number-Line::after,
#lp202207 .List-Item-Content.seven .List-Item-Content-Number-Line::after{
  content: "";
  background: url(../img/medical/arrow01.png) no-repeat;
  background-size: 12px;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: -4px;
}
#lp202207 .List-Item-Content.six .List-Item-Content-Number-Line{
  top: -29px;
  height: 0px;
}
#lp202207 .List-Item-Content.six .List-Item-Content-Number-Line::after{
  content: "";
  background: url(../img/medical/arrow02.png) no-repeat;
  background-size: 47px;
  width: 60px;
  height: 280px;
  position: absolute;
  bottom: -38px;
  left: -43px;
}
#lp202207 .List-Item-Content.four {
  padding-top: 6px;
  padding-bottom: 6px;
}
#lp202207 .List-Item-Content-Number {
  position: relative;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #004CBC;
  color: #fff;
  font-size: 14px;
}
#lp202207 .List-Item-Content-Number-Line {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 50px;
  background: #004CBC;
}
#lp202207 .List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
}
#lp202207 .List-Item-Content-Description .img{
  width: 70px;
  margin: 0 10px 0 0;
  text-align: center;
}
#lp202207 .bnr{
  background: url("../img/medical/bnr-bg.png") no-repeat center top / contain, linear-gradient(to right, rgba(197, 234, 255, 1), rgba(167, 216, 255, 1));
  padding: 50px 0 60px;
}
#lp202207 .bnr .inner01{
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lp202207 .bnr .txt p{
  color: #004CBC;
  font-size: 37px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
#lp202207 .bnr .txt p strong{
  font-size: 43px;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 6px 0;
}
#lp202207 .bnr .txt p span{
  color: #000;
  font-size: 40px;
  font-weight: 500;
}
#lp202207 .bnr .txt .btn{
  font-size: 20px;
  width: 370px;
  height: 80px;
}
#lp202207 .keypoint{
  padding: 70px 0 100px;
}
#lp202207 .keypoint .caldlistLitem{
  border-radius: 20px;
  padding: 150px 48px 23px;
  position: relative;
}
#lp202207 .keypoint .caldlistLitem:nth-child(1){
  background: url(../img/medical/keypoint01.png) no-repeat center top 30px;
  background-size: 85px;
}
#lp202207 .keypoint .caldlistLitem:nth-child(2){
  background: url(../img/medical/keypoint02.png) no-repeat center top 30px;
  background-size: 95px;
}
#lp202207 .keypoint .caldlistLitem:nth-child(3){
  background: url(../img/medical/keypoint03.png) no-repeat center top 45px;
  background-size: 90px;
}
#lp202207 .keypoint .caldlistLitem::before{
  color: #004CBC;
  font-family: josefin-sans, sans-serif;
  font-size: 66px;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 20px;
}
#lp202207 .keypoint .caldlistLitem:nth-child(1)::before{
  content: "01";
}
#lp202207 .keypoint .caldlistLitem:nth-child(2)::before{
  content: "02";
}
#lp202207 .keypoint .caldlistLitem:nth-child(3)::before{
  content: "03";
}
#lp202207 .keypoint .caldlistLitem h4{
  color: #004CBC;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
#lp202207 .keypoint .caldlistLitem p{
  text-align: left;
}
#lp202207 .keypoint .shadow{
  box-shadow: 2px 3px 6px rgb(0 0 0 / 20%);
}

#lp202207 .failure{
  background: #FAFAFA;
  margin: 0 0 75px 0;
  padding: 70px 0 100px;
}
#lp202207 .failure .caldlistLitem{
  border-radius: 20px;
  padding: 20px 48px 35px;
}
#lp202207 .failure p{
  color: #999;
}
#lp202207 .failure h4{
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
  margin: 30px 0 20px;
}
#lp202207 .failure .caldlistLitem{
  position: relative;
}
#lp202207 .failure .caldlistLitem::before,
#lp202207 .failure .caldlistLitem::after{
  color: #CCC;
  font-size: 93px;
  line-height: 1;
  position: absolute;
}
#lp202207 .failure .caldlistLitem::before{
  content: "";
  background: url(../img/medical/failure01.png) no-repeat;
  background-size: 42px;
  width: 42px;
  height: 52px;
  top: -15px;
  left: -3px;
}
#lp202207 .failure .caldlistLitem::after{
  content: "";
  background: url(../img/medical/failure02.png) no-repeat;
  background-size: 42px;
  width: 42px;
  height: 52px;
  bottom: -24px;
  right: -2px;
}
#lp202207 .failure .caldlistLitem ul{
  text-align: left;
}
#lp202207 .failure .caldlistLitem ul li{
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#lp202207 .failure .caldlistLitem ul li:last-child{
  margin: 0;
}
#lp202207 .checkpoint{
  background: #E6F4FF;
  padding: 50px 0 25px;
  position: relative;
}
#lp202207 .checkpoint .box{
  background: #fff;
  max-width: 1000px;
  margin: 40px auto 0;
  border-radius: 20px;
}
#lp202207 .checkpoint .box .line{
  display: flex;
  border-bottom: 1px solid #ccc;
}
#lp202207 .checkpoint .box .line:last-child{
  border-bottom: none;
}
#lp202207 .checkpoint .box .line .cont{
  display: flex;
}
#lp202207 .checkpoint .box .line .cont p{
  padding: 14px 0 14px 2em;
}
#lp202207 .checkpoint .box .line .cont p:nth-child(1){
  border-right: 1px solid #ccc;
  width: 340px;
}
#lp202207 .checkpoint .box .line .cont p:nth-child(2){
}
#lp202207 .checkpoint .box .line .check{
  background: url("../img/medical/check.png") no-repeat center center;
  background-size: 20px;
  width: 65px;
  border-right: 1px solid #ccc;
}
#lp202207 .checkpoint::after{
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50vw - 50%);
  width: 0;
  height: 0;
  border-top: 105px solid #E6F4FF;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  z-index: -99;
}
#lp202207 .download{
  margin: 65px 0 0;
  padding: 0 0 100px;
}
#lp202207 .download .box{
  max-width: 1000px;
  border-radius: 20px;
  margin: 0 auto;
}
#lp202207 .download .box .area1{
  background: url("../img/medical/dl-bg.png") no-repeat center center / cover, linear-gradient(to right, rgba(197, 234, 255, 1), rgba(167, 216, 255, 1));
  border-radius: 20px 20px 0 0;
  position: relative;
  padding: 34px 0 39px;
}
#lp202207 .download .circle{
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  background: #0DB2E7;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60px;
  left: 60px;
}
#lp202207 .download .ttl{
  font-size: 33px;
  line-height: 1.4;
  text-align: center;
}
#lp202207 .download .ttl strong{
  color: #004CBC;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 6px 0;
}
#lp202207 .download .ttl .txt01{
  color: #004CBC;
  font-size: 40px;
  font-weight: 400;
}
#lp202207 .download .ttl .txt02{
  font-size: 44px;
  font-weight: 500;
}
#lp202207 .download .area2{
  display: flex;
  justify-content: space-between;
  padding: 60px 40px 50px 40px;
}
#lp202207 .download .area2 .dl-left{
  width: 465px;
  margin-right: 40px;
}
#lp202207 .download .area2 .dl-left img{
  display: inline-block;
  height: auto;
}
#lp202207 .download .area2 .ssl{
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  border: 1px solid #ccc;
  display: flex;
  margin: 30px 20px 20px;
  padding: 20px;
}
#lp202207 .download .area2 .dl-left .img{
  height: auto;
  margin-left: 15px;
}
#lp202207 .download .area2 .dl-right{
  text-align: center;
}
#lp202207 .download .contact{
  margin: 0 0 15px 0;
}
#lp202207 .download .contact tr{
}
#lp202207 .download .contact th{
  text-align: left;
  width: 145px;
  background: #F6F6F6;
  padding: 15px 1em 14px 1em;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
#lp202207 .download .contact td{
  padding: 5px 0 5px 15px;
  border-top: 1px solid #ccc;
}
#lp202207 .download .contact tr:last-child th,
#lp202207 .download .contact tr:last-child td{
  border-bottom: 1px solid #ccc;
}
#lp202207 input[type="text"], input[type="email"]{
  width: 240px;
  height: 35px;
}
#lp202207 .download .contact .required{
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}
#lp202207 .download .area2 a{
  color: #17C6DA;
  text-decoration: underline;
}
#lp202207 .download .area2 .notice{
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin: 20px 0 85px;
}
/* #lp202207 input[type="submit"]:disabled{
  color: #FFF;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  background: #ccc;
  width: 288px;
  margin: 0 auto;
  padding: 11px 0 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
#lp202207 label span{
  font-weight: normal;
}
#lp202207 .p-download3__form input[type=submit]:disabled:hover {
    color: #fff;
    cursor: default;
}
#lp202207 .p-download3__form input[type=submit] {
  -webkit-appearance: none;
  font-size: 1.6rem;
  display: block;
  width: 300px;
  margin: 35px auto;
  background: #fa5b0f;
  border: 2px solid #fa5b0f;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 18px 0; */

  /* add20230719 LPフォーム修正 */
#lp202207 .download .area2 .dl-right {
  text-align: center;
  padding: 20px 20px 15px;
  background: #f8f8f8;
}
#lp202207 .download .area2 .dl-right iframe{
  height: 550px !important;
  width: 350px !important;
}
#lp202207 .download .area2 {
  padding: 60px 50px 50px 45px;
}
