@charset "utf-8";
/* CSS Document */
#aug23_index {
  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) {
  #aug23_index {
    font-size: 18px;
  }
}
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
#aug23_index section img {
  width: auto;
  height: auto;
}
/*------------------------------------アクションエフェクト*/
.scroll-fade {
  opacity: 0;
  transition: all 1s /*処理にかかる時間*/ ;
}
.scroll-up {
  opacity: 0;
  transform: translateY(100px) /*スクロールアップする距離*/ ;
  transition: all 1s /*処理にかかる時間*/ ;
}
.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.load-fade {
  opacity: 0;
  transition: all 1s /*処理にかかる時間*/ ;
}
.load-up {
  opacity: 0;
  transform: translateY(100px) /*スクロールアップする距離*/ ;
  transition: all 1s /*処理にかかる時間*/ ;
}
.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
/*-----------------------------main_image*/
#main_img_area {
  height: auto;
  width: 100%;
  background-size: 100% 100%;
  background: url("../img/nov_index_img/main_bg.jpg")no-repeat top right /cover #8bccff;
  padding: 0 0 20px;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    height: auto;
    margin-top: 70px;
    padding: 0;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area {
    padding: 20px 0;
    max-height: 570px;
    margin-bottom: 80px;
  }
}
#main_img_area p.area_name {
  display: inline-block;
  background: #0660c5;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 3px 25px;
  margin-top: 10px
}
#main_img_area h2 {
  font-size: 30px;
  font-weight: 900;
  color: #484848;
  padding-top: 30px;
  line-height: 1.3em;
  text-shadow: -1px -1px 4px #fff, -1px 0 4px #fff, -1px 1px 4px #fff, 0 -1px 4px #fff, 0 1px 4px #fff, 1px -1px 4px #fff, 1px 0 4px #fff, 1px 1px 4px #fff;
}
#main_img_area h2 small {
  font-size: 0.7em;
}
#main_img_area h2 span {
  display: inline-block;
  color: #0660c5;
  font-size: 18px;
  line-height: 1.5em;
}
#main_img_area h2 strong.main_tit {
  font-size: 30px;
  font-weight: 900;
  color: #006dff;
}
@media print, screen and (min-width:768px) {
  #main_img_area h2 {
    padding-top: 0;
    font-size: 48px;
  }
  #main_img_area h2 span {
    font-size: 30px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  #main_img_area h2 strong.main_tit {
    font-size: 48px;
  }
}
#main_img_area h2 strong.main_tit {
  font-weight: 900;
  color: #006dff;
}
#main_img_area .ant_txt p {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#main_img_area .ant_txt p span {
  font-weight: normal;
  font-size: 1.3em;
}
#main_img_area ul.ex_list {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  border-radius: 6px;
  text-align: left;
  width: auto;
  max-width: 500px;
  margin: 15px auto;
}
#main_img_area ul.ex_list li {
  color: #3F51B5;
  font-size: 18px;
  width: auto;
}
@media print, screen and (min-width:768px) {
  #main_img_area ul.ex_list {
    padding: 8px;
  }
}
#main_img_area ul.ex_list li i {
  color: #E91E63;
}
@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(n+2) {
    padding-right: 7%;
  }
}
#main_img_area .catch {
  font-size: 22px;
  color: #FCEB00;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 0 10px;
  width: auto;
}
#main_img_area .catch span {
  font-size: 26px;
}
@media print, screen and (min-width:1200px) {
  #main_img_area .catch {
    width: 600px;
  }
}
#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 > ul > li {
  color: #333;
  text-align: left;
  font-size: 15px;
  padding-left: calc(100% - 96%);
}
#main_img_area ul.row > li > ul > li strong {
  color: #E91E63;
  font-size: 1.1em;
  font-weight: bold
}
#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: 18px;
  }
}
#main_img_area ul.row > li:nth-child(n+2) {
  position: relative;
}
#main_img_area ul.row > li:nth-child(n+2) a.js-modal-video {
  display: block;
  position: static;
}
@media print, screen and (min-width:1200px) {
  #main_img_area ul.row > li:nth-child(n+2) a.js-modal-video {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 15%;
    margin: auto;
    bottom: -260px;
    width: auto;
    max-width: 680px;
  }
}
#main_img_area ul.row > li:nth-child(n+2) a.js-modal-video:hover {
  opacity: 1;
}
#main_img_area ul.row > li:nth-child(n+2) a:hover img {
  opacity: 1;
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
}
#main_img_area .link_bnt a {
  background: #ff3366;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
  margin: 0 auto 20px;
  text-decoration: none;
}
#main_img_area .link_bnt a:hover {
  background: #fff;
  border: 2px solid #ff3366;
  color: #ff3366;
  transition: 0.5s;
}
#main_img_area .link_bnt a:nth-child(2) {
  background: #fff;
  border: 2px solid #ff3366;
  border-radius: 50px;
  color: #ff3366;
}
#main_img_area .link_bnt a:nth-child(2):hover {
  background: #ff3366;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.5s;
}
@media print, screen and (min-width:576px) {
  #main_img_area .link_bnt a {
    display: inline-block;
    width: calc(100% - 10%);
    font-size: 20px;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area .link_bnt a {
    width: calc(100% - 25%);
  }
}
/*---------------------------------------------キャンペーンボタン*/
#main_img_area .container-fluid ul.row > li:nth-child(3) {
  padding-top: 0;
  margin-top: 0;
}
#main_img_area .container-fluid .camp_bnt a {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 20px 15px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 20px;
  /*max-width: 100%;*/
}
#main_img_area .container-fluid .camp_bnt a:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
}
@media print, screen and (min-width:992px) {
  #main_img_area .container-fluid .camp_bnt a {
    font-size: 22px;
    margin: 10px auto 20px;
    /*max-width: 75%;*/
  }
}
/*---------------------------------------------------キャンペーン表示*/
#camp_band {
  background: #ff3366;
  color: #fff;
  padding: 2px;
  position: absolute;
  width: 100%;
  top: 85px;
}
#camp_band a {
  display: block;
  color: #fff;
  font-size: 16px;
}
@media print, screen and (min-width:576px) {
  #camp_band {
    top: 70px;
  }
}
#campaign_info {
  background-color: #ffeef9;
  padding: 50px 0;
}
#campaign_info .sub_fnctitle {
  font-size: 24px;
  font-weight: 900;
  color: #003da3;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 768px) {
  #campaign_info .sub_fnctitle {
    font-size: 34px;
  }
}
#campaign_info .sub_fnctitle span.tx_pink {
  color: rgba(255, 51, 102, 1.00);
  font-size: unset;
}
#campaign_info p.sub_txt {
  text-align: center;
}
#campaign_info p.sub_txt strong {
  color: #ff0000;
}
#campaign_info .cmp_ctt_btn a {
  background: #ff3366;
  border: 1px solid #ff3366;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 30px auto 10px;
  padding: 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #campaign_info .cmp_ctt_btn a {
    width: 50%;
  }
}
#campaign_info .cmp_ctt_btn a:hover {
  background: #fff;
  border: 1px solid #ff3366;
  color: #ff3366;
  display: block;
  text-decoration: none;
}
#cmp_area {
  width: 100%;
  background: #E3F3FA;
  padding: 10px 10px 30px;
  margin-bottom: 0px;
}
/*--------------------------------セクションタイトル*/
#aug23_index .bg_blue_g {
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 3px #003da3;
}
#aug23_index .bg_blue_g h3.sub_fnctitle {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}
#aug23_index .bg_blue_g h3.sub_fnctitle.ovr {
  font-size: 21px;
}
@media print, screen and (min-width: 768px) {
  #aug23_index .bg_blue_g {
    height: 110px;
    margin: 0;
  }
  #aug23_index .bg_blue_g h3.sub_fnctitle, #aug23_index .bg_blue_g h3.sub_fnctitle.ovr {
    font-size: 34px;
  }
}
/*-----------------------------セクションベース*/
[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.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%;
  }
}
.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, #sec_antei {
  background: #EBF7FD;
}
#sec_02 .link_btn_area span {
  color: #fff;
}
#sec_antei img {
  margin: 30px auto auto;
}
/*--------------------------------問い合わせ欄*/
[id^="cnt_info_"] {
  padding: 50px 0;
  margin-top: 0;
  background: linear-gradient(to right, #065fe3 0, #0599e6 100%);
}
[id^="cnt_info_"] ul.row {
  justify-content: center;
  align-items: center;
}
[id^="cnt_info_"] ul.row > li:nth-child(1) {
  color: #fff;
  font-size: 1.3em;
}
#aug23_index section[id^="cnt_info_"] ul.row > li:nth-child(1) img {
  width: 450px;
  height: auto;
  margin-bottom: 10px;
}
[id^="cnt_info_"] ul.row > li:nth-child(2) p {
  color: yellow;
  font-size: 1.3em;
}
@media print, screen and (min-width: 992px) {
  [id^="cnt_info_"] ul.row > li:nth-child(1) {
    padding-left: 7%;
  }
  [id^="cnt_info_"] ul.row > li:nth-child(2) {
    padding-right: 7%;
  }
}
[id^="cnt_info_"] ul.row > li:nth-child(2) p.call_num {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: bold;
  margin: 10px;
}
[id^="cnt_info_"] ul.row > li:nth-child(2) p.call_num a {
  color: #ffffff;
}
[id^="cnt_info_"] ul.row > li .link_btn_area a {
  border: 2px solid #ff9900;
  background: #ff9900;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
  font-size: 1.3em;
}
[id^="cnt_info_"] ul.row > li .link_btn_area a:hover {
  border: 2px solid #ff9900;
  background: #fff;
  color: #ff9900;
}
@media print, screen and (min-width: 1200px) {
  [id^="cnt_info_"] ul.row > li .link_btn_area a {
    width: 80%;
  }
}
/*--------------------------------------------------------業界最安値級の料金プラン*/
#sec_rate_plan {
  background: #dbefff;
}
#sec_rate_plan ul.row + p {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
#sec_rate_plan table {
  width: 100%;
}
#sec_rate_plan table th {
  width: 50%;
  background: linear-gradient(to right, #065fe3 0, #0599e6 100%);
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#sec_rate_plan table td {
  width: 50%;
  padding: 15px;
  background: #fff;
  border-bottom: 1px dotted #999;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #sec_rate_plan table th {
    font-size: 16px;
  }
  #sec_rate_plan table td {
    font-size: 16px;
  }
}
#sec_rate_plan .sub_fnctitle {
  font-size: 24px;
  font-weight: 900;
  color: #003da3;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  #sec_rate_plan .sub_fnctitle {
    font-size: 34px;
  }
}
#sec_rate_plan .sub_fnctitle span {
  font-size: 60px;
}
/*-----------------------------#sec_01*/
#sec_01 p.greeting_comm {
  margin-bottom: 30px;
}
#sec_01 h3 {
  margin-bottom: 15px;
}
#sec_01 ul.row {
  justify-content: center;
}
#sec_01 ul.row > li {
  margin-bottom: 30px;
}
#sec_01 ul.row > li .panel_wrap {
  border-radius: 6px;
  border: 1px solid #006eb8;
  height: 100%;
}
#sec_01 ul.row > li figure {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sec_01 ul.row > li figure figcaption {
  color: #043e9d;
  display: block;
  font-size: 1.7em;
  font-weight: 900;
}
#sec_01 ul.row > li figure figcaption span {
  color: #ff3366;
}
#sec_01 p.sec_catch {
  padding: 10px;
  color: #0660c5;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #sec_01 p.sec_catch {
    font-size: 24px;
  }
}
/*-----------------------------#sec_about_mottel*/
#sec_about_mottel {
  background: linear-gradient(to right bottom, #9fd6ff 0, #eef7fe 20%, #eef7fe 80%, #9fd6ff 100%);
}
#sec_about_mottel img {
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 3px #999, -1px -1px 3px #999;
  padding: 20px;
  margin: 20px auto;
}
#sec_about_mottel p span {
  color: #ff3366;
  font-weight: bold;
}
#sec_about_mottel h3 img.logo_tx {
  display: inline-block;
  background: none;
  box-shadow: none;
  margin: 15px auto;
  padding: 0 15px;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  #sec_about_mottel h3 img.logo_tx {
    margin: auto;
    max-width: 400px;
  }
}
/*-----------------------------#sec_02*/
#sec_02 h3 {
  color: #fff;
  text-shadow: 2px 2px 1px #003da3;
}
#sec_02 ul.row {
  margin: 20px auto 0;
}
#sec_02 ul.row > li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#sec_02 ul.row > li .panel_wrap {
  background: #fff;
  border-radius: 6px;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (min-width:768px) {
  #sec_02 ul.row > li .panel_wrap {
    padding: 30px;
  }
}
#sec_02 ul li .panel_wrap h4 {
  background: #0057b8;
  color: #fff;
  font-size: 1.4em;
  text-shadow: 1px 1px 3px #333;
  border-radius: 50px;
  padding: 5px;
  letter-spacing: 0.2em;
}
#sec_02 ul li .panel_wrap .prob_area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dotted #999;
  padding-bottom: 40px;
}
#sec_02 ul li .panel_wrap .prob_area figure {
  display: block;
  width: 30%;
  height: 100px;
}
#sec_02 ul li .panel_wrap .prob_area figure img {
  width: 100%;
}
#sec_02 ul li .panel_wrap .prob_area figure figcaption {
  display: block;
  font-size: 14px;
  width: 100%;
  background: #0057b8;
  padding: 3px;
  color: #fff;
}
#sec_02 ul li .panel_wrap .prob_area p.comm_tx {
  background: #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px;
  position: relative;
  margin-left: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec_02 ul li .panel_wrap .prob_area p.comm_tx:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #d9d9d9;
  border-bottom: 10px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
}
#sec_02 ul li .panel_wrap .ans_area {
  margin-top: 10px;
}
#sec_02 ul li .panel_wrap .ans_area h6 {
  display: inline;
  font-size: 1.5em;
  font-weight: bold;
  color: #065fe3;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: linear-gradient(transparent 60%, #ffe500 0%);
}
#sec_02 ul li .panel_wrap .ans_area ul li {
  text-align: left;
  padding-left: calc(100% - 95%);
  margin-bottom: 10px;
  font-size: 1.3em;
}
#sec_02 ul li .panel_wrap .ans_area i {
  color: #e91e63;
  margin-right: 0.2em;
  font-size: 1.2em;
}
@media screen and (min-width:768px) {
  #sec_02 ul li .panel_wrap .ans_area ul li {
    font-size: 1em;
  }
}
/*-----------------------------#sec_03*/
#sec_03 {
  background: repeating-linear-gradient(45deg, #acefff, #acefff 10px, #acefff80 0, #acefff80 20px);
}
#sec_03 ul.row.anc_btn {
  margin: 30px auto;
  flex-flow: row wrap;
}
#sec_03 ul.row.anc_btn li {
  margin-bottom: 30px;
}
#sec_03 ul.row.anc_btn li a {
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  padding: 10px 10px 30px;
  margin: auto;
  background: #fff;
  height: 100%;
  transition: 0.5s;
}
#sec_03 ul.row.anc_btn li a:hover {
  transform: scale(0.95);
  opacity: 0.9;
}
#sec_03 ul.row.anc_btn li a figure {
  margin: 20px auto 0;
}
#sec_03 ul.row.anc_btn li a figure img {
  margin-bottom: 20px;
}
#sec_03 ul.row.anc_btn li a figure figcaption {
  color: #333;
  font-size: 16px;
}
#sec_03 ul.row li a:hover {
  background: #fff;
  color: #074489;
  transition: 0.3s;
}
#sec_03 ul.row li h4 {
  background: #0ba6ac;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 8px 0;
  border-radius: 50px;
  width: 100%;
  margin: 10px auto;
}
#sec_03 ul.row li h4:after {
  border: 15px solid transparent;
  border-top: 15px solid #0ba6ac;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  transform: scaleX(0.6);
  width: 0;
  right: 0;
  bottom: -28px;
  left: 0;
}
#sec_03 div[id^="art_"] > div.tx_area {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  #sec_03 div[id^="art_"] > div.tx_area {
    text-align: left;
    padding-left: calc(100% - 85%);
    padding-top: calc(100% - 95%);
    padding-bottom: calc(100% - 95%);
  }
  #sec_03 #art_02 div.tx_area {
    padding-right: calc(100% - 85%);
    padding-left: 30px;
  }
}
#sec_03 div[id^="art_"] > div p {
  text-align: left;
  margin-bottom: 20px;
}
#sec_03 div[id^="art_"] > div h4 {
  text-align: left;
  font-weight: 900;
  font-size: 24px;
  color: #333;
  margin-top: 40px;
}
#sec_03 div[id^="art_"] > div h4 span {
  text-align: center;
  display: block;
  color: #0ba6ac;
  font-weight: 900;
  font-size: 58px;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width:768px) {
  #sec_03 div[id^="art_"] > div h4 {
    margin-top: 0;
  }
  #sec_03 div[id^="art_"] > div h4 span {
    text-align: left;
  }
}
#sec_03 div[id^="art_"] > div .link_btn_area a {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  #sec_03 div[id^="art_"] > div .link_btn_area a {
    width: 75%;
  }
}
#sec_03 div#art_01 > div.img_area {
  background: url("../img/nov_index_img/sec03_001.png") no-repeat bottom right / cover;
}
#sec_03 div#art_02 > div.img_area {
  background: url("../img/nov_index_img/sec03_002.png") no-repeat top left / cover;
}
#sec_03 div#art_03 > div.img_area {
  background: url("../img/nov_index_img/sec03_003.png") no-repeat center center / contain #ffffffad;
}
#sec_03 div[id^="art_"] > div.img_area {
  height: 250px;
}
@media print, screen and (min-width:992px) {
  #sec_03 div[id^="art_"] > div.img_area {
    height: auto;
  }
}
/*-----------------------------#sec_04*/
#sec_04 {
  background: #acefff;
}
#sec_04 ul.row {
  justify-content: center;
}
#sec_04 ul.row li {
  display: flex;
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#sec_04 ul.row li .panel_wrap {
  border: 1px solid #acefff;
  border-radius: 0px;
  padding: 5px;
  margin: 0;
  background: #eefafc;
  width: 100%;
  box-shadow: none;
  transition: 0.5s;
}
#sec_04 ul.row li a .panel_wrap {
  border: 1px solid #acefff;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row li .panel_wrap {
    background: #fff;
  }
  #sec_04 ul.row li a .panel_wrap {
    border: 2px solid #006eb8;
  }
}
#sec_04 ul.row li img {
  width: auto;
  margin-bottom: 0px;
  transition: 0.3s;
}
#sec_04 ul.row li figure h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#sec_04 p {
  margin: 20px auto;
}
#sec_04 ul.row li figure figcaption {
  display: none;
}
@media print, screen and (min-width:768px) {
  #sec_04 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_04 ul.row li img {
    margin-bottom: 20px;
  }
  #sec_04 ul.row li figure h5 {
    font-size: 22px;
  }
  #sec_04 ul.row li figure figcaption {
    display: block;
    text-align: left;
  }
}
#sec_04 ul.row li a {
  display: flex;
  color: #006eb8;
  width: 100%;
}
#sec_04 ul.row li .panel_wrap a figure {
  transition: 0.5s;
}
#sec_04 ul.row li a:hover figure {
  background: #e4f2ff;
  transition: 0.5s;
}
#sec_04 ul.row li a:hover figure img {
  opacity: 1;
  transform: rotate(-5deg);
  transition: 0.5s;
}
/*-----------------------------#sec_05*/
#sec_05 {
  background: #ebf4ff;
}
#sec_05 .row {
  justify-content: center;
}
#sec_05 .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
#sec_05 div.sec_cld {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
#sec_05 div.sec_cld:nth-child(2) {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec_05 p.sub_tx {
  font-size: 1em;
  font-weight: bold;
  color: #006eb8;
}
#sec_05 h4 {
  color: #006eb8;
  display: block;
  font-size: 28px;
  font-weight: 900;
}
@media print, screen and (min-width:768px) {
  #sec_05 h4 {
    font-size: 36px;
  }
}
#sec_05 p a {
  text-decoration: underline;
  color: blue;
}
#sec_05 p a:hover {
  text-decoration: none;
}
/*--------------------------------#sec_06*/
#sec_06 {
  padding-top: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_06 {
    padding-top: 50px;
  }
}
#sec_06 p {
  margin-bottom: 20px;
}
#sec_06 ul.zirei_list {
  background: #f6f6f6;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  padding: 30px;
  text-align: center;
}
#sec_06 ul.zirei_list > li.tit_area {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px dotted #666;
}
#sec_06 ul.zirei_list > li.tit_area p {
  text-align: center;
}
#sec_06 .link_btn_area {
  margin-top: 50px;
}
ul.zirei_list > li.tit_area h4 {
  font-size: 24px;
  font-weight: 900;
  color: #003da3;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0;
}
@media print, screen and (min-width:768px) {
  ul.zirei_list > li.tit_area h4 {
    font-size: 34px;
  }
}
ul.zirei_list li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
}
@media print, screen and (min-width:768px) {
  ul.zirei_list {
    padding: 40px;
  }
  ul.zirei_list li {
    margin: 0 10px 20px 0;
    padding: 0 10px;
  }
}
/*---------------------------------------------------#sec_07*/
#aug23_index #sec_07 ul.row:nth-child(2) li:nth-child(2) {
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  #aug23_index #sec_07 ul.row:nth-child(2) li:nth-child(1) {
    margin-bottom: 0;
  }
}
#aug23_index #sec_07 ul.row > li {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-bottom: 50px;
}
#aug23_index #sec_07 ul.row > li:nth-child(1) {
  position: relative;
}
#aug23_index #sec_07 ul.row > li:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 105%;
  margin: -0.3em auto auto;
  left: 0;
  right: 0;
  width: 2em;
  height: 2em;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0660c5;
}
@media print, screen and (min-width:768px) {
  #aug23_index #sec_07 ul.row > li:nth-child(1):after {
    top: 50%;
    margin-top: -0.3em;
    left: 97%;
    width: 1.3em;
    height: 1.3em;
    border-left: 30px solid #0660c5;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
#aug23_index #sec_07 ul.row > li > .panel_wrap {
  border-radius: 10px;
  margin: 10px;
  padding: 20px 0;
  background: #fff;
}
#aug23_index #sec_07 ul.row > li:nth-child(2) > .panel_wrap {
  background: #f0f9ff;
  border: 1px solid #0660c5;
}
#aug23_index #sec_07 ul.row > li > .panel_wrap img {
  width: 100%;
  max-width: 486px;
}
#aug23_index #sec_07 ul.row li h5 {
  border-radius: 50px;
  border: 2px solid #666;
  background: #666;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  #aug23_index #sec_07 ul.row li h5 {
    width: 90%;
  }
}
#aug23_index #sec_07 ul.row li:nth-child(2) h5 {
  border: 2px solid #0660c5;
  background: #0660c5;
}
#aug23_index #sec_07 ul.row > li i {
  margin-left: -1em;
  font-size: 1.2em;
}
#aug23_index #sec_07 ul.row > li:nth-of-type(2) i {
  color: #0660c5;
}
#aug23_index #sec_07 ul.row > li > .panel_wrap > ul {
  width: 80%;
  margin: 10px auto auto;
}
#aug23_index #sec_07 ul.row > li > .panel_wrap > ul > li {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}
@media print, screen and (min-width:768px) {
  #aug23_index #sec_07 ul.row > li > .panel_wrap > ul > li {
    font-size: 18px;
  }
}
#aug23_index #sec_07 .point_dialogue ul.row {
  justify-content: center;
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  #aug23_index #sec_07 .point_dialogue ul.row {
    justify-content: space-around;
  }
}
#aug23_index #sec_07 .point_dialogue ul.row li:nth-child(1):after {
  content: none;
}
#aug23_index #sec_07 .point_dialogue ul.row li:nth-child(1) img {
  width: 100%;
  max-width: 150px;
}
#aug23_index #sec_07 .point_dialogue ul.row li:nth-child(2) {
  background: #ffdaa5;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
