@charset "utf-8";
/* CSS Document */
#iptel {
  font-size: 16px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #iptel {
    font-size: 18px;
  }
}
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
/*-----------------------------main_image*/
#main_img_area {
  height: auto;
  width: 100%;
  background-size: 100% 100%;
  background: url("../img/soltion_img/iptel_img/main_bg.png")no-repeat top center /cover #cbff64;
  padding: 20px 0 50px;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    background: url("../img/soltion_img/iptel_img/main_bg.png")no-repeat top center /cover #cbff64;
    background-size: 200% 200%;
    padding: 30px 0 50px;
    animation: bggradient 20s ease infinite;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 25%;
  }
  50% {
    background-position: 80% 0%;
  }
  100% {
    background-position: 0% 25%;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area {
    padding: 20px 0 50px;
  }
}
#main_img_area ul.row {
  margin-top: 0px;
  justify-content: center;
  align-items: center;
}
#main_img_area ul.row > li {
  padding-top: 0px;
}
#main_img_area ul.row > li:nth-child(2) {
  padding-top: 30px;
}
@media print, screen and (min-width:768px) {
  #main_img_area ul.row {
    margin-top: 40px;
  }
  #main_img_area ul.row > li {
    padding-top: 30px;
  }
}
#main_img_area ul.row > li > ul {
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  align-content: center;
  margin: 10px auto;
}
@media print, screen and (min-width:576px) {
  #main_img_area ul.row > li > ul {
    margin: 30px auto;
  }
}
#main_img_area ul.row > li > ul > li {
  color: #fceb00;
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
}
#main_img_area ul.row > li > ul > li i {
  margin-right: 0.1em;
}
@media print, screen and (min-width:576px) {
  #main_img_area ul.row > li > ul > li i {
    margin-right: 0.3em;
  }
}
@media print, screen and (min-width:768px) {
  #main_img_area ul.row > li > ul > li {
    font-size: 22px;
  }
}
#main_img_area h2 {
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}
#main_img_area h2 span.dq {
  position: relative;
  font-size: 30px;
  line-height: 2em;
  margin-right: 0.3em;
  margin-left: 0.8em;
}
#main_img_area h2 span.dq::before {
  content: url("../img/soltion_img/iptel_img/front_quotation.png");
  position: absolute;
  top: -15px;
  left: -30px;
}
#main_img_area h2 span.dq::after {
  content: url("../img/soltion_img/iptel_img/end_quotation.png");
  position: absolute;
  top: -15px;
  right: -30px;
}
@media print, screen and (min-width:576px) {
  #main_img_area h2 span.dq {
    margin-right: 1em;
    margin-left: 0em;
    font-size: 36px;
  }
  #main_img_area h2 span.dq::before {
    top: -30px;
    left: -25px;
  }
  #main_img_area h2 span.dq::after {
    top: -30px;
    right: -15px;
  }
}
#main_img_area h2 span.main_catch {
  display: block;
  font-size: 28px;
  /*letter-spacing: -0.05em;*/
}
@media screen and (min-width:768px) {
  #main_img_area h2 span.main_catch {
    font-size: 34px;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area h2 span.main_catch {
    font-size: 40px;
  }
}
#main_img_area a {
  background: #ff3366;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px;
  margin: 20px auto 0;
  text-decoration: none;
  width: 100%;
}
#main_img_area a:hover {
  background: #fff;
  border: 2px solid #ff3366;
  color: #ff3366;
}
@media print, screen and (min-width:576px) {
  #main_img_area a {
    max-width: 500px;
    font-size: 20px;
  }
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
}
[id^="sec_"] p {
  font-size: 18px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 20px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3 {
  font-size: 24px;
  color: #0660c5;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 36px;
  }
}
[id^="sec_"] h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area span.block {
  display: block;
  margin-bottom: 5px;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.3s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}
