@charset "utf-8";

/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
}
body { line-height: 1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: inherit; }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #666666;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #666666;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h4{
  margin-bottom:0;
}
th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
td {
    vertical-align: middle;
    padding:14px 0 16px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }
em { font-style: normal; }
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html { font-size: 16px; }


body {
  color: #666666;
  font-size:19px;
  line-height: 1.631;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
    text-decoration: underline;
    transition: 0.2s ease;
}

a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}

a::before, a:hover::before,
a::after, a:hover::after {
    transition: 0.2s ease;
}

img,
video,
object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}


/**********************************
/* 料金 css  */


.dc-plan {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}


.dc-plan-box {
  position: relative;
}

.price_table{
  width: 100%;
  text-align: center;
  background-color: #fff;
  position:relative;
  font-size:21px;
  border: 2px solid #c9d2dd;
  color: #555;
  box-shadow: 0px 0px 7px #a7afba59;
}

.dc-plan__group {
display: flex;
justify-content: space-between;
align-items: stretch;
gap: 0 20px;
color: #2a333c;
flex-direction: row;
flex-wrap: wrap;
}


.dc-plan__item {
  padding: 30px 20px 20px;
  border-radius: 15px;
  flex: 1;
}

.dc-plan-box {
  position: relative;
}

/* .dc-plan__item:nth-child(1) {
  background-color: #e6f2ff;
} */


.dc-plan__item{
  background-color: #e6f2ff;
}

.dc-plan__heading {
  text-align: center;
}

.dc-plan__lead {
  font-size: 0.78em;
  line-height: 1.5;
  font-weight: 500;
  color: #637a91;
}

.dc-plan__name {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 4px;
  color: #41576c;
}

.dc-plan__price {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #41576c;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}

.dc-plan__price .yen {
  font-size: 26px;
  margin-right: 6px;
}

.dc-plan__price .month {
  font-size: 18px;
  margin-left: 4px;
}


.dc-plan__detail {
  margin-top: 20px;
}

.dc-plan__detail__block {
  border-top: 1px solid #b8c7d76e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px 14px 8px;
  flex-direction: column;
  gap: 10px;
}


.dc-plan__detail__title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #596674;
  text-align: center;
}

dt.dc-plan__detail__title span {
  display: block;
  text-align: center;
  font-weight: 100;
  font-size: 13px;
  margin-top: 5px;
  color: #91a2b3;
}

.dc-plan__detail__volume {
  line-height: 1;
  font-size: 23px;
  font-weight: 800;
  color: #41576c;
}

.dc-plan__detail__volume .small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-left: 2px;
  color: #314559;
}



.dc-plan__item:nth-child(1):hover, .dc-plan__item:nth-child(1):focus,
.dc-plan__item:nth-child(2):hover, .dc-plan__item:nth-child(2):focus,
.dc-plan__item:nth-child(3):hover, .dc-plan__item:nth-child(3):focus,
.dc-plan__item:nth-child(4):hover, .dc-plan__item:nth-child(4):focus,
.dc-plan__item:nth-child(5):hover, .dc-plan__item:nth-child(5):focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.02,1.02);
  transition: transform .2s;
  cursor: default;
}



span.month {
  font-size: 16px;
}

.tit_function_first{
 width: 23%;
}

.td-top-margin{
margin-top: 10px;
}


.tit_function_second{
/* border-right: 1px solid #a1b9e6;
border-left: 1px solid #a1b9e6; */
width: 13%;
}

.tit_function_third{
width:54%;
}

.table_explain li {
  text-indent: -20px;
  padding-left: 20px;
  padding-right: 23px;
}


.price_standard_offer {
  color: #378ee4;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price_talbe_plan {
  background-color: #3784d9;
  color: #fff;
  font-weight: bold;
  padding: 18px 0px;
  border:1px solid rgb(116 162 210 / 57%);
}


.price_talbe_plan_point{
background-color: #0061d5;
  color: #fff;
  font-weight: bold;
  padding: 18px 0px;
  border: 1px solid rgb(147 164 182 / 62%);
}

.price_stand_offer_table{
    background-color: #fff6b0;
}


td {
  vertical-align: middle;
  border: 1px solid #a3abb0;
}

.table_disc li {
font-size: 13px;
color: #9398a5;
margin-top: 0px;
margin-left: 1px;
}


.table_disc{
margin-top:7px;
}


.table_disc_notice{
font-size: 13px;
color: #a1a4af;
margin-top:12px;
}

.orange_tb_box{
  border: 3px solid #e30500;
    border-right: 0;
    box-sizing: border-box;
    background-color: #f67c00 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 28px !important;
}

.orange_price_stb_box{
  border: 3px solid #e30500;
  border-right: 0;
  border-left: 1px solid #f67c00;
  color: #000;
  font-weight: 800;
  font-size: 25px;
  padding: 30px 0px;
}

.orange_price_stb_box1{
  color: #000;
  font-weight: 800;
  font-size: 25px;

  border: 2px solid #e30500;
  border-right: 0;
  border-left: 1px solid #74839a80;
  border-right: 1px solid #74839a80;
  padding: 30px 0px;
}

.orange_price_stb_box2{
  color: #000;
  font-weight: 800;
  font-size: 25px;

  border: 3px solid #e30500;
  border-left: 1px solid #74839a80;
  padding: 30px 0px;
}

