@charset "UTF-8";
/*Theme Name: 株式会社テクノネットワーク*/
@media screen and (max-width: 750px), print {
  html {
    font-size: calc(14 / 16 * 100%);
  }
  body {
    font-family: "M PLUS 1p", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #333;
    overflow-x: hidden;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft p,
  body .imgright p {
    margin-bottom: 20px;
  }
  body .imgleft p:last-child,
  body .imgright p:last-child {
    margin-bottom: 0;
  }
  body .btn {
    color: #fff;
    background: #53cbcc;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #53cbcc;
  }
  body .main_title {
    text-align: center;
    margin-bottom: 40px;
  }
  body .main_title span {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    padding: 0 20px;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 5px 5px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.75em;
  }
  body .sub_title {
    margin-bottom: 20px;
    color: #0097c5;
    font-weight: 500;
    font-size: 1.2rem;
    position: relative;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 10px 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.5em;
  }
  body .wave_title {
    background: #0097c5;
    color: #fff;
    border-radius: 40px 0 40px 0;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  body .item_cta {
    background: #116984;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  body .item_cta p {
    font-weight: 500;
    margin-bottom: 20px;
  }
  body .item_cta a {
    border: 2px solid #fff;
    font-size: 1.4rem;
    display: block;
    padding: 10px;
  }
  header .h_blc .h_logo {
    padding: 10px;
  }
  header .h_blc .h_logo img {
    width: 80%;
    margin-bottom: 10px;
  }
  header .h_blc .h_logo span {
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
  }
  header .h_blc .h_right {
    padding: 10px;
  }
  header .h_blc .h_right .h_subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  header .h_blc .h_right .h_subnav li {
    width: 49%;
  }
  header .h_blc .h_right .h_subnav li:first-child a {
    background: #e3884f;
  }
  header .h_blc .h_right .h_subnav li:last-child a {
    background: #0097c5;
    margin-left: 10px;
  }
  header .h_blc .h_right .h_subnav a {
    font-size: 0.9rem;
    padding: 10px 0;
    display: block;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
  }
  header .h_blc .h_right .h_contact {
    text-align: center;
  }
  header .h_blc .h_right .h_contact a {
    color: #0097c5;
    font-weight: 500;
    font-size: 11vw;
    line-height: 1;
  }
  header .h_blc .h_right .h_contact i {
    margin-right: 10px;
  }
  header .h_blc .h_right .h_contact span {
    font-weight: 500;
    display: block;
  }
  header .h_blc .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    padding: 5px 0;
    z-index: 90;
    text-align: center;
    color: #fff;
    background: #e3884f;
  }
  header .h_blc .menu-btn span,
  header .h_blc .menu-btn span:before,
  header .h_blc .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 14px;
    right: 10px;
  }
  header .h_blc .menu-btn span:before {
    top: 10px;
    right: 0;
  }
  header .h_blc .menu-btn span:after {
    top: 20px;
    right: 0;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .h_blc #menu-btn-check {
    display: none;
  }
  header .h_blc .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background: #e3884f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  header .h_blc .menu-content ul {
    padding: 80px 20px 20px;
  }
  header .h_blc .menu-content ul li {
    border-bottom: solid 1px #fff;
  }
  header .h_blc .menu-content ul a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 20px;
    position: relative;
    font-size: 1.2rem;
  }
  header .h_blc .menu-content ul a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
  }
  header .h_blc .menu-content ul a span {
    margin-left: 20px;
    font-size: 0.8rem;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  main.top .catch {
    position: relative;
  }
  main.top .catch .move {
    width: 100%;
    display: block;
  }
  main.top .catch strong {
    position: absolute;
    content: "";
    top: 70%;
    left: 10px;
    margin: auto;
    font-size: 4.5vw;
    font-weight: 500;
    display: block;
    color: #fff;
  }
  main.top .news {
    margin-bottom: 20px;
    position: relative;
  }
  main.top .news h2 {
    background: #0097c5;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
  }
  main.top .news .bx-wrapper {
    margin: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #effbff;
    position: inherit;
    padding: 20px 40px 20px 20px;
  }
  main.top .news .bx-wrapper time {
    display: block;
  }
  main.top .news > a {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    right: 10px;
    background: #0097c5;
    color: #fff;
    padding: 5px;
    display: block;
  }
  main.top .service {
    padding: 20px 20px 0;
  }
  main.top .service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top .service ul li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  main.top .service ul img {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
  main.top .service ul h3 {
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
    line-height: 1.4;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  main.top .service ul h3 span {
    display: block;
    font-size: 0.6rem;
  }
  main.top .reason {
    padding: 20px;
  }
  main.top .reason ul li {
    margin-bottom: 30px;
  }
  main.top .reason ul li:last-child {
    margin-bottom: 20px;
  }
  main.top .reason ul h3 {
    color: #0097c5;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    font-family: "KohinoorTelugu-Bold";
  }
  main.top .reason ul h3 span {
    font-size: 3rem;
  }
  main.top .reason ul strong {
    display: block;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0 auto 20px;
  }
  main.top .reason ul img {
    margin: 0 auto;
    display: block;
  }
  main.top .reason ul div {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
  }
  main.top .reason ul p {
    margin-bottom: 20px;
  }
  main.top .reason ul p:last-child {
    margin-bottom: 0;
  }
  main.top .subnav {
    background: #f5f5f5;
    padding: 20px;
  }
  main.top .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top .subnav ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  main.top .subnav ul li:last-child {
    margin-bottom: 0;
  }
  main.top .subnav ul a {
    display: block;
    background: #53cbcc;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 500;
  }
  main.top .subnav ul img {
    height: 50px;
    margin: 0 auto 10px;
  }
  main.sub .inner {
    padding: 40px 20px;
  }
  main.sub .catch {
    position: relative;
  }
  main.sub .catch > img {
    width: 100%;
  }
  main.sub .catch .page_title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #0097c5;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 5vw;
    background: rgba(255, 255, 255, 0.8);
    width: 80%;
    border-radius: 5px;
    line-height: 1.3;
  }
  main.sub .form dl {
    margin: 40px auto 0;
  }
  main.sub .form dt {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  main.sub .form dt span {
    width: 60px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: #ce5b5b;
    margin-right: 10px;
    padding: 5px;
  }
  main.sub .form dd {
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .form dd.flx .wpcf7-list-item {
    margin-bottom: 20px;
    display: block;
    font-size: 0.9rem;
  }
  main.sub .form dd.flx .wpcf7-list-item-label::before {
    margin-right: 5px;
  }
  main.sub .form dd em {
    color: #a0a0a0;
    font-weight: 500;
  }
  main.sub .form .wpcf7-form-control-wrap {
    display: block;
  }
  main.sub .form span.wpcf7-list-item {
    margin: 0 20px 0 0;
    position: relative;
  }
  main.sub .form .wpcf7-list-item-label {
    cursor: pointer;
    font-weight: 500;
  }
  main.sub .form .wpcf7-list-item-label a {
    color: #53cbcc;
  }
  main.sub .form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
  }
  main.sub .form .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    background: #e5e5e5;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
  }
  main.sub .form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background: url("../images/common/icon_check.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 3px;
    position: absolute;
    top: 3px;
  }
  main.sub .form input[type="text"] {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
  }
  main.sub .form textarea {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    font-size: 1rem;
    height: 200px;
    background: #f5f5f5;
    border: none;
    padding: 10px;
    border-radius: 5px;
  }
  main.sub .form input[type="submit"] {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.4rem;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    background: #53cbcc;
    display: block;
    outline: none;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
  }
  main.sub .form .agree {
    text-align: center;
    margin-bottom: 40px;
  }
  main.sub .form .box {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 40px;
    font-weight: 500;
    border-radius: 5px;
  }
  main.sub .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .btnarea li {
    width: 48%;
  }
  main.sub .btnarea li.btnarea_btn {
    width: 48%;
  }
  main.sub .btnarea .btnarea_btn {
    display: block;
    border-radius: 5px;
    color: #53cbcc;
    border: 2px solid #53cbcc;
    text-align: center;
    padding: 5px 2px;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  main.sub .btnarea .btnarea_btn.current {
    background: #53cbcc;
    color: #fff;
  }
  main.sub .tab_contents {
    display: none;
  }
  main.sub .tab_contents.current {
    display: block;
  }
  main.sub .acc_list {
    margin: 40px auto;
  }
  main.sub .acc_list dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  main.sub .acc_list dt .q {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-right: 10px;
    background: #0097c5;
    border-radius: 5px;
    color: #fff;
    width: 40px;
    height: 40px;
  }
  main.sub .acc_list dt .title {
    font-size: 1.2rem;
    color: #0097c5;
    font-weight: 500;
    width: calc(100% - 50px);
  }
  main.sub .acc_list dd {
    display: none;
    font-weight: 500;
    margin-bottom: 40px;
  }
  main.sub .acc_list dd:last-of-type {
    margin-bottom: 0;
  }
  main.sub .acc_list dd p {
    margin-bottom: 20px;
  }
  main.sub .acc_list dd p:last-of-type {
    margin-bottom: 0;
  }
  main.sub .acc_list dd a {
    color: #ce5b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
  main.sub .acc_list dd a img {
    margin-right: 10px;
  }
  main.sub .graf_list dt {
    background: #0097c5;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 10px;
  }
  main.sub .graf_list dd {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .graf_list.small dt {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding: 0;
    margin-bottom: 0;
  }
  main.sub .graf_list.small dd {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  main.sub .graf_list.small dd a {
    color: #0097c5;
    font-weight: 500;
    font-size: 2rem;
  }
  main.sub .table_list {
    margin-bottom: 40px;
  }
  main.sub .table_list dt {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .table_list dd {
    border-bottom: 2px solid #0097c5;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  main.sub .privacy p,
  main.sub .security p {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .privacy > dl,
  main.sub .security > dl {
    margin-bottom: 20px;
  }
  main.sub .privacy > dl dt,
  main.sub .security > dl dt {
    border-bottom: 2px solid #333;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .privacy > dl dd,
  main.sub .security > dl dd {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .privacy > dl dd:last-child,
  main.sub .security > dl dd:last-child {
    margin-bottom: 0;
  }
  main.sub .privacy .box,
  main.sub .security .box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
  }
  main.sub .privacy .box h3,
  main.sub .security .box h3 {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .privacy .box dl,
  main.sub .security .box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .privacy .box dl dt,
  main.sub .security .box dl dt {
    width: 35%;
    margin-bottom: 10px;
  }
  main.sub .privacy .box dl dt:last-of-type,
  main.sub .security .box dl dt:last-of-type {
    margin-bottom: 0;
  }
  main.sub .privacy .box dl dd,
  main.sub .security .box dl dd {
    width: 65%;
    margin-bottom: 10px;
  }
  main.sub .privacy .box dl dd:last-of-type,
  main.sub .security .box dl dd:last-of-type {
    margin-bottom: 0;
  }
  main.sub .privacy .right,
  main.sub .security .right {
    text-align: right;
    font-weight: normal;
    margin-bottom: 0;
  }
  main.sub .contact .tel {
    margin-bottom: 40px;
  }
  main.sub .contact .tel p {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .contact .tel .numb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e3884f;
    font-size: 9.4vw;
    font-weight: 900;
  }
  main.sub .contact .tel .numb a img {
    margin-right: 10px;
    width: 40px;
  }
  main.sub .contact .tel .numb span {
    text-align: center;
    display: block;
    font-weight: 500;
  }
  main.sub .thanks .btn {
    margin-right: auto;
    margin-top: 50px;
    width: 100%;
  }
  main.sub .soft-download ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #0097c5;
  }
  main.sub .soft-download ul li:last-child {
    margin-bottom: 0;
  }
  main.sub .soft-download ul h3 {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .recruit .imgleft {
    margin-bottom: 40px;
  }
  main.sub .recruit .interview ul li {
    margin-bottom: 40px;
  }
  main.sub .recruit .interview ul h4 {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .recruit .interview ul p {
    font-weight: 500;
  }
  main.sub .company .imgleft {
    margin-bottom: 40px;
  }
  main.sub .company .imgleft div:first-child {
    margin-bottom: 20px;
  }
  main.sub .company .imgleft div:first-child img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .company .imgleft div:first-child h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
  }
  main.sub .company .imgleft p {
    font-weight: 500;
  }
  main.sub .company .imgleft p span {
    color: #ce5b5b;
  }
  main.sub .company strong {
    color: #e3884f;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
  }
  main.sub .company .blc {
    margin-bottom: 40px;
  }
  main.sub .company .blc .left p {
    margin-bottom: 20px;
  }
  main.sub .company .blc .right img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .company .blc .right .box {
    background: #0097c5;
    line-height: 1.2;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
  }
  main.sub .company .blc .right .box span {
    font-size: 3rem;
    line-height: 1;
  }
  main.sub .company ul {
    margin-bottom: 40px;
  }
  main.sub .company ul:last-child {
    margin-bottom: 0;
  }
  main.sub .company ul li {
    margin-bottom: 40px;
  }
  main.sub .company ul li:last-child {
    margin-bottom: 0;
  }
  main.sub .company ul img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .company ul h3 {
    font-weight: 500;
    font-size: 1.4rem;
  }
  main.sub .company ul h3 a {
    background-color: #53cbcc;
    padding: 0 30px;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
  }
  main.sub .company ul p {
    margin-bottom: 20px;
  }
  main.sub .faq .btnarea li {
    width: 100%;
  }
  main.sub .voice ul li {
    margin-bottom: 40px;
  }
  main.sub .voice ul li:last-child {
    margin-bottom: 0;
  }
  main.sub .voice ul img {
    width: 100%;
    border-radius: 5px;
  }
  main.sub .voice ul h3 {
    color: #53cbcc;
    font-size: 1.2rem;
    margin: 10px 0;
  }
  main.sub .voice ul .graf_list {
    margin-bottom: 20px;
  }
  main.sub .voice ul .graf_list dt {
    font-size: 1rem;
    padding: 5px 0;
  }
  main.sub .voice ul .graf_list dd {
    font-size: 1rem;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  main.sub .voice ul .btn {
    font-size: 1.2rem;
    margin-top: auto;
  }
  main.sub .single_voice h1 {
    margin-bottom: 20px;
    color: #0097c5;
    font-weight: 500;
    font-size: 1.2rem;
    position: relative;
  }
  main.sub .single_voice h1:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 10px 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.5em;
  }
  main.sub .single_voice h2 {
    background: #0097c5;
    color: #fff;
    border-radius: 40px 0 40px 0;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 20px;
    margin: 40px auto 20px;
  }
  main.sub .single_voice h3 {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .single_voice p {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .single_voice > img {
    border-radius: 5px;
    margin: 0 auto 20px;
    display: block;
  }
  main.sub .single_voice .v_img {
    text-align: center;
    margin-bottom: 20px;
  }
  main.sub .single_voice .imgleft.left img {
    border-radius: 5px;
  }
  main.sub .single_voice .imgleft.center img {
    border-radius: 5px;
  }
  main.sub .single_voice .balloon_left {
    margin-bottom: 40px;
  }
  main.sub .single_voice .balloon_left img {
    margin: 0 auto 30px;
  }
  main.sub .single_voice .balloon_left > div {
    position: relative;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
  }
  main.sub .single_voice .balloon_left > div:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f5f5f5;
  }
  main.sub .single_voice .balloon_right {
    margin-bottom: 40px;
  }
  main.sub .single_voice .balloon_right img {
    margin: 0 auto 30px;
  }
  main.sub .single_voice .balloon_right > div {
    position: relative;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
  }
  main.sub .single_voice .balloon_right > div:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f5f5f5;
  }
  main.sub .archive_list li {
    margin-bottom: 20px;
  }
  main.sub .archive_list li:last-child {
    margin-bottom: 0;
  }
  main.sub .archive_list li time {
    display: block;
  }
  main.sub .single .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .single p {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .single p a {
    text-decoration: underline;
    word-break: break-all;
    color: #0097c5;
  }
  main.sub .single p a[href$=".pdf"] {
    background: url("../images/common/icon_pdf.png") left center no-repeat;
    display: inline-block;
    padding-left: 34px;
    line-height: 2.5;
  }
  main.sub .single img {
    margin: 0 auto 20px;
    height: auto;
    display: block;
  }
  main.sub .single iframe {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single strong {
    font-weight: bold;
    color: #0097c5;
  }
  main.sub .single em {
    font-style: italic;
  }
  main.sub .single blockquote {
    background: #eee;
    padding: 20px 40px;
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
  }
  main.sub .single blockquote:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 20px;
    color: #53cbcc;
    top: 10px;
    left: 10px;
  }
  main.sub .single blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #53cbcc;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single h1 {
    margin-bottom: 20px;
    color: #0097c5;
    font-weight: 500;
    font-size: 1.2rem;
    position: relative;
  }
  main.sub .single h1:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    padding: 0 10px 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 151, 197, 0.25), rgba(0, 151, 197, 0.25) 1.5px, transparent 1.5px, transparent 5px);
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 0.5em;
  }
  main.sub .single h2 {
    background: #0097c5;
    color: #fff;
    border-radius: 40px 0 40px 0;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  main.sub .single h3 {
    border-left: 5px solid #53cbcc;
    position: relative;
    font-weight: bold;
    padding: 10px;
    margin: 20px 0;
    color: #53cbcc;
  }
  main.sub .single h4 {
    border-bottom: 1px solid #0097c5;
    margin: 20px 0;
    font-weight: bold;
    color: #0097c5;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
  }
  main.sub .pagenavi {
    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-top: 40px;
  }
  main.sub .pagenavi span {
    display: block;
    background: #fff;
    border: 1px solid #0097c5;
    color: #0097c5;
    padding: 10px;
    margin: 0 5px;
    font-weight: 500;
  }
  main.sub .pagenavi a {
    display: block;
    background: #0097c5;
    border: 1px solid #0097c5;
    color: #fff;
    padding: 10px;
    margin: 0 5px;
    font-weight: 500;
  }
  main.sub .user p {
    font-weight: 500;
    margin-bottom: 40px;
  }
  main.sub .user .box {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
  }
  main.sub .user dt,
  main.sub .user dd {
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .user input[type="text"] {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
  }
  main.sub .user input[type="password"] {
    font-family: "M PLUS 1p", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
  }
  main.sub .user .checkbox_blc {
    margin-bottom: 40px;
  }
  main.sub .user .checkbox_blc .checkbox {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding-left: 45px;
    vertical-align: middle;
    cursor: pointer;
  }
  main.sub .user .checkbox_blc .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    margin-top: -15px;
    width: 15px;
    height: 20px;
    border-right: 3px solid #53cbcc;
    border-bottom: 3px solid #53cbcc;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 99;
  }
  main.sub .user .checkbox_blc .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    border-radius: 5px;
    content: "";
  }
  main.sub .user .checkbox_blc input[type="checkbox"] {
    display: none;
  }
  main.sub .user .checkbox_blc input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
  }
  main.sub .user input[type="submit"] {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.2rem;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    display: block;
    outline: none;
    padding: 10px;
    width: 100%;
    background: #53cbcc;
    border: 2px solid #53cbcc;
    -webkit-appearance: none;
  }
  main.sub .reason .lead {
    margin-bottom: 40px;
  }
  main.sub .reason .lead strong {
    color: #0097c5;
    font-weight: bold;
    font-size: 4rem;
    display: block;
    line-height: 1.2;
    text-align: center;
    font-family: "KohinoorTelugu-Bold";
  }
  main.sub .reason .lead p {
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
  }
  main.sub .reason .lead p span {
    color: #0097c5;
    font-size: 1.8rem;
    line-height: 1;
  }
  main.sub .reason h3 {
    color: #0097c5;
    font-size: 1.6rem;
    display: block;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    font-family: "KohinoorTelugu-Bold";
  }
  main.sub .reason h3 span {
    font-size: 3rem;
    font-weight: bold;
  }
  main.sub .reason p {
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .reason p:last-child {
    margin-bottom: 0;
  }
  main.sub .reason .radius_blue {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .reason .support {
    margin-bottom: 40px;
  }
  main.sub .reason .support > img {
    margin-bottom: 20px;
  }
  main.sub .reason .support .imgleft {
    margin-bottom: 40px;
  }
  main.sub .reason .support > ul img {
    margin: 0 auto;
    display: block;
  }
  main.sub .reason .support > ul strong {
    color: #e3884f;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  main.sub .reason .support > ul ul {
    margin: 20px auto 40px;
  }
  main.sub .reason .support > ul ul li:not(.arrow) {
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 5px;
    color: #0097c5;
    border: 1px solid #0097c5;
  }
  main.sub .reason .support > ul ul .arrow {
    position: relative;
    height: 12px;
    width: 8px;
    margin: 0 auto 20px;
    background: #0097c5;
  }
  main.sub .reason .support > ul ul .arrow:before {
    position: absolute;
    content: "";
    border-radius: 5px;
    border: solid 12px transparent;
    border-top: solid 12px #0097c5;
    bottom: -23px;
    left: -8px;
  }
  main.sub .reason .support > ul p {
    margin: 20px auto;
  }
  main.sub .reason .specialist {
    margin-bottom: 40px;
  }
  main.sub .reason .specialist > img {
    margin-bottom: 20px;
  }
  main.sub .reason .specialist h5 {
    color: #0097c5;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  main.sub .reason .specialist .imgleft,
  main.sub .reason .specialist .imgright {
    margin-bottom: 40px;
  }
  main.sub .reason .specialist .brs_title {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .reason .specialist ul {
    margin-bottom: 40px;
  }
  main.sub .reason .specialist ul li {
    margin-bottom: 40px;
  }
  main.sub .reason .specialist ul li:last-child {
    margin-bottom: 0;
  }
  main.sub .reason .specialist ul img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .reason .specialist ul h3 {
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    color: #333;
    font-family: "M PLUS 1p", sans-serif;
  }
  main.sub .reason .specialist ul p {
    margin-bottom: 20px;
  }
  main.sub .reason .solution > img {
    margin-bottom: 20px;
  }
  main.sub .reason .solution .radius_blue {
    text-align: left;
  }
  main.sub .products .pic {
    position: relative;
    margin-bottom: 20px;
  }
  main.sub .products .pic h3 {
    color: #fff;
    background: #0097c5;
    font-size: 4vw;
    font-weight: 500;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.sub .products .products_list {
    margin-bottom: 40px;
  }
  main.sub .products .products_list:last-child {
    margin-bottom: 20px;
  }
  main.sub .products .products_list .imgleft {
    border: 3px solid #0097c5;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .products .products_list .imgleft:last-child {
    margin-bottom: 0;
  }
  main.sub .products .products_list .imgleft h4 {
    color: #0097c5;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  main.sub .products .products_list .imgleft p {
    font-weight: 500;
  }
  main.sub .item h2 {
    color: #0097c5;
    font-weight: 500;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .item h2 img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .item h2 span {
    display: block;
    font-size: 1rem;
  }
  main.sub .item h3 {
    text-align: center;
    color: #0097c5;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  main.sub .item h3 span {
    display: block;
    font-size: 1rem;
  }
  main.sub .item h3.green_txt span {
    color: #53cbcc;
    margin: 10px auto;
  }
  main.sub .item .exp {
    margin-bottom: 0;
  }
  main.sub .item .exp:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .item .exp img {
    margin: 0 auto 20px;
    display: block;
  }
  main.sub .item .exp strong {
    color: #53cbcc;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .item .exp p {
    font-weight: 500;
  }
  main.sub .item .blue_box {
    border: 5px solid #0097c5;
    margin-bottom: 40px;
  }
  main.sub .item .blue_box strong {
    color: #fff;
    background: #0097c5;
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 5px;
  }
  main.sub .item .blue_box .imgleft {
    padding: 20px;
  }
  main.sub .item .blue_box .imgleft > div {
    font-weight: 500;
  }
  main.sub .item .point_list {
    margin-bottom: 40px;
  }
  main.sub .item .point_list:last-child {
    margin-bottom: 0;
  }
  main.sub .item .point_list dt {
    border: 2px solid #53cbcc;
    border-radius: 10px;
    color: #53cbcc;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
  }
  main.sub .item .point_list dd {
    margin-bottom: 40px;
  }
  main.sub .item .point_list dd:last-child {
    margin-bottom: 0;
  }
  main.sub .item .point_list dd h4 {
    color: #e3884f;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .item .point_list dd p {
    font-weight: 500;
  }
  main.sub .item .point_list dd small {
    font-weight: 500;
    color: #8B8B8B;
    text-align: right;
    display: block;
  }
  main.sub .item .point_list dd img {
    display: block;
    margin: 20px auto;
  }
  main.sub .item .check_list {
    border: 3px solid #53cbcc;
    border-radius: 10px;
    margin: 0 auto 40px;
    padding: 10px;
  }
  main.sub .item .check_list li {
    font-weight: 500;
    padding-left: 30px;
    text-indent: -30px;
  }
  main.sub .item .check_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #53cbcc;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 10px;
  }
  main.sub .item .bf_af {
    margin-bottom: 40px;
  }
  main.sub .item .bf_af h4 {
    background: #0097c5;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    margin: 40px auto;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px;
  }
  main.sub .item .bf_af ul li {
    margin-bottom: 20px;
  }
  main.sub .item .bf_af ul li.arrow {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #a0a0a0 transparent transparent transparent;
  }
  main.sub .item .bf_af ul img {
    margin: 0 auto 20px;
  }
  main.sub .item .bf_af ul p {
    font-weight: 500;
  }
  main.sub .item .bf_af strong {
    color: #e3884f;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
  }
  main.sub .item .function_lst h4 {
    border: 2px solid #53cbcc;
    border-radius: 10px;
    color: #53cbcc;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 10px;
    margin-bottom: 20px;
  }
  main.sub .item .function_lst h5 {
    color: #e3884f;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .item .function_lst p {
    font-weight: 500;
  }
  main.sub .item .function_lst ul li {
    margin-bottom: 20px;
  }
  main.sub .item .function_lst ul img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .item .item_graf {
    font-weight: 500;
    margin-bottom: 40px;
  }
  main.sub .item .item_graf:last-child {
    margin-bottom: 0;
  }
  main.sub .item .item_graf dt {
    font-size: 1.2rem;
    background: #75c3db;
    color: #fff;
    border: 1px solid #0097c5;
    padding: 10px;
  }
  main.sub .item .item_graf dd {
    border: 1px solid #0097c5;
    padding: 10px;
    margin-bottom: 20px;
  }
  main.sub .item .item_graf dd:last-child {
    margin-bottom: 0;
  }
  main.sub .mypage .btn {
    margin: 20px auto 0;
  }
  main.sub .user_faq .acc_list {
    margin: 40px auto 0;
  }
  main.sub .user_faq .acc_list a[href$=".pdf"] {
    background: url("../images/common/icon_pdf.png") left center no-repeat;
    display: block;
    padding: 0 32px;
    line-height: 2;
    margin-top: 20px;
  }
  main.sub .user_download dl {
    margin: 40px auto 0;
  }
  main.sub .user_download dl dt {
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .user_download dl dt img {
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
  }
  main.sub .user_download dl dd {
    margin-bottom: 40px;
  }
  main.sub .user_download dl dd:last-of-type {
    margin-bottom: 0;
  }
  main.sub .user_download dl dd .btn {
    vertical-align: middle;
    font-size: 1.3rem;
  }
  main.sub .user_download dl dd .btn img {
    margin-right: 10px;
  }
  main.sub .user_download dl dd .btn img:nth-child(2) {
    display: none;
  }
  footer .cta {
    background: #0097c5;
  }
  footer .cta p {
    color: #fff;
    font-weight: 500;
    padding: 10px;
  }
  footer .cta li {
    position: relative;
    padding: 20px 10px;
  }
  footer .cta li:first-child {
    background: url("../images/common/img_tel@2x.jpg") no-repeat center;
  }
  footer .cta li:last-child {
    background: url("../images/common/img_mail@2x.jpg") no-repeat center;
  }
  footer .cta li:first-child:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #fff;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  footer .cta img {
    width: 100%;
  }
  footer .cta div {
    margin: auto;
    text-align: center;
  }
  footer .cta div h2 {
    color: #fff;
    font-size: 5vw;
    font-weight: 500;
    margin-bottom: 10px;
  }
  footer .cta div .cta_tel {
    color: #f5ff00;
    font-size: 10vw;
    font-weight: 500;
    display: block;
    line-height: 1;
  }
  footer .cta div span {
    color: #fff;
    font-weight: 500;
  }
  footer .cta div .ctabtn {
    background: #e3884f;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #e3884f;
  }
  footer .f_blc .f_left {
    padding: 20px;
  }
  footer .f_blc .f_left strong {
    border: 2px solid #0097c5;
    border-radius: 100px;
    color: #0097c5;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 20px auto;
  }
  footer .f_blc .f_left h3 {
    background: #0097c5;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  footer .f_blc .f_left p {
    margin-bottom: 10px;
  }
  footer .f_blc .f_left .btn {
    font-weight: bold;
  }
  footer .f_blc .f_right .f_nav > ul:last-of-type > li:last-child {
    border-bottom: 1px solid #0097c5;
  }
  footer .f_blc .f_right .f_nav > ul > li {
    border-top: 1px solid #0097c5;
  }
  footer .f_blc .f_right .f_nav > ul ul a {
    padding: 10px 40px;
    position: relative;
  }
  footer .f_blc .f_right .f_nav > ul ul a:after {
    position: absolute;
    content: "＞";
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .f_blc .f_right .f_nav > ul a {
    padding: 10px 20px;
    display: block;
  }
  footer .f_blc .f_right .banner li {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .my_blc .subnav {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .my_blc .subnav li {
    width: 48%;
    margin-bottom: 20px;
  }
  footer .my_blc .subnav a {
    width: 100%;
    display: block;
    background: #53cbcc;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 500;
  }
  footer .my_blc .subnav img {
    height: 40px;
    margin: 0 auto 10px;
  }
  footer .my_blc .f_logo {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  footer .my_blc .my_fnav a {
    display: block;
    padding: 20px;
    border-top: 1px solid #0097c5;
  }
  footer small {
    display: block;
    text-align: center;
    background: #0097c5;
    color: #fff;
    padding: 10px;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=smart.css.map */