@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

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

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

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

input,
select {
    vertical-align: middle
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    color: #1c1c1c;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    letter-spacing: 1px
}

@media screen and (min-width:769px) {
    body {
        font-size: 15px
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

img {
    vertical-align: bottom
}

a {
    color: #006cc8;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

a:hover img {
    opacity: .8
}

ol,
ul {
    list-style: none
}

caption,
td,
th {
    font-weight: 400;
    vertical-align: middle
}

input {
    margin: 0 3px
}

button,
input[type=email],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

label {
    cursor: pointer
}

small {
    font-size: 12px
}

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

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.pc {
    display: none
}

@media screen and (min-width:769px) {
    .pc {
        display: block !important
    }
}

.sp {
    display: block
}

@media screen and (min-width:769px) {
    .sp {
        display: none !important
    }
}

.header {
    display: block
}

.header-old {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background: #302d2d;
    justify-content: space-between;
    align-items: center
}

.logo {
    margin: 0 0 0 10px
}

.logo a {
    display: block
}

.logo a img {
    display: block
}

.menu {
    position: relative;
    width: 40px;
    height: 40px;
    background: #000
}

.menu__inner {
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 11px);
    z-index: 9999;
    width: 20px;
    height: 15px;
    box-sizing: border-box;
    text-indent: -9999px;
    transition: all .5s
}

.menu__inner.active span:nth-of-type(1) {
    top: 2px;
    transform: translateY(5px) rotate(45deg)
}

.menu__inner.active span:nth-of-type(2) {
    transform: translateY(1px) rotate(-45deg)
}

.menu__inner.active span:nth-of-type(3) {
    opacity: 0
}

.menu__inner span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    transition: all .5s
}

.menu__inner span:nth-of-type(1) {
    top: 0
}

.menu__inner span:nth-of-type(2) {
    top: calc(50% - 1px)
}

.menu__inner span:nth-of-type(3) {
    bottom: 0
}

.nav {
    position: fixed;
    top: 40px;
    right: -70%;
    z-index: 1;
    width: 70%;
    height: calc(100% - 40px);
    background: #545454;
    transition: .2s
}

.nav.active {
    right: 0
}

.nav-list {
    padding: 0 0 0 20px
}

.nav-list__item {
    border-bottom: solid 1px #7e7e7e;
    background: url(../../img/arrow_05.png) no-repeat right 20px top 50%/7.5px 13.5px;
    font-size: 14px;
    font-weight: 700
}

.nav-list__item a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none
}

.footer {
    position: relative;
    border-top: solid 10px #fff;
    background: #333
}

.footer__remarks {
    padding: 10px
}

.footer__remarks p {
    color: #ccc;
    font-size: 10px
}

.footer__item p {
    color: #fff
}

.footer__push {
    display: flex;
    position: relative;
    height: 36px;
    padding: 0 0 0 10px;
    border-bottom: solid 1px #666;
    font-size: 12px;
    align-items: center
}

.footer__push::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(../../img/arrow_07.png) #111 no-repeat 50% 50%/13.5px 8.5px;
    content: ""
}

.footer__push.on::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(../../img/arrow_08.png) #111 no-repeat 50% 50%/13.5px 8.5px;
    content: ""
}

.footer__attention {
    display: none;
    padding: 0 10px;
    border-bottom: solid 1px #666
}

.footer__attention p {
    margin: 10px 0;
    font-size: 10px
}

.footer-list {
    margin: 5px 0;
    text-align: center
}

.footer-list__item {
    display: inline-block;
    margin: 0 5px;
    font-size: 10px;
    text-align: center
}

.footer-list__item a {
    color: #fff
}

.footer .copy {
    display: block;
    padding: 5px;
    border-top: dashed 1px #fff;
    color: #fff;
    font-size: 10px;
    text-align: center
}

.published-list {
    display: none;
    background: #f5f5f5
}

.published-list__item {
    border-bottom: solid 1px #d2d2d2;
    font-size: 12px
}

.published-list__item a {
    display: block;
    padding: 7.5px 10px;
    color: #333;
    text-decoration: none
}

.searchbutton {
    position: fixed;
    right: 4px;
    bottom: 160px;
    z-index: 98;
    width: 45px;
    height: 45px;
    cursor: pointer
}

.pagetop {
    display: none;
    position: fixed;
    right: 2px;
    bottom: 90px;
    z-index: 98;
    width: 49px;
    height: 49px
}

