@charset "UTF-8";

/*PC*/
@media screen and (min-width: 641px) {

.fixing{
    padding: 10px 0;
    position: fixed;
    top: 53px;
    width: 100%;
    z-index: 300;
}

.content_title_box {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.content_title_body {
    width: 450px;
    float: left;
}

.switch_link {
    border: 1px solid #3e64af;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    float: right;
}

.switch_link a::after {
    border-right: 2px solid #3e64af;
    border-top: 2px solid #3e64af;
    content: "";
    height: 8px;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}

.switch_link a {
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
    color: #3e64af;
    display: block;
    position: relative;
    text-align: center;
}

.switch_link span {
    padding-left: 15px;
}
.switch_link a:hover {
text-decoration: none;
opacity: 0.8;
}
.specification_table tr th.bg_juryo{
    background: #ffffff;
    padding: 2px;
}
.specification_table tr th.bg_juryo div{
    background: #4973ee;
    color: #FFFFFF;
    border: none;
    padding: 14px 0;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.specification_table tr th.bg_minimum_small div,
.specification_table tr th.bg_light_small div,
.specification_table tr th.bg_family_small div{
    font-size: 14px;
}
.specification_table tr th.bg_juryo_long div{
    font-size: 16px;
    letter-spacing: 3px;
}
}

/*SP*/
@media screen and (max-width: 640px) {

.fixing{
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.content_title {
    overflow: hidden;
}

.content_title_body {
    height: auto;
}

.switch_link {
    border: 1px solid #3e64af;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    width: 45%;
    float: right;
}

.switch_link a::after {
    border-right: 2px solid #3e64af;
    border-top: 2px solid #3e64af;
    content: "";
    height: 8px;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}

.switch_link a {
    font-size: 14px;
    padding: 8px 5px 5px;
    border-radius: 5px;
    color: #3e64af;
    display: block;
    position: relative;
    text-align: center;
}

.switch_link span {
    padding-left: 15px;
}
.switch_link a:hover {
text-decoration: none;
}
.specification_table tr th.bg_juryo{
    background: #4973ee;
    color: #FFFFFF;
    border: none;
    line-height: 18px;
}
.specification_table tr th.bg_juryo div{
    font-size: 14px;
}
.specification_table tr th.bg_minimum_small div,
.specification_table tr th.bg_light_small div,
.specification_table tr th.bg_family_small div{
    font-size: 14px;
}
.specification_table tr th.bg_juryo_long div{
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
}
.wb_breakall{
    word-break: break-all;
}
.specification_table tr td.sp_bdr_r_off{
    border-right: none;
}
.specification_table tr td.sp_bdr_l_off{
    border-left: none;
}
}

/* データオプション追加 */
.bg_dataop div{
    background: #666;
    color: #FFFFFF;
    border: none;
    padding: 14px 0;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
}
.juryo_attention{
    max-width: 800px;
    line-height: 20px;
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 640px){
    .juryo_attention{
        width: 95%;
    }
}
@media screen and (min-width: 641px){
    .specification_table .bg_dataop{
        background: #FFF;
        padding-bottom: 4px;
    }
}
@media screen and (max-width: 640px) {
    .specification_table .bg_dataop{
        padding: 0;
    }
    .bg_dataop div{
        font-size:1rem;
        border-radius: 0;
        text-align: center;
    }
}
li.list-typehead{
    list-style-type: none;
    font-size:13px;
    font-weight: bold;
    margin-top: 1em;
}
