@charset "UTF-8";
/*
*******************************************************************************************************
# 運営会社について
*******************************************************************************************************

*/
.box_head_company {
	padding-top: 10px;
	margin-bottom: -10px;
}

.box_head_company h1 {
	font-size: 36px;
	font-weight: bold;
	color: #013b96;
}

.mod_box_section_bdt section {
	margin: 10px 20px;
}

.list table {
	width: 100%;
}

.list table .w20per {
	width: 20%;
}

.list table .w80per {
	width: 80%;
}

.list table tr .indent {
	text-indent: -0.5em;
}

.list table tr td, .list table tr th {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-top: 5px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	color: #444444;
	font-size: 16px;
	text-align: left;
	vertical-align: baseline;
}

.list table tr th {
	background-color: #ECE2C8;
	-webkit-box-shadow: inset -1px 0 0 1px #ffffff;
	-moz-box-shadow: inset -1px 0 0 1px #ffffff;
	box-shadow: inset -1px 0 0 1px #ffffff;
}

.list table tr td ul li {
	line-height: 28px;
}

.list table tr td ul li .pd_fabbit {
	padding-left: 7em;
}

.introduction .emblem {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 80px;
    font-size: 12px;
    line-height: 1.5;
    color: #696969;
}

.introduction .emblem img {
    width: 220px;
    height: auto;
}

.introduction .emblem .emblem_textBox {
    padding: 32px 0 0 40px;
}

.introduction .emblem .emblem_textBox p + p {
    padding-top: 20px;
}

.introduction .emblem .heading {
    line-height: 1.6;
    font-size: 22px;
    font-weight: bold;
}

.introduction .emblem .heading .note {
    vertical-align: text-top;
    font-size: 12px;
}

.btn_external {
	margin: 30px;
	display: -webkit-flex;
	display: flex;
}

.btn_external div {
	padding: 25px;
}

.btn_external a:hover, .btn_external div a:active {
	opacity: 0.5;
}

.topic_path a {
	color: #163393;
}

.topic_path a:hover, .topic_path a:active {
	color: #3465C9;
}