@charset "utf-8";
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    height: 100%;
}
#wrapper {
    background: #2e2e2e;
    height: 100%;
    position: relative;
    z-index: 1;
}
#privacy #wrapper {
    background: #f7f7f7;
    height: auto;
}
/* header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    padding: 25px 56px 0;
    transition: 1s ease;
}
header h1 {
    float: left;
    color: #fff;
    font-size: 50px;
    line-height: 0;
    transition: 1s ease;
}
header h1 span.logo {
    font-size: 0;
}
header h1 a {
    color: #fff !important;
}
/* header nav */
header nav {
    float: right;
    display: block;
}
header nav li {
    display: inline-block;
    margin-right: 32px;
    padding-top: 8px;
}
header nav a {
    color: #fff !important;
    font-size: 13px;
}
header nav a:hover {
    color: #C8C8C8 !important;
}
header .sp_menu {
    display: none;
}
header.scroll, header.gnavi {
    padding-top: 15px;
    height: 70px;
    background: rgba(0,0,0,0.6);
}
header.gnavi {
    background: rgba(46,46,46,1);
}
header.scroll h1, header.gnavi h1 {
    font-size: 45px;
    width: 30%;
}

@media only screen and (max-width: 920px) {
header {
    padding: 25px 16px 0;
}
header nav li {
    margin-right: 16px;
}
header nav {
    display: block;
}
}
@media only screen and (max-width: 667px) {
header {
    height: 50px;
    padding: 0;
}
header h1 {
    font-size: 30px;
    width: 65%;
    padding: 10px 0 0 24px;
}
/* header nav */
header nav {
    float: none;
    clear: both;
    padding-top: 4px;
    display: none;
}
header nav ul {
    background: rgba(0,0,0,0.8);
}
header nav li {
    display: block;
    margin-right: 0;
    padding: 16px;
    border-bottom: 1px solid #494949;
}
header nav li a {
    width: 100%;
    display: block;
}
header.scroll {
    padding-top: 0px;
    height: 45px;
    background: rgba(0,0,0,0.8);
}
header.gnavi {
    padding-top: 0px;
    height: 45px;
}
header.scroll h1, header.gnavi h1 {
    font-size: 25px;
}
.webtips_logo {
    width: 90px !important;
}

header .sp_menu {
    float: right;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 5px 24px 0 0;
}
header .sp_menu.hidden {
    display: none;
}
}
/* main */
.main {
    height: 100%;
    position: relative;
    z-index: 1;
}
#privacy .main {
    padding-top: 136px;
}
@media only screen and (max-width: 667px) {
#privacy .main {
    padding-top: 88px;
}
}
/* buttons */
.btn {
    text-align: center;
    margin-top: 24px;
}
.btn a {
    display: inline-block;
    width: 360px;
    height: 78px;
    text-align: center;
    text-decoration: none;
    line-height: 78px;
    outline: none;
    font-size: 25px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn a:before, .btn a:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.btn a, .btn a:before, .btn a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.btn a:hover, .btn a:hover {
    background-color: #36bad1;
    border-color: #36bad1;
    color: #fff;
}
.btn_message a {
    font-size: 20px;
}
.btn_close {
    margin-top: 48px;
}
.btn_close a {
    background-color: #fff;
    font-size: 14px;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border: 1px solid #36bad1;
    color: #36bad1;
}
.btn_close a:hover {
    background-color: #36bad1;
    color: #fff;
    border: 1px solid #36bad1;
}
.btn_contact a {
    border-color: #36bad1;
    color: #36bad1
}
.btn_app a {
    display: block;
    width: 150px;
    margin: 32px auto;
}
.btn_app a img {
    width: 100%;
}
.btn_service {
    clear: both;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
}
.btn_service a {
    width: 360px;
    height: 56px;
    text-align: center;
    text-decoration: none;
    line-height: 56px;
    outline: none;
    font-size: 18px;
    margin: 0 auto;
}
.btn_service a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #36bad1;
}
.btn_dl {
    margin: 16px 8px 16px;
    display: inline-block;
}
.btn_dl a {
    width: auto;
    font-size: 14px;
    height: auto;
    outline: none;
    line-height: inherit;
    padding: 10px 14px;
    border-radius: 24px;
    background: #fff;
    color: #22CE00;
}
.btn_dl a:hover {
    background-color: #22CE00;
    border-color: #49E829;
    color: #fff;
}
.btn_fb a, .btn_yt a {
    width: 64px;
    height: 64px;
    line-height: 1;
    font-size: 15px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 8px;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.btn_fb a:hover, .btn_yt a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.btn_fb a:hover, .btn_fb a {
    border-color: #3b5998;
    background-color: #3b5998;
}
.btn_yt a:hover, .btn_yt a {
    border-color: #cd201f;
    background-color: #cd201f;
}
.contact_txt {
    text-align: center;
    margin-top: 32px;
    font-size: 20px;
    color: #fff;
}
.contact_txt span {
    font-size: 30px;
}
@media only screen and (max-width: 567px) {
.btn a {
    width: 80%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
}
.btn_dl a {
    height: auto;
    line-height: 1.5;
}
.btn_fb a, .btn_yt a {
    width: 56px;
    height: 56px;
    padding-top: 4px;
}
.contact_txt {
    font-size: 16px;
}
.contact_txt span {
    font-size: 20px;
}
}
/* home */
#home {
    color: #fff;
    min-height: 850px;
}
.mv {
    max-width: 1130px;
    margin: 60px auto 0;
}
.mv span.icon_arrow2 {
    font-size: 50px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -25px;
}
.mv_catch {
    color: #ffd0df;
    font-size: 43px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 64px;
    white-space: nowrap;
}
.mv_icon {
    font-size: 16px;
    text-align: center;
    margin-bottom: 64px;
}
.mv_icon li {
    display: inline-block;
    width: 200px;
    margin: 0 32px;
}
.mv_icon span[class*="icon_"] {
    font-size: 120px;
    display: block;
    margin-bottom: 24px;
    opacity: 0.8;
}
.mv_icon li span.icon_internet {
    font-size: 160px;
    line-height: 0.8;
}

