@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #363636;
}
a{
    color: #800000;
    transition: .4s;
}
a:hover{
    text-decoration: none;
    color: #94cf51;
}
.clear{
    clear: both;
}

.pankuzu2{
    width: 300px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}


/*---------------------- 横幅が768px以上の場合に適用 ----------------------*/
@media all and (min-width: 768px){
#contents{
    position: relative;
    max-width: 1000px;
    margin: 20px auto 0 auto;
}
.page_title{
    font-size: 37px;
    margin: 0 0 30px 0;
    color: #555555;
}
#data_title{
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 23px;
    line-height: 32px;
    border-bottom: 1px solid #aaaaaa;
}
.rwd{
    text-align: center;
    font-size: 20px;
    margin: 0 15px 20px 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
}

/*----- header -----*/
header{
    top:0px;
    width: 100%;
    height: 60px;
    background: #ffffff;
    z-index: 999999;
    position: fixed;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
}
#logo{
    float: left;
    margin: 12px 0 0 30px;
}
#header_r_top{
    float: right;
    margin: 0 30px 0 0;
}
#header_r_top a:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#header_r_est{
    display: block;
    background: #B00000;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    float: right;
    margin: 0 5px 0 0;
    transition: .4s;
}
#header_r_con{
    display: block;
    background: #94cf51;
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    float: right;
    transition: .4s;
}
#header_r_top img{
    float: right;
    margin: 4px 10px 0 0;
}
#header_r_text{
    float: right;
    margin: 6px 10px 0 0;
    font-size: 11px;
    color: #6E6E6E;
}

.slidemenu{
    display: none;
}

.dropmenu{
    float: right;
    *zoom: 1;
    list-style-type: none;
    margin: 5px auto 5px auto;
    padding: 0;
    margin: -17px 30px 0 0;
}
.dropmenu:before, .dropmenu:after{
    content: "";
    display: table;
}
.dropmenu:after{
    clear: both;
}
.dropmenu li{
    position: relative;
    float: left;
    margin: 0 20px;
    padding: 0;
    text-align: center;
}
.dropmenu li a{
    display: block;
    margin: 0;
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
    color: #363636;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    transition: .4s;
}
.dropmenu li ul{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.dropmenu li ul li{
    width: 130px;
}
.dropmenu li ul li a{
    padding: 8px 8px;
    margin: 1px 0 0 -20px;
    background: #B00000;
    text-align: left;
    color: #ffffff;
}
.dropmenu li ul li a:hover{
    background: #71758E;
    color: #ffffff;
}
.dropmenu li:hover > a{
    color: #94cf51;
}
.dropmenu li a:hover{
    color: #94cf51;
}
.dropmenu li:last-child ul{
  left: -70px;
  width: 120px;
}

#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

#menu_res,
.slidemenu{
    display: none;
}

/*----- パンくずリスト -----*/
#breadcrumb {
    width: 100%;
    margin: 60px 0 0 0;
    background: #f4f4f4;
}
#breadcrumb ul {
    list-style: none;
}
#breadcrumb ul li {
    display: inline;
}
#breadcrumb ul li a {
    float: left;
    height: 28px;
    line-height: 28px;
    background: #dddddd;
    text-align: center;
    padding: 0 20px 0 30px;
    position: relative;
    margin: 0 5px 0 5px;
    font-size: 13px;
    text-decoration: none;
    color: #555555;
}
#breadcrumb ul li a:before {
    content: "";
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
}
#breadcrumb ul li a:after {
    content: "";
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #dddddd;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
    transition: .4s;
}
#breadcrumb ul li:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0 30px 0 32px;
    margin: 0 0 0 -40px;
}
#breadcrumb ul li:first-child a img{
    margin: -2px 0 0 0;
}
#breadcrumb ul li:first-child a:before {
    display: none;
}
#breadcrumb ul li a:hover {
    background: #cccccc;
}
#breadcrumb ul li a:hover:after {
    border-left-color: #cccccc;
}
#breadcrumb_home{
    margin: 7px 0 0 0;
}



/* ----------------------------------------------
   トップページ
------------------------------------------------- */
#top_image {
    width: 100%;
    min-width: 768px;
    height: 660px;
    background: url("../images/top.jpg") no-repeat;
    background-position: center center;
    background-size: 100%;
}
.smf_top_image{
    display: none;
}
.ticker_smf{
    display: none;
}
#top_image_in {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}
#top_movie{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
    z-index: 800;
}
#movie_top_text{
    background-color: #B00000;
    color: #FFFFFF;
    width: 448px;
    padding: 3px 0;
    margin: 0 0 10px 0;
    text-align: left;
}
#movie_top_iframe{
    text-align: left;
}
#new_top_detail{
    float: left;
    margin: 0 20px 0 7px;
}
#slide_navi{
    width:1000px;
    margin: 10px 0 0 0;
}
#smf_movie_top_text{
    display: none;
}
#smf_movie_top_iframe{
    display: none;
}

#top_text{
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    margin: 65px 0 0 0;
}
#top_midle_text{
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 23px;
}
.naisen_image{
    display: block;
    margin: 40px auto 0 auto;
    width: 1000px;
}
.top_sub_frame{
    margin: 70px 0 0 0;
    text-align: center;
    width: 100%;
}
.top_sub_frame_in{
    display: inline-block;
}
.top_sub_frame img{
    display: inline-block;
}

.top_frame_1{
    width: 100%;
    padding: 0 0 85px 0;
    margin: 70px 0 0 0;
    background: #FFEEEE;
}
.top_frame_2{
    width: 100%;
    background: #FFEEEE;
    padding: 0 0 85px 0;
}
.top_frame_3{
    width: 100%;
    background: #ffffff;
    padding: 0 0 85px 0;
}
.top_frame_1_in{
    width: 1000px;
    margin: 0 auto;
}
.top_sec_title{
    text-align: center;
    width: 100%;
    padding: 55px 0 60px 0;
    font-size: 30px;
    font-weight: bold;
    color: #555555;
}

/*番号案内*/
#top_num_guide{
    width: 1000px;
    margin: 50px auto 0px auto;
}
#top_num_guide_l{
    float: left;
    width: 495px;
    height: 340px;
    border: 3px solid #6baca6;
    border-radius: 7px;
}
#top_num_guide_r{
    float: right;
    width: 495px;
    height: 340px;
    border: 3px solid #619a0d;
    border-radius: 7px;
}
.num_guide_title_l{
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #6baca6;
    font-size: 28px;
    padding: 12px 0 15px 0;
}
.num_guide_title_r{
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #619a0d;
    font-size: 28px;
    padding: 12px 0 15px 0;
}
.num_guide_in{
    font-size: 21px;
    margin: 18px 15px 0 15px;
    padding: 0 0 18px 0;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
}
.num_guide_in span{
    font-weight: bold;
    color: #f56c7b;
}
.num_guide_s_text{
    font-size: 13px;
    margin: 8px 20px 0 20px;
    font-weight: normal;
}
.num_guide_under_1{
    margin: 0 10px 0 32px;
    font-weight: bold;
    font-size: 29px;
    color: #555555;
    line-height:20px;
}
.num_guide_under_2{
    margin: 0 10px 0 32px;
    font-weight: bold;
    font-size: 19px;
    color: #555555;
    letter-spacing: -1px;
}
.num_guide_under_1 span{
    font-weight: bold;
    color: #619a0d;
}


/* 成功事例・導入目的 */
.top_suc{
    width: 1000px;
    margin: 0 auto;
}
.top_suc_left{
    float: left;
}
.top_suc_title{
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 17px;
}
.top_suc_left_in,
.top_suc_right_in{
    font-size: 16px;
    margin: 0 0 3px 0;
}
.top_suc_left_in:before{
    content: url("../images/chk.png");
    margin: 0 4px 0 0;
    position: relative;
    top: 6px;
}
.top_suc_right_in:before{
    content: url("../images/chk2.png");
    margin: 0 4px 0 0;
    position: relative;
    top: 6px;
}
.aremokoremo{
    float: left;
    margin: 55px 50px 50px 50px;
}
.aremokoremo_2{
    display: none;
}
.top_bt_1{
    display: block;
    background: #B00000;
    color: #ffffff;
    width: 380px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 60px auto 0 auto;
    font-size: 24px;
    border-radius: 8px;
    transition: .4s;
}
.top_bt_1:hover{
    color: #ffffff;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 13秒でわかる、着信時の参考動画 */
.top_frame_1_in iframe{
    float: left;
    margin: 0 30px 0 0;
}
.top_13mv_text{
    font-size: 15px;
    line-height: 23px;
}
.top_13mv_text span{
    font-weight: bold;
    color: #82BC40;
}

/* 機能・特徴一覧 */
.top_fun a{
    display: block;
    width: 190px;
    height: 220px;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    transition: .4s;
    float: left;
}
.top_fun a:nth-child(1),
.top_fun a:nth-child(2),
.top_fun a:nth-child(3),
.top_fun a:nth-child(4){
    margin: 0 12px 0 0;
}
.top_fun a:nth-child(6),
.top_fun a:nth-child(7),
.top_fun a:nth-child(8),
.top_fun a:nth-child(9){
    margin: 12px 12px 0 0;
}
.top_fun a:nth-child(10){
    margin: 12px 0 0 0;
}
.top_fun a:hover{
    box-shadow: 0px 0px 5px rgba(148,207,81,1);
    border: 1px solid #94cf51;
}
.top_fun a img{
    width: 188px;
    border-radius: 7px 7px 0 0;
}
.top_fun a div{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin: 16px 0 0 0;
}
.top_fun a div.row{
    margin: 26px 0 0 0;
}

/* お見積もり・お申込み */
.top_est_text{
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.top_est_bt{
    width: 930px;
    margin: 30px auto 0 auto;
}
.top_est_bt a:nth-child(1){
    float: left;
}
.top_est_bt a:nth-child(2){
    float: right;
}
.top_est_bt a:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* プレスリリース・メディア掲載 */
.top_Pub_text{
    display: block;
    text-align: center;
    border: 1px solid #800000;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 15px;
}
.top_Pub_text:hover{
    color: #ffffff;
    border: 1px solid #800000;
    background: #800000;
}
.top_pub_table{
    width: 100%;
    margin: 20px 0 0 0;
}
.top_pub_table td{
    vertical-align: top;
    padding: 3px 0;
    border-bottom: 1px solid #dddddd;
}
.top_pub_table tr td:nth-child(1){
    width: 150px;
}

/* naisenを知る */
.top_know{
    float: left;
}
.top_know:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* フッターコンテンツ */
.footer_contents{
    width: 1000px;
    margin: 80px auto 0 auto;
}
.bt_contact01:hover,
.bt_rec01:hover,
.bt_demo:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.bt_rec01{
    float: left;
    margin: 10px 0 0 0;
}
.bt_demo{
    float: right;
    margin: 10px 0 0 0;
}
.footer_kome_frame{
    margin: 25px 0;
}
.footer_kome{
    font-size: 12px;
    line-height: 18px;
}
.footer_kome span{
    color: #ee0000;
    font-weight: bold;
    margin: 0 10px 0 0;
}
/* フッターメイン */
footer{
    width: 100%;
    background: #EDEDED;
    margin: 60px 0 0 0;
}
.footer_in{
    width: 1000px;
    margin: 0 auto;
}
.footer_in_left{
    float: left;
    margin: 30px 0 40px 0;
    width: 500px;
}
.footer_in_left p{
    font-size: 13px;
    color: #646464;
    margin: 3px 0 25px 0;
}
.footer_in_right{
    float: left;
    border-right: 1px solid #ffffff;
    width: 155px;
    height: 200px;
    margin: 10px 5px 0 5px;
    padding: 5px 0 0 0;
}
.footer_in_right_2{
    float: left;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    width: 160px;
    height: 200px;
    margin: 10px 5px 0 0;
    padding: 5px 0 0 10px;
}
.footer_in_right div,
.footer_in_right_2 div{
    font-weight: bold;
    margin: 0 0 8px 0;
}
.Copyright{
    background: #FF2222;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
}

/* フッター2 */
#footer2{
    margin-top: 60px;
    width: 100%;
    height: 310px;
    background: #EDEDED;
    position: relative;
}
#footer2_in{
    width: 1000px;
    padding: 35px 0;
    margin: 0 auto;
    text-align: center;
}
#footer2_text_1{
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    background: #82BC40;
    padding: 3px 0;
    width: 460px;
    text-align: center;
    border-radius: 4px;
}
#footer2_photo{
    margin: 15px 0 0 0;
    font-size: 45px;
    font-weight: bold;
}
#footer2_photo i{
    margin: 0 10px 0 0;
}
#footer2_border{
    display: block;
    width: 460px;
    margin: 3px auto 0 auto;
}
#footer2_text_2{
    margin: 4px 0 0 0;
    font-size: 17px;
    line-height: 22px;
}
.Copyright2{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #B00000;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
}
.footer2_left{
    float: left;
}
.footer2_right{
    float: right;
    text-align: left;
}
.footer2_com_name{
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #B00000;
}
.footer2_com_text{
    color: #B00000;
    font-weight: bold;
}