.searchall {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: url(../../img/black_bg.png) repeat 0 0/100%;
    -webkit-tap-highlight-color: transparent
}

.searchclose {
    display: none;
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 101;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.searchbox {
    display: none;
    position: fixed;
    z-index: 100;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll
}

.color1 {
    color: #ff5a00
}

.color2 {
    color: red
}

.color3 {
    color: #00f
}

.color4 {
    color: #ff2626
}

.color5 {
    color: #005ec8
}

.text1 {
    font-size: 36px
}

.text2 {
    font-size: 22px
}

.text4 {
    font-size: 12px
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.bold {
    font-weight: 700
}

.border {
    text-decoration: underline
}

.border1 {
    border-bottom: solid 1px red
}

.bg1 {
    background: #ffff00
}

.main {
    width: 100%;
    overflow: hidden
}

.main-old {
    position: relative;
    margin: 65% 0 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: #fff
}

.main-old2 {
    position: relative;
    margin: 40px 0 0;
    overflow: hidden;
    background: #fff
}

.main__banner {
    margin: 0 0 10px
}

.main-list {
    margin: 0 10px 15px;
    overflow: hidden
}

.main-list__item {
    position: relative;
    float: left;
    width: 24.25%
}

.allbg.active {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.visual {
    position: fixed;
    top: 40px;
    z-index: 0;
    width: 100%
}

.type {
    margin: 10px 0 0
}

.type-list {
    margin: 0 5px;
    overflow: hidden
}

.type-list__item {
    float: left;
    width: 49.5%;
    margin: 0 0 3px
}

.type-list__item:nth-child(even) {
    margin: 0 0 3px 1%
}

.type__title {
    margin: 10px 0;
    padding: 3px 0 3px 8.5%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_05.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    line-height: 1.6;
    font-size: 14px
}

.searchform {
    margin: 0 0 10px
}

.searchform__title {
    margin: 10px 0 0;
    padding: 3px 0 3px 9%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_04.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    font-size: 14px
}

.searchform__inner {
    margin: 5px 5px 0;
    padding: 5px;
    border: solid 1px #d4d4d4;
    background: #fff
}

.searchform__selectarea p {
    margin: 5px 5px 5px 0;
    padding: 0 0 0 5px;
    border-left: solid 5px #a3ce45;
    color: #082a7e;
    font-size: 13px;
    font-weight: 700
}

.searchform__select1,
.searchform__select2,
.searchform__select3 {
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    border-radius: 2px;
    border: solid 1px #aeaeae;
    background: url(../../img/search_02.png) no-repeat 95% 50%/19px 26px, linear-gradient(to bottom, #fff 0, #d0ffec 100%);
    color: #06387d;
    font-size: 12px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.searchform__submitarea {
    position: relative;
    height: 38px;
    margin: 10px 0 0
}

.searchform__submitarea p {
    position: absolute;
    width: 50px;
    top: 9px;
    right: 10px;
    border: none;
    border-radius: 25px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.searchform__submit {
    width: 100%;
    height: 38px;
    margin: 0;
    border: none;
    background: url(../../img/search_13.gif) #fff no-repeat 0 0/100% 100%
}

.brand {
    display: none
}

.brand p {
    margin: 5px 5px 5px 0;
    padding: 0 0 0 5px;
    border-left: solid 5px #a3ce45;
    color: #082a7e;
    font-size: 13px;
    font-weight: 700
}

.brand-list {
    overflow: hidden
}

.brand-list__item {
    float: left;
    width: 33.3%;
    border-top: solid 1px #c5c5c5;
    border-left: solid 1px #c5c5c5;
    color: #333;
    font-size: 11px;
    font-weight: 700
}

.brand-list__item:nth-child(3n) {
    border-right: solid 1px #c5c5c5
}

.brand-list__item:nth-child(7),
.brand-list__item:nth-child(8),
.brand-list__item:nth-child(9) {
    border-bottom: solid 1px #c5c5c5
}

.brand-list label {
    display: block;
    padding: 10px 0 10px 17px;
    background: url(../../img/check_01.png) no-repeat 3px 50%/10px 10px
}

.brand-list input[type=checkbox] {
    display: none
}

.brand-list input[type=checkbox]:checked+label {
    background: url(../../img/check_02.png) #e1fff4 no-repeat 3px 50%/10px 10px
}

.count {
    color: red;
    font-weight: 700
}

.count1,
.count2,
.count3 {
    color: red;
    font-weight: 700
}

.searchform-old {
    margin: 20px 15px
}

.searchform-old__title {
    font-size: 18px
}

.searchform-old__selectarea {
    margin: 0 0 10px
}

.searchform-old__selectarea p {
    color: #4d4d4d;
    font-size: 14px
}

.searchform-old__select {
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    border-radius: 5px;
    border: solid 1px #aeaeae;
    background: url(../../img/arrow_04.png) no-repeat 95% 50%/18px 10px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.searchform-old__submitarea {
    margin: 10px 0 0
}

.searchform-old__submitarea p {
    color: #333;
    font-size: 13px;
    text-align: center
}

.searchform-old__submit {
    width: 90%;
    margin: 0 5%;
    padding: 13px 0;
    border: none;
    background: #222;
    color: #fff;
    font-size: 15px
}

.brand-old {
    display: none
}

.brand-old p {
    color: #4d4d4d;
    font-size: 13px
}

.brand-old-list {
    overflow: hidden
}

.brand-old-list__item {
    float: left;
    width: 33%;
    margin: 0 0 .5%;
    font-size: 13px;
    text-align: center
}

.brand-old-list__item:nth-child(3n-1) {
    margin: 0 .5% .5%
}

.brand-old-list label {
    display: block;
    padding: 8px 0;
    border-radius: 5px;
    border: solid 1px #777
}

.brand-old-list input[type=checkbox] {
    display: none
}

.brand-old-list input[type=checkbox]:checked+label {
    border: solid 1px #d81a36;
    background: #d81a36;
    color: #fff
}

.recommend__title {
    margin: 10px 0 0;
    padding: 3px 0 3px 8.5%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_05.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    line-height: 1.6;
    font-size: 14px
}

.recommend-list__item {
    background: url(../../img/menu_02.png) no-repeat 99% 50%/11px 17px, linear-gradient(to bottom, #fff 0, #fff 50%, #eee 51%, #eee 100%)
}

.recommend-list__item a {
    display: flex;
    padding: 5px 15px 5px 5px;
    overflow: hidden;
    text-decoration: none
}

.recommend-content {
    margin: 0 0 0 5px
}

.recommend-content p {
    color: #333;
    font-size: 12px
}

.product {
    margin: 0 0 20px;
    padding: 5px;
    background: #347aad
}

.product__name {
    margin: 0 0 5px;
    overflow: hidden
}

.product__name p {
    float: left;
    width: 82%;
    font-size: 14px;
    font-weight: 700
}

.product__name p a {
    color: #ff0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .65)
}

.product__inner {
    padding: 5px;
    background: #fff
}

.product__officail {
    width: 100%;
    margin: 5px 0 0 0;
    border: solid 1px #aa7000;
    border-radius: 3px;
    background: linear-gradient(to bottom, #ffaf4b 0, #ff920a 100%)
}

.product__officail p {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.product__officail p a {
    display: block;
    padding: 9px 0 11px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 2px 0 #945b00
}

.finance {
    display: block;
    float: left;
    margin: 4px 5px 0 0
}

.finance img {
    display: block
}

.banner-spec {
    display: flex;
    margin: 0 0 5px;
    justify-content: space-between
}

.banner-spec__banner {
    width: 100px;
    height: 100px
}

.banner-spec__spec {
    width: calc(100% - 105px)
}

.banner-spec__spec a {
    display: block;
    text-decoration: none
}

.spectable {
    width: 100%;
    border: solid 1px #91b0b6
}

.spectable tr {
    border-bottom: solid 1px #91b0b6
}

.spectable th {
    width: 40%;
    padding: 3px 0;
    border-right: solid 1px #91b0b6;
    background: #f2f2f2;
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.spectable th:last-child {
    border: none
}

.spectable td {
    border-right: solid 1px #91b0b6;
    color: #000;
    font-size: 12px;
    text-align: center
}

.spectable td:last-child {
    border: none
}

.feature {
    margin: 0 0 3px
}

.feature-list {
    overflow: hidden
}

.feature-list__item {
    float: left;
    width: 33%;
    margin: 0 0 2px;
    padding: 3px 0;
    border: solid 1px #9fa9ae;
    border-radius: 3px;
    background: #e0e0e0;
    color: #adadad;
    font-size: 11px;
    font-weight: 700;
    text-align: center
}

.feature-list__item--on1 {
    background: linear-gradient(to bottom, #fbfeca 0, #fff28b 100%);
    color: #2a5c82
}

.feature-list__item--on2 {
    background: linear-gradient(to bottom, #daffc0 0, #aeff75 100%);
    color: #2a5c82
}

.feature-list__item:nth-child(2),
.feature-list__item:nth-child(5),
.feature-list__item:nth-child(8) {
    margin: 0 .5% 2px
}

.point {
    margin: 0 0 5px;
    border: solid 1px #a5c0c5;
    overflow: hidden
}

.point a {
    display: block;
    text-decoration: none
}

.point p {
    padding: 5px;
    background: #729ba3;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.point__title {
    padding: 5px;
    background: #729ba3
}

.point-list {
    padding: 0 5px
}

.point-list__item {
    padding: 5px 0;
    color: #000;
    font-size: 12px
}

.point-list__item:not(:last-child) {
    border-bottom: dotted 1px #a5c0c5
}

.checkbefore {
    position: relative;
    margin: 0 0 10px;
    font-weight: 700
}

.checkbefore__title {
    padding: 0 5px;
    background: linear-gradient(-45deg, #10ab00, #10ab00 48%, #0e9800 48%, #0e9800 53%, #10ab00 53%, #10ab00) repeat 0 0/8px 8px;
    color: #fff;
    font-size: 14px
}

.checkbefore__content {
    padding: 5px;
    border: solid 2px #10ab00;
    border-top: none;
    background: #feffe5
}

.checkbefore__content p {
    color: #333;
    font-size: 12px
}

.checkbefore::after {
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 0 0 calc(50% - 3.75px);
    border-top: solid 8px #10ab00;
    border-right: solid 7.5px transparent;
    border-left: solid 7.5px transparent;
    content: ""
}

.officail {
    width: 100%;
    margin: 0 0 5px
}

.officail a {
    display: block
}

.product-old {
    margin: 0 0 20px
}

.product-old__name {
    padding: 5px 10px;
    background: #347aad;
    overflow: hidden
}

.product-old__name p {
    float: left;
    width: 82%;
    font-size: 14px;
    font-weight: 700
}

.product-old__name p a {
    color: #fff
}

.product-old__inner {
    padding: 5px;
    border: solid 1px #c9c9c9;
    border-top: none;
    background: #fff
}

.product-old__officail {
    width: 100%;
    margin: 5px 0 0 0;
    border-radius: 5px;
    background: #f60d0d
}

.product-old__officail p {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.product-old__officail p a {
    display: block;
    padding: 10px 0 10px;
    color: #fff;
    text-decoration: none
}

.bg-g {
    padding: 10px;
    background: #efefef
}

.point-old {
    margin: 10px 0
}

.point-old p {
    font-size: 14px
}

.spectable-old {
    width: 100%;
    margin: 0 0 10px;
    border: solid 1px #e5e5e5
}

.spectable-old tr {
    border-bottom: solid 1px #e5e5e5
}

.spectable-old th {
    width: 25%;
    padding: 3px 0;
    border-right: solid 1px #e5e5e5;
    background: #f4f4f4;
    color: #333;
    font-size: 12px;
    font-weight: 400
}

.spectable-old th:last-child {
    border: none
}

.spectable-old td {
    border-right: solid 1px #e5e5e5;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.spectable-old td:last-child {
    border: none
}

.checkbefore-old {
    position: relative;
    margin: 0 0 10px;
    border: solid 1px #347aad;
    border-radius: 5px;
    font-weight: 700
}

.checkbefore-old__title {
    padding: 0 5px;
    background: #347aad;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.checkbefore-old__content {
    padding: 5px;
    border-radius: 0 0 5px 5px;
    background: #fffce7
}

.checkbefore-old__content p {
    color: #333;
    font-size: 12px
}

.checkbefore-old::after {
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 0 0 calc(50% - 3.75px);
    border-top: solid 8px #347aad;
    border-right: solid 7.5px transparent;
    border-left: solid 7.5px transparent;
    content: ""
}

.animate {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: animate;
    animation-name: animate
}

@-webkit-keyframes animate {
    0% {
        transform: skewX(5deg)
    }

    10% {
        transform: skewX(-4.44deg)
    }

    20% {
        transform: skewX(3.88deg)
    }

    30% {
        transform: skewX(-3.32deg)
    }

    40% {
        transform: skewX(2.76deg)
    }

    50% {
        transform: skewX(-2.2deg)
    }

    60% {
        transform: skewX(1.64deg)
    }

    70% {
        transform: skewX(-1.08deg)
    }

    80% {
        transform: skewX(.52deg)
    }

    90% {
        transform: skewX(0)
    }

    100% {
        transform: skewX(0)
    }
}

@keyframes animate {
    0% {
        transform: skewX(5deg)
    }

    10% {
        transform: skewX(-4.44deg)
    }

    20% {
        transform: skewX(3.88deg)
    }

    30% {
        transform: skewX(-3.32deg)
    }

    40% {
        transform: skewX(2.76deg)
    }

    50% {
        transform: skewX(-2.2deg)
    }

    60% {
        transform: skewX(1.64deg)
    }

    70% {
        transform: skewX(-1.08deg)
    }

    80% {
        transform: skewX(.52deg)
    }

    90% {
        transform: skewX(0)
    }

    100% {
        transform: skewX(0)
    }
}

.first {
    color: #16549a;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.first a {
    color: #16549a
}
.product p.pr {
    color: #999;
    font-size: 3vw;
    text-align: center;
}
.similar {
    margin: 10px 0 0;
    border-top: dashed 1px #c9c9c9
}

.similar__inner {
    margin: 10px 0 0;
    padding: 10px;
    background: #feffe5
}

.similar__inner a {
    display: flex;
    text-decoration: none
}

.similar__name {
    position: relative;
    width: 100%;
    margin: 0 0 0 5px
}

.similar__name p {
    color: #333;
    font-size: 14px
}

.similar__officail {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ad0006;
    border-radius: 3px;
    background: #ff383f
}

.similar__officail p {
    padding: 2.5px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px rgba(0, 0, 0, .2)
}

.banner-name {
    display: flex;
    text-decoration: none
}

.banner-name__banner {
    width: 100px;
    height: 100px
}

.banner-name__name {
    position: relative;
    width: 100%;
    margin: 0 0 0 5px;
    color: #333
}

.banner-name__name p {
    font-size: 14px
}

.banner-name__name p.name {
    color: #005ec8;
    font-weight: 700;
    text-decoration: underline
}

.category__title {
    padding: 3px 0 3px 8.5%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_05.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    line-height: 1.6;
    font-size: 14px
}

.category__title-old {
    margin: 10px;
    padding: 2.5px 0;
    background: #302d2d;
    color: #fff;
    text-align: center
}

.category__inner {
    margin: 5px 5px 10px
}

.category__inner p {
    font-size: 12px
}

.category img {
    margin: 0 0 10px
}

.categorytable {
    width: 100%;
    margin: 0 0 5px;
    border: solid 1px #729ba3
}

.categorytable tr {
    border-bottom: solid 1px #729ba3
}

.categorytable tr:last-child {
    border: none
}

.categorytable th {
    padding: 5px;
    border-right: solid 1px #729ba3;
    background: #f2f2f2;
    text-align: left;
    font-size: 12px
}

.categorytable th:last-child {
    border: none
}

.categorytable td {
    padding: 5px;
    border-right: solid 1px #729ba3;
    text-align: left;
    font-size: 12px
}

.categorytable td:last-child {
    border: none
}

.faq {
    margin: 0 0 20px;
    overflow: hidden
}

.faq__inner {
    margin: 5px
}

.faq__inner p {
    font-size: 12px
}

.faq__title {
    margin: 0 0 5px;
    padding: 3px 0 3px 8.5%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_05.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    line-height: 1.6;
    font-size: 14px
}

.faq__title2 {
    margin: 10px 0 5px;
    padding: 5px 0;
    background: #1f84d9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.faq__item {
    margin: 5px;
    border: solid 1px #347aad
}

.faq__question {
    padding: 5px 5px 5px 30px;
    background: url(../../img/faq_01.png) #347aad no-repeat 1% 50%/19px 19px
}

.faq__question p {
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.faq__answer {
    padding: 5px 5px 0 30px;
    background: url(../../img/faq_02.png) no-repeat 1% 5px/19px 19px
}

.faq__answer p {
    margin: 0 0 5px;
    font-size: 12px
}

.faq__frame {
    margin: 5px
}

.faq__frame p {
    margin: 0 0 5px;
    font-size: 12px
}

.faq__add {
    color: #06f;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.faq__addcontent {
    display: none
}

.faq__addcontent.on {
    display: block
}

.faqtable {
    width: 100%;
    margin: 0 0 5px;
    border: solid 1px #729ba3
}

.faqtable tr {
    border-bottom: solid 1px #729ba3
}

.faqtable tr:last-child {
    border: none
}

.faqtable th {
    padding: 5px;
    border-right: solid 1px #729ba3;
    background: #f2f2f2;
    text-align: left;
    font-size: 12px
}

.faqtable th:last-child {
    border: none
}

.faqtable td {
    padding: 5px;
    border-right: solid 1px #729ba3;
    text-align: left;
    font-size: 12px
}

.faqtable td:last-child {
    border: none
}

.result__title {
    margin: 10px 0;
    padding: 3px 0 3px 8.5%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_05.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    line-height: 1.6;
    font-size: 14px
}

.result__count {
    margin: 5px;
    padding: 10px 0;
    border: solid 3px #ffcc72;
    border-radius: 5px;
    background: #fffbe6
}

.result__count p {
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.result-old {
    display: flex;
    margin: 10px;
    justify-content: space-between;
    align-items: center
}

.result-old__title {
    font-size: 18px
}

.result-old__count {
    font-size: 18px;
    font-weight: 700
}

.selection {
    margin: 10px
}

.selection-list {
    margin: 0 0 5px;
    overflow: hidden
}

.selection-list__item {
    float: left;
    color: #555;
    font-size: 12px
}

.selection p {
    font-size: 12px
}

.selection p a {
    color: #0083f2
}

.sort {
    margin: 0 0 10px
}

.sort p {
    margin: 10px 5px 0;
    background: #f6f0de;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 0 #fff
}

.sort-list {
    margin: 10px 0 0;
    overflow: hidden
}

.sort-list__item {
    float: left;
    width: 23.1%;
    margin: 0 0 0 1.5%;
    border-radius: 3px;
    border: solid 1px #cfcfcf;
    background: url(../../img/search_06.png) #f6f0de no-repeat 95% 50%/8px 13px;
    box-shadow: 0 1px 0 #dddad4;
    font-size: 12px;
    font-weight: 700;
    text-align: center
}

.sort-list__item a {
    display: block;
    padding: 10px 0;
    color: #454545;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff
}

.sort-list__item-a {
    background: url(../../img/search_06a.png) #ffda6d no-repeat 95% 50%/8px 13px
}

.sort-list__item-d {
    background: url(../../img/search_06d.png) #ffda6d no-repeat 95% 50%/8px 13px
}

.sortnavi {
    display: flex;
    margin: 0 0 10px;
    padding: 10px;
    justify-content: space-between
}

.sortnavi p {
    width: 200px;
    padding: 7.5px 0;
    color: #444;
    font-size: 12px
}

.navi {
    width: 100%;
    height: 33px;
    padding: 3px 5px;
    border: solid 1px #777;
    border-radius: 3px;
    box-sizing: border-box;
    background: url(../../img/arrow_06.png) #fff no-repeat right 5px top 50%/11px 7px;
    color: #444;
    line-height: 1.5;
    font-size: 12px
}

.search {
    margin: 0;
    overflow: hidden
}

.searchsort {
    margin: 10px 5px 0
}

.searchsort-list {
    overflow: hidden
}

.searchsort-list__item:nth-child(1) {
    float: left;
    width: 80px;
    padding: 7.5px 0;
    border-radius: 3px;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.searchsort-list__item:nth-child(2) {
    width: calc(100% - 85px);
    float: right
}

.detail__inner {
    margin: 5px
}

.detail__inner p {
    font-size: 12px
}

.detail__inner p.first {
    font-size: 14px;
    font-weight: 700
}

.detail__title {
    padding: 5px;
    background: #d1edf8;
    font-size: 12px
}

.detailtable {
    margin: 5px 0;
    border: solid 1px #729ba3
}

.detailtable tr {
    border-bottom: solid 1px #729ba3
}

.detailtable tr:last-child {
    border: none
}

.detailtable th {
    padding: 5px;
    background: #f2f2f2;
    border-right: solid 1px #729ba3;
    font-size: 10px;
    font-weight: 400
}

.detailtable th:last-child {
    border: none
}

.detailtable td {
    padding: 5px;
    font-size: 10px
}

.diagnosis {
    margin: 0 0 20px
}

.diagnosis__title {
    margin: 10px 0;
    padding: 3px 0 3px 8.5%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_05.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    line-height: 1.6;
    font-size: 14px
}

.diagnosis__result {
    margin: 20px 0 0 0;
    border: solid 5px #005694
}

.diagnosis__result p {
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.diagnosis__result-title {
    padding: 5px 0 10px;
    background: #005694;
    color: #fff
}

.diagnosis__result-money {
    padding: 10px 0;
    background: #eaf6ff;
    color: #000
}

.diagnosis__attention p {
    font-size: 10px
}

.diagnosis__button {
    width: 317px;
    margin: 10px auto 0 auto
}

.diagnosis__inner {
    margin: 0 5px
}

.diangosistable {
    width: 100%;
    border: solid 1px #729ba3
}

.diangosistable tr {
    border-bottom: solid 1px #729ba3
}

.diangosistable tr:last-child {
    border: none
}

.diangosistable th {
    width: 165px;
    padding: 0 5px;
    background: #f2f2f2;
    font-size: 12px
}

.diangosistable td {
    padding: 5px;
    font-size: 12px
}

.check1,
.check2,
.check3,
.check4 {
    display: none;
    color: red
}

.nothing p {
    font-size: 12px
}

select[id=diagnosis__occupation] {
    width: 80%;
    height: 21px;
    border: solid 1px #aeaeae;
    border-radius: 2px;
    font-size: 12px
}

input[type=text] {
    width: 80%;
    height: 21px;
    margin: 0;
    border: solid 1px #aeaeae;
    border-radius: 2px;
    font-size: 12px
}

input[id=diagnosis__submit] {
    width: 100%;
    border: none;
    border-radius: 5px;
    margin: 10px 0 0;
    padding: 10px 0;
    background: linear-gradient(to bottom, #ff5400 0, #ff6c00 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.other {
    margin: 10px 0 0
}

.other__title {
    margin: 0 0 5px;
    padding: 3px 0 3px 8.5%;
    border: solid 1px #c2c3c3;
    background: url(../../img/search_05.png) no-repeat 1% 50%/23px 23px, linear-gradient(to bottom, #fff 0, #cbcccc 100%);
    color: #0a2c7f;
    line-height: 1.6;
    font-size: 14px
}

.other__title-old {
    margin: 10px 5px;
    padding: 2.5px 0;
    background: #302d2d;
    color: #fff;
    text-align: center
}

.other__inner {
    margin: 5px
}

.other__inner p {
    font-size: 12px
}

.othertable {
    width: 100%;
    margin: 0 0 5px;
    border: solid 1px #729ba3
}

.othertable tr {
    border-bottom: solid 1px #729ba3
}

.othertable tr:last-child {
    border: none
}

.othertable th {
    padding: 5px;
    border-right: solid 1px #729ba3;
    background: #f2f2f2;
    font-size: 12px
}

.othertable td {
    padding: 5px;
    font-size: 12px
}

.go {
    height: 100%;
    background: #ebebeb;
    overflow: hidden
}

.go__inner {
    padding: 20px 10px
}

.go__time {
    margin: 0 0 10px;
    padding: 10px 0;
    background: #2461a5;
    text-align: center
}

.go__time p {
    color: #fff;
    font-size: 15px
}

.go-product {
    padding: 20px 0;
    background: #fff;
    text-align: center
}

.go-product__name {
    display: flex;
    margin: 0 2%;
    justify-content: center;
    align-items: center
}

.go-product__name p {
    color: #333;
    font-size: 18px
}

.move {
    margin: 15px 0;
    color: #333;
    font-size: 15px;
    text-align: center
}

.time20,
.time21,
.time9 {
    color: #fff600;
    font-size: 18px;
    font-weight: 700
}

.lady {
    width: 100%;
    height: 196em;
    margin: 0 auto 0 auto;
    padding: 25% 0 0 0;
    background: url(../../img/go_promise_black_bg.png) repeat center top/auto, url(../../img/go_promise_bg.png) no-repeat center top/100% auto;
    font-size: 4vw
}

.lady__inner {
    width: 85%;
    margin: 0 auto;
    background: url(../../img/go_promise_caution_bg.png) no-repeat 0 0/100% auto
}

.confirm-list {
    overflow: hidden
}

.confirm-list__item {
    display: block;
    width: 85%
}

.confirm-list__item:first-child {
    margin: 42% auto 0 auto
}

.confirm-list__item:last-child {
    margin: 18% auto 10% auto
}

/*# sourceMappingURL=style.css.map */