@charset "UTF-8";
/*--------------------------------------------------
 * color variables
 *-------------------------------------------------*/
/*--------------------------------------------------
 * size variables
 *-------------------------------------------------*/
/*--------------------------------------------------
 * easing variables
 *-------------------------------------------------*/
/* レイアウト部品 */
.comp-bread {
  margin-bottom: 15px; }
  .comp-bread a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 5px 17px 5px 0;
    margin-right: 10px;
    letter-spacing: 1px;
    color: #555555;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
    .comp-bread a:hover {
      opacity: 0.8; }
    .comp-bread a::after {
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      content: "";
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      border-top: 1px solid #aaa;
      border-right: 1px solid #aaa;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .comp-bread a:nth-of-type(1) {
      color: #a9a9a9; }
    .comp-bread a:nth-last-of-type(1) {
      padding: 5px 0; }
      .comp-bread a:nth-last-of-type(1)::after {
        display: none; }
  .comp-bread.white {
    margin-bottom: 15px; }
    .comp-bread.white a {
      color: #fff;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
      .comp-bread.white a:hover {
        opacity: 0.8; }
      .comp-bread.white a::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }

@media screen and (max-width: 750px) {
  .comp-bread {
    margin-bottom: 0px; }
    .comp-bread a {
      position: relative;
      display: inline-block;
      font-size: 10px;
      padding: 5px 17px 5px 0;
      margin-right: 10px;
      letter-spacing: 1px;
      color: #555555;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
      .comp-bread a:hover {
        opacity: 0.8; }
      .comp-bread a::after {
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        border-top: 1px solid #aaa;
        border-right: 1px solid #aaa;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .comp-bread a:nth-of-type(1) {
        color: #a9a9a9; }
      .comp-bread a:nth-last-of-type(1) {
        padding: 5px 0; }
        .comp-bread a:nth-last-of-type(1)::after {
          display: none; }
    .comp-bread.white {
      margin-bottom: 0px; }
      .comp-bread.white a {
        color: #fff;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s; }
        .comp-bread.white a:hover {
          opacity: 0.8; }
        .comp-bread.white a::after {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; } }

.comp-linetitle {
  //width: 50%;
  margin-bottom: 80px; }
  .comp-linetitle .ja {
    //padding-left: calc(50vw - 620px);

    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0c3388;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #0c3388;
    margin-top: 25px;
    //white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   }
  .comp-linetitle .en {
    font-family: 'futura', sans-serif;
    //padding-left: calc(50vw - 620px);
    display: block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2px;
    color: #36466d; }

.comp-linetitle img{width:96px; height:96px;}

@media screen and (max-width: 1100px) {
  .comp-linetitle {
    width: 60%;
    margin-bottom: 60px;
    margin-top: 40px; }
    .comp-linetitle .ja {
      padding-left: calc(50vw - 480px); }
    .comp-linetitle .en {
      font-family: 'futura', sans-serif;
      padding-left: calc(50vw - 480px); } }

@media screen and (max-width: 740px) {
  .comp-linetitle {
    width: 95vw;
    margin-bottom: 20px; }
    .comp-linetitle .ja {
      padding-left: 5vw;
      font-size: 24px;
      letter-spacing: 1px;
      border-bottom: 2px solid #36466d; }
    .comp-linetitle .en {
      padding-left: 5vw;
      font-size: 14px; } }

.comp-pagetitle {
  position: relative;
  z-index: 10;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  color: #fff; }
  @media screen and (max-width: 1000px) {
    .comp-pagetitle {
      max-width: 700px; } }
  @media screen and (max-width: 500px) {
    .comp-pagetitle {
      max-width: 90%; } }
  .comp-pagetitle .item_name {
    font-size: 34px;
    letter-spacing: 2px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px; }
    .comp-pagetitle .item_name a {
      color: inherit;
      pointer-events: none; }
  .comp-pagetitle .news_name {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #fff;
    margin-bottom: 10px; }
  .comp-pagetitle .description {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px; }
    .comp-pagetitle .description span {
      display: block; }
  .comp-pagetitle .news_date {
    display: block;
    font-family: 'futura', sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #e0c888; }

@media screen and (max-width: 750px) {
  .comp-pagetitle {
    padding: 60px 0; }
    .comp-pagetitle .item_name {
      font-size: 26px;
      letter-spacing: 1.5px;
      line-height: 1.6; }
    .comp-pagetitle .description span {
      display: inline; } }

.comp-categorylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .comp-categorylist .cat_item {
    width: 243px;
    margin-right: 15px;
    margin-bottom: 15px; }
    .comp-categorylist .cat_item .child {
      position: relative;
      display: block;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s;
      color: #fff;
      font-size: 10px;
      letter-spacing: 1px;
      padding: 8px 12px;
      border-radius: 5px;
      background: #3c5a72;
      margin-bottom: 0px; }
      .comp-categorylist .cat_item .child:hover {
        opacity: 0.8; }
      .comp-categorylist .cat_item .child::before {
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        content: "";
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .comp-categorylist .cat_item .grand_child {
      padding: 0 4px; }
      .comp-categorylist .cat_item .grand_child li {
        margin-bottom: 4px; }
        .comp-categorylist .cat_item .grand_child li a {
          display: block;
          position: relative;
          font-size: 12px;
          padding: 3px 0;
          padding-left: 18px;
          line-height: normal;
          letter-spacing: 1px;
          -webkit-transition: opacity .4s;
          -o-transition: opacity .4s;
          transition: opacity .4s; }
          .comp-categorylist .cat_item .grand_child li a:hover {
            opacity: 0.8; }
          .comp-categorylist .cat_item .grand_child li a::before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: block;
            content: "";
            width: 10px;
            height: 10px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-image: url(../img/common/keisen.svg);
            background-size: 6px; }
    .comp-categorylist .cat_item:nth-of-type(4n) {
      margin-right: 0; }

@media screen and (max-width: 740px) {
  .comp-categorylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .comp-categorylist .cat_item {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 10px; }
      .comp-categorylist .cat_item .child {
        font-size: 12px;
        padding: 8px 12px;
        margin-bottom: 0px; }
      .comp-categorylist .cat_item .grand_child {
        padding: 0 4px; }
        .comp-categorylist .cat_item .grand_child li {
          margin-bottom: 4px; }
          .comp-categorylist .cat_item .grand_child li a {
            display: block;
            position: relative;
            font-size: 12px;
            padding: 3px 0;
            padding-left: 18px;
            line-height: normal;
            letter-spacing: 1px;
            -webkit-transition: opacity .4s;
            -o-transition: opacity .4s;
            transition: opacity .4s; }
            .comp-categorylist .cat_item .grand_child li a:hover {
              opacity: 0.8; }
            .comp-categorylist .cat_item .grand_child li a::before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              display: block;
              content: "";
              width: 10px;
              height: 10px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: cover;
              background-image: url(../img/common/keisen.svg);
              background-size: 6px; }
      .comp-categorylist .cat_item:nth-of-type(4n) {
        margin-right: 0; } }

.comp-newsitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #cd9a03;
  padding: 20px 0; }
  .comp-newsitem .item-left .item-date {
    display: block;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #e3a92b;
    margin-bottom: 10px; }
  .comp-newsitem .item-left .item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 1.5px;
    color: #333;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: pre-line; }
    .comp-newsitem .item-left .item-title:hover {
      opacity: 0.8; }
  .comp-newsitem .item-right .item-detail-link {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 210px;
    height: 35px;
    border-radius: 5px;
    background-color: #3c5a72;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 1.5px;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
    .comp-newsitem .item-right .item-detail-link:hover {
      opacity: 0.8; }
    .comp-newsitem .item-right .item-detail-link span {
      display: inline-block;
      position: relative;
      padding-right: 15px; }
      .comp-newsitem .item-right .item-detail-link span::after {
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

@media screen and (max-width: 740px) {
  .comp-newsitem {
    display: block;
    border-bottom: 1px dotted #cd9a03;
    padding: 20px 0; }
    .comp-newsitem .item-left {
      margin-bottom: 15px; }
      .comp-newsitem .item-left .item-title {
        font-size: 14px;
        word-break: initial;
        white-space: initial; }
    .comp-newsitem .item-right .item-detail-link {
      text-decoration: none;
      width: 150px; } }

.comp-pager {
  margin-top: 100px;
  width: 100%; }
  .comp-pager .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px; }
    .comp-pager .wp-pagenavi .pages {
      display: none; }
    .comp-pager .wp-pagenavi .current, .comp-pager .wp-pagenavi .page {
      display: block;
      font-weight: bold;
      width: 40px;
      height: 40px;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      margin-right: 14px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px #11347c;
      background-color: #fff;
      color: #11347c; }
    .comp-pager .wp-pagenavi .current {
      background: #11347c;
      color: #fff;
      line-height: 30px; }
    .comp-pager .wp-pagenavi .page {
      color: #11347c;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s;
      padding: 0; }
      .comp-pager .wp-pagenavi .page:hover {
        opacity: 0.8; }
    .comp-pager .wp-pagenavi .extend {
      display: block;
      margin-right: 15px;
      letter-spacing: -0.5em;
      padding: 0 5px 10px;
      text-indent: 2px;
      border: none; }
    .comp-pager .wp-pagenavi .previouspostslink, .comp-pager .wp-pagenavi .nextpostslink {
      position: relative;
      width: 40px;
      height: 40px;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-size: 30px;
      border: none;
      text-indent: -9999px;
      padding: 0; }
      .comp-pager .wp-pagenavi .previouspostslink:hover, .comp-pager .wp-pagenavi .nextpostslink:hover {
        opacity: 0.8; }
      .comp-pager .wp-pagenavi .previouspostslink::before, .comp-pager .wp-pagenavi .nextpostslink::before {
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-top: 1px solid #11347c;
        border-right: 1px solid #11347c; }
    .comp-pager .wp-pagenavi .previouspostslink {
      opacity: 0.5;
      border: solid 1px #11347c;
      background-color: #fff;
      margin-right: 14px; }
      .comp-pager .wp-pagenavi .previouspostslink::before {
        left: 5px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .comp-pager .wp-pagenavi .nextpostslink {
      border: solid 1px #11347c;
      background-color: #fff; }
      .comp-pager .wp-pagenavi .nextpostslink::before {
        right: 5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .comp-pager .wp-pagenavi .last, .comp-pager .wp-pagenavi .first {
      display: none; }

@media screen and (max-width: 740px) {
  .comp-pager {
    margin-top: 60px; }
    .comp-pager .wp-pagenavi {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 60px; }
      .comp-pager .wp-pagenavi .pages {
        display: none; }
      .comp-pager .wp-pagenavi .current, .comp-pager .wp-pagenavi .page {
        display: block;
        font-weight: bold;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        margin-right: 5px; }
      .comp-pager .wp-pagenavi .current {
        line-height: 23px; }
      .comp-pager .wp-pagenavi .page {
        color: #11347c;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
        padding: 0; }
        .comp-pager .wp-pagenavi .page:hover {
          opacity: 0.8; }
      .comp-pager .wp-pagenavi .extend {
        margin-right: 10px; }
      .comp-pager .wp-pagenavi .previouspostslink, .comp-pager .wp-pagenavi .nextpostslink {
        width: 30px;
        height: 30px;
        background-size: 15px;
        padding: 0; }
        .comp-pager .wp-pagenavi .previouspostslink::before, .comp-pager .wp-pagenavi .nextpostslink::before {
          width: 5px;
          height: 5px; }
      .comp-pager .wp-pagenavi .previouspostslink {
        margin-right: 5px; }
        .comp-pager .wp-pagenavi .previouspostslink::before {
          left: 5px;
          -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .comp-pager .wp-pagenavi .nextpostslink::before {
        right: 5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); } }

/* ページ個別のCSSは下記に直接書いてください！ */
#supportTop .main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/sp_mainbg.jpg);
  position: relative;
  margin-bottom: 90px; }
  #supportTop .main .filter {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.6); }
  #supportTop .main .comp-pagetitle {
    position: relative;
    z-index: 10;
    padding: 120px 0 80px; }
  #supportTop .main .category_box {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    background: #f1f1f1; }
    @media screen and (max-width: 1000px) {
      #supportTop .main .category_box {
        max-width: 700px; } }
    @media screen and (max-width: 500px) {
      #supportTop .main .category_box {
        max-width: 90%; } }
    #supportTop .main .category_box .category_inner {
      padding: 30px; }
      #supportTop .main .category_box .category_inner .category_ttl {
        background: #e0c888;
        padding: 10px;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 1.5px;
        color: #fff; }
      #supportTop .main .category_box .category_inner .flex_content {
        padding: 30px 20px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
        border: solid 1px #e6e6ec;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #supportTop .main .category_box .category_inner .flex_content .cat_item {
          width: 220px;
          margin: 12px;
          border-radius: 5px;
          background-color: #fff;
          border: 1px solid #d8d8d8; }

          @media screen and (max-width: 740px) {
      	  #supportTop .main .category_box .category_inner .flex_content .cat_item {
          width: 220px;
          margin: 0;
          border-radius: 5px;
          background-color: #fff;
          border: 1px solid #d8d8d8; }
           }



          #supportTop .main .category_box .category_inner .flex_content .cat_item:nth-last-of-type(1) {
            margin-right: 0; }
          #supportTop .main .category_box .category_inner .flex_content .cat_item a {
            padding: 25px 0;
            display: block;
            text-align: center;
            -webkit-transition: opacity .4s;
            -o-transition: opacity .4s;
            transition: opacity .4s;
            -webkit-transition: background .3s;
            -o-transition: background .3s;
            transition: background .3s; }
            #supportTop .main .category_box .category_inner .flex_content .cat_item a:hover {
              opacity: 0.8; }
            #supportTop .main .category_box .category_inner .flex_content .cat_item a:hover {
              background: #f1f1f1; }
            #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle {
              display: block;
              width: 90px;
              height: 90px;
              border-radius: 50%;
              margin: 0 auto 20px;
              border: solid 1px #e0c888;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: cover; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#faq {
                background-image: url(../img/icon/support_icon01.svg);
                background-size: 30px; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#mail {
                background-image: url(../img/icon/support_icon02.svg);
                background-size: 50px; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#tel {
                background-image: url(../img/icon/support_icon03.svg);
                background-size: 48px; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#fix {
                background-image: url(../img/icon/support_icon04.svg);
                background-size: 45px; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#corresp {
                background-image: url(../img/icon/support_icon05.svg);
                background-size: 45px; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#manualdl {
                  background-image: url(../img/icon/support_icon06.svg);
                  background-size: 45px; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#catalog {
                  background-image: url(../img/icon/support_icon07.svg);
                  background-size: 45px; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .circle#driverdl {
                  background-image: url(../img/icon/support_icon08.svg);
                  background-size: 45px; }




            #supportTop .main .category_box .category_inner .flex_content .cat_item a .caption {
              position: relative;
              padding: 5px 0;
              line-height: normal;
              letter-spacing: normal; }
              #supportTop .main .category_box .category_inner .flex_content .cat_item a .caption span {
                font-size: 16px;
                font-weight: bold;
                color: #11347c;
                display: inline-block;
                padding: 5px 0;
                padding-right: 15px; }
                #supportTop .main .category_box .category_inner .flex_content .cat_item a .caption span::after {
                  display: block;
                  position: absolute;
                  width: 7px;
                  height: 7px;
                  content: "";
                  top: 0;
                  bottom: 0;
                  right: 0;
                  margin: auto;
                  border-top: 1px solid #11347c;
                  border-right: 1px solid #11347c;
                  -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }

#supportTop .content-section .text-area {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

#supportTop .content-part {
  margin-left: auto;
  margin-right: auto;
 }
 #supportTop .content-section{
  //max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
 }
  #supportTop .content-section .content-part .contactform th {
    color: #3D3D3D;
    font-size: 1em;
    font-weight: bold; }
  #supportTop .content-section .content-part .contactform td {
    line-height: 2; }


  .content-section .content-part .contactform input[type="text"],
   .content-section .content-part input[type="password"],

   .content-section .content-part select {
    font-size: 1em;
    margin: 10px 0;
    padding: .2em; }
  .content-section .content-part .warnred {
    font-size: 0.95em;
    color: #ff0000;
    line-height: 1.2; }
  .content-section .content-part div.warn_pp {
    width: 90%;
    height: 10em;
    padding: 15px;
    overflow: scroll;
    border: #666 1px solid;
    background-color: #fff;
    line-height: 1.5em;
    margin: 10px; }
  #supportTop .content-section .content-part .warn_pbhead {
    font-weight: bold;
    display: inline-block;
    margin: 15px 0;
  }
  #supportTop .content-section .content-part .agleechk {
    font-size: 1.2em;
    font-weight: bold; }
  #supportTop .content-section .content-part #formbtns li {
    list-style: none !important;
    width: 100%;
   }
  #supportTop .content-section .content-part .formstyle-std {
    margin: 0 0 1em;
    list-style: none !important; }
  #supportTop .content-section .content-part .formstyle-std table {
    margin: 0 0 1em;
    table-layout: fixed;
    border-collapse: collapse;
    border: #ddd solid 1px;
    font-size: 100%;
    width: 100%; }
  #supportTop .content-section .content-part .formstyle-std table th,
  #supportTop .content-section .content-part .formstyle-std table td {
    border: #ddd solid 1px;
    font-size: 100%;
    font-weight: normal;
    padding: 1em;
    text-align: left;
    vertical-align: top; }
  #supportTop .content-section .content-part .formstyle-std table th {
    background-color: #f5f5f5;
    width: 45%;
    text-align: right; }
  @media screen and (max-width: 767px) {
    #supportTop .content-section .content-part .formstyle-std table th {
      text-align: center; }
    }
  #supportTop .content-section .content-part .formstyle-std table td {
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    #supportTop .content-section .content-part .formstyle-std table,
    #supportTop .content-section .content-part .formstyle-std table tbody,
    #supportTop .content-section .content-part .formstyle-std table tr,
    #supportTop .content-section .content-part .formstyle-std table th,
    #supportTop .content-section .content-part .formstyle-std table td {
      display: block;
      width: auto; }
    #supportTop .content-section .content-part .formstyle-std table {
      border-right: none;
      border-bottom: none;
      border-left: none; }
    #supportTop .content-section .content-part .formstyle-std table th {
      border-top: none;
      padding: .5em 1em; }
    #supportTop .content-section .content-part .formstyle-std table td {
      border-top: none; } }
  #supportTop .content-section .content-part .formstyle-std .mw-wp-form_image {
    margin-top: 5px; }
  #supportTop .content-section .content-part .formstyle-std .mw-wp-form_image img {
    max-width: 100%; }
  #supportTop .content-section .content-part .formstyle-std .require {
    color: #b70000; }
  #supportTop .content-section .content-part .formstyle-std .notes {
    color: #999;
    display: block;
    font-size: 12px;
    margin: 5px 0 0; }
  #supportTop .content-section .content-part .formstyle-std .error {
    color: #b70000;
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 12px;
   }
  #supportTop .content-section .content-part .formstyle-std .action-buttons {
    text-align: center; }
  #supportTop .content-section .content-part .formstyle-std input,
  #supportTop .content-section .content-part .formstyle-std select,
  #supportTop .content-section .content-part .formstyle-std textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    width: auto; }
  #supportTop .content-section .content-part .formstyle-std input[type="submit"],
  #supportTop .content-section .content-part .formstyle-std input[type="button"],
  #supportTop .content-section .content-part .formstyle-std button {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 1;
    padding: .7em 1.5em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  #supportTop .content-section .content-part .formstyle-std input[type="submit"]:hover,
  #supportTop .content-section .content-part .formstyle-std input[type="button"]:hover,
  #supportTop .content-section .content-part .formstyle-std button:hover {
    border-color: #ccc #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  #supportTop .content-section .content-part .formstyle-std input[type="submit"]:focus,
  #supportTop .content-section .content-part .formstyle-std input[type="submit"]:active,
  #supportTop .content-section .content-part .formstyle-std input[type="button"]:focus,
  #supportTop .content-section .content-part .formstyle-std input[type="button"]:active,
  #supportTop .content-section .content-part .formstyle-std button:focus,
  #supportTop .content-section .content-part .formstyle-std button:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
  #supportTop .content-section .content-part .formstyle-std label {
    display: inline-block;
    margin: 0 5px 0 0; }
  #supportTop .content-section .content-part .formstyle-std label input[type="checkbox"],
  #supportTop .content-section .content-part .formstyle-std label input[type="radio"] {
    margin: 0 5px 0 0; }
  #supportTop .content-section .content-part .formstyle-std input[type="text"],
  #supportTop .content-section .content-part .formstyle-std input[type="password"],
  #supportTop .content-section .content-part .formstyle-std input[type="number"],
  #supportTop .content-section .content-part .formstyle-std input[type="email"],
  #supportTop .content-section .content-part .formstyle-std input[type="url"],
  #supportTop .content-section .content-part .formstyle-std textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px; }
  #supportTop .content-section .content-part .formstyle-std textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%; }
  #supportTop .content-section .content-part .formstyle-std input[type="file"] {
    display: inline; }
  #supportTop .content-section .content-part .hov_icon_white a:hover {
    color: #fff; }
  #supportTop .content-section .content-part .fa-bars:hover:before {
    color: #ffffff; }
  #supportTop .content-section .content-part .ubermenu-item-layout-icon_left {
    color: #ffffff; }
  #supportTop .content-section .content-part .ubermenu .ubermenu-item-layout-icon_left > .ubermenu-icon, #supportTop .content-section .content-part .ubermenu .ubermenu-item-layout-icon_right > .ubermenu-icon {
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    line-height: 0; }
  #supportTop .content-section .content-part .ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:after {
    color: white;
    /*default arrow color*/ }
  #supportTop .content-section .content-part .ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:hover:after {
    color: white;
    /* hover color*/ }
  #supportTop .content-section .content-part .v100p {
    width: 1900px; }

