﻿@charset "utf-8";

/* base
----------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #333;
    letter-spacing: 0.025rem;
    word-wrap: break-word;
}
table {
    border-collapse: collapse;
}
img {
    border: none;
    vertical-align: top;
}
ul,ol{
    list-style-type:none;
}

/* link
----------------------------------------------------*/
a {
    color: #2c63d2;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-tap-highlight-color:transparent;
}
a:visited {
    color: #2c63d2;
    text-decoration:none;
}
a.hover {
    color: #2a9cef;
}

/* Selected Text
----------------------------------------------------*/
::selection {
    background: #2c63d2;
    color: #fff;
}
/* Firefox */
::-moz-selection {
    background: #2c63d2;
    color: #fff;
}

/* other
----------------------------------------------------*/
strong, b {
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}

/* basic
----------------------------------------------------*/
html {
    background: #e6e6e6;
}
body {
    width: 100%;
}
#container {
    max-width: 1000px;
    background: #f2f2f2;
    margin: auto;
}

/* mobile
----------------------------------------------------*/
.share,
.pc-logo {
	display: none;
}
.header {
    background-color: #000;
}
.header .headerIn h1 {
	font-size: 1.1rem;
    font-weight: 400;
    padding: 10px 16px;
    color: #fff;
    position: relative;
}
.header .headerIn h1::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    bottom: 0;
}
.header .logo.mb-logo {
    width: 150px;
    margin: auto;
    display: block;
    padding: 15px;
}

/* footer
----------------------------------------------------*/
footer.site-footer {
    background: #2a2a2a;
    color: #FFF;
    padding: 30px 16px;
    position: relative;
    margin-top: 60px;
}
footer.site-footer #pagetop {
    position: absolute;
    top: -40px;
    right: 16px;
    color: #fff;
    line-height: 44px;
    padding: 0 20px;
    background: #2a2a2a;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1;
}
footer.site-footer #pagetop:hover {
    background: #181818;
    top: -44px;
}
footer.site-footer .sns-nav ul {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
footer.site-footer .sns-nav ul li {
    width: 40px;
    margin: 0 10px;
}
footer.site-footer .sns-nav ul li a {
  display: block;
  transition: .2s;
}
footer.site-footer .sns-nav ul li a:hover {
  -webkit-transform: translate(0px,-2px);
  transform: translate(0px,-2px);
}
footer.site-footer .copy {
    font-size: 1.2rem;
    text-align: center;
}

#result_detail h4 {
    font-size: 1.8rem;
    padding: 10px 16px;
}
table.rsp-table{width: 100%;}
table.rsp-table th{display:none;}
table.rsp-table td {
    display: list-item;
    position:relative;
    padding: 10px;
    padding-left: 18rem;
    list-style:none;
    border:0;
    min-height: 3rem;
}
table.rsp-table td:before {
    position: absolute;
    top: 1.4rem;
    left: 18px;
    display: block;
    content: attr(data-label);
    font-weight: 600;
    width: 12rem;
    display: inline-block;
    line-height: 1;
}
table.rsp-table tr td {
    background: #fff;
}
table.rsp-table tr:first-child{display:none}
table.rsp-table tr {
    border-bottom: 10px solid #f2f2f2;
    width: 100%;
}
table.rsp-table td.stockTd {
    text-align: center;
    padding: 10px;
}
table.rsp-table td.stockTd:before {
    content: none;
}
.blueButton,
.blueButton:visited {
    font-size: 1.6rem;
    background: #2c63d2;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px 6px 30px;
    text-align: center;
    position: relative;
}
.blueButton:active {
    background: #2a9cef;
    color: #fff;
}
.blueButton::before, .blueButton::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.blueButton::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.blueButton::after {
    left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}

@media screen and (max-width : 767px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
    table.rsp-table td {
        padding-left: 14rem;
    }
    table.rsp-table td:before {
        width: 11rem;
    }
}