.company_name{
  font-size: 13px;
}

.tit_small_b{
  font-size: 16px;
    line-height: 1.15;
    font-weight: 100;
    color: #f7c79e;
    letter-spacing: -0.6px;
}

.table_point_line {
    background-color: #ffffff;
    color:#555;
    font-weight:100;
    text-align: left;
    padding-left: 25px;
}

.table_price_txt {
  color:#222;
  font-weight:100;
  font-size: 24px;
  /* font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.table_tit_txt {
  color:#222;
  font-weight:100;
  font-size: 23px;
  /* font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif; */
}


.table_point_border{
  border: 2px solid #4952b9;
  width: 49%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.price_table_l{
  text-align: left;
  background: #f5f6f9;
  color: #555;
  font-size: 22px;
  padding: 30px 0px 30px 25px;
}

.price_table_r{
  background:#ffffff;
  font-weight: 100;
  font-size: 24px;
}

.tit_small_b{
  font-size:14px;
}

.price_b_br{
  background-color: #ffffff;
  /* border-right: 1px solid #b7c0cb;
  border-bottom: 1px solid #b7c0cb; */
  color: #000;
  font-size: 24px;
}

.price_b_br_line{
  background-color: #ffffff;
  /* border-right: 2px solid #0061d5; */
  /* border-bottom: 1px solid #b7c0cb; */
  color: #000;
  font-size: 24px;
}

.cost_comm {
  font-size: 16px;
  padding-left: 3px;
}

.cost_comm_p {
font-size: 17px;
padding-left: 3px;
}

.no-cost-txt-r {
  color: #b6bcc1;
  font-size: 1.2em;
  font-weight: 700;
}

.btn_link_apply_red {
  height: 55px !important;
    font-size: 25px !important;
    color: #ffffff;
    text-align: center;
    background: #FF114A;
    line-height: 52px !important;
    border-radius: 50px;
}


.btn_link_apply_red:hover {
  background: #E20036;
  text-decoration: none;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

.all_btn_size {
  width: 270px;
  margin: 0 auto;
}

a.btn_link_a2 {
  font-size: 22px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
}


a.btn_link_a2:hover {
  color: #ffffff;
  text-decoration: none;
}


.plan_span_font{
  color: #888;
  font-size: 13px;
}

.btn_link_apply_red{
  height: 35px;
  line-height: 35px;
}

.table_price_txt{
  font-size: 18px !important;
}

.table_disc li {
    text-indent: -14px;
    padding-left: 14px;
}


/* ========================================
    ■ General
======================================== */


.wrap {
    position: relative;
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
}



.eng_box_line {
  text-align: center;
  margin: 0 auto;
}

.eng_title_s1 {
  font-size: 22px !important;
}

.eng_title_top1 {
  display: inline-block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #378ee4;
    padding: 0px 40px 3px 40px;
    border-radius: 40px;
    border: solid 2px rgb(55 142 228 / 80%);
    /* margin-bottom: 7px; */
    line-height: 1.6;
    background-color: rgb(255 255 255 / 80%);
}



td {
    vertical-align: middle;
    border: 1px solid #d8dee3;
}



.pc_on{
    display: block;
}


.sp_on {
    display: none;
}


/* ========================================
■ keyv main start
======================================== */

.keyv .mv{
  background: url(/images/lp/biztex_connect/biztex_bg.png) center 81.5% no-repeat;
  background-size: cover !important;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000b1f;
}

.keyv .mv .logo{
  width: 1200px;
  margin: 0 auto;
  padding-top: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


.offerstart_day{
  padding: 10px 0px 55px;
  width: 100%;
  max-width: 1200px;
  }


.biztex_connect_wrap{
  width: 95%;
  margin: 0px auto;
}




.dc_biztex_date{
  width: 35.5%;
  margin-left: 5px;
}

.dc_biztex_logo{
  width: 28%;
  margin-right: 5px;
  margin-bottom: 3px;
}

.logo img{
  width:94%;
}

.dc_biztex_date img {
    width: 100% !important;
}


h2.catch img {
    padding: 0 10px;
    box-sizing: border-box;
    width:99%;
    margin-top: 10px;
}

.dc_biztex_wrap {
    padding: 2% 0 0;
}


.dc_biztex_wrap img{
  width:92%;
  margin:0 auto;
}



h3.eng_title_top {
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4;
      margin: 0px 20px 4px;
      padding-top: 5px;
      color: #fff;
      letter-spacing: 0pt;
}



/* ========================================
■ keyv main end
======================================== */



.main_bottom_area {
    padding: 45px 0 30px;
}

.main_btm_area_text {
    max-width: 1190px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.65;
    color: #262e3d;
}



.section_distress {
    font-size: 17px;
    background: #f7f8ff;
    background: #fff;
    padding: 0px 0 75px;
    position: relative;
    background: url(/images/lp/denshichobo/bg_pattern_1.svg) center 20% no-repeat;
    background-size: cover;
}




.distress_con_wide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px #d3d4d6b8;
  background: #ffffff;
  border: 1.5px solid #dfe2e7;
  margin-bottom: 6rem;
  border-radius: 12px;
}

.distress_con_wide1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px #d3d4d6b8;
  background: #ffffff;
  border: 1.5px solid #dfe2e7;
  margin-bottom: 5.3rem;
  border-radius: 12px;
}






.con_wide_last{
      margin-bottom:0px;
}

.distree_box_w {
    width: 100%;
    background-color: #0b69c8;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.distree_box_w1 {
  width: 100%;
  background-color: #0b69c8;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  margin-bottom: 25px;
}


.biztex_usage_title_w1 {
  padding: 18px 0px 30px;
  border-radius: 16px 16px 0 0;
  font-size: 59px;
  line-height: 1.42;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  height: 178px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.biztex_usage_title_w2 {
  padding: 22px 0px 30px;
  border-radius: 16px 16px 0 0;
  font-size: 44px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  height: 178px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: -1px;
}


.distree_box_w img{
  position: absolute;
  width: 135px;
  top: 110px;
  left: 44%;
}

.distree_box_w1 img{
  position: absolute;
  width: 135px;
  top: 110px;
  left: 44%;
}

.distree_box_w1 img.circle-line{
  position: absolute;
  width: 135px;
  top: 110px;
  left: 44%;
}



.main_title_img {
  margin: 0 auto;
  padding: 5px 0px 25px 0px;
}


.main_title_ori {
  color: #ffffff;
  font-size: 2.45em;
  font-weight: 300;
  text-align: center;
  line-height: 1.55;
  padding-bottom: 20px;
  padding-top: 22px;
  letter-spacing: -1px;
}

.point_title{
  line-height: 1.3;
  margin-bottom:5px;
}

.main_title_ori_b {
  font-size: 1.3em;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.5;
}



.biztex_usage_text1 {
    font-size: 50px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}


.biztex_usage_area {
  width: 94%;
    padding: 30px 35px 33px;
    text-align: center;
    background-color: #f4f8fe;
    border: 1px solid #e4eaf3;
    border-radius: 5px;
    margin: 40px auto 35px;
  }

  .biztex_usage_area1 {
    padding: 20px 25px 5px;
    text-align: center;
    margin: 0;
    }


/* .biztex_usage_area::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
} */


.usage_notext {
    margin-top: 76px;
}

.scene-img-size{
  width:98%;
}



.flex_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.difference_point1 {
  padding: 70px 0px 35px 0px;
  position: relative;
  margin-top: 28px;
  border-radius: 10px;
  background-color: #fafcff;
  border:1.5px solid #cdd7e0;
  box-sizing: border-box;
  width: 94%;
}


.difference_movie {
  padding:70px 0px 0px 0px;
  position: relative;
  margin: 20px 0px 40px;
  border-radius: 10px 10px 0px 0px;
  background-color: #fafcff;
  border:1.5px solid #cdd7e0;
  box-sizing: border-box;
  width: 94%;
}


.fearures_scene {
  padding: 70px 0px 35px 0px;
    position: relative;
    margin: 5px 0px 3em 0px;
    border-radius: 10px;
    background-color: #f4f8fe;
    border: 1.5px solid #cdd7e0;
    box-sizing: border-box;
    width: 94%;
}


.d_point_title {
  background-color: #378ee4;
  border-radius: 8px 8px 0px 0px;
  position: absolute;
  top: -1px;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
}




.left_img {
    max-width: 83px;
    padding: 10px 16px 8px 15px;
    width: 100%;
}


.right_text {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.95;
}


.point_check_icon {
    position: absolute;
    top: -7px;
    left: 0px;
    width: 3.1%;
}


.func_text_stitle {
  font-size: 26px;
  text-align: left;
  line-height: 1.6;
  position: relative;
  padding: 15px 35px 0px 38px;
  color: #444d5e;
}

.title-point-b{
  font-size: 35px;
  font-weight: 700;
  padding-top: 60px;
  color: #34424f;
}

.title-point-b1{
  font-size: 37px;
    font-weight: 700;
    /* padding-top: 60px; */
    padding-bottom: 24px;
    color: #5f00b3;
}

.fearures_title {
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
  position: relative;
  color: #444d5e;
  padding: 50px 20px 20px;
}



.distress_con_wide::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
}


.distress_con_title_w1 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* height: 85px; */
     height: 126px;
}





