@charset "utf-8";

/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 50px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.inner_l {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
}
.bg_gray {
	background: #f7f7f7;
}
.ttl01 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 50px;
}
.ttl01.ttl_bar {
	position: relative;
}
.ttl01.ttl_bar::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	top: 50%;
	transform: translate(0,50%);
	z-index: 1;
}
.ttl01 span {
	background: #fff;
	display: inline-block;
	z-index: 2;
	position: relative;
	padding: 0 20px;
}
.blue {
	color: #1a4791;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.ttl01 span {
		padding: 0 15px;
	}
}


/* header
-------------------------------------------------------*/
#header {
	padding: 10px 20px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 100;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
}
.header_logo {
	margin-right: 20px;
}
.header_logo img {
	max-width: 250px;
}
.list_contact {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
}
.list_contact li:not(:last-child) {
	margin-right: 10px;
}
.list_contact li:first-child img {
	max-width: 214px;
}
.list_contact li:nth-child(2) img {
	max-width: 267px;
}
.list_contact li:nth-child(3) img {
	max-width: 267px;
}

.footer_btn {
	display: none;
}

@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#header {
		position: relative;
		padding: 10px;
	}
	.header_logo {
		margin-right: 0;
	}
	.header_logo img {
		max-width: 160px;
	}
	.list_contact {
		justify-content: space-between;
	}
	.list_contact a {
		display: flex;
		align-content: center;
		justify-content: center;
	}
	.list_contact li:not(:last-child) {
		margin-right: 10px;
	}
	.list_contact li:first-child img {
		max-width: 214px;
	}
	.list_contact li:nth-child(2) img {
		max-width: 267px;
	}
	.list_contact li:last-child img {
		max-width: 267px;
	}

	.list_contact li:nth-child(2) {
		display: none;
	}
	/*.list_contact li:nth-child(3) {
		display: none;
	}*/
	.list_contact {
		position: fixed;
		background: #fff;
		left: 0;
		bottom: 0;
		padding: 10px;
		z-index: 999;
	}

	.footer_btn {
	display: block;
	}

}

/* visual
-------------------------------------------------------*/
#visual {
	background: url(../img/visual_bg.png)no-repeat center left 45%/cover;
	
}
#visual.area {
	padding: 20px;
	padding-top: 100px;
}
#visual .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	max-width: 1130px;
}
#visual .visual_inner {
	margin-right: 50px;
}
#visual .visual_img {
	margin-bottom: 10px;
}
#visual .visual_img img {
	max-width: 580px;
}
#visual .visual_btn img {
	max-width: 580px;
}

#visual .visual_btn a {
	display: block;
	cursor: pointer;
}

.right_ttl01 {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 8px;
	line-height: 1;
}
.visual_contact {
	max-width: 350px;
}
.visual_contact .contact tr th {
	width: 220px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}
.visual_contact .contact tr td {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#visual {
		background:none;
	}
	#visual.area {
		padding: 0;
	}
	#visual .visual_inner {
		margin-right: 0;
	}
	.visual_contact {
		display: none;
		width: 100%;
		margin-top: 30px;
	}
	.visual_contact .contact tr.hissu th b::after, .visual_contact .contact tr.nini th b::after {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
	.visual_contact .contact tr th {
		padding-bottom: 10px;
	}
	.visual_contact .contact tr th b {
		display: block;
		width: 100%;
	}

	.visual_btn {
		width: 80%;
		margin: 0 auto;
		margin-top: -30px;
	}
}

