@charset "utf-8";
body {
    font-family: Roboto, "Noto Sans JP", "Open Sans", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif !important;
}
#tipbox {
    position: absolute
}
#header {
    z-index: 1030;
}
#sidenav {
    z-index: 1022;
}
body.fixed #sidenav .inner {
    padding: 48px 0 0;
}
#footer ul h4 {
    color: #ffffff;
    border-bottom: #9b9b9b 1px solid;
    font-size: inherit;
}
@media print, screen and (min-width: 861px){
    #header {
        height: 114px;
    }
    body.fixed #header {
        height: 84px;
    }
    #footer .link li {
        font-size: 12.9px;
    }
}

/*JSを使いfixedクラスが付与された際の設定*/
  #header.fixed {
    position: sticky;
    z-index: 1030;
    top: 0px;
    left: 0;
}
#tipbox .inner {
    position: relative;
    color: white;
    background: #4d4d4d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}
#tipbox .inner:after {
    display: block;
    content: "";
    position: absolute;
    right: 7px;
    bottom: -14px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #4d4d4d;
    z-index: 1
}
/*New Style Added Allen.Bacani 10.15.2022*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
    font-family: Roboto, "Noto Sans JP", "Open Sans", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif !important;
}
.leadcopy {
  margin: 25px 0 0;
  color: #4d4d4d;
  font-size: 1.15em;
  /*text-align: center;*/
  line-height: 1.5em;
}
.pankuzu {
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 1;
    margin: 0 40px;
    font-size: 0.87em;
}
.location header {
  position: relative;
  height: 120px;
  background: #3e87c7 url(/assets/images/common/main_header_base.png) no-repeat center center;
  overflow: hidden;
}
.location header:before {
  background: url(/assets/images/common/main_header_image01.png) no-repeat center center;
  -webkit-animation: fluffy 3s infinite;
  -moz-animation: fluffy 3s infinite;
  -ms-animation: fluffy 3s infinite;
  animation: fluffy 3s infinite;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -575px;
  width: 1150px;
  height: 180px;
}
.location header::after {
  background: url(/assets/images/common/main_header_image02.png) no-repeat center center;
  -webkit-animation: fluffy 3.5s infinite alternate;
  -moz-animation: fluffy 3.5s infinite alternate;
  -ms-animation: fluffy 3.5s infinite alternate;
  animation: fluffy 3.5s infinite alternate;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -575px;
  width: 1150px;
  height: 180px;
}
.location header h1 {
  color: white;
  font-size: 37px;
  text-align: center;
  line-height: 121px;
}
#price_table, #cost-performance, #q-and-a {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    content: "";
}
#plan-details {
    display: block;
    height: 1rem;
    margin-top: -1rem;
    content: "";
}
@media print, screen and (min-width: 861px){
    #nav .main li a:after {
        bottom: -8px;
    }
    body.fixed #nav .main li a:after {
        bottom: -8px;
    }
}
#nav .main .sub_menu {
    margin-top: 8px;
}
#nav .main .price_func .sub_menu {
    margin-top: 8px;
}
#nav .main .price_func li {
}
#nav .main .sub_menu2 {
    margin-top: 8px;
}
#nav .main li ul li {
    width: 330px;
    height: 50px;
}
#nav .main li .sub_menu2 ul li.sub_menu_each {
    width: 250px;
}

#nav .sub_menu2 {
    width: 250px;
}
#nav .sub_menu3, #nav .sub_menu4 {

}
#nav .main .support .sub_menu3 {
    width: 210px;
}
#nav .main .news li {
    width: 190px;
}
#nav .price_func .sub_menu {
    width: 375px;
}
.h2-main {
    padding: 0;
    min-height: auto;
    font-size: 2em;
    text-align: center;
    color: #4d4d4d;
}
.h2-sub {
    font-size: .6em;
    line-height: 1.8em;
    padding-top: 0.8em;
    color: #4d4d4d;
}
.th-main {
    font-size: 1em;
}
.th-sub {
    font-size: 1em;
}
.btn-price-blue span {
    display: inline-block;
 }
 .btn-price-blue {
    margin: 0 8px;
}
@media print, screen and (min-width: 861px) and (max-width: 1140px){
    #header {
        height: 116px;
    }
    body.fixed #header .logo img {
        height: 36px;
        top: 0px;
    }
    body.fixed #header .logo {
        padding: 9px 0;
    }
    body.fixed #nav .main {
        right: 286px;
    }
    body.fixed #header {
        height: 87px;
    }
    #nav .main .sub_menu, #nav .main .sub_menu1, #nav .main .sub_menu2, #nav .main .sub_menu3, #nav .main .sub_menu4, #nav .main .sub_menu5 {
        margin-top: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