/* ----------------------------------------------
   料金
------------------------------------------------- */
.charge_top_text{
    text-align: center;
    font-size: 18px;
}
.charge_top_bt{
    display: block;
    text-align: center;
    background: #800000;
    color: #ffffff;
    width: 320px;
    margin: 6px auto 0 auto;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.charge_top_bt:hover{
    color: #ffffff;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.cha_plan_top{
    font-size: 13px;
    margin: 40px 0 3px 0;
}
.cha_plan_frame{
    width: 100%;
}
.cha_plan_left{
    float: left;
    width: 750px;
}
.cha_plan_left_title{
    font-weight: bold;
    border: 1px solid #959595;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    margin: 0 0 5px 0;
}
.cha_plan_lite{
    width: 240px;
    height: 390px;
    background: #ffffff;
    box-shadow:0px 0px 5px 0px #b3b3b3;
    -moz-box-shadow:0px 0px 5px 0px #b3b3b3;
    -webkit-box-shadow:0px 0px 5px 0px #b3b3b3;
    border-radius: 6px;
    float: left;
    margin: 0 0 0 5px;
}
.cha_plan_pair{
    width: 240px;
    height: 390px;
    background: #ffffff;
    box-shadow:0px 0px 5px 0px #b3b3b3;
    -moz-box-shadow:0px 0px 5px 0px #b3b3b3;
    -webkit-box-shadow:0px 0px 5px 0px #b3b3b3;
    border-radius: 6px;
    float: left;
    margin: 0 10px 0 10px;
}
.cha_plan_pro{
    width: 240px;
    height: 390px;
    background: #ffffff;
    box-shadow:0px 0px 5px 0px #b3b3b3;
    -moz-box-shadow:0px 0px 5px 0px #b3b3b3;
    -webkit-box-shadow:0px 0px 5px 0px #b3b3b3;
    border-radius: 6px;
    float: left;
}
.cha_plan_lite_t{
    background: radial-gradient(#4fbdff, #5bcaff);
    color: #ffffff;
    width: 240px;
    height: 140px;
    border-radius: 6px;
    text-align: center;
}
.cha_plan_pair_t{
    background: radial-gradient(#ff83c6, #ffa4d5);
    color: #ffffff;
    width: 240px;
    height: 140px;
    border-radius: 6px;
    text-align: center;
}
.cha_plan_pro_t{
    background: radial-gradient(#252747, #344361);
    color: #ffffff;
    width: 240px;
    height: 140px;
    border-radius: 6px;
    text-align: center;
}
.cha_plan_t_1{
    font-size: 13px;
    padding: 20px 0 0 0;
}
.cha_plan_t_2{
    font-size: 30px;
    font-weight: bold;
    margin: -5px 0 0 0;
}
.cha_plan_t_3{
    font-size: 12px;
    text-align: left;
    margin: 10px 0 0 55px;
}
.cha_plan_t_4{
    font-size: 12px;
    text-align: left;
    margin: 18px 0 0 40px;
}
.cha_plan_in{
    font-size: 15px;
    line-height: 22px;
    margin: 15px;
}

.cha_plan_right{
    float: left;
    width: 250px;
}
.cha_plan_right_title{
    font-weight: bold;
    border-top: 1px solid #959595;
    border-right: 1px solid #959595;
    border-bottom: 1px solid #959595;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    margin: 0 0 5px 0;
}
.cha_plan_hy{
    width: 240px;
    height: 390px;
    background: #ffffff;
    box-shadow:0px 0px 5px 0px #b3b3b3;
    -moz-box-shadow:0px 0px 5px 0px #b3b3b3;
    -webkit-box-shadow:0px 0px 5px 0px #b3b3b3;
    border-radius: 6px;
    margin: 0 0 0 5px;
}
.cha_plan_hy_t{
    background: radial-gradient(#ed8800, #f09600);
    color: #ffffff;
    width: 240px;
    height: 140px;
    border-radius: 6px;
    text-align: center;
}

.cha_s_title{
    margin: 70px 0 25px 0;
    border-left: 7px solid #B00000;
    border-bottom: 1px solid #B00000;
    padding: 6px 8px;
    font-size: 25px;
}
.cha_cal_frame{
    width: 1000px;
    margin: 0 0 0 65px;
}
.cha_cal_left{
    float: left;
    width: 230px;
}
.cha_cal_left_in{
    width: 230px;
    height: 150px;
    border: 5px solid #b5cee6;
    border-radius: 15px;
    color: #b5cee6;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}
.cha_cal_left_in p{
    display: block;
    margin: 20px auto 2px auto;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    background: #b5cee6;
    color: #ffffff;
    border-radius: 40px;
}
.cha_cal_left_in_2{
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 19px;
}
.cha_cal_center{
    float: left;
    width: 230px;
}
.cha_cal_center_in{
    width: 230px;
    height: 150px;
    border: 5px solid #84bd2b;
    border-radius: 15px;
    color: #84bd2b;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}
.cha_cal_center_in p{
    display: block;
    margin: 20px auto 2px auto;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    background: #84bd2b;
    color: #ffffff;
    border-radius: 40px;
}
.cha_cal_center_in_2{
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 19px;
}
.cha_cal_right{
    float: left;
    width: 230px;
}
.cha_cal_right_in{
    width: 230px;
    height: 150px;
    border: 5px solid #005619;
    border-radius: 15px;
    color: #005619;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    padding: 40px 0 0 0;
}
.cha_cal_right_in_2{
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 19px;
}
.cha_cal_plus,
.cha_cal_equal{
    float: left;
    font-size: 50px;
    font-weight: bold;
    margin: 35px 30px 50px 30px;
}

.cha_detail_title{
    font-size: 25px;
    margin: 45px 0 0 0;
    padding: 0 0 0 0;
}
.cha_detail_title span{
    margin: 20px auto 2px auto;
    text-align: center;
    padding: 0 10px;
    font-size: 28px;
    line-height: 50px;
    background: #b5cee6;
    color: #ffffff;
    border-radius: 40px;
    font-weight: bold;
    margin: -2px 10px 0 0;
}
.cha_detail_table_1{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 10px 0 0 0;
}
.cha_detail_table_1 th{
    border: 1px solid #cccccc;
    padding: 12px 0;
}
.cha_detail_table_1 th p{
    color: #ffffff;
    font-size: 10px;
    margin: 0 0 -3px 0;
}
.cha_detail_table_1 th:nth-child(1){
    width: 300px;
    font-size: 19px;
    padding: 0 0 0 10px;
}
.cha_detail_table_1 th:nth-child(2){
    width: 175px;
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#4fbdff, #5bcaff);
    color: #ffffff;
}
.cha_detail_table_1 th:nth-child(3){
    width: 175px;
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#ff83c6, #ffa4d5);
    color: #ffffff;
}
.cha_detail_table_1 th:nth-child(4){
    width: 175px;
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#252747, #344361);
    color: #ffffff;
}
.cha_detail_table_1 th:nth-child(5){
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#ed8800, #f09600);
    color: #ffffff;
}
.cha_detail_table_1 td{
    border: 1px solid #cccccc;
    padding: 14px 12px;
}
.cha_detail_table_1 td.row_2{
    text-align: left !important;
    font-size: 16px !important;
    line-height: 21px !important;
}
.cha_detail_table_1 td:nth-child(1){
    padding: 0 0 0 10px;
    font-size: 17px;
}
.cha_detail_table_1 td:nth-child(2),
.cha_detail_table_1 td:nth-child(3),
.cha_detail_table_1 td:nth-child(4),
.cha_detail_table_1 td:nth-child(5){
    font-size: 17px;
    text-align: right;
    background: #f3fbfe;
    line-height: 19px;
}
.cha_detail_table_1 td span.td_span_1{
    font-size: 12px;
    line-height: 3px !important;
}

.cha_detail_table_2{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 30px 0 0 0;
}
.cha_detail_table_2 th{
    border: 1px solid #cccccc;
    padding: 12px 0;
}
.cha_detail_table_2 th:nth-child(1){
    width: 300px;
    font-size: 19px;
    padding: 0 0 0 10px;
}
.cha_detail_table_2 th:nth-child(2){
    width: 350px;
    font-size: 19px;
    text-align: center;
    background: #96cc52;
    color: #ffffff;
    font-weight: normal;
}
.cha_detail_table_2 th:nth-child(3){
    font-size: 19px;
    text-align: center;
    background: #7cd3ff;
    color: #ffffff;
    font-weight: normal;
}
.cha_detail_table_2 td{
    border: 1px solid #cccccc;
    padding: 14px 12px;
}
.cha_detail_table_2 td:nth-child(1){
    padding: 12px 0 12px 10px;
    font-size: 17px;
}
.cha_detail_table_2 td:nth-child(2){
    font-size: 17px;
    text-align: right;
    background: #f9fff1;
}
.cha_detail_table_2 td:nth-child(3){
    font-size: 17px;
    text-align: right;
    background: #f3fbfe;
}

.cha_detail_title_2{
    font-size: 25px;
    margin: 70px 0 0 0;
    padding: 0 0 0 0;
}
.cha_detail_title_2 span{
    margin: 20px auto 2px auto;
    text-align: center;
    padding: 0 10px;
    font-size: 28px;
    line-height: 50px;
    background: #84bd2b;
    color: #ffffff;
    border-radius: 40px;
    font-weight: bold;
    margin: -2px 10px 0 0;
}
.cha_detail_table_3{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 10px 0 0 0;
}
.cha_detail_table_3 th{
    border: 1px solid #cccccc;
    padding: 12px 0;
}
.cha_detail_table_3 th:nth-child(1){
    width: 300px;
    font-size: 19px;
    padding: 0 0 0 10px;
}
.cha_detail_table_3 th:nth-child(2){
    width: 350px;
    font-size: 19px;
    text-align: center;
    background: #96cc52;
    color: #ffffff;
    font-weight: normal;
}
.cha_detail_table_3 th:nth-child(3){
    font-size: 19px;
    text-align: center;
    background: #7cd3ff;
    color: #ffffff;
    font-weight: normal;
}
.cha_detail_table_3 td{
    border: 1px solid #cccccc;
    padding: 14px 12px;
}
.cha_detail_table_3 td:nth-child(1){
    padding: 12px 0 12px 10px;
    font-size: 17px;
}
.cha_detail_table_3 td:nth-child(2){
    font-size: 17px;
    text-align: right;
    background: #f9fff1;
}
.cha_detail_table_3 td:nth-child(3){
    font-size: 17px;
    text-align: right;
    background: #f3fbfe;
}
.cha_detail_table_3 td div.td_div_1{
    color: #888888;
    font-size: 12px;
    margin: 3px 0 0 0;
}
.cha_table_under_1{
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0 0 0;
}
.cha_table_under_1_2{
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0 0 0;
}

.cha_detail_table_top{
    margin: 30px 0 0 0;
    font-size: 19px;
    font-weight: bold;
}
.cha_detail_table_4{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 5px 0 0 0;
}
.cha_detail_table_4 td{
    border: 1px solid #cccccc;
    padding: 14px 12px;
}
.cha_detail_table_4 td:nth-child(1){
    padding: 12px 0 12px 10px;
    font-size: 17px;
    width: 300px;
}
.cha_detail_table_4 td:nth-child(2){
    font-size: 17px;
    text-align: right;
    background: #f3fbfe;
}

.cha_ntt_text{
    font-size: 16px;
    margin: 10px 0 15px 0;
}
.cha_ntt_text_2{
    font-size: 15px;
}
.cha_bt_1{
    display: block;
    background: #B00000;
    color: #ffffff;
    width: 380px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 80px auto 20px auto;
    font-size: 24px;
    border-radius: 8px;
    transition: .4s;
}
.cha_bt_1:hover{
    color: #ffffff;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

table#table-01 {
    width: 1000px;
    border: 1px #4b689f solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table#table-01 th {
    font-size: 20px;
    border: 1px #afe7fe solid;
    padding: 15px 15px;
    text-align: center;
    background-color: #f9fff1;
    width: 33%;
}
table#table-01 td {
    border: 1px #dcdcdc solid;
    padding: 15px 15px;
    background-color: #fff;
    width: 67%;
}
.sub_gray{
    font-size: 13px;
    color: #AAAAAA;
    line-height: 140%;
}
table.est{
    width: 1000px;
    border: 1px;
    font-size: 150%;
    line-height: 200%;
    margin: 20px 0px 0px 0px;
}
table.est td.est_tit {
    font-size: 120%;
    color: #bfbfbf;
    width: 33%;
}
table.est td.est_lt {
    border: 1px #dcdcdc solid;
    padding: 15px 15px;
    background-color: #fff;
    width: 33%;
}
table.est td.est_l {
    border: 1px #afe7fe solid;
    padding: 15px 15px;
    text-align: right;
    background-color: #f9fff1;
    width: 33%;
}
table.est td.est_r {
    border: 1px #afe7fe solid;
    padding: 15px 15px;
    text-align: right;
    background-color: #f3fbfe;
    width: 33%;
}
.cha_detail_table_1_smf{
    display: none;
}

/*　2016/06/08 追加文章　*/
.cha_discount_title{
    font-weight: bold;
    font-size: 22px;
    margin: 30px 0 2px 0;
}
.cha_discount_title span{
    color: #ff0000;
    margin: 0 7px 0 0;
    font-size: 19px;
}
.cha_discount{
    font-size: 18px;
    margin: 0 0 40px 0;
    padding: 20px;
    border: 4px solid #e3e3e3;
}
.cha_discount_text{
    margin: 17px 0;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 10px 10px;
    line-height: 30px;
}
.cha_discount_text2{
    margin: 12px 0 0 0;
    font-size: 15px;
}
.cha_discount_ex{
    font-size: 15px;
}
.cha_s_red{
    color: #ff0000;
    font-size: 12px;
}

.cha_op_text{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 8px 0 10px 0;
    padding: 10px;
    border: 1px solid #ee0000;
    color: #555555;
}
.cha_st{
    font-weight: bold;
    color: #7eb539;
}



/* ----------------------------------------------
   Q&A
------------------------------------------------- */
.question{
    width: 1000px;
}
.questopm li{
    list-style-type: none;
    margin: 0 0 0 -30px;
}
.answer{
    width: 1000px;
    margin: 0px 0px 25px 0px;
}
.answer li{
    list-style-type: none;
    margin: 0 0 0 -40px;
}
.pin_title{
    width: 1000px;
    line-height: 30px;
    margin: 0 0px 5px 0px;
    padding:  0px 0px 0px 15px;
    text-align:left;
    background-color: #f56e7e;
    font-size: 130%;
    color: #fff;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
.pin_q{
    padding: 5px 0px 5px 0px;
    font-size: 120%;
}
.pin_a{
    padding: 5px 0px 15px 0px;
    font-size: 110%;
}
.pin_q2{
    padding: 18px 0px 0 20px;
    font-size: 120%;
    width: 1000px;
    height: 52px;
    background-image: url("//naisen.jp/images/bg_q.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ore_title{
    width: 1000px;
    line-height: 30px;
    margin: 0 0px 5px 0px;
    padding:  0px 0px 0px 15px;
    text-align:left;
    background-color: #ff9759;
    font-size: 130%;
    color: #fff;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
.ore_q{
    padding: 5px 0px 5px 0px;
    font-size: 120%;
}
.ore_a{
    padding: 5px 0px 5px 0px;
    font-size: 110%;
}
.ore_q2{
    padding: 18px 0px 0 20px;
    font-size: 120%;
    width: 1000px;
    height: 52px;
    background-image: url("//naisen.jp/images/bg_q2.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.gre_title{
    width: 1000px;
    line-height: 30px;
    margin: 0 0px 5px 0px;
    padding:  0px 0px 0px 15px;
    text-align:left;
    background-color: #95c53f;
    font-size: 130%;
    color: #fff;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
.gre_q{
    padding: 5px 0px 5px 0px;
    font-size: 120%;
}
.gre_a{
    padding: 5px 0px 5px 0px;
    font-size: 110%;
}
.gre_q2{
    padding: 18px 0px 0 20px;
    font-size: 120%;
    width: 1000px;
    height: 52px;
    background-image: url("//naisen.jp/images/bg_q3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
}
.pur_title{
    width: 1000px;
    line-height: 30px;
    margin: 0 0px 5px 0px;
    padding:  0px 0px 0px 15px;
    text-align:left;
    background-color: #a98abc;
    font-size: 130%;
    color: #fff;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
.pur_q{
    padding: 5px 0px 5px 0px;
    font-size: 120%;
}
.pur_a{
    padding: 5px 0px 5px 0px;
    font-size: 110%;
}
.pur_q2{
    padding: 18px 0px 0 20px;
    font-size: 120%;
    width: 1000px;
    height: 52px;
    background-image: url("//naisen.jp/images/bg_q6.jpg");
    background-position: left center;
    background-repeat: no-repeat;
}
.go_top{
    text-align: right;
    width: 100%;
    height: 35px;
}
#pin,
#ore,
#gre,
#pur,
.p_link{
    padding-top: 60px;
    margin-top: -60px;
}
.qanda_border{
    border-top: 1px solid #cccccc;
    margin: 70px 0;
}



/* ----------------------------------------------
   お問合わせ
------------------------------------------------- */
.contact_top{
    text-align: center;
}
.contact_frame{
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #dddddd;
    width: 100%;
}
.control-label{
    font-size: 15px;
}
.control-label span{
    color: #CB0F0F;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 0 3px;
    line-height: 10px;
}
.contact_select{
    padding-top: 0;
    padding-bottom: 0;
}
.contact_border{
    border-bottom: 1px solid #dddddd;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}
.contact_btn{
    text-align: center;
}
.contact_btn_in{
    border: none;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #94cf51;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-family: inherit;
    transition: .4s;
}
.contact_btn_in:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.contact_btn_under{
    margin: 20px 0 0 0;
    font-size: 15px;
}
.contact_error{
    margin: 40px 0 -20px 0;
    padding: 15px 20px;
    background: #F7B8B8;
    border-radius: 5px;
}
.contact_error_title{
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 15px;
}



/* ----------------------------------------------
   お見積り
------------------------------------------------- */
.simu_title_1{
    font-size: 20px;
    margin: 60px 0 22px 0;
    padding: 0 0 7px 10px;
    font-weight: bold;
    border-bottom: 1px solid #B00000;
    border-left: 7px solid #B00000;
}
.simu_title_2{
    font-size: 20px;
    margin: 60px 0 8px 0;
    padding: 0 0 5px 10px;
    font-weight: bold;
    border-bottom: 1px solid #B00000;
    border-left: 7px solid #B00000;
}
.simu_title_under{
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0 0 0;
}
.simu_input{
    margin: 0 6px 0 0;
    width: 120px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.simu_input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.simu_input_under{
    font-size: 13px;
    color: #a4a4a4;
    margin: 6px 0 15px 0;
    letter-spacing: -0.3px;
}
.simu_detail_bt{
    display: inline-block;
    border: 1px solid #800000;
    color: #800000;
    text-align: center;
    border-radius: 3px;
    width: 35px;
    font-size: 12px;
    margin: 0 0 0 6px;
}
.simu_detail_bt:hover{
    display: inline-block;
    background: #800000;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    width: 35px;
    font-size: 12px;
    margin: 0 0 0 6px;
}
.simu_check{
    float: left;
    width: 200px;
}
.simu_cloud_border{
    border-top: 1px solid #dddddd;
    margin: -10px 0 20px 0;
}
.simu_cloud_border_2{
    border-top: 1px solid #dddddd;
    margin: 30px 0 30px 0;
}
.simu_check_2{
    color: #363636;
    font-size: 14px;
}
.simu_input_under_in{
    padding-left: 34px;
    text-indent: -34px;
}
.sumi_radio{
    float: left;
    width: 120px;
    margin: 0 0 0 7px;
    padding: 0 0 25px 0;
}
.simu_imput_posi{
    margin: 14px 6px 0 0;
}
.simu_input_2{
    margin: 0 6px 0 0;
    width: 540px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.simu_input_2:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.simu_btn{
    text-align: center;
    margin: 60px 0 0 0;
}
.simu_btn_in{
    border: none;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #94cf51;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-family: inherit;
    transition: .4s;
}
.simu_btn_in:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.simu_btn2{
    display:inline-flex;
}
.simu_btn_in2{
    margin: 10px;
    border: none;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #94cf51;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-family: inherit;
    transition: .4s;
}
.simu_btn_in2:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.simu_btn_under{
    margin: 0 0 20px 0;
    font-size: 15px;
}

.simu_hy_space{
    margin: 50px 0 30px 0;
    padding: 50px 0 30px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}



/* ----------------------------------------------
   お見積り　確認画面
------------------------------------------------- */
.simu_conf_com{
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 20px;
    text-decoration: underline;
}
.simu_conf_table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 30px 0 0 0;
}
.simu_conf_table th{
    border: 1px solid #cccccc;
    padding: 12px 0;
}
.simu_conf_table th:nth-child(1){
    width: 300px;
    font-size: 19px;
    padding: 0 0 0 10px;
}
.simu_conf_table th:nth-child(2){
    width: 350px;
    font-size: 19px;
    text-align: center;
    background: #96cc52;
    color: #ffffff;
    font-weight: normal;
}
.simu_conf_table th:nth-child(3){
    width: 350px;
    font-size: 19px;
    text-align: center;
    background: #7cd3ff;
    color: #ffffff;
    font-weight: normal;
}
.simu_conf_table td{
    border: 1px solid #cccccc;
    padding: 16px 12px;
    font-size: 20px;
}
.simu_conf_table td:nth-child(1){
    padding: 12px 0 12px 10px;
}
.simu_conf_table td:nth-child(2){
    text-align: right;
    background: #f9fff1;
}
.simu_conf_table td:nth-child(3){
    text-align: right;
    background: #f3fbfe;
}
.simu_conf_table .s_text{
    font-size: 12px;
    color: #aaaaaa;
    margin: 6px 0 0 0;
    line-height: 13px;
}
.simu_conf_table .s_text_2{
    font-size: 13px;
    color: #aaaaaa;
    margin: 6px 0 0 0;
    line-height: 13px;
}
.simu_conf_table .all_price{
    font-weight: bold;
    padding: 20px 12px;
    border: 2px solid #aaaaaa;
}
.simu_conf_table .all_price td{
    font-size: 170%;
    padding: 20px 10px;
}
.simu_conf_bt_posi{
    text-align: center;
    margin: 70px 0 0 0;
}
.simu_conf_bt_1{
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #B00000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 25px 30px 0;
}
.simu_conf_bt_2{
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #B00000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
.simu_conf_bt_3{
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #bbbbbb;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    transition: .4s;
    border: none;
}
.simu_conf_bt_1:hover,
.simu_conf_bt_2:hover,
.simu_conf_bt_3:hover,
.simu_conf_bt_hy:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #ffffff;
}
.simu_conf_border{
    border-top: 1px solid #dddddd;
    margin: 30px 0 30px 0;
}
.simu_conf_smf{
    display: none;
}

/* hybrid */
.simu_conf_hy_top{
    font-size: 14px;
}
.simu_conf_table_hy{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 30px 0 0 0;
}
.simu_conf_table_hy td{
    border: 1px solid #cccccc;
    padding: 17px 18px;
}
.simu_conf_table_hy td:nth-child(1){
    padding: 12px 0 12px 15px;
    width: 250px;
    font-size: 16px;
    font-weight: bold;
}
.simu_conf_table_hy td:nth-child(2){
    text-align: left;
    background: #f9fff1;
    font-size: 14px;
}
.simu_conf_table_hy .s_text{
    font-size: 12px;
    color: #aaaaaa;
    margin: 6px 0 0 0;
    line-height: 13px;
}
.simu_conf_bt_hy{
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #B00000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}



/* ----------------------------------------------
   ナイセンクラウドとは
------------------------------------------------- */
.about_frame_1{
  margin: 0 0 40px 0;
}
.frame_left{
  float: left;
  width: 510px;
  margin: 90px 0 0 30px;
}
.about_frame_1 .text_1{
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #aaaaaa;
}
.about_frame_1 .text_2{
  font-size: 15px;
  line-height: 20px;
}
.about_frame_1 .text_3{
  font-size: 13px;
  color: #777777;
  margin: 3px 0 0 0;
}
.about_frame_1 img{
  float: right;
}

.about_frame_2 iframe{
  clear: both;
  float: left;
}
.about_frame_2 .frame_right{
  float: right;
  width: 440px;
  margin: 20px 20px 0 0;
}
.about_frame_2 .text_1{
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #aaaaaa;
}
.about_frame_2 .text_2{
  font-size: 15px;
  line-height: 20px;
}
.about_frame_2 .text_2 span{
    font-weight: bold;
    color: #82BC40;
}

.about_frame_3{
  margin: 100px 0 100px 0;
}
.frame_3_1{
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
.about_title{
  background: #B00000;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.about_frame_3 img{
  float: left;
  margin: 0 40px 0 20px;
}
.frame_3_title{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #8eb5cc;
  margin: 0 30px 25px 0;
}
.frame_3_in{
  font-size: 15px;
  line-height: 21px;
  margin: 0 20px 0 0;
}
.frame_3_in_s{
  font-size: 13px;
  line-height: 18px;
  margin: 20px 0 0 0;
  color: #888888;
}

.about_frame_4{
  margin: 0 0 100px 0;
}
.about_frame_4_img{
  display: block;
  margin: 0 auto;
  width: 960px;
}
.about_frame_4_text{
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.about_frame_5{
  margin: 0 0 0 0;
}
.about_frame_5_text{
  font-size: 15px;
  line-height: 24px;
  margin: 0 10px;
}
.about_frame_5_title{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.about_frame_5_img_1{
  display: block;
  margin: 15px auto 0 auto;
}
.about_frame_5_dis{
  text-align: center;
  margin: 25px 0 5px 0;
  font-size: 17px;
}
.about_frame_5 .under_img{
  text-align: center;
}



/* ----------------------------------------------
   機能・特徴
------------------------------------------------- */
.fun_all a{
    display: block;
    width: 190px;
    height: 240px;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    transition: .4s;
    float: left;
    margin: 0 5px 10px 5px;
}
.fun_all a:hover{
    box-shadow: 0px 0px 5px rgba(148,207,81,1);
    border: 1px solid #94cf51;
}
.fun_all a img{
    width: 188px;
    border-radius: 7px 7px 0 0;
}
.fun_all a div{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin: 16px 5px 0 5px;
}

.manga_all a{
    display: block;
    width: 320px;
    height: 300px;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    transition: .4s;
    float: left;
    margin: 0 5px 10px 5px;
}
.manga_all a:hover{
    box-shadow: 0px 0px 5px rgba(148,207,81,1);
    border: 1px solid #94cf51;
}
.manga_all a img{
    width: 318px;
    border-radius: 7px 7px 0 0;
}
.manga_all a div{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin: 16px 5px 0 5px;
}


/* ----------------------------------------------
   機能・特徴　詳細
------------------------------------------------- */
.fun_data_top{
    margin: 0 0 20px 0;
}
.fun_data_text{
    font-size: 16px;
}
#fun_data_frame{
    position: relative;
}
#fun_data_frame img.fun_prev{
    position: absolute;
    top: 50%;
    margin-top: -69px;
    left: 40px;
    padding: 0 15px 0 0;
    -webkit-transition: .4s;
    transition: .4s;
}
#fun_data_frame img.fun_next{
    position: absolute;
    top: 50%;
    margin-top: -69px;
    right: 40px;
    padding: 0 0 0 15px;
    -webkit-transition: .4s;
    transition: .4s;
}
#fun_data_frame img.main_img{
    margin-left: 100px;
    width: 800px;
    height: 600px;
}
.fun_data_thumb{
    border-top: 1px solid #aaaaaa;
    margin: 55px 0 0 -10px;
    padding: 20px 0 0 0;
}
.fun_data_thumb div{
    float: left;
    margin-left: 5px;
    margin-bottom: 5px
}
.fun_data_thumb div.choiced{
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    pointer-events: none;
}
.fun_data_thumb img{
    width: 162px;
    height: 120px;
}
.fun_data_thumb a:hover{
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.fun_data_space{
    clear: both;
    margin: 100px 0 0 0;
}
.fun_data_thumb figure {
    position: relative;
    overflow: hidden;
}
.fun_data_thumb figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(55,59,88,.8);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    color: #ffffff;
    padding: 10px 10px 0 10px;
    font-size: 17px;
}
.fun_data_thumb figure:hover figcaption {
    opacity: 1;
    color: #ffffff;
}
.fun_prev:hover,
.fun_next:hover{
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}



/* ----------------------------------------------
   導入事例
------------------------------------------------- */
.example_frame{
    width: 100%;
    height: 152px;
    float: left;
    margin: 5px 5px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.example_frame:hover{
    box-shadow: 0px 0px 5px rgba(148,207,81,1);
    border: 1px solid #94cf51;
}
.example_frame img{
    border-radius: 5px 0 0 5px;
    height: 150px;
    float: left;
}
.example_frame_text{
    font-size: 17px;
    padding: 5px;
    margin: 0 10px;
    width: 100%;
    display: inline-block;
}
.example_title_s{
    margin: 70px 0 10px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 23px
}



/* ----------------------------------------------
   モデルケース
------------------------------------------------- */
.model_frame{
    border-top: 1px solid #cccccc;
    overflow: hidden;
    height: auto;
    width: 1000px;
}
.model_img{
    float: left;
    margin: 0 28px 28px 0;
}
.model_in_1{
    float: left;
    padding: 28px 0;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.model_in_2{
    float: left;
    padding: 28px 0;
    width: 490px;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.model_in_3,
.model_in_3_2{
    float: right;
    padding: 28px 20px 28px 0;
    border-left: 3px solid #ffffff;
    text-align: right;
    width: 155px;
    font-size: 17px;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    background: #f5f5f5;
}
.model_in_3 div,
.model_in_3_2 div{
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 3px 0;
}
.model_text_1{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.model_text_3{
    font-size: 15px;
}
.model_text_4{
    font-size: 10px;
    margin: 25px 0 0 0;
    color: #888888;
}
.model_border{
    border-top: 1px solid #cccccc;
}



/* ----------------------------------------------
   お見積もり・お申し込み
------------------------------------------------- */
.simulation_text{
    font-size: 16px;
    margin: 0 0 50px 0;
}
.simulation_bt{
    text-align: center;
}
.simulation_bt a:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}



/* ----------------------------------------------
   動画で見る
------------------------------------------------- */
.movie_all_cm{
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    border-top: 1px solid #dddddd;
    margin: 50px 0 0 0;
    padding: 10px 0 0 0;
}
.movie_all_frame{
    margin: 30px auto 0 auto;
    width: 690px;
}
.movie_detail_frame{
    float: left;
    margin: 0 15px;
    text-align: center;
}
.movie_detail_frame a img{
    width: 200px;
}
.movie_s_title{
    font-weight: bold;
    margin: 4px 0;
}
.movie_s_in{
    font-size: 10px;
}


/* ----------------------------------------------
   動画で見る　詳細
------------------------------------------------- */
.mv_detail_title{
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 12px;
}
.mv_detail_main{
    text-align: center;
    margin: 25px 0 35px 0;
}
.mv_detail_text{
    font-size: 16px;
    text-align: center;
    padding: 0 0 35px 0;
}
.mv_detail_main_under{
    text-align: center;
    margin: 0 0 40px 0;
}



/* ----------------------------------------------
   動画で見る　関口さん
------------------------------------------------- */
.mv3_all_frame{
    width: 820px;
    margin: 0 auto;
    text-align: center;
}
.mv3_top_text{
    font-size: 16px;
}
.mv3_middle_link{
    font-size: 20px;
}
.mv3_s_title{
    font-weight: bold;
    font-size: 17px;
    margin: 65px 0 20px 0;
}
.mv3_box_1{
    float: left;
    text-align: left;
    margin: 0 70px 0 40px;
}
.mv3_box_1 a{
    font-weight: bold;
}
.mv3_box_2{
    float: left;
    text-align: left;
    margin: 0 90px 0 0;
}
.mv3_box_3{
    float: left;
    text-align: left;
}


/* ----------------------------------------------
   サクセスストーリー
------------------------------------------------- */
.success_frame{
    margin: 0 0 50px 0;
}
.success_frame_top{
    text-align: right;
    font-size: 18px;
}
.success_frame_2{
    font-size: 18px;
}



/* ----------------------------------------------
   ないせん！
------------------------------------------------- */
.tw_box_smf{
    display: none;
}
.tw_archive_select{
    margin:10px 0px 20px 20px;
}



/* ----------------------------------------------
   ないせんのうた
------------------------------------------------- */
.song_text_1{
    font-size: 16px;
    line-height: 20px;
}
.song_mv{
    margin: 30px 0 0 0;
    text-align: center;
}
.song_mv_under{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 25px 0 0 0;
}
.song_mv_under_bold{
    font-weight: bold;
}
.song_main{
    font-size: 17px;
    line-height: 20px;
    margin: 35px 0 0 0;
}
.song_under_text{
    border-top: 1px solid #dddddd;
    padding: 25px 0 0 0;
    margin: 55px 0 0 0;
    font-size: 16px;
}



/* ----------------------------------------------
   導入の流れ（FUSION IP-Phone）
------------------------------------------------- */
.flow_all_frame{
    position: relative;
    width: 1000px;
}
.flow_left_frame{
    width: 50%;
    padding: 10px 0 0 0;
    height: 1200px;
    float: left;
    border-right: 1px dashed #bbbbbb;
}
.flow_right_frame{
    width: 50%;
    padding: 10px 0 0 0;
    height: 1200px;
    float: right;
}
.flow_title{
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
}
.flow_title div{
    font-size: 14px;
    font-weight: normal;
}
.flow_double_block_1{
    width: 940px;
    background: #f1fbff;
    border: 4px solid #6ec8ed;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    position: absolute;
    top: 80px;
    left: 30px;
    text-align: center;
}
.flow_block_frame{
    padding: 30px;
    margin: 75px 0 0 0;
}
.flow_block_frame_2{
    padding: 30px;
    margin: 75px 0 0 0;
}
.flow_block_1{
    border: 4px solid #6ec8ed;
    border-radius: 5px;
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    margin: -10px 0 20px 0;
    text-indent: -25px;
    background: #f1fbff;
}
.flow_block_2{
    border: 4px solid #e87087;
    border-radius: 5px;
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    margin: -10px 0 20px 0;
    text-indent: -25px;
    background: #fff6f8;
}
.flow_block_3{
    border: 4px solid #e87087;
    border-radius: 5px;
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    margin: -10px 0 20px 0;
    text-indent: -25px;
    background: #fff6f8;
    height: 328px;
}
.flow_block_1 span,
.flow_block_2 span,
.flow_block_3 span,
.flow_double_block_1 span,
.flow_double_block_2 span{
    font-weight: bold;
    margin: 0 5px 0 0;
    font-size: 23px;
}
.flow_block_1 .s_text,
.flow_block_2 .s_text,
.flow_block_3 .s_text{
    font-size: 14px;
    margin: 4px 0 3px 25px;
}
.tri{
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 20px solid #585858;
}
.flow_double_under{
    position: absolute;
    top: 880px;
    left: 30px;
}
.flow_double_block_2{
    width: 940px;
    background: #fff6f8;
    border: 4px solid #e87087;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}
.flow_double_block_3{
    width: 940px;
    background: #f1fbff;
    border: 4px solid #6ec8ed;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}
.tri_2{
    text-align: center;
    margin: 20px auto -10px auto;
    width: 0;
    height: 30px;
    border: 30px solid transparent;
    border-top: 20px solid #585858;
}
.flow_under_text{
    margin: -10px 0 30px 28px;
    font-size: 15px;
}
.flow_under_text .b{
    color: #6ec8ed;
}
.flow_under_text .r{
    color: #e87087;
}
.flow_smf{
    display: none;
}

.flow_top{
    margin: 0 0 35px 0;
}
.flow_sec_title{
    border-left: 6px solid #B00000;
    border-bottom: 1px solid #B00000;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 20px;
    margin: 40px 0 20px 0;
}

.flow_top_bt{
    width: 750px;
    margin: 0 auto;
}
.flow_top_bt a{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
}
.flow_top_bt a:nth-child(1),
.flow_top_bt a:nth-child(2){
    margin: 0 15px 10px 0;
}
.flow_top_bt a:nth-child(3){
    margin: 0 0 10px 0;
}
.flow_top_bt a:hover{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.flow_here{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 0 15px 10px 0;
}



/* ----------------------------------------------
   導入の流れ（KDDI）
------------------------------------------------- */
.flow_all_frame_kd{
    position: relative;
    width: 1000px;
}
.flow_title_kd{
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 22px 0;
    padding: 8px 0 0 0;
}
.flow_title_kd div{
    font-size: 14px;
    font-weight: normal;
}
.flow_kd_block_1{
    width: 940px;
    background: #f1fbff;
    border: 4px solid #6ec8ed;
    border-radius: 5px;
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 20px auto;
    text-indent: -25px;
}
.flow_kd_block_2{
    width: 940px;
    background: #fff6f8;
    border: 4px solid #e87087;
    border-radius: 5px;
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 20px auto;
    text-indent: -25px;
}
.flow_kd_block_1 span,
.flow_kd_block_2 span{
    font-weight: bold;
    margin: 0 5px 0 0;
    font-size: 23px;
}
.tri_kd{
    text-align: center;
    margin: 0 auto -10px auto;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 20px solid #585858;
}
.flow_kd_block_1 .s_text,
.flow_kd_block_2 .s_text{
    font-size: 14px;
    margin: 4px 0 3px 25px;
}



/* ----------------------------------------------
   導入の流れ（NTT）
------------------------------------------------- */
.flow_all_frame_nt{
    width: 1000px;
}
.flow_top_bt_nt{
    width: 750px;
    margin: 0 auto;
}
.flow_top_bt_nt a{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
}
.flow_top_bt_nt a:nth-child(1),
.flow_top_bt_nt a:nth-child(2){
    margin: 0 15px 10px 0;
}
.flow_top_bt_nt a:nth-child(3){
    margin: 0 0 10px 0;
}
.flow_top_bt_nt a:hover{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.flow_here_nt{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 0 0 10px 0;
}
.flow_left_frame_nt{
    width: 50%;
    height: 1500px;
    float: left;
    padding: 10px 0 0 0;
    border-right: 1px dashed #bbbbbb;
}
.flow_right_frame_nt{
    width: 50%;
    height: 1500px;
    float: right;
    padding: 10px 0 0 0;
}
.flow_title_nt{
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
}
.flow_title_nt div{
    font-size: 14px;
    font-weight: normal;
}
.ntt_top_text{
    margin: 20px 0 -75px 30px;
}
.flow_block_3_nt{
    border: 4px solid #888888;
    border-radius: 5px;
    padding: 15px 15px 15px 40px;
    font-size: 23px;
    margin: 0 0 20px 0;
    text-indent: -25px;
    background: #f1f1f1;
    text-align: center;
}



/* ----------------------------------------------
   パートナープログラム
------------------------------------------------- */
.part_title{
    width: 1000px;
    line-height: 30px;
    margin: 0 0px 5px 0px;
    padding:  0px 0px 0px 15px;
    text-align:left;
    background-color: #f56e7e;
    font-size: 130%;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
}
.part_title_2{
    width: 1000px;
    line-height: 30px;
    margin: 40px 0px 5px 0px;
    padding:  0px 0px 0px 15px;
    text-align:left;
    background-color: #f56e7e;
    font-size: 130%;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
}
.part_text_1{
    margin: 10px 0 0 15px;
}
.part_text_bold{
    font-weight: bold;
}
.part_arrow_img{
    display: block;
    width: 80px;
    margin: 8px 0 8px 15px;
}
#partner_img{
    width: 100%;
    margin: 30px 0;
}
.part_text_1 ul{
    margin: 0 0 0 -20px;
}

/* ----------------------------------------------
   会社概要
------------------------------------------------- */
.corp_table_top{
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    margin: 40px 0 0 0;
}
.corp_table{
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: none;
}
.corp_table_top div,
.corp_table div{
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.corp_table_top #one{
    width: 240px;
    border-right: 1px solid #cccccc;
    text-align: left;
    font-size: 18px;
    background: #f3fbfe;
    border-left: 5px solid #7cd3ff;
}
.corp_table #one{
    width: 240px;
    border-right: 1px solid #cccccc;
    text-align: left;
    font-size: 18px;
    background: #f3fbfe;
    border-left: 5px solid #7cd3ff;
}
.corp_table_top #one p,
.corp_table #one p{
    padding: 16px 12px 6px 12px;
}
.corp_table_top #two p,
.corp_table #two p{
    font-size: 18px;
    padding: 16px 12px 6px 12px;
}
.corp_table #one p span{
    color: #ff0000;
    margin: 0 0 0 3px;
}


/* ----------------------------------------------
   お見積りフォーム　お客様情報入力画面
------------------------------------------------- */
.simu_cus_table_top{
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    margin: 40px 0 0 0;
}
.simu_cus_table{
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: none;
}
.simu_cus_table_top div,
.simu_cus_table div{
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.simu_cus_table_top #one{
    width: 240px;
    border-right: 1px solid #cccccc;
    text-align: left;
    font-size: 18px;
    background: #f3fbfe;
    border-left: 5px solid #7cd3ff;
}
.simu_cus_table #one{
    width: 240px;
    border-right: 1px solid #cccccc;
    text-align: left;
    font-size: 18px;
    background: #f9fff1;
    border-left: 5px solid #96cc52;
}
.simu_cus_table_top #one p,
.simu_cus_table #one p{
    padding: 16px 12px 6px 12px;
}
.simu_cus_table_top #two p,
.simu_cus_table #two p{
    color: #0000FF;
    font-weight: bold;
    padding: 16px 12px 6px 12px;
}
.simu_cus_table #one p span{
    color: #ff0000;
    margin: 0 0 0 3px;
}

.simu_cus_in{
    padding: 13px 13px 130px 13px;
}
.simu_cus_input{
    margin: 13px 0 0 13px;
    width: 500px;
}
.simu_cus_input2{
    margin: 13px 0 0 13px;
    width: 100px;
    float: left;
}
.simu_cus_textarea{
    margin: 13px 0 13px 13px;
    width: 600px;
}

#simu_navi {
    width: 950px;
    margin: 30px auto 0 auto;
    text-align: center;
}
#simu_navi ul {
    list-style: none;
}
#simu_navi ul li {
    display: inline;
}
#simu_navi ul li {
    float: left;
    height: 50px;
    width: 126px;
    line-height: 47px;
    background: #c6ecff;
    text-align: center;
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 5px 0 5px;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}
#simu_navi ul li:before {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
#simu_navi ul li:after {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #c6ecff;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
    transition: .4s;
}
#simu_navi ul li:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0 30px 0 32px;
    margin: 0 5px 0 -40px;
}
#simu_navi ul li:first-child:before {
    display: none;
}

#simu_navi ul li.confirm{
    background: #86ecff;
}
#simu_navi ul li.confirm:after{
    border-left: 10px solid #86ecff;
}

#simu_navi ul li.send{
    background: #36ecff;
}
#simu_navi ul li.send:after{
    border-left: 10px solid #36ecff;
}


#simu_navi ul li.active{
    background: #FFCFB9;
    color: #0000FF;
}
#simu_navi ul li.active:after{
    border-left: 10px solid #FFCFB9;
}
#simu_navi2 {
    display: none;
}