#supportTop .news-list .inner_wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1000px) {
    #supportTop .news-list .inner_wrapper {
      max-width: 700px; } }
  @media screen and (max-width: 500px) {
    #supportTop .news-list .inner_wrapper {
      max-width: 90%; } }

@media screen and (max-width: 740px) {
  #supportTop .main {
    background-size: 150vw;
    background-position: top center;
    margin-bottom: 90px; }
    #supportTop .main .comp-pagetitle {
      padding: 60px 0; }
    #supportTop .main .filter {
      //height: 70vw; }
    #supportTop .main .category_box {
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 10;
      background: #f1f1f1; } }
    @media screen and (max-width: 740px) and (max-width: 1000px) {
      #supportTop .main .category_box {
        max-width: 700px; } }
    @media screen and (max-width: 740px) and (max-width: 500px) {
      #supportTop .main .category_box {
        max-width: 90%; } }

@media screen and (max-width: 740px) {
      #supportTop .main .category_box .category_inner {
        padding: 15px; }
        #supportTop .main .category_box .category_inner .category_ttl {
          padding: 10px;
          margin-bottom: 15px;
          font-size: 16px; }
        #supportTop .main .category_box .category_inner .flex_content {
          padding: 15px 15px 0;
          display: block; }
          #supportTop .main .category_box .category_inner .flex_content .cat_item {
            width: 100%;
            margin-right: 0%;
            margin-bottom: 15px; }
  #supportTop .text-area {
    max-width: 90% !important;
    margin: 0 auto; }
  #supportTop .content-part {
    max-width: 90% !important;
    margin: 0 auto; } }

