@charset "UTF-8";

/*////// FOR SMART PHONE ///////*/


/* COMMON CSS */

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  #nav_global_SP {
    display: none;
    position: absolute;
    z-index: 190;
    right: 10px;
    margin: 0 auto;
    width: 396px;
    /*height: 260px;*/
    background-color: #fff;
    border: 2px #003f98 solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
  }
  #nav_global_SP.open {
    display: block;
  }
  #nav_global_SP > span {
    background-image: url(/sites/all/themes/kddilabs/images/common/sp_menu_top_border.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50%;
    width: 24px;
    height: 18px;
    margin-top: -18px;
    right: 73px;
    display: inherit;
    position: absolute;
    z-index: 190;
  }
  #nav_global_SP > ul {
    font-size: 0;
    border-radius: 7px;
    overflow: hidden;
    width: 399px;
  }
  #nav_global_SP > ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_global_SP > ul > li {
    font-size: 20px;
    box-sizing: border-box;
    font-weight: bold;
    width: 132px;
    height: 99px;
    float: left;
    color: #003f98;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */
    display: table;
  }
  #nav_global_SP > ul > li.twoCol {
    overflow: hidden;
    width: 264px;
  }
  #nav_global_SP > ul > li.halfRow {
    height: 61px;
  }
  #nav_global_SP > ul > li > a {
    color: #003f98;
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
    font-size: 15px;
    height: auto;
  }
  #nav_global_SP > ul > li:first-child {
    border-radius: 7px 0 0 0;
  }
  #nav_global_SP.lang_en > ul > li:last-child {
    border-radius: 0 0 7px 0;
    -webkit-appearance: none;
  }
