@charset "UTF-8";

html,
body {
    margin: 0;
    color: #333;
    font-family: メイリオ, "Hiragino Kaku Gothic Pro", Meiryo,
        "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial,
        sans-serif;
    font-size: medium;
    line-height: 1.5em;
}

a img:hover {
    opacity: 0.7;
}

.header-right img,
img {
    max-width: 100%;
}

#phone-company {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
}

.text-right {
    text-align: right;
    display: block;
    font-size: 13px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.container {
    margin: 0 auto;
    overflow: hidden;
}

.question:before {
    content: "Q.";
    color: #ffffff;
    font-size: 20px;
}

.page-content .block .block-content.answer {
    padding-left: 15px;
}

.answer:before {
    content: "A.";
    color: #222;
    margin-left: 0px;
    font-size: 14px;
    float: left;
}

.container.content {
    padding: 35px 10px 30px 10px;
}

header #logo {
    margin: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 7px;
}

header .container .header-right p.description {
    padding-right: 8px;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
}

.seo-title {
    font-size: 14px;
    float: right;
    font-weight: bold;
    margin: 0.67em 0;
}

.menu {
    background: #222222;
}

.menu>ul {
    padding: 10px;
    list-style: none;
}

.menu>ul li {
    color: #e8e8e8;
    display: list-item;
}

.menu>ul>li>a {
    color: #e8e8e8;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.menu>ul>li:last-child>a {
    padding-right: 20px;
}

.menu>ul>li>a:hover,
.menu>ul>li>a:active,
.menu>ul>li>a.active,
.menu>ul>li.active>a {
    color: #ccc;
}

.banner {
    background: url(../img/iphone_main.png) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.sub-banner {
    background: url(../img/iphone_main.png) no-repeat center center;
    background-size: cover;
}

.banner img.banner-left {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 10px;
}

.banner_right img {
    display: block;
    margin: 0 auto;
    margin-bottom: 23px;
}

img.bn-r-ce {
    margin-left: 39px;
    margin-bottom: 5px;
}

ul.banner-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}

ul.banner-list li {
    padding: 10px;
    display: table-cell;
}

ul.banner-list li a:hover img,
ul.banner-list li a img.active {
    opacity: 0.7;
}

ul.banner-list li a img.imghidden,
ul.banner-list li a img.imgactive.active,
ul.banner-list li a:hover img.imgactive {
    display: none;
}

ul.banner-list li a img.imgactive,
ul.banner-list li a img.imghidden.active,
ul.banner-list li a:hover img.imghidden {
    display: block;
}

.ct-title {
    margin-top: -1px;
}

.ct-title img,
.img-top {
    max-width: 100%;
}

.break {
    padding-left: 3%;
    margin-top: 10px;
}

.break a {
    text-decoration: none;
    color: #444444;
    padding-left: 10px;
}

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

.sidebar h2.block-title {
    background-repeat: no-repeat;
    background-position: 3px 0px;
    border-bottom: 4px solid #222;
    font-size: 20px;
    padding-bottom: 3px;
    margin: 0;
    font-weight: normal;
    margin-top: 14px;
    margin-bottom: 10px;
    color: #727272;
}

.sidebar h2.block-title a {
    color: #727272;
}

.sidebar a h2.block-title {
    background-position: 3px 5px;
    padding-top: 5px;
}

.sidebar a:active h2.block-title,
.sidebar a:hover h2.block-title {
    background-color: #fddd68;
}

.sidebar a {
    text-decoration: none;
}