.th-sub {
    height: 50px;
}
}

.th-small {
    font-size: 0.7em;
}
th.border {
    border-left: 1px solid #dee2e6!important;
}
.text-right {
    text-align: right!important;
    right: 12px;
    position: relative;
}
.text-blue {
    color: #4390b4;
}
.price-h2 {
    font-size: 1.5em;
}
.bg-blue {
    background: #4390b4;
}
.bg-grey {
    background: #989898;
}
.plan-type{
    font-weight: bold!important;
    padding-top: 8px;
}
.btn-price-blue {
    background: #3c95c1 !important;
    border: 1px solid #3c95c1 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: .8rem !important;
}
.btn-price-blue:hover {
    background: #ffffff !important;
    border: 1px solid #3c95c1 !important;
    color: #3c95c1 !important;
}
.btn-price-l {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 0.5rem 1rem !important;
}
.fs-small {
    font-size: 14px;
}
.fs-xs {
    font-size: 12px;
}
.blue-list {
    text-align: left;
    font-size: 14px;
    position: relative;
    margin: 1rem !important;
    padding-left: 2.6rem;
}
.blue-list li {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #5e5e5e;
}
.blue-list li:last-child {
    margin-bottom: 0;
}
.blue-list li:before {
  content: '';
  position: absolute;
  left: 10px;
  background: url(/assets/images/price/check_blue.svg) no-repeat;
  width: 20px;
  height: 100%;
}
.d-block {
    display: block !important;
    font-weight: 400;
    color: #333333;
}
.svg-check {
    width: 1.4rem;  
    max-width: 1.4rem;
}
.btn-download,
.btn-calculate,
.btn-support {
  padding:15px 30px !important;
  color: #fff !important;
  border-radius: 100px !important;
  font-size: 15px;
  font-weight: 700;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center !important;
  width: 36%;
}
.btn-download {
  background: #3c95c1 !important;
  color: #fff !important;
  border: 1px solid #3c95c1 !important;
  margin: 0.5em;
}
.btn-download:hover {
  background: #fff !important;
  color: #3c95c1 !important;
  text-decoration: none !important;
}
.btn-calculate {
    margin: 0.5em;
    background: #e65549 !important;
  border: 1px solid #e65549 !important;
}
.btn-calculate:hover {
  background: #fff !important;
  color: #e65549 !important;
  text-decoration: none !important;
}
.btn-support {
    margin: 0.5em;
    background: #e65549 !important;
  border: 1px solid #e65549 !important;
}
.btn-support:hover {
  background: #fff !important;
  color: #e65549 !important;
  text-decoration: none !important;
}
.support h2 {
  font-size: 1.75em;
  text-align: center;
}
.sticky-top {
    top: 84px!important;
}
@media only screen and (max-width: 860px){
    .sticky-top {
        top: 76px!important;
    }
}
@media only screen and (max-width: 767px){
    .sticky-top {
        top: 47px!important;
    }
    .btn-support {
        width: auto;
      }
}
thead.sticky-top:after {
  content: '';
  display: block;
  width: 100%;
  height: 1.6px;
  position: absolute;
  background: #000000;
}
.tb-text-center tr td:nth-child(2),
.tb-text-center tr td:nth-child(3) {
  text-align: center;
}
.tb-title {
  background: #e5e5e5 !important;
  border-top: 2px solid #b2b2b2 !important;
  border-bottom: 2px solid #b2b2b2 !important;
}
tbody .ps-4indent {
    padding-left: 3rem!important;
}
.CostInner h2 {
  margin-bottom: 36px;
  font-size: 1.5em;
  line-height: 1.5;
}
.CostInner h2:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.45em;
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.6em;
  background: url(/assets/images/index/icon_cost.png) no-repeat center center;
  background-size: auto 100%;
}
.CostInner h2 + p {
  margin-bottom: 1.75em;
}
.cost-trial dt {
  display: inline-block;
  width: 60%;
  padding: 10px 0;
}
.cost-trial dd {
  display: inline-block;
  width: 40%;
  padding: 10px 0;
  text-align: left;
}
.cost-trial dt.cost-trial-adjust {
  width: 30%;
}
.cost-trial dt.cost-trial-adjust + dd {
  width: 30%;
  padding-right: 0em;
}
.cost-trial dd fieldset {
  display: inline-block;
  position: relative;
  float: left;
  top: -0.6em;
  min-width: 100px;
  min-height: 2.3em;
  margin: 0 1em 0 0;
  padding: 0;
  border: 0;
  border-bottom: #ccc 1px solid;
}
.cost-trial dd fieldset:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 5px;
  background: #ccc;
}
.cost-trial dd input[type='text'] {
  width: 6em;
  margin: 0;
  padding: 7px;
  border: 0;
  line-height: 1.0;
  font-size: 1.2em;
  text-indent: 0.5em;
  background: transparent;
  outline: 0;
}
.cost-trial dd fieldset span {
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 2;
  width: 0;
  height: 2px;
  background: #4970bf;
  box-shadow: 0px 1px 8px 0px rgb(42 169 142 / 50%);
  transition: 0.3s;
}
.cost-trial dd fieldset:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 5px;
  background: #ccc;
}
.cost-view-wrapper {
  float: left;
  width: 45%;
  min-width: 486px;
}
.cost-view {
  position: relative;
}
.cv-col {
  display: table;
  position: relative;
}
.cv-circle {
  position: absolute;
  z-index: 1;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
}
.cv-circle:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: #f0f0f0 10px solid;
}
.cv-result {
  display: table-cell;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  text-align: center;
  vertical-align: middle;
}
.cv-value {
  margin-bottom: 0.5em;
  font-size: 1.6em;
  font-weight: 600;
}
.cv-unit {
  font-size: 0.7em;
}
.cv-price {
  float: left;
  width: 50%;
  text-align: center;
}
.cv-time {
  float: left;
  width: 50%;
  text-align: center;
}
.cost-view + p {
  position: relative;
  z-index: 2;
  margin-top: 1em;
  text-align: center;
}
.btn.secondary {
  color: #fff;
  background: #4970bf;
}
.faq-border {
  border: 2px solid #005d8a !important;
  border-radius: 4px !important;
}
.question {
font-weight: 700!important;
color: #005d8a;
font-size: 1.3em;
}
h3.question {
    margin-bottom: 0;
}
.question-icon {
  background: #005d8a;   
  padding: 10px 20px;
  margin-right: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
}
.mb-5 .rounded {
    border-radius: 0!important;
}
/*.answer {
  font-weight: 700;
}*/
.answer-icon {
  border:2px solid #4390b4;   
  padding: 1px 13px;
  margin-right: 22px;
  margin-left: 6px;
  border-radius: 100%;
  color: #4390b4;
  font-weight: 500;
  font-size: 1.6rem;
}
.container .rounded-top {
    border-top-left-radius: 0.5rem!important;
    border-top-right-radius: 0.5rem!important;
}
@media (min-width: 1200px)
.h4, h4 {
    font-size: 1.7rem;
}
@media print, screen and (min-width:768px) {
    .tipbox {
        margin: -4px 0 0 36px;
        padding: 0 0 30px;
        width: 400px
    }
    .tipbox .inner {
        padding: 10px 15px;
        width: 370px;
        color: white;
        font-size: 0.9em;
        line-height: 1.5em
    }
    #table_mobile {
        display: none
    }
    .support {
        background-color: #fff
    }
    .basic-beige {
        background: #c8b175;
        height: 100px;
        border-left: 1px solid #f5f3f0
    }
    .pro-red {
        background: #78282a;
        height: 86px !important;
        border-left: 1px solid #f5f3f0
    }
    .basic-beige, .pro-red {
        width: 33% !important;
    }
    .basic-lightbeige {
        background: #f5f1e6;
        height: 55px !important;
        color: #78282a;
        font-weight: 600;
        border-left: 1px solid #f5f3f0;
        padding-top: 5px
    }
    .pro-lightred, .entr-lightred {
        background: #eedede;
        color: #78282a;
        font-weight: 600;
        border-left: 1px solid #f5f3f0;
        padding-top: 5px
    }
    .id_min {
        font-size: 0.7em;
        display: block;
        color: #4d4d4d;
        font-weight: 300;
        padding-top: 0px;
    }
    .yen-l {
        font-size: 2em
    }
    .yen-s {
        font-size: 2em
    }
    .zero-yen {
        font-size: 3em
    }
    .san-go-hyaku-yen {
        font-size: 2.2em
    }
    .hyaku-yen {
        font-size: 2em
    }
    .light-bg p {
        font-size: 1em;
        padding-top: 6px
    }
    .tax-include {
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 34px;
    }
    #price-table {
        background: #fff;
        text-align: center;
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto;
        table-layout: fixed
    }
    #price-table .no-bg {
        background: #f5f3f0
    }
    #price-table th {
        vertical-align: middle;
        line-height: 1.4em
    }
    #price-table .even_bg_color {
        background: #fbfaf8;
    }
    #price-table .border_right {
        border-right: 1px solid #fff;
    }
    #price-table .ver_th {
        max-width : 20px;
    }
    #price-table .button {
        padding: 16px 16px;
        margin: 21px 16px
    }
    .table_each_div {
        font-weight: 400;
        font-size: 0.8em
    }
    .th-left {
        text-align: left;
        padding: 9px 15px;
        font-size: 1.15em;
        width: 30%;
    }
    .vertical_span {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .th-sub-sub {
        border-bottom: #fff 1px solid;
        border-right: #fff 1px solid;
    }
    .vertical_sub_decr {
        vertical-align: middle;
        line-height: 2.4em!important;
        letter-spacing: 0px!important;
        padding: 0.4em;
    }
    .th-s {
        font-size: 0.8em
    }
    .red-font {
        color: #78282a;
        font-weight: 600;
        font-size: 1.15em
    }
    #price-table td {
        vertical-align: middle;
        height: 55px;
        font-size: 1.15em;
        line-height: 1.4em;
        border-left: 1px solid #d49799;
    }
    #price-table .border_bottom {
        border-bottom: 1px solid #fff;
    }
    .table-title-l {
        font-size: 2em;
        font-weight: 600;
        color: #fff
    }
    .table-title-sub {
        font-size: 0.5em;
        line-height: 1.45em;
        padding-bottom: 0.4em;
    }
    .col2-border {
        border-left: 1px solid #dee2e6!important;
        vertical-align: middle;
    }
    .normal_font_s {
        font-size: 1em;
        font-weight: 400;
        color: #4d4d4d
    }
    #option-title {
        background: #f0e6c9;
        height: 83px !important;
        color: #78282a;
        font-size: 2em;
        font-weight: 600
    }
    .group-bg {
        background: #f5f1e6;
        color: #78282a;
        font-size: 2em;
        font-weight: 600
    }
    .border-bottom {
        border-bottom: 1px solid #d49799;
        height: 46px !important
    }
    .comments {
        text-align: right;
        padding: 5px 0
    }
    .comments p {
        line-height: 1.5em;
        font-size: 1.1em;
        margin-top: 16px
    }
    .arrow_box {
        position: relative;
        top: -86px;
        background: #fff;
        border: 2px solid #78282a;
        border-radius: 35px;
        color: #78282a;
        font-size: 18px;
        padding: 8px;
        width: 146px;
        margin-left: auto;
        margin-right: auto
    }
    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 66%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }
    .arrow_box:after {
        top: 100%;
        left: 67%
    }
    .arrow_box:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 18px 0 0px;
        border-color: #ffffff transparent transparent transparent
    }
    .arrow_box:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 23px 0 0px;
        border-color: #78282a transparent transparent transparent
    }
    .th_arrow {
        margin: -64px auto -12px
    }
    .checkmark1 {
        float: left;
        padding: 16px 22px 0 53px
    }
    .group_desc {
        float: left
    }
    .signup_inner {
        width: 100%;
        position: relative
    }
    #price .support {
        padding: 70px 0 120px
    }
    #price .tips {
        display: block;
        top: 50%;
        right: 24px;
        margin: -21px 0px 0px 300px;
        width: 24px;
        height: 24px;
        background: url('/assets/images/price/icon_guide.png') no-repeat;
        cursor: pointer;
        -webkit-background-size: 48px 24px;
        -moz-background-size: 48px 24px;
        -ms-background-size: 48px 24px;
        background-size: 48px 24px
    }
    #price .tips:hover, #price .tips.on {
        background-position: -24px 0
    }
    .vertical {
        /*-ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;*/
        margin: 0 auto;
        /*white-space: nowrap;*/
        line-height: 3em;
        text-orientation: upright;
        width: 32px;
        letter-spacing: 2px;
    }
    .vertical_detail {
        margin-bottom: 0px;
    }
    .small_bl {
        font-size: 1rem;
        color: #4d4d4d;
        font-weight: 400;
        writing-mode: horizontal-tb;
        margin-top: -25px
    }
    .see_detail:after {
        content: "";
        right: -4px;
        margin: -7px -17px 0;
        width: 7px;
        height: 13px;
        background: url('../images/common/icon_narrow_arrow01_blue.png') no-repeat;
    }
    .o365_see_detail {
        padding-top: 6px;
        padding-bottom: 0px;
    }
    .see_detail a.arrow:after {
        right: -14px;
        margin: -7px 0 0;
        width: 9px;
        height: 14px;
        background: url('/assets/images/common/icon_arrow01.png') no-repeat;
    }
    .tipbox .inner {
        width: 220px
    }
    .tipbox {
        margin: -4px 0 0 178px
    }
    table#price-table tr:hover {
        background-color: #faf8f5
    }
    tr.tr_no_hover:hover {
        background-color: #fff !important
    }
    .no_br {
        display: none
    }
    #price .support {
        margin: auto;
        max-width: 1010px
    }
    #price .support .inner {
        margin: 0 25px
    }
    #price .support h2 {
        font-size: 1.75em;
        text-align: center
    }
    #price .support .leadcopy {
        margin: 25px 0 0;
        color: #4d4d4d;
        font-size: 1.15em;
        text-align: center;
        line-height: 1.5em
    }
    #price .support .menus {
        margin: 45px 0 0
    }
    #price .support .menus li {
        float: left;
        width: 33.33%
    }
    #price .support .menus li a {
        display: block;
        color: #333333;
        border-right: 1px solid #e0e0e0
    }
    #price .support .menus li:last-child a {
        border-right: 0
    }
    #price .support .menus li a:hover {
        text-decoration: none!important;
    }
    #price .support .menus li span {
        display: block
    }
    #price .support .menus figure {
        height: 120px;
        text-align: center;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out
    }
    #price .support .menus li a:hover figure {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    #price .support .menus .label {
        font-size: 1.4em;
        font-weight: 500;
        text-align: center
    }
    #price .support .menus .summary {
        margin: 20px 30px 0;
        color: #4d4d4d;
        line-height: 1.85em
    }
    #price .support .menus .link {
        margin: 20px 0 0;
        color: #4970bf;
        font-size: 1em;
        text-align: center
    }
    #price .support .menus li a:hover .link {
        text-decoration: underline
    }
}

