@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: #333;
    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 {
    width: 900px;
    margin: 0 auto
}

.footer {
    width: 100%;
    padding: 15px 0;
    border-top: solid 4px #004080;
    background: #f3f3f2
}

.footer .copy {
    display: block;
    color: #333;
    font-size: 13px;
    text-align: center
}

.searchbutton {
    position: fixed;
    top: 300px;
    right: 5px;
    width: 80px;
    height: 80px;
    cursor: pointer
}

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

.searchclose {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.searchbox {
    display: none;
    position: fixed;
    width: 888px;
    height: 498px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    margin: auto;
    padding: 6px;
    background: #fff
}

.color1 {
    color: #ff5a00
}

.color2 {
    color: red
}

.color3 {
    color: #00f
}

.color4 {
    color: #ff2626
}

.color5 {
    color: #005ec8
}

.text1 {
    font-size: 36px
}

.text2 {
    font-size: 22px
}

.text3 {
    font-size: 16px
}

.text4 {
    font-size: 14px
}

.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
}

.bg2 {
    background: linear-gradient(transparent 80%, #ff0 0)
}

.page {
    width: 900px;
    margin: 0 auto;
    box-shadow: -1px 0 15px #666
}

.main {
    padding: 8px;
    overflow: hidden
}

.contents {
    float: left;
    width: 640px
}

.side {
    float: right;
    width: 220px;
    padding: 5px
}

.side-img {
    margin: 0 0 10px
}

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

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

.searchform {
    margin: 0 0 10px
}

.searchform__title {
    margin: 0 0 5px;
    padding: 8.5px 0 8.5px 20px;
    font-size: 18px;
    color: #004080;
    background: url(../../img/titlebar.gif) no-repeat 0 0/auto;
    line-height: 1
}

.searchform__title-width {
    background: url(../../img/search_06.png) no-repeat 0 0/auto
}

.searchform__buttonarea {
    display: flex;
    width: 640px;
    margin: 0 auto;
    justify-content: space-between
}

.searchform__submit {
    width: 317px;
    height: 77px;
    margin: 10px 0 0;
    border: none;
    background: url(../../img/search_04.png) #fff no-repeat 0 0/317px 77px;
    cursor: pointer
}

.searchform__reset {
    width: 317px;
    height: 77px;
    margin: 10px 0 0;
    border: none;
    background: url(../../img/search_05.png) #fff no-repeat 0 0/317px 77px;
    cursor: pointer
}

.searchtable {
    width: 100%;
    border: solid 1px #cdcdcd
}

.searchtable tr {
    border-bottom: solid 1px #cdcdcd
}

.searchtable tr:last-child {
    border-bottom: solid 1px #cdcdcd
}

.searchtable th {
    width: 115px;
    padding: 8px 0;
    border-right: solid 1px #cdcdcd;
    background: #d1edf8;
    color: #0a2c7f;
    font-size: 12px
}

.searchtable td {
    padding: 8px;
    font-size: 12px
}

.searchtable td label[class=label1] {
    float: left;
    padding: 3px
}

.searchtable td label[class=label2] {
    float: left;
    width: 150px;
    padding: 3px
}

.type__title {
    margin: 0 0 5px;
    padding: 8.5px 0 8.5px 20px;
    font-size: 18px;
    color: #004080;
    background: url(../../img/titlebar.gif) no-repeat 0 0/auto;
    line-height: 1
}

.type-list {
    overflow: hidden
}

.type-list__item {
    float: left;
    margin: 0 0 5px
}

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

.compare {
    margin: 0 0 20px
}

.compare__title {
    padding: 6.5px 0 6.5px 12px;
    background: url(../../img/sidebar.gif) no-repeat 0 0/210px 26px;
    color: #fffffc;
    font-size: 13px;
    line-height: 1
}

.compare-list__item {
    border-right: solid 1px #9f9f9f;
    border-bottom: solid 1px #9f9f9f;
    border-left: solid 1px #9f9f9f;
    font-size: 13px;
    font-weight: 700
}

.compare-list__item a {
    display: block;
    padding: 5px 4px 4px 20px;
    background: url(../../img/side_menu_bg.gif) no-repeat;
    color: #004080
}

.partition {
    margin: 0 0 20px
}

.partition__title {
    margin: 0 0 5px;
    padding: 8.5px 0 8.5px 20px;
    font-size: 18px;
    color: #004080;
    background: url(../../img/titlebar.gif) no-repeat 0 0/auto;
    line-height: 1
}

.partition__title-width {
    background: url(../../img/search_06.png) no-repeat 0 0/auto
}

.partition__attention p {
    font-size: 11px
}

.producttable {
    width: 100%;
    border-top: solid 1px #cdcdcd;
    border-left: solid 1px #cdcdcd
}

.producttable th {
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    background: #fffee0;
    font-size: 13px
}

.producttable th.th1 {
    width: 130px
}

.producttable th.th2 {
    width: 95px
}

.producttable th.th3 {
    width: 230px
}

.producttable th.th4 {
    width: 80px
}

.producttable td {
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    font-size: 13px;
    text-align: center
}

.producttable td a {
    color: #004080
}

.producttable td.td1 {
    height: 40px;
    padding: 0 0 0 23px;
    overflow: hidden;
    border-bottom: dotted 1px #cdcdcd;
    background: url(../../img/search_result-02.jpg) no-repeat 2% 50%/14px 12px;
    text-align: left;
    vertical-align: middle
}

.producttable td.td2 {
    height: 40px;
    padding: 0 0 0 23px;
    overflow: hidden;
    background: url(../../img/search_result-02.jpg) no-repeat 2% 50%/14px 12px;
    text-align: left;
    vertical-align: middle
}

.producttable td.td-de img {
    margin: 2px 0
}
.producttable td p {
    width: 74px;
    margin: 2px auto;
    color: #333;
    font-size: 10px;
    text-align: center;
}
.category__title {
    margin: 0 0 10px;
    padding: 8.5px 0 8.5px 20px;
    font-size: 18px;
    color: #004080;
    background: url(../../img/titlebar.gif) no-repeat 0 0/auto;
    line-height: 1
}

.category__inner {
    margin: 0 10px 10px
}

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

.category img {
    margin: 0 0 10px
}

.result__title {
    margin: 0 0 5px;
    padding: 8.5px 0 8.5px 20px;
    font-size: 18px;
    color: #004080;
    background: url(../../img/search_06.png) no-repeat 0 0/auto;
    line-height: 1
}

.result__count {
    margin: 10px 0;
    font-size: 12px
}

.result__attention {
    margin: 0 0 20px
}

.result__attention p {
    font-size: 11px
}

.resulttable {
    width: 100%;
    border-top: solid 1px #cdcdcd;
    border-left: solid 1px #cdcdcd;
    font-size: 13px
}

.resulttable th {
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    background: #fffee0
}

.resulttable th.th1 {
    width: 135px
}

.resulttable th.th2 {
    width: 95px
}

.resulttable th.th3 {
    width: 70px
}

.resulttable th.th4 {
    width: 210px
}

.resulttable th.th5 {
    width: 150px
}

.resulttable th.th6 {
    width: 80px
}

.resulttable td {
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    text-align: center
}

.resulttable td.td1 {
    height: 40px;
    padding: 0 0 0 23px;
    border-bottom: dotted 1px #cdcdcd;
    background: url(../../img/search_result-02.jpg) no-repeat 2% 50%/14px 12px;
    text-align: left;
    vertical-align: middle
}

.resulttable td.td-co img {
    display: block;
    margin: 3px auto
}

.resulttable td.td-fe img {
    margin: 1px
}

.resulttable td.td-de img {
    margin: 2px 0
}

.sort {
    display: flex;
    float: right;
    width: 32px;
    height: 15px;
    margin: 2px 2px 0 0;
    justify-content: space-between
}

.sort a {
    display: inline-flex
}

.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__name {
    margin: 0 0 5px;
    padding: 8.5px 0 8.5px 20px;
    background: url(../../img/titlebar.gif) no-repeat 0 0/auto
}

.detail__name p {
    color: #004080;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.detail__name p a {
    color: #004080;
    text-decoration: none
}

.detail__inner {
    margin: 10px 0 0
}

.detail__inner p {
    font-size: 12px
}

.detail__inner p.detail__title {
    padding: 5px;
    background: #d0dae7;
    font-size: 14px
}

.detail__official {
    width: 189px;
    margin: 10px auto 0
}

.banner-point {
    display: flex;
    justify-content: space-between
}

.point {
    margin: 0 0 0 10px;
    border: solid 1px #d0dae7
}

.point-list {
    margin: 0 5px
}

.point-list__item {
    padding: 5px 0 5px 23px;
    background: url(../../img/search_result-02.jpg) no-repeat 0 50%/14px 12px;
    font-size: 14px;
    line-height: 1.4
}

.spectable {
    width: 100%;
    margin: 10px 0 0;
    border: solid 1px #cdcdcd;
    font-size: 12px
}

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

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

.spectable th {
    padding: 10px;
    background: #fffee0;
    border-right: solid 1px #cdcdcd;
    font-weight: 400
}

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

.spectable td {
    padding: 10px;
    border-right: solid 1px #cdcdcd;
    text-align: center
}

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

.spectable td img {
    margin: 0 2px
}

.detailtable {
    width: 100%;
    margin: 5px 0;
    border: solid 1px #cdcdcd
}

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

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

.detailtable th {
    width: 110px;
    padding: 7.5px;
    background: #f5f5f5;
    border-right: solid 1px #cdcdcd;
    color: #000;
    font-size: 12px;
    font-weight: 400
}

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

.detailtable td {
    padding: 5px;
    color: #000;
    font-size: 12px
}

.detailtable-half {
    width: 100%
}

.detailtable-half td {
    text-align: center
}

.diagnosis {
    margin: 0 0 20px
}

.diagnosis__title {
    margin: 0 0 5px;
    padding: 8.5px 0 8.5px 20px;
    font-size: 18px;
    color: #004080;
    background: url(../../img/titlebar.gif) no-repeat 0 0/auto;
    line-height: 1
}

.diagnosis__result {
    margin: 20px 0 0 0;
    padding: 10px;
    border: solid 5px #fc3
}

.diagnosis__result p {
    font-size: 14px
}

.diagnosis__attention p {
    text-align: right;
    font-size: 12px
}

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

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

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

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

.diangosistable th {
    width: 165px;
    padding: 7.5px;
    border-right: solid 1px #cdcdcd;
    background: #fffee0;
    font-size: 12px
}

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

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

.nothing p {
    font-size: 12px
}

select[id=diagnosis__occupation] {
    width: 300px;
    height: 25px;
    padding: 0 2px;
    border: solid 1px #000;
    background: #fff
}

input[type=text] {
    width: 300px;
    height: 25px;
    margin: 0;
    padding: 0 2px;
    border: solid 1px #000;
    background: #fff
}

input[id=diagnosis__submit-d] {
    width: 317px;
    height: 77px;
    border: none;
    background: url(../../img/shindan_01.png) #fff no-repeat 0 0/317px 77px;
    cursor: pointer;
    opacity: .8
}

input[id=diagnosis__submit-s] {
    width: 317px;
    height: 77px;
    border: none;
    background: url(../../img/simulation_01.png) #fff no-repeat 0 0/317px 77px;
    cursor: pointer;
    opacity: .8
}

.other__title {
    margin: 0 0 10px;
    padding: 8.5px 0 8.5px 20px;
    font-size: 18px;
    color: #004080;
    background: url(../../img/titlebar.gif) no-repeat 0 0/auto;
    line-height: 1
}

.other__inner {
    margin: 5px
}

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

.other-list__item {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url(../../img/icon.gif) no-repeat 0 50%/auto;
    font-size: 13px
}

.other-list__item a {
    color: #004080
}

.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 */