/* ベースカラー　183697 元183697、132b79　*/
/* バナークリック　183697 */

@charset "utf-8";
body {
    color: #333;
    margin: 0px;
    padding: 0px;
    font: 17px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: bottom;
}

input,
textarea,
select {
    font-size: 1em;
}

form {
    margin: 0px;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

a {
    color: #183697;
}

a:hover {
    color: #1c3da8;
    text-decoration: none;
}

body > h1 {
    width: 100%;
    font-size: 20px;
    color: #FFF;
    background: #183697;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

body > h1 a,
body > h1 a:hover {
    color: #FFF;
    text-decoration: none;
}

#container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
}

.inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

header {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: url(https://www.usbmemory-datarecovery.tokyo/img/topnewbanner00.jpg) repeat-x 0% 0%;
    height: 135px;
}

header logoimg {
    position: absolute;
    left: 10px;
    top: 0px;
}

/* header address {
    position: absolute;
    top: 10px;
    left: 750px;
} */


/* -----------今回追加部分開始----------- */
.info {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

header .info .upper .tel {
    display: inline-block;
    position: relative;
}

header .info .upper {
    padding-top:12px;
    padding-bottom: 8px;
}

header .info .upper p {
    padding: 0!important;
    font-weight: bold;
    line-height: 0.5;
    font-size: 12px!important;
}

header .info .upper .tel strong a {
    display: block;
    padding-left: 25px!important;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
}

header .info .upper .tel a:after {
    content: '\f095';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    transform: rotateY(180deg);
}

header .info .bottom li a {
    display: block;
    padding-top: 10px;
    width: 61px;
    height: 60px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background: #03004C;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
}

_::-webkit-full-page-media, _:future, :root .bottom1 a {
    padding-left:2px;
}

_::-webkit-full-page-media, _:future, :root .bottom2 a {
    padding-left:7px;
}

_::-webkit-full-page-media, _:future, :root .bottom3 a {
    padding-left:2px;
}

_::-webkit-full-page-media, _:future, :root .bottom4 a {
    padding-left:1px;
}

_::-webkit-full-page-media, _:future, :root header .info .bottom li img,header .info .bottom li i {
    padding-right:6px;
}

header .info .bottom li i {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

header .info .bottom li {
    display: inline-block;
    text-align: center;
}



.fa-map-marker-alt:before {
    content: "\f3c5";
}

header .info .bottom li:first-child img {
    display: block;
    margin: 0 auto;
    width: 26px;
}

a img {
    border: 0;
}

header .info .bottom li:last-child a {
    background: #95040F;
}

.bottom a:hover {
    opacity: 0.7;
}

.bottom a:hover {
    color: #1c1c1c;
    background: #eee;
}

.innner a {
    position: relative;
}

.info {
    position: absolute;
    left:700px
}

.bottom {
    width:280px;
}
/* -----------今回追加部分終了----------- */

header title_count {
    position: absolute;
    left: 450px;
    top: 30px;
    width: 222px;
}

header .access,
header .mail,
header .box {
    display: none;
}

nav {
    width: 100%;
    background: #fff;
    ?zoom: 1;
    margin-bottom: 20px;
}

nav:after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width:979px) {
    .inner {
        width: 100%;
    }
}

@media print,
screen and (min-width:801px) {
    nav {
        background: #183697;
        border-bottom: 5px solid #132b79;
        z-index: 3;
    }
    /* 共通 */
    nav ul {
        margin: 0;
        padding: 0;
    }
    nav ul li {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    nav ul li a {
        min-height: 100%;
        box-sizing: border-box;
        display: block;
        margin: 0;
        padding: 15px 5px;
        background: #183697;
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
        text-decoration: none;
    }
    nav ul li:hover > a {
        color: #fff;
        background: #132b79;
    }
    /* 1段目 */
    nav ul.gnav > li {
        position: relative;
        width: 15%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
        border-right: 1px solid #d4d4d4;
    }
    nav ul.gnav > li:first-child {
        width: 15%;
        border-left: 1px solid #d4d4d4;
    }
    nav ul.gnav > li.subnav a {
        padding-right: 20px;
    }
    nav ul.gnav > li.subnav > a:after {
        position: absolute;
        content: "";
        top: 20px;
        width: 0;
        height: 0;
        margin-left: 10px;
        border: 5px solid transparent;
        border-top-color: #fff;
    }
    /* 2段目 */
    nav ul li ul {
        position: absolute;
        z-index: 3;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    nav ul li ul li {
        overflow: hidden;
        width: 150%;
        height: 0;
        color: #fff;
        transition: .2s;
    }
    nav ul li ul li a {
        padding: 13px 15px;
        text-align: left;
        background: #132b79;
        font-weight: normal;
    }
    nav ul li ul li:hover > a {
        background: #183697;
    }
    nav ul li:hover > ul > li {
        overflow: visible;
        height: 40px;
        border-bottom: 1px solid #fff;
    }
    nav ul li:hover ul li:last-child {
        border-bottom: none;
    }
    nav ul.gnav > li:last-child > ul {
        left: -50%;
    }
    nav ul li ul li ul:before {
        position: absolute;
        content: "";
        top: 13px;
        left: -20px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: #fff;
    }
    nav ul.gnav > li:last-child ul li ul:before {
        position: absolute;
        content: "";
        top: 13px;
        left: 200%;
        margin-left: -20px;
        border: 5px solid transparent;
        border-right-color: #fff;
    }
    .gnav {
        display: flex;
    }
    #spMenu {
        display: none;
    }
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width:800px) {
    header {
        z-index: 2;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 3px 10px 10px;
        height: 60px;
        background: #fff;
        border-bottom: 1px solid #183697;
    }
    header logoimg {
        position: absolute;
        width: 300px;
        margin: 0 auto;
        left: 20%;
        top: 0px;
        margin-bottom: 5px;
    }
    header address,
    header title_count {
        display: none;
    }
    /* ------------------------------今回編集開始------------------------------ */
    /* header .access {
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
    }
    header .mail {
        display: block;
        position: absolute;
        right: 45px;
        top: 5px;
    }
    header .box {
        display: inline-block;
        position: relative;
        width: 37px;
        height: 37px;
        border: 1px solid #183697;
        border-radius: 5%;
        background: #183697;
    }
    span i {
        position: absolute;
        top: 35%;
        left: 20%;
    } */

    .menu-upper {
        position: relative;
    }
    .menu-upper ul {
        margin-right: 36px;
    }
    .menu-upper li {
        float: left;
        margin-right: 5px;
        z-index:1;
    }
    .menu-upper li img {
        width: 20px;
        height: 20px;
        padding: 5px;
        z-index:2;
    }
    .menu-upper li:nth-child(3) a {
        background: #ff5c00;
    }
    .menu-upper li a {
        width: 36px;
        height: 36px;
        display: block;
        text-align: center;
        background: #183697;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .menu-upper {
        display: flex;
        position: fixed;
        top: 10px;
        right: 10px;
    }

/* ------------------------------今回編集終了------------------------------ */

    nav {
        background: #183697;
    }
    nav ul {
        margin: 0;
        padding: 0;
    }
    nav .inner > ul {
        z-index: 2;
        overflow: auto;
        position: fixed;
        top: 53px;
        right: 0;
        width: 100%;
        height: 88%;
        height: -webkit-calc(100% - 53px);
        height: calc(100% - 53px);
    }
    nav li {
        position: relative;
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        list-style: none;
        border-bottom: 1px solid #d4d4d4;
        background: #183697;
    }
    nav li:first-child {
        border-top: 0;
    }
    nav li:last-child {
        border-bottom: 0;
    }
    nav li a {
        display: block;
        padding: 10px 30px;
        color: #fff;
        text-decoration: none;
        background: #183697;
    }
    nav li a:hover {
        color: #fff;
        background: #132b79;
    }
    nav ul ul {
        display: none;
        position: relative;
    }
    nav li li a {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 30px 10px 50px;
        text-align: left;
    }
    nav li li li a {
        padding: 10px 30px 10px 70px;
    }
    .subnav > a:before {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: #f1f1f1;
    }
    .subnav > a:after {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: -10px;
        background: #183697;
    }
    .subnav a:hover:after {
        background: #132b79;
    }
    .active > a:before {
        margin-top: 0;
    }
    .active > a:after {
        margin-top: 5px;
    }
    .gnav {
        display: none;
    }
    .menu-upper {
        display: flex;
        position: fixed;
        top: 10px;
        right: 10px;
    }
     /* ------------------------今回編集開始------------------------ */
    #spMenu {
        display: block;
        z-index: 2;
        position: fixed;
        top: 10px;
        right: 10px;
    }
    #spMenu:hover {
        cursor: pointer;
    }
    #navBtn {
        display: inline-block;
        position: relative;
        width: 35px;
        height: 27px;
        cursor: pointer;
        margin-left: 10px;
    }
    #navBtnIcon {
        position: absolute;
        top:60%;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #656565;
        border-radius: 4px;
    }
    #navBtnIcon:before,
    #navBtnIcon:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #656565;
        border-radius: 4px;
        transition: 0.3s;
    }
    #navBtnIcon:before {
        margin-top: -13px;
    }
    #navBtnIcon:after {
        margin-top: 9px;
    }
    /* ------------------------今回編集終了------------------------ */
    #navBtn .close {
        background: transparent;
    }
    #navBtn .close:before,
    #navBtn .close:after {
        margin-top: 0;
    }
    #navBtn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #navBtn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
}

