/* ---------------------------------------------------- 	body｜共通設定 */
body {
	font-size: 16px;
	background: url(../img/hdr-bg.png) repeat-x 0 0;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "FontAwesome" !important;
}
}
#wrapper.container, footer section.container {
	width: 1000px !important;
	padding: 0;
}
#contentWrapper {
	padding: 35px 0 100px 0;
}
/* ---------------------------------------------------- 	ヘッダー｜共通設定 */
header > p {
	margin-top: 25px;
}
header ul#subNav {
	margin-top: 15px;
	float: right;
	font-size: 14px;
}
header ul#subNav li {
	margin-left: 25px;
}
header ul#langSwitch {
	width: 62px;
	height: 30px;
	margin-right: -50px;
	float: right;
}
header ul#langSwitch li {
	width: 30px;
}
header ul#langSwitch li a {
	width: 30px;
	height: 28px;
	padding-top: 6px;
	font-size: 12px;
}
header #gsc {
	height: 30px;
	display: block;
}
header #gsc input[name="q"] {
	height: 30px;
	padding: 5px;
}
header #gsc .input-group .form-control,
header #gsc .input-group-btn {
	display: block;
	float: none;
}
header #gsc .input-group-btn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 7px;
	right: 5px;
	z-index: 100;
}
header #gsc button.btn {
	width: 20px;
	height: 20px;
	background-image: none;
}
header #gsc button.btn i {
	color: #999;
}
header #gsc button.btn span {
	display: none;
}
header #gsc button.btn-primary {
	padding: 0;
	background: none;
	border: none;
}
header #gsc button.btn-primary:hover {
	background: none;
}
header #searchBtn {
	display: none;
}

header #srchBox {
	display: block;
}

.mf_finder_container .mf_finder_searchBox_items {
	width:220px;
	vertical-align:top;
	margin-right:-4px;
}

.mf_finder_container .mf_finder_searchBox_items {
	position: absolute;
	right: 20px;
}

.mf_finder_searchBox_submit {
	width:40px;
	background-color: #999;
	border-radius: 0;
}

.mf_finder_searchBox_submit:before {
	margin-left: 0;
}
.mf_finder_header .mf_finder_searchBox_submit {
	padding: 8px;
}


/* ---------------------------------------------------- 	メインナビゲーション｜共通設定 */
#mainNav {
	margin-top: 100px;
}
#mainNav ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/main-nav-divider.png) no-repeat right top;
}
#mainNav ul li {
	background: url(../img/main-nav-divider.png) no-repeat 0 0;
}
#mainNav ul li a {
	height: 60px;
	font-size: 16px;
	font-weight: 500;
}
#mainNav ul li:hover + li, #about #mainNav ul li.about + li, #business #mainNav ul li.business + li, #news #mainNav ul li.news + li, #ir #mainNav ul li.ir + li, #csr #mainNav ul li.csr + li {
	background: none;
}
/* ---------------------------------------------------- 	パンくずナビ｜共通設定 */
#breadcrumb ol {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}
#breadcrumb ol li {
	height: 100%;
	display: inline-block;
	font-size: 14px;
}
#breadcrumb ol li a {
	margin-right: 15px;
	display: block;
	position: relative;
	top: 50%;
	color: #000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#breadcrumb ol li a:hover {
	color: #005b96;
	text-decoration: none;
}
#breadcrumb ol li a::before {
	content: "\00f105";
	margin-right: 15px;
	display: inline-block;
}
#breadcrumb ol li:first-child a::before {
	content: none;
	margin-right: 0;
}
/* ---------------------------------------------------- 	コンテンツ｜共通設定 */
section#content h1 {
	margin-bottom: 20px;
	padding-bottom: 12px;
	font-size: 30px;
	border-bottom-width: 4px;
}
section#content h2 {
	margin-bottom: 25px;
	font-size: 26px;
	padding-top: 19px;
}
section#content h2.idx {
	margin-bottom: 20px;
	padding: 0;
	font-size: 19px;
}
section#content h2.idx a {
	padding: 30px 15px;
}
section#content h2.idx a::before {
	margin-top: -7px;
	margin-right: 15px;
	font-size: 18px;
}
section#content h2.idx a {
	color: #fff;
}
section#content h3 {
	margin-bottom: 22px;
	padding-left: 15px;
	font-size: 24px;
	border-width: 5px;
}
section#content h4 {
	margin-bottom: 22px;
	padding-bottom: 10px;
	font-size: 22px;
}
section#content h5 {
	margin-bottom: 20px;
	font-size: 20px;
}
section#content .h5 {
	font-size: 14px;
}
section#content .h6 > h1, section#content .h6 > h2, section#content .h6 > h3, section#content .h6 > h4, section#content .h6 > h5, section#content .h6 > h6 {
	margin-bottom: 16px;
	font-size: 16px;
}
section#content .h6 {
	padding: 20px;
	font-size: 14px;
}
section#content p {
	line-height: 1.8;
}
section#content p.lead {
	font-size: 30px;
	line-height: 1.6;
}
section#content ul, section#content ol {
	padding-left: 20px;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, section#content ol {
	padding-left: 30px;
}
}
section#content ul li, section#content ol li {
	margin-bottom: 10px;
}
section#content ul.notice li, section#content ol.notice li {
	font-size: 14px;
}
section#content table {
	margin-right: auto;
	margin-left: auto;
}
section#content table th, section#content table td {
	padding: 15px;
	font-size: 14px;
}
.esg_t{
	padding: 12px!important;
	font-size: 12.5px!important;
	vertical-align: middle!important;
}