#nav_global_SP.lang_ja > ul > li:last-child {
    border-radius: 0 0 7px 7px;
    width: 396px;
    height: 62px;
    background-image: url(/sites/all/themes/kddilabs/images/common/icn_mail_blue.png);
    background-repeat: no-repeat;
    background-position: 35% 50%;
    border-top: 1px #cccccc solid;
  }
  #nav_global_SP.lang_ja > ul > li:last-child a{
        padding-left: 10px;
    }
  #nav_global_SP > ul > li.borderBottom {
    border-bottom: 1px #cccccc solid;
  }
  #nav_global_SP > ul > li.borderRight {
    border-right: 1px #cccccc solid;
  }
  #nav_global_SP > ul > li.borderRightWhite {
    border-right: 0 transparent solid;
    width: 132px;
  }
  #nav_global_SP > ul > li.borderRadiusTopRight {
    border-radius: 0 7px 0 0;
    width: 132px;
  }
  #nav_global_SP > ul > li.borderRadiusBottomLeft {
    border-radius: 0 0 0 7px;
  }
  #nav_global_SP > ul > li.twoCol > div.search {
    display: table-cell;
    text-align: left;
    height: 60px;
    vertical-align: middle;
  }
  #nav_global_SP > ul > li.twoCol > div.search input {
    margin-left: 15px;
    height: 30px;
    width: 63%;
    font-size: 20px;
    display: inline-block;
    /*vertical-align: super;*/
  }
  #nav_global_SP > ul > li.twoCol > div.search #search_SP_button {
    display: inline-block;
    width: 30px;
    height: 45px;
    margin-left: 4px;
    padding-top: 10px;
    /*text-align: center;*/
    text-indent: -9999px;
    background-image: url(/sites/all/themes/kddilabs/images/common/icn_search.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    background-size: 30px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
  }
  #search_SP_button img {
    height: 35px;
    width: 35px;
  }
  .sentence {
    font-size: 100%;
    margin: 0 10px;
  }
  .content {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    margin-top: 0px;
    min-width: 320px;
  }
  .vision {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    margin-top: 0px;
    min-width: 320px;
  }
  .contentWidth {
    width: 100%;
    min-width: 320px;
  }
  .select-style {
    width: 100%;
  }
  .txt_note {
    font-size: 80%;
    line-height: 20px;
  }
  .list_ol {
    line-height: 20px;
  }
  .width200 {
    width: 40% !important;
  }
  .width400 {
    width: 80% !important;
  }
  .txt_strong {
    font-size: 90%;
  }
  p.seperate {
    display: none;
  }
  img {
    width: auto;
  }
  p {
    font-size: 100%
  }
  /* STYLE CSS */
  .gotop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 0;
  }
  ul.breadcrumb, ul.breadcrumb.mgB20 {
    padding-left: 10px;
    background: #f1f1f1;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 8px;
    height: auto;
  }
  ul.breadcrumb > li:nth-child(3) {
    display: none;
  }
  #indentify_bar {
    display: none;
  }
  .btn_normal {
    display: table-cell;
    width: fit-content;
    background-position: 90% center;
  }
  .btn_normal > span {
    line-height: 24px;
    width: 100%;
    padding: 5px 15px 5px 0;
  }
  .btn_normal:hover {
    background-color: #b0c8eb;
    color: #003f98;
  }
  .btn_pdf {
    font-size: 14px;
    min-width: 300px;
    height: 24px;
    padding: 13px 0;
    background-image: none;
  }
  .btn_pdf > span {
    line-height: 24px;
    padding: 5px 0 5px 30px;
    background-image: url(/sites/all/themes/kddilabs/images/common/icn_pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .btn_white {
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    border: 1px #e6e6e6 solid;
    background-color: #fff;
    color: #888888;
    cursor: pointer;
    min-width: 220px;
    text-align: center;
  }
  .btn_white > span {
    padding-right: 0px;
  }
  .btn_white:hover {
    background-color: #f1f1f1;
    color: #888888;
  }
  .btn_print {
    font-size: 12px;
    min-width: 158px;
    height: 20px;
    padding: 9px 0;
  }
  .btn_print > span {
    padding-left: 25px;
    background-image: url(/sites/all/themes/kddilabs/images/common/icn_print.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  h1.tth_3 {
    margin: 0 10px;
  }
  h1.tth_3 > span {
    font-size: 100%;
    margin-left: 10px;
  }
  h1.tth_4 {
    margin: 0 10px;
  }
  h1.tth_4 > span {
    font-size: 140%;
  }
  h1.tth_4 > span.subTitle {
    font-size: 110%;
  }
  h4.tth_1 {
    background-position: 0 13px;
  }
  h4.tth_1 > span {
    font-size: 110%;
  }
  .box_about {
    padding: 10px;
    text-align: left !important;
    font-size: 100%;
  }
  .text_right {
    text-align: right !important;
  }
  .btn_filter {
    display: inline-block;
  }
  .sp_model_box {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 200;
    top: 0;
    padding-top: 135px;
  }
  .sp_model_buttonGroup {
    display: block;
    margin: 20px 5%;
  }
  .sp_model_btnLeft {
    float: left;
    background-color: #fff;
    border: 2px #fff solid;
    width: 47%;
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .sp_model_btnRight {
    float: right;
    background-image: url(/sites/all/themes/kddilabs/images/common/btn_background_model_01.png);
    background-repeat: repeat;
    border: 2px #fff solid;
    width: 47%;
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .sp_model_btnLeft > a, .sp_model_btnRight > a {
    display: block;
    font-size: 18px;
    line-height: 47px;
    color: #000;
  }
  p.txt_note {
    margin: 30px 10px 0;
  }
  .sp_infor {
    line-height: 22px;
    font-size: 90%;
    margin-bottom: 20px;
  }
  .sp_lineTop {
    border-top: 1px #eaeaea solid;
  }
  p.txt_note.sp_lineTop {
    border-top: none;
  }
  div.boxBlue_subContent, div.boxGray_subContent {
    margin: 10px;
    padding: 10px;
    font-size: 120%;
  }
  div.boxGray_subContentF {
    border: 2px #eaeaea solid;
    padding: 28px 30px;
  }
  div.boxBlue_subContent > ul > li {
    font-size: 90%;
    border-top: 1px #eaeaea solid;
    margin: 10px 0;
    padding: 10px 0 2px 15px;
    background-position: 0px 17px;
  }
  div.boxGray_subContent p {
    padding: 0;
    margin: 10px 0;
  }
  div.boxGray_subContent p.sentence {
    font-size: 90%;
    line-height: 26px;
  }
  div.boxGray_subContent p.seperate {
    display: block;
  }
  div.boxGray_subContent span.txt_strong {
    display: inline-block;
    font-size: 100%;
    margin-bottom: 10px;
  }
  div.boxGray_subContent img.img_left_text_right, div.boxGray_subContent img.img_right_text_left {
    margin: 5px auto;
    padding: 0;
    float: none;
    display: block;
  }
  #header, .header_inner {
    width: 100%;
    padding: 0;
  }
  #header {
    top: 0;
    /*position: fixed;*/
    margin-top: 0;
  }
  /* Fixed reset */
  #header.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 190;
    position: relative;
  }
  #header.fixed .logo, #header h1.logo a {
    position: absolute;
    left: 5px;
    top: 0px;
    color: #333;
    font-size: 26px;
    background-size: 82px 45px;
    background-position: 5px 50%;
  }
  #header h1.logo img {
    margin-left: 5px;
    margin-top: 5px;
    width: 82px;
    height: 45px;
  }
  #nav_global {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #nav_global ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #nav_global ul li {
    float: none;
    position: static;
  }
  #header #nav_global ul li a, #header.fixed #nav_global ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #nav_global {
    /* #nav_global top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .topPage_header {
    height: auto;
  }
  .topPage_header.white_page {
      height: 56px;
  }

  /* slide */
  #slider {
    margin: 0 auto;
  }
  #slider ul li, #slider ul li img {
    width: auto;
    height: auto;
  }
  h1.tth_1 {
    padding: 10px;
  }
  h1.tth_1 > span {
    font-size: 130%;
    font-weight: bold;
  }
  h1.tth_1 > a.tth_buttonRight {
    padding: 5px 10px;
    margin-top: 3px;
  }
  h1.tth_1 > span > small {
    margin: 10px -10px -10px -10px;
    padding: 10px;
    background: #b0c8eb;
    display: block;
    font-size: 70%;
    text-align: center;
    color: #000;
  }
  h1.tth_2.mgT30 {
    margin-top: 0px !important;
    padding: 20px 10px;
  }
  h1.tth_2 > span {
    font-size: 110%;
  }
  h1.tth_2 > a.tth_buttonRight, h1.tth_2 > div > a.tth_buttonRight {
    padding: 5px 10px;
    margin-top: -2px;
    margin-left: 5px;
  }
  h1.tth_3 {
    background-color: #003f98;
    padding: 10px;
    margin: 0;
  }
  h1.tth_3 > span {
    color: #fff;
  }
  h1.tth_4 {
    padding: 10px;
    margin: 0;
  }
  h1.tth_4 > span {
    color: #444444;
    line-height: 30px;
  }
  h1.tth_4 > span.subTitle {
    line-height: 25px;
  }
  h2.tth_1.mgT70 {
    margin-top: 20px !important;
  }
  .sentence.mgL20.mgT20 {
    margin: 10px !important;
    padding: 0;
  }
  ul.sns_bar {
    text-align: right;
    margin: 15px 10px 10px 10px !important;
  }
  .category_color {
    margin-left: 10px;
  }
  #footer #multilink {
    display: none;
  }
  #footer #copyright {
    width: 100%;
    clear: both;
    margin: 30px 0px 10px 0;
  }
  #footer #copyright > ul > li {
    width: 100% !important;
    padding: 5px 0;
    margin: 0;
    border-top: solid 2px #d8dfe3;
  }
  #footer #copyright > ul > li:last-child {
    border-bottom: solid 2px #d8dfe3;
    margin-bottom: 10px;
  }
  #footer #copyright > ul > li > a {
    display: table-cell;
    width: auto;
    padding: 12px 0 8px 12px;
  }
  #footer #copyright > p {
    display: block;
    padding-left: 10px;
  }
  #footer #copyright .companyName {
    /*border-top: solid 2px #d8dfe3;*/
    /*padding: 20px 0px 0px 10px;*/
  }
  .prd_list.mgT20 {
    margin-top: 5px !important;
  }
  .prd_list.mgB30 {
    margin-bottom: 5px !important;
  }
  table.prd_list .prd_img {
    height: 70px;
    width: 105px;
    padding-right: 10px;
  }
  table.prd_list > tbody > tr > td {
    display: block;
    width: auto;
    margin: -1px 10px;
    padding: 10px;
    min-height: 70px;
  }
  table.prd_list> tbody > tr > td > dl > dt {
    font-size: 100%;
  }
  table.prd_list> tbody > tr > td > dl > dd {
    font-size: 90%;
    line-height: 25px;
  }
  table.prd_list> tbody > tr > td > dl > dd .txt_strong {
    font-size: 110%;
  }
  /* for access map */
  .prd_list_map.mgT20 {
    margin-top: 5px !important;
  }
  .prd_list_map.mgB30 {
    margin-bottom: 5px !important;
  }
  table.prd_list_map .prd_img {
    height: 70px;
    width: 105px;
    padding-right: 10px;
  }
  table.prd_list_map > tbody > tr > td {
    display: block;
    width: auto;
    margin: -1px 10px;
    padding: 10px;
    min-height: 70px;
  }
  table.prd_list_map > tbody > tr > td > dl > dt {
    font-size: 100%;
  }
  table.prd_list_map > tbody > tr > td > dl > dd {
    font-size: 90%;
    line-height: 25px;
  }
  table.prd_list_map > tbody > tr > td > dl > dd .txt_strong {
    font-size: 110%;
  }
  table.prd_list_map .ggmap {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  table.prd_list_map .ggmap iframe,
  table.prd_list_map .ggmap object,
  table.prd_list_map .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  ul.prd_list_rel {
    height: auto;
  }
  ul.prd_list_rel.mgT30.mgB30, ul.prd_list_rel.mgT50.mgB30 {
    margin: 10px !important;
  }
  ul.prd_list_rel > li:nth-child(2n+1), ul.prd_list_rel > li:last-child {
    margin: 10px 0;
    float: none;
  }
  ul.prd_list_rel > li.full_width {
    margin: 0;
    display: table;
  }
  ul.prd_list_rel > li {
    width: auto;
    height: auto;
    padding: 10px;
    margin: 10px;
    display: block;
    min-height: 70px;
  }
  ul.prd_list_rel .prd_img {
    height: 70px;
    width: 105px;
    padding-right: 10px;
  }
  ul.prd_list_rel > li > dl > dd {
    line-height: 23px;
    display: block;
    font-size: 90%;
    display: table-cell;
  }
  ul.lst_anchorLink > li {
    border-top: 1px #b0c8eb solid;
    background-position: 20px 13px;
    padding-left: 20px;
  }
  ul.lst_anchorLink > li > a {
    font-size: 100%;
    padding: 10px 0 10px 30px;
  }
  .lst_anchorLink.mgT20.mgL20 {
    margin: 0 !important;
  }
  ul.breadcrumb > li > a {
    font-size: 90%;
  }
  ul.lst_expcol li {
    width: auto;
    height: 50px;
    margin: 10px 10px 0px 10px !important;
    display: block;
    float: none !important;
  }
  ul.lst_expcol li:nth-child(2n+1) {
    margin-right: 0px;
  }
  ul.lst_expcol > li > a {
    display: block;
    line-height: 40px;
    background-size: 49px 49px;
    width: inherit;
  }
  ul.lst_expcol > li > a > span {
    padding-left: 70px;
  }
  ul.lst_strong > li {
    font-size: 14px;
  }
  ul.lst_strong > li.sp {
    font-size: 100%;
  }
  ul.lst_style_N > li, ul.lst_style_N2 > li {
    font-size: 14px;
  }
  div.lst_sitemap {
    width: 100%;
    margin-left: 0px !important;
  }
  ul.lst_sitemap {
    width: 100% !important;
    margin: 0;
  }
  .btn_print {
    display: none;
  }
  .btn_pdf {
    font-size: 16px;
  }
  .btn_rss {
    display: none;
  }
  .select-style {
    padding: 0;
    margin: 0;
    background-size: 60px 60px;
    width: 90% !important;
    margin: 5px 5% 0 5% !important;
  }
  .select-style select {
    padding: 12px 15px;
    width: 100%;
    font-size: 18px;
  }
  .select-style select:focus {
    outline: none;
  }
  .news_loadmore.dark {
    margin: 3px 10px;
    width: auto !important;
  }
  .sp_top_prdImage, img.img_left_text_right.sp_top_prdImage {
    margin: 0 auto;
    float: none;
    clear: both;
    display: block;
    padding: 0px;
  }
  .sp_hardBreak {
    clear: both;
  }
  h1.tth_3.mgB30.mgT15 {
    margin-top: 0px !important;
  }
  h1.tth_4.mgB30.mgT15 {
    margin-top: 0px !important;
  }
  /* ul.threeCol */
  ul.threeCol {
    margin: 2px;
  }
  ul.threeCol > li {
    display: block;
    font-size: 14px;
    width: 100%;
  }
  ul.threeCol > li:first-child {
    margin-right: 0;
  }
  ul.threeCol > li:last-child {
    margin-left: 0;
  }
  /* ul.threeCol.promo_box */
  .promo_box > ul.threeCol > li {
    width: 100%;
    text-align: center;
  }
  .promo_box > ul.threeCol > li a[target="_blank"]:after {
    right: 10px;
    top: 10px;
    width: 18px;
    height: 15px;
    background-size: 18px 15px;
  }
  /* .sns_style */
  .sns_style ul.threeCol > li {
    width: 100%;
  }
  /* question_step */
  .question_step>li > span {
    font-size: 12px;
    color: #b0b0b0;
    font-weight: bold;
    line-height: 60px;
  }
  /*///// English Version /////*/
  h1.tth_1 > span > small:lang(en) {
    margin: 10px -10px -10px -10px;
    padding: 10px;
    background: #b0c8eb;
    display: block;
    font-size: 70%;
    text-align: center;
    color: #000;
  }
  /* .sns_style  two col */
  .sns_style ul.twoCol > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sns_style ul.twoCol > li:first-child {
    margin-right: 0;
  }
  .sns_style ul.twoCol > li:last-child {
    margin-left: 0;
  }
  .sns_style ul.twoCol > li > dl > dt {
    display: block;
    width: 100%;
  }
  .pc_inline {
    display: none;
  }
  .tb_inline {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .sp_cd_block {
    display: block;
  }
  .sp_pdR0 {
    padding-right: 0px !important;
  }
  .sp_pdT20 {
    margin-top: 20px !important;
  }
  img.liquid_big {
    width: 100% !important;
    height: auto !important;
  }
  img.liquid_small {
    width: 100% !important;
    height: auto !important;
  }
  /* 20161109
  研究・製品ページのメイン画像サイズ固定のため追加 */
  img.fixed_size {
    width: 100%;
    height: 100%;
  }
  .sp_table {
    display: table;
  }
  .sp_table_cell {
    display: table-cell;
  }
  .sp_width_10p {
    width: 10%;
  }
  .sp_width_20p {
    width: 20%;
  }
  .sp_width_30p {
    width: 30%;
  }
  .sp_width_40p {
    width: 40%;
  }
  .sp_width_50p {
    width: 50%;
  }
  .sp_width_60p {
    width: 60%;
  }
  .sp_width_70p {
    width: 70%;
  }
  .sp_width_80p {
    width: 80%;
  }
  .sp_width_90p {
    width: 90%;
  }
  .sp_width_100p {
    width: 100%;
  }
  .sp_fl {
    float: left;
  }
  .sp_fr {
    float: right;
  }
  .sp_fn {
    float: none;
  }
  .sp_normal {
    margin: 0 10px;
  }
  .sp_mgL10 {
    margin-left: 10px !important;
  }
  .sp_mgR10 {
    margin-right: 10px !important;
  }
  .sp_mgL20 {
    margin-left: 20px;
  }
  /* img_box */
  .img_box {
    width: 100%;
  }
  /* link_circle_blue */
  a.link_circle_blue {
    margin: 0 10px;
  }
  a.link_new_page {
    word-break: break-all;
  }
  a.link_within {
    word-break: break-all;
  }
  /* table_confirm */
  .table_confirm {
    display: inline-block;
    font-size: 16px;
  }
  .table_confirm tr > td:first-child {
    background-color: #f3f7fd;
    border-top: 2px solid #003f98;
    padding: 13px 8px 8px 20px;
    /*font-size: 32px;*/
    color: #003f98;
    font-weight: bold;
    line-height: 40px;
  }
  .table_confirm tr > td:last-child {
    width: 100%;
    line-height: 1em;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .table_confirm tr > td.bullet_list {
    color: #003f98;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    background-color: transparent;
    background-image: url(/sites/all/themes/kddilabs/images/common/icn_bullet_blue.png);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    padding: 10px 0px 10px 20px;
    border: none;
    margin-left: 20px;
  }
  .table_confirm tr > td.border_right {
    border-right: none;
  }
  .table_confirm tr > td {
    display: block;
    font-size: 18px;
  }
  .table_confirm div.select-style {
    width: 100% !important;
    height: 48px;
    background-size: 50px !important;
    margin: 0 !important;
  }
  .table_confirm div.select-style-left {
    margin-top: 10px;
    width: 70% !important;
    margin-bottom: -16px !important;
    background-size: 20px !important;
    margin-top: 20px !important;
  }
  .table_confirm div.select-style select {
    padding: 0px 50px 0 10px;
    font-size: 17px;
    height: 100%;
  }
  /* input */
  .table_confirm input {
    /*height: 78px;*/
    font-size: 18px;
  }
  /* textArea */
  .table_confirm textArea {
    /*height: 198px;*/
    /*font-size: 24px;*/
  }
  /* tel_textbox1 */
  .table_confirm .tel_textbox1 {
    width: 36% !important;
  }
  /* tel_textbox2 */
  .table_confirm .tel_textbox2 {
    width: 50% !important;
  }
  /* btn_prev */
  .btn_prev {
    background-position: 10% center;
    float: left;
    font-size: 16px;
    min-width: 47%;
  }
  /* btn_next */
  .btn_next {
    float: right;
    font-size: 16px;
    min-width: 47%;
  }
  /* step1 */
  .step1 {
    background-position: 100% 0;
  }
  /* step2 */
  .step2 {
    background-size: 100% 100%;
  }
  /* checkbox */
  input[type="checkbox"] + label span {
    width: 32px;
    height: 32px;
    background: url(/sites/all/themes/kddilabs/images/checkbox_TB.png) left top no-repeat;
    background-size: 64px 32px;
  }
  input[type="checkbox"]:checked + label span {
    background: url(/sites/all/themes/kddilabs/images/checkbox_TB.png) -32px top no-repeat;
    background-size: 64px 32px;
  }
  input[type="checkbox"] + label > span:nth-child(2) {
    background: none;
    font-size: 14px;
  }
  /* note */
  .note {
    font-size: 14px;
  }
  .grey_text {
    display: inline-block;
    font-size: 14px;
    padding: 15px 0;
  }
  /* required*/
  .required {
    font-size: 18px;
  }
  .table_confirm .error_txt {
    display: inline-block;
    font-size: 14px;
    padding: 15px 0 15px 5px;
  }
  table.table-02 {
    width: 100%;
  }
  /* table-04 */
  table.table-04 {
    width: 100%;
    /*margin: 0 3% 0 3%;*/
    box-sizing: border-box;
  }
  table.table-04 thead .no-content {
    display: none;
  }
  table.table-04 tbody tr th:first-child {
    font-size: 13px !important;
    font-weight: bold;
  }
  table.table-04 td, table.table-04 th {
    display: block;
    left: 0;
    right: 0;
    font-size: 12px !important;
    border-top: none;
  }
  table.table-04 thead th,
  table.table-04 tbody th,
  table.table-04 tbody td {
    border-right: none;
  }
  table.table-04 tr br {
    display: none !important;
  }
  /* table-05 */
  table.table-05 {
    width: 100%;
    /*width: 94% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;*/
  }
  table.table-05 td, table.table-05 th {
    display: table-cell;
    left: 0;
    right: 0;
    font-size: 12px !important;
    border-top: none;
  }
  table.table-05 tbody td:last-child {
      border-right: none;
  }
  /* prd_list */
  ul.prd_list > li {
    display: block;
    float: none;
    width: auto;
    margin: 0px 7px !important;
    padding: 15px;
    height: auto !important;
  }
  ul.prd_list > li > dl > dt {
    font-size: 18px;
  }
  ul.prd_list > li > dl > dd {
    font-size: 16px;
  }
  ul .prd_img {
    height: auto;
    width: 100px;
  }
  .vision .img_top {
    width: 100%;
    padding: 0 0 0 0;
    left: 0;
  }
  .vision .img_bottom {
    width: 100%;
    left: 0;
  }
  .vision .responsive_N2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .vision .sentence {
    line-height: 1.5em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .sperase {
    display: none;
  }
  .vision .txt_large_title {
    margin-bottom: 0px;
  }
  .vision_en {
    padding-bottom: 20px;
  }
  /* h1.white_background */
  h1.white_background {
    margin: 0 10px;
  }
  h1.white_background > span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
  }
  /* submit button */
  form .submitBox {
    display: block !important;
    width: 300px;
    /*padding: 20px 20px;*/
  }
  form .submitBox input[type="submit"] {
    font-size: 20px;
    box-sizing: content-box;
    background-position: 90% center;
    line-height: 24px;
    width: 100%;
    height: 30px;
    padding: 13px 0px;
    border: 0;
  }
  form input[type="submit"]:hover {
    background-color: #b0c8eb;
    color: #003f98;
  }
  /* button suggest address from zipcode */
  .table_confirm .btn_zipcode {
    font-size: 16px;
    padding: 15px 20px;
    margin: 10px 0;
  }
  table.table_confirm2 tbody {
    display: block;
  }
  table.table_confirm2 tr {
    height: auto;
    display: block;
  }
  .confirm_buttons input.btn_prev.btn_normal,
  .confirm_buttons input.btn_next.btn_normal {
    font-size: 16px;
    min-width: 47%;
  }
  .2images {
    text-align: center;
  }
  .within2images {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 424px) {
  #nav_global_SP {
    width: 348px;
    left: 50%;
    margin-left: -177px;
  }
  #nav_global_SP > ul {
    font-size: 0;
    width: 348px;
}
  #nav_global_SP > ul > li {
    font-size: 16px;
    width: 116px;
  }
  #nav_global_SP > ul > li.twoCol {
    /*padding-left: 1px;*/
    width: 232px;
  }
  #nav_global_SP > ul > li.borderRadiusTopRight {
    width: 116px;
  }
  #nav_global_SP > ul > li.borderRightWhite{
    width: 116px;
  }
  #nav_global_SP.lang_ja > ul > li:last-child {
    width: 348px;
    background-position: 34% 50%;
  }
  #nav_global_SP.lang_ja > ul > li:last-child a {
    padding-left: 15px;
  }
  h1.tth_2 > div {
    display: block;
    height: 20px;
  }
  h1.tth_2 > div > a.tth_buttonRight {
    padding: 5px 5px;
  }
  /* img_box */
  .img_box {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #nav_global_SP {
    width: 300px;
    left: 50%;
    margin-left: -153px;
  }
  #nav_global_SP > ul {
    width: 300px;
  }
  #nav_global_SP > ul > li {
    width: 100px;
  }
  #nav_global_SP > ul > li.borderRadiusTopRight {
    width: 100px;
  }
  #nav_global_SP > ul > li.borderRightWhite {
    width: 100px;
}
  #nav_global_SP > ul > li.twoCol {
    width: 200px;
  }
  #nav_global_SP.lang_ja > ul > li:last-child {
    width: 300px;
    background-position: 32% 50%;
}
  #nav_global_SP.lang_ja > ul > li > a {
    font-size: 13px;
  }
  #nav_global_SP > ul > li.twoCol > div.search input {
    padding-left: 0;
  }
  #nav_global_SP > ul > li.twoCol > div.search #search_SP_button {
    display: inline-block;
    width: 30px;
    height: 45px;
    margin-left: 0px;
    padding-top: 10px;
    /*text-align: center;*/
    text-indent: -9999px;
    background-image: url(/sites/all/themes/kddilabs/images/common/icn_search.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
  }

  /* img_box */
  .img_box {
    width: 100%;
  }
  .table_confirm tr > td.bullet_list {
    border: none;
  }
  .confirm_buttons input.btn_prev.btn_normal,
  .confirm_buttons input.btn_next.btn_normal {
    font-size: 14px;
    min-width: 47%;
  }
}