#contents {
    width: 990px;
    margin: 0 auto;
}

#main2 {
    width: 900px;
    padding: 0px 0px 30px 0px;
    margin: 0 auto;
    font-size: 120%;
}

#main2 h2 {
    background-color: #183697;
    font-size: 150%;
    color: #FFF;
    padding: 10px 15px;
    clear: both;
    border-radius: 3px;
}

#main2 h3 {
    font-size: 110%;
    color: #183697;
    font-weight: 900;
    padding-top: 5px;
    clear: both;
}

#main2 h3.type2 {
    background-color: #babad1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7e5), to(#babad1));
    background-image: -webkit-linear-gradient(#d7d7e5, #babad1);
    background-image: linear-gradient(#d7d7e5, #babad1);
}

#main2 h4 {
    font-size: 100%;
    color: #183697;
    padding-top: 5px;
    clear: both;
}

#main2 p {
    padding: 0.1em 15px 0.1em;
}


footer {
    clear: both;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFF;
    background: #183697;
    display: block;
    font-size: 80%;
}

#main2 section.list section {
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
    background-image: -webkit-linear-gradient(#FFF, #e3e3e3);
    background-image: linear-gradient(#FFF, #e3e3e3);
}

#main2 section.list section p {
    padding: 0px;
    margin-left: 120px;
}

