@charset "UTF-8";
/* 共通項目 */
.container {
    width:1200px;
    margin:0 auto 150px;
    font-size:1.6em;
}


@media all and (max-width:1199px){
.container {
    width:96%;
    margin:0 auto 100px;
    font-size:1.6em;
}
}

@media all and (max-width:767px){
.container {
    width:96%;
    margin:0 auto 70px;
    font-size:1.6em;
}
}


.mb-xxsmall {margin-bottom:5px !important;}
.mb-xsmall {margin-bottom:10px !important;}
.mb-small {margin-bottom:15px !important;}
.mb-medium {margin-bottom:30px !important;}
.mb-large {margin-bottom:50px !important;}
.mb-xlarge {margin-bottom:70px !important;}
.mb-xxlarge {margin-bottom:100px !important;}


/* 採用店一覧 */
/* アンカー 4x2 */
.anchor_nav {
    box-sizing: border-box;
    width:1200px;
    margin:0 auto 30px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    font-size:.1.8em;
    padding:0 50px 30px;
    border-bottom:1px solid #b2b2b2;
}


.anchor_nav li {
    width:24.5%;
    margin:0 0 15px;
}


.anchor_nav li a {
    display:block;
    background:#8c8c8c;
    color:#FFF;
    text-align:center;
    padding:1em 0;
    transition:all .3s ease;
    font-weight:bold;
}


.anchor_nav li a:hover {
    background: -moz-linear-gradient(-45deg,  rgba(0,218,235,0.7) 0%, rgba(0,218,235,0.7) 1%, rgba(0,56,148,0.7) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,218,235,0.7) 0%,rgba(0,218,235,0.7) 1%,rgba(0,56,148,0.7) 100%);
	background: linear-gradient(135deg,  rgba(0,218,235,0.7) 0%,rgba(0,218,235,0.7) 1%,rgba(0,56,148,0.7) 100%);
}


@media all and (max-width:1199px) {
.anchor_nav {
    box-sizing: border-box;
    width:100%;
    margin:0 auto 30px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    font-size:.1.8em;
    padding:0 0 30px;
    border-bottom:1px solid #b2b2b2;
}
}


@media all and (max-width:767px) {
.anchor_nav li {
    width:49%;
    margin:0 0 15px;
}
}


/* グループ */
.block_list {
    width:1200px;
    box-sizing: border-box;
    margin:0 auto 80px;
    padding:0 90px;
    line-height:1.8;
    font-size:14px;
}


@media all and (max-width:1199px) {
.block_list {
    width:100%;
    box-sizing: border-box;
    margin:0 auto 80px;
    padding:0;
    line-height:1.8;
    font-size:14px;
}
}


.block_list h3 {
    font-size:1.6em;
    padding:.6em 0;
}


.block_list ul {
    width:100%;
    margin:0 auto 10px;
    overflow:hidden;
    padding:0;
    border-top:1px solid #b2b2b2;
    
}


.block_list ul li {
    box-sizing: border-box;
    width:50%;
    float:left;
    padding:1em;
    border-bottom:1px solid #b2b2b2;
}


@media all and (max-width:767px) {
.block_list {
    width:100%;
    box-sizing: border-box;
    margin:0 auto 50px;
    padding:0;
    line-height:1.8;
    font-size:14px;
}
    
.block_list ul li {
    box-sizing: border-box;
    width:100%;
    float:none;
    padding:1em;
    border-bottom:1px solid #b2b2b2;
}    
}


.block_list ul li .companyName {
    font-weight:bold;
}


.block_list ul li .companyName a {
    color:#000;
    text-decoration: none;
}


.block_list ul li .companyName a:hover {
    color:#666;
    text-decoration: none;
}


.backtoTop {
    width:100%;
    margin:0 auto;
    text-align:right;
    padding:0;
    font-size:12px;
    line-height:1;
}


.backtoTop a {
    display:inline-block !important;
    padding:0 0 0 20px;
    position:relative;
    color:#000;
}


.backtoTop a::before {
    content:"";
    display:block;
    width:0;
    height:0;
    border-bottom:10px solid #000;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    position:absolute;
    top:0;
    left:0;
}


/* オプションアイコン */
.icon_option {
    font-size:.8em;
    padding:.3em .5em;
    background:#333;
    color:#FFF;
}