.detail_contents1 {

}






/* ========================================
■ footer start
======================================== */


footer{
  min-width:1200px;
}

.footer{
    text-align: center;
}

.footer .wrap{
  padding-bottom: 40px;
      padding-top: 40px;
      font-size: 14px;
      font-weight: 100;
}


#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}


#page_top {
    position: fixed;
    bottom: 1.5%;
    opacity: 1;
    border-radius: 50%;
    z-index: 100;
    right: 1.5%;
}



/* ========================================
■ footer end
======================================== */






.blue_text{
color:#016dda;
  font-size: 43px;
  letter-spacing: -0.4px;
}


.biztex_DC_logo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 0;
  position:relative;
  padding: 45px 0 30px;
}


.biztex_DC_logo .left_area{
  width: 22%;
}



.biztex_DC_logo .left_area img{
  position: absolute;
  top: -36px;
  left: 25px;
  width: 28%;
}



.biztex_DC_logo .right_area{
  width: 100%;
  background-color: #fffffff2;
  border-radius: 10px;
  padding: 38px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
}


.biztex_DC_logo .right_area img{
  width: 100%;
  text-align: center;
}


.img_left_text{
  position: absolute;
  top: -19px;
  left: 149px;
  width: 18%;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #436fa9;
  font-size: 20px;
}