.panel_wrap {
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
/*-----------------------------セクション別装飾*/
#sec_02 {
  background: linear-gradient(to right, #065fe3 0, #0599e6 100%);
}
#sec_03, #sec_05, #sec_07 {
  background: #EBF7FD;
}
#sec_02 .link_btn_area span {
  color: #fff;
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding-top: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
}
#sec_01 p {
  margin-bottom: 20px;
}
/*-----------------------------#sec_02*/
#sec_02 h3 {
  color: #fff;
  text-shadow: 2px 2px 1px #003da3;
}
#sec_02 h3 + p {
  color: #fff;
  margin-bottom: 30px;
}
#sec_02 ul {
  margin: 20px auto 0;
}
#sec_02 ul li {
  align-self: stretch;
  display: flex;
  margin-bottom: 20px;
}
#sec_02 ul li .panel_wrap {
  background: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
}
#sec_02 ul li .panel_wrap h4 {
  margin-top: 10px;
}
/*-----------------------------#sec_03*/
#sec_03 ul.row {
  margin: 30px auto;
}
#sec_03 ul.row li .panel_wrap {
  border-radius: 10px;
  padding: 10px 10px 30px;
  margin: 10px auto;
  background: #fff;
}
#sec_03 ul.row li .panel_wrap a {
  background: #074489;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  border: 1px solid #074489;
  border-radius: 6px;
}
#sec_03 ul.row li .panel_wrap a:hover {
  background: #fff;
  color: #074489;
  transition: 0.3s;
}
#sec_03 ul.row li:nth-child(2) .panel_wrap a {
  background: #065447;
  border: 1px solid #065447;
  color: #fff;
}
#sec_03 ul.row li:nth-child(2) .panel_wrap a:hover {
  background: #fff;
  color: #065447;
  transition: 0.3s;
}
#sec_03 ul.row li h4 {
  background: #0057b8;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 8px 0;
  border-radius: 50px;
  max-width: 450px;
  margin: 10px auto;
}
#sec_03 ul.row li:nth-child(2) h4 {
  background: #07705e;
}
#sec_03 ul.row li h4:after {
  border: 15px solid transparent;
  border-top: 15px solid #0057b8;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  transform: scaleX(0.6);
  width: 0;
  right: 0;
  bottom: -28px;
  left: 0;
}
#sec_03 ul.row li:nth-child(2) h4:after {
  border-top: 15px solid #07705e;
}
#sec_03 ul.row li figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 25px;
}
#sec_03 ul.row li figure .abj_wrap {
  width: 120px;
  margin: 10px auto 0;
  position: relative;
}
#sec_03 ul.row li figure figcaption:not(.abj_num) {
  padding: 10px;
  text-align: left;
  font-size: 18px;
  width: 100%;
}
@media print, screen and (min-width:992px) {
  #sec_03 ul.row li figure {
    flex-direction: row;
  }
  #sec_03 ul.row li figure figcaption:not(.abj_num) {
    font-size: 20px;
    width: 200%;
  }
  #sec_03 ul.row li figure .abj_wrap {
    width: 100%;
  }
}
#sec_03 ul.row li figure .abj_wrap figcaption.abj_num {
  color: #3e6eb4;
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#sec_03 ul.row li:nth-child(2) figure .abj_wrap figcaption.abj_num {
  color: #07705e;
}
@media print, screen and (min-width:1200px) {
  #sec_03 ul.row li figure .abj_wrap figcaption.abj_num {
    font-size: 58px;
  }
}
/*-----------------------------#sec_04*/
#sec_04 table {
  width: 100%;
  border: 2px solid #fff;
}
#sec_04 table tr th, #sec_04 table tr td {
  padding: 5px;
  background: #EBF7FD;
  border: 2px solid #fff;
}
#sec_04 table thead tr th {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6699cc;
  color: #fff;
}
#sec_04 table thead tr th:nth-child(1) {
  background: #fff;
}
#sec_04 table tr:nth-child(odd) td {
  background: #ebeffd;
}
#sec_04 table tr td:nth-child(1) {
  text-align: left;
  padding-left: 1em;
}
#sec_04 table thead tr th:nth-child(2) {
  background: #ffaa00;
  width: 30%;
}
#sec_04 table tr td:nth-child(2) {
  background: #ffff99;
  font-weight: bold;
}
#sec_04 table tr:nth-child(odd) td:nth-child(2) {
  background: #ffef99;
  font-weight: bold;
}
/*-----------------------------#sec_05*/
#sec_05 ul.row {
  justify-content: center;
}
#sec_05 ul.row li {
  display: flex;
  align-self: stretch;
}
#sec_05 ul.row li .panel_wrap {
  border-radius: 10px;
  padding: 10px 10px 30px;
  margin: 10px auto;
  background: #fff;
  width: 100%;
}
#sec_05 ul.row li img {
  width: auto;
  margin-bottom: 0px;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row li img {
    margin-bottom: 20px;
  }
}
#sec_05 ul.row li h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0057b8;
}
#sec_05 ul.row li figure figcaption {
  text-align: left;
}
#sec_05 h4 {
  background: #0057b8;
  color: #fff;
  padding: 10px;
  position: relative;
}
#sec_05 .semi_cloud_merit h4 {
  background: #07705e;
}
#sec_05 h4:after {
  border: 15px solid transparent;
  border-top: 15px solid #0057b8;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  transform: scaleX(0.6);
  width: 0;
  right: 0;
  bottom: -28px;
  left: 0;
}
#sec_05 .semi_cloud_merit h4:after {
  border-top: 15px solid #07705e;
}
#sec_05 h4 strong {
  font-weight: 900;
  font-size: 1.1em;
}
#sec_05 .semi_cloud_merit {
  margin: 50px auto 30px;
}
/*-----------------------------#sec_06*/
#sec_06 {
  padding-bottom: 0;
}
#sec_06 [class^="benefits_"], #sec_06 [class*=" benefits_"] {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec_06 .benefits_01 {
  padding-top: 0px;
}
#sec_06 .benefits_02, #sec_06 .benefits_04 {
  background: #EBF7FD;
}
#sec_06 .benefits_05 ul.row li:nth-child(n+3) {
  margin-top: 30px;
}
#sec_06 .link_btn_area {
  margin-top: 50px;
}
#sec_06 h4 {
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #333;
}
#sec_06 h4 span {
  display: block;
  color: #0ba6ac;
}
#sec_06 h4 span strong {
  font-weight: 900;
  font-size: 58px;
}
@media print, screen and (min-width:768px) {
  #sec_06 h4 {
    text-align: left;
  }
}
#sec_06 img {
  border-radius: 8px;
}
#sec_06 p.tel_num .tel-link, #sec_06 p span.cmpy_name {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #003da3;
}
/*-----------------------------#sec_07*/
#sec_07 {
  background: #acefff;
}
#sec_07 ul.row {
  justify-content: center;
}
#sec_07 ul.row li {
  display: flex;
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width:768px) {
  #sec_07 ul.row li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#sec_07 ul.row li .panel_wrap {
  border: 1px solid #acefff;
  border-radius: 0px;
  padding: 5px;
  margin: 0;
  background: #fff;
  width: 100%;
  box-shadow: none;
  transition: 0.5s;
}
#sec_07 ul.row li img {
  width: auto;
  margin-bottom: 0px;
  transition: 0.3s;
}
#sec_07 ul.row li figure h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#sec_07 p {
  margin: 20px auto;
}
#sec_07 ul.row li figure figcaption {
  display: none;
}
@media print, screen and (min-width:768px) {
  #sec_07 ul.row li .panel_wrap {
    border-radius: 10px;
    padding: 10px 15px 30px;
    margin: 10px auto;
    background: #fff;
    width: 100%;
    box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  }
  #sec_07 ul.row li img {
    margin-bottom: 20px;
  }
  #sec_07 ul.row li figure h5 {
    font-size: 22px;
  }
  #sec_07 ul.row li figure figcaption {
    display: block;
    text-align: left;
  }
}
#sec_07 ul.row li a {
  display: flex;
  color: #006eb8;
  width: 100%;
}
#sec_07 ul.row li .panel_wrap a figure {
  transition: 0.5s;
}
#sec_07 ul.row li a:hover figure {
  background: #e4f2ff;
  transition: 0.5s;
}
#sec_07 ul.row li a:hover figure img {
  opacity: 1;
  transform: rotate(-5deg);
  transition: 0.5s;
}
/*-----------------------------#sec_08*/
#sec_08 .plan_fee {
  padding-bottom: 25px;
  border-bottom: 1px dotted #0660c5;
}
#sec_08 .call_charge {
  margin-top: 25px;
}
#sec_08 div p {
  margin: 30px auto;
  font-size: 16px;
}
#sec_08 table {
  width: 100%;
  border: 2px solid #fff;
}
#sec_08 table tr th, #sec_08 table tr td {
  padding: 5px;
  background: #EBF7FD;
  border: 2px solid #fff;
}
#sec_08 table thead tr th {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6699cc;
  color: #fff;
}
#sec_08 .call_charge table thead tr > th:nth-child(1) {
  width: 30%;
}
#sec_08 table tr:nth-child(odd) td {
  background: #ebeffd;
}
#sec_08 table tr td:nth-child(1) {
  text-align: left;
  padding-left: 1em;
  font-weight: bold;
}
#sec_08 table thead tr th:nth-child(2) {
  width: 30%;
}