@charset "utf-8";
/* CSS Document */
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
#v-wrap .section_wrapper {
  padding: 50px 0;
}
#v-wrap .fl {
  float: left;
  margin: 0;
  padding: 0;
}
#v-wrap .fr {
  float: right;
  margin: 0;
  padding: 0;
}
#v-wrap .mar_t10 {
  margin-top: 10px !important;
}
#v-wrap .mar_t20 {
  margin-top: 20px !important;
}
#v-wrap .mar_t30 {
  margin-top: 30px !important;
}
#v-wrap .mar_t40 {
  margin-top: 40px !important;
}
#v-wrap .mar_t50 {
  margin-top: 50px !important;
}
#v-wrap .mar_t60 {
  margin-top: 60px !important;
}
#v-wrap .mar_t70 {
  margin-top: 70px !important;
}
#v-wrap .mar_t80 {
  margin-top: 80px !important;
}
#v-wrap .mar_t90 {
  margin-top: 90px !important;
}
#v-wrap .mar_t100 {
  margin-top: 100px !important;
}
#v-wrap .mar_b10 {
  margin-bottom: 10px !important;
}
#v-wrap .mar_b20 {
  margin-bottom: 20px !important;
}
#v-wrap .mar_b30 {
  margin-bottom: 30px !important;
}
#v-wrap .mar_b40 {
  margin-bottom: 40px !important;
}
#v-wrap .mar_b50 {
  margin-bottom: 50px !important;
}
#v-wrap .pad_t10 {
  padding-top: 10px !important;
}
#v-wrap .pad_t20 {
  padding-top: 20px !important;
}
#v-wrap .pad_t30 {
  padding-top: 30px !important;
}
#v-wrap .pad_t40 {
  padding-top: 40px !important;
}
#v-wrap .pad_t50 {
  padding-top: 50px !important;
}
#v-wrap .pad_b10 {
  padding-bottom: 10px !important;
}
#v-wrap .pad_b20 {
  padding-bottom: 20px !important;
}
#v-wrap .pad_b30 {
  padding-bottom: 30px !important;
}
#v-wrap .pad_b40 {
  padding-bottom: 40px !important;
}
#v-wrap .pad_b50 {
  padding-bottom: 50px !important;
}
/* ------ General Settings ------ */
/* レスポンシブ 640px基準 各設定は最下部にまとめて記載 */
#v-wrap .sp_none {
  display: block;
}
#v-wrap .pc_none {
  display: none;
}
/* フルードイメージ対応 */
#v-wrap img {
  max-width: 100%;
  height: auto;
}
#v-wrap .ie8 img {
  width: auto;
}
#v-wrap .img {
  text-align: center;
}
#v-wrap .text-center {
  text-align: center;
}
/*--------contents--------*/
#v-wrap #container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  overflow-x: hidden;
}
#v-wrap .bg_gray {
  background: #ffffff;
}
#v-wrap .bg_toi {
  background: #6699ff;
}
#v-wrap .bg_white {
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#v-wrap section {
  width: 100%;
  /*max-width: 1100px;*/
  max-width: 1180px;
  display: inline-block;
  color: #333333;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (min-width: 1350px) {
  #v-wrap .section {
    max-width: 1200px;
    margin: 0 auto;
  }
}
#v-wrap #mot_cc p {
  line-height: 200%;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  #v-wrap #mot_cc p {
    text-align: left;
    font-size: 16px;
  }
}
#v-wrap #mot_cc span {
  font-weight: bold;
  color: #003da3;
}
#v-wrap section h1 {
  /*color: #330068;*/
  text-align: center;
  font-size: 210%;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0;
}
#v-wrap section h2 {
  /*color: #330068;*/
  text-align: center;
  font-size: 210%;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0;
}
#v-wrap section h2.title01 {
  /*color:#0099ff;
	border-color: #0099ff;*/
  color: #006699;
  border-color: #006699;
}
#v-wrap section h3 {
  font-size: 180%;
  font-weight: bold;
  display: inline-block;
  border-bottom: #003da3 1px solid;
  padding: 0 0 10px;
  margin: 20px 0 30px 0;
  color: #003da3;
}
@media screen and (max-width:640px) {
  #v-wrap section h3 {
    text-align: center;
  }
}
#v-wrap section dl {
  width: 90%;
  clear: both;
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0 5%;
}
#v-wrap section dl dt {
  width: 45%;
  float: left;
  margin: 0;
  padding: 0;
}
#v-wrap section dl dd {
  width: 45%;
  margin: 0;
  padding: 0;
  float: right;
}
#v-wrap section dl img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  /**共通**/
  #v-wrap .sp_none {
    display: none;
  }
  #v-wrap .pc_none {
    display: block;
  }
  #v-wrap .fl {
    clear: left;
  }
  #v-wrap .fr {
    clear: right;
  }
  /**コンテンツ**/
  #v-wrap section {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #v-wrap section h2 {
    font-size: 150%;
    margin: 30px 0;
  }
  #v-wrap section img {
    width: 80%;
    margin: 0 10%;
  }
  #v-wrap section dl dt {
    width: 100%;
    clear: both;
  }
  #v-wrap section h2 {
    font-size: 150%;
  }
}
#v-wrap .btn1 {
  display: inline-block;
  max-width: 380px;
  margin: 0 auto;
  background-color: #ff9933;
  color: #fff !important;
  line-height: 40px;
  font-size: 20px;
  border-radius: 5px;
  /*box-shadow: 2px 2px #ffcc33;*/
  padding: 5px 15px;
  border: 2px solid #ff9933;
}
#v-wrap .btn1:hover {
  background-color: #ffffff;
  color: #ff9933 !important;
  border: 2px solid #ff9933;
  opacity: 1.0;
}
#v-wrap .shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
#v-wrap .shadow:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #01baef;
  color: #fff;
}
#v-wrap .bg_blue_g {
  background: linear-gradient(to right, #065fe3 0, #0599e6 100%);
}
#v-wrap .bg_blue_g h2 {
  color: #fff !important;
}
#v-wrap .motcc_title {
  color: #003da3 !important;
  letter-spacing: 1.5px;
  border-bottom: none !important;
}
#v-wrap .pcnone {
  display: none;
}
@media screen and (max-width: 640px) {
  #v-wrap .spnone {
    display: none;
  }
  #v-wrap .pcnone {
    display: block;
  }
  #v-wrap .pcnone img {
    max-width: 25px !important;
  }
}
#v-wrap .security_inner li {
  float: left;
  width: 35%;
  margin: 30px 2.5%;
}
@media screen and (max-width: 640px) {
  #v-wrap .security_inner li {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
}
#v-wrap .blue_2n:nth-child(even) {
  background-color: #f9faff;
}
#v-wrap .security_inner li img {
  width: 100%
}
#v-wrap .security_inner li p {
  text-align: left;
}
#v-wrap .security_img {
  width: 55% !important;
}
@media screen and (max-width: 640px) {
  #v-wrap .security_img {
    width: 100% !important;
    margin: 0;
  }
  #v-wrap .security_img img {
    width: 100% !important;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  #v-wrap .v-waro_top ul li {
    float: left;
    width: 80%;
  }
  #v-wrap .v-waro_top ul li.pcnone {
    float: left;
    width: 20%;
  }
}
/*===================index======================*/
#v-wrap .motcc_top {
  width: 70%;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 0 auto;
}
#v-wrap #firstview .motcc_top h2 {
  background: #073A80;
  padding: 5px;
  font-size: 130%;
}
#v-wrap .motcc_top_r {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073A80;
  font-size: 42px;
  font-weight: bold;
}
#v-wrap .motcc_top_r strong {
  font-size: 120%;
  font-weight: bold;
}
#v-wrap .motcc_top_r small {
  font-size: 40%;
  font-weight: bold;
}
#v-wrap .motcc_top_r small.tax {
  font-size: 30%;
}
@media screen and (max-width: 860px) {
  #v-wrap #firstview .motcc_top h2 {
    font-size: 120%;
  }
  #v-wrap .motcc_top_r {
    font-size: 38px;
  }
  #v-wrap .motcc_top {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #v-wrap #firstview .motcc_top h2 {
    font-size: 80%;
  }
  #v-wrap .motcc_top_r {
    font-size: 30px;
  }
}
#v-wrap .motcc_top img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#v-wrap .motcc_top .fl1 {
  float: left;
  width: 30%;
  box-sizing: content-box;
}
@media screen and (max-width: 640px) {
  #v-wrap .motcc_top .fl1 {
    display: none;
  }
}
#v-wrap .motcc_top .fl1 img {
  max-width: 100px;
  height: auto;
}
#v-wrap .motcc_top .fl2 {
  float: left;
  width: 70%;
  box-sizing: content-box;
}
@media screen and (max-width: 640px) {
  #v-wrap .motcc_top .fl2 {
    float: none;
    width: 100%;
    box-sizing: content-box;
  }
}
#v-wrap .top_zaitaku {
  background: #0057b8;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  #v-wrap .top_zaitaku {
    font-size: 16px;
    padding: 10px 40px;
  }
}
#v-wrap .motcc_top h1 {
  display: inline-block;
  position: relative;
  margin: 20px 20px 10px;
  padding: 0 40px;
  color: #0057b8;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #v-wrap .motcc_top h1 {
    font-size: 16px;
    padding: 0 20px;
  }
}
#v-wrap .motcc_top h1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 37px;
  background: #0057b8;
  transform: translateY(-50%) rotate(-45deg);
}
#v-wrap .motcc_top h1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 37px;
  background: #0057b8;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  #v-wrap .motcc_top h1::before {
    height: 25px;
  }
  #v-wrap .motcc_top h1::after {
    height: 25px;
  }
}
#v-wrap .motcc_top h2 {
  margin: 10px;
  padding: 10px 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 2;
  background: #0057b8;
}
/**/
#v-wrap #firstview {
  width: 100%;
  background-image: url("../img/v-warp_img/telewarp1_m.webp");
  background-size: cover;
  margin: 70px 0 0 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
}
@media print, screen and (max-width: 640px) {
  #v-wrap #firstview {
    margin: 35px 0 0 0;
  }
}
#v-wrap #firstview dl {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
}
#v-wrap #firstview dl:after {
  clear: both;
  content: "";
  height: 0;
}
#v-wrap #firstview dl dt {
  width: 40%;
  float: left;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