/* 下部メニュー */
.section_lower_nav {
    width:100%;
    padding:30px 0;
    background:#f0f0f0;
    
}


.lower_nav {
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    font-size:1.8em;
}


.lower_nav li {
    width:24%;
    margin:0 0 15px 1%;
}


.lower_nav li a {
    display:block;
    background:#FFF;
    text-align:center;
    border:1px solid #CCC;
    padding:.7em 0;
    opacity:1;
    transition:all .3s ease;
}


.lower_nav li a:hover {
    background: -moz-linear-gradient(-45deg,  rgba(0,218,235,0.7) 0%, rgba(0,218,235,0.7) 1%, rgba(0,56,148,0.7) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,218,235,0.7) 0%,rgba(0,218,235,0.7) 1%,rgba(0,56,148,0.7) 100%);
	background: linear-gradient(135deg,  rgba(0,218,235,0.7) 0%,rgba(0,218,235,0.7) 1%,rgba(0,56,148,0.7) 100%);
    color:#FFF;
}


@media all and (max-width:1199px){
.lower_nav {
    width:96%;
    margin:0 auto;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    font-size:1.6em;
}
}


@media all and (max-width:767px){
.lower_nav li {
    width:49%;
    margin:0 0 10px 1%;
}
}



/* 個人情報 */
.block_privacy {
    width:1200px;
    box-sizing: border-box;
    margin:0 auto 80px;
    padding:0 90px;
    line-height:1.8;
    font-size:14px;
}


@media all and (max-width:1199px) {
.block_privacy {
    width:100%;
    box-sizing: border-box;
    margin:0 auto 80px;
    padding:0 90px;
    line-height:1.8;
    font-size:14px;
}
}

@media all and (max-width:767px) {
.block_privacy {
    width:100%;
    box-sizing: border-box;
    margin:0 auto 50px;
    padding:0;
    line-height:1.8;
    font-size:14px;
}   
}


.title_h4 {
    text-align:center;
    margin:0 auto 30px;
}

.title_h4 h4 {
    font-size:16px !important;
    position:relative;
    display:inline-block;
    padding:0 2em;
}

.title_h4 h4 .lFsize::before{
	content:"";
	width:95%;
	height:100%;
	-webkit-transform: skewX(155deg);
	-moz-transform: skewX(155deg);
	transform: skewX(155deg);
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	position: absolute;
	top:0%;
	right: 0%;
	left: 0%;
	margin:0px auto 0px;
}


@media all and (max-width:767px) {
.title_h4 {
    max-width:300px;
    text-align:center;
    margin:0 auto 20px;
}
}

.list_privacy {
    width:100%;
    margin:0 auto;
}


.list_privacy li {
    padding:.5em 0 .5em 1.6em;
    position:relative;
}


.list_privacy li::before {
    content:"";
    display:block;
    width:14px;
    height:14px;
    border-radius: 100%;
    background:#000;
    position:absolute;
    top:50%;
    left:5px;
    transform:translateY(-50%);
}


.list_privacy li a:hover {
    color:#4c73b4;
}


/* ご利用条件 */
.block_usage {
    width:1200px;
    box-sizing: border-box;
    margin:0 auto 80px;
    padding:0 90px;
    line-height:1.8;
    font-size:14px;
}


@media all and (max-width:1199px) {
.block_usage {
    width:100%;
    box-sizing: border-box;
    margin:0 auto 80px;
    padding:0 90px;
    line-height:1.8;
    font-size:14px;
}
}

@media all and (max-width:767px) {
.block_usage {
    width:100%;
    box-sizing: border-box;
    margin:0 auto 50px;
    padding:0;
    line-height:1.8;
    font-size:14px;
}   
}

.list_website {
    width:100%;
    margin:0 auto;
    
}


.list_website li {
    padding:.8em 0 .8em 2em;
    position:relative;
}


.list_website li::before {
    content:attr(data-number);
    background:#000;
    color:#FFF;
    text-align:center;
    font-weight:bold;
    padding:.1em .5em;
    position:absolute;
    line-height:1.4;
    top:9px;
    left:0;
}


.list_website li div img {
    width:auto !important;
}


