﻿.main.tetsudo > .guide > .guide_title_div > h1::before {
    background: linear-gradient(90deg, rgba(0,0,128,0.3) 0px, rgb(0,0,128,0.3) 50%, rgba(0,0,128,0.8) 50%, rgba(0,0,128,0.8) 100%);
    }
@media screen and (min-width:641px){
.line_list {
    position: relative;
    width: calc(100% - 20px);
    text-align: left;
    vertical-align: top;
    margin: 20px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    }
.line_list > .block {
    position: relative;
    vertical-align: top;
    text-align: left;
    width: calc(100% - 2px);
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    }
.line_list > .block > .company_div {
    position: relative;
    list-style: none;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    width: calc(100% - 17px);
    margin: 0px 0px 5px 0px;
    padding: 2px 0px 2px 17px;
    top: 0px;
    left: 0px;
    font-size: 16px;
    background: rgb(255,255,255);
    color: rgba(52,50,72,1);
    }
.line_list > .block > .company_div > div {
    margin: 0px;
    border-bottom: 2px solid rgb(51,51,51)
    padding: 0px;
    }
.line_list > .block > a > .line_div {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    width: calc(33.3333% - 25px);
    border-radius: 5px;
    background: rgb(255,255,255);
    border: 2px solid rgba(52,50,72,1);
    margin: 0px 0px 15px 15px;
    padding: 5px 0px 5px 0px;
    }
.line_list > .block > a > .line_div > .company_or_todofuken {
    color: rgb(51,51,51);
    width: calc(100% - 25px);
    margin: 0px 10px 0px 15px;
    padding: 5px 0px 5px 0px;
    }
.block > a > .line_div::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 3px solid rgb(255,255,255);
    border-right: 3px solid rgb(255,255,255);
    top: 5px;
    right: 8px;
    }
.block > a > .line_div::before {
    position: absolute;
    content: "";
    background: rgb(173,141,255);
    width: 16px;
    height: 16px;
    border-radius: 3px;
    top: 2px;
    right: 2px;
    }
.line_list > .block > a > .line_div > .line_name {
    width: calc(100% - 45px);
    padding: 10px 30px 4px 5px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 18px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    border-bottom: 2px dotted rgb(152,153,153);
    margin: 0px 5px 2px 5px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    font-style: normal;
    }
.line_list > .block > a > .line_div > .start_goal {
    position: relative;
    width: calc(100% - 10px);
    padding: 5px 0px 0px 0px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    background: rgb(255,255,255);
    margin: 0px 5px 0px 5px;
    }
.line_list > .block > a > .line_div > .start_goal::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 3px;
    background: rgb(51,51,51);
    top: calc(50% + 2px);
    left: calc(50% - 5px);
    }
.line_list > .block > a > .line_div > .start_goal > .start {
    width: calc(50% - 5px);
    display: inline-block;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 17px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 5px 0px 0px;
    }
.line_list > .block > a > .line_div > .start_goal > .goal {
    width: calc(50% - 5px);
    display: inline-block;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 17px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 0px 0px 5px;
    }
.line_list > .block_one > a > .company_line::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 3px solid rgb(255,255,255);
    border-right: 3px solid rgb(255,255,255);
    top: 5px;
    right: 8px;
    }
.block > .company_line > .line_name {
    width: calc(100% - 20px);
    padding: 10px 30px 4px 5px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 16px;
    background: rgb(255,255,255);
    font-weight: bold;
    color: rgb(51,51,51);
    border-bottom: 2px dotted rgb(152,153,153);
    margin: 0px 5px 2px 5px;
    }
.line_list > .block_one {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: calc(100% - 20px);
    margin: 0px 0px 10px 0px;
    padding: 10px;
    }
.line_list > .block_one > a > .company_line {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    width: calc(100% - 14px);
    border-radius: 5px;
    background: rgb(255,255,255);
    border: 2px solid rgba(52,51,51,1);
    margin: 0px 0px 0px 0px;
    padding: 5px;
    font-size: 16px;
    }
.line_list > .block_one > a > .company_line > .line_name {
    width: calc(100% - 40px);
    padding: 10px 30px 4px 5px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 18px;
    background: rgb(255,255,255);
    font-weight: bold;
    color: rgb(51,51,51);
    border-bottom: 2px dotted rgb(152,153,153);
    margin: 0px 5px 2px 5px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    font-style: normal;
    }
.line_list > .block_one > a > .company_line::before {
    position: absolute;
    content: "";
    background: rgb(180,180,180);
    width: 16px;
    height: 16px;
    border-radius: 3px;
    top: 2px;
    right: 2px;
    }
.line_list > .block_one > a > .company_line > .start_goal {
    position: relative;
    width: calc(100% - 10px);
    padding: 5px 0px 0px 0px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 18px;
    background: rgb(255,255,255);
    margin: 0px 5px 0px 5px;
    }
.line_list > .block_one > a > .company_line > .start_goal::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 4px;
    background: rgb(51,51,51);
    top: calc(50% - 2px);
    left: calc(50% - 5px);
    }
.line_list > .block_one > a > .company_line > .start_goal > .start {
    width: calc(50% - 5px);
    display: inline-block;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 17px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 5px 0px 0px;
    }