/* area01
-------------------------------------------------------*/
.list_problem {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_problem li {
	width: 30%;
	text-align: center
}
.list_problem li .img {
	margin-bottom: 20px;
}
.list_problem li .img img {
	max-width: 193px;
}
.list_problem li .ttl {
	font-weight: 700;
	font-size: 2rem;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_problem {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_problem li {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	.list_problem li:not(:last-child) {
		margin-bottom: 15px;
	}
	.list_problem li .img {
		margin-bottom: 20px;
		width: 30%;
	}
	.list_problem li .img img {
		max-width: 130px;
	}
	.list_problem li .ttl {
		font-size: 1.6rem;
		text-align: left;
		
	}

	.list_problem_inner {
		width: 65%;
	}
}

/* area02
-------------------------------------------------------*/
.list_service {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_service li {
	width: 48%;
	background: #fff;
	border: 1px solid #000;
	padding: 30px;
	box-shadow: 10px 10px 0px 0px #e6e4e4;
	box-sizing: border-box;
}
.list_service li:nth-child(-n+4) {
	margin-bottom: 30px;
}
.list_service li .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.list_service li .img {
	text-align: center;
	margin-bottom: 15px;
}
.list_service li .img img {
	max-width: 121px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_service {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_service li {
		width: 100%;
		padding: 20px;
		box-shadow: 5px 5px 0px 0px #e6e4e4;
	}
	.list_service li:nth-child(-n+5) {
		margin-bottom: 20px;
	}
	.list_service li .ttl {
		font-size: 1.8rem;
	}
	.list_service li .img {
		text-align: center;
		margin-bottom: 15px;
	}
	.list_service li .img img {
		max-width: 100px;
	}
}

/* area03
-------------------------------------------------------*/
#area03.area {

}
.list_feature {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.list_feature li {
	width: 23%;
	background: #fff;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 10px 5px rgba(33,48,85,0.1);
	padding: 30px 10px 20px;
	box-sizing: border-box;
}
.list_feature li .num {
	position: absolute;
	right: 50%;
	top: -30px;
	transform: translate(50%,0);
}
.list_feature li .num img {
	max-width: 58px;
}
.list_feature li .img {
	margin-bottom: 10px;
}
.list_feature li .img img {
	max-width: 121px;
}
.list_feature li .txt {
	font-size: 1.5rem;
	font-weight: 700;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#area03.area {
		padding: 40px 20px 20px;
	}
	.list_feature {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_feature li {
		width: 100%;
	}
	.list_feature li:not(:last-child) {
		margin-bottom: 30px;
	}
	.list_feature li .num {
		top: -20px;
	}
	.list_feature li .num img {
		max-width: 50px;
	}
	.list_feature li .img img {
		max-width: 100px;
	}
	.list_feature li .txt {
		font-size: 1.5rem;
		font-weight: 700;
	}
}

/* area04
-------------------------------------------------------*/
.list_data {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_data li {
	width: 33%;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_data {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_data li {
		width: 100%;
	}
}

/* area05
-------------------------------------------------------*/
.slider {
	max-width: 700px;
	margin: 0 auto;
}
.slider li {
	text-align: center;
}
.slider .img {
	margin-bottom: 20px;
}
.slider img {
	max-width: 157px;
}
.slider .ttl {
	font-weight: 700;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.slider img {
		max-width: 130px;
	}
}

/* area06
-------------------------------------------------------*/
#area06 .inner {
	max-width: 900px;
}
.list_point {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_point li {
	width: 50%;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_point {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_point li {
		width: 100%;
	}
}

/* area07
-------------------------------------------------------*/
#area07 .inner {
	max-width: 870px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {

}

/* area08
-------------------------------------------------------*/
.list_flow {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_flow li {
	width: 23%;
	text-align: center;
}
.list_flow li .num {
	margin-bottom: 5px;
}
.list_flow li .num img {
	max-width: 58px;
}
.list_flow li dl {
	border: 1px solid #1a4791;
}
.list_flow li dt {
	background:#1a4791;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: 700;
	line-height: 1.4;
	font-size: 2rem;
	
}
.list_flow li dd {
	padding: 10px;
}
.list_flow li dd img {
	max-width: 169px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_flow {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_flow li {
		width: 70%;
	}
	.list_flow li:not(:last-child) {
		margin-bottom: 30px;
	}
	.list_flow li .num {
		margin-bottom: 5px;
	}
	.list_flow li .num img {
		max-width: 40px;
	}
	.list_flow li dd {
		padding: 10px;
	}
	.list_flow li dd img {
		max-width: 120px;
	}
}

/* contact
-------------------------------------------------------*/
#contact.area {
	padding: 70px 20px 130px;
}
.contact_wrap {
	max-width: 740px;
	margin: 0 auto;
}
.contact .table_temp {
	width: 100%;
}
.contactcontact_after .inner {
	padding: 0;
}
.contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.contact tr>* {
	display: table-cell;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 1;
}
.contact tr th {
	width: 220px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}
.contact tr td {
	font-size: 1.7rem;
	color: #1b294f;
}


#contact tr th {
	padding: 15px;
	vertical-align: middle;
}
#contact tr td {
	padding: 15px;
	vertical-align: middle;
}
.contact.contact_after tr td {
	padding:20px 10px;
}
.contact tr th.top {
	vertical-align: top;
	padding: 40px 10px 20px;
}
.contact tr th b {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 1.5rem;
	color: #000;
}
.contact tr.hissu th b::after,
.contact tr.nini th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 60%;
	width: 48px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 3px;
}
.contact tr.hissu th b::after {
	content: "必須";
	background: #e40409;
}
.contact tr.nini th b::after {
	content: "任意";
	background: #929191;
}
.contactcontact_after tr {
	border-bottom: 1px solid #ccc;
}
.contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
.contact.contact_after tr th {
	color: #aaa;
}
.contact.contact_after tr td {
	font-weight: 500;
	
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
.contact input[type="text"],
.contact select,
.contact textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #d3d0d0;
	border-radius: 5px;
}
.contact input[type="text"],
.contact select {
	height: 40px;
}
.contact select {
	background: #fff;
}
.contact textarea {
	min-height: 150px;
	resize: vertical;
}
.contact .radio_area label,
.contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
.contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
.contact .txt_form span {
	display: block;
}
::placeholder {
	color: #666;
	font-size: 90%;
	line-height: 1.6;
}
.contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
.contact .form_btn01,
.contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 300px;
	height: 60px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin: 20px auto 0;
	box-sizing: border-box;
	font-size: 120%;
	color: #fff;
	line-height: 1;
    text-align: center;
	font-weight: 600;
}
.contact .form_btn01 {
	background: #e40409;
}
.contact .form_btn02 {
	background: #333;
}
.contact .small {
	line-height: 1.4;
	margin: 10px 0 0;
	display: block;
	font-size: 85%;
}
input[type="radio"] {
	margin-top: 5px;
	margin-right: 5px;
	transform:scale(1.3);
}	
.side_contact th,.side_contact td{
	display: block;
}
.side_contact tr th {
	width: 100%;
}
.side_contact tr.hissu th b {
	display: inline-block;
}
.side_contact tr.nini th b {
	display: inline-block;
}
.side_contact tr.hissu th b::after {
	right: -60px;
}
.side_contact tr.nini th b::after {
	right: -60px;
}
@media screen and (max-width:768px) {
	#contact.area {
		padding: 40px 20px 80px;
	}
	.contact_wrap {
		padding: 0 20px;
	}
	.contact tr th b {
		font-size: 1.5rem;
	}
	.contact tr td {
		font-size: 1.5rem;
	}
	.contact.contact_after tr td {
		padding:0px 10px 20px 10px;
	}
	.contact .txt_head {
		font-size: 100%;
	}
	/* table_temp start */
	.contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	.contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	.contact tr th {
		width: 100%;
		font-size: 100%;
	}
	.contact tr th.top {
		vertical-align: top;
		padding: 15px 0;
	}
	.contact tr td {
		padding-top: 0;
	}
	.contact tr.hissu th b::after,
	.contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	.contact .radio_area label,
	.contact .check_area label {
		display: flex;
		align-items: center;
	}
	.contact .form_btn {
		flex-flow: column;
	}
	.contact .form_btn01,
	.contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	.contact .small {
		line-height: 1.4;
		margin: 10px 0 0;
		display: block;
		font-size: 85%;
	}
	.radio_area br {
		display: inherit;
	}
}


/* footer
-------------------------------------------------------*/

#footer.area {
	padding: 30px 20px;
}
#footer .copy {
	font-weight: 500;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#footer.area {
		padding: 20px;
	}
	#footer {
		margin-bottom: 70px;
	}
}