td span {
	font-size: 7px!important;
}
section#content nav.anchor ul {
	margin-bottom: 30px;
	padding: 0 0 10px 0;
}
section#content a[target="_blank"]::after {
	width: 14px;
	height: 14px;
}
section#content a[href$=".pdf"].btn {
	padding-right: 70px;
}
section#content a[href$=".pdf"]::after {
	width: 24px;
	height: 18px;
}
section#content a.btn {
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 500;
}
section#content .newsList {
	margin-top: 30px;
	padding: 20px;
	border: 2px solid #01406f;
}
section#content .newsList h2 {
	margin-bottom: 28px;
	font-size: 21px;
}
section#content .newsList h3 {
	font-size: 18px;
}
section#content .newsList a.btn {
	width: 140px;
	height: 35px;
	padding: 9px;
	float: right;
	font-size: 14px;
}
section#content .newsList *:last-child {
	margin-bottom: 0;
}
section#content .newsList ul, section#content .newsList ol, section#content .newsList dl {
	font-size: 14px;
}
section#content .newsList dl.dl-horizontal dt {
	width: 9em;
	text-align: left;
	font-weight: normal;
}
section#content .newsList dl.dl-horizontal dd {
	margin-bottom: 12px;
	margin-left: 9em;
}
section#content .newsList a span {
	font-size: 11px;
}
section#content .links, section#content .related {
	margin-top: 50px;
	padding: 20px;
}
section#content .links h2, section#content .related h2 {
	margin-bottom: 28px;
	font-size: 21px;
}
section#content .links a.btn, section#content .related a.btn {
	height: 35px;
	padding: 8px;
	font-size: 14px;
}
section#content .links a.btn::before, section#content .related a.btn::before {
	margin-right: 5px;
}
section#content .links ul, section#content .related ul {
	font-size: 13px;
}
section#content .links ul li a::before, section#content .related ul li a::before {
	margin-right: 5px;
}
section#content .carousel-indicators li {
	margin-bottom: 0;
}
section#content .panel .panel-heading *.panel-title {
	font-size: 16px;
}
section#content figure figcaption {
	padding-top: 10px;
	font-size: 13px;
}
/* ---------------------------------------------------- 	コンテンツ｜ホーム */
#home {
	background: url(../../img/index-body.png) repeat-x 0 0;
}
#home header {
}
/*#home .jumbotron {
	width: 100%;
	height: 490px;
	position: absolute;
	top: 220px;
	background: url(../../img/index-jumbotron-bg.jpg) repeat 0 0;
	border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}*/