h5.title_h5_link {
    padding:0 10px .5em;
    border-bottom:1px solid #000;
    font-size:18px;
    margin:0 0 10px;
    font-weight:bold;
}


h6.h6_link {
    font-weight:bold;
    margin:0 0 .5em;
    padding:0;
}


.block_usage ol {
    list-style:decimal;
    margin:0 0 0 .5em;
    padding:0 0 0 .5em;
}


.block_usage ol li {
    list-style:decimal;
    padding:.8em 0;
}

/* リンク貼り付け設定 */
.block_copylink {
    width:100%;
    margin:0 auto 10px;
    overflow:hidden;
    box-sizing: border-box;
}


.block_copylink .link_box {
    width:50%;
    padding:1em;
    float:left;
    box-sizing: border-box;
}


@media all and (max-width:767px) {
.block_copylink .link_box {
    width:100%;
    padding:1em 0;
    float:none;
    box-sizing: border-box;
}    
}


.block_copylink .link_box .block_banner {
    min-height:41px;
    padding:0 0 5px;
}


.block_copylink .link_box .block_banner img {
    width:auto !important;
}


.block_copylink .link_box code {
    display:block;
    width:100%;
    padding:1em;
    background:#f1f2f2;
    color:#000;
    box-sizing: border-box;
}






/************************************************************/
/* 2019.12.20追加 */
/* アンカー 3x3 */
.anchor_nav2 {
    box-sizing: border-box;
    width:1200px;
    margin:0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    font-size:.1.8em;
    padding:0 50px 30px;
    border-bottom:1px solid #b2b2b2;
}


.anchor_nav2 li {
    width:32.2%;
    margin:0 1.7% 15px 0;
}


.anchor_nav2 li:nth-child(3n) {
    width:32.2%;
    margin:0 0 15px 0;
}


.anchor_nav2 li a {
    display:block;
    background:#8c8c8c;
    color:#FFF;
    text-align:center;
    padding:1em;
    transition:all .3s ease;
    font-weight:bold;
    letter-spacing: 0;
    font-size:0.9em;
}


.anchor_nav2 li a:hover {
    background: -moz-linear-gradient(-45deg,  rgba(0,218,235,0.7) 0%, rgba(0,218,235,0.7) 1%, rgba(0,56,148,0.7) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,218,235,0.7) 0%,rgba(0,218,235,0.7) 1%,rgba(0,56,148,0.7) 100%);
	background: linear-gradient(135deg,  rgba(0,218,235,0.7) 0%,rgba(0,218,235,0.7) 1%,rgba(0,56,148,0.7) 100%);
}


@media all and (max-width:1199px) {
.anchor_nav2 {
    box-sizing: border-box;
    width:100%;
    margin:0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    font-size:.1.8em;
    padding:0 0 30px;
    border-bottom:1px solid #b2b2b2;
}
}


@media all and (max-width:421px) {
.anchor_nav2 li {
    width:100%;
    margin:0 0 10px 0;
}


.anchor_nav2 li:nth-child(3n) {
    width:100%;
    margin:0 0 10px 0;
}    
}



/* よくあるご質問 */
.section_qa {
    width:100%;
    margin:0 auto 10px;
    padding:70px 0 0;
    border-bottom:1px solid #989898;
}


/*ラベル*/
.section_qa label {
    display: block;
    margin: 0;
    padding : 1.5em 3em 1.5em 1em;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
    border-top:1px solid #989898;
    position:relative;
}

/*アイコンを表示*/
.section_qa label::after {
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-top:1px solid #000;
    border-right:1px solid #000;
    transform:rotate(-45deg);
    position:absolute;
    top:50%;
    right:20px;
    margin:-5px 0 0;
    transition:all .3s ease;
}

/*ラベルホバー時*/
.section_qa label:hover {
    background:#F1f2f2;
}

/*チェックは隠す*/
.section_qa input {
    display: none;
}

/*中身を非表示にしておく*/
.section_qa .content_qa {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition:all .3s ease;
}

.accordion:checked + label {
    background:#F1f2f2;
}


/*クリックで中身表示*/
.accordion:checked + label + .content_qa {
    height: auto;
    opacity: 1;
    transition:all .3s ease;
}

.section_qa .content_qa p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.accordion:checked + label::after {
    transform:rotate(135deg);
}