#contact.contact_after {
	padding-top: 150px;
}

.txt_form {
	text-align: center;
}

.form_btn02 {
	display: block;
	background: #000;
	border-radius: 5px !important;
	border: none;
	max-width: 250px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	padding: 10px 40px;
	margin-top: 50px;
}
.form_btn01 {
	display: block;
	background: #e40409;
	border-radius: 5px !important;
	border: none;
	max-width: 250px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	padding: 10px 80px;
	margin-top: 50px;
	font-weight: 700;
}

.contact_after .table_temp {
	border: 1px solid #d6d6d6;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.contact_after .table_temp th {
	background: #f0f0f0;
	padding: 15px;
	border: 1px solid #d6d6d6;
	text-align: left;
	width: 20%;
}
.contact_after .table_temp td {
	background: #fff;
	padding: 15px;
	border: 1px solid #d6d6d6;
	text-align: left;
}

@media screen and (max-width:768px) {
	.contact_after .table_temp th {
		width:30%;
	}
	#contact.contact_after {
	padding-top: 50px;
}
}



/*ロゴスライダー右から左へ*/
.slid_logo {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.slid_logo ul {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
    will-change: transform;
    min-width: 100%;
	margin-left: 40px;
}

.slid_logo ul li {
    flex: 0 0 auto;
	width: 140px;
}

.slid_logo img {
    height: 50px;
    width: auto;
}


.slid_logo:nth-child(1) {
    margin-bottom: 10px;
}
/*ロゴスライダー右から左へ**/

/*ロゴスライダー左から右へ*/
.slid_logo02 {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.slid_logo02 ul {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    will-change: transform;
    min-width: 100%;
	padding-left: 40px;
}

.slid_logo02 ul li {
    flex: 0 0 auto;
	width: 140px;
}

.slid_logo02 img {
    height: 50px;
    width: auto;
}

.slid_logo02:nth-child(1) {
    margin-bottom: 10px;
}

/*ロゴスライダー左から右へ*/


.logo_bottom_txt {
	text-align: center;
	padding: 20px;
}

.logo_bottom_txt .caution {
	font-size: 70%;
	margin-top: 10px;
}

#area09.area {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width:768px) {
	.logo_bottom_txt {
	text-align: left;
}
}


.blue_big {
	font-size: 160%;
	text-decoration: underline;
}


.page_ttl01 {
	background: #000;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 500;
	font-size: 2.6rem;
}


.contact_footer .header_logo {
	margin-right: 0;
	margin-bottom: 20px;
}




.btn_cach {
	max-width: 573px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.btn_cach img {
	width: 100%;
}
.bottom_area-in03 {
	margin-bottom: 100px;
}

.area-in03{
	max-width:980px;/* 任意の幅 */
	margin: 0 auto;
	padding: 20px 0 60px 0;
}

.page_contact_btn {
	display: flex;
	justify-content: center;
	width: 100%;
}

.page_contact_btn li {
	margin-left: 20px;
	margin-right: 20px;
	max-width: 500px;
}

.page_contact_btn li img {
	width: 100%;
}

@media screen and (max-width:768px) {
.btn_cach {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.page_contact_btn {
	display: block;
}

.page_contact_btn li {
	margin-left: 20px;
	margin-right: 20px;
	max-width: 500px;
	margin-top: 30px;
}
.bottom_area-in03 {
	margin-bottom: 50px;
}
.area-in03 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
}


#footer .bg01 {
	background: #fff;
}
#footer a {
	color: #333;
}
/* footer
-------------------------------------------------------*/
#footer{
	border-top: 1px solid #D6D6D6;
	margin-top: 50px;
}
#footer .area-in{
	display: table;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#footer .in,
