@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* BASE
 * ----------------------------------------------- */
body {
  max-height: 99999em;
}
body img {
  max-height: none;
  display: block;
}
select, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}
input:focus, button:focus, select:focus {
  outline: 0;
}
/* Make webkit render the search input like a normal text field */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */ ::-webkit-search-decoration {
  display: none;
}
/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}
.wow {
  visibility: hidden;
}
#mobile {
  overflow: hidden;
}
/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  html, body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}
/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper_mini {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper_top {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 {
  margin-top: 0 !important;
}
/* Bottom */
.MG-B0 {
  margin-bottom: 0 !important;
}
/* RESPONSIVE
/* ----------------------------------------------- */
.sm {
  display: none !important;
}
@media only screen and (max-width: 769px) {
  .sm {
    display: block !important;
  }
}
body {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 0;
}
@media print, (min-width: 768px) {
  .trans {
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1300px) {
  .wrapper {
    width: 94%;
    margin: 0 auto;
  }
  .wrapper_mini {
    width: 94%;
    margin: 0 auto;
  }
  .wrapper_top {
    width: 94%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1300px) {
  .md {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .newline {
    display: none !important;
  }
  html {
    font-size: 13.33333vw;
  }
  body {
    font-size: 0.28rem;
  }
  .tel-common {
    pointer-events: visible;
  }
  .container {
    width: auto;
    min-width: 320px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 767px) {
    .br-sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .br-sp {
        display: block !important;
    }
}
/* PARTS
 * ----------------------------------------------- */
.wrap_biz_mobile {
  overflow: hidden;
  margin-top: 145px;
  width: 100%;
}
header.contact {
  border-bottom: 1px solid #dbdbdb;
}
header.contact .header-contact {
  width: 235px;
  margin: 0;
}
header.contact .header-mail {
  display: none;
}
@media print, (max-width: 1500px) {
  .wrap_biz_mobile {
    margin-top: 135px;
  }
}
@media print, (max-width: 1300px) {
  .wrap_biz_mobile {
    margin-top: 60px;
  }
}
@media print, (min-width: 768px) {
header.contact .header-nav {
    display: none;
  }
}
#entry-always {
  display: none;
}
@media print, (max-width: 1300px) {
    #entry-always {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: 9999;
    letter-spacing: 3px;
  }
  #entry-always p {
    padding: 0.2rem;
  }
  #entry-always p a {
    display: block;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  #entry-always p a:hover {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    box-shadow: none !important;
  }
  #entry-always p a img {
    width: 100%;
    display: block;
    height: auto;
  }
}
.header-text {
  padding: 15px 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.header-content {
  padding: 0 0 20px;
  margin-top: 15px;
  position: relative;
  height: 95px;
}
.header-fixed {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 200;
}
.header-fixed .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-logo {
  width: 200px;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
/* 法人 PC menu 非表示 */
#mobile #header_pc {
  display: none;
}
@media only screen and (max-width: 1300px) {
  #mobile #header_pc {
    display: inherit;
    top: 0;
  }
}
#l-header2 {
  display: none;
}
@media screen and (max-width: 1300px) {
  #l-header2 {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 124px;
    background: #FFF;
  }
}
@media screen and (max-width: 769px) {
  #l-header2 {
    height: 130px;
  }
}
#f-contact-sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  #f-contact-sp {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
  }
  #f-contact-sp .sp_ph a {
    width: 47%;
    margin-right: 15px;
    float: left;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 35px;
    background-color: #FA9733;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact-sp .sp_ph a:after {
    position: absolute;
    top: 30%;
    left: 5%;
    content: url(../../../img/biz/mobile/top/footer_mail.png);
    vertical-align: middle;
  }
  #f-contact-sp .sp_phone a {
    position: relative;
    display: block !important;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 35px;
    background-color: #1A8041;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact-sp .sp_phone a:hover {
    border-bottom: none;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
  #f-contact-sp .sp_phone a:after {
    position: absolute;
    top: 20%;
    left: 7%;
    content: url(../../../img/biz/mobile/top/footer_tel.png);
    vertical-align: middle;
  }
  #f-contact-sp .form small {
    font-size: 11px;
  }
  #biz #mobile .pagetop {
    bottom: 80px;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  width: 100%;
  position: relative;
  padding: 60px 0;
  margin-top: 60px;
  text-align: center;
  background-color: #F5F5F5;
  bottom: 0;
}
.banner-box .banner-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.banner-box .banner-title span {
  font-size: 26px;
}
.banner-box .banner-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-box .banner-list li {
  width: 270px;
  margin: 0 10px 20px;
  text-align: center;
}
.banner-box .banner-list li:nth-child(5), .banner-box .banner-list li:nth-child(6), .banner-box .banner-list li:nth-child(7), .banner-box .banner-list li:nth-child(8) {
  margin: 0 10px 0;
}
.banner-box .banner-list li a {
  display: block;
}
.banner-box .banner-list li a img {
  width: 100%;
  height: auto;
}
.banner-box .banner-list .banner-list-title {
  margin-bottom: 10px;
  text-align: center;
  color: #1677a0;
  font-size: 14px;
  line-height: 24px;
}
.banner-box .banner-list .banner-list-title a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.banner-box .banner-list .banner-list-title a:hover {
  text-decoration: none;
}
.btn-back-top {
  width: 64px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 20000;
}
.btn-back-top img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .banner-box .banner-title {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .banner-box .banner-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  .banner-box .banner-list li {
    width: 48%;
    margin: 0 0 15px;
    text-align: center;
  }
  .banner-box .banner-list li:nth-child(5), .banner-box .banner-list li:nth-child(6), .banner-box .banner-list li:nth-child(7), .banner-box .banner-list li:nth-child(8) {
    margin: 0px 10px 15px 0;
  }
  .banner-box .banner-list li:nth-child(7), .banner-box .banner-list li:nth-child(8) {
    margin-bottom: 0;
  }
  .banner-box .banner-list li a {
    display: block;
  }
  .banner-box .banner-title span {
    font-size: 21px;
  }
  .banner-box .banner-list .banner-list-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    /* 古いブラウザ向けの記述 (WebKit系) */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    /* 新しいブラウザ向けの標準的な記述 */
    display: -webkit-box;
    line-clamp: 2;
  }
  .banner-box .banner-list .banner-list-title a {
    display: block;
  }
  footer {
    padding: 40px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .btn-back-top {
    width: 10%;
    bottom: 6.8em;
    right: 3%;
  }
}
.sec-title {
  padding: 40px 0 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1px;
}
.box-title {
  padding: 40px 0 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.box-title span {
  padding: 0 60px;
}
@media only screen and (max-width: 1300px) {
  .box-title span {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 769px) {
  .sec-title {
    padding: 0.3rem 0 0.15rem;
    border-top-width: 2px;
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 1.333;
    letter-spacing: 0.01rem;
    margin-top: 0;
  }
  .box-title {
    padding: 0;
    font-size: 18px;
    line-height: 0.52rem;
  }
  .box-title span {
    padding: 0 25px;
  }
}
.sec-text {
  padding-bottom: 30px;
  letter-spacing: 0.2px;
  font-weight: normal;
}
@media only screen and (max-width: 769px) {
  .sec-text {
    padding-bottom: 0.3rem;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.box-contact {
  width: auto;
  height: 400px;
  padding: 0 30px 0 300px;
  margin-top: 30px;
  background: url(../../../img/biz/mobile/top/bg_contact.webp) no-repeat left center;
  background-size: cover;
  font-weight: 800;
}
.box-contact .box-title span {
  color: #000;
  font-size: 30px;
}
@media only screen and (max-width: 1150px) {
  .box-contact {
    height: auto;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    background: none;
  }
.box-contact .box-title span {
    font-size: 18px;
  }
}
.banner-mail {
  clear: both;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 370px;
  padding: 0px 300px 0px 40px;
  border: 6px solid #FA9733;
  background: url(../../../img/biz/mobile/common/bg_banner_common.webp) no-repeat right center;
  background-size: cover;
}
.banner-mail .banner-mail-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.banner-mail .banner-mail-title span {
  color: #FA9733;
  position: relative;
  letter-spacing: 0;
  font-size: 25px;
  font-weight: bold;
}
.banner-mail .banner-mail-text {
  padding: 15px 40px 15px 0;
}
@media only screen and (max-width: 1300px) {
  .banner-mail .banner-mail-text {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 769px) {
  .banner-mail .banner-mail-title {
    margin: 0;
    font-size: 0.33rem;
  }
  .banner-mail .banner-mail-title span {
    font-size: 26px;
    padding-left: 0;
  }
  .banner-mail .banner-mail-text {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
.is-red {
  color: #FA3232;
}
.is-icon-slash {
  background: url(../../../img/biz/mobile/common/icon_title_left_slash.png) no-repeat left center, url(../../../img/biz/mobile/common/icon_title_right_slash.png) no-repeat right center;
  background-size: 50px auto;
}
@media only screen and (max-width: 1300px) {
  .is-icon-slash {
    background-size: 30px auto;
  }
}
@media only screen and (max-width: 769px) {
  .is-icon-slash {
    background-size: 20px auto;
  }
}
.btn-common {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.btn-common a {
  width: 100%;
  max-width: 350px;
  height: 54px;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 30px 0 0 0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  background-color: #A0D024;
  border-radius: 30px;
  outline: none;
  box-sizing: border-box;
}
#mobile .btn-common.is-green-bg a {
    max-width: 500px;
    width: 100%;
    height: unset;
    padding: 4px;
}
#mobile .btn-common.is-green-bg a::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: bold;
  content: "\f105";
  color: #FFF;
  font-size: 130%;
  right: 20px;
  top: 3px;
}
@media screen and (max-width: 769px) {
#mobile .btn-common.is-green-bg a.line2-sp {
    line-height: 28px;
    padding: 5px 0;
}
#mobile .btn-common.is-green-bg a.line2-sp::before {
    padding: 5px 0;
    top: 20%;
}
#mobile .section-top-recommended .btn-common a{
    margin: 60px 0 0 0;
}
}
/***** 法人携帯.biz専用サイトマップ　2022.01.25 CSS *****/
.biz-sitemap {
  width: 100%;
  margin: 60px 0 -60px;
  padding: 60px 0;
  background-color: #404040;
}
.biz-sitemap h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.biz-sitemap h6 {
  color: #FFF;
  font-weight: bold;
  margin-top: 30px;
}
.biz-sitemap .List {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.biz-sitemap .List_cat {
  width: 23.5%;
  float: left;
  padding: 0 2% 0 0;
}
.biz-sitemap .List_cat:nth-child(4n) {
  padding: 0;
}
.biz-sitemap a {
  color: #FFF;
}
.biz-sitemap .List_page {
  position: relative;
  padding-right: 16px;
}
.biz-sitemap .List_page::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: bold;
  content: "\f105";
  color: #FFF;
  font-size: 130%;
  right: 0;
}
@media only screen and (max-width: 769px) {
  .biz-sitemap {
    margin: 40px 0 -40px;
    padding: 40px 0;
  }
  .biz-sitemap .List_cat {
    width: 100%;
    padding: 0;
  }
}
/* PAGES
 * ----------------------------------------------- */
.applications-list {
  display: flex;
  justify-content: space-between;
}
.applications-list li {
  width: 33%;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}
.applications-list li:nth-child(1) {
  margin-left: 0;
}
.applications-list li:nth-child(3) {
  margin-right: 0;
}
.applications-list li img {
  width: 100%;
  height: auto;
}
.applications-list .applications-title-sub {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.applications-list .applications-title {
  padding: 20px 0 15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.applications-list .applications-desc {
  letter-spacing: 0.2px;
  font-weight: normal;
}
.section-top-introducing .sec-title-blue {
  font-size: 24px;
  color: #A0D024;
  padding: 0px 0 15px;
  font-weight: bold;
}
.section-top-introducing .introducing-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.section-top-introducing .introducing-list .introducing-item {
  width: 31.8%;
  margin-right: 25px;
  margin-bottom: 25px;
}
.section-top-introducing .introducing-list .introducing-item:nth-child(3) {
  margin-right: 0;
}
.section-top-introducing .introducing-list .introducing-item:nth-child(4) {
  margin-bottom: 0;
}
.section-top-introducing .introducing-list .introducing-item:nth-child(5) {
  margin-bottom: 0;
}
.section-top-introducing .introducing-list .introducing-item:nth-child(6) {
  margin-right: 0;
  margin-bottom: 0;
}
.section-top-introducing .introducing-list .introducing-item img {
  width: 100%;
  height: auto;
}
.section-top-introducing .introducing-item-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; 
  height: 50px;
  position: relative;
  background: #A0D024;
  color: #FFF;
  font-size: 18px;
  padding-left: 60px;
}
.section-top-introducing .introducing-item-title span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../../img/biz/mobile/top/bg_title_number.png) no-repeat right center;
  background-size: cover;
  color: #A0D024;
  font-size: 26px;
}
.section-top-introducing .introducing-item-txt {
  margin: 15px 0 0;
  font-weight: normal;
}
.recommended-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recommended-content .recommended-left {
  width: 100%;
  margin-bottom: 30px;
}
.recommended-content .recommended-right {
  width: 100%;
}
.recommended-content .recommended-title {
  margin-bottom: 30px;
  background: url(../../../img/biz/mobile/top/bg_title.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 53px;
  border-radius: 10px;
}
.recommended-content .recommended-title.is-title {
  background: url(../../../img/biz/mobile/top/bg_title_pink.jpg) no-repeat center center;
  background-size: 100%;
}
.recommended-content .recommended-list {
  width: 100%;
  display: flex;
}
.recommended-content .recommended-list li {
  width: 370px;
}
.recommended-content .recommended-left .recommended-list li {
  margin-right: 20px;
}
.recommended-content .recommended-left .recommended-list li:nth-child(3) {
  margin-right: 0;
}
.recommended-content .recommended-right .recommended-list li {
  margin-right: 20px;
}
.recommended-content .recommended-right .recommended-list li:nth-child(3) {
  margin-right: 0;
}
.recommended-content .recommended-list li img {
  width: 80%;
  padding: 0px 35px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
}
.recommended-content .recommended-list .recommended-title-small {
  padding: 20px 0 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.recommended-content .recommended-list .recommended-desc {
  font-weight: normal;
}
.recommended-content .recommended-list .recommended-title-small span {
  font-size: 12px;
  display: block;
}
.recommended-content .recommended-list .note {
  font-size: 12px;
  padding-top: 10px;
  text-align: left;
  line-height: 1.7;
}
@media only screen and (max-width: 769px) {
  .applications-list {
    display: block;
    margin: 0;
    margin-top: 10px;
  }
  .applications-list li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .applications-list .applications-title-sub {
    padding: 15px;
    font-size: 18px;
  }
  .applications-list .applications-title {
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .applications-list .applications-desc {
    padding-bottom: 0.25rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .section-top-introducing .sec-title-blue {
    padding: 0.05rem 0 0.1rem;
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .section-top-introducing .introducing-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
  }
  .section-top-introducing .introducing-list .introducing-item {
    width: 100%;
    margin: 0 0 0.25rem;
  }
  .section-top-introducing .introducing-item-title {
    height: 0.8rem;
    font-size: 0.32rem;
    padding-left: 0.65rem;
    line-height: 1.2;
  }
  .section-top-introducing .introducing-item-title span {
    width: 55px;
    height: 54px;
    font-size: 26px;
  }
  .section-top-introducing .introducing-item-txt {
    display: flex;
    margin: 15px 0 20px;
    font-size: 16px;
  }
  .recommended-content {
    padding-bottom: 0;
  }
  .recommended-content .recommended-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .recommended-content .recommended-left .recommended-list li {
    margin-right: 0;
  }
  .recommended-content .recommended-right {
    width: 100%;
  }
  .recommended-content .recommended-title {
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 10px;
  }
  .recommended-content .recommended-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .recommended-content .recommended-list li {
    width: 100%;
    margin-bottom: 0;
  }
  .recommended-content .recommended-right .recommended-list li {
  margin-right: 0;
  }
  .recommended-content .recommended-list .recommended-title-small {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0 15px;
  }
  .recommended-content .recommended-list .recommended-title-small span {
    font-size: 12px;
  }
  .recommended-content .recommended-list .recommended-desc {
    line-height: 1.5;
  }
  .recommended-content .recommended-list .note {
    text-align: left;
    padding-top: 10px;
    font-size: 11px;
  }
}
/* POPUP */
#movie_popup {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 250px;
  height: auto;
  z-index: 9999;
  animation: anime1 1s ease;
}
@keyframes anime1 {
  0% {
    opacity: 0;
    bottom: 100px;
  }
  100% {
    opacity: 1;
    bottom: 100px;
  }
}
#movie_popup .movie_box {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
#movie_popup .movie_box img.movie_btn {
  width: 35px;
  height: auto;
  position: absolute;
  top: -23px;
  left: -19px;
  border: 2px solid #FFF;
  border-radius: 25px;
}
#movie_popup .movie_box img {
  padding: 0;
  margin: 0;
}
#movie_popup .movie_box img:hover {
  opacity: 1;
}
#movie_popup .movie_box a:hover {
  opacity: 1;
}
#movie_popup input {
  display: none;
}
#movie_popup input:checked ~ .movie_box {
  display: none;
}
@media screen and (max-width: 1300px) {
#movie_popup {
    width: 200px;
}
#movie_popup .movie_box img.movie_btn {
    width: 25px;
    top: -10px;
    left: -15px;
}
}
@media screen and (max-width: 769px) {
  #movie_popup {
    display: none;
  }
  #movie_popup.js_active {
    opacity: 1;
    visibility: visible;
  }
  #movie_popup .movie_box img.movie_btn {
    top: 180px;
    left: unset;
    right: 2%;
  }
}
/* 新デザイン CSS 追記 2021.10.08
 * ----------------------------------------------- */