@media only screen and (max-width: 1130px) {
.mv_catch {
    font-size: 35px;
    margin-bottom: 48px;
}
}
@media only screen and (max-width: 667px) {
.mv_catch {
    font-size: 25px;
    margin-bottom: 40px;
}
.mv_icon {
    font-size: 14px;
    margin-bottom: 32px;
}
.mv_icon li {
    width: 150px;
}
.mv_icon span[class*="icon_"] {
    font-size: 80px;
    margin-bottom: 16px;
}
.mv_icon li span.icon_internet {
    font-size: 120px;
    line-height: 0.7;
}
}
@media only screen and (max-width: 567px) {
#home {
    min-height: 600px;
}
.mv {
    margin: 0 auto;
}
.mv_catch {
    font-size: 20px;
    margin-bottom: 32px;
}
.mv_icon {
    font-size: 10px;
    margin-bottom: 32px;
}
.mv_icon li {
    width: 103px;
    margin: 0;
}
.mv_icon span[class*="icon_"] {
    font-size: 50px;
}
.mv_icon li span.icon_internet {
    font-size: 80px;
    line-height: 0.6;
}
}

.webtips_logo {
    width: 140px;
}

/* bg */
.fixed_bg {
    padding-top: 90px;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    background-color: #000;
}
.fix_bg {
    background-attachment: fixed;
}
.scroll_bg {
    background-attachment: scroll !important;
}
.fixed_bg.mv_bg {
    background-image: url(../img/back.jpg);
    min-height: 100%;
}
.fixed_bg.sol_bg {
    background-image: url(../img/back.jpg);
    min-height: 720px;
}
.fixed_bg.feat_bg {
    background-image: url(../img/back.jpg);
    min-height: 650px;
}
.fixed_bg.pic_bg {
    background-image: url(../img/back.jpg);
    min-height: 300px;
}
.fixed_bg.contact_bg {
    background-image: url(../img/back.jpg);
    min-height: 350px;
}
.fixed_bg.about_bg {
    background-image: url(../img/back.jpg);
    min-height: 1350px;
}
.fixed_bg.message_bg {
    background-image: url(../img/back.jpg);
    min-height: 1000px;
}
@media only screen and (max-width: 767px) {
.fixed_bg.sol_bg {
    min-height: 720px;
}
.fixed_bg.feat_bg {
    min-height: 580px;
}
.fixed_bg.pic_bg {
    min-height: 100px;
}
.fixed_bg.contact_bg {
    min-height: 350px;
}
.fixed_bg.about_bg {
    min-height: 1300px;
}
.fixed_bg {
    padding-top: 56px;
}
.fixed_bg.contact_bg {
    min-height: 280px;
}
}
@media only screen and (max-width: 667px) {
.fixed_bg.message_bg {
    min-height: 1128px;
}
}
.cont_wrap {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
}
/* intro */
#intro {
    min-height: 700px;
}
.cont_color {
    background: #f7f7f7;
    padding: 60px 0;
}
h2.tit {
    font-size: 30px;
    text-align: center;
    margin-bottom: 56px;
}
.tit span.circle, .feat02_caption span.circle {
    width: 117px;
    height: 117px;
    display: inline-block;
    border: 1px solid #36bad1;
    border-radius: 50%;
    padding-top: 32px;
    margin: 0 10px;
}
.tit span.circle span, .feat02_caption span.circle span {
    font-weight: bold;
}
.check_wrap {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px dotted #cacaca;
    position: relative;
    margin-right: 16px;
}
.check_wrap span[class*="icon_"] {
    font-size: 28px;
    position: absolute;
    top: -10px;
    left: 5px;
}
#intro dl {
    width: 480px;
    margin-bottom: 90px;
}
#intro dl:nth-of-type(odd) {
    float: left;
    padding: 0 0 0 24px;
}
#intro dl:nth-of-type(even) {
    float: right;
    padding: 0 24px 0 0;
}
#intro dl dt {
    height: 28px;
    font-size: 25px;
    line-height: 1;
}
#intro dl dd {
    background: #fff;
    /* height: 135px; */
    margin-top: 30px;
    font-size: 13px;
    padding: 24px 16px;
    border-radius: 5px;
    position: relative;
}
#intro dl dd p {
    margin-bottom: 12px;
}
#intro dl dd:before {
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    content: "";
    position: absolute;
    top: -16px;
    left: 11px;
}
#intro dl dd:after {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -26px;
    left: 7px;
}
@media only screen and (max-width: 1000px) {
#intro dl {
    width: 100%;
    margin-bottom: 48px;
}
#intro dl:nth-of-type(odd), #intro dl:nth-of-type(even) {
    float: none;
    padding: 0 24px;
}
#intro dl dd {
    height: auto;
}
}
@media only screen and (max-width: 567px) {
h2.tit {
    font-size: 20px;
    margin-bottom: 48px;
}
.tit span.circle, .feat02_caption span.circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 1px solid #36bad1;
    border-radius: 50%;
    padding-top: 20px;
    margin: 0 5px;
}
#intro dl dt {
    font-size: 18px;
}
.check_wrap {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.check_wrap span[class*="icon_"] {
    font-size: 18px;
    top: -5px;
}
}
/* solution */
.sol_caption {
    text-align: center;
    color: #fff;
}
.sol_caption span {
    display: inline-block;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
}
.sol_caption span.sol_cap02 {
    white-space: nowrap;
    margin-bottom: 0px;
}
@media only screen and (max-width: 567px) {
#solution .font35 {
    font-size: 25px;
}
}
@media only screen and (max-width: 1000px) {
.sol_caption {
    width: 95%;
    margin: 0 auto;
}
.sol_caption span {
    letter-spacing: 0em;
}
}
/* solution_feature_item */
.sol_item, .feat_item {
    text-align: center;
}
.sol_item li, .feat_item li {
    display: inline-block;
    color: #ffadc7;
    width: 210px;
    margin: 0 50px;
    font-size: 20px;
}
.sol_item .circ_item, .feat_item .circ_item {
    width: 210px;
    height: 210px;
    border: 2px solid #ffadc7;
    border-radius: 50%;
    padding-top: 60px;
    margin-bottom: 24px;
}
.sol_item .circ_item span[class*="icon_"], .feat_item .circ_item span[class*="icon_"] {
    font-size: 80px;
}
.sol_item .circ_item span.icon_internet {
    font-size: 120px;
    line-height: 0.7;
}
@media only screen and (max-width: 1024px) {
.sol_item li, .feat_item li {
    width: 200px;
    margin: 0 20px;
    font-size: 18px;
}
.sol_item .circ_item, .feat_item .circ_item {
    width: 180px;
    height: 180px;
    padding-top: 50px;
    margin: 0 auto 24px auto;
}
.sol_item .circ_item span[class*="icon_"], .feat_item .circ_item span[class*="icon_"] {
    font-size: 70px;
}
.sol_item .circ_item span.icon_internet {
    font-size: 100px;
    line-height: 0.7;
}
}
@media only screen and (max-width: 920px) {
.sol_item li, .feat_item li {
    width: 150px;
    margin: 0 10px;
    font-size: 14px;
}
.sol_item .circ_item, .feat_item .circ_item {
    width: 150px;
    height: 150px;
    padding-top: 35px;
    margin: 0 auto 16px auto;
}
.sol_item .circ_item span.icon_internet {
    font-size: 100px;
    line-height: 0.7;
}
}
@media only screen and (max-width: 767px) {
.sol_item li, .feat_item li {
    width: 130px;
    margin: 0;
    font-size: 12px;
    padding-bottom: 24px;
}
.sol_item .circ_item, .feat_item .circ_item {
    width: 120px;
    height: 120px;
    padding: 0px;
    margin: 0 auto 8px auto;
}
.sol_item .circ_item span[class*="icon_"], .feat_item .circ_item span[class*="icon_"] {
    font-size: 60px;
}
.sol_item .circ_item span.icon_internet {
    font-size: 90px;
    line-height: 0.7;
}
}
@media only screen and (max-width: 567px) {
.feat_item li {
    width: 110px;
}
.sol_item .circ_item, .feat_item .circ_item {
    width: 100px;
    height: 100px;
    padding: 0px;
}
.feat_item .circ_item span[class*="icon_"] {
    font-size: 50px;
}
.sol_item .circ_item span.icon_internet {
    font-size: 80px;
    line-height: 0.7;
}
}
/* feature */
.feat_caption {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 88px;
}
.feat_item li {
    color: #0fd8c7;
    margin: 0 30px;
}
@media only screen and (max-width: 1024px) {
.feat_item li {
    margin: 0 10px;
}
}
@media only screen and (max-width: 667px) {
.feat_caption {
    font-size: 32px;
    margin-bottom: 48px;
}
}
.feat_item .circ_item {
    border-color: #0fd8c7;
}
/* message */
#message {
    padding-top: 88px;
}
.msg_txt {
    max-width: 840px;
    margin: 64px auto;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.1em;
    color: #fff;
}
/* contact */
#contact.cont_color {
    background: #fff;
}
#contact .contact_txt {
    color: #5a5a5a;
}
@media only screen and (max-width: 850px) {
#message h2.font40 {
    white-space: nowrap;
}
.msg_txt {
    width: 95%;
    letter-spacing: 0;
    margin: 32px auto;
}
}
@media only screen and (max-width: 567px) {
#message {
    padding-top: 64px;
}
#message h2.font40 {
    font-size: 25px;
    letter-spacing: 0;
}
.msg_txt {
    font-size: 14px;
}
}
@media only screen and (max-width: 320px) {
#message h2.font40 {
    font-size: 20px;
}
}