.topic_headline {

    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #36466d;
    padding-bottom: 5px;
	margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 2px solid #36466d; }

.info001{
	font-size:1.2em;
    padding: 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.info001 p {
    margin: 0;
    padding: 0;
}

.btn001 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn001 {box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1); transform: translateY(2px);}
.w3eden img {
//width: 72px !important;
//height: 72px !important;
}
.cf_required {font-size: 8pt; padding: 5px; background: #ce0000; color: #fff; border-radius: 3px; margin-left: 10px; vertical-align: middle;}

.formbox01a {display: block; margin: 0 15px 15px 15px; padding-bottom: 20px; height: auto; width: auto; border-bottom: dotted 1px #CCC;}
.formstyle-rnw{margin: 1em 0; list-style:none !important;}
.formstyle-rnw table{margin: 0 0 1em; table-layout: fixed; border-collapse: collapse; border: #ddd solid 1px; font-size: 100%; width: 100%;}
.formstyle-rnw table th{border: #ddd solid 1px; font-size: 100%; font-weight: normal; padding: 1em; text-align: right; vertical-align: top;}
@media screen and (max-width: 767px) {.formstyle-rnw table th{text-align: center;}}
.formstyle-rnw table td{border: #ddd solid 1px; font-size: 100%; font-weight: normal; padding: 1em; text-align: left; vertical-align: top;}
.formstyle-rnw table th {background-color: #f5f5f5; width: 30%; vertical-align: middle;}
.formstyle-rnw table td {background-color: #fff;}
.formstyle-rnw a {color: #7bd0ff;}

.formstyle-rnw input[type=text], .formstyle-rnw input[type=date],.formstyle-rnw input[type=datetime],.formstyle-rnw input[type=number],
.formstyle-rnw input[type=search],.formstyle-rnw input[type=time],.formstyle-rnw input[type=url],.formstyle-rnw input[type=email],
.formstyle-rnw textarea, .formstyle-rnw select{
	font-size: 16px;
	margin-bottom: 8px;
	padding: 11px 15px;
	border: 1px solid #f2f2f2;
	outline: 0;
	font-family: inherit;
	background-color: #f5f4f7;
	color: #202020;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: #D5EAFF 1px solid;
	border-radius: 5px;
	}

.formstyle-rnw input[type=text]:focus, .formstyle-rnw input[type=date]:focus,.formstyle-rnw input[type=datetime]:focus,.formstyle-rnw input[type=number]:focus,
.formstyle-rnw input[type=search]:focus,.formstyle-rnw input[type=time]:focus,.formstyle-rnw input[type=url]:focus,.formstyle-rnw input[type=email]:focus,
.formstyle-rnw textarea:focus, .formstyle-rnw select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.warn_text{color:#5c5c5c;}

@media screen and ( max-width: 767px ) {
.formstyle-rnw input[type=text], .formstyle-rnw input[type=date],
.formstyle-rnw input[type=datetime],.formstyle-rnw input[type=number],
.formstyle-rnw input[type=search],.formstyle-rnw input[type=time],
.formstyle-rnw input[type=url],.formstyle-rnw input[type=email],
.formstyle-rnw textarea, .formstyle-rnw select{width:90%;}
.formstyle-rnw input[type=text]:focus, .formstyle-rnw input[type=date]:focus,
.formstyle-rnw input[type=datetime]:focus, .formstyle-rnw input[type=number]:focus,
.formstyle-rnw input[type=search]:focus, .formstyle-rnw input[type=time]:focus,
.formstyle-rnw input[type=url]:focus, .formstyle-rnw input[type=email]:focus,
.formstyle-rnw textarea:focus, .formstyle-rnw select:focus{}
}

@media screen and ( max-width: 767px ) {
.formstyle-rnw table, .formstyle-rnw table tbody, .formstyle-rnw table tr, .formstyle-rnw table th,
.formstyle-rnw table td {display: block; width: auto;}
.formstyle-rnw table {border-right: none;	border-bottom: none;	border-left: none;}
.formstyle-rnw table th {border-top: none;	padding: .5em 1em;}
.formstyle-rnw table td {border-top: none;}
}

.formstyle-rnw input[type="submit"],  .formstyle-rnw input[type="button"],  .formstyle-rnw button {
	font-size:20px;
	font-weight:bold;
	color: #ffffff;
	background: #000066;
	border-radius: 6px;
	cursor: pointer;
	line-height: 1;
	padding: 1em 1.5em;
	}


.form_result {}
.form_result p {}
.form_result h2 , .form_result h3{
    font-size: 18px;
    border-bottom: 1px solid #666;
    color: #666;
}
.form_result-box  {
    margin: 20px 10px;
}







@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

.pt20{
  padding-top: 20px;
}
.inverse{
  background: #000;
  padding: 20px 0;
  color: #fff;
}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#828c9a;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
  display: block;
}

.formstyle-std select, {
  padding: 8px !important;
}