.speech_bubble{
  font-size: 32px;
  text-align: center;
  width: 100%;
  padding: 10px 5px;
  color: #34424f;
  position: relative;
}


.speech_bubble:before,
.speech_bubble:after
{
  content: "";
    display: inline-block;
    position: absolute;
    width: 3.7%;
    height: 1.5px;
    background: #8e9cac;
    top: 37px;
}


.speech_bubble:before{
  transform:rotate(52deg);
  left:18%;
}

.speech_bubble:after{
transform:rotate(-52deg);
  right:19%;
}




/* ========================================
■ section scene start
======================================== */



.scene_area{
  margin-top:0px;
  position: relative;
  z-index:33;
  border-radius: 15px;
}

.scene_point_title{
  padding-top: 3px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 58px;
  color: #2b323c;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}


.point_h2tit_div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}



.biztex_usage_text1 span{
  display:block;
  font-size: 25px;
  font-weight: 100;
  color: #94bde7;
  line-height: 25px;
}



.scene_con {
  border-radius: 0 0 15px 15px;
  padding:25px 25px 30px;
  background-color: #f7fbfd;
  border: 1.5px solid #bfccdb;
  border-top: 0px;
}



.d_point_flex{
  display:flex;
  border-radius: 8px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}



.con_title_oneline{
  height: 90px;
  padding: 13px 0px 15px;
}



.batten {
  width: 62px;
    position: relative;
    display: block;
    margin: 0 28px;
}

.batten::before,
.batten::after {
  content: "";
  width: 100%;
  height: 1.3px;
  display: inline-block;
  background: #94b9de;
  border-radius: 2px;
  position: absolute;
  top: 46px;
  left: 0;
}

.batten::before {
  transform: rotate(45deg);
}
.batten::after {
  transform: rotate(-45deg);
}





/* ========================================
■ section scene end
======================================== */



.footer{
    text-align: center;
}

.footer .wrap{
  padding-bottom: 40px;
      padding-top: 40px;
      font-size: 14px;
      font-weight: 100;
}


#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}


A:visited {
    color: #0F76CC;
    text-decoration: none;
}


#page_top {
    position: fixed;
    bottom: 1.5%;
    opacity: 1;
    border-radius: 50%;
    z-index: 5;
    right: 1.5%;
}








/* ========================================
■ section-solution
======================================== */







.solution_1 {
  width:100%;
  max-width:1200px;
  padding: 5.0em 0 75px;
  position: relative;
  background: url(/images/lp/biztex_connect/bg_pattern_2.svg) center center no-repeat;
  background-size: cover;
  margin:0 auto;
}

.solution_3 {
  width:100%;
  max-width:1200px;
  padding: 35px 0 20px;
  position: relative;
  background: url(/images/lp/denshichobo/bg_pattern_1.svg) center center no-repeat;
  background-size: cover;
  margin:0 auto;
}


.solution_2 {
  padding: 3em 0 5em 0;
  background: #e6f0ff;
  position: relative;
  margin:0 auto;
}


.solution_2-1 {
  padding: 3em 0 5em 0;
  background: #FFFFFF;
  position: relative;
  margin:0 auto;
}



.solution_4 {
  background: #e1edff;
  padding: 0 0 32px;
  position: relative;
  background-size: cover;
  margin:0 auto;
}





/* ========================================
■ section-value
======================================== */





.func_table_area{
  width: 100%;
    text-align: center;
    background-color: #fff;
    position: relative;
    font-size: 24px;
    border: 1.5px solid #c9d2dd;
    color: #55606d;
    box-shadow: 0px 0px 7px #a7afba59;
}

.func_table_area tr td {
  padding: 20px 35px 20px 45px;
  text-align:left;
}



.tit_function_txt{
  background: #3784d9;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  border-right: 1px solid rgb(186 198 207 / 60%);
  padding: 13px 0px 15px 0px;
  text-align: center !important;
}

.rowspan_title{
  width: 30%;
  border: none;
  background: #f5f6f9;
  text-align: left;
  padding-left: 25px !important;
}





.func_tit_font{
  font-size: 28px;
}



.border-right-none{
  border-right: 1px solid rgb(164 196 231 / 62%);
  text-align: center;
}











/* ========================================
■ Features start
======================================== */


.difference_point {
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0px #d3d5d8bf;
    margin-bottom: 50px;
}


.differnce_h4 {
  font-weight: bold;
  color: #ffffff;
  padding: 14px 24px 14px;
  line-height: 1.4;
  font-size: 39px;
  background-color: #378ee4;
  text-align: center;
  border-radius: 15px 15px 0 0;
}

.detail_con_p {
  font-size: 24px;
  line-height: 1.45;
  color: rgb(80 96 110 / 90%);
  text-align: left;
  margin-bottom:40px;
}


.detail_img_area {
  background-color: #fafcff;
  border: 1.5px solid #d0deeb;
  padding: 50px 35px 30px 35px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}