/* アコーディオン内リンク色 */
.content_qa a {
    color:#4c73b4;
}


/* 商品へのリンク */
.movetoPages {
    width:100%;
    margin:0 auto;
    text-align:right;
    padding:0;
}


.movetoPages a {
    display:inline-block !important;
    padding:0 0 0 20px;
    position:relative;
    color:#000;
}


.movetoPages a::before {
    content:"";
    display:block;
    width:0;
    height:0;
    border-right:10px solid #000;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    position:absolute;
    top:0;
    left:0;
}


.tbl_qa {
    width:100%;
    margin:0 auto 20px;
    border:none !important;
    border-top:1px solid #989898;
}


.tbl_qa tr {
    border-bottom:1px solid #989898;
}


.tbl_qa th, .tbl_qa td {
    padding:.5em;
    border:none;
}


.tbl_qa th {
    font-weight:bold;
}


.block_link {
    box-sizing: border-box;
    width:100%;
    padding:0 1em;
    text-align:right;
}


.block_link a {
    display:inline-block;
    padding-left:20px;
    font-size:14px;
    position:relative;
}


.block_link a::before {
    content:"";
    display:block;
    width:16px;
    height:16px;
    background:#4c73b4;
    position:absolute;
    top:2px;
    left:0;
}


.block_link a::after {
    content:"";
    width:0;
    height:0;
    border-left:4px solid #FFF;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    position:absolute;
    top:6px;
    left:6px;
}


p.qa_img {
    width:70% !important;
    margin:0 auto !important;
    text-align:center;
}


@media all and (max-width:768px) {
p.qa_img {
    width:100% !important;
    margin:0 auto;
}    
}


p.qa_img img {
    width:100%;
}



/* 動画一覧 */
.list_movie {
    box-sizing: border-box;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}


.list_movie li {
    box-sizing: border-box;
    width:25%;
    padding:0 1em 1em;
    float:left;
    margin:0 0 20px;
    line-height:1.4;
    font-size:16px;
    
}


@media all and (min-width:421px) and (max-width:768px) {
.list_movie li {
    box-sizing: border-box;
    width:50%;
    padding:1em;
    float:left;
    margin:0 0 20px;
    line-height:1.4;
    font-size:13px;
    
}    
}


@media all and (max-width:420px) {
.list_movie li {
    box-sizing: border-box;
    width:100%;
    padding:0;
    float:left;
    margin:0 0 20px;
    line-height:1.4;
    font-size:14px;
    
}     
}


.list_movie li a {
    display:block;
    opacity:1;
    transition:all .3s ease;
}


.list_movie li a:hover {
    opacity:.7;
}


.list_movie li span {
    display:block;
    font-size:.8em;
    color:gray;
    padding:5px 0 0;
}


.list_movie li a div {
    padding:0 0 5px;
}


.list_movie li a div img {
    width:100%;
}


.block_tigerex {
    width:50%;
    margin:0 0 70px;
    overflow:hidden;
}


.img_tigerex {
    width:50%;
    float:left;
}


.img_tigerex img {
    width:100%;
}


.txt_tigerex {
    width:50%;
    float:right;
    box-sizing: border-box;
    padding:0 0 0 30px;
}



/* 製品規格・寸法 */
.center {text-align:center !important;}


.tbl_spec {
    width:80%;
    margin:0 auto 10px;
    border-top:1px solid #b2b2b2 !important;
    border-left:1px solid #b2b2b2 !important;
    font-size:14px;
    text-align:center !important;
}


.tbl_spec th, .tbl_spec td {
    border-bottom:1px solid #b2b2b2 !important;
    border-right:1px solid #b2b2b2 !important;
    padding:.5em;
    text-align:center !important;
    vertical-align: middle !important;
}


@media all and (max-width:768px) {
.tbl_spec {
    width:100%;
    margin:0 auto 10px;
    border-top:1px solid #b2b2b2 !important;
    border-left:1px solid #b2b2b2 !important;
    font-size:14px;
    text-align:center !important;
}    
}


.content_qa strong {
    font-weight:bold !important;
}


.content_qa ol {
    list-style:decimal;
    margin:0 0 0 1em;
    padding:0 0 0 1em;
}


.content_qa ol li {
    list-style:decimal;
    padding:.6em 0;
}