.sidebar ul.menu-left {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul.menu-left li a {
    color: #444444;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 10px 0;
    padding-left: 3px;
}

.sidebar ul.menu-left li a:hover,
.sidebar ul.menu-left li a.active {
    background-color: #fff;
}

.page-content .content-title {
    background-image: url("../img/icon-title.png");
    background-repeat: no-repeat;
    background-position: 10px 0px;
    border-bottom: 2px solid #313131;
    padding-left: 40px;
    padding-top: 5px;
    font-size: 30px;
    color: #313131;
    margin: 0;
    font-weight: normal;
    margin-bottom: 24px;
    line-height: 1.8;
}

.page-content .content-top {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 15px;
}

.page-content .content-title span {
    font-size: 16px;
    color: #444444;
    display: block;
}

.content-title .list-right a {
    color: #000;
    text-decoration: none;
}

.page-content .block {
    margin-bottom: 20px;
    background-color: #f0f0e1;
    overflow: hidden;
    color: #444444;
    padding-bottom: 30px;
    width: 100%;
}

.page-content .block .block-title {
    background-color: #222222;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 10px;
    overflow: hidden;
    color: #fff;
}

.page-content .block .block-title img {
    float: left;
}

.page-content .block .block-title h3,
.page-content .block .block-title .h3 {
    font-size: 17px;
    color: #fff;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.block-content p {
    margin: 0;
    /* line-height: 17px; */
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 17px;
    word-break: break-all;
}

.list-block .block-content p {
    margin-bottom: 0;
}

#repair-page p,
#glassc-page p {
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-content p.title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-right: 20px;
}

.page-content .block .block-content {
    padding-top: 15px;
    padding-left: 23px;
    padding: 15px;
    word-break: break-all;
}

.answer,
.post {
    text-align: left !important;
}

.page-content .block .block-content .block-cn-left .thumbnail {
    margin-right: 10px;
}

.page-content .block .block-content .block-cn-left .thumbnail img {
    max-width: 100%;
}

.block a.viewmore img {
    max-width: 80%;
}

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

.comment {
    background-color: #fddd68;
    font-weight: bold;
    color: #444444;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 1px #ffc800;
    font-size: 12px;
}

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

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

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

.votes table.table_rank tr th {
    font-weight: bold;
}

.votes table.table_rank tr td {
    font-weight: normal;
    width: 90px;
    text-align: center;
    padding: 0 10px;
}

.votes table.table_rank tr th {
    background-color: #ffc801;
}

.votes table.table_rank tr td {
    background-color: #faeaad;
}

.clear {
    clear: both;
}

.block a.viewmore {
    display: block;
    margin: 20px 10px 0 10px;
    text-align: center;
    background-color: #ffc800;
    padding: 10px 0;
    border-radius: 10px;
}

.block a.viewmore:hover {
    background-color: #ff6205;
}

.block-content p.comment_notes {
    margin-top: 20px;
    margin-right: 15px;
}

.form-comment {
    margin-right: 10px;
    padding: 10px;
}

.form-comment input,
.form-comment textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ffc800;
    margin-bottom: 10px;
}

.form-comment textarea {
    margin-bottom: 0;
}

.btn-submit {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #ffc800;
    border: none;
    border-radius: 1px;
    box-shadow: 0px 1px 2px 1px #846803;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-submit:hover {
    background: #fddd68;
}

.btn-submit:active {
    background: #9a7a05;
    color: #ffffff;
}

table.table_rank {
    width: 96%;
    margin-bottom: 20px;
}

footer {
    background-color: #222;
    padding-top: 32px;
    padding-bottom: 20px;
    font-size: 12px;
}

footer .ft-left {
    text-align: center;
}

footer .copyright {
    text-align: center;
    margin-top: 60px;
}

footer .ft-right .list h3.list-title {
    margin-top: 30px;
    margin-bottom: 8px;
    font-weight: normal;
    color: #444444;
}

footer ul.menu-ft {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 19px;
}

footer ul.menu-ft li a {
    color: #444444;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.ft-right {
    text-align: center;
}

footer ul{
    display: flex;
    flex-wrap: wrap;
}

footer ul li a:hover {
    color: #ccc;
}

footer .ft-right .list ul.menu-ft {
    margin-top: 0;
}

.block-view-left img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

nav.menu ul,
.ft-right .list .menu-ft {
    display: none;
}

nav.menu a.dropmenu {
    display: block;
    padding: 10px;
    background: #222;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#contact .input {
    margin-bottom: 10px;
    clear: both;
}

#contact label {
    display: block;
}

#contact input,
#contact textarea {
    width: 95%;
    padding: 5px;
}

#contact .submit {
    text-align: center;
}

#contact .submit input[type="submit"] {
    width: auto;
    padding: 5px 10px;
}