#biz .keyvisual-main {
  position: relative;
  padding: 40px 0;
}
#biz h1.top-title {
  padding: 15px;
  font-size: 13px;
  color: #000;
  border-bottom: 2px solid #EBEBEB;
}
#biz h1.top-title > span {
  display: block;
  margin: 0 auto;
  font-weight: normal;
}
.top-underline {
  margin-top: 60px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1300px) {
  #biz h1.top-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #biz h1.top-title {
    width: 100%;
    position: relative;
    left: 0;
    box-sizing: border-box;
  }
  #biz h1.top-title > span {
    font-size: 12px;
  }
  .top-underline {
    margin-top: 40px;
    border-bottom: 1px solid #A0D024;
  }
}
#headline .section-contract-result, .section-top-applications, .banner-mail-contact, .section-top-introducing, .section-contract-flow, .section-top-recommended, .section-tips, .banner-box, #section-case, .section-kakeho-plan, .section-top-support, .section-top-tips {
  margin-top: 60px;
}
#headline h2.sec-title {
  font-size: 26px;
  color: #000;
  padding: 0 0 15px;
  text-align: left;
}
#headline .merit-intro h2.sec-title {
  padding: 0 0 30px;
}
#headline .section-top-applications .is-green {
  background: #4EB576;
}
#headline .section-top-applications .is-pink {
  background: #DE5076;
}
#headline .section-top-applications .is-blue {
  background: #1E88EB;
}
#headline .section-top-applications .green-text {
  color: #4EB576;
  font-size: 18px;
}
#headline .section-top-applications .pink-text {
  color: #DE5076;
  font-size: 18px;
}
#headline .section-top-applications .blue-text {
  color: #1E88EB;
  font-size: 18px;
}
#headline .section-top-applications .wrapper_btn {
    display: inline-flex;
    margin-top: auto;
}
#headline .section-top-applications .btn_link {
    width: 100%;
    display: block;
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    border: 3px solid #D8DADC;
    border-radius: 35px;
    color: #000;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    background-color: #FFF;
}
#headline a.green-hover:hover {
  border: 3px solid #4EB576;
  opacity: 1;
}
#headline .wrapper_btn a.green-hover:hover {
  border: 3px solid #A0D024;
  opacity: 1;
}
#headline .wrapper_btn02 a.green-hover:hover {
  border: 3px solid #A0D024;
  opacity: 1;
}
#headline a.pink-hover:hover {
  border: 3px solid #DE5076;
  opacity: 1;
}
#headline a.blue-hover:hover {
  border: 3px solid #1E88EB;
  opacity: 1;
}
#headline .section-kakeho-plan .kakeho-content-inner {
  padding: 50px;
  display: -webkit-box;
}
#headline .section-kakeho-plan .kakeho-sec-title {
  font-size: 33px;
  font-weight: bold;
  color: #FFF;
}
#headline .section-kakeho-plan .kakeho-content {
  background: url(../../../img/biz/mobile/top/bg_kakeho.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
}
#headline .section-kakeho-plan .kakeho-content-left {
  display: inline-flex;
  margin-top: 10px;
  margin-right: -30px;
}
#headline .section-kakeho-plan .kakeho-image {
  width: 15%;
  margin-left: 20px;
}
#headline .section-kakeho-plan .btn_link {
  margin-bottom: 15px;
    padding: 10px 30px;
    width: 100%;
    font-weight: 400;
    float: none;
    position: relative;
    display: inline-block;
    border: 3px solid #D8DADC;
    border-radius: 30px;
    color: #000;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    background-color: #FFF;
}
#headline .section-kakeho-plan .wrapper_btn02 .btn_link {
  margin-bottom: 0;
  padding: 10px 30px;
  width: 100%;
}
#headline .banner-mail-contact .cv_btn {
  width: 400px;
  height: auto;
}
#headline .section-contract-flow ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headline .section-contract-flow ul li {
  width: calc(93.8% /4);
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
  background-color: #F4F4F4;
  box-sizing: border-box;
  list-style: none;
  position: relative;
}
#headline .section-contract-flow.toppage ul li {
  background-color: #ffffff;
}
#headline .section-contract-flow ul li:last-child {
  margin-right: 0;
}
#headline .section-contract-flow ul li span {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
#headline .section-contract-flow ul li span.is-step1 {
  background-color: #FFA5B6;
}
#headline .section-contract-flow ul li span.is-step2 {
  background-color: #FD849B;
}
#headline .section-contract-flow ul li span.is-step3 {
  background-color: #FF5A79;
}
#headline .section-contract-flow ul li span.is-step4 {
  background-color: #FA3359;
}
#headline .section-contract-flow span.is-step1:after, .section-contract-flow span.is-step2:after, .section-contract-flow span.is-step3:after, .section-contract-flow span.is-step4:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#headline .section-contract-flow span:after {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
#headline .section-contract-flow span.is-step1:after {
  border-top: 15px solid #FFA5B6;
}
#headline .section-contract-flow span.is-step2:after {
  border-top: 15px solid #FD849B;
}
#headline .section-contract-flow span.is-step3:after {
  border-top: 15px solid #FF5A79;
}
#headline .section-contract-flow span.is-step4:after {
  border-top: 15px solid #FA3359;
}
#headline .section-contract-flow ul li p {
  color: #FA3359;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 35px auto 15px;
}
#headline .section-contract-flow ul li p.txt {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin: 0 30px;
}
@media only screen and (max-width: 1300px) {
  #headline .section-top-introducing .introducing-list .introducing-item {
    width: 48%;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  #headline .section-top-introducing .introducing-list .introducing-item:nth-child(2) {
    margin-right: 0;
  }
  #headline .section-top-introducing .introducing-list .introducing-item:nth-child(4) {
    margin-right: 0;
  }
  #headline .section-top-introducing .introducing-list .introducing-item:nth-child(5) {
    margin-bottom: 0;
  }
  #headline .section-top-introducing .introducing-list .introducing-item:nth-child(6) {
    margin-right: 0;
    margin-bottom: 0;
  }
  #headline .section-contract-flow ul li {
    width: calc(93.8% /4);
  }
  #headline .section-kakeho-plan .kakeho-content-inner {
    display: block;
  }
  #headline .section-kakeho-plan .kakeho-content-left {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #headline .section-kakeho-plan .btn_link {
    width: 93%;
    padding: 15px 20px;
  }
  #headline .section-kakeho-plan .wrapper_btn02 .btn_link {
    width: 93%;
    padding: 15px 20px;
  }
  #headline .banner-box .banner-list li {
    width: 47%;
  }
}
@media only screen and (max-width: 1300px) {
  #headline .section-contract-flow ul li {
    width: 48.3%;
    margin-bottom: 20px;
  }
  #headline .section-contract-flow ul li:nth-child(2) {
    margin-right: 0;
  }
  #headline .section-contract-flow ul li:nth-child(3) {
    margin-bottom: 0;
  }
  #headline .section-contract-flow ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  #headline .section-top-about, .section-top-shop, .section-contract-telework, .section-top-applications, .section-contract-about, .section-top-softbank, .banner-mail-contact, .section-top-introducing, .section-contract-flow, .section-top-recommended, .section-tips, .banner-box, .section-contract-reasons, .section-contract-shinki-procedure-method, .section-contract-norikae-procedure-method, .section-contract-consider, .section-contract-questions, .section-contract-sumaho-merit, .section-contract-costs, .section-contract-security, .section-contract-sumaho-security-sub, .section-contract-sumaho-merit-sub, .section-contract-costs-sub, .section-contract-garake-shop, .section-contract-garake-merit, .section-price-discount, .section-contract-kaiyu, #headline .section-contract-result #section-case, #section-contract-3gend, .section-contract-3gend, #section-case, .section-kakeho-plan, .section-top-support, .section-top-tips {
    margin-top: 40px;
  }
  .section-top-keiyaku {
    margin-top: 0;
  }
  #headline .merit-intro h2.sec-title {
    padding: 0 0 20px;
  }
  #headline .section-top-introducing .introducing-list .introducing-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #headline .section-contract-flow ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  #headline .section-contract-flow ul li:nth-child(4) {
    margin-bottom: 0;
  }
  #headline .section-contract-flow ul li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px auto 10px;
  }
  #headline .section-contract-flow ul li p.txt {
    margin: 0 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #headline .section-contract-flow ul li:nth-child(3) {
    margin-bottom: 10px;
  }
  #headline h2.sec-title {
    font-size: 21px;
  }
  #headline p.sec-text {
    padding-bottom: 20px;
  }
  #headline .section-top-applications .green-text,
  #headline .section-top-applications .pink-text,
  #headline .section-top-applications .blue-text {
    font-size: 18px;
  }
  #headline .section-kakeho-plan .kakeho-content-inner {
    padding: 20px;
    display: block;
  }
  #headline .section-kakeho-plan .kakeho-content-left {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #headline .section-kakeho-plan .kakeho-sec-title {
    font-size: 18px;
  }
  #headline .section-kakeho-plan .kakeho-image {
    display: none;
  }
  #headline .section-kakeho-plan .wrapper_btn,
  #headline .section-kakeho-plan .wrapper_btn02 {
    text-align: center;
  }
  #headline .section-kakeho-plan .btn_link,
  #headline .section-kakeho-plan .wrapper_btn02 .btn_link {
    padding: 15px 10px;
    width: 90%;
  }
  #headline .banner-mail-contact .cv_btn {
    width: 100%;
    margin: 0 auto;
  }
}
.induction {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: normal;
}
.induction a {
  color: #008ac3;
  text-decoration: underline;
  font-weight: normal;
}
.induction a:hover {
  color: #FF4E00;
}
/* TOP mobile-first CSS 追記 2020.07.07
 * ----------------------------------------------- */