/* 2020.01.08追加 */
.align_right {
    text-align:right !important;
}


.area_table {
    width:100%;
}


.tbl_spec2, .tbl_spec3 {
    width:100%;
    margin:0 auto 10px;
    border-top:1px solid #b2b2b2 !important;
    border-left:1px solid #b2b2b2 !important;
    font-size:14px;
    text-align:center !important;
}


.tbl_spec2 th, .tbl_spec2 td,
.tbl_spec3 th, .tbl_spec3 td{
    border-bottom:1px solid #b2b2b2 !important;
    border-right:1px solid #b2b2b2 !important;
    padding:.5em;
    text-align:center !important;
    vertical-align: middle !important;
}


@media all and (min-width:421px) and (max-width:768px) {
.tbl_spec2, .tbl_spec3 {
    width:100%;
    margin:0 auto 10px;
    border-top:1px solid #b2b2b2 !important;
    border-left:1px solid #b2b2b2 !important;
    font-size:12px;
    text-align:center !important;
}
    
.tbl_spec2 th, .tbl_spec2 td,
.tbl_spec3 th, .tbl_spec3 td {
    border-bottom:1px solid #b2b2b2 !important;
    border-right:1px solid #b2b2b2 !important;
    padding:.3em;
    text-align:center !important;
    vertical-align: middle !important;
}
    
    
    .tbl_spec2 tr th:nth-child(1){
        width:2em;
    }
    
    
    .tbl_spec2 tr th:nth-child(5){
        width:5em;
    }
    
    .tbl_spec2 tr th:nth-child(8){
        width:3em;
    }
}


@media all and (max-width:420px) {
.area_table {
    width:100%;
    overflow: scroll;
    padding:.5em 0;
    box-sizing: border-box;
}
    
    
.tbl_spec2 {
    width:200%;
    margin:0 auto 10px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
    font-size:12px;
    text-align:center !important;
} 
    
.tbl_spec3 {
    width:300%;
    margin:0 auto 10px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
    font-size:12px;
    text-align:center !important;
} 
    
    .tbl_spec2 tr th:nth-child(1){
        width:2em;
    }
    
    .tbl_spec2 tr th:nth-child(5){
        width:5em;
    }
    
    .tbl_spec2 tr th:nth-child(8){
        width:3em;
    }
}


.tbl_spec2 td.bg_yellow,
.tbl_spec3 td.bg_yellow {
    background:#FFFF80;
}


/* 50:50の横並びコンテンツ */
.block_div2 {
    width:100%;
    margin:0 auto;
    overflow: hidden;
}

.block_div2 div:first-child {
    width:48%;
    float:left;
    margin:0;
}

.block_div2 div:last-child {
    width:48%;
    float:right;
}

.block_div2 div img {
    width:100%;
}


@media all and (max-width:420px) {
.block_div2 div:first-child {
    width:100%;
    float:none;
    margin:0 0 10px;
}

.block_div2 div:last-child {
    width:100%;
    float:none;
}
}


.block_div2 div h5 {
    background:#eee;
    padding:.5em;
    font-weight:bold;
    text-align:center;
    margin:0 0 10px;
}


ul.list_definition {
    width:100%;
    border:none !important;
}


ul.list_definition li {
    display:block;
    width:100%;
    float:none !important;
    border:none !important;
    text-indent: -3em;
    padding-left:3em;
}

ul.list_definition li strong {
    font-weight:bold;
}


ul.list_definition li span.lowercase {
    font-size:.7em;
}


span.red {
    color:red;
}


/* 30:70の横並びコンテンツ */
.block_div30_70 {
    width:100%;
    margin:0 auto;
    overflow: hidden;
}

.block_div30_70 div:first-child {
    width:28%;
    float:left;
    margin:0;
}

.block_div30_70 div:last-child {
    width:68%;
    float:right;
}

.block_div30_70 div img {
    width:100%;
}


@media all and (max-width:420px) {
.block_div30_70 div:first-child {
    width:100%;
    float:none;
    margin:0 0 10px;
}

.block_div30_70 div:last-child {
    width:100%;
    float:none;
}
}


.block_analytics {
    width:100%;
    margin:0 auto 100px;
    box-sizing: border-box;
}