#home .jumbotron .container {
	width: 1000px !important;
	height: 490px;
	margin: 0 auto;
	padding: 0;
}
#home .jumbotron .container p {
	padding: 55px 0 0 35px;
	font-size: 28px;
	font-weight: 500;
}
#home .jumbotron .container p span.pc {
	display: block;
}
#home #contentWrapper {
	padding-top: 15px;
}
#home #contentWrapper section {
	margin-bottom: 45px;
}
#home .thumbnail a > img {
	width: 100%;
}
#home #bizInfo .thumbnail .caption {
	height: 86px;
}
#home #irInfo .thumbnail .caption {
	height: 56px;
}
#home #bizInfo .thumbnail .caption h3 {
	font-size: 17px;
}
#home #bizInfo .selfMedication .thumbnail .caption h3 {
	letter-spacing: -0.1em;
}
#home #bizInfo .selfMedication .thumbnail .caption h3 span {
	letter-spacing: 0;
}
#home #bizInfo .thumbnail .caption h3 {
	font-size: 17px;
}
#home #irInfo .thumbnail .caption h3 {
	font-size: 16px;
}
#home .thumbnail .caption h3 a::before {
	margin-right: 10px;
}
/* ---------------------------------------------------- 	コンテンツ｜アルフレッサグループについて */
#about.index section#content section#dl > div {
	padding: 25px;
	border-width: 2px;
}
#about.index section#content section#dl i {
	width: 21px;
	height: 21px;
	margin: 0 10px 0 -15px;
}
#about.index section#content section#dl p.col-xs-3 {
	margin-bottom: 0;
}
#about.index section#content section#dl p.col-xs-9 {
	padding-bottom: 5px;
	font-size: 18px;
}
#about.index section#content section#dl p.col-xs-9 span {
	font-size: 16px;
}
#about.corporate section#content table {
	width: auto;
}
#about.corporate section#content table th,
#about.corporate section#content table td {
	font-size: 15px;
}
#about.corporate.map section#content table td {
	padding-right: 2em;
}
#about.message section#content h2 {
	right: 20px;
	top: 100px;
	/*font-size: 22px;
	font-weight: 300;*/
	line-height: 1.5;
	/*letter-spacing: -0.05em;*/
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #about.message section#content h2 {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic" !important;
}
}
#about.message section#content p.text-right span {
	font-size: 30px;
}
#about.message section#content section#contentBody p:first-child {
	margin-bottom: 60px;
}
#about.philosophy section#content .panel-body {
	padding: 50px 40px;
}
#about.philosophy section#content .panel h2 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500;
}
#about.philosophy section#content .panel h2 span {
	font-size: 38px;
}
#about.philosophy section#content .panel p {
	margin-bottom: 40px;
	font-size: 21px;
	line-height: 1.5;
}
#about.philosophy section#content .panel p.text-right {
	margin: -30px 0 0 0;
}
#about.philosophy section#content .panel p.text-right img {
	float: right;
}
#about.corporate section#content dl.dl-horizontal dt {
	width: 10em;
}
#about.corporate section#content dl.dl-horizontal dd {
	margin-left: 11em;
}
#about.corporate.map section#content table td span {
	display: block;
}
#about.group section#content h3 {
	padding-left: 10px;
	font-size: 21px;
}
#about.group section#content section#map {
	margin-bottom: 50px;
}
#about.group section#content table {
	width: 100%;
	margin-left: 0;
}
#about.group section#content table th {
	width: 8em;
	font-size: 15px;
}
#about.group section#content table td {
	width: 85%;
	font-size: 15px;
}
#about.history section#content .col-xs-9 {
	padding-right: 0;
}
#about.history section#content table {
	margin: 0;
	position: relative;
}
#about.history section#content table th,
#about.history section#content table td {
	padding: 10px;
}
#about.history section#content figure {
	margin-bottom: 10px;
}
#about.history section#content figure img {
	margin-bottom: 5px;
}
#about.history section#content figure figcaption {
	font-size: 11px;
}
#about.logo section#content p strong {
	font-size: 24px;
}
.dl-horizontal dd span,.dl-horizontal dt span{
	font-size: 12px !important;
}
/* ---------------------------------------------------- 	コンテンツ｜事業紹介 */
#business.index section#content p.text-right {
	margin-bottom: 50px;
}
#business.index section#content section#sec02 {
	margin-top: 50px;
}
#business.lower section#content section#contentBody > .row:first-child {
	margin-bottom: 50px;
}
#business.lower section#content figcaption span {
	display: block;
}
#business.lower section#content section.links ul li {
	min-height: 21px;
}

#business.index section#content section#intro ul li a.health{
    width: 350px;
    height: 68px;
    padding: 23px 15px 15px 50px;
    font-size: 16px;
    text-align: left;
    text-indent: inherit;
	font-weight: 500;
}