header {
  z-index: 99999;
}
@media only screen and (max-width: 1300px) {
  header {
    display: inherit;
    top: 0;
  }
  #mobile .menu-content {
    height: calc(100% - 180px);
  }
}
@media only screen and (max-width: 769px) {
  /* メインビジュアル */
  #biz .keyvisual-main {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #fff;
  }
  /* 共通 ボタン */
  .btn-common a {
    padding: 0;
    font-size: 16px;
  }
  .btn-common a span {
    font-size: 0.26rem;
  }
  /* 共通 当社にお任せブロック */
  .banner-mail {
    padding: 30px;
    background-image: none;
    border: 6px solid #FA9733;
  }
  .banner-mail .banner-mail-title {
    font-size: 24px;
    text-align: center;
  }
  /* 共通 メリット */
  .section-top-introducing .sec-title-blue {
    padding: 0 0 15px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .section-top-introducing .introducing-item-title {
    font-size: 16px;
    padding-left: 1.3rem;
    justify-content: left;
    height: 54px;
  }
  #top .section-top-introducing .introducing-item-txt {
    margin: 0.2rem 0;
    font-size: 90%;
    overflow: hidden;
  }
  .induction {
    font-size: 14px;
    margin-bottom: 0;
  }
}
/* header TEL CSS 修正 2021.01.29
 * ----------------------------------------------- */
