@charset "utf-8";
/* CSS Document */
#it_software {
  font-size: 16px;
  font-family: Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #it_software {
    font-size: 18px;
  }
}
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
/*-----------------------------main_image*/
#main_img_area {
  margin-top: 0px;
  background: url("../img/it_software_img/main_bg.jpg")right bottom;
  background-size: cover;
  overflow: hidden;
}
#main_img_area ul.row {
  align-items: center;
}
#main_img_area ul.row > li {
  margin: 0 auto;
  height: 100%;
}
#main_img_area ul.row > li:nth-child(1) {
  margin: 30px auto;
  position: relative;
  z-index: 10;
}
#main_img_area ul.row > li:nth-child(2) {
  position: absolute;
  right: 0;
  left: 0;
  top: 85px;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
}
#main_img_area ul.row > li:nth-child(2) img {
  height: auto;
  max-height: 400px;
  opacity: 0.35;
  width: auto;
}
.fadeIn.active {
  max-height: 440px;
}
@media print, screen and (min-width:992px) {
  .fadeIn {
    opacity: 0;
  }
  .fadeIn.active {
    max-height: inherit;
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  0% {
    transform: translate(150px, -150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media print, screen and (min-width:992px) {
  #main_img_area ul.row > li:nth-child(1) {
    padding-left: 7%;
  }
  #main_img_area ul.row > li:nth-child(2) {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    padding-right: 7%;
  }
  #main_img_area ul.row > li:nth-child(2) img {
    opacity: 1;
    height: auto;
    max-height: inherit;
    width: auto;
  }
}
#main_img_area h2 {
  font-family: 'M PLUS 1p', sans-serif;
  display: inline;
  color: #fff;
  font-weight: 800;
  font-size: 45px;
  text-shadow: 2px 1px 3px #000, -1px 1px 3px #000;
  line-height: 1.3em;
  text-align: center;
  background: linear-gradient(transparent 70%, #ffe100 0%);
}
#main_img_area h2 span {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
}
#main_img_area .catch {
  color: #fff;
  display: block;
  font-size: 20px;
  text-shadow: 2px 1px 3px #000;
  font-weight: bold;
  margin: 10px auto;
}
#main_img_area ul.ex_list {
  border: 2px solid #fff;
  background: #ffffffe6;
  padding: 10px;
  border-radius: 6px;
  text-align: left;
  width: auto;
  margin: 30px auto 10px;
}
#main_img_area ul.ex_list li {
  color: #3F51B5;
  font-size: 18px;
  width: auto;
  max-width: 300px;
  margin: 5px auto;
}
@media print, screen and (min-width:768px) {
  #main_img_area ul.ex_list li {
    font-size: 20px;
  }
}
#main_img_area ul.ex_list li i {
  color: #F44336;
}
#main_img_area a.main_link_btn {
  display: block;
  margin: 30px auto;
  background: orange;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  border: 2px solid #fff;
  transition: 0.3s;
}
#main_img_area a.main_link_btn:hover {
  background: #fff;
  border: 2px solid orange;
  color: orange;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    margin-top: 70px;
    /*min-height: 550px;*/
  }
  #main_img_area h2 {
    font-size: 55px;
  }
  #main_img_area h2 span.catch {
    font-size: 22px;
  }
  #main_img_area .catch {
    font-size: 26px;
  }
  #main_img_area ul.ex_list li {
    width: 300px;
  }
}
@media print, screen and (min-width:992px) {
  #main_img_area ul.ex_list {
    width: 500px;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area a.main_link_btn {
    display: inline-block;
    padding: 15px 50px;
    width: 60%;
  }
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: 0;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 20px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-family: "NotoSansBlack";
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 50px auto auto;
}
.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.5s;
}
.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%;
  }
}
ul.row > li {
  margin-bottom: 30px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 30px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
/*-----------------------------セクション別装飾*/
#sec_02, #sec_04, #sec_06 {
  background: #EBF7FD;
}
#sec_02 .link_btn_area span {
  color: #fff;
}
#sec_antei img {
  margin: 30px auto auto;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------セクション別装飾*/