#business.index section#content section#intro ul li a.prat{
    width: 350px;
    height: 68px;
    padding: 15px 15px 15px 30px;
    font-size: 16px;
    text-align: left;
    text-indent: inherit;
	font-weight: 500;
}
/* ---------------------------------------------------- 	コンテンツ｜株主・投資家情報 */
#ir.index section#content section#intro {
	margin-bottom: 70px;
	position: relative;
}
#ir.index section#content section#intro #carouselVis ol.carousel-indicators {
	bottom: -45px;
}
#ir.index section#content section#intro #carouselVis ol.carousel-indicators li {
	width: 80px;
	height: 8px;
	margin-right: 20px;
}
#ir.index section#content section#intro ul {
	top: 15px;
	right: 15px;
	position: absolute;
}
#ir.index section#content section#intro ul li {
	width: 270px;
	height: 68px;
	margin-bottom: 10px;
}
#ir.index section#content section#intro ul li a {
	width: 270px;
	height: 68px;
	padding: 15px 0 0 80px;
	font-size: 11px;
	text-align: left;
}
#ir.index section#content section#intro ul li a::before {
	width: 40px;
	height: 40px;
	top: 17px;
	left: 20px;
}
#ir.index section#content section#intro ul li a span {
	font-size: 18px;
	display: block;
}
#ir.index section#content section#irDocument {
	margin-bottom: 30px;
}
#ir.index section#content section#irDocument a.btn {
	font-size: 16px;
}
#ir.index section#content section#irDocument a.btn::before {
	width: 16px;
	height: 16px;
}
#ir.index section#content section#irDocument a.btn span {
	font-size: 12px;
}
#ir.message section#content section#contentBody p:first-child {
	margin-bottom: 50px;
}
#ir.message section#content section#contentBody {
	position: relative;
}
#ir.message section#content h2 {
	top: 80px;
	right: 20px;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #ir.message section#content h2 {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic" !important;
}
}
#ir.message section#content p.text-right span {
	font-size: 30px;
}
#ir.calendar section#content section#contentBody > p {
	margin-bottom: 50px;
}
#ir.plan section#content section#policy {
	margin-bottom: 50px;
}
#ir.plan section#content section#policy ol {
	margin-bottom: 50px;
}
#ir.plan section#content h3 span {
	font-size: 28px;
}
#ir.plan section#content h3.text-center {
	margin-top: 50px;
	font-size: 38px;
}
#ir.plan section#content ol.list-unstyled li::before {
	width: 36px;
	height: 36px;
	margin: 3px 15px 0 0;
}
#ir.plan section#content ol.list-unstyled li {
	margin-bottom: 20px;
	padding: 30px;
	font-size: 32px;
	font-weight: 300;
	border-radius: 10px;
}
#ir.plan section#content section#goal h2 {
	margin-bottom: 40px;
}
#ir.plan section#content table#models th {
	width: 190px;
	height: 128px;
	font-size: 21px;
	border-top-width: 5px;
}
#ir.plan section#content table#models td {
	font-size: 18px;
	border-top-width: 5px;
}
#ir.plan section#content table#models td ul li {
	text-shadow: 1px 1px 0px #fff,-1px 1px 0px #fff,1px -1px 0px #fff,-1px -1px 0px #fff;

}
#ir.plan section#content table#profit th, #ir.plan section#content table#investmentPlan th {
	width: 50%;
	padding: 10px 5px;
	font-size: 16px;
}
#ir.plan section#content table#profit td, #ir.plan section#content table#investmentPlan td {
	padding: 10px 5px;
	font-size: 13px;
}
#ir.plan section#content table#profit td strong, #ir.plan section#content table#investmentPlan td strong {
	font-size: 26px;
}
#ir.individual section#content h3::after {
	height: 2px;
	margin-top: 12px;
}
#ir.stock.info section#content table {
	margin-bottom: 3em;
}
#ir.stock.info section#content table th,
#ir.stock.info section#content table td {
	font-size: 15px;
}
#ir.stock.guide .h6,
#ir.stock.guide .h6 table td,
#ir.stock.guide .h6 table th {
	font-size: 15px;
}
#ir.stock.guide .h6 h3 {
	font-size: 18px;
}
#ir.stock.price section#content h2 {
	margin-bottom: 14px;
	font-size: 14px;
}
#ir.stock.price section#content section#contentBody section {
	padding: 20px;
	border-width: 4px;
}
#ir.stock.price section#content p a {
	font-size: 14px;
}
#ir.stock.price section#content p a span {
	font-size: 21px;
}
#ir.stock.price section#content section#contentBody section ul {
	margin-bottom: 0;
}
#ir.individual section#content section.message h2 {
	margin-bottom: 0;
}
#ir.individual section#content section.message h2 + p {
	margin-bottom: 20px;
}
#ir.individual section#content section.highLight p {
	margin-bottom: 25px;
}
#ir.individual section#content section#contentBody section#merit h3 {
	font-size: 17px;
	line-height: 1.3;
}
#ir.individual section#content section#contentBody section#merit h3 span {
	display: block;
}
#ir.individual section#content section#contentBody section#merit h3 + p {
	min-height: 7em;
}
#ir.individual section#content section#contentBody section#merit h3 + p + p {
	margin-bottom: 15px;
}
#ir.individual section#content section#contentBody section#merit a.btn::before {
	margin-right: 10px;
}
#ir.governance section#content p.text-right {
	margin-bottom: 10px;
}
#ir.governance section#content p img {
	margin-bottom: 50px;
}
#ir.governance section#content p.text-center {
	text-align: right;
}
#ir.governance section#content p.text-center + p.text-right {
	margin-top: -1em;
}
#ir.faq section#content h2 {
	padding-top: 30px;
}
#ir.faq section#content #stock h2 {
	padding-top: 0;
}
#ir.faq section#content dl dt, #ir.faq section#content dl dd {
	margin: 0 0 30px 0;
	padding: 32px 0 0 65px;
}
#ir.faq section#content dl dt::before, #ir.faq section#content dl dd::before {
	width: 45px;
	height: 45px;
	top: 20px;
}
#ir.faq section#content dl dt {
	padding-top: 30px;
	font-size: 18px;
}

