    /* 共通 */
    
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    html {
        font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Verdana, sans-serif;
        scroll-behavior: smooth;
    }
    
    body {
        position: relative;
        margin: 0;
    }
    
     :target::before {
        content: "";
        display: block;
        height: 110px;
        margin-top: -110px;
        visibility: hidden,
    }
    
    section {
        padding: 0;
    }
    
    .max-1050 #fixedheader.m_fixed {
        max-width: 1050px;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        opacity: 0.5;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    p {
        letter-spacing: 0.05rem;
        margin: 0;
    }
    
    img {
        /* width: 100%; */
    }
    
    ul li {
        list-style: none;
    }
    
    .container {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 1.11111rem;
    }
    
    .flex {
        display: flex;
    }
    
    .pc_flex {
        display: flex;
    }
    
    .sp_only {
        display: none !important;
    }
    
    .red_txt {
        color: #e50012;
        text-decoration: underline;
    }
    
    .blue_txt {
        color: #0b64af !important;
    }
    
    .small {
        font-size: .8em;
    }
    
    .smaller {
        font-size: .7em;
    }
    
    .pl20 {
        padding-left: 20px;
    }
    
    .center_text {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .underline {
        text-decoration: underline;
    }
    
    .hr-line {
        border-bottom: 1px solid #989895;
    }
    
    .mb30 {
        margin-bottom: 30px !important;
    }
    
    .mt10 {
        margin-top: 10px !important;
    }
    
    .mt20 {
        margin-top: 20px !important;
    }
    
    .mt30 {
        margin-top: 30px !important;
    }
    
    .pt0 {
        padding-top: 0 !important;
    }
    
    .pt10 {
        padding-top: 10px;
    }
    
    .pt30 {
        padding-top: 30px;
    }
    
    .pbt40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .pb10 {
        padding-bottom: 10px;
    }
    
    .bold {
        font-weight: bold;
    }
    
    .pc40 {
        width: 40%;
    }
    
    .pc20 {
        width: 20%;
    }
    
    .width10 {
        width: 10%;
    }
    
    .width15 {
        width: 15%;
    }
    
    .width20 {
        width: 20%;
    }
    
    .width25 {
        width: 25%;
    }
    
    .width30 {
        width: 30%;
    }
    
    .width75 {
        width: 75%;
    }
    
    .width80 {
        width: 80%;
    }
    
    .width100 {
        width: 100%;
    }
    
    .float-left {
        float: left;
    }
    
    .img10 {
        width: 10%;
    }
    
    .img15 {
        width: 15%;
    }
    
    .max-1050 {
        max-width: 1050px !important;
        margin: 0 auto !important;
    }
    
    .pcwidht20 {
        width: 20%;
    }
    
    .sds_waku {
        border: 1px solid #000;
        padding: 2px;
    }
    /* 共通おわり */
    /* パンクズ */
    
    .breadcrumb {
        color: #282627;
        padding: 20px;
    }
    
    .breadcrumb__list {
        display: flex;
    }
    
    .breadcrumb__item a {
        color: #282627;
    }
    
    .breadcrumb__item:not(:last-child)::after {
        content: '-';
        margin: 0 0.38889rem 0 0.16667rem;
    }
    
    #hero_img {
        background: url(../img/lumipulsetest_TDM.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 47vw;
        background-position: center;
    }
    
    .logo-tdm {
        max-width: 150px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
    }
    /* conts */
    
    .r_conts {
        margin: 0 auto;
        max-width: 900px;
        padding: 0 10px;
    }
    
    #reagent {
        background: linear-gradient(0.25turn, #f3f7f8, #f3f7f8, #d2e5eb);
        padding-bottom: 100px;
    }
    
    #h1_buttons .inner {
        padding-top: 20px;
        padding-bottom: 40px;
        display: flex;
    }
    
    #h1_buttons .inner .buttons {
        width: 300px;
        background-color: #4d92df;
        border: 1px solid #fff;
        text-align: center;
        position: relative;
        height: 4em;
        vertical-align: middle;
        padding: 0;
    }
    
    #h1_buttons .inner .buttons a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0.55556rem 1.66667rem;
        height: 4em;
    }
    
    #h1_buttons .inner .buttons a::after {
        content: '▼';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 2em;
    }
    
    .r_white_cont {
        background: white;
        padding: 20px;
        margin: 20px auto;
    }
    
    .r_non_cont {
        padding: 20px;
        margin: 20px auto;
    }
    
    .r_non_cont h2,
    .r_white_cont h2 {
        font-size: 1.3rem;
        padding: 5px 15px;
        display: inline;
        background: #0b64af;
        color: white;
        letter-spacing: 0.1em;
        line-height: 1em;
    }
    
    .r_white_cont h2.gray {
        background: #595757;
        color: white;
    }
    
    .r_white_cont li p,
    .r_feature_list li p strong {
        color: #0b64af;
    }
    
    .r_feature_list p.blue {
        color: #0b64af;
    }
    
    .r_white_cont li p.black {
        color: #282627;
    }
    
    .r_white_cont li,
    .r_feature_list li,
    .r_merit_list li {
        margin: 10px auto;
        font-size: 1.3rem;
    }
    
    .r_feature_list li {
        position: relative;
        margin: 10px auto;
        padding-left: 40px;
        /* color: #0b64af; */
    }
    
    .r_feature_list li::before {
        content: '';
        display: inline-block;
        position: absolute;
        background: url(../img/featurelist_icon.png) no-repeat;
        background-size: contain;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
    }
    
    .r_feature_h2_after {
        padding: 3px 0;
        display: inline;
        padding-left: 20px;
        color: #0b64af;
        vertical-align: middle;
    }
    
    .r_h2_cont {
        display: flex;
        margin: 30px auto;
    }
    
    .r_h2_icon {
        max-width: 122px;
        max-height: 122px;
    }
    
    .r_h2_text {
        padding-left: 30px;
        max-width: 600px;
        margin: auto 0;
    }
    
    .r_movie {
        overflow: hidden;
    }
    
    .table_three img {
        margin: 20px auto;
    }
    /*
.table_three table {
  margin: 20px auto;
  padding: 20px auto;
  border-collapse: collapse;
  width: 100%;
}
.table_three table img {
  display: block;
  max-width: 15vw;
  margin: 30px auto;
}
.table_three tr {
  width: 100%;
}

.table_three th {
  padding: 40px auto;
  border: 1px solid #0b64af;
  width: 33%;
} */
    
    #products .seminar-box h3 {
        margin-top: 0;
    }
    
    .seminar-box-parent {
        width: 78%;
    }
    
    @media screen and (max-width: 768px) {
        .pc_flex {
            display: block;
        }
        .seminar-box-parent {
            width: 100%;
        }
    }
    
    .info-box {
        border: 1px solid #007bbb;
        /* 青系の枠線 */
        padding: 15px;
        margin: 12px;
        font-family: "Meiryo", sans-serif;
        font-size: 16px !important;
        line-height: 1.6;
        position: relative;
    }
    /* 右上と左下の角の装飾 */
    
    .info-box::before,
    .info-box::after {
        content: "";
        width: 14px;
        height: 14px;
        border: 1px solid #007bbb;
        position: absolute;
        background-color: none;
    }
    /* 右上角 */
    
    .info-box::before {
        top: -7px;
        right: -7px;
    }
    /* 左下角 */
    
    .info-box::after {
        bottom: -7px;
        left: -7px;
    }
    
    .info-box-title {
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1;
    }
    
    .info-box ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    
    .info-box ul li {
        font-size: 16px;
        margin: 0;
        padding-left: 20px;
    }
    
    .info-box li::before {
        content: "■";
        margin-right: 5px;
        color: #000;
        background: none;
    }
    
    .info-note {
        font-size: 10px;
        color: #666;
        margin-top: 10px;
    }
    
    .info-box-normal {
        border: 1px solid #007bbb;
        /* 青系の枠線 */
        font-size: 16px !important;
        line-height: 1.6;
        position: relative;
        padding: 8px;
        margin: 20px 0;
    }