#main2 section.list section figure img {
    float: left;
    background-color: #FFF;
    padding: 5px;
    border: 1px solid #CCC;
}

#main2 p.detail a {
    text-decoration: none;
    display: block;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
    background-image: -webkit-linear-gradient(#1c1c1c, #000);
    background-image: linear-gradient(#1c1c1c, #000);
    color: #FFF;
    width: 12em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

#main2 p.detail a:hover {
    opacity: 0.7;
}

#main2 section.list2 section {
    width: 49%;
    padding: 3px;
    margin-bottom: 10px;
    float: left;
}

#main2 section.list3 section {
    height: auto;
    width: 46%;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px #d9dfd7;
    box-shadow: 1px 1px 5px #d9dfd7;
    border: 1px solid #d3d8d1;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
    background-image: -webkit-linear-gradient(#FFF, #f6f6f6);
    background-image: linear-gradient(#FFF, #f6f6f6);
    padding: 8px;
    float: left;
    margin: 0px 5px 15px;
    overflow: hidden;
}

#main2 section.list3 section p {
    padding: 0px;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

#main2 section.list3 section h4 {
    font-size: 100%;
    color: #183697;
    border-bottom: 2px dotted #183697;
    margin-bottom: 5px;
}

#main2 section.list3 section img {
    width: 100%;
    height: auto;
}