#footer .map{
	display: table-cell;
	vertical-align: top;
}
#footer .in{
	width: 45%;
}
#footer .map{
	width: 55%;
}
#footer .in dl{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
#footer .in dl:last-of-type{
	margin-bottom: 20px;
}
#footer .in dl dt,
#footer .in dl dd{
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 500;
}
#footer .in dl dt{

}
#footer .bg01{
	padding: 45px 0;
}
#footer .bg01 .logo{
	max-width:200px;
	margin:0 auto;
	margin-bottom: 10px;
}

#footer .bg01 .logo img {
	width:100%;
}

#footer .bg01 .copy{
	font-size: 1rem;
	margin-top: 20px;
}

.text-center {
	text-align: center;
	font-size: 1.4rem;
}
.f_vm_logo {
	max-width: 160px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.f_vm_logo img {
	width: 100%;
}


@media screen and (max-width:768px) {
	#footer .bg01 {
	padding: 30px 0 70px 0;
}
#footer .area-in{
	display: block;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .in,
#footer .map{
	display: block;
	vertical-align: top;
}
#footer .in{
	width: 100%;
	margin-bottom: 10px;
}
#footer .map{
	width: 100%;
}
#footer .in dl{
	margin-bottom: 10px;
}
#footer .in dl dt,
#footer .in dl dd{
	width: 100%;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}
#footer .in dl dt{
	font-weight: 900;
}
#footer .logo{
	width: 50%;
	margin: 0 auto;
}
}