@charset "UTF-8";
/* layout general
 -----------------------------------------------------*/
/* general setting
 -----------------------------------------------------*/
* {
    outline: transparent;
}

html, body {
    padding: 0;
    margin: 0;
    font-size: 10px;
    min-width: 1400px;
}

body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
    /*  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6" sans-serif; */
    /*Hiragino Mincho Pro*/
    /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W3", "Hiragino Kaku Gothic Pro W3", serif;*/
    /* font-family: "Hiragino Kaku Gothic Pro W3","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
    font-size: 10px;
    color: white;
    background-color: white;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

a:hover {
    text-decoration: none;
    color: #2765AF;
    opacity: 0.8;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}

p {
    margin: 0px 0px 15px 0px;
    padding: 0;
    font-family: Hiragino Kaku Gothic Pro W3;
}

p:last-child {
    margin-bottom: 0px;
}

figure {
    margin: 0;
    padding: 0;
    line-height: 0;
}

input[type="submit"] {
    border: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/* clearfix */
.clearfix::after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.page-header {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 100%;
}

.contents {
    margin-left: 265px;
}

.breadcrumb {
    margin: 18px 0 38px;
}

.breadcrumb li {
    display: inline-block;
    font-size: 1.1rem;
    font-family: Hiragino Kaku Gothic Pro W3;
    color: #333333;
    position: relative;
    margin-right: 12px;
}

.breadcrumb li::after {
    content: ">";
    position: absolute;
    top: 0;
    right: -12px;
}

.breadcrumb li.active::after {
    content: none;
}

.breadcrumb li a {
    text-transform: uppercase;
    border-bottom: 1px solid #333;
}

.breadcrumb li a:hover {
    border-bottom: 1px solid #2665AE;
}