#main2 section.list4 section {
    width: 325px;
    padding: 2px;
    float: left;
    margin: 0px 5px 15px;
    overflow: hidden;
}

.midashi {
    font-size: 16px;
    border-bottom: 2px dotted #183697;
    margin-bottom: 5px;
}


.ta5 {
    width: 100%;
}

.ta5,
.ta5 td {
    border: 1px solid #CCC;
    line-height: 2;
    word-break: break-word;
}

.ta5 td {
    width: 33%;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

.ta5 td img {
    width: 90%;
    padding: 5px;
}

.ta5 td p {
    padding: 5px;
    text-align: center;
}

.ta19 {
    width: 100%;
}

.ta19 td {
    width: 48%;
    padding: 5px;
    text-align: center;
    background-color: #FEFFC3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFEE), to(#FEFFC3));
    background-image: -webkit-linear-gradient(#FFFFEE, #FEFFC3);
    background-image: linear-gradient(#FFFFEE, #FEFFC3);
    font-weight: bold;
    border: 1px solid #183697;
}

#pagetop {
    clear: both;
}

#pagetop a {
    color: #FFF;
    margin-bottom: -20px;
    font-size: 10px;
    background-color: #2649b9;
    text-decoration: none;
    text-align: center;
    width: 12em;
    display: block;
    float: right;
    letter-spacing: 0.1em;
}

#pagetop a:hover {
    background-color: #333;
    color: #FFF;
}

#main2 ul.pagemenu {
    padding: 20px 0px;
    font-size: 16px;
}

#main2 ul.pagemenu li {
    display: inline;
}

#main2 ul.pagemenu li a {
    background-image: url(https://www.usbmemory-datarecovery.tokyo/img/arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 10px;
}

#main2 ul.pagemenu li a:hover {
    background-image: url(https://www.usbmemory-datarecovery.tokyo/img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 2px center;
}

.look {
    background: #dcdcdc;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

ul.disc {
    padding: 0em 25px 1em;
    list-style: disc;
}

.color1 {
    color: #148ef6;
}

/* font設定 */

.C_0
 {
    color: #000;
}
.C_R
 {
    color: red;
}
.f_120
 {
    font-size: 120%;
}
.f_150
 {
    font-size: 150%;
}

.pr {
    font-size: 10px;
}

.btn {
    font-size: 13px;
}

.f_b {
    font-weight: bold;
}

.wl {
    width: 96%;
}

.ws {
    width: 50%;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.red {
    color: #FF0000;
    font-weight: bold
}


#menubar_hdr {
    display: none;
}

img.fr {
    float: right;
    margin: 0px 0px 15px 10px;
}

img.fl {
    float: left;
    margin: 0px 10px 15px 0px;
}

a img.linkimg {
    background: none!important;
}

a:hover img.linkimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none!important;
}

.youtube iframe {
    width: 100%;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 20% 0 0 0;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
}

.iframe-content2 {
    border: 3px solid #FFE4C4;
}

.iframe-content2 iframe {
    width: 100%;
    height: 0;
    /*height:250px;*/
    vertical-align: bottom;
}

.toiawase {
    margin-top: 2px
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

img.qa {
    padding: 2px 5px 8px;
}

ul#hmenu li {
    position: relative;
    display: block;
}

#dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .2s;
}

#dropmenu li:hover ul li {
    overflow: visible;
    height: 49px;
    border: 0;
}

.t-line span {
    border-top: dotted 1px #096;
    width: 163px;
    display: block;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


#floatingmenu {
    display: none;
}

dl.accordion {
    background: #dcdcdc;
    width: 97%;
    margin: 0 auto 30px;
    padding: 1px;
    font-size: 14px;
}