/* ----------------------------------------------
   LINEスタンプ
------------------------------------------------- */
.line_text_1{
    color: #FF0000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.line_text_2{
    color: #0000FF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 0 0;
}
.line_st_frame{
    width: 760px;
    margin: 20px auto 0 auto;
}
.line_st_s_frame{
    margin: 0 0 30px 0;
    text-align: center;
}
.line_st_s_frame:nth-child(odd){
    float: left;
}
.line_st_s_frame:nth-child(even){
    float: right;
}
.line_st{
    text-align: center;
}
.line_st p{
    font-size: 17.5px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.line_under{
    text-align: center;
    margin: 20px 0 0 0;
}
.line_under_text{
    font-weight: bold;
    font-size: 16px;
    color: #0000FF;
}



/* ----------------------------------------------
   スマホケース販売
------------------------------------------------- */
.sale_text{
    font-size: 130%;
}
.case_type_neme{
    margin:5px 0 0 0;
    font-size: 110%;
}
.case_kisyu_neme{
    margin: 15px 0 0 0;
}
.sec-table{
    padding: 5px;
}
#image_page_link{
    font-size:160%;
    font-weight:bold;
    text-align: center;
    margin: 0 0 30px 0;
}
input#submit_button {
    padding: 20px 26px;
    background-color: #363b58;
    color: #FFFFFF;
    border:none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*font-size: 130%; */
}
.kisyu_neme{
    font-weight: bold;
    font-size: 120%;
}