@media screen and (min-width:768px) and (max-width:1239px) {
    #price-table {
        table-layout: fixed
    }
    #price-table .table_yen_div {
        padding: 5px 5px 5px 10px
    }
    .table-title-l {
        font-size: 1.8em;
        font-weight: 600;
        color: #fff
    }
    .arrow_box {
        right: 7px
    }
    #price .tips {
        margin: 10px 0
    }
    .group_desc {
        float: none;
        padding-top: 10px
    }
    .checkmark1 {
        float: none;
        padding: 0
    }
    .no_br {
        display: inherit
    }
    .tipbox {
        margin: -40px 0 0 390px
    }
    #tipbox .inner:after {
        right: 218px
    }
}

@media screen and (min-width:844px) and (max-width:1239px) {
    .arrow_box {
        right: 10px
    }
}
@media only screen and (max-width:767px) {
    .tipbox {
        margin: -4px 0 0 36px;
        padding: 0 0 30px;
        width: 240px
    }
    .tipbox .inner {
        padding: 10px 15px;
        width: 210px;
        color: white;
        font-size: 0.85em;
        line-height: 1.5em
    }
    .tipbox .inner:after {
        display: block;
        content: "";
        position: absolute;
        right: 14px;
        bottom: -20px;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-top: 14px solid #4d4d4d;
        z-index: 1
    }
    #price table th, td {
        vertical-align: middle;
        line-height: 1.8em
    }
    #price table .th-sub-sub-sp {
    background: #f5f1e6;
    font-size: 1.2em;
}
    #price table th {
        width: 60%;
    }
    #price table td {
        border-bottom: solid 1px #ccc;
        background-color: #fff;
        padding: 20px;
        text-align: center
    }
    .white-bottom-border {
        border-bottom: solid 1px #fff !important
    }
    #price table td.button_in {
        background-color: transparent;
        border-bottom: solid 1px #f5f3f0;
        padding: 8px
    }
    #price table {
        width: 100%
    }
    #price a.button {
        padding: 20px
    }
    #table_pc {
        display: none
    }

    .table_each_div {
        padding-bottom: 0.4em;
        font-weight: 400;
        font-size: 0.8em
    }
    .basic-beige {
        background: #c8b175;
        padding: 20px
    }
    .pro-red, .entr-red {
        background: #78282a;
        padding: 20px
    }
    .basic-lightbeige {
        background: #f5f1e6;
        padding: 30px 20px 20px 20px;
        color: #78282a;
        font-weight: 600;
        padding-top: 30px
    }
    .pro-lightred, .entr-lightred {
        background: #eedede;
        padding: 20px;
        color: #78282a;
        font-weight: 600;
        padding-top: 30px
    }
    .yen-l {
        font-size: 2em
    }
    .yen-s {
        font-size: 2em
    }
    .zero-yen {
        font-size: 3.3em
    }
    .san-go-hyaku-yen {
        font-size: 2.4em
    }
    .hyaku-yen {
        font-size: 2em
    }
    .font-bold {
        font-weight: 600
    }
    .light-bg p {
        font-size: 1em;
        padding-top: 6px
    }
    #price-table {
        background: #fff;
        text-align: center;
        margin-top: 86px
    }
    #price-table .no-bg {
        background: #f5f3f0
    }
    #price-table th {
        vertical-align: middle;
        height: 55px;
        line-height: 1.4em
    }
    #price-table .button {
        padding: 16px 16px;
        margin: 21px 16px
    }
    .th-left {
        text-align: left;
        padding: 20px;
        font-size: 1em;
        background-color: #fff
    }
    .th-s {
        font-size: 0.7em;
        display: inline-block;
    }
    .red-font {
        color: #78282a;
        font-weight: 600;
        font-size: 1.15em
    }
    .linebreak {
        display: inline-block;
    }
    #price-table td {
        vertical-align: middle;
        height: 55px;
        font-size: 1.15em;
        line-height: 1.2em
    }
    .table-title-l {
        font-size: 2em;
        font-weight: 600;
        color: #fff
    }
    .table-title-sub {
        font-size: 0.6em;
        line-height: 1.45em;
        padding-top: 0em
    }
    .normal_font_s {
        font-size: 1em;
        font-weight: 400;
        color: #4d4d4d
    }
    #mobile_option_basic td#option-title {
        background: #f0e6c9;
        padding: 20px;
        color: #78282a;
        font-size: 2em;
        font-weight: 600;
        text-align: center
    }
    .group-bg {
        background: #f5f1e6;
        color: #78282a;
        font-size: 1.8em;
        font-weight: 600;
        width: 20%
    }
    .border-bottom {
        border-bottom: 1px solid #ccc
    }
    .border-left {
        border-left: 1px solid #ccc
    }
    .comments {
        text-align: right;
        padding: 5px 0
    }
    .comments p {
        line-height: 1.5em;
        font-size: 1.1em;
        margin: 20px
    }
    .arrow_box {
        position: relative;
        top: -92px;
        background: #fff;
        border: 2px solid #78282a;
        border-radius: 42px;
        color: #78282a;
        font-size: 18px;
        padding: 4px;
        width: 150px;
        margin-left: auto;
        margin-right: auto
    }
    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 66%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }
    .arrow_box:after {
        top: 100%;
        left: 67%
    }
    .arrow_box:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 18px 0 0px;
        border-color: #ffffff transparent transparent transparent
    }
    .arrow_box:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 23px 0 0px;
        border-color: #78282a transparent transparent transparent
    }
    .th_arrow {
        margin: -68px auto -12px
    }
    .th_arrow2 {
        margin: 5px
    }
    .group_desc {
        padding-top: 10px;
        font-size: .8em
    }
    .border-left-mobile {
        border-left: solid 1px #ccc
    }
    #price .support {
        padding: 70px 0 120px
    }
    #price .tips {
        display: block;
        top: 50%;
        right: 24px;
        margin: 5px 0 0 0;
        width: 24px;
        height: 24px;
        background: url('/assets/images/price/icon_guide.png') no-repeat;
        cursor: pointer;
        -webkit-background-size: 48px 24px;
        -moz-background-size: 48px 24px;
        -ms-background-size: 48px 24px;
        background-size: 48px 24px
    }
    .vertical {
        /*-ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;*/
        margin: 0 auto;
        white-space: nowrap;
        width: 1.9em;
        line-height: 2em;
        text-orientation: upright
    }
    .small_bl {
        font-size: 1rem;
        color: #4d4d4d;
        font-weight: 400;
        writing-mode: horizontal-tb;
        margin-top: -25px
    }


    .tipbox .inner {
        width: 194px
    }
    .tipbox {
        margin: 80px 0 0 237px
    }
    #tipbox .inner:after {
        right: 200px
    }
    table#price-table tr:hover {
        background-color: #faf8f5
    }
    tr.tr_no_hover:hover {
        background-color: #fff !important
    }
    .tax-include {
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 15px;
        margin-bottom: 14px;
        font-size: 0.8em;
    }
    #price .support {
        padding: 0 0 70px
    }
    #price .support .inner {
        margin: 45px 25px
    }
    #price .support h2 {
        font-size: 1.5em;
        text-align: center
    }
    #price .support .leadcopy {
        margin: 12px 40px 0;
        color: #4d4d4d;
        font-size: 0.95em;
        text-align: center;
        line-height: 1.5em
    }
    #price .support .menus {
        margin: 20px 0 0;
        border-bottom: 1px solid #e0e0e0
    }
    #price .support .menus li {
        border-top: 1px solid #e0e0e0
    }
    #price .support .menus li a {
        display: block;
        position: relative;
        color: #333333;
        padding: 20px 0 15px
    }
    #price .support .menus li a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        margin: -6px 0 0;
        width: 7px;
        height: 12px;
        background: url('../images/common/icon_arrow02.png') no-repeat;
        -webkit-background-size: 7px 12px;
        -moz-background-size: 7px 12px;
        -ms-background-size: 7px 12px;
        background-size: 7px 12px
    }
    #price .support .menus li span {
        display: block
    }
    #price .support .menus figure {
        position: absolute;
        top: 20px;
        left: 0;
        width: 65px;
        text-align: center
    }
    #price .support .menus figure img {
        width: 31px;
        height: auto
    }
    #price .support .menus li:first-child figure img {
        width: 40px;
        height: auto
    }
    #price .support .menus .label {
        margin: 0 48px 0 65px;
        font-size: 1em;
        font-weight: 500
    }
    #price .support .menus .summary {
        margin: 8px 48px 0 65px;
        color: #4d4d4d;
        font-size: 0.7em;
        line-height: 1.65em
    }
    #price .support .menus .link {
        display: none
    }
}
/* 20190425add */
#submain {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.th-subHead {
    padding: 15px 0;
    border-top: #78282a 0 double;
    border-bottom: #78282a 0 double;
    color: #78282a;
    font-size: 1.2rem;
    font-weight: bold;
    background: #e8e8e8;
}
.dev_mark {
    border:1px solid #bbb;
    border-radius: 4px;
    color: #808080;
    font-size: 0.6em;
    display: inline-block;
    padding: 0px 6px;
    margin-left: 14px;
}
.container a {
    color: #3c95c1;
    text-decoration: none!important;
}
.container a:hover {
    color: #3c95c1;
    text-decoration: underline!important;
}
.container a:visited {
    color: #3c95c1;
    text-decoration: none!important;
}
.container .table tbody a {
    color: #333;
    text-decoration: none!important;

}
.container .table tbody a:hover {
    text-decoration: underline!important;
}