#v-wrap #firstview dl dt img {
  float: left;
  margin: 0 auto;
  padding: 0;
}
#v-wrap #firstview dl dd {
  width: 50%;
  float: right;
  margin: 0 auto 0;
  padding: 10px 0 0 0;
  text-align: left;
}
#v-wrap #firstview dl dd h1 {
  margin: 50px 0 0 0;
  font-weight: bold;
  font-size: 100%;
}
#v-wrap #firstview dl dd h2 {
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 34px;
  width: 80%;
  line-height: 150%;
  color: #0099FF;
}
#v-wrap #firstview dl dd p {
  margin: 20px 0 0 0;
  font-size: 100%;
}
#v-wrap #firstview dl dd a#contact_btn {
  float: left;
}
#v-wrap #function_sec .ctidb .ctidb8 a {
  display: block;
}
#v-wrap #function_sec .ctidb .ctidb8 a:hover {
  background: #fcfcfc;
}
#v-wrap #function_sec p a {
  text-decoration: underline;
  color: #ff9900;
}
#v-wrap #function_sec p a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  #v-wrap #firstview dl dt {
    width: 100%;
    clear: left;
    margin: 0 auto 20px;
    padding: 0;
  }
  #v-wrap #firstview dl dd {
    width: 100%;
    clear: right;
    margin: 0 auto;
    padding: 0;
  }
  #v-wrap #firstview dl dd h1 {
    margin: 20px 0 0 0;
    font-weight: bold;
    ;
  }
  #v-wrap #firstview dl dd h2 {
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
  }
}
#v-wrap .merit {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px 0;
  table-layout: fixed;
}
#v-wrap .merit li {
  display: table-cell;
  padding: 20px 40px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  #v-wrap .merit {
    display: block;
    width: 100%;
  }
  #v-wrap .merit li {
    display: block;
    margin-bottom: 20px;
  }
}
#v-wrap .merit h3 {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  color: #065fe3;
  font-size: 160%;
}
#v-wrap .merit p {
  text-align: left;
  font-size: 16px;
}
/*--------TOP利用手順--------*/
#v-wrap .flex3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#v-wrap .procedure li {
  padding: 13px 19px 16px;
  width: 335px;
  position: relative;
  box-sizing: border-box;
  border-radius: 20px;
  border: 6px solid rgba(0, 169, 224, 0.5);
  background: #fff;
}
@media print, screen and (max-width:480px) {
  #v-wrap .procedure li {
    margin-bottom: 10px;
  }
}
#v-wrap .procedure li p {
  font-size: 16px;
}
#v-wrap .triangle_orange_bg {
  float: left;
  width: 5%;
  margin-top: 150px;
  padding-left: 1.5%;
}
#v-wrap .triangle_orange {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #f3ba07;
  top: 50%;
  right: -63px;
  transform: translateY(-50%);
}
/*===================price======================*/
#v-wrap .price {
  width: 100%;
  overflow: hidden;
}
#v-wrap .price li {
  padding: 0;
  margin: 0 0 0 2.5%;
  width: 45%;
  float: left;
}
@media screen and (max-width:768px) {
  #v-wrap .price li {
    padding: 0;
    margin: 0%;
    width: 100%;
  }
}
#v-wrap .price table {
  width: 80%;
  box-sizing: border-box;
  margin: 20px auto
}
#v-wrap .price 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;
}
#v-wrap .price table td {
  width: 50%;
  padding: 15px;
  background: #e5eefb;
  border: 1px solid #fff;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #v-wrap .price table tr th {
    font-size: 12px;
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
  #v-wrap .price table tr td {
    font-size: 12px;
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
}
#v-wrap .price_white {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 50px 0px;
}
@media screen and (max-width:768px) {
  #v-wrap .price_white {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
  }
  #v-wrap .price_white p {
    padding: 0px 20px;
  }
}
#v-wrap .price_white span {
  font-size: 35px;
}
@media screen and (max-width:768px) {
  #v-wrap .price_white span {
    font-size: 25px;
  }
}
#v-wrap .price_white .month {
  padding: 30px 0;
}
#v-wrap .motion_left th {
  width: 30% !important;
}
#v-wrap .motion_left td {
  text-align: left;
  padding-left: 10px;
  width: 70% !important;
}
#v-wrap .title_p {
  font-weight: bold;
  font-size: 1.8em;
}