html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    margin: 0
}

html,
body {
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "HiraginoSans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55556;
    color: #000
}

address {
    font-style: normal
}

.page-container {
    width: 100%;
    margin: 0 auto;
    background-color: white
}

.container {
    width: 980px;
    margin: 0 auto
}

.sr-only {
    display: none
}

.site-header {
    height: 80px;
    border-bottom: 5px solid #00519b
}

.site-header .container {
    overflow: hidden;
    height: 100%
}

.site-header .site-title {
    float: left;
    width: 595px;
    height: 100%
}

.site-header .site-title>a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../img/common/header-logo.png) 10px 18px no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.site-header .site-tel {
    float: right;
    width: 330px;
    margin-top: 13px
}

.site-header .businesshour {
    font-size: 0.77778em;
    color: #666;
    line-height: 1.0;
    font-weight: 500
}

.site-header .businesshour em {
    color: #00519b;
    font-style: normal;
    font-size: 1.14286em;
    font-weight: normal
}

.site-header .telnumber {
    font-size: 1.88889em;
    line-height: 1.0;
    margin-top: 2px
}

.site-header .telnumber a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana, Roboto, 'Droid Sans', Geneva, sans-serif;
    letter-spacing: -0.07em
}

.site-header .telnumber a:hover {
    text-decoration: underline
}