.header-contact {
  position: relative;
  display: block;
  top: -30px;
  text-align: left;
}
.header-contact ul {
  width: 600px;
  position: absolute;
  right: 0;
}
.header-contact li {
  margin-right: 20px;
  position: absolute;
}
.header-contact li:last-child {
  width: 250px;
  margin-right: 0;
  right: 0;
}
.header-contact li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
  padding-left: 0;
}
.header-contact .header-tel img {
  width: auto;
  height: 49px;
}
.header-contact .header-tel p {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: bold;
  padding: 1px 5px;
}
.header-contact .header-tel span {
  margin-left: 45px;
  margin-top: 5px;
}
.header-contact .header-tel p.mini {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 3px;
  color: #000;
  background: none;
}
@media only screen and (max-width: 1300px) {
  .header-contact ul {
    width: 500px;
    right: -10px;
  }
  .header-contact .header-tel img {
    width: 270px;
  }
  .header-contact li:last-child {
    width: 214px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-contact ul, .header-contact li, .header-contact li:last-child {
    width: 100%;
    position: inherit;
    transform: translateZ(1px);
  }
  .header-contact li.header-tel {
    border: 2px solid #1A8041;
    box-sizing: border-box;
  }
  .header-contact .header-tel p {
    font-size: 14px;
  }
  .header-contact {
    top: 0;
    text-align: center;
    position: initial;
    margin-right: 0;
  }
  .header-contact li a {
    padding-left: 40px;
    background: none;
  }
  .header-contact .header-tel a {
    padding: 0;
  }
  .header-contact .header-tel span {
    font-size: 1.5em;
    line-height: 1;
    margin-left: -0.05em;
    color: #1A8041;
    padding: 0 0 0 1.1em;
    background: url(../../../img/biz/mobile/common/icon_tel.png) no-repeat left 0 center;
    background-size: 18px auto;
  }
  .header-contact .header-tel p.mini {
    font-size: 0.5em;
  }
}
@media only screen and (max-width: 769px) {
  .header-contact {
    display: block;
    width: 100%;
  }
  .header-contact li {
    width: 100%;
    padding: 0 10px 5px;
  }
  .header-contact li:first-child {
    padding: 0;
  }
  .header-contact li a {
    padding-left: 40px;
    background: none;
  }
  .header-contact .header-tel a {
    padding: 0;
  }
  .header-contact .header-tel p {
    font-size: 13px;
  }
  .header-contact .header-tel span {
    font-size: 26px;
    line-height: 1;
    margin-left: -0.05em;
    padding: 0.1em 0 0 0.8em;
    background: url(../../../img/biz/mobile/common/icon_tel.png) no-repeat left 0 center;
    background-size: 16px auto;
  }
  .header-contact .header-tel p.mini {
    font-size: 0.5em;
  }
}
/* 新規ページ 追記 2021.10.08
 * ----------------------------------------------- */
#shinki .section-contract-reasons .reasons-list .reasons-list-box .reasons-title {
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 3.7%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92.5%;
  background-color: rgba(31, 31, 31, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #FFF;
}
/* のりかえページ 追記 2021.10.08
 * ----------------------------------------------- */
#norikae .section-contract-reasons .reasons-list .reasons-list-box .reasons-title {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 3.7%;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  width: 92.6%;
  background-color: rgba(31, 31, 31, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  color: #FFF;
  box-sizing: content-box;
  flex-wrap: wrap;
}
/* 機種変更ページ 追記 2021.10.08
 * ----------------------------------------------- */
#kisyuhen .section-contract-reasons .reasons-list .reasons-list-box .reasons-title {
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 3.7%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92.5%;
  background-color: rgba(31, 31, 31, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #FFF;
}
#price_plan_sumaho .section-contract-sumaho-merit-sub .sumaho-merit-list .sumaho-merit-list-box .sumaho-merit-title {
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 3.7%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92.5%;
  background-color: rgba(31, 31, 31, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #FFF;
}
#price_plan_garake .section-contract-garake-merit-sub .garake-merit-list .garake-merit-list-box .garake-merit-title {
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 3.7%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92.5%;
  background-color: rgba(31, 31, 31, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #FFF;
}
#softbank .section-difference-point .difference-list .difference-point-box .difference-title {
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 3.7%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92.5%;
  background-color: rgba(31, 31, 31, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #FFF;
}
#section-case .performance-setbox ul li section .box_ph .youtube-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px #FFF solid;
  box-shadow: 3px 3px 9px rgba(200, 200, 200, 0.25);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  z-index: 999;
}
#section-case .performance-setbox ul li section .box_ph .youtube-btn:hover {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#section-case .performance-setbox ul li section .box_ph .youtube-btn::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: bold;
  content: "\f04b";
  color: #FFF;
  right: 13px;
  top: 2px;
  font-size: 12px;
  line-height: 3.6;
}
/*TOP 2023.05.26導入事例追加*/
#section-case .performance-setbox {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 0;
}
#section-case .performance-setbox ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
#section-case .performance-setbox ul li {
  width: calc(100% / 3);
  display: inline-grid;
  margin: 0 20px 0 0;
  padding-bottom: 0;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
