@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #333333;
    background: #ccc;
}

address,
caption,
code,
figcaption,
pre,
th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

fieldset,
iframe,
img {
    border: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1.5em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

button {
    background: 0 0;
    border: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit;
}

button:disabled {
    cursor: default;
}

audio:not([controls]) {
    display: none;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #0068b7;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    display: block;
    height: auto;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.dgib {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.dgib img {
    display: none;
}

.dgib::after {
    display: block;
    content: "";
    padding-top: 100%;
}

.scroll_ani {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.scroll_ani1 {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.scroll_ani2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.scroll_ani4 {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.itemsshow {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.itemsshow1 {
    opacity: 1 !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.itemsshow2 {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.layout {
    max-width: 2000px;
    min-width: 1160px;
    margin: 0 auto;
    background: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #f3f3f3;
    border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #cccccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #111111;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

.header .top {
    width: 1100px;
    height: 75px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .top > a img {
    display: block;
    width: 280px;
    height: 13.57px;
}

.header .top > div a img {
    display: block;
    height: 40px;
    width: auto;
}

.header .top div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .top div a:nth-child(1) {
    padding-right: 20px;
}

.nav {
    background: transparent;
}

.nav > div {
    position: relative;
    z-index: 50;
    background: #fff;
    width: 924px;
    margin: -70px auto 0;
    padding: 30px 0;
    -webkit-box-shadow: 0px 5px 20px #eee;
    box-shadow: 0px 5px 20px #eee;
}

.nav > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px 0 auto;
}

.nav > div > ul li {
    float: left;
    padding-right: 25px;
    width: 30%;
}

.nav > div > ul li a {
    display: block;
    background: #0068b7;
    border-radius: 4px;
    height: 75px;
    position: relative;
    color: #000;
    white-space: nowrap;
    color: white;
}

.nav > div > ul li a div {
    padding-left: 70px;
    padding-right: 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav > div > ul li a div:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    left: 20px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.nav > div > ul li:nth-child(1) a div:after {
    background-image: url(../img/nav-pic-1.png);
}

.nav > div > ul li:nth-child(2) a div:after {
    background-image: url(../img/nav-pic-3-white.png);
}

.nav > div > ul li:nth-child(3) a div:after {
    background-image: url(../img/nav-pic-4.png);
}

.nav > div > ul li a div span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.3;
}

.nav > div > ul li a div span + i {
    font-style: normal;
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.2;
    display: block;
    text-transform: capitalize;
}

.header .top ul li a:hover {
    opacity: 0.7;
}

.nav > div > ul li a:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-box-shadow: inset 0 2px 6px rgba(10, 10, 30, 0.2);
    box-shadow: inset 0 2px 6px rgba(10, 10, 30, 0.2);
    background-color: #005698;
}

.footer {
    background: #f2f2f2;
    border-top: 1px solid #dedede;
    padding: 30px 0 0;
    overflow: hidden;
}

.footer .inner {
    width: 1100px;
    margin: 0 auto;
}

.footer .flogo {
    border-right: 1px solid #dedede;
    display: inline-block;
    margin-right: 30px;
    width: 240px;
    vertical-align: top;
    height: 130px;
}

.footer .fnavi {
    border-right: 1px solid #dedede;
    display: inline-block;
    margin-right: 30px;
    width: 460px;
    vertical-align: top;
    height: 130px;
}

.footer .fnavi li {
    float: left;
    margin-right: 20px;
    width: 45%;
    line-height: 2;
}

.footer .fnavi a {
    color: #3c3c3c;
    font-size: 12px;
    text-decoration: none;
}

.footer .fnavi a:before {
    content: url(../img/icon_fnavi.png);
    padding-right: 5px;
    vertical-align: middle;
}

.footer .fnavi a:hover {
    color: #32b2cb;
}

.footer .office {
    display: inline-block;
    color: #666;
    font-size: 12px;
    vertical-align: top;
}

.footer .copyright {
    background: #00b4cd;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    margin-top: 30px;
    text-align: center;
}

.banner {
    display: block;
    height: 788px;
    position: relative;
    overflow: hidden;
}

.layout .banner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/mask.png");
    z-index: 10;
    opacity: 0.7;
}

.banner .animation {
    z-index: 5;
}

.banner .animation li:after {
    display: none;
}

@-webkit-keyframes banneranimation {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

@keyframes banneranimation {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

.banner .animation li,
.addbg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: banneranimation 50s linear infinite 0s;
    animation: banneranimation 50s linear infinite 0s;
}

.featured {
    position: absolute;
    z-index: 50;
    width: 100%;
    min-width: 1100px;
    top: 120px;
    margin: 0 auto;
}

.featured-box {
    width: 600px;
    display: block;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 50px 40px 40px;
    text-align: center;
}

.featured-box .slogan-brand-img {
    width: 40%;
    max-width: 120px;
    margin: 0px auto 30px;
}

.featured-box {
    border-radius: 6px;
}

.featured-box .slogan-date {
    text-align: left;
    padding: 30px 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.featured-box .slogan-date .col {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 5px;
}

.featured-box .slogan-date .col div {
    border: 2px solid #c10117;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #c10117;
    background-color: #fff;
}

.featured-box .slogan-date .col div:first-child {
    background-color: #c10117;
    color: white;
}

.featured-box .blue {
    background: #0068b7;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
}

.featured-box h1 {
    font-size: 28px;
    font-weight: bold;
    color: #0068b7;
    margin-bottom: 20px;
    line-height: 1.4;
    display: block;
}

.featured-box .slogan-inner {
    padding: 10px 10px 10px;margin: 20px 0 0px;
    font-size: 18px; border: 2px solid #c10117;background-color: #fff;color: #c10117
}

.banner .meeting {
    z-index: 20;
    position: absolute;
    background-color: #00b2ce;
    color: #fff;
    padding: 35px;
    bottom: 30px;
    right: 80px;
}

.banner .meeting h2 {
    line-height: 1.1;
    font-size: 16px;
}

.banner .meeting ul {
    font-size: 14px;
    line-height: 1.6;
}

.banner .meeting ul li {
    margin: 0.5em 0;
}

.banner .meeting p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 1em;
}

.banner .link {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    background: #f19e1c;
    padding: 30px;
    max-width: 320px;
}

.banner .link h3 {
    color: #fff;
    font-size: 18px;
}

.banner .link ul li {
    margin-top: 1em;
    font-size: 16px;
}

.banner .link ul li a {
    color: #fff;
}
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.layout .title {
    text-align: center;
}

.layout .title h2 {
    line-height: 1.1;
    font-size: 30px;
    color: #0068b7;
}

.layout .title p {
    line-height: 1.1;
    font-size: 14px;
    color: #0068b7;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 12px;
}

.part-1 {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}

.part-1-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.concept {
    padding-bottom: 100px;
    width: 100%;
    text-align: center;
}

.concept .title {
    text-align: center !important;
}

.concept .concept-content {
    background: url(../img/concept-bg.png) center center/contain no-repeat;
    text-align: center;
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    line-height: 2;
}

.concept .concept-content p:not(:last-child) {
    margin-bottom: 1.5em;
}

.part-1 .title {
    text-align: left;
    margin-bottom: 40px;
}

.part-1 .part-1-center {
    width: 1100px;
    border: 5px solid #0068b7;
    padding: 20px 25px 5px;
    margin-bottom: 80px;
}

.part-1 .part-1-center div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.part-1 .part-1-center p {
    width: 130px;
    height: 35px;
    background: #0068b7;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    border-radius: 4px;
}

.part-1 .part-1-center span {
    line-height: 35px;
    margin-left: 30px;
    line-height: 1.4;
    font-size: 16px;
}

.part-1 .part-1-main {
    width: 550px;
    margin: 0 auto 50px;
    text-align: center;
}

.precondition-content {
    font-size: 16px;
    padding-top: 30px;
}

.precondition-content ul {
    padding: 15px 25px;
    margin: 15px 0;
    font-size: 14px;
    background-color: #f6f6f6;
    border-radius: 4px;
    overflow: hidden;
}

.precondition-content ul p {
    font-weight: bold;
    margin: 15px 0;
}

.precondition-content ul li {
    margin: 6px 0;
    line-height: 1.4;
}

.precondition-content ul li a {
    font-size: 12px;
}

.part-1 .part-1-main p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.part-1 .part-1-main p span:nth-child(1) {
    color: #00b2ce;
    font-weight: bold;
}

.part-1 .part-1-choice {
    margin-bottom: 80px;
}

.part-1 .part-1-choice .title {
    text-align: center;
}

.part-1 .part-1-choice div h2 span {
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}

.part-1 .part-1-choice div ul {
    width: 1100px;
    border: 35px solid #ffc107;
    background: #fffefa;
    padding: 10px 0 20px;
}

.proposers {
    background-color: #f6f6f6;
    padding: 60px 0;
}

.proposers .title {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.proposers ul {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.proposers ul li {
    background-color: #fff;
    border-top: 4px solid #0068b7;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.proposers ul li img {
    width: 100%;
    display: block;
}

.proposers ul li p {
    padding: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.part-1 .part-1-choice div ul li p {
    position: relative;
    padding: 15px 0 0 200px;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0068b7;
}

.part-1 .part-1-choice div ul li p::before {
    content: "";
    display: block;
    width: 1.3em;
    min-width: 1.4em;
    height: 1.4em;
    background: url(../img/correct.png) center center/contain no-repeat;
    margin-right: 15px;
}

.layout .part-add {
    position: relative;
    width: 100%;
    height: 577px;
    overflow: hidden;
}

.layout .part-add .animation li::before {
    content: "";
    width: 1100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #0068b7;
    opacity: 0.8;
}

.layout .part-add .title {
    position: relative;
    padding: 40px 0;
}

.layout .part-add .title p {
    color: #fff;
}

.layout .part-add .title h2 {
    color: #fff;
}

.layout .part-add-content {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layout .part-add-content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    width: 580px;
}

.layout .part-add-content div ul {
    background: #ffc107;
    padding: 15px;
}

.layout .part-add-content div ul li {
    position: relative;
    padding: 0;
    color: #0068b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
    padding: 4px 0;
    font-size: 13px;
    font-weight: bold;
}

.layout .part-add-content div ul li::before {
    content: "";
    display: block;
    width: 1.3em;
    min-width: 1.4em;
    height: 1.4em;
    background: url(../img/correct.png) center center/contain no-repeat;
    margin-right: 10px;
}

.layout .part-more {
    width: 1100px;
    margin: 50px auto;
}

.layout .part-more .title {
    text-align: left;
}

.layout .part-more .part-1-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.layout .part-more ul li {
    position: relative;
    color: #000;
    padding-left: 40px;
}

.layout .part-more ul p {
    position: relative;
    padding-left: 20px;
}

.layout .part-more ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    left: 20px;
    top: 7px;
}

.layout .part-more ul p::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #333;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 5px;
}

.mcolor {
    color: #0068b7;
}

.mphoto {
    margin: 20px 0 0 50px;
}

.part-2 {
    width: 100%;
    padding: 50px 0 40px;
    background: url(../img/part-2-bg.jpg) center center/cover no-repeat;
}

.part-2 .title {
    margin-bottom: 40px;
}

.part-2-main {
    width: 1100px;
    background-color: white;
    margin: 0 auto 40px;
    padding: 40px 50px 30px;
}

.part-2-main > img {
    width: 100%;
    display: block;
    margin: auto;
}

.part-2-main .font a {
    color: #333;
    text-decoration: underline;
}

.part-2-main h2 {
    color: #0068b7;
    font-size: 20px;
    text-align: left;
    border-bottom: 2px solid #0068b7;
    line-height: 2;
    margin-bottom: 30px;
}

.part-2-main h2:not(:first-child) {
    margin-top: 20px;
}

.part-2-main h3 {
    position: relative;
    color: #0068b7;
    font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.part-2-main .main-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.part-2-main .main-3 div {
    width: 48%;
    line-height: 2;
}

.part-2-main .main-3 div span {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.part-2-main .main-3 table {
    width: 447px;
    text-align: center;
    margin-top: 10px;
}

.part-2-main .main-3 table .tcolor {
    color: #0068b7;
    font-weight: bold;
}

.part-2-main .main-3 table td {
    border: 1px solid #000;
    line-height: 2;
}

.part-2-main .hphoto-1::before,
.part-2-main .hphoto-2::before,
.part-2-main .hphoto-3::before,
.part-2-main .hphoto-4::before {
    content: "";
    display: block;
    width: 1.4em;
    min-width: 1.4em;
    height: 1.4em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.part-2-main .hphoto-1::before {
    background-image: url(../img/part-2-2-a.jpg);
}

.part-2-main .hphoto-2::before {
    background-image: url(../img/part-2-2-c.jpg);
}

.part-2-main .hphoto-3 {
    margin-bottom: 10px;
}

.part-2-main .hphoto-3::before {
    background-image: url(../img/part-2-2-b.jpg);
}

.part-2-main .hphoto-4::before {
    background-image: url(../img/part-2-2-d.jpg);
}

.part-2 ul {
    margin: 10px 0;
}

.part-2 ul li {
    position: relative;
    padding-left: 40px;
    line-height: 1.6;
    margin: 8px 0;
}

.part-2 ul li span {
    position: relative;
    padding-left: 18px;
    margin-top: 10px;
}

.part-2 ul p {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0;
}

.part-2 ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    left: 20px;
    top: 7px;
}

.part-2 ul li span::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    left: 0px;
    top: 7px;
}

.part-2 ul p::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #0068b7;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 5px;
}

.tbbefore {
    position: relative;
    padding-left: 15px;
}

.tbbefore::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 10px;
}

.layout .part-3 {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
}

.layout .part-3 .title {
    margin-bottom: 40px;
    text-align: left;
}

.layout .part-3 .part-3-main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.layout .part-3 .part-3-main > p {
    line-height: 0;
    margin-bottom: 40px;
}

.competive {
    display: block;
    width: 1100px;
}

.part-3-main-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.part-3-main-step > * {
    width: 50%;
}

.part-3-main-step-l {
    border-right: 1px solid #0068b7;
    padding-right: 110px;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.part-3-main-step-r {
    border-left: 1px solid #0068b7;
    padding-left: 80px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.part-3-main-step-l .step-1 {
    position: relative;
    border: 2px solid #0068b7;
    padding: 30px;
    width: 470px;
}

.part-3-main-step-l .step-1:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0068b7;
    border-radius: 50%;
    right: -90px;
    top: 40PX;
}

.part-3-main-step-l .step-1 h2 {
    font-size: 18px;
    padding-left: 70px;
    line-height: 1.1;
    position: relative;
}

.part-3-main-step-l .step-1 h2:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    width: 70px;
    line-height: 38px;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #0068b7;
}

.part-3-main-step-l .step-1 h2 p {
    font-size: 14px;
    color: #0068b7;
    line-height: 2;
    margin-bottom: 10px;
}

.part-3-main-step-l .step-1 h2 span {
    font-size: 12px;
    font-weight: normal;
}

.part-3-main-step-l .step-1 > p:nth-child(2) {
    line-height: 1.8;
    margin: 1.5em 0;
}

.part-3-main-step-l .step-1 > div:nth-child(3) {
    background: #ebebeb;
    padding: 0 20px 30px 20px;
    margin-top: 20px;
}

.part-3-main-step-l .step-1 > div:nth-child(3) h3 {
    display: inline-block;
    background: #0068b7;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    padding: 10px 40px;
}

.part-3-main-step-l .step-1 > div:nth-child(3) h4 {
    font-size: 16px;
    color: #0068b7;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table {
    background: #fff;
    font-size: 14px;
    padding: 10px;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table dl {
    overflow: hidden;
    line-height: 1.8;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table dl dt {
    float: left;
    font-weight: bold;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table dl dd {
    padding-left: 40px;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table dl dd a {
    font-size: 12px;
    color: #0068b7;
    line-height: 1.5;
    display: inline-block;
    padding-top: 0.25em;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table dl dd ~ p {
    font-size: 12px;
    color: #b5b5b5;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table ~ p {
    color: #fff;
    font-size: 12px;
    margin: 1em 0;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table ~ p ~ a {
    display: block;
    text-align: center;
    background-color: #ffc107;
    width: 245px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.part-3-main-step-l .step-1 > div:nth-child(3) .table ~ p ~ a:hover {
    background: #cc9902;
}

.part-3-main-step .step-3 {
    width: 470px;
    margin: 50px 0;
    position: relative;
    border: 2px solid #0068b7;
    padding: 30px;
}

.part-3-main-step .step-3:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0068b7;
    border-radius: 50%;
    right: 541px;
    top: 40px;
}

.part-3-main-step .step-3 h2 {
    font-size: 22px;
    padding-left: 70px;
    line-height: 25px;
    position: relative;
}

.part-3-main-step .step-3 h2:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #0068b7;
    line-height: 1;
}

.part-3-main-step .step-3 h2 p {
    font-size: 14px;
    color: #0068b7;
}

.part-3-main-step .step-3 > p:nth-child(2) {
    line-height: 1.8;
    margin-bottom: 1em;
    padding-top: 10px;
}

.part-3-main-step .step-3 > div:nth-child(3) {
    padding: 20px 20px;
    background: #ebebeb;
}

.part-3-main-step .step-3 > div:nth-child(3) .table {
    background: #fff;
    font-size: 14px;
    padding: 10px;
}

.part-3-main-step .step-3 > div:nth-child(3) .table dl {
    overflow: hidden;
    line-height: 1.8;
}

.part-3-main-step .step-3 > div:nth-child(3) .table dl dt {
    float: left;
    font-weight: bold;
}

.part-3-main-step .step-3 > div:nth-child(3) .table dl dd {
    padding-left: 40px;
}

.part-3-main-step .step-3 > div:nth-child(3) .table dl dd a {
    font-size: 12px;
    color: #0068b7;
}

.part-3-main-step .step-3 > div:nth-child(3) .table p {
    font-size: 12px;
    color: #b5b5b5;
}

.part-3-main-step .step-5 {
    width: 470px;
    position: relative;
    border: 2px solid #0068b7;
    padding: 30px;
    margin-top: 50px;
}

.part-3-main-step .step-5:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0068b7;
    border-radius: 50%;
    right: 541px;
    top: 40px;
}

.part-3-main-step .step-5 h2 {
    font-size: 22px;
    padding-left: 70px;
    line-height: 40px;
    position: relative;
}

.part-3-main-step .step-5 h2:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #0068b7;
    line-height: 1;
}

.part-3-main-step .step-5 h2 span {
    font-size: 14px;
    color: #0068b7;
}

.part-3-main-step .step-5 > p:nth-child(2) {
    line-height: 1.8;
    padding-top: 10px;
}

.part-3-main-step-r .step-2 {
    width: 470px;
    margin-top: 0px;
    position: relative;
    border: 2px solid #0068b7;
    padding: 30px;
}

.part-3-main-step-r .step-2:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0068b7;
    border-radius: 50%;
    left: -91px;
    top: 216px;
}

.part-3-main-step-r .step-2 h2:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #00b2ce;
    line-height: 1;
}

.part-3-main-step-r .step-2 h2 {
    font-size: 22px;
    padding-left: 70px;
    line-height: 40px;
    position: relative;
}

.part-3-main-step-r .step-2 h2:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #0068b7;
    line-height: 1;
}

.part-3-main-step-r .step-2 h2 span {
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
    margin-left: 6px;
}

.part-3-main-step-r .step-2 p:nth-child(2) {
    line-height: 1.8;
    margin-bottom: 1em;
    padding: 10px 0px 0 0px;
}

.part-3-main-step-r .step-2 ul li {
    padding-left: 10px;
    position: relative;
}

.part-3-main-step-r .step-2 ul li a {
    display: block;
    background: #00b2ce;
    border-radius: 4px;
    width: 250px;
    height: 75px;
    position: relative;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 5px;
    position: relative;
}

.part-3-main-step-r .step-2 ul li a:hover {
    background: #009bb3;
}

.part-3-main-step-r .step-2 ul li a div {
    padding-left: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.part-3-main-step-r .step-2 ul li a div:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
}

.part-3-main-step-r .step-2 ul li:nth-child(2) a div:after {
    background: url(img/nav-pic-2-white.png) left center no-repeat;
}

.part-3-main-step-r .step-2 ul li:nth-child(3) a div:after {
    background: url(img/nav-pic-3-white.png) left center no-repeat;
}

.part-3-main-step-r .step-2 ul li a div span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
}

.part-3-main-step-r .step-2 ul li a div i {
    font-size: 12px;
    font-family: "Arial";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.part-3-main-step-r .step-2 ul li:not(:last-child) {
    margin-bottom: 1em;
}

.part-3-main-step-r .step-2 ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #333;
    top: 8px;
    left: 0;
}

.part-3-main-step-r .step-4 {
    width: 470px;
    margin-top: 0px;
    position: relative;
    border: 2px solid #0068b7;
    padding: 30px;
}

.part-3-main-step-r .step-4:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0068b7;
    border-radius: 50%;
    left: -91px;
    top: 40px;
}

.part-3-main-step-r .step-4 h2 {
    font-size: 22px;
    padding-left: 70px;
    line-height: 40px;
    position: relative;
}

.part-3-main-step-r .step-4 h2:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #0068b7;
    line-height: 1;
}

.part-3-main-step-r .step-4 h2 span {
    font-size: 14px;
    color: #0068b7;
}

.part-3-main-step-r .step-4 p:nth-child(2) {
    line-height: 1.8;
    padding-top: 10px;
}

.part-3-main-menu {
    background: #0068b7;
    padding: 50px 0 30px;
}

.part-3-main-menu .title {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.part-3-main-menu .title p {
    color: #fff;
    margin-bottom: 10px;
}

.part-3-main-menu > div {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}

.part-3-main-menu > div > * {
    width: 50%;
}

.part-3-main-menu > div > * h2 {
    width: auto;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    border-radius: 0 0 5px 5px;
    display: inline-block;
}

.part-3-main-menu > div > * h2 span {
    font-size: 14px;
    text-transform: uppercase;
}

.part-3-main-menu > div .part-3-main-menu-l > div dl {
    overflow: hidden;
    margin: 1em 0;
}

.part-3-main-menu > div .part-3-main-menu-l > div dl dt {
    float: left;
    width: 110px;
    margin-right: 20px;
}

.part-3-main-menu > div .part-3-main-menu-l > div dl dd {
    float: left;
    width: calc(100% - 145px);
    color: #fff;
}

.part-3-main-menu > div .part-3-main-menu-l > div dl dd ul li {
    position: relative;
}

.part-3-main-menu > div .part-3-main-menu-l > div dl dt span {
    background: #fff;
    color: #0068b7;
    line-height: 1.1;
    padding: 5px 10px;
    display: block;
    width: 110px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

.part-3-main-menu > div .part-3-main-menu-l .title h2,
.part-3-main-menu > div .part-3-main-menu-r .title h2 {
    color: white;
}

.part-3-main-menu > div .part-3-main-menu-r > h2 {
    margin-left: 30px;
}

.part-3-main-menu .part-3-main-menu-r {
    padding-left: 30px;
    border-left: 1px solid #238fa0;
}

.part-3-main-menu > div .part-3-main-menu-r > div > p {
    color: #fff;
    margin: 12px auto;
    font-weight: bold;
}

.part-3-main-menu > div .part-3-main-menu-r > div > ul li {
    padding-left: 10px;
    position: relative;
    color: #fff;
}

.part-3-main-menu > div .part-3-main-menu-r > div > ul li:not(:last-child) {
    margin-bottom: 1em;
}

.part-3-main-menu > div .part-3-main-menu-r > div > ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.part-3-main .step-1::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-top: 2px solid #0068b7;
    border-left: 2px solid #0068b7;
    position: absolute;
    left: 453px;
    top: 34px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.part-3-main .step-2::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-bottom: 2px solid #0068b7;
    border-right: 2px solid #0068b7;
    position: absolute;
    left: -17px;
    top: 210px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.part-3-main .step-3::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-bottom: 2px solid #0068b7;
    border-right: 2px solid #0068b7;
    position: absolute;
    left: -17px;
    top: 34px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.part-3-main .step-4::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-bottom: 2px solid #0068b7;
    border-right: 2px solid #0068b7;
    position: absolute;
    left: -17px;
    top: 34px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.part-3-main .step-5::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-bottom: 2px solid #0068b7;
    border-right: 2px solid #0068b7;
    position: absolute;
    left: -17px;
    top: 34px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*part-4-main-menu*/

.part-4-main-menu {
    padding: 50px 0 40px;
}

.part-4-main-menu .main-part4 {
    width: 1100px;
    margin: 0 auto;
  
}
.wrapper-part4{padding-top: 30px;}
.part-4-main-menu .main-part4 .item {

    background-color: #f6f6f6;
    margin: 0 auto 40px;
    padding: 40px 50px 30px;
}

.part-4-main-menu .main-part4 .item h2 {
    color: #0068b7;
    font-size: 20px;
    text-align: left;
    border-bottom: 2px solid #0068b7;
    line-height: 2;
    margin-bottom: 30px;
}

.part-4-main-menu .main-part4 .qr-inner {
    margin-bottom: 20px;
}

.part-4-main-menu .main-part4 .q-ttl {
    display: flex;
    font-weight: bold;
}

.part-4-main-menu .main-part4 .q-ttl:before {
    content: "q";
    display: block;
    font-size: 16px;
    color: #0068b7;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}.part-4-main-menu .main-part4 .r-ttl {
    display: flex;
   
}

.part-4-main-menu .main-part4 .r-ttl:before {
    content: "a";
    display: block;
    font-size: 16px;
    color: #0068b7;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}

.ttbutton {
    display: inline-block;
    background: #ffc107;
    color: #fff;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 5px;
    margin: 10px 60px;
}

.ttbutton a {
    color: #fff;
}

.ttbackground {
    width: 520px;
    background: #1578c3;
    padding: 20px;
}

.bigfont {
    background: #ffc107;
    font-size: 14px !important;
}

.bigfont-2 {
    font-size: 18px !important;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-40 {
    margin-bottom: 40px;
}

.bottom-50 {
    margin-bottom: 50px;
}

.steps {
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.steps .col {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    min-width: 46%;
    padding: 35px 20px 20px;
    background-color: #ffc107;
    border-radius: 6px;
    position: relative;
    color: #0068b7;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.steps .col .step-number {
    border: 3px solid white;
    white-space: nowrap;
    line-height: 1;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.4em 1em;
    border-radius: 6px;
    top: 0;
    left: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0068b7;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}