/* .detail_title{
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 18px;
  background-color: #8eadcc;
  padding: 7px 30px 10px;
  border-radius: 8px;
  border: 1.5px solid #d0deeb;
  left: -17px;
  border-radius: 8px;
  box-shadow: 2px 2px #e9edf6;
} */



.detail_title::before{

}



.detail_title{
  background-color: #378ee4;
  width: 17%;
  text-align: center;
  margin: 0 auto;
  padding: 7px 15px 9px;
  border-radius: 0 0 12px 12px;
  position: absolute;
  top: -25px;
  left: 3%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 2px 2px #e9edf6;
}

.detail_title::before, .detail_title::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #2f3656;
}


/* .detail_title::before {
    left: -20px;
    top: 0px;
    border-width: 0 0 24px 20px;
    border-style: solid;
    border-color: #fff #fff #d0deeb;
} */

.detail_title::after {
    top: 0px;
    right: -20px;
    border-width: 0 20px 24px 0;
    border-style: solid;
    border-color: #fff #fff #d0deeb;
}





.features_item_con {
    padding:20px 35px 35px;
}


.batten_2 {
  width: 61px;
    position: relative;
    display: block;
    margin: 0 17px;
}

.batten_2::before,
.batten_2::after {
  content: "";
  width: 100%;
  height: 1.75px;
  display: inline-block;
  background: #a9b1bc;
  border-radius: 2px;
  position: absolute;
  top: 44px;
  left: 0;
}

.batten_2::before {
  transform: rotate(45deg);
}
.batten_2::after {
  transform: rotate(-45deg);
}



/* ========================================
■ Features end
======================================== */







/* ========================================
■ cta start
======================================== */

.index_cta{
  /* background: url(https://directcloud.jp/images/contents/bg_office1.jpg) center/cover no-repeat; */
  background: url(/images/lp/biztex_connect/biztex-cta-bg2.png) center/cover no-repeat;
  color: #fff;
  min-width: 1200px;
  padding:40px 0 35px 0;
}