dl.accordion dt {
    background: url(https://www.usbmemory-datarecovery.tokyo/img/open.png) 97% center no-repeat, -moz-linear-gradient(top, #FFF, #e5e5e5);
    background: url(https://www.usbmemory-datarecovery.tokyo/img/open.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
    border-top: 2px solid #EEE;
    border-bottom: 1px solid #EEE;
    height: 40px;
    text-indent: 10px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

dl.accordion dt.open {
    background: url(https://www.usbmemory-datarecovery.tokyo/img/close.png) 97% center no-repeat, -moz-linear-gradient(top, #FFF, #e5e5e5);
    background: url(https://www.usbmemory-datarecovery.tokyo/img/close.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
}

dl.accordion dd {
    background: #FFF;
    padding: 10px;
    line-height: 1.5;
    display: none;
}

ml {
    margin-left: 20px;
}

.smmenu {
    display: none;
}

@media screen and (max-width:900px) {
    #main2 {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width:800px) {
    /*
    .iframe-content2 iframe{height:350px;}
    */
}

@media (max-width: 480px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

@media only screen and (max-width:480px) {
    body > h1 {
        display: none;
    }
    #container {
        width: auto;
        margin-right: 6px;
        margin-left: 6px;
    }
    #contents {
        width: auto;
        margin-top: 70px;
        padding: 5px 5px 30px 5px !important;
    }
    #main2,
    #main2 p {
        padding: 0.5em 5px 1em;
    }

    .ta1 td {
        width: auto;
        padding: 2px;
    }
    .ta1 th {
        width: 100px;
        padding: 2px;
    }
    .ta3 td {
        width: auto;
        padding: 2px;
    }
    .ta3 th {
        width: 100px;
        padding: 2px;
    }

    img.fr {
        width: 100%;
        height: auto;
    }
    img.fl {
        width: 30%;
        height: auto;
    }
    img.wa {
        width: 100%;
        height: auto;
    }
    img.wb {
        width: 80%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img.wc {
        width: 50%;
        height: auto;
    }
    img.wd {
        width: 30%;
        height: auto;
    }
    img.we {
        width: 45%;
        height: auto;
    }
    img.wf {
        width: 20%;
        height: auto;
    }

    #main2 section.list section p {
        margin-left: 0;
    }
    #main2 .list section figure img {
        width: 40%;
        height: auto;
        margin-right: 5px;
    }
    #main2 section.list2 section {
        width: 96%;
        height: auto;
        float: none;
        margin: 0px auto 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #main2 section.list2 section img {
        width: 100%;
        height: auto;
    }
    #main2 section.list3 section {
        width: 96%;
        height: auto;
        float: none;
        margin: 0px auto 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #main2 section.list3 section img {
        width: 100%;
        height: auto;
    }
    #main2 section.list4 section {
        width: 96%;
        height: auto;
        float: none;
        margin: 0px auto 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #main2 section.boxd {
        display: none;
    }
    #main2 section.huan {
        display: block;
    }
    #main2 ul.pagemenu {
        padding: 10px 0px;
    }
    #main2 ul.pagemenu li {
        display: block;
    }
    #main2 section.sum {
        display: none;
    }
    .toiawase {
        display: none;
    }
    .huan2 {
        display: none;
    }
    dl.accordion {
        background: #dcdcdc;
        width: 97%;
        margin: 0 auto 30px;
        padding: 1px;
        font-size: 14px;
    }
    dl.accordion dt {
        background: url(https://www.usbmemory-datarecovery.tokyo/img/open.png) 97% center no-repeat, -moz-linear-gradient(top, #FFF, #e5e5e5);
        background: url(https://www.usbmemory-datarecovery.tokyo/img/open.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
        border-top: 2px solid #EEE;
        border-bottom: 1px solid #EEE;
        height: 40px;
        text-indent: 10px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }
    dl.accordion dt.open {
        background: url(https://www.usbmemory-datarecovery.tokyo/img/close.png) 97% center no-repeat, -moz-linear-gradient(top, #FFF, #e5e5e5);
        background: url(https://www.usbmemory-datarecovery.tokyo/img/close.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
    }
    dl.accordion dd {
        background: #FFF;
        padding: 10px;
        line-height: 1.5;
        display: none;
    }
    #floatingmenu {
        display: block;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 9999;
        text-align: center;
        padding: 0 auto;
    }
    img.fr2 {
        float: right;
        margin: 0px 10px 3px 0px;
    }
    .wss {
        width: 50%;
    }
    .pcmenu {
        display: none;
    }
    .smmenu {
        display: inherit;
    }
    header logoimg {
        position: absolute;
        left: 2px;
        top: 0;
        margin-bottom: 5px;
        max-width: 227px;
    }
    #main2 h2{
        font-size: 100%;
    }
}

@media only screen and (max-width:375px) {
    header logoimg {
        position: absolute;
        left: 5px;
        top: 10px;
        margin-bottom: 5px;
        max-width: 170px;
    }
    header img {
        width: 75%;
        height: auto;
    }
}

@media only screen and (min-width:481px) and (max-width:800px) {
    #container {
        width: auto;
        margin-right: 6px;
        margin-left: 6px;
    }
    body > h1 {
        display: none;
    }
    #contents {
        width: auto;
        margin-top: 70px;
    }
    #main,
    #main2,
    img.wa {
        width: 100%;
        height: auto;
    }
    img.wc {
        width: 50%;
        height: auto;
    }
    img.wd {
        width: 30%;
        height: auto;
    }
    img.wa {
        width: 100%;
        height: auto;
    }
    #main2 section.list2 section {
        float: left;
        width: 49%;
        height: auto;
        margin: 0px 1px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #main2 section.list2 section img {
        width: 100%;
        height: auto;
        margin-right: 20px;
    }
    #main2 section.list3 section {
        float: left;
        width: 49%;
        height: auto;
        margin: 0px 1px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #main2 section.list3 section img {
        width: 100%;
        height: auto;
        margin-right: 20px;
    }
    #main2 section.list4 section {
        float: left;
        width: 49%;
        height: auto;
        margin: 0px 1px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .toiawase {
        display: none;
    }
    .huan {
        display: none;
    }
    #floatingmenu {
        display: none;
    }

    .pcmenu {
        display: none;
    }
    .smmenu {
        display: inherit;
    }
}