#section-case .performance-setbox ul li:nth-child(3n) {
  margin: 0;
}
#section-case .performance-setbox ul li section .box_ph {
  width: 100%;
  display: block;
  margin-right: 0;
  padding-bottom: 0;
  position: relative;
}
#section-case .performance-setbox ul li section .box_copy {
  width: 100%;
  display: table-cell;
  padding: 20px;
}
#section-case .performance-setbox ul li section .box_copy .title {
  font-size: 18px;
}
#section-case .MG-B0 {
  margin-bottom: 0;
}
#section-case .performance-setbox .kigyou_group {
  margin-top: 15px;
  display: inline-flex;
  line-height: initial;
  white-space: break-spaces;
}
#section-case .performance-setbox .box_copy span {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #A0D024;
}
#section-case .performance-setbox .box_copy span:last-child {
  margin-right: 0;
}
#section-case .performance-setbox ul li img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: 50% 100%;
}
#section-case p.sec-title {
  font-size: 32px;
  font-weight: bold;
  color: #A0D024;
  padding: 0 0 40px;
}
@media screen and (max-width: 769px) {
  #section-case .performance-setbox ul{
  display: block;
  }
  #section-case .performance-setbox ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #section-case .performance-setbox ul li img {
    object-position: 50% 0;
    margin-bottom: 0;
  }
  #section-case .performance-setbox .MG-B0 {
    margin-bottom: 0;
  }
  #section-case .performance-setbox .dis_no {
    display: none;
  }
  #section-case .performance-setbox br.case {
    display: none;
  }
  #section-case .performance-setbox ul li section .box_copy {
    width: auto;
    display: block;
    border: 1px solid #C9C9C9;
    padding: 20px;
  }
  #section-case .performance-setbox ul li section .box_copy .title {
    margin-bottom: 10px;
  }
  #section-case .performance-setbox .kigyou_group {
    margin-top: 5px;
    display: inline-flex;
  }
  #section-case .performance-setbox .box_copy span {
    margin-top: 10px;
  }
  #section-case p.sec-title {
    font-size: 24px;
    padding: 0 0 30px;
  }
}
/* 導入事例ページ　動画再生モーダル 追記 2023.12.12 #case
*-----------------------------------------------*/
.List_img {
  width: 100%;
  border: none;
  position: relative;
}
#case .List_img .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px #FFF solid;
  box-shadow: 3px 3px 9px rgba(200, 200, 200, 0.25);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  z-index: 9999;
}
#case .List_img .btn:hover {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#case .List_img .btn::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: bold;
  content: "\f04b";
  color: #FFF;
  right: 15px;
  font-size: 80%;
  line-height: 3.6;
}
@media screen and (max-width: 769px) {
  #case .List_img .btn {
    font-size: 14px;
  }
  #case .List_img .btn::before {
    right: 10px;
    line-height: 3.8;
  }
}
/* TOPページ　改修 追記 2024.1.4
*-----------------------------------------------*/
.section-top-recommended, .merit-intro.toppage, .section-contract-flow.toppage, .section-top-faq {
  background-color: #FAFAFA;
  padding: 60px 0;
  margin-bottom: -60px;
}
.section-top-tips {
  background-color: #FAFAFA;
  padding: 60px 0;
}
#section-case, .section-top-support {
  padding-top: 60px;
}
.section-top-faq {
  margin-top: 60px;
}
.section-top-support .sec-support-title {
  padding: 0 0 20px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.section-top-support .support-list-point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-top-support .support-list-point li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  width: 46%;
  height: 100px;
  margin: 0 0 20px;
  position: relative;
  border: 4px solid #FA9733;
  text-align: center;
}
.section-top-support .support-list-point li span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../../../img/biz/mobile/common/star.png) no-repeat center center;
  background-size: 65px;
  font-size: 12px;
  color: #FA3232;
  line-height: 1.1;
  font-weight: bold;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -35px;
  left: -35px;
  padding: 15px 0 0;
}
.section-top-support .support-list-point li h3 {
    font-size: 18px;
    line-height: 1.5;
}
.section-top-support .support-list-point li h3 span {
  display: contents;
  font-size: inherit;
}
.section-top-faq h2.sec-title {
  font-size: 32px;
  font-weight: bold;
  color: #A0D024;
  padding: 0 0 15px;
}
.section-top-faq p.sec-text {
  padding-bottom: 0;
}
@media screen and (max-width: 769px) {
  .section-top-recommended, .section-top-support, .section-top-introducing, .section-top-faq, .section-contract-flow.toppage {
    background-color: #ffffff;
    padding: 40px 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-top-tips {
    background-color: #ffffff;
    padding: 0;
  }
  .section-top-applications, #section-case {
    padding-top: 0;
  }
  .merit-intro.toppage {
    background-color: #ffffff;
  }
  .section-contract-flow.toppage {
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  #headline .section-contract-flow.toppage ul li {
    background-color: #FAFAFA;
  }
  .section-top-faq {
    margin-top: 0;
  }
  .section-top-support .sec-support-title {
    font-size: 21px;
  }
  .section-top-support .support-list-point {
    padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .section-top-support .support-list-point li {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
    padding: 20px;
    border: 4px solid #FA9733;
    font-size: 16px;
    line-height: 1.4;
  }
  .section-top-support .support-list-point li:last-child {
    margin: 0;
  }
  .section-top-support .support-list-point li span {
    top: -37px;
    left: -15px;
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .section-top-support .support-list-point li h3 {
    font-size: 16px;
  }
  #section-case .performance-setbox ul li section .box_ph .youtube-btn {
    font-size: 14px;
  }
  #section-case .performance-setbox ul li section .box_ph .youtube-btn::before {
    top: 0;
    right: 10px;
    line-height: 3.8;
  }
  #headline .section-top-introducing .introducing-list .introducing-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #headline .section-top-introducing .introducing-list .introducing-item:nth-child(5) {
    margin-bottom: 20px;
  }
  .section-top-introducing .introducing-list .introducing-item img {
    width: 100%;
    display: block;
    float: inherit;
    margin: 20px 0 0;
  }
}
.section-top-faq .hidden_box input {
  display: none;
}
.section-top-faq .hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.section-top-faq .hidden_box input:checked ~ label::after {
  transform: rotate(-45deg);
}
.section-top-faq .hidden_box input:checked ~ .hidden_show {
  padding-top: 15px;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .section-top-faq .hidden_box input:checked ~ label::after {
    top: -32px;
    right: -50px;
    color: #A0D024;
  }
}
.section-top-faq .q_caption {
  font-size: 21px;
  font-weight: bold;
  padding: 40px 70px 40px 40px;
  margin: 30px 0;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
}
.section-top-faq .q_caption:last-child {
  margin-bottom: 60px;
}
.section-top-faq .q_answer {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.section-top-faq .q_caption a.bottom10:link {
  text-decoration: underline;
}
.section-top-faq .q_caption_accent_overflow {
  font-size: 21px;
}
@media screen and (max-width: 769px) {
  .section-top-faq .q_caption {
    font-size: 16px;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-top-faq .q_caption:last-child {
    margin-bottom: 40px;
  }
  .section-top-faq .q_answer {
    width: 100%;
  }
  .section-top-faq .q_caption_accent_overflow, .section-top-faq.q_answer_accent_overflow {
    font-size: 16px;
    display: block;
    width: calc(100% - 40px);
    float: right;
  }
}
.section-top-faq .q_caption_accent, .section-top-faq .q_answer_accent {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin-right: 10px;
  border-radius: 50%;
  box-sizing: border-box;
}
.section-top-faq .q_caption_accent {
  padding: 0 6px;
  background-color: #1A8041;
}
.section-top-faq .q_answer_accent {
  padding: 0 7px;
  background-color: #A0D024;
}
.section-top-faq .hidden_box label {
  display: block;
  position: relative;
}
.section-top-faq .hidden_box label::after {
  position: absolute;
  transform: rotate(0deg);
  content: "╋";
  font-size: 21px;
  font-weight: bold;
  transition: all 0.3s;
  top: 0;
  right: -30px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .section-top-faq .hidden_box label::after {
    font-size: 17px;
    right: -25px;
  }
}
#page-link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
@media screen and (max-width: 769px) {
#page-link{
  grid-template-columns: repeat(2, 2fr);
  gap: 1px;
}
}
#case h2.sec-title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  padding: 0 0 15px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #case h2.sec-title {
    font-size: 21px;
  }
  .section-top-support, .merit-intro.toppage, .section-top-faq {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
  .section-top-recommended{
    margin-bottom: 0;
  }
}
.keyvisual-main .btn-common {
  width: 400px;
  display: block;
  position: absolute;
  top: 82%;
  left: 40%;
}
.keyvisual-main .btn-common a {
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.9);
}
.keyvisual-main .btn-common a span {
  font-size: 19px;
}
.keyvisual-main .btn-common a:hover {
  opacity: 0.9 !important;
}
@media screen and (max-width: 1440px) {
  .keyvisual-main .btn-common {
    left: 37%;
  }
}
@media screen and (max-width: 1050px) {
  .keyvisual-main .btn-common {
    top: 82%;
    left: 34%;
  }
}
@media screen and (max-width: 800px) {
  .keyvisual-main .btn-common {
    top: 80%;
    left: 29vw;
  }
}
@media screen and (max-width: 769px) {
  .keyvisual-main .btn-common {
    width: 82%;
    top: 87%;
    left: 9vw;
  }
  #mobile .keyvisual-main .btn-common.is-orange-bg a::before {
    right: 12px;
  }
}
@media screen and (max-width: 425px) {
  .keyvisual-main .btn-common {
    width: 82%;
    top: 87%;
    left: 9vw;
  }
}
@media screen and (max-width: 769px) {
  #biz #contents_news .caption {
    text-align: center;
    margin-bottom: 20px;
  }
  #biz #contents_news .tab_content_description a {
    text-decoration: underline;
  }
}
#mobile #tips .btn-common.is-green-bg a.line2-sp {
  line-height: 2.5;
}
#mobile #tips .btn-common.is-green-bg a.line2-sp::before {
  top: 10px;
}
@media screen and (max-width: 769px) {
  #mobile #tips .btn-common.is-green-bg a.line2-sp {
    padding: 4px 0;
    border-radius: 50px;
  }
  #mobile #tips .btn-common.is-green-bg a.line2-sp::before {
    top: 25px;
  }
}
#mobile .btn-common.is-orange-bg a {
  margin: 0;
  background-color: #FA9733;
  max-width: 500px;
  width: 100%;
  height: unset;
  padding: 4px;
}
#mobile ul.btn-box .btn-common.is-orange-bg a {
  max-width: 500px;
}
#mobile .btn-common.is-orange-bg a::before {
  position: absolute;
  padding: 4px;
  font-family: FontAwesome;
  font-weight: bold;
  content: "\f105";
  color: #FFF;
  font-size: 130%;
  right: 20px;
  top: 0;
}
@media screen and (max-width: 769px) {
  #mobile .btn-common.is-orange-bg a {
    max-width: unset;
    padding: 0;
  }
  #mobile ul.btn-box .btn-common.is-orange-bg a {
    margin: 0 auto;
    padding: 0;
  }
  #mobile .btn-common.is-orange-bg a::before {
    padding: 0 0;
    top: 0;
  }
}
#mobile #tips .btn-common.is-orange-bg a {
  margin: 30px 0 0;
}

 /* 2025.07.02 手動調整 */