.more-list {
    float: right;
    text-decoration: none;
    color: #444;
}

.more-list:hover {
    text-decoration: underline;
}

.site_info {
    margin-bottom: 20px;
}

.site_info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.site_info table tr th,
.site_info table tr td {
    border: 1px solid #ff6203;
    padding: 5px 10px;
    border-radius: 5px;
}

.site_info table tr th {
    font-weight: bold;
    width: 25%;
}

.post_thumbnail {
    margin: 0 10px 10px 10px;
    float: left;
}

.img-post {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
}

.block-content {
    overflow: hidden;
}

.mr-top {
    margin-top: 20px;
}

.comment_block {
    overflow: hidden;
    padding: 20px 10px;
}

.gotosite {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    padding-top: 15px;
    font-weight: bold;
}

.checkbg {
    position: relative;
    margin-right: 35px;
}

.checkbg:before {
    position: absolute;
    top: -4px;
    content: url(./images/v.png);
}

.error {
    color: #f00;
}

.paging span.disabled:hover,
.paging span {
    padding: 5px 10px;
    border: 1px solid #dddddd;
    background-color: #f0f0e1;
    font-weight: bold;
    color: #727272;
}

.paging span.current,
.paging span:hover {
    font-weight: bold;
    background: #000;
    color: #ffc800;
    border: 1px solid #000;
}

.paging span a {
    text-decoration: none;
    font-weight: bold;
    color: #727272;
}

.paging span:hover a {
    color: #ffc800;
}

.header-left h1 {
    padding-right: 8px;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
}

#logo {
    text-align: left;
    margin-top: 30px;
}

#logo img {
    display: block;
    margin: 0 auto;
}

.icon-v {
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 35px;
}