#ir.materiality section#content p{
	margin-bottom: 50px;
}

#ir.materiality section#content table td {
	padding: 10px;
	font-size: 14px;
}
/* ---------------------------------------------------- 	コンテンツ｜CSRへの取り組み */
#csr.index section#content .jumbotron {
	height: 400px;
	padding: 0 30px;
}

#csr.index section#content .jumbotron p {
	padding-top: 90px;
	font-size: 22px;
}

#csr.index section#content .jumbotron p strong {
	font-size: 25px;
}

#csr.lower section#content .pull-right {
	margin: 0 0 15px 15px;
}

#csr.topmessage section#content h2 {
	right: 20px;
	top: 215px;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.05em;
}

#csr.topmessage section#content p.text-right span {
	font-size: 30px;
}

.width180 {
	width: 180px;
}

.width250 {
	width: 250px;
}

.csrphoto2_2 {
	margin-bottom: 20px;
}

.csrphoto2_2 div figure {
	width: 350px;
}

.csrphoto2_2 div figure figcaption {
	text-align: left!important;
}

.csrphoto2_2 div,
.csrphoto2_2 div figure img {
	float: left;
	margin-right: 10px;
}


.csrphoto2 figure:first-of-type {
	margin-right: 20px;
}

.csrphoto2_2 div:last-of-type {
	margin-right: 0;
}

.csrreportlink dt,
.csrreportlink dd {
	float: left;
	margin-bottom: 8px;
}

.csrreportlink dt {
	width: 10em;
	background-color: #ecf4fb;
	text-align: center;
	margin-right: 1em;
	font-weight: normal;
}

.csrreportlink dd {
	width: 560px;
}

.csrphoto2_2:after,
.csrphoto2_2 div figure:after,
.csrreportlink:after {
	content: "";
	clear: both;
	display: block;
}


section#content h2.csridx {
	padding: 30px 15px;
}

.wraplink:hover {
	opacity: 0.8;
}

.deepbluebtn {
	font-size: 19px;
}

.bglightgray {
	height: 270px;
}

.bglightgray div {
	padding: 0 20px;
}

#csr.customer h2 span {
	font-size: 20px;
}

.csridxbox01 {
	height: 164px;
}

.csridxbox02 {
	height: 270px;
}

.csridxbox01 figure,
.csridxbox02 figure {
	float: left;
}

.csridxbox01 div {
	float: left;
	width: 520px;
}

.csridxbox02 div div {
	padding-left: 20px;
}

.csridxbox01 div p:nth-of-type(2) {
	margin-left: 20px;
}

.csridxbox01:after,
.csridxbox02:after {
    content: "";
    clear: both;
    display: block;
}

#csr.policy section#content h3.csrh3_03 {
	border-width: 10px!important;
}

.csridxireko li {
	margin-bottom: 2px!important;
}

/* ---------------------------------------------------- 	コンテンツ｜プラットフォーム */

#icc.platform section#content .panel-body {
	padding: 50px 40px;
}

#icc.platform section#content img{
	text-align: right;
}

#icc.platform section#content section.links ul li {
	min-height: 21px;
}