.ttMain {
    font-size: 1.8rem;
    padding: 12px 0 12px 25px;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.ttMain::before {
    content: "";
    background-color: #0B4B96;
    width: 8px;
    height: 16px;
    position: absolute;
    top: 16px;
    left: 8px;
}

.ttSection {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    padding: 14px 0 14px 20px;
    background: #ff9100;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #df7e00), color-stop(50%, #f18a03), to(#ff9100));
    background: linear-gradient(to bottom, #df7e00 2%, #f18a03 50%, #ff9100 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#104b92', endColorstr='#5990cc', GradientType=0);
    /* IE6-9 */
}

input[type="text"],
input[type="password"] {
    height: 31px;
    border: 1px solid #ccc;
    background-color: #F8F8F8;
    padding: 0 10px;
    color: #333;
}

.frm-submit {
    text-align: center;
}

.frm-submit .btn-submit {
    border: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1;
    padding: 18px 0;
    border-radius: 5px;
    background: #ff9900;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#f96401));
    background: linear-gradient(to bottom, #ff9900 0%, #f96401 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#f96401', GradientType=0);
    /* IE6-9 */
}

.frm-submit .btn-submit:hover {
    opacity: 0.8;
}

.page-main {
    display: block;
}

img {
    border: none;
}

/** header area
--------------------------------------- **/
.grHeader {
    /*  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  */
    padding: 22px 0 19px;
    overflow: hidden;
}

.grHeader::after {
    clear: both;
}

.grHeader .leftHeader {
    float: left;
}

.grHeader .leftHeader .description {
    font-size: 1.3rem;
}

.grHeader .leftHeader .logoButton {
    /*  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    */
}

.grHeader .leftHeader .logoButton .logo {
    padding: 1px 22px 0 0;
    position: relative;
    float: left;
}

.grHeader .leftHeader .logoButton .logo::after {
    content: "";
    background-color: #DDD;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 0;
}

.grHeader .leftHeader .logoButton .btnSmp {
    padding-left: 22px;
    float: left;
}

.grHeader .rightHeader {
    float: right;
}

.grHeader .rightHeader p {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 12px;
}

.grHeader .rightHeader .txtTel {
    font-size: 3.2rem;
    color: #FF6000;
    font-family: Myriad Pro;
    line-height: 1;
    margin-bottom: 7px;
}

.navMenu {
    background: url(../image/bkgMenu.png) top left repeat-x;
    height: 56px;
}

.navMenu ul {
    width: 1000px;
    margin: 0 auto;
    padding: 14px 15px;
    font-size: 0rem;
}

.navMenu li {
    display: inline-block;
}

.navMenu li:nth-child(1) {
    width: 176px;
}

.navMenu li:nth-child(2) {
    width: 241px;
}

.navMenu li:nth-child(3) {
    width: 241px;
}

.navMenu li:nth-child(4) {
    width: 243px;
}

.navMenu li a {
    font-size: 1.7rem;
    color: #fff;
    font-family: Hiragino Kaku Gothic Pro;
}

.navMenu img {
    width: 22px;
    height: 25px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

/** Home page
--------------------------------------- **/
.page-home {
    margin-top: 30px;
}

.list-visual > li:first-child .main-title {
    background: #1C67B7;
    padding: 10px;
}

.main-visual {
    /* height: auto; */
    width: 100%;
    overflow: hidden;
    position: relative;
}

.list-visual > li {
    position: relative;
}

.list-visual > li img {
    width: 100%;
    vertical-align: bottom;
}

.list-visual > li + li {
    margin-top: 5rem;
}

.main-visual .main-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 38px;
    color: #fff;
}

.main-visual .video-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-visual .video-main {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.top-info .info-left {
    border: 3px solid #427EC1;
    padding: 25px 28px 25px 22px;
    min-height: 375px;
    width: 346px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.top-info .info-left h2 {
    font-size: 1.6rem;
    color: #427EC1;
    border-bottom: 3px solid #427EC1;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.top-info .info-left ul li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.top-info .info-left ul li span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.top-info .info-left ul li a {
    display: inline-block;
    font-size: 1.4rem;
}

.top-info .info-right {
    float: left;
    width: 360px;
    margin-left: 25px;
}

.top-info .info-right .bx-controls-auto {
    position: absolute;
    bottom: 13px;
    right: 7px;
    width: auto;
}

.top-info .info-right .bx-caption span {
    font-size: 1.6rem;
}

.wrap-btn {
    margin: 55px 0px 80px;
}

.wrap-btn .group-btn li {
    float: left;
    width: 265px;
    position: relative;
    height: 265px;
}

.wrap-btn .group-btn li span {
    font-size: 1.2rem;
    padding: 10px 5px 10px 15px;
    background: #fff;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -76px;
    display: block;
    width: 152px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap-btn .group-btn li span .svg {
    width: 11px;
    height: 11px;
    margin-left: 5px;
}

.wrap-btn .group-btn li:nth-child(1) {
    margin-left: 27px;
}

.wrap-btn .group-btn li:nth-child(1) a {
    color: #06416E;
    fill: #06416E;
}

.wrap-btn .group-btn li:nth-child(2) {
    margin-left: 80px;
}

.wrap-btn .group-btn li:nth-child(2) a {
    color: #F8802F;
    fill: #F8802F;
}

.wrap-btn .group-btn li:nth-child(3) {
    float: none;
    clear: both;
    margin-left: 202px;
}

.wrap-btn .group-btn li:nth-child(3) a {
    color: #5FAF30;
    fill: #5FAF30;
}

.wrap-social {
    text-align: center;
    display: block;
    overflow: hidden;
    clear: both;
    max-width: 770px;
    margin: 0 auto;
}

.wrap-social .line-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background: #00DB00;
    padding: 35px;
    border-radius: 10px;
    margin-top: 45px;
}

.wrap-social .line-box .acount {
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
}

.wrap-social .line-box .acount span {
    font-size: .6em;
    color: #FFFF00;
    display: block;
}

.wrap-social .twitter-title {
    font-size: 2rem;
    font-weight: bold;
    color: #059FF5;
}

.wrap-social .twitter-box {
    float: right;
    margin-left: 50px;
    width: 350px;
}

.wrap-social .twitter-box .blue-box {
    border: 3px solid #059FF5;
    height: 445px;
    overflow-y: auto;
}

/** Home page
--------------------------------------- **/
.txtContact {
    padding: 18px 0 23px 6px;
}

.txtContact dl {
    font-size: 1.4rem;
    font-family: Hiragino Kaku Gothic Pro W3;
    margin: 10px 0;
}

.txtContact dl dt {
    color: #004698;
    display: inline-block;
    width: 150px;
}

.txtContact dl dd {
    display: inline-block;
    color: #333333;
}

.maps {
    margin: 21px 0 32px;
}

.maps #map {
    width: 100%;
    height: 400px;
}

/*
.maps .bxQc {
  position: relative;
  margin-top: 16px;
}
.maps .bxQc figure {
  border: 2px solid #ccc;
}
.maps .bxQc figure img {
  width: 100%;
  height: auto;
}
.maps .bxQc .grQc {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 36px 27px 40px;
}
*/
.maps .bxQc .grQc {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.maps .bxQc .grQc h3 {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -29px;
}

.maps .bxQc .grQc .linkWeb {
    font-size: 1.6rem;
    color: #004698;
    position: relative;
    padding-right: 60px;
    font-weight: 600;
    position: absolute;
    margin-top: -13px;
    top: 50%;
    right: 36px;
}

.maps .bxQc .grQc .linkWeb::after {
    content: "";
    background: url(../image/icon-play.png) no-repeat;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -19px;
}

.maps .bxQc {
    background: url(../image/contact-banner.png) 0 0 no-repeat;
    border: 2px solid #ccc;
    margin-top: 16px;
}

.maps .bxQc .grQc {
    width: 735px;
    height: 120px;
}

.frmContact {
    margin-bottom: 142px;
}

.frmContact .frm-control {
    border-bottom: 1px solid #ccc;
    /*  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  */
    padding: 19px 0 17px 17px;
    overflow: hidden;
}

.frmContact .frm-control::after {
    clear: both;
}

.frmContact .frm-control .control-lbl {
    width: 27.38%;
    font-size: 1.4rem;
    color: #333;
    /*margin-right: 28px;*/
    float: left;
    margin-top: 5px;
}

.frmContact .frm-control .control-lbl .required {
    color: #fff;
    background: #FF7373;
    padding: 3px 5px;
    line-height: 1;
    float: right;
}

.frmContact .frm-control .control-field {
    width: 69%;
    float: right;
}

.frmContact .frm-control .control-field .form-field {
    width: 126px;
    margin-right: 8px;
}

.frmContact .frm-control .control-field .form-control {
    width: 430px;
}

.frmContact .frm-submit {
    margin-top: 38px;
}

.frmContact .frm-submit .btn-submit {
    width: 274px;
}

/** Home page
--------------------------------------- **/
.bxLogin {
    border: 3px solid #EEEEEE;
    padding: 83px 0 92px;
    margin: 18px 0 37px;
}

.bxLogin p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 24px;
}

.bxLogin .frmLogin {
    width: 365px;
    margin: 32px auto 35px;
}

.bxLogin .frmLogin .frm-control {
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  */
    margin-bottom: 15px;
}

.bxLogin .frmLogin .frm-control .control-lbl {
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
    width: 75px;
    margin-right: 15px;
}

.bxLogin .frmLogin .frm-control .form-control {
    width: 252px;
}

.bxLogin .frmLogin .frm-submit {
    text-align: right;
    margin-top: 20px;
}

.bxLogin .frmLogin .frm-submit .btn-submit {
    width: 274px;
}

.bxRegister {
    border: 3px solid #EEEEEE;
    padding: 57px 0 66px;
    margin: 18px 0 139px;
}

.bxRegister .linkRegister {
    margin-bottom: 36px;
}

.bxRegister .linkRegister a {
    display: block;
    border: none;
    width: 368px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1;
    padding: 18px 0;
    border-radius: 5px;
    background: #ff9900;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#f96401));
    background: linear-gradient(to bottom, #ff9900 0%, #f96401 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#f96401', GradientType=0);
    /* IE6-9 */
}

.bxRegister p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 24px;
}

/** Home page
--------------------------------------- **/
.grAfterLogin .ttMain {
    margin: 27px 0;
}

.grAfterLogin .listNotice {
    padding-left: 10px;
}

.grAfterLogin .listNotice li {
    margin-bottom: 27px;
    /*  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  */
}

.grAfterLogin .listNotice li a {
    display: inline-block;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 24px;
    background: url(../image/iconRight.png) left 5px no-repeat;
    padding-left: 14px;
}

.grAfterLogin .listNotice li:last-child {
    margin-bottom: 54px;
}

.grAfterLogin .tblSpecial {
    border-top: 3px solid #ddd;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 27px;
}

.grAfterLogin .tblSpecial thead th {
    color: #0E4D99;
    padding: 18px 0 12px;
}

.grAfterLogin .tblSpecial tbody tr:nth-child(odd) {
    background-color: #F4F4F4;
}

.grAfterLogin .tblSpecial tbody td {
    text-align: center;
    padding: 13px 0;
}

.grAfterLogin .tblSpecial tbody td.tdPrice {
    font-size: 2rem;
    color: #FF6C00;
    font-weight: bold;
}

/** Home page
--------------------------------------- **/
.grFlowCounter .ttSection {
    margin: 27px 0;
}

.grFlowCounter .listStep {
    /*  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  */
    margin-bottom: 27px;
    overflow: hidden;
}

.grFlowCounter .listStep::after {
    clear: both;
}

.grFlowCounter .listStep li {
    display: inline;
    float: left;
}

.grFlowCounter .listStep li strong {
    display: block;
    font-size: 1.4rem;
}

.grFlowCounter .listStep li a {
    -webkit-transition: all 1s;
    transition: all 1s;
    display: block;
    position: relative;
}

.grFlowCounter .listStep li a:hover {
    z-index: 4 !important;
}

.grFlowCounter .listStep li:nth-child(1) strong {
    color: #3A76BC;
}

.grFlowCounter .listStep li:nth-child(1) a {
    z-index: 3;
}

.grFlowCounter .listStep li:nth-child(2) {
    margin-left: -20px;
}

.grFlowCounter .listStep li:nth-child(2) a {
    z-index: 2;
}

.grFlowCounter .listStep li:nth-child(3) {
    margin-left: -20px;
}

.grFlowCounter .listStep li:nth-child(3) strong {
    color: #3A76BC;
}

.grFlowCounter .listStep li:nth-child(3) a {
    z-index: 1;
}

.grFlowCounter .listStep li:nth-child(4) {
    /*margin-left: -16px;*/
    margin-left: -27px;
}

.grFlowCounter .ttMain {
    margin-bottom: 24px;
}

.grFlowCounter .bxStep {
    counter-reset: article;
}

.grFlowCounter .bxStep article {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.grFlowCounter .bxStep article:last-child {
    border-bottom: none;
}

.grFlowCounter .bxStep article .ttStep {
    font-size: 2rem;
    color: #F78439;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.grFlowCounter .bxStep article .num1::before {
    content: "1";
}

.grFlowCounter .bxStep article .num2::before {
    content: "2";
}

.grFlowCounter .bxStep article .num3::before {
    content: "3";
}

.grFlowCounter .bxStep article .ttStep::before {
    color: #fff;
    background: url(../image/icon-cmt.png) left top no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -3px;
    left: 2px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 32px;
}

.grFlowCounter .bxStep article p {
    font-size: 1.4rem;
    line-height: 24px;
}

.grFlowCounter .bxStep article .bxText {
    width: 435px;
    float: left;
    padding-right: 37px;
}

.grFlowCounter .bxStep article figure {
    margin-left: 472px;
}

.grFlowCounter .bxStep article .listStepkt {
    margin: 10px 0 22px;
    border: 3px solid #ddd;
    padding: 24px 45px 29px;
}

.grFlowCounter .bxStep article .listStepkt li {
    list-style: disc;
    font-size: 1.4rem;
    color: #FF7166;
    line-height: 24px;
}

.grFlowCounter .bxStep article .linkPdf {
    text-align: center;
    margin-top: 27px;
}

.grFlowCounter .bxStep article .linkPdf a {
    border: 3px solid #2668B5;
    font-size: 1.4rem;
    color: #2667B4;
    width: 226px;
    height: 49px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    line-height: 49px;
    margin-right: 10px;
    font-weight: 600;
}

.grFlowCounter .bxStep article .bxLeftRight {
    /*  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  */
    border: 1px solid #ddd;
    overflow: hidden;
}

.grFlowCounter .bxStep article .bxLeftRight::after {
    clear: both;
}

.grFlowCounter .bxStep article .bxLeftRight .ttBxLR {
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    color: #2166B8;
    text-align: center;
    background-color: #F0F4FA;
    padding: 12px 0;
}

.grFlowCounter .bxStep article .bxLeftRight .leftStep {
    width: 49%;
    border-right: 1px solid #ddd;
    float: left;
}

.grFlowCounter .bxStep article .bxLeftRight .rightStep {
    width: 50%;
    float: right;
}

.grFlowCounter .bxStep article .bxLeftRight .bxCtStep {
    padding: 19px;
}

.grFlowCounter .bxStep article .bxLeftRight .bxCtStep ul {
    padding: 20px 28px 20px 32px;
    background-color: #FEECE1;
}

.grFlowCounter .bxStep article .bxLeftRight .bxCtStep ul li {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}

.grFlowCounter .bxStep article .bxLeftRight .bxCtStep ul li::before {
    content: "";
    background: url(../image/iconList.png) no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: -11px;
}

.grFlowCounter .addShip {
    border: 5px solid #FF7063;
    padding: 23px;
    font-weight: bold;
    margin: 15px 0;
}

.grFlowCounter .addShip span {
    margin-right: 20px;
}

.grFlowCounter .txtContact {
    padding: 0;
}

.grFlowCounter .maps {
    margin-bottom: 50px;
}

.grFlowCounter .maps #map2 {
    width: 100%;
    height: 400px;
}

/** Home page
--------------------------------------- **/
.grPolicy .ttPolicy {
    font-size: 1.4rem;
}

.grPolicy p {
    font-size: 1.4rem;
    line-height: 24px;
}

.grPolicy p:first-child {
    margin: 29px 0 37px;
}

.grPolicy .bxPol p {
    margin: 8px 0 35px 17px;
}

.grPolicy .bxPol ul {
    margin: 0 0 35px 35px;
}

.grPolicy .bxPol ul li {
    list-style: disc;
    font-size: 1.4rem;
    line-height: 24px;
}

/* sidebar
 -----------------------------------------------------*/
.sidebar {
    width: 230px;
    float: left;
}

.sidebar p {
    font-size: 1.4rem;
}

.sidebar .menuSidebar li {
    padding: 0;
    line-height: 0;
}

.sidebar .menuSidebar li a {
    font-size: 1.6rem;
    color: #2665AE;
    font-family: Hiragino Kaku Gothic Pro W3;
}

/* css - footer
 -----------------------------------------------------*/
.page_footer {
    position: relative;
    width: 100%;
}

.page_footer .ftTop .social {
    text-align: right;
    margin-bottom: 30px;
}

.page_footer .ftTop .social ul {
    font-size: 0rem;
}

.page_footer .ftTop .social ul li {
    display: inline-block;
    margin-left: 15px;
}

.page_footer .ftBottom {
    background: url("../image/bkgFooter.png") top left repeat-x;
    height: 182px;
    width: 100%;
}

.page_footer .ftBottom .scrollTop {
    width: 60px;
    height: 60px;
    background-color: #000;
    opacity: 0.5;
    text-align: center;
    display: block;
    line-height: 60px;
    position: fixed;
    right: 15px;
    bottom: 50px;
}

.page_footer .ftBottom .navFooter {
    padding: 34px 0 29px;
}

.page_footer .ftBottom .navFooter li {
    display: inline-block;
    margin-right: 56px;
}

.page_footer .ftBottom .navFooter li a {
    font-size: 1.4rem;
    color: #fff;
    font-family: Hiragino Kaku Gothic Pro;
}

.page_footer .ftBottom p {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.btn-orange {
    display: block;
    border: none;
    width: 368px;
    margin: 0 auto;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1;
    padding: 18px 0;
    border-radius: 5px;
    background: #ff9900;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#f96401));
    background: linear-gradient(to bottom, #ff9900 0%, #f96401 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#f96401', GradientType=0);
    /* IE6-9 */
}

.btn-gray {
    display: block;
    border: none;
    width: 368px;
    margin: 0 auto;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1;
    padding: 18px 0;
    border-radius: 5px;
    background: #999999;
}

.frmEntry {
    width: 500px;
    margin: 0 auto;
}

.frmEntry tr {
    padding-bottom: 10px;
}

.frmEntry th {
    width: 200px;
}

.frmEntry table input[type="text"],
.frmEntry table input[type="password"],
.frmEntry table input[type="fkana"] {
    width: 100%;
    margin-bottom: 10px;
    height: 31px;
    border: 1px solid #ccc;
    background-color: #F8F8F8;
    padding: 0 10px;
    color: #333;
}

.ng_msg,
.red {
    color: #F00;
}

.confirm-table {
    margin: 50px auto;
}

.v-html p {
    font-size: 20px;
    color: #000;
}

.myVueTable {
    border: 2px solid #ddd;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 27px;
}

.myVueTable thead th {
    color: #0E4D99;
    padding: 18px 0 12px;
    border: 1px solid #000;
}

.myVueTable tbody {
    color: #000;
    font-size: 18px;
}

.myVueTable tbody tr:nth-child(odd) {
    background-color: #F4F4F4;
}

.myVueTable tbody td {
    text-align: center;
    padding: 13px 0;
    border: 1px solid #000;
}

.myVueTable tbody td.tdPrice {
    font-size: 2rem;
    color: #FF6C00;
    font-weight: bold;
}

.my-logo img {
    width: 400px;
}

.tablePdf {
    border: 1px solid #ccc;
    width: 100%;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .tel {
    margin-left: auto;
    width: 400px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header .tel-item {
    width: 50%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.header .tel-item-title {
    font-size: 20px;
}

table {
    color: #000;
    width: 100%;
    border-collapse: collapse;
}

table td {
    border: 1px solid #666;
    font-size: 18px;
}

table td, table th {
    height: 30px;
    text-align: center;
}

table tbody tr:nth-child(2n - 1) {
    background: #f1f1f1;
}

/*# sourceMappingURL=style.css.map */