.icon-v:before {
    content: url("./images/v.png");
    top: -2px;
    position: absolute;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .img-home {
        max-width: 45%;
    }

    .img-responsive {
        float: right;
    }

    .btn-submit {
        width: 20% !important;
    }

    .head {
        position: relative;
    }

    #logo {
        margin-bottom: 18px;
    }

    #logo img {
        /*margin-left:34px;*/
        margin-top: 35px;
    }

    #contact label {
        width: 25%;
        float: left;
    }

    .price-left {
        width: 60%;
    }

    .price-right.td_last {
        width: 20%;
    }

    #contact input,
    #contact textarea {
        width: 60%;
        padding: 5px;
    }

    #contact textarea {
        resize: vertical;
    }

    .container.content {
        padding: 25px 0 30px 0;
    }

    header .container .header-left {
        width: 27%;
        float: left;
    }

    header .container .header-right {
        width: 73%;
        float: right;
        text-align: right;
        margin-top: 20px;
    }

    header h1#logo {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 7px;
    }

    header .container .header-right p.description {
        text-align: right;
    }

    .sidebar {
        padding-left: 2%;
        width: 26%;
        float: right;
    }

    .page-content {
        float: left;
        width: 70%;
        margin-left: 2%;
    }

    .page-content .content-top {
        font-size: 20px;
    }

    .page-content .block .block-content .block-cn-right,
    .page-content .block .block-content .block-cn-left {
        width: 50%;
        float: left;
    }

    .menu>ul li,
    .menu>ul>li>a {
        display: inline;
        position: relative;
    }

    img.banner-left {
        margin-top: 8px;
        margin-left: 2%;
        width: 26%;
        float: left;
    }

    .banner_right {
        width: 68%;
        float: left;
        margin-top: 32px;
        text-align: center;
        display: block;
        margin-left: 2%;
    }

    .banner_right img {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 23px;
    }

    img.bn-r-ce {
        margin: 0 auto;
        margin-bottom: 5px;
    }

    ul.banner-list {
        list-style: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    ul.banner-list li {
        display: inline-block;
        padding-bottom: 0;
    }

    ul.banner-list li a img {
        margin-bottom: 0;
    }

    .page-content .content-title {
        padding-top: 5px;
    }

    .page-content .content-title span {
        float: right;
        margin-top: 13px;
    }

    .block a.viewmore {
        margin: 20px 15px 0 15px;
    }

    footer .ft-left {
        padding-left: 1%;
        width: 30%;
        float: left;
        text-align: left;
    }

    footer ul.menu-ft {
        padding-right: 10px;
    }

    footer .ft-right {
        width: 69%;
        float: left;
        text-align: left;
    }

    footer .ft-right .list {
        width: 32%;
        float: left;
        margin-right: 1%;
    }

    footer ul.menu-ft li a {
        padding: 5px;
    }

    .block-view-left {
        width: 30%;
        float: left;
    }

    .block-view-right {
        margin-left: 2%;
        width: 68%;
        float: left;
    }

    nav.menu a.dropmenu,
    .dropmenu {
        display: none;
    }

    nav.menu ul,
    .ft-right .list .menu-ft {
        display: block;
        margin: 0 auto;
        max-width: 1000px;
    }

    .thumbnail {
        height: 250px;
        overflow: hidden;
    }

    .thumbnail img {
        max-width: 100%;
        height: auto;
    }

    .readmore {
        display: none;
    }

    .header-right .fl {
        float: left;
        width: 30%;
    }

    .header-right .fr {
        float: left;
        width: 70%;
    }

    .tel-sp,
    .header-left .time,
    .mail-sp,
    .access-sp {
        display: none;
    }

    .pay-card,
    .logo-sp {
        display: none !important;
    }

    .hide_img {
        display: none;
    }

    .hidden-pc {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .seo-title {
        text-align: center;
        float: none;
        display: none;
    }

    .header-left {
        text-align: center;
    }

    .header-right {
        text-align: center;
        display: none;
    }

    #logo img,
    .logo-footer {
        max-width: 90%;
    }

    .img-responsive,
    img.img-vote {
        width: 100%;
    }

    footer a {
        padding: 0 !important;
    }

    footer li {
        width: 50%;
    }

    .footer {
        text-align: center;
    }

    .hidden,
    .paging {
        display: none;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        background: #fff;
    }

    header #logo {
        margin-top: 0px;
        margin-bottom: 0;
        text-align: left;
        padding-left: 5px;
        width: calc(30% - 5px);
        float: left;
    }

    .logo {
        display: none !important;
    }

    .header-left .time {
        margin: 0 0 5px;
        font-size: 14px;
        width: 70%;
        float: left;
    }

    .header-left .time span {
        display: block;
        line-height: 1.3;
    }

    .menu>ul {
        border-top: 1px solid #fff;
        margin-top: 0;
        overflow-y: auto;
    }

    nav.menu a.dropmenu,
    .mail-sp {
        width: calc(50% - 30px);
        border-right: 1px solid #fff;
        display: inline-block;
        border-bottom: none;
        color: #fff;
        padding: 5px 10px 5px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        position: relative;
    }

    nav.menu a.dropmenu:after,
    a.tel-sp:after {
        content: " ";
        height: 1px;
        width: 105%;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    a.tel-sp,
    .access-sp {
        width: 50%;
        display: inline-block;
        padding: 5px 0 5px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        position: relative;
    }

    .tel-sp:before {
        content: " ";
        position: absolute;
        top: 5px;
        left: 5px;
        background: url(../img/icon-phone.png) no-repeat top left;
        width: 20px;
        height: 25px;
        background-size: 85%;
    }

    .mail-sp {
        padding-left: 40px;
        width: calc(50% - 60px);
    }

    .mail-sp:before {
        content: " ";
        position: absolute;
        top: 8px;
        left: 10px;
        background: url(../img/icon-mail.png) no-repeat top left;
        width: 25px;
        height: 16px;
    }

    .banner {
        margin-top: 190px;
    }

    .pay-card {
        padding: 0 5px;
        text-align: center;
    }

    #logo img {
        display: inline-block;
    }

    .menu>ul>li>a {
        display: inline-block;
    }

    .caret {
        display: inline-block !important;
    }

    .dropdown {
        list-style: none;
        padding-left: 0 !important;
        position: unset !important;
        display: block !important;
    }
}