@media all and (max-width:420px) {
.block_analytics {
    width:100%;
    margin:0 auto 70px;
    box-sizing: border-box;
}
}


ul.list_analytics {
    width:100%;
    margin:0 auto 30px;
    overflow:hidden;
    border:none !important;
	display:block !important;
}


ul.list_analytics li {
    width:100px;
    height:100px;
    float:left;
    border-radius: 5px;
    margin:0 20px 20px 0;
    text-align:center;
    line-height:1.2;
    border:none !important;
	flex: none;
}


ul.list_analytics li span.materialName {
    display:block;
    font-size:14px;
    font-weight:bold;
    margin:0 0 5px;
}

ul.list_analytics li span.element {
    display:block;
    font-size:12px;
    margin:0 0 5px;
}


ul.list_analytics li span.percentage {
    display:block;
    font-size:26px;
    font-weight:bold;
}


ul.list_analytics li.cal {background-color:#fbc354;}
ul.list_analytics li.iou {background-color:#73b16c;color:#FFF;}
ul.list_analytics li.rin {background-color:#c6bca5;}
ul.list_analytics li.water {background-color:#9ac3ec;}
ul.list_analytics li.ph {background-color:#edd764;}
ul.list_analytics li.cilica {background-color:#48aed4;color:#FFF;}


.tbl_spec2 th.left {text-align:left !important;}
.tbl_spec2 td.style01 {width:5em !important;}
.tbl_spec3 th.left {text-align:left !important;}
.tbl_spec3 td.style01 {width:5em !important;}


@media all and (max-width: 767px) {
.dHsize {
    font-size: calc(2.5rem + 0.4vw);
    line-height: calc(3.2rem + 0.4vw);
    padding: 0px 30px 0px 30px;
}
}


div.break {
    display:inline;
}

@media all and (max-width:420px) {
div.break {
    display:block;
}
}



/* JIS */
.title_jis {
    padding:10px 0 10px;
    font-size:14px;
    margin:0 0 20px;
    font-weight:normal;
    text-align:center;
}


#table_wrapper {
        width:96%;
        max-width:980px;
        margin:0 auto;
    }
    
    
    .tableline01 {
        width:100%;
        margin:0 0 50px;
    }
    
    
    .tableline01 span {
        font-size:0.8em;
        padding:5px 0 0;
    }
    
    
    .tbl01 {
        width:1100px;
        margin:0 auto 50px;
        border:none;
        border-top:1px solid #DDD;
        border-left:1px solid #DDD;
        border-collapse: collapse;
        font-size:14px;
    }
    
    
    .tbl02 {
        width:100%;
		max-width:980px;
        margin:0 auto;
        border:none;
        border-top:1px solid #DDD;
        border-left:1px solid #DDD;
        border-collapse: collapse;
        font-size:14px;
    }
    
    
    .tbl01 th, .tbl01 td, .tbl02 th, .tbl02 td {
        padding:.5em;
        border-bottom:1px solid #DDD;
        border-right:1px solid #DDD;
        text-align:center;
    }
    
    .tbl01 th, .tbl02 th {
        background:#f2f3f3;
        font-weight:normal;
    }
    
    
    .tbl01 tr.center td, .tbl02 tr.center td {
        text-align: center;
    }
    
    
    .tbl01 tr td.center, .tbl02 tr td.center {
        text-align: center;
    }
    
    
    .tbl01 ul, .tbl02 ul {
        margin:0 0 20px 10px;
        padding:0 0 0 10px;
    }
    
.tbl01 .yellow, .tbl02 .yellow {
    background-color:cornsilk !important;
}


@media all and (max-width:420px) {
.tableline01 {
    width:100%;
    overflow: scroll;
    padding:.5em 0;
    box-sizing: border-box;
}
    
    
.tableline01 .tbl01 {
        width:100%;
        margin:0 auto 50px;
        border:none;
        border-top:1px solid #DDD;
        border-left:1px solid #DDD;
        border-collapse: collapse;
        font-size:14px;
    }
    
    
.tableline01 .tbl02 {
        width:150%;
		max-width:980px;
        margin:0 auto;
        border:none;
        border-top:1px solid #DDD;
        border-left:1px solid #DDD;
        border-collapse: collapse;
        font-size:14px;
    }
}