.cta_contents{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cta_wrap {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 0px 0px;
}

.cta_item {
  width: 32%;
  padding-top: 18px;
}

.cta_text {
  width: 68%;
  margin-top: 0.8em;
}

h4.cta_maintxt{
  font-weight: bold;
  font-size: 39px;
  text-align: center;
  /* color: #3a4752; */
  color: #ffffff;
  margin-top: 0px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

h5.cta_subtxt{
  font-size: 24px;
    text-align: center;
    line-height: 1.0;
    /* color: #96999c; */
    color: #c6e0ff;
    font-weight: 100;
    margin-bottom: 13px;
    margin-top: 6px;
}

h5.cta_subtxt:before,
h5.cta_subtxt:after
{
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.6%;
  height: 1.3px;
  /* background: #b8b8b9; */
  background: #c6e0ff;
  top: 34px;
}


h5.cta_subtxt:before{
  transform: rotate(53deg);
  left: 46.2%;
}

h5.cta_subtxt:after{
  transform:rotate(-53deg);
}


.cta_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:20px;
}

.btn_trial{
  background: #FF114A;
  width: 40%;
  color: #fff !important;;
  text-align: center;
  border-radius: 68px;
  height: 65px;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_trial:hover,
.btn_trial:focus,
.btn_trial:active{
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

.btn_trial a{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff !important;;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: -0.3pt;
}

.btn_trial a:hover,
.btn_trial a:active{
  text-decoration: none;
}


.btn_down {
    background: #fff;
    width: 40%;
    text-align: center;
    border-radius: 68px;
    height: 65px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e5e5;
    color: #4C4C4C !important;;
}

.btn_down:hover,
.btn_down:focus,
.btn_down:active{
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

.btn_down a{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #4c4c4c !important;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: -0.3pt;
}

.btn_down a:hover,
.btn_down a:active{
  color: #378ee4 !important;
  text-decoration: none;
}




/* ========================================
■ cta end
======================================== */





.cost_reduction_li {
  width: 20%;
  z-index: 1;
  box-shadow: 3px 3px #e9edf6;
  border-radius: 8px;
}

.cost_reduction_li:nth-child(2),
.cost_reduction_li:nth-child(4){

    box-shadow: none;
}


.cost_reduction_liStep {
    background-color: #0078c9;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    margin: 0px auto;
    font-size: 17px;
    padding: 12px 0 7px;
    height: 65px;
    line-height: 1.27;
    text-align: center;
    letter-spacing: 0pt;
    font-weight: bold;
}

.cost_reduction_border {
    border-left: 1px solid #d1d8df;
    border-right: 1px solid #d1d8df;
    border-bottom: 1px solid #d1d8df;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
}

.cost_reduction_p {
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 8px;
}

.cost_reduction_p img {
    width: 70%;
}


.test_ul:after{
  content: " ";
  display: inline-block;
  width: 88%;
  height: 2px;
  position: absolute;
  background-color: #bad4eb;
}






.outlook_ul{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.outlook_ul li:nth-child(1),
.outlook_ul li:nth-child(3){
  width: 35%;
  border: 1px solid #c9d8e5;
  border-radius: 11px;
  box-shadow: 2px 2px #e9edf6;
}

.outlook_ul li:nth-child(2){
   width: 30%;
}


















@media screen and (max-width: 480px) {


  .biztex_connect_logo {
      width: 45%;
  }


.main_title_ori{
  font-size: 1.15em;
  line-height: 1.3;
  padding-bottom: 5px;
  padding-top: 5px;
}

.point_title {
  line-height: 1.2;
  margin-bottom: 7px;
}

.main_title_ori_b {
  font-size: 1.22em;
  line-height: 1.25;
  letter-spacing: -1.2px;
}



  .keyv .mv .logo {
    width: 100%;
    padding: 20px 15px 0;
    }



  .offerstart_day{
    padding: 10px 20px 30px;
  }



  .logo img{
    width:100%;
  }


  h2.catch img{
    width: 100%;
    margin-top: 8px;
    padding: 0 15px;
  }



.solution_4{
  padding: 0 0 20px;
}


.biztex_DC_logo{
    padding: 20px 0 10px;
}



.speech_bubble {
    font-size: 18px;
    padding: 10px 20px;
    line-height: 1.3;
}



.speech_bubble:before, .speech_bubble:after {
    width: 8.7%;
    top: 34px;
    height:1px;
}


.speech_bubble:before {
    transform: rotate(52deg);
    left: 4%;
}

.speech_bubble:after {
    transform: rotate(-52deg);
    right: 4%;
}


.biztex_DC_logo .right_area{
      margin: 0 auto 0;
      width: 92%;
      padding: 20px;
}



.biztex_usage_title_w1{
      font-size: 32px;
      height: 104px;
}


.distress_con_wide{
      margin-bottom: 1.5rem;
}

.con_wide_last {
    margin-bottom: 0px;
}


.distree_box_w img {
    position: absolute;
    width: 70px;
    top: 70px;
    left: 41%;
}



.title-point-b {
    font-size: 22px;
    font-weight: 700;
    padding: 0 19px 0;
    color: #34424f;
    line-height: 1.3;
    text-align: center;
}



.difference_point1{
    padding: 50px 0px 15px 0px;
    margin-top: 15px;
    width: 92%;
}


.difference_movie {
  padding: 50px 0px 15px 0px;
  margin: 15px 0px 25px;
  width: 94%;
}

.movie_bt{
  margin-bottom: 15px;
}



.func_text_stitle{
    font-size: 17px;
    padding: 10px 18px 0px;
}



.right_text{
  font-size: 20px;
  /* padding-top: 6px; */
}


.biztex_usage_area{
    width: 92%;
    padding: 20px 12px;
    margin: 5px auto 15px;
}


.title-point-b1{
    font-size: 20px;
    line-height: 1.35;
    padding-bottom: 15px;

}


.fearures_scene{
  width: 92%;
  margin: 20px 0 15px 0;
  padding: 60px 0px 10px;
}






  .scene_point_title {
    font-size: 2.1rem !important;
    line-height: 1.2;
    padding-bottom: 16px;
    padding-top: 8px;
  }




  .scene_area {
      padding: 0 20px 0;
  }



  .solution_1,
  .solution_2,
  .solution_2-1,
  .solution_3{
    padding: 30px 0;
  }


  .solution_3{
    padding: 30px 0 10px;
  }

  .distree_box_w {
    margin-bottom: 40px;
}


  /* cta start */


    .index_cta {
        min-width: 100%;
        padding: 50px 0 50px 0;
    }

    .cta_wrap {
      width: 90%;
      margin: 0 auto;
  }

  .cta_contents {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;
  }

  .cta_item {
      width: 75%;
      padding-top: 0px;
  }

  .cta_text {
      width: 100%;
  }

  h5.cta_subtxt {
      text-align: center;
      font-size: 17px;
      line-height: 1.32;
  }

  h4.cta_maintxt {
    font-size: 26px;
    line-height: 1.25;
  }

  .cta_btn_area {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 12px;
  }

  .btn_trial {
      width: 98%;
      height: 50px;
      margin-right: 0;
      margin-bottom: 10px;
  }

  .btn_trial a, .btn_down a {
      font-size: 19px;
  }

  .btn_down {
      width: 98%;
      height: 50px;
  }

  .btn_trial a, .btn_down a {
      font-size: 19px;
  }

  /* cta end */


  .sp_on{
        display: block;
  }


  .pc_on{
        display: none;
  }


  .tit_function_txt {
    width: 30%;
    font-size: 16px;
    padding: 10px 0px 9px 0px;
    line-height: 18px;
  }



  .tit_function_txt:nth-child(1){
    width: 32%;
  }

  .tit_function_txt:nth-child(2){
    width: 34%;
  }

  .tit_function_txt:nth-child(3){
    width: 34%;
    font-size:17px;
  }



  .func_table_area, .price_table{
    font-size:15px;
    color:#000;
  }


  .price_table{
    margin-top: 25px;
  }


  .price_table:nth-child(1){
    margin-top: 0;
  }


  .rowspan_title{
    width: 5% !important;
    padding: 15px !important;
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
  }


h5.cta_subtxt:before, h5.cta_subtxt:after{
      width: 5.3%;
}


h5.cta_subtxt:before{
  top: 194px;
  left: 0;
}



h5.cta_subtxt:after{
  top: 194px;
  right: 0;
}


.biztex_usage_title_w2{
  font-size: 26px;
  height: 165px;
  line-height: 1.2;
  padding: 20px;
}


.fearures_title{
  font-size: 17px;
  padding: 15px 18px 0px;
  text-align: left;
}



  footer.footer p {
      padding: 0 20px;
  }





  .func_table_area tr td {
      padding: 15px;
  }



  .point_h2tit_div {
    flex-direction: column;
    align-items: center;
  　flex-wrap: wrap;
  }


.distress_con_wide1{
    margin-bottom: 1.6rem;
}

.distree_box_w1 img{
  width:80px;
  top: 122px;
  left: 39%;
}

.distree_box_w1 img.circle-line{
  width: 84px !important;
  top: 86px !important;
  left: 40% !important;
}


.batten_2 {
    width: 40px;
    margin: 0 auto;
    text-align: center;
    top: -63px;
}


.title_w2_1line{
  height:130px;
  letter-spacing: -1px;
}

.icon_upload{
  width: 80px !important;
  top: 90px !important;
  left: 39% !important;
}



  footer{
    min-width: 100%;
  }




  dc-plan-box {
    position: relative;
}

/* .dc-plan__item:nth-child(1) {
    background-color: #e6f2ff;
} */


.dc-plan__item{
    background-color: #e6f2ff;
}

.dc-plan__heading {
    text-align: center;
}

.dc-plan__lead {
    font-size: 0.78em;
    line-height: 1.5;
    font-weight: 500;
    color: #637a91;
}

.dc-plan__name {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 4px;
    color: #41576c;
}

.dc-plan__price {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    color: #41576c;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.dc-plan__price .yen {
    font-size: 26px;
    margin-right: 6px;
}

.dc-plan__price .month {
    font-size: 18px;
    margin-left: 4px;
}


.dc-plan__detail {
    margin-top: 20px;
}

.dc-plan__detail__block {
    border-top: 1px solid #b8c7d76e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px 14px 8px;
    flex-direction: column;
    gap: 10px;
}


.dc-plan__detail__title {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #596674;
    text-align: center;
}

  dt.dc-plan__detail__title span {
    display: block;
    text-align: center;
    font-weight: 100;
    font-size: 13px;
    margin-top: 5px;
    color: #91a2b3;
}

.dc-plan__detail__volume {
    line-height: 1;
    font-size: 23px;
    font-weight: 800;
    color: #41576c;
}

.dc-plan__detail__volume .small {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-left: 2px;
    color: #314559;
}



.dc-plan__item:nth-child(1):hover, .dc-plan__item:nth-child(1):focus,
.dc-plan__item:nth-child(2):hover, .dc-plan__item:nth-child(2):focus,
.dc-plan__item:nth-child(3):hover, .dc-plan__item:nth-child(3):focus,
.dc-plan__item:nth-child(4):hover, .dc-plan__item:nth-child(4):focus,
.dc-plan__item:nth-child(5):hover, .dc-plan__item:nth-child(5):focus {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.02,1.02);
    transition: transform .2s;
    cursor: default;
}



span.month {
    font-size: 16px;
}

.tit_function_first{
   width: 23%;
}

.td-top-margin{
  margin-top: 10px;
}


.tit_function_second{
  /* border-right: 1px solid #a1b9e6;
  border-left: 1px solid #a1b9e6; */
  width: 13%;
}

.tit_function_third{
  width:54%;
}

.table_explain li {
    text-indent: -20px;
    padding-left: 20px;
    padding-right: 23px;
}


.price_standard_offer {
    color: #378ee4;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price_talbe_plan {
    background-color: #3784d9;
    color: #fff;
    font-weight: bold;
    padding: 18px 0px;
    border:1px solid rgb(116 162 210 / 57%);
}


.price_talbe_plan_point{
  background-color: #0061d5;
    color: #fff;
    font-weight: bold;
    padding: 18px 0px;
    border: 1px solid rgb(147 164 182 / 62%);
}

.price_stand_offer_table{
      background-color: #fff6b0 !important;
}

.table_disc li {
  text-indent: -14px;
  padding-left: 14px;
}

.company_name{
  font-size: 13px;
}


.price_table_l {
  font-size: 19px;
  padding: 12px;
  line-height: 1.5;
  width: 48%;
  font-weight: 700;
}


.orange_tb_box {
  font-size: 21px !important;
  line-height: 1.2 !important;
}

.btn_link_apply_red {
  height: 50px !important;
  font-size: 26px !important;
  line-height: 48px !important;
}

.orange_price_stb_box {
  border-right:  3px solid #e30500;
}

.no-cost-txt-r {
  color: #b6bcc1;
  font-size: 1.45em;
  font-weight: 700;
}

.table_point_area{
  width: 15%;
  font-size: 17px;
  padding: 13px;
  line-height: 1.2;
}

.tit_small_b{
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: -1.5px;
}

.all_btn_size {
    width: 96%;
    margin: 0 auto;
}


.plan_span_font{
  color: #888;
  font-size: 13px;
}

.btn_link_apply_red{
  height: 35px;
  line-height: 35px;
}

a.btn_link_a2 {
    font-size: 16px;
    letter-spacing: -1.5px;
}

.table_price_txt{
  font-size: 18px !important;
}

.table_disc li {
    text-indent: -14px;
    padding-left: 14px;
}

.price_talbe_plan{
  width: 50%;
  font-size: 23px;
  padding: 10px 0px;
}
.price_table_r{
  font-size: 21px;
  padding: 12px;
  width:55%;
}

.dc-plan {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}


.dc-plan-box {
  position: relative;
}

.dc-plan__group {
display: flex;
justify-content: space-between;
align-items: stretch;
gap: 0 20px;
color: #2a333c;
flex-direction: row;
flex-wrap: wrap;
}


.dc-plan__item {
  padding: 30px 20px 20px;
  border-radius: 15px;
  flex: 1;
}

.dc-plan-box {
  position: relative;
}

/* .dc-plan__item:nth-child(1) {
  background-color: #e6f2ff;
} */


.dc-plan__item{
  background-color: #e6f2ff;
}

.dc-plan__heading {
  text-align: center;
}

.dc-plan__lead {
  font-size: 0.78em;
  line-height: 1.5;
  font-weight: 500;
  color: #637a91;
}

.dc-plan__name {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 4px;
  color: #41576c;
}

.dc-plan__price {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #41576c;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}

.dc-plan__price .yen {
  font-size: 26px;
  margin-right: 6px;
}

.dc-plan__price .month {
  font-size: 18px;
  margin-left: 4px;
}


.dc-plan__detail {
  margin-top: 20px;
}

.dc-plan__detail__block {
  border-top: 1px solid #b8c7d76e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px 14px 8px;
  flex-direction: column;
  gap: 10px;
}


.dc-plan__detail__title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #596674;
  text-align: center;
}

dt.dc-plan__detail__title span {
  display: block;
  text-align: center;
  font-weight: 100;
  font-size: 13px;
  margin-top: 5px;
  color: #91a2b3;
}

.dc-plan__detail__volume {
  line-height: 1;
  font-size: 23px;
  font-weight: 800;
  color: #41576c;
}

.dc-plan__detail__volume .small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-left: 2px;
  color: #314559;
}



.dc-plan__item:nth-child(1):hover, .dc-plan__item:nth-child(1):focus,
.dc-plan__item:nth-child(2):hover, .dc-plan__item:nth-child(2):focus,
.dc-plan__item:nth-child(3):hover, .dc-plan__item:nth-child(3):focus,
.dc-plan__item:nth-child(4):hover, .dc-plan__item:nth-child(4):focus,
.dc-plan__item:nth-child(5):hover, .dc-plan__item:nth-child(5):focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.02,1.02);
  transition: transform .2s;
  cursor: default;
}



span.month {
  font-size: 16px;
}

.tit_function_first{
 width: 23%;
}

.td-top-margin{
margin-top: 10px;
}


.tit_function_second{
/* border-right: 1px solid #a1b9e6;
border-left: 1px solid #a1b9e6; */
width: 13%;
}

.tit_function_third{
width:54%;
}

.table_explain li {
  text-indent: -20px;
  padding-left: 20px;
  padding-right: 23px;
}


.price_standard_offer {
  color: #378ee4;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price_talbe_plan {
  background-color: #3784d9;
  color: #fff;
  font-weight: bold;
  padding: 18px 0px;
  border:1px solid rgb(116 162 210 / 57%);
}


.price_talbe_plan_point{
background-color: #0061d5;
  color: #fff;
  font-weight: bold;
  padding: 18px 0px;
  border: 1px solid rgb(147 164 182 / 62%);
}

.price_stand_offer_table{
    background-color: #fff6b0;
}

.merit_tit {
  position: relative;
  padding: 5px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b69c8;
  border-radius: 15px 15px 0 0;
}


.merit_tit img {
width: 10%;
margin-right: 20px;
position: absolute;
left: 16%;
bottom: 0;
}

.merit_tit_p {
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -3px;
  padding-left:2em;
}

.info_tit_p {
font-size: 45px;
font-weight: bold;
color: #fff;

font-family: 'Noto Sans JP', sans-serif;
}


.egn_font {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 52px;
  letter-spacing: 0;
}


.strength_scene_area{
margin-top:97px;
box-shadow: 0px 0px 7px #cdced9bd;
}

.info_area{
margin-top:20px;
box-shadow: 0px 0px 7px #cdced9bd;
}


.compare_table_point{
border: 2px solid #0061D5;
position:absolute;
width: 18%;
height: 100%;
z-index: 5;
left: 46%;
top: 0%;
}


.strength_con_title{
    padding: 8px 0 8px;
}


}


/************** youtube movie css add ***********/
#player-container {
  position: relative;
  width: 100%;
  /* height: 0; */
  padding-top: 0%;
  background-color: #000;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
}

/************ button ************/
.ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: pointer;
  line-height: inherit;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 108px;
  height: 108px;
  margin-left: -54px;
  margin-top: -54px;
  transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  z-index: 63;
  border: none;
}

.ytp-large-play-button:focus,
.ytp-large-play-button {
  outline: 0;
}

.ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #ff0000;
  fill-opacity: 1;
}

.ytp-large-play-button:hover .ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}



div.play-button {
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #ff0000;
  fill-opacity: 1;
}


@media screen and (max-width: 480px) {
  .movie-wrap iframe {
    border-radius: 0px;
  }

  .ytp-large-play-button {
      width: 62px !important;
      height: 62px !important;
      margin-left: -31px;
      margin-top: -44px;
  }

  a.video span {
    background-size: 400%;
  }

}