@media (min-width: 1001px) {
    .show {
        padding-left: 44px;
    }

    .apps {
        padding-left: 70px;
    }

    footer {
        min-height: 300px;
    }

    .container {
        width: 1024px;
    }

    header .container .header-left {
        width: 300px;
        float: left;
    }

    header .container .header-right {
        width: 700px;
        float: right;
        text-align: right;
        margin-top: 5px;
    }

    .header-right .fl {
        width: 43%;
        float: left;
        text-align: center;
    }

    .header-right .fr {
        width: 57%;
        float: left;
    }

    .menu>ul>li>a {
        padding: 10px 8px;
        font-size: 15px;
    }

    .page-content {
        width: 700px;
    }

    .page-content .block .block-content .block-cn-right,
    .page-content .block .block-content .block-cn-left {
        width: 335px;
    }

    .banner {
        min-height: 350px;
    }

    .sub-banner {
        height: 134px;
    }

    img.banner-left {
        margin-left: 65px;
        margin-top: 8px;
        width: auto;
    }

    .banner_right {
        width: 670px;
        float: right;
    }

    ul.banner-list {
        list-style: none;
        width: 563px;
        margin: 0 auto;
        display: block;
    }

    .block a.viewmore {
        width: 665px;
        margin: 0 auto;
        font-size: 20px;
        text-decoration: none;
        color: #444;
    }

    footer .ft-left {
        width: 300px;
    }

    footer .ft-right {
        width: 650px;
    }

    footer .ft-right .list {
        width: 200px;
        float: left;
        margin-right: 10px;
    }

    .votes table.table_rank tr td {
        padding: 3px 0;
    }

    .thumbnail {
        height: 225px;
        overflow: hidden;
    }

    .thumbnail img {
        max-width: 100%;
        height: auto;
    }

    .page-content .block .block-content .comment_block .block-cn-right,
    .page-content .block .block-content .comment_block .block-cn-left {
        width: 324px;
    }

    .block a.gotosite {
        padding-top: 15px;
    }

    .top-img {
        width: 38%;
        padding-top: 5%;
        text-align: center;
    }

    .top-text {
        padding-top: 5%;
    }

    .bold {
        font-size: 30px;
    }

    p.second {
        font-size: 17px;
    }

    .b50 {
        width: 49%;
        float: left;
    }

    .b50.left {
        padding-right: 7px;
    }

    .b50.right {
        padding-left: 7px;
    }

    .img-home {
        margin-left: 5px;
        max-width: 45%;
    }

    #show_sm {
        display: none;
    }

    div#widget_bounds {
        max-width: 263px !important;
    }

    #loadmore {
        display: none;
    }

    .pr10 {
        padding-right: 10px;
    }
}

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

.contact-left {
    background: #ffd0c0;
    width: 20%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.contact-right {
    padding: 10px 25px;
    border-bottom: 1px solid #ddd;
    background: #eff0e0;
}

.contact-left.contact {
    width: 25%;
}

.table tr {
    border-bottom: 1px solid #ccc;
}

.table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

tr.head {
    background: #ffd0c0;
}

.price-left {
    border-right: 1px solid #ddd;
    padding: 10px;
}

.price-right {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.price-left,
.price-right {
    border-bottom: 1px solid #ddd;
}

.block.price {
    background: #fff;
}

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

.block.price td {
    background: #f0f0e1;
}

footer a,
footer p {
    color: #fff;
    text-decoration: none;
    padding: 0 15px 0 15px;
}

footer li {
    list-style: none;
    float: left;
}

p.top-iphone {
    padding: 0 15px;
}

.diary {
    display: table;
    border-bottom: 1px solid #eee;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 20px;
}

img.img-vote {
    float: left;
    clear: both;
    max-width: 75px;
    margin-right: 15px;
}

img.img-vote-1 {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
}

p.content {
    margin-top: 0;
    word-break: break-all;
}

a.iphone-link {
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

a.iphone-link._white {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

p.iphone-detail {
    padding: 0 15px;
}

div#flashMessage {
    background: #f0f0e1;
    padding: 5px 10px;
    margin-bottom: 10px;
}

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

span.date {
    font-size: 10px;
}

@media (max-width: 480px) {
    .content-title {
        font-size: 21px !important;
        padding-bottom: 15px;
    }

    .seo-title {
        padding-left: 10px;
        padding-right: 10px;
        display: none;
    }

    .banner {
        padding: 10px;
    }

    .top-img {
        text-align: center;
        width: 100%;
    }

    .top-img img {
        width: 30%;
    }

    .list-right {
        float: right;
    }

    .show_img {
        display: none;
    }

    .hide_img {
        display: block;
        width: 100%;
    }

    #show_pc,
    .show_pc {
        display: none;
    }

    #show_sm {
        display: inline-block;
    }

    #loadmore {
        display: block;
        max-width: 35%;
        padding: 5px 0;
        border-radius: 5px;
        background: #eee;
        text-decoration: none;
        color: #000;
        font-weight: 700;
    }

    .header-right {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .banner {
        padding: 10px;
    }

    .top-img {
        width: 50%;
    }

    #show_sm {
        display: none;
    }

    #loadmore {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    #show_sm {
        display: none;
    }

    .banner {
        padding: 10px;
    }

    .top-img {
        width: 30%;
    }

    .b50 {
        width: 50%;
        float: left;
    }

    #loadmore {
        display: none;
    }
}