#sec_05 a.comic_2p {
  display: none;
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding-top: 0px;
}
#sec_01 .container.under_cts {
  margin-top: 0px;
}
@media print, screen and (min-width:768px) {
  #sec_01 .container.under_cts {
    margin-top: 30px;
  }
}
#sec_01 ul.row {
  justify-content: center;
  align-items: center;
}
#sec_01 ul.row > li {
  margin: 5px auto;
}
#sec_01 ul.row > li ul li {
  display: block;
  background: #d3e3ff;
  margin: 35px auto;
  padding: 10px;
  border-radius: 6px;
  text-align: left;
  font-size: 16px;
  position: relative;
}
#sec_01 ul.row > li ul li strong {
  font-weight: bold;
  color: #E91E63;
}
#sec_01 ul.row > li ul li:nth-child(1) {
  margin: 0 auto;
}
#sec_01 ul.row > li ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#sec_01 ul.row > li > ul.fukidashi_l > li:after {
  border-top: 10px solid #d3e3ff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 auto;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -10px;
}
#sec_01 ul.row > li > ul.fukidashi_r > li:after {
  border-top: 10px solid #d3e3ff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 auto;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -10px;
}
@media print, screen and (min-width:768px) {
  #sec_01 ul.row > li ul li {
    margin: 35px auto;
  }
  #sec_01 ul.row > li > ul.fukidashi_l > li:after {
    border-top: 10px solid transparent;
    border-left: 10px solid #d3e3ff;
    border-bottom: 10px solid transparent;
    top: 40%;
    bottom: inherit;
    right: -20px;
    left: inherit;
  }
  #sec_01 ul.row > li > ul.fukidashi_r > li:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #d3e3ff;
    border-bottom: 10px solid transparent;
    top: 40%;
    bottom: inherit;
    right: inherit;
    left: -20px;
  }
}
/*-----------------------------#sec_02*/
#sec_02 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_02 ul.row {
  justify-content: center;
}
#sec_02 ul.row > li .panel_wrap {
  padding-top: 30px;
}
#sec_02 ul.row > li .panel_wrap h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
#sec_02 ul.row > li .panel_wrap span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li .panel_wrap h4 {
    font-size: 22px;
  }
  #sec_02 ul.row > li .panel_wrap span {
    font-size: 60px;
  }
}
#sec_02 ul.row > li .panel_wrap figcaption {
  text-align: left;
}
/*-----------------------------#sec_03*/
#sec_03 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #EBF7FD transparent transparent transparent;
}
/*-----------------------------#sec_04*/
#sec_04 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_04 img {
  width: auto;
}
/*-----------------------------#sec_05*/
#sec_05 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #EBF7FD transparent transparent transparent;
}
#sec_05 .frame_wrap {
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width:992px) {
  #sec_05 .frame_wrap {
    width: 840px;
  }
}
/*-----------------------------#sec_06*/
#sec_06 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_06 ul.row {
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
#sec_06 ul.row:nth-of-type(1) {
  margin: 30px auto 50px;
}
#sec_06 ul.row:nth-of-type(4) {
  margin: 50px auto 0px;
}
@media print, screen and (min-width:768px) {
  #sec_06 ul.row {
    margin: 60px auto;
  }
  #sec_06 ul.row:nth-of-type(1) {
    margin: 30px auto 60px;
  }
  #sec_06 ul.row:nth-of-type(4) {
    margin: 60px auto 0px;
  }
}
#sec_06 ul.row > li a {
  color: #ff9900;
  text-decoration-line: underline;
}
#sec_06 h4.title02 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
}
#sec_06 h4.title02 span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  z-index: 1;
}
#sec_06 h4.title02 span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #ceebf4 transparent;
  position: absolute;
  bottom: 4px;
  right: -4px;
  z-index: -1;
}
@media print, screen and (min-width:768px) {
  #sec_06 h4.title02 {
    font-size: 30px;
    margin-bottom: 28px;
    text-align: left;
  }
  #sec_06 h4.title02 span {
    font-size: 60px;
    margin-right: 28px;
  }
  #sec_06 h4.title02 span:after {
    border-width: 0 0 40px 40px;
  }
}
#sec_06 ul.row > li > ul {
  text-align: left;
}
#sec_06 ul.row > li > ul > li {
  margin-bottom: 3px;
  font-weight: bold;
}
/*-----------------------------#sec_07*/
#sec_07 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #EBF7FD transparent transparent transparent;
}
#sec_07 .fee_wrap {
  border-radius: 10px;
  padding: 40px 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px rgb(153 153 153 / 0.8), -1px -1px 3px rgb(153 153 153 / 0.4);
  height: 100%;
}
#sec_07 .fee_wrap > p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
#sec_07 .fee_wrap ul.row {
  box-sizing: border-box;
  justify-content: space-between;
  margin: 0px auto 20px;
  border-bottom: 1px dotted #999;
}
#sec_07 .fee_wrap ul.row > li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0px auto 80px;
  position: relative;
}
#sec_07 .fee_wrap ul.row > li:nth-child(3) {
  margin: 0px auto 20px;
}
@media print, screen and (min-width:768px) {
  #sec_07 .fee_wrap ul.row > li {
    margin: 0px auto 40px;
  }
}
#sec_07 .fee_wrap ul.row > li > span {
  font-size: 0.9em;
}
#sec_07 .fee_wrap ul.row > li p {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
}
#sec_07 .fee_wrap ul.row > li p strong {
  font-weight: bold;
  color: #F44336;
}
#sec_07 .fee_wrap ul.row > li h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #0F47AB;
}
#sec_07 .fee_wrap ul.row > li:after {
  content: "+";
  font-size: 40px;
  font-weight: bold;
  color: #0F47AB;
  position: absolute;
  top: inherit;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
#sec_07 .fee_wrap ul.row > li:nth-child(3):after {
  content: none;
}
@media print, screen and (min-width:768px) {
  #sec_07 .fee_wrap ul.row > li h5 {
    margin-bottom: 20px;
  }
  #sec_07 .fee_wrap ul.row > li:after {
    top: 70%;
    bottom: 0;
    right: 0;
    left: inherit;
  }
}