.shop_case_table_1{
    width: 499px;
    border-bottom: none;
    float:left;
}
.shop_case_table_2{
    width: 498px;
    border-left: none;
    border-bottom: none;
    float:right;
}
.shop_case_table_3{
    width: 498px;
    border-left: none;
    float:right;
}
.shop_case_table_4{
    width: 499px;
    float:left;
}
.shop_case_table_image{
    width: auto;
}
.shop_case_table_image_posi{
    float: left;
    margin: 10px 0 0 10px;
}
.shop_case_table_image_posi_2{
    float: left;
    margin: 10px 10px 0 0;
}
.shop_case_table_title{
    font-weight:bold;
    font-size:16px;
    color:#880000;
    margin: 10px 0 5px 0;
}
.shop_case_table_money{
    font-weight:bold;
    font-size: 16px;
    margin: 5px 0 10px 0;
}
.shop_case_table_select_1{
    width:180px;
    margin-bottom:5px;
}
.shop_case_table_select_2{
    width:100px;
    margin-bottom:5px;
}
.shop_case_table_button{
    margin: 0 0 115px 0;
}
.shop_case_table_button_2{
    margin: 0 0 136px 0;
}
.shop_case_table_under_link{
    clear:both;
    padding: 30px 0 0 0;
}



/* ----------------------------------------------
  特集・ご提案
------------------------------------------------- */
/*---------------- 電話業務のイライラ -----------------*/
.topic{
    width:956px;
    margin-left:22px;
    margin-right:22px;
    overflow:hidden;
    clear:both;
    margin-bottom:20px;
}
.topic_ri{
    width:409px;
    float:right;
    margin:0px;
    height:295px;
    padding:0px;
}
.topic_left{
    float:left;
    width:537px;
    padding-right:10px;
    margin:0px;
    text-align:left;
}
.topic_left_text{
    height:250px;
}
.red{
    color:#e4402d;
    font-weight:bold;
}
.topic_left_link{
    width:537px;
    text-align:right;
    height:45px;
}
#mail{
    width:936px;
    border:solid 1px #cff3ff;
    padding-top:70px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    background-image:url(//naisen.jp/mail_back.jpg);
    background-repeat:repeat-x ;
    text-align:center;
    margin-left:22px;
    margin-right:22px;
    clear:both;
    margin-bottom:20px;
    margin-top:50px;
}
#sitelink{
    width:956px;
    text-align:center;
        margin-left:22px;
    margin-right:22px;
        clear:both;
    margin-top:50px;
}