.address {
    float: right;
}

.top-img,
.top-text {
    float: left;
}

.block.new {
    background: #fff;
    padding-bottom: 0px;
}

.b50 {
    padding-bottom: 7px;
}

.list-right {
    font-size: 13px;
}

.price_bottom {
    font-size: 12px;
    margin-bottom: 30px;
}

.readmore {
    float: right;
}

.return {
    display: none;
    float: right;
    color: #444;
    text-decoration: none;
}

img.img-bottom {
    width: 100%;
    margin-top: 20px;
}

.banner_bottom {
    z-index: 999;
}

#loadding {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

/*.show_pc{margin-bottom:16px;}*/
.diary h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.new-title {
    font-size: 28px;
    font-weight: normal;
}

.new-title-home {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #222;
    padding-bottom: 15px;
    margin-top: 5px;
}

#bitcoin p {
    margin-bottom: 20px;
}

.paging {
    text-align: center;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    width: 100%;
    min-width: 160px;
    display: none;
    z-index: 99999;
    padding-left: 10px;
}

.dropdown li a {
    color: #fff;
    padding: 20px 0 10px;
    display: block;
    text-decoration: none;
    font-size: 15px !important;
}

.dropdown li a:hover {
    color: #f7941e;
}

.caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    float: right;
    margin-top: 20px;
    z-index: 99999;
    margin-right: 15px;
}

.time_hd {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    vertical-align: top;
    padding: 5px 5px 0;
    letter-spacing: 1px;
    min-width: 140px;
}

@media (max-width: 767px) {
    .open .dropdown {
        position: unset;
        list-style: none;
        height: 30px;
    }

    .dropdown li a {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .hidden-xs {
        display: none !important;
    }

    .menu>ul {
        max-height: 300px !important;
        padding-bottom: 30px;
    }

    .non-scroll {
        overflow: hidden !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    header #logo {
        width: calc(45% - 5px);
        text-align: center;
    }

    .header-left .time {
        width: 45%;
        margin-top: 20px;
    }

    .pay-card,
    .header-left {
        display: none;
    }

    .banner {
        margin-top: 68px !important;
    }

    .menu>ul {
        max-height: 200px !important;
        padding-bottom: 30px;
    }
}

@media (max-width: 330px) {
    .header-left .time {
        font-size: 11px;
    }
}

/*-price-page-*/
.clr-red {
    color: #f00;
}

.notice-tit {
    text-align: center;
    margin: 0.8em;
    line-height: 1.5;
}

.accent-b {
    color: #067bd5;
    font-size: 1em;
}

.campaign-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 10px 0 50px;
    padding: 0;
    flex-flow: row wrap;
    justify-content: space-between;
}

.campaign-one {
    display: block;
    width: 48%;
    background: #fff no-repeat top left;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    box-shadow: 0 0 1px 1px#eee;
}

.campaign-head-text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 10px 0;
}

.campaign-text {
    padding: 30px 5px;
}

.price-ctact {
    font-size: 0.8em;
}