/* ---------------------------------------------------- 	コンテンツ｜採用情報 */
#recruit.index section#content ul.list-unstyled li {
	margin-bottom: 20px;
}
#recruit.index section#content ul.list-unstyled li a.btn {
	height: 100px;
	font-size: 16px;
}
#recruit.index section#content ul.list-unstyled li a.btn span.br::after {
	content: "\A";
	white-space: pre;
}
/* ---------------------------------------------------- 	コンテンツ｜サイトマップ */
#sitemap section#content ul li ul {
	margin-top: 10px;
}
/* ---------------------------------------------------- 	コンテンツ｜サイトポリシー */
#policy section#content h5,
#policy section#content dl dt {
	font-size: 18px;
	font-weight: normal;
}
#policy section#content img.pull-right {
	margin: 0 0 20px 20px;
}
/* ---------------------------------------------------- 	コンテンツ｜プライバシーポリシー */
#privacy section#content h3 {
	font-size: 21px;
}
#privacy section#content table {
	width: 85%;
}
#privacy section#content table th[scope="row"] {
	width: 6em;
}
#privacy section#content .well {
	border-width: 2px;
}
/* ---------------------------------------------------- 	サイドメニュー｜共通設定 */
#contentWrapper > aside h2 {
	padding: 0;
	text-align: center;
	font-size: 18px;
}
#contentWrapper > aside h2 a {
	padding: 15px;
}
#contentWrapper > aside ul li {
	font-size: 16px;
}
#contentWrapper > aside ul li a {
	padding: 15px 10px;
}
#contentWrapper > aside ul li ul li {
	font-size: 14px;
}
#contentWrapper > aside ul li ul li a {
	padding: 7px 10px;
	margin-right: 6px;
}
#contentWrapper > aside ul li ul li a::before {
	margin-right: 6px;
}
#contentWrapper > aside ul li a span {
	display: block;
}
/* ---------------------------------------------------- 	フッター｜共通設定 */
footer {
	position: relative;
	background: url(../img/ftr-bg.png) repeat-x bottom center;
}
footer p#pagetop {
	width: 110px;
	height: 40px;
	margin-left: 890px;
	bottom: 20px;
	font-size: 14px;
}
footer p#pagetop::before {
	content: "\0025EF";
	font-size: 18px;
	color: #00599b;
}
footer p#pagetop a {
	padding-left: 5px;
	position: relative;
	color: #000;
	white-space: nowrap;
}
footer p#pagetop a::before {
	margin-right: 10px;
	content: "\00f106";
	position: absolute;
	top: -3px;
	left: -13.5px;
	color: #00599b;
	line-height: 1;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, footer p#pagetop a::before {
	top: 0;
}
}
footer p#pagetop a:hover {
	color: #005b96;
	text-decoration: none;
}
footer nav {
	padding: 50px 0 0 0;
}
footer nav dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}
footer nav dl dt a + a {
	display: none;
}
footer nav dl dd {
	margin-bottom: 25px;
	display: block !important;
	font-size: 13px;
}
footer nav dl dd#ddBusiness + dt + dt + dt {
	padding-top: 20px;
}
footer nav dl dd ul {
	padding: 0;
}
footer nav dl dd ul li {
	margin-bottom: 15px;
	padding-left: 15px;
}
footer nav dl dd ul li a::before {
	margin-left: -15px;
}
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, footer nav dl dd ul li {
 line-height: 1.25;
}
}
footer nav + div {
	height: 66px;
}
footer nav + div ul, footer nav + div p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
footer nav + div ul li.contact, footer nav + div ul li.sitemap {
	display: none;
}
footer nav + div ul li a::before {
	content: "|";
	margin-right: 15px;
	display: inline-block;
	color: #aaa;
}
footer nav + div ul li:first-child a::before {
	content: none;
	margin-right: 0;
}

#sp_table{
	display: none;
}

#pc_table th,#pc_table td{
	font-size: 18px !important;
	font-size:18px !important;
}

.img_pc{
	width:650px;
}

.img_sp{
	width:476px;
}

.img_sp{
	width:476px;
}

/*.highLight h2{
	margin-top: 126px;
}*/

.mr30 {
	margin-right: 30px;
}

.mt50 {
	margin-top: 50px;
}

.fs14 {
	font-size: 14px;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb24 {
	margin-bottom: 24px;
}

.pl0 {
	padding-left: 0!important;
}

.pl20 {
	padding-left: 20px;
}

.col-xs-6-2 {
	width: 50%;
	float: left;
	/*padding-top: 106px;*/
}

td .font{
	font-size: 15px!important;
}