/*　法人携帯導入後のサポート体制について  */
.about-support-list02 {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box
}
.about-support-list02 .item {
    position: relative;
    width: 45%;
    display: inline-grid;
}
.about-support-list02 .item:first-child {
    margin-right: 9%
}
.about-support-list02 .item:after {
    content: url(../../../img/biz/mobile/about/support/img_support_08.png);
    position: absolute;
    top: 50%;
    right: -135px;
    transform: translateY(-50%) translateX(-50%)
}
.about-support-list02 .item:last-child:after {
    content: none
}
.about-support-list02 .item span {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 10px
}
.about-support-list02 .item img {
    width: fit-content;
    display: block;
    margin: 30px auto 25px
}
.about-support-list02 .item p {
    text-align: center
}
@media print, (max-width: 1050px) {
.about-support-list .item-title {
    width:100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box
}
.about-support-list .item-title span {
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 0 auto
}
.about-support-list .item-title .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 0
}
.about-support-list .item-detail {
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box
}
.about-support-list02 {
    margin-bottom: 0
}
.about-support-list02 .item:first-child {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px
}
.about-support-list02 .item:last-child {
    width: 100%;
    display: block
}
}
/*　法人携帯テレニシ.bizの法人携帯導入実績  */
.section-contract-result ul {
    width: 100%;
    margin: 0;
    display: flex;
    border: 0
}
.section-contract-result ul li:first-child {
    width: 60%
}
.section-contract-result ul li {
    width: 37%;
    float: left;
    margin-right: 3%;
    padding: 0;
    list-style: none;
    position: relative
}
.section-contract-result ul li:last-child {
    margin-right: 0
}
.section-contract-result ul li img {
    width: 100%;
    height: auto
}
.section-contract-result ul li .sec-text {
    text-align: left
}
.section-contract-result .result-title-sub {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #1A8041
}
.section-contract-result .sec-text-sub {
    letter-spacing: 2px;
    font-weight: 400
}
@media screen and (max-width: 769px) {
    #headline .section-contract-result {
        margin-top:40px
    }
    .section-contract-result .sec-title,.section-contract-result .sec-text {
        margin-bottom: 0
    }
    .section-contract-result .sec-text {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .section-contract-result ul {
        display: table-cell
    }
    .section-contract-result ul li:first-child {
        width: 100%;
        margin-right: 0
    }
    .section-contract-result ul li {
        width: 100%
    }
    .section-contract-result ul li img {
        margin-bottom: 10px
    }
    .section-contract-result .result-title-sub {
        font-size: 16px;
        padding: 15px;
        margin-bottom: 15px
    }
}
/*　法人携帯お役立ち記事  */
.section-top-tips .top-tips-list {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    position: relative
}
.section-top-tips .top-tips-list.no-border {
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    margin-bottom: -30px
}
.section-top-tips .top-tips-list .new-tips-item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%
}
.section-top-tips .top-tips-list .new-tips-item-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}
.section-top-tips .top-tips-list .new-tips-item .item-detail {
    position: relative
}
.section-top-tips .top-tips-list .new-tips-item .item-detail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 50% 100%
}
.section-top-tips .top-tips-list .new-tips-item .new {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 3px 6px;
    background-color: #FA3232
}
.section-top-tips .top-tips-list .new-tips-item .item-detail a {
    display: inline-block;
    font-size: 14px
}
.section-top-tips .top-tips-list .new-tips-item .item-detail a:hover {
    opacity: .8
}
.section-top-tips .top-tips-list .new-tips-item-title {
    width: 76%
}
.section-top-tips .top-tips-list .new-tips-item-title h3 {
    font-size: 120%;
    display: inline-block;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}