.pr-reg {
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.pr-num {
    font-size: 22px;
}

.pr-vat {
    font-size: 12px;
    display: block;
}

.price-1 {
    font-size: 14px;
}

.pr-reg:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #444;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(156deg);
    -moz-transform: rotate(156deg);
    transform: rotate(156deg);
}

.pr-sale {
    display: block;
    position: relative;
    color: #f00;
    font-size: 14px;
}

.pr-sale:before {
    content: "";
    display: block;
    width: 50px;
    height: 10px;
    background: url("images/icon-arrow-right.svg") no-repeat center;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -5px;
}

.mgbt20 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .price-right {
        padding: 5px;
    }

    .campaign-one {
        width: 100%;
        margin: 15px 0;
    }

    .price-left,
    .price-right {
        font-size: 12px;
    }

    .price-left {
        width: 48%;
    }

    .table-responsive>table>thead>tr>th {
        font-size: 0.8em;
    }
}

/* iphone new update 13/03/2020 */

.ip-title {
    border-bottom: 2px solid #313131;
    padding-left: 40px;
    font-size: 30px;
    color: #313131;
    margin: 0;
    font-weight: normal;
    margin-bottom: 24px;
    line-height: 1.7;
    position: relative;
}
.ip-title::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 45px;
    background: url(../img/icon-title.png) no-repeat center/contain;
}
.ip-title2{
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 1.5;
    color: #313131;
    margin: 0;
    font-weight: normal;
    margin-bottom: 24px;
    position: relative;
}
.ip-title2::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 45px;
    background: url(../img/icon-title.png) no-repeat center/contain;
}

.ip-title-h2 {
    text-align: center;
    background-color: #000;
    padding: 15px 0;
}

.ip-title-h2 p {
    position: relative;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: normal;
    font-size: larger;
}

@media (max-width: 768px) {
    .ip-title {
        font-size: 22px;
    }

    .ip-title-h2 p {
        font-size: x-large;
    }
    .ip-title2{
        font-size: 18px !important;
    }
    .ip-title2::before{
        width: 19px;
        height: 37px;
    }
}