.container a:hover.btn  {
    text-decoration: none!important;
}
.pro-plan-limit {
    border: transparent;
}
.container .table tbody a.arrow, .container .table tbody a.blank {
    position: relative;
}
.container .table tbody a.arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -18px;
    width: 9px;
    height: 14px;
    background: url('/assets/images/common/icon_arrow01.svg') no-repeat;
}

/* #price .signup .signup_inner ul { margin:0 0 !important;  padding:0 10px !important; }
    #price .outline .signup { margin-top:15px !important; margin-bottom:0 !important; }
    #price .support { padding-bottom:20px !important; }*/

@media (min-width:768px) {
    .th-subHead {
        padding: 15px 10px;
        color: #78282a;
        font-size: 1rem;
        font-weight: 600;
        background: #e2dbdb;
    }
    .th-subHead-basic {
        padding: 15px 12px;
        color: #4d4d4d;
        font-size: 1rem;
        font-weight: 600;
        background: #e8e8e8;
    }
    .viewDetail {
        padding-left: 0em;
        padding-top: 1em;
        font-size: 0.8rem;
    }
    /*#price .signup .signup_inner ul { margin:52px auto 83px !important;  padding:0 10px !important; }
    #table_mobile + .signup li:last-child a { width:400px !important; }*/
}