.section-top-tips .top-tips-list .new-tips-item-title .update {
    margin-top: 0;
    font-size: 11px;
    text-align: right;
    font-weight: 400
}
.section-top-tips .top-tips-list-no-border {
    width: 100%;
    display: flex;
    box-sizing: border-box
}
.section-top-tips .top-tips-list-no-border .new-tips-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 4%
}
.section-top-tips .top-tips-list-no-border .new-tips-item h3 {
    font-size: 120%;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}
.section-top-tips .top-tips-list-no-border .new-tips-item .item-detail {
    position: relative
}
.section-top-tips .top-tips-list-no-border .new-tips-item .item-detail img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: 30% 100%
}
.section-top-tips .top-tips-list-no-border .new-tips-item .new {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 1.7;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
    background-color: #FA3232
}
.section-top-tips .top-tips-list-no-border .new-tips-item .item-detail a {
    display: inline-block;
    font-size: 14px
}
.section-top-tips .top-tips-list-no-border .new-tips-item .item-detail a:hover {
    opacity: .8
}
.section-top-tips .top-tips-list-no-border .new-tips-item-title {
    width: 50%
}
.section-top-tips .top-tips-list-no-border .new-tips-item-title h3 {
    font-size: 120%;
    display: inline-block;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}
.section-top-tips .top-tips-list-no-border .new-tips-item-title .update {
    margin-top: -28px;
    font-size: 11px;
    text-align: right
}
.section-top-tips .column-start-writing {
    font-size: 100%;
    font-weight: 400
}
@media only screen and (max-width: 769px) {
.section-top-tips .top-tips-list {
        display:inline-block;
        margin-bottom: 20px;
        border-bottom: none
}
.section-top-tips .top-tips-list .new-tips-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0
}
.section-top-tips .top-tips-list .new-tips-item .item-detail img {
        height: auto
}
.section-top-tips .top-tips-list .new-tips-item-title {
        width: 100%;
        line-height: 1.5
}
.section-top-tips .top-tips-list .new-tips-item-title h3 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.5
}
.section-top-tips .column-start-writing {
    margin-bottom: 5%
}
.section-top-tips .top-tips-list-no-border {
    display: inline-block
}
.section-top-tips .top-tips-list-no-border .new-tips-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0
}
.section-top-tips .top-tips-list-no-border .new-tips-item .item-detail img {
    height: 100px
}
.section-top-tips .top-tips-list-no-border .new-tips-item-title {
    width: 100%;
    line-height: 1.5
}
.section-top-tips .top-tips-list-no-border .new-tips-item-title h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.5
}
.section-top-tips .column-start-writing {
    display: none
}
.section-top-tips .top-tips-list .update {
    display: none
}
}
/*　法人携帯お知らせ箇所  */
#biz #contents_news {
    margin: 60px 0 0
}
#biz .tab_content {
    display: block;
    padding: 0
}
#biz #contents_news .caption {
    width: 100%;
    padding-bottom: 0;
    text-align: left
}
.c-txtsp span.biz_under,.c-txtsp_no span.biz_under {
    color: #ffffff;
    background-color: #116BC0;
    display: inline-block
}
@media screen and (max-width: 768px) {
#biz #contents_news {
    margin-top:40px
}
#biz #contents_news .caption {
    text-align: center;
    margin-bottom: 20px
}
}
/*　CTA（漫画訴求）箇所  */
.banner-mail.is-manga {
    min-height: 370px;
    padding: 0 45% 0 40px;
    border: 6px solid #FA9733;
    background: url(../../../img/biz/mobile/common/bg_banner_common_manga.webp) no-repeat right center;
    background-size: contain
}
@media screen and (max-width: 1200px) {
.banner-mail.is-manga {
    min-height:unset;
    padding: 40px 43% 40px 40px;
    background-size: 400px
}
.banner-mail .cv_manga {
    width: 100%;
    margin: 0 auto 15px
}
}
@media screen and (max-width: 1000px) {
.banner-mail.is-manga {
    min-height:unset;
    padding: 30px;
    background-image: none
}
}