/*------------------- テレワーク --------------------*/
.telework {
    font-size: large;
}
.telework div {
    padding: 10px 0px 10px 20px;
    background-image: url(//naisen.jp/bg_q_blue.jpg);
    font-size: 1.3em;
}
.telework table{
    border-collapse: collapse;
    border-spacing: 6px;
    border-style: none;
    width: 650px;
    border-color: #DCDCDC;
}
.telework td {
    padding: 5px;
    background-color:#F5FFFA;
    border: 1px solid;
    border-color: #DCDCDC;
}
.telework th {
    background-color: #FAEBD7;
    padding: 5px;
    width: 20%;
    text-align: center;
    border: 1px solid;
    border-color: #DCDCDC;
}
.telework p {
    font-size: 1.2em;
    font-weight: bold;
}

/*-------------------- コラム2 ---------------------*/
.column_02 {
    font-size: large;
}
.column_02 div.blue {
    padding: 10px 0px 10px 20px;
    background-image: url(//naisen.jp/bg_q_blue.jpg);
    font-size: 1.3em;
}
.column_02 div.orange {
    padding: 10px 0px 10px 20px;
    background-image: url(//naisen.jp/images/bg_q2.jpg);
    font-size: 1.3em;
}
.column_02 p {
    font-size: 1.8em;
    text-align: center;
    padding-top: 50px;
    margin-bottom: -22px;
}
.column_02 h {
    font-size: 1.8em;
    float: right;
    background-color: lightgoldenrodyellow;
    padding: 15px 12px 12px;
    border-radius: 14px;
}
.column_02 h:hover{
    background-color: orange;
}

#example_pagetitle{
    font-weight: bold;
    font-size: 26px;
    width: 1000px;
    border-bottom: 3px solid #FACC2E;
    margin: 27px 0 10px 0;
    padding: 0 0 5px 0;
}



/* ----------------------------------------------
  Twitterアーカイブ
------------------------------------------------- */
.tw_ar_all_frame{
    position: relative;
    width: 1000px;
    padding: 20px 0 0 0;
}
.tw_ar_left{
    float: left;
    width: 770px;
}
.tw_ar_top{
    border-bottom: 1px solid #bbbbbb;
    margin: 0 30px 60px 0;
    padding: 0 0 7px 0;
}
.tw_ar_prev{
    text-align: left;
    float: left;
    width: 250px;
    font-size: 16px;
    margin: 8px 0 0 0;
}
.tw_ar_next{
    text-align: right;
    float: left;
    width: 240px;
    font-size: 16px;
    margin: 8px 0 0 0;
}
.tw_ar_month{
    text-align: center;
    float: left;
    width: 250px;
    font-weight: bold;
    font-size: 24px;
}
.tw_ar_main{
    width: 530px;
    margin: 0 auto 0 auto;
}
.tw_ar_under{
    border-top: 1px solid #bbbbbb;
    margin: 60px 30px 0 0;
    padding: 7px 0 0 0;
}
.tw_ar_main .twitter-tweet{
    border: 1px solid #cccccc !important;
    border-radius: 5px;
}

.tw_ar_right{
    width: 228px;
    position: fixed;
    top: 150px;
    margin: 0 0 0 770px;
    background: #f5fcff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.tw_ar_right_title{
    text-align: center;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
    padding: 6px 0;
    margin: 0 0 15px 0;
    background: #19a6ec;
    color: #ffffff;
    font-size: 20px;
}
.tw_ar_right_in{
    margin: 0 0 20px 20px;
    padding: 0 0 20px 0;
}
.tw_ar_right_in a{
    line-height: 28px;
    font-size: 17px;
}


/* ----------------------------------------------
  サービスご利用中のお客さま
------------------------------------------------- */
.support_top_text{
    font-size: 16px;
}
.support_frame{
    margin: 45px 0 0 0;
}
.support_s_title{
    font-size: 20px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 4px;
    background: #157ca6;
    color: #ffffff;
}
.support_in_1{
    font-size: 15px;
    padding-left: 1em;
    text-indent: -1em;
    margin: 15px 0 0 15px;
}
.support_in_2{
    font-size: 15px;
    margin: 15px 0 0 15px;
}
.support_in_3{
    font-size: 15px;
    margin: 15px 0 0 15px;
}
.support_in_4{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0 15px;
}


/*--- 2016/06/28 追記 ---*/
#header_r_cus{
    display: block;
    background: #157ca6;
    width: 196px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    float: right;
    margin: 0 5px 0 0;
    transition: .4s;
}
}









































/*---------------------- 横幅が767px以下の場合に適用 ----------------------*/
.simu_cus_input2{
    margin: 13px 0 0 13px;
    width: 100px;
    float: left;
}

@media all and (max-width: 767px){
.page_title{
    font-size: 25px;
    margin: 15px 0 30px 10px;
    color: #555555;
}
.data_title{
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #aaaaaa;
}
.rwd{
    text-align: center;
    margin: 40px 0 0 0;
}
/*----- header -----*/
header{
    top:0px;
    width: 100%;
    height: 50px;
    z-index: 999999;
    position: fixed;
    background: #ffffff;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
}
#logo{
    float: left;
    height: 30px;
    margin: 11px 0 0 10px;
}
#header_r_top{
    display: none;
}
.dropmenu{
    display: none;
}
#menu_res{
    float: right;
    margin: -33px 10px 0 0;
}

#main {
    background: #ffffff;
}


/*----- パンくずリスト -----*/
#breadcrumb {
    width: 100%;
    margin: 50px 0 0 0;
    background: #f4f4f4;
}
#breadcrumb ul {
    list-style: none;
}
#breadcrumb ul li {
    display: inline;
}
#breadcrumb ul li a {
    float: left;
    height: 25px;
    line-height: 25px;
    background: #dddddd;
    text-align: center;
    padding: 0 8px 0 17px;
    position: relative;
    margin: 0 1px 0 1px;
    font-size: 11px;
    text-decoration: none;
    color: #555555;
}
#breadcrumb ul li a:before {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
}
#breadcrumb ul li a:after {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #dddddd;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
    transition: .4s;
}
#breadcrumb ul li:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0 10px 0 12px;
    margin: 0 0 0 -40px;
}
#breadcrumb ul li:first-child a img{
    margin: -2px 0 0 0;
}
#breadcrumb ul li:first-child a:before {
    display: none;
}
#breadcrumb ul li a:hover {
    background: #cccccc;
}
#breadcrumb ul li a:hover:after {
    border-left-color: #cccccc;
}
#breadcrumb_home{
    margin: 7px 0 0 0;
}



/* ----------------------------------------------
   トップページ
------------------------------------------------- */
#top_image {
    display: none;
}
#top_movie{
    display: none;
}
.smf_top_image_frame{
    position: relative;
}
.smf_top_image{
    width: 100%;
    margin: 50px 0 10px 0;
}

#smf_movie_top_text{
    background-color: #B00000;
    color: #FFFFFF;
    width: 100%;
    font-size: 11px;
    padding: 6px 0;
    text-align: center;
}
#smf_movie_top_iframe{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#smf_movie_top_iframe iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#top_text{
    font-size: 13px;
    margin: 25px 12px 0 12px;
    background: #ffffff;
}
#top_midle_text{
    font-size: 14px;
    margin: 0 12px 10px 12px;
    line-height: 21px;
}
.naisen_image{
    display: block;
    width: 92%;
    margin: 0 auto;
}
.top_sub_frame{
    margin: 30px 0 0 0;
    text-align: center;
    width: 100%;
    background: #ffffff;
}
.top_sub_frame_in{
    display: inline-block;
}
.top_sub_frame img{
    display: inline-block;
    margin: 0 0 25px 0;
    width: 92%;
}

.top_frame_1{
    width: 100%;
    padding: 0 0 40px 0;
    margin: 20px 0 0 0;
    background: #FFEEEE;
}
.top_frame_2{
    width: 100%;
    background: #FFEEEE;
    padding: 0 0 40px 0;
}
.top_frame_3{
    width: 100%;
    background: #ffffff;
    padding: 0 0 40px 0;
}
.top_frame_1_in{
    width: 100%;
    margin: 0 auto;
}
.top_sec_title{
    text-align: center;
    width: 100%;
    padding: 40px 5px 40px 5px;
    font-size: 22px;
    font-weight: bold;
    color: #555555;
}

/*番号案内*/
#top_num_guide{
    margin: 20px 12px 10px 12px;
}
#top_num_guide_l{
    margin: 0 -12px;
}
#top_num_guide_r{
    margin: 40px -12px 45px -12px;
}
.num_guide_title_l{
    font-weight: bold;
    color: #ffffff;
    background: #6baca6;
    font-size: 19px;
    padding: 9px 0 9px 15px;
}
.num_guide_title_r{
    font-weight: bold;
    color: #ffffff;
    background: #619a0d;
    font-size: 19px;
    padding: 9px 0 9px 15px;
}
.num_guide_in{
    font-size: 14px;
    margin: 10px 15px 0 15px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #aaaaaa;
}
.num_guide_in span{
    font-weight: bold;
    color: #f56c7b;
}
.num_guide_s_text{
    font-size: 13px;
    margin: 8px 20px 0 20px;
    font-weight: normal;
}
.num_guide_under_1{
    margin: 0 10px 0 32px;
    font-weight: bold;
    font-size: 18px;
    color: #555555;
}
.num_guide_under_2{
    margin: 0 10px 0 32px;
    font-weight: bold;
    font-size: 18px;
    color: #555555;
    letter-spacing: -1px;
}
.num_guide_under_1 span{
    font-weight: bold;
    color: #619a0d;
}

/* 成功事例・導入目的 */
.top_suc{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.top_suc_title{
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 17px;
}
.top_suc_left_in,
.top_suc_right_in{
    font-size: 13px;
    margin: 0 0 2px 0;
}
.top_suc_left_in:before{
    content: url("../images/chk.png");
    margin: 0 2px 0 0;
    position: relative;
    top: 6px;
}
.top_suc_right_in:before{
    content: url("../images/chk2.png");
    margin: 0 4px 0 0;
    position: relative;
    top: 6px;
}
.top_suc_right_in{
    padding-left: 59px;
    text-indent: -59px;
}
.aremokoremo{
    display: none;
}
.aremokoremo_2{
    display: block;
    margin: 15px auto 15px auto;
    width: 130px;
}
.top_bt_1{
    display: block;
    background: #B00000;
    color: #ffffff;
    width: 92%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 40px auto 0 auto;
    font-size: 18px;
    border-radius: 8px;
}
.top_bt_1:hover{
    color: #ffffff;
}

/* 13秒でわかる、着信時の参考動画 */
.top_13mv_iframe{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top_13mv_iframe iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.top_13mv_text{
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 21px;
    padding: 0 12px;
}
.top_13mv_text span{
    font-weight: bold;
    color: #82BC40;
}

/* 機能・特徴一覧 */
.top_fun{
    width: 300px;
    margin: 0 auto;
}
.top_fun a{
    display: inline-block;
    width: 140px;
    height: 178px;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    transition: .4s;
    float: left;
    margin: 0 5px 10px 5px;
}
.top_fun a img{
    width: 138px;
    border-radius: 7px 7px 0 0;
}
.top_fun a div{
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    margin: 16px 0 0 0;
    padding: 0 3px;
}
.top_fun a div.row{
    margin: 26px 0 0 0;
}

/* お見積もり・お申込み */
.top_est_text{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 0 12px;
}
.top_est_bt{
    width: 100%;
    margin: 20px auto 0 auto;
}
.top_est_bt a img{
    display: block;
    width: 92%;
    margin: 10px auto 0 auto;
}

/* プレスリリース・メディア掲載 */
.top_Pub_text{
    display: block;
    text-align: center;
    border: 1px solid #800000;
    border-radius: 5px;
    padding: 7px 0;
    font-size: 12px;
    margin: 0 12px;
}
.top_Pub_text:hover{
    color: #ffffff;
    border: 1px solid #800000;
    background: #800000;
}
.top_pub_table{
    display: block;
    width: 92%;
    margin: 20px auto 0 auto;
    font-size: 12px;
}
.top_pub_table td{
    vertical-align: top;
    padding: 3px 0;
    border-bottom: 1px solid #dddddd;
}
.top_pub_table tr td:nth-child(1){
    width: 85px;
}

/* naisenを知る */
.top_know{
    float: left;
    width: 50%;
}
.top_know img{
    width: 100%;
}


/* フッターコンテンツ */
.footer_contents{
    width: 100%;
    margin: 50px auto 0 auto;
}
.footer_contents a img{
    width: 100%;
}
.bt_rec01{
    width: 95%;
    display: block;
    margin: 10px auto 0 auto;
}
.bt_demo{
    width: 95%;
    display: block;
    margin: 5px auto 0 auto;
}
.footer_kome_frame{
    margin: 25px 0;
}
.footer_kome{
    font-size: 12px;
    line-height: 18px;
    margin: 0 12px;
    padding-left: 27px;
    text-indent: -27px;
}
.footer_kome span{
    color: #ee0000;
    font-weight: bold;
    margin: 0 7px 0 0;
}
/* フッターメイン */
footer{
    width: 100%;
    background: #EDEDED;
    margin: 40px 0 0 0;
}
.footer_in{
    width: 100%;
    margin: 0 auto;
}
.footer_in_left{
    float: left;
    margin: 30px 0 20px 0;
}
.footer_in_left > a > img {
  width: 80px;
  margin: 8px;
}
.footer_in_left > img {
  width: 240px;
  margin: 8px;
}

.footer_in_left p{
  clear: both;
    font-size: 9px;
    color: #646464;
    margin: 5px 0 25px 12px;
}
.footer_in_right{
    float: left;
    width: 155px;
    margin: 10px 5px 0 15px;
    padding: 5px 0 0 0;
}
.footer_in_right_2{
    float: left;
    width: 160px;
    margin: 10px 5px 0 15px;
    padding: 5px 0 0 0;
}
.footer_in_right div,
.footer_in_right_2 div{
    font-weight: bold;
    margin: 0 0 8px 0;
}
.Copyright{
    background: #B00000;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    margin: 30px 0 0 0;
    font-size: 12px;
}

/* フッター2 */
#footer2{
    width: 100%;
    background: #EDEDED;
    margin: 40px 0 0 0;
    position: relative;
}
#footer2_in{
    padding: 30px 0 80px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#footer2_text_1{
    font-size: 18px;
    font-weight: bold;
}
#footer2_photo{
    margin: 10px 0 0 0;
    font-size: 26px;
}
#footer2_photo i{
    margin: 0 10px 0 0;
}
#footer2_border{
    width: 90%;
    display: block;
    margin: 3px auto 0 auto;
}
#footer2_text_2{
    margin: 4px 0 0 0;
    font-size: 13px;
}
.Copyright2{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #B00000;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
}
.footer2_right{
    margin: 40px 12px 0 12px;
    text-align: left;
}
.footer2_com_name{
    font-weight: bold;
    margin: 20px 0 15px 0;
    font-size: 17px;
}
.footer2_com_text{
    color: #B00000;
    font-weight: bold;
    margin: 0 12px;
}