.ta30 {
    width: 400px;
    height: 40px;
    border: 0;
    background-color: #0099ff;
    margin-bottom: 10px;
}

@media only screen and (max-width:480px) {
    .ta30 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    div.product_box div.product_img2 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

#main2 h2.post_title,
#main2 h2.category_caption {
    padding: 0 10px;
    background: none;
    box-shadow: none;
    border-left: 7px solid #009f9c;
    border-bottom: 1px dashed #009f9c;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
}

#main2 h2.post_title a:hover {
    text-decoration: underline;
}

#main2 .post_body p {
    margin-bottom: 1em;
}

#main2 .post_body {
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 10px;
    box-sizing: border-box;
}

#main2 .post_body .text_area p {
    margin-bottom: 0;
}

.post_body {
    margin-bottom: 40px;
}

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

.img_area {
    display: table-cell;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

.img_area img {
    max-width: 180px;
    max-height: 180px;
}

.text_area {
    display: table-cell;
    width: 70%;
    margin-top: 10px;
}

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

.mb20 {
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .img_area {
        width: 100px;
        padding-right: 10px;
    }
    .img_area img {
        max-width: 90px;
        max-height: 90px;
    }
}

.gaibu_link {
    width: 80%;
    background-color: #e6e6fa;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #6cbcff;
    box-shadow: 0 0 10px 0 #90bde2;
}

.responsiveImg {
    max-width: 450px;
    width: 100%;
}

.titleImg {
    position: relative; 
    text-align: center;
    overflow: hidden;
}

    .titleImg .titleWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        font-size: 1.5vmax;
        color: springgreen;
    }

        .titleWrapper span {
            display: inline-block;
        }

