#lower_contents {
    background: url(./../img/common/lower_bg.jpg) center center/ cover no-repeat;
	line-height: 1.6;
}

.breadcrumb {
    margin: 46px auto 0;
    width: 100%;
    max-width: 1200px;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin:0;
    padding: 0 20px;
}

.breadcrumb ol li {
    margin: 30px 0; 
}
.breadcrumb ol li:last-child {
    font-weight:500;
}
.breadcrumb ol li:last-child:after {
    content:none;
}
.breadcrumb ol li:after {
    content: ">";
    margin: 0 10px;
}
#contents {
	width: 100%;
    padding-bottom: 160px;
}
#lower_title {
    color: #ffffff;
    font-size: 1.6em;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#lower_title h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
    margin: 50px 20px;
    display: inline-block;
    vertical-align: baseline;
}
#lower_title small {
    display: inline-block;
    vertical-align: baseline;
}

.double_contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#side-bar{
	width: 28%;
    margin: 0 1%;
}
#side-bar ul {
	background: #ffffff;
}
#side-bar ul li {
	overflow:hidden;
	border-bottom: 1px solid #ffffff;
}
#side-bar ul li:last-child {
	border-bottom: 0px solid #ffffff;
}
.current a {
    background: #002e5b!important;
    color: #ffffff !important;
    display: block;
}
#side-bar ul li a {
	color: #333333;
    font-size: 16px;
    display: block;
    line-height: 1;
    width: 100%;
    padding: 10% 0 10% 10%;
    background: #dddddd;
    transition: all 0.3s;
    position: relative;
}
#side-bar ul li a:hover {
	transform:translateX(5%);
	background: #e5e5e5;
	opacity: 0.8;
}
#side-bar ul li a:hover {
color: #333;
}
#side-bar ul li a:after{
	content:">";
	position:absolute;
	right: 15%;
    top: 34%;
	transition: all 0.5s;
}
#side-bar ul li a:hover:after{
	right: 18%;
}   

#maincontents {
	background: #ffffff;
    width: 66%;
    margin: 0 2%;
    padding: 1% 2% 5%;
}
.single_contents #maincontents {
	background: #ffffff;
    width: 80%;
    max-width: 806px;
    margin: 0 auto;
    padding: 1% 2% 5%;
}

#maincontents h2 {
	border-bottom: solid 3px #002e5b;
	position: relative;
	margin: 20px 0 24px;
	padding: 5px 0;
}
#maincontents h2:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00478f;
	bottom: -3px;
	width: 20%;
	z-index: 2;
}
#maincontents h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #dddddd;
	bottom: -3px;
	width: 25%;
	z-index: 1;
}
.table {
    text-align:left;
    font-size: 16px;
    width: 100%;
    line-height: 70px;
}
.table th {
    background: #002e5b;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-weight: normal;
        padding: 0 20px;
    width: 22.745098039215686%;
    vertical-align: top;
}

.table td {
    background: #eeeeee;
    border-bottom: 1px solid #ffffff;
    color: #585858;
    padding: 0 20px;
    width: 76.993464052287582%;
    vertical-align: top;
}
.table tr:last-child th,.table tr:last-child td{
    border-bottom: 0px solid #ffffff;
}
.table td ol,
.table td ul{
    padding: 20px 0;
}
.table td ol li{
    line-height: 20px;
    list-style: decimal inside;
    padding-bottom: 20px;
}
.table td ul{
    list-style-type: disc;
}
.table td ul li{
    line-height: 20px;
    list-style-position:  inside;
    padding-bottom: 20px;
}
.table2 {
    text-align:left;
    font-size: 12px;
    width: 100%;
    line-height: normal;
}
.table2  th {
    background: #4877a5;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-weight: normal;
    padding: 0 20px;
    vertical-align: top;
}
.table2 td {
    background: #eeeeee;
    border-bottom: 1px solid #ffffff;
    color: #585858;
    padding: 0 20px;
    vertical-align: middle;
}
/*
.table2 tr:last-child th,.table2 tr:last-child td{
    border-bottom: 0px solid #ffffff;
}
.table2 td ol,
.table2 td ul{
    padding: 20px 0;
}
.table2 td ol li{
    line-height: normal;
    list-style: decimal inside;
    padding-bottom: 0px;
}
.table2 td ul{
    list-style-type: disc;
}
.table2 td ul li{
    line-height: normal;
    list-style-position:  inside;
    padding-bottom: 0px;
}
.sp_br{
    display: none;
}
.pc_br {
    display: block;
}
*/
.table2 {
    font-size: 14px;
    line-height: 26px;
}
.table2 th {
    border-right: 0px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 6px 10%;
    width: 80%;
    display: block;
    text-align: left;
}
.table2 td {
    border-bottom: 1px solid #ffffff;
    padding: 10px 10%;
    width: 80%;
    display: block;
}
.table2 td ol, .table2 td ul {
    padding: 5px 0;
}
.table2 td ol li, .table2 td ul li {
    padding-bottom: 0px;
}

/* Tablet 640px 以上 〜　768px 以下
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
#side-bar {
    width: 28%;
    margin: 0 2% 0 0;
}
#side-bar ul li a {
    font-size: 12px;
    display: block;
    line-height: 1;
    width: 100%;
    padding: 10% 0 10% 5%;
    background: #dddddd;
    transition: all 0.3s;
    position: relative;
}
#maincontents {
    background: #ffffff;
    width: 96%;
    margin: 0 0%;
    padding: 1% 2% 5%;
}
}

/* Smart Phone 640px 以下
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
.breadcrumb ol li {
    margin: 10px 0;
}
#contents {
    background: url(../img/about_topvisual.png) top center / contain no-repeat;
    padding-bottom: 80px;
}
#lower_title {
    font-size: 1.0em;
}
#lower_title h1 {
    margin: 25px 10px;
}
.double_contents {
    display: block;
}
#side-bar {
    width: 90%;
    margin: 0 5% 5%;
}
#side-bar ul {
    background: none;
}
#side-bar ul li {
    border-bottom: 1px solid #cccccc;
    text-align: center;
}
#side-bar ul li a {
    font-size: 13px;
    line-height: 1;
    padding: 5% 0 5% 10%;
    background: #ffffff;
    padding-left: 0;
}
#side-bar ul li a:after{
    content: none;
}
#side-bar ul li a:hover {
    transform:translateX(0%);
}
.pc_br {
    display: none;
}

#maincontents {
    width: 80%;
    margin: 0 5%;
    padding: 1% 5% 5%;
}
#maincontents h2 {
    font-size: 20px;
}
.table {
    font-size: 14px;
    line-height: 26px;
}
.table th {
    border-right: 0px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 6px 10%;
    width: 80%;
    display: block;
}
.table td {
    border-bottom: 1px solid #ffffff;
    padding: 10px 10%;
    width: 80%;
    display: block;
}
.table td ol, .table td ul {
    padding: 5px 0;
}
.table td ol li, .table td ul li {
    padding-bottom: 20px;
}

.sp_br{
    display: block;
}
}