.ip-title-h2 p::after {
    content: "";
    position: absolute;
    background-image: url("./images/star-y.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 16px;
    left: -22%;
}

.ip-title-h2 p::before {
    content: "";
    position: absolute;
    background-image: url("./images/star-y.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 16px;
    right: -22%;
}

@media (max-width: 768px) {
    .pr-num {
        font-size: 18px;
    }

    .pr-vat {
        font-size: 10px;
    }

    .ip-title-h2 p::after {
        left: -15%;
    }

    .ip-title-h2 p::before {
        right: -15%;
    }
}

.ip-title-h3 {
    padding: 7px 0;
    border-bottom: 2px solid #000;
    font-size: xx-large;
    font-weight: normal;
}

@media (max-width: 768px) {
    .ip-title-h3 {
        font-size: x-large;
    }
    .ip-title::before{
        width: 19px;
        height: 37px;
    }
}

.title-s {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.title-s::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000000;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -2;
}

.title-s p {
    display: inline-block;
    padding: 7px 20px;
    background-color: #000;
    color: #fff;
}

.price-table .ip-table:not(:last-child) {
    margin-bottom: 40px;
}

.price-table .ip-table .color-th {
    background-color: #ffd0c0;
}

.price-table .ip-table .color-tr {
    background-color: #f0f0e1;
}

.price-table .ip-table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.price-table .ip-table table th,
.price-table .ip-table table td {
    border-right: 1px solid #ddd;
    padding: 10px;
    width: 50%;
}

.list-ip ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.list-ul ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 20px;
}

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

.follow-ip .fl-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.follow-ip .fl-item:not(:last-child) {
    margin-bottom: 15px;
}

.follow-ip .fl-item .fl-left {
    width: 20%;
}

.follow-ip .fl-item .fl-left .fl-img {
    background: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.follow-ip .fl-item .fl-left .fl-img::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #000;
    right: -171px;
    width: 200px;
    z-index: -1;
}

.follow-ip .fl-item:not(:last-child) .fl-left .fl-img::after {
    position: absolute;
    content: "";
    border-left: 3px solid #000;
    z-index: -1;
    bottom: -55px;
    height: 68px;
}

.follow-ip .fl-item .fl-right {
    width: 80%;
}

.follow-ip .fl-item .fl-right p {
    padding: 7px 25px;
    display: inline-block;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    margin-block-start: 0;
    margin-block-end: 0;
}

.back-panel-repair .new-title {
    margin-bottom: 25px;
    margin-top: 25px;
}

.glass-coating .roww {
    display: flex;
    flex-wrap: wrap;
}

.glass-coating .roww .col-50 {
    width: 50%;
}

.glass-coating .new-title-2 {
    color: red;
    margin-bottom: 15px;
    font-size: 18px;
}

.pr-right {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .glass-coating .roww .col-50 {
        width: 100%;
    }

    .pr-right {
        margin-top: 0;
    }
}

@media (max-width: 350px) {
    .price-left {
        width: 45%;
    }

    .pr-num {
        font-size: 16px;
    }

    .pr-vat {
        font-size: 9px;
        letter-spacing: -0.05em;
    }

    .pr-sale,
    .pr-reg {
        font-size: 12px;
    }
}

.post-item {
    display: flex;
    flex-wrap: wrap;
}

.post-item .post-thumbnail {
    width: 220px;
    box-sizing: border-box;
}

.post-item .post-content {
    width: calc(100% - 220px);
    padding-left: 20px;
    box-sizing: border-box;
}

.post-item .post-content .content {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .post-item .post-thumbnail {
        width: 100%;
    }

    .post-item .post-content {
        width: 100%;
        padding-left: 0px;
    }
}

.sidebar ul.menu-left li a img {
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.b-bold {
    font-weight: bold;
}

.high-red {
    color: #ec220c;
    font-size: x-large;
}

.red {
    color: #ec220c !important;
}

.p-bigger {
    font-size: x-large;
}

.top-block-second {
    margin-bottom: 50px;
}

.top-block-second h3 {
    margin-bottom: 0;
}

.top-block-second h3+p {
    margin-top: 0;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.fs24 {
    font-size: 24px;
}

.fs28 {
    font-size: 28px;
}

.fs36 {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .fs28 {
        font-size: 18px;
    }

    .fs36 {
        font-size: 24px;
    }

    .fs24 {
        font-size: 16px;
    }
}

.green {
    color: #2cb612;
}

.bold {
    font-weight: bold;
}

/* page sell */
.sell {
    padding-bottom: 30px;
}
.sell .ip-title,.sell .ip-title2{
    font-size: 26px;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-top: 1.5em;
}
.sell .bold {
    font-size: 1em;
}

.sell .text1 {
    font-size: 1.3em;
    line-height: 1.4;
    text-align: center;
}

.sell .text2 {
    font-size: 1.3em;
    line-height: 1.4;
}

.sell .text3 {
    text-align: center;
}

.sell .sell-title {
    line-height: 1.5;
    font-size: 1.4em;
    font-weight: bold;
}

.fw-b {
    font-weight: bold;
}

.sell .contact1 {
    text-align: center;
}


.line1 {
    text-align: center;
    margin-top: 20px;
}

.line1 .img {
    margin-top: 1em;
}

.line1 .line1-title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
    color: #06c755;
}

.sell .sell-ttl1 {
    margin-bottom: 0.5em;
}

.sell .sell-ttl1+p,
.sell .sell-ttl1+.img {
    margin-top: 0.5em;
}

.sell .sell-tt3,
.sell-tt4 {
    font-weight: bold;
}

.sell-tt3 {
    font-size: 1.1em;
}

.sell-tt4 {
    font-size: 1em;
}


.sell .img {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.sell-info {
    text-align: center;
}

.sell-info p {
    margin: 0;
}

.sell-info .sell-info-ttl {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 1em;
}

.sell-info p,
.sell-info a {
    font-weight: bold;
    color: #000;
}

@media screen and (max-width: 768px) {
    .sell .ip-title{
        padding-top: 0;
        padding-bottom: 0;
        font-size: 22px;
    }
}
.fb-page{
    text-align: center;
    display: block !important;
}