.line_list > .block_one > a > .company_line > .start_goal > .goal {
    width: calc(50% - 5px);
    display: inline-block;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 17px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 0px 0px 5px;
    }
}
@media screen and (max-width:640px){
.line_list {
    position: relative;
    width: calc(100% - 20px);
    text-align: left;
    vertical-align: top;
    margin: 20px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    z-index: 98;
    }
.line_list > .block {
    position: relative;
    vertical-align: top;
    text-align: left;
    width: calc(100% - 0px);
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    }
.line_list > .block > .company_div {
    position: relative;
    list-style: none;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    width: calc(100% - 17px);
    border-bottom: 1px solid rgba(52,50,72,1);
    margin: 0px 0px 20px 0px;
    padding: 2px 0px 2px 17px;
    top: 0px;
    left: 0px;
    font-size: 14px;
    background: rgb(255,255,255);
    color: rgba(52,50,72,1);
    }
.line_list > .block > a > .line_div {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    width: calc(100% - 25px);
    border-radius: 5px;
    background: rgb(255,255,255);
    border: 2px solid rgba(52,50,72,1);
    margin: 0px 0px 15px 15px;
    padding: 5px 0px 5px 0px;
    }
.line_list > .block > a > .line_div > .company_or_todofuken {
    color: rgb(51,51,51);
    width: calc(100% - 25px);
    margin: 0px 10px 0px 15px;
    padding: 5px 0px 5px 0px;
    }
.block > a > .line_div::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 3px solid rgb(255,255,255);
    border-right: 3px solid rgb(255,255,255);
    top: 5px;
    right: 8px;
    }
.block > a > .line_div::before {
    position: absolute;
    content: "";
    background: rgb(173,141,255);
    width: 16px;
    height: 16px;
    border-radius: 3px;
    top: 2px;
    right: 2px;
    }
.line_list > .block > a > .line_div > .line_name {
    width: calc(100% - 45px);
    padding: 5px 30px 0px 5px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 16px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    border-bottom: 2px dotted rgb(152,153,153);
    margin: 0px 5px 2px 5px;
    }
.line_list > .block > a > .line_div > .start_goal {
    position: relative;
    width: calc(100% - 10px);
    padding: 5px 0px 0px 0px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 16px;
    background: rgb(255,255,255);
    margin: 0px 5px 0px 5px;
    }
.line_list > .block > a > .line_div > .start_goal::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 3px;
    background: rgb(51,51,51);
    top: calc(50% + 2px);
    left: calc(50% - 5px);
    }
.line_list > .block > a > .line_div > .start_goal > .start {
    width: calc(50% - 5px);
    display: inline-block;
    /display:inline; 
    /zoom:1;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 15px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 5px 0px 0px;
    }
.line_list > .block > a > .line_div > .start_goal > .goal {
    width: calc(50% - 5px);
    display: inline-block;
    /display:inline; 
    /zoom:1;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 15px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 0px 0px 5px;
    }
.line_list > .block_one {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: calc(100% - 40px);
    margin: 0px 15px 10px 0px;
    padding: 10px;
    border: 1px solid rgba(51,51,51);
    font-size: 16px;
    }
.line_list > .block_one > a > .company_line {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 16px;
    width: calc(100% - 14px);
    border-radius: 5px;
    background: rgb(255,255,255);
    border: 2px solid rgba(52,51,51,1);
    margin: 0px 0px 0px 0px;
    padding: 5px;
    }
.line_list > .block_one > a > .company_line::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 3px solid rgb(255,255,255);
    border-right: 3px solid rgb(255,255,255);
    top: 5px;
    right: 8px;
    }
.line_list > .block_one > a > .company_line::before {
    position: absolute;
    content: "";
    background: rgb(255,0,0);
    width: 16px;
    height: 16px;
    border-radius: 3px;
    top: 2px;
    right: 2px;
    }
.line_list > .block_one > a > .company_line > .line_name {
    width: calc(100% - 20px);
    padding: 5px 5px 0px 5px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 16px;
    background: rgb(255,255,255);
    font-weight: bold;
    color: rgb(51,51,51);
    border-bottom: 2px dotted rgb(152,153,153);
    margin: 0px 5px 2px 5px;
    }
.line_list > .block_one > a > .company_line > .start_goal {
    position: relative;
    width: calc(100% - 10px);
    padding: 5px 0px 0px 0px;
    list-style: none;
    vertical-align: bottom;
    text-align: left;
    font-size: 16px;
    background: rgb(255,255,255);
    margin: 0px 5px 0px 5px;
    }
.line_list > .block_one > a > .company_line > .start_goal::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 4px;
    background: rgb(51,51,51);
    top: calc(50% - 2px);
    left: calc(50% - 5px);
    }
.line_list > .block_one > a > .company_line > .start_goal > .start {
    width: calc(50% - 5px);
    display: inline-block;
    /display:inline; 
    /zoom:1;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 15px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 5px 0px 0px;
    }
.line_list > .block_one > a > .company_line > .start_goal > .goal {
    width: calc(50% - 5px);
    display: inline-block;
    /display:inline; 
    /zoom:1;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: bottom;
    font-size: 15px;
    background: rgb(255,255,255);
    color: rgb(51,51,51);
    margin: 0px 0px 0px 5px;
    }
}