/* クリックしやすいボタン用CSS　*/
.btn-push {
  display: inline-block;
  max-width: 280px;
  text-align: left;
  background-color: #ffa300;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}


/* PCとスマホで画像切り替え*/
.pc { display: block !important; }
.sp { display: none !important; }


/* 今回、500pxから800pxへ変更 */
@media only screen and (max-width: 800px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.filter {
  filter: invert(81%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(113%) contrast(105%);
}

.floatmenu {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #FFF;
    padding: 5px;
    align-items: flex-end;
    border-top: 1px solid #009F9C;
}
.floatmenu ul {
    z-index: 9999;
}
.floatmenu li:first-child {
    flex-grow: 1;
}
.floatmenu li:first-child a{
    padding-top: 1px;
}
.floatmenu li:first-child img{
    width: auto;
    height: 60px;
}
.floatmenu li:nth-child(2) a{
    background: #ff5c00;
}
.floatmenu li a{
    display: block;
    padding: 10px;
    margin: 2px;
    height: 64px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    background: #183697;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
}
.floatmenu li img {
    padding-bottom: 3px;
    display: block;
    margin: 0 auto;
    width: 26px;
}

/* -----------今回追加部分開始----------- */
.header_icons {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}


header .header_icons .bottom li a {
    display: block;
    padding-top: 10px;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #183697;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
}

header .header_icons .bottom li i {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

header .header_icons .bottom li {
    display: inline-block;
    text-align: center;
}

header .header_icons .bottom img {
    padding-bottom: 3px;
    display: block;
    margin: 0 auto;
    width: 26px;
}
header .header_icons .bottom li:first-child a {
    background: #ff5c00;
}

a img {
    border: 0;
}
.bottom a:hover {
    opacity: 0.7;
}
.bottom a:hover {
    color: #1c1c1c;
    background: #eee;
}
.innner a {
    position: relative;
}
.header_icons {
    position: absolute;
    left:650px;
    top: 46px;
}
.bottom {
    width:280px;
}
/* -----------今回追加部分終了----------- */

/* -----------goto_list----------- */
.goto_list{
    list-style-type: disc;
    margin-left: 30px;
    color: #183697;
}

.goto_list ul li{
    list-style-type: circle;
    margin-left: 30px;
    font-size: 90% !important;
    font-weight: normal;
}

.goto_list a: hover{
    color: #2143b2;
    text-decoration: none;
}
.goto_list a: visited{
    color: #777;
}
.goto_list li{
    padding: 6px 0px;
}

.ib {
    border: solid 1px #ccc;
}
/* -----------footer_link----------- */
.footer_list{
    display: flex;
    flex-wrap:wrap;
}

.footer_link{
}  
@media screen and (min-width: 800px) {
  .footer_link {
    flex: 1
  }

  .double-column {
    flex: 2
  }
}

.footer_link{
    margin-left: 20px;
    margin-left: 20px;
}

.footer_link ul li{
    list-style-type: disc;
    font-size: 90% !important;
    font-weight: normal;
    color: #009F9C;
}

.footer_link a:hover{
    color: #03c7c3;
    text-decoration: none;
}
.footer_link a:visited{
    color: #777;
}
.footer_link li{
    padding: 0;
}

/* remove bullet points */
.breadcrumb ul {
    list-style: none;
    font-size: 15px;
    margin-bottom: 15px;
} 
.breadcrumb ul li {display: inline; } 
.breadcrumb ul li+li:before {
    content: ">";
    padding: 0 10px;  
}
.breadcrumb ul li a { text-decoration: none; } /* remove underlines from links */
.breadcrumb ul li a:hover { text-decoration: underline; } /* show underline on mouseover */
@media only screen and (max-width: 500px) {
    .breadcrumb {
        display: none !important;
    }   
}
.ib {
    border: 1px solid #ccc;
}