#aug23_index #sec_07 .point_dialogue ul.row li:nth-child(2) p {
  margin: 0;
  text-align: center;
}
#aug23_index #sec_07 .point_dialogue ul.row li:nth-child(2) h5 {
  background: none;
  border-radius: 0;
  border: none;
  margin: 0 auto;
  padding: 0;
  color: #ff5700;
  width: 100%;
}
#aug23_index #sec_07 .point_dialogue ul.row li:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 102%;
  margin: -0.3em auto auto;
  left: 0;
  right: 0;
  width: 2em;
  height: 2em;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffdaa5;
}
@media print, screen and (min-width:768px) {
  #aug23_index #sec_07 .point_dialogue ul.row li:nth-child(2):after {
    top: 0;
    bottom: 0;
    margin: auto;
    left: -107%;
    right: 0;
    width: 2em;
    height: 2em;
    border-top: 30px solid transparent;
    border-right: 30px solid #ffdaa5;
    border-bottom: 30px solid transparent;
  }
}
#sec_07 h4 {
  text-align: center;
  display: block;
  font-weight: 900;
  font-size: 32px;
}
#sec_07 h4 span {
  text-align: center;
  display: block;
  color: #0ba6ac;
  font-weight: 900;
  font-size: 32px;
}
/*-----------------------------#sec_08*/
#sec_08 {}
#sec_08 h3 {
  margin-top: 30px;
}
#sec_08 strong {
  color: #bf0d3e;
}
#sec_08 ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}
#sec_08 ul li .panel_wrap {
  background: #fff;
  height: 100%;
  padding: 10px 20px;
  position: relative;
  margin: 10px 10px;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 1px 2px 3px #999;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #sec_08 ul li .panel_wrap {
    margin: 0;
  }
}
#sec_08 ul li .panel_wrap h4 {
  font-size: 20px;
  font-weight: bold;
  margin: -10px -20px 0;
}
#sec_08 ul li .panel_wrap h4 {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 8px;
  background: #0099ff;
  color: #fff;
}
#sec_08 ul li:nth-child(2) .panel_wrap h4 {
  background: #065EE1;
}
#sec_08 ul li:nth-child(3) .panel_wrap h4 {
  background: #0142AD;
}
#sec_08 ul li:nth-child(4) .panel_wrap h4 {
  background: #7aa7ff;
  color: #0142AD;
}
#sec_08 ul li:nth-child(4) .panel_wrap {
  border: 2px solid #0142AD;
  color: #0142AD;
}
#sec_08 ul li .panel_wrap h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
#sec_08 ul li .panel_wrap img {
  width: 150px;
}
#sec_08 ul li .panel_wrap p {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
#sec_08 ul li .panel_wrap p a {
  color: #0099ff;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  #sec_08 ul li .panel_wrap p {
    margin-bottom: 10px;
  }
}
#sec_08 ul li .panel_wrap span.bg_tx {
  position: absolute;
  bottom: 80px;
  right: -120px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 280px;
  font-weight: 600;
  color: #003da3;
  opacity: 0.1;
  z-index: -1;
}
#sec_08 ul li:nth-child(-n+3):after {
  content: "";
  position: absolute;
  top: 107%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #003da3;
}
@media screen and (min-width: 768px) {
  #sec_08 ul li:nth-child(-n+3):after {
    top: 50%;
    left: 104%;
    border-left: 30px solid #003da3;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
/*-----------------------------#sec_invoice*/
#sec_invoice {
  background: repeating-linear-gradient(45deg, #ffefbc, #ffefbc 10px, #ffefbc80 0, #ffefbc80 20px);
}
#sec_invoice h3, #sec_invoice p {
  color: #333;
}
#sec_invoice .invoice_info a {
  display: block;
  max-width: 700px;
  width: auto;
  margin: 30px auto;
  transition: 0.3s;
}
#sec_invoice .invoice_info a:hover img {
  opacity: 1;
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
  box-shadow: 2px -2px 3px #0000006e;
  transition: 0.3s;
}
/*-----------------------------#sec_freechat「ビジネスチャット無料」*/
#sec_freechat {
  background: #e9fdff;
}
#sec_freechat ul.row {
  align-items: center;
}
/*----------------------------------------------「お問い合わせ」バンド*/
[id^="cttband_"] a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(-135deg, #2ccbc6 5%, blue 5%);
  background-size: 100% 100%;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  transition: 3.5s;
}
@media print, screen and (min-width:576px) {
  [id^="cttband_"] a {
    background-image: linear-gradient(-135deg, #2ccbc6 35%, blue 35%);
  }
}
@media print, screen and (min-width:768px) {
  [id^="cttband_"] a {
    font-size: 24px;
  }
}
[id^="cttband_"] a:before {
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url("../img/common_img/mottel_ico.png");
}
[id^="cttband_"] a:hover {
  background-size: 200% 200%;
  transition: 3s;
}
/*---------------------------「導入事例」欄*/
#cloud_fnc_sec_30 {
  margin: 0 auto;
  background: #fff;
}
#cloud_fnc_sec_30 ul li {
  margin: 10px auto;
}
#cloud_fnc_sec_30 ul li a {
  display: block;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #003da3;
  color: #003da3;
  height: 100%;
  text-align: left;
}
#cloud_fnc_sec_30 ul li a .img_wrap {
  background: #fff;
  width: 100%;
  height: auto;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:768px) {
  #cloud_fnc_sec_30 ul li a .img_wrap {
    max-height: 300px;
  }
}
@media screen and (min-width:980px) {
  #cloud_fnc_sec_30 ul li a .img_wrap {
    max-height: 220px;
  }
}
#cloud_fnc_sec_30 ul li a img {
  width: 100%;
  height: auto;
  min-width: 400px;
  transition: 0.6s;
}
#cloud_fnc_sec_30 ul li a:hover img {
  transform: scale(1.3);
}
#cloud_fnc_sec_30 ul.row li a h5 {
  font-weight: bold;
  font-size: initial;
}
#cloud_fnc_sec_30 ul li a span {
  display: block;
  margin-top: 5px;
  color: #003da3;
  font-size: 14px;
  text-align: right;
}
#cloud_fnc_sec_30 p a {
  color: #003da3;
  text-decoration: underline;
}
#cloud_fnc_sec_30 p a:visited {
  color: #003da3;
}
/*-----------------------------お知らせテキストリンク*/
#info_txt {
  padding: 30px 10px;
  background: #dde5ff;
}
#info_txt a {
  font-size: 1.1em;
  color: #333;
  font-family: "メイリオ";
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-decoration-style: double;
}
#info_txt a span {
  font-weight: bold;
}
#info_txt a:hover {
  color: #0660c5;
  text-decoration-color: #0660c5;
}
/*-----------------------------MOTip050*/
#sec_motip {
  background: #c2e6ff;
}
#sec_motip ul.row {
  margin: 30px auto;
  justify-content: center;
  align-items: center;
}
/*-----------------------------MOT/HG*/
#sec_mothg {
  background: #d7f1ff;
}
#sec_mothg ul.row {
  margin: 30px auto;
  justify-content: center;
  align-items: center;
}
/*-----------------------------サイト統合表示*/
#sec_moving {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
#sec_moving h3 {
  margin-bottom: 10px;
}
#sec_moving h3 a {
  color: #009cff;
}
#sec_moving h3 a:hover {
  color: #ff3366;
}
#sec_moving a.site_link {
  display: inline-block;
  color: #666;
  margin: 0 auto 20px;
}
#sec_moving a.site_link:hover {
  color: #ff3366;
}
#sec_moving figure {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  #sec_moving {
    padding-top: 100px;
  }
  #sec_moving h3 {
    margin-bottom: 30px;
  }
  #sec_moving a.site_link {
    font-size: 30px;
  }
}