/* Pepper */
#pepper {
    background: -moz-linear-gradient(top, #ceecee 0%, #dcedeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ceecee), color-stop(100%, #dcedeb));
    background: linear-gradient(to bottom,  #ceecee 0%, #dcedeb 100%);
}
#pepper .image {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
#pepper .image img {
    width: 100%;
    vertical-align: bottom;
}
/* btn */
.btnPepper{
    position: absolute;
    top: 70%;
    left: 18%;
    display: table;
    width: 320px;
    height: 76px;
    margin: 0 auto;
    background:#f6b442;
    box-shadow: 0 3px 0 #f69742;
    border-radius: 5px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.btnPepper:hover{
    margin-top:3px;
    box-shadow:0 0 0;
}
.btnPepper a {
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    color:#fff;
    font-size:24px;
    font-weight:bold;
}
@media only screen and (max-width: 1024px) {
.btnPepper{
    width: 250px;
    height: 50px;
}
.btnPepper a {
    font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
.btnPepper{
    width: 200px;
    height: 40px;
}
.btnPepper a {
    font-size: 16px;
}
}
@media only screen and (max-width: 425px) {
.btnPepper{
    width: 130px;
    height: 25px;
    left: 15%;
}
.btnPepper a {
    font-size: 12px;
}
}

/* others */
#others {
    background: #f7f7f7;
    padding-top: 60px;
}
#others h2 {
    margin-bottom: 48px;
}
.others_col {
    background: #36bad1; /* Old browsers */
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.service01, .service02, .service03, .service04 {
    width: 50%;
    padding: 32px 32px 104px 32px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.service01 {
    background: #36bad1;
}
.service02 {
    overflow: hidden;
    background: #20a1b8;
}
.service03 {
    overflow: hidden;
    background: #58c2b9;
}
.service04 {
    overflow: hidden;
    background: #3ca89f;
}
.service02_txt {
    width: 60%;
    float: right;
}
.service01 h3, .service02 h3, .service03 h3, .service04 h3 {
    margin-bottom: 32px;
}
.service01 p, .service02 p, .service03 p, .service04 p {
    margin-bottom: 1em;
    overflow: hidden;
    zoom: 1;
}
.service_img {
    width: 40%;
    float: left;
    overflow: auto;
}
.service_img img {
    width: 95%;
    max-width: 320px;
}
.btn_service02 {
    clear: both;
    text-align: center;
}
.ie9 .others_col {
    display: block;
    overflow: hidden;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2YmFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM2YmFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwYTFiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMGExYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.ie9 .others_col.bg_gr {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YzJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU4YzJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNjYTg5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzY2E4OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.ie9 .service01, .ie9 .service02, .ie9 .service03, .ie9 .service04 {
    float: left;
}

@media only screen and (max-width: 850px) {
.others_col .btn_contact a {
    width: 300px;
}
.service_img {
    width: 90%;
    float: none;
    margin: 16px auto;
    text-align: center;
}
.service02_txt {
    width: 100%;
    float: none;
}
.service01 p, .service02 p, .service03 p, .service04 p {
    min-height: auto;
}
}
@media only screen and (max-width: 768px) {
.others_col {
    display: block;
}
.service01, .service02, .service03, .service04 {
    width: 100%;
    padding: 32px 16px 104px 16px;
}
.others_col {
    background: #36bad1;
}
.others_col .btn_contact a {
    width: 80%;
}
}

/* about */
.about_col {
    max-width: 1000px;
    margin: 48px auto 0;
    font-size: 14px;
    color: #fff;
    padding-bottom: 48px;
}
.about_col dt {
    width: 160px;
    float: left;
    padding: 15px;
    border-top: 1px solid #525252;
}
.about_col dd {
    margin-left: 160px;
    padding: 15px;
    border-top: 1px solid #525252;
}
.about_col dt:first-child, .about_col dt:first-child + dd {
    border-top: none;
}
.about_col dt:last-child, .about_col dt:last-child + dd {
    border-bottom: 1px solid #525252;
}
@media only screen and (max-width: 567px) {
.about_col {
    margin: 32px auto 0;
    font-size: 12px;
    padding-bottom: 32px;
}
.about_col dt {
    width: 100%;
    float: none;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #525252;
}
.about_col dd {
    margin-left: 0;
    padding: 10px;
    border-top: none;
}
.about_col dt:first-child, .about_col dt:first-child + dd {
    border-top: none;
}
.about_col dt:last-child, .about_col dt:last-child + dd {
    border-bottom: 1px solid #525252;
}
}
/* access */
#access {
    margin: 0 auto;
    padding-top: 90px;
    background: #2e2e2e;
}
.map {
    margin: 0;
    padding: 0;
    height: 400px;
}
@media only screen and (max-width: 767px) {
#access {
    padding-top: 64px;
}
}
@media only screen and (max-width: 667px) {
#access {
    padding-top: 48px;
}
}
#access p {
    margin: 48px 0 64px;
    text-align: center;
    color: #fff;
}
.map iframe {
    width: 100%;
    height: 400px;
}
/* service_title,feature_title */
.service_tit, .feature_tit {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 88px;
    padding-top: 25px;
    letter-spacing: 0.2em;
    border: 2px solid;
}
.service_tit span, .feature_tit span {
    font-size: 30px;
    display: block;
    line-height: 1;
    padding: 5px 0;
}
.service_tit span.stit, .feature_tit span.stit {
    font-size: 13px;
}
.service_tit span.stit_num, .feature_tit span.stit_num {
    font-family: Century Gothic, sans-serif !important;
    font-size: 70px;
}
@media only screen and (min-width: 1000px) and (max-width: 1130px) {
.service_tit, .feature_tit {
    width: 180px;
    height: 180px;
}
.service_tit span, .feature_tit span {
    font-size: 25px;
}
.service_tit span.stit_num, .feature_tit span.stit_num {
    font-size: 65px;
}
}
@media only screen and (max-width: 1000px) {
.service_tit, .feature_tit {
    width: auto;
    height: auto;
    border-radius: 0;
    text-align: center;
    padding-top: 0;
    letter-spacing: 0.2em;
    position: static;
    border: none;
}
.service_tit span, .feature_tit span {
    font-size: 20px;
    padding: 5px 0;
}
.service_tit span.stit_num, .feature_tit span.stit_num {
    font-size: 60px;
}
}
@media only screen and (max-width: 667px) {
.service_tit span, .feature_tit span {
    font-size: 16px;
}
.service_tit span.stit_num, .feature_tit span.stit_num {
    font-size: 50px;
}
}
/* service_cont */
.box {
    max-width: 1130px;
    margin: 0 auto;
}
.cont_blue .service_left.tit_col {
    width: 22%;
    float: left;
    background: #20a1b8;
    position: relative;
}
.cont_blue .service_right {
    width: 78%;
    min-height: 320px;
    float: right;
    position: relative;
}
.cont_white .service_left {
    width: 78%;
    min-height: 320px;
    float: left;
    position: relative;
}
.cont_white .service_right.tit_col {
    width: 22%;
    float: right;
    background: #f7f7f7;
    position: relative;
}
@media only screen and (max-width: 1000px) {
.cont_blue .service_left.tit_col {
    width: 100%;
    float: none;
    padding: 32px 0;
}
.cont_blue .service_right {
    width: 100%;
    float: none;
}
.cont_white .service_left {
    width: 100%;
    float: none;
}
.cont_white .service_right.tit_col {
    width: 100%;
    float: none;
    padding: 32px 0;
}
}
@media only screen and (max-width: 767px) {
.cont_blue .service_left.tit_col {
    padding: 16px 0;
}
.cont_white .service_right.tit_col {
    padding: 16px 0;
}
}
/* feature_cont */
.cont_green .feature_left {
    width: 78%;
    min-height: 320px;
    float: left;
    position: relative;
}
.cont_green .feature_right {
    width: 22%;
    float: right;
    background: #3ca89f;
    position: relative;
}
.cont_gray .feature_left {
    width: 22%;
    float: left;
    background: #f7f7f7;
    position: relative;
}
.cont_gray .feature_right {
    width: 78%;
    min-height: 320px;
    float: right;
    position: relative;
}
@media only screen and (max-width: 1000px) {
.cont_green .feature_left {
    width: 100%;
    float: none;
}
.cont_green .feature_right {
    width: 100%;
    float: none;
    padding: 48px 0;
}
.cont_gray .feature_left {
    width: 100%;
    float: none;
    padding: 48px 0;
}
.cont_gray .feature_right {
    width: 100%;
    float: none;
}
}
@media only screen and (max-width: 667px) {
.cont_green .feature_right {
    width: 100%;
    float: none;
    padding: 32px 0;
}
.cont_gray .feature_left {
    width: 100%;
    float: none;
    padding: 32px 0;
}
}
/* service_feature_inner */
.inner {
    max-width: 855px;
    padding: 88px 35px;
}
.cont_white .service_left .inner, .cont_green .feature_left .inner {
    margin-left: auto;
}
#feature04 .inner {
    padding-bottom: 24px;
}
.service_txt, .feature_txt {
    margin: 40px 0 64px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.feature_txt .txt {
    width: 55%;
    float: left;
}
.feature_txt .img_feature01 {
    width: 40%;
    float: right;
}
.feature_txt .img_feature02 {
    width: 100%;
    max-width: 695px;
    margin: 48px auto 0;
}
.img_logo {
    width: 100%;
    margin-top: 48px;
}
.img_logo li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.img_feature01 img, .img_feature02 img {
    width: 100%;
}
.feat02_caption {
    color: #fff;
    font-size: 25px;
}
.feat02_caption span.circle {
    width: 100px;
    height: 100px;
    text-align: center;
    border-color: #fff;
    margin: 0 5px;
    padding-top: 27px;
}
@media only screen and (max-width: 1000px) {
.inner {
    padding: 48px 35px;
    max-width: 100%;
}
.cont_white .service_left .inner, .cont_green .feature_left .inner {
    margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.service_txt, .feature_txt {
    margin: 32px 0 48px;
    font-size: 14px;
}
.feature_txt .txt {
    width: 100%;
    float: none;
}
.feature_txt .img_feature01 {
    width: 95%;
    float: none;
    text-align: center;
    max-width: 330px;
    margin: 32px auto 0;
}
}
@media only screen and (max-width: 667px) {
.inner {
    padding: 32px 15px;
    max-width: 100%;
}
.feat02_caption {
    font-size: 20px;
}
.feat02_caption span.circle {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-weight: bold;
}
}
@media only screen and (max-width: 414px) {
.img_logo li {
    width: 30%;
    margin: 0 5px 5px 0;
}
.img_logo li img {
    width: 100%;
}
}
/* service_tab nav feat_item2 */
.tab .tab_menu, .feat_item2 {
    width: 736px;
    margin-bottom: 64px;
}
.tab .tab_menu li, .feat_item2 li {
    width: 25%;
    max-width: 184px;
    float: left;
    position: relative;
}
.tab .tab_menu li a span[class*="icon_"], .feat_item2 li .circ_item span[class*="icon_"] {
    display: block;
    font-size: 60px;
    margin-top: 25px;
}
.tab .tab_menu li a {
    display: inline-block;
    cursor: pointer;
    width: 136px;
    height: 136px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 14px;
}
.tab .tab_menu li a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s;
}
.tab .tab_menu li:not(.ui-tabs-active) a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
.tab .tab_menu li:not(.ui-tabs-active) a:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.tab .tab_menu .ui-tabs-active a:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.tab .tab_menu li span.icon_arrow, .feat_item2 li span.icon_arrow {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -15px;
}
.feat_item2 li .circ_item {
    display: inline-block;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 14px;
    background: #fff;
    color: #58c2b9;
}
.feat_item2 {
    margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.tab .tab_menu, .feat_item2 {
    margin: 0 auto 64px;
}
}
@media only screen and (min-width: 667px) and (max-width: 768px) {
.tab .tab_menu, .feat_item2 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.tab .tab_menu li, .feat_item2 li {
    width: 24%;
    min-width: 140px;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
}
@media only screen and (max-width: 767px) {
.feat_item2 li {
    max-width: 124px;
}
.feat_item2 li .circ_item {
    width: 120px;
    height: 120px;
    font-size: 12px;
}
.feat_item2 {
    margin-bottom: 48px;
}
}
@media only screen and (max-width: 667px) {
.tab .tab_menu, .feat_item2 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.tab .tab_menu li, .feat_item2 li {
    width: 24%;
    min-width: 120px;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.feat_item2 li {
    max-width: 49%;
}
.feat_item2 li .circ_item {
    width: 136px;
    height: 136px;
}
.feat_item2 {
    margin-bottom: 32px;
}
}
@media only screen and (max-width: 414px) {
.tab .tab_menu, .feat_item2 {
    margin-bottom: 0;
}
.tab .tab_menu li, .feat_item2 li {
    min-width: 100px;
}
.tab .tab_menu li a span[class*="icon_"], .feat_item2 li .circ_item span[class*="icon_"] {
    font-size: 50px;
    margin-top: 15px;
}
.tab .tab_menu li a {
    width: 110px;
    height: 110px;
    font-size: 12px;
}
.feat_item2 li {
    max-width: 49%;
}
.feat_item2 li .circ_item {
    width: 110px;
    height: 110px;
}
.feat_item2 {
    margin-bottom: 32px;
}
}
/* service_tab panel */
.tab_panel {
    width: 100%;
    height: 70px;
    display: table;
    margin-bottom: 64px;
}
.tab_panel div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 24px;
    height: 70px;
    font-size: 13px;
}
.tab .tab_menu li.ui-tabs-active:before {
    display: block;
    width: 1px;
    height: 60px;
    content: "";
    position: absolute;
    bottom: -60px;
    left: 66px;
}
.tab .tab_menu li.ui-tabs-active:after {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -70px;
    left: 61px;
}

@media only screen and (max-width: 1000px) {
.tab_panel {
    max-width: auto;
}
}
@media only screen and (max-width: 768px) {
.tab .tab_menu li.ui-tabs-active:before, .tab .tab_menu li.ui-tabs-active:after, .tab .tab_menu li span.icon_arrow, .feat_item2 li span.icon_arrow {
    display: none;
}
.tab_panel {
    margin-top: 32px;
}
.tab_panel div {
    position: relative;
    height: auto;
    min-height: 70px;
    padding: 10px;
}
.tab_panel div:before {
    content: "";
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -20px;
}
.cont_blue .tab_panel div:before {
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
}
.cont_white .tab_panel div:before {
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #36bad1;
    border-right: 20px solid transparent;
}
.tab_panel div:after {
    content: "";
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    top: -39px;
    left: 50%;
    margin-left: -20px;
}
.cont_blue .tab_panel div:after {
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #36bad1;
    border-right: 20px solid transparent;
}
.cont_white .tab_panel div:after {
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
}
}
@media only screen and (max-width: 667px) {
.tab .tab_menu li, .feat_item2 li {
    width: 49%;
    min-width: 120px;
    margin-bottom: 40px;
}
.tab_panel {
    margin-top: 0;
}
}
/* cont_blue color */
.cont_blue {
    color: #fff;
    position: relative;
    background: #20a1b8; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwYTFiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzIwYTFiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzIwYTFiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzM2YmFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzM2YmFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNmJhZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #20a1b8 0%, #20a1b8 22%, #20a1b8 22%, #36bad1 22%, #36bad1 22%, #36bad1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #20a1b8), color-stop(22%, #20a1b8), color-stop(22%, #20a1b8), color-stop(22%, #36bad1), color-stop(22%, #36bad1), color-stop(100%, #36bad1));
    background: -webkit-linear-gradient(left, #20a1b8 0%, #20a1b8 22%, #20a1b8 22%, #36bad1 22%, #36bad1 22%, #36bad1 100%);
    background: -o-linear-gradient(left, #20a1b8 0%, #20a1b8 22%, #20a1b8 22%, #36bad1 22%, #36bad1 22%, #36bad1 100%);
    background: -ms-linear-gradient(left, #20a1b8 0%, #20a1b8 22%, #20a1b8 22%, #36bad1 22%, #36bad1 22%, #36bad1 100%);
    background: linear-gradient(to right, #20a1b8 0%, #20a1b8 22%, #20a1b8 22%, #36bad1 22%, #36bad1 22%, #36bad1 100%);
}
.cont_blue .service_tit {
    border-color: #fff;
    right: 35px;
}
.cont_blue .tab_menu li a {
    border: 1px solid #fff;
    color: #fff;
}
.cont_blue .tab_menu li a:after {
    background: #fff;
}
.cont_blue .ui-tabs-active a {
    color: #ffadc7 !important;
    background: #fff;
}
.cont_blue .tab .tab_menu li:not(.ui-tabs-active) a:hover {
    color: #ffadc7;
}
.cont_blue .tab_panel div {
    border: 1px solid #fff;
}
.cont_blue .tab .tab_menu li.ui-tabs-active:before, .cont_blue .tab .tab_menu li.ui-tabs-active:after {
    background: #fff;
}
.cont_blue .box_icon {
    font-size: 20px;
    margin-bottom: 64px;
}
.cont_blue .box_icon li {
    display: inline-block;
    text-align: center;
    width: 200px;
    margin-right: 32px;
}
.cont_blue .box_icon li span[class*="icon_"] {
    display: block;
    font-size: 80px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 1000px) and (max-width: 1130px) {
.cont_blue .service_tit {
    right: 20px;
}
}
@media only screen and (max-width: 1000px) {
.cont_blue {
    background: #36bad1;
}
.cont_blue .box_icon li {
    margin-right: 16px;
}
}
@media only screen and (max-width: 667px) {
.cont_blue .box_icon {
    font-size: 14px;
    margin-bottom: 32px;
}
.cont_blue .box_icon li {
    display: inline-block;
    text-align: center;
    width: 130px;
    margin-right: 16px;
}
.cont_blue .box_icon li span[class*="icon_"] {
    font-size: 60px;
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 414px) {
.cont_blue .box_icon {
    font-size: 14px;
    text-align: center;
}
.cont_blue .box_icon li {
    display: inline-block;
    text-align: center;
    width: 136px;
    margin-right: 0;
    margin-bottom: 16px;
}
.cont_blue .box_icon li span[class*="icon_"] {
    font-size: 70px;
    margin-bottom: 16px;
}
}
/* cont_white color */
.cont_white {
    color: #5a5a5a;
    background: #ffffff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 78%, #ffffff 78%, #f7f7f7 78%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(78%, #ffffff), color-stop(78%, #ffffff), color-stop(78%, #f7f7f7), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 78%, #ffffff 78%, #f7f7f7 78%, #f7f7f7 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 78%, #ffffff 78%, #f7f7f7 78%, #f7f7f7 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 78%, #ffffff 78%, #f7f7f7 78%, #f7f7f7 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 78%, #ffffff 78%, #f7f7f7 78%, #f7f7f7 100%);
}
.cont_white .service_tit {
    border-color: #36bad1;
    color: #36bad1;
    left: 35px;
}
.cont_white .service_tit {
    border-color: #36bace;
    right: 35px;
}
.cont_white .tab_menu li a {
    border: 1px solid #36bad1;
    color: #20a1b8;
}
.cont_white .tab_menu li a:after {
    background: #36bad1;
}
.cont_white .ui-tabs-active a {
    color: #fff !important;
    background: #36bad1;
}
.cont_white .tab .tab_menu li:not(.ui-tabs-active) a:hover {
    color: #fff;
}
.cont_white .tab .tab_menu li span.icon_arrow {
    color: #36bad1;
}
.cont_white .tab_panel div {
    border: 1px solid #36bad1;
}
.cont_white .tab .tab_menu li.ui-tabs-active:before, .cont_white .tab .tab_menu li.ui-tabs-active:after {
    background: #36bad1;
}
.cont_white .box_blue {
    width: 100%;
    max-width: 700px;
    border: 1px solid #36bad1;
    margin: 32px 0 64px 0;
    color: #20a1b8;
}
.cont_white .box_blue ul {
    padding: 24px;
}
.cont_white .box_blue li {
    font-size: 18px;
    display: inline-block;
    margin-right: 1em;
    position: relative;
    padding-left: 15px;
}
.cont_white .box_blue li:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #20a1b8;
    position: absolute;
    top: 10px;
    left: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1130px) {
.cont_white .service_tit {
    left: 20px;
}
.cont_white .service_tit {
    right: 25px;
}
}
@media only screen and (max-width: 1000px) {
.cont_white {
    background: #fff;
}
.cont_white .box_blue li {
    font-size: 14px;
}
}
/* cont_green color */
.cont_green {
    background: #58c2b9; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YzJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzU4YzJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzNjYTg5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzY2E4OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #58c2b9 0%, #58c2b9 78%, #3ca89f 78%, #3ca89f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #58c2b9), color-stop(78%, #58c2b9), color-stop(78%, #3ca89f), color-stop(100%, #3ca89f));
    background: -webkit-linear-gradient(left, #58c2b9 0%, #58c2b9 78%, #3ca89f 78%, #3ca89f 100%);
    background: -o-linear-gradient(left, #58c2b9 0%, #58c2b9 78%, #3ca89f 78%, #3ca89f 100%);
    background: -ms-linear-gradient(left, #58c2b9 0%, #58c2b9 78%, #3ca89f 78%, #3ca89f 100%);
    background: linear-gradient(to right, #58c2b9 0%, #58c2b9 78%, #3ca89f 78%, #3ca89f 100%);
    color: #fff;
}
.cont_green .feature_tit {
    border-color: #fff;
    left: 35px;
}
@media only screen and (min-width: 1000px) and (max-width: 1130px) {
.cont_green .feature_tit {
    left: 20px;
}
}
@media only screen and (max-width: 1000px) {
.cont_green {
    background: #58c2b9;
}
}
/* cont_gray color */
.cont_gray {
    color: #5a5a5a;
    background: #f7f7f7; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 22%, #ffffff 22%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f7f7f7), color-stop(22%, #f7f7f7), color-stop(22%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #f7f7f7 0%, #f7f7f7 22%, #ffffff 22%, #ffffff 100%);
    background: -o-linear-gradient(left, #f7f7f7 0%, #f7f7f7 22%, #ffffff 22%, #ffffff 100%);
    background: -ms-linear-gradient(left, #f7f7f7 0%, #f7f7f7 22%, #ffffff 22%, #ffffff 100%);
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 22%, #ffffff 22%, #ffffff 100%);
}
.cont_gray .feature_tit {
    border-color: #3ca89f;
    color: #3ca89f;
    right: 35px;
}
@media only screen and (min-width: 1000px) and (max-width: 1130px) {
.cont_gray .feature_tit {
    right: 20px;
}
}
@media only screen and (max-width: 1000px) {
.cont_gray {
    background: #fff;
}
}
/* footer */
footer {
    width: 100%;
    padding: 25px 20px 20px;
    font-size: 10px;
    background: #2e2e2e;
    text-align: center;
    color: #fff;
}
#top footer {
    padding: 0px 24px;
}
.sns {
    max-width: 1130px;
    margin: 0 auto;
    float: left;
}
.copy {
    margin-top: 30px;
    text-align: left;
    float: right;
    font-family: "CI", Meiryo, sans-serif;
}
.sns ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.sns ul li {
    margin: 16px 8px;
}
.sns ul li span {
    line-height: 64px;
}
.sns ul li span.fb {
    width: 30px;
    display: inline-block;
}
.sns ul li span.yt {
    width: 30px;
    display: inline-block;
    line-height: 56px;
}
.sns ul li img {
    width: 100%;
}
.footer_inner {
    max-width: 1130px;
    margin: 0 auto;
}
.ie9 .sns ul li {
    display: inline-block;
}
@media only screen and (max-width: 567px) {
.footer_inner p, .footer_inner .footer_link {
    float: none;
}
.sns {
    float: none;
}
.sns ul {
    justify-content: center;
    -webkit-justify-content: center;
}
.sns ul li {
    margin-bottom: 0;
}
.sns ul li span {
    line-height: 56px;
    padding-top: 4px;
}
.sns ul li span.yt {
    line-height: 32px;
}
.copy {
    float: none;
    text-align: center;
    margin: 8px 0 16px 0;
}
.footer_link {
    margin-top: 16px;
}
}
.footer_link a {
    color: #fff;
}
.footer_link a:hover {
    color: #7F7F7F;
}
.btn_top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 48px;
    right: 24px;
    z-index: 100;
    display: none;
}
.btn_top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 0.8;
    border-radius: 5px;
    border: 1px solid #36bad1;
    line-height: 40px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s, background-color 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.5s, opacity 0.3s, background-color 0.3s;
}
.btn_top a:hover {
    background: #36bad1;
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn_intern {
    display: table;
    width: 140px;
    height: 140px;
    /* position: fixed; */
    position: absolute;
    top: 100px;
    left: 24px;
    z-index: 101;
}
.btn_intern a {
    display: table-cell;
    vertical-align: middle;
    font-size:16px;
    width: 140px;
    height: 140px;
    background: #e369a0;
    border-radius: 70px;
    border: 1px solid #f415b8;
    color:#fff;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.btn_intern a:hover {
    background: #F48B15;
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width: 1130px) {
    .btn_intern {
        top:auto;
        bottom:70px;
    }
}
@media only screen and (max-width: 767px) {
.btn_intern,.btn_intern a {
    width:110px;
    height:110px;
}
.btn_intern{
    left: 12px;
    bottom:30px;
}
.btn_intern a {
    font-size:12px;
    padding-top:0px;
}
}
@media only screen and (max-width: 567px) {
.btn_top {
    right: 0;
    bottom: 0;
}
.btn_top a {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.btn_intern{
    top: 450px;
    bottom: auto;
}

}
/* top message */
#top_message {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 32px 64px;
    line-height: 2;
}
#top_message h1 {
    line-height: 1em;
    border-bottom: solid 1px #36bad1;
    padding-bottom: 10px;
    margin-top: 1em;
    color: #36bad1;
}
.img_ceo {
    max-width: 425px;
    width: 40%;
    min-width: 250px;
    margin: auto;
    line-height: 0;
}
.img_ceo img {
    width: 100%;
}
.webtips_philosophy {
    text-align: center;
    margin-top: 2em;
}
.webtips_philosophy p {
    margin: 1em !important;
}
.msg_cont p {
    margin-bottom: 2em;
}
.signature {
    text-align: right;
    font-size: 12px;
    line-height: 2.5;
}
.txt_name {
    display: inline-block;
    width: 250px;
    margin-top: 8px;
}
.txt_name img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
#top_message {
    padding: 0 16px;
}
}
@media only screen and (max-width: 767px) {
#top_message {
    padding: 0 0 64px 0;
}
#top_message h1 {
    margin-bottom: 32px;
}
}
@media only screen and (max-width: 567px) {
.img_ceo {
    float: none;
    margin: 0 auto;
    min-width: 180px;
}
.txt_name {
    width: 200px;
}
}
@media only screen and (max-width: 414px) {
.img_ceo {
    width: 60%;
}
}
/* privacy */
#privacy .box {
    padding: 0 16px 64px 16px;
}
#privacy h2 {
    border-bottom: 1px solid #36bad1;
    margin-bottom: 48px;
}
#privacy h3 {
    margin-bottom: 16px;
}
#privacy ol {
    list-style-type: decimal;
    margin: 16px auto 48px;
    padding-left: 2em;
}
#privacy ol li {
    margin: 8px 0;
}
.pp_box {
    margin-bottom: 32px;
    font-weight: bold;
}
.ad {
    margin: 16px auto 48px;
}
.ad p {
    margin: 8px 0;
}