@media screen and (min-width:768px) and (max-width: 960px) {
div#price_cv {
    margin-top: -3em;
}
#price .btnmore{
    margin-top: 40px;
}
#price .btnmore a{
    padding: 20px 0px;
    display: block;
    background: none;
    border-radius: 100px;
    font-size: 15px;
    color: #252525;
    border: 1px solid #252525;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration:none;
}
#price .btnmore a:hover{
    background: #3c95c1;
    border: 1px solid #3c95c1;
    color: #fff;
    text-decoration:none;
}
@media only screen and (max-width: 740px){
    #price .btnmore a{
        width: 90%;
        max-width: none;
    }
}
/* vertical texts */
.sideways {
    text-orientation: sideways;
display: inline-block;
font-size: 0.8em;
height: 0.8em;
text-align: center;
width: 0.8em;
vertical-align: revert;
}
/* Firefox */
@-moz-document url-prefix(){
    .th-subHead {
    width: 35px;
    }
    .vertical_span {
        display: block;
        padding-top: 10px;
        width: 24px;
    }
    .vertical_multi {
        width: 26px;
    }
    .vertical_sub_decr {
        width: 34px;
    }
}
/* IE11 */
@media all and (-ms-high-contrast:none) {
    .vertical_span {
        padding-top: 10px;
    }
    .pankuzu {
        white-space: nowrap;
    }
    .pankuzu li {
        display: flex;
    }
    .id_ver {
        -ms-text-combine-horizontal: all;
        padding-bottom: 4px;
        margin-top: -4px;
    }
}
/* Edge */
@supports (-ms-ime-align:auto) {
    .vertical_span {
        padding-top: 10px;
    }
    .id_ver {
        text-combine-upright: all;/* 「ID」の縦書き */
        padding-bottom: 4px;
        margin-top: -4px;
    }
}

@media only screen and (max-width:420px ) {
  .btn-download,
  .btn-calculate,
  .btn-support {
    width: 100%;
  }
}
.mb-3 {
    margin:0.5em;
}
@media print, screen and (min-width: 768px){
#price .support .menus li a {
    display: block;
    color: #333333;
    border-right: 1px solid #e0e0e0;
}
#price .support .menus .label {
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
}
#price .support .menus .summary {
    margin: 20px 30px 0;
    color: #4d4d4d;
    line-height: 1.85em;
}
#price .support .menus a {
    list-style: none;
    text-decoration: none;
    font-size: 14px;
}
}