/*----- charge.html -----*/
.charge_top_text{
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
}
.charge_top_bt{
    display: block;
    text-align: center;
    background: #800000;
    color: #ffffff;
    width: 92%;
    margin: 10px auto 0 auto;
    padding: 5px 10px 6px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.charge_top_bt:hover{
    color: #ffffff;
}

.cha_s_title{
    margin: 50px auto 20px auto;
    border-left: 7px solid #B00000;
    border-bottom: 1px solid #B00000;
    padding: 3px 7px;
    font-size: 16px;
    width: 92%;
}
.cha_cal_frame{
    margin: 0 auto;
}
.cha_cal_left{
    width: 230px;
    margin: 0 auto;
}
.cha_cal_left_in{
    width: 230px;
    height: 105px;
    border: 5px solid #b5cee6;
    border-radius: 15px;
    color: #b5cee6;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.cha_cal_left_in p{
    display: inline-block;
    margin: 20px 6px 0 0;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    background: #b5cee6;
    color: #ffffff;
    border-radius: 40px;
}
.cha_cal_left_in_2{
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 19px;
}
.cha_cal_center{
    width: 230px;
    margin: 0 auto;
}
.cha_cal_center_in{
    width: 230px;
    height: 105px;
    border: 5px solid #84bd2b;
    border-radius: 15px;
    color: #84bd2b;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.cha_cal_center_in p{
    display: inline-block;
    margin: 20px 6px 0 0;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    background: #84bd2b;
    color: #ffffff;
    border-radius: 40px;
}
.cha_cal_center_in_2{
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 17px;
}
.cha_cal_right{
    width: 230px;
    margin: 0 auto;
}
.cha_cal_right_in{
    width: 230px;
    height: 105px;
    border: 5px solid #005619;
    border-radius: 15px;
    color: #005619;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding: 23px 0 0 0;
}
.cha_cal_plus{
    width: 30px;
    font-size: 50px;
    font-weight: bold;
    margin: -8px auto 3px auto;
}
.cha_cal_equal{
    width: 30px;
    font-size: 50px;
    font-weight: bold;
    margin: 0 auto 0 auto;
    transform: rotate( -90deg );
}
.cha_detail_title{
    font-size: 18px;
    margin: 30px 0 0 10px;
    padding: 0 0 0 0;
    font-weight: bold;
}
.cha_detail_title span{
    display: inline-block;
    margin: 20px 6px 0 0;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 35px;
    background: #b5cee6;
    color: #ffffff;
    border-radius: 40px;
    font-weight: bold;
}

.cha_detail_table_1{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 10px 0 0 0;
}
.cha_detail_table_1 th{
    border: 1px solid #cccccc;
    padding: 12px 0;
}
.cha_detail_table_1 th p{
    color: #ffffff;
    font-size: 10px;
    margin: 0 0 -3px 0;
}
.cha_detail_table_1 th:nth-child(1){
    width: 300px;
    font-size: 19px;
    padding: 0 0 0 10px;
}
.cha_detail_table_1 th:nth-child(2){
    width: 175px;
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#4fbdff, #5bcaff);
    color: #ffffff;
}
.cha_detail_table_1 th:nth-child(3){
    width: 175px;
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#ff83c6, #ffa4d5);
    color: #ffffff;
}
.cha_detail_table_1 th:nth-child(4){
    width: 175px;
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#252747, #344361);
    color: #ffffff;
}
.cha_detail_table_1 th:nth-child(5){
    font-size: 19px;
    text-align: center;
    background: radial-gradient(#ed8800, #f09600);
    color: #ffffff;
}
.cha_detail_table_1 td{
    border: 1px solid #cccccc;
    padding: 14px 12px;
}
.cha_detail_table_1 td.row_2{
    text-align: left !important;
    font-size: 16px !important;
    line-height: 21px !important;
}
.cha_detail_table_1 td:nth-child(1){
    padding: 0 0 0 10px;
    font-size: 17px;
}
.cha_detail_table_1 td:nth-child(2),
.cha_detail_table_1 td:nth-child(3),
.cha_detail_table_1 td:nth-child(4),
.cha_detail_table_1 td:nth-child(5){
    font-size: 17px;
    text-align: right;
    background: #f3fbfe;
    line-height: 19px;
}

.cha_detail_table_1 td span.td_span_1{
    font-size: 12px;
    line-height: 3px !important;
}


.cha_detail_table_1,
.cha_detail_table_2,
.cha_detail_table_3,
.cha_detail_table_4,
.cha_detail_table_top{
    display: none;
}
.cha_table_under_1{
    font-size: 12px;
    line-height: 15px;
    padding: 5px 12px 0 12px;
}
.detail_smf_title{
    background: #424242;
    color: #ffffff;
    width: 100%;
    margin: 10px auto -5px auto;
    padding: 6px 10px;
}
.detail_smf_title_2{
    background: #424242;
    color: #ffffff;
    width: 100%;
    margin: 25px auto 0 auto;
    padding: 6px 10px;
}
.detail_smf_frame{
    width: 93%;
    margin: 0 auto;
}
.detail_smf_frame_2{
    width: 47%;
    float: left;
}
.detail_smf_frame_3{
    width: 47%;
    float: right;
}
.detail_smf_title_s{
    font-weight: bold;
    border-bottom: 1px solid #424242;
    margin: 16px 0 0 0;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -1px;
}
.detail_smf_title_s .sub{
    color: #777777;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
}
.detail_smf_right .title_lite,
.detail_smf_right .title_pair,
.detail_smf_right .title_pro,
.detail_smf_right .title_once,
.detail_smf_right .title_month,
.detail_smf_right .title_rakuten,
.detail_smf_right .title_kddi,
.detail_smf_right .title_ntt,
.detail_smf_right .title_nuro
{
    clear: both;
    color: #ffffff;
    float: left;
    width: 55px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
    margin: 2px 0;
}
.detail_smf_right .title_lite{
    background: #4fbdff;
}
.detail_smf_right .title_pair{
    background: #ff83c6;
}
.detail_smf_right .title_pro{
    background: #252747;
}
.detail_smf_right .title_once{
    background: #96cc52;
}
.detail_smf_right .title_month{
    background: #7cd3ff;
}
.detail_smf_right .title_rakuten{
    background: #4fbdff;
}
.detail_smf_right .title_kddi{
    background: #ff83c6;
}
.detail_smf_right .title_ntt{
    background: #252747;
}
.detail_smf_right .title_nuro{
    background: #ed8800;
}
.detail_smf_right .in{
    font-size: 12px;
    line-height: 15px;
    overflow: auto;
    padding: 5px 0 0 5px;
    margin: 5px 0;
}
.smf_space{
    margin: 10px auto 6px auto;
    border-top: 1px dashed #aaaaaa;
    width: 92%;
}
.smf_space_2{
    margin: 20px 0 0 0;
}

.cha_detail_title_2{
    font-size: 18px;
    line-height: 21px;
    margin: 50px 0 0 10px;
    padding: 0 0 0 0;
    padding-left: 68px;
    text-indent: -68px;
    font-weight: bold;
}
.cha_detail_title_2 span{
    text-align: center;
    padding: 0 10px;
    font-size: 22px;
    background: #84bd2b;
    color: #ffffff;
    border-radius: 40px;
    font-weight: bold;
    margin: 30px 6px 0 0;
}

.detail_smf_table{
    width: 100%;
    margin: 15px auto 20px auto;
    border-collapse: collapse;
    font-size: 12px;
}
.detail_smf_table td{
    border: 1px solid #cccccc;
    padding: 4px 5px;
}
.detail_smf_table td:nth-child(1){
    width: 160px;
    text-align: left;
}
.detail_smf_table td:nth-child(2){
    text-align: right;
    background: #f3fbfe;
}
.cha_table_under_1_2{
    display: none;
}

.cha_ntt_text{
    margin: 15px 12px 15px 12px;
    font-size: 13px;
    line-height: 16px;
}
.cha_ntt_text_2{
    margin: 0 12px 15px 12px;
    font-size: 13px;
    line-height: 16px;
}
.cha_ntt_text_2 a{
    display: block;
}
.cha_bt_1{
    display: block;
    background: #B00000;
    color: #ffffff;
    width: 90%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 40px auto 0px auto;
    font-size: 18px;
    border-radius: 8px;
    transition: .4s;
}
.cha_bt_1:hover{
    color: #ffffff;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*　2016/06/08 追加文章　*/
.cha_discount_title{
    font-weight: bold;
    font-size: 17px;
    margin: 30px 0 2px 10px;
}
.cha_discount_title span{
    color: #ff0000;
    margin: 0 7px 0 0;
    font-size: 17px;
}
.cha_discount{
    font-size: 15px;
    margin: 0 12px 40px 12px;
    padding: 20px;
    border: 4px solid #e3e3e3;
}
.cha_discount_text{
    margin: 17px 0;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 10px 10px;
    line-height: 30px;
}
.cha_discount_text2{
    margin: 12px 0 0 0;
    font-size: 15px;
}
.cha_discount_ex{
    font-size: 15px;
}
.cha_s_red{
    color: #ff0000;
    font-size: 10px;
}
.cha_st{
    font-weight: bold;
}

.cha_op_text{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 15px 12px 10px 12px;
    padding: 10px;
    border: 1px solid #ee0000;
    color: #555555;
}
.cha_st{
    font-weight: bold;
    color: #7eb539;
}



/* ----------------------------------------------
   Q&A
------------------------------------------------- */
.questopm ul,
.answer ul{
    margin: 0;
    padding: 0;
}
.question{
    width: 100%;
}
.questopm li{
    list-style-type: none;
    margin: 0 10px 0 10px;
}
.answer{
    width: 100%;
    margin: 0px 0px 25px 0px;
}
.answer li{
    list-style-type: none;
}
.pin_title{
    width: 100%;
    line-height: 30px;
    margin: 10px 0px 5px 0px;
    padding:  0px 0px 0px 10px;
    text-align:left;
    background-color: #f56e7e;
    font-size: 130%;
    color: #ffffff;
}
.pin_q{
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    padding-left: 2em;
    text-indent: -2em;
}
.pin_a{
    padding: 5px 0px 15px 0px;
    font-size: 12.5px;
    margin: 0 10px;
}
.pin_q2{
    padding: 6px 0;
    font-size: 13px;
    width: 100%;
    border-left: 5px solid #f56e7e;
    background: #f1f1f1;
    padding-left: 4em;
    text-indent: -4em;
}
.ore_title{
    width: 100%;
    line-height: 30px;
    margin: 10px 0px 5px 0px;
    padding:  0px 0px 0px 10px;
    text-align:left;
    background-color: #ff9759;
    font-size: 130%;
    color: #ffffff;
}
.ore_q{
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    padding-left: 2em;
    text-indent: -2em;
}
.ore_a{
    padding: 5px 0px 5px 0px;
    font-size: 12.5px;
    margin: 0 10px;
}
.ore_q2{
    padding: 6px 0;
    font-size: 13px;
    width: 100%;
    border-left: 5px solid #ff9759;
    background: #f1f1f1;
    padding-left: 4em;
    text-indent: -4em;
}
.gre_title{
    width: 100%;
    line-height: 30px;
    margin: 10px 0px 5px 0px;
    padding:  0px 0px 0px 10px;
    text-align:left;
    background-color: #95c53f;
    font-size: 130%;
    color: #ffffff;
}
.gre_q{
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    padding-left: 2em;
    text-indent: -2em;
}
.gre_a{
    padding: 5px 0px 5px 0px;
    font-size: 12.5px;
    margin: 0 10px;
}
.gre_q2{
    padding: 6px 0;
    font-size: 13px;
    width: 100%;
    border-left: 5px solid #95c53f;
    background: #f1f1f1;
    padding-left: 4em;
    text-indent: -4em;
}
.pur_title{
    width: 100%;
    line-height: 30px;
    margin: 10px 0px 5px 0px;
    padding:  0px 0px 0px 10px;
    text-align:left;
    background-color: #a98abc;
    font-size: 130%;
    color: #ffffff;
}
.pur_q{
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    padding-left: 2em;
    text-indent: -2em;
}
.pur_a{
    padding: 5px 0px 5px 0px;
    font-size: 12.5px;
    margin: 0 10px;
}
.pur_q2{
    padding: 6px 0;
    font-size: 13px;
    width: 100%;
    border-left: 5px solid #a98abc;
    background: #f1f1f1;
    padding-left: 4em;
    text-indent: -4em;
}
.go_top{
    text-align: right;
    width: 100%;
    height: 35px;
    padding: 0 10px 0 0;
    margin: 0 0 10px 0;
}
#pin,
#ore,
#gre,
#pur,
.p_link{
    padding-top: 50px;
    margin-top: -50px;
}
.qanda_border{
    border-top: 1px solid #cccccc;
    margin: 40px 0;
}



/* ----------------------------------------------
   お問合わせ
------------------------------------------------- */
.contact_top{
    margin: 0 10px;
    font-size: 13px;
}
.contact_frame{
    margin: 40px auto 0 auto;
    padding: 30px 0 0 0;
    border-top: 1px solid #cccccc;
    width: 90%;
}
.control-label{
    font-size: 15px;
    margin: 0 0 1px 0;
}
.control-label span{
    color: #CB0F0F;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 0 3px;
    line-height: 10px;
}
/*
.form-group{
    width: 110%;
}
*/
.contact_select{
    padding-top: 0;
    padding-bottom: 0;
}
.contact_border{
    border-bottom: 1px solid #dddddd;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}
.contact_btn{
    text-align: center;
}
.contact_btn_in{
    border: none;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #94cf51;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-family: inherit;
    transition: .4s;
}
.contact_btn_under{
    margin: 20px 0 0 0;
    font-size: 13px;
}
.contact_error{
    margin: 40px auto -30px auto;
    padding: 10px 15px;
    background: #F7B8B8;
    border-radius: 5px;
    width: 92%;
    font-size: 12px;
}
.contact_error_title{
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 12px;
}



/* ----------------------------------------------
   お見積り
------------------------------------------------- */
.simu_top_text{
    font-size: 13px;
}
.simu_title_1{
    font-size: 16px;
    margin: 50px 0 22px 0;
    padding: 0 0 5px 5px;
    font-weight: bold;
    border-bottom: 1px solid #B00000;
    border-left: 7px solid #B00000;
}
.simu_title_2{
    font-size: 16px;
    margin: 50px 0 8px 0;
    padding: 0 0 5px 5px;
    font-weight: bold;
    border-bottom: 1px solid #B00000;
    border-left: 7px solid #B00000;
}
.simu_title_under{
    font-size: 12px;
    font-weight: normal;
}
.simu_input{
    margin: 0 6px 0 0;
    width: 70px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.simu_input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.simu_input_under{
    font-size: 11px;
    color: #808080;
    margin: 10px 0 10px 0;
}
.simu_detail_bt{
    display: inline-block;
    border: 1px solid #800000;
    color: #800000;
    text-align: center;
    border-radius: 3px;
    width: 35px;
    font-size: 12px;
    margin: 0 0 0 6px;
}
.simu_detail_bt:hover{
    display: inline-block;
    background: #800000;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    width: 35px;
    font-size: 12px;
    margin: 0 0 0 6px;
}
.simu_check{
    margin: 3px 0 3px 5px;
}
.simu_cloud_border{
    border-top: 1px solid #dddddd;
    margin: -10px 0 20px 0;
}
.simu_cloud_border_2{
    border-top: 1px solid #dddddd;
    margin: 30px 0 30px 0;
}
.simu_check_2{
    color: #363636;
    font-size: 13px;
}
.simu_input_under_in{
    padding-left: 25px;
    text-indent: -25px;
}
.sumi_radio{
    float: left;
    width: 120px;
    margin: 0 0 0 7px;
    padding: 0 0 25px 0;
}
.simu_imput_posi{
    margin: 14px 6px 0 0;
}
.simu_input_2{
    margin: 0 6px 0 0;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.simu_input_2:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.simu_btn{
    text-align: center;
    margin: 30px 0 0 0;
}
.simu_btn_in{
    border: none;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #94cf51;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-family: inherit;
    transition: .4s;
}
.simu_btn_in:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.simu_btn2{
    display:inline-flex;
}
.simu_btn_in2{
    border: none;
    margin: 10px;
    width: 95%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #94cf51;
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: .4s;
}
.simu_btn_in2:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.simu_btn_under{
    margin: 0 0 20px 0;
    font-size: 13px;
}
.smf_margin{
    margin: 0 15px;
    letter-spacing: -1px;
}
/*
.form-group{
    width: 109%;
}
*/

.simu_hy_space{
    margin: 30px 0 20px 0;
    padding: 30px 0 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}



/* ----------------------------------------------
   お見積り　確認画面
------------------------------------------------- */
.simu_conf_com{
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 20px;
    text-decoration: underline;
}
.simu_conf_t_title{
    font-size: 18px;
    margin: 40px -12px 0 -12px;
    background: #B00000;
    padding: 5px 15px;
    color: #ffffff;
}
.simu_conf_smf .sec_title{
    font-weight: bold;
    margin: 25px 0 0 0;
    font-size: 17px;
    line-height: 18px;
}
.simu_conf_smf .s_title{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 13px;
    color: #777777;
}
.simu_conf_smf table{
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0 0 0;
}
.simu_conf_smf table th{
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}
.simu_conf_smf table th:nth-child(1){
    background: #f9fff1;
    border: 1px solid #cccccc;
    width: 50%;
}
.simu_conf_smf table th:nth-child(2){
    background: #f3fbfe;
    border: 1px solid #cccccc;
    width: 50%;
}
.simu_conf_smf table td{
    text-align: right;
    border: 1px solid #cccccc;
    padding: 6px 6px;
    font-size: 16px;
    vertical-align: top;
}
.simu_conf_smf table td .s_text{
    color: #777777;
    font-size: 10px;
    line-height: 14px;
}
.th_text_1{
    background: #96cc52;
    font-weight: normal;
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px
}
.th_text_2{
    background: #7cd3ff;
    font-weight: normal;
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px
}
.all_price td .price{
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: bold;
}
.all_price th:nth-child(1){
    background: #96cc52 !important;
    border: 1px solid #96cc52 !important;
    width: 50%;
}
.all_price th:nth-child(2){
    background: #7cd3ff !important;
    border: 1px solid #7cd3ff !important;
    width: 50%;
}
.all_price td:nth-child(1){
    background: #f9fff1 !important;
    padding: 10px 5px;
}
.all_price td:nth-child(2){
    background: #f3fbfe !important;
    padding: 10px 5px;
}

.simu_conf_bt_posi{
    text-align: center;
    margin: 60px 0 0 0;
}
.simu_conf_bt_1{
    display: inline-block;
    width: 85%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #B00000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.simu_conf_bt_2{
    display: inline-block;
    width: 85%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #B00000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
.simu_conf_bt_3{
    display: block;
    width: 85%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #bbbbbb;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    transition: .4s;
    border: none;
}
.simu_conf_bt_1:hover,
.simu_conf_bt_2:hover,
.simu_conf_bt_3:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #ffffff;
}
.simu_conf_border{
    border-top: 1px solid #dddddd;
    margin: 30px 0 30px 0;
}
.simu_conf_table{
    display: none;
}



/* ----------------------------------------------
   ナイセンクラウドとは
------------------------------------------------- */
.about_frame_1{
  margin: 0 0 40px 0;
}
.about_frame_1 .text_1{
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #aaaaaa;
}
.about_frame_1 .text_2{
  font-size: 13px;
  line-height: 18px;
}
.about_frame_1 .text_3{
  font-size: 12px;
  color: #777777;
  margin: 3px 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.about_frame_1 img{
    width: 100%;
    margin: 5px 0 0 0;
}

.about_frame_2{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about_frame_2 > div{
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.about_frame_2 .frame_right{
    margin: 0 0 20px 0;
    -webkit-order: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}
.about_frame_2 .text_1{
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #aaaaaa;
}
.about_frame_2 .text_2{
  font-size: 13px;
  line-height: 18px;
}
.about_frame_2 .text_2 span{
    font-weight: bold;
    color: #82BC40;
}
.about_mv_iframe{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}
.about_mv_iframe iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.about_frame_3{
  margin: 50px 0 50px 0;
}
.frame_3_1{
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
.about_title{
  background: #B00000;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 15px;
  margin: 0 -12px 20px -12px;
}
.about_frame_3 img{
    width: 100%;
}
.frame_3_title{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #8eb5cc;
  margin: 8px 0 12px 0;
}
.frame_3_in{
  font-size: 13px;
  line-height: 18px;
}
.frame_3_in_s{
  font-size: 10px;
  line-height: 15px;
  margin: 15px 0 0 0;
  color: #888888;
}

.about_frame_4{
  margin: 0 0 50px 0;
}
.about_frame_4_img{
  width: 100%;
}
.about_frame_4_text{
  margin: 20px 0 0 0;
  font-size: 13px;
  line-height: 18px;
}

.about_frame_5_text{
  font-size: 13px;
  line-height: 18px;
}
.about_frame_5_title{
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.about_frame_5_in{
    padding-left: 1em;
    text-indent: -1em;
    margin: 1px 0 0 0;
}
.about_frame_5_img_1{
  width: 100%;
  margin: 15px 0 0 0;
}
.about_frame_5_dis{
  margin: 20px 0 5px 0;
  font-size: 13px;
}
.about_frame_5 .under_img img{
    width: 100%;
    margin: 0 0 5px 0;
}

/* ----------------------------------------------
   機能・特徴
------------------------------------------------- */
.fun_all{
    width: 300px;
    margin: 0 auto;
}
.fun_all a{
    display: inline-block;
    width: 140px;
    height: 178px;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    transition: .4s;
    float: left;
    margin: 0 5px 10px 5px;
}
.fun_all a img{
    width: 138px;
    border-radius: 7px 7px 0 0;
}
.fun_all a div{
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    margin: 10px 5px 0 5px;
    padding: 0 3px;
}

.manga_all{
    width: 300px;
    margin: 0 auto;
}
.manga_all a{
    display: inline-block;
    width: 140px;
    height: 178px;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    transition: .4s;
    float: left;
    margin: 0 5px 10px 5px;
}
.manga_all a img{
    width: 138px;
    border-radius: 7px 7px 0 0;
}
.manga_all a div{
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    margin: 10px 5px 0 5px;
    padding: 0 3px;
}

/* ----------------------------------------------
   機能・特徴　詳細
------------------------------------------------- */
.fun_data_top{
    margin: 0 12px 20px 12px;
}
.fun_data_text{
    font-size: 14px;
}
.fun_prev,
.fun_next,
.fun_data_thumb figcaption{
    display: none;
}
.main_img{
    width: 100%;
}
.fun_data_thumb{
    text-align: center;
    margin: 50px auto 0 auto;
}
.fun_data_thumb_in{
    display: inline-block;
}
.fun_data_thumb_in div{
    display: inline-block;
    vertical-align: top;
}
.fun_data_thumb_in div img{
    width: 100px;
    margin: 0 0 0 5px 0;
}



/* ----------------------------------------------
   導入事例
------------------------------------------------- */
.example_frame{
    width: 93%;
    height: 107px;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.example_frame:hover{
    box-shadow: 0px 0px 5px rgba(148,207,81,1);
    border: 1px solid #94cf51;
}
.example_frame img{
    border-radius: 5px 0 0 5px;
    height: 105px;
    float: left;
}
.example_frame_text{
    font-size: 14px;
    padding: 5px;
    margin: 0 5px 0 5px;
    width: 180px;
    display: inline-block;
}
.example_title_s{
    margin: 50px 12px 10px 12px;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 19px
}



/* ----------------------------------------------
   モデルケース
------------------------------------------------- */
.model_frame{
    border-top: 1px solid #cccccc;
    overflow: hidden;
    height: auto;
    width: 100%;
}
.model_in_1{
    text-align: center;
    padding: 25px 0 0 0;
}
.model_in_2{
    padding: 10px 0 10px 0;
}
.model_in_3{
  float: right;
  padding: 12px 15px 12px 0;
  border-left: 3px solid #ffffff;
  text-align: right;
  font-size: 16px;
  background: #f5f5f5;
  width: 50%;
  margin: 0 0 20px 0;
}
.model_in_3_2{
  float: left;
  padding: 12px 15px 12px 0;
  border-left: 3px solid #ffffff;
  text-align: right;
  font-size: 16px;
  background: #f5f5f5;
  width: 50%;
  margin: 0 0 20px 0;
}
.model_in_3 div,
.model_in_3_2 div{
  font-weight: bold;
  font-size: 17px;
}
.model_text_1{
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.model_text_3{
  font-size: 13px;
}
.model_text_4{
  font-size: 10px;
  margin: 15px 0 0 0;
  color: #888888;
}
.model_border{
  border-top: 1px solid #cccccc;
}



/* ----------------------------------------------
   お見積もり・お申し込み
------------------------------------------------- */
.simulation_text{
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 30px 0;
}
.simulation_bt a img{
    width: 100%;
}



/* ----------------------------------------------
   動画で見る
------------------------------------------------- */
.movie_all_cm{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-top: 1px solid #dddddd;
    margin: 50px 12px 0 12px;
    padding: 10px 0 0 0;
}
.movie_all_frame{
    margin: 25px auto 0 auto;
    width: 100%;
}
.movie_detail_frame{
    float: left;
    width: 33.33%;
}
.movie_detail_frame a img{
    width: 100%;
}
.movie_s_title,
.movie_s_in{
    display: none;
}



/* ----------------------------------------------
   動画で見る　詳細
------------------------------------------------- */
.mv_detail_title{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.mv_detail_main{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 15px 0 25px 0;
}
.mv_detail_main iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.mv_detail_text{
    font-size: 13px;
    margin: 0 12px;
    padding: 0 0 15px 0;
}
.mv_detail_main_under{
    margin: 0 12px 30px 12px;
}



/* ----------------------------------------------
   動画で見る　関口さん
------------------------------------------------- */
.mv3_all_frame{
    margin: 0 12px 0 12px;
    font-size: 14px;
    line-height: 18px;
}
.mv3_middle_link{
    font-size: 16px;
    font-weight: bold;
}
.mv3_s_title{
    font-weight: bold;
    font-size: 17px;
    margin: 50px 0 20px 0;
}
.mv3_box_1{
    text-align: left;
}
.mv3_box_1 a{
    font-weight: bold;
}
.mv3_box_2{
    text-align: left;
    margin: 25px 0;
}
.mv3_box_3{
    text-align: left;
}



/* ----------------------------------------------
   サクセスストーリー
------------------------------------------------- */
.success_frame{
    margin: 0 0 30px 0;
}
.success_frame img{
    width: 100%;
}
.success_frame_top{
    text-align: right;
    font-size: 14px;
}
.success_frame_2{
    font-size: 14px;
    margin: 0 12px;
}



/* ----------------------------------------------
   ないせん！
------------------------------------------------- */
.tw_box_pc{
    display: none;
}
.detail-p{
    text-align: center;
    font-weight: bold;
}
.tw_archive_select{
    margin: 0 auto 25px auto;
    display: block;
    width: 90%;
    text-align: center;
}



/* ----------------------------------------------
   ないせんのうた
------------------------------------------------- */
.song_text_1{
    font-size: 14px;
    line-height: 18px;
    margin: 0 12px 15px 12px;
}
.song_mv{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.song_mv iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.song_mv_under{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 25px 12px 0 12px;
}
.song_mv_under_bold{
    font-weight: bold;
}
.song_main{
    font-size: 14px;
    line-height: 18px;
    margin: 50px 12px 0 12px;
}
.song_under_text{
    border-top: 1px solid #dddddd;
    padding: 25px 0 0 0;
    margin: 55px 12px 0 12px;
    font-size: 14px;
}



/* ----------------------------------------------
   導入の流れ（FUSION IP-Phone）
------------------------------------------------- */
.flow_pc{
    display: none;
}

.flow_all_frame_smf label:nth-child(1){
    float: right;
}
.flow_all_frame_smf label:nth-child(2){
    float: left;
}
.flow_all_frame_smf input, .content {
    display: none;
}
#one:checked ~ .one,
#two:checked ~ .two,
#three:checked ~ .three {display: block;}
.flow_all_frame_smf label {
    background: #999999;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}
input:checked + label {background: #B00000;}
.flow_block_1 span,
.flow_block_2 span{
    font-weight: bold;
    margin: 0 5px 0 0;
    font-size: 14px;
}
.flow_block_1{
    background: #f1fbff;
    border: 4px solid #6ec8ed;
    border-radius: 5px;
    padding: 12px 12px 12px 31px;
    margin: 10px 12px;
    font-size: 13px;
    text-indent: -19px;
}
.flow_block_2{
    background: #fff6f8;
    border: 4px solid #e87087;
    border-radius: 5px;
    padding: 12px 12px 12px 31px;
    margin: 10px 12px;
    font-size: 13px;
    text-indent: -19px;
}
.tri{
    text-align: center;
    margin: -5px auto -30px auto;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 10px solid #585858;
}
.flow_block_1 .s_text,
.flow_block_2 .s_text{
    font-size: 10px;
    margin: 0 0 0 20px;
}
.flow_kome{
    margin: 14px 12px;
    font-size: 12px;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.flow_kome .b{
    color: #6ec8ed;
}
.flow_kome .r{
    color: #e87087;
}
.flow_s_title{
    font-weight: bold;
    margin: 16px 12px;
    font-size: 18px;
}
.flow_s_title span{
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 0 5px;
}
.flow_smf_title{
    border-bottom: 2px solid #B00000;
    margin: 0 0 6px 0;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 18px;
}

.flow_top_bt{
    width: 100%;
    margin: 0 auto;
}
.flow_top_bt a{
    display: block;
    width: 31%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
}
.flow_top_bt a:nth-child(1){
    margin: 0 15px 20px 0;
}
.flow_top_bt a:nth-child(2){
    margin: 0 5px 20px 0;
}
.flow_top_bt a:hover{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.flow_here{
    display: block;
    width: 31%;
    height: 50px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 0 5px 20px 6px;
    padding: 10px 0 0 0;
}



/* ----------------------------------------------
   導入の流れ（KDDI）
------------------------------------------------- */
.flow_top_bt_kd{
    width: 100%;
    margin: 0 auto;
}
.flow_top_bt_kd a{
    display: block;
    width: 31%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
}
.flow_top_bt_kd a:nth-child(1){
    margin: 0 5px 20px 6px;
}
.flow_top_bt_kd a:nth-child(2){
    margin: 0 5px 20px 0;
}
.flow_top_bt_kd a:hover{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.flow_here_kd{
    display: block;
    width: 31%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 0 5px 20px 0px;
}



/* ----------------------------------------------
   導入の流れ（NTT）
------------------------------------------------- */
.flow_top_bt_nt{
    width: 100%;
    margin: 0 auto;
}
.flow_top_bt_nt a{
    display: block;
    width: 31%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
}
.flow_top_bt_nt a:nth-child(1){
    margin: 0 5px 20px 6px;
}
.flow_top_bt_nt a:nth-child(2){
    margin: 0 5px 20px 0;
}
.flow_top_bt_nt a:hover{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.flow_here_nt{
    display: block;
    width: 31%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #94cf51;
    color: #ffffff;
    float: left;
    border-radius: 6px;
    transition: .4s;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 0 0 20px 0px;
}
.flow_block_3_nt{
    background: #f1f1f1;
    border: 4px solid #888888;
    border-radius: 5px;
    padding: 12px 12px 12px 31px;
    margin: 10px 12px;
    font-size: 13px;
    text-indent: -19px;
    text-align: center;
}



/* ----------------------------------------------
   パートナープログラム
------------------------------------------------- */
.part_title{
    line-height: 30px;
    margin: 0 0px 5px 0px;
    padding:  0px 0px 0px 10px;
    text-align:left;
    background-color: #f56e7e;
    font-size: 130%;
    color: #ffffff;
    font-weight: bold;
}
.part_title_2{
    line-height: 30px;
    margin: 40px 0px 5px 0px;
    padding:  0px 0px 0px 10px;
    text-align:left;
    background-color: #f56e7e;
    font-size: 130%;
    color: #ffffff;
    font-weight: bold;
}
.part_text_1{
    margin: 10px 15px 0 15px;
}
.part_text_bold{
    font-weight: bold;
}
.part_arrow_img{
    display: block;
    width: 80px;
    margin: 8px 0 8px 15px;
}
#partner_img{
    width: 100%;
    margin: 30px 0;
}
.part_text_1 ul{
    margin: 0 15px 0 -20px;
}


/* ----------------------------------------------
   会社概要
------------------------------------------------- */
.corp_table_top #one p{
    font-weight: bold;
    font-size: 16px;
    padding: 7px 0 7px 10px;
    margin: 10px -10px 15px -10px;
    background: #49afe3;
    color: #ffffff;
}
.corp_table #one p{
    font-weight: bold;
    font-size: 16px;

    padding: 7px 0 7px 10px;
    margin: 10px -10px 15px -10px;
    background: #49afe3;
    color: #ffffff;


}
.corp_table #one p span{
    color: #ff0000;
}


/* ----------------------------------------------
   お見積りフォーム　お客様情報入力画面
------------------------------------------------- */
.simu_cus_table_top #one p{
    font-weight: bold;
    font-size: 16px;
    padding: 7px 0 7px 10px;
    margin: 10px -10px 15px -10px;
    background: #49afe3;
    color: #ffffff;
}
.simu_cus_table #one p{
    font-weight: bold;
    font-size: 14px;

    padding: 7px 0 7px 10px;
    margin: 10px -10px 15px -10px;
    background: #96cc52;
    color: #ffffff;


}
.simu_cus_table #one p span{
    color: #ff0000;
}
#simu_navi {
    display: none;
}
#simu_navi2 {
    text-align: center;
    background: #FFCFB9;
    margin-bottom: 20px;
}


/* ----------------------------------------------
   LINEスタンプ
------------------------------------------------- */
.line_text_1{
    color: #FF0000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0 12px;
}
.line_text_2{
    color: #0000FF;
    font-size: 13px;
    font-weight: bold;
    margin: 25px 12px 0 12px;
}
.line_st_frame{
    margin: 20px auto 0 auto;
}
.line_st_s_frame{
    margin: 0 0 30px 0;
    text-align: center;
}
.line_st_s_frame a img{
    width: 90%;
}
.line_st{
    text-align: center;
}
.line_st p{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 12px 0 12px;
}
.line_under{
    text-align: center;
    margin: 30px 0 0 0;
}
.line_under_text{
    font-weight: bold;
    font-size: 14px;
    color: #0000FF;
    margin: 0 12px;
}
.line_under_img{
    width: 80%;
}



/* ----------------------------------------------
   スマホケース販売
------------------------------------------------- */
.case_frame img:nth-child(2){
    width: 100%;
    margin: -20px 0 0 0;
}
.sale_text{
    margin: -10px 10px 0 10px;
}
#image_page_link{
    margin: -20px 10px 0 10px;
    font-weight: bold;
    font-size: 110%;
}
.shop_case_table_1,
.shop_case_table_2,
.shop_case_table_3,
.shop_case_table_4{
    text-align: center;
}
.shop_case_table_title{
    font-weight:bold;
    font-size:16px;
    color:#880000;
    margin: 10px 10px 5px 10px;
}
.shop_case_table_select_1{
    margin: 0 0 5px 0;
}
.shop_case_table_select_2{
    margin: 0 0 5px 0;
}
.shop_case_table_button,
.shop_case_table_button_2{
    margin: 0 0 40px 0;
}

#table-01{
    display: none;
}
.table-01_res_title{
    margin: 0 10px 5px 10px;
    font-weight: bold;
    font-size: 120%;
}
.table-01_res_inner{
    padding: 0 10px 20px 30px;
}
.shop_case_table_under_link{
    margin: 0 0 0 12px;
}
.shop_case_table_money{
    font-weight:bold;
    font-size: 16px;
    margin: 5px 0 10px 0;
}



/* ----------------------------------------------
  特集・ご提案
------------------------------------------------- */
/*------------------- テレワーク --------------------*/
.tele_top_img{
    width: 100%;
}
.telework {
    font-size: large;
}
.telework div {
    padding: 10px 0px 10px 20px;
    background-image: url(//naisen.jp/bg_q_blue.jpg);
    font-size: 1.3em;
}
.telework table{
    border-collapse: collapse;
    border-spacing: 6px;
    border-style: none;
    border-color: #DCDCDC;
}
.telework td {
    padding: 5px;
    background-color:#F5FFFA;
    border: 1px solid;
    border-color: #DCDCDC;
}
.telework th {
    background-color: #FAEBD7;
    padding: 5px;
    width: 20%;
    text-align: center;
    border: 1px solid;
    border-color: #DCDCDC;
}
.telework p {
    font-size: 1.2em;
    font-weight: bold;
}



/* ----------------------------------------------
  Twitterアーカイブ
------------------------------------------------- */
.tw_ar_all_frame{
    position: relative;
}
.tw_ar_left{
}
.tw_ar_top{
    border-bottom: 1px solid #bbbbbb;
    margin: 0 15px 30px 15px;
    padding: 0 0 7px 0;
}
.tw_ar_prev{
    width: 33%;
    text-align: left;
    float: left;
    font-size: 13px;
    margin: 4px 0 0 0;
}
.tw_ar_next{
    width: 33%;
    text-align: right;
    float: left;
    font-size: 13px;
    margin: 4px 0 0 0;
}
.tw_ar_month{
    width: 33%;
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 17px;
}
.tw_ar_main{
    margin: 0 15px 0 15px;
}
.tw_ar_under{
    border-top: 1px solid #bbbbbb;
    margin: 30px 15px 0 15px;
    padding: 7px 0 0 0;
}
.tw_ar_main .twitter-tweet{
    border: 1px solid #cccccc !important;
    border-radius: 5px;
}

.tw_ar_right{
    background: #f5fcff;
    margin: 40px 0 0 0;
}
.tw_ar_right_title{
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
    margin: 0 0 15px 0;
    background: #19a6ec;
    color: #ffffff;
    font-size: 20px;
}
.tw_ar_right_in{
    margin: 0 0 20px 20px;
    padding: 0;
}
.tw_ar_right_in a{
    line-height: 24px;
    font-size: 15px;
}
}

.event-list {
    box-sizing: border-box;
    padding: 1em;
}

@media screen and (min-width: 600px) {
    .event-list {
        float: left;
        width: 58%;
    }
    .event-calendar {
        margin-left: 58%;
    }
}

.top-image {
  position: relative;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
.top-image-bg {
  width: 300%;
  background-image: url(/images/top_1121/top_bg.jpg);
  background-position: center;
  -webkit-animation: infinitescroll 90s linear infinite;
  -moz-animation:infinitescroll 90s linear infinite;
  -ms-animation:infinitescroll 90s linear infinite;
  -o-animation:infinitescroll 90s linear infinite;
  animation: infinitescroll 90s linear infinite;
}
.top-image-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(/images/top_1121/top_front.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 600px) {
  .top-image-bg {
    height: 600px;
    background-size: auto 600px;
  }
  .top-image-front {
    height: 600px;
    background-size: auto 600px;
  }
  #movie_id {
    width: 448px;
    height: 250px;
  }
  @-webkit-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-1920px, 0, 0); }
  }
  @-moz-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-1920px, 0, 0); }
  }
  @-ms-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-1920px, 0, 0); }
  }
  @-o-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-1920px, 0, 0); }
  }
  @keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-1920px, 0, 0); }
  }
}
@media (max-width: 600px) {
  .top-image-bg {
    height: 230px;
    background-size: auto 100%;
  }
  .top-image-front {
    height: 230px;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url(/images/top_1121/top_front_sp.png);
  }

  #top_movie {
    position: static;
    display: block;
    margin-left: 0;
    width: auto;
  }
  #movie_top_text {
    background-color: #B00000;
    color: #FFFFFF;
    width: 100%;
    font-size: 11px;
    padding: 6px 0;
    text-align: center;
  }
  #movie_top_iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movie_top_iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  @-webkit-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-912px, 0, 0); }
  }
  @-moz-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-912px, 0, 0); }
  }
  @-ms-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-912px, 0, 0); }
  }
  @-o-keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-912px, 0, 0); }
  }
  @keyframes infinitescroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-912px, 0, 0); }
  }
}
.contact-main-number {
  font-size: 24px;
  font-weight: 600;
}
.contact-main-number rt {
  font-size: 9px;
  letter-spacing: 0;
}
@media (max-width: 764px) {
  .contact-banner-box {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }
  .contact-banner-box .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 14px;
  }
  body {
    padding-bottom: 100px;
  }
}
@media (max-width: 330px) {
  .contact-main-number {
    font-size: 20px;
    font-weight: 600;
  }
  .contact-banner-box .btn {
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
  }
  .ipphone-number {
    display: block;
  }
}
@media (max-width: 380px) {
  .ipphone-number {
    display: block;
  }
}
@media (min-width: 764px) {
  .contact-banner-box {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 260px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
  }
  .ipphone-number {
    display: block;
  }
  .contact-banner-box .btn {
    display: block;
    margin-top: 4px;
  }
}

.top-contact-nav {
  padding: 1rem;
  text-align: right;
  background-color: #f22;
}
.top-contact-nav-item {
  display: inline-block;
  padding: .5rem;
  font-weight: 700;
  border: 3px solid #fff;
  border-radius: 6px;
  color: #fff;
}
.top-contact-nav-item .btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
.top-contact-nav-item:hover,
.top-contact-nav-item:active,
.top-contact-nav-item:focus {
  color: #f22;
  background-color: #fff;
}

.contact-banner-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
}

.contact-banner-box .btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1rem;
}

.contact-banner-box .btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
}

.contact-banner-box .btn span {
  display: block;
  margin-left: 1rem;
  text-align: left;
  font-size: 12px;
}

.contact-banner-box .phone-info {
  display: none;
}

@media (min-width: 640px) {
  .sm\:hidden {
    display: none !important;
  }
  .contact-banner-box {
    display: flex;
    flex-direction: column;
  }
  .contact-banner-box .btn span {
    font-size: 16px;
  }

  .contact-banner-box .phone-info {
    display: block;
    padding-bottom: 1rem;
  }
  .contact-banner-box .phone-info .phone-info-lead {
    padding: .5rem;
    color: #fff;
    background-color: #f22;
    font-weight: 700;
  }
  .contact-banner-box .phone-info .phone-info-number {
    margin: .5rem 0;
    font-size: 150%;
    font-weight: 700;
  }
  .contact-banner-box .phone-info .phone-info-time {
    font-size: 1rem;
    font-weight: 700;
  }
}