.site-header .telnumber .freedial-icon {
    display: inline-block;
    width: 52px;
    height: 29px;
    background: url(../../img/common/header-freedial-icon.png) no-repeat;
    position: relative;
    top: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.site-footer {
    background-color: #00519b;
    padding: 40px 0;
    text-align: center;
    color: white;
    font-size: 0.88889em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased
}

.site-footer .site-logo {
    width: 288px;
    height: 37px;
    margin: 0 auto 30px
}

.site-footer .site-logo>a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../img/common/footer-logo.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.site-footer .grp-info {
    margin-bottom: 1.25em;
    font-size: 0.80em
}

.site-footer .grp-info .grp-name {
    font-size: 1.25em
}

.site-footer .info-label {
    opacity: 0.50
}

.site-footer a {
    color: inherit;
    text-decoration: none
}

.site-footer a:hover {
    text-decoration: underline
}

.page-index .sect-header {
    position: relative;
    height: 330px;
    border: 5px solid #00519b;
    border-left: none;
    border-right: none;
    background: #98d1f6 url(../../img/index/sect-header-tile.png) repeat-x
}

.page-index .sect-header>.container {
    position: relative;
    height: 100%;
    overflow: visible
}

.page-index .entry-block .entryform-container {
    background-color: #036;
    border-radius: 10px;
    padding-bottom: 10px
}

.page-index .entry-block .entryform-title {
    width: 100%;
    height: 151px;
    background: url(../img/intro-entry-title.png) 13px 9px no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .entry-block .entryform-form {
    background-color: #fff;
    margin: 0 10px;
    padding: 19px 15px 11px 14px
}

.page-index .entry-block .entryform-table {
    margin-bottom: 10px
}

.page-index .entry-block .entryform-table .form-row {
    overflow: hidden
}

.page-index .entry-block .entryform-table .form-row+.form-row {
    margin-top: 20px
}

.page-index .entry-block .entryform-table .form-label {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background-color: #40b0f2;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .entry-block .entryform-table .form-row:nth-of-type(1) .form-label {
    background-image: url(../img/entry-form-num1.png);
    background-position-x: 20px
}

.page-index .entry-block .entryform-table .form-row:nth-of-type(2) .form-label {
    background-image: url(../img/entry-form-num2.png)
}

.page-index .entry-block .entryform-table .form-row:nth-of-type(3) .form-label {
    background-image: url(../img/entry-form-num3.png)
}

.page-index .entry-block .entryform-table .form-row:nth-of-type(4) .form-label {
    background-image: url(../img/entry-form-num4.png)
}

.page-index .entry-block .entryform-table .form-row:nth-of-type(5) .form-label {
    background-image: url(../img/entry-form-num5.png)
}

.page-index .entry-block .entryform-table input[type="text"],
.page-index .entry-block .entryform-table input[type="tel"],
.page-index .entry-block .entryform-table select {
    display: block;
    float: left;
    height: 60px;
    border: 2px solid #40b0f2;
    border-left: none;
    padding: 0 0.75em
}

.page-index .entry-block .entryform-table input[type="text"],
.page-index .entry-block .entryform-table input[type="tel"] {
    width: calc(100% - 60px);
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.page-index .entry-block .entryform-table select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-right: none;
    border-radius: 0px;
    width: calc(100% - 70px)
}

.page-index .entry-block .entryform-table .form-set {
    position: relative;
    overflow: hidden
}

.page-index .entry-block .entryform-table .form-set.select::after {
    content: "▼";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 60px;
    border: 2px solid #40b0f2;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left: none;
    background-color: #7ecef4;
    color: #fff;
    line-height: 60px;
    text-align: center;
    pointer-events: none
}

.page-index .entry-block .entryform-table .form-note {
    font-size: 0.83333em;
    color: #666;
    margin-top: 4px
}

.page-index .entry-block .entryform-submit-container {
    text-align: center
}

.page-index .entry-block .entryform-submit {
    width: 100%;
    height: 91px;
    border: none;
    cursor: pointer;
    background: url(../img/intro-entry-btn.png) center top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 130%
}

.page-index .entry-block .entryform-submit:not(:disabled):hover {
    background-position: center bottom
}

.page-index .entry-block .entryform-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed
}

.page-index .entry-block.fullwidth {
    width: 960px;
    margin: 0 auto
}

.page-index .entry-block.fullwidth .entryform-title {
    height: 101px;
    background: url(../img/entry-title.png) 11px 9px no-repeat
}

.page-index .entry-block.fullwidth .entryform-form {
    padding: 29px 35px 33px
}

.page-index .entry-block.fullwidth .entryform-table {
    margin-bottom: 22px;
    padding: 0 26px 0 23px
}

.page-index .entry-block.fullwidth .entryform-submit {
    height: 121px;
    background-image: url(../img/entry-btn.png)
}

.page-index .intro-sect {
    height: 750px;
    background: #fff url(../img/intro-tile.png) repeat-x
}

.page-index .intro-sect .sect-content {
    height: 100%;
    position: relative
}

.page-index .intro-sect .intro-left {
    height: 100%;
    background: url(../img/intro-left.jpg) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .intro-sect .intro-right {
    position: absolute;
    width: 460px;
    background: url(../img/intro-right-bg.jpg) no-repeat;
    top: 21px;
    right: 0
}

.page-index .entry-btn a {
    display: block;
    margin: 0 auto;
    width: 870px;
    height: 121px;
    background: url(../../img/index/entry-btn.png) center top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .entry-btn a:hover {
    background-position: center bottom
}

.page-index .entry-sect.top {
    padding: 28px 0 33px
}

.page-index .entry-sect.top .sect-title {
    height: 150px;
    background: url(../../img/index/entry-title.png) 49px top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .entry-title.two {
    height: 309px;
    background: url(../../img/index/entry-title2.png) top right 21px no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .entry-sect.bottom {
    margin-bottom: 90px
}

.page-index .recom-sect {
    margin-bottom: 60px
}

.page-index .recom-sect .sect-header>.container {
    background: url(../../img/index/recom-header-bg.jpg) left -14px bottom no-repeat
}

.page-index .recom-sect .sect-title {
    position: relative;
    width: 612px;
    height: 213px;
    left: 363px;
    top: 58px;
    background: url(../../img/index/recom-header-title.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .recom-sect .recom-intro {
    position: relative;
    padding: 42px 30px 45px
}

.page-index .recom-sect .recom-intro .intro-title {
    overflow: hidden;
    color: #81511c;
    font-weight: 500;
    font-size: 1.77778em;
    line-height: 1.3125;
    margin-bottom: 24px
}

.page-index .recom-sect .recom-intro .intro-title::before {
    content: "";
    background: url(../../img/index/recom-intro-icon.png) no-repeat;
    width: 29px;
    height: 75px;
    display: block;
    float: left;
    position: relative;
    top: 3px
}

.page-index .recom-sect .recom-intro .intro-text {
    font-size: 1.11111em;
    line-height: 1.5
}

.page-index .recom-sect .recom-cases {
    background: url(../../img/index/recom-cases-bg-tile.png);
    border: 10px solid #60dbe9;
    border-radius: 10px;
    padding-bottom: 25px
}

.page-index .recom-sect .recom-cases .cases-title {
    height: 190px;
    background: url(../../img/index/recom-cases-title.png) center center no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .recom-sect .recom-cases .case {
    width: 920px;
    margin: 0 auto
}

.page-index .recom-sect .recom-cases .case+.case {
    margin-top: 30px
}

.page-index .recom-sect .recom-cases .case-header {
    background-color: #00519b;
    color: white;
    padding: 17px 0 16px 22px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.page-index .recom-sect .recom-cases .case-title {
    font-size: 2.11111em;
    font-weight: 500;
    line-height: 1.0
}

.page-index .recom-sect .recom-cases .case-title small {
    font-size: 0.63158em;
    margin-left: 0.5em
}

.page-index .recom-sect .recom-cases .case-body {
    background-color: white;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px 20px;
    overflow: hidden
}

.page-index .recom-sect .recom-cases .case-summary {
    border: 10px solid #e73804;
    overflow: hidden;
    width: 310px;
    float: left;
    letter-spacing: -0.050em;
    margin-right: 9px
}

.page-index .recom-sect .recom-cases .summary-title {
    float: left;
    width: 150px;
    color: #e73804;
    font-size: 1.88889em;
    line-height: 0.82353;
    font-weight: normal;
    margin-top: 16px;
    text-align: center
}

.page-index .recom-sect .recom-cases .summary-title small {
    font-size: 0.70588em
}

.page-index .recom-sect .recom-cases .summary-tn {
    display: block;
    float: right;
    width: 140px
}

.page-index .recom-sect .recom-cases .case-data {
    float: left;
    width: 560px;
    text-align: center
}

.page-index .recom-sect .recom-cases .case-self::after {
    content: "";
    display: block;
    height: 18px;
    background: url(../../img/index/recom-cases-arrow.png) center top no-repeat
}

.page-index .recom-sect .recom-cases .case-self-container {
    background-color: #e5e5e5;
    border-radius: 8px;
    font-size: 1.88889em;
    font-weight: 500;
    line-height: 1.0;
    padding: 6px 0
}

.page-index .recom-sect .recom-cases .case-self-container small {
    font-size: 0.47059em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 9px;
    margin-right: 2.0em
}

.page-index .recom-sect .recom-cases .case-gtin {
    color: #cc0000;
    font-size: 2.11111em;
    font-weight: 500;
    line-height: 1.0;
    margin-top: 7px
}

.page-index .recom-sect .recom-cases .case-gtin small {
    font-size: 0.68421em
}

.page-index .recom-sect .recom-entry {
    margin-top: 25px
}

.page-index .feats-sect {
    margin-bottom: 80px
}

.page-index .feats-sect .sect-header {
    margin-bottom: 43px
}

.page-index .feats-sect .sect-header>.container {
    background: url(../../img/index/feats-header-bg.jpg) left bottom no-repeat
}

.page-index .feats-sect .sect-title {
    position: relative;
    width: 629px;
    height: 267px;
    left: 319px;
    top: 28px;
    background: url(../../img/index/feats-header-title.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .feats-sect .featpt {
    border: 10px solid #00a0e9;
    border-radius: 10px
}

.page-index .feats-sect .featpt+.featpt {
    margin-top: 19px
}

.page-index .feats-sect .featpt-header {
    background: url(../../img/index/feats-pts-header-tile.png);
    height: 160px;
    position: relative
}

.page-index .feats-sect .featpt-lead {
    width: 156px;
    height: 160px;
    background: url(../../img/index/feats-pts-header-icon.png) right 3px no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .feats-sect .featpt-title {
    position: absolute;
    width: 843px;
    height: 160px;
    top: 0;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: left 26px;
    background-repeat: no-repeat
}

.page-index .feats-sect .pt1 .featpt-title {
    background-image: url(../../img/index/feats-pt1-title.png)
}

.page-index .feats-sect .pt2 .featpt-title {
    background-image: url(../../img/index/feats-pt2-title.png)
}

.page-index .feats-sect .pt3 .featpt-title {
    background-image: url(../../img/index/feats-pt3-title.png)
}

.page-index .feats-sect .featpt-body {
    padding: 30px
}

.page-index .feats-sect .featpt-body-fig {
    width: 100%;
    text-align: center;
    margin-bottom: 16px
}

.page-index .feats-sect .featpt-body-text {
    font-size: 1.33333em;
    line-height: 1.5
}

.page-index .feats-sect .featpt-body-text.point {
    color: #c33;
    font-weight: 500
}

.page-index .check-sect {
    margin-bottom: 80px
}

.page-index .check-sect .sect-header>.container {
    background: url(../../img/index/check-header-bg.jpg) left bottom no-repeat
}

.page-index .check-sect .sect-title {
    position: relative;
    width: 589px;
    height: 290px;
    left: 342px;
    top: 18px;
    background: url(../../img/index/check-header-title.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .check-sect .check-intro {
    position: relative;
    padding: 45px 0
}

.page-index .check-sect .check-intro .intro-title {
    overflow: hidden;
    color: #81511c;
    font-weight: 500;
    font-size: 1.77778em;
    line-height: 1.3125;
    letter-spacing: -0.025em;
    margin-bottom: 29px;
    padding: 0 0 0 30px
}

.page-index .check-sect .check-intro .intro-title::before {
    content: "";
    background: url(../../img/index/check-intro-icon.png) no-repeat;
    width: 26px;
    height: 40px;
    display: block;
    float: left
}

.page-index .check-sect .check-intro .intro-img {
    background: url(../../img/index/check-intro-img.jpg) no-repeat;
    width: 980px;
    height: 314px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 32px
}

.page-index .check-sect .check-intro .intro-text {
    font-size: 1.11111em;
    line-height: 1.5;
    padding: 0 30px
}

.page-index .check-sect .checkpt {
    border: 10px solid #00519b;
    border-radius: 10px;
    background: #d7e7f6 url(../../img/index/check-pts-tile.png) repeat-x
}

.page-index .check-sect .checkpt+.checkpt {
    margin-top: 30px
}

.page-index .check-sect .checkpt-header {
    height: 112px;
    background: url(../../img/index/check-pts-icon.png) 40px bottom no-repeat
}

.page-index .check-sect .checkpt-title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    background-position: 362px center;
    background-repeat: no-repeat
}

.page-index .check-sect .pt1 .checkpt-title {
    background-image: url(../../img/index/check-pt1-title.png)
}

.page-index .check-sect .pt2 .checkpt-title {
    background-image: url(../../img/index/check-pt2-title.png)
}

.page-index .check-sect .pt3 .checkpt-title {
    background-image: url(../../img/index/check-pt3-title.png)
}

.page-index .check-sect .pt4 .checkpt-title {
    background-image: url(../../img/index/check-pt4-title.png)
}

.page-index .check-sect .checkpt-body {
    width: 920px;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 23px;
    padding: 32px 30px 31px;
    overflow: hidden
}

.page-index .check-sect .checkpt-body-main {
    margin-bottom: 25px;
    overflow: hidden
}

.page-index .check-sect .checkpt-tn {
    float: right;
    margin-left: 20px
}

.page-index .check-sect .checkpt-subtitle,
.page-index .check-sect .checkpt-col-title {
    font-size: 1.77778em;
    color: #0068b7;
    letter-spacing: -0.035em;
    line-height: 1.0
}

.page-index .check-sect .checkpt-subtitle {
    width: 580px;
    height: 60px;
    background-color: #c0f0f6;
    border: 1px solid #60d8e9;
    border-left-width: 20px;
    padding: 13px 0 0 18px
}

.page-index .check-sect .checkpt-subtitle-container {
    margin-bottom: 10px
}

.page-index .check-sect .checkpt-subtitle-container::after {
    content: "";
    display: block;
    width: 580px;
    height: 13px;
    background: url(../../img/index/check-pts-subtitle-box-shadow.jpg) center top no-repeat
}

.page-index .check-sect .checkpt-body-text {
    font-size: 1.33333em;
    line-height: 1.5;
    margin-bottom: 0.50em;
    letter-spacing: -0.025em;
    text-align: justify
}

.page-index .check-sect .checkpt-body-text:last-child {
    margin-bottom: 0
}

.page-index .check-sect .checkpt-body-text.point {
    font-size: 1.11111em;
    line-height: 1.5;
    color: #c33;
    font-weight: 500
}

.page-index .check-sect .checkpt-col {
    background: #c0f0f6 url(../../img/index/check-pts-paperhole.png) left top repeat-y;
    padding: 28px 25px 28px 60px
}

.page-index .check-sect .checkpt-col:before {
    clear: both
}

.page-index .check-sect .checkpt-col-title {
    margin-bottom: 0.6875em
}

.page-index .check-sect .checkpt-col-text {
    font-size: 1.33333em;
    line-height: 1.5;
    letter-spacing: -0.025em;
    text-align: justify
}

.page-index .check-sect .checkpt-col-table {
    border-collapse: collapse;
    width: 100%
}

.page-index .check-sect .checkpt-col-table thead {
    background-color: #f93
}

.page-index .check-sect .checkpt-col-table th {
    font-size: 0.77778em;
    line-height: 1.0;
    color: white;
    text-align: left;
    font-weight: normal;
    padding: 12px 0 12px 17px
}

.page-index .check-sect .checkpt-col-table tbody {
    background-color: white
}

.page-index .check-sect .checkpt-col-table td {
    padding: 8px 17px 7px;
    font-size: 1em;
    line-height: 1.33333;
    vertical-align: top
}

.page-index .check-sect .checkpt-col-table tr+tr>td {
    border-top: 1px solid #c9c9c9
}

.page-index .check-sect .pt1 .checkpt-col-subs {
    width: 770px;
    overflow: hidden;
    margin-top: 30px
}

.page-index .check-sect .pt1 .checkpt-col-subs .left {
    float: left
}

.page-index .check-sect .pt1 .checkpt-col-subs .right {
    float: right
}

.page-index .check-sect .pt1 .checkpt-col-sub {
    width: 370px;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 40px
}

.page-index .check-sect .pt1 .col-sub-title {
    height: 50px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .check-sect .pt1 .left .col-sub-title {
    background-color: #fb7f04;
    background-image: url(../../img/index/check-pt1-col-stitle-1.png)
}

.page-index .check-sect .pt1 .right .col-sub-title {
    background-color: #f66;
    background-image: url(../../img/index/check-pt1-col-stitle-2.png)
}

.page-index .check-sect .pt1 .col-sub-list {
    margin: 20px 0 0 2px
}

.page-index .check-sect .pt1 .col-sub-list li {
    color: #59493f;
    line-height: 1.77778;
    letter-spacing: -0.025em;
    font-weight: 500
}

.page-index .check-sect .pt2 .checkpt-col {
    padding-bottom: 26px;
    padding-bottom: 26px
}

.page-index .check-sect .pt2 .checkpt-col-table th,
.page-index .check-sect .pt2 .checkpt-col-table td {
    padding-right: 0px;
    padding-left: 10px
}

.page-index .check-sect .pt2 .checkpt-col-table td {
    letter-spacing: -0.025em
}

.page-index .check-sect .pt3 .checkpt-body-main {
    margin-bottom: 0
}

.page-index .check-sect .pt4 .checkpt-col-table {
    margin-bottom: 20px
}

.page-index .check-sect .pt4 .checkpt-col-table td:first-child {
    white-space: nowrap
}

.page-index .check-sect .checkpt.dark {
    border-color: #00a0e9;
    background: #00519b
}

.page-index .check-sect .checkpt.dark .checkpt-header {
    height: 167px;
    background: none
}

.page-index .check-sect .checkpt.dark .checkpt-title {
    background-position: center center
}

.page-index .check-sect .checkpt.dark .checkpt-subtitle {
    border-color: #f29b76;
    background-color: #ffe6c2;
    color: #59493f
}

.page-index .check-sect .pt5 .checkpt-title {
    background-image: url(../../img/index/check-pt5-title.png)
}

.page-index .check-sect .pt5 .checkpt-body-text.point {
    font-size: 1.33333em;
    margin-bottom: 0
}

.page-index .check-sect .pt5 .checkpt-body-main {
    margin-bottom: 0
}

.page-index .check-sect .check-arrow {
    height: 266px;
    background: url(../../img/index/check-next.jpg) 26px bottom no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .steps-sect {
    margin-bottom: 15px
}

.page-index .steps-sect .sect-header>.container {
    background: url(../../img/index/steps-header-bg.jpg) left bottom no-repeat
}

.page-index .steps-sect .sect-title {
    position: relative;
    width: 576px;
    height: 220px;
    left: 384px;
    top: 56px;
    background: url(../../img/index/steps-header-title.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .steps-sect .sect-content {
    padding-top: 50px
}

.page-index .steps-sect .row.one {
    overflow: hidden;
    position: relative;
    height: 437px;
    padding: 0 20px
}

.page-index .steps-sect .steps-col.step1,
.page-index .steps-sect .steps-col.step2,
.page-index .steps-sect .steps-col.step3 {
    float: left;
    overflow: hidden
}

.page-index .steps-sect .steps-col.step1 .steps-col-content,
.page-index .steps-sect .steps-col.step2 .steps-col-content,
.page-index .steps-sect .steps-col.step3 .steps-col-content {
    width: 260px;
    height: 260px;
    float: left;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .steps-sect .steps-col.step1::after,
.page-index .steps-sect .steps-col.step2::after {
    content: "";
    width: 80px;
    display: block;
    float: left;
    height: 260px;
    background: url(../../img/index/steps-st-arrow.png) center 30px no-repeat
}

.page-index .steps-sect .steps-col.step1 .steps-col-content {
    background-image: url(../../img/index/steps-st1.png)
}

.page-index .steps-sect .steps-col.step2 .steps-col-content {
    background-image: url(../../img/index/steps-st2.png)
}

.page-index .steps-sect .steps-col.step3 .steps-col-content {
    background-image: url(../../img/index/steps-st3.png)
}

.page-index .steps-sect .inter-steps-col {
    position: absolute;
    width: 320px;
    height: 182px;
    top: 205px;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .steps-sect .inter-steps-col.one {
    left: 160px;
    background-image: url(../../img/index/steps-st1-next.png)
}

.page-index .steps-sect .inter-steps-col.two {
    left: 500px;
    background-image: url(../../img/index/steps-st2-next.png)
}

.page-index .steps-sect .steps-col.step4 {
    float: none;
    background-color: #f4f3e3;
    border-radius: 10px;
    padding: 10px 20px 20px 10px
}

.page-index .steps-sect .steps-col.step4 .steps-col-content {
    width: auto;
    height: auto;
    overflow: hidden
}

.page-index .steps-sect .steps-col.step4 .leftside {
    float: left;
    width: 479px
}

.page-index .steps-sect .steps-col.step4 .rightside {
    float: left;
    width: 470px
}

.page-index .steps-sect .steps-col.step4 .steps-col-lead {
    width: 360px;
    height: 60px;
    background: url(../../img/index/steps-st4-title.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 19px
}

.page-index .steps-sect .steps-col.step4 .steps-col-text {
    width: 456px;
    height: 84px;
    background: url(../../img/index/steps-st4-desc.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.page-index .steps-sect .steps-col.step4 .steps-col-text.boxed {
    width: 470px;
    height: 120px;
    background: #fff url(../../img/index/steps-st4-desc2.png) center center no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 5px solid #01ae5c;
    border-radius: 4px;
    margin-top: 50px
}

#capture {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    text-align: center;
    background-color: #00519b;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.up-fz-14 {
    font-size: 14px;
}

.up-mt-10 {
    margin-top: 10px;
}

.up-fw-500 {
    font-weight: 500;
}

@media(max-width:599px) {
    .up-fz-12\@sp {
        font-